#case_header_view #page-title {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid rgba(187, 180, 175, 0.5);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

#case_header_view.case-sticky-header #page-title {
    padding: 0 0 15px 0px;
    margin-bottom: 0px;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.bg-gradient-custom {
    background-image: linear-gradient(
        to right,
        #efc739,
        #f3d140,
        #f7db47,
        #fbe64f,
        #fef057
    );
    color: #81756d;
}

.bg-gradient-custom-inverte {
    background-image: linear-gradient(
        to left,
        #efc739,
        #f3d140,
        #f7db47,
        #fbe64f,
        #fef057
    );
}

.bg-gradient-custom.content-box-header
    .header-buttons-separator
    .icon-separator {
    border-color: #eadc4e !important;
}

.bg-gradient-custom.content-box-header
    .header-buttons-separator
    .icon-separator
    i {
    color: #9d9388 !important;
}

.bg-gradient-custom.content-box-header
    .header-buttons-separator
    .icon-separator:hover
    i {
    color: #7c7068 !important;
}

#client-case-team-block .content-box {
    border: none !important;
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.content-box > h3.content-box-header {
    border: none !important;
    border-radius: 3px !important;
    padding: 10px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.content-box > h3.content-box-header .header-buttons-separator .icon-separator {
    padding: 0 5px;
}

#step-my_progress > .panel {
    border-radius: 3px;
    border: 1px solid rgba(187, 180, 175, 0.5);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

#step-my_progress .title-hero .title-block {
    position: relative;
    margin-bottom: 15px;
}

.nav-pills > li.active > a > span,
.nav-tabs > li.active > a > span {
    display: none !important;
}

.nav-pills > li > a > span.mastered,
.nav-tabs > li > a > span.mastered {
    border-radius: 2px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    background-color: #78a979;
}

.nav-pills > li > a > span.program-mastered,
.nav-tabs > li > a > span.program-mastered {
    border-radius: 2px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    background-color: #bd60a7;
}

.nav-pills > li > a > span.in-progress,
.nav-tabs > li > a > span.in-progress {
    border-radius: 2px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    background-color: #6eaebe;
}

.nav-pills > li > a > span.discontinued,
.nav-tabs > li > a > span.discontinued {
    border-radius: 2px;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    bottom: -1px;
    background-color: #cf4436;
}

.nav-pills > li > a,
.nav-tabs > li > a {
    border: none;
}

.nav-pills .tabdrop,
.nav-tabs .tabdrop {
    margin-left: 5px;
}

.nav-pills .tabdrop a,
.nav-tabs .tabdrop a {
    text-transform: none;
}

.nav-pills > li.active > a,
.nav-tabs > li.active > a {
    color: #ffffff !important;
    background: #6baa6d !important;
    border: none;
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

.nav-pills > li.active > a:hover,
.nav-tabs > li.active > a:hover {
    color: #ffffff !important;
    background: #6baa6d !important;
    border: none;
}

.nav-pills > li > a:hover,
.nav-tabs > li > a:hover {
    color: #ffffff !important;
    background: #6baa6d !important;
    border: none;
}

#step-my_progress .panel-body {
    padding-bottom: 30px;
}

.my-progress-sto > .sto-older > .sto-title {
    font-size: 14px;
    font-weight: 500;
    color: #6b625b;
}

.my-progress-sto > .sto-older > p {
    font-size: 14px;
    font-weight: 300;
    color: #2d2927;
}

.my-progress-sto > .sto-reviewed > .sto-title,
.my-progress-sto > .sto > .sto-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.my-progress-sto > .sto-reviewed > p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.my-progress-sto > .sto-reviewed > p > .sto-status,
.my-progress-sto > .sto > p > .sto-status {
    font-size: 14px;
    font-weight: 300;
    color: #f7e17b;
}

