﻿table.tableSection {
    display: table;
    width: 100%;
}

    table.tableSection thead, table.tableSection tbody {
        float: left;
        width: auto;
    }

    table.tableSection tr {
        width: 100%;
        display: table;
    }

    table.tableSection .mainbody {
        overflow: scroll;
        overflow-x: hidden;
        height: 90%;
    }

    table.tableSection tbody {
        overflow-x: hidden;
        height: inherit;
        display: block;
    }

    table.tableSection tr {
        width: 100%;
        display: table;
    }

    table.tableSection th, table.tableSection td {
    }


.customicon .btn i, .btn span {
    padding-right: 0px;
}


.table-condensed.table > tbody > tr > td {
    padding: 0 0 0 0 !important;
    border-top-width: 0;
    border-bottom-width: 1px;
}

.padleft5 {
    padding-left: 5px;
}

.padleft0 {
    padding-left: 0px !important;
}

.table-condensed.table > tbody > tr > td > select {
    height: 24px;
}

    .table-condensed.table > tbody > tr > td > select.drpdwn {
        height: 30px;
    }


.table-condensed.table > thead > tr > th > label {
    font-weight: bold !important;
}

.table.tableSection tr th, table.tableSection tr td {
    /*width: 85%;
    /*margin-right: 110px;*/
}


.modal-dialog {
    width: 85% !important;
    margin-right: 110px !important;
}

.modal-content {
    margin: 0px auto;
}

.customicon {
    text-align: center;
    vertical-align: middle;
    width: 25px;
}

    .customicon a {
        /*margin-top: 2px;*/
        padding: 4px 5px 3px 5px;
    }


.drpdwn {
    height: 32px !important;
    padding: 5px 5px;
}

.lineitemisactive {
    height: 17px;
    padding-top: 7px;
    float: none !important;
}

.padleftright0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mandatory {
    color: red;
}


/*table.tableSection tr th, table.tableSection tr td {
    width: 185px;
    min-width: 185px;
}*/

.red {
    border-color: red !important;
    border-width: 1px !important;
}



.maintable {
    width: 100%;
    overflow-x: auto;
}


/*Dashboard design*/

.row .col-md-4 {
    text-align: left;
    background-color: inherit;
    border: none;
    border-color: inherit;
}

.feature {
    border: thin solid #CCC;
    border-radius: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    /*padding: 5px 14px;*/
    min-height: 275px;
    background-color: #ffffff;
}

.panel-default > .panel-heading {
    background: #242a30;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    padding: 10px 15px;
    border: none;
    color: #fff;
}

    .panel-default > .panel-heading > .panel-title {
        line-height: 20px;
        font-size: 16px;
        color: inherit;
    }

.panel-body {
}

.btnborder {
    border-bottom-color: #CCC;
    border-bottom-width: thin;
    border-bottom-style: solid;
    padding: 4px 0;
    margin-top: 5px;
    margin-bottom: 2px;
}

    .btnborder:first-child {
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #CCC;
    }

.dashbrdbadge {
    margin-right: 5px;
    margin-top: 2px;
}

.dbtnadd {
    width: 59px;
}

.mrgnleft6 {
    margin-left: 6px !important;
}

.ovrhdcostpoolbrder {
    border: 2px solid red;
    background-color: red;
    border-bottom: 1px 1px 1px 1px !important;
}

