﻿            

/********************Eslam edit **********************/
@font-face {
    font-family: 'NotoNaskhArabicUI-Bold';
    src: url('../../assets/fonts/NotoKufiArabic-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'stc';
    src: url('../../fonts/stc.otf') format('opentype');
}

@font-face {
    font-family: 'ArbFONTS-URW-DIN-Arabic-Medium';
    src: url('../../fonts/ArbFONTS-URW-DIN-Arabic-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'ArbFONTS-Droid Arabic Kufi';
    src: url('../fonts/ArbFONTS-Droid Arabic Kufi.ttf') format('truetype');
}
@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
}

/*************************general class***************************/
html, body {
    transition: 0.4s all ease-in-out;
    background-color: #f7f8fc;
    font-family: ArbFONTS-Droid Arabic Kufi !important;
    /*font-family: SSTArabicRoman !important;*/
    /*font-size: 12px*/
}

.p-0 {
    padding: 0 !important
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.m-0 {
    margin: 0
}

.mr-0 {
    margin-right: 0
}

.ml-0 {
    margin-left: 0
}
.mb-0{
    margin-bottom:0 !important
}
.m-0{
    margin:0
}
.panel-flat > .panel-heading {
    background-color: initial;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 5px;
    padding: 5px 15px;
    /*background: #f7f8fb;*/
    border-radius: 10px 10px 0 0;
    color: #637f9e;
}

.panel-flat > .panel-heading > .panel-title {
    font-weight: bold
}

.panel {
    border-radius: 5px;
    /*border-color: #dde8e6;*/
    box-shadow: none;
}

/*.panel-white {
    min-height: 600px;
}*/

.panel-white > .panel-heading {
    background-color: transparent;
    /*margin-bottom: 20px;*/
    /*border-bottom: 3px solid #cad6e345;*/
    border-bottom: 0px solid #cad6e345;
    color: #637f9e;
}

.navbar-inverse {
    /*margin-top: -50px;
    padding: 8px;*/
    background-color: #f9f9f9;
    border: none;
    background-image: url(../../assets/images/backgrounds/panel_bg.png);
}

.navbar-brand {
    padding: 0px 15px 0 0;
    font-size: initial
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #fff
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #1779cb;
    background-color: initial;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent !important;
    color: #009aff
}

body.sidebar-xs .navbar-header {
    min-width: 60px
}

body.sidebar-xs .navbar-brand > span {
    display: none
}

.navbar-brand > img {
    height: 43px;
    display: inline
}

.sidebar, .sidebar-xs .sidebar {
    background-color: #366863;
    /*background-image: url('../../assets/images/backgrounds/panel_bg.png');*/
    box-shadow: 6px 13px 9px 5px #bdbdbd;
    border-radius: 0px 0 0 0;
    /*border-left: 3px solid #00524d;*/
}


.sidebar-xs .sidebar-main .navigation > li > a > i {
    margin: 8px auto;
    font-size: 22px;
    color: #fff
}

.sidebar-xs .sidebar-main .navigation > li:hover:not(.active) > a {
    background-color:transparent
}

.sidebar-xs .sidebar-main .navigation > li > ul {
    background-color: #366863;
    /*background-image: url('../../assets/images/backgrounds/panel_bg.png');*/
    border-radius: 0 0 0 15px;
}

.sidebar-xs .sidebar-main .navigation > li > a > span {
    background-color: #366863;
    /*background-image: url('../../assets/images/backgrounds/panel_bg.png');*/
    border: none;
    border-bottom: 1px solid;
    color: #0bcaa5
}

.sidebar-xs .sidebar-main .navigation > li .has-ul > span {
    border-radius: 15px 0 0 0;
}

.sidebar-main-toggle {
    border-radius: 50px;
    border: 1px solid;
    border-color: #00524d;
    color: #00524d !important;
    padding: 8px 10px !important;
    margin-top: 5px;
}

.sidebar-main-toggle:hover {
    background-color: #55b4ff !important;
    color: #fff !important;
    border: 1px #fff solid !important
}
 
/*.sidebar-xs .navigation > li.active > a, .sidebar-xs .navigation > li.active > a:hover, .sidebar-xs .navigation > li.active > a:focus {
    background: #263238
}*/
.navigation {
    padding: 20px 0;
}

.navigation > li > a {
    min-height: 50px;
    font-size: 14px;
    font-weight: normal;
    /*font-family: ArbFONTS-Droid Arabic Kufi*/
}

.navigation li > .active a {
    background: #00524d45;
}

.navigation li a:hover, .navigation li a:focus {
    background-color:transparent;
    color: #0bcaa5;
    transition: all ease-in-out 0.2s;
    margin-right: 5px; 
     /*border-right: 5px solid #0bcaa5;*/
 

}


.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    /*border-right: 5px solid #0bcaa5;*/
    background-color: transparent;
    /*border-radius: 13px 8px 5px 11px;*/
    border-bottom: 1px solid ;
    border-color:#3f5c75;
}

.navigation li a > i {
    font-size: 20px;
}

.navigation > li.active > a > i,
.navigation li a {
    color: #fff;
}

.page-header-default {
    background-color: #f8f8f8;
    box-shadow: none
}

.page-header-default .breadcrumb-line:not([class*=bg-]) {
    /*background-color: #fff;*/
    border-top: 1px solid #eee;
    border-radius: 25px 25px 0;
    z-index:1
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00524d !important;
    border: 1px solid #147ed2 !important;
    border-radius: 15px !important;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 4px !important;
}

.splitter {
    border: 0;
    /*border-top: 1px solid #eee;*/
    width: 100%;
    margin: 5px auto !important
}
.splitter-vertical {
 
    border-right: 1px solid #eee;
    height: 100%;
    margin: 5px auto !important
}

mark, .mark {
    background-color: #00524d;
    border-radius: 10px;
}

/**************************calender*********************************/
.fc th {
    background-color: #fff !important
}

.fc-button.fc-state-down, .fc-button.fc-state-active {
    border-color: #00524d;
    color: #00524d;
    background-color: #00524d17;
}

.event-details {
    width: initial !important
}

.event-details .badge {
    display: block;
    width: inherit !important;
    /*border-radius: 5px;*/
}

.fc-day-grid-event {
    margin: 0;
    padding: 0
}

.event-details:hover, event-details:hover span {
    background-color: transparent !important;
}

.fc-basic-view tbody .fc-row {
    min-height: 70px;
}

.fc-view, .fc-view > table {
    min-width: initial !important
}

.fc-unthemed td.fc-today {
    background-color: #e4f3ff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #00524d;
    /*background-color: #00524d17;
    border-radius: 15px 15px 0 0;*/
}

}

