:root {
    --black: #000000;
    --white: #ffffff;
    --lightgrey1: #f4f4f4;
    --lightgrey2: #e8e8e8;
    --grey1: #99a1a6;
    --grey2: #4e565a;
    --darkgrey1: #303335;
    --darkgrey2: #262626;
    --light-text: #ffffff;
    --medium-text: #99a1a6;
    --dark-text: #303335;
    --error: #bb0000;
    --ueg-green: #0ecc46;
    --edu-blue: #118afc;
    --pub-red: #ff0061;
    --res-orange: #f56002;
    --week-green: #2adb00;
    --qoc-yellow: #f1c202
}
html {
    font-size:16px;
}
body {
    color: #303335;
    background-color: #E8E8E8
}

a {
    color: #0ecc46
}

a.link-fx::before {
    background-color: #0ecc46
}

a:hover {
    color: #0ecc46
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303335
}


.content-heading {
    border-bottom-color: #eaeeee
}

hr {
    border-top-color: #eaeeee
}

.text-primary {
    color: #0ecc46!important
}

a.text-primary.link-fx::before {
    background-color: #0ecc46
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4c6007!important
}

.text-primary-dark {
    color: #4e565a!important
}

a.text-primary-dark.link-fx::before {
    background-color: #4e565a
}

a.text-primary-dark:focus,
a.text-primary-dark:hover {
    color: #080a01!important
}

.text-primary-darker {
    color: #4e565a!important
}

a.text-primary-darker.link-fx::before {
    background-color: #4e565a
}

a.text-primary-darker:focus,
a.text-primary-darker:hover {
    color: #080a01!important
}

.text-primary-light {
    color: #c7f136!important
}

a.text-primary-light.link-fx::before {
    background-color: #c7f136
}

a.text-primary-light:focus,
a.text-primary-light:hover {
    color: #8fb50c!important
}

.text-primary-lighter {
    color: #d5f566!important
}

a.text-primary-lighter.link-fx::before {
    background-color: #d5f566
}

a.text-primary-lighter:focus,
a.text-primary-lighter:hover {
    color: #b5e510!important
}

.text-body-bg {
    color: #f5f7f7!important
}

a.text-body-bg.link-fx::before {
    background-color: #f5f7f7
}

a.text-body-bg:focus,
a.text-body-bg:hover {
    color: #bccaca!important
}

.text-body-bg-light {
    color: #fbfcfc!important
}

a.text-body-bg-light.link-fx::before {
    background-color: #fbfcfc
}

a.text-body-bg-light:focus,
a.text-body-bg-light:hover {
    color: #c2cece!important
}

.text-body-bg-dark {
    color: #eaeeee!important
}

a.text-body-bg-dark.link-fx::before {
    background-color: #eaeeee
}

a.text-body-bg-dark:focus,
a.text-body-bg-dark:hover {
    color: #b1c1c1!important
}

.text-body-color {
    color: #303335!important
}

a.text-body-color.link-fx::before {
    background-color: #303335
}

a.text-body-color:focus,
a.text-body-color:hover {
    color: #242424!important
}

.text-body-color-dark {
    color: #303335!important
}

a.text-body-color-dark.link-fx::before {
    background-color: #303335
}

a.text-body-color-dark:focus,
a.text-body-color-dark:hover {
    color: #040404!important
}

.text-body-color-light {
    color: #eaeeee!important
}

a.text-body-color-light.link-fx::before {
    background-color: #eaeeee
}

a.text-body-color-light:focus,
a.text-body-color-light:hover {
    color: #b1c1c1!important
}

.text-dual {
    color: #4e565a!important
}

a.text-dual.link-fx::before {
    background-color: #4e565a
}

a.text-dual:focus,
a.text-dual:hover {
    color: #080a01!important
}

.page-header-dark #page-header .text-dual,
.sidebar-dark #sidebar .text-dual {
    color: #eaeeee!important
}