/*Risk Assesment*/
.Matrixbadge {
    font-size: 11px;
    padding: 9px 0px !important;
    opacity: 1;
    margin: 2px 2px -3px 4px !important;
    min-width: 17px;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.matrixcol {
    border: solid;
    height: 25px;
    width: 25px;
}

.riskassesli {
    min-height: 40px;
}

.assesmentdesc {
    font-size: 12px;
}

.frmfieldset {
    background-color: #f7f7f9 !important;
    padding-top: 5px !important;
    min-height: 280px !important;
    padding-bottom: 20px !important;
}
/*Risk Assesment Ends css*/

/*JQGrid popup width set */
.FormGrid {
    width: auto !important;
    height: auto !important;
}

.HeaderButton {
    display: none;
}

.page-title {
    margin: 10px 0 10px;
}

.pageheader {
    color: black;
}

textarea {
    width: 160px;
}



.margintop_20 {
    margin-top: -20px;
}

.margintop0 {
    margin-top: 0px !important;
}

#tabList.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    #tabList.nav > li {
        position: relative;
        display: block;
    }

        #tabList.nav > li > a {
            position: relative;
            display: block;
            padding: 9px 10px 10px;
            background-color: #57889c;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

            #tabList.nav > li > a:focus,
            #tabList.nav > li > a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #275b89;
                border-bottom-color: #275b89 !important;
                border-bottom-width: 8px !important;
            }

        #tabList.nav > li.disabled > a {
            pointer-events: none;
            color: #999;
            cursor: no-drop;
        }

            #tabList.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                pointer-events: none;
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    #tabList.nav .open > a,
    #tabList.nav .open > a:focus,
    #tabList.nav .open > a:hover {
        background-color: #eee;
        border-color: #3276b1;
    }

    #tabList.nav .nav-divider {
        height: 1px;
        margin: 8px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    #tabList.nav > li > a > img {
        max-width: none;
    }

#tabList.nav-tabs {
    border-bottom: 1px solid #57889c;
}

    #tabList.nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        #tabList.nav-tabs > li > a {
            color: #fff;
            margin-right: 1px;
            line-height: 0.42857143;
            border: 1px solid transparent;
            border-radius: 2px 2px 0 0;
        }
        /*#tabList.nav-tabs > li > a:hover {border-color: #eee #eee #ddd;}*/
        #tabList.nav-tabs > li.active > a,
        #tabList.nav-tabs > li.active > a:focus,
        #tabList.nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    #tabList.nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        #tabList.nav-tabs.nav-justified > li {
            float: none;
        }

            #tabList.nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        #tabList.nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

.modal-backdrop {
    z-index: 904;
}

/*.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}*/

.modal-backdrop {
    z-index: 904;
}

#logo img {
    width: 220px;
    height: auto;
    padding-left: 0px;
}

#logo {
    margin-left: 0px !important;
}

.minified .minifyme {
    height: 33px;
    padding-top: 2px;
}

.minifyme {
    padding-top: 2px;
}

.paddingright10 {
    padding-right: 10px;
}

#requestfrmsearch .panel-heading {
    border-radius: 0px;
}

#workflowtaskfrmsearch .panel-heading {
    border-radius: 0px;
    background: #ddd;
    color: black;
}

.headerremdays {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-top: 2px;
}

/*.fixed-ribbon #content {
   padding-top: 0px !important; 
}*/

.fixed-ribbon #ribbon {
    top: 55px !important;
}

.noborder {
    border: 0px !important;
}


.ribbonseperator {
    min-height: 10px !important;
    background-color: #fff;
    position: fixed !important;
    right: 0;
    left: 220px;
    top: 49px;
    z-index: 901;
}

.Masterpadding {
    padding-top: 46px !important;
}

.transactionContent {
    margin-top: -50px;
}

.custdropdown-menu .divider {
    height: 1px;
    margin: 5px 0 !important;
    overflow: hidden;
    background-color: #e5e5e5;
}

.custdropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

    .custdropdown-menu > li > a:focus, .custdropdown-menu > li > a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #3276b1;
    }

.custdropdown-menu > .active > a, .custdropdown-menu > .active > a:focus, .custdropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1;
}

.custdropdown-menu > .disabled > a, .custdropdown-menu > .disabled > a:focus, .custdropdown-menu > .disabled > a:hover {
    color: #999;
}

    .custdropdown-menu > .disabled > a:focus, .custdropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.custdropdown-menu {
    /*position: absolute;*/
    width: 100%;
    overflow: auto;
    left: 0;
    z-index: 1000;
    float: left;
    padding: 0px 0px !important;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

/*Google Theme Chnages*/
.smart-style-3 #header {
    background-color: #f3f3f3 !important;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2)) !important;
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2) !important;
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2) !important;
    background-repeat: repeat-x !important;
}

