/* @import url("https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css"); */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

body {
    background: #e4e4e4 !important;
    color: #333333 !important;
}
html{
	overflow-x:hidden;
}
.kt-header__brand {
    height: auto !important;
    background: transparent !important;
}

.logoutbtn {
    color: #0098e0 !important;
}

    .logoutbtn:hover {
        color: #7ad4ff !important;
    }

.kt-header--fixed .kt-wrapper {
    padding-top: 0px !important;
}

.kt-aside--fixed .kt-aside {
    top: 60px !important;
}


.fa-trash {
    color: #cc0000 !important;
}

.greyText {
    color: #333333 !important;
}

.redText {
    color: #cc0000 !important;
}
.redText_ibc {
    color: #9e2a39 !important;
}

.Hamb {
    width: 35px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}


.welcomeCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .welcomeCont .Title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 40px;
        border-radius: 50%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .welcomeCont .Title span {
            color: #92aed2 !important
        }

        .welcomeCont .Title b {
            color: #ffffff !important;
        }

/*---Hamber Menu styles start---*/
.dropdownMenu {
    position: relative;
    display: inline-block;
    top: 20px;
    left: -25px;
    color: #ffffff;
}

.dropdownMenu-content {
    display: none;
    position: absolute;
    color: #ffffff;
    background-color: #9e2a39;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: Poppins, Helvetica, sans-serif;
}

    .dropdownMenu-content a {
        color: #ffffff;
        padding: 12px 12px;
        text-decoration: none;
        display: block;
    }

        .dropdownMenu-content a:hover {
            background-color: #7a282d;
            color: #ffffff;
        }

.Hamb:hover .dropdownMenu-content {
    display: block;
}

.dropdownMenu:hover .Hamb {
    background-color: #3e8e41;
}

/* .btn-primary i{ */
    /* float:left; */
/* } */
.btn-primary {
    color: #ffffff !important;
    background-color: #207fd2 !important;
    border:solid 1px #207fd2 !important;
    color: #ffffff;
    padding: 9px 12px !important;
    height: auto !important;
    line-height: 16px !important;
}

    .btn-primary:hover {
        color: #ffffff !important;
        background-color: #0e5b9c !important;
        border-color: #0e5b9c !important;
        color: #ffffff;
        padding: 9px 12px !important;
        height: auto !important;
        line-height: 16px !important;
    }

.btn-default:hover {
    background-color: #c8d7ea !important;
    color: #666666 !important;
    border: solid 1px #cccccc !important;
}

.btn-darkgrey {
    background-color: #1e1c1c !important;
    color: #ffffff;
}

    .btn-darkgrey:hover {
        background-color: #1e1c1c !important;
        color: #cccccc;
    }

.btn-lightgrey {
    background-color: #999999 !important;
    color: #ffffff;
}

    .btn-lightgrey:hover {
        background-color: #999999 !important;
        color: #cccccc;
    }

.btn-disabled {
    background-color: #cccccc !important;
    color: #b3b3b3;
    padding: 8px 12px !important;
    height: auto !important;
    border-color: #b3b3b3 !important;
    line-height:20px !important;
}

    .btn-disabled:hover {
        background-color: #cccccc !important;
        color: #b3b3b3;
        padding: 8px 12px !important;
        height: auto !important;
        border-color: #b3b3b3 !important;
        line-height: 20px !important;
    }

    .btn-disabled i {
        color: #b3b3b3 !important;
    }

.kt-portlet {
    border-radius: 0px !important;
}

    .kt-portlet .kt-portlet__head {
        padding: 0px 15px !important;
        min-height: 45px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .kt-portlet .kt-portlet__body {
        padding: 15px !important;
        border-radius: 0px !important;
    }

.form-group {
    margin-bottom: 13px;
}
/*--Main Tab styles start--*/
.tab {
    overflow: hidden;
    border: none;
    background-color: #9e2a39;
    position: fixed;
    width: 100%;
    z-index: 27;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: #9e2a39;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 12px 14px;
        transition: 0.3s;
        color: #ffffff;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #7a282d;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #6f2529;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*--Main Tab styles start--*/
.progress {
    background-color: #e8ced3 !important;
}

.kt-bg-success {
    background-color: #7a282d !important;
}

.kt-checkbox > input:checked ~ span {
    border: 1px solid #7a282d !important;
}

.kt-checkbox > span:after {
    border: solid #7a282d;
}

.kt-radio > input:checked ~ span {
    border: 1px solid #7a282d !important;
}

.kt-radio > span:after {
    border: solid #7a282d;
    background: #7a282d;
}

.kt-footer {
    padding-top: 0 !important;
    background: #e4e4e4 !important;
}

    .kt-footer .kt-footer__copyright {
        color: #666666 !important;
    }

.tableOne th {
    background-color: #e6e6e6 !important;
    border: solid 1px #cccccc !important;
    font-weight: bold;
    padding: 0.8rem !important
}

.tableOne td {
    border: solid 1px #cccccc !important;
    padding: 0.7rem !important
}


/*--Toggle styles start--*/
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border: solid 1px #ffffff !important;
}

.bootstrap-switch {
    border-radius: 20px !important;
}

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 3px;
        color: #34bfa3;
        background-color: #34bfa3 !important;
        line-height: 1.5;
    }

    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
        background-color: #c4c5d6;
        border-color: #c4c5d6;
        color: #c4c5d6;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
        font-size: 3px;
    }

    .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-off {
        border-bottom-right-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border: solid 1px #ffffff !important;
    }

    .bootstrap-switch span::before {
        content: "" !important;
    }

    .bootstrap-switch.bootstrap-switch-focused {
        border-color: #c4c5d6 !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
        background-color: #34bfa3;
        border-color: #34bfa3;
        color: #34bfa3;
    }

    .bootstrap-switch .bootstrap-switch-handle-on {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
        font-size: 3px;
        color: #34bfa3;
        background-color: #34bfa3 !important;
        line-height: 1.5;
    }

/*--Toggle styles end--*/

/*--Breadcrumb start--*/

.lineBreadcrumb {
    background-color: #ffffff;
    list-style-type: none;
    font-size: 0.9rem;
    padding-left: 0;
    border-bottom: solid 2px #c4c5d6;
    height: 40px;
	display: flex;
    align-items: center;
}

    .lineBreadcrumb li {
        float:left;
        margin-right: 0 !important;
    }

        .lineBreadcrumb li a {
            background-color: #ffffff;
            color: #666666;
            font-weight: normal;
            padding: 11px 10px;
            height: 40px;
        }

        .lineBreadcrumb li .active {
            background-color: #ffffff;
            color: #9e2a39;
            font-weight: bold;
            border-bottom: solid 2px #9e2a39;
            padding: 11px 10px;
            height: 40px;
            display: flex;
        }
/*--Breadcrumb end--*/

/*--Accordion starts--*/
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
    background-color: #7a282d !important;
    color: #ffffff !important;
}

.accordion .card .card-header .card-title {
    font-size: 1rem !important;
    padding: 0.5rem 0.8rem !important;
}

    .accordion .card .card-header .card-title.collapsed > i {
        color: #ffffff !important;
    }

