@import '../assets/components/modules/admin/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.css';
@import '../assets/components/modules/admin/calendar/assets/lib/css/fullcalendar.css';
@import '../assets/components/modules/admin/forms/elements/select2/assets/lib/css/select2.css';
@import '../assets/components/modules/admin/forms/editors/summernote/css/summernote.css';
@import '../assets/components/modules/admin/notifications/notyfy/assets/lib/css/jquery.notyfy.css';
@import '../assets/components/modules/admin/notifications/notyfy/assets/lib/css/notyfy.theme.default.css';
body{
    font-family: Tahoma !important;
    font-size: 12px !important;
}

.paging_listbox {
    padding: 15px !important;
}

.text-white{
    color: #fff !important;
}
.bg-info{
    background: #D9EDF7 !important;
}
.bg-photo1{
    background: url('../dist/img/photo1.png') center center;
    box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.5);
}
.carousel { z-index: -99; } /* keeps this behind all content */
.carousel .item {
    position: fixed; 
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.carousel .one {
    background: url(../assets/images/bc2.jpg);
    background-size: 101% 103% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    box-shadow:inset 0 0 0 2000px rgba(190, 190, 190, 0.3);
    filter: blur(15px);
    -webkit-filter: blur(15px);
}

.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}
.treeview-menu li a {
    white-space: normal !important;
    background-color:  #014b28 !important;
}
.white-space{
    white-space: normal !important;
}
.text-info {
    color: #318f35 !important;
  }
.text-shadow{
    text-shadow: 0 1px 0 #fff
}
.user-panel>.image>img {
    max-width: 170px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.table{
    width: 100% !important;
}

.btn-secondary {
    background-color: #99CCCD;
    background-image: -moz-linear-gradient(top, #99CCCD, #8FC2C3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#85B8B9), to(#7BAEAF));
    background-image: -webkit-linear-gradient(top, #71A4A5, #679A9B);
    background-image: -o-linear-gradient(top, #5D9091, #538687);
    background-image: linear-gradient(to bottom, #231F20, #333333);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5d6168', endColorstr='#ff45484d', GradientType=0);
    border: 1px solid #538687;
    color: #fff;
    border-radius: 2px 2px 2px 2px !important;
    font-weight: normal !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
    color: #ffffff !important;
    background: #111111 !important;
}
.btn-group{
    display: flex !important;
    justify-content: center !important;
}
.btn-app{
    margin: 0 !important;
    height: 100px !important;
    text-transform: uppercase !important;
}
.clickable{
cursor:pointer;
}
.dataTables_paginate {
    text-align: right
}

div.dataTables_info {
    padding: 35px 0 0;
    font-size: 12px;
    font-weight: 600
}

div.dataTables_paginate .pagination {
    margin-bottom: 0
}

.table-primary {
    border-color: #dbdbdb;
    border-top: none
}

.table-primary thead th {
    border-color:  #000e07 !important;;
    background-color: #006a39 !important;;
    color: #fff;
    font-size: 14px
}

.table-primary tbody td {
    color: #7c7c7c;
    background: #fafafa;
    border-width: 0
}

.table-primary tbody td.important {
    color: #696969;
    font-weight: 700
}

.table-primary tbody td.actions {
    padding-right: 1px
}

.table-primary.table-bordered tbody td {
    border-color: #dbdbdb;
    border-width: 1px
}

.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
    background: #fff
}

.table-primary tbody tr.selectable td {
    cursor: pointer
}

.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
    background: rgba(74, 139, 194, 0.1)
}


.table-responsive {
    overflow-x: hidden;
}

@media( max-width: 1440px ){
    .table-responsive {
        overflow-x: auto !important;
    }
}

.checkbox, .radio {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.checkbox-custom input[type=checkbox] {
    position: relative;
    left: -99999px;
}

.checkbox-custom i {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block
}

.checkbox-custom i.checked {
    color: #696969;
}

.checkbox-custom i.checked:before {
    content: '\f046'
}

.checkbox-custom i.disabled {
    color: #eee
}

.checkbox-single {
    padding: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px
}

.checkbox-single .checkbox-custom {
    width: 20px
}

.checkbox-single .checkbox-custom i {
    margin-left: 1px
}

.radio-custom input[type=radio] {
    position: relative;
    left: -99999px
}

.radio-custom i {
    margin-left: -20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px;
    width: 16px;
    height: 16px;
    font-size: 1.333em;
    color: #ddd;
    display: inline-block
}

.radio-custom i.checked {
    margin-right: 4px;
    color: #696969;
    margin-left: -19px
}

.radio-custom i.checked:before {
    content: '\f111'
}

.radio-custom i.disabled {
    color: #eee
}

.separator {
    padding: 15px 0 !important;
    display: block !important;
}

.separator.bottom {
    padding: 0 0 15px !important;
}

.separator.top {
    padding: 15px 0 0 !important;
}
.notyfy_wrapper {
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.notyfy_wrapper.notyfy_alert {
    background: #fff
}

.notyfy_wrapper.notyfy_error {
    background: #bd362f;
    color: #fff
}

.notyfy_wrapper.notyfy_success {
    background: #609450;
    color: #fff
}

.notyfy_wrapper.notyfy_warning {
    background: #ab7a4b;
    color: #fff
}

.notyfy_wrapper.notyfy_information {
    background: #74a6d0;
    color: #fff
}

.notyfy_wrapper.notyfy_confirm {
    background: #fff
}

.notyfy_wrapper.notyfy_primary {
    background: #541f15;
    border: none
}

.notyfy_wrapper.notyfy_primary,
.notyfy_wrapper.notyfy_primary * {
    color: #fff
}

.notyfy_wrapper.notyfy_default {
    background: #fafafa
}

.notyfy_wrapper.notyfy_dark {
    background: #4a4846
}

.notyfy_wrapper.notyfy_dark,
.notyfy_wrapper.notyfy_dark * {
    color: #fff
}

#notyfy_container_top {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
}

#notyfy_container_top .notyfy_wrapper {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

#content-notification .notyfy_wrapper {
    border: none;
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.5), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

#content-notification .notyfy_wrapper p {
    margin: 0
}

#content-notification .notyfy_wrapper .notyfy_message {
    padding: 15px 10px
}

#content-notification .notyfy_wrapper.notyfy_default {
    background: #fafafa
}