ul[id*="typeahead-"] {
    max-height: 400px;
    overflow-y: scroll;
}

.smart-style-3 .dropdown-menu .divider {
    background-color: #ccc !important;
}

.smart-style-3 .dropdown-menu {
    background: white !important;
}

    .smart-style-3 .dropdown-menu > .active > a, .smart-style-3 .dropdown-menu > .active > a:hover, .smart-style-3 .dropdown-menu > li > a:focus, .smart-style-3 .dropdown-menu > li > a:hover, .smart-style-3 .tt-suggestion.tt-is-under-cursor {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

#assemblyheaderTab.nav-tabs {
    margin-top: 5px;
}

    #assemblyheaderTab.nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        border-right: 1px solid #9cb4c5;
        border-top: 1px solid #9cb4c5;
    }

#assemblyheaderTab.nav > li.disabled > a {
    pointer-events: none;
}

#divColumnDispDropdown ul li a {
    padding: 3px 0px;
}

#divColumnDispDropdown .custdropdown-Div {
    min-width: 150px;
    max-width: 150px;
    margin-left: 10px;
}

#divColumnDispDropdown .multiselect-parent {
    padding-left: 10px;
}

#divColumnDispDropdown .dropdown-toggle {
    height: 30px;
}

/*Jquery Screen Top*/
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

#elevator_item {
    width: 60px;
    height: 40px;
    position: fixed;
    right: 0px;
    bottom: 10px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}

    #elevator_item.off {
        opacity: 0;
        visibility: hidden;
    }

#elevator {
    display: block;
    width: 60px;
    height: 50px;
    background: url(img/icon_top.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 10px;
}

    #elevator:hover {
        background-color: rgba(0,0,0,.7);
    }

    #elevator:active {
        background-color: rgba(0,0,0,.75);
    }

#elevator_item .qr {
    display: block;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    background: url(img/icon_code.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
}

    #elevator_item .qr:hover {
        background-color: rgba(0,0,0,.7);
    }

    #elevator_item .qr:active {
        background-color: rgba(0,0,0,.75);
    }

#elevator_item .qr-popup {
    width: 170px;
    height: 200px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
    position: absolute;
    left: -180px;
    bottom: 0;
    border-radius: 2px;
    display: none;
    text-align: center;
}

    #elevator_item .qr-popup .code-link {
        display: block;
        margin: 10px;
        color: #777;
    }

    #elevator_item .qr-popup .code {
        display: block;
        margin-bottom: 10px;
    }

    #elevator_item .qr-popup .arr {
        width: 6px;
        height: 11px;
        background: url(img/code_arrow.png) 0 0 no-repeat;
        position: absolute;
        right: -6px;
        bottom: 14px;
    }

.smart-style-3 .dropdown-menu > .active > a, .smart-style-3 .dropdown-menu > .active > a:hover, .smart-style-3 .dropdown-menu > li > a:focus, .smart-style-3 .dropdown-menu > li > a:hover, .smart-style-3 .tt-suggestion.tt-is-under-cursor {
    color: white !important;
    background-color: #3276b1 !important;
}


/*End*/

.profile-light-success {
    color: #1f7e1f;
    height: 12px;
    width: 12px;
    text-align: right;
}

.profile-light-danger {
    color: #a90329;
    height: 12px;
    width: 12px;
    text-align: right;
}

.profile-light-warning {
    color: #c79121;
    height: 12px;
    width: 12px;
    text-align: right;
    transform: rotate(-330deg);
    -webkit-transform: rotate(-330deg);
}



.custom-error {
    text-align: left;
    padding-left: 0px;
}

    .custom-error li {
        list-style: none;
    }

.app-modal-UpdateProfileDetail-window .modal-dialog {
    width: 600px !important;
    margin: 30px auto !important;
    margin-right: auto !important;
}

.app-modal-UpdateProfileDetail-window1 .modal-dialog {
    width: 400px !important;
    margin: 30px auto !important;
    margin-right: auto !important;
}

.app-modal-resetpassword-window .modal-dialog {
    width: 400px !important;
    margin: 30px auto !important;
    margin-right: auto !important;
}

