@import '../assets/components/modules/resource/forms/elements/bootstrap-select/assets/lib/css/bootstrap-select.css';
@import '../assets/components/modules/resource/calendar/assets/lib/css/fullcalendar.css';
@import '../assets/components/modules/resource/forms/elements/select2/assets/lib/css/select2.css';
@import '../assets/components/modules/resource/forms/editors/summernote/css/summernote.css';
@import '../assets/components/modules/resource/notifications/notyfy/assets/lib/css/jquery.notyfy.css';
@import '../assets/components/modules/resource/notifications/notyfy/assets/lib/css/notyfy.theme.default.css';

.swal-title {
    font-size: 30px !important;
    font-weight: bolder;
    font-family: Arial, sans-serif;
    /* Optional: Customize font family */
}

.swal-text {
    font-size: 25px !important;
    font-weight: bolder;
    font-family: Arial, sans-serif;
    /* Optional: Customize font family */
}

body,
html,
table,
div,
td {
    font-family: 'Source Sans Pro', sans-serif !important;
    /* Default font family */
    font-size: 14px !important;
    /* Default font size */
}

.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;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(248, 248, 248, 0.23);
}

.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 {
    padding-top: 20px;
    background: url('../assets/images/bg_login.webp') no-repeat center center;
    filter: blur(10px);
    opacity: 0.5;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .two {
    padding-top: 20px;
    background: url('../assets/images/bg_login.webp') no-repeat center center;
    filter: blur(10px);
    opacity: 0.5;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .three {
    padding-top: 20px;
    background: url('../assets/images/bg_login.webp') no-repeat center center;
    filter: blur(10px);
    opacity: 0.5;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .four {
    padding-top: 20px;
    background: url('../assets/images/bg_login.webp') no-repeat center center;
    filter: blur(10px);
    opacity: 0.5;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .five {
    padding-top: 20px;
    background: url('../assets/images/bg_login.webp') no-repeat center center;
    filter: blur(10px);
    opacity: 0.5;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}


.treeview-menu li a {
    color: white;
    white-space: normal !important;
    background-image: url('../assets/images/orange_bg.png');

}

.white-space {
    white-space: normal !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: 4px 4px 4px 4px !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: 14px;
    font-weight: 600
}

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

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

.table-primary thead th {
    border-color: #8dc541;
    background-color: #8dc541;
    color: #fff;
    font-size: 14px !important;
}

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

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

.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.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: 4px;
    bottom: -4px;
    background-color: #fff;
    width: 99%;
    position: absolute;
    z-index: 1;
}

.fancyTab a {
    font-family: 'Source Sans Pro';
    font-size: 14px !important;
    font-weight: 300;
    transition: .2s;
    color: #333;
}

/*.fancyTab .hidden-xs {
    white-space:nowrap;
  }*/

.fancyTabs {
    border-bottom: 4px 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 -4px 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 4px 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: 24px 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: 14px solid #fff;
    position: absolute;
    top: -24px;
    left: -18px;
}

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

@media (max-width: 1200px) {

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

    .fancyTab .hidden-xs {
        font-size: 24px;
    }

}


@media (max-width: 994px) {

    .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 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 4px 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 14px;
    -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: transparent !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: #e6da00 !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;
}

.modal40>.modal-dialog {
    width: 70em !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: 4px 4px 4px #000000; */
    font-size: 14px !important;
}




body:not(.sidebar-collapse) .breadcrumb {
    left: 120px !important;
    width: calc(100% - 120px);
}


body.sidebar-collapse .breadcrumb {
    left: 0 !important;
    width: 100%;
}

.skin-blue .content-header {
    left: 80px !important;
    width: calc(100% - 120px) !important;
}


.skin-blue.sidebar-mini.sidebar-collapse .content-header {
    left: 0 !important;
    width: 100% !important;
}



.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/bg5.jfif);
    background-size: 101% 103% !important;
    background-position: center;
    background-repeat: no-repeat !important;
    box-shadow: inset 0 0 0 2000px rgba(236, 240, 245, 0.3);
    filter: blur(100px);
    -webkit-filter: blur(100px);
}

/* .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-image: url('../assets/images/orange_bg.png');


    color: #fff !important;
    /* #BB1017 */
}

.skin-blue .main-header .logo {
    background-image: url('../assets/images/orange_bg.png');
    max-width: 18vw !important;
    color: #fff !important;
    border-bottom: 0 solid transparent !important;
    /* #A80E15 */
}

.skin-blue .main-sidebar {
    background: url('../assets/images/orange_bg.png') no-repeat center center;
    background-size: cover;
    color: #fff !important;
    width: 18vw !important;
    max-width: 270px !important;
}

/* Medium devices (tablets) */
@media (max-width: 991px) {
    .skin-blue .main-sidebar {
        width: 25vw !important;
        min-width: 250px !important;
    }
}

/* Small devices (phones) */
@media (max-width: 767px) {
    .skin-blue .main-sidebar {
        position: fixed;
        width: 70vw !important;
        min-width: 200px !important;
        left: 0;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1050;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    /* When sidebar is toggled open (add .sidebar-open to body or wrapper) */
    body.sidebar-open .main-sidebar {
        transform: translateX(0);
    }

    .skin-blue .content-header {
        left: 0 !important;
        width: 100% !important;
    }
}

/* Handle zooming in/out gracefully */
@media (max-width: 400px) {
    .main-sidebar {
        font-size: 0.9rem;
    }
}


.skin-blue .sidebar a:hover {
    color: #fff;
    font-weight: bolder;
    background-color: #fd9f24 !important;
}

.skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: #fd9f24;
    border-left-color: #8dc541 !important;
}

.skin-blue .main-header .logo:hover {
    background-color: #FDC824 !important;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #FDC824 !important;
}

.skin-blue .sidebar-menu>li.active>a {
    color: white;
    background-color: #fd9f24 !important;
    border-left-color: #8dc541 !important;
}

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

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

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

.text-primary {
    color: #8dc541 !important;
}

.box.box-primary {
    border-top-color: #8dc541 !important;
}

.box.box-solid.box-primary {
    border: 1px solid #8dc541 !important;
}

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

.btn-primary {
    background: #8dc541 !important;
}

.btn-primary:hover {
    background: #fff200 !important;
    color: #ff7b00ff !important;
    border-color: #fff200 !important;
}

.btn-danger {
    background: #c93120 !important;
    border-color: #ba2a1a !important;
}

.btn-danger:hover {
    background: #ba2a1a !important;
}

.btn-warning {
    background: #FDC824 !important;
    border-color: #efb813 !important;
}

.btn-warning:hover {
    background: #efb813 !important;
}

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

.btn-default:hover {
    background: #efb813 !important;
}

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

.pagination>.active>a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8da594;
    border-color: #da532c;
}

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

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

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