#content-notification .notyfy_wrapper.notyfy_dark {
    background: #4a4846
}

#content-notification .notyfy_wrapper.notyfy_primary {
    background: #541f15;
    box-shadow: inset 0 8px 8px -8px #0a141d, inset 0 -8px 8px -8px #2a567c;
    -moz-box-shadow: inset 0 8px 8px -8px #0a141d, inset 0 -8px 8px -8px #2a567c;
    -webkit-box-shadow: inset 0 8px 8px -8px #0a141d, inset 0 -8px 8px -8px #2a567c
}
.d-flex{
    display: flex !important; 
}

.justify-content-center{
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.grid-wrapper{
    height: 300px !important;
}
.grid-container{
    overflow-y: scroll !important; height: 100% !important;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 black;
    /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); */
    transition: color .3s ease;
    border: 1px solid #ddd !important;
}
.grid-container:hover{
    color: rgba(0, 0, 0, 0.3);
}
.scrollbar-style1::-webkit-scrollbar,
.scrollbar-style1::-webkit-scrollbar-thumb {
    width: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 10px solid transparent;
}

.scrollbar-style1::-webkit-scrollbar-thumb {        
    box-shadow: inset 0 0 0 10px;
    /* background-color: rgba(0, 0, 0, 0.3); */
}
  
.fancyTab {
    text-align: center;
    padding:15px 0;
    background-color: #eee;
    box-shadow: 0 0 0 1px #ddd;
    top:15px;	
    transition: top .2s;
}  
.fancyTab.active {
    top:0;
    transition:top .2s;
}
.whiteBlock {
    display:none;
}
  
.fancyTab.active .whiteBlock {
    display:block;
    height:2px;
    bottom:-2px;
    background-color:#fff;
    width:99%;
    position:absolute;
    z-index:1;
}
  
.fancyTab a {
    font-family: 'Source Sans Pro';
    font-size:1.65em;
    font-weight:300;
    transition:.2s;
    color:#333;
  }
  
  /*.fancyTab .hidden-xs {
    white-space:nowrap;
  }*/
  
.fancyTabs {
    border-bottom:2px solid #ddd;
    margin: 15px 0 0;
}
  
li.fancyTab a {
    padding-top: 15px;
    top:-15px;
    padding-bottom:0;
}

li.fancyTab.active a {
    padding-top: inherit;
}

.fancyTab .fa {
    font-size: 40px;
    width:100%;
    padding: 15px 0 5px;
    color:#666;
}
  
.fancyTab.active .fa {
    color: #cfb87c;
}

.fancyTab a:focus {
    outline:none;
}

.fancyTabContent {
    border-color: transparent;
    box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
    padding: 30px 15px 15px;
    position:relative;
    background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
    border-width:0;
}

