/* .clear {
    clear: both;
    height: 0px;
    display: block;
    content: "";
}
.app-navbar .sidebar-nav ul.metismenu li ul li a i {
    margin-right: 6px;
    color: #616589;
    width: 20px;
    vertical-align: middle;
    margin-top: 3px;
}
.app-navbar .sidebar-nav ul.metismenu li.active ul li.active a i {
    color: #FFF;
    width: 20px;
}

.card-body label{
    display: block;
    cursor: pointer;
}

.timeline time {
    color: #232323;
}

#member-info button {
    background-color: #eceef3;
    padding: 4px 10px;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    border-radius: 3px !important;
    font-size: 0.9286rem;
    padding: 0.6rem 1.4rem;
}
.btn-submit {
    background-color: #00afeb;
    color: #FFF;
    border-color: #00afeb;
}
.member_notes_wrapper,
#createNoteForm {
    margin: 20px;
}

.top-bar .search-wrapper .search-content .form-control {
    font-size: 1rem;
}

.top-bar .search-wrapper .search-content .fa-search {
    position: absolute;
    left: 20px;
    top: 30px;
}

.timeline-background {
    margin-left: 240px;
    margin-top: 80px;
} */

body {
    color: #555968 !important;
}

.btn.btn-primary:disabled {
    background-color: rgba(242, 141, 22 , .5);
    border-color: rgba(242, 141, 22 , .5);;
}

div#mceu_35-body {
    background-color: #fff;
}

.ck.ck-editor.error {
    border: 1px solid #842029;
}
.form-control.error {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#newHoursTable .colorColumn {
    border: 1px solid #ccc;
}

#newHoursTable .colorColumn.green {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

#newHoursTable .colorColumn.red {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

#newHoursTable .colorColumn.yellow {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

#newHoursTable.past tr th,
#newHoursTable.past tr td {
    cursor: pointer;
}


#newHoursTable.past tr:not(.add):hover td,
#newHoursTable.past tr:not(.add):hover th,
#newHoursTable.past tr.active td,
#newHoursTable.past tr.active th {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

table div.tf_pc {
    word-break:break-word;
}

#memberfilefix .files {
    vertical-align: top;
}

#memberfilefix .pull-row {
    border-bottom: 1px solid #ddd;
}

#memberfilefix .files .form-group {
    /* padding: 4px 0; */
}

#memberfilefix .files .pull-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

#memberfilefix .form-group.name {
    padding-top: 10px;
    margin-bottom: 0;
}

#vogPage .editable .save {
    display: none;
}

#vogPage .editable .pull-left {
    max-width: 360px;
}

#vogPage textarea {
    padding: 10px;
    resize: vertical;
}

.form-group span.error {
    font-size: 12px;
    display: block;
    color: #842029;
}

form .error_wrapper {
    margin: 0 auto 20px;
    max-width: 650px;
    padding: 20px;
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
}

.card.fiveyearshours .tab-pane .btn-export {
    margin: 20px 0;
    text-align: left;
}

.card.fiveyearshours .tab-pane {
    text-align: left;
    padding: 0 20px;
}

.card.fiveyearshours .tab-pane .table table {
    max-width: 60%;
}

.card.fiveyearshours .tab-pane .table table th,
.card.fiveyearshours .tab-pane .table table td {
    text-align: center;
}

#newHoursTable .colorColumn.last {
    border: 1px dashed #666 !important;
    border-right: none !important;
}


#newHoursTable .colorColumn.no_right_border {
    border-right: none;
}

#newHoursTable .totalColumn {
    border: 1px dashed #666 !important;
}

form .error_msg {

}
#showAgendaDocument iframe {
    width: 100%;
    border: none;
    min-height: 1200px;
}

.item_picker .list_item {
    border-bottom: 1px solid #f8f8f8;
    cursor: pointer;
    padding: 0 8px;
    display: block;
    height: 35px;
    line-height: 35px;
    display: none;
}

.fa.fa-check-square,
.fa.fa-check {
    color: #278c27!important;
}

.item_picker .diploma_list .list_item {
    display: block;
}

.item_picker .list_item.hidden {
    display: none !important;
}

#addTrainingsForm .accepted_members label {
    color: red;
}

.item_picker .list_item label {
    display: block;
    cursor: pointer;
}

#addTrainingForm .accepted_members .list_item label {
    display: block;
    cursor: pointer;
}

.item_picker .diploma_list,
.item_picker .member_list {
    max-height: 300px;
    overflow-y: scroll;
}

.item_picker .diploma_list {
    display: none;
}

.item_picker .list_item label .i{
    color: green !important;
}

.item_picker .accepted_members .list_item label i{
    color: red !important;
}

.item_picker .list_item:hover {
    background-color: #f8f8f8;
    cursor: pointer;
}
.item_picker .list_item:hover label {
    color: #232323;
}