.my-progress-sto > .sto {
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 10px;
    border-radius: 3px;
    background: linear-gradient(to right, #9d9388, #7c7068);
    color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    padding-right: 65px;
    position: relative;
}

.my-progress-sto > .sto-older {
    background: #bfb3a6;
    color: #ffffff;
    border: 1px solid #afa091;
}

#step-my_progress .sto-box {
    flex-wrap: wrap;
}

.btn-brown-light {
    color: #fff;
    background: #bbb4af;
    border-color: transparent;
}

.btn-brown-normal {
    color: #fff;
    background: #9e948d;
    border-color: transparent;
}

.btn-brown-dark {
    color: #fff;
    background: #7a6e66;
    border-color: transparent;
}

#page-title .page-title-search input {
    min-height: 35px;
}

#page-title .page-title-search label {
    margin-bottom: 0px;
}

#page-title .page-title-search .or-separator {
    margin-left: 10px;
    font-size: 11px;
    font-weight: 100;
    color: #a9a9a9;
    text-transform: uppercase;
}

.user_box .front .user_avatar > .user_profile_edit {
    position: absolute;
    right: -22px;
    top: -22px;
}

.user_box .front .user_avatar {
    max-width: 100px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.custom_report_box p.custom_report_date span i {
    font-size: 12px;
    margin-right: 5px;
}

.title-hero {
    font-weight: 600;
    margin-bottom: 15px;
}

#step-assessment.tab-pane > .panel {
    border: none;
    background: transparent;
    box-shadow: none;
}

#step-assessment.tab-pane > .panel > .panel-body {
    padding: 0;
}

#step-assessment.tab-pane > .panel > .panel-body > h3.title-hero {
    display: none;
}

#step-basp.tab-pane > .panel {
    border: none;
    background: transparent;
    box-shadow: none;
}

#step-basp.tab-pane > .panel > .panel-body {
    padding: 0;
}

#step-basp.tab-pane > .panel > .panel-body > h3.title-hero {
    display: none;
}

.title-main-assessment,
.title-main-basp {
    margin-bottom: 20px;
    font-weight: 400;
}

.buttons-main-assessment,
.buttons-main-basp {
    margin-bottom: 40px;
}

.panel-body .divider {
    background: #eee;
}

dt {
    font-weight: 500;
    margin-bottom: 5px;
}

.title-hero-inner {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.font-100 {
    font-weight: 100 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.bg-gradient-green {
    background-image: linear-gradient(
        to right top,
        #6baa6d,
        #62a164,
        #58985a,
        #4f9051,
        #468748
    );
}

.user_box .back-address .inner-back {
    padding: 0;
}

.panel-body {
    padding: 20px 20px;
    position: relative;
}

@media (max-width: 720px) {
    #mobile-navigation {
        padding-right: 0;
    }
    #page-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: -15px;
    }
    #page-title .page-title-search {
        position: inherit;
    }
    .page-title-left {
        margin-bottom: 15px;
    }
    #page-title .page-title-search label {
        display: none;
    }
    .user_box .front .user_avatar {
        display: none;
    }
    .user_box {
        margin-bottom: 0;
    }
    .user_box .user_contact {
        margin-top: 15px;
        padding-top: 15px;
    }
    .user_box div[class^="back-"] .inner-back {
        overflow: auto;
    }

    #page-sidebar.collapse.in {
        background-color: #9d9388;
    }

    #page-sidebar.collapse.in .scroll-sidebar #sidebar-menu,
    #page-sidebar.collapse.in .slimScrollDiv {
        width: 100% !important;
    }

    #page-sidebar.collapse.in .scroll-sidebar {
        margin: 0 auto;
    }

    #sidebar-menu {
        margin: 30px 0 30px 0;
    }

    #sidebar-menu li.header {
        font-size: 14px;
        padding: 20px 0;
    }

    #sidebar-menu li.divider {
        margin: 10px 0;
    }
}

.form-control {
    border-color: #d0cfce !important;
    box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.6) !important;
}

.chosen-container {
    border-color: #d0cfce !important;
    box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.6) !important;
}

