/*============== SITE CSS */
body {
    background: white;
    color: #171A36;
    font-family: 'Assistant', sans-serif;
    direction: rtl;
}

button, input, select, textarea {
    font-family: 'Assistant', sans-serif;
}

header {
    background: #FFFFFF;
    box-shadow: 0px -12px 45px rgba(0, 0, 0, 0.04);
    padding: 15px 0;
    position: relative;
    z-index: 99;
}

/**/
.blubg {
    background: #485E81;
}

.flexrow {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.col2 {
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
}

    .col2 > div {
        height: 100%;
    }

.col4 {
    padding: 0 10px;
    width: 25%;
    margin-bottom: 20px;
}
/**/
.toptitle {
    background: #fff;
    color: #485E81;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 10px;
}

    .toptitle h1 {
        font-size: 3.125em;
    }

.content {
    max-width: 920px;
    margin: 0px auto;
    background: #fff;
    padding: 40px;
}

    .content.lite {
        background: #FEF9EC;
    }

.listing {
    margin-bottom: 60px;
}

.line-heading {
    display: block;
    position: relative;
    color: #660200;
    text-align: center;
    z-index: 1;
    font-size: 2.375em;
    line-height: 1.2;
    margin-bottom: 30px;
}

.galil .line-heading {
    color: #38453E;
}

.galil .lnr.lnr-menu {
    color: black;
}

.galil .tglmenu.active {
    color: black !important;
}

.line-heading span {
    background: #fff;
    display: inline-block;
    padding: 0 50px;
}

.line-heading.rgt {
    text-align: right;
    padding-right: 60px;
}

    .line-heading.rgt span {
        background: #FEF9EC;
        min-width: 300px;
        text-align: left;
        padding: 0 20px;
    }

.line-heading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #660200;
    z-index: -1;
}

.galil .line-heading:before {
    background: #38453E;
}

