﻿/***************************************************************************** COLOR THEMES: START ************************************************************************/

/************************************************ COLOR BLIND THEME: START ****************************************************/

.colorblindtheme {
    background-color: #282828;
    color: #fff564; /*cyan;*/
}

    .colorblindtheme .progress {
        height: 20px;
        margin-bottom: 20px;
        overflow: hidden;
        background-color: #000;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    }

    .colorblindtheme .progress-bar-warning {
        background-color: #fff564;
        color: #000;
        border: 1px solid #000;
    }

    .colorblindtheme .page-heading {
        color: yellow;
    }


    .colorblindtheme .control-label {
        color: yellow;
    }

    .colorblindtheme ol.progtrckr li.progtrckr-done {
        color: white;
        border-bottom: 4px solid #fff564; /*4px solid cyan;*/
    }

    .colorblindtheme ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    .colorblindtheme ol.progtrckr li.progtrckr-current {
        color: white;
        border-bottom: 4px solid silver;
    }

    .colorblindtheme ol.progtrckr li.progtrckr-done:before {
        content: "\2714";
        color: #fff564; /*cyan;*/
        background-color: #000;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: 1px solid #fff564; /*1px solid cyan;*/
        border-radius: 1.2em;
    }

    .colorblindtheme ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: #000;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    .colorblindtheme ol.progtrckr li.progtrckr-current:before {
        content: "\039F";
        color: #fff564; /*cyan;*/
        background-color: #000;
        font-size: 1.5em;
        bottom: -1.6em;
    }


    .colorblindtheme .blockG {
        position: absolute;
        background-color: rgb(255,255,255);
        width: 10px;
        height: 23px;
        border-radius: 8px 8px 0 0;
        -o-border-radius: 8px 8px 0 0;
        -ms-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        animation-name: fadeCB;
        -o-animation-name: fadeCB;
        -ms-animation-name: fadeCB;
        -webkit-animation-name: fadeCB;
        -moz-animation-name: fadeCB;
        animation-duration: 1.2s;
        -o-animation-duration: 1.2s;
        -ms-animation-duration: 1.2s;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
    }

@keyframes fadeCB {
    0% {
        background-color: rgb(0,255,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeCB {
    0% {
        background-color: rgb(0,255,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeCB {
    0% {
        background-color: rgb(0,255,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeCB {
    0% {
        background-color: rgb(0,255,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeCB {
    0% {
        background-color: rgb(0,255,255);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.colorblindtheme .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fff564; /*cyan;*/
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}


.colorblindtheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #282828;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.colorblindtheme .dash-box-icon > i {
    background: #fff564; /*cyan;*/
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.colorblindtheme .dash-box {
    /*position: relative;
    border: 1px solid cyan;
    background-image: none;*/ /*url('../Images/hotservices.jpg');*/
    /*background-repeat: no-repeat;
    background-size: cover;
    background-color: #282828;
   filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #fff564; /*1px solid cyan;*/
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .colorblindtheme .dash-box:hover {
        position: relative;
        border: 1px solid #fff564; /*1px solid cyan;*/
        background: #3b3b3b; /*rgba(190, 150, 71, .1);*/
        color: #fff;
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 10px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.colorblindtheme .popover-title {
    background-color: #000;
    border-bottom: #fff564; /*cyan;*/
    color: white;
}

.colorblindtheme .system-title {
    background-color: #282828;
    border: 1px solid #fff564; /*1px solid cyan;*/
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #fff564; /*cyan;*/
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.colorblindtheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #fff564 !important; /*cyan !important;*/
    border-color: #000 !important;
    font-size: 15px !important;
}

.colorblindtheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #fff564 !important; /*cyan !important;*/
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .colorblindtheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #fff564 !important; /*cyan !important;*/
        border-color: #fff564 !important; /*cyan !important;*/
        font-size: 15px !important;
    }


.colorblindtheme .table > thead > tr > th,
.colorblindtheme .table > tbody > tr > th,
.colorblindtheme .table > tfoot > tr > th,
.colorblindtheme .table > thead > tr > td,
.colorblindtheme .table > tbody > tr > td,
.colorblindtheme .table > tfoot > tr > td {
    /*padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid cyan;
    border-bottom: 1px solid cyan;
    border-left: hidden;
    border-right: hidden;
    color: #fff;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #fff564; /*1px solid cyan;*/
    border-left: hidden;
    border-right: hidden;
    color: #fff;
    background-color: #000;
}


.colorblindtheme .gridview > td {
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid #fff564; /*1px solid cyan;*/
    border-bottom: 1px solid #fff564; /*1px solid cyan;*/
    border-left: hidden;
    border-right: hidden;
    color: #fff;
}

.colorblindtheme .gridview span {
    background-color: #000;
    border: 1px solid #fff564; /*1px solid cyan;*/
    color: yellow;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}

.colorblindtheme .gridview a {
    margin: 3px;
    border-radius: 50%;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .colorblindtheme .gridview a:hover {
        background-color: #fff564; /*cyan;*/
        color: #000;
        border: 1px solid #fff564; /*1px solid cyan;*/
    }


.colorblindtheme .table-hover > tbody > tr > th {
    background-color: #000;
    color: yellow;
    line-height: 1.8 !important;
}

.colorblindtheme .table > tbody > tr > td {
    background-color: #282828;
}

.colorblindtheme .table-hover > tbody > tr:hover {
    background-color: #fff564; /*cyan;*/
    color: #000;
}


.colorblindtheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff564; /*1px solid cyan;*/
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .colorblindtheme .table-hover > tbody > tr > td > a > div:hover {
        background: #fff564; /*cyan;*/
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
        color: #000;
    }

.colorblindtheme .modal-content {
    position: relative;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff564; /*1px solid cyan;*/
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.colorblindtheme .modal-header {
    background-color: #000;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #fff564; /*1px solid cyan;*/
}

.colorblindtheme .modal-body {
    position: relative;
    padding: 15px;
    background-color: #000;
}

.colorblindtheme .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #fff564; /*1px solid cyan;*/
    background-color: #000;
}

.colorblindtheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #000;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #fff564; /*cyan;*/
    color: #fff;
    /*border: 2px solid cyan*/
    border: 3px solid #fff564; /*3px solid cyan;*/
}

.colorblindtheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #fff564; /*1px solid cyan;*/
    outline: none; /* Remove outline */
    background-color: #fff564; /*cyan;*/ /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    .colorblindtheme #btnScrollToTop:hover {
        border: 1px solid #000;
    }


.colorblindtheme .input-group-addon {
    padding: 6px 12px;
    font-size: .9rem; /*14px;*/
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #000;
    border: 1px solid #fff564; /*1px solid cyan;*/
    border-radius: 4px;
}

    .colorblindtheme .input-group-addon > a {
        color: #fff;
    }

        .colorblindtheme .input-group-addon:hover, .colorblindtheme .input-group-addon > a:hover {
            background-color: #fff564; /*cyan;*/
            color: #000;
        }

.colorblindtheme .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #fff564; /*cyan;*/
    font-size: 1rem; /*15px;*/
}

    .colorblindtheme .btn-success:focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
        font-size: 1rem; /*15px;*/
    }

    .colorblindtheme .btn-success:hover {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
        font-size: 1rem; /*15px;*/
    }

    .colorblindtheme .btn-success:active:hover,
    .colorblindtheme .btn-success.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-success:hover,
    .colorblindtheme .btn-success:active:focus,
    .colorblindtheme .btn-success.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-success:focus,
    .colorblindtheme .btn-success:active.focus,
    .colorblindtheme .btn-success.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-success.focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }

.colorblindtheme .btn-primary {
    color: #000; /*#fff;*/
    background-color: #fff564; /*#000;*/
    /*  border-color: cyan;*/
    font-size: 1rem; /*15px;*/
}

    .colorblindtheme .btn-primary:focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        /*border-color: cyan;*/
        font-size: 1rem; /*15px;*/
    }

    .colorblindtheme .btn-primary:hover {
        color: #000;
        background-color: #fff564; /*cyan;*/
        /*border-color: cyan;*/
        font-size: 1rem; /*15px;*/
    }

    .colorblindtheme .btn-primary:active:hover,
    .colorblindtheme .btn-primary.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-primary:hover,
    .colorblindtheme .btn-primary:active:focus,
    .colorblindtheme .btn-primary.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-primary:focus,
    .colorblindtheme .btn-primary:active.focus,
    .colorblindtheme .btn-primary.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-primary.focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }

.colorblindtheme .btn-danger {
    color: #fff564;
    background-color: #000;
    border-color: #bebebe; /*cyan;*/
}

    .colorblindtheme .btn-danger:focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-danger:hover {
        /*color: #000;
        background-color: cyan;
        border-color: cyan;*/
        color: #fff;
        background-color: #8f8f8f;
        border-color: #8f8f8f;
    }

    .colorblindtheme .btn-danger:active:hover,
    .colorblindtheme .btn-danger.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-danger:hover,
    .colorblindtheme .btn-danger:active:focus,
    .colorblindtheme .btn-danger.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-danger:focus,
    .colorblindtheme .btn-danger:active.focus,
    .colorblindtheme .btn-danger.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }


.colorblindtheme .btn-warning {
    color: #fff;
    background-color: #000;
    border-color: #fff564; /*cyan;*/
}

    .colorblindtheme .btn-warning:focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-warning:hover {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }


    .colorblindtheme .btn-warning:active:hover,
    .colorblindtheme .btn-warning.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-warning:hover,
    .colorblindtheme .btn-warning:active:focus,
    .colorblindtheme .btn-warning.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-warning:focus,
    .colorblindtheme .btn-warning:active.focus,
    .colorblindtheme .btn-warning.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff564; /*cyan;*/
        border-color: #fff564; /*cyan;*/
    }


.colorblindtheme .btn-activity {
    color: #fff;
    border-color: #fff564; /*cyan;*/
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    background-color: #000;
    width: 80%;
}

    .colorblindtheme .btn-activity:focus {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        background-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-activity:hover {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        background-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-activity:active:hover,
    .colorblindtheme .btn-activity.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-activity:hover,
    .colorblindtheme .btn-activity:active:focus,
    .colorblindtheme .btn-activity.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-activity:focus,
    .colorblindtheme .btn-activity:active.focus,
    .colorblindtheme .btn-activity.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-activity.focus {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        background-color: #fff564; /*cyan;*/
    }

.colorblindtheme .btn-activity-100 {
    color: #fff;
    border-color: #fff564; /*cyan;*/
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
    background-color: #000;
}

    .colorblindtheme .btn-activity-100:focus {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
        background-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-activity-100:hover {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
        background-color: #fff564; /*cyan;*/
    }

    .colorblindtheme .btn-activity-100:active:hover,
    .colorblindtheme .btn-activity-100.active:hover,
    .colorblindtheme .open > .dropdown-toggle.btn-activity-100:hover,
    .colorblindtheme .btn-activity-100:active:focus,
    .colorblindtheme .btn-activity-100.active:focus,
    .colorblindtheme .open > .dropdown-toggle.btn-activity-100:focus,
    .colorblindtheme .btn-activity-100:active.focus,
    .colorblindtheme .btn-activity-100.active.focus,
    .colorblindtheme .open > .dropdown-toggle.btn-activity-100.focus {
        color: #000;
        border-color: #fff564; /*cyan;*/
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
        background-color: #fff564; /*cyan;*/
    }

.colorblindtheme .fa-angle-double-up {
    color: #fff564; /*cyan;*/
}

.colorblindtheme .form-control {
    background-color: #000;
    color: #fff;
    opacity: 1;
    border: 1px solid #bebebe; /*1px solid cyan;*/
}

    .colorblindtheme .form-control[readonly], .colorblindtheme .form-control[disabled], .colorblindtheme fieldset[disabled] {
        background-color: #282828;
        color: #fff;
        opacity: 1;
    }


    .colorblindtheme .form-control:focus {
        border-color: #fff564; /*cyan;*/
        outline: 0;
        box-shadow: 0px 0px 8px 3px rgba(0, 255, 255, 0.47)
    }



.colorblindtheme .bootstrap-select > .dropdown-toggle:hover {
    background: #000;
    border-color: #fff564; /*cyan;*/
    color: #fff;
}

.colorblindtheme .bootstrap-select > .dropdown-toggle:focus {
    background: #000;
    border-color: #fff564; /*cyan;*/
}

.colorblindtheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff564; /*cyan;*/
    border-radius: 10px;
}

    .colorblindtheme .badge:hover {
        background-color: yellow;
    }

.colorblindtheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #fff564; /*1px solid cyan;*/
    border-right: 10px solid #fff564; /*10px solid cyan;*/
    margin: 12px;
    color: #fff564; /*cyan;*/
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

    .colorblindtheme .list-group-item:hover {
        border: 1px solid yellow;
        border-left: 10px solid yellow;
        cursor: pointer;
        color: yellow;
    }

.colorblindtheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #000;
    border: 1px solid #fff564; /*1px solid cyan;*/
    border-right: 10px solid #fff564; /*10px solid cyan;*/
    margin: 8px;
    color: #fff564; /*cyan;*/
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

    .colorblindtheme .list-group-item-lite:hover {
        border: 1px solid yellow;
        border-left: 10px solid yellow;
        cursor: pointer;
        color: yellow;
    }



.colorblindtheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff564; /*cyan;*/
}

.colorblindtheme .panel-primary > .panel-heading .badge {
    color: #fff564; /*cyan;*/
    background-color: #fff;
}

.colorblindtheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff564; /*cyan;*/
}


.colorblindtheme .panel {
    margin-bottom: 30px;
    background-color: #000;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.colorblindtheme .panel-nocollapse {
    margin-bottom: 10px;
    color: #fff564; /*cyan;*/
    background-color: #000;
    /*border: 1px solid transparent;*/
    /* border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.colorblindtheme .nav-tabs > li > a,
.colorblindtheme .nav-tabs > li > a:hover,
.colorblindtheme .nav-tabs > li > a:focus {
    border: 1px solid #dee2e6;
    border: 0px;
}

    .colorblindtheme .nav-tabs > li > a:hover,
    .colorblindtheme .nav-tabs > li > a:focus {
        border: 1px solid #dee2e6;
    }

.colorblindtheme .nav > li > a:hover, .nav > li > a:focus {
    background-color: #494949;
    color: #fff564; /*cyan;*/
}



.colorblindtheme .panel-primary > .panel-heading {
    color: #fff564; /*cyan;*/
    background-color: #000;
    border-color: #fff564; /*cyan;*/
}


.colorblindtheme .nav > li > a:hover,
.colorblindtheme .nav > li > a:focus {
    text-decoration: none;
    /* background-color: cyan;
    color: #000;*/
}

.colorblindtheme .nav .open > a,
.colorblindtheme .nav .open > a:hover,
.colorblindtheme .nav .open > a:focus {
    background-color: #000;
    border-color: #fff564; /*cyan;*/
}

.colorblindtheme .navbar-default .nav-link {
    color: #fff;
}

.colorblindtheme .navbar-default .navbar-nav > .active > a {
    background-color: #000;
    color: yellow;
}

.colorblindtheme .nav.navbar-nav .nav-link.active {
    color: yellow;
    border-bottom: solid 3px yellow;
    margin-bottom: 3.5px;
}

.colorblindtheme .nav.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

.colorblindtheme .nav-tabs {
    border-bottom: 1px solid #fff564; /*1px solid cyan;*/
}

    .colorblindtheme .nav-tabs > li > a,
    .colorblindtheme .nav-tabs > li > a:hover,
    .colorblindtheme .nav-tabs > li > a:focus {
        border-color: #fff564; /*cyan;*/
    }


    .colorblindtheme .nav-tabs > li.active > a,
    .colorblindtheme.nav-tabs > li.active > a:hover,
    .colorblindtheme.nav-tabs > li.active > a:focus {
        color: yellow;
        cursor: default;
        background-color: #545151;
        /* border: 1px solid cyan;*/
        border-bottom-color: transparent;
    }

.colorblindtheme .navbar-default {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}

    .colorblindtheme .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #000;
        border-left: none;
    }

        .colorblindtheme .navbar-default .navbar-nav > li > a:hover,
        .colorblindtheme .navbar-default .navbar-nav > li > a:focus {
            color: yellow;
            background-color: #000;
        }

    .colorblindtheme .navbar-default .navbar-nav > .open > a,
    .colorblindtheme .navbar-default .navbar-nav > .open > a:hover,
    .colorblindtheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #000;
    }

.colorblindtheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #000;
}

    .colorblindtheme .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #fff !important;
    }

        .colorblindtheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: yellow !important;
            background-color: rgba(255, 255, 255, 0.17);
        }

.colorblindtheme .top-navbar .dropdown-menu {
    background-color: #000;
    margin: 0px -60px;
    border: 1px solid #fff564; /*1px solid cyan;*/
}

.colorblindtheme .dropdown-menu > li {
    color: yellow;
}

.colorblindtheme .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff564; /*cyan;*/
}

.colorblindtheme .top-navbar li > a {
    font-size: .9rem; /*14px;*/
    padding: 0px 5px;
    border-right: 0px solid #fff;
    margin: 5px 0;
    color: #fff;
}

    .colorblindtheme .top-navbar li > a:hover {
        text-decoration: none;
        color: yellow;
    }

    .colorblindtheme .top-navbar li > a:focus {
        text-decoration: none;
        color: yellow;
    }

.colorblindtheme .navbar-default .navbar-nav > .dropdown > a .caret:hover {
    border-top-color: yellow;
    border-bottom-color: yellow;
}

.colorblindtheme .navbar-default .navbar-nav > .dropdown > a .caret:focus {
    border-top-color: yellow;
    border-bottom-color: yellow;
}

.colorblindtheme .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.colorblindtheme .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: yellow;
    border-bottom-color: yellow;
}

.colorblindtheme #operator_avatar {
    background-color: #fff564; /*cyan;*/
}


.colorblindtheme .color {
    color: #fff564 !important; /*cyan !important;*/
    /**color**/
}

.colorblindtheme a, a:visited {
    color: #fff564; /*cyan;*/
}

