﻿.dash_blue_card.grey {
    border-top: 4px solid #90a4ae;
}

.btn-collapse-container {
    top: -4px;
    right: -2px;
}

.filter_section-left {
    border-left: 1px solid #ccc;
}

.filter_section-right {
    border-right: 1px solid #ccc;
}

.btn_primary.provider,
.primary_btn.provider,
.warning_btn.provider {
    text-transform: none;
    font-size: 16px;
}

.instruction_text {
    margin-left: 8px;
    margin-top: 4px;
}

.sub-title-content.search {
    color: #777;
}

.form.search {
    margin: 0px 0;
}

hr.form.flag {
    margin: 7px 0;
}

.search-margin-adjust {
    margin-top: 20px;
}

.comments-date {
    display: inline-block;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-image: none;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.26);
    font-size: 15px;
    text-shadow: none;
}

    a.dt-button:active:not(.disabled):hover:not(.disabled),
    a.dt-button:active:not(.disabled),
    button.dt-button:hover:not(.disabled),
    div.dt-button:hover:not(.disabled),
    a.dt-button:hover:not(.disabled) {
        border: 1px solid #204d74;
        background-color: #286090;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
    }

div.dt-buttons {
    float: none;
    display: inline-block;
}

.search .form_TypeLabel {
    /*font-weight: 700;*/
    font-size: 15px;
    margin-bottom: 1px;
}

.search .form-control {
    height: 27px;
    padding: 0 0 0 6px;
}

.search .form-group {
    margin-bottom: 6px;
}

.search.margin-bottom {
    margin-bottom: 20px;
}

.search .form-control.search-input {
    padding: 0 28px;
}

.AddingIcon_insideText i {
    padding: 6px 12px;
}

.paging-container {
    text-align: right;
    margin-right: 0;
}

.link_lrg {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #337ab7 !important;
}

    .link_lrg:hover {
        text-decoration: none;
    }

.search-provider-pagination {
    position: relative;
    top: 8px;
    margin-right: 5px;
    display: inline-block;
}

.taskMang_staus_text {
    font-weight: bold;
    font-size: 15px;
    color: #337ab7 !important;
}

table.display tbody tr:nth-child(odd) td {
    background-color: #F2F2F2 !important;
}

table.display tbody tr:nth-child(even):hover td, table.display tbody tr:nth-child(odd):hover td {
    background-color: #FFFDEB !important;
}
/*------------------------search Tabs-----------------------------------*/
.search.nav-tabs > li.active > a,
.search.nav-tabs > li.active > a:focus,
.search.nav-tabs > li.active > a:hover {
    color: black;
    font-weight: bold;
    border: none;
    background: #fff;
    /*background: #F5F5F5;*/
    border-bottom: 2px solid #fff;
    /*border-bottom: 2px solid #F5F5F5;*/
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.search.nav-tabs li a
     {
       font-weight: bold;
       background: #fff;
       border: 1px solid #337ab7;
     }
     .search.nav-tabs li a:hover
     {
       color: #5cb85c;
       border-bottom: 2px solid #5cb85c;
       border: 1px solid #5cb85c;
       background: #fff;
     }

.nav-tabs.search {
    /*background-color: #fff;*/
    background: #F5F5F5;
    border-bottom: none;
    margin-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #e3e3e3;
    /*border:none;*/
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*------------------------collapse button-----------------------------------*/
/*------------------------Multiselect list-----------------------------------*/
select[multiple].filter_select,
select[size].filter_select {
    overflow-y: auto;
}


    select[multiple].filter_select.flag,
    select[size].filter_select.flag {
        border: 1px solid #ccc;
        margin-top: 7px;
    }

    select[multiple].filter_select.app-status,
    select[size].filter_select.app-status {
        height: 214px;
        max-height: 214px;
        border-bottom: 1px solid #ccc;
    }

@media only all and (max-width:1024px) {
}

@media only all and (max-width:991px) {
    .paging-container {
        text-align: left;
    }

    .filter_section-left {
        border-left: none;
    }

    .filter_section-right {
        border-right: none;
    }

    .instructions-column {
        display: none;
    }
}

@media only all and (max-width:767px) {
    .search-margin-adjust {
        margin-top: 0;
    }
}

@media only all and (max-width:640px) {
    .disclaimer-card,
    .instructions-column {
        display: none;
    }
}

.row .row{
    margin-left:-15px;
    margin-right:-15px;
}

.course-count {
    background-color: #d58512;
    border-color: #d58512;
    min-width: 25px;
    min-height: 25px;
    line-height: 25px;
    font-weight: 500;
    color: white;
    border-radius: 100%;
    font-size: 13px;
    box-shadow: none;
    display: inline-block;
    text-align: center;
}

.course-count.no-doc {
    background-color: #fff;
    border: 2px solid #d9534f;
    box-shadow: none;
    color: #d9534f;
    line-height: 21px;
}

ul.standard_content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

ul.standard_content.general li {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 5px;
}

input[type=checkbox].docs-table-delete-all-chkbx {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

ul.doc-type li a.active {
    color: #23527c !important;
    text-decoration: underline;
}

ul.doc-type li {
    position: relative;
}

.doc-type-icon {
    color: #23527c;
    position: absolute;
    right: 0px;
    top: -2px;
}

.doc-type .hide-icon {
    display: none;
}

ul.doc-type li a.active {
    color: #23527c !important;
    text-decoration: underline;
}

ul.doc-type li {
    position: relative;
}

.doc-type-icon {
    color: #23527c;
    position: absolute;
    right: 0px;
    top: -2px;
}

.show-icon {
    display: block;
}

a.pathway_link_lrg {
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #337ab7 !important;
}

.content_med.grey {
    font-weight: 600;
    color: #636363;
    font-size: 14px;
}

.attendHrs .form-group {
    margin-bottom: 0px;
}

.dataTable .btn, .buttons-save button.panel-content-action-button {
    margin-right: 5px;
}

input[type=number].AttendanceHours {
    width: 60px;
}