﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */
.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.border-right-1 {
    border-right: 1px solid black;
}

.padding20 {
    padding: 20px;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.border-bottom-1 {
    border-bottom: 1px solid lightgray;
}

/*.smart-form {
    .input {
        input {
            padding: 4px 10px !important;
        }
    }
}*/
/* SmartForm Bootstrap Validation */
#extr-page h4.paragraph-header {
    width: auto;
}

#extr-page .smart-form .alert {
    margin: 4px;
}

    #extr-page .smart-form .alert li {
        margin-left: 14px;
        list-style: none;
    }

        #extr-page .smart-form .alert li:before {
            content: "\f071";
            font-family: FontAwesome;
            position: absolute;
            left: 14px;
        }

#extr-page .smart-form div + fieldset {
    padding-top: 15px;
}

.modal-dialog imp-bg {
    opacity: 0.5;
    background-color: rgb(10, 10, 10);
}

body.modal-open {
    overflow: hidden;
}

#myDisplayModal {
    z-index: 999999;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    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 */
}

#dvDisplayGraphics, #dvDisplaySVG {
    /*max-height: 300px;
    max-width: 400px;*/
    overflow: scroll auto;
}

    #dvDisplayGraphics::-webkit-scrollbar, #dvDisplaySVG::-webkit-scrollbar {
        width: 1em;
    }

    #dvDisplayGraphics::-webkit-scrollbar-track, #dvDisplaySVG::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #dvDisplayGraphics::-webkit-scrollbar-thumb, #dvDisplaySVG::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }


.commentScroll {
    max-height: 140px;
    overflow-y: scroll auto;
    overflow-x: hidden;
}

    .commentScroll::-webkit-scrollbar {
        width: 1em;
    }

    .commentScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .commentScroll::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }

#dvuploadedAttachment {
    height: 200px;
    max-height: 300px;
    max-width: 800px;
    overflow: scroll;
    overflow-x: hidden;
}

    #dvuploadedAttachment::-webkit-scrollbar {
        width: 1em;
    }

    #dvuploadedAttachment::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #dvuploadedAttachment::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }


#dvDynamicDraftOption {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    /*#dvDynamicDraftOption::-webkit-scrollbar {
        width: 1em;
    }*/

    #dvDynamicDraftOption::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    #dvDynamicDraftOption::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }

textarea {
    resize: none;
}

/*.segmented {
    padding: 12px;
}

    .segmented input[type=radio] {
        display: none;
    }

    .segmented label {
        border: outset 1px silver;
        padding: 5px 10px;
        margin-right: -5px;
        background: #ddd;
        cursor: pointer;
        border-radius: 50px;
    }

    .segmented .op-1 + label {
           border: 1px solid #818181;
    background: #75b15d;
    font-size: 20px;
    width: 40px; color:#fff;
    }*/

a:hover {
    cursor: pointer;
}

.border-1 {
    border: 1px solid lightgray;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.dpblock {
    display: block;
    border: none;
}

.height-80 {
    height: 80px;
}

.optionradiousblock {
    border: 1px solid;
    border-radius: 5px 5px;
    margin: 1px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-weight-bold {
    font-weight: bold;
}

.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
    min-width: 160px !important;
}

.competenciesScroll {
    max-height: 100px;
    overflow: scroll;
}

    .competenciesScroll::-webkit-scrollbar {
        width: 1em;
    }

    .competenciesScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .competenciesScroll::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }

.competenciesPopup {
    height: 280px;
    max-height: 280px;
    max-width: 800px;
    white-space: nowrap;
    overflow: scroll;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

    .competenciesPopup::-webkit-scrollbar {
        width: 1em;
    }

    .competenciesPopup::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .competenciesPopup::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 10px;
    }

.height-90 {
    height: 90px !important;
}

.height-500 {
    height: 500px !important;
}


.cursor-pointer {
    cursor: pointer;
}

.selectedForm {
    background-color: #a5d0f6 !important;
}

.trhighlight:hover {
    background-color: #a5d0f6 !important;
}

#dvAssignbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    font-size: 30px;
    width: 3%;
}

#dvAddRemoveAssessForm {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 550px;
    font-size: 30px;
    /*width:3%;*/
}

.margin-bottom260 {
    margin-bottom: -260px;
}

.margin-to130 {
    margin-top: -130px;
}

.nowrap {
    white-space: nowrap;
}

.font-size25 {
    font-size: 25px;
}