.colorblindtheme .body-content-border {
    margin-top: 0px;
    /* border-color: cyan;
    border: 1px solid cyan;*/
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.colorblindtheme .footerLinks {
    padding: 10px 20px;
    color: #fff564; /*cyan;*/
    font-size: .8em;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
}

    .colorblindtheme .footerLinks ul li a,
    .colorblindtheme .footerLinks ul li a:visited {
        color: #fff564; /*cyan;*/
    }

.colorblindtheme .footerLi > a {
    color: #fff564; /*cyan;*/
}


.colorblindtheme header .top .right .burger-nav a.burger-click {
    background-color: #fff564; /*cyan;*/
    color: yellow;
}

.colorblindtheme header .top .right .user-control .burger-nav a.burger-click {
    background-color: #000; /*cyan;*/
    color: #fff564;
    border: 1px solid #bebebe;
}

.colorblindtheme header .top .right .user-control ul li a:hover {
    color: yellow;
    background-color: #494949;
}

.colorblindtheme header .bottom .menu-wrap .main-menu li a::after {
    background-color: yellow;
}

.colorblindtheme header .bottom .menu-wrap .main-menu li a:hover {
    color: yellow;
}

.colorblindtheme header .bottom .menu-wrap .user-info a:hover {
    color: yellow;
}

.colorblindtheme header .bottom .menu-wrap .main-menu li a.active {
    color: yellow;
}

@media screen and (max-width: 767px) {

    .colorblindtheme header .bottom .menu-wrap .main-menu li a {
        border-bottom: solid 1px Yellow;
    }
}

.colorblindtheme footer .footer-wrap .footer-links .links h5 {
    color: yellow;
}

    .colorblindtheme footer .footer-wrap .footer-links .links h5 a {
        color: yellow;
        text-decoration: none;
    }

.colorblindtheme footer .footer-wrap .footer-links .links ul li a:hover {
    color: yellow;
}

.colorblindtheme footer .footer-wrap .footer-links .support-links h5 {
    color: yellow;
}


.colorblindtheme footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
    color: yellow;
}

.colorblindtheme footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
    color: yellow;
}

@media screen and (max-width: 991px) {
    .colorblindtheme header .bottom .menu-wrap.open {
        background-color: #000;
    }
}

.colorblindtheme header {
    background-color: #000;
}

    .colorblindtheme header .bottom .menu-wrap .main-menu li a {
        color: #fff564; /* #fff;*/
        background-color: #000;
    }

    .colorblindtheme header .top .right .user-control ul li a {
        color: #fff;
    }

.colorblindtheme footer .footer-wrap {
    background-color: #444;
}

    .colorblindtheme footer .footer-wrap .footer-links .links ul li a {
        color: white;
    }

.colorblindtheme .form-control-mandatory {
    background-color: #000;
    color: #fff;
    border-color: #fff564; /*cyan;*/
}

.colorblindtheme .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #fff564; /*cyan;*/
}

.colorblindtheme .dropdown-menu {
    background-color: #000;
    border: none;
}

    .colorblindtheme .dropdown-menu > li > a:hover,
    .colorblindtheme .dropdown-menu > li > a:focus {
        background-color: #545151
    }

    .colorblindtheme .dropdown-menu li a {
        color: #fff;
    }

.colorblindtheme .btn-default:active,
.colorblindtheme .btn-default.active,
.colorblindtheme .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #fff564; /*cyan;*/
}



.colorblindtheme .dropdown-menu > .active > a,
.colorblindtheme .dropdown-menu > .active > a:hover,
.colorblindtheme .dropdown-menu > .active > a:focus {
    background-color: #545151;
}

.colorblindtheme .btn-default:active,
.colorblindtheme .btn-default.active,
.colorblindtheme .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000;
}

.colorblindtheme footer .footer-wrap .footer-links .support-links .support-wrap .item a {
    color: white;
}

.colorblindtheme .alert-info {
    color: yellow;
    background-color: #444;
    border-color: #fff564; /*cyan;*/
}

.colorblindtheme .caret {
    color: #fff;
    border-top-color: #fff;
}

.colorblindtheme header .top .right .user-control .burger-nav a.burger-click.open::after {
    background-color: #000;
}

.colorblindtheme footer .footer-wrap .footer-bottom .right .social-media ul li a {
    color: #ccc;
}

.colorblindtheme .nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.colorblindtheme .nav a:hover .caret {
    border-top-color: yellow;
    border-bottom-color: yellow;
}

.colorblindtheme .btn-group.bootstrap-select:hover {
    /*border: solid 2px yellow;*/
    border-radius: 6px;
}

.colorblindtheme .form-control-mandatory:hover {
    border: solid 2px yellow;
    border-radius: 6px;
}

.colorblindtheme .form-control:hover {
    border: solid 2px yellow;
    border-radius: 6px;
}

.colorblindtheme .alert-warning {
    background-color: #1f1c1c;
    border: solid 1px rgba(187,183,176,.2);
    color: yellow;
}
/********************************************************************* COLOR BLIND THEME: END **************************************************************/
/******************************************************************* GOLD THEME: START ***********************************************************************/
/************* APPLICATION JOUNEY: START ****************/
.goldtheme ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #7c5e24;
}

.goldtheme ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

.goldtheme ol.progtrckr li.progtrckr-current {
    color: black;
    border-bottom: 4px solid silver;
}

.goldtheme ol.progtrckr li.progtrckr-done:before {
    content: "\2714";
    color: white;
    background-color: #7c5e24;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.goldtheme ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.goldtheme ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: #7c5e24;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

/************* APPLICATION JOUNEY: END ****************/

.goldtheme .blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

@keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.goldtheme .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #7c5e24;
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}


.goldtheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #7c5e24;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.goldtheme .dash-box-icon > i {
    background: #7c5e24;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.goldtheme .dash-box {
    /*  position: relative;
    border: 1px solid #be9647;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #7c5e24;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .goldtheme .dash-box:hover {
        position: relative;
        border: 1px solid #7c5e24;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.goldtheme .popover-title {
    background-color: #7c5e24;
    border-bottom: #7c5e24;
    color: white;
}

.goldtheme .system-title {
    background-color: #fff;
    border: 1px solid #7c5e24;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #7c5e24;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.goldtheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #7c5e24 !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

.goldtheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #7c5e24 !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .goldtheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #7c5e24 !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

.goldtheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #7c5e24 !important;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .goldtheme .table-hover > tbody > tr > td > a > div:hover {
        background: rgba(247, 189, 74, 0.45);
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    }



.goldtheme .table > thead > tr > th,
.goldtheme .table > tbody > tr > th,
.goldtheme .table > tfoot > tr > th,
.goldtheme .table > thead > tr > td,
.goldtheme .table > tbody > tr > td,
.goldtheme .table > tfoot > tr > td {
    /*padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #7c5e24;
    border-left: hidden;
    border-right: hidden;
    color: black;
}


.goldtheme .gridview > td {
    /* padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #7c5e24;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.goldtheme .gridview span {
    background-color: #7c5e24;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.goldtheme .modal-header {
    background-color: #7c5e24;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #7c5e24;
}

.goldtheme .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #7c5e24;
}

.goldtheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #7c5e24;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #7c5e24;
    color: #fff;
    /*border: 2px solid #be9647*/
    border: 3px solid #fff;
}

.goldtheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #7c5e24;
    outline: none; /* Remove outline */
    background-color: #7c5e24; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    .goldtheme #btnScrollToTop:hover {
        border: 1px solid #000;
    }

.goldtheme .btn-success {
    color: #fff;
    background-color: #7c5e24;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .goldtheme .btn-success:focus {
        color: #fff;
        background-color: #7c5e24;
        font-size: 1rem; /*15px;*/
    }

    .goldtheme .btn-success:hover {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .goldtheme .btn-success:active:hover,
    .goldtheme .btn-success.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-success:hover,
    .goldtheme .btn-success:active:focus,
    .goldtheme .btn-success.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-success:focus,
    .goldtheme .btn-success:active.focus,
    .goldtheme .btn-success.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
    }

.goldtheme .btn-primary {
    color: #fff;
    background-color: #7c5e24;
    border-color: #7c5e24;
    /*font-size: 1rem;*/ /*15px;*/
}

    .goldtheme .btn-primary:focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .goldtheme .btn-primary:hover {
        /*color: #fff;
        background-color: #7c5e24;
        border-color: #000;*/
        color: #fff;
        background-color: #1b1d21;
        font-size: 1rem; /*15px;*/
    }

    .goldtheme .btn-primary:active:hover,
    .goldtheme .btn-primary.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-primary:hover,
    .goldtheme .btn-primary:active:focus,
    .goldtheme .btn-primary.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-primary:focus,
    .goldtheme .btn-primary:active.focus,
    .goldtheme .btn-primary.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
    }

.goldtheme .btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .goldtheme .btn-danger:focus {
        color: #000;
        background-color: #fff;
        border-color: #C6C6C6;
    }

    .goldtheme .btn-danger:hover {
        /* color: #000;
        background-color: #fff;
        border-color: #000;*/
        color: #fff;
        background-color: #8f8f8f;
        border-color: #8f8f8f;
    }

    .goldtheme .btn-danger:active:hover,
    .goldtheme .btn-danger.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-danger:hover,
    .goldtheme .btn-danger:active:focus,
    .goldtheme .btn-danger.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-danger:focus,
    .goldtheme .btn-danger:active.focus,
    .goldtheme .btn-danger.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.goldtheme .btn-warning {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .goldtheme .btn-warning:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .goldtheme .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


    .goldtheme .btn-warning:active:hover,
    .goldtheme .btn-warning.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-warning:hover,
    .goldtheme .btn-warning:active:focus,
    .goldtheme .btn-warning.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-warning:focus,
    .goldtheme .btn-warning:active.focus,
    .goldtheme .btn-warning.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.goldtheme .btn-activity {
    color: #7c5e24;
    border-color: #7c5e24;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 80%;
}

    .goldtheme .btn-activity:focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .goldtheme .btn-activity:hover {
        /*color: #7c5e24;*/
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        color: #fff;
        background-color: #7c5e24;
    }

    .goldtheme .btn-activity:active:hover,
    .goldtheme .btn-activity.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-activity:hover,
    .goldtheme .btn-activity:active:focus,
    .goldtheme .btn-activity.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-activity:focus,
    .goldtheme .btn-activity:active.focus,
    .goldtheme .btn-activity.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-activity.focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

.goldtheme .btn-activity-100 {
    color: #7c5e24;
    border-color: #7c5e24;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .goldtheme .btn-activity-100:focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .goldtheme .btn-activity-100:hover {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .goldtheme .btn-activity-100:active:hover,
    .goldtheme .btn-activity-100.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-activity-100:hover,
    .goldtheme .btn-activity-100:active:focus,
    .goldtheme .btn-activity-100.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-activity-100:focus,
    .goldtheme .btn-activity-100:active.focus,
    .goldtheme .btn-activity-100.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-activity-100.focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

.goldtheme .fa-angle-double-up {
    color: #7c5e24;
}

.goldtheme .form-control:focus {
    border-color: #7c5e24;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.goldtheme .bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
    border-color: #7c5e24;
}

.goldtheme .bootstrap-select > .dropdown-toggle:focus {
    background: #fff;
    border-color: #7c5e24;
}

.goldtheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #7c5e24;
    border-radius: 10px;
}

.goldtheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #7c5e24;
    border-right: 10px solid #7c5e24;
    margin: 12px;
    color: #7c5e24;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}


.goldtheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #7c5e24;
    border-right: 10px solid #7c5e24;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}



.goldtheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #7c5e24;
}

.goldtheme .panel-primary > .panel-heading .badge {
    color: #7c5e24;
    background-color: #fff;
}

.goldtheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #7c5e24;
}


.goldtheme .panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.goldtheme .panel-nocollapse {
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.goldtheme .nav-tabs > li > a,
.goldtheme .nav-tabs > li > a:hover,
.goldtheme .nav-tabs > li > a:focus {
    border: 1px solid #dee2e6;
    border: 0px;
}

    .goldtheme .nav-tabs > li > a:hover,
    .goldtheme .nav-tabs > li > a:focus {
        border: 1px solid #7c5e24;
    }

.goldtheme .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff; /* #dee2e6;*/
    color: #000;
}

.goldtheme .panel-primary > .panel-heading {
    /* color: #fff;
    background-color: #be9647;*/
    border-color: #7c5e24;
}


.goldtheme .navbar-default {
    background-color: #7c5e24;
    border-color: #7c5e24;
    border-radius: 0px;
}

    .goldtheme .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #A4833E;
        border-left: none;
    }

        .goldtheme .navbar-default .navbar-nav > li > a:hover,
        .goldtheme .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #A4833E;
        }

    .goldtheme .navbar-default .navbar-nav > .open > a,
    .goldtheme .navbar-default .navbar-nav > .open > a:hover,
    .goldtheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #A4833E;
    }

.goldtheme .nav .open > a,
.goldtheme .nav .open > a:hover,
.goldtheme .nav .open > a:focus {
    /*background-color: #A4833E;
    border-color: #A4833E;*/
    background-color: #fff;
    border-color: #fff;
}

.goldtheme .navbar-default .nav-link {
    color: #fff;
}

.goldtheme .navbar-default .navbar-nav > .active > a {
    background-color: #A4833E;
    color: #fff;
}

.goldtheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #fff; /* #be9647;*/
}

    .goldtheme .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #000 !important; /*#fff !important;*/
    }

        .goldtheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #7c5e24 !important; /* #fff !important;*/
            background-color: #fff; /* #A4833E;*/
        }

.goldtheme .nav.navbar-nav .nav-link.active {
    color: #7c5e24;
    border-bottom: solid 3px #7c5e24;
    margin-bottom: 3.5px;
}

.goldtheme .nav.nav-tabs .nav-link.active {
    background-color: #7c5e24;
    color: #fff;
}

.goldtheme .top-navbar li > a:hover {
    text-decoration: none;
    color: #7c5e24;
}

.goldtheme .top-navbar li > a:focus {
    text-decoration: none;
    color: #7c5e24;
}


.goldtheme #operator_avatar {
    background-color: #7c5e24;
}


.goldtheme .color {
    color: #7c5e24 !important;
    /**color**/
}

.goldtheme a, a:visited {
    color: #7c5e24;
}

.goldtheme .body-content-border {
    margin-top: 0px;
    /* border-color: #be9647;
    border: 1px solid #be9647;*/
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.goldtheme .footerLinks ul li a,
.goldtheme .footerLinks ul li a:visited {
    color: #7c5e24;
}

.goldtheme .footerLi > a {
    color: #7c5e24;
}


.goldtheme header .top .right .burger-nav a.burger-click {
    background-color: #7c5e24;
    color: #FFFFFF;
}

.goldtheme header .top .right .user-control .burger-nav a.burger-click {
    background-color: #7c5e24;
    color: #FFFFFF;
}

.goldtheme header .top .right .user-control ul li a:hover {
    color: #7c5e24;
}

.goldtheme header .bottom .menu-wrap .main-menu li a::after {
    background-color: #7c5e24;
}

.goldtheme header .bottom .menu-wrap .main-menu li a:active {
    color: #7c5e24;
}

.goldtheme header .bottom .menu-wrap .main-menu li a:hover {
    color: #7c5e24;
}

.goldtheme header .bottom .menu-wrap .user-info a:hover {
    color: #7c5e24;
}

.goldtheme header .bottom .menu-wrap .main-menu li a.active {
    color: #7c5e24;
}

@media screen and (max-width: 767px) {

    .goldtheme header .bottom .menu-wrap .main-menu li a {
        /*  border-bottom: solid 1px #7c5e24;*/
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        position: relative;
    }
}
@media screen and (max-width: 991px) {
    .goldtheme header .bottom .menu-wrap .main-menu li a:hover {
        background: #1B1D21;
    }

    .goldtheme header .bottom .menu-wrap .main-menu li a {
        /*border-bottom: solid 1px #7c5e24;*/
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        position: relative;
    }
}

.goldtheme footer .footer-wrap .footer-links .links h5 {
    color: #7c5e24;
}

    .goldtheme footer .footer-wrap .footer-links .links h5 a {
        color: #7c5e24;
        text-decoration: none;
    }

.goldtheme footer .footer-wrap .footer-links .links ul li a:hover {
    color: #7c5e24;
}

.goldtheme footer .footer-wrap .footer-links .support-links h5 {
    color: #7c5e24;
}


.goldtheme footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
    color: #7c5e24;
}

.goldtheme footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
    color: #7c5e24;
}

.goldtheme .dropdown-menu li a {
    line-height: 30px !important;
    color: #428bca !important;
}

.goldtheme footer .footer-wrap .footer-links .support-links .support-wrap .item a {
    color: #1B1D21;
}

.goldtheme .btn-group.bootstrap-select:hover {
    /*border: solid 2px #7c5e24;*/
    border-radius: 6px;
}

.goldtheme .form-control-mandatory:hover {
    border: solid 2px #7c5e24;
    border-radius: 6px;
}

.goldtheme .form-control:hover {
    border: solid 2px #7c5e24;
    border-radius: 6px;
}

.goldtheme .progress-bar-warning {
    background-color: #7c5e24;
}

.goldtheme .alert-warning {
    background-color: #f0e9df;
}
/********************************************************************* GOLD THEME: END **************************************************************/


/********************************************************************* MAROON THEME: START **********************************************************/


/************* APPLICATION JOUNEY: START ****************/
.maroontheme ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #C8122E;
}

.maroontheme ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

.maroontheme ol.progtrckr li.progtrckr-current {
    color: black;
    border-bottom: 4px solid silver;
}