.page-header-dark #page-header a.text-dual.link-fx::before,
.sidebar-dark #sidebar a.text-dual.link-fx::before {
    background-color: #eaeeee
}

.page-header-dark #page-header a.text-dual:focus,
.page-header-dark #page-header a.text-dual:hover,
.sidebar-dark #sidebar a.text-dual:focus,
.sidebar-dark #sidebar a.text-dual:hover {
    color: #b1c1c1!important
}

.bg-primary {
    background-color: #0ecc46!important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #718f0a!important
}

.bg-primary-op {
    background-color: rgba(151, 191, 13, .75)!important
}

a.bg-primary-op:focus,
a.bg-primary-op:hover,
button.bg-primary-op:focus,
button.bg-primary-op:hover {
    background-color: rgba(113, 143, 10, .75)!important
}

.bg-primary-dark {
    background-color: #4e565a!important
}

a.bg-primary-dark:focus,
a.bg-primary-dark:hover,
button.bg-primary-dark:focus,
button.bg-primary-dark:hover {
    background-color: #2d3904!important
}



a.bg-primary-dark-op:focus,
a.bg-primary-dark-op:hover,
button.bg-primary-dark-op:focus,
button.bg-primary-dark-op:hover {
    background-color: rgba(45, 57, 4, .8)!important
}

.bg-primary-darker {
    background-color: #4e565a!important
}

a.bg-primary-darker:focus,
a.bg-primary-darker:hover,
button.bg-primary-darker:focus,
button.bg-primary-darker:hover {
    background-color: #2d3904!important
}

.bg-primary-light {
    background-color: #c7f136!important
}

a.bg-primary-light:focus,
a.bg-primary-light:hover,
button.bg-primary-light:focus,
button.bg-primary-light:hover {
    background-color: #b5e510!important
}

.bg-primary-lighter {
    background-color: #d5f566!important
}

a.bg-primary-lighter:focus,
a.bg-primary-lighter:hover,
button.bg-primary-lighter:focus,
button.bg-primary-lighter:hover {
    background-color: #c7f136!important
}

.bg-body {
    background-color: #f5f7f7!important
}

a.bg-body:focus,
a.bg-body:hover,
button.bg-body:focus,
button.bg-body:hover {
    background-color: #d9e0e0!important
}

.bg-body-light {
    background-color: #fbfcfc!important
}

a.bg-body-light:focus,
a.bg-body-light:hover,
button.bg-body-light:focus,
button.bg-body-light:hover {
    background-color: #dee5e5!important
}

.bg-body-dark {
    background-color: #eaeeee!important
}

a.bg-body-dark:focus,
a.bg-body-dark:hover,
button.bg-body-dark:focus,
button.bg-body-dark:hover {
    background-color: #cdd7d7!important
}

.bg-header-light {
    background-color: #fff!important
}

a.bg-header-light:focus,
a.bg-header-light:hover,
button.bg-header-light:focus,
button.bg-header-light:hover {
    background-color: #e6e6e6!important
}

.bg-header-dark {
    background-color: #303335!important
}

a.bg-header-dark:focus,
a.bg-header-dark:hover,
button.bg-header-dark:focus,
button.bg-header-dark:hover {
    background-color: #1e1e1e!important
}

.bg-sidebar-light {
    background-color: #fff!important
}

a.bg-sidebar-light:focus,
a.bg-sidebar-light:hover,
button.bg-sidebar-light:focus,
button.bg-sidebar-light:hover {
    background-color: #e6e6e6!important
}

.bg-sidebar-dark {
    background-color: #303335!important
}

a.bg-sidebar-dark:focus,
a.bg-sidebar-dark:hover,
button.bg-sidebar-dark:focus,
button.bg-sidebar-dark:hover {
    background-color: #1e1e1e!important
}

.btn-link {
    color: #0ecc46
}

.btn-link:hover {
    color: #4c6007
}


.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(167, 201, 49, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #99A1A6;
    border-color: #99A1A6!important;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    color: #fff;
    background-color: #99A1A6;
    border-color: #99A1A6!important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #718f0a;
    border-color: #688309
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(167, 201, 49, .5)
}