.uploadAttachment {
    height: 150px;
    overflow: auto;
    max-height: 200px;
    overflow-y: scroll auto;
    overflow-x: hidden;
}

.border-1-valid {
    border: 1px solid #D56161 !important;
}

.tooltip-valid {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #D56161;
}

table tr th, table tr td {
    border: 1px solid lightgray;
}

tr:nth-child(even) {
    background-color: white;
}

.draftDisplayScroll {
    max-height: 500px;
    overflow: auto;
    /*overflow-x: hidden !important;*/
}
.draftOptionScroll {
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden !important;
}


.imgScroll {
    max-height: 500px;
    overflow-y: auto !important;
    overflow-x: auto !important;
    max-width: 1000px;
}

    .imgScroll::-webkit-scrollbar {
        width: 1em;
    }

    .imgScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .imgScroll::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 5px;
    }

.itemListScroll {
    max-height: 600px;
    overflow: auto scroll !important;
    /*max-width: 1000px;*/
}

    .itemListScroll::-webkit-scrollbar {
        width: 1em;
    }

    .itemListScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .itemListScroll::-webkit-scrollbar-thumb {
        background-color: grey;
        outline: 1px solid #ffffff;
        border: 1px gray solid;
        border-radius: 5px;
    }

.color-red {
    color: red;
}

/*designer style*/

.cust-scroll::-webkit-scrollbar-thumb {
    min-width: 15px;
    min-height: 15px;
    background: #cccccc;
    border: 2px solid #cccccc;
    border-radius: 10px;
}

.cust-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.cust-scroll::-moz-scrollbar {
    width: 5px;
}
.cust-scroll::-moz-scrollbar-thumb {
    min-width: 15px;
    min-height: 15px;
    background: #cccccc;
    border: 2px solid #cccccc;
    border-radius: 10px;
}

.overFlow-x {
    overflow-x: hidden;
}

#ulExistDisplayFamilyList.cust-scroll::-webkit-scrollbar, #ulAssessmentFormList.cust-scroll::-webkit-scrollbar, #ulExistItemDirectionList.cust-scroll::-webkit-scrollbar {
    width: 8px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#ulExistDisplayFamilyList.cust-scroll::-webkit-scrollbar-thumb, #ulAssessmentFormList.cust-scroll::-webkit-scrollbar-thumb, #ulExistItemDirectionList.cust-scroll::-webkit-scrollbar-thumb {
    background-color: grey;
    outline: 1px solid #ffffff;
    border: 1px gray solid;
    border-radius: 5px;
}

#ulExistDisplayFamilyList {
    height: 180px;
    border: 1px solid #ccc;
    overflow: scroll;
    max-height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
    list-style-type: none;
}

#ulExistItemDirectionList {
    height: 180px;
    border: 1px solid #ccc;
    overflow: auto;
    max-height: 180px;
    padding-left: 15px;
    overflow-x: hidden;
    list-style-type: none;
}

#ulAssessmentFormList {
    height: 280px;
    max-height: 280px;
    list-style-type: none;
}

#logo img {
    width: auto !important;
}

.ud-header {
    margin-top: 10px;
    background-color: #215994;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 5px 3px 5px 3px;
}

#dvuploadedAttachment.cust-scroll::-webkit-scrollbar {
    width: 8px;
}

.br-left {
    border-left: 1px solid #ccc;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
    background-color: #215994 !important;
    color: #fff !important;
    border-top: none;
    box-shadow:none !important;
}
/*#ulExistDisplayFamilyList::-webkit-scrollbar {
    width: 8px;
}*/


.pt15 {
    padding-top: 15px;
}

.br-btm {
    border-bottom: 1px solid #ccc;
}

.br-right {
    border-right: 1px solid #ccc;
}

#ribbon {
    z-index: 1 !important;
}

.btn-ft13 {
    font-size: 13px !important;
}

.zindex {
    z-index: 999;
}

.img-ht150 {
    height: 160px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #9999;
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 0;
}

.overflow-break {
    overflow-wrap: break-word;
}

.close {
    color: #fff;
    opacity: 1;
}

.bg-md {
    background-color: #215994 !important;
    color: #fff !important;
}

.pd02 {
    padding: 0 2px;
    margin-left: 15px;
}

.segmented .r-lab {
    border: 1px solid #818181;
    background: #75b15d;
    font-size: 20px;
    width: 40px;
    color: #000;
    height: 34px;
    line-height: 1;
}

.overlay1 {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #EEEEEE !important;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    padding: 15px;
}