.maroontheme ol.progtrckr li.progtrckr-done:before {
    content: "\2714";
    color: white;
    background-color: #C8122E;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.maroontheme ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.maroontheme ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: #C8122E;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


/************* APPLICATION JOUNEY: END ****************/


.maroontheme .blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeM;
    -o-animation-name: fadeM;
    -ms-animation-name: fadeM;
    -webkit-animation-name: fadeM;
    -moz-animation-name: fadeM;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

@keyframes fadeM {
    0% {
        background-color: rgb(200,18,46);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeM {
    0% {
        background-color: rgb(200,18,46);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeM {
    0% {
        background-color: rgb(200,18,46);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeM {
    0% {
        background-color: rgb(200,18,46);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeM {
    0% {
        background-color: rgb(200,18,46);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}



.maroontheme .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #C8122E;
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.maroontheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #C8122E;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.maroontheme .dash-box-icon > i {
    background: #C8122E;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.maroontheme .dash-box {
    /*position: relative;
    border: 1px solid #C8122E;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #C8122E;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .maroontheme .dash-box:hover {
        position: relative;
        border: 1px solid #C8122E;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.maroontheme .popover-title {
    background-color: #C8122E;
    border-bottom: #C8122E;
    color: white;
}

.maroontheme .system-title {
    background-color: #fff;
    border: 1px solid #C8122E;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #C8122E;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.maroontheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #C8122E !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

.maroontheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #C8122E !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .maroontheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #C8122E !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

.maroontheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #C8122E !important;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .maroontheme .table-hover > tbody > tr > td > a > div:hover {
        background: rgba(247, 189, 74, 0.45);
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    }



.maroontheme .table > thead > tr > th,
.maroontheme .table > tbody > tr > th,
.maroontheme .table > tfoot > tr > th,
.maroontheme .table > thead > tr > td,
.maroontheme .table > tbody > tr > td,
.maroontheme .table > tfoot > tr > td {
    /* padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid #C8122E;
    border-bottom: 1px solid #C8122E;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #C8122E;
    border-left: hidden;
    border-right: hidden;
    color: black;
}



.maroontheme .gridview > td {
    /* padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid #C8122E;
    border-bottom: 1px solid #C8122E;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #C8122E;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.maroontheme .gridview span {
    background-color: #C8122E;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.maroontheme .modal-header {
    background-color: #C8122E;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #C8122E;
}

.maroontheme .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #C8122E;
}

.maroontheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #C8122E;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #C8122E;
    color: #fff;
    /*border: 2px solid #C8122E*/
    border: 3px solid #fff;
}

.maroontheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #C8122E;
    outline: none; /* Remove outline */
    background-color: #C8122E; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    .maroontheme #btnScrollToTop:hover {
        border: 1px solid #000;
    }

.maroontheme .btn-success {
    color: #fff;
    background-color: #C8122E;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .maroontheme .btn-success:focus {
        color: #fff;
        background-color: #C8122E;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .maroontheme .btn-success:hover {
        color: #fff;
        background-color: #C8122E;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .maroontheme .btn-success:active:hover,
    .maroontheme .btn-success.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-success:hover,
    .maroontheme .btn-success:active:focus,
    .maroontheme .btn-success.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-success:focus,
    .maroontheme .btn-success:active.focus,
    .maroontheme .btn-success.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #C8122E;
        border-color: #000;
    }

.maroontheme .btn-primary {
    color: #fff;
    background-color: #C8122E;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .maroontheme .btn-primary:focus {
        color: #fff;
        background-color: #C8122E;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .maroontheme .btn-primary:hover {
        color: #fff;
        background-color: #3e3e3e; /* #C8122E;*/
        /*  border-color: #000;*/
        font-size: 1rem; /*15px;*/
    }

    .maroontheme .btn-primary:active:hover,
    .maroontheme .btn-primary.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-primary:hover,
    .maroontheme .btn-primary:active:focus,
    .maroontheme .btn-primary.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-primary:focus,
    .maroontheme .btn-primary:active.focus,
    .maroontheme .btn-primary.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #C8122E;
        border-color: #000;
    }

.maroontheme .btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .maroontheme .btn-danger:focus {
        color: #000;
        background-color: #fff;
        border-color: #C6C6C6;
    }

    .maroontheme .btn-danger:hover {
        /* color: #000;
        background-color: #fff;
        border-color: #000;*/
        color: #fff;
        background-color: #8f8f8f;
        border-color: #8f8f8f;
    }

    .maroontheme .btn-danger:active:hover,
    .maroontheme .btn-danger.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-danger:hover,
    .maroontheme .btn-danger:active:focus,
    .maroontheme .btn-danger.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-danger:focus,
    .maroontheme .btn-danger:active.focus,
    .maroontheme .btn-danger.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.maroontheme .btn-warning {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .maroontheme .btn-warning:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .maroontheme .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


    .maroontheme .btn-warning:active:hover,
    .maroontheme .btn-warning.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-warning:hover,
    .maroontheme .btn-warning:active:focus,
    .maroontheme .btn-warning.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-warning:focus,
    .maroontheme .btn-warning:active.focus,
    .maroontheme .btn-warning.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.maroontheme .btn-activity {
    color: #C8122E;
    border-color: #C8122E;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 80%;
}

    .maroontheme .btn-activity:focus {
        color: #C8122E;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .maroontheme .btn-activity:hover {
        /*  color: #C8122E;*/
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        color: #fff;
        background-color: #C8122E;
    }

    .maroontheme .btn-activity:active:hover,
    .maroontheme .btn-activity.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-activity:hover,
    .maroontheme .btn-activity:active:focus,
    .maroontheme .btn-activity.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-activity:focus,
    .maroontheme .btn-activity:active.focus,
    .maroontheme .btn-activity.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-activity.focus {
        color: #C8122E;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

.maroontheme .btn-activity-100 {
    color: #C8122E;
    border-color: #C8122E;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .maroontheme .btn-activity-100:focus {
        color: #C8122E;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .maroontheme .btn-activity-100:hover {
        color: #C8122E;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .maroontheme .btn-activity-100:active:hover,
    .maroontheme .btn-activity-100.active:hover,
    .maroontheme .open > .dropdown-toggle.btn-activity-100:hover,
    .maroontheme .btn-activity-100:active:focus,
    .maroontheme .btn-activity-100.active:focus,
    .maroontheme .open > .dropdown-toggle.btn-activity-100:focus,
    .maroontheme .btn-activity-100:active.focus,
    .maroontheme .btn-activity-100.active.focus,
    .maroontheme .open > .dropdown-toggle.btn-activity-100.focus {
        color: #C8122E;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

.maroontheme .fa-angle-double-up {
    color: #C8122E;
}

.maroontheme .form-control:focus {
    border-color: #C8122E;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.maroontheme .bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
    border-color: #C8122E;
}

.maroontheme .bootstrap-select > .dropdown-toggle:focus {
    background: #fff;
    border-color: #C8122E;
}

.maroontheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #C8122E;
    border-radius: 10px;
}

.maroontheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #C8122E;
    border-right: 10px solid #C8122E;
    margin: 12px;
    color: #C8122E;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}


.maroontheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #C8122E;
    border-right: 10px solid #C8122E;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}



.maroontheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #C8122E;
}

.maroontheme .panel-primary > .panel-heading .badge {
    color: #C8122E;
    background-color: #fff;
}

.maroontheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #C8122E;
}


.maroontheme .panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.maroontheme .panel-nocollapse {
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.maroontheme .nav-tabs > li > a,
.maroontheme .nav-tabs > li > a:hover,
.maroontheme .nav-tabs > li > a:focus {
    border: 1px solid #dee2e6;
    border: 0px;
}

    .maroontheme .nav-tabs > li > a:hover,
    .maroontheme .nav-tabs > li > a:focus {
        border: 1px solid #c8122e;
    }

.maroontheme .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff; /*#f0dfdf;*/
    color: #000;
}


.maroontheme .panel-primary > .panel-heading {
    /*color: #fff;
    background-color: #C8122E;*/
    border-color: #C8122E;
}


.maroontheme .navbar-default {
    background-color: #C8122E;
    border-color: #C8122E;
    border-radius: 0px;
}

    .maroontheme .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #c8122e;
        border-left: none;
    }

        .maroontheme .navbar-default .navbar-nav > li > a:hover,
        .maroontheme .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #c8122e;
        }

    .maroontheme .navbar-default .navbar-nav > .open > a,
    .maroontheme .navbar-default .navbar-nav > .open > a:hover,
    .maroontheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #c8122e;
    }

.maroontheme .nav .open > a,
.maroontheme .nav .open > a:hover,
.maroontheme .nav .open > a:focus {
    background-color: #fff; /*#A00E24;*/
    border-color: #fff; /*#A00E24;*/
}

.maroontheme .navbar-default .nav-link {
    color: #fff;
}

.maroontheme .navbar-default .navbar-nav > .active > a {
    background-color: #c8122e;
    color: #fff;
}

.maroontheme .nav.navbar-nav .nav-link.active {
    color: #c8122e;
    border-bottom: solid 3px #c8122e;
    margin-bottom: 3.5px;
}

.maroontheme .nav.nav-tabs .nav-link.active {
    background-color: #c8122e;
    color: #fff;
}

.maroontheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #fff; /*#C8122E;*/
}

    .maroontheme .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #000 !important; /*#fff !important;*/
    }

        .maroontheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #c8122e; /*#fff !important;*/
            background-color: #fff !important; /*#A00E24;*/
        }

.maroontheme .top-navbar li > a:hover {
    text-decoration: none;
    color: #C8122E;
}

.maroontheme .top-navbar li > a:focus {
    text-decoration: none;
    color: #C8122E;
}


.maroontheme #operator_avatar {
    background-color: #C8122E;
}


.maroontheme .color {
    color: #C8122E !important;
    /**color**/
}

.maroontheme a, a:visited {
    color: #C8122E;
}

.maroontheme .body-content-border {
    margin-top: 0px;
    /* border-color: #C8122E;*/
    border: 1px solid #C8122E;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.maroontheme .footerLinks ul li a,
.maroontheme .footerLinks ul li a:visited {
    color: #C8122E;
}

.maroontheme .footerLi > a {
    color: #C8122E;
}

.maroontheme header .top .right .burger-nav a.burger-click {
    background-color: #c8122e;
    color: #FFFFFF;
}

.maroontheme header .top .right .user-control .burger-nav a.burger-click {
    background-color: #c8122e;
    color: #FFFFFF;
}

.maroontheme header .top .right .user-control ul li a:hover {
    color: #c8122e;
}

.maroontheme header .bottom .menu-wrap .main-menu li a::after {
    background-color: #c8122e;
}

.maroontheme header .bottom .menu-wrap .main-menu li a:hover {
    color: #c8122e;
}

.maroontheme header .bottom .menu-wrap .user-info a:hover {
    color: #c8122e;
}

.maroontheme header .bottom .menu-wrap .main-menu li a.active {
    color: #c8122e;
}

@media screen and (max-width: 767px) {

    .maroontheme header .bottom .menu-wrap .main-menu li a {
        border-bottom: solid 1px #c8122e;
    }
}

.maroontheme footer .footer-wrap .footer-links .links h5 {
    color: #c8122e;
}

    .maroontheme footer .footer-wrap .footer-links .links h5 a {
        color: #c8122e;
        text-decoration: none;
    }

.maroontheme footer .footer-wrap .footer-links .links ul li a:hover {
    color: #c8122e;
}

.maroontheme footer .footer-wrap .footer-links .support-links h5 {
    color: #c8122e;
}


.maroontheme footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
    color: #c8122e;
}

.maroontheme footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
    color: #c8122e;
}

.maroontheme .dropdown-menu li a {
    line-height: 30px !important;
    color: #428bca !important;
}

.maroontheme footer .footer-wrap .footer-links .support-links .support-wrap .item a {
    color: #1B1D21;
}

.maroontheme .btn-group.bootstrap-select:hover {
    /*border: solid 2px #c8122e;*/
    border-radius: 6px;
}

.maroontheme .form-control-mandatory:hover {
    border: solid 2px #c8122e;
    border-radius: 6px;
}

.maroontheme .form-control:hover {
    border: solid 2px #c8122e;
    border-radius: 6px;
}

.maroontheme .progress-bar-warning {
    background-color: #c8122e;
}

.maroontheme .alert-warning {
    background-color: #f0dfdf;
    border: solid 1px rgba(181,93,93,.2);
    color: #c8122e;
}

/************* MAROON THEME: END ***********************/
/************* BLACK THEME: START ***********************/
.blacktheme ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #444;
}

.blacktheme ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

.blacktheme ol.progtrckr li.progtrckr-current {
    color: black;
    border-bottom: 4px solid silver;
}