.accordion.accordion-toggle-arrow .card .card-header .card-title {
    /* background-color: #9e2a39 !important; */
	background-color: #7a282d !important;
    color: #ffffff !important;
}

.accordion .card .card-header .card-title > i {
    color: #ffffff !important;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title:after, .accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
    color: #ffffff !important;
}


/*--Accordion end--*/

.modal-header {
    padding: 0.6rem 1rem !important;
}

.modal .modal-content .modal-header .modal-title {
    font-size: 1.3rem !important;
}

.modal-footer {
    padding: 0.8rem !important;
}

.modal .modal-content .modal-header .close:hover {
    color: #333333 !important;
}

nav-tabs.nav-tabs-line {
    border-bottom: 1px solid transparent !important;
    background-color: #f6f6f6 !important;
}

.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover {
    color: #ffffff !important;
    border-bottom: solid 1px transparent !important;
    background-color: #9e2a39 !important;
    border-radius: 0 !important;
}

.nav-tabs.nav-tabs-line a.nav-link.active {
    color: #ffffff !important;
    border-bottom: solid 1px transparent !important;
    background-color: #9e2a39 !important;
    border-radius: 0 !important;
}

.nav-tabs.nav-tabs-line .nav-link {
    padding: 10px 15px !important;
}

.nav-tabs.nav-tabs-line {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid transparent !important;
    background-color: #f1f0f0 !important;
}

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #cccccc;
    border-color: #c0c0c0;
    border-radius: 0 !important;
}

.panel-heading {
    padding: 10px 15px;
    border: 1px solid #c0c0c0;
    border-bottom: 0 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
    color: #333333;
    border-radius: 0 !important;
}

.panel-body {
    padding: 15px;
    border: 1px solid #c0c0c0;
}

#myTab li {
    width: 100%;
}

    #myTab li a {
        background-color: #e9e9e9 !important;
        color: #333333 !important;
    }

        #myTab li a:hover {
            background-color: #9e2a39 !important;
            color: #ffffff !important;
        }

        #myTab li a:active {
            background-color: #9e2a39 !important;
            color: #ffffff !important;
        }

#myTab .nav-item .active {
    background-color: #9e2a39 !important;
    color: #ffffff !important;
}

#myTab .nav-link {
    border-radius: 0 !important;
}

.k-draghandle.k-state-selected:hover, .k-state-selected, .k-grid tr.k-state-selected > td {
    background-color: #cccccc !important;
}

.k-grid {
    border-color: #e6e6e6 !important;
}

.k-header {
    background-color: #e9e9e9 !important;
    padding: 10px !important;
    text-align: center !important;
}

.k-checkbox {
    border-color: #cccccc !important;
}

    .k-checkbox:hover {
        border-color: #666666 !important;
    }

.kt-checkbox > span:after {
    border: solid #9e2a39 ;
}

.k-checkbox:checked::before {
    color: #9e2a39 !important;
}

.k-checkbox:checked {
    border-color: #9e2a39 !important;
    color: #fff;
    background-color: #ffffff !important;
}

.k-pager-numbers .k-link {
    color: #000000 !important;
    background-color: #dcdcdc !important;
}

.k-pager-wrap .k-link {
    border: solid 1px #e6e6e6 !important;
    background-color: #ffffff;
    color: #000000 !important;
}

.k-dropdown .k-dropdown-wrap {
    background-image: none !important;
    background-color: #ffffff !important;
}



.modal-dialog .modal-body .col-form-label {
    text-align: right;
    line-height: 17px;
}

.man-star::after {
    content: "*";
    color: #cc0000;
	margin-left:3px;
	font-weight:bold;
	font-size:15px;
}

.k-textbox:not(:-webkit-autofill) {
    width: 100%;
}

.modal-header {
    background-color: #e6e6e6 !important;
    color: #333333 !important;
    font-weight: bold !important;
    border-bottom: solid 1px #c4c5d6 !important;
}

.modal .modal-content .modal-header .modal-title {
    font-weight: bold !important;
}

@media (max-width: 1399px) {
    .nav-tabs.nav-tabs-line .nav-item {
        margin-right: 0px !important;
    }
}


/*Media Queries*/
@media (min-width: 1025px) {
    .kt-subheader--enabled:not(.kt-subheader--fixed) .kt-content {
        padding-top: 15px !important;
        /* margin-top: 44px; */
    }

    .kt-container {
        padding: 0 15px !important;
    }

    .kt-header__brand {
        width: 200px !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .kt-header {
        height: 75px !important;
    }

    .kt-aside--minimize .kt-aside {
        width: 0px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .kt-aside--fixed.kt-aside--minimize .kt-wrapper {
        padding-left: 0 !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .kt-content {
        padding: 0 0 !important;
    }

    .kt-form.kt-form--label-right .form-group label:not(.kt-checkbox):not(.kt-radio):not(.kt-option) {
        /*text-align: left;*/
    }

    #editRefundWindow .ERW .modal-dialog {
        max-width: 800px !important;
    }
        #workEmpActionWindow .modal-dialog {
        max-width: 640px !important;
    }

    #profile #exampleModal .modal-dialog {
        max-width: 800px !important;
    }

        #profile #exampleModal .modal-dialog .kt-checkbox > span {
            top: -3px !important;
        }
    .tableTwo tr th {
        padding: 5px 3px !important;
        font-size: 0.8rem !important;
    }
    .tableTwo tr td {
        padding: 4px 3px !important;
        font-size: 0.8rem !important;
    }
	.control-label{
		text-align:right !important;
	}
}

@media (max-width: 1024px){

    .k-grid {
        font-size: 0.8rem !important;
    }

    .modal-dialog {
        font-size: 0.8rem !important;
    }

    .btn {
        font-size: 0.8rem !important;
    }

    .form-control, .col-form-label {
        font-size: 0.8rem !important;
    }
    .nav-tabs.nav-tabs-line .nav-link{
        font-size:0.8rem !important;
        padding:7px 7px !important;
    }

    #editRefundWindow .ERW .modal-dialog {
        max-width: 800px !important;
    }

    #workEmpActionWindow .modal-dialog {
        max-width: 640px !important;
    }

    #profile #exampleModal .modal-dialog {
        max-width: 800px !important;
    }
    .heightCalcMinusOne {
        height: calc(1.5em + 1.3rem + -1px) !important;
    }
    .btn-sm2-primary {
        padding: 2px 7px !important;
        font-size: 0.8rem !important;
    }
    #txtSearch {
        height: calc(1.5em + 1.3rem + 4px) !important;
    }
    #remove {
        right: 88px !important;
        top: 9px !important;
    }
	.control-label{
		text-align:right !important;
	}
}