td {
    font-weight: normal
}

/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #00524d;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-left: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\ed6e";
    font-family: 'icomoon';
    background: #00524d;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

/******************************************/
/*.select2 {
    width: 90% !important;
}*/

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 28px !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #38a0895c !important;
    border: none !important;
    border-radius: 5px !important;
    color: #38a089;
    padding: 5px 15px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 4px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
    min-height: 28px !important
}

.counter .panel {
    border-color: none;
    box-shadow:none
}

[class^="icon-"], [class*=" icon-"] {
    /*height: initial;*/
    width: initial;
    background-image: none;
    top: 0
}

.counter .panel [class^="icon-"], [class*=" icon-"] {
    height: initial;
    background-image: none
}

.counter .col-sm-3 .chart {
    min-height: initial;
}

.piechart .border-default {
    border: #eee 1px solid;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 1px;
    background: #fff;
    border-radius: 5px;
}

.border-default-container {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;

}

.piechart, .piechart .chart {
    min-height: 350px
}

    .piechart .border-default .chart {
        min-height: 200px
    }

    .piechart .ri {
        min-height: 350px
    }

thead {
    background-color: #f7f8fc !important;
    /*background-image: url(../../assets/images/backgrounds/panel_bg.png) !important;*/
}

/*.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}*/