.btn-outline-primary {
    color: #0ecc46;
    border-color: #0ecc46;
    background-color:#ffffff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0ecc46;
    border-color: #0ecc46
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0ecc46;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0ecc46;
    border-color: #0ecc46
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .5)
}

.page-header-dark #page-header .btn-dual,
.sidebar-dark #sidebar .btn-dual {
    color: #fff;
    background-color: #75940a;
    border-color: #75940a
}

.page-header-dark #page-header .btn-dual.focus,
.page-header-dark #page-header .btn-dual:focus,
.page-header-dark #page-header .btn-dual:hover,
.sidebar-dark #sidebar .btn-dual.focus,
.sidebar-dark #sidebar .btn-dual:focus,
.sidebar-dark #sidebar .btn-dual:hover {
    color: #fff;
    background-color: #576e07;
    border-color: #485b06;
    box-shadow: none
}

.page-header-dark #page-header .btn-dual.disabled,
.page-header-dark #page-header .btn-dual:disabled,
.sidebar-dark #sidebar .btn-dual.disabled,
.sidebar-dark #sidebar .btn-dual:disabled {
    background-color: transparent;
    border-color: transparent
}

.page-header-dark #page-header .btn-dual.active,
.page-header-dark #page-header .btn-dual:active,
.sidebar-dark #sidebar .btn-dual.active,
.sidebar-dark #sidebar .btn-dual:active {
    color: #fff;
    background-color: #313e04;
    border-color: #222b03
}

.show>.page-header-dark #page-header .btn-dual.dropdown-toggle,
.show>.sidebar-dark #sidebar .btn-dual.dropdown-toggle {
    color: #fff;
    background-color: #75940a;
    border-color: #75940a
}

.alert-primary {
    color: #4e565a;
    background-color: #d5f566;
    border-color: #d5f566;
    box-shadow: 0 .125rem #cef34e
}

.alert-primary hr {
    border-top-color: #cef34e
}

.alert-primary .alert-link {
    color: #2d3904
}

.badge-primary {
    color: #fff;
    background-color: #0ecc46
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #718f0a
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .5)
}

.progress-bar {
    background-color: #0ecc46
}

.nav-link {
    color: #303335
}

.nav-link:focus,
.nav-link:hover {
    color: #0ecc46
}

.nav-pills .nav-link {
    color: #303335
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
    background-color: #f5f7f7
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0ecc46
}

.nav-tabs {
    border-bottom-color: #eaeeee
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eaeeee #eaeeee #eaeeee
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #eaeeee #eaeeee #fff
}

.nav-tabs-block {
    background-color: #fbfcfc
}

.nav-tabs-block .nav-link {
    border-color: transparent;
    color: #303335
}

.nav-tabs-block .nav-link:focus,
.nav-tabs-block .nav-link:hover {
    color: #0ecc46;
    background-color: #fbfcfc;
    border-color: transparent
}

.nav-tabs-block .nav-item.show .nav-link,
.nav-tabs-block .nav-link.active {
    color: #303335;
    background-color: #fff;
    border-color: transparent
}

.nav-tabs-alt {
    border-bottom-color: #eaeeee
}

