/* Minification failed. Returning unminified contents.
(777,1): run-time error CSS1019: Unexpected token, found '<'
(823,1): run-time error CSS1019: Unexpected token, found '<'
(823,2): run-time error CSS1019: Unexpected token, found '/'
 */
@font-face {
    font-family: "Roboto-Bold";
    src: url(fonts\\Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(fonts\\Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Thin";
    src: url(fonts\\Roboto-Thin.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Light";
    src: url(fonts\\Roboto-Light.ttf) format("truetype");
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 40px;
    font-family: Roboto-Regular !important;
    /*font-weight: 700;*/
    font-size: 12px;
}

.navbar-override {
    border: none !important;
    border-radius: 0px !important;
}

/*.navbar-brand-override {
    height: auto !important;
    padding: 0 !important;
    font-size: 18px;
    color: white!important;
}*/

.GridHeader {
    background-color: #003250 !important;
    color: white !important;
}

.brand-icon {
    height: 44px !important;
    width: 47px !important;
    margin-left: 10px;
    margin-right: 20px;
}

.brand-icon-footer {
    height: 44px !important;
    width: 47px !important;
    float: right;
    margin-right: 30px;
    margin-top: -15px;
}

.footer-a {
    color: white !important;
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        padding-bottom: 20px !important;
    }

    .navbar-brand-logo {
        position: absolute;
        left: 50%;
        margin-left: -60px !important; /* 50% of your logo width */
        display: block;
    }

    .navbar-toggle {
        float: left !important;
        margin-left: 10px !important;
    }

    #MyMenuBar {
        margin-left: 0px !important;
        padding-left: 0px;
        width: 100%;
        max-height: 400px;
        overflow-y: inherit;
    }

    #dvSignInName {
        margin-left: 0px !important;
        padding-left: 12px !important;
        width: 100% !important;
        max-height: 400px !important;
        overflow-y: inherit !important;
        right: 0px !important;
    }

    .dvwidth {
        padding-left: 0px !important;
    }

    .no-dropdown, .dropdown {
        padding-bottom: 10px !important;
        border-bottom: thin solid #333333;
    }

        #Menu .no-dropdown.active a, .dropdown.active a {
            color: #d7182a !important;
            background-color: #232828!important;
            background-image: none !important;
            box-shadow: none !important;
            border-bottom: none !important;
        }

    .userDetailsSignOut {
        padding-top: 10px !important;
        margin-left: 10px !important;
        width: 100%;
        border-top: 1px solid white;
    }

    .dvwidth .pull-right {
        float: left !important;
    }

    .navbar-inverse .navbar-nav > li > a, #LoginDetails {
        color: #FFFFFF;
        font-family: 'Roboto-Bold' !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        background-color: #232828 !important;
    }

    .nav-li-border {
        border-bottom: thin solid #333333;
    }

    #Menu > .open > .dropdown-menu > li > a {
        color: white !important;
        font-family: 'Roboto-Bold' !important;
        font-weight: 700 !important;
        font-size: 13px !important;
        background-color: #232828 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .btn {
        padding: 10px;
    }

    .homepageImage {
        height: 136px;
    }

    .mbImpersonate {
        left: 0% !important;
    }

    col-md-5 mb-md-0 mb-3 {
        text-align:center;
    }
}


/*@media only screen and (min-width : 1024px)  {
    div.col-md-5 mb-md-0 mb-3 {
        text-align:right !important;
    }
}*/

@media (min-width: 1074.4px) {

}

@media (min-width: 992px)
{
    .col-md-5 {
        text-align:right !important;
    }
    .linkClass {
        padding-top:23px;
        font-size:17px;
        
    }

    .linkClass1 {
        padding-top:24px;
        font-size:13px;
        color:#B8B9B9
    }
     .col-md-5 {
        padding-left:0px !important;
    }

     .padding-0{
    padding-right:0;
    padding-left:0;
    text-align:left;
}
}


.protal-header-background {
    background-image: url("../Images/header-bg-left.jpg") !important;
}

.navbar-brand-background {
    background-color: #232828!important;
    background-image: url("../Images/header_u439.png") !important;
}

.navbar-nav li a {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-image: none !important;
}

.navbar-nav {
    float: none !important;
    margin: -3px !important;
}




.portal-menu {
    background: #232828!important;
}

#MenuContainer {
    background-color: #232828!important;
    font-size: 13px !important;
    /*padding-top: 25px !important;*/
    padding-bottom: 20px !important;
    height: 90px !important;
}


#Menu {
    margin-left: 20px;
    background-color: #232828!important;
    color: white !important;
}

.navbar-default {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-image: none !important;
}

.navbar-brand-background {
    background-image: none !important;
    background-color: transparent !important;
}

.nav-li-override {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background-color: #232828 !important;
}


#Menu li a {
    color: white;
    font-size: 12px;
    font-family: 'Roboto-Regular';
    background-color: #232828 !important;
}






#Menu .no-dropdown.active a {
    border-bottom: solid 2px;
    border-bottom-color: #d7182a;
    background-color: #232828!important;
    background-image: none !important;
    box-shadow: none !important;
}


#Menu .dropdown.active a {
    border-bottom: solid 2px;
    border-bottom-color: #d7182a;
    background-color: #232828!important;
    background-image: none !important;
    box-shadow: none !important;
}

#Menu .dropdown.active > ul > li > a {
    border: none !important;
}


#Menu li a:first-child:hover {
    color: #bab8b8 !important;
    background-image: none !important;
    box-shadow: none !important;
}


/*.dropdown:hover .dropdown-menu {
    display: block;
    border: none !important;
}*/