.blacktheme ol.progtrckr li.progtrckr-done:before {
    content: "\2714";
    color: white;
    background-color: #444;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.blacktheme ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.blacktheme ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: #444;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


.blacktheme .blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeB;
    -o-animation-name: fadeB;
    -ms-animation-name: fadeB;
    -webkit-animation-name: fadeB;
    -moz-animation-name: fadeB;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

@keyframes fadeB {
    0% {
        background-color: rgb(68,68,68);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeB {
    0% {
        background-color: rgb(68,68,68);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeB {
    0% {
        background-color: rgb(68,68,68);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeB {
    0% {
        background-color: rgb(68,68,68);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeB {
    0% {
        background-color: rgb(68,68,68);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.blacktheme .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #444;
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}


.blacktheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #444;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.blacktheme .dash-box-icon > i {
    background: #444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.blacktheme .dash-box {
    /* position: relative;
    border: 1px solid #444;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #444;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .blacktheme .dash-box:hover {
        position: relative;
        border: 1px solid #444;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.blacktheme .popover-title {
    background-color: #444;
    border-bottom: #444;
    color: white;
}

.blacktheme .system-title {
    background-color: #fff;
    border: 1px solid #444;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #444;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.blacktheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #444 !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

.blacktheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #444 !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .blacktheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #444 !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

.blacktheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #444 !important;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .blacktheme .table-hover > tbody > tr > td > a > div:hover {
        background: rgba(247, 189, 74, 0.45);
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    }



.blacktheme .table > thead > tr > th,
.blacktheme .table > tbody > tr > th,
.blacktheme .table > tfoot > tr > th,
.blacktheme .table > thead > tr > td,
.blacktheme .table > tbody > tr > td,
.blacktheme .table > tfoot > tr > td {
    /* padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #444;
    border-left: hidden;
    border-right: hidden;
    color: black;
}


.blacktheme .gridview > td {
    /*  padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #444;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.blacktheme .gridview span {
    background-color: #444;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.blacktheme .modal-header {
    background-color: #444;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #444;
}

.blacktheme .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #444;
}

.blacktheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #444;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #444;
    color: #fff;
    /*border: 2px solid #444*/
    border: 3px solid #fff;
}

.blacktheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #444;
    outline: none; /* Remove outline */
    background-color: #444; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    .blacktheme #btnScrollToTop:hover {
        border: 1px solid #000;
    }

.blacktheme .btn-success {
    color: #fff;
    background-color: #444;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .blacktheme .btn-success:focus {
        color: #fff;
        background-color: #444;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .blacktheme .btn-success:hover {
        color: #fff;
        background-color: #444;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .blacktheme .btn-success:active:hover,
    .blacktheme .btn-success.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-success:hover,
    .blacktheme .btn-success:active:focus,
    .blacktheme .btn-success.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-success:focus,
    .blacktheme .btn-success:active.focus,
    .blacktheme .btn-success.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #444;
        border-color: #000;
    }

.blacktheme .btn-primary {
    color: #fff;
    background-color: #444;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .blacktheme .btn-primary:focus {
        color: #fff;
        background-color: #444;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .blacktheme .btn-primary:hover {
        color: #fff;
        background-color: #444;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .blacktheme .btn-primary:active:hover,
    .blacktheme .btn-primary.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-primary:hover,
    .blacktheme .btn-primary:active:focus,
    .blacktheme .btn-primary.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-primary:focus,
    .blacktheme .btn-primary:active.focus,
    .blacktheme .btn-primary.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #444;
        border-color: #000;
    }

.blacktheme .btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .blacktheme .btn-danger:focus {
        color: #000;
        background-color: #fff;
        border-color: #C6C6C6;
    }

    .blacktheme .btn-danger:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .blacktheme .btn-danger:active:hover,
    .blacktheme .btn-danger.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-danger:hover,
    .blacktheme .btn-danger:active:focus,
    .blacktheme .btn-danger.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-danger:focus,
    .blacktheme .btn-danger:active.focus,
    .blacktheme .btn-danger.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.blacktheme .btn-warning {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .blacktheme .btn-warning:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .blacktheme .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


    .blacktheme .btn-warning:active:hover,
    .blacktheme .btn-warning.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-warning:hover,
    .blacktheme .btn-warning:active:focus,
    .blacktheme .btn-warning.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-warning:focus,
    .blacktheme .btn-warning:active.focus,
    .blacktheme .btn-warning.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.blacktheme .btn-activity {
    color: #444;
    border-color: #444;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 80%;
}

    .blacktheme .btn-activity:focus {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .blacktheme .btn-activity:hover {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .blacktheme .btn-activity:active:hover,
    .blacktheme .btn-activity.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-activity:hover,
    .blacktheme .btn-activity:active:focus,
    .blacktheme .btn-activity.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-activity:focus,
    .blacktheme .btn-activity:active.focus,
    .blacktheme .btn-activity.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-activity.focus {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

.blacktheme .btn-activity-100 {
    color: #444;
    border-color: #444;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .blacktheme .btn-activity-100:focus {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .blacktheme .btn-activity-100:hover {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .blacktheme .btn-activity-100:active:hover,
    .blacktheme .btn-activity-100.active:hover,
    .blacktheme .open > .dropdown-toggle.btn-activity-100:hover,
    .blacktheme .btn-activity-100:active:focus,
    .blacktheme .btn-activity-100.active:focus,
    .blacktheme .open > .dropdown-toggle.btn-activity-100:focus,
    .blacktheme .btn-activity-100:active.focus,
    .blacktheme .btn-activity-100.active.focus,
    .blacktheme .open > .dropdown-toggle.btn-activity-100.focus {
        color: #444;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

.blacktheme .fa-angle-double-up {
    color: #444;
}

.blacktheme .form-control:focus {
    border-color: #444;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.blacktheme .bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
    border-color: #444;
}

.blacktheme .bootstrap-select > .dropdown-toggle:focus {
    background: #fff;
    border-color: #444;
}

.blacktheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #444;
    border-radius: 10px;
}

.blacktheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #444;
    border-right: 10px solid #444;
    margin: 12px;
    color: #444;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

.blacktheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #444;
    border-right: 10px solid #444;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}




.blacktheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #444;
}

.blacktheme .panel-primary > .panel-heading .badge {
    color: #444;
    background-color: #fff;
}

.blacktheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #444;
}


.blacktheme .panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.blacktheme .panel-nocollapse {
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    /* border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.blacktheme .nav-tabs > li > a,
.blacktheme .nav-tabs > li > a:hover,
.blacktheme .nav-tabs > li > a:focus {
    border: 1px solid #dee2e6;
    border: 0px;
}

    .blacktheme .nav-tabs > li > a:hover,
    .blacktheme .nav-tabs > li > a:focus {
        border: 1px solid #444;
    }

.blacktheme .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff; /*#494949;*/
    color: black;
}



.blacktheme .panel-primary > .panel-heading {
    /*color: #fff;
    background-color: #444;*/
    border-color: #444;
}


.blacktheme .navbar-default {
    background-color: #444;
    border-color: #444;
    border-radius: 0px;
}

    .blacktheme .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #000;
        border-left: none;
    }

        .blacktheme .navbar-default .navbar-nav > li > a:hover,
        .blacktheme .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #000;
        }

    .blacktheme .navbar-default .navbar-nav > .open > a,
    .blacktheme .navbar-default .navbar-nav > .open > a:hover,
    .blacktheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #000;
    }

.blacktheme .nav .open > a,
.blacktheme .nav .open > a:hover,
.blacktheme .nav .open > a:focus {
    background-color: #000;
    border-color: #000;
}

.blacktheme .navbar-default .nav-link {
    color: #fff;
}

.blacktheme .navbar-default .navbar-nav > .active > a {
    background-color: #000;
    color: #fff;
}

.blacktheme .nav.navbar-nav .nav-link.active {
    color: #000;
    border-bottom: solid 3px #000;
    margin-bottom: 3.5px;
}

.blacktheme .nav.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

.blacktheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #444;
}

    .blacktheme .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #fff !important;
    }

        .blacktheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #fff !important;
            background-color: #000;
        }

.blacktheme .top-navbar li > a:hover {
    text-decoration: none;
    color: #444;
}

.blacktheme .top-navbar li > a:focus {
    text-decoration: none;
    color: #444;
}



.blacktheme #operator_avatar {
    background-color: #444;
}


.blacktheme .color {
    color: #444 !important;
    /**color**/
}

.blacktheme a, a:visited {
    color: #444;
}

.blacktheme .body-content-border {
    margin-top: 0px;
    /* border-color: #444;
    border: 1px solid #444;*/
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blacktheme .footerLinks ul li a, a:visited {
    color: #444;
}

.blacktheme .footerLi > a {
    color: #444;
}


.blacktheme header .top .right .burger-nav a.burger-click {
    background-color: #444;
    color: #FFFFFF;
}

.blacktheme header .top .right .user-control .burger-nav a.burger-click {
    background-color: #444;
    color: #FFFFFF;
}

.blacktheme header .top .right .user-control ul li a:hover {
    color: #444;
}

.blacktheme header .bottom .menu-wrap .main-menu li a::after {
    background-color: #444;
}

.blacktheme header .bottom .menu-wrap .main-menu li a:hover {
    color: #444;
}

.blacktheme header .bottom .menu-wrap .user-info a:hover {
    color: #444;
}

.blacktheme header .bottom .menu-wrap .main-menu li a.active {
    color: #444;
}

@media screen and (max-width: 767px) {

    .blacktheme header .bottom .menu-wrap .main-menu li a {
        border-bottom: solid 1px #444;
    }
}

.blacktheme footer .footer-wrap .footer-links .links h5 {
    color: #444;
}

    .blacktheme footer .footer-wrap .footer-links .links h5 a {
        color: #444;
        text-decoration: none;
    }

.blacktheme footer .footer-wrap .footer-links .links ul li a:hover {
    color: #444;
}

.blacktheme footer .footer-wrap .footer-links .support-links h5 {
    color: #444;
}


.blacktheme footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
    color: #444;
}

.blacktheme footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
    color: #444;
}

.blacktheme .dropdown-menu li a {
    line-height: 30px !important;
    color: #428bca !important;
}

.blacktheme footer .footer-wrap .footer-links .support-links .support-wrap .item a {
    color: #1B1D21;
}

.blacktheme .btn-group.bootstrap-select:hover {
    /*border: solid 2px #444;*/
    border-radius: 6px;
}

.blacktheme .form-control-mandatory:hover {
    border: solid 2px #444;
    border-radius: 6px;
}

.blacktheme .form-control:hover {
    border: solid 2px #444;
    border-radius: 6px;
}

.blacktheme .alert-warning {
    background-color: #428bca;
    color: #444;
}
/************* BLACK THEME: END ***********************/


/************* GREEN THEME: START ***********************/

.greentheme ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #00843D;
}

.greentheme ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

.greentheme ol.progtrckr li.progtrckr-current {
    color: black;
    border-bottom: 4px solid silver;
}


.greentheme ol.progtrckr li.progtrckr-done:before {
    content: "\2714";
    color: white;
    background-color: #00843D;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.greentheme ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.greentheme ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: #00843D;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}



.greentheme .blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeGR;
    -o-animation-name: fadeGR;
    -ms-animation-name: fadeGR;
    -webkit-animation-name: fadeGR;
    -moz-animation-name: fadeGR;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

@keyframes fadeGR {
    0% {
        background-color: rgb(0,132,61);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeGR {
    0% {
        background-color: rgb(0,132,61);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeGR {
    0% {
        background-color: rgb(0,132,61);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeGR {
    0% {
        background-color: rgb(0,132,61);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeGR {
    0% {
        background-color: rgb(0,132,61);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

.greentheme .dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #00843D;
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.greentheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #00843D;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.greentheme .dash-box-icon > i {
    background: #00843D;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.greentheme .dash-box {
    /*position: relative;
    border: 1px solid #00843D;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #00843D;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .greentheme .dash-box:hover {
        position: relative;
        border: 1px solid #00843D;
        background: #f3faf4; /*rgba(190, 150, 71, .1);*/
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.greentheme .popover-title {
    background-color: #00843D;
    border-bottom: #00843D;
    color: white;
}

.greentheme .system-title {
    background-color: #fff;
    border: 1px solid #00843D;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #00843D;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.greentheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #00843D !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

.greentheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #00843D !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .greentheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #00843D !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

.greentheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #00843D !important;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .greentheme .table-hover > tbody > tr > td > a > div:hover {
        background: rgba(247, 189, 74, 0.45);
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    }

.greentheme .table > thead > tr > th,
.greentheme .table > tbody > tr > th,
.greentheme .table > tfoot > tr > th,
.greentheme .table > thead > tr > td,
.greentheme .table > tbody > tr > td,
.greentheme .table > tfoot > tr > td {
    /* padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid #00843D;
    border-bottom: 1px solid #00843D;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #00843D;
    border-left: hidden;
    border-right: hidden;
    color: black;
}


.greentheme .gridview > td {
    /*  padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid #00843D;
    border-bottom: 1px solid #00843D;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #00843D;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.greentheme .gridview span {
    background-color: #00843D;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.greentheme .modal-header {
    background-color: #00843D;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #00843D;
}

.greentheme .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #00843D;
}

.greentheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #00843D;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #00843D;
    color: #fff;
    /*border: 2px solid #00843D*/
    border: 3px solid #fff;
}

.greentheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 1px solid #00843D;
    outline: none; /* Remove outline */
    background-color: #00843D; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

    .greentheme #btnScrollToTop:hover {
        border: 1px solid #000;
    }

.greentheme .btn-success {
    color: #fff;
    background-color: #00843D;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .greentheme .btn-success:focus {
        color: #fff;
        background-color: #00843D;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .greentheme .btn-success:hover {
        color: #fff;
        background-color: #00843D;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .greentheme .btn-success:active:hover,
    .greentheme .btn-success.active:hover,
    .greentheme .open > .dropdown-toggle.btn-success:hover,
    .greentheme .btn-success:active:focus,
    .greentheme .btn-success.active:focus,
    .greentheme .open > .dropdown-toggle.btn-success:focus,
    .greentheme .btn-success:active.focus,
    .greentheme .btn-success.active.focus,
    .greentheme .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #00843D;
        border-color: #000;
    }

.greentheme .btn-primary {
    color: #fff;
    background-color: #00843D;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .greentheme .btn-primary:focus {
        color: #fff;
        background-color: #00843D;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .greentheme .btn-primary:hover {
        color: #fff;
        background-color: #3e3e3e; /*#00843D;*/
        /* border-color: #000;*/
        font-size: 1rem; /*15px;*/
    }

    .greentheme .btn-primary:active:hover,
    .greentheme .btn-primary.active:hover,
    .greentheme .open > .dropdown-toggle.btn-primary:hover,
    .greentheme .btn-primary:active:focus,
    .greentheme .btn-primary.active:focus,
    .greentheme .open > .dropdown-toggle.btn-primary:focus,
    .greentheme .btn-primary:active.focus,
    .greentheme .btn-primary.active.focus,
    .greentheme .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #00843D;
        border-color: #000;
    }

.greentheme .btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .greentheme .btn-danger:focus {
        color: #000;
        background-color: #fff;
        border-color: #C6C6C6;
    }

    .greentheme .btn-danger:hover {
        /*color: #000;
        background-color: #fff;
        border-color: #000;*/
        color: #fff;
        background-color: #8f8f8f;
        border-color: #8f8f8f;
    }

    .greentheme .btn-danger:active:hover,
    .greentheme .btn-danger.active:hover,
    .greentheme .open > .dropdown-toggle.btn-danger:hover,
    .greentheme .btn-danger:active:focus,
    .greentheme .btn-danger.active:focus,
    .greentheme .open > .dropdown-toggle.btn-danger:focus,
    .greentheme .btn-danger:active.focus,
    .greentheme .btn-danger.active.focus,
    .greentheme .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.greentheme .btn-warning {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .greentheme .btn-warning:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .greentheme .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


    .greentheme .btn-warning:active:hover,
    .greentheme .btn-warning.active:hover,
    .greentheme .open > .dropdown-toggle.btn-warning:hover,
    .greentheme .btn-warning:active:focus,
    .greentheme .btn-warning.active:focus,
    .greentheme .open > .dropdown-toggle.btn-warning:focus,
    .greentheme .btn-warning:active.focus,
    .greentheme .btn-warning.active.focus,
    .greentheme .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.greentheme .btn-activity {
    color: #00843D;
    border-color: #00843D;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 80%;
}

    .greentheme .btn-activity:focus {
        color: #00843D;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .greentheme .btn-activity:hover {
        /*color: #00843D;*/
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
        color: #fff;
        background-color: #00843D;
    }

    .greentheme .btn-activity:active:hover,
    .greentheme .btn-activity.active:hover,
    .greentheme .open > .dropdown-toggle.btn-activity:hover,
    .greentheme .btn-activity:active:focus,
    .greentheme .btn-activity.active:focus,
    .greentheme .open > .dropdown-toggle.btn-activity:focus,
    .greentheme .btn-activity:active.focus,
    .greentheme .btn-activity.active.focus,
    .greentheme .open > .dropdown-toggle.btn-activity.focus {
        color: #00843D;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

.greentheme .btn-activity-100 {
    color: #00843D;
    border-color: #00843D;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .greentheme .btn-activity-100:focus {
        color: #00843D;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .greentheme .btn-activity-100:hover {
        color: #00843D;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .greentheme .btn-activity-100:active:hover,
    .greentheme .btn-activity-100.active:hover,
    .greentheme .open > .dropdown-toggle.btn-activity-100:hover,
    .greentheme .btn-activity-100:active:focus,
    .greentheme .btn-activity-100.active:focus,
    .greentheme .open > .dropdown-toggle.btn-activity-100:focus,
    .greentheme .btn-activity-100:active.focus,
    .greentheme .btn-activity-100.active.focus,
    .greentheme .open > .dropdown-toggle.btn-activity-100.focus {
        color: #00843D;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

.greentheme .fa-angle-double-up {
    color: #00843D;
}

.greentheme .form-control:focus {
    border-color: #00843D;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.greentheme .bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
    border-color: #00843D;
}

.greentheme .bootstrap-select > .dropdown-toggle:focus {
    background: #fff;
    border-color: #00843D;
}

.greentheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #00843D;
    border-radius: 10px;
}

.greentheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #00843D;
    border-right: 10px solid #00843D;
    margin: 12px;
    color: #00843D;
    font-weight: bold;
    box-shadow: 2px 0px 8px 0 rgba(0,0,0,0.2);
}

.greentheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #00843D;
    border-right: 10px solid #00843D;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 2px 0px 8px 0 rgba(0,0,0,0.2);
}



.greentheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00843D;
}

.greentheme .panel-primary > .panel-heading .badge {
    color: #00843D;
    background-color: #fff;
}

.greentheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00843D;
}


.greentheme .panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.greentheme .panel-nocollapse {
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.greentheme .nav-tabs > li > a,
.greentheme .nav-tabs > li > a:hover,
.greentheme .nav-tabs > li > a:focus {
    border: 1px solid #dee2e6;
    border: 0px;
}

    .greentheme .nav-tabs > li > a:hover,
    .greentheme .nav-tabs > li > a:focus {
        border: 1px solid #00843D;
    }

.greentheme .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff; /* #dff0df;*/
    color: #000;
}

.greentheme .panel-primary > .panel-heading {
    /* color: #fff;
    background-color: #00843D;*/
    border-color: #00843D;
}


.greentheme .navbar-default {
    background-color: #00843D;
    border-color: #00843D;
    border-radius: 0px;
}

    .greentheme .navbar-default .navbar-nav > li > a {
        border-right: 1px solid #006930;
        border-left: none;
    }

        .greentheme .navbar-default .navbar-nav > li > a:hover,
        .greentheme .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #006930;
        }

    .greentheme .navbar-default .navbar-nav > .open > a,
    .greentheme .navbar-default .navbar-nav > .open > a:hover,
    .greentheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #006930;
    }

.greentheme .nav .open > a,
.greentheme .nav .open > a:hover,
.greentheme .nav .open > a:focus {
    background-color: #fff; /*#006930;*/
    border-color: #fff; /*#006930;*/
}

.greentheme .navbar-default .nav-link {
    color: #fff;
}

.greentheme .navbar-default .navbar-nav > .active > a {
    background-color: #006930;
    color: #fff;
}

.greentheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #fff; /*#00843D;*/
}

    .greentheme .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #000 !important; /*#fff !important;*/
    }

        .greentheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #006930; /*#fff !important;*/
            background-color: #fff !important; /*#006930;*/
        }

.greentheme .top-navbar li > a:hover {
    text-decoration: none;
    color: #00843D;
}

.greentheme .top-navbar li > a:focus {
    text-decoration: none;
    color: #00843D;
}


.greentheme #operator_avatar {
    background-color: #00843D;
}


.greentheme .color {
    color: #00843D !important;
    /**color**/
}

.greentheme a, a:visited {
    color: #00843D;
}

.greentheme .body-content-border {
    margin-top: 0px;
    /* border-color: #00843D;
    border: 1px solid #00843D;*/
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.greentheme .footerLinks ul li a, a:visited {
    color: #00843D;
}

.greentheme .footerLi > a {
    color: #00843D;
}

.greentheme header .top .right .burger-nav a.burger-click {
    background-color: #00843D;
    color: #FFFFFF;
}

.greentheme header .top .right .user-control .burger-nav a.burger-click {
    background-color: #00843D;
    color: #FFFFFF;
}

.greentheme header .top .right .user-control ul li a:hover {
    color: #00843D;
}

.greentheme header .bottom .menu-wrap .main-menu li a::after {
    background-color: #00843D;
}

.greentheme header .bottom .menu-wrap .main-menu li a:hover {
    color: #00843D;
}

.greentheme header .bottom .menu-wrap .user-info a:hover {
    color: #00843D;
}

.greentheme header .bottom .menu-wrap .main-menu li a.active {
    color: #00843D;
}

@media screen and (max-width: 767px) {

    .greentheme header .bottom .menu-wrap .main-menu li a {
        border-bottom: solid 1px #00843D;
    }
}

.greentheme footer .footer-wrap .footer-links .links h5 {
    color: #00843D;
}

    .greentheme footer .footer-wrap .footer-links .links h5 a {
        color: #00843D;
        text-decoration: none;
    }

.greentheme footer .footer-wrap .footer-links .links ul li a:hover {
    color: #00843D;
}

.greentheme footer .footer-wrap .footer-links .support-links h5 {
    color: #00843D;
}


.greentheme footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
    color: #00843D;
}

.greentheme footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
    color: #00843D;
}

.greentheme .dropdown-menu li a {
    line-height: 30px !important;
    color: #428bca !important;
}

.greentheme footer .footer-wrap .footer-links .support-links .support-wrap .item a {
    color: #1B1D21;
}

.greentheme .btn-group.bootstrap-select:hover {
    /*border: solid 2px #00843D;*/
    border-radius: 6px;
}

.greentheme .form-control-mandatory:hover {
    border: solid 2px #00843D;
    border-radius: 6px;
}

.greentheme .form-control:hover {
    border: solid 2px #00843D;
    border-radius: 6px;
}

.greentheme .progress-bar-warning {
    background-color: #00843d;
}

.greentheme .alert-warning {
    background-color: #dff0df;
    color: #00843d;
}
/************* GREEN THEME: END ***********************/


/**************************************************************************** COLOR THEMES: END *********************************************************************************/

/***************** GENERAL: START ********************/
/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
/*@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
    src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}*/
@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Bold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.svg#NotoKufiArabic-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Black.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Black.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Black.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Black.svg#NotoKufiArabic-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.svg#NotoKufiArabic-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Regular.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Regular.svg#NotoKufiArabic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.svg#NotoKufiArabic-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Light.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Light.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Light.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Light.svg#NotoKufiArabic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Medium.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Medium.svg#NotoKufiArabic-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Thin.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Thin.svg#NotoKufiArabic-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.color {
    color: #7c5e24 !important;
    /**color**/
}

a, a:visited {
    color: #7c5e24;
}

body {
    font-family: "Noto Kufi Arabic";
    padding-top: 0px !important;
}

.container-fluid {
    margin-top: 5px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content-border {
    margin-top: 0px;
    /*border-color: #be9647;
    border: 1px solid #be9647;*/
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.body-content {
    margin-top: 10px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}


/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}


.page-title {
    /*background-color: rgba(190, 150, 71, .1);*/
    padding-right: 5px;
    line-height: 35px;
    /*border-bottom: 1px solid #be9647;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

    .page-title > a, .page-title > a:visited, .page-title > a:hover, .page-title > a:focus {
        text-decoration: none;
        cursor: default;
    }

        .page-title > a > h1, .page-title > a > h2, .page-title > a > h3, .page-title > a > h4 {
            margin-top: 10px;
            margin-bottom: 5px;
        }


.page-heading {
    margin-left: 5px;
    margin-right: 5px;
    font-size: large;
    font-weight: 600;
}


.row {
    margin-top: 10px;
}

.clickable {
    cursor: pointer;
}

.tab-content {
    padding-left: 10px;
    padding-right: 10px;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.statisticsList {
    padding-left: 5px !important;
    margin-top: -50px !important;
}

    .statisticsList li {
        display: inline;
    }

#operator_avatar {
    background-color: #7c5e24;
}

#operator_avatar {
    float: right;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: .3em solid #fff;
    box-sizing: content-box;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
    transition: background-color .2s ease-in-out .2s;
    -webkit-transition: background-color .2s ease-in-out .2s;
    -o-transition: background-color .2s ease-in-out .2s;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'livechat-modern' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-leavemessage {
    line-height: 4.5em !important;
}


/***************** GENERAL: END ********************/


/*************** MAIN NAV BAR: START ****************/


.navbar {
    margin-bottom: 0px !important;
    min-height: 35px !important;
}


.navbar-default {
    background-color: #7c5e24;
    border-color: #7c5e24;
    border-radius: 0px;
}


.navbar-nav > li > a {
    line-height: 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    border-right: none;
    border-left: 1px solid #A4833E;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #A4833E;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #A4833E;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #A4833E;
    border-color: #A4833E;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #7c5e24;
}

    .navbar-nav > li > .dropdown-menu li a {
        line-height: 30px !important;
        color: #fff !important;
    }

        .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            /* color: #fff !important;*/
            background-color: #A4833E;
        }


.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}


/*************** MAIN NAV BAR: END ****************/


/************ PANELS: START ****************/
.panel-secondary {
    /*border-color: #be9647;*/
}

    .panel-secondary > .panel-heading {
        color: #fff;
        background-color: white;
        /*border-color: #be9647;*/
    }

.panel-secondary {
    /*border-color: #be9647;*/
}

    .panel-secondary > .panel-heading {
        color: #7c5e24;
        background-color: white;
        /*border-color: #be9647;*/
    }

        .panel-secondary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-secondary > .panel-heading .badge {
            color: #7c5e24;
            background-color: #fff;
        }

    .panel-secondary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-primary {
    /*border-color: #be9647;*/
}

    .panel-primary > .panel-heading {
        /* color: #fff;
        background-color: #be9647;
        border-color: #be9647;*/
        color: #000;
        background-color: #FFF;
    }

.panel-primary {
    /*border-color: #be9647;*/
}



    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #7c5e24;
    }

    .panel-primary > .panel-heading .badge {
        color: #7c5e24;
        background-color: #fff;
    }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #7c5e24;
    }

