﻿

    /*** Billers Dialog Window *****/
    
.CheckboxList {
    margin: 15px 0;
    height: 160px;
    width: 230px;
    border: 1px solid #52563D;
    padding: 5px;
    overflow: auto;
}

    .CheckboxList td {
        vertical-align: top;
    }

    .CheckboxList input {
        margin-right: 4px;
    }

.TableFormatting.BillingSheet {
    margin-bottom: 7px;
}

.TableFormatting.BillingSheet th{
    vertical-align: bottom;
}

.TableFormatting.BillingSheet input{
    border: 1px solid #6E7351;
    height: 20px;
    overflow:hidden
}
.TableFormatting.BillingSheet textarea{
    border: 1px solid #6E7351;
    height: 20px;
    resize: none;
    overflow:hidden
}

    .TableFormatting.BillingSheet.PatientRecords tfoot td {
        background-color: #6E7351;
        color: white;
        font-weight: bold;
    }

    .TableFormatting.BillingSheet.PatientRecords tfoot td:not(:nth-child(2)) {
        text-align: center;
    }


.divSaved {
    width: 200px;
    float: right;
}

.Standard.unsaved {
    background-color: #DE3939;
}

.Standard.unsaved:hover {
    background-color: #DE7676;
}


/**** Shared Patients *****/
#sharePatients fieldset{
    width: 250px;
    float: left;
    margin-right: 15px;
    padding: 5px;
    border: 1px dotted #6E7351;
}

#sharePatients fieldset div{
    border: 1px solid #6E7351;
}

#sharePatients .buttons {
    margin-top: 10px;
    float: left;
    clear: both;
}

.dayBox {
    width: 100% !important;
}

    /* not sure to use this
.TableFormatting.BillingSheet tr th:nth-child(2n+9) 
{
    background-color: #939A6D;
}

.TableFormatting.BillingSheet tr td:nth-child(2n+9)
{
    background-color: #939A6D;
}*/


 /******** Login *******/
#login label.login {
    display: block;
    float: left;
    width: 90px;
}

#login > div {
    margin-bottom: 5px;
}

/*-- Billing Sheet Application --*/

#sharePatients legend {
	background: #6E7351;
	color: #fff;
	padding: 2px 5px;
	margin-top: 10px;
}

#sharePatients fieldset {
	background: #fff;
}

.DialogWrapper,
.flexbox {
	background: #FEFFE6;
}