@media (max-width: 768px) {
    .col-nav {
        max-width: 98% !important;
        flex: 0 0 99% !important;
    }

    .col-grid {
        flex: 0 0 98% !important;
        max-width: 98% !important;
        padding-left:10px !important;
    }
    .k-grid {
        font-size: 0.8rem !important;
    }
    .modal-dialog{
        font-size:0.8rem !important;
    }
    .btn{
        font-size:0.8rem !important;
    }
    .form-control, .col-form-label {
        font-size: 0.8rem !important;
    }
    .heightCalcMinusOne {
        height: calc(1.5em + 1.3rem + -1px) !important;
    }
    #txtSearch {
        height: calc(1.5em + 1.3rem + 4px) !important;
    }
    #remove {
        right: 88px !important;
        top: 9px !important;
    }
	.m-b-10-mb{margin-bottom:10px !important;}
	.control-label{
		text-align:left !important;
	}
}

@media (max-width: 767px) {

    .m-b-5-pd {
        margin-bottom: 5px !important;
    }

    .m-b-10-pd {
        margin-bottom: 10px !important;
    }
    .m-b-15-pd {
        margin-bottom: 15px !important;
    }

    .m-t-10-pd {
        margin-top: 10px !important;
    }
    .m-t-15-pd {
        margin-top: 15px !important;
    }

    .text-left-pd {
        text-align: left !important;
    }

    .text-right-pd {
        text-align: right !important;
    }

    .btn-block-pd {
        width: 100% !important;
    }
    .k-grid{
        font-size:0.8rem !important;
    }
    .heightCalcMinusOne {
        height: calc(1.5em + 1.3rem + -1px) !important;
    }
    .col-sm-offset-4-pd {
        margin-left: 33.33333333% !important;
    }
    .col-sm-offset-3-pd {
        margin-left: 25% !important;
    }
    .clearboth-pd{
        clear:both;
    }
    #txtSearch {
        height: calc(1.5em + 1.3rem + 4px) !important;
    }
    #remove {
        right: 88px !important;
        top: 9px !important;
    }
}

@media (max-width: 575px) {
    .m-b-5-mc {
        margin-bottom: 5px !important;
    }

    .m-b-10-mc {
        margin-bottom: 10px !important;
    }

    .m-b-15-mc {
        margin-bottom: 15px !important;
    }

    .m-t-5-mc {
        margin-top: 5px !important;
    }

    .m-t-10-mc {
        margin-top: 10px !important;
    }

    .m-t-15-mc {
        margin-top: 15px !important;
    }

    .text-left-mc {
        text-align: left !important;
    }

    .text-right-mc {
        text-align: right !important;
    }

    .btn-block-mc {
        width: 100% !important;
    }
    .col-form-label{
        text-align:left !important;
    }
    .heightCalcMinusOne {
        height: calc(1.5em + 1.3rem + -1px) !important;
    }
    #txtSearch {
        height: calc(1.5em + 1.3rem + 4px) !important;
    }
    #remove {
        right: 88px !important;
        top: 9px !important;
    }
}

    @media (max-width: 414px) {

        .m-b-5-mc {
            margin-bottom: 5px !important;
        }

        .m-b-10-mc {
            margin-bottom: 10px !important;
        }

        .m-b-15-mc {
            margin-bottom: 15px !important;
        }

        .m-t-5-mc {
            margin-top: 5px !important;
        }

        .m-t-10-mc {
            margin-top: 10px !important;
        }

        .m-t-15-mc {
            margin-top: 15px !important;
        }

        .text-left-mc {
            text-align: left !important;
        }

        .text-right-mc {
            text-align: right !important;
        }

        .btn-block-mc {
            width: 100% !important;
        }

        .p-r-0-mc {
            padding-right: 0 !important;
        }

        .btn-primary i {
            display: inline-block !important;
            float: none !important;
        }

        .tab button {
            padding: 10px 8px !important;
            font-size: 10px !important;
        }

        .width70perc-mc {
            width: 70% !important;
        }

        #remove {
            top: 9px !important;
            right: 97px !important;
        }

        .text-right-mc {
            text-align: right !important;
        }

        
        .col-form-label {
            text-align: left !important;
        }
    }

    /*@media (max-width: 900px) {
    
    .width-full-mb {
        width: 100% !important;
    }

    .max-width-full-mb {
        max-width: 100% !important;
        flex: none !important;
        text-align: left !important;
    }
    .m-t-10-mb {
        margin-top: 10px !important;
    }
    .m-t-15-mb{
        margin-top:15px !important;
    }
    .m-t-20-mb {
        margin-top: 20px !important;
    }
    .width-60-mb{
        width:60px !important;
    }
    .p-r-0-mb{
        padding-right:0 !important;
    }

}
@media (max-width: 1024px) and (min-width: 901px) {
    .width-60-mb {
        width: 60px !important;
    }

    .max-width-60-mb {
        max-width: 60px !important;
        flex: none !important;
    }

    .max-width-50perc {
        max-width: 50% !important;
        flex: none !important;
    }

    .p-r-0-mb {
        padding-right: 0 !important;
    }
}*/

    @media (max-width: 1024px) {
        .kt-subheader--enabled .kt-content {
            padding-top: 15px !important;
            margin-top: 40px;
        }

        .kt-container {
            padding: 0 15px !important;
        }

        .kt-header__topbar--mobile-on .kt-header__topbar {
            margin-top: -12px !important;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .kt-content {
            padding: 0 0 !important;
        }
    }

    @media (max-width: 1399px) and (min-width: 1025px) {
        .nav-tabs.nav-tabs-line .nav-item {
            margin-right: -1px !important;
        }

        .width-60-mb {
            width: 60px !important;
        }

        .max-width-60-mb {
            max-width: 60px !important;
            flex: none !important;
        }

        .max-width-50perc {
            max-width: 50% !important;
            flex: none !important;
        }
    }


    .error {
        color: #cc0000 !important;
        font-size: 0.9rem !important;
        font-weight: normal !important;
    }

    .searchGreybox {
        padding: 10px;
        background-color: #e9e9e9;
    }

    .whitetext {
        color: #ffffff !important;
    }

    .greyboxOne {
        background-color: #e9e9e9;
        padding: 0.8rem 1.2rem;
        overflow: hidden;
    }

    .tableTwo {
        width: 100%;
    }

        .tableTwo tr th {
            text-align: center;
            border: solid 1px #cccccc;
            padding: 4px 7px;
            background-color: #dfdede;
            font-weight: bold;
            color: #000000;
            font-size: 0.9rem;
        }

        .tableTwo tr td {
            text-align: center;
            border: solid 1px #cccccc;
            padding: 4px 7px;
            font-size: 0.9rem;
        }
.tableThree {
    width: 100%;
    border:0 !important;
}

    .tableThree tr th {
        text-align: center;
        border: solid 1px #cccccc;
        padding: 4px 7px;
        background-color: #dfdede;
        font-weight: bold;
        color: #000000;
        font-size: 0.9rem;
    }

    .tableThree tr td {
        text-align: center;
        border: solid 1px #cccccc;
        padding: 4px 7px;
        font-size: 0.9rem;
    }

    .lineLink {
        color: #4169e1 !important;
        text-decoration: underline;
        font-weight: bold;
    }

        .lineLink:hover, .lineLink:active {
            color: #6d8ef3 !important;
            text-decoration: none;
            font-weight: bold;
        }

    .blueLink {
        color: #4169e1 !important;
        text-decoration: none;
        font-weight: bold;
    }

        .blueLink:hover, .blueLink:active {
            color: #6d8ef3 !important;
            text-decoration: none;
            font-weight: bold;
        }


    .panel-title > a:before {
        float: right !important;
        font-family: FontAwesome;
        content: "\f068";
        padding-right: 5px;
    }

    .panel-title > a.collapsed:before {
        float: right !important;
        content: "\f067";
    }

    .panel-title > a:hover,
    .panel-title > a:active,
    .panel-title > a:focus {
        text-decoration: none;
    }

    .accordion_container {
    }

    .accordion_head {
        background-color: #7A282D;
        color: white;
        cursor: pointer;
        font-family: arial;
        font-size: 14px;
        margin: 0 0 1px 0;
        padding: 10px 14px;
        font-weight: bold;
    }

    .accordion_body {
        background: #ffffff;
        padding: 15px;
        border: solid 1px #cccccc !important;
    }

        .accordion_body p {
            margin: 0px;
        }

    .plusminus {
        float: right;
    }

    .overflowHidden {
        overflow: hidden !important;
    }

    .k-grid th {
        text-align: left !important;
        font-weight: bold !important;
        /*font-size:10px !important;*/
        white-space: normal !important;
    }

    .k-grid td {
        /*font-size:8px !important;*/
    }

    .k-textbox {
        font-weight: normal !important;
        width: 97% !important;
    }

    .k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
        margin-left: -8px !important;
        margin-right: 0 !important;
        float: Right !important;
    }

    .col-nav {
        -webkit-box-flex: 0;
        flex: 0 0 19%;
        max-width: 19%;
        padding-left: 10px;
    }

    .col-grid {
        -webkit-box-flex: 0;
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 15px;
    }

    .btn:focus {
        border-color: #5fccff !important;
    }

    .kt-checkbox > span:focus, .kt-checkbox > span:active {
        border-color: #5fccff !important;
    }



    .btn-sm2-completed {
        background-color: #7cc052 !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: #ffffff !important;
    }

    .btn-sm2-primary {
        background-color: #ffb822 !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: #333333 !important;
    }



    .btn-sm2-approved {
        background-color: #4169e2 !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: white !important;
    }

    .btn-sm2-rejected {
        background-color: #f4516c !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: white !important;
    }

    .btn-sm2-review {
        background-color: #c3c4d6 !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: #333333 !important;
    }

    .btn-sm2-warning {
        background-color: #f7c035 !important;
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
        padding: 3px 15px !important;
        font-size: 0.9rem !important;
        color: #333333 !important;
    }
	.font-10 {
        font-size: 10px !important;
    }
	.font-11 {
        font-size: 11px !important;
    }
	.font-12 {
        font-size: 12px !important;
    }
	.font-13 {
        font-size: 13px !important;
    }
	.font-14 {
        font-size: 14px !important;
    }
	.font-15 {
        font-size: 15px !important;
    }