.panel-heading span {
    margin-top: -20px;
    font-size: .95rem; /*15px;*/
}

.panel {
    margin-bottom: 30px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    /*box-shadow: -3px 3px 8px 4px rgba(0,0,0,0.2)*/
    /*transition: box-shadow 0.3s, top 0.3s;*/
    /*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}

.panel-body {
    padding: 5px !important;
}

.panel-heading {
    padding: 10px 10px;
    border-bottom: 2px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-body-nocollapse {
    padding: 5px;
}

.panel-nocollapse {
    margin-bottom: 10px;
    background-color: #fff;
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);*/
}

.panel-primary {
    /*border-color: #be9647;*/
}

    .panel-primary > .panel-heading {
        /* color: #fff;
        background-color: #be9647;
        border-color: #be9647;*/
        color: #000;
        background-color: #FFF;
    }


/************ PANELS: END ****************/


/**************** LIST GROUP AND BADGES: START *****************/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #7c5e24;
    border-radius: 10px;
}

.list-group > a {
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #7c5e24;
    border-right: 10px solid #7c5e24;
    margin: 12px;
    color: #7c5e24;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

    .list-group-item:hover {
        box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2);
        cursor: pointer;
    }

    .list-group-item > .badge {
        float: left;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #7c5e24;
    border-left: 10px solid #7c5e24;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

    .list-group-item-lite:hover {
        box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2);
        cursor: pointer;
    }

    .list-group-item-lite > .badge {
        float: left;
    }

    .list-group-item-lite:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item-lite:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
/**************** LIST GROUP AND BADGES: END *****************/


/**************** MAIN FOOTER: START **************************/

.footerLinks {
    padding: 10px 20px;
    color: #333;
    font-size: .8em;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
}

.footer ul {
    list-style: none;
    margin-bottom: 0;
}

.footerLinks ul li {
    display: inline-block;
    font-size: small;
}

    .footerLinks ul li:after {
        content: "|";
    }

    .footerLinks ul li:last-child:after {
        content: "";
    }

    .footerLinks ul li a {
        font-family: 'Droid Arabic Kufi', sans-serif !important;
        font-size: 12px;
        margin-left: 4px;
        margin-right: 4px;
    }


#foo {
    transition: all 0.3s ease-in-out;
}

#foo {
    position: fixed;
    left: 1px;
    top: 50%;
    z-index: 999;
}

.sprite.safari {
    background-position: -163px -2px;
    width: 19px;
}

.sprite.ie {
    background-position: -140px -2px;
    width: 19px;
}

.sprite.chrome {
    background-position: -2px -2px;
    width: 19px;
}

.sprite.firefox {
    background-position: -25px -2px;
    width: 19px;
}

.sprite {
    background: url(../Images/FooterSprite.png) no-repeat top left;
    width: 21px;
    height: 19px;
    display: -webkit-inline-box;
    display: inline-block;
}


    .sprite.Adobe {
        background-position: -70px -2px;
        height: 19px;
    }

    .sprite.html5 {
        background-position: -47px -2px;
        height: 19px;
    }

    .sprite.Java {
        background-position: -93px -2px;
        height: 19px;
    }

    .sprite.Windows {
        background-position: -116px -2px;
        height: 19px;
    }



/**************** MAIN FOOTER: END **************************/


/**************** FORM CONTROLS: START **********************/
input[type="checkbox"] {
    margin-right: 5px;
}

span.form-control {
    height: 100%;
}

.form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: text;
}

.form-control[readonly], .form-control[disabled] {
    background-color: #f5f5f5;
    opacity: 1;
}


.form-control:focus {
    border-color: #7c5e24;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    color: black;
    opacity: 1;
}

.button-right-align {
    padding: 15px;
    text-align: left;
}

.txt-right-align {
    text-align: left;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}


.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }


/**************** FORM CONTROLS: END **********************/


/***************************** BUTTONS: START *****************************/

.btnOfficerNotes {
    position: fixed;
    bottom: 235px;
    left: 5px;
    cursor: pointer;
    transition: ease-in-out 0.4s;
    border-radius: 10px !important;
    opacity: 0.7;
}

    .btnOfficerNotes:hover {
        font-size: x-large;
        opacity: 1;
        border: none;
    }

    .btnOfficerNotes:active:focus {
        border: none;
    }

.btnApplicationLogs {
    position: fixed;
    bottom: 165px;
    left: 5px;
    cursor: pointer;
    transition: ease-in-out 0.4s;
    border-radius: 10px !important;
    opacity: 0.7;
}

    .btnApplicationLogs:hover {
        font-size: xx-large;
        opacity: 1;
        border: none;
    }

    .btnApplicationLogs:active:focus {
        border: none;
    }

.btnApplicationMessages {
    position: fixed;
    bottom: 95px;
    left: 5px;
    cursor: pointer;
    transition: ease-in-out 0.4s;
    border-radius: 10px !important;
    opacity: 0.7;
}

    .btnApplicationMessages:hover {
        font-size: xx-large;
        opacity: 1;
        border: none;
    }

    .btnApplicationMessages:active:focus {
        border: none;
    }

#btnsend {
    position: fixed;
    bottom: 25px;
    left: 5px;
    cursor: pointer;
    transition: ease-in-out 0.4s;
    border-radius: 10px;
    opacity: 0.8;
}

    #btnsend:hover {
        font-size: large;
        opacity: 1;
        border: none;
    }

    #btnsend:active:focus {
        border: none;
    }


.fa-angle-double-up {
    color: #7c5e24;
}

.btn-group-vertical {
    text-align: -webkit-center;
}

    .btn-group-vertical > .btn {
        max-width: 50% !important;
    }


.btn-success {
    color: #fff;
    background-color: #7c5e24;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .btn-success:focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .btn-success:hover {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .btn-success:active:hover,
    .btn-success.active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
    }

.btn-primary {
    color: #fff;
    background-color: #7c5e24;
    border-color: #C6C6C6;
    font-size: 1rem; /*15px;*/
}

    .btn-primary:focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
        font-size: 1rem; /*15px;*/
    }

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        background-color: #7c5e24;
        border-color: #000;
    }

.btn-danger {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .btn-danger:focus {
        color: #000;
        background-color: #fff;
        border-color: #C6C6C6;
    }

    .btn-danger:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .btn-danger:active:hover,
    .btn-danger.active:hover,
    .open > .dropdown-toggle.btn-danger:hover,
    .btn-danger:active:focus,
    .btn-danger.active:focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .btn-danger:active.focus,
    .btn-danger.active.focus,
    .open > .dropdown-toggle.btn-danger.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


.btn-warning {
    color: #000;
    background-color: #fff;
    border-color: #C6C6C6;
}

    .btn-warning:focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

    .btn-warning:hover {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }


    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .open > .dropdown-toggle.btn-warning:hover,
    .btn-warning:active:focus,
    .btn-warning.active:focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .btn-warning:active.focus,
    .btn-warning.active.focus,
    .open > .dropdown-toggle.btn-warning.focus {
        color: #000;
        background-color: #fff;
        border-color: #000;
    }

.btn {
    line-height: 1.75;
    border-radius: 3px;
}


.btn-activity {
    color: #7c5e24;
    border-color: #7c5e24;
    padding: 2px 8px !important;
    line-height: 1.4333;
    border-radius: 3px;
}

    .btn-activity:focus {
        color: #7c5e24;
        border-color: #000;
        padding: 2px 8px !important;
        line-height: 1.4333;
        border-radius: 3px;
        width: 80%;
    }

    .btn-activity:hover {
        color: #7c5e24;
        border-color: #000;
        padding: 2px 8px !important;
        line-height: 1.4333;
        border-radius: 3px;
        width: 80%;
    }

    .btn-activity:active:hover,
    .btn-activity.active:hover,
    .open > .dropdown-toggle.btn-activity:hover,
    .btn-activity:active:focus,
    .btn-activity.active:focus,
    .open > .dropdown-toggle.btn-activity:focus,
    .btn-activity:active.focus,
    .btn-activity.active.focus,
    .open > .dropdown-toggle.btn-activity.focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }


.btn-activity-100 {
    color: #7c5e24;
    border-color: #7c5e24;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .btn-activity-100:focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .btn-activity-100:hover {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .btn-activity-100:active:hover,
    .btn-activity-100.active:hover,
    .open > .dropdown-toggle.btn-activity-100:hover,
    .btn-activity-100:active:focus,
    .btn-activity-100.active:focus,
    .open > .dropdown-toggle.btn-activity-100:focus,
    .btn-activity-100:active.focus,
    .btn-activity-100.active.focus,
    .open > .dropdown-toggle.btn-activity-100.focus {
        color: #7c5e24;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }


.btn-group-lg > .btn {
    padding: 10px 16px;
    margin: 3px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px !important;
}

.btn-group > .btn {
    margin: 1px !important;
    border-radius: 6px !important;
}

.btn-group-md > .btn {
    padding: 10px 16px;
    margin: 2px;
    font-size: 1rem; /*15px;*/
    line-height: 1.3333333;
    border-radius: 6px !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 !important;
}

.btn-group > .btn:first-child {
    margin-left: 0 !important;
}


.send {
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 20px 6px 0 !important;
    border-radius: 50px !important;
    border: none;
}

    .send:after {
        content: "\f100";
        left: -7px;
        right: auto;
    }

    .send:after {
        content: "\f101";
        font: normal normal normal 14px/1 FontAwesome;
        position: relative;
        border-radius: 50px;
        padding: 9px 12px;
        right: -7px;
        top: 1px;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        -ms-transition: all .6s;
        -khtml-transition: all .6s;
        transition: all .6s;
    }


/*Floating Action Button  - START*/
.zoom {
    position: fixed;
    bottom: 250px;
    left: 3px;
    height: 70px;
    right: unset;
}

.zoom1 {
    position: fixed;
    bottom: 320px;
    left: 3px;
    height: 70px;
    right: unset;
}

.zoom2 {
    position: fixed;
    bottom: 390px;
    left: 3px;
    height: 70px;
    right: unset;
}

.zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #7c5e24;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    background: #7c5e24;
    color: #fff;
    /*border: 2px solid #be9647*/
    border: 3px solid #fff;
}

.zoom-btn-large {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
/*Floating Action Button  - END*/



/**************************** BUTTONS: END **************************************/


/******************* MODAL DIALOG: START ***********************/
.modal-dialog-centered {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.modal-header {
    background-color: #b68a35;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #7c5e24;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #7c5e24;
}

/******************* MODAL DIALOG: END ***********************/


/******************TOP NAV BAR: START *******************/

.top-navbar {
    color: #333;
    display: block;
    /*    margin-top: 40px;
*/
}

    .top-navbar ul {
        float: right;
        margin: 0;
    }

        .top-navbar ul > li {
            position: relative;
            display: block;
        }

        .top-navbar ul > li {
            float: right;
        }

            .top-navbar ul > li > a {
                position: relative;
                display: block;
                cursor: pointer;
            }

    .top-navbar li > a {
        font-size: .9rem; /*14px;*/
        padding: 0px 5px;
        border-right: 0px solid #f1f1f1;
        margin: 5px 0;
        color: #666;
    }

        .top-navbar li > a:hover {
            text-decoration: none;
            color: #7c5e24;
        }

        .top-navbar li > a:focus {
            text-decoration: none;
            color: #7c5e24;
        }

    .top-navbar ul li:last-child > a {
        border-right: 0 none;
    }

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropdown-menu {
    text-align: right !important;
    z-index: 9999;
}


    .dropdown-menu > li {
        color: #000;
    }


    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }


.top-navbar .dropdown-menu {
    background-color: #fff;
    margin: 0px -50px;
}

.menu-small {
    width: 150px;
}

.top-navbar ul > li li {
    float: none;
}

.menu-small li {
    width: 160px;
}

.nav > li > a {
    padding: 15px 10px !important;
}

/*.dropdown-menu li a {
    line-height: 30px !important;
    color: #428bca !important;
}*/

.caret {
    /*color: #fff;
    border-top-color: #fff;*/
    color: #000;
    border-top-color: #000;
}

/*************** TOP NAV BAR: END *******************/


/************************* TABLES AND GRIDS: START ***********************************/
.table-responsive {
    min-height: .05%;
    overflow-x: auto;
    margin-top: 10px;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination.pagination-flat > li > a {
    border-radius: 0 !important;
}

.gridview {
    background-color: #e9e0cf;
    padding: 2px;
    margin: 2% auto;
    line-height: 1.4333 !important;
    text-align: left;
}

    .gridview a {
        margin: 3px;
        border-radius: 50%;
        background-color: #fff;
        padding: 5px 10px 5px 10px;
        color: #000;
        text-decoration: none;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

        .gridview a:hover {
            background-color: lightgray;
            color: #000;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        }

    .gridview span {
        background-color: #7c5e24;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /* padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;
    border-left: hidden;
    border-right: hidden;
    color: black;*/
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #7c5e24;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.table > tbody > tr > td {
    /*background-color: rgba(250, 250, 250, .6);*/
    background-color: #ffffff;
    font-size: 1.2rem;
}

.table > tbody > tr > th {
    font-size: 1.5rem;
    font-weight: 500;
}

.table-hover > tbody > tr > th {
    /* background-color: #e9e0cf;
    color: black;
    line-height: 1.8 !important;*/
    background-color: #fff;
    color: black;
    line-height: 1.8 !important;
}

.table-hover > tbody > tr:hover {
    /*background-color: #fdf8ee;*/
}

.table-hover > tbody > tr:focus {
    background-color: #fdf8ee;
}

.table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #7c5e24 !important;
    border-radius: 30px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

    .table-hover > tbody > tr > td > a > div:hover {
        background: rgba(247, 189, 74, 0.45);
        box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
    }




/************************* TABLES AND GRIDS: END ***********************************/



/******* START: RAD UPLOAD CONTROL*******************/
.RadUpload {
    width: 100% !important;
}

.RadUpload_Default input {
    font-size: small !important;
}

.RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    background-color: #7c5e24 !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        background-color: #7c5e24 !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    background-color: #7c5e24 !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

/******* END: RAD UPLOAD CONTROL*******************/



.HappinessIconImage {
    height: 43px;
    width: 43px;
}


.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 50px;
}


    .bootstrap-select > .dropdown-toggle:hover {
        background: #fff;
        border-color: #7c5e24;
    }

    .bootstrap-select > .dropdown-toggle:focus {
        background: #fff;
        border-color: #7c5e24;
    }


.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #7c5e24;
}

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default:hover {
        color: #000;
        background-color: #fff;
        border-color: #7c5e24;
    }

    btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default:focus {
        color: #000;
        background-color: #fff;
        border-color: #7c5e24;
    }




.form-control {
    height: 50px;
}

.input[type=textarea] {
    height: auto !important;
}



.form-control-mandatory {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 1rem; /*14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff; /*lightgoldenrodyellow;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-numeric {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 0px;
    font-size: .9rem; /*14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-align: left;
}

    .form-control-numeric:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.selectpicker {
    background-color: lightgoldenrodyellow;
    border: 1px solid #ccc;
    border-radius: 6px;
}

    .selectpicker:focus {
        border-color: palevioletred;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.form-control-mandatory:focus {
    border-color: palevioletred;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


body,
html {
    direction: rtl;
    font-family: "Noto Kufi Arabic";
    font-size: 1rem;
    font-weight: 400;
}

.service-card p,
.service-card span,
.service-card table,
.service-card div,
.service-card ul,
.service-card li,
.service-card b,
.service-card strong,
.service-card h1,
.service-card h2,
.service-card h3,
.service-card h4,
.service-card h5,
.service-card h6,
.service-card a,
.service-card small {
    /* font-family: 'Droid Arabic Kufi', sans-serif !important;*/
    font-family: "Noto Kufi Arabic";
}

.newsdetailsp p,
.newsdetailsp span,
.newsdetailsp table,
.newsdetailsp div,
.newsdetailsp ul,
.newsdetailsp li,
.newsdetailsp b,
.newsdetailsp strong,
.newsdetailsp h1,
.newsdetailsp h2,
.newsdetailsp h3,
.newsdetailsp h4,
.newsdetailsp h5,
.newsdetailsp h6,
.newsdetailsp a,
.newsdetailsp small {
    /*  font-family: 'Droid Arabic Kufi', sans-serif !important;*/
    font-family: "Noto Kufi Arabic";
}

.chosen-container-single .chosen-single span {
    margin-left: 26px;
    margin-right: 7px !important;
}

.chosen-container-single .chosen-single div {
    right: auto !important;
    left: 8px !important;
}

.popover {
    /* font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.pagination > li {
    display: inline-block;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

.datefooter .cbs-Detail {
    margin-right: 10px !important;
}

h5, .h5 {
    font-size: .9rem; /*14px;*/
    line-height: 32px;
}

.share-buttons:before {
    content: "شارك";
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}

ul.share-buttons li {
    margin-right: 0px;
    margin-left: 18px;
}

[class*="col-"] {
    /*float: right;*/
}

.pull-left {
    float: right !important;
}

.pull-right {
    float: left !important;
}

.progress {
    direction: ltr;
}

blockquote {
    border-left: 0 none;
    border-right: 5px solid #eee;
}

.sitemap > ul > li {
    float: right;
}

    .sitemap > ul > li:last-child li {
        float: right;
    }

.owl-pagination {
    direction: rtl
}

.eventsbox .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    right: auto !important;
    left: 2px !important;
}
/************offset*****************/

[class*="col-xs-offset-"] {
    margin-left: 0
}

.col-xs-offset-12 {
    margin-right: 100%;
}

.col-xs-offset-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-9 {
    margin-right: 75%;
}

.col-xs-offset-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-6 {
    margin-right: 50%;
}

.col-xs-offset-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-3 {
    margin-right: 25%;
}

.col-xs-offset-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-0 {
    margin-right: 0;
}

@media (min-width: 992px) {
    [class*="col-md-offset-"] {
        margin-left: 0
    }

    .col-md-offset-12 {
        margin-right: 100%;
    }

    .col-md-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-right: 75%;
    }

    .col-md-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-right: 50%;
    }

    .col-md-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-right: 25%;
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-right: 0;
    }
}

