@charset "utf-8";
/* CSS Document */

/* DESKTOP */
@media only screen and (min-width: 1000px) {
    [id*="_mobile"] {
        display: none !important;
    }

    [class*="_mobile"] {
        display: none !important;
    }
}

/* MOBILE */
@media only screen and (max-width: 1000px) {
    [class*='brdesktop'] {
        display: none !important;
    }

    #content {
        width: 100%;
        min-width: unset;
        margin: 0 10px 10px 10px;
        max-width: 350px;
    }

    #content_left {
        width: 100%;
        min-width: unset;
        overflow: hidden;
    }

    .calls_icon {
        width: 40px;
    }

    #title_wrap.titlesm {
        height: 40px;
    }

    #title_right {
        width: unset;
        position: relative;
    }

    #title_right.titlesm {
        left: 40px;
        height: unset;
        min-height: unset;
    }

    .b_h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 24px !important;
    }

    .h2_space {
        margin: 20px 0 10px 0 !important;
    }

    .task_left {
        width: 60px;
    }

    .task_right {
        width: unset;
        max-width: 280px;
    }

    .task, .task_wrap {
        max-width: 350px;
    }

    #new_profile_link_wrap,
    #new_case_link_wrap {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    #new_profile_link_wrap button,
    #new_case_link_wrap button {
        font-size: 12px !important;
        margin: 0 !important;
    }

    .pagination_wrap, .pagination_wrap div, .pagination_wrap a {
        font-size: 12px !important;
    }

    .page_buttons {
        margin: 10px 0 0 0;
    }

    .pagination_wrap .profile_count {
        float: right;
        margin: 0 10px 0 0;
    }

    .profile_list_col_incidents {
        margin-top: 10px;
    }

    .profile_list_col_incidents .chip {
        font-size: 10px !important;
    }

    .sub_menu .nav {
        flex-wrap: wrap !important;
    }

    #sub_nav_tabs.nav li a {
        font-size: 14px !important;
    }

    #sub_nav_tabs i {
        font-size: 12px !important;
    }

    #new_note_draft_text {
        font-size: 10px;
        width: 150px;
    }

    #note_filters #note_filter_icon {
        width: 20px !important;
    }

    #note_filters #note_filter_icon i {
        padding-left: 0;
    }

    #note_filters #note_filter_user_wrap,
    #note_filters #note_filter_category_wrap {
        width: 130px !important;
    }

    .notice {
        margin-top: 15px;
        font-size: 12px;
    }

    .note_meta .chip {
        font-size: 11px !important;
        margin-bottom: 5px !important;
    }

    .note_text {
        width: 100%;
        word-wrap: break-word;
        overflow: scroll;
    }

    #task_filters {
        justify-content: flex-start;
    }

    #task_filter_icon {
        width: 20px !important;
    }

    #task_filter_icon i {
        padding: 15px 0 0 0;
    }

    #task_filters .w25 {
        width: 140px !important;
    }

    #task_filters .case_task_filter_complete.w25 {
         width: 150px !important;
     }

    #task_filters .md-form {
        width: 140px !important;
    }

    #fe_header {
        height: 60px;
    }

    #fe_header .left {
        width: 100%;
    }

    #fe_header .right {
        float: left;
        padding: 10px 0;
    }

    .allfiles i {
        margin: 0 !important;
    }

    .dochead td {
        font-size: 14px !important;
        vertical-align: bottom;
    }

    #content_right {
        width: 100%;
        max-width: unset;
        margin: 0;
        font-size: 14px !important;
    }

    .eip_cmds {
        height: 30px !important;
    }

    .eip_cmds button {
        padding: 0 15px;
    }

    #personal_form .eip {
        max-height: 73px;
    }

    #personal_form .eip.editing,
    #address_wrap .eip.editing:not(.address_address),
    #phone_wrap .eip.editing:not(.phone_number),
    #new_cost .eip.editing,
    .new_member .eip.editing,
    .member_body .eip.editing,
    .case_extra .eip.editing {
        height:73px;
    }

    .eip_save, .eip_cancel {
        height: 30px !important;
    }

    #case_filters {
        width: 310px;
        flex-wrap: wrap;
    }

    .case_filter {
        max-width: 120px;
    }

    #case_filter_button_wrap .btn,
    #case_filter_clear_wrap .btn {
        margin: 0 5px 0 0;
    }

    #name, #casename {
        width: 250px;
    }

    #new_call_filters {
        min-width: 200px;
        font-size: 12px !important;
    }

    .call_filters_right {
        max-width: 50px !important;
    }

    #new_call_filters input.select-dropdown {
        font-size: 12px !important;
    }

    #call_form .custom-control-label {
        font-size: 12px !important;
    }

    .new_call_user {
        margin-right: 0;
        padding-left: 10px;
    }

    #iwrap i {
        font-size: 24px;
    }

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