.font-16 {
        font-size: 16px !important;
    }
    .font-20 {
        font-size: 20px !important;
    }

    .font-25 {
        font-size: 25px !important;
    }

    #remove {
        position: absolute;
        right: 103px;
        z-index: 234;
        top: 12px;
        color: #cc0000 !important;
        font-weight: bold;
        cursor: pointer;
    }

    .modal-content .modal-header i {
        padding-top: 3px;
    }

    .tab-content {
		border: solid 1px #f1eded;
		padding: 1rem;
		background-color: #f1eded;
    }

    .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i {
        color: #ffffff !important;
    }

    .imgActive {
        padding: 20px;
        display: inline-block;
        border-radius: 8px;
        border: solid 1px #dfdcdc;
        width: 165px;
    }

        .imgActive:hover, .imgActive:active {
            background-color: #dfdcdc;
            padding: 20px;
            border-radius: 8px;
            border: solid 1px #dfdcdc;
        }

    .btn-blackButton {
        background-color: #1e1c1c !important;
        color: #ffffff !important;
        padding: 6px 12px !important;
    }

    .btn-greyButton {
        background-color: #b2b2b2 !important;
        color: #ffffff !important;
        padding: 6px 12px !important;
    }


    /*.tableOne tr:hover {
        background-color: #e6e6e6;
    }*/

    .fontNormalBlack {
        font-weight: normal !important;
    }

    .lightgreytext {
        color: #cccccc !important;
    }

    .RBHighlight {
        background: #ababa9; /* Old browsers */
        background: -moz-linear-gradient(top, #ababa9 1%, #ababa9 46%, #edee65 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ababa9 1%,#ababa9 46%,#edee65 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ababa9 1%,#ababa9 46%,#edee65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababa9', endColorstr='#edee65',GradientType=0 ); /* IE6-9*/
        color: white !important;
        border-radius: 0px !important;
        border-bottom: solid 1px #edee65 !important;
    }

        .RBHighlight:hover, .RBHighlight.active {
            background: #9e2a39; /* Old browsers */
            background: -moz-linear-gradient(top,#9e2a39 1%,#9e2a39 46%,#9e2a39 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,#9e2a39 1%, #9e2a39 46%,#9e2a39 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,#9e2a39 1%, #9e2a39 46%,#9e2a39 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2a39', endColorstr='#9e2a39',GradientType=0 ); /* IE6-9*/
            color: white !important;
            border-radius: 0px !important;
            border-bottom: solid 1px #9e2a39 !important;
            /*color: #ffffff !important;
            border-bottom: solid 1px transparent !important;
            background-color: !important;
            border-radius: 0 !important;*/
        }
        /*.RBHighlight:hover {
            background: #989997;*/ /* Old browsers */
            /*background: -moz-linear-gradient(top, #989997 1%, #989997 46%, #eded4e 100%);
            background: -webkit-linear-gradient(top, #989997 1%,#989997 46%,#eded4e 100%);
            background: linear-gradient(to bottom, #989997 1%,#989997 46%,#eded4e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989997', endColorstr='#eded4e',GradientType=0 );
            color: white !important;
            border-bottom: solid 1px #eded4e !important;
        }*/

        .RBHighlight i {
            color: white !important;
        }

    .m-r-5rem {
        margin-right: 5rem;
    }

    .imgDisplay {
        background: white;
        padding: 0px;
        border-radius: 5px;
        border: solid 2px #ffffff;
    }

    .nav-tabs.nav-tabs-line .nav-item {
        border: solid 1px #bfbdbd !important;
        margin-right:-1px !important;
    }

    .font-19 {
        font-size: 19px !important;
    }

    .imgWhiteBackground {
        border: solid 2px #ffffff;
        background-color: #ffffff;
    }

    #EmployeeGrid .modal-dialog {
        max-width: 800px !important;
    }

    #rfaCommentWindow .modal-dialog {
        max-width: 800px !important;
    }

.kt-width-full {
    width: 100%;
    border: solid 1px #cccccc !important;
    padding: 0.65rem 1rem;
}


    .kt-padding-t-7 {
        padding-top: 7px !important;
    }

    .scrollPopup {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 300px;
    }