.table-bordered {
    border: 1px solid;
    border-color: #00524d
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dfe7ef;
    font-size: 12px;
}
    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
        border: 1px solid #dfe7ef;
        font-size: 13px;
        font-weight: normal;
        color: #333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .table-bordered > thead > tr.border-double:first-child > th, .table-bordered > thead > tr.border-double:first-child > td {
        padding: 5px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.table-hover > tbody > tr:hover {
    background-color: #f4f8fb;
    transition: .3s cubic-bezier(0.4, 0, 1, 1) all;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(166, 216, 255, 0.5) 100%, rgba(33,150,243,1) 100%)
}

.width-initial {
    width:initial !important;
    min-width: initial !important;
}

.width-150 {
    width: 150px;
}

.panel.has-bg-image {
    height: 90px
}

.mt-0{
    margin-top:0 !important
}
.pt-0 {
    padding-top: 0 !important
}

.thumbnail {
    border-radius: 10px;
    border-color: #f7f8fc;
    box-shadow: 0 1px 1px rgba(84,118,161,.16);
}

/*.btn {
    padding: 5px 12px
}*/

.col-sm-12 > .btn {
    min-width: 90px;
    border-radius: 5px;

}

.btn-success, .bg-success-400 {
    background-color: #38a089;
    border-color: #38a089;
}

.btn-success:focus, .btn-success.focus, .btn-success:hover {
    background-color: #38a089;
    border-color: #38a089;
}
.text-green, .text-green:hover, .text-green:focus {
    color: #0bcaa5 !important;
}

.btn-warning {
    color: #fff;
    background-color: #f3bd48;
    border-color: #f3bd48;
}

.btn-warning:focus, .btn-warning.focus, .btn-warning:hover {
    background-color: #ffbf09;
    border-color: #f2b509;
}

label {
    color: #333;
    font-size: 12px;
    /*font-weight:bold*/
}
/*.form-control {
    border: 1px solid #ddd;
    height: 33px;
    font-size:14px;
    padding:5px 12px
}*/
/*.select2-selection--multiple:not([class*=bg-]):not([class*=border-]) {
    border: 1px solid #cae0f3;
}*/

.text-size-mini {
    font-size: initial
}

.dataTables_paginate .paginate_button {
    border-radius: 25px;
}

    .dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current:focus {
        background-color: #00524d;
    }

.modal-content {
    border-radius: 10px;
}

.modal-header {
    padding-bottom: 10px;
    background: #f7f8fb;
    border-radius: 10px 10px 0 0;
    padding-top: 15px;
    color: #3a5a7d;
}
.modal-header .close{
    top:initial !important
}

.panel-collapse {
    /*border: #e3e5ec 1px solid;*/
    /*padding: 10px;*/
    padding: 20px 40px;
    position: relative;
    /*background: #fafafa;*/
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px !important;
}

.panel-collapse:after {
    content: "\edc4";
    font-family: 'icomoon';
    font-size: 32px;
    position: absolute;
    top: -4px;
    left: 62%;
    color: #e3e5ec;
    transform: translate(50%, -50%);
}

.timeline-left .timeline-icon {
    z-index: 9;
}

.timeline-container:after {
    z-index: 1;
}

/************message popupe*************/
.navbar-nav > li > .dropdown-menu {
    /*border: #ddf0ff 1px solid;
    border-radius: 15px;*/
    /*min-width: 300px;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: initial;
    color: #00524d;
    margin-right: 10px;
}

.navbar-nav > li > .dropdown-menu:after {
    content: "\edc4";
    font-family: 'icomoon';
    font-size: 32px;
    position: absolute;
    top: -4px;
    left: 0%;
    color: #fff;
    transform: translate(50%, -50%);
}
.navbar-right{
    position:relative
}

.navbar-right a{
    color:#00524d;
}
li > .dropdown-menu {
    margin-top: 1px;
    /*border-top-width: 0;*/
}
.media {
    margin-top: 0px;
}