.fnt11px {
    font-size: 11px !important;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width15 {
    width: 15px;
}

.fnt11px {
    font-size: 11px !important;
}

.fnt12px {
    font-size: 12px !important;
}

.fntbold {
    font-weight: bold !important;
}

.ApprovePopup .modal-dialog {
    width: auto !important;
    display: table !important;
    margin: auto !important;
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #346597 !important;
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}

.global-search-popover {
    width: 500px !important;
    max-width: 560px !important;
}

.common-wordbreak {
    word-break: break-all;
}

#drop {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    width: 100%;
    font: 20pt bold,"Vollkorn";
    color: #bbb;
}

.autocompleteEditor > .ht_master {
    position: fixed !important;
}

    .autocompleteEditor > .ht_master > .wtHolder {
        height: 100px !important;
    }

.autocompleteEditor {
    overflow: visible !important;
}

.handsontableInputHolder {
    overflow: visible !important;
}

.headercell {
    background-color: lightgreen !important;
}

.is-active {
    /*color: green;*/
    display: block;
}

.not-active {
    /*color: lightgray !important;*/
    display: none;
}

.not-active-part {
    color: lightgray !important;
}

.footer-div {
    background: #005CC7;
    height: 35px;
    position: fixed;
    bottom: 0;
    z-index: 999;
    margin-left: -15px;
}

    .footer-div .btn-submit {
        background: #3A3A3A !important;
        width: 125px;
    }

    .footer-div > button {
        height: 100%;
        background: #005CC7;
        color: #fdfdfd;
        border: none;
    }

        .footer-div > button > i {
            color: #3A3A3A;
        }

    .footer-div .btn-button {
        height: 100%;
        background: #005CC7;
        color: #fdfdfd;
        border: none;
        margin-left: 8px;
        margin-right: 8px;
    }

        .footer-div .btn-button[disabled] {
            cursor: not-allowed;
            pointer-events: none;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .footer-div .btn-button > i {
            color: #3A3A3A;
        }

.m-t-0 {
    margin-top: 0 !important;
}

/*.m-l-1 {
    margin-left: $spacer-x !important;
}

.p-x-2 {
    padding-left: ($spacer-x * 1.5) !important;
    padding-right: ($spacer-x * 1.5) !important;
}

.p-a-3 {
    padding: ($spacer-y * 3) ($spacer-x * 3) !important;
}
    */
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.model-window-class .modal-dialog .modal-content {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

#UnknownUoMModal-content .modal-dialog {
    width: 60% !important;
    margin: auto !important;
}

#selectprice-model .modal-dialog {
    width: 95% !important;
    margin: auto !important;
}

#AddUoMConversionModal .modal-dialog {
    width: 45% !important;
    margin-left: 33% !important;
}

#autoSelectMModal-content .modal-dialog {
    width: 95% !important;
    margin: auto !important;
}

/* Used for Layout page*/
.CompanyLogo {
    width: 225px !important;
    max-height: 50px !important;
}

.frmDispalyNone {
    display: none;
}

.SignOutLink {
    height: 24px;
    margin-top: 11px;
}

    .SignOutLink > i {
        margin-top: 12px;
        color: #333;
        font-size: initial;
    }

.userCaption {
    margin-top: 15px;
}

.spanWelcome {
    font-size: 13px;
}

.spanUserName {
    font-size: 16px;
}

.left-panel {
    overflow-y: auto !important;
    max-height: 300px;
    position: fixed !important;
}

    .left-panel > nav {
        clear: both;
    }

.left-panelLink {
    height: 38px;
    padding: 0px 10px 12px 11px !important;
    margin: 0px;
}

.divContent {
    display: block;
    overflow: auto;
}

.page-wrapper {
    margin: 0 0;
}

.mymodalsignout {
    margin: 0px auto;
}

    .mymodalsignout .modal-content {
        /*width: 35%;*/
        /*width:auto;*/
        width: 300px;
    }

.logo-group {
    height: 50px;
}

#UpdateProfileModelPopup .fa-times, #ResetUserPasswordModelPopup .fa-times {
    display: none !important;
}