/*.overlay1 a {
                            padding: 8px;
                            text-decoration: none;
                            font-size: 36px;
                            color: #818181;
                            display: block;
                            transition: 0.3s;
                        }*/

.overlay1 a:hover, .overlay1 a:focus {
    color: #f1f1f1;
}

/*.overlay1 .closebtn {
                             position: absolute;
                             top: 70px;
                             right: 10px;
                             font-size: 60px;
                         }*/

.b-fix {
    cursor: pointer;
    bottom: 0px;
    position: fixed;
    margin-left: -26px !important;
}

.p-top {
    background-color: #fff;
    color: #215994;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
    display: inline-block;
    /*margin: 0 1em 1em 0;*/
}

    .p-top .fa {
        font-size: 40px;
    }

.top, .bottom {
    height: 45px;
    width: 90px;
}

.btm-fix {
    bottom: 0;
    position: fixed;
    margin-bottom: 0px;
}

.ht400 {
    height: 400px !important;
}

.top {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
}

.bottom {
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
}

.draft-top {
    background-color: #75b15d;
    padding: 10px 15px;
}

    .draft-top h4 {
        margin: 0px;
        padding-top: 10px;
        color: #fff;
    }

    .draft-top .btn {
        margin: 0px;
    }

.drft-sec .form-group {
    margin-top: 15px;
}

.draft-top .btn:hover {
    background-color: #1f5390;
    opacity: 0.9;
    color: #fff;
}

.add-btn {
    margin-top: 33px;
    background-color: #1f5390;
    color: #fff !important;
}

    .add-btn:hover {
        background-color: #1f5390;
        opacity: 0.9;
        color: #fff;
    }

.bg-pd {
    background-color: #fff;
    padding: 15px;
}

.page-title {
    margin: 25px 0 0;
}

.top-dwn {
    /*margin-top: 60px;*/
    margin-left: 22px;
}

.top-dwn2 .fa {
    line-height: 0;
}

.top-dwn2 {
    margin-left: -33px;
}

.top-dwn .fa {
    line-height: 1;
}

.mt80 {
    margin-top: 80px;
}

.mt23 {
    margin-top: 6px;
    margin-left: -3px;
}

.bg-blue {
    background-color: #215994;
}

.draft-top ul li {
    float: left;
    margin-right: 20px;
}

    .draft-top ul li a {
        font-size: 18px;
        color: #fff;
    }

.draft-top ul {
    padding-left: 0px;
    list-style: none;
}

.item-des p {
    font-size: 16px;
    color: #3b3a3a;
}

.item-des span {
    font-size: 14px;
    color: #888888;
    line-height: 2;
}

.icheck-label {
    margin-left: 8px;
    font-size: 16px;
}

.clr-b {
    color: #3b3a3a !important;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 45px;
}

.mt15 {
    margin-top: 15px !important;
}

.mt30 {
    margin-top: 30px;
}

.bg-green {
    background-color: #75b15d !important;
    color: #fff !important;
}

.st-btn {
    color: #75b15d !important;
}

    .st-btn:hover, .st-btn:active, .st-btn:focus {
        background-color: #75b15d !important;
        color: #fff !important;
    }

.pdl0 {
    padding-left: 0px;
}

.pdr0 {
    padding-right: 0px;
}

.page-sidebar.right-bar.pagescroll {
    right: 0;
}

.btn-upl {
    background-color: #215994;
    color: #fff;
}

    .btn-upl:hover {
        background-color: #215994;
        color: #fff;
        opacity: 0.8;
    }

.btn-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    font-size: 30px;
}

.img-txt {
    height: 90px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #9999;
}

/*.btn.btn-block, .btn-block {
                             font-size: 18px;
                             line-height: 25px;
                         }*/

.brd1 {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
}
/* Overlay closing cross */
.overlay-close {
    border: none;
}
/* Effects */
.overlay-simplegenie {
    visibility: hidden;
    -webkit-transform: translateY(60%) scale(0);
    transform: translateY(60%) scale(0);
    -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s;
}

    .overlay-simplegenie.open {
        visibility: visible;
        -webkit-transform: translateY(0%) scale(1);
        transform: translateY(0%) scale(1);
        -webkit-transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
    }



/*.segmented {
                             padding: 12px;
                         }*/

.segmented input[type=radio] {
    display: none;
}

