.text-theme {
    color: #0097a7;
}

.text-theme:hover {
    color: #0097a7;
}

.text-h2 {
    font-size: 2rem;
}

.bg-third {
    background-color: #dbf6f8;
    color: #000;
}

.diary-status-soon
{
    /*background-color: #F7C500;*/
    color: #F7C500;
}

.diary-status-today
{
    /*background-color: #F7C500;*/
    color: #19910c;
}

.diary-status-past
{
    /*background-color: #F7C500;*/
    color: #D61212;
}
.navigation {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.main_content {
    margin-top: 128px;
}

@media (max-width: 768px) {
    .main_content {
        margin-top: 200px;
    }
}

.underline {
    text-decoration: underline;
}

.summary_bar {
    box-shadow: 1px 2px 3px #3333;
    padding: 10px 5px;
    position: fixed;
    top: 128px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

@media (max-width: 768px) {
    .summary_bar {
        position: static;
    }
}

.summary_bar .tab-container {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .summary_bar .tab-container {
        display: block;
    }
}

.summary_bar .tab-container .tab-item .tab-link {
    display: block;
    padding: 0.7143rem 1.4286rem;
    color: #000;
    font-size: 20px;
}

.summary_bar .tab-container .tab-item .tab-link:hover,
.summary_bar .tab-container .tab-item .tab-link.tab-active {
    text-decoration: none;
    background-color: #0097a7;
    color: #fff;
}
.more_menu {
    position:relative
}
.more_menu .more_dropdown {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    box-shadow: 1px 3px 5px 0 #3333;
    padding: 5px 0;
    text-align: left;
    width: 160px;
    z-index: 2
    /*display: none;*/
}
.more_menu .more_dropdown li {
    list-style: none;
}

.more_menu .more_dropdown .more_list_item a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
}

.more_menu .more_dropdown .more_list_item:hover {
    text-decoration: none;
    background-color: #fff;
}
.fs-20px {
    font-size: 20px;
}

.summary_content {
    margin-top: 300px;
}

.summary_content2 {
    margin-top: 250px;
}

.summary_content3 {
    margin-top: 150px;
}


@media (max-width: 768px) {
    .summary_content, .summary_content2 .summary_content3 {
        margin-top: 0;
    }
}

.summary_content .summary_content2 .summary_content2 .top_a {
    padding: 20px 0 0 0px;
}

.summary_content .summary_content3 .label_a_txt,  .label_a_txt {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.summary_content2 .label_a_txt,  .label_a_txt {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}


.summary_content .bottom_area {
    font-size: 20px;
}

.summary_content2 .bottom_area {
    font-size: 20px;
}

.summary_content3 .bottom_area {
    font-size: 20px;
}

.case-summary-title {
    display: inline;
}
.maxw-450px {
    max-width: 450px;
}

.border-theme-dashed {
    border: 1px dashed #0097a7;
}

.add_note_area {
    font-size: 16px;
    font-weight: bold;
}
.delete_icon {
    cursor: pointer;
    margin-left: 5px;
}
.edit_icon {
    cursor: pointer;
    margin-left: 5px;
}
.complete_icon {
    cursor: pointer;
    color: #19910c !important;
}
.drag_drop_box {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    cursor: pointer;
}

.drag_drop_box p {
    font-weight: bold;
}

.table-centered th,
.table-centered td {
    vertical-align: middle !important;
    text-align: center;
}

.width-50px {
    width: 50px;
}

.document_table thead {
    background-color: #4b5151;
    color: #fff;
}

.document_table thead th {
    font-weight: lighter;
}

.document_table tbody tr:nth-of-type(odd) {
    background-color: #ecf7f8;
}

.document_table tbody tr:nth-of-type(even) {
    background-color: #dee3e4;
}

.reports_table thead {
    background-color: #0097a7;
    color: #fff;
}

.reports_table thead th {
    font-weight: lighter;
}

.reports_table tbody tr:nth-of-type(odd) {
    background-color: #ecf7f8;
}

.reports_table tbody tr:nth-of-type(even) {
    background-color: #dee3e4;
}

.financial_table thead {
    background-color: #4b5151;
    color: #fff;
}

.financial_table thead th {
    font-weight: normal;
}

.financial_table th,
.financial_table td {
    border-top: 2px solid #4b5151;
}

.status_table thead {
    background-color: #efefef;
    color: #000;
}

.status_table tbody tr:nth-of-type(odd) {
    background-color: #ecf7f8;
}

.status_table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.status_table thead th {
    border-bottom: none;
}

.status_table th,
.status_table td {
    border-top: none;
}

.width-30px {
    width: 30px;
}

.width-80px {
    width: 80px;
}

.summary_view_bar {
    width: 100%;
    height: 30px;
    background-color: #dbf6f8;
}

.summary_view_bar .filled {
    height: 30px;
    background-color: #0097a7;
}

.fs-16px {
    font-size: 16px;
}

.br-50px {
    border-radius: 50px;
}

.tab-container-div .tab-item {
    padding: 15px 25px;
    background-color: #efefef;
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.tab-container-div .tab-item.active {
    background-color: #0097a7;
    color: #fff;
}

.tab-container-div .tab-item:hover {
    text-decoration: none;
}

.display_div {
    background-color: #dbf6f8;
    color: #000;
    margin-right: 20px;
    padding: 15px 30px;
    text-align: center;
}

.diary_table thead {
    background-color: #c4c4c4;
    color: #000;
}

.diary_table thead th {
    font-weight: lighter;
    border-bottom: 1px solid #fff;
}

.diary_table th,
.diary_table td {
    border: 1px solid #fff;
}

.diary_table tbody tr:nth-of-type(odd) {
    background-color: #ecf7f8;
}

.diary_table tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.search_div {
    height: 65px;
    font-size: 24px;
}

.data_table thead {
    background-color: #0097a7;
    color: #fff;
}

.data_table thead th {
    border-bottom: 0;
    font-weight: lighter;
}

.data_table th,
.data_table td {
    border: 0;
    padding: 5px 10px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .header_select_div {
        margin-top: 50px;
    }
}

.header_select_div .header_select_container .header_select {
    height: 50px;
    padding: 10px;
    border: 1px solid #b5b5b5;
    background-color: #efefef;
    font-size: 20px;
}

.header_select_div .header_select_container .header_select:focus {
    outline: none;
}

@media (max-width: 768px) {
    .header_select_div .header_select_container .header_select {
        font-size: 16px;
        padding: 5px;
    }
}

.header_select_div .header_input_container {
    position: relative;
}

.header_select_div .header_input_container .header_input {
    height: 50px;
    border: 1px solid #b5b5b5;
    border-left: 0;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 50px;
    min-width: 420px;
}

.header_select_div .header_input_container .header_input:focus {
    outline: none;
}

@media (max-width: 768px) {
    .header_select_div .header_input_container .header_input {
        min-width: 250px;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 50px;
    }
}

.header_select_div .header_input_container .search_container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fs-14px {
    font-size: 14px;
}

.fs-18px {
    font-size: 18px;
}

.profile_container {
    position: relative;
}

@media (max-width: 768px) {
    .profile_container {
        position: absolute;
        right: 1rem;
        top: 1rem;
    }
}

.list-style-none {
    list-style: none;
}

.required:after {
    content:" *";
    color: red;
}

.error-help-block {
    color: red;
}

.dropzone {
    border: 1px dashed #0097a7;
}

.dropzone p {
    font-weight: bold;
}

.dropzone .dz-preview .dz-error-message {
    top: 150px;
}

.fa-file-image {
    color: #87ceeb;
}

.fa-file-csv {
    color: green;
}

.fa-file-word {
    color: blue;
}

.fa-envelope {
    color: lightskyblue;
}

.fa-file-pdf {
    color: red;
}

.fa-file-excel {
    color: green;
}

.fa-file-archive {
    color: gray;
}

.fa-file-video {
    color: blue;
}

.SumoSelect {
    width: 100%;
}

.SumoSelect .select-all {
    padding: 4px 0px 0px 35px;
    height: 40px;
}

.print, .pointer{
    cursor: pointer;
}

@media print {
    nav.navigation {
        display: none;
    }
    .main_content {
        margin-top: 0px;
    }
    .print {
        display: none;
    }
    .btn-primary {
        display: none;
    }
    .btn-secondary {
        display: none;
    }
    .radio_container {
        width: 300px;
    }
    .card-body {
        overflow-x: auto !important;
    }
}

.select2-results {
    max-height: 20em;
    overflow: auto;
}

.search-result-dropdown {
    position:absolute;
    left:0;
    right:0;
    max-height: 40em;
    overflow: auto;
    box-shadow: 3px 3px 7px lightgrey;
}
.dt-button {
    /*border-radius: 3px;*/
    background-color: #0097a7;
    color: white;
    border-width: 0px;
}

.select2-selection__clear {
    color: darkred !important;
    font-weight: bold;
}