.dropdown-menu .media-list {
    max-height: 340px;
    overflow-y: auto;
}
.img-sm {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}
.bg {
    position: absolute;
    bottom: -5px;
    left: 0;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%); */
    /* clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%); */
    /* background: #253c50 url(../../assets/images/backgrounds/panel_bg.png); */
    width: 20%;
    /* height: 55px; */
    z-index: 2;
    /*border-bottom: 4px solid;*/
    border-color: #00524d
}
.bg2 {
    position: absolute;
    bottom: -5px;
    left: 0;
    /* -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%); */
    /* clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%); */
    /* background: #00524d; */
    width: 15.2%;
    /* height: 60px; */
    z-index: 3;
    /*border-bottom: 5px solid;*/
    border-color: #233a4e
}
.bg3 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 55% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
    background: #0bcaa5;
    width: 34.2%;
    height: 60px;
    z-index: 0
}
.navbar-nav > .dropdown-user img{
    /*border:2px solid #fff;
    max-height:40px;*/
    z-index:1
}

.dropdown-content-heading {
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height:30px
    /*min-width: 100px !important;*/
}
.dropdown-content-body {
    padding: 0 20px;
}


.dropdown-content-footer {
    background-color: #f6f8f9;
    border-top: 1px solid #e8eef1;
    /*border-radius: 0 0 15px 15px;*/
}

.file-box {
    text-align: right;
    padding: 10px;
    width: auto !important;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}

.input-group-btn .btn {
    /*padding: 5px 12px*/
}
/************************/
.sk-circle {
    width: 60px;
    height: 60px;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/********************tabs*****************/
.nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #00524d;
}
.nav-tabs.nav-justified > li {
    display: inline-block;
    width: initial;
}
.nav-tabs > li > a {
    color: #566d80;
}

/*.nav > li > a {
    padding: 9px 10px;
}*/
/******************************/
.datatable-header, .datatable-footer {
    padding: 0;
}
/*************menu****************/
ul.hidden-ul li hr {
    border-top: 1px solid;
    border-color: #37536d
}


/*************************media query **********************/
@media (min-width: 769px){
    .has-detached-right .content-detached {
        margin-left: 280px;
    }
    .has-detached-right .container-detached {
        float: right;
        margin-left: -260px;
        width: 100%;
    }

    .sidebar-xs .header-highlight .navbar-header {
        min-width: 0;
        width: 56px;
        padding-right: 0;
    }

    .sidebar-xs .header-highlight .navbar-header .navbar-brand {
        padding-right: 0;
        padding-left: 0;
        background: url(../../images/brandlogosmall.png) no-repeat center center;
        background-size: contain;
        float: none;
        display: block;
    }

        .sidebar-xs .header-highlight .navbar-header .navbar-brand > img {
            display: none;
        }

    .sidebar-main-hidden .header-highlight .navbar-header,
    .sidebar-all-hidden .header-highlight .navbar-header {
        display: none;
    }

}

/***************************/

.col-md-12.checklist-item {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    z-index: 999;
    background-color: #f0f0f0 !important;
}
.checklist-item {
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px 1px #dbe5ec; */
    /*border: 1px solid #ddd;*/
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    /*background-color: #fafafa;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px !important;*/
}


/********************************ckeckbox modify***************************************/
 
.checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .checkbox > input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

.checkbox__icon {
    display: inline-block;
    /* Default State */
    color: #38a089;
    /* Active State */
}

input[type="checkbox"]:checked ~ .checkbox__icon {
    color: #27675b;
    margin-left: 10px;
    font-size: 17px;
}

