@font-face {
  font-family: 'Ubuntu';
  font-weight: 300;
  font-style: normal;
  src: url('/app/common/fonts/Ubuntu-300/Ubuntu-300.eot');
  src: url('/app/common/fonts/Ubuntu-300/Ubuntu-300.eot?#iefix') format('embedded-opentype'),
       local('Ubuntu Light'),
       local('Ubuntu-300'),
       url('/app/common/fonts/Ubuntu-300/Ubuntu-300.woff2') format('woff2'),
       url('/app/common/fonts/Ubuntu-300/Ubuntu-300.woff') format('woff'),
       url('/app/common/fonts/Ubuntu-300/Ubuntu-300.ttf') format('truetype'),
       url('/app/common/fonts/Ubuntu-300/Ubuntu-300.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  font-style: normal;
  src: url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.eot');
  src: url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.eot?#iefix') format('embedded-opentype'),
       local('Ubuntu'),
       local('Ubuntu-regular'),
       url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.woff2') format('woff2'),
       url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.woff') format('woff'),
       url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.ttf') format('truetype'),
       url('/app/common/fonts/Ubuntu-regular/Ubuntu-regular.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-weight: 500;
  font-style: normal;
  src: url('/app/common/fonts/Ubuntu-500/Ubuntu-500.eot');
  src: url('/app/common/fonts/Ubuntu-500/Ubuntu-500.eot?#iefix') format('embedded-opentype'),
       local('Ubuntu Medium'),
       local('Ubuntu-500'),
       url('/app/common/fonts/Ubuntu-500/Ubuntu-500.woff2') format('woff2'),
       url('/app/common/fonts/Ubuntu-500/Ubuntu-500.woff') format('woff'),
       url('/app/common/fonts/Ubuntu-500/Ubuntu-500.ttf') format('truetype'),
       url('/app/common/fonts/Ubuntu-500/Ubuntu-500.svg#Ubuntu') format('svg');
}
@font-face {
  font-family: 'Ubuntu';
  font-weight: 400;
  font-style: italic;
  src: url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.eot');
  src: url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.eot?#iefix') format('embedded-opentype'),
       local('Ubuntu Italic'),
       local('Ubuntu-italic'),
       url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.woff2') format('woff2'),
       url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.woff') format('woff'),
       url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.ttf') format('truetype'),
       url('/app/common/fonts/Ubuntu-italic/Ubuntu-italic.svg#Ubuntu') format('svg');
}

html {
    overflow-y: hidden;
}
body {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    background-color: #E6E6E6;
    color: #000;
    /*font-size: 15px;*/
}
#wrapper{
    height: 100%;
}
a, a:active, a:hover, a:focus {
    outline: 0; cursor: pointer;
}

a#main-logo:not([href]), a.company-logo:not([href]), .company-logo > a:not([href]) {
    cursor: default;
}

b { font-weight: 500; }
.exh4 b { font-weight: 600; }
.uppercase {
	text-transform: uppercase;
}

/* Layout */
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-9, .col-xl-10, .col-xl-11 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1800px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, 
    .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, 
    .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-12 { width: 100%; }
    .col-xl-11 { width: 91.66666667%; }
    .col-xl-10 { width: 83.33333333%; }
    .col-xl-9 { width: 75%; }
    .col-xl-8 { width: 66.66666667%; }
    .col-xl-7 { width: 58.33333333%; }
    .col-xl-6 { width: 50%; }
    .col-xl-5 { width: 41.66666667%; }
    .col-xl-4 { width: 33.33333333%; }
    .col-xl-3 { width: 25%; }
    .col-xl-2 { width: 16.66666667%; }
    .col-xl-1 { width: 8.33333333%; }
}

.dflex-start {
    justify-content: flex-start;
}