@media (min-width: 991px) {
    .navbar-nav > li {
        float: right;
    }

    .navbar-nav {
        float: right;
        margin: 0;
        margin-bottom: 10px;
    }

    [class*="col-sm-offset-"] {
        margin-left: 0
    }

    .col-sm-offset-12 {
        margin-right: 100%;
    }

    .col-sm-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-right: 75%;
    }

    .col-sm-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-right: 50%;
    }

    .col-sm-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-right: 25%;
    }

    .col-sm-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-right: 0;
    }
}


/************offset*****************/

.dropdown-menu {
    left: inherit;
    right: 0;
    text-align: right;
}

.date-time {
    text-align: left;
}

.top-navbar li > div > a {
    border-right: 0 none;
    border-left: 1px solid #eee;
}

.noLeftBorder {
    border-left: none !important;
}

.top-navbar li > a {
    border-right: 0 none;
    border-left: 1px solid #eee;
}

.top-navbar ul {
    float: left;
    margin: 0;
}

    .top-navbar ul > li {
        /*float: right;*/
    }

        .top-navbar ul > li li {
            float: none;
        }

.input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:last-child {
    border-left: 1px;
    border-right: 0;
}

.fotter ul li {
    float: right;
    margin-right: 0px;
    margin-left: 0px;
}

.fotter-social {
    border-right: 0 none;
    border-left: 1px solid rgb(87, 87, 87);
}

.fotter-links {
    border-left: 1px solid rgb(87, 87, 87);
    border-right: 0 none;
}

.text-left {
    text-align: right;
}

.text-right {
    text-align: left;
}

.fotter-social ul {
    float: left;
}

.fotter .fotter-social ul li {
    margin-left: 8px
}

    .fotter .fotter-social ul li::after {
        content: "";
    }

.radio label,
.checkbox label {
    min-height: 20px;
    padding-right: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

input[type=button].btn,
input[type=reset].btn,
input[type=submit].btn,
button.btn {
    /* font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.weight-btn .btn {
    float: left;
}

.otherlinks h2.ms-webpart-titleText {
    /*font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.otherlinks li a:before {
    content: "\f104";
    float: right;
}

.newsbox .homenewscontent {
    right: 0;
}

.bold-lable {
    /*font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.comment label::before {
    float: right;
}

.linkwitharrow:after {
    content: "\f0a8";
}

.date a:before {
    content: "\f0a8";
}

.servicespage .nav > li > a > img {
    float: right;
}

.tooltip {
    /*font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.ms-textLarge {
    /*font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

#_txtSearchBox {
    border-radius: 0px 10px 10px 0px;
}

#SearchBox .input-group-btn ul {
    left: 0;
    right: auto;
}

#searchResults a i {
    float: right;
    margin-right: 0;
    margin-left: 10px
}

#SearchBox .input-group-btn:first-child > .dropdown-toggle {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.searchlist a {
    float: right;
}

    .searchlist a:after {
        content: "\f0a8";
    }

.searchlist b {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.otherservice ul li:before {
    content: "\f104";
    float: right;
}

button.close {
    float: left;
    min-width: auto;
}

.table tr th {
    text-align: right;
}

.ms-blog-postInlineDate .ms-textXLarge {
    /*font-family: 'Droid Arabic Kufi', sans-serif;*/
    font-family: "Noto Kufi Arabic";
}

.sidebar {
    float: left;
    left: -35px;
    right: auto;
}

    .sidebar ul {
        margin-right: -20px;
        margin-left: 0;
    }

.search .btn-default {
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    margin-right: -1px;
}

.search .ms-qSuggest-container {
    left: 0;
    right: auto;
}

.homeslider h2 {
    right: 60px;
    left: auto;
    font-size: .9rem; /*14px;*/
}

.hometabs h2 {
    right: 60px;
    left: auto;
    font-size: .9rem; /*14px;*/
}

.homeslider .captioncontent {
    direction: rtl;
    text-align: right;
}

.hometabs .tab-pane > ul i {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

.youtubepost figure {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.media-title {
    left: auto;
    right: -12px;
    border-radius: 10px 0 0 10px;
    padding-left: 26px;
    padding-right: 20px;
}

.newsbox .media-title {
    direction: rtl;
    left: auto;
    right: 14px;
}

.twitterpost figure {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.import {
    float: right;
}

.link-title {
    float: left
}

.home-third-section .contenthead .titlein.in-line-title {
    float: right;
}

.import-ul li {
    padding-right: 10px;
    padding-left: 0;
}

.hometabs .tab-pane > ul span {
    margin-right: 35px;
    margin-left: 0;
}


.hotline i {
    margin-right: 0px;
    margin-left: 16px;
}

.blog-list i.fa {
    margin-left: 8px;
    margin-right: 0px;
}

.in-line-title {
    float: right;
}

.albums .numbers {
    left: 31px;
    right: auto;
}

.videos .contentblock:before {
    right: 29px;
    left: auto;
}

.gallery .contenthead {
    direction: rtl
}

.gallery .addcomments, .gallery .Commentsdetails, .gallery .alert {
    direction: rtl
}

.countimgs {
    float: left;
}

.gallery .captioncontent {
    direction: rtl;
    text-align: right;
}

.date p {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}

.dncalendar-body table td.calendarClick.note:before {
    right: 0
}

.form-group .weighttitle:before {
    float: right;
}

.health-tools .radio ul li {
    float: right;
}

.otherlinks li {
    float: right;
}

ul.pager .fa-chevron-right:before {
    content: "\f054";
}

ul.pager .fa-chevron-left::before {
    content: "\f053";
}

.servicespage .nav > li.active:before {
    right: 65%;
    left: auto;
}

.servicespage .nav > li.active span {
    margin-right: 9px;
    margin-left: 0;
}

.top-service ul i {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.Drrow .doctor-m.col-md-6:nth-child(2) {
    border-left: 0 none;
    border-right: 1px solid #eee;
}

.top-service ul li span {
    margin-right: 35px;
    margin-left: 0px;
}

.icon-btn-2 {
    padding: 1px 15px 3px 2px !important;
}

    .icon-btn-2:after {
        margin-right: 4px;
        margin-left: 0px;
        content: "\f100";
    }

.accordion-toggle:before {
    float: right;
}

.servicehead i {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
}

ul.service-details-list li {
    float: right;
}

.servicesearch i {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

ul.service-details-list li {
    padding-left: 10px;
    padding-right: 0px;
}

.service-bg-color .otherservice h4 {
    padding-right: 5px;
    padding-left: 0px;
}


#sync2 .owl-item {
    /*float: right;*/
}

div#sync2 {
    /* direction: rtl;
    float: right;
    right: 0; */
}



.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered:before {
    left: auto;
    right: 30px;
    margin-left: 0;
}

.timeline-centered .timeline-entry {
    float: right;
}

    .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: -32px;
        margin-right: 0;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
            margin-right: 80px;
            margin-left: 0px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
                right: -9px;
                left: auto;
                border-color: transparent transparent transparent #eee;
                margin-left: 0;
                margin-right: -9px;
            }

.timeline-label figure {
    float: left;
    margin: 0 24px 0px 0px;
}

.media-title .fa-arrow-circle-left:before {
    content: "\f0a8";
}

.home-events .timeline-entry:before {
    left: auto;
    right: 27px;
}


.home-events .timeline-entry .timeline-entry-inner .timeline-icon {
    float: right;
}

.homeslider .owl-theme .owl-controls .owl-prev {
    right: 0;
    left: auto;
}

.homeslider .owl-theme .owl-controls .owl-next {
    left: 0;
    right: auto;
}

.homeslider .owl-theme .owl-controls .owl-prev:after {
    content: "\f105";
}

.homeslider .owl-theme .owl-controls .owl-next:after {
    content: "\f104";
}

.newsbox .homenewscontent {
    direction: rtl;
}

.stButton .stButton_gradient {
    height: 22px !important;
}

.st_fblike_hcount > span {
    vertical-align: middle !important;
}

.doctor-m ul li.span-container i {
    margin-left: 12px;
    margin-right: 0;
}

select.form-control.map-more-dp {
    float: left;
}

.send:after {
    content: "\f100";
    left: -7px;
    right: auto;
}

.form-group label {
    font-size: 1rem; /*12px;*/
}

.send {
    padding: 5px 20px 6px 0 !important;
}

    .send:hover:after,
    .send:focus:after {
        left: 0px;
        right: auto;
    }

.checkbox ul li {
    float: right;
    margin-left: 27px;
    margin-right: 0;
}

.org-chart .board:before {
    margin-right: 49%;
    margin-left: 0;
}

.org-chart figure {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
    right: 5px;
}

.org-chart .department:first-child:before {
    margin-right: 50%;
    margin-left: 0;
}

.newsletter > div > div > span {
    float: right;
}

.org-chart .board {
    text-align: right;
}

.doctor-m p.d-pho i {
    margin-left: 10px;
    margin-right: 0px;
}

.hotline span {
    direction: ltr;
    unicode-bidi: embed;
    unicode-bidi: -moz-plaintext;
}

.fotter-top ul li {
    border-left: 1px solid #ccc;
    border-right: 0 none;
}

    .fotter-top ul li:last-child {
        border-left: 0 none;
    }

.fotter .fotter-bottom2 ul li {
    float: none;
}

.ltr-copy {
    direction: ltr;
    unicode-bidi: embed;
    unicode-bidi: -moz-plaintext;
}

.phonenumber {
    unicode-bidi: embed;
    unicode-bidi: -moz-plaintext;
}
/***********b************/

.main-icon-container-border {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    width: 250px;
    height: 250px;
    border: 2px #7c5e24 dashed;
}

.main-icon-container {
    background: #f4ede0;
    border-radius: inherit;
    width: 220px;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    padding: 20px;
    padding-top: 10px;
}

    .main-icon-container i {
        font-size: 55px;
        color: #907237;
    }

    .main-icon-container h3 {
        margin: 5px;
        font-size: 23px;
    }

.detailes-ser-container {
    display: inline-block;
    width: 70%;
    list-style: none;
    position: absolute;
}

    .detailes-ser-container .icon {
        display: inline-block;
        font-size: 18px;
        padding: 5px;
        border: 1px solid #907237;
        border-radius: 50px;
        position: relative;
        float: right;
        width: auto;
        margin-left: 10px;
        padding-left: 0;
        margin-right: 0px;
    }

        .detailes-ser-container .icon i {
            background: #907237;
            color: #fff;
            border-radius: 52px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
        }

    .detailes-ser-container li {
        display: inline-block;
        min-width: 58%;
        position: relative;
        margin-bottom: 13px;
        border-radius: 30px;
        border: 1px solid #ccc;
    }

.detail h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 47px;
}

.map-inf-block span div, .map-inf-block span {
    padding: 0px;
    text-align: right;
}

.HCF .map-inf-block {
    border-bottom: 0px;
    border-left: 1px solid #ccc;
}

    .HCF .map-inf-block:last-child {
        border-left: 0;
    }

.org-chart .board:last-child:before {
    height: 445px;
    top: auto;
    margin-top: 10px;
}

.min-ri {
    float: left !important;
}

ul.moh-policy-list li h4 {
    margin-right: : 5px;
}

.moh-channel a.col-xs-12.col-sm-12.col-md-4 {
    float: left;
}

.moh-channel a.col-xs-12.col-sm-12.col-md-6.minster-gate-link {
    float: left;
}

.minster-gate-link h3 {
    margin-left: 0px;
    margin-right: 20px;
}

.app-link .col-xs-12.col-sm-12.col-md-3.col-lg-3 {
    padding: 20px;
}

.file-upload .file-select .file-select-button, .file-upload .file-select .file-select-name {
    float: right;
}

.btn-advanced:hover:after, .btn-advanced:focus:after {
    left: 0px;
    right: auto;
}

.text-container-static ul {
    margin-left: 0px;
    margin-right: 60px;
    font-size: 13px;
}

.HFU-scroll div {
    margin-right: -6px;
}

select.form-control {
    padding-top: 2px;
}
/*************b**************/

/***********Maroon Theme*************/

.maroontheme .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
    border-color: transparent transparent transparent #eee;
}


/***********End Maroon Theme*************/


/***********Green Theme*************/

.greentheme .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
    border-color: transparent transparent transparent #eee;
}

.colorblind .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
    border-color: transparent transparent transparent #fff564; /*cyan;*/
}

/***********End Green Theme*************/

@media (max-width: 1200px) {

    .servicespage .nav > li > a {
        text-align: center;
    }

    .servicespage .nav > li.active:before {
        right: 50%;
        top: 48px;
    }
}

@media (min-width: 1200px) {
    [class*="col-lg-offset-"] {
        margin-left: 0
    }

    .col-lg-offset-12 {
        margin-right: 100%;
    }

    .col-lg-offset-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-right: 75%;
    }

    .col-lg-offset-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-right: 50%;
    }

    .col-lg-offset-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-right: 25%;
    }

    .col-lg-offset-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-right: 0;
    }
}

@media all and (max-width: 768px) {
    .top-navbar ul > li {
        /*float: none;*/
        display: block;
    }

    .top-navbar {
        margin-top: 10px;
    }

    .table-responsive {
        direction: rtl;
    }

        .table-responsive > table {
            direction: rtl;
        }

    .otherlinks li {
        float: none;
        width: 100%;
    }

    figure.MedicineItem.pull-left {
        float: none !important;
    }

    .timeline-centered:before {
        right: 20px;
    }

    .timeline-label figure {
        float: none;
    }

    .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: 0;
        margin-right: 0;
    }

        .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
            margin-right: 65px;
        }

    .fotter-top ul {
        display: block;
    }

    .fotter ul li {
        float: none;
    }

    .newsletter .input-group {
        float: none;
        margin: 0 auto;
    }

    figure.doctorItem {
        display: block;
        float: none !important;
    }

    .Drrow .doctor-m.col-md-6:nth-child(2) {
        border-left: 0 none;
        border-right: 0 none;
    }

    .fotter-top ul li {
        border-left: 0 none;
    }
}

.org-chart ul li span {
    padding-right: 0px;
    padding-left: 0;
}

.org-chart .department li span {
    padding-right: 0px;
    padding-left: 0;
}

#foo {
    position: fixed;
    right: 1px;
    left: auto
}

.survey-form {
    text-align: center;
}


.weather-widget .degree {
    float: left;
}