#UpdateProfileModelPopup .modal-dialog, #ResetUserPasswordModelPopup .modal-dialog {
    width: auto !important;
    display: table !important;
    margin: auto !important;
}

/*#UpdateProfileModelPopup .smart-form .col,#ResetUserPasswordModelPopup .smart-form .col{
    padding-right:40px;
}*/


#UpdateProfileModelPopup .smart-form .label.col, #ResetUserPasswordModelPopup .smart-form .label.col {
    padding-top: 0px;
    margin-bottom: 14px;
}

#UpdateProfileModelPopup .modal-content, #ResetUserPasswordModelPopup .modal-content {
    width: auto !important;
}

.headerSearchdiv {
    width: 328px;
    float: right !important;
    margin-right: 25px;
    margin-top: 10px;
    height: 30px;
}

    .headerSearchdiv .assemblyname {
        line-height: normal;
        padding-top: 10px;
        padding-bottom: 10px;
    }
/*#mastersearchinput:focus {
        border:1px;
       border-color: purple;
    }*/

/*.modal-content {
    display:table;
}*/

/* Customize smart admin google Skin*/
/*Header*/
.SearchTemplate {
    padding: 5px;
}

.SearchTemplateDiv {
    padding: 5px;
}

.ac-container .ac-menu .ac-menu-item {
    line-height: 0;
}

.ac-menu {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .ac-menu::-webkit-scrollbar {
        width: 5px;
    }

    .ac-menu::-webkit-scrollbar-track {
        background-color: #eaeaea;
        border-left: 1px solid #ccc;
    }

    .ac-menu::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }

        .ac-menu::-webkit-scrollbar-thumb:hover {
            background-color: #aaa;
        }

.clsMenuColor {
    color: #3a3a3a !important;
    font-size: 20px;
}

.clsMenuShopColor {
    color: #009688 !important;
    font-size: 20px;
}

/*used for a Modal PoPup Save And Cancel Button */
.action-button {
    width: 100px;
    background: #1a71d2;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    .action-button:hover, .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #1a71d2;
    }

.cancel-button {
    width: 100px;
    background: #3a3a3a;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

    .cancel-button:hover, .cancel-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #3a3a3a;
    }

.bg-color-Ptilogin {
    background-color: #3879d9 !important;
    color: #fff;
}

.footer-line {
    background: #3879d9;
    height: 1px;
    margin: 5px;
}

.btn-background {
    background: #1A71D2;
    color: #FFF;
}

    .btn-background:focus, .btn-background:hover {
        background: #1A71D2;
        color: #FFF;
    }

.btn-cancelbackground {
    background: #3A3A3A;
    color: #FFF;
}

    .btn-cancelbackground:focus, .btn-cancelbackground:hover {
        background: #3A3A3A;
        color: #FFF;
    }