.dflex-end {
    justify-content: flex-end;
}
.dflex-center {
    justify-content: center;
}
/* FORMS */
.form-control {
	border-radius: 20px;
	background-color: #F2F2F2;
    border: none;
    padding: 3px 15px;
    font-size: 14px;
    height: 28px;
    line-height: 1.42857;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
textarea.form-control {
    border-radius: 20px 20px 6px 6px;
}
textarea {
	resize: none !important;
	overflow: hidden;
}
.form-control[readonly] {
	background-color: #F2F2F2;
}
.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #B3B3B3;
    opacity: 1;
}
.form-control:focus {
  border-color: #C8C8C8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(200, 200, 200, 1);
}
focus:not(button, a) {
    outline: none;
}
input:focus-visible, label:focus-visible, checkbox:focus-visible, button:focus-visible, a:focus-visible, a.option:focus-visible span.text {
    outline: 1px solid red !important;
    outline-offset: 5px !important;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0;
    padding: 4px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn.focus, .btn:active {
    /*color: inherit;*/
    outline: 0 !important;
}
.btn:hover {
    opacity: .6;
}
.btn:active {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.btn.disabled, .btn[disabled], button[disabled], fieldset[disabled] .btn, .disabled, .disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.dropdown-menu { 
	border: none; white-space: nowrap; 
	/*max-height: 255px; overflow-y: auto;*/
}
.dropdown-menu > li { color: #000; }
.dropdown-menu > li > .btn {
	text-align: left; width: 100%; color: #000; padding: 0 8px;
	text-transform: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, 
.dropdown-menu > li > .btn:hover, .dropdown-menu > li > .btn:focus {
	color: #B3B3B3 !important;
	background-color: transparent;
}
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > .btn, .dropdown-menu > .active > .btn:hover, .dropdown-menu > .active > .btn:focus {
        /*color: #B3B3B3;*/
        color: #666666;
        background-color: transparent;
    }
.dropdown-menu.checklist {
    padding: 0 10px 0 10px;
}

ul.dropdown-menu {
    margin: 19px 0 0 0;
    border-radius: 0 0 6px 6px;
    text-transform: capitalize;
}

ul.dropdown-menu-right {
    right: 0;
    left: auto;
}

#menu-languages .dropdown-menu {
    text-transform: capitalize;
}

.text-success {
    color: #00835B;
}

/* SUCCESS/ERROR/WARNING MESSAGES (override bs .alert) */
.alert-container {}
.alert {
	display: none; 
	margin: 0 0 15px 0;
	padding: 0;
	background-color: transparent !important;
	border: none !important;
}
.alert-danger {
    color: rgb(237,25,64);
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background-color: rgb(237,25,64) !important; color: #FFF;
}
.alert-success {
    color: rgb(0,131,91);
}
.alert-warning {
    color: rgb(251,176,59);
}

.bg-red {
	background-color: rgb(237,25,64);
}




.no-margin {
    margin: 0;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
}

.centered {
    margin: 0 auto;
}

.language-selector li a::first-letter {
	text-transform: uppercase;
}

.pagination > li, .pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > li.active .page-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


/* IE */
.ltie9 { display: none; }

.main-header > .menu-header > ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .main-header > .menu-header > ul > li {
        padding-left: 20px;
    }

.main-header .menu-icon-header {
    text-decoration: none;
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    display: table;
    background-color: #fff;
}

    .main-header > div {
        height: 60px;
        display: flex;
        align-items: center;
    }

.main-logo-header {
    /*width: 100%;*/
    height: 100%;
    padding: 0;
    max-height: 50px;
}

    .main-header img {
        height: 100%;
        max-height: 50px;
        display: inline-block;
        padding-right: 10px;
        max-width: 100%;
    }

    .company-logos img {
        padding-left: 10px;
    }

    .login-box .company-logos img {
        padding: 0;
    }

    .login-box.company-logos {
        border: none;
    }

    .multi-logo .company-logos {
        height: 50px;
        border-left: 1px solid #ccc;
    }

    #modal, #confModal, #alertModal {
        background-color: rgba(0,0,0,0.9);
        z-index: 50000;
    }

#alertModal .modal-box .dialog-footer {
    justify-content: center;
}
#confModal .modal-box footer, #alertModal .modal-box .dialog-footer {
    padding: 15px 0 0 0;
}

.modal-box {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 26px 26px 16px 16px;
    background-color: rgba(255,255,255,.9);
}

    .modal-box .header, .modal-box header {
        border-radius: 24px 24px 0 0;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
    }

#modal-content {
    padding: 30px;
}

.modal-box .dialog-footer, .modal-box .modal-footer {
    margin-top: 30px;
    padding: 30px 0 0 0;
    text-align: center;
    border-top-width: 2px;
    border-top-style: solid;
}

.modal-box .dialog-footer button {
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}

