﻿input[type="submit"], .btn-primary {
    background-color: #368EE0 !important;
    border: none !important;
    cursor: pointer;
    /* font-size: 1.2em; */
    /* font-weight: 600; */
    /* padding: 7px; */
    margin-right: 8px;
    width: auto;
}

input[type="submit"]:hover, .btn-primary:hover {
    background: #1E74C5 !important;
}

/*#main {
    margin-left: 0px !important;
}*/

.util {
    margin-top: 0em;
    margin: 0 0 5px;
    display: inline;
}

#FooterGS {
    background: #EEE;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    top: auto;
    z-index: 50;
}

    #FooterGS p {
        padding: 10px 0;
        margin-bottom: 0;
    }

    #FooterGS .gototop {
        padding: 10px 15px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
    }

.input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #eee;
    cursor: default;
}
 /* loading the spinner gif */
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}