.chosen-container > .chosen-single:hover {
    color: #6baa6d !important;
}

.chosen-container > .chosen-single > div {
    background-color: #6baa6d !important;
    border-radius: 0 !important;
}

.chosen-container > .chosen-single > div > i {
    color: #ffffff !important;
}

.input-group-addon {
    background-color: #6baa6d;
    border: none;
    color: #ffffff;
}

.chosen-container.chosen-with-drop .chosen-drop {
    border-color: #6baa6d !important;
    top: auto;
    padding: 0;
}

.form-control:focus {
    border-color: #9d9388 !important;
    -webkit-box-shadow: inset 0 1px 1px transparent,
        0 0 8px rgba(107, 170, 109, 0.34) !important;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px rgba(107, 170, 109, 0.34) !important;
}

.user_box .back-credentials-user .c-info-box p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}

.user_box .back-credentials-user p .c-info-data {
    font-size: 12px;
    font-weight: 500;
}

.parsley-errors-list > li {
    color: #ca5f3c !important;
}

.input-description {
    margin-top: 5px;
}

[class^="container-chart"] {
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #dfe8f1;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.scroll-h-activate.nav-tabs {
    display: flex;
}

.nav-tabs > li.active > a:focus {
    border: none !important;
}

.nav-tabs {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.example-box-wrapper .slimScrollDiv .nav {
    margin-bottom: 0;
}

.example-box-wrapper .slimScrollDiv {
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.nav-pills > li > a,
.nav-tabs > li > a {
    background-color: rgba(157, 147, 136, 0.2);
}

ul.pagination {
    margin: 0;
}

ul.pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

ul.pagination li {
    display: block !important;
    overflow: hidden !important;
}

ul.pagination li a {
    padding: 6px 14px !important;
    border-radius: 4px !important;
    margin: 0px 2px !important;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15) !important;
    background-color: #9d9388 !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    transition: all 0.4s ease !important;
}

ul.pagination li a:hover,
ul.pagination li.active a {
    box-shadow: none !important;
    background-color: #7c7068 !important;
    border: none !important;
    color: #f2cf3e !important;
    font-weight: 600 !important;
    transition: all 0.4s ease !important;
}

ul.pagination li.disabled {
    opacity: 0.5 !important;
}

.btn-assigned-team {
    background-color: #f2cf3f;
    color: #7c7068;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.2);
}

.btn-assigned-team:hover {
    background-color: #7c7068;
    color: #fff;
    box-shadow: none;
}

.base_program_box .base_program_type span,
.objetive_box .objetive_type span,
.document_box .document_status span {
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px;
    vertical-align: unset;
    display: block;
    font-weight: 500;
    color: #7c7068;
}

/* View List Layout */

.list-view {
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 8px;
    border: 1px solid rgba(187, 180, 175, 0.5);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    font-family: "Quicksand", sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.list-view h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.list-view h2 > .date {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.list-view h2 > .type {
    color: #7b6f67;
    margin-right: 5px;
    display: flex;
}

.list-view h2 > .type i {
    margin-right: 5px;
}

.list-view h2 > .date .glyph-icon {
    font-size: 16px;
    margin-right: 5px;
}

.list-view .company {
    font-size: 12px;
    position: absolute;
    left: 30px;
    top: 8px;
}

.list-view .path {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    flex: 1;
    margin: 0 15px;
}

/* Modal */
.modal {
    text-align: center !important;
    padding: 0 !important;
}

.modal:before {
    content: "" !important;
    display: inline-block !important;
    height: 100% !important;
    vertical-align: middle !important;
    margin-right: -4px !important;
}

.modal-dialog {
    display: inline-block !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.modal-header .close {
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    margin: 0;
    background-color: #9d9388;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -10px;
    top: -10px;
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 15;
}

.modal-header .modal-title {
    float: left;
}

.modal-header {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px 5px 15px;
}

.modal-footer {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 20px 15px;
}

.modal-header .modal-title {
    float: none;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.modal-body {
    font-weight: 300;
    padding: 0 30px;
}

.modal-open {
    padding-right: 0px !important;
}

body.loading {
    overflow: hidden;
}

.element-loading {
    position: relative !important;
    overflow: hidden !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 4px !important;
}

.element-loading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    animation-duration: 1.6s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: elementLoading;
    animation-timing-function: linear;
}

@keyframes elementLoading {
    0% {
        background-color: #e4e4e4;
    }
    50% {
        background-color: #cacaca;
    }
    100% {
        background-color: #e4e4e4;
    }
}

.btn:hover, .btn:focus, .btn.focus {
    outline: none !important;
}

.import-data-modal-panel1 .panel-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}

.import-data-modal-panel1 .panel-body h4 {
    margin: 0;
    font-size: 14px;
    flex: 1;
    text-align: left;
}

.import-data-modal-panel2 .panel-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}

.import-data-modal-panel2 .panel-body h4 {
    margin: 0;
    font-size: 14px;
    flex: 1;
    text-align: left;
}

.import-data-modal-panel2 .panel-body .fileinput {
    margin: 0;
}

.import-data-modal-panel2 .panel-body .fileinput-exists {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.import-data-modal-panel2 .panel-body .fileinput-exists .fileinput-filename {
    margin: 0 20px;
    font-size: 14px;
}

.import-data-modal-panel2 .panel-body .fileinput-new .fileinput-filename {
    display: none;
}

.import-data-modal-panel2 .panel-body .fileinput-new .close {
    display: none;
}

.import-data-modal-panel3 .panel-body {
    padding: 10px 15px;
}

.import-data-modal-panel3 .title-hero {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

.import-data-modal-panel3 #history h4 {
    text-align: left;
    font-weight: 500 !important;
    font-size: 12px;
    margin-bottom: 8px;
}

.import-data-modal-panel3 #history p {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.import-data-modal-panel3 #history .divider {
    background: #c5c5c5;
}

#import-output .alert-success {
    background-color: #d4e4cc;
}

#import-output h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
}