.nav-tabs > li.fancyTab:hover {
    background-color:#f9f9f9;
    box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
    background-color:#fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
    border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
    background-color:transparent;
    border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
    border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
    margin-right:0;
    border-top:0;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
    margin-right:0;
    margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
    border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:first-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 1px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:last-child {
    border-right: 0px solid #ddd;
    box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
    box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
    box-shadow:none;
    top:0;
}

.fancyTab.active {
    background: #fff;
    box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 1px #ddd inset;
    padding-bottom:30px;
}

.arrow-down {
    display:none;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 22px solid #ddd;
    position: absolute;
    top: -1px;
    left: calc(50% - 20px);
}

.arrow-down-inner {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    top: -22px;
    left: -18px;
}

.fancyTab.active .arrow-down {
    display: block;
}

@media (max-width: 1200px) {

    .fancyTab .fa {
        font-size: 36px;
    }

    .fancyTab .hidden-xs {
        font-size:22px;
    }
        
}
    
    
@media (max-width: 992px) {
    
    .fancyTab .fa {
        font-size: 33px;
    }
    
    .fancyTab .hidden-xs {
        font-size:18px;
        font-weight:normal;
    }
        
}
    
    
@media (max-width: 768px) {
    
    .fancyTab > a {
        font-size:18px;
    }
    
    .nav > li.fancyTab > a {
        margin-bottom:inherit;
    }
        
    .fancyTab .fa {
        font-size:30px;
    }
        
    .nav-tabs > li.fancyTab > a {
        border-right:1px solid transparent;
        padding-bottom:0;
    }
    
    .fancyTab.active .fa {
        color: #333;
    }
        
}
.widgetbox{
    background: transparent !important;
}

.widgetheader{
    background: #D9534F !important; width: 50% !important; color: #fff !important; border-radius: 3px 3px 0px 0px !important;
}

.widgetbody{
    background: #fff !important; border: 1px solid #e7e7e7 !important;
}

.box1{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

.white{
    color: #ffffff !important;
}

.size-1{
    font-size: 25px !important;
}

.no-border-left{
    border-left: none !important;
}

.no-border-right{
    border-right: none !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.profile-user-img {
    width: 250px !important;
    /* height: 200px !important; */
}

input[readonly='readonly'] {
    background-color: #fff !important;
}

.form-control[readonly]{
    background-color: #fff !important;
}

.form-control{
    background-color: transparent !important;
}

.modal-header {
    padding: 5px 10px 5px 10px !important
}

.modal-body {
    padding: 15px 10px 10px 10px !important
}

.modal-footer {
    padding: 5px 10px 5px 10px !important
}

.modal-header .close {
    margin-top: 5px !important;
}

.select2-results ul.select2-result-sub {
    padding: 0
}

.select2-container img.flag {
    height: 13px;
    padding-right: 10px;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-container img.flag,
.select2-drop {
    z-index: 99999
}

.select2-drop img.flag {
    height: 13px;
    padding-right: 10px;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-container .select2-choice {
    background: #fff;
    border-color: #efefef;
    line-height: 1.428571429;
    height: 34px;
    padding: 6px 12px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-container-multi .select2-choices {
    border-color: #efefef;
    background: #fff;
    min-height: 34px
}

.select2-container-multi .select2-choices .select2-search-choice {
    margin: 5px 0 5px 5px;
    border-color: #efefef;
    background: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    line-height: 14px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
    top: 5px
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 6px
}

.select2-results .select2-highlighted {
    background: #4a8bc2
}

.select2-container .select2-choice div {
    border-color: #efefef;
    background: #fff;
    width: 24px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
}

.select2-container .select2-choice div b {
    background-position: 3px 5px
}

.select2-drop {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.ms-container .custom-header {
    height: 30px !important;
    line-height: 30px !important;
    background: #eaeaea !important;
    padding: 0 15px !important;
    font-weight: 600 !important;
    border: 1px solid #dbdbdb !important;
}

.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none !important;
}

.ms-container .custom-header.custom-footer {
    border-top: none !important;
}

.ms-container {
    margin: 0 auto 15px !important;
    width: 100% !important;
}

.ms-container ul.ms-list {
    width: 100% !important;
    height: 200px !important;
    padding: 0 !important;
    overflow-y: auto !important;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: #bd362f !important;
    color: #fff !important;
    cursor: pointer !important;
}

.ms-container .ms-list {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #eaeaea !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.ms-container .custom-header {
    height: 30px !important;
    line-height: 30px !important;
    background: #eaeaea !important;
    padding: 0 15px !important;
    font-weight: 600 !important;
    border: 1px solid #dbdbdb !important;
}

.ms-optgroup {
    padding-left: 0 !important;
}

.ms-optgroup-label {
    background: #006a39 !important;
}

.ms-elem-selectable, .ms-elem-selection {
    background-color: #fff !important;
}

.ms-optgroup-label, .ms-elem-selectable, .ms-elem-selection {
    position: relative !important;
    padding: 10px 15px !important;
    margin-bottom: -1px !important;
    border: 1px solid #ddd !important;
}

.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none !important;
}

.ms-container .custom-header.custom-footer {
    border-top: none !important;
}

.bg-transparent {
    background: transparent !important;
}

.table {
    margin-bottom: 0 !important;
}

.modal70>.modal-dialog {
    width: 70% !important;
}

.modal80>.modal-dialog {
    width: 80% !important;
}

.modal90>.modal-dialog {
    width: 90% !important;
}

@media (max-width: 768px) {
    .modal70>.modal-dialog {
        width: auto !important;
    }
    .modal80>.modal-dialog {
        width: auto !important;
    }
    .modal90>.modal-dialog {
        width: auto !important;
    }
}

.checkbox label, .radio label {
    padding-left: 0 !important;
}

.skin-blue .main-header li.user-header{
    background: url(../assets/images/blur.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p{
    text-shadow: 2px 2px 4px #000000;
    font-size: 20px !important;
}

.main-sidebar {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

/* .skin-blue .content-header {
    background: url(../assets/images/wrapperBG3.jfif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
} */

/* .skin-blue .content-header {
    background: transparent;
} */

.bgWrapper .bgItem {
    position: fixed; 
    width: 100%; height: 100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;

}
.bgWrapper .one {
    background: url(../assets/images/bc2.jpg);
    background-size: 101% 103% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    box-shadow:inset 0 0 0 2000px rgba(190, 190, 190, 0.3);
    filter: blur(15px);
    -webkit-filter: blur(15px);
}

/* .breadcrumb li a.glyphicons {
    color: #000 !important;
}

.breadcrumb li a {
    color: #000 !important;
}

.breadcrumb {
    color: #000 !important;
} */

/* .original, .circular--square, .circular--landscape, .circular--portrait {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
} */

.circular--square {
    border-radius: 50%;
    width: 2in;
    display: block;
    border: 3px solid #d2d6de;
}

.circular--portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #d2d6de;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #d2d6de;
}

.circular--portrait img {
    width: 100%;
    height: auto;
}

.circular--landscape img {
    width: auto;
    height: 100%;
    /* margin-left: -50px; */
}

/* Skin Color */
.skin-blue .main-header .navbar {
    background-color:#006a39 !important;
    
    /* #BB1017 */
}

.skin-blue .main-header .logo {
    background-color: #006a39 !important;
    color: #fff;
    border-bottom: 0 solid transparent !important;
    /* #A80E15 */
}

.skin-blue .main-header .logo:hover {
    text-shadow: 2px 2px 4px #000000;
    /* z-index:1; */
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #006a39 !important;
    text-shadow: 2px 2px 4px #000000;

}

.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #006a39 !important;
}

.skin-blue .main-header li.user-header {
    background-color: #006a39 !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #006a39 !important;
}

.progress-bar-primary {
    background-color: #006a39 !important;
}

.text-primary {
    color:  #318f35 !important;
}

.box.box-primary {
    border-top-color: #006a39 !important;
}

.box.box-solid.box-primary {
    border: 1px solid #02743e!important;
}

.box.box-solid.box-primary>.box-header {
    background: #006a39 !important;
    background-color: #006a39 !important;
}

.btn-primary {
    background: #006a39 !important;
    border-color: #006a39  !important;
}
.btn-primary:hover {
    background: #03a359 !important;
}

.btn-danger {
    background: #CE000C !important;
    border-color: #CE000C !important;
}
.btn-danger:hover {
    background: #f55454 !important;
}

.btn-warning {
    background: #006a39 !important;
    border-color: #006a39 !important;
}
.btn-warning:hover {
    background: #03a359 !important;
}

.btn-default {
    background: #FDC824 !important;
    border-color: #FDC824!important;
    color: #fff !important;
}
.btn-default:hover {
    background: #efb813 !important;
}

.main-header .logo {
    line-height: normal !important;
    font-size: 12px !important;
    padding-top: 12px !important;
}

.pagination>.active>a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:  #006a39 !important;;
    border-color:  #006a39;
}

.text-black {
    color: #000 !important;
}

.email-text-transform {
    text-transform: none !important;
}

.well {
    background-color: #fff !important;
}

.widget.widget-body-gray {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6
}

.widget.widget-body-gray>.widget-body {
    background: #e5e5e5
}
.widget.widget-body-multiple.widget-body-gray>.widget-body {
    box-shadow: 0 3px 0 0 #f6f6f6;
    -moz-box-shadow: 0 3px 0 0 #f6f6f6;
    -webkit-box-shadow: 0 3px 0 0 #f6f6f6
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient( #006a39,#FDC824,#006a39);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient( #006a39,#FDC824,#006a39);
}