.nav-tabs-alt .nav-link {
    color: #303335;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs-alt .nav-link:focus,
.nav-tabs-alt .nav-link:hover {
    color: #0ecc46;
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -3px #0ecc46
}

.nav-tabs-alt .nav-item.show .nav-link,
.nav-tabs-alt .nav-link.active {
    color: #303335;
    background-color: transparent;
    border-color: transparent;
    box-shadow: inset 0 -3px #0ecc46
}

.nav-items a {
    border-bottom-color: #f5f7f7
}

.nav-items a:hover {
    background-color: #fbfcfc
}

.nav-items a:active {
    background-color: #f5f7f7
}

.nav-items>li:last-child>a {
    border-bottom: none
}

.page-item.active .page-link {
    color: #0ecc46;
    background-color: #fbfcfc;
    border-color: #0ecc46
}

.page-link {
    color: #303335
}

.page-link:hover {
    color: #0ecc46;
    border-color: #0ecc46
}

.page-link:focus {
    background-color: #f5f7f7
}

.list-group-item-action {
    color: #303335
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #303335;
    background-color: #fbfcfc
}

.list-group-item-action:active {
    color: #303335;
    background-color: #eaeeee
}

.list-group-item {
    border-color: #eaeeee
}

.list-group-item.active {
    color: #fff;
    background-color: #0ecc46;
    border-color: #0ecc46
}

.popover {
    border-color: #eaeeee
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    border-top-color: #eaeeee
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    border-right-color: #eaeeee
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    border-bottom-color: #eaeeee
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    border-left-color: #eaeeee
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    border-left-color: #fff
}

.modal-header {
    border-bottom-color: #eaeeee
}

.modal-footer {
    border-top-color: #eaeeee
}

.dropdown-menu {
    border-color: #eaeeee
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #f5f7f7
}

.dropdown-item {
    color: #303335
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #303335;
    background-color: #f5f7f7
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #0ecc46
}

.dropdown-header {
    color: #303335
}

.table td,
.table th {
    border-top-color: #eaeeee
}

.table thead th {
    border-bottom-color: #eaeeee
}

.table tbody+tbody {
    border-top-color: #eaeeee
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border-color: #eaeeee
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fafa
}

.table-hover tbody tr:hover {
    background-color: #f1f4f4
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: #f1f4f4
}

.table-hover .table-active:hover {
    background-color: #e3e8e8
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: #e3e8e8
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #d5f566
}

.table-hover .table-primary:hover {
    background-color: #cef34e
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #cef34e
}

.table .thead-dark th {
    background-color: #4e565a;
    border-color: #4e565a
}

.table .thead-light th {
    background-color: #eaeeee;
    border-color: #eaeeee
}

.form-control {
    color: #303335;
    background-color: #fff;
    border-color: #dee5e5
}

.form-control:focus {
    color: #303335;
    background-color: #fff;
    border-color: #d1f458;
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef
}

select.form-control:focus::-ms-value {
    color: #303335;
    background-color: #fff
}

.custom-control-primary .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46;
    border-color: #0ecc46
}

.custom-control-primary .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.custom-control-primary .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #0ecc46
}

.custom-control-primary .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #caf240;
    border-color: #caf240
}

.custom-control-primary .custom-control-label::before {
    background-color: #d5f566;
    border-color: #a2cd0e
}

.custom-control-primary.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-control-primary.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-control-primary.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-control-primary.custom-switch .custom-control-label::after {
    background-color: rgba(151, 191, 13, .6)
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46;
    border-color: #0ecc46
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #0ecc46
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #d5f566;
    border-color: #d5f566
}

.custom-control-label::before {
    background-color: #eaeeee
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #0ecc46
}

.custom-select {
    border-color: #dee5e5
}

.custom-select:focus {
    border-color: #d1f458;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(209, 244, 88, .5)
}

.custom-select:focus::-ms-value {
    color: #303335;
    background-color: #fff
}

.custom-file-input:focus~.custom-file-label {
    border-color: #d1f458;
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #d1f458
}

.custom-file-label {
    color: #303335;
    background-color: #fff;
    border-color: #dee5e5
}