#import-output p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

#case_legacy_data .fc-content {
	padding: 5px;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	word-wrap: break-word;
	word-break: break-all;
	white-space: unset !important;
}

#case_legacy_data .fc-content > span {
	overflow-wrap: break-word;
	max-width: 100%;
	overflow: hidden;
}

#case_legacy_data .fc-content > .fc-score {
	font-size: 14px;
	font-weight: 300;
}

#case_legacy_data .fc-content > .fc-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

#case_legacy_data .fc-day-number.fc-state-highlight {
	font-weight: 700;
	color: #fa1d92;
}

#case_legacy_data .fc-head > tr > .fc-widget-header {
	background-color: #fb1c91;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	border: none !important;
}

#case_legacy_data .fc-widget-header tr {
	border: none;
}

#case_legacy_data .fc-widget-header th {
	border: 1px solid #d91895 !important;
}

#case_legacy_data button.fc-button {
	padding: 0 8px;
	height: auto;
	text-transform: capitalize;
	background-color: #595959;
	background-image: none;
	border: none;
	color: #fff;
	text-shadow: none;
	transition: all 0.5s ease;
	border-radius: 0 !important;
	box-shadow: none !important;
}

#case_legacy_data .fc-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

#case_legacy_data .fc-left {
	flex: 1;
	order: 1;
	display: flex;
	justify-content: flex-start;
}

#case_legacy_data .fc-right {
	flex: 1;
	order: 3;
	display: flex;
	justify-content: flex-end;
}

#case_legacy_data .fc-center {
	flex: 1;
	display: flex;
	justify-content: center;
	order: 2;
}

#case_legacy_data .fc-center h2 {
	font-size: 16px;
	font-weight: 500;
}

#case_legacy_data .fc-button.fc-state-disabled {
	background-color: #e0e0e0 !important;
	color: #444 !important;
}

