/* Remove the navbar's default margin-bottom and rounded borders */.navbar {    margin-bottom: 0;    -ms-border-radius: 0;    border-radius: 0;}/* Set height of the grid so .sidenav can be 100% (adjust as needed) */.row.content {    height: 450px;}/* Set gray background color and 100% height */.sidenav {    padding-top: 20px;    background-color: #FFF;    height: 100%;}/* On small screens, set height to 'auto' for sidenav and grid */@media screen and (max-width: 768px) {    .sidenav {        height: auto;        padding: 15px;    }    .row.content {        height: auto;    }}@media screen and (min-width: 768px) {    #adv-search {        width: 500px;        margin: 0 auto;    }    .dropdown.dropdown-lg {        position: static !important;    }        .dropdown.dropdown-lg .dropdown-menu {            min-width: 500px;        }}body {    padding: 10px;    background-color: #FFF !important;    color: #000 !important;}.logo {    padding-right: 20px;}.form-signin {    max-width: 330px;    padding: 15px;    margin: 0 auto;}    .form-signin .form-signin-heading,    .form-signin .checkbox {        margin-bottom: 10px;    }    .form-signin .checkbox {        font-weight: normal;    }    .form-signin .form-control {        position: relative;        height: auto;        -webkit-box-sizing: border-box;        -moz-box-sizing: border-box;        box-sizing: border-box;        padding: 10px;        font-size: 16px;    }        .form-signin .form-control:focus {            z-index: 2;        }    .form-signin input[type="text"] {        margin-bottom: -1px;        -ms-border-bottom-right-radius: 0;        border-bottom-right-radius: 0;        -ms-border-bottom-left-radius: 0;        border-bottom-left-radius: 0;    }    .form-signin input[type="password"] {        margin-bottom: 10px;        -ms-border-top-left-radius: 0;        border-top-left-radius: 0;        -ms-border-top-right-radius: 0;        border-top-right-radius: 0;    }.loader {    position: fixed;    left: 0;    top: 0;    width: 100%;    height: 100%;    z-index: 9999;    background: url('../Images/spin.gif') 50% 50% no-repeat #e2e2e2;    -ms-opacity: 0.7;    opacity: 0.7;}span.glyphicon-edit {    font-size: 3em;}.resize-image {    max-width: 100%;    height: auto;}.min-resize-image {    max-width: 50%;    height: auto;}.header-image {    max-width: 40%;    height: auto;}.col-centered {    float: none;    margin: 0 auto;}.affix {    top: 0;    width: 100%;}    .affix + .container-fluid {        padding-top: 70px;    }.deactivate {    color: red;}.activate {    color: green;}.langActive {    color: #FFF !important;    font-weight: bold;}.dropdown.dropdown-lg .dropdown-menu {    margin-top: -1px;    padding: 6px 20px;}.input-group-btn .btn-group {    display: flex !important;}.btn-group .btn {    border-radius: 0;    margin-left: -1px;}    .btn-group .btn:last-child {        border-top-right-radius: 4px;        border-bottom-right-radius: 4px;    }.btn-group .form-horizontal .btn[type="submit"] {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;}.div .form-horizontal .form-group {    margin-left: 0;    margin-right: 0;}.form-group .form-control:last-child {    border-top-left-radius: 4px;    border-bottom-left-radius: 4px;}.navbar-login {    width: 305px;    padding: 10px;    padding-bottom: 0px;}.navbar-login-session {    padding: 10px;    padding-bottom: 0px;    padding-top: 0px;}.icon-size {    font-size: 87px;}.pagination {    margin: 0px !important;}.noresult {    color: red !important;}.resumeFilter {    color: #5bc0de !important;}.clickable {    cursor: pointer;}.panel-heading span {    margin-top: -20px;    font-size: 15px;}.center {    text-align: center;}.contentSite {    margin-top: 50px;    background-color: #FFF;}.ticket-info {    padding-right: 15px;    padding-left: 15px;    padding-top: 15px;    padding-bottom: 15px;}span.ticket-info {    font-size: 16px;    font-weight: bold;}.disactivate-sides-div {    z-index: -9999;}/*****************************************************//****************** FOOTER ***************************//*****************************************************/footer {    background-color: #555;    color: white;    padding: 15px;}a.footerlink {    color: #5bc0de !important;}.clickable .glyphicon{    display: inline-block;    padding: 6px 12px;    border-radius: 4px}a.clickable { color: inherit; }a.clickable:hover { text-decoration:none; }