.resp-vtabs li.active {
    background: #ecbe44 !important;
    border-right: 0 !important;
    color: white;
}

.bg-yellow {
    background: #ecbe44 !important;
}

.btn-excel {
    background-color: #9D1D27 !important;
}

.bg-yellow-transparent {
    background-color: rgba(245 245 145 / 91%) !important;
}

.mw-500 {
    min-width: 500px;
    margin: 0 auto;
}

.text-yellow {
    color: #ecbe44 !important;
}

.btn-danger {
    background: #9D1D27 !important;
    color: #FFF !important;
    border: 0 !important;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    margin: 0 auto;
    text-align: center;
    background-color: #ecbe44 !important;
    border: 1px solid #ecbe44 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-bottom: 0;
    color: #fff;
    border-right: 1px solid #34446a !important;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}


#mainContainer.col-md {
    width: calc(99% - 85px) !important;
    float: left;
}

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.rightmenu {
    width: 900px;
}

.sidebar {
    display: flex;
    width: 900px;
    height: 300px;
    z-index: 10080;
    min-height: 100vh;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.chartWrapper {
    position: relative;
}

.chartWrapper > canvas {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.chartAreaWrapper {
    width: 700px;
    overflow-x: scroll;
}

#chart {
    max-width: 760px;
    margin: 35px auto;
    opacity: 0.9;
}

.chart-centertext {
    position: absolute;
    z-index: 111;
    line-height: 1em;
    font-size: 10px;
    margin: 80px auto;
    width: 95%;
    text-align: center;
}

.chart-centertext-for-programs {
    position: absolute;
    z-index: 111;
    line-height: 1em;
    font-size: 10px;
    margin: 80px auto;
    width: 100%;
    text-align: center;
}

.pro-img-box .social li a {
    color: #fff;
    background: #9d1d27;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s;
    box-shadow: 0 2px 17px 2px rgb(235 240 255 / 70%);
}

.resp-vtabs li.resp-tab-active:nth-child(1) {
    background-image: linear-gradient(to right, #ecbe44, #d19f15) !important;
    color: #FFF !important;
}

.resp-vtabs .resp-tabs-list li:nth-child(1) {
    background: #ecbe44 !important;
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: #ecbe44 !important;
}

.bg-yellow {
    background: #ecbe44 !important;
}

.bg-yellow-transparent {
    background-color: rgba(246 224 162 / 91%) !important;
}

.btn-danger {
    background: #9D1D27 !important;
    color: #FFF !important;
    border: 0 !important;
}

.text-danger {
    color: #9D1D27 !important;
}

.card.card-success {
    border-top: 2px solid #ecbe44 !important;
}

#back-to-top {
    background: #9D1D27 !important;
}

#back-to-top:hover {
    color: #9D1D27;
    border: 2px solid #9D1D27;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #9D1D27 !important;
}

.fc button.fc-state-active {
    background-color: #ecbe44 !important;
}

.fc button {
    background: #223155 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #223155 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #EF7F1A #EF7F1A #fff;
}

.badge-danger {
    color: #fff;
    background-color: #9D1D27 !important;
}

.text-success {
    color: #95C12B !important;
}

.input-group-addon {
    padding: 2px 11px !important;
    font-size: 14px;
    font-weight: 400;
    color: #888a8a;
    text-align: center;
    background-color: #eee;
    border: 1px solid #e9f1f1;
    border-radius: 4px;
}

.ms-choice > span {
    position: absolute;
    top: 10px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 11px;
    color: #66666b;
}

.btn-circle {
    width: 20px;
    height: 20px;
    padding: 4px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 9px;
    line-height: 0.7;
}

.dataTables_wrapper {
    padding: 0;
    font-size: 12px;
    width: 100% !important;
    display: grid !important;
}

body {
    font-size: 12px;
    color: #191919;
    font-family: 'Roboto', sans-serif;
    background: #f5f5f9;
    font-weight: 400;
}

.btn.btn-sm {
    padding: 0.1rem 0.6rem !important;
    font-size: 0.7rem !important;
}

.nav-tabs > li > a {
    margin-right: 0px !important;
}

.nav-link {
    padding: 2px 15px;
}

.fs-14 {
    font-size: 12px !important;
}

.spacer {
    padding: 0px !important;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 0.2r12px;
}

h5 > i {
    font-size: 12px !important;
}

thead th {
    font-size: 80%;
}

.ms-choice {
    display: block;
    width: 100%;
    height: calc(1.9rem + 2px);
    padding: 0px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeaec;
    color: #8645ff;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 12px;
    line-height: 11px;
}

.pull-right {
    float: right;
}

.ms-choice > span {
    position: relative;
    top: 0px;
    left: -7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 11px;
    color: #66666b;
}

.panel {
    margin-bottom: 10px;
}

panel-heading {
    padding: 0;
    border: 0;
}

.panel-default > .panel-heading {
    color: #191919;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 0px;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table thead th {
    border-bottom: none;
    background: #fff;
    padding-top: 2px ! important;
    padding-bottom: 2px ! important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.3em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group label {
    font-weight: 400;
    color: #191919;
    font-size: 13px !important;
    letter-spacing: .5px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f7e3aa ! important;
}

.navbar {
    height: 50px !important;
}

.topSlider {
    background: #999;
    border-radius: 5px 5px 0px 0px;
    height: 10px;
    color: #999;
    text-align: center;
    width: 40px;
    filter: drop-shadow(0px -2px 2px rgba(163, 163, 163, 0.63));
    transform: rotate(180deg);
    position: absolute;
    left: calc(50% + 30px);
    top: 50px !important;
}

.first-sidemenu {
    position: fixed;
    width: 100px;
    background: #223155 !important;
    height: 100%;
    z-index: 5;
    padding-bottom: 70px;
    top: 50px !important;
}