.scrollBox200 {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 250px;
    min-height: 40px;
}

    .redRow td {
        border: solid 0.2rem #cc0000 !important;
        border-top: solid 0.2rem #cc0000 !important;
        color: red;
    }

    option {
        font-weight: normal;
        display: block;
        white-space: normal !important;
        min-height: 4em !important;
        padding: 4px 8px !important;
    }

    .pull-right {
        float: right !important;
    }

    select option {
        zoom: 1.3;
    }

    .tableStrip {
        padding: 6px 10px;
        background-color: #cccccc;
        margin-left: 0;
        overflow: hidden;
    }

    .width100perc {
        width: 100%;
    }

    /* Left Menu styles*/
    /* Fixed sidenav, full height */
    .sidenav {
        height: 100%;
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #e9e9e9;
        overflow-x: hidden;
    }



        /* Style the sidenav links and the dropdown button */
        .sidenav a, .dropdown-btn {
            padding: 11px 16px;
            text-decoration: none;
            font-size: 0.9rem;
            color: #333333;
            display: block;
            border: none;
            background: none;
            width: 100%;
            text-align: left;
            cursor: pointer;
            outline: none;
        }



            /* On mouse-over */
            .sidenav a:hover, .dropdown-btn:hover {
                color: #000000;
                font-weight: bold;
            }



    /* Main content */
    .main {
        margin-left: 200px; /* Same as the width of the sidenav */
        font-size: 20px; /* Increased text to enable scrolling */
        padding: 0px 10px;
    }



    /* Add an active class to the active dropdown button */
    .sidenav .active {
        background-color: #d4d1d1;
        color: #000000;
        font-weight: bold;
    }



    /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
    .dropdown-container {
        display: none;
        background-color: #e9e9e9;
    }

        .dropdown-container .active {
            background-color: #9e2a39;
            color: #ffffff;
            font-weight: normal !important;
        }

    .sidenav .dropdown-container a:hover, .sidenav .dropdown-container a:active {
        background-color: #9e2a39;
        color: #ffffff;
        font-weight: normal !important;
    }



    /* Optional: Style the caret down icon */
    .fa-caret-down {
        float: right;
        padding-right: 0;
        padding-top: 3px;
    }

    .fa-angle-right {
        float: right;
        padding-right: 0;
        padding-top: 3px;
    }

    .fa-angle-down {
        float: right;
        padding-right: 0;
        padding-top: 3px;
    }


    .loader {
        left: 47%;
        top: 40%;
        z-index: 1234;
        width: 64px;
        height: 64px;
        margin: 89px auto;
        background-image: url('../../images/Loader.gif');
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
    }

    @-webkit-keyframes load6 {
        0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }

        5%, 95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }

        10%, 59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        }

        20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        }

        38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        }

        100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
    }

    @keyframes load6 {
        0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }

        5%, 95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }

        10%, 59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
        }

        20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
        }

        38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
        }

        100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
        }
    }

    @-webkit-keyframes round {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes round {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    #overlay {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: black;
        opacity: .3;
        z-index: 123;
    }


    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    .btn-primary-sm {
        color: #ffffff !important;
        background-color: #9e2a39 !important;
        border-color: #9e2a39 !important;
        color: #ffffff;
        padding: 5px 10px !important;
        height: auto !important;
    }

        .btn-primary-sm:hover {
            color: #ffffff !important;
            background-color: #7a282d !important;
            border-color: #7a282d !important;
            color: #ffffff;
            padding: 5px 10px !important;
            height: auto !important;
        }

    .btn-default-sm {
        padding: 5px 10px !important;
        background: #ffffff;
        color: #74788d;
        border: 1px solid #e8ecfa !important;
    }

        .btn-default-sm:hover {
            padding: 5px 10px !important;
            background-color: #e6e6e6 !important;
            color: #666666 !important;
            border: solid 1px #cccccc !important;
        }

    .k-button-icon {
        width: auto !important;
        height: auto !important;
        padding: 2px !important;
    }

    .alert-danger {
        background-color: #ffa8b6 !important;
        border: solid 1px #f4516c !important;
        color: #cc0000 !important;
        overflow: hidden;
    }

        .alert-danger label {
            margin-bottom: 0 !important;
        }

    .alert-success {
        background-color: #83e37e !important;
        border: solid 1px #5cd528 !important;
        color: #000000 !important;
        overflow: hidden;
    }

        .alert-success label {
            margin-bottom: 0 !important;
        }

    .alert {
        margin: 0 0 10px 0 !important;
    }

    .borderSolid {
        border: solid 1px #e6e6e6 !important;
    }

    .input-group i {
        line-height: 16px !important;
    }

    #tabActivityLogs .k-grid-content {
        height: 141px !important;
    }

    /*---BS3 STARTS---*/
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }

    @media (min-width: 768px) {
        .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
            float: left;
        }

        .col-sm-12 {
            width: 100%;
        }

        .col-sm-11 {
            width: 91.66666667%;
        }

        .col-sm-10 {
            width: 83.33333333%;
        }

        .col-sm-9 {
            width: 75%;
        }

        .col-sm-8 {
            width: 66.66666667%;
        }

        .col-sm-7 {
            width: 58.33333333%;
        }

        .col-sm-6 {
            width: 50%;
        }

        .col-sm-5 {
            width: 41.66666667%;
        }

        .col-sm-4 {
            width: 33.33333333%;
        }

        .col-sm-3 {
            width: 25%;
        }

        .col-sm-2 {
            width: 16.66666667%;
        }

        .col-sm-1 {
            width: 8.33333333%;
        }

        .col-sm-pull-12 {
            right: 100%;
        }

        .col-sm-pull-11 {
            right: 91.66666667%;
        }

        .col-sm-pull-10 {
            right: 83.33333333%;
        }

        .col-sm-pull-9 {
            right: 75%;
        }

        .col-sm-pull-8 {
            right: 66.66666667%;
        }

        .col-sm-pull-7 {
            right: 58.33333333%;
        }

        .col-sm-pull-6 {
            right: 50%;
        }

        .col-sm-pull-5 {
            right: 41.66666667%;
        }

        .col-sm-pull-4 {
            right: 33.33333333%;
        }

        .col-sm-pull-3 {
            right: 25%;
        }

        .col-sm-pull-2 {
            right: 16.66666667%;
        }

        .col-sm-pull-1 {
            right: 8.33333333%;
        }

        .col-sm-pull-0 {
            right: auto;
        }

        .col-sm-push-12 {
            left: 100%;
        }

        .col-sm-push-11 {
            left: 91.66666667%;
        }

        .col-sm-push-10 {
            left: 83.33333333%;
        }

        .col-sm-push-9 {
            left: 75%;
        }

        .col-sm-push-8 {
            left: 66.66666667%;
        }

        .col-sm-push-7 {
            left: 58.33333333%;
        }

        .col-sm-push-6 {
            left: 50%;
        }

        .col-sm-push-5 {
            left: 41.66666667%;
        }

        .col-sm-push-4 {
            left: 33.33333333%;
        }

        .col-sm-push-3 {
            left: 25%;
        }

        .col-sm-push-2 {
            left: 16.66666667%;
        }

        .col-sm-push-1 {
            left: 8.33333333%;
        }

        .col-sm-push-0 {
            left: auto;
        }

        .col-sm-offset-12 {
            margin-left: 100%;
        }

        .col-sm-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-sm-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-sm-offset-9 {
            margin-left: 75%;
        }

        .col-sm-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-sm-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-sm-offset-6 {
            margin-left: 50%;
        }

        .col-sm-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-sm-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-sm-offset-3 {
            margin-left: 25%;
        }

        .col-sm-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-sm-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-sm-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 992px) {
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }

        .col-md-11 {
            width: 91.66666667%;
        }

        .col-md-10 {
            width: 83.33333333%;
        }

        .col-md-9 {
            width: 75%;
        }

        .col-md-8 {
            width: 66.66666667%;
        }

        .col-md-7 {
            width: 58.33333333%;
        }

        .col-md-6 {
            width: 50%;
        }

        .col-md-5 {
            width: 41.66666667%;
        }

        .col-md-4 {
            width: 33.33333333%;
        }

        .col-md-3 {
            width: 25%;
        }

        .col-md-2 {
            width: 16.66666667%;
        }

        .col-md-1 {
            width: 8.33333333%;
        }

        .col-md-pull-12 {
            right: 100%;
        }

        .col-md-pull-11 {
            right: 91.66666667%;
        }

        .col-md-pull-10 {
            right: 83.33333333%;
        }

        .col-md-pull-9 {
            right: 75%;
        }

        .col-md-pull-8 {
            right: 66.66666667%;
        }

        .col-md-pull-7 {
            right: 58.33333333%;
        }

        .col-md-pull-6 {
            right: 50%;
        }

        .col-md-pull-5 {
            right: 41.66666667%;
        }

        .col-md-pull-4 {
            right: 33.33333333%;
        }

        .col-md-pull-3 {
            right: 25%;
        }

        .col-md-pull-2 {
            right: 16.66666667%;
        }

        .col-md-pull-1 {
            right: 8.33333333%;
        }

        .col-md-pull-0 {
            right: auto;
        }

        .col-md-push-12 {
            left: 100%;
        }

        .col-md-push-11 {
            left: 91.66666667%;
        }

        .col-md-push-10 {
            left: 83.33333333%;
        }

        .col-md-push-9 {
            left: 75%;
        }

        .col-md-push-8 {
            left: 66.66666667%;
        }

        .col-md-push-7 {
            left: 58.33333333%;
        }

        .col-md-push-6 {
            left: 50%;
        }

        .col-md-push-5 {
            left: 41.66666667%;
        }

        .col-md-push-4 {
            left: 33.33333333%;
        }

        .col-md-push-3 {
            left: 25%;
        }

        .col-md-push-2 {
            left: 16.66666667%;
        }

        .col-md-push-1 {
            left: 8.33333333%;
        }

        .col-md-push-0 {
            left: auto;
        }

        .col-md-offset-12 {
            margin-left: 100%;
        }

        .col-md-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-md-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-md-offset-9 {
            margin-left: 75%;
        }

        .col-md-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-md-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-md-offset-6 {
            margin-left: 50%;
        }

        .col-md-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-md-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-md-offset-3 {
            margin-left: 25%;
        }

        .col-md-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-md-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-md-offset-0 {
            margin-left: 0%;
        }
    }

    @media (min-width: 1200px) {
        .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            float: left;
        }

        .col-lg-12 {
            width: 100%;
        }

        .col-lg-11 {
            width: 91.66666667%;
        }

        .col-lg-10 {
            width: 83.33333333%;
        }

        .col-lg-9 {
            width: 75%;
        }

        .col-lg-8 {
            width: 66.66666667%;
        }

        .col-lg-7 {
            width: 58.33333333%;
        }

        .col-lg-6 {
            width: 50%;
        }

        .col-lg-5 {
            width: 41.66666667%;
        }

        .col-lg-4 {
            width: 33.33333333%;
        }

        .col-lg-3 {
            width: 25%;
        }

        .col-lg-2 {
            width: 16.66666667%;
        }

        .col-lg-1 {
            width: 8.33333333%;
        }

        .col-lg-pull-12 {
            right: 100%;
        }

        .col-lg-pull-11 {
            right: 91.66666667%;
        }

        .col-lg-pull-10 {
            right: 83.33333333%;
        }

        .col-lg-pull-9 {
            right: 75%;
        }

        .col-lg-pull-8 {
            right: 66.66666667%;
        }

        .col-lg-pull-7 {
            right: 58.33333333%;
        }

        .col-lg-pull-6 {
            right: 50%;
        }

        .col-lg-pull-5 {
            right: 41.66666667%;
        }

        .col-lg-pull-4 {
            right: 33.33333333%;
        }

        .col-lg-pull-3 {
            right: 25%;
        }

        .col-lg-pull-2 {
            right: 16.66666667%;
        }

        .col-lg-pull-1 {
            right: 8.33333333%;
        }

        .col-lg-pull-0 {
            right: auto;
        }

        .col-lg-push-12 {
            left: 100%;
        }

        .col-lg-push-11 {
            left: 91.66666667%;
        }

        .col-lg-push-10 {
            left: 83.33333333%;
        }

        .col-lg-push-9 {
            left: 75%;
        }

        .col-lg-push-8 {
            left: 66.66666667%;
        }

        .col-lg-push-7 {
            left: 58.33333333%;
        }

        .col-lg-push-6 {
            left: 50%;
        }

        .col-lg-push-5 {
            left: 41.66666667%;
        }

        .col-lg-push-4 {
            left: 33.33333333%;
        }

        .col-lg-push-3 {
            left: 25%;
        }

        .col-lg-push-2 {
            left: 16.66666667%;
        }

        .col-lg-push-1 {
            left: 8.33333333%;
        }

        .col-lg-push-0 {
            left: auto;
        }

        .col-lg-offset-12 {
            margin-left: 100%;
        }

        .col-lg-offset-11 {
            margin-left: 91.66666667%;
        }

        .col-lg-offset-10 {
            margin-left: 83.33333333%;
        }

        .col-lg-offset-9 {
            margin-left: 75%;
        }

        .col-lg-offset-8 {
            margin-left: 66.66666667%;
        }

        .col-lg-offset-7 {
            margin-left: 58.33333333%;
        }

        .col-lg-offset-6 {
            margin-left: 50%;
        }

        .col-lg-offset-5 {
            margin-left: 41.66666667%;
        }

        .col-lg-offset-4 {
            margin-left: 33.33333333%;
        }

        .col-lg-offset-3 {
            margin-left: 25%;
        }

        .col-lg-offset-2 {
            margin-left: 16.66666667%;
        }

        .col-lg-offset-1 {
            margin-left: 8.33333333%;
        }

        .col-lg-offset-0 {
            margin-left: 0%;
        }
    }
    /*----BS3 ends----*/

    .row2{
        margin-left:-10px !important;
        margin-right:-10px !important;
    }

