/*
 * Bootstrap overrides
 *
 * Use this file to customize bootstrap css.
 * Do not edit the original bootstrap.css file.
 *
 */


/* page heading */
.heading {
    padding-top: 10px;
    color: #777777;
}

hr.heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-white {background-color: #ffffff !important;}

/* Page headings */
.active, a:focus{outline:0;}
.section_title, span.title, div.title, font.title,.sub-title{
    display: block;
    width: 100%;
    color: #368ee0;
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 10px;
    padding-left: 0px;
    margin: 10px 0 10px 0;
    font-size: 16px;
}

.m_loader{
    position: absolute;
    z-index: 1;
    display: none;
    margin-left: 40%;
}
.modal-title{
    color: #368ee0;
    font-weight: bold;
    font-size: 16px;
}

.capitalize {
    text-transform: capitalize;
}

table {
    font-size: 12px;
}
td.dt-body-left{
    text-align: left !important;
}
td.dt-body-right, .dt-head-right{
    text-align: right !important;
}
.dt-head-center, .dt-body-center{
    text-align: center;
}
table.dataTable.table-condensed>thead>tr>th.sorting_disabled {
    padding-right: 5px !important;
}

.intake_view  ul{margin-left: 29px;}
.intake-form #section1 {padding-top:50px;min-height:500px;color: rgba(51,51,51); background-color:rgba(238, 238, 238, 0.50);}
.intake-form #section2 {padding-top:50px;min-height:500px;color: rgba(51,51,51); background-color:rgba(238, 238, 238, 0.50);}
.intake-form #section3 {padding-top:50px;min-height:500px;color: rgba(51,51,51); background-color:rgba(238, 238, 238, 0.50);}
.intake-form #section4 {padding-top:50px;min-height:500px;color: rgba(51,51,51); background-color:rgba(238, 238, 238, 0.50);}
.intake-form #section5 {padding-top:50px;min-height:500px;color: rgba(51,51,51); background-color:rgba(238, 238, 238, 0.50);}
.intake-form .container-fluid{border-bottom:3px solid rgba(0,0,0,0.1);}
.intake-form input[type="text"], input[type="textbox"], input[type="password"], input[type="entry"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: inherit;
    height: 34px;
}

#patient_form .error { border: 1px solid #B10808; }
#patient_form label.error { display: none;}
.form-group-padding .form-group{margin-left:0px; margin-right:0px;}


/* Style for notification errors */
.error {
    border: 1px solid red !important;
    background-color: #f2dede;
    color: #a94442;
    padding: 5px;
    margin-bottom: 10px;
}
.warning {
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 10px;
    margin-bottom: 10px;
}
.success {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    margin-bottom: 10px;
}
.info {
    border: 1px solid #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
    padding: 10px;
    margin-bottom: 10px;
}
.debug {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #555555;
    padding: 10px;
    margin-bottom: 10px;
}
.critical {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    padding: 10px;
    margin-bottom: 10px;
}

.webui-popover-content {
    padding: 0 14px;
}
/* popover */
.popover{
    white-space: pre-wrap;
}

/* NVD3 Sparkline */
svg.sparkline{
    height: 70px;
    margin-top: 5px;
}

/* Review Of System */
.visit_ros .table > tbody > tr > td{border-top: 0px;}
.visit_ros .section_title{border: 0px;}
.visit_ros input[type="radio"] {margin-right: 3px;margin-top: 2px;}
.visit_ros label{padding-right: 15px;}
.review_system_checks input[type="checkbox"]{vertical-align: unset;}

#tbl_physical_exam input[type='checkbox'] {
    margin-top: 2px;
}


/* Quick notes button style for all pages. */
a.notes-btn{
    position: absolute;
    top: 0;
    right: -20px;
}

a.notes-btn.patient_soap_btn{
    right: -60px;
}

/* nav tabs style */
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-right: 1px solid #CCCCCC !important;
    border-top: 1px solid #CCCCCC !important;
    border-left: 1px solid #CCCCCC !important;
    border-bottom: 1px solid #FFFFFF !important;
    background-color: #FFFFFF;
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    border-right: 1px solid #CCCCCC !important;
    border-top: 1px solid #CCCCCC !important;
    border-left: 1px solid #CCCCCC !important;
    border-bottom: 1px solid #CCCCCC !important;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #777777;
}

/* Login Page css */
.logobar {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url('../../../../images/carbon_tile.png') repeat;
    border-bottom: 4px solid #8bc53f;
    height: 100%;
    text-align: center;
}

.login-box {
    padding: 5px 45px 20px 45px;
    border: solid 1px #bebebe;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background: #EEEEEE;
    box-shadow: 0px 1px 2px #f3f3f3;
    -webkit-box-shadow: 0px 1px 2px #f3f3f3;
    -moz-box-shadow: 0px 1px 2px #f3f3f3;
}

.login-box  label {
    color:#555555;
}

.login-link-div {
    margin-top: 15px;
}

.login-link {
    color:#8bc53f;
}