.custom-file-label::after {
    color: #303335;
    background-color: #eaeeee;
    border-left-color: #dee5e5
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #46c37b
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .75rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(70, 195, 123, .9);
    border-radius: 0
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #46c37b
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #46c37b
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #46c37b
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #46c37b
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #46c37b
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #6dcf96;
    background-color: #6dcf96
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #46c37b
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #46c37b
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #46c37b;
    box-shadow: 0 0 0 .2rem rgba(70, 195, 123, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #d26a5c
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .75rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(210, 106, 92, .9);
    border-radius: 0
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #d26a5c
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #d26a5c
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #d26a5c
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #d26a5c
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #d26a5c
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #dd8f84;
    background-color: #dd8f84
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #d26a5c
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #d26a5c
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #d26a5c;
    box-shadow: 0 0 0 .2rem rgba(210, 106, 92, .25)
}

.form-control.form-control-alt {
    border-color: #f5f7f7;
    background-color: #f5f7f7
}

.form-control.form-control-alt:focus {
    border-color: #eaeeee;
    background-color: #eaeeee;
    box-shadow: none
}

.input-group-text {
    color: #303335;
    background-color: #f5f7f7;
    border-color: #dee5e5
}

.input-group-text.input-group-text-alt {
    background-color: #eaeeee;
    border-color: #eaeeee
}

.border {
    border-color: #eaeeee!important
}

.border-top {
    border-top-color: #eaeeee!important
}

.border-right {
    border-right-color: #eaeeee!important
}

.border-bottom {
    border-bottom-color: #eaeeee!important
}

.border-left {
    border-left-color: #eaeeee!important
}

.border-primary-light {
    border-color: #98aee2!important
}

.border-primary-lighter {
    border-color: #cbd7f0!important
}

.border-primary-dark {
    border-color: #3e4a59!important
}

.border-primary-darker {
    border-color: #2c343f!important
}

.border-success-light {
    border-color: #e0f5e9!important
}

.border-info-light {
    border-color: #edf6fd!important
}

.border-warning-light {
    border-color: #fdf3e5!important
}

.border-danger-light {
    border-color: #f9eae8!important
}

.border-primary {
    border-color: #5c80d1!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #46c37b!important
}

.border-info {
    border-color: #70b9eb!important
}

.border-warning {
    border-color: #f3b760!important
}

.border-danger {
    border-color: #d26a5c!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-primary {
    border-color: #0ecc46!important
}

.border-white {
    border-color: #fff!important
}

.border-white-op {
    border-color: rgba(255, 255, 255, .1)!important
}

.border-black-op {
    border-color: rgba(0, 0, 0, .1)!important
}

#page-header {
    background-color: #fff
}

#sidebar {
    background-color: #fff
}

#side-overlay {
    background-color: #fff
}

#page-container.page-header-dark #page-header {
    color: #d3dcdc;
    background-color: #303335
}

#page-container.page-header-glass #page-header {
    background-color: transparent
}

#page-container.page-header-glass.page-header-fixed.page-header-scroll #page-header {
    background-color: #fff
}

#page-container.page-header-glass.page-header-fixed.page-header-scroll.page-header-dark #page-header {
    background-color: #303335
}

#page-container.sidebar-dark #sidebar {
    color: #eaeeee;
    background-color: #303335
}

.block-header-default {
    background-color: #fbfcfc
}

.block.block-bordered {
    border-color: #eaeeee
}

.block.block-themed>.block-header {
    background-color: #0ecc46
}

.block.block-mode-loading::after {
    color: #4e565a
}

.block.block-mode-loading.block-mode-loading-dark::after {
    background-color: #4e565a
}

a.block {
    color: #303335
}

a.block:hover {
    color: #303335
}

a.block.block-link-pop:hover {
    box-shadow: 0 .5rem 2rem #dee5e5
}

a.block.block-link-pop:active {
    box-shadow: 0 .25rem .75rem #f2f5f5
}

a.block.block-link-shadow:hover {
    box-shadow: 0 0 2.25rem #dee5e5
}

a.block.block-link-shadow:active {
    box-shadow: 0 0 1.125rem #eaeeee
}

.block.block-fx-shadow {
    box-shadow: 0 0 2.25rem #dee5e5
}

.block.block-fx-pop {
    box-shadow: 0 .5rem 2rem #dee5e5
}

#page-loader::after {
    background-color: #0ecc46
}

.nav-main-heading {
    color: #979797
}

.nav-main-link {
    color: #303335
}