.lineheight18 {
    line-height: 18px;
}

.padding-0pt65rem {
   padding:0.65rem 0.65rem !important;
}

.cursor-pointer{
    cursor:pointer;
}
.k-pager-numbers .k-state-selected{
    color:#000000 !important;
    font-weight:bold !important;
    background-color:#c4c2c2 !important;
}
textarea {
    border-radius: 3px !important;
}
textarea:focus {
    outline: 0 !important;
    border: solid 1px #5fccff !important;
    border-radius: 3px;
}
.breakWord{
    white-space:normal;
    word-break:break-word;
}
.height208scroll{
    height:208px;
    overflow-y:auto;
}
.kt-padding-l-2{
    padding-left:2px;
}
#attentionWindow, #confirmDltTransWindow {
    z-index: 12345;
}

.second-overly {
    z-index: 1234;
}
.borderbottomWhite{
    border-bottom:solid 1px #ffffff !important;
}
.k-grid-content tr:last-child td{
    border-bottom-width:1px !important;
}
.displayinlineblock{
    display:inline-block !important;
}
#modalKdGrid .k-grid-header .k-header > .k-link {
    font-size: 1rem;
}
.m-t-minus-3{
    margin-top:-3px;
}
.nav-tabs.nav-tabs-line .nav-item {
    margin-right: -1px !important;
}