.dropdown.active > a:first-child {
    background-color: #232828!important;
    filter: none;
    background-image: none !important;
    box-shadow: none !important;
}

/*.dropdown.active > a[href='#'] {
    border-bottom: none !important;
}*/

/*.dropdown:hover .dropdown-menu li:hover a {
    display: block;
}*/
.dropdown-menu > .active > a {
    background-color: #232828!important;
    background-image: none !important;
    filter: none;
    box-shadow: none !important;
}

.dropdown-menu:hover > li > a:hover {
    background-color: #232828!important;
    filter: none;
    background-image: none !important;
    box-shadow: none !important;
}

.dropdown-menu-override {
    padding: 0px;
    max-height: 400px !important;
    overflow-y: auto !important;
    background-image: none !important;
    box-shadow: none !important;
}

#Menu .dropdown-menu li {
    background-color: #232828!important;
    min-height: 30px;
}

/*
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 69px !important;
    /*height: 60px !important;*/
 /*   background-color: #232828 !important;
    text-align: center;
}

*/

 .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #232828;
}


.footer-cpyr8 {
    font-family: 'Roboto-Bold';
    /*font-weight: 700;*/
    font-size: 15px;
    color: #FFFFFF;
    vertical-align: central;
    line-height: normal;
    /*padding-left: 30px;*/
    padding-top: 23px;
    padding-bottom:23px;
    background-color: #232828 !important;
}

#LoginDetails {
    font-family: "Roboto-Bold";
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    min-width: 70px;
}

.roledisplay {
    font-size: 10px;
    font-weight: 400;
}

.logout {
    font-size: 10px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    color: #FFF !important;
    background-color: none !important;
}

.ulUserDetails {
    /*margin-top: 25px;
    margin-right: 100px;*/
    min-width: 109px !important;
}

.divUserDetails {
    padding-left: 10px;
}



#LoginDetail {
    margin-right: 220px;
    font-family: "Roboto-Bold";
    font-weight: 700;
    font-size: 14px;
    color: #666666;
}

#LoginDetails a {
    font-weight: 200;
    color: #666666;
}

.app-button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
    background: -moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color: #c62d1f;
    cursor: pointer;
    background-image: none !important;
}

.app-button {
    padding: 3px 5px 3px 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background-color: #f24537;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: 'Roboto-Bold';
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    /* line-height: 30px; */
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #810e05;
    background-image: url('../Images/app-button-bg.gif')!important;
}

#StatusBar {
    padding: 5px 25px 5px 5px;
    margin-bottom: 5px;
}

.close-override {
    opacity: 0.9 !important;
    color: white !important;
}

.app-hyperlink {
    font-size: 12px !important;
    color: #007ac9 !important;
}

.panel-heading {
    font-size: 14px !important;
}

#LoginIcon {
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    padding: 5px;
    border-radius: 2px;
}

.invalid-form-field {
    border: #a94442 solid 1px;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 300px;
    z-index: 100;
    left: 50%;
}

.rounded-corner-border {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 8px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 8px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 8px !important;
}

.modal-dialog {
    border-radius: 4px !important;
}

    .modal-dialog .modal-header {
        border-radius: 4px 4px 0px 0px !important;
    }

.base-layout-menu-bar {
    height: 30px;
    margin-top: -22px;
    background-color: #9D2B2B;
}

#StatusIcon {
    width: 15px;
}

input[type="file"] {
    padding-bottom: 4px!important;
    padding-top: 0px!important;
}

/*To target IE 8, 9 and 10*/
@media screen\0 {
    input[type="text"] {
        padding-bottom: 4px!important;
        padding-top: 0px!important;
    }
}

@media (min-width: 768px) {
    .divUserDetails {
        padding-left: 5px;
    }

    .spacing {
        padding-right: 0px !important;
    }

      .linkClass {
       font-size:16px;
       line-height:23px;
        
    }

    .col-md-5 {
        line-height:23px;
    }

}

@media (min-width:769px) and (max-width:801px) {
    .nav-li-override {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (min-width:350px) and (max-width:475px) {
    .footer {
       height:85px !important;
    }
    .brand-icon-footer {
    margin-top: -8px!important;
}
    .linkClass {
        line-height:23px;
    }

}

 



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content--  start*/
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #232828;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
}

/* Modal Content--  end*/

.panel-heading-custom {
    padding: 5px 15px !important;
    font-weight: bold;
}


.navbar-menu {
    border-radius: 0px;
    background-color: #232828 !important;
    height: 90px !important;
}

.container-fluid {
    border: none !important;
    border-radius: 0px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-fluid-override {
    background-color: #232828;
    padding-left: 25px;
    padding-bottom: 15px !important;
}

.navbar-header {
    background-color: #232828!important;
}

.navbar-brand-logo {
    padding: 5px;
    padding-left: 15px;
}

.userDetailsSignOut, .signOut {
    display: block;
    vertical-align: central;
    padding: 3px;
}

.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: none;
    background-color: #232828 !important;
}

#MyMenuBar {
    margin-left: 90px;
}

.dvwidth {
    width: 100%;
    padding-left: 10px;
}


#dvSignInName {
    /*position: absolute;
    top: 84px;
    right: 3px;*/
    width: 499px;
    padding: 10px 15px 5px 15px;
    background: #232828!important;
    font-size: 8pt;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 42%;
    margin: 100px 0 0 -142px;
}
<style >
.company-selector {
    position: relative;
}

.company-button {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.company-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #34495e;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    margin-top: 4px;
    z-index: 1000;
    min-width: 100px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.dropdown-item {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .dropdown-item.active {
        background: rgba(198,40,40,0.8);
    }

</style >


#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