#case_legacy_data .fc-button.fc-state-hover {
	background-color: #6baa6d !important;
	color: #fff !important;
	transition: all 0.5s ease;
}

#case_legacy_data .fc-day-number {
	padding-right: 10px !important;
	padding-top: 10px !important;
}

#case_legacy_data .fc-day-grid-event {
	margin: 0 5px 5px 5px;
}

.calendarTopActions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

#customAddBtn {
    order: 2;
}

.dateFilterBox {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dateFilterBox > span {
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}

.dateFilterBox #filterDateBtn {
    margin-left: 8px;
}

.dateFilterBox #filterDateValue {
    padding: 3px;
    min-height: unset;
    text-align: center;
}

.dateFilterBox .input-group {
    width: auto;
}

ul.nav li {
    margin: 0px 0px 5px 0px;
}

ul.nav li a {
    padding: 7px 10px;
    font-size: 12px;
    text-transform: capitalize !important;
}

#page-title h2 {
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
}

.icon-separator-vertical {
    font-size: 18px;
    display: block;
    margin: 0px auto;
}

div[id^='uniform-'] span {
    border-color: #d0cfce !important;
    box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.6) !important;
}

#mr_header_case.mr-sticky-header {
    position: fixed;
    width: calc(100% - 261px);
    box-sizing: border-box;
    padding: 15px 30px 0px 30px;
    z-index: 77777;
    background-color: #fff;
    left: 0;
    top: 78px;
    margin-left: 261px;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2);
}

#mr_header_case.mr-sticky-header #page-title {
    padding-bottom: 15px;
}

.my-progress-sto > .sto-reviewed > p, .my-progress-sto > .sto > p {
    font-weight: 300;
}

.example-box-wrapper.appointment-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.example-box-wrapper.appointment-contact-item p:nth-child(1) {
    width: 20%;
    padding-left: 0;
}

.example-box-wrapper.appointment-contact-item p:nth-child(2) {
    width: 40%;
}

.example-box-wrapper.appointment-contact-item p:nth-child(3) {
    width: 20%;
}

.example-box-wrapper.appointment-contact-item p:nth-child(4) {
    width: 20%;
}

.example-box-wrapper.appointment-contact-item p {
    text-align: left;
    padding: 0 15px;
}

.example-box-wrapper.appointment-contact-item a {
    margin: 0;
}

/* CSS Custom Reports box */

div.switch-toggle {
    height: 20px;
    border: 1px solid #d0cfce !important;
    background: #eaeaea;
}
.custom-reports-graph-box div.switch-toggle.switch-on {
	background: #6baa6d;
}

.custom-reports-graph-box .title-hero.is_disabled {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

div.switch-toggle:after {
    height: 12px;
    width: 12px;
}

.custom-reports-graph-box .example-box-wrapper.is_disabled {
	display: none;
}

.custom-reports-graph-box .title-hero .enable_control {
	position: absolute;
	right: 10px;
	top: 18px;
}

a.with-check-btn {
    padding-right: 40px !important;
}

a.with-check-btn .btn-add-interval-ocurrence {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #49754a;
}

a.with-check-btn .btn-add-interval-ocurrence:disabled {
    background-color: #cecece;
    border: none;
    opacity: 1;
}

/* Auto Saved */

div#autosaveStatus {
    display: none;
    min-width: 50px;
    height: 50px;
    margin: 0 5px;
    padding: 10px 10px;
    align-items: center;
    align-content: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    border-radius: 30px;
    box-shadow: 2px 2px 8px 0px rgb(0 0 0 / 20%);
}

div#autosaveStatus:hover {
    padding: 10px 20px;
}

div#autosaveStatus:hover i {
	margin-right: 8px;
}

div#autosaveStatus i {
    font-size: 18px;
    flex: 1;
    line-height: 1;
}

div#autosaveStatus.saved {
    display: flex;
    background-color: #8bc34a;
    color: #fff;
}

div#autosaveStatus.pending {
    display: inline-block;
    background-color: #1980ff;
    color: #ffffff;
}