.form-control.error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #842029;
}
.form-control.error::-moz-placeholder { /* Firefox 19+ */
    color: #842029;
}
.form-control.error:-ms-input-placeholder { /* IE 10+ */
    color: #842029;
}
.form-control.error:-moz-placeholder { /* Firefox 18- */
    color: #842029;
}

table .toggle {
    display: none;
    margin-top: 20px;
}

table .toggleNotSend {
    display: none;
    margin-top: 20px;
}

.table > tbody > tr > td.active {
    vertical-align: top;
}

table.table-visitation tr td {
    padding-top: 0;
    padding-bottom: 0;
}

.header_table {
    margin-top: 30px;
}

.timeline-background {
    height: 430px;
}

.timeline, .timeline-training {
    padding-top: 40px;
    overflow-x: scroll !important;
}

#editDiploma .form-check,
#editRole .form-check,
#createRole .form-check,
#createOption .form-check,
#updateOffer .form-check,
#offerCreate .form-check,
#editMemberForm .form-check,
#createMemberForm .form-check,
#diplomaCreate .form-check,
#agendaEdit .form-check,
#agendaCreate .form-check,
#searchForm .form-check {
    padding: 4px 0 4px 40px;
}

#correctionsIndex table {
    width: 100%;
}

#correctionsIndex table tr.diff td:nth-child(1) .form-control{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

#updateCorrection .btn.btn-primary {
    display: none;
}

#correctionsIndex table td {
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 10px;
}

#correctionsIndex table td.center {
    text-align: center;
}

#correctionsIndex table td.center a {
    background-color: #f28d16;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 24px;
    border-radius: 8px;
    padding: 6px 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

#sendNewsletter .label {
    display: inline-block;
    min-width: 100px;
    color: #a6a9b7;
    font-size: 14px !important;
    text-align: left;
    vertical-align: top;
}


#sendNewsletter .attachment select {
    width: 97%;
    display: inline-block;
}

#sendNewsletter .attachment i {
    display: inline-block;
}

#sendNewsletter label {
    vertical-align: top;
}
#sendNewsletter .hidden {
    display: none;
    /* display: inline-block; */
}

#createComplaint select {
    max-width: 400px;
}

#addTrainingForm .form-check {
    padding: 2px 0 2px 40px;
}
#addTrainingForm .form-check label {
    margin-bottom: 0;
}

.clearfix {
    display: block;
    height: 0px;
    content: "";
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

td .form-check label:before {
    background: #CCC;
}

img {
    max-width: 100%;
}

.top-bar .search-wrapper .search-content .form-control {
    font-size: 1rem;
}

.top-bar .search-wrapper .search-content .fa-search {
    position: absolute;
    left: 20px;
    top: 30px;
}


#member-info button {
    background-color: #eceef3;
    padding: 0.6rem 1.4rem;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    border-radius: 3px !important;
    font-size: 0.9286rem;
    padding: 0.6rem 1.4rem;
}
.btn-submit {
    background-color: #00afeb;
    color: #FFF;
    border-color: #00afeb;
}

.btn-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.btn-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.btn-success:hover i,
.btn-danger:hover i {
    color: #fff !important;
}

.form-group.member {
    margin-bottom: 0;
}

#member-info .table > tbody > tr > td {
    vertical-align: top;
    white-space: normal;
}

.swal2-actions .btn-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.swal2-actions .btn-success:hover {
    background-color: #155724 !important;
    color: #fff !important;
}

.swal2-actions .btn-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

table.fileChooser {
    width: 100%;
    border: 1px solid #eee;
}

table.fileChooser td {
    text-align: left;
}

table.fileChooser td.first a {
    margin-left: 0;
}

table.fileChooser td.subDir a {
    margin-left: 40px;
}

table.fileChooser td a {
    margin-left: 20px;
}

table.fileChooser td a {
    color: #000;
    display: block;
    padding: 8px 4px;
}

table.fileChooser td a i {
    margin-right: 8px;
}

table.fileChooser td a:hover {
    font-weight: bold;
}

table.fileChooser tr:nth-child(odd) td {
    background-color: #eee;
}

.table_divider h2 {
    font-size: 20px;
}

.table_divider {
    margin-bottom: 30px;
}

.button_wrapper {
    float: left;
}

.breadcrumb {
    float: left;
    margin-left: 20px;
    background-color: transparent;
}

.breadcrumb li {
    display: inline-block;
}

.pagination {
    margin: 20px 0;
}

.pagination.small {
    margin: 0;
}

.pagination.small li {
    display: inline-block;
    border: 1px solid #ccc;
    width: 26px;
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    margin-right: 2px;
}

#therapyForm .code-class .form-group {
    width: 49%;
    display: inline-block;
}

