/* Minification failed. Returning unminified contents.
(366,23): run-time error CSS1038: Expected hex color, found '#ccc0'
 */
@font-face {
    font-family: SuisseIntl;
    src: url(/Content/fonts/SuisseIntl-Regular.otf) format('opentype'), url(/Content/fonts/SuisseIntl-Regular.ttf) format('truetype'),url(/Content/fonts/SuisseIntl-Regular.woff) format('woff');
}
@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: white;
    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;
    border-color: #2FAEE4 !important;
}
/**/

.navbar-nav > li > .btn.focus, 
.navbar-nav > li > .btn:focus, 
.navbar-nav > li > .btn:hover {
    color: #2FAEE4 !important;
    border-color: #2FAEE4 !important;
}

.navbar-nav > li > a {
    border-width:1px;
    border-color:transparent;
}


    .dropdown-menu > li > a {
        padding: 9px 15px;
        text-align: left;
    }

.nav-bar-container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-gray {
    background: #eaeaea;
    /*font-size: 10pt;*/
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}

.navbar-white {
    background: #ffffff;
    /*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-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-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;
}
.help-block{
    color:white;
}

.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: 5px 20px 5px 20px !important;
    font-family: SuisseIntl;
    /*    width: 170px;*/
}
    .btn-black :hover {
        opacity: 0.5;
    }

.btn-white {
    background: white;
    border-radius: 0;
    border: 1px solid white;
    color: #000000;
    font-size: 18px;
    padding: 5px 20px 5px 20px !important;
    font-family: SuisseIntl;
    /*    width: 170px;*/
}

    .btn-white :hover {
        opacity: 0.5;
    }




.btn-blue-bg {
    background: #2faee4;
    border-radius: 0;
   /* border: 1px solid #000000 !important;*/
    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: 20px;
    padding: 8px 30px 10px 30px !important;
    font-family: SuisseIntl;
    /*    width: 100%;*/
}
    .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-transparent-bg {
    background: transparent;
    border-radius: 0;
    border: 1px solid #000000 !important;
    color: #000000;
    font-size: 18px;
    padding: 13px 20px 12px 20px !important;
    font-family: SuisseIntl;
/*    width: 170px;*/
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    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-transparent-bg:hover {
        border: 1px solid #2faee4 !important;
        color: #2faee4;
    }


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: #2faee4;*/
}

.menu-item {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.navbar {
    margin-bottom: 80px;
}

.navbar-right-pading {
    float: right !important;
    padding-right:60px;
}

.navbar-nav li {
    padding-left:15px;
    padding-right:15px;
}

.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;
    font-weight: normal !important;
    text-transform:none !important;
}


.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*/


li.li-splitter {    
    border-right: 1px solid #000000;
}

.h1-landing-label {
    font-size: 60px;
    color: #2faee4;
/*    margin-top:20px !important;
    margin-bottom: 20px !important;*/
}

.link-white, .link-white:focus, .link-white:hover {
    color: white;
}


        .background-gray {
    background: #eaeaea;
    height:100%;
}
.background-black {
    background: #000000;
    color: white !important;
    height: 100%;
}

.background-red {
    background: #D30019;
    height: 100%;
    color:white;
}

.background-blue {
    background: #2faee4;
    height: 100%;
    color: white !important;
}

.background-green {
    background: #0F4646;
    height: 100%;
    color: white;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
    padding-top:20px;
    padding-bottom: 20px;
}

.text-white {
    color: white !important;
}

.form-control.form-control-white {
    color: white !important;
    border-color: white !important;
}

/* The slider itself ORIGINAL*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        -webkit-appearance: none;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: red;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #2faee4;
            cursor: pointer;*/
            /*box-shadow: 0px 0 0 1px red;*/
        /*}

        input[type='range']::-webkit-slider-runnable-track {
            height: 10px;
            -webkit-appearance: none;
            color: #13bba4;
            margin-top: -1px;
        }

        input[type='range']::-moz-range-thumb {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #2faee4;
            cursor: pointer;
        }
}*/

/* The slider itself */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    .slider {
        
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background: red;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
    }

        .slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #2faee4;
            cursor: pointer;
            box-shadow: 0px 0 0 1px red;
        }

        .slider::-webkit-slider-runnable-track {
            height: 10px;
            -webkit-appearance: none;
            color: #13bba4;
            margin-top: -1px;
        }

        .slider::-moz-range-thumb {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #2faee4;
            cursor: pointer;
        }
}
*/
    .form-control {
        border: 1px solid #ddd !important;
        border-radius: 0px !important;
        -webkit-box-shadow: none !important;
        height: auto;
        background: none !important;
        padding: 7px 12px;
    }

    .form-control-black {
        border: 1px solid #000 !important;
        color: #000 !important;
        padding: 2px 8px !important;
    }

    .btn-link {
        text-decoration: underline !important;
    }

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        border-radius: 0px !important;
        outline: none;
    }

    .btn.focus, .btn:focus, .btn:hover {
        /*    color: initial;*/
        margin-top: 0 !important;
    }

    h1, .h1 {
        line-height: 1.1;
    }

.landing-jumbotron {
    font-size: 65px;
    overflow-wrap:break-word;
}

    .padding-top-100 {
        padding-top: 100px !important;
    }

    .padding-top-75 {
        padding-top: 75px !important;
    }


    .modal-content {
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

    input.form-control {
        min-width: 65px;
    }

    .input-number {
        min-width: 70px;
    }

   /* @media screen and (-webkit-min-device-pixel-ratio:0) {
        input[type='range'] {
            overflow: hidden;
            width: 80px;
            -webkit-appearance: none;
            background-color: red;
        }

            input[type='range']::-webkit-slider-runnable-track {
                height: 10px;
                -webkit-appearance: none;
                color: #13bba4;
                margin-top: -1px;
            }

            input[type='range']::-webkit-slider-thumb {
                width: 10px;
                -webkit-appearance: none;
                height: 10px;
                cursor: ew-resize;
                background: #434343;
                box-shadow: -80px 0 0 80px #2faee4;
            }
    }

   
    input[type="range"]::-moz-range-progress {
        background-color: #43e5f7;
    }

    input[type="range"]::-moz-range-track {
        background-color: #9a905d;
    }

    
    input[type="range"]::-ms-fill-lower {
        background-color: #43e5f7;
    }

    input[type="range"]::-ms-fill-upper {
        background-color: #9a905d;
    }
*/

input[type="range"] {
    
    border:none;
    border-radius: 8px;
    height: 1px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

    input[type='range']::-webkit-slider-thumb {
        width: 15px;
        -webkit-appearance: none;
        height: 15px;
        background: #2faee4;
        border-radius: 50%;
        border:none;
    }

.padding-left-0 {
padding-left:0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.heading-divider {
    height: 100px;
}

.modal {   
    top: inherit !important;
    bottom:45px !important;
}


@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;
            }
            .heading-divider {
                height: 60px !important;
            }
        }

        @media (max-width: 680px) and (min-width: 581px) {

            .span__1 .grid_link {
                padding-bottom: 0px !important;
            }

            .heading-divider {
                height: 60px !important;
            }
        }

        @media (max-width: 570px) and (min-width: 151px) {

            .width-20 {
                width: 33% !important;
            }

            .span__1 .grid_link {
                padding-bottom: 0px !important;
            }
            .heading-divider {
                height: 30px !important;
            }
        }

@media (max-width: 570px)  {

    .h1-landing-label, .landing-jumbotron {
        font-size: 35px !important;
    }
}
    