@media only screen and (min-width: 993px) {
    .main-header {
        height: 60px;
        padding-left: 85px;
        padding-right: 85px;
    }

        .main-header > div {
            height: 60px;
        }

    .main-header > .menu-header > ul > li {
        padding-left: 30px;
    }

    .main-logo-header {
        max-height: 60px;
    }
        .main-header img {
            max-height: 60px;
            padding-right: 15px;
        }

        .company-logos img {
            padding-left: 15px;
        }
}
    @media only screen and (max-width: 767px) {
        .modal-box{
            max-width: 80%;
        }
            .modal-box footer, .modal-box .modal-footer {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

        #alertModal .modal-box .dialog-footer {
            justify-content: center;
        }
            .modal-box footer button, .modal-box .modal-footer button {
                width: 48%;
            }
        .main-header .main-logo-header, .main-header .company-logos {
            width: 142px;
        }
    }

    @media only screen and (min-width: 768px) {
        .big-modal-box {
            max-width: 800px !important;
        }

        .modal-box .dialog-footer button, .modal-box .modal-footer button {
            margin: 0 15px !important;
            width: auto;
            min-width: 140px;
        }

        .main-header .menu-icon-header {
            font-size: 22px;
        }

       /* .main-logo-header img, .company-logos img {
            max-height: 80px;
            padding: 10px 15px;
        }*/

        .main-header .main-logo-header {
            display: block;
        }
    }

    .company-logo a:not([href]), a.company-logo:not([href]) {
        cursor: default;
    }

    .footer-input-filter {
        width: 96%;
        border: 1px solid #ccc;
        height: 25px;
        margin-top: 5px;
    }

    .footer-text-filter {
    }

    .footer-select-filter {
    }

    /* FOOTER */
    footer, .dialog-footer, .modal-box .modal-footer {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
        font-weight: 300;
        /*margin-top: 60px;*/
    }

body.login > .main-header {
    display: none;
}

        footer .footer-row {
            width: 100%;
        }

            footer .footer-row > a > img {
                height: 35px;
            }

        footer .footer-col {
            height: 100%;
            display: flex;
            align-items: center;
        }

            footer .footer-col > a, footer .footer-col > a > img {
                height: 100%;
            }

        footer .copyright {
            text-transform: uppercase;
            font-size: 11px;
        }

            footer .copyright a {
                color: #fff;
                text-decoration: none;
                text-transform: none;
            }

        footer hr {
            margin: 0 15px 20px 15px;
        }

    .fixed-footer {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 1;
        background-color: #fff;
    }

    body > footer button {
        cursor: pointer;
        border: none;
        font-size: 14px;
        line-height: 30px;
        text-transform: none;
        font-weight: normal;
    }

    .footer-button-back {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        height: 100%;
    }

    @media (min-width: 992px) {
        footer, .dialog-footer {
            padding-left: 85px;
            padding-right: 85px;
        }
    }


    @media (min-width: 768px) {

        .fixed-footer {
            /*position: relative;*/
            height: 70px;
            z-index: 20;
            overflow: hidden;
        }

        footer .slogan {
            font-size: 17px;
            letter-spacing: 1px;
        }
    }

    body.login {
        padding: 15px;
        overflow-y: auto;
    }
    body.login #view {
        display: flex;
        height: auto;
        overflow-y: hidden;
        margin: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

.submain {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.login-box {
    /* common.css */
    max-width: 400px;
    border-radius: 16px;
    background-color: rgba(255,255,255,.9);
    padding: 0 15px 25px 15px;
    text-align: center;
    margin-bottom: 90px;
}

    .login-box .logos {
        padding: 30px 0;
    }

    .login-box img {
        max-width: 80%;
        max-height: 150px;
    }

    .login-box .logos.multi-logo .company-logos {
        border-top: 1px solid #999;
        border-left: none;
        margin-top: 15px;
        padding-top: 15px;
        font-size: 0;
        height: 100%;
    }

    .login-box .logos.multi-logo .company-logo, .login-box .logos.multi-logo .main-logo-login {
        display: inline-block;
        width: 60%;
    }

    .login-box .logos.two-logos .company-logo {
        width: 50%;
    }

        .login-box .logos.two-logos .company-logo:first-child {
            padding-right: 15px;
        }

        .login-box .logos.two-logos .company-logo:last-child {
            padding-left: 15px;
        }

    .login-box .language-selector {
        width: 60px;
        margin: 0 auto 30px auto;
    }

        .login-box .language-selector .label {
            text-transform: uppercase;
            padding: 0;
            font-weight: normal;
        }


.input-box {
    position: relative;
}
    .login-box .logos .small-product-logo-img {
        max-width: 80%;
    }

    .login-box .logos.multi-logo > img {
        width: 60%;
    }

    .bg-darkgray {
        background: #30383b;
        color: #FFF;
    }

    button.bg-darkgray-hover:hover, button.bg-darkgray:hover {
        background: #30383b;
        color: #FFF;
    }

     button:hover, btn:hover{
        color:#FFF !important;
    }

@media only screen and (min-width: 993px) {
    body.login #view > .submain {
        padding: 60px 0;
    }

    .login-box {
        min-width: 360px;
        padding: 0 30px 40px 30px;
        margin-bottom: 80px;
    }

        .login-box .logos {
            padding: 60px 0 35px 0;
        }
            .login-box .logos.multi-logo {
                padding-top: 35px
            }

        .login-box .company-logos img {
            max-height: 80px;
        }

        .login-box .language-selector {
            margin-bottom: 35px;
        }
}
footer.main, footer.menu {
    position: fixed;
    background-color: var(--footerColor);
}