.segmented .r-lab {
    padding: 5px 10px;
    margin-right: -5px;
    cursor: pointer;
    border-radius: 50px;
    border: 1px solid #818181;
    background: #ddd;
    font-size: 20px;
    width: 40px;
    color: #000;
    height: 34px;
    line-height: 1;
}

.segmented .op-1 + .r-lab {
    border: 1px solid #818181;
    background: #75b15d;
    font-size: 20px;
    width: 40px;
    color: #000;
    height: 34px;
    line-height: 1;
}


.mb15 {
    margin-bottom: 15px;
}

.pd15 {
    padding: 15px;
}

.pd8 {
    padding: 8px;
}

.page-sidebar-wrapper {
    margin-top: 100px;
}

.pd8 .btn-block {
    font-size: 14px;
    padding: 3px;
}

.page-title .icon-md {
    padding: 20px;
    width: 80px;
    font-size: 60px;
    height: 80px;
    line-height: 0.7;
}

/*----------------------------------------
                  Sidebar Main Menu
                ------------------------------------------*/
.btn.btn-primary {
    background: #ffffff;
    color: #215994;
}

.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #75b15d;
    color: #ffffff;
    outline: none !important;
}

.page-sidebar {
    height: auto;
    width: 100px;
    padding: 0px;
    background-color: #215994;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
    min-height: 100%;
    height: auto;
    top: 0;
}

    .page-sidebar.fixedscroll {
        position: fixed;
    }

    .page-sidebar.pagescroll {
        /* position: absolute; */
    }

.fixedscroll #main-menu-wrapper {
    padding-top: 0px;
    overflow: hidden;
    position: relative;
}

.page-footer {
    position: fixed;
}

body:not(.menu-on-top).desktop-detected {
    min-height: initial !important;
}

.page-sidebar.pagescroll {
    position: fixed;
}

#ribbon {
    z-index: 99;
}

.btn-red {
    background-color: #8b0000 !important;
    color: #fff !important;
}

.modal-header {
    background-color: #215994;
}

.modal .bg-green {
    color: #fff;
}

.modal-title {
    color: #fff;
}

.modal-header .close {
    color: #fff;
    margin-top: -2px;
    opacity: 1;
}

.modal-footer {
    padding: 8px 15px;
}

#header {
    z-index: 1;
}

#left-panel {
    z-index: 99999;
}

.modal-backdrop {
    display: none;
}

.alert-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #953b39 !important;
    text-shadow: none;
    opacity: 1;
    background-image: none;
}

.mb50 {
    margin-bottom: 50px;
}

    .mb50 .pagination > .active > a {
        z-index: auto;
    }

.lblText {
    color: gold;
    font-size: 18px;
}

.successAlert {
    z-index: 999;
    position: inherit;
}

.col-md-arrow {
    width: 26px !important;
    display: inline-block !important;
    float: left !important;
    /*margin-left: 68px !important;*/
    margin-left: 22px !important;
    margin-right: 45px !important;
}


.p-top.bottom {
    height: 35px;
    width: 32px;
}

.top.b-fix, .top.btm-fix {
    height: 35px;
    width: 35px;
}

/*.competenciesPopup.cust-scroll{
   white-space:initial;
   overflow-x:hidden;
}
.competenciesPopup lable {display:inline !important;}*/


@media (width: 1366px) {

    .col-md-arrow {
        width: 23px !important;
        margin-left: -8px !important;
    }

    .col-md-5.mt15.w1366 {
        width: 48.4%;
        padding-right: 3px;
        padding-left: 0px;
    }
}

.vh-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    /*background:-webkit-linear-gradient(0, blue 50%, white 100%);*/
}

.footer-placement footer {
    border-top: 0px !important;
    background: none !important;
}

.grid-filter-buttons .grid-apply {
    background-color: #215994 !important;
    color: #fff !important;
    width: 100%;
}

.w10 {
    width: 10%;
}

.ht500 {
    height: 500px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb70 {
    margin-bottom: 70px !important;
}

.txt-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 65px;
}

/*.ui-datepicker .ui-datepicker-prev span {
    background: bn !important;
    color: #0000 !important;
}*/
.pagination > .active > a {
    z-index: auto !important;
}

.pagination > .active > span {
    z-index: auto !important;
}

.ColVis_collection .grid-header-title {
    color: #3276b1 !important;
}

.wrap-word {
    word-wrap: break-word;
}

.col-wraptext-header {
    width: 16.7% !important;
    position: relative !important;
}
.tooltip{ overflow-wrap:break-word;}
/*.tooltip {
        left:0px !important;
    }*/