.nav-main-link .nav-main-link-icon {
    color: #b0b0b0
}

.nav-main-link:hover {
    color: #303335;
    background-color: #fbfcfc
}

.nav-main-link:hover>.nav-main-link-icon {
    color: #303335
}

.nav-main-link.active {
    color: #303335
}

.nav-main-link.active>.nav-main-link-icon {
    color: #303335
}

.nav-main-submenu .nav-main-link {
    color: #303335
}

.nav-main-submenu .nav-main-link.active,
.nav-main-submenu .nav-main-link:hover {
    color: #303335;
    background-color: transparent
}

.nav-main-item.open>.nav-main-link-submenu {
    color: #303335
}

.nav-main-submenu .nav-main-item.open .nav-main-link {
    background-color: transparent
}

@media (min-width:992px) {
    .nav-main-horizontal .nav-main-submenu {
        background-color: #f5f7f7
    }
    .nav-main-dark.nav-main-horizontal .nav-main-submenu,
    .page-header-dark #page-header .nav-main-horizontal .nav-main-submenu,
    .sidebar-dark #sidebar .nav-main-horizontal .nav-main-submenu {
        background-color: #485b06!important
    }
}

.nav-items a {
    border-bottom-color: #f5f7f7
}

.nav-items a:hover {
    background-color: #fbfcfc
}

.list-activity>li {
    border-bottom-color: #f5f7f7
}

.timeline-event-icon {
    box-shadow: 0 .375rem 1.5rem #dee5e5
}

.ribbon-light .ribbon-box {
    color: #303335;
    background-color: #eaeeee
}

.ribbon-light.ribbon-bookmark .ribbon-box::before {
    border-color: #eaeeee;
    border-left-color: transparent
}

.ribbon-light.ribbon-bookmark.ribbon-left .ribbon-box::before {
    border-color: #eaeeee;
    border-right-color: transparent
}