.facility_logo {
    padding:10px;
}

.container-table {
    display: table;
    height: 90%;
    margin: 0px auto;
}

.container-table-cell {
    display: table-cell;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: top;
}

.logo-left {
    float: left;
}

.version {
    float: right;
    font-size: 10px;
    text-align: right;
}

/* Main Title Frame */
.main_title_body {
    overflow: hidden;
    color: #f2f2f2;
    font-weight: bold;
}

.main_title_body a {
    color: #88e016;
}

.main_title_left {
    margin-left: 0px;
    margin-top: 10px;
}

.main_title_right {
    padding-right: 15px;
    margin-top: 10px;
}

.main_logobar {
    background: url('../../../../images/carbon_tile.png') repeat;
    border-bottom: 3px solid #8bc53f;
    height: 60px;
}

.main_logobar .btn-success {
    margin-left: 10px;
    margin-top: 5px;
    color: #FFFFFF;
}

.main_logobar .btn-success:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.top_panel #current_patient_block {
    padding: 3px 15px 0 15px;
    line-height: 17px;
    vertical-align: top;
}

.top_panel #past_encounter_block, .top_panel #current_encounter_block {
    padding-left: 5px;
    vertical-align: top;
}

#logout_link {
    position: relative;
    top: -2px;
    text-decoration: none;
}

.main_logobar .hidden {
    display:none;
}

.main_logobar .visible{
    display:block;
}

/* Dashboard*/

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

svg {
    display: block;
}

.page-header {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

#main-section-header{
    height: auto;
    border-bottom: 1px solid #ededee;
    -moz-box-shadow: 1px 0 4px #ededee;
    -webkit-box-shadow: 1px 0 4px #ededee;
    box-shadow: 1px 0 4px #ededee;
    background-color: #fff;
    z-index: 10;
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -o-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    margin: -10px 0 0 -20px;
    position: fixed;
}
#main-section-header > h2 {
    padding-left: 1.667em;
    white-space: nowrap;
}
#main-section-header > h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
}
h2.subtitle{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.section_title b{font-weight: normal;}


#page-provider-productivity .section_title{border: 0px;}
#current_month_payments, #current_month_payments svg {
    margin: 0px;
    padding: 0px;
    height: 460px;
    width: 100%;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0px;
}
.btn-group-vertical{width:100%;}
#container-details{
    position: absolute;
    margin-top: 7px;
    right: 0;
}

.user-image-40{
    height: 40px; 
    width:40px; 
    border: 1px solid #777777;
}
#providers-list #providers-name-list{
    height: 100%;
    margin-top: 10px;
}
#providers-name-list a.active{
    background-color: #6abd2d;
    border-top: 1px solid #6abd2d;
    border-bottom: 1px solid #6abd2d;
    box-shadow: unset;
    outline:0;
}
#providers-name-list a.active .name{
    color:#fff;
}
#providers-name-list a.active .title{
    color:#fff;
}

.provider-list-details .name{
    font-size: 14px;
    color: #35373d;}
.provider-list-details .title {
    font-size: 9px;
    line-height: 9px;
    color: #8a8b8f;
    text-transform: uppercase;
    display: inline-block;
}
.btn-group-vertical > .btn:first-child:not(:last-child){
    border-top: 0px;
    border-radius: 0px;
}

#profile-container{margin: 20px;}
.production-billing.fc-event{
    background-color: blue;
}
.production-treatment.fc-event{
    background-color: red;
}
.provider-details-image{
    border-radius: 45px;
    float: left;
    margin-right: 20px;
}
.provider-title-1{
    color: #333;background-color: #fff;
    border-color: #ccc;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    text-transform: uppercase;
}

/* Patient Intake Form */
.dashboard #patientForm_length, .dashboard #patientForm_filter{
    margin: 15px;
}
/* Dashboard*/

/* Data table update for custom buttons */
.dataTables_wrapper .dt-buttons{margin-right: 15px;}
.dataTables_wrapper .dt-buttons, .dataTables_wrapper .dataTables_length{
    float:left;
}

.support_link {
    text-align: center;
    margin: 20px 0;
}

#generated_date { 
    font-size:14px;
    font-weight: bold; 
}

/** Action Items **/
#action-items-tab .nav-tabs > li > a{
    text-decoration: none !important;
}

#action-items-tab ul.nav-tabs li.active a{
    border-top: 5px solid #55b055 !important;
    color: #555;
    text-decoration: none;
}
#action-items-tab ul.nav-tabs li.active a div{
    margin-top: -4px !important;
}

#action-items-tab li.active a i{
    color: #55b055;
}
#action-items-tab li.active a .badge{background-color: #55b055;}

tr.rowbold{font-weight: 800;}

pre.sms-box {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family:"sans-serif";
    font-size:15px;
}

@media(min-width:768px) {
    .sidebar {
        position: fixed !important;
        height: calc(99% - 4.6rem) !important;
        overflow-y: scroll !important;
    }
}