div[id$="ThankyouMsgDiv"] {
    text-align: right;
}

@media (min-width: 992px) {
    .force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
    .col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
        float: left;
        direction: ltr;
    }
}



@media (max-width: 768px) {
    .force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
    .col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
        float: left;
        direction: ltr;
    }

    .form-maxwidth {
        width: 99%;
    }

    .logo img {
        width: 200px;
    }

    iframe {
        width: 99% !important
    }
}

@media (max-width: 576px) {
    .panel-title.marginbottom {
        margin-bottom: 13px;
    }

    .force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
    .col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
        float: left;
        direction: ltr;
    }
}

@media (min-width: 768px) {
    .force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
    .col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
        float: left;
        direction: ltr;
    }

    .form-maxwidth {
        width: 110px;
    }

    .navbar-collapse {
        padding-right: 30px;
    }

    .sc-ltr.form-horizontal .control-label {
        text-align: left;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
}


div.row.head-middle.force-left
.navbar-toggle {
    float: right;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
    border-right: 1px solid #A4833E;
    border-left: none;
    cursor: pointer;
    font-size: 18px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #A4833E;
    }

.navbar-nav > li > a {
    line-height: 15px !important;
}


a {
    /*font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 14px;*/
    /*    "Roboto",sans-serif;
*/ font-family: "Noto Kufi Arabic",sans-serif;
    font-size: .9rem; /*14px;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-weight: 500;
    line-height: 1.1;*/
    font-family: "Noto Kufi Arabic";
    font-weight: 500;
    line-height: 1.1;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    animation-timing-function: cubic-bezier(8.95,0,1.0,1.0);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
    border-radius: 6px;
}


.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    border-radius: 6px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    border-radius: 6px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #31708f;
    border-radius: 6px;
}

.success-messages {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
    border-radius: 6px;
}

.info-messages {
    color: #8a6d3b;
    background-color: rgba(211, 196, 165, 0.23);
    border-color: #8a6d3b;
    border-radius: 0px;
}

.warning-messages {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    border-radius: 0px;
}

.system-title {
    background-color: #fff;
    border: 1px solid #7c5e24;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #7c5e24;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

    .system-title > h3 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }


.dropdown-menu {
    text-align: right !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right !important;
}


.popover-title {
    background-color: #7c5e24;
    border-bottom: #7c5e24;
    color: white;
}

a.no-underline {
    text-decoration: none;
    cursor: pointer;
}

.well-filler {
    min-height: 20px;
    margin-bottom: 20px;
    padding: 34px;
}
/*************METRO TILES: START ****************/
.metr {
    width: auto;
    padding: 5px;
    height: auto;
    display: table;
}

.metrostyle {
    height: 120px;
    width: 150px;
    float: left;
    margin: 0 5px 0 0;
    padding: 2px;
}

    .metrostyle:hover {
        background-color: #A4833E;
    }

.metrostylelarge {
    width: 320px;
    height: 120px;
}

.orgmoh {
    background-color: #7c5e24;
}

.orgmetro {
    background-color: #603cba;
}

.ueemetro {
    background-color: #a200ff;
}

.reemetro {
    background-color: #f47835;
}

.eenmetro {
    background-color: #d41243;
}

.boometro {
    background-color: #8ec127;
}

.goometro {
    background-color: #9f00a7;
}

.yoometro {
    background-color: #00aba9;
}

.toometro {
    background-color: #2d89ef;
}

/*************METRO TILES: END ****************/


/****************READ SPEAKER: START***********/
div#xp2 {
    position: absolute !important;
    margin-top: -2px !important;
}

div.ah_readtextAR {
    left: -199px !important;
    z-index: 99999 !important;
}

div.ah_readtextEN {
    left: -192px !important;
    z-index: 99999 !important;
}

.rsbtn .rsbtn_powered .rsbtn_btnlabel {
    display: none !important;
}

.rsbtn {
    height: 0px !important;
}


/****************READ SPEAKER: END***********/


/*************** DASHBORAD BOXES AND ICONS: START ************/

.dash-box {
    /*position: relative;
    border: 1px solid #be9647;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;*/
    position: relative;
    border: 1px solid #7c5e24;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .dash-box:hover {
        position: relative;
        border: 1px solid #7c5e24;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

    .dash-box a {
        text-decoration: none;
    }

.dash-box-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: pointer;
}

.dash-box-icon-small {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: pointer;
}


.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dash-box-body {
    padding: 50px 20px;
    text-decoration-line: none;
}

    .dash-box-body > a:hover {
        text-decoration-line: none;
    }

.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #7c5e24;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.dash-box-icon > i {
    background: #7c5e24;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgb(190, 150, 71);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}


.dash-box-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-action > a {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

    .dash-box-action > a:hover {
        text-decoration-line: none;
    }

.dash-box-body > .dash-box-count {
    /* display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Droid Arabic Kufi', sans-serif;
    margin-bottom: 10px;*/
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-family: "Noto Kufi Arabic";
    margin-bottom: 10px;
}

.dash-box-body > a {
    text-decoration-line: none;
}

.dash-box-count > a:hover {
    text-decoration-line: none;
}

.dash-box-body > .dash-box-title {
    /* font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
    font-family: 'Droid Arabic Kufi', sans-serif;
    color: #000;*/
    font-size: 13px;
    color: rgba(255, 255, 255, 0.81);
    font-family: "Noto Kufi Arabic";
    color: #000;
}

.dash-box-title > a:hover {
    text-decoration-line: none;
}


.dash-box-small {
    /*  position: relative;
    border: 1px solid #be9647;
    background-image: url('../Images/hotservices.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 90px 15px 40px;
    font-size: 25px;
    color: white;*/
    position: relative;
    border: 1px solid #7c5e24;
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 90px 15px 40px;
    font-size: 25px;
    color: white;
}

    .dash-box-small:hover {
        position: relative;
        border: 1px solid #7c5e24;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 90px 15px 40px;
        cursor: pointer;
        text-decoration: none;
    }

    .dash-box-small a {
        text-decoration: none;
    }

.dash-box-small-icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    cursor: pointer;
}

.dash-box-small-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dash-box-small-body {
    padding: 50px 0px;
    text-decoration-line: none;
}

    .dash-box-small-body > a:hover {
        text-decoration-line: none;
    }

.dash-box-small-icon:after {
    width: 70px;
    height: 70px;
    position: absolute;
    border: 2px solid #7c5e24;
    content: '';
    border-radius: 50%;
    left: -27px;
    top: -15px;
    z-index: -1;
}