div#autosaveStatus .autosave-text {
    display: none;
}

div#autosaveStatus:hover .autosave-text {
	display: inline-block;
}

.btn-autosave {
    cursor: pointer;
}

span.fc-group-type {
    background-color: #ddd;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 20%);
}

.fc-list-item-title.tb .fc-group-type {
    background-color: #f05b42 !important;
}
.fc-list-item-title.rp .fc-group-type {
    background-color: #c04b9b !important;
}
.fc-list-item-title.ap .fc-group-type {
    background-color: #7d8cb1 !important;
}
.fc-list-item-title.cc .fc-group-type {
    background-color: #0db1bf !important;
}
.fc-list-item-title.tg .fc-group-type {
    background-color: #06b26d !important;
}

.fc-list-item-marker.tb .fc-event-dot {
    background-color: #f05b42 !important;
}
.fc-list-item-marker.rp .fc-event-dot {
    background-color: #c04b9b !important;
}
.fc-list-item-marker.ap .fc-event-dot {
    background-color: #7d8cb1 !important;
}
.fc-list-item-marker.cc .fc-event-dot {
    background-color: #0db1bf !important;
}
.fc-list-item-marker.tg .fc-event-dot {
    background-color: #06b26d !important;
}

.fc-view-container {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 15%);
}

.fc-view.fc-listWeek-view.fc-list-view.fc-widget-content {
    border: none;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
    background: transparent;
    padding: 8px 8px;
}

.fc-ltr .fc-list-heading-main {
    font-weight: 500;
}

a.fc-list-heading-alt {
    font-weight: 500;
}

.fc-list-table td {
    border: none;
}

tr.fc-list-item {
    border-top: 1px solid #eee;
}

.fc-list-table td {
    padding: 12px 8px;
}

.fc-list-item-title a:hover {
    color:#6baa6d;
}

::-webkit-scrollbar-track
{
	background-color: rgba(211, 211, 211, 0.6);
	border-radius: 7px;
}

::-webkit-scrollbar
{
	width: 7px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	background-color: rgba(143, 133, 127, 0.6);
}

.sto_lto_box_plain {
    margin-bottom: 12px;
}


.sto_lto_box_plain .sto_lto_content {
    padding: 8px;
    border-radius: 4px;
    background-color: #f2f2f2;
    margin-bottom: 4px;
}

.sto_lto_box_plain .sto_lto_content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}

.sto_lto_box_plain .sto_lto_content p {
    font-size: 14px;
}

.sto_lto_box_plain > p {
    font-size: 13px;
    padding: 0px 6px;
}

@media (max-width: 1043px){
    .dashboard-buttons .btn {
        width: 70px;
    }
    .fc-button, .btn {
        font-size: 12px
    }
}

.msg-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.msg-content .icon {
    max-width: 75px;
    margin-bottom: 16px;
}

.msg-content .icon svg {
    width: 100%;
    fill: #f1cd3d;
}

.msg-content .title {
    font-size: 32px;
    font-weight: 500;
    color: #7a6e66;
    margin-bottom: 8px;
}

.msg-content .description {
    font-size: 18px;
    font-weight: 300;
    color: #7a6e66;
    margin-bottom: 8px;
}

body.error-page .container {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

body.error-page #page-content {
    position: relative;
}

body.error-page.not-logged #page-content {
    position: relative;
    margin: 0;
}

body.error-page.not-logged #page-wrapper {
    padding: 0;
}

#filtersByStatusCase .modal-dialog {
    max-width: 340px;
}

#filtersByStatusCase .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#filtersByStatusCase .modal-body ul > li {border-bottom: 1px solid #eee;padding: 0 5px;}

#filtersByStatusCase .modal-body ul > li .checkbox label {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0;
}

#filtersByStatusCase .modal-body ul > li .checkbox label .checker {
    margin-right: 15px;
}