.listing .item {
    margin-bottom: 30px;
    border: 3px solid #660200;
    color: #660200;
}

    .listing .item .img {
        background: #231F20;
        padding: 20px;
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .listing .item .txt {
        padding: 40px;
        width: 60%;
    }

        .listing .item .txt h4 {
            font-size: 3em;
            line-height: 0.8;
        }

        .listing .item .txt p {
            font-size: 2.375em;
        }

.blu .item {
    border: 3px solid #485E81;
    color: #485E81;
}

.blu .line-heading {
    color: #485E81;
}

    .blu .line-heading:before {
        background: #485E81;
    }

.blu .item .img {
    background: #485E81;
}

.green .item {
    border: 3px solid #678F3D;
    color: #678F3D;
}

.green .line-heading {
    color: #678F3D;
}

    .green .line-heading:before {
        background: #678F3D;
    }

.green .item .img {
    background: #f7f7f7;
}

.select2-container {
    width: 100% !important;
    direction: rtl;
    text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: inherit !important;
    left: 1px;
}
/**/
.tophdr {
    background: #660200;
    padding: 20px;
}

.galil .tophdr {
    background: white;
}

.wrap {
    max-width: 960px;
    margin: 0px auto;
    padding: 0 20px;
}

.tophdr .menu {
    display: flex;
}

    .tophdr .menu li {
        display: flex;
        align-items: center;
    }

        .tophdr .menu li:after {
            content: '';
            background: transparent;
            display: inline-block;
            width: 10px;
            height: 1px;
        }

        .tophdr .menu li:last-child:after {
            display: none;
        }

        .tophdr .menu li a {
            display: block;
            line-height: 46px;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0 30px;
            min-width: 170px;
            font-size: 1.5em;
            text-align: center;
            background: #720200;
            box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
        }

.galil .tophdr .menu li a {
    background: #DDD;
    color: #FEF9EC;
}

    .galil .tophdr .menu li a:hover, .tophdr .menu li a.active {
        background: #fff;
        color: #660200;
    }

    .galil .tophdr .menu li a:hover, .galil .tophdr .menu li a.active {
        background: #9CBAD5;
        color: #38453E;
    }
/**/
/**/
.heading1 {
    color: #CBBF87;
    font-size: 3.125em;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.fs50 {
    font-size: 3.125em;
}

.fs44 {
    font-size: 2.75em;
}

.fs22 {
    font-size: 1.375em;
}

.txtdiv {
    margin-bottom: 40px;
}

    .txtdiv h4 {
        color: #660200;
        margin-bottom: 10px;
    }

.galil .txtdiv h4 {
    color: #38453E;
}

.txtdiv ol {
    padding-right: 17px;
    margin-bottom: 20px;
}

    .txtdiv ol li {
        list-style: decimal;
        line-height: 1.4;
    }
/**/
.form {
    margin-bottom: 30px;
}

.input {
    width: 240px;
    position: relative;
}

.fileupload {
    position: relative;
    max-width: 240px;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    background: #fff;
}

    .fileupload .file {
        width: 100%;
        position: absolute;
        left: 0;
        font-size: 16px;
        height: 38px;
        opacity: 0;
        z-index: 1;
    }

    .fileupload.active:before {
        content: '';
        background: url(../images/check.svg) no-repeat;
        position: absolute;
        width: 16px;
        height: 14px;
        top: 12px;
        left: -30px;
        border-radius: 3px 0 0 3px;
    }

    .fileupload.active {
        background: #F2DEDF;
    }

.uploadicon {
    background: url(../images/uploadicon.svg) no-repeat center top #E0E0E0;
    width: 40px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
}

.field {
    margin-bottom: 30px;
    justify-content: right;
}

    .field .label {
        width: 338px;
        text-align: left;
        margin-left: 40px;
        padding-top: 10px;
    }

.label {
    color: #660200;
    font-size: 1em;
    position: relative;
    line-height: 0.8em;
}

.galil .label {
    color: #38453E;
}

.label span {
    color: #231F20;
    display: block;
    font-size: 16px;
    position: absolute;
    margin-top: 5px;
    left: 0;
}

.txtbox, .txtarea, .select {
    height: 40px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 5px;
    color: #868E96;
}

.txtarea {
    height: 160px;
}

.txtbox.gt {
    padding-left: 30px;
}

.greytxt {
    background: #E9ECEF;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 3px 0 0 3px;
    display: flex;
    align-items: center
}

.note {
    color: #707070;
    font-size: 18px;
    position: absolute;
    margin-top: 5px;
}

.txtfield {
    width: 55%;
}

.frmtxt {
    background: #F2DEDF;
    color: #660200;
    padding: 20px 40px;
    line-height: 1;
    font-size: 1.5em;
    margin-bottom: 60px;
}

.filename {
    line-height: 38px;
    font-size: 16px;
    padding: 0 15px;
}

.txtfield .dotsep {
    padding: 10px 0 0 0;
}

.txtfield {
    justify-content: space-between;
}

.fieldsml {
    width: 28%;
    position: relative;
}

.fieldbig {
    position: relative;
    width: 68%;
}

.fieldhalf {
    width: 48%;
    position: relative;
}

.dotsep {
    padding: 0 45% 30px 0;
}

    .dotsep:before {
        content: '';
        display: block;
        border-top: 1px dashed #660200;
    }

.flexfield .txt {
    line-height: 1;
    color: #660200;
    font-weight: 600;
}

.submit {
    background: #660200;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    font-size: 22px;
    width: auto;
    padding: 0 40px;
}

.galil .submit {
    background: #9CBAD5;
    color: #38453E;
}

.error {
    position: relative;
}

    .err.select,
    .error .txtarea,
    .error .txtbox {
        box-shadow: 0 0 0 2px #DC3545;
    }

    .error:before {
        background: url(../images/cross.svg) no-repeat;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 16px;
        height: 16px;
        content: '';
    }

.success {
    position: relative;
}

    .success .txtbox {
        box-shadow: 0 0 0 2px #678F3D;
    }

    .success:before {
        background: url(../images/check.svg) no-repeat;
        position: absolute;
        left: 10px;
        top: 12px;
        width: 18px;
        height: 14px;
        content: '';
    }

.errtxt {
    color: #DC3545;
    font-size: 18px;
    position: absolute;
    margin-top: 5px;
}

.msg {
    font-size: 18px;
    position: absolute;
    margin-top: 5px;
}

.err {
    border: red solid 1px !important;
}

/* NEW PAGES */
.wrap1400 {
    max-width: 1400px;
    margin: 0px auto;
}

.wide {
    max-width: 100%;
}

.header {
    background: #660200;
    padding: 10px 0;
}

.galil .header {
    background: #fff;
}

.tglmenu {
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

    .tglmenu .lnr-cross, .tglmenu.active .lnr-menu {
        display: none;
    }

    .tglmenu.active .lnr-cross {
        display: block;
    }

.hdr-rgt {
    position: relative;
}

.hmenu {
    background: #660200;
    position: absolute;
    right: 0;
    top: 58px;
    z-index: 99;
    padding: 30px 20px 10px 20px;
    min-width: 320px;
    border-radius: 5px;
    display: none;
}

    .hmenu ul li {
        margin-bottom: 20px;
    }

        .hmenu ul li a {
            color: #CBBF87;
            font-size: 2em;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
        }

        .hmenu ul li button.greybtn {
            background: #DBDBDB;
            color: #707070;
            font-size: 1.5em;
            border-radius: 5px;
            line-height: 40px;
            padding: 0 20px;
        }

        .hmenu ul li span {
            width: 24px;
            margin-left: 15px;
        }

.userlink {
    margin-right: 40px;
}

    .userlink a {
        color: #fff;
        line-height: 1;
        display: block;
    }

    .userlink span {
        vertical-align: middle;
        margin-left: 5px;
        display: inline-block;
    }

.contentwide {
    background: #FEF9EC;
    padding: 20px 0;
    min-height: 100vh;
}

.iconbar {
    background: #CBBF87;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 50px;
}

    .iconbar.spbtn {
        justify-content: space-between;
    }

    .iconbar .lftbtns a {
        margin-right: 10px;
    }

    .iconbar span {
        margin-left: 15px;
    }

    .iconbar .icon {
        margin-left: 40px;
    }

.grey {
    color: #6B6B6B;
}

.brown {
    color: #660200;
}

.galil .brown {
    color: #38453E;
}

.radiogroup {
    display: flex;
    margin-left: 10px;
}

    .radiogroup li {
        margin-left: 2px;
    }

    .radiogroup input + label {
        background: url(../images/radio.svg) no-repeat;
        width: 16px;
        height: 16px;
        display: block;
        cursor: pointer;
        margin: 0;
    }

    .radiogroup input:checked + label {
        background: url(../images/radio-active.svg) no-repeat;
    }

.field2 {
    background: #F5EBD1;
    padding: 15px;
    border-radius: 4px;
}

    .field2:nth-child(even) {
        background: none;
    }

    .field2.nobg {
        background: none;
        padding: 15px 0;
    }

    .field2 label {
        display: block;
        margin-bottom: 5px;
        line-height: 1;
    }

.fieldinn {
    display: flex;
    align-items: center;
}

.fieldrad .txtfield {
    width: calc(100% - 195px);
}

.txtfield.wide {
    width: 100%;
}

.line-heading.tcenter span {
    text-align: center;
}

.label2 {
    width: 140px;
}
/*.fieldrad .txtfield { width: calc(100% - 140px); }*/
.video {
    max-width: 700px;
    padding: 40px 0;
}
/**/
.line-heading.withform {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.selectbox {
    min-width: 30%;
    position: relative;
}

    .selectbox .select {
        border: 2px solid #660200;
        font-size: 16px;
    }

    .selectbox label {
        background: #707070;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        padding: 0 10px;
        border-radius: 30px;
        position: absolute;
        left: 25px;
        top: 9px;
    }
/**/
.datatable tr {
    border-radius: 4px;
}

    .datatable tr:nth-child(odd) {
        background: #F5EBD1;
    }

.datatable td {
    padding: 5px 10px;
}

    .datatable td:nth-child(1) {
        width: 100px;
    }

    .datatable td:nth-child(2) {
        max-width: 250px;
    }

    .datatable td:nth-child(3) {
        max-width: 250px;
    }

    .datatable td:nth-child(4) {
        width: 50%;
    }
/**/
.bold {
    font-weight: bold;
}

.grey2 {
    color: #231F20;
}

.formdiv {
    display: inline-block;
    justify-content: flex-start;
    padding: 15px 20px;
    background: #F5EBD1;
}

    .formdiv .flex {
        justify-content: flex-start;
    }

    .formdiv .input {
        width: 150px;
        margin-left: 10px;
    }

.submit.gry {
    background: #707070;
}
/**/
.datatable2 {
    text-align: right;
}

    .datatable2 th {
        background: #CBBF87;
        padding: 15px;
        color: #660200;
    }

.galil .datatable2 th {
    color: #38453E;
}

.datatable2 tr:nth-child(even) {
    background: #F5EBD1;
}

.datatable2 .sml {
    max-width: 30px;
}

.datatable2 td {
    padding: 15px;
    color: #231F20;
    position: relative;
}

img.center {
    margin: 0px auto;
}

.pagination {
    direction: ltr;
}

    .pagination .flex {
        display: inline-flex;
        position: relative;
    }

    .pagination a {
        background: #FFF;
        border: 1px solid #DEE2E6;
        display: inline-block;
        line-height: 32px;
        padding: 0 12px;
        color: #660200;
        font-weight: 500;
    }

        .pagination a:hover {
            background: #EAECEF;
        }

        .pagination a.next {
            border-radius: 0px 4px 4px 0px;
        }

        .pagination a.prev {
            border-radius: 4px 0px 0px 4px;
        }

    .pagination .flex:hover .pgtooltip {
        opacity: 1;
    }

.pgtooltip {
    background: #660200;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 120%;
    transform: translateX(-50%);
    border-radius: 5px;
    padding: 5px 20px;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s;
}

    .pgtooltip:before {
        background: #660200;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        width: 14px;
        height: 6px;
        content: '';
        position: absolute;
        left: 50%;
        top: 99%;
        transform: translateX(-50%);
    }

/**/
.valigntop td {
    vertical-align: top;
    line-height: 1.2;
}

    .valigntop td div, .valigntop td span {
        line-height: 1.2;
    }

.w150 {
    width: 150px;
}

.aulist {
    width: 100px;
}

.adduser {
    width: 35px;
}

.aulist {
    width: 100px;
}

    .aulist .flex {
        align-items: center;
        white-space: nowrap;
        margin-bottom: 5px;
    }

    .aulist a {
        width: 15px;
        position: absolute;
    }

    .aulist span {
        font-size: 16px;
        text-indent: 24px;
    }

.mpop {
    position: relative;
}

    .mpop:hover .tblpop {
        opacity: 1;
        visibility: visible;
    }

    .mpop.right .tblpop {
        left: auto;
        right: 0;
    }

.tblpop {
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 6px rgb(0 0 0 /29%);
    border: 1px solid #E0E0E0;
    font-size: 16px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
}

.pophead {
    background: #F2DEDF;
    padding: 5px 10px;
}

.tblpop .desc {
    padding: 10px;
}

    .tblpop .desc.tleft {
        text-align: left;
    }

.tblpop a {
    color: #660200;
}

/* LOGIN */
.logwrap {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginbox {
    max-width: 460px;
    background: #CBBF87;
    box-shadow: 0px 3px 6px rgb(0 0 0 /29%);
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    width: 100%;
}

    .loginbox h3 {
        background: #660200;
        color: #CBBF87;
        font-size: 2.5em;
        line-height: 1;
        padding: 15px 20px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

.galil .loginbox h3 {
    background: #9CBAD5;
    color: #FEF9EC;
}

.login {
    padding: 30px 20px;
}

    .login .field {
        margin-bottom: 15px;
    }

        .login .field.mb0 {
            margin: 0;
        }

        .login .field .label {
            width: 80px;
            margin-left: 0;
            padding: 14px 0 0 20px;
        }

    .login .txtfield {
        width: calc(100% - 80px);
    }

.chk input[type="checkbox"] + label span {
    width: 16px;
    height: 16px;
    margin: 0 0 0 4px;
    border: 1px solid #660200;
    border-radius: 3px;
    font-size: 10px;
    line-height: 18px;
    box-shadow: none;
    color: #fff;
}

.chk input[type="checkbox"]:checked + label span {
    background: #660200;
}

.field.flex-right {
    justify-content: flex-end;
}

.submit.grey {
    background: #707070;
    color: #fff;
    font-size: 1.5em;
    border-radius: 5px;
    line-height: 40px;
    padding: 0 20px;
}

/**/
.bar {
    width: 180px;
    background: #fff;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #707070;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}

    .bar span {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #660200;
    }

tr.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.greybtn {
    background: #707070;
    border-radius: 5px;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}

.formdiv.wide {
    display: block;
    width: 100%;
}

    .formdiv.wide .input {
        width: 24%;
    }

    .formdiv.wide .label {
        padding: 0 18px;
    }

.mb40 {
    margin-bottom: 40px;
}

.field2.nobg {
    background: none;
}
/**/
input.tglchk + label {
    border-radius: 40px;
    width: 36px;
    position: relative;
    margin: 0;
    display: block;
    height: 20px;
    background: none;
    border: 1px solid #BFBFBF;
}

    input.tglchk + label span {
        background: #BFBFBF;
        border: 0;
        border-radius: 50%;
        box-shadow: none;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 1px;
        left: 1px;
        transition: 0.3s;
    }

        input.tglchk + label span:before {
            display: none
        }

input.tglchk:checked + label {
    background: #660200;
    border: 1px solid #660200;
}

    input.tglchk:checked + label span {
        left: 17px;
        background: #fff;
    }

.greybtn2 {
    background: #DBDBDB;
    border-radius: 5px;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}
/**/
.formdiv.adddate .flex {
    justify-content: space-between;
}

.formdiv.adddate .input {
    width: 17%;
}

.fieldsml {
    width: 100%;
}

.line-heading.addrow span {
    display: inline-flex;
    align-items: center;
}

    .line-heading.addrow span a {
        margin-left: 10px;
    }

.label i {
    font-weight: bold;
    vertical-align: middle;
}

.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

/*============== RESPONSIVE */
@media screen and (max-width: 930px) {
    body {
        font-size: 14px;
    }

    .tophdr {
        padding: 20px 0;
    }

        .tophdr .menu {
            display: flex;
            justify-content: center;
            width: 100%;
        }

            .tophdr .menu li a {
                line-height: 34px;
                padding: 2px 10px 0 10px;
                min-width: 90px;
                font-size: 1.2em;
            }

    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .heading1 {
        margin-bottom: 30px;
    }

    .field .label {
        width: 100%;
        text-align: right;
        margin: 0 0 8px 0;
    }

    .txtfield {
        width: 100%;
    }

    .line-heading, .line-heading.rgt {
        font-size: 1.8em;
        padding: 10px 30px;
        margin: 0 !important;
    }

        .line-heading span {
            min-width: inherit !important;
        }

    .input {
        width: 100%;
    }

    .content {
        padding: 40px 20px;
    }

    .label span {
        position: static;
        font-size: 14px;
    }

    .frmtxt {
        padding: 10px;
        font-size: 1.2em;
        margin-bottom: 30px;
        text-align: center;
    }

    .dotsep {
        padding: 0 0 10px 0;
    }

    .form {
        margin-bottom: 20px;
    }

    .fileupload {
        max-width: 90%;
    }

    .flexfield .txt {
        font-size: 16px;
        margin-bottom: 20px;
    }
    /**/
    .listing {
        margin-bottom: 20px;
    }

        .listing .item .txt {
            padding: 20px;
            width: 100%;
            text-align: center;
        }

        .listing .item .img {
            width: 100%;
        }

        .listing .line-heading span {
            padding: 0 10px;
        }

        .listing .line-heading {
            font-size: 2.4em;
            margin-bottom: 20px !important;
            font-weight: bold;
        }
    /* NEWPAGE */
    .header .logo {
        width: auto;
        margin: 0;
    }

    .userlink {
        margin-right: 20px;
    }

    .selectbox {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .line-heading.withform:before {
        top: 29px;
    }

    .line-heading.withform span {
        margin-bottom: 20px;
    }

    .formdiv.wide .label {
        padding: 0 0 5px 0;
        width: 100%;
    }

    .formdiv.adddate .input, .formdiv.wide .input, .formdiv .input {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .datatable, .datatable2 {
        overflow: auto;
    }

    table {
        width: 1000px !important;
    }

    .iconbar {
        font-size: 25px;
    }

        .iconbar span {
            margin-left: 10px;
        }

        .iconbar .icon {
            margin-left: 10px;
            width: 30px;
        }

        .iconbar .lftbtns {
            width: 100%;
            padding-top: 10px;
            justify-content: flex-start;
        }

            .iconbar .lftbtns a {
                width: 30px;
                margin: 0 0 0 10px;
            }

    .line-heading.rgt span {
        text-align: right;
    }

    .fieldinn {
        flex-wrap: wrap;
    }

    .fieldrad .txtfield {
        width: 100%;
    }

    .radiogroup {
        display: flex;
        margin: 0 0 10px;
        width: 190px;
    }
}

@media screen and (max-width: 360px) {
    .header .logo {
        width: 120px;
    }

    .userlink {
        margin-right: 10px;
    }
}

.center-aligned {
    text-align: center;
}

.inherit_blk {
    display: inherit;
}

.scrollable {
    height: 1000px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.errupload {
    background: #F2DEDF;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mCSB_scrollTools .mCSB_draggerContainer, .mCSB_scrollTools .mCSB_draggerRail {
    background: #dddddd;
    right: 0px;
    width: 20px;
    border-radius: 4px;
    opacity: 1;
}

.mCSB_inside > .mCSB_container {
    margin-right: 40px;
    padding: 30px 30px;
    direction: rtl;
    color: #333333;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #333333 !important;
    width: 20px;
    right: 0px;
    border-radius: 0px;
    opacity: 1;
}

.pmodal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .pmodal::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.7);
    }

.pmodalwrap {
    width: 100%;
    max-width: 500px;
    min-height: 350px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
    z-index: 5;
    text-align: center;
    color: #666;
}

.pmdtitle {
    font-size: 36px;
    color: #660200;
    font-weight: 600;
    text-align: center;
    padding: 0 0 15px;
    margin: 0;
}

.ic-loading {
    width: 150px;
}

#startUpload:disabled {
    opacity: 0.5;
}

.field {
    margin-bottom: 25px;
}

.content.mCustomScrollbar {
    padding: 0 !important;
}

    .content.mCustomScrollbar .mCSB_container {
        padding: 30px 70px;
    }

.heading1 {
    margin: 0 -40px 30px;
    background: #CBBF87;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
}

.galil .heading1 {
    background: #9CBAD5;
    color: #FEF9EC;
}

.content .mCSB_container .heading1 {
    margin: 0 -70px 30px;
}

.txtfield.flex {
    flex-grow: 1;
    width: auto;
}

.txtfield.flxfields {
    margin: 0 -10px;
    align-items: center;
    display: flex;
    flex-grow: 1;
    width: auto;
}

.flxfields .fieldsml {
    width: 150px;
    padding: 0 10px;
}

.flxgrow {
    flex-grow: 1;
    padding: 0 10px;
}

.flxrow {
    display: flex;
    margin: 0 -10px;
}

.flxcol6 {
    padding: 0 10px;
    flex: 1 0 50%;
}

.flxlabelbox {
    max-width: 52%;
    position: relative;
    z-index: 0;
    padding: 0 0 0 62px;
}

.lbtxt {
    width: 100%;
    height: 40px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 0 5px 5px 0;
    color: #868E96;
}

.flxlabel {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    background: #e9ecef;
    border: 1px solid #E0E0E0;
    display: block;
    border-radius: 5px 0 0 5px;
}

.txtbox:focus, textarea:focus, input:focus {
    border-color: #CBBF87;
}

.submit {
    transition: all .3s;
}

    .submit:hover {
        background-color: #F2DEDF;
        color: #660200;
    }

.galil .submit:hover {
    background-color: #38453E;
    color: #FEF9EC;
}

.fs22 ul li {
    margin-bottom: 10px;
    line-height: 26px;
}

.lineHeight {
    line-height: 30px;
}

.fieldsml .greytxt {
    left: 11px;
}

.filedownload {
    display: block;
    position: relative;
    height: 40px;
    border: 1px solid #E0E0E0;
    background: #F7F7F7;
    border-radius: 5px;
}

    .filedownload .uploadicon {
        transform: rotate(180deg);
        cursor: pointer;
    }

.pop .submit.sml {
    padding: 0 15px;
    height: 38px;
    max-width: inherit;
    width: auto !important;
}

.pop .chk {
    margin-bottom: 5px;
}

.pop {
    position: absolute;
    left: 10px;
    background: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    z-index: 9;
    width: 310px;
    top: 150px;
}

.lectorpop h4 {
    background: #F2DEDF;
    border-radius: 5px 5px 0 0;
    padding: 5px 15px;
    margin: 0;
    color: #231F20;
}

.popcont {
    padding: 15px;
}

.pop .srch.input .txtbox {
    height: 30px;
}

.pop .srch.input {
    width: 100%;
    margin-bottom: 15px;
}

.pop .chk {
    margin-bottom: 5px;
}

.btnleft {
    display: flex;
    justify-content: flex-end;
}

.pop .submit.sml {
    padding: 0 15px;
    height: 38px;
    max-width: inherit;
    width: auto !important;
}

.tblpop.pop {
    left: auto;
    right: -50px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    direction: rtl;
}