/* IE6-8 Fallback */
@media \0screen\,screen\9 {
    .checkbox__icon {
        display: none;
    }

    .checkbox > input[type="checkbox"] {
        position: static;
    }
}
.checkbox__icon:before {
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--check:before, input[type="checkbox"]:checked ~ .checkbox__icon:before {
    content: "\e601";
}

.icon--check-empty:before, .checkbox__icon:before {
    content: "\e600";
}

@font-face {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
}


<label class="checkbox" >
<input type="checkbox" checked >
<span class="checkbox__icon" > </span >
Dat checkbox
</label >


/***************scroll******************/


button:disabled {
    cursor: not-allowed;
    /*background-color: #fafafa;*/
}
.timeline-content {
    margin-bottom: 15px; 
}
.paidclass {
    background-color: #F0FFF0;    
}

.treeTitleHead {
    background-color: #f7f8fc !important;
    padding: 7px 7px;
    direction:rtl;
    text-align:right;
    margin-bottom:1%!important;
}

ul.tree .treeGroupHead {
    background-color: #fff !important;
}

.treeChildHead {
    background-color: ghostwhite !important;
}

.nodeWithNoChild {
    margin-right: 1.5% !important;
    cursor: pointer;
}
.nodeMargin {
    margin-left: 5% !important;
    cursor: pointer;
}
.nodeHighlight {
    background: lightyellow;
    content: "-";
    display: inline-block;
}

ul.tree, .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.tree ul {
    display: none;
}

.tree > li {
    display: block;
    background-color: #fff;
    margin-bottom: 2px;
}

.tree span {
    display: block;
    padding: 5px 6px;
}

.tree .hasChildren > .expanded {
    margin-bottom: 0.1em;
}

    .tree .hasChildren > .expanded a {
        color: #fff;
    }

.PlusIcon {
    cursor: pointer;
    background: transparent url('../../images/plus-minus.png' ) no-repeat right top;
    display: inline-block;
    height: 12px;
    width: 12px;
    float: right;
    cursor: pointer;
    background-position: right top;
    margin-top: 3px;
    margin-left:5px;
    zoom:1.3;
}

.MinusIcon {
    cursor: pointer;
    background: transparent url('../../images/plus-minus.png' ) no-repeat right top;
    display: inline-block;
    height: 12px;
    width: 12px;
    float: right;
    cursor: pointer;
    background-position: right -10px;
    margin-top: 3px;
    margin-left: 5px;
    zoom: 1.3;
}


.show-effect {
    display: block !important;
}


.btn-group-xs > .btn, .btn-xs {
    padding: 2px 10px 5px;
}
.pull-right > li > a {
    padding: 0 10px 5px;
}
/*-------- Preloader --------*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999 !important;
    background-color: #ffffffd4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.preloader .lds-ellipsis {
display: inline-block;
position: absolute;
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
top: 50%;
left: 50%;
}

.preloader .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #00524d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

    .preloader .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }

    .preloader .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .preloader .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }

    .preloader .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }

.preloader.preloader-dark {
background-color: #000;
}

.preloader.preloader-dark .lds-ellipsis div {
    background-color: #fff;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.countbadge {
    font-weight: bold;
    font-size: 19px;
    width: 60px;
    height: 40px;
    padding-top: 5px;
    display: block;
    cursor: pointer !important;
    color: #fff;
    border-radius: 0px 5px 3px 15px;
    background: #0bcaa5;
    /* padding: 2px 20px 10px; */
    margin-top: -20px !important;
    margin-right: -20px !important;
}

.chartbox:hover {
    cursor: pointer;
    border-color: #dedede;
    border-width: 1px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
/*.visit-answer {
    border-radius: 5px;
    box-shadow: none; 
    display: inline-block;
   
    padding: 10px;
    border: 1px solid #ddd;
}*/
.navbar-nav > li {
    margin: 0 5px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.text-muted {
    color: #444;
}
input[type=checkbox], input[type=radio] {
    /*margin: 8px 6px 9px;*/
    line-height: normal;
    cursor: pointer;
}
.img-lg {
    width: 35px !important;
    height: 35px !important;
}
.caret {
    margin-top: 4px;
}