.table-daily-notes-header > div {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.table-daily-notes-header > div > div {
    width: inherit !important;
    float: none;
    flex: 1 0 0;
    font-size: 13px;
    font-weight: bold;
}

.table-daily-notes .item {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.table-daily-notes .item > div {
    width: inherit !important;
    float: none;
    flex: 1 0 0;
    font-size: 13px;
}

.table-daily-notes .item > div.divider {
    flex: 7 100%;
}

#importLegacyDataTables table td input {
    width: 50px;
    min-height: 30px !important;
    display: inline-block;
    margin-right: 8px;
    padding: 4px !important;
    text-align: center;
    border-radius: 3px;
}

#importLegacyDataTables table td {
    vertical-align: middle !important;
}

#importLegacyDataTables table td span.mastered {
    font-size: 10px;
    color: #ffffff;
    background-color: #bd60a7;
    padding: 3px 3px;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    margin-top: 4px;
}

#importLegacyDataTables table td input.mastered {
    background-color: rgb(189 96 167 / 18%);
}

#float-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: end;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99999;
}

/* Calendar */

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #7a6e66;
    background-image: -moz-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -ms-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e9489), to(#7a6e66));
    background-image: -webkit-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: -o-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: linear-gradient(to right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #9e9489 #8c8177 #7a6e66;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #7a6e66;
    background-image: -moz-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -ms-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e9489), to(#7a6e66));
    background-image: -webkit-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: -o-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: linear-gradient(to right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #9e9489 #8c8177 #7a6e66;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td:not(.disabled) {
    font-weight: bold;
}

/* Time */

.bootstrap-datetimepicker-widget a[data-action] {
    display: inline;
}

.bootstrap-datetimepicker-widget button[data-action] {
    background-color: #7a6e66;
    background-image: -moz-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -ms-linear-gradient(top, #9e9489, #7a6e66);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9e9489), to(#7a6e66));
    background-image: -webkit-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: -o-linear-gradient(right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-image: linear-gradient(to right, #9e9489, #958a80, #8c8177, #83776f, #7a6e66);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #9e9489 #8c8177 #7a6e66;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    line-height: 1.6;
    border-radius: 3px;
    border: none;
}

.bootstrap-datetimepicker-widget button[data-action]:after {
    display: none;
}

.chosen-container li.discontinued {
    position: relative;
    padding-bottom: 28px !important;
}

.chosen-container li.discontinued:after {
    content: 'DISCONTINUED';
    font-size: 10px;
    position: absolute;
    left: 18px;
    bottom: 10px;
    color: #ffffff;
    background-color: #d75a5a;
    padding: 3px 3px;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.4px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.chosen-container li.mastered {
    position: relative;
    padding-bottom: 28px !important;
}

.chosen-container li.mastered:after {
    content: 'PROGRAM MASTERED';
    font-size: 10px;
    position: absolute;
    left: 18px;
    bottom: 10px;
    color: #ffffff;
    background-color: #bd60a7;
    padding: 3px 3px;
    border-radius: 2px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.4px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.chosen-container-single .chosen-search {
    margin: 5px 8px;
}

.chosen-container .chosen-results li {
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #d3d3d3;
    padding: 8px 18px;
    margin: 0;
}

/* Flex List */
.flex-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-list .item {
    display: flex;
    flex: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}

.flex-list .item > div {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.flex-list .item > div:nth-child(1){
   padding-left: 0;
}

.flex-list .item > div:nth-last-child(2){
   justify-content: flex-end;
   padding-right: 0;
}

.flex-list .item > .divider{
   flex: 100%;
}

.flex-list .item:nth-last-child(1) > .divider{
    display: none;
 }

.chosen-container .chosen-results li.active-result.highlighted {
    background-color: rgb(157 133 102 / 17%);
    color: #444;
}

.ib-item a {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
}

.obj-status-filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    column-gap: 12px;
    margin-bottom: 8px;
    width: 100%;
}

.obj-status-filters label {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 4px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.obj-status-filters label .switch-toggle {
    margin: 0;
}