.requiredNotes {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.requiredNotes2 {
    margin-bottom: -7px !important;
    margin-top: 10px !important;
}

.textareacount {
    margin-top: 1px;
    float: right;
}

.padding-left-10 {
    padding-left: 10px;
}

.autologout-modal .modal-dialog {
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    vertical-align: middle;
    display: inline-block !important;
}

.autologout-modal .modal-header {
    border-bottom: 1px solid #e5e5e5 !important;
    color: #1A71D2 !important;
    text-align: left;
}

.autologout-reason {
    font-size: 15px !important;
    letter-spacing: 0.5px;
}

.autologout-modal {
    text-align: center;
    padding: 0 !important;
}

    .autologout-modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .autologout-modal.modal.in .modal-dialog {
        margin-left: auto !important;
    }

    .autologout-modal .close-button {
        padding: 6px 20px;
    }

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

body.modal-open .blur-container {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.chf:after {
    content: "CHF";
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}

.kr:after {
    content: "kr";
    font-weight: bold;
    font-style: normal;
}

.czk:after {
    content: "CZK";
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}

.pln:after {
    content: "zł";
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}

.MaterialCostingReviewGrid {
    overflow: visible !important;
    height: calc(100vh - 201px);
}

.migration-to-stripe-modal-container, .terms-of-service-modal-container {
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    display: flex;
}

.migration-to-stripe-modal, .terms-of-service-modal {
    width: 500px;
    padding: 20px;
    background: rgb(255, 255, 255);
    display: block;
    min-height: 257px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
}

    .migration-to-stripe-modal .learn-more {
        background-color: rgb(0, 92, 199);
        text-decoration: none;
    }

    .migration-to-stripe-modal .update-credit-card {
        background-color: rgb(0, 150, 136);
    }

    .migration-to-stripe-modal .remind-me-later {
        float: right;
        margin: 2px 110px 0 0;
        color: #000000;
    }

    .migration-to-stripe-modal .modal-title {
        font-size: 13px;
        color: #333 !important;
    }

    .migration-to-stripe-modal .migration-to-stripe-modal-content {
        color: #333;
        word-wrap: break-word;
        margin-top: 14px;
    }

    .migration-to-stripe-modal .button-swrapper button, .terms-of-service-modal .button-swrapper button {
        border: 0;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        margin: 15px 5px 0;
        font-size: 13px;
        font-weight: 400;
        padding: 7px 32px;
    }

.terms-of-service-modal-content {
    font-size: 15px;
    text-align: center;
    position: relative;
    color: #333;
    word-wrap: break-word;
}

.red-button {
    display: inline-block;
    background-color: rgb(241, 158, 154);
}

    .red-button:hover {
        background-color: rgb(217, 142, 139);
    }

.blue-button {
    display: inline-block;
    background-color: rgb(0, 92, 199);
}

    .blue-button:hover {
        background-color: rgb(0, 83, 179);
    }

    .blue-button[disabled] {
        cursor: not-allowed !important;
        opacity: .65;
    }

.QLogo {
    cursor: pointer;
    margin-right: 30px;
    vertical-align: sub;
}

#failedPaymentBanner, #adBlockerWarning {
    height: 49px;
    width: 75%;
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 14px 10px;
    color: #FFF;
    text-align: center;
    left: 220px;
    cursor: move;
    border-radius: 10px;
}

.day1To2Banner {
    border: 1px solid #242A30;
    background: #242A30;
}

.day3To7Banner {
    border: 1px solid #FF8C00;
    background: #FF8C00;
}

.red-banner {
    border: 1px solid #953b39;
    background: #953b39;
}

#failedPaymentBanner a {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}

    #failedPaymentBanner a:hover {
        color: #3276b1;
    }

@media(max-width: 1920px) and (min-width: 1600px) {
    .cm-material-review-edit .cm-edit-btn {
        padding-right: 0 !important;
    }

        .cm-material-review-edit .cm-edit-btn button,
        .cm-material-review-edit .cm-back-btn button {
            width: 100% !important;
        }
}

.perpanel-warning {
    color: #f59c1a;
    font-size: large !important;
    padding: 7px 0px 0px 7px
}

#adBlockerWarning {
    border: 1px solid #242A30;
    background: #242A30;
    cursor: inherit;
}

#WhilelistAppInsightsInAdBlockerLink {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

#dismissAdblockerWarning {
    font-size: 18px;
    color: #FFF;
    margin-top: -3px;
    cursor: pointer;
}

.Init_loader {
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    width: 100%;
    /*height: 100%;*/
    z-index: 9999;
    color: #F1F2F3;
    opacity: initial;
    background: url('~/../../Content/Images/ThreeBounceLoader.svg') 50% 50% no-repeat rgb(253, 254, 254);
    background-size: 79px;
}

.loading {
    pointer-events: none !important;
}

.img-announcement {
    cursor: pointer;
    margin-right: 30px;
    vertical-align: sub;
    width: 25px;
    height: 22px;
}

.span-ellipses {
    max-width: 175px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: sub;
}

.language-dropdown-container {
    position: relative;
    display: inline-block;
}

.language-icon {
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1000;
    min-width: 150px;
    padding: 5px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    .language-dropdown option {
        padding: 10px;
    }

    .language-dropdown select {
        width: 100%;
        border: none;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
    }

  .language-dropdown select:focus {
            outline: none;
   }