footer, div.footer, .dialog-footer {
    bottom: 0px;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /*border-top: 1px solid #666666;*/
    color: #FFFFFF;
    z-index: 998;
    padding: 6px 15px;
}

    footer div.center, footer div.right {
        margin-top: 10px;
    }

    footer .left,
    footer .center,
    footer .right {
        width: 100%;
        height: 100%;
        max-height: 41px;
    }

    footer .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }

    footer img {
        height: 41px;
    }

    footer div.left > img, div.footer div.left > img {
        width: auto;
    }

    footer div.center, div.footer div.center {
        font-size: 11px;
        text-align: center;
        letter-spacing: 0.22px;
        /* color: #FFFFFF;*/
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    footer div.right, div.footer div.right {
        text-align: right;
        letter-spacing: 0.85px;
        /*color: #FFFFFF;*/
        opacity: 1;
        font-size: 17px;
        /*height: 100%;*/
        align-items: center;
        display: flex;
        justify-content: center;
    }

        footer div.right > a, div.footer div.right > a {
            display: flex;
            height: 100%;
            justify-content: center;
        }

    footer button {
        text-transform: none;
        font-weight: normal;
    }

@media (min-width: 768px) {
    footer.main, footer.menu {
        height: 60px;
    }
    footer, .dialog-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        footer .left,
        footer .right {
            width: 25%;
        }

        footer .center{
            width: 50%;
        }

        footer .left {
            justify-content: flex-start;
        }

        footer div.right, div.footer div.right {
            justify-content: flex-end;
        }

            footer div.right > a, div.footer div.right > a {
                justify-content: flex-end;
            }

        footer div.center, footer div.right {
            margin-top: 0;
        }
}

@media (min-width: 993px) {
    footer, .dialog-footer {
        padding: 6px 85px;
    }
}

@media (min-width: 1250px) {
    footer .left,
    footer .center,
    footer .right {
        width: 33%;
    }
}

@media (max-width: 380px){
    footer div.center, div.footer div.center{
        display: flex;
        flex-direction: column !important;
    }
    footer div.center .policy-links-cont, div.footer div.center .policy-links-cont{
        margin-top: 5px;
    }
}
@media (max-width: 750px) {
    @media (max-height: 550px) {
        header.main-header, footer.main{
            position: initial;
        }
    }
}
body {
    --firstColor: #C61932;
    --textMenuColor: #ffffff;
    --footerColor: #C61932;
    --headerColor: #ffffff;
}

.main-header .main-logo-header, .main-header .company-logos{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .main-logo-header img, .main-header .company-logos img{
    height: 40px;
    object-fit: contain;
}
.menu-header .menu-icon-header > i {
    font-size: 22px;
    line-height: 40px;
}

footer.main img {
    height: 30px;
}


/* SCROLLBAR */

  ::-webkit-scrollbar {
    height: 6px;
    overflow: visible;
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-width: 1px 1px 1px 2px;
    border-width: 0;
    border-radius: 6px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
 
  ::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
  }
  ::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 #d9d9d9;
  }
  ::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 #999, inset 0 -1px 0 #999
  }
  ::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 #999, inset -1px 0 0 #999;
  }
  ::-webkit-scrollbar-track:horizontal {
    border-width: 6px 0 1px
  }
  ::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 0 1px
  }

  body::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 #d9d9d9, inset 0 -1px 0 #d9d9d9;
  }

  body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
  }

  
.scrollbar-track {
    width: 6px;
    background: rgba(0, 0, 0, 0.05);
    margin-right: 0;
    border-radius: 6px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
    right: 0;
}
.scrollbar-track:hover,
.scrollbar-track.dragging {
    width: 6px;
    background: #d9d9d9;
    background: rgba(0, 0, 0, 0.15);
}

.scrollbar-handle {
    width: 6px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.scrollbar-track:hover .scrollbar-handle,
.scrollbar-track.dragging .scrollbar-handle {
    width: 6px;
}

input.custom-checkbox {
    display: none;
}

.custom-checkbox-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    position: relative;
    cursor: pointer;
}

input.custom-checkbox:checked + .custom-checkbox-indicator {
    /* background-color: blue; */
}

input.custom-checkbox:checked + .custom-checkbox-indicator::before {
    content: "\2714";
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
}
/* Datepicker header color */
.datepicker--day-name{
    color: unset;
}