.alert.alert-success.alert-saveAgendaItem {
    position: fixed;
    top: 60px;
    z-index: 100001;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    text-align: center;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert.alert-success.alert-saveAgendaItem i {
    margin-right: 8px;
}

.select2-container {
    width: 100% !important;
}

#therapyForm .code-class i {
    margin-top: 8px;
    cursor: pointer;
}


#complaintIndex .dot {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#complaintIndex .dot.color1 {
    background-color: red;
}

#complaintIndex .dot.color2 {
    background-color: orange;
}

#complaintIndex .dot.color3 {
    background-color: green;
}


.pagination.small li:hover,
.pagination.small li.active {
    color: #fff;
    background-color: #f28d16;
    border-color: #f28d16;
}

.searchRow,
#paymentSearch,
#overviewSearch {
    margin: 10px auto 0;
    max-width: 600px;
    border-radius: 3px !important;
}

#paid .noTherapyForms {
    text-decoration: underline;
    font-weight: bold;
}

table td.status_icon i{
    min-width: 24px;
    font-size: 20px;
}

table th .form-check label {
    color: #fff;
}

.table > tbody > tr > td {
    max-width: 400px;

    white-space: normal;
}

.timeline-background {
    display: none;
}

.expandTimeline {
    position: absolute;
    top: -70px;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
}

.expandTimeline.topClass {
    top: -160px;
}

.timeline-background.active {
    display: block;
}

table .fixBox select {
    max-width: 200px;
    display: inline-block;
}

table .glow {
    animation: glow 1s infinite alternate;
}

table .glow td {
    opacity: .3;
}

@keyframes glow {
    from {
      box-shadow: 0 0 10px -10px #dc9c25;
    }
    to {
      box-shadow: 0 0 10px 10px #dc9c25;
    }
  }

.custom-control-label,
.custom-control.custom-switch {
    cursor: pointer;
}

#complaint_logs .form-group {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#complaint_logs .title {
    font-weight: bold;
    font-size: 18px;
    float: left;
}

#complaint_logs .date {
    float: right;
}

#complaint_logs .item_content {
    margin-top: 20px;
}

.removeLog {
    color: #842029;
    font-size: 12px;
}

.removeLog i {
    color: #842029 !important;
}

.member_complaint_index tbody tr:hover,
.member_complaint_index,
.member_complaint_index a:hover {
    color: #842029 !important;

    background-color: #f8d7da;
    border-color: #f5c2c7;
}

/* #member-info .table > tbody > tr > td {
    word-break: break-word;
    white-space: normal;
} */

.timeline ol li div {
    height: 123px !important;
}

.tableNewComplaintAttachment {
    margin-top: 20px;
}

.renewAttach:hover,
.renewAttach {
    color: #0f5132;
    font-size: 12px;
}

.renewAttach i {
    color: #0f5132 !important;
}
.training-info .table thead tr th {
    background-color: #c1c1c1;
    color: #232323;
    font-size: 13px!important;
}

.training-info .table .p-1 {
    text-align: left;
}

.training-info .table .p-1.t-1 {
    text-align: center;
}

#files .subdir td {
    padding-left: 30px;
}

#files .subsubdir td {
    padding-left: 60px;
}

/* #createFileForm .file_btn,
#createFileForm #files {
    display: none;
} */
/*
#createFileForm .file-label {
    display: block;
}
#createFileForm .file-label.input-file {
    cursor: pointer;
} */

.swal2-actions .btn-danger:hover {
    background-color: #721c24 !important;
    color: #fff !important;
}

.card-header-tabs-hundredeighty .nav-link {
    font-size: 14px;
    font-weight: normal;
}

#VOG_overview th {
    background-color: #666;
    color: #fff;
}

.custom-tab {
    height: 520px;
    overflow-y: scroll;
}

.custom-tab .table {
    border: 1px solid #efefef;
}

.custom-tab .table th {
    padding: 2px 4px;
}
.custom-tab .table td {
    border: 1px solid #efefef;
    padding: 2px 4px;
}
.custom-tab .table td.red {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.custom-tab .table td.green {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

footer .fas.fa-heart {
    color: red;
}

.container {
    max-width: none;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    width: 18px !important;
}

@media screen and (max-width: 1024px)
{
    .expandTimeline {
        top: -40px;
    }

    .expandTimeline.topClass {
        top: -160px;
        right: -200px;
    }
}

@media screen and (max-width: 768px)
{
    .expandTimeline {
        top: -60px;
    }

    .expandTimeline.topClass {
        top: -140px;
        right: 0;
    }
}

@media screen and (max-width: 550px) {
    .top-bar .search-wrapper .search-content .fa-search {
        top: 23px;
    }
    body {
        padding-bottom: 140px;
    }
    .nav-tabs .nav-item {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .expandTimeline {
        top: -96px;
    }
    .expandTimeline.topClass {
        top: -140px;
        right: 0;
        display: none
    }

    footer.footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    footer .copy {
        display: block;
    }
}


