﻿
body
{
    font-family: Arial;
    font-size: small;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #626667;
    text-align: left;
    background-color: #ffffff;
}
tr
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

td
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


.clientReportsGrid
{
    color: #626667;
    text-decoration: none;
    font-variant: small-caps;
}

.gridCells
{
    color: #626667;
    text-align: left;
    font-size: x-small;
    background-color: #ffffff;
}


.Schedule_ChildHeader
{
    vertical-align: middle;
    text-align: center;
    padding-left: 1px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 1px;
    font-size: 10px;
    color: blue;
    cursor: url(images/grab.cur), auto;
}

.Schedule_ContentContainer
{
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-bottom: 1px;
    padding-top: 15px;
    padding-right: 2px;
    font-size: 9px;
    color: black;
}

.Schedule_ContentCell
{
    padding: 5px 0px 2px 0px;
    background-image: url('/images/nlckapp1.png');
    background-repeat: no-repeat;
    cursor: url('/images/grab.cur'); /*background-color:#EDDA74;*/
    color: Black;
}

.Schedule_ContentCellFind
{
    padding: 5px 0px 2px 0px;
    background-image: url('/images/nlckappHIG.png');
    background-repeat: no-repeat;
    cursor: url('/images/grab.cur'); /*background-color:#EDDA74;*/
    color: Black;
}

.Schedule_ContentCellLocked
{
    color: Black; /*background-color:#ADA96E;*/
    cursor: default;
    padding: 5px 0px 2px 0px;
    background-image: url('/images/lockapp1.png');
    background-repeat: no-repeat;
}

.Schedule_ContentCellSALock
{
    color: Black; /*background-color:#ADA96E;*/
    cursor: default;
    padding: 5px 0px 2px 0px;
    background-image: url('/images/salckapp.png');
    background-repeat: no-repeat;
}

.Schedule_ContentCellAbsent{
    background-image: url('/images/absentapp.png');

}
.Schedule_ContentCellCancelled{
    background-image: url('/images/cancelapp.png');

}


.Schedule_DragableChildren
{
    color: black;
    font-size: 10px;
    background-image: url('/images/addchild1.png'); /*background-color:#D4A017;*/
    width: 130px;
    height: 39px;
    background-repeat: no-repeat;
    cursor: url('images/grab.cur');
}

.CommandButtonHovered
{
    color: Black;
    text-decoration: none;
}
.CommandButtonHovered:hover
{
    color: Blue;
    text-decoration: underline;
}



.therapist-assignments .therapist-name {
    border-bottom: solid 3px red;
    text-decoration:none;
}

.therapist-assignments .ajax__tab_xp .ajax__tab_header{
    font-size:13px;
    font-weight:bold;
}

.therapist-assignments .ajax__tab_xp .ajax__tab_header .ajax__tab_tab{
    padding:-1px 4px;
}
.therapist-assignments .ajax__tab_xp .ajax__tab_header{
    text-align:center;
}

.therapist-assignments .underline {
    text-decoration:underline;
}

.therapist-assignments #__tab_ctl00_ContentPlaceHolder1_TabContainer1_TabPanel1{
    color: red;
}

.therapist-assignments #__tab_ctl00_ContentPlaceHolder1_TabContainer1_TabPanel2{
    color: green;
}

.confirm-import-dialog {
    width: 520px !important;
}

.confirm-import-dialog .ui-widget-header {
    color: red;
}

.confirm-import-dialog .ui-dialog-buttonset{
    padding-left: 50px;
    padding-right: 50px;
}

.confirm-import-dialog .ui-widget-content.ui-dialog-content{
    text-align: center;
}
.confirm-import-dialog .ui-widget-content.ui-dialog-content span{
    font-weight: bold;
}

.confirm-import-dialog .ui-widget-content.ui-dialog-content table{
    margin: 0 auto;
}

.confirm-import-dialog button:first-child{
    float: left;
    background-image: url('/images/ok_chk.png');
}

.confirm-import-dialog button:last-child{
    float: right;
    background-image: url('/images/cancel_X.png');

}

.confirm-import-dialog button{
    width: 48%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 50px;
    min-height: 50px;
    width: 50px;
    background-size: 30px !important;
    border: none !important;
    background-color: transparent !important;
}
.confirm-import-dialog button span{
    margin-top: 40px;
    display: block;
    text-align: center;
}
.confirm-import-dialog button:last-child span{
    margin-left: -10px;
}