.ribbon-light.ribbon-modern .ribbon-box::before {
    border-color: #eaeeee;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-bottom .ribbon-box::before {
    border-color: #eaeeee;
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-left .ribbon-box::before {
    border-color: #eaeeee;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.ribbon-light.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box::before {
    border-color: #eaeeee;
    border-top-color: transparent;
    border-right-color: transparent
}

.ribbon-primary .ribbon-box {
    color: #fff;
    background-color: #0ecc46
}

.ribbon-primary.ribbon-bookmark .ribbon-box::before {
    border-color: #0ecc46;
    border-left-color: transparent
}

.ribbon-primary.ribbon-bookmark.ribbon-left .ribbon-box::before {
    border-color: #0ecc46;
    border-right-color: transparent
}

.ribbon-primary.ribbon-modern .ribbon-box::before {
    border-color: #0ecc46;
    border-left-color: transparent;
    border-bottom-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-bottom .ribbon-box::before {
    border-color: #0ecc46;
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-left .ribbon-box::before {
    border-color: #0ecc46;
    border-right-color: transparent;
    border-bottom-color: transparent
}

.ribbon-primary.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box::before {
    border-color: #0ecc46;
    border-top-color: transparent;
    border-right-color: transparent
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
    background-color: #0ecc46;
    border-color: #0ecc46
}

.cke_chrome {
    border-color: #eaeeee!important
}

.cke_top {
    border-bottom-color: #eaeeee!important;
    background: #fbfcfc!important
}

.cke_bottom {
    border-top-color: #eaeeee!important;
    background: #fbfcfc!important
}

.dropzone {
    background-color: #fbfcfc;
    border-color: #dee5e5
}

.dropzone .dz-message {
    color: #303335
}

.dropzone:hover {
    background-color: #fff;
    border-color: #0ecc46
}

.dropzone:hover .dz-message {
    color: #0ecc46
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    color: #303335
}

.fc-bootstrap4 .fc-event {
    color: #303335
}

.fc-bootstrap4 .fc-event:hover {
    color: #303335
}

.fc-bootstrap4 thead th.fc-day-header {
    background-color: #fbfcfc
}

.fc-bootstrap4 .fc-content,
.fc-bootstrap4 .fc-divider,
.fc-bootstrap4 .fc-list-heading td,
.fc-bootstrap4 .fc-list-table.table,
.fc-bootstrap4 .fc-list-view,
.fc-bootstrap4 .fc-popover,
.fc-bootstrap4 .fc-row,
.fc-bootstrap4 tbody,
.fc-bootstrap4 td,
.fc-bootstrap4 th,
.fc-bootstrap4 thead {
    border-color: #eaeeee
}

.fc-bootstrap4 .fc-divider,
.fc-bootstrap4 .fc-list-heading td,
.fc-bootstrap4 .fc-popover .fc-header {
    background: #f5f7f7
}

.fc-bootstrap4 .fc-today {
    background: #fbfcfc
}

.irs.irs--round .irs-grid-pol,
.irs.irs--round .irs-line,
.irs.irs--round .irs-max,
.irs.irs--round .irs-min {
    background: #f5f7f7
}

.irs.irs--round .irs-handle {
    border-color: #0ecc46
}

.irs.irs--round .irs-from:before,
.irs.irs--round .irs-single:before,
.irs.irs--round .irs-to:before {
    border-top-color: #0ecc46
}

.irs.irs--round .irs-bar,
.irs.irs--round .irs-from,
.irs.irs--round .irs-single,
.irs.irs--round .irs-to {
    background: #0ecc46
}

.select2-container--default .select2-selection--single {
    border-color: #dee5e5
}

.select2-container--default .select2-selection--multiple {
    border-color: #dee5e5
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #d1f458;
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0ecc46
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #dee5e5
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0ecc46
}

.select2-container--default .select2-dropdown .select2-search__field:focus {
    border-color: #d1f458;
    box-shadow: 0 0 0 .2rem rgba(151, 191, 13, .25)
}

.simplebar-scrollbar::before {
    background: #4e565a
}

.sidebar-dark #sidebar .simplebar-scrollbar::before {
    background: #d5f566
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
    color: #4e565a
}

.editor-toolbar {
    border-color: #eaeeee;
    background-color: #fbfcfc
}

.CodeMirror {
    border-color: #eaeeee
}

.note-editor.note-frame {
    border-color: #eaeeee
}

.note-editor.note-frame .note-toolbar {
    background-color: #fbfcfc;
    border-bottom-color: #eaeeee
}

.note-editor.note-frame .note-statusbar {
    border-top-color: #eaeeee;
    background-color: #fbfcfc
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    border-color: #0ecc46;
    background: #0ecc46
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #0ecc46
}

.btn,
.form-control,
.select2-selection,
.select2-selection__choice,
.input-group-append,
.input-group-text,
.select2-search__field {
    border-radius:0!important;
}
.nav-main-submenu .nav-main-link.active, .nav-main-submenu .nav-main-link:hover {
    color:#00DC5A!important;
}
.nav-main-link.active>.nav-main-link-icon {
    color:#00DC5A!important;
}
.nav-main-link:hover>.nav-main-link-icon {
    color:#00DC5A!important;
}
ul.nav-main-submenu {
    padding-left:1.75rem;
}
#page-header {
    background-color:#f4f4f4;
}
.dropdown-menu-right {
    background-color:#303335;

}
.dropdown-menu-right .dropdown-item {
    color:#f4f4f4;
}
.dropdown-menu-right .dropdown-item:hover{
    background-color:#303335;
    color:#e8e8e8;
}
.btn-success,
.btn-primary
{
    background-color:#0ecc46;
    border:0px;
}
.btn-success:hover,
.btn-primary:hover
{
    background-color:#0ecc46;
    opacity: .8;
    border:0px;
}
.bg-primary-dark-op {
    background-color:#0ecc46;
}
nav#sidebar {
    background-color:#f4f4f4;
}
.fa-user-doctor:before {
    content: "\f0f0"
}