﻿
.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.lockslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .lockslider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .lockslider {
    background-color: #429053;
}

input:focus + .lockslider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .lockslider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.lockslider.round {
    border-radius: 34px;
}

    .lockslider.round:before {
        border-radius: 50%;
    }

.modal {
    position: fixed;
    z-index: 999999999;
    height: 100%;
    width: 100%;
    top: 0;
    /*background-color: Black;*/
    filter: alpha(opacity=60);
    /*opacity: 0.5;*/
    -moz-opacity: 0.8;
    margin-left: -16px;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    /* background-color: White; */
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.lodercolor {
    position: fixed !important;
}

.lodercolor {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000000;
    top: 0;
    left: 0;
    z-index: 1000000;
    top: 0;
    display: none;
    bottom: 0;
}

.errormsg {
    color: red !important;
}

.checked .slider {
    background-color: #2196F3;
}

.checked .slider {
    box-shadow: 0 0 1px #2196F3;
}

    .checked .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }





/*<%-- Bubble Buttons Code Start--%>*/

/*.printDropDown {
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            padding: 0px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            max-height: 0;
            display: block;
            overflow: hidden;
            opacity: 0;
        }*/

.printDropDown li a {
    padding: 10px;
    font-weight: bold;
    border-bottom: solid thin #e6e6e6;
    font-size: 13px;
    transition: 0.3s;
}

.dropdown.open .printDropDown {
    max-height: 200px;
    opacity: 1;
}

.printDropDown > li > a:hover {
    background-color: #414755;
    color: #fff;
}
/*<%-- Bubble Buttons Code End--%>*/

.ml7 {
    margin-left: 7px;
}

.highriseSubHeading {
    font-size: 15px;
    background: #e9e9e9;
    padding: 7px;
    border-radius: 5px;
    color: #525252;
}





/*PageCSS start*/

.f15 {
    font-size: 15px;
}

.table .iconSet {
    vertical-align: -4px;
}

.bold500 {
    font-weight: 500;
}

.text-muted {
    color: #737479;
    font-size: 12px;
}

.f8 {
    font-size: 8px;
}



.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 6px;
    letter-spacing: 0.15px;
}

.reqFilterBG {
    margin: 0px 0px 2px;
    background: #eef5ff;
    padding: 20px 10px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

    .reqFilterBG .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #1e1d1d;
        line-height: 32px;
        font-size: 12px;
    }

.user-input-wrp {
    position: relative;
}

    .user-input-wrp .form-control {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        border: 1px solid #dbdde0;
        border-radius: 4px;
        outline: 0;
        color: #3e3939;
        height: 36px;
    }

    .user-input-wrp textarea.form-control {
        height: 100px;
    }

    .user-input-wrp .floating-label {
        position: absolute;
        pointer-events: none;
        top: 8px;
        left: 9px;
        color: #a0a4a8;
        transition: .2s;
        font-size: 12px;
    }

    .user-input-wrp input:focus ~ .floating-label,
    .user-input-wrp input:not(:focus):valid ~ .floating-label {
        top: -9px;
        left: 1px;
        font-size: 12px;
        color: #0485a3;
        font-weight: 600;
        opacity: 1;
        margin-bottom: 5px;
        background-color: #fff;
        padding: 0 5px;
    }

    .user-input-wrp select:focus ~ .floating-label,
    .user-input-wrp select:not(:focus):valid ~ .floating-label {
        top: -9px;
        left: 1px;
        font-size: 12px;
        color: #0485a3;
        font-weight: 600;
        opacity: 1;
        margin-bottom: 5px;
        background-color: #fff;
        padding: 0 5px;
    }

.table thead tr th:first-child {
    border-top-left-radius: 8px;
}

.table thead tr th:last-child {
    border-top-right-radius: 8px;
}


.status {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

.statusApproved {
    color: #00793a;
    background: #d5ffe9;
}

.statusProgress {
    color: #ad5e1c;
    background: #ffdfc4;
}

.statusSuspended {
    color: #ad1c1c;
    background: #ffdcdc;
}

.statusEvaluation {
    color: #5221c9;
    background: #e7dcff;
}

.statusSancationed {
    color: #0fb983;
    background: #dcfff4;
}

.statusCompleted {
    color: #2fb344;
    background: #c1ffca;
}

.statusConstructionCompleted {
    color: #f76707;
    background: #ffe4d2;
}

.statusSalesCompleted {
    color: #066fd1;
    background: #e2f1ff;
}

.statusNA {
    color: #6c7a91;
    background: #dfdfdf;
}

.lblAmountSet {
    font-weight: 500;
    font-size: 13px;
}

.refreshProjectCostIcon {
    position: absolute;
    top: 32px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.scrollToTop {
    z-index: 999;
}

.scroller {
    padding-top: 0 !important;
}

    .scroller .alert {
        margin-bottom: 0px;
        padding: 6px 15px 6px 15px;
        border-radius: 5px;
    }

/*PageCSS End*/