.border-top {
    border-top: 1px solid lightgray !important;
}

#lstUnAssignedBatchList, #lstAssignedBatchList {
    overflow-x: auto;
}

.w150 {
    width: 150px;
}
#main {
overflow-x:hidden;
padding-bottom:0px !important;
}

table.grid-table .grid-filter-buttons {
    margin-top: 8px;
}

.br-bottom {
    border-bottom: 2px solid #ddd !important;
}


.block1 {
    max-width: 500px;
    max-height: 500px;
    overflow-x: scroll;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
}

.block2 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-right: 1px solid #fff;
}

#lstUnAssignedBatchList {
    overflow-x: hidden;
    width: auto;
    min-width: 100%;
    border: none !important;
    background-color: #fff;
}

#lstAssignedBatchList {
    overflow-x: hidden;
    width: auto;
    min-width: 100%;
    border: none !important;
    background-color: #fff;
}

.fs14 {
    font-size: 14px;
}

#dvEnemyItemCodeList {
    height: 180px;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

.ui-autocomplete {
    z-index: 99999 !important;
    position: fixed !important;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    /*z-index:1000 !important;*/
}

.pop-tab a:hover {
    color: inherit !important;
}

#panelSMEReview {
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

@media (min-width:1200px) and (max-width:1400px) {
    #panelSMEReview {
        overflow: scroll;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 300px;
    }
}

.ht100 {
    height: 100px !important;
}

.option-scroll {
    overflow: scroll auto;
    max-height: 150px;
    height: 150px;
    padding: 7px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

#dvSMEReviewDisplay {
    overflow: scroll auto;
    max-height: 400px;
    height: 400px;
    border: 1px solid lightgray;
}

.mtm-15 {
    margin-top: -15px;
}

.border-0 {
    border: 0px !important;
}

.pop-tab a:hover {
    color: inherit !important;
}

body {
 background-color: #d0e5f8 !important;
  
}
/*#extr-page {
    background-color: #d0e5f8;
}

    #extr-page #main {
        background-color: #d0e5f8;
    }*/

.side-pane ul {
    display: block;
}


/*.ud-header {
    position: fixed;
    width: 66.41%;
    z-index: 999;
}*/
.ht350 {
    height: 350px !important;
}

.margin-top-23 {
    margin-top: 23px !important;
}

#footer1 {
    position: fixed;
    height: 50px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.ht155 {
    height: 155px !important;
}

.cust-padding {
    padding: 5px 315px 0 8px !important;
}

#dvBankItemFormCodes {
    overflow: scroll auto;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 150px;
    height: 150px;
}

.headerNextPrevious {
    border: none;
    background: none;
}

.stick-table table {
    max-width: 100%;
    table-layout: fixed;
    margin: auto;
    border: 1px solid #ccc;
}

.stick-table th, td {
    /*padding:5px 10px;
	border:1px solid #000;*/
}

.stick-table thead {
    background: #f9f9f9;
    display: table;
    width: 100%;
    /*width:calc(100% - 18px);*/
}

.stick-table tbody {
    height: 150px;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

    .stick-table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 5px;
}

.pop-tab .nav-tabs.nav-justified>li>a {
    border: 1px solid #ddd !important;
}
.pop-tab{ margin-top:15px;}

.pd-bnk-cust{padding: 9px 34px 6px 4px !important;}
 
.r-check{ float:right;}

#logincontent {
/*margin-left:0px !important;*/ 
margin-top:35px;
}
#logincontent h4.paragraph-header {
    color: #565656;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
    /*width: 270px;*/
}
.ft31{
    font-size:31px;
    vertical-align:middle;
   color:#215994;
}

.ht600{ height:600px;}
.side-pane li.active.open .fa-plus-square-o::before{ content:"\f147";}
.ft24 {
font-size: 24px;
    vertical-align: middle;
    color: #215994;
}
/*aside{ min-height:98.50% !important;}*/
.fc-cust
{
    display:inline-block !important;
    width:21%;
}
.color-white{
    color:#fff;
}
.ft18{
    font-size:18px !important;
}
.ft16 {
    font-size: 16px !important;
}
.listerscroll{
    height: 700px;
    max-height: 600px;
    overflow: scroll;
}
button.ColVis_Button, ul.ColVis_collection li{
    padding: 0px 5px 0px 5px !important;
}
button.ColVis_Button 
{
    height:20px !important;
}

.col-md-6.mt15.w1366 .radio-inline {
        padding-left: 15px !important;
}