.dash-box-small-icon > i {
    background: #7c5e24;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}


.dash-box-small-icon:before {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgb(190, 150, 71);
    content: '';
    border-radius: 50%;
    left: -22px;
    top: -10px;
    z-index: -2;
}

.dash-box-small-action > button {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-small-action > a {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: #003e85;
    box-shadow: 0 3px 5px #d4d4d4;
}

    .dash-box-small-action > a:hover {
        text-decoration-line: none;
    }

.dash-box-small-body > .dash-box-small-count {
    /* display: block;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;*/
    display: block;
    font-size: 30px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    font-family: "Noto Kufi Arabic";
    margin-bottom: 10px;
}

.dash-box-small-body > a {
    text-decoration-line: none;
}

.dash-box-small-count > a:hover {
    text-decoration-line: none;
}

.dash-box-small-body > .dash-box-small-title {
    /* font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.81);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000;*/
    font-size: 13px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.81);
    font-family: "Noto Kufi Arabic";
    color: #000;
}

.dash-box-small-title > a:hover {
    text-decoration-line: none;
}

.dash-box.dash-box-color-2 {
    background: rgb(211, 196, 165);
    background: -moz-linear-gradient(top, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    background: linear-gradient(to bottom, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

    .dash-box.dash-box-color-2:hover {
        background: rgb(211, 196, 165);
    }

.dash-box-color-2 .dash-box-icon:after {
    background: rgba(211, 196, 165, 1);
    border: 1px solid #7c5e24;
}

.dash-box-color-2 .dash-box-icon:before {
    background: rgba(211, 196, 165, 1);
    border: 2px solid #7c5e24;
}

.dash-box-color-2 .dash-box-icon > i {
    background: rgba(211, 196, 165, 1);
}

.dash-box.dash-box-color-3 {
    background: rgb(183,71,247);
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dash-box-color-3 .dash-box-icon:after {
    background: rgba(180, 70, 245, 0.76);
}

.dash-box-color-3 .dash-box-icon:before {
    background: rgba(226, 132, 255, 0.66);
}

.dash-box-color-3 .dash-box-icon > i {
    background: #8150e4;
}

/*************** DASHBORAD BOXES AND ICONS: END ************/

/****************** PRELOADER: START *************************/

#floatingBarsG {
    position: relative;
    width: 60px;
    height: 75px;
    margin: auto;
}

.blockG {
    position: absolute;
    background-color: rgb(255,255,255);
    width: 10px;
    height: 23px;
    border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 27px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 8px;
    top: 10px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 25px;
    top: 3px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 8px;
    top: 10px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 27px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 8px;
    bottom: 7px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 25px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 8px;
    bottom: 7px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}



@keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(190,150,71);
    }

    100% {
        background-color: rgb(255,255,255);
    }
}

/****************** PRELOADER: END *************************/


/********* APPLICATION JOURNEY: START******/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 80px
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }


    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid #7c5e24;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid #7c5e24;
    }

    ol.progtrckr li.progtrckr-current {
        color: black;
        border-bottom: 4px solid #7c5e24;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2714";
        color: white;
        background-color: #7c5e24;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-current:before {
        content: "\039F";
        color: #7c5e24;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }
/********* APPLICATION JOURNEY: END ******/
/* New Header Start*/
/* header .top {
    direction: ltr;
}

     header .top .right .user-control {
        direction: rtl;
    }

         header .top .right .user-control ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

             header .top .right .user-control ul li a {
                padding: 0 20px;
                position: relative;
                color: #1B1D21;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                 header .top .right .user-control ul li a:hover {
                    color: #7C5E24;
                }

                 header .top .right .user-control ul li a.ar {
                    font-weight: bold;
                }

                 header .top .right .user-control ul li a .icon {
                    font-size: 1.25rem;
                }

                 header .top .right .user-control ul li a::before {
                    right: 0;
                }

                 header .top .right .user-control ul li a span {
                    margin-left: 10px;
                }

             header .top .right .user-control ul li:first-child a {
                padding-left: 20px;
                padding-right: 0;
            }

                 header .top .right .user-control ul li:first-child a::before {
                    display: none;
                }

             header .top .right .user-control ul li:last-child a {
                padding-right: 20px;
                padding-left: 0;
            }

 header .bottom .menu-wrap .main-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

     header .bottom .menu-wrap .main-menu li a {
        margin-right: 0;
        margin-left: 30px;
    }

         header .bottom .menu-wrap .main-menu li a::after {
            left: auto;
            right: 0;
        }

     header .bottom .menu-wrap .main-menu li:last-child a {
        margin-left: 0;
    }

header .search-wrap .searchBar .search-des .search-field {
    padding: 10px 20px 10px 50px;
}

header .search-wrap .searchBar .search-des .search-btn {
    right: auto;
    left: 0;
}*/


/* New Header end*/

header {
    position: relative;
    z-index: 9;
    background-color: #FFFFFF;
    border-bottom: solid 1px #ECECEC;
}

    header .wrap {
        position: relative;
        padding: 24px 0;
        margin-right: 10px
    }


    header .top {
        direction: ltr;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        header .top .left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .top .left .logo {
                width: 277px;
            }

                header .top .left .logo img {
                    width: 100%;
                }

            header .top .left .four-star {
                width: 63px;
                margin-left: 20px;
            }

                header .top .left .four-star img {
                    width: 100%;
                }

        header .top .right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            width: 100%;
        }

            header .top .right .burger-nav {
                display: none;
            }

                header .top .right .burger-nav a.burger-click {
                    height: 38px;
                    border-radius: 6px;
                    padding: 10px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
                    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
                    font-weight: normal;
                    position: relative;
                }

                    header .top .right .burger-nav a.burger-click:hover {
                        background-color: #1B1D21;
                    }

                    header .top .right .burger-nav a.burger-click.open {
                        background-color: #1B1D21;
                    }

                        header .top .right .burger-nav a.burger-click.open::after {
                            content: "";
                            width: 100%;
                            height: 20px;
                            background-color: #1B1D21;
                            position: absolute;
                            top: 100%;
                            left: 0;
                        }


            header .top .right .user-control {
                direction: rtl;
            }
            header .top .right .user-control {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
                /* header .top .right .user-control .burger-nav {
            display: none;
        }*/
                header .top .right .user-control .burger-nav a.burger-click {
                    height: 38px;
                    border-radius: 6px;
                    padding: 10px;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
                    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.3);
                    font-weight: normal;
                    position: relative;
                }

                    header .top .right .user-control .burger-nav a.burger-click:hover {
                        background-color: #1B1D21;
                        text-decoration: none;
                    }

                    header .top .right .user-control .burger-nav a.burger-click.open {
                        background-color: #1B1D21;
                        color: #FFFFFF;
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                    }

                        header .top .right .user-control .burger-nav a.burger-click.open::after {
                            content: "";
                            width: 100%;
                            height: 20px;
                            position: absolute;
                            top: 100%;
                            left: 0;
                            background-color: #1B1D21;
                        }

                header .top .right .user-control ul {
                    /*  display: -webkit-box;*/
                    display: -ms-flexbox;
                    /*  display: flex;*/
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    header .top .right .user-control ul li a {
                        padding: 0 20px;
                        position: relative;
                        color: #1B1D21;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        border: none;
                    }

                        header .top .right .user-control ul li a.ar {
                            font-weight: bold;
                        }


                        header .top .right .user-control ul li a .icon {
                            font-size: 1.25rem;
                        }

                        header .top .right .user-control ul li a::before {
                            right: 0;
                        }

                        header .top .right .user-control ul li a span {
                            margin-right: 10px;
                        }

                    header .top .right .user-control ul li:first-child a {
                        padding-left: 20px;
                        padding-right: 0;
                        border-left: none;
                        border-right: none;
                    }

                        header .top .right .user-control ul li:first-child a::before {
                            display: none;
                        }

                    header .top .right .user-control ul li:last-child a {
                        padding-right: 20px;
                        /* padding-left: 0;*/
                        border-right: none;
                        border-left: none;
                    }

    header .bottom {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inherit; /*edited flex -> inherit*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        direction: ltr; /*added*/
    }

        header .bottom .menu-wrap .main-menu {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            /*padding: 15px 0;*/
        }

            header .bottom .menu-wrap .main-menu li a {
                margin-right: 0;
                margin-left: 20px;
                color: #1B1D21;
                position: relative;
                font-size: 1.125rem;
                display: block;
                padding: 0 0 3px 0;
                  margin-right: 30px;
                font-weight: 500;
                /* margin-left: 15px;
                margin-right: 15px;*/
/*                background-color: #FFF;
*/            }

                header .bottom .menu-wrap .main-menu li a::after {
                    left: auto;
                    right: 0;
                }

            header .bottom .menu-wrap .main-menu li:last-child a {
                margin-left: 0;
            }

            header .bottom .menu-wrap .main-menu li a:hover::after {
                width: 100%;
            }

        header .bottom .menu-wrap .user-info {
            display: none;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 20px 10px;
        }

            header .bottom .menu-wrap .user-info a {
                color: #FFFFFF;
                display: inline-block;
            }

    header.fixed {
        position: fixed;
        width: 100%;
        top: 0;
/*        left: 0;
*/        -webkit-animation: slideInDown 500ms;
        animation: slideInDown 500ms;
    }

        header.fixed .top {
             display: none;
/*            margin: 0;
*/        }

        header.fixed .bottom {
            /* margin: 0;*/
        }

.hideResults {
    display: none;
}
/*@media screen and (max-width: 1199px) {
    header .top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        header .top .right .user-control {
            margin-top: -37px;
        }

    header .bottom .menu-wrap {
        width: 100%;
        margin-top: 20px;
    }
}*/
@media screen and (max-width: 1399px) {
    header .bottom .menu-wrap .main-menu li a {
        margin-right: 0;
        margin-left: 12px;
    }
}
@media screen and (max-width: 991px) {


    header .wrap {
        padding: 20px 0;
    }

    header .top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        header .top .left {
            width: 100%;
        }

        header .top .right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 15px;
            width: 100%;
        }

            header .top .right .user-control {
                margin: 0;
                width: 100%;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                header .top .right .user-control .burger-nav {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                }

                header .top .right .user-control ul {
                    margin-right: 20px;
                }

                    header .top .right .user-control ul li a span {
                        display: none;
                    }

                header .top .right .user-control .mob-search {
                    display: inline-block;
                }



    header .bottom {
        margin-top: 0;
        position: relative;
    }

        header .bottom .menu-wrap {
            display: none;
        }

            header .bottom .menu-wrap.open {
                display: block;
                background-color: #1B1D21; /*white;*/
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                z-index: 1;
                /*   height: 100vh;*/
            }

                header .bottom .menu-wrap.open::before {
                    content: "";
                    width: 30%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 99%;
                    background-color: #1B1D21;
                }

                header .bottom .menu-wrap.open::after {
                    content: "";
                    width: 30%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 99%;
                    background-color: #1B1D21;
                }

            header .bottom .menu-wrap .main-menu {
                display: block;
            }


                header .bottom .menu-wrap .main-menu li {
                    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
                    position: relative;
                }



                    header .bottom .menu-wrap .main-menu li::before {
                        content: "";
                        width: 30%;
                        height: 1px;
                        position: absolute;
                        top: 100%;
                        left: 99%;
                        background-color: rgba(255, 255, 255, 0.1);
                        z-index: 1;
                    }

                    header .bottom .menu-wrap .main-menu li::after {
                        content: "";
                        width: 30%;
                        height: 1px;
                        position: absolute;
                        top: 100%;
                        right: 99%;
                        background-color: rgba(255, 255, 255, 0.1);
                        z-index: 1;
                    }

                    header .bottom .menu-wrap .main-menu li a {
                        color: #FFFFFF;
                        position: relative;
                        font-size: 1rem;
                        display: block;
                        padding: 20px 10px;
                        margin: 0;
                        margin-right: 0;
                        margin-left: 30px;
                    }

                        /* header .bottom .menu-wrap .main-menu li a.active {
                                border-bottom: solid 1px rgba(255, 255, 255, 0.1);
                            }*/

                        header .bottom .menu-wrap .main-menu li a::after {
                            display: none;
                        }

            /*header .bottom .menu-wrap .main-menu li a:hover {
                            color: #7C5E24;
                        }*/

            header .bottom .menu-wrap .user-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
}

@media screen and (max-width: 991px) {
    header .top .right .user-control ul {
        margin-right: 0;
        margin-left: 20px;
    }

    header .top .right .user-control .mob-search {
        display: inline-block;
    }

    header .bottom .menu-wrap .main-menu {
        direction: rtl;
    }

    header .bottom .menu-wrap.open {
        display: block;
        background-color: #1B1D21; /*white;*/
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
        /* height: 100vh;*/
    }
}
@media screen and (max-width: 375px) {
        header .top .right .user-control ul li a {
            padding: 0 15px;
        }

        header .top .right .user-control ul li:first-child a {
            padding-left: 15px;
            padding-right: 0;
        }

            header .top .right .user-control ul li:first-child a::before {
                display: none;
            }

        header .top .right .user-control ul li:last-child a {
            padding-right: 15px;
            padding-left: 0;
        }
    }
/* New Footer Start */
footer .footer-wrap {
    margin: 25px 0;
    /*    background-color: #F6F6F6;
     background-color: #FAFAFA;
*/
    background-color: #FAFAFA;
    padding: 50px 60px 30px;
    border-radius: 16px;
}

    footer .footer-wrap .footer-links .links h5 {
        font-size: 0.9375rem;
        /*color: #7C5E24;*/
        margin-bottom: 30px;
    }

    footer .footer-wrap .footer-links .links ul li {
        margin-bottom: 10px;
        list-style: none;
    }

        footer .footer-wrap .footer-links .links ul li a {
            font-size: 0.875rem;
           /* color: #1B1D21;*/
            color: #3F4254;
            display: block;
        }

            footer .footer-wrap .footer-links .links ul li a:hover {
                color: #7C5E24;
            }

        footer .footer-wrap .footer-links .links ul li:last-child {
            margin-bottom: 0;
        }

    footer .footer-wrap .footer-links .support-links h5 {
        font-size: 0.9375rem;
        color: #7C5E24;
        margin-bottom: 30px;
    }

    footer .footer-wrap .footer-links .support-links .support-wrap .item a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #1B1D21;
    }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a i {
            font-size: 1.125rem;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a span {
            margin: 0 10px;
            font-size: 1.25rem;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a:hover {
            color: #7C5E24;
        }

    footer .footer-wrap .gov-logos {
        padding: 40px 0;
        border-top: solid 1px #ECECEC;
        border-bottom: solid 1px #ECECEC;
        margin-top: 20px;
    }

        footer .footer-wrap .gov-logos .wrap {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            footer .footer-wrap .gov-logos .wrap a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

                footer .footer-wrap .gov-logos .wrap a img {
                    max-width: 100%;
                }

            footer .footer-wrap .gov-logos .wrap .mystery-shopper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: end;
                -ms-flex-align: end;
                align-items: flex-end;
                gap: 10px;
            }

                footer .footer-wrap .gov-logos .wrap .mystery-shopper .mystery-qr {
                    width: 62px;
                }

    footer .footer-wrap .footer-bottom {
        margin-top: 30px;
    }

        footer .footer-wrap .footer-bottom .copyright {
            font-size: 0.875rem;
            color: #76777A;
        }

            footer .footer-wrap .footer-bottom .copyright .tabs {
                display: none;
            }

        footer .footer-wrap .footer-bottom .right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            footer .footer-wrap .footer-bottom .right .social-media ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }


                footer .footer-wrap .footer-bottom .right .social-media ul li {
                    margin-right: 0px;
                    margin-left: 20px;
                }

                    footer .footer-wrap .footer-bottom .right .social-media ul li a {
                        font-size: 1.25rem;
                        color: #494A4D;
                        display: block;
                    }

                        footer .footer-wrap .footer-bottom .right .social-media ul li a:hover {
                            color: #7C5E24;
                        }

                    footer .footer-wrap .footer-bottom .right .social-media ul li:last-child {
                        margin-right: 15px;
                    }

            footer .footer-wrap .footer-bottom .right .visitor-counter {
                font-size: 0.875rem;
                color: #76777A;
            }

}

@media screen and (max-width: 1399px) {
    footer .footer-wrap {
        padding: 50px 50px 30px;
    }

        footer .footer-wrap .footer-links .links ul li a {
            letter-spacing: -0.2px;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a span {
            font-size: 1rem;
        }

        footer .footer-wrap .footer-bottom .copyright .tabs {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        footer .footer-wrap .footer-bottom .copyright .desktop {
            display: none;
        }
}

@media screen and (max-width: 1199px) {
    footer .footer-wrap {
        padding: 50px 50px 30px;
    }

        footer .footer-wrap .footer-links .links ul li a {
            letter-spacing: -0.2px;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a span {
            font-size: 1rem;
        }

        footer .footer-wrap .footer-bottom .copyright .tabs {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }

        footer .footer-wrap .footer-bottom .copyright .desktop {
            display: none;
        }
}

@media screen and (max-width: 991px) {
    footer .footer-wrap {
        margin: 20px 0;
        padding: 30px 30px 20px;
    }

        footer .footer-wrap .footer-links .links {
            margin-bottom: 25px;
        }

            footer .footer-wrap .footer-links .links h5 {
                margin-bottom: 25px;
            }

        footer .footer-wrap .gov-logos {
            padding: 20px 0;
            margin: 20px 0;
        }

        footer .footer-wrap .footer-bottom {
            text-align: center;
            margin-top: 0px;
        }

            footer .footer-wrap .footer-bottom .row {
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;

            }

            footer .footer-wrap .footer-bottom .copyright {
                width: 100%;
            }

            footer .footer-wrap .footer-bottom .right {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                footer .footer-wrap .footer-bottom .right .social-media {
                    border-bottom: solid 1px #ECECEC;
                    width: 100%;
                    padding: 10px 0;
                }

                    footer .footer-wrap .footer-bottom .right .social-media ul {
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                    }

                footer .footer-wrap .footer-bottom .right .visitor-counter {
                    width: 100%;
                    padding: 10px 0;
                    border-top: solid 1px #ECECEC;
                }
}

@media screen and (max-width: 767px) {
    footer .footer-wrap .footer-links {
        margin-bottom: 20px;
    }

    footer .footer-wrap .gov-logos {
        padding: 0;
        margin: 0;
    }

        footer .footer-wrap .gov-logos .wrap {
            margin: 15px 0;
            height: auto;
        }
}

@media screen and (max-width: 375px) {
    footer .footer-wrap {
        padding: 20px 20px 20px;
    }

        footer .footer-wrap .footer-links .links {
            border-bottom: solid 1px #ECECEC;
            margin-bottom: 15px;
        }

            footer .footer-wrap .footer-links .links h5 {
                margin-bottom: 15px;
            }

                footer .footer-wrap .footer-links .links h5 a {
                    position: relative;
                    width: 100%;
                    display: block;
                }

                    footer .footer-wrap .footer-links .links h5 a::after {
                        content: "";
                        border: solid #7C5E24;
                        border-width: 0 3px 3px 0;
                        display: inline-block;
                        padding: 3px;
                        vertical-align: middle;
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        position: absolute;
                        right: 0;
                    }

                    footer .footer-wrap .footer-links .links h5 a.open::after {
                        -webkit-transform: rotate(225deg);
                        transform: rotate(225deg);
                    }

            footer .footer-wrap .footer-links .links ul {
                display: none;
                margin-bottom: 10px;
            }

                footer .footer-wrap .footer-links .links ul.open {
                    display: block;
                }

        footer .footer-wrap .footer-links .support-links h5 {
            margin-bottom: 10px;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a i {
            display: none;
        }

        footer .footer-wrap .footer-links .support-links .support-wrap .item a span {
            margin: 0;
        }

        footer .footer-wrap .gov-logos .wrap .mystery-shopper .mystery-qr {
            display: none;
        }
}

@media screen and (max-width: 575px) {
    footer .footer-wrap .footer-links .links h5 a::after {
        right: auto;
        left: 0;
    }
}
/* New Footer End */
.action-link.left i {
    margin-right: 0;
    margin-left: 10px;
}

.action-link.right i {
    margin-left: 0;
    margin-right: 10px;
}

.action-link i.fi-circle-right-arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.action-link i.fi-long-right-arrow {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Noto Kufi Arabic";
}

samp {
    font-size: 1em;
    font-family: "Noto Kufi Arabic";
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}

body {
    font-family: "Noto Kufi Arabic";
    font-size: 1rem; /*14px;*/
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    font-family: "Noto Kufi Arabic";
}

h3,
.h3 {
    font-size: 1.4rem;
}

h5,
.h5 {
    font-size: .9rem;
}

h1 small,
.h1 small {
    font-size: 1.4rem;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: .9rem;
}

pre {
    font-family: "Noto Kufi Arabic";
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}


.row-flex {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row-flex-social-media {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    justify-content: center;
}


@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* width: 50%;*/
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
/*
@media (min-width: 1400px) {
    .container {
        max-width: 85vw !important;
    }
}*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}


@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control {
    font-size: 1rem;
}

.btn {
    font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }

    .fade {
        -webkit-transition: none;
        transition: none;
    }

    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

@font-face {
    font-family: "ficons";
    src: url("../fonts/fiicons/fiicon.eot?7q05nm");
    src: url("../fonts/fiicons/fiicon.eot?7q05nm#iefix") format("embedded-opentype"), url("../fonts/fiicons/fiicon.ttf?7q05nm") format("truetype"), url("../fonts/fiicons/fiicon.woff?7q05nm") format("woff"), url("../fonts/fiicons/fiicon.svg?7q05nm#fiicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=fi-], [class*=" fi-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ficons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fi-insta:before {
    content: "\e900";
}

.fi-accessibility:before {
    content: "\e901";
}

.fi-circle-left-arrow:before {
    content: "\e902";
}

.fi-circle-right-arrow:before {
    content: "\e903";
}

.fi-login:before {
    content: "\e904";
}

.fi-long-left-arrow:before {
    content: "\e905";
}

.fi-long-right-arrow:before {
    content: "\e906";
}

.fi-phone-call:before {
    content: "\e907";
}

.fi-search:before {
    content: "\e908";
}

.fi-youtube:before {
    content: "\e909";
}

.fi-fb:before {
    content: "\e90a";
}

.fi-in:before {
    content: "\e90b";
}

.fi-tw:before {
    content: "\e90c";
}



@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Bold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.svg#NotoKufiArabic-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Black.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Black.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Black.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Black.svg#NotoKufiArabic-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.svg#NotoKufiArabic-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Regular.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Regular.svg#NotoKufiArabic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.svg#NotoKufiArabic-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Light.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Light.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Light.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Light.svg#NotoKufiArabic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Medium.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Medium.svg#NotoKufiArabic-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Thin.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Thin.svg#NotoKufiArabic-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Bold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Bold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraBold.svg#NotoKufiArabic-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Black.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Black.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Black.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Black.svg#NotoKufiArabic-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-SemiBold.svg#NotoKufiArabic-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Regular.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Regular.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Regular.svg#NotoKufiArabic-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-ExtraLight.svg#NotoKufiArabic-ExtraLight") format("svg");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Light.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Light.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Light.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Light.svg#NotoKufiArabic-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Medium.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Medium.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Medium.svg#NotoKufiArabic-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot");
    src: url("../fonts/netokufi/NotoKufiArabic-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff2") format("woff2"), url("../fonts/netokufi/NotoKufiArabic-Thin.woff") format("woff"), url("../fonts/netokufi/NotoKufiArabic-Thin.ttf") format("truetype"), url("../fonts/netokufi/NotoKufiArabic-Thin.svg#NotoKufiArabic-Thin") format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.dropdown-menu {
    font-size: .9rem; /*14px;*/
}

.input-group-addon {
    font-size: .9rem; /*14px;*/
}

.nav-tabs > li > a {
    margin-left: 1px;
    line-height: 0.3;
    border: 1px solid transparent;
    border-radius: 10px 10px 0 0;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin-bottom: 10px;
    }

        .navbar-nav > li > a > nav-link {
            border-bottom: solid 10px green !important;
        }
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.panel-title {
    font-size: 1.2rem;
}

.popover-title {
    font-size: .9rem;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-family: "Noto Kufi Arabic";
}
/*--- loader ---*/
.no-js .loader-wrapper {
    display: none;
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

    .loader-wrapper .loader {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        z-index: 1001;
        background-image: url("https://smartforms.mohap.gov.ae/Images/HFImages/preloader.gif");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .loader-wrapper .loader .preloader_inner {
            position: absolute;
            bottom: -20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        background: #FFFFFF;
        width: 50%;
        height: 100%;
        z-index: 1000;
    }

        .loader-wrapper .loader-section.section-left {
            left: 0;
        }

        .loader-wrapper .loader-section.section-right {
            right: 0;
        }

.loaded .loader-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: none;
}

.m_edit {
    margin-left: -12px;
    margin-right: -12px;
}

.p_edit {
    padding-left: 12px;
    padding-right: 12px;
}

/*--- loader End---*/

@media (max-width: 1199px) {
    .m_edit {
        margin-left: -6px;
        margin-right: -6px;
    }

    .p_edit {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.dropdown-menu {
    border: 0px;
    padding: 10px;
}



@media (min-width: 991px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

        .navbar-nav > li {
            float: right;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}
/*.btn-group.bootstrap-select {
    z-index: 0;
}
.input-group {
    z-index: 0;
}
*/

/* Style The Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdowntop {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    left: 0;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #fff;
        }

/* Show the dropdown menu on hover */
.dropdowntop:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdowntop:hover .dropbtn {
    background-color: #fff;
}


header .top .right .user-control ul li:not(:first-child) a:after {
    display: none;
}

header .top .right .user-control ul li:not(:first-child) a:before {
    display: none;
}
/*header .top .right .user-control ul li:first-child a::before {
    display: none;
}
header .top .right .user-control ul li:last-child a::after {
    display: none;
}
header .top .right .user-control ul li {
    list-style-type: none;
    display: inline-block;
}
    header .top .right .user-control ul li::before {
        content: ' ';  
        letter-spacing: 1em;  
        background: linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0);  
    }
    header .top .right .user-control ul li::after {
        content: ' '; 
        letter-spacing: 1em;  
        background: linear-gradient(90deg, transparent calc(50% - 0.03125em), currentColor 0, currentColor calc(50% + 0.03125em), transparent 0);  
    }
    header .top .right .user-control ul li:first-child {
        border-left: none;
    }
    header .top .right .user-control ul li:last-child {
        border-right: none;
    }*/




@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

header .bottom .menu-wrap .main-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    /* background-color: #7C5E24;*/
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

@media screen and (max-width: 991px) {


    header .wrap {
        padding: 20px 0;
    }

    header .top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        header .top .left {
            width: 100%;
        }

        header .top .right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-top: 15px;
            width: 100%;
        }

            header .top .right .user-control {
                margin: 0;
                width: 100%;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                header .top .right .user-control .burger-nav {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-flex: 1;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                }

                header .top .right .user-control ul {
                    margin-right: 20px;
                    margin-left: -15px;
                }

                    header .top .right .user-control ul li a span {
                        display: none;
                    }

                header .top .right .user-control .mob-search {
                    display: inline-block;
                }



    header .bottom {
        margin-top: 0;
        position: relative;
    }

        header .bottom .menu-wrap {
            display: none;
        }

            header .bottom .menu-wrap.open {
                display: block;
                background-color: #1B1D21; /*white;*/
                position: absolute;
                left: 0;
                top: 100%;
                width: 100%;
                z-index: 1;
                /*   height: 100vh;*/
            }

                header .bottom .menu-wrap.open::before {
                    content: "";
                    width: 30%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 99%;
                    background-color: #1B1D21;
                }

                header .bottom .menu-wrap.open::after {
                    content: "";
                    width: 30%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    right: 99%;
                    background-color: #1B1D21;
                }

            header .bottom .menu-wrap .main-menu {
                display: block;
            }


                header .bottom .menu-wrap .main-menu li {
                    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
                    position: relative;
                }



                    header .bottom .menu-wrap .main-menu li::before {
                        content: "";
                        width: 30%;
                        height: 1px;
                        position: absolute;
                        top: 100%;
                        left: 99%;
                        background-color: rgba(255, 255, 255, 0.1);
                        z-index: 1;
                    }

                    header .bottom .menu-wrap .main-menu li::after {
                        content: "";
                        width: 30%;
                        height: 1px;
                        position: absolute;
                        top: 100%;
                        right: 99%;
                        background-color: rgba(255, 255, 255, 0.1);
                        z-index: 1;
                    }

                    header .bottom .menu-wrap .main-menu li a {
                        /*color: #FFFFFF;*/
                        position: relative;
                        font-size: 1rem;
                        display: block;
                        padding: 20px 10px;
                        /*margin: 0;*/
                    }

                        /* header .bottom .menu-wrap .main-menu li a.active {
                                border-bottom: solid 1px rgba(255, 255, 255, 0.1);
                            }*/

                        header .bottom .menu-wrap .main-menu li a::after {
                            display: none;
                        }

            /*header .bottom .menu-wrap .main-menu li a:hover {
                            color: #7C5E24;
                        }*/

            header .bottom .menu-wrap .user-info {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
}

header .top .right .user-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .dropdown-content {
        margin: 0px -100px !important;
    }
}

li {
    list-style: none;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1424px;
    }
}

ul {
    padding-right: 0px
}
a:hover, a:focus {
    text-decoration: none
}

.navbar-nav > li {
    direction: rtl;
}

@media screen and (max-width: 991px) {
    .lblTwoFactorclass {
        font-size: 11px;
       /* padding-right: 4px;*/
    }
}