/* Style the tab */
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
  width:100%;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
    margin-right: 18px;
    border-right: 0;
	background-color: #f6f6f6;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
		  color: #333333;
    font-weight: bold;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  background-color: #cccccc;
    border-radius: 0;
    color: #000000;
    font-weight: bold;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  /* border-color: #ddd transparent #ddd #ddd; */
  /* *border-right-color: #ffffff; */
}

.tabs-left > .nav-tabs > li > a.active{
	background-color:#9e2a39;
	color:#ffffff;
	border-radius: 0;
}
.whiteBox{
	background-color:#ffffff;
	padding:6px 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	width:100%;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
}
.whiteBox2{
	background-color:#ffffff;
	padding:15px 15px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
}
.whiteBox3{
	background-color:#ffffff;
	padding:6px 10px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	width:100%;
	min-height:126px;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
}
.borderBox{
	padding:10px 10px;
	border:solid 1px #cccccc;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
}
.grayHover:hover{
	background-color:#e6e6e6;
	cursor:pointer;
}
.fontNormal{font-weight:normal !important;}
.fontBold{font-weight:bold !important;}
.fontBoldBlack {
        font-weight: bold !important;
        color: #000000 !important;
    }

.boxShadow{
	box-shadow:0px 0px 3px 3px rgb(0 0 0 / 25%) !important;
}
.nav>li>a{
	color:#ffffff;
	font-weight:bold;
}
.nav>li>a:hover{
	background-color:#782930 !important;
	color:#ffffff;
	border:solid 1px #782930 !important;
	border-bottom-width:0 !important;
}
.nav>li>a:focus{
	background-color:#ffffff !important;
	color:#000000;
	border:solid 1px #2974c6 !important;
	border-bottom-width:1px !important;
	font-weight:bold;
}
.nav-tabs>li>a.active{
	background-color:#f1eded !important;
	border:solid 1px #f1eded !important;
	color:#000000;
	font-weight:bold;
}
.nav-tabs>li>a.active:hover{
	background-color:#f1eded !important;
	border:solid 1px #f1eded !important;
	color:#000000;
	font-weight:bold;
}
.p-b-15{padding-bottom:15px;}
.p-b-45{padding-bottom:45px;}
.blueText{color:#207fd2 !important;}
.lightgrayText{color:#a3a1a1 !important;}
.grayText{color:#787777 !important;}
.clear{clear:both;}
.table{
	border:solid 1px #e6e6e6;
	margin-bottom:0px;
	box-shadow: 0px 0px 4px 1px #dedede;
    -webkit-box-shadow: 0px 0px 4px 1px #dedede;
    -moz-box-shadow: 0px 0px 4px 1px #dedede;
}
.table tr th{
	background-color:#eaedf7;
	color:#333333;
}
.table tr th, .table tr td{
	border-left: solid 1px #cccccc !important;
	border-right: solid 1px #cccccc !important;
}
.table tr:nth-child(even){
	background-color:#f6f6f6;
}
.yellowbg{background-color:#decc4a !important;}
.lightgraybg{background-color:#cccccc !important;}
.displayFlexIC{
	display:flex;
	align-items:center;
}
.kt-content{
	border:solid 1px #d6d4d4;
}
.displayInlineBlock{display:inline-block !important;}
.redBorder{border:solid 1px #cc0000;}
.topwhiteBox{
	background-color:#d7e8f1;
	padding:11px 15px;
	border:solid 1px #cccccc;
	border-top-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	-moz-border-top-left-radius:6px;
	border-top-right-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-top-right-radius:6px;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
	overflow:hidden;
}
.bottomwhiteBox{
	background-color:#ffffff;
	padding:11px 15px;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	box-shadow:0px 0px 4px 1px #dedede;
	-webkit-box-shadow:0px 0px 4px 1px #dedede;
	-moz-box-shadow:0px 0px 4px 1px #dedede;
	-webkit-transition: .7s cubic-bezier(.16,1,.3,1);
    transition: .7s cubic-bezier(.16,1,.3,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	-webkit-animation: kt-scrolltop-show-animation .4s ease-out 1;
    animation: kt-scrolltop-show-animation .4s ease-out 1;
	overflow:hidden;
}
label{font-weight:normal !important;}

/*---menu css---*/


#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    width: 100%;        
    padding: 0;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #1a242f;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    /*border: 1px solid rgba(0,0,0,.15);*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px rgba(0,0,0,.5) solid;
        overflow-y: auto;
        background-color: #222;
        /*background-color: #5A6B7D;*/
        top: 90px;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
        border-bottom: 1px rgba(0,0,0,.3) solid;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #2974c6 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
    border-bottom: 1px rgba(0,0,0,.3) solid;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    /*color: #999;*/
    color: #a1a1a1;    
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar .nav > li > a > .label {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  right: 6px;
  font-size: 10px;
  font-weight: normal;
  min-width: 15px;
  min-height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 5px 15px;
}
.navbar-inverse{
	background-color:transparent !important;
	border: solid 1px transparent !important;
}
#page-wrapper{
	min-height:423px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
}
.SearchContainer{
	padding:25px;
	background:url("../images/blueTraBg2.png");
	border-radius:5px;
}

/**/
.has-search .form-control {
    padding-left: 1rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #545454;
    top: 9px;
    right: 13px;
}
.btn-primary-search {
    color: #ffffff !important;
    background-color: #207fd2 !important;
    border: solid 1px #207fd2 !important;
    color: #ffffff;
    padding:17px 25px !important;
    height: auto !important;
    line-height: 16px !important;
}
.btn-primary-search:focus, .btn-primary-search:hover {
    color: #ffffff !important;
    background-color: #4ea9f7 !important;
    border: solid 1px #4ea9f7 !important;
    color: #ffffff;
    padding:17px 25px !important;
    height: auto !important;
    line-height: 16px !important;
}
.btn-link-One{
	color:#16d4ff !important;
	text-decoration:none !important;
	font-size:16px;
}
.btn-link-One:hover{
	color:#ffffff !important;
	text-decoration:none !important;
}

.facebookBg{background-color:#335a95 !important;}
.facebookBg .fa-facebook{color:#ffffff !important;}
.googleBg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4285f4+0,ea4335+21,fbbc05+42,4285f4+63,34a853+83,ea4335+100 */
color: #ea4335; /* Old browsers */
color: -moz-linear-gradient(top,  #4285f4 0%, #ea4335 21%, #fbbc05 42%, #4285f4 63%, #34a853 83%, #ea4335 100%); /* FF3.6-15 */
color: -webkit-linear-gradient(top,  #4285f4 0%,#ea4335 21%,#fbbc05 42%,#4285f4 63%,#34a853 83%,#ea4335 100%); /* Chrome10-25,Safari5.1-6 */
color: linear-gradient(to bottom,  #4285f4 0%,#ea4335 21%,#fbbc05 42%,#4285f4 63%,#34a853 83%,#ea4335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285f4', endColorstr='#ea4335',GradientType=0 ); /* IE6-9 */

}

.paddingBox{
	background-color:#ffffff !important;
	padding:10px;
}
.darkBlueBg{
	background-color:#1F3356 !important;
	border-radius: 0px;
}
.topwhiteIcons{
	font-size:27px !important;
	color:#ffffff !important;
}
.topwhiteIcons:hover{
	font-size:27px !important;
	color:#0099ff !important;
}
.topwhiteIcons i{
	font-size:27px !important;
}
.topwhiteIcons .badge{
	position: relative;
    right: 20px;
    top: -16px;
    width: 20px;
    height: 22px;
    font-size: 12px;
    padding: 5px;
    background-color: #cc0000;
}
.borderwhiteBox{
	background:#ffffff !important;
	border:solid 1px #cccccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:20px;
	overflow:hidden;
}
.m-r-5{
	margin-right:5px;
}
.grayLink{
	color:#666666;
}
.grayLink:hover{
	color:#999999;
}
.grayLink2{
	color:#666666;
	position: absolute;
    right: 27px;
    top: 21px;
}
.grayLink2:hover{
	color:#999999;
	position: absolute;
    right: 27px;
    top: 21px;
}
.proJobs{
	overflow:hidden;
	font-size:13px;
}
.grayText{color:#333333 !important;}
.nav-pills{
	background:#ffffff !important;
	padding:10px 10px 10px 10px !important;
	border:solid 1px #cccccc !important;
	border-radius:10px !important;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.nav-pills>li>a{
	color:#1f3356 !important;
}
.nav-pills>li>a:hover{
	color:#1f3356 !important;
	background:#cccccc !important;
	border:none !important;
}
#toprightIcon .active i{
	color:#22b9ff !important;
}
.nav-pills .nav-item .nav-link.active{
	font-weight:bold !important;
}
hr{
	border-top:1px dashed #cfcfcf !important;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 40%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #ffffff;
  color: black;
  padding: 10px 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e7f4ff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #e7f4ff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 12px 12px;
  border: 1px solid #ccc;
  width: 60%;
  border-left: none;
  font-size:13px;
}
.borderwhiteBox .tab{
	position:relative !important;
}
.whiteLink{
	color:#ffffff !important;
}
.whiteLink:hover, .whiteLink:hover {
	color:#16d4ff !important;
}
.whiteText{
	color:#ffffff !important;
}
.grayLink{
	color:#666666 !important;
}
.grayLink:hover, .grayLink:active {
	color:#000000 !important;
}

.toast {
  width: 320px;
  overflow: hidden; // cheap rounded corners on nested items
  font-size: $toast-font-size; // knock it down to 14px
  background-color: $toast-background-color;
  background-clip: padding-box;
  border: $toast-border-width solid $toast-border-color;
  border-radius: $toast-border-radius;
  box-shadow: $toast-box-shadow;
  backdrop-filter: blur(10px);
  opacity: 0;
  z-index: 1234567789;
    position: relative;

  &:not(:last-child) {
    margin-bottom: $toast-padding-x;
  }

  &.showing {
    opacity: 1;
  }

  &.show {
    display: block;
    opacity: 1;
  }

  &.hide {
    display: none;
  }
}

.toast-header {
  display: flex;
  align-items: center;
  padding: $toast-padding-y $toast-padding-x;
  color: #000000;
  background-color: #22b9ff;
  background-clip: padding-box;
  border-bottom: $toast-border-width solid $toast-header-border-color;
}

.toast-body {
  padding: $toast-padding-x;
}
.notiTile p, .notiTile span{
	color:#333333 !important;
}
.notiTile small{
	color:#666666 !important;
}
.notiTile{
	padding:5px;
	cursor:pointer;
	overflow:hidden;
}
.notiTile:hover{
	background-color:#ededed !important;
}
.notiTile p{
	margin-bottom:5px !important;
}
.width185{
	width:185px;
}
.bg-gray{
	background-color:#94bfcf !important;
}
.borderwhiteTile{
	width:48%;
	background:#ffffff !important;
	border:solid 1px #cccccc;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:20px;
	overflow:hidden;
	margin:0px 10px 10px 0px;
}
.borderwhiteTile:hover{
	background-color:#dfdfdf !important;
	cursor:pointer;
}
.m-b-10{
	margin-bottom:10px !important;
}
.m-b-20{
	margin-bottom:20px !important;
}
.font-35{
	font-size:35px !important;
}
.p-l-0{
	padding-left:0px !important;
}
.p-r-0{
	padding-right:0px !important;
}
.displayAlignItemsCenter{
	display:flex;
	align-items:center;
}
.fade.show {
    opacity: 1;
}
.modal-open .modal{
	background:#22b9ff;
}
.valingTop{
	vertical-align:top;
}
#sample .nicEdit-panelContain{
	width:489px !important;
}
#sample textarea{
	width:489px !important;
	height:200px;
}
.minHeight226{
	min-height:226px;
}
.greenText{
	color:green !important;
}
.font-22{font-size:22px !important;}
.middleCont{
	width:65%;
}
.width60perc{
	width:60% !important;
}
.width40perc{
	width:40% !important;
}
.m-t-5{
	margin-top:5px !important;
}
.whiteText{
	color:#ffffff !important;
}
.lightblueText{
	color:#00acee !important;
}
.logoTile{
	width:200px;
	height:100px;
	margin:auto;
	border:solid 1px #cccccc;
	border-radius:5px;
	padding:5px;
	display:inline-block;
	margin: 0px 8px 5px 0px;
}
#closeBtn i, #closeBtn2 i, #closeBtn3 i, #closeBtn4 i, #closeBtn5 i, #closeBtn6 i, #closeBtn7 i{
	color:#cccccc !important;
}

.vscrollOne{
	min-height:150px;
	max-height:300px;
	overflow-x:hidden;
	overflow-y:auto;
}