#main_mobile {
    width: 100%;
}

#header_mobile {
    border-bottom: 2px solid #00b9d5;
    height: 60px;
    position: relative;
}

#logo_mobile {
    margin: auto;
    width: 52px;
    height: 34px;
    padding: 10px 0 10px 0;
}

#logo_mobile img {
    width: 52px;
    height: 34px;
}

#menu_btn_wrap_mobile {
    position: absolute;
    top: 0;
    left: 10px;
}

#menu_btn_mobile {
    border-radius: 5px;
    color: var(--bridgeblue);
    font-size: 24px;
}

.side-nav .logo-wrapper,
.side-nav .logo-wrapper a {
    height: 100px !important;
    width: 240px;
}

.side-nav .logo-wrapper img {
    padding: 7% 68px !important;
    margin: auto;
}

.side-nav a.active {
    font-weight: bold;
}

.note_meta_mobile {
    margin-top: 10px;
    font-size: 12px;
}

.note_meta_mobile a {
    font-size: 14px;
}

#task_filters_mobile {
    margin-bottom: 20px;
}

#task_filters_mobile_btn {
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
}

#task_filters_mobile_inner {
    padding: 10px;
}

.profile_name {
    font-weight: 400 !important;
    font-size: 16px;
}

.profile_list_meta {
    font-size: 10px;
}

#profile_list_mobile .progress-bar,
#title_wrap_mobile .progress-bar {
    background: #3cb878;
    font-weight: bold;
}

#profile_list_mobile .chip {
    margin-right: 5px;
    background: #aaa;
    color: #fff;
}

#title_wrap_mobile {
    position: relative;
}

#title_wrap_mobile #icon {
    width: 60px;
    height: 60px;
    top: -7px;
    left: 0;
}

#title_wrap_mobile #title_right {
    left: 60px;
    min-height: unset;
}

#title_wrap_mobile #name,
#title_wrap_mobile #casename {
    box-shadow: none;
    margin-top: 0;
    padding: 0;
}

#title_wrap_mobile .progress {
    position: absolute;
    top: 60px;
    width: 100%;
}

#cp_id_mobile {
    font-weight: 400;
}

#title_wrap_mobile .progress_details {
    position: absolute;
    top: 80px;
    font-size: 12px;
}

#title_wrap_mobile .progress_title {
    font-weight: bold;
    color: #999;
}

#title_wrap_mobile .progress_title.comp {
    color: #3cb878;
}

#progress_wrap_mobile {
    padding: 0 10px;
}

.backdir_mobile {
    float: right;
    margin: 15px 0;
    font-size: 18px;
}

#title_wrap_mobile #comp_wrap {
    margin: 60px 0 0 15px;
}

#user_mobile {
    min-height: 120px;
    padding: 15px;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}

#user_left_mobile {
    float: left;
    margin-right: 7px;
}

#user_center_mobile {
    float: left;
    min-width: 160px;
}

#user_right_mobile {
    float: right;
}

#user_mobile .chip {
    padding:2px 12px 1px 3px;
    height: auto;
    line-height: normal;
    display: inline-block;
    margin-right: 5px;
}

#user_mobile .chip.waves-effect {
    overflow: initial;
}

#user_mobile .chip i {
    margin-right: 7px;
}

#att_time_mobile {
    display: inline-block;
    color: #fff;
}

#clock_io_btn_mobile {
    display: none;
}

#user_info_mobile {
    padding: 15px 0;
    border-bottom: 1px solid #666;
}

#user_info_mobile button {
    width: 225px;
}