/* Minification failed. Returning unminified contents.
(341,23): run-time error CSS1038: Expected hex color, found '#ccc0'
 */
@font-face {
    font-family: SuisseIntl;
    src: url(/Content/fonts/SuisseIntl-Regular.otf);
    
}
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('font-awesome/fonts/fontawesome-webfont.woff') format('woff');
    src: url('font-awesome/fonts/fontawesome-webfont.woff2') format('woff2');
    src: url('font-awesome/fonts/fontawesome-webfont.ttf') format('truetype');
    src: url('font-awesome/fonts/fontawesome-webfont.eot') format('embedded-opentype');
    src: url('font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    src: url('font-awesome/fonts/FontAwesome.otf') format('opentype');
}
/*LAYOUT*/

.layout-body {
    background: #eaeaea;
    font-family: SuisseIntl;
}

.layout-login-body {
    background: #000000;
    font-family: SuisseIntl;
    overflow-x: hidden;
}

.logo-top {
    height: 30.5px;
    margin-left: 10px !important;
    margin-top: 5px !important;
}

.panel {
    border-radius: 0px;
}
/*add hair line to the bottom of the navbar*/
.navbar-gray:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 96%;
    border-bottom: 1.5px solid #b6b5b5;
}
.navbar-black:after {
    border: none; 
}

/*Make navigation items synergy blue*/
.navbar-nav > li > a:hover, .dropdown-menu > li > a:hover {
    color: #2FAEE4 !important
}
/**/

.dropdown-menu > li > a {
    padding: 9px 15px;
    text-align: left;
}

.nav-bar-container {
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-gray {
    background: #eaeaea;
    /*font-size: 10pt;*/
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.navbar-black {
    background: #000000;
    /*font-size: 14pt;*/
    padding-left: 20px;
    margin: 0;
    border: 0;
}

.navbar-login-a {
    color: #fdfdfd !important;
}

.top-navbar-ul {
    padding-left: 0px !important;
}

.panel-heading {
    border-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

/*END LAYOUT*/
/*HOME*/
.grid-item-dashboard {
    background: transparent !important;
    width: 100px;
    margin-top: 100px;
}

.grid_item :hover {
    background: transparent !important;
}
.grid-link-dashboard {
    border: 0 !important;
}

.width-20 {
    width: 25% !important;
}

.grid-cell-header {
    margin-bottom: 0 !important;
    color: #1a1818 !important;
    padding-top:30px;
}

.grid-cell-header:hover {
    color: #2FAEE4 !important
}

.grid-cell-container {
    bottom: 0 !important;
}

.fa-black {
    color: #1a1818 !important;
}

/*END HOME*/

/*LOGIN*/
.login-container {
    margin: 20px;
    margin-top: 100px;
}

.form-control-login {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fdfdfd;
    background: #000000;
    outline: none !important;
    box-shadow: none !important;
    color: #fdfdfd;
    font-size: 28.5px;
    padding: 20px;
    height: auto;
}

/*Override chrome autofill input background*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

.control-label-login {
    font-size: 15px;
    /*color: #fdfdfd;*/
    margin-bottom: 13px !important;
}

.padding-100 {
    padding-right: 100px;
    padding-left: 100px;
}

.vertical-center {
    min-height: 70%;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.p-0 {
    padding: 0;
}

.checkbox-login {
    /*position: absolute;
    top: 0;
    left: 0;*/
    background: #000000;
    border: 0;
    border-radius: 0;
    border: 1px solid #fdfdfd;
    width: 50px;
}

.btn-black {
    background: #000000;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #fdfdfd;
    font-size: 18px;
    padding: 10px 5px 10px 10px;
    font-family: SuisseIntl;
    width: 170px;
}
    .btn-black :hover {
        opacity: 0.5;
    }

.btn-sendverify {
    background: #000000;
    border-radius: 0;
    /*border: 1px solid #eaeaea;*/
    color: #fdfdfd;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    font-family: SuisseIntl;
    width: 100px;
}

    .btn-sendverify :hover {
        opacity: 0.5;
    }


.btn-blue-bg {
    background: #2faee4;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #fdfdfd;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    font-family: SuisseIntl;
    width: 130px;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

    .btn-blue-bg :hover {
        color: black !important;
    }

.fa-arrow-right-login {
    color: #ffffff;
    width: 50px;
}

.p-r-0 {
    padding-right: 0;
}

.m-tb-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.checkbox-label-login {
    font-size: 18px;
    color: #ffffff;
}

.m-t-50 {
    margin-top: 50px;
}

.m-tb-10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

/*END LOGIN*/

/*CONTACT US*/

.input-text {
    border-radius: 0px !important;
    height: 70px;
}




.btn-blue {
    background: #2faee4;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #fdfdfd;
    font-size: 18px;
    padding: 10px 5px 10px 30px;
    font-family: SuisseIntl;
    width: 170px;
}
    .btn-blue :hover {
        opacity: 0.5;
    }

/*END CONTACT US*/

/*INFRAGISTICS OVERRIDE*/
.ui-corner-all, ui-corner-bottom, .ui-corner-br, .ui-corner-right, .ui-corner-bl, .ui-corner-left, .ui-corner-top, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0px !important;
}



.ui-igcombo.ui-state-hover, .ui-igedit.ui-state-hover {
    border-color: initial !important;
}

.ui-igedit-container {
    height: 40px;
}

.ui-igcombo-wrapper {
    height: 40px;
}

.input-height {
    /*border-radius: 0px !important;*/
    height: 40px !important;
}

.ui-state-default {
    border: 1px solid #ccc0;
    background-color: #e3e3e3;
    color: #000;
    border: 1px solid #707070
}

.highcharts-background {
    background: #eaeaea !important;
    fill: #eaeaea !important;
}
.highcharts-plot-background {
    background: #eaeaea !important;
    fill: #eaeaea !important;
}

.badge-one {
    background: transparent !important;
    color: #29696a !important;
}

.badge-two {
    background: transparent !important;
    color: #d72f36 !important;
}
/*END INFRAGISTICS OVERRIDE*/

.no-border-radius {
    border-radius: 0 !important;
}

.b-white {
    background: #ffffff !important;
}

.btn-total {
    font-size:12pt; 
    background: #2faee4; 
    font-family: SuisseIntl;
    padding: 7px 20px 7px 20px;
}

.header-resources {
    background: #000000 !important;
    font-family: SuisseIntl;
    font-size: 16pt;
    padding: 18px 18px 18px 35px;
}

.ui-ig-altrecord {
    background: #eaeaea !important;
}

.ui-iggrid-header {
    /*background: #eaeaea !important;*/
    /*padding-top: 10px !important;*/
    /*padding-left: 50px !important;*/
    /*font-size: 10pt !important;*/
    font-family: SuisseIntl;
}

/*.ui-igeditor-input-container*/
/*.ui-iggrid-filtercell {
    padding-top: 20px !important;
    padding-left: 50px !important;
    padding-bottom: 50px;
    background: #eaeaea !important;
}*/

/*.ui-iggrid-filterrow {
    height:100px !important;
}*/

.btn-download {
    border: 0;
    padding: 0;
    background: inherit;
}

.report-block {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eaeaea;
    border: 1px solid #000000;
}

.ui-checkbox-container {
    /*height: 16px !important;*/
}



.panel-body-gray {
    border: 1px solid #000000 !important;
    background: #eaeaea !important;
    border-radius: 0px !important;
}

.panel-body-gray-radius {
    border: 1px solid #000000 !important;
    background: #eaeaea !important;
    border-radius: 0px !important;
}

.btn-black-bg {
    background: #000000;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #fdfdfd;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    font-family: SuisseIntl;
    width: 130px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn-black-bg :hover {
        color: #fdfdfd !important;
    }
                         


.btn-green-bg {
    background: green;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #fdfdfd;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    font-family: SuisseIntl;
    width: 170px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn-green-bg :hover {
        opacity: 0.5;
    }

.input-corner {
    border-radius: 0px !important;
    height: 40px;
}

.no-corner {
    border-radius: 0px !important;
}


.btn-white-bg {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #000000;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    font-family: SuisseIntl;
    width: 170px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn-white-bg :hover {
        opacity: 0.5;
        
    }


a:link, a:visited {
    /*background-color: #f44336;
    color: white;
    padding: 14px 25px;*/
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
}

a:hover, a:active {
    /*background-color: red;*/
}

.menu-item {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.navbar-right-pading {
    float: right !important;
    padding-right:60px;
}

.btn-blue-sm {
    background: #2faee4;
    border-radius: 0;
    border: 1px solid #eaeaea;
    color: #ffffff !important;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    font-family: SuisseIntl;
    width: 60px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.btn-blue-sm :hover {
    opacity: 0.5 !important;
    color:black !important;
}*/

.btn {
    border-radius: 0px;
    border: none;
    padding-bottom: 5px;
}

.ui-igcombo-listitemholder li.ui-state-default:hover {
    background-color: #2faee4;
    border: none;
}

/*Alerts style*/
.alert {
    border-radius: 0px;
    border: none;
}

.alert-success {
    background-color: #0E5758;
}

.alert alert-primary {
    background-color: #2FAEE4
    
}

.alert-danger {
    background-color: #D62229
}

.label-success {
    border-radius: 0px;
    background-color: #0E5758;
}

/*end of alerts styles*/

@media all and (min-width: 980px) {
        .span__1 .grid_link {
            padding-bottom: 0px !important;
        }
}

@media (max-width: 980px) and (min-width: 681px) {

    .span__1 .grid_link {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 680px) and (min-width: 581px) {

    .span__1 .grid_link {
        padding-bottom: 0px !important;
    }
}

@media (max-width: 570px) and (min-width: 151px) {
    .width-20 {
        width: 33% !important;
    }
    .span__1 .grid_link {
        padding-bottom: 0px !important;
    }
}

/* BOOTSTRAP 5 MIGRATION */

.fade.modal-backdrop.show {
    opacity: 0.5;
}

.fa-fw {
    vertical-align: middle !important;
}
