
body {
    font-family: 'Open Sans', sans-serif !Important;
    font-size: 12px;
    color: #000;
    background-color: #a0b86e;
    margin: 0;
    padding: 0;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, ul, ol, p {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

.clr {
    clear: both;
}

.main {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    z-index: -1;
}

.container {
    /*max-width:1000px;*/
    margin: 0 auto;
}

.header {
    background-color: #592347;
}

.shadow {
    -webkit-box-shadow: -6px 7px 11px -5px rgb(92, 87, 87);
    -moz-box-shadow: -6px 7px 11px -5px rgb(92, 87, 87);
    box-shadow: -6px 7px 11px -5px rgb(92, 87, 87);
}

.nav {
    /*max-width:1000px;*/
    margin: 0 auto;
}

    .nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .nav ul.menu li {
            float: left;
        }

            .nav ul.menu li a {
                display: block;
                padding: 9px 30px;
                line-height: 30px;
                font-size: 15px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                border-left: 1px solid #6f355c;
                border-right: 1px solid #300b24;
                text-decoration: none;
            }

            .nav ul.menu li:first-child a {
                border-left: none;
            }

            .nav ul.menu li:last-child a {
                border-right: none;
            }

            .nav ul.menu li a.active, .nav ul.menu li a:hover, .nav ul.menu li:hover,  .nav ul.menu li a:focus, .nav ul.menu li:focus,  .nav ul.menu li a:active, .nav ul.menu li:active,.nav ul.menu li a.active, .nav ul.menu li a.hover, .nav ul.menu li.hover{
                background-color: #99708b;
            }


ul.loged-icons {
    float: right;
}

    ul.loged-icons li {
        float: left;
        height: 30px;
    }

        ul.loged-icons li a {
            margin: 4px 18px 0px 0px;
            display: block;
            height: 20px;
            padding: 0px 7px;
            border: 1px solid #fff;
            color: #fff !important;
            font-weight: bold;
            border-radius: 5px;
            text-decoration: none;
            line-height: 20px;
            font-size: 11px;
        }

            ul.loged-icons li a.first {
                padding: 0px;
                border: none;
            }

            ul.loged-icons li a.active {
                background-color: #fff;
                color: #592347 !important;
            }


.sub-header {
    height: 72px;
}

.logo {
    margin-top: 8px;
    float: left;
    margin-top: -15px;
}

.hello {
    margin-top: 12px;
    float: right;
    text-align: right;
    margin-right: 1%;
}

.hello-text {
    font-size: 28px;
    font-style: italic;
    color: #fff;
    line-height: 34px;
}

.date {
    font-size: 10px;
    color: #fff;
}


.calendar {
    float: left;
    width: 73.4987%;
    margin-right: 1.2987012987013%;
}

.events {
    float: right;
    width: 25%;
    height: 445px;
    box-sizing: border-box;
    padding: 6px;
    background-color: #592347;
    color: #ffffff;
}

.mCSB_inside > .mCSB_container {
    margin-right: 22px !important;
}

.events h3 {
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    text-align: center;
}

#external-events div.fc-event, .fc-event.ui-draggable.moving {
    display: block;
    line-height: 31px;
    background-color: #99708b;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin-bottom: 6px;
    border: 2px solid #99708b;
}

    #external-events div.fc-event:hover {
        border: 2px solid #ffffff;
    }




.fc-state-default {
    background: none !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: capitalize;
    border-radius: 5px;
}

.fc-center {
    color: #fff;
    position: relative;
}

.dpxtrnl {
    position: absolute;
    z-index: 0;
    background: transparent;
    border: none;
    height: 0px;
    width: 0px;
}

.fc-state-active {
    border: 1px solid #fff !important;
}

.fc-button-group {
    padding-top: 4px;
    padding-right: 10px;
}

@media only screen and (max-width: 1165px) {
    .fc-button-group {
        font-size:10px;
        margin-top: 2px;
    }

    .fc-toolbar .fc-center h2 {
        font-size: 12px !important;
    }
    #undo a.summary{
      font-size: 10px !important;
    }

}

@media only screen and (max-width: 1070px) {

    .fc .fc-center button.fc-today-button{
        margin-top: 5px !important;
    }

    .fc .fc-toolbar > * > * {
        margin: 0px !important;
    }

}

@media only screen and (max-width: 1035px) {
    .fc button {
        padding:0px 5px !important;
    }
}



@media only screen and (max-width: 945px) {
    .fc-toolbar .fc-center h2 {
        font-size: 10px !important;
    }

    .fc .fc-center button.fc-today-button{
        font-size: 10px !important;
    }
}

.fc-toolbar {
    height: 33px;
    margin-bottom: 0px !important;
    line-height: 33px;
}


.fc table tr th {
    height: 32px;
    line-height: 16px;
    background-color: #99708b;
    border-top: none !important;
    color: #fff;
    text-align: left;
    padding: 3px 5px;
    font-weight: normal;
    text-transform: uppercase;
}

.fc-view-container {
    background-color: #fff;
}

.fc-event {
    border-radius: 0 !important;
}

/*______________calendar_________*/
.fc-toolbar {
    background-color: #592347;
    overflow: hidden;
}

.fc-day-grid-event > .fc-content {
    white-space: normal !important;
    padding: 5px;
}

#undo {
    float: left;
    display: inline-block;
    border-left: 1px solid #300b24;
    border-right: 2px solid #6f355c;
}

    #undo a.arrow {
        border-left: 1px solid #6f355c;
        border-right: 2px solid #300b24;
    }

        #undo a.arrow img {
            line-height: 20px;
            padding: 8px 8px 0;
        }

    #undo a.summary {
        border-left: 2px solid #6f355c;
        border-right: 2px solid #300b24;
        padding: 0 8px;
        color: #fff;
        text-decoration: none;
        margin: 0;
        font-size: 13px;
    }

.fc-left {
    border-left: 1px solid #6f355c;
}


/*__________________________MyDailyShedule___________________*/
.shedule-title {
    height: 32px;
    background-color: #592347;
    margin: 0px 7px;
}

    .shedule-title .lnks {
        float: left;
        height: 32px;
    }

    .shedule-title .edit {
        width: 69px;
        background-image: url(../img/edit.png);
    }

    .shedule-title .refresh {
        width: 90px;
        background-image: url(../img/refresh.png);
        margin-left: 2px;
    }

    .shedule-title .lnks a {
        display: block;
        text-indent: 35px;
        line-height: 32px;
        color: #fff;
        text-decoration: none;
    }

.title-mid {
    width: calc(100% - 285px);
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
}

.title-time {
    width: 90px;
    height: 32px;
    float: right;
    line-height: 32px;
    font-size: 20px;
    padding: 0 5px;
    color: #fff;
    text-align: right;
}

.calendar-container.schedule {
    padding: 0px 0px;
}

.schedule-box {
    padding: 2px 0px;
    height: auto;
    margin: 0px 0px 0px 4px;
}

    .schedule-box .box {
        width: 180px;
        height: 142px;
        float: left;
        margin: 3px;
        background-color: #fff;
    }

        .schedule-box .box:last-child {
            /*margin-right:0px;*/
        }

.schedule-box-scroll {
    height: 296px;
    overflow: auto;
}

.box-title {
    height: 26px;
    background-color: #592347;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.box-content {
    position: relative;
    height: 116px;
}

.box-par {
    text-align: center;
    color: #000;
    padding-top: 8px;
}

.person-name {
    font-size: 18px;
    font-weight: bold;
}

.time-appoint {
    font-size: 12px;
}

.box-occupied {
    line-height: 13px;
    color: #fe0000;
    font-size: 11px;
    padding: 8px 5px 5px;
}

.session-atatus {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 88px;
    height: 87px;
}

.bottom-form {
    height: 60px;
    margin: 5px 7px 0px 7px;
}



.additional-service {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    width: 100px;
    float: left;
    background-color: #592347;
    height: 40px;
}

.schedule-form {
    width: 50%;
    float: left;
    background-color: #eeeeee;
    padding: 0px 4px;
    /*height: 100px;*/
}

.start-session {
    width: 195px;
    height: 60px;
    float: left;
    background-color: #497f00;
    font-size: 14px;
}

.str-ssn {
    width: 170px;
    height: 40px;
    float: left;
    padding: 10px 0;
    text-align: center;
}

    .str-ssn a {
        text-decoration: none;
        color: #fff !important;
    }

.grn-arrow {
    width: 25px;
    height: 60px;
    float: left;
}

.report {
    width: 247px;
    height: 60px;
    float: right;
    background-color: #99708b;
}

.mrg {
    height: 65px;
}

.left-rado {
    width: 23.45454545454545%;
    height: 60px;
    float: left;
    box-sizing: border-box;
    padding-left: 5px;
}

    .left-rado br {
        clear: both;
        line-height: 26px;
    }

.right-input {
    width: 76.54545454545455%;
    box-sizing: border-box;
    height: 60px;
    float: left;
    padding-top: 5px;
}

.left-rado label {
    font-size: 11px;
    float: left;
    margin-top: 6px;
}

.left-rado input {
    margin-top: 8px;
    float: left;
}

.right-input select {
    font-size: 10px;
    height: 18px;
    border: 1px solid #999999;
    width: 91%;
    margin-top: 5px;
}

.right-input input {
    width: 91%;
    margin-top: 5px;
    height: 14px;
    font-size: 10px;
    border: 1px solid #999999;
}

.rep-patient {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 8px;
    color: #fff;
    display: block;
    cursor: pointer;
    background: #99708b url(../img/arrow_below.png) 95% 5px no-repeat;
}

.rep-patient1 {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 8px;
    color: #fff;
    display: block;
    cursor: pointer;
    background: #815371 url(../img/arrow_below.png) 95% 5px no-repeat;
}

.rep-patient2 {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 8px;
    color: #fff;
    display: block;
    text-align: center;
    cursor: pointer;
    background: #592347;
}

/*-------mobile jquery-------------
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{text-shadow: 0 0 0 #f3f3f3;}
.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a{font-weight:normal;}*/

.rdo {
    float: left;
    width: 33%;
}

.box-inp {
    float: left;
    width: 64%;
}
/*.box-inp label {
	float: left;
	font-size: 11px;
	margin-bottom: 0;
	line-height: 20px;
	margin-top: 0px;
	width:100px;
}
.box-inp input,.box-inp select{
	height:14px;
	border:1px solid #999;
	min-height:14px;
	border-radius:0px;	
}
.box-inp select{position:static !important;}
.box-inp div{
	float:left;
	width:calc(100% - 150px);	
}
.box-inp .ui-select{
	padding:0; margin:0;	
}
.box-inp #fullname-button {
    background-color: transparent;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
.box-inp .ui-shadow-inset{
	box-shadow: inset 0 0px 0px rgba(0,0,0,.2);	
}
.rdo .ui-radio input{
	width:auto !important;
	margin:0 !important;
}
.box-inp .ui-input-text{
	margin-top:3px;	
}
.box-inp #fullname-button span{
	display:none;	
}
.box-inp .ui-btn{
	padding:0px;	
}

.box-inp .ui-btn-icon-left:after,
.box-inp .ui-btn-icon-right:after,
.box-inp .ui-btn-icon-top:after,
.box-inp .ui-btn-icon-bottom:after,
.box-inp .ui-btn-icon-notext:after{
	background:none;	
}

.box-inp .ui-select .ui-btn select{
	height:16px;
	font-size:11px;
	opacity: 1;
}
.box-inp .ui-select #fullname-button{
	width:100%;	
}
.box-inp input{
	padding:0;
	font-size:11px;
	height:16px;	
	text-indent: 6px;
	font-style:italic;
}*/
.schedule {
    /*max-width:930px;*/
    margin: 0 auto;
}

.fc .fc-center button.fc-today-button {
    margin-top: 5px;
    text-transform: capitalize;
    text-decoration: underline;
}

    .fc .fc-center button.fc-today-button.fc-state-disabled {
        text-decoration: none;
    }

.fc-center h2 {
    font-size: 15px;
}

td.fc-day.fc-widget-content.fc-today {
    background-color: #efefef;
}

/*.fc-event-container*/ .fc-day-grid-event.fc-event {
    margin: 0px;
    padding: 0px;
    border: solid 1px #fff;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}
    /*.fc-event-container*/ .fc-day-grid-event.fc-event span.fc-title {
        color: #000000;
    }

    .fc-day-grid-event.fc-event:hover span {
        color: #99708B;
    }

.fc-event-container .fc-day-grid-event.fc-event::first-line {
    font-size: 12px;
}

.fc-event-container .fc-day-grid-event.fc-event.ss-count::first-line {
    font-size: 11px;
}

/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-boe {
    background-color: #fcb9c7;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-ei {
    background-color: #b9e2fc;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-schrc {
    background-color: #f0c2fd;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-seit {
    background-color: #c6e6a7;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-cpse {
    background-color: #c6e6a7;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-cancel {
    background-color: #FFFF04;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-count {
    background-color: #efefef;
    color: #848484;
    border-color: #efefef;
    font-size: 11px;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-holiday {
    background-color: #efefef;
    color: #848484;
    border-color: #efefef;
    min-height: 38px;
}
/*.fc-event-container*/ .fc-day-grid-event.fc-event.ss-done {
    color: rgba(255, 0, 0, 0.4);
    text-decoration: line-through;
}
/*.fc-event-container .fc-day-grid-event.fc-event.ss-done span.fc-title{color:#000000;}*/
.fc-day-grid-event .fc-time {
    display: none;
}

.calendar-container {
    padding: 0px 7px;
}

.fc-event.ui-draggable.moving {
    border: 2px solid #ffffff;
    padding: 0px 10px;
    cursor: pointer;
}



#external-events {
}

    #external-events h4 {
        font-size: 16px;
        margin-top: 0;
        padding-top: 1em;
    }

    #external-events .fc-event {
        margin: 10px 0;
        cursor: pointer;
        z-index: 10000;
        position: relative;
    }

    #external-events p {
        margin: 1.5em 0;
        font-size: 11px;
        color: #666;
    }

        #external-events p input {
            margin: 0;
            vertical-align: middle;
        }



/*______________________________________My Schedule Page____________________________*/
/*==================================================================================*/
.footer.ui-footer {
    background-color: #f00000;
    color: #fff;
    font-size: 15px;
    position: fixed;
    bottom: 38px;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
    display: none;
}

.daily-schedule {
    padding: 5px 0px 12px;
}

.ui-block-a.dsdl {
    width: 37.07742639040349%;
    background-color: #fff;
}

.ui-block-b.dsdl {
    width: 62.26826608505998%;
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
}

.ui-block-a, .ui-block-b {
    float: left;
}


    .ui-block-a.dsdl-3 {
        width: 100%;
    }

.sdl-title {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 50px;
    text-decoration: underline;
}

.sl-inner-a {
    width: 29.41176470588235%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 34px;
}

.sl-inner-b {
    width: 70.58823529411765%;
    float: right;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 34px;
}

.sdl-inner {
    clear: both;
    display: block;
}

.sdl-content {
    padding-bottom: 16px;
}

.sdl-footer {
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #940000;
}

.ui-block-a.dsdl-2 {
    /*width:49%;*/ width: 49%;
    float: left;
    background-color: #5ca100;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
    min-height: 133px;
}

.ui-block-b.dsdl-2 {
    width: 50%;
    float: right;
    background-color: #3854ff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 5px 20px 65px;
    font-size: 61px;
    line-height: 92px;
    min-height: 133px;
    cursor: pointer;
}

.dsl-2-title {
    line-height: 48px;
    font-size: 24px;
}

.dsl-2-time {
    font-size: 42px;
    line-height: 40px;
    word-spacing: 10px;
}

.dsl-2-insp {
    font-size: 20px;
    word-spacing: 55px;
}

.note-book {
    float: right;
}

.add-notes {
    float: left;
    color: #fff;
}

.ui-block-a.dsdl-3 {
    min-height: 143px;
    background-color: #e9990f;
    margin-top: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.dsl-3-title {
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-size: 24px;
}

.dsl-3-content {
    min-height: 79px;
    background-color: #fff;
    padding: 5px;
}

@media(max-width:868px) {
    .sl-inner-a, .sl-inner-b {
        font-size: 12px;
    }

    .dsl-2-title {
        font-size: 20px;
    }

    .dsl-2-time {
        font-size: 24px;
        word-spacing: 5px;
    }

    .dsl-2-insp {
        font-size: 16px;
        word-spacing: 20px;
    }

    .ui-block-b.dsdl-2 {
        font-size: 20px;
    }

        .ui-block-b.dsdl-2 img {
            width: 60px;
            padding-top: 25px;
        }
}

.PpClose {
    float: right;
    padding: 5px 8px 0 0;
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.5,1);
    -webkit-transform: scale(1.5,1);
    -moz-transform: scale(1.5,1);
    -ms-transform: scale(1.5,1);
    -o-transform: scale(1.5,1);
    font-weight: normal !Important;
    color: black !Important;
    font-size: 16px;
}

.PpContent {
    margin: 10px;
}

.prplbrdr {
    display: none;
    z-index: 10002 !Important;
    background: #fff;
    border: 1px solid #592347;
}

.overlay {
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    position: fixed;
    z-index: 10001;
    background-color: black;
}
/*mobile.min.css Changes
    .ui-radio input {
    visibility: hidden;
    position: relative !Important;
    }
    .ui-btn, label.ui-btn {
    border-bottom: 1px solid #CCCCCC;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: -10px !Important;
    }
    .ui-page-theme-a .ui-btn{ background: none; }
    .ui-controlgroup-controls .ui-radio {padding-top: 8px;}
    .PpContent fieldset .ui-radio .ui-btn:first-child{border-top:1px solid #CCCCCC;}
    .ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
border-bottom-width: 1px;
}
.ui-btn, label.ui-btn{font-weight: 400 !Important;font-size: 14px;}
.ui-content{padding:0}
.ui-radio .ui-btn.ui-radio-on:after{border-color: #999999;}
.ui-page-theme-a a{font-weight: normal;}
.ui-page-theme-a{text-shadow: none;}
.ui-popup-screen{z-index:10001}
.ui-popup-container{z-index:10001}
.ui-overlay-shadow {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.ui-corner-all {
border-radius: 0;
}*/
/*end mobile.min.css Changes*/
.btnPrpl {
    background-color: #99708b;
    border: 2px solid #592347;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin: 7px 0px 7px 0px;
    padding: 0 75px 0 75px;
}

.PpTitle {
    font-size: 21px;
    line-height: 18px;
    text-align: center;
}

    .PpTitle.ttlmrgn {
        margin: 10px 40px 20px 40px;
    }

.btnGreen {
    background-color: #009900 !Important;
    color: #fff !Important;
    border: none;
    font-size: 15px;
    margin: 0px !Important;
}

.therapistname {
    margin: 15px;
    font-weight: bold;
    font-size: 20px;
    display: none;
}


.fade {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(55,55,55);
    background-color: rgba(55,55,55, .7);
    top: 0;
    left: 0;
}

.popup {
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.closer {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #000;
    line-height: 18px;
}
/*_________________weekly summery________________*/
.weekly {
    /*width:820px;
	height:240px;*/
    background-color: #fff;
    padding: 0 10px 10px;
    left: calc((100% - 820px)/2);
    top: calc((100% - 240px)/2);
}

    .weekly .headings {
        font-size: 18px;
        line-height: 35px;
        text-align: center;
        color: #000;
    }

    .weekly .popup-container {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        /*width:800px;
	height:195px;*/
        border: 1px solid #c9c9c9;
    }

    .weekly .tbl tr:nth-child(odd) {
        background: #CCC;
        text-align: left;
    }
    /*.weekly .tbl tr:first-child,*/ .weekly .tbl th {
        background: #848484;
        color: #fff;
    }

    .weekly .tbl tr td, .weekly .tbl tr th {
        height: 32.5px;
        line-height: 12px;
        border: 1px solid #848484;
    }

        .weekly .tbl tr td:first-child {
            width: 198px;
            font-weight: bold;
        }

            .weekly .tbl tr td:first-child + td {
                width: 72px;
                font-weight: bold;
            }

                .weekly .tbl tr td:first-child + td + td {
                    width: 84px;
                }

                    .weekly .tbl tr td:first-child + td + td + td {
                        width: 92px;
                    }

                        .weekly .tbl tr td:first-child + td + td + td + td {
                            width: 80px;
                        }

                            .weekly .tbl tr td:first-child + td + td + td + td + td {
                                width: 100px;
                            }

                                .weekly .tbl tr td:first-child + td + td + td + td + td + td {
                                    width: 94px;
                                }

                                    .weekly .tbl tr td:first-child + td + td + td + td + td + td + td {
                                        width: 78px;
                                    }


/*_________________daily summery________________*/


.daily {
    width: 524px;
    background-color: #fff;
    padding: 5px;
    left: calc((100% - 524px)/2);
    top: calc((100% - 246px)/2);
}

    .daily .popup-container {
    }

    .daily .hd1 {
        width: 152px;
        height: 60px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding-bottom: 12px;
        padding-left: 8px;
        float: left;
        font-size: 30px;
        line-height: 30px;
    }

    .daily .hd2 {
        width: 156px;
        height: 60px;
        padding-bottom: 10px;
        font-size: 14px;
        float: left;
    }

    .daily .tbl tr td, .daily .tbl tr th, .daily .tbl tr td, .daily .tbl tr th,
    .cancel.tbl tr td, .cancel.tbl tr th, .cancel.tbl tr td, .cancel.tbl tr th {
        height: 25px;
    }

    .daily .tbl tr:first-child,
    .cancel.tbl tr:first-child {
        background: #efefef;
        color: #000;
        text-align: left;
    }

    .daily .tbl tr td:first-child {
        width: 126px;
    }

        .daily .tbl tr td:first-child + td {
            width: 56px;
        }

            .daily .tbl tr td:first-child + td + td {
                width: 264px;
            }

                .daily .tbl tr td:first-child + td + td + td {
                    width: 50px;
                }


/*_________________Create Schedule popup________________*/


.creat-schedule {
    width: 618px;
    height: 255px;
    background-color: #fff;
    left: calc((100% - 618px)/2);
    top: calc((100% - 255px)/2);
}

    .creat-schedule .headings {
        text-align: center;
        height: 58px;
        font-size: 14px;
        line-height: 16px;
        padding-top: 14px;
    }

        .creat-schedule .headings strong {
            font-size: 16px;
            1;
        }

    .creat-schedule .popup-container {
        padding: 0 8px 8px;
        height: 182px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.days {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 130px;
    /*border:1px solid #c9c9c9;*/
}

.creat-schedule .tbl tr:first-child td {
    background: #99708b;
    color: #fff;
    text-align: left;
    padding-left: 5px;
    width: 85.5px;
    font-size: 10px;
    height: 29px;
    line-height: 12px;
}

.creat-schedule .tbl tr td {
    border-right: 1px solid #c9c9c9;
}

    .creat-schedule .tbl tr td:last-child {
        border: none;
    }

.creat-schedule .tbl tr:last-child {
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.creat-schedule .tik {
    background-color: #9cd055;
    text-align: center;
    vertical-align: middle;
}

.creat-schedule .btns {
    height: 36px;
    margin-top: 8px;
}

.creat-schedule .save {
    width: 450px;
    height: 36px;
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
}

.creat-schedule .cancel {
    float: left;
    width: 150px;
    height: 36px;
    background-color: #dddddd;
    font-size: 17px;
    text-align: center;
}

.creat-schedule .save a {
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 450px;
    display: block;
    height: 36px;
}

.creat-schedule .cancel a {
    color: #888;
    text-decoration: none;
    line-height: 36px;
    width: 150px;
    display: block;
    height: 36px;
}


/*Note pop up*/
.notepop {
    min-width: 600px;
    padding: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    max-width: 900px;
}

    .notepop input {
        width: 45px;
    }

    .notepop table.dlyschdl td {
        padding: 0px;
        text-align: center;
    }

    .notepop table.dlyschdl tr:nth-child(1) th {
        text-align: center;
    }

    .notepop h5 {
        margin: -15px 0px 5px 0px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
    }

    .notepop table.dlyschdl {
        width: 100%;
    }

        .notepop table.dlyschdl tr:nth-child(1) th {
            color: #ffffff;
            background-color: #555555;
            border: 1px solid #555555;
            padding: 3px;
            vertical-align: middle;
            text-align: left;
        }

        .notepop table.dlyschdl td {
            border: 1px solid #d4d4d4;
            padding: 3px;
            vertical-align: sub;
            text-align: left;
        }

.noteBtn {
    background: /*#555555*/ #E9990F;
    cursor: pointer;
    color: white;
    width: 60%;
    margin: 10px auto 0px auto;
    font-size: 24px;
    padding: 4px;
    font-weight: normal;
    /*-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
letter-spacing: 1px;
font-weight: bold;*/
}

    .noteBtn.Locked {
        background: #555555 !Important;
    }

.notepop .newdd {
    width: 130px;
}

.mSelect {
    border: 1px solid #ccc;
    color: #444;
    text-decoration: none !important;
    font-size: 13px;
    padding: .4em;
    line-height: 1.4em;
    display: inline-block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    background: url(/beta/img/arrow_below-black.png) 95% 10px no-repeat;
    /*background-color: #f3f3f3;
background-image: -webkit-linear-gradient(top,#fefefe,#f3f3f3);
background-image: -moz-linear-gradient(top,#fefefe,#f3f3f3);
border: 1px solid #ccc;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #444;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
box-shadow: 0 1px 3px rgba(0,0,0,.15);
text-shadow: 0 1px 0 #f3f3f3;
opacity: 1;
text-decoration: none!important;
font-size: 13px;
padding: .4em;
line-height: 1.4em;
display: inline-block;
position: relative;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-family: sans-serif;
vertical-align: middle;*/
}

    .mSelect:hover {
        background: #f3f3f3 url(/beta/img/arrow_below-black.png) 95% 10px no-repeat;
        /*background-image:-webkit-linear-gradient(top,#fafafa,#e9e9e9);
background-image:-moz-linear-gradient(top,#fafafa,#e9e9e9);
border-color:#ccc;
box-shadow:inset 0px 1px 5px rgba(0,0,0,.2);
color:#222;
text-shadow: 0 1px 0 #f3f3f3;*/
    }

    .mSelect span {
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }

    .mSelect ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 9999;
        list-style: none;
        background-color: #fff;
        border-color: #ddd;
        color: #333;
        text-shadow: 0 1px 0 #f3f3f3;
        -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
        -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
        box-shadow: 0 0 12px rgba(0,0,0,.6);
        -webkit-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: .3125em;
        border-radius: .3125em;
        top: 0px;
        left: 0px;
    }

    .mSelect li {
        background-color: #f6f6f6;
        border-color: #ddd;
        color: #333;
        text-shadow: 0 1px 0 #f3f3f3;
        border-width: 1px 0 0;
        border-style: solid;
        margin: 0;
        display: block;
        position: relative;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: .7em 1em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        list-style: none;
    }

        .mSelect li:hover {
            background-color: #ededed;
            border-color: #ddd;
            color: #333;
            text-shadow: 0 1px 0 #f3f3f3;
        }

        .mSelect li:first-child {
            -webkit-border-top-right-radius: inherit;
            border-top-right-radius: inherit;
            -webkit-border-top-left-radius: inherit;
            border-top-left-radius: inherit;
        }

        .mSelect li:last-child {
            -webkit-border-bottom-right-radius: inherit;
            border-bottom-right-radius: inherit;
            -webkit-border-bottom-left-radius: inherit;
            border-bottom-left-radius: inherit;
        }

        .mSelect li.act {
            background-color: #38c;
            border-color: #38c;
            color: #fff;
            text-shadow: 0 1px 0 #059;
        }

.mText {
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    color: #333;
    padding: .4em;
    line-height: 1.4em;
    display: inline-block;
    /*border-color: #ddd;
border-width: 1px;
border-style: solid;
border-radius: .3125em;
-webkit-border-radius: .3125em;
background-color: #fff;
-webkit-background-clip: padding;
background-clip: padding-box;
color: #333;
text-shadow: 0 1px 0 #f3f3f3;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
padding: .4em;
line-height: 1.4em;
display: inline-block;*/
}

.notepop table.dlyschdl tr:hover td {
    background-color: #ffffff;
}

.reqre {
    border: solid 1px red;
}

.reqrelbl {
    color: red;
}

.lbltxt {
    line-height: 17px;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    text-indent: -20px;
    padding: 10px 0px 10px 30px;
    float: left;
    clear: both;
}

Inherited from div#EINotes.notepop .mSelectgrp li.grphdr {
    cursor: default;
    background-color: #e9e9e9;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #eee;
    background-image: none;
}

.mSelectmulty li {
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-image: url('../../Images/unchecked-checkbox.png');
    padding-right: 35px;
}

.mSelectmulty.mSelect li.act {
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    background-image: url('../../Images/checked-checkbox.png');
}

.mSelectgrp li.grphdr.ddcls {
    background-image: url('../../Images/Close-icon-sml.png');
    cursor: pointer;
}


.ntbtns {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .ntbtns div {
        display: inline-block;
        width: 200px;
        margin: 10px 10px 0px 10px;
    }

.NoteReq {
    background-position: right 5px center;
    background-image: url('../../Images/note-m.png');
    background-repeat: no-repeat;
}

.HasNote {
    background-position: right 5px center;
    background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    background-repeat: no-repeat;
}

.HasNoteL, .HasNoteAdminS, .HasNoteAdminC {
    background-position: right 5px center;
    background-image: url('../../Images/note-d.png');
    background-repeat: no-repeat;
}

.HasNoteSup {
    background-position: right 5px center;
    /*background-image: url('../img/note-p.png');*/
    background-image: url('../img/note-d-s.png');
    background-repeat: no-repeat;
}
.HasNoteSC {
    background-position: right 5px center;
    background-image: url('../img/note-p.png');
    background-repeat: no-repeat;
}

.HasNoteSupR {
    background-position: right 5px center;
    background-image: url('../img/note-d-sr.png');
    background-repeat: no-repeat;
}
.HasNoteMissingParent {
    background-position: right 5px center;
    background-image: url('../img/note-o.png');
    background-repeat: no-repeat;
}

.HasNoteAdmin {
    background-position: right 5px center;
    /*background-image: url('../img/note-o.png');*/
    background-image: url('../img/note-d-a.png');
    background-repeat: no-repeat;
}

.LockNote {
    background-position: right 5px center;
    background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    background-repeat: no-repeat;
}

.HasNoteC {
    background-position: right 5px center;
    background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    background-repeat: no-repeat;
}

.HasNoteCL {
    background-position: right 5px center;
    background-image: url('../../Images/note-d.png');
    background-repeat: no-repeat;
}

.HasNoteCO {
    background-position: right 5px center;
    /*background-image: url('../img/note-o.png');*/
    background-image: url('../img/note-d-a.png');
    background-repeat: no-repeat;
}

.HasNoteCP {
    background-position: right 5px center;
    /*background-image: url('../img/note-p.png');*/
    background-image: url('../img/note-d-s.png');
    background-repeat: no-repeat;
}

.NoteReqC {
    background-position: right 5px center;
    background-image: url('../../Images/note-m.png');
    background-repeat: no-repeat;
}

.HalfNote {
    background-position: right 5px center;
    background-image: url('../../Images/note-y.png');
    background-repeat: no-repeat;
}

.sNote {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: -3px 0px;
}

    .sNote.Missing {
        background-image: url('../../Images/note-m.png');
    }

    .sNote.Started {
        background-image: url('../../Images/note-y.png');
    }

    .sNote.Done {
        background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    }

    .sNote.Lock, .sNote.AdminS, .sNote.AdminC {
        background-image: url('../../Images/note-d.png');
    }

    .sNote.Sup {
        /*background-image: url('../img/note-p.png');*/
        background-image: url('../img/note-d-s.png');
    }
    .sNote.SC {
        background-image: url('../img/note-p.png');
    }

    .sNote.SupR {
        background-image: url('../img/note-d-sr.png');
    }
    .sNote.MissingParent {
        background-image: url('../img/note-o.png');
    }

    .sNote.Admin {
        /*background-image: url('../img/note-o.png');*/
        background-image: url('../img/note-d-a.png');
    }

.PccLoged {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('../../Images/GreenCheckmark.png') !Important;
}

.PccNotLoged {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url('../../Images/RedX.png') !Important;
}

.cNote {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 20px;
    margin: -3px 0px;
}

    .cNote.Missing {
        background-image: url('../../Images/note-m.png');
    }

    .cNote.Started {
        background-image: url('../../Images/note-y.png');
    }

    .cNote.Done {
        background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    }

    .cNote.Lock, .cNote.AdminS, .cNote.AdminC {
        background-image: url('../../Images/note-d.png');
    }

    .cNote.Sup {
        /*background-image: url('../img/note-p.png');*/
        background-image: url('../img/note-d-s.png');
    }
    .cNote.SC {
        background-image: url('../img/note-p.png');
    }
        
    .cNote.SupR {
        background-image: url('../img/note-d-sr.png');
    }

    .cNote.MissingParent {
       background-image: url('../img/note-o.png');
    }

    .cNote.Admin {
        /*background-image: url('../img/note-o.png');*/
        background-image: url('../img/note-d-a.png');
    }


.notepop center {
    display: inline-block;
    float: left;
    border: 1px solid #555555;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 24px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    color: #555555;
}

.mSelectmulty2.mSelect {
    width: inherit;
    background: none;
    border: none;
    webkit-box-shadow: inherit;
    box-shadow: inherit;
    position: inherit;
    float: left;
    clear: both;
}

    .mSelectmulty2.mSelect ul {
        width: inherit;
        display: inline-block !important;
        background: none;
        border: none;
        webkit-box-shadow: inherit;
        box-shadow: inherit;
        position: inherit;
    }

    .mSelectmulty2.mSelect li {
        float: left !important;
        display: inline-block !important;
        border: none;
        background-repeat: no-repeat;
        background-position: 5px center;
        background-image: url('../../Images/unchecked-checkbox.png');
        padding-left: 35px;
        margin: 5px;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        z-index: 10;
    }

    .mSelectmulty2.mSelect span {
        display: none;
    }

    .mSelectmulty2.mSelect li.act {
        background-color: #f6f6f6;
        border-color: #ddd;
        color: #333;
        text-shadow: 0 1px 0 #f3f3f3;
        background-image: url('../../Images/checked-checkbox.png');
    }

.notepop hr {
    clear: both;
}

.notepop textarea {
    display: inherit;
    clear: both;
    width: 99%;
}


.mSelect ul li input.mText {
    margin: -10px -10px -10px 5px;
    width: 200px;
}
/*End Note Pop up*/


/*_________________Close day popup________________*/

.close-day {
    width: 890px;
    /*height:392px;*/
    background-color: #fff;
    left: calc((100% - 840px)/2);
    top: calc((100% - 392px)/2);
}

    .close-day .headings {
        height: 44px;
        line-height: 44px;
        text-align: center;
        color: #000;
        font-size: 22px;
    }

    .close-day .popup-container {
        width: 876px;
        /*height:228px;*/
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #c9c9c9;
        margin: 0 auto;
    }

    .close-day .tbl {
        font-size: 11px;
        width: 100%;
    }

        .close-day .tbl tr td {
            vertical-align: middle;
        }

        .close-day .tbl tr:nth-child(odd) {
            background: #e4e4e4;
            text-align: left;
        }

        .close-day .tbl tr:first-child {
            background: #848484;
            color: #fff;
        }

        .close-day .tbl tr td:first-child, .close-day .tbl tr th:first-child {
            text-indent: 12px;
            height: 25px;
        }


        /*.close-day .tbl tr td:first-child{width:158px;}
.close-day .tbl tr td:first-child + td{width:84px;}
.close-day .tbl tr td:first-child + td + td{width:130px;}
.close-day .tbl tr td:first-child + td + td + td{width:75px;}
.close-day .tbl tr td:first-child + td + td + td + td{width:88px;}
.close-day .tbl tr td:first-child + td + td + td + td + td{width:78px;}
.close-day .tbl tr td:first-child + td + td + td + td + td + td{width:70px;}
.close-day .tbl tr td:first-child + td + td + td + td + td + td + td{width:140px;}*/


        .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .del {
            background-color: #848484;
            height: 25px;
            float: left;
            width: 45px;
            margin-right: 8px;
            letter-spacing: -1px;
            color: #fff;
            text-shadow: none;
            cursor: pointer;
        }

            .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .del i {
                font-size: 16px;
                line-height: 25px;
                text-indent: 3px;
                float: left;
            }

            .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .del span {
                float: left;
                line-height: 25px;
                padding-left: 2px;
            }

        .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .adjust {
            background-color: #848484;
            height: 25px;
            width: 75px;
            float: left;
            color: #fff;
            line-height: 25px;
            font-size: 8px;
            text-shadow: none;
            cursor: pointer;
        }

            .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .adjust i {
                font-size: 16px;
                line-height: 25px;
                text-indent: 3px;
                float: left;
            }

            .close-day .tbl tr:nth-child(odd) td:first-child + td + td + td + td + td + td + td .adjust span {
                float: left;
                line-height: 8px;
                padding-top: 3px;
                padding-left: 2px;
            }




        .close-day .tbl .del {
            height: 25px;
            float: left;
            width: 45px;
            margin-right: 8px;
            letter-spacing: -1px;
            color: #000;
            text-shadow: none;
            cursor: pointer;
        }

            .close-day .tbl .del i {
                font-size: 16px;
                line-height: 25px;
                text-indent: 3px;
                float: left;
            }

            .close-day .tbl .del span {
                float: left;
                line-height: 25px;
                padding-left: 2px;
            }

        .close-day .tbl .adjust {
            height: 25px;
            width: 75px;
            float: left;
            color: #000;
            line-height: 25px;
            font-size: 8px;
            text-shadow: none;
            cursor: pointer;
        }

            .close-day .tbl .adjust i {
                font-size: 16px;
                line-height: 25px;
                text-indent: 3px;
                float: left;
            }

            .close-day .tbl .adjust span {
                float: left;
                line-height: 8px;
                padding-top: 3px;
                padding-left: 2px;
            }



    .close-day .snd-msg {
        width: 876px;
        margin: 0px auto 0;
    }

        .close-day .snd-msg input[type="text"], .close-day .ui-input-text {
            width: 700px;
            height: 30px;
            line-height: 30px;
            float: left;
            font-style: italic;
            margin: 0;
        }

        .close-day .snd-msg input[type="text"] {
            padding: .4em;
            box-sizing: border-box;
        }

        .close-day .snd-msg input[type="submit"], .close-day .ui-btn {
            width: 176px;
            float: left;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            background-color: #2761c1;
            color: #fff;
            text-shadow: none;
            height: 30px;
            padding: 0;
            line-height: 30px;
            margin: 0;
            font-size: 16px;
            display: block;
            position: relative;
            text-align: center;
            overflow: hidden;
            cursor: pointer;
        }

    .close-day .cls-day {
        font-size: 18px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        background-color: #940000;
        height: 40px;
        margin-top: 23px;
    }

.small-timer {
    width: 95px;
    height: 60px;
    float: left;
    background-color: #eeeeee;
    font-size: 14px;
    padding-right: 10px;
    display: none;
}

.small-timer-div {
    font-size: 11px;
    padding: 0px;
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
}

.txt-small-timer {
    font-size: 21px;
}


.mGroup {
}

    .mGroup input {
        float: left;
        margin: 11px 9px 10px 16px;
        z-index: 0;
    }

    .mGroup label {
        border-bottom: 1px solid #D5D5D5;
        width: 100%;
        text-indent: 0px;
        line-height: 15px;
        font-size: 13px;
        padding: 10px 0px;
        position: relative;
        z-index: 1;
        display: block;
        margin: 0 0 .4em;
    }

        .mGroup label:after {
            content: "";
            background-color: #fff;
            width: 14px;
            height: 14px;
            border: 1px solid #9E9E9E;
            position: absolute;
            left: 13px;
            top: 9px;
            border-radius: 20px;
            z-index: 5;
        }

        .mGroup label.act:before {
            content: "";
            background-color: #9E9E9E;
            width: 10px;
            height: 10px;
            position: absolute;
            left: 16px;
            top: 12px;
            border-radius: 20px;
            z-index: 10;
        }

.mGroup2 {
    padding: 15px;
}

    .mGroup2 input, .mGroup2 select {
        margin-bottom: 8px;
        width: 220px;
        height: 32px;
    }

#txtReason {
    width: 216px;
    height: 25px;
    font-style: italic;
    text-indent: 4px;
}

.ui-input-text {
    margin: 0px;
    border: none;
}

.mGroup2 .newdd {
    width: 208px;
    margin-bottom: 8px;
}

.fc-toolbar.tlbr-hdr {
    background-color: #99708B;
    font-size: 15px;
}

.btnAdjust {
    background-color: #009900 !Important;
    color: #fff !Important;
    border: none;
    font-size: 15px;
    margin: 0px !Important;
    width: 180px;
    height: 26px;
}

.btnAdjust2 {
    background-color: #009900 !Important;
    color: #fff !Important;
    border: none;
    margin: 0px !Important;
    width: 250%;
    min-height: 133px;
    font-size: 300%;
}

#rtrvsss, #btnCnclSlctSS {
    width: 100%;
    height: 30px;
}

.clsload {
    z-index: 20000;
    opacity: .3;
    display: none;
}

.NoteReqD {
    background-position: 2px 120px;
    background-image: url('../../Images/note-m.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteD {
    background-position: 2px 120px;
    background-image: /*url('../../Images/note-lck.png')*/ url('../../Images/note-y.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteLD, .HasNoteAdminSD, .HasNoteAdminCD {
    background-position: 2px 120px;
    background-image: url('../../Images/note-d.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteAdminD {
    background-position: 2px 120px;
    /*background-image: url('../img/note-o.png');*/
    background-image: url('../img/note-d-a.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteSupD {
    background-position: 2px 120px;
    /*background-image: url('../img/note-p.png');*/
    background-image: url('../img/note-d-s.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteSCD {
    background-position: 2px 120px;
    background-image: url('../img/note-p.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HasNoteSupRD {
    background-position: 2px 120px;
    background-image: url('../img/note-d-sr.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.HalfNoteD {
    background-position: 2px 120px;
    background-image: url('../../Images/note-y.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#btnxtrnlevnts {
    display: inline-block;
    border-right: 2px solid #6f355c;
    border-top: 1px solid #300b24;
    float: right;
    width: 25%;
    box-sizing: border-box;
    background-color: #592347;
}

    #btnxtrnlevnts div {
        border-left: 2px solid #6f355c;
        border-right: 2px solid #300b24;
        padding: 4px 8px;
        color: #fff;
        margin: 0;
        font-size: 13px;
        float: left;
        cursor: pointer;
    }

        #btnxtrnlevnts div:last-child {
            border-right: none;
        }

        #btnxtrnlevnts div.active {
            font-weight: bold;
        }

.ui-datepicker {
    font-size: 15px;
}

#thrpstschdl {
    border: 1px solid #fff !important;
    font-size: 13px;
    padding: 5px;
    height: 13px;
    line-height: 13px;
    border-radius: 5px;
    cursor: pointer;
    margin: 4px;
}

    #thrpstschdl:hover {
        background-color: #592347;
    }

#btnDoneAdmin {
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    display: block;
    height: 36px;
    background-color: #497f00;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}

#AdmnSchdlPU {
    width: 1000px;
    height: 870px;
}

#result, #result2 {
    position: absolute;
    margin: 0px 0px 0px 0px;
    background-color: white;
    border: 1px solid buttonshadow;
    overflow: auto;
    text-align: left;
    padding: 0px;
    /*width: 55px;*/
    z-index: 1000;
    /*top: 24px;*/
    top: 0;
    left: 0;
    /*  width: 140px;*/
}

#result2 {
    right: 0;
}

    #result li, #result2 li {
        padding: 7px;
        border-bottom: 1px solid lightgray;
        cursor: pointer;
    }

        #result li:hover, #result2 li:hover {
            background: #EFEFEF;
        }

.invoice {
    padding: 20px; /*background: white;*/
    font-size: 13px;
}

    .invoice h1 {
        color: White;
    }

.alginR {
    text-align: right;
}

#btnSaveCheck {
    padding: 7px;
    width: 200px;
}

.payerinvoice .tbl {
    font-size: 11px;
    width: 100%;
    border: 1px solid #c9c9c9;
    background: white;
}

    .payerinvoice .tbl tr:first-child {
        background: #99708B !Important;
        color: #fff;
        text-align: left;
    }

    .payerinvoice .tbl tr td:first-child, .payerinvoice .tbl tr th:first-child {
        text-indent: 12px;
        height: 25px;
    }

    .payerinvoice .tbl tr:nth-child(odd) {
        background: #e4e4e4;
        text-align: left;
    }

    .payerinvoice .tbl tr td {
        border-left: 1px solid #c9c9c9;
        padding-left: 5px;
        padding-right: 5px;
    }

        .payerinvoice .tbl tr td:first-child {
            border-left: none;
        }

    .payerinvoice .tbl tr th {
        padding-left: 5px;
        padding-right: 5px;
    }

td[clmn="payment"]:hover {
    cursor: pointer;
    color: #99708B;
    font-weight: bold;
}
/*.prntinvc{background-color: #99708B;
float: left;
color: #fff;
text-align: center;
cursor: pointer;
margin: 1px;
padding: 3px;}*/
.prntinvc img {
    float: right;
    padding-left: 5px;
}

canvas {
    /*border-bottom: 1px solid !important;*/
    background-image: url('/beta/img/GreyXNew.PNG');
    background-repeat: no-repeat;
    background-position: 3px 35px;
    background-color: #ECECEC;
}

.signature {
    position: relative;
}

.signatureline {
    border-bottom: 1px solid !important;
    position: absolute;
    width: 495px;
    bottom: 65px;
    right: 0px;
}

#ParISignature .signatureline, #ParIASignature .signatureline {
    width: 168px !Important;
    right: 330px !Important;
}

#btnAccptSig {
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 288px;
    display: block;
    height: 36px;
}

#btnRjctSig {
    float: left;
    width: 150px;
    height: 36px;
    background-color: #dddddd;
    font-size: 17px;
    text-align: center;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    display: block;
}

.btnClearSig {
    float: left;
    width: 100px;
    height: 36px;
    background-color: #dddddd;
    font-size: 17px;
    text-align: center;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    display: block;
    border: none;
}

.btnSaveSig,.btnSaveSignew {
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 430px;
    display: block;
    height: 36px;
    border: none;
}

#opnDirSgPd {
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 330px;
    display: block;
    height: 36px;
    border: none;
}

.sigbtn {
    padding: 6px 0px 0px;
    display: inline-block;
}

.SigCntnt {
    padding: 15px 10px 19px 10px;
}

.SigTitle {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 7px;
}

.LockOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 1px;
    position: absolute;
    z-index: 100010;
}

.Locked {
    cursor: default;
}

/*Reports*/
#btnDelete, #btnEdit {
    color: #fff;
    width: 63px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 20px;
    background-color: #F00000;
    border: 1px solid white;
}

    #btnDelete:hover, #btnEdit:hover {
        color: black;
        color: #F00000;
        border: 1px solid #F00000;
        background-color: #fff;
    }


#btnLog {
    color: #fff;
    width: 90px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 20px;
    background-color: #5CA100;
    border: 1px solid white;
}

    #btnLog:hover {
        color: black;
        color: ##5CA100;
        border: 1px solid #5CA100;
        background-color: #fff;
    }

#divR,#divR2,#divR3 {
    position: absolute;
    display: none;
}


.rpt-page {
    padding: 0px 7px;
}

.rpt-form-container {
    display: inline-block;
    width: 100%;
    /*height: 180px;*/
    margin-bottom: 4px;
}

.rpt-form-inputs {
    width: 792px;
    /*height: 180px;*/
    float: left;
}

.rpt-form-btn {
    width: 95px;
    height: 50px;
    float: right;
    background-color: #024ac3;
    margin-left: 3px;
    margin-bottom: 3px;
}

    .rpt-form-btn:hover {
        opacity: .9;
    }

    .rpt-form-btn a, .rpt-form-btn input {
        display: block;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        height: 40px;
        padding: 10px 0 0 14px;
        background: url(../img/Reports_arrow.png) 74px 13px no-repeat;
        line-height: 15px;
        border: none;
    }

.rpt-input-top {
    /*height:20px;*/
    height: 30px;
    margin-bottom: 4px;
}

.rpt-input-bottom {
    /*height:26px;
	height:36px;*/
}

.rpt-input1 {
    width: 195px;
    /*height:20px;*/
    height: 30px;
    float: left;
    margin-right: 3px;
}

    .rpt-input1 input {
        width: 195px;
        /*height:20px;*/
        height: 30px;
        border: none;
        font-size: /*11px*/ 15px;
        color: /*#024AC3*/ #000;
        font-style: italic;
        text-indent: 5px;
        padding: 0;
        background: #fff url(../img/Reports_calender_icon.png) 178px center no-repeat;
        font-weight: bold;
    }

.rpt-input2 {
    width: 195px;
    float: left;
    /*height:20px;*/
    height: 30px;
    margin-right: 3px;
}

    .rpt-input2 select {
        line-height: 1;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(../img/Reports_arrow2.png) no-repeat 375px center;
        width: 395px;
        /*height:20px;*/
        height: 30px;
        font-size: 11px;
    }

.rpt-input3 {
    width: 195px;
    /*height:26px;*/
    height: 36px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

    .rpt-input3:last-child {
        /*margin-right: 0px;
        width:197px;*/
        background-color: #000;
    }

    .rpt-input3 select {
        line-height: 1;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #000 url(../img/arrow_below.png) no-repeat 175px center;
        width: 195px;
        /*height:26px;*/
        height: 36px;
        font-size: 12px;
        color: #fff;
        text-indent: 5px;
    }

.rpt-page input[type="date"]:before, #txtDatePickerVP[type="date"]:before, #txtDatePickerVP2[type="date"]:before {
    content: attr(placeholder);
}

.selected {
    color: #E4204C !Important;
}
/*________________________________________tbl____________*/
.view-tbl {
    background-color: #fff;
    margin-bottom: 50px;
}

#rep-tbl, .rpt-pp {
    text-shadow: none;
    border: 0;
    width: 100%;
    background: #fff;
}

    #rep-tbl thead tr th, .rpt-pp thead tr th {
        background-color: #592347;
        color: #fff;
        font-size: /*10px*/ 14px;
        min-height: 22px;
        text-align: left;
        font-weight: /*bold*/ normal;
    }

table.dlyschdl tr:hover, table.dlyschdl3 tr:hover {
    background-color: #DAD6D6 !Important;
}

#rep-tbl thead tr th:nth-child(2), .rpt-pp thead tr th:nth-child(2) {
    /*text-indent:20px;*/
}

#rep-tbl thead tr:first-child th:last-child, .rpt-pp thead tr:first-child th:last-child {
    text-align: right;
}

#rep-tbl thead tr:last-child th, .rpt-pp thead tr:last-child th {
    border-right: 1px solid #8d7284;
    min-height: 20px;
    font-size: /*10px*/ 12px;
    background-color: #99708b !Important;
    color: #fff;
    /*background-image:url(../img/Reports_03.png);*/
    background-position: 99% center;
    background-repeat: no-repeat;
}

#rep-tbl tbody tr td, .rpt-pp tbody tr td {
    border-right: 1px solid #8d7284;
    min-height: 20px;
    font-size: /*10px*/ 11px;
}

    #rep-tbl tbody tr td:last-child, #rep-tbl th, .rpt-pp tbody tr td:last-child, .rpt-pp th {
        border: none !Important;
    }

    #rep-tbl tbody tr td:first-child, .rpt-pp tbody tr td:first-child {
        text-indent: 20px;
    }

#rep-tbl tbody tr:first-child td:last-child, .rpt-pp tbody tr:first-child td:last-child {
    background-image: none;
}

#rep-tbl tbody tr:nth-child(odd), .rpt-pp tbody tr:nth-child(odd) {
    background: #e9e9e9;
}

.rpt-input3 input[type="button"] {
    background: url(/beta/img/Reports_arrow.png);
    background-size: 10px 14px;
    background-repeat: no-repeat;
    background-position: 95% center;
    line-height: 1;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 195px;
    /*height: 26px;*/ height: 36px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
}

.rpt-input3 input[type="text"] {
    background: #000;
    line-height: 14px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*height: 23px;*/ height: 33px;
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
}

.rpt-pp th {
    font-size: 10px;
    background-color: #512041 !Important;
    color: #fff;
    text-align: left;
    height: 20px;
}

.btnRptGreen {
    color: #fff;
    width: 75px;
    cursor: pointer;
    border: none;
    margin: 4px;
    padding: 0;
    height: 20px;
    background-color: #497F00;
}

.btnRptBlue {
    color: #fff;
    width: 75px;
    cursor: pointer;
    border: none;
    margin: 4px;
    padding: 0;
    height: 20px;
    background-color: #024AC3;
}

.btnRptRed {
    color: #fff;
    width: 75px;
    cursor: pointer;
    border: none;
    margin: 4px;
    padding: 0;
    height: 20px;
    background-color: #F00000;
}

    .btnRptRed:hover {
        color: #F00000;
        border: 1px solid #F00000;
        background-color: #fff;
    }

.btnRptBlue:hover {
    color: #024AC3;
    border: 1px solid #024AC3;
    background-color: #fff;
}

.btnRptGreen:hover {
    color: #497F00;
    border: 1px solid #497F00;
    background-color: #fff;
}

#CPSE1 {
    color: #fff;
    width: 140px;
    cursor: pointer;
    border: none;
    margin: 4px;
    padding: 0;
    height: 32px;
    background-color: #497F00;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    float: left;
}

#CLR2 {
    color: #fff;
    width: 140px;
    cursor: pointer;
    border: none;
    margin: 4px;
    padding: 0;
    height: 32px;
    background-color: #024AC3;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    float: left;
}

#CPSE1:hover {
    color: #497F00;
    border: 1px solid #497F00;
    background-color: #fff;
}

#CLR2:hover {
    color: #024AC3;
    border: 1px solid #024AC3;
    background-color: #fff;
}

#PenThckns b, .PenThckns b {
    float: left;
    font-size: 13px;
    line-height: 13px;
}

#PenThckns, .PenThckns {
    margin: 30px 0 0px 10px;
}

.rdobtnnew input, .rdobtnnew2 input {
    float: left;
    margin: 2px 10px 10px 14px;
    z-index: 0;
}

.rdobtnnew label, .rdobtnnew2 label {
    width: 10%;
    line-height: 14px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    display: block;
    float: left;
}

    .rdobtnnew label:after, .rdobtnnew2 label:after {
        content: "";
        background-color: #fff;
        width: 14px;
        height: 14px;
        border: 1px solid #9E9E9E;
        position: absolute;
        left: -25px;
        top: 0px;
        border-radius: 20px;
        z-index: 5;
    }

    .rdobtnnew label.act:before, .rdobtnnew2 label.act:before {
        content: "";
        background-color: #9E9E9E;
        width: 10px;
        height: 10px;
        position: absolute;
        left: -22px;
        top: 3px;
        border-radius: 20px;
        z-index: 10;
    }

.pmt-tabs {
    float: left;
    width: 10%;
    padding: 6px;
    background: #fff;
    border: 1px solid #592347;
    font-size: 20px;
    text-indent: 6px;
}

    .pmt-tabs.last {
        border-left: none;
    }

    .pmt-tabs:hover {
        background: #592347;
        color: #fff;
        cursor: pointer;
    }

    .pmt-tabs.active {
        background: #592347;
        color: #fff;
    }

.dv-tab {
    width: 100%;
    float: left;
}

.tab-tbl {
    text-shadow: none;
    border: 0;
    background: #fff;
    width: 100%;
}

    .tab-tbl thead tr th, .tab-tbl tfoot tr td {
        background-color: #592347;
        color: #fff;
        font-size: 13px;
        min-height: 22px;
        text-align: left;
        font-weight: normal;
    }

    .tab-tbl tbody tr:nth-child(odd) {
        background: #e9e9e9;
    }

    .tab-tbl tbody tr td {
        border-right: 1px solid #8d7284;
        min-height: 20px;
        font-size: 12px;
    }

        .tab-tbl tbody tr td:last-child, .tab-tbl th {
            border: none !Important;
        }

.clrdata {
    vertical-align: -2px;
}

.rfrshdata {
    background-color: #E4204C;
    width: 195px;
    height: 25px;
    margin-bottom: 3px;
    display: inline-block;
}

    .rfrshdata a {
        background: url(/beta/img/Reports_arrow.png);
        background-size: 10px 14px;
        background-repeat: no-repeat;
        background-position: 95% center;
        height: 20px;
        padding: 5px 0 0 14px;
        display: block;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        line-height: 15px;
        border: none;
    }

    .rfrshdata:hover {
        opacity: .9;
        cursor: pointer;
    }

.delete {
    color: #fff;
    width: 50px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 17px;
    background-color: #F00000;
    text-align: center;
    display: none;
}

    .delete:hover {
        color: black;
        color: #F00000;
        border: 1px solid #F00000;
        background-color: #fff;
    }

table.tab-tbl tbody tr[lid="1"]:hover .delete, table.tab-tbl tbody tr[lid="1"]:focus .delete, table.tab-tbl tbody tr[lid="1"]:active .delete,table.tab-tbl tbody tr[lid="1"].hover .delete  {
    display: block;
}

.btninvoice, .prntinvc, .btnOrange {
    color: #fff;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 17px;
    background-color: #E9990F;
    text-align: center;
    display: inline-block;
    /*margin-left: 18px;*/
    height: 20px;
    line-height: 20px;
    border: 1px solid #E9990F;
    padding: 0px 15px;
}

.btnsessions, .gnrtfl, .btnMagenta {
    color: #fff;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 17px;
    background-color: #E4204C;
    text-align: center;
    display: inline-block;
    /*margin-left: 18px;*/
    height: 20px;
    line-height: 20px;
    border: 1px solid #E4204C;
    padding: 0px 15px;
}

.btninvoice:hover, .prntinvc:hover, .btnOrange:hover {
    border: 1px solid #E9990F;
    background-color: #fff;
    color: #E9990F;
}

.btnsessions:hover, .gnrtfl:hover, .btnMagenta:hover {
    border: 1px solid #E4204C;
    background-color: #fff;
    color: #E4204C;
}

table.tab-tbl tr:hover,.hiltDlt,table.dlyschdl tbody tr:hover {
    background-color: #c7c3c3 !Important;
}

.ddmenu {
    position: absolute;
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    -moz-box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    /* background: #D0D8B8;*/
    background: #fff;
    z-index: 2;
    display: none;
}

.ddmenu-dv:hover {
    /* background: #fff;*/
    background: #e9e9e9;
}

.ddmenu-dv {
    border-bottom: 1px solid #E9E9E9;
}

    .ddmenu-dv a {
        color: #592347 !Important;
        font-size: 13px !Important;
        font-weight: normal !Important;
        border: none !Important;
        text-align: left !Important;
        background-color: transparent !Important;
        font-size: 15px !Important;
        font-weight: bold !Important;
    }

.nav ul.menu li:hover .ddmenu,.nav ul.menu li:focus .ddmenu,.nav ul.menu li:active .ddmenu,.nav ul.menu li.hover .ddmenu  {
    display: block;
}


.ddmenu-dv div {
    position: relative;
}

.ddmenu-inner {
    position: absolute !Important;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    -moz-box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    box-shadow: 4px 10px 14px -5px rgb(140, 137, 137);
    background: #fff;
    z-index: 2;
    display: none;
    left: 144px;
    width: 200px;
    top: 0px;
    background: #e9e9e9;
}

.nav ul.menu li .ddmenu-dv > div:hover .ddmenu-inner,.nav ul.menu li .ddmenu-dv > div:focus .ddmenu-inner,.nav ul.menu li .ddmenu-dv > div:active .ddmenu-inner,.nav ul.menu li .ddmenu-dv > div.hover .ddmenu-inner {
    display: block;
}

.ddmenu-inner > div:hover {
    background: #fff;
}

#btnView,#btnView2 {
    color: #fff;
    width: 106px;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
    height: 20px;
    background-color: #E9990F;
}

#btnApplyPmnt {
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 700px;
    display: block;
    height: 36px;
    border: 1px solid #497f00;
}

#btnCnclPmnt {
    float: left;
    width: 305px;
    height: 36px;
    background-color: #dddddd;
    font-size: 17px;
    text-align: center;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    display: block;
    border: 1px solid #dddddd;
}

.notesaveSave {
    float: left;
    margin: -25px;
    background-image: url('/beta/img/saveb.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

    .notesaveSave:hover {
        float: left;
        margin: -25px;
        background-image: url('/beta/img/save_hover.png');
        background-repeat: no-repeat;
        height: 35px;
        width: 35px;
        cursor: pointer;
    }

.notesaveLocked {
    float: left;
    margin: -25px;
    background-image: url('/beta/img/lock.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
}

.notesaveC {
    float: left;
    background-image: url('/beta/img/saveb.png');
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

    .notesaveC:hover {
        float: left;
        background-image: url('/beta/img/save_hover.png');
        background-repeat: no-repeat;
        height: 35px;
        width: 35px;
        cursor: pointer;
    }

.otr-form-title {
    height: 32px;
    background-color: #592347;
    margin: 0px 7px;
}

.otr-form-form {
    background-color: #eeeeee;
    margin: 0px 7px;
}

.otr-form-col {
    margin: 10px;
}

.otr-form-lft {
    float: left;
    font-weight: bold;
    width: 150px;
}

.otr-form-rgt {
    float: left;
}

    .otr-form-rgt input {
        width: 250px;
        height: 25px;
    }

#dvFolders {
    color: /*#592347;*/ #CC0000;
    background: /*#e9e9e9*/ #fff;
    width: 20%;
    padding: 8px;
    border: 1px solid #592347;
    min-height: 800px;
    float: left;
}

.img-folder {
    height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
    padding: 2px;
}

.fldrpyr, .fldrmnth, .fldrptnt, .fldrsrvc {
    margin-left: 20px;
    display: none;
}

.flclick {
    cursor: pointer;
}

.fldrNeedNote {
}

.fldrSign {
    font-weight: bold;
}

.fldrDone {
    color: #5CA100 !Important;
}

.fldrAdminS {
    color: #E9990F !Important;
    font-weight: bold;
}

.fldrAdminC {
    color: #024ac3 !Important;
    font-weight: bold;
}

.dvSnNtsPrnt {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*******User Page********/
.user-page .view-tbl {
    background-color: transparent;
    margin-bottom: 50px;
}

.user-hd {
    text-align: center;
    height: 25px;
    background-color: #592347;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}

.user-list {
    min-width: 40%;
    margin: 0 auto;
    font-size: 13px;
    height: 23px;
}

    .user-list tr td.user-1st-col {
        width: 153px;
        /*text-align:center;*/
        border-right: 1px solid #777777;
        background-color: #99708b !important;
        color: #fff;
        height: 23px;
    }

    .user-list tr td.user-2nd-col {
        width: 84px;
        /*text-align:center;*/
        border-right: 1px solid #777777;
        background-color: #99708b !important;
        color: #fff;
    }

    .user-list tr td.user-3rd-col {
        width: 98px;
        /*text-align:center;*/
        background-color: #99708b !important;
        color: #fff;
    }

    .user-list tr:nth-child(2n+2) td {
        background-color: #fff;
        text-align: center;
    }

        .user-list tr:nth-child(2n+2) td:first-child {
            border-right: 1px solid #777777;
        }

            .user-list tr:nth-child(2n+2) td:first-child + td {
                border-right: 1px solid #777777;
            }

    .user-list tr:nth-child(2n+3) td {
        background-color: #eeeeee;
        text-align: center;
    }

        .user-list tr:nth-child(2n+3) td:first-child {
            border-right: 1px solid #777777;
        }

            .user-list tr:nth-child(2n+3) td:first-child + td {
                border-right: 1px solid #777777;
            }

    .user-list tr td:nth-child(5) a {
        width: 99%;
        display: block;
        color: #fff;
        text-decoration: none;
        background-color: #024ac3;
        height: 23px;
        border-bottom: 1px solid #fff;
        line-height: 25px;
    }

a.pnte.btnOrange {
    padding: 0;
    width: 98%;
}

#btnReset, #btnForgot {
    background-color: #497f00;
    float: left;
    font-size: 17px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    width: 288px;
    display: block;
    height: 36px;
}

#btnCancel, #btnCancelf {
    float: left;
    width: 150px;
    height: 36px;
    background-color: #dddddd;
    font-size: 17px;
    text-align: center;
    color: #888;
    text-decoration: none;
    line-height: 36px;
    display: block;
}
/*******End User Page********/


/*New Sub Header*/


.sub-nav {
    height: 44px;
    width: auto;
    float: right;
    position: relative;
    background-color: #4d7030;
    border-radius: 0px 0px 0px 10px;
}

    .nav ul, .sub-nav ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .nav ul li, .sub-nav ul li {
            list-style-type: none;
            list-style-position: inside;
            float: left;
        }

        .sub-nav ul li {
            margin: 8px;
            display: inherit;
            font-size: 12px;
            font-weight: bold;
        }

            .sub-nav ul li a.logout {
                text-decoration: none;
                display: inherit;
                border: 1px solid #fff;
                border-radius: 8px;
                padding: 3px 8px;
                color: #fff;
            }

            .sub-nav ul li a.closeDay {
                text-decoration: none;
                display: inherit;
                border-radius: 8px;
                padding: 3px 8px;
                border: 1px solid #fff;
                color: #4d7030;
                background-color: #fff;
            }

.tab-logo {
    margin-top: -15px;
}
/*End Sub Header*/

/*Caseload*/
.caseload {
    padding: 0px 15px;
    font-family: 'Open Sans', sans-serif;
}

.master-case-load {
    width: 100%;
}

.master-hd {
    height: 52px;
    background-color: #592347;
}

.hd-left {
    max-width: 406px;
    height: 52px;
    line-height: 52px;
    text-indent: 15px;
    font-size: 37px;
    color: #fff;
    float: left;
    /*width:100%;*/
}

.hd-middle {
    /*max-width:400px;*/
    width: 100%;
    height: 52px;
    /*float:right;*/
    text-align: center;
    padding-top: 2px;
    box-sizing: border-box;
}

.hd-right {
    width: 100%;
    max-width: 274px;
    height: 42px;
    float: right;
    padding-top: 10px;
    margin-right: 10px;
}

.hd-middle-text {
    font-size: 16px;
    color: #fff;
}

.hd-middle hr {
    width: 400px;
    margin: 0 auto;
    padding: 0;
}

.hd-small {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.hd-right div {
    float: right;
}

    .hd-right div:first-child {
        margin-left: 10px;
        max-width: 192px;
        width: 100%;
    }

        .hd-right div:first-child input[type="text"] {
            height: 29px;
            padding: 0;
            margin: 0;
            border: none;
            background-color: #fff;
            font-size: 13px;
            text-indent: 10px;
            color: #ccc;
            width: 100%;
            letter-spacing: -1px;
        }

.master-case-load tbody tr:first-child + tr td {
    background-color: #99708b;
    height: 18px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-indent: 5px;
    line-height: 25px;
    border-right: 1px solid #000;
}

    .master-case-load tbody tr:first-child + tr td:first-child {
        min-width: 100px;
        max-width: 140px;
    }

    .master-case-load tbody tr:first-child + tr td:last-child {
        border: none;
    }

.master-case-load tbody tr:first-child + tr + tr td {
    background-color: #bb97af;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #000;
}

    .master-case-load tbody tr:first-child + tr + tr td:first-child {
        text-indent: 5px;
        width: 10%;
    }

    .master-case-load tbody tr:first-child + tr + tr td:last-child {
        border: none;
    }

.master-case-load tbody tr td {
    border-right: 1px solid #000;
    /*vertical-align:top;*/
}

    .master-case-load tbody tr td:last-child {
        border: none;
    }

.therapy > div {
    float: left;
    line-height: 23px;
    padding: 0px 0px;
    font-size: 13px;
}

.therapy div.th-left {
    width: 46%;
    margin-left: 5px;
    /*padding-top:8px;*/
}

.th-middle {
    width: 31%;
}

.th-right {
    width: 20%;
}

.th-name {
    text-indent: 5px;
    font-size: 13px;
}

div.th-left.th-noPadding { /*padding-top:3px !important;*/
}

.master-case-load tbody tr:nth-child(2n+2) td {
    background-color: #fff;
}

.master-case-load tbody tr:nth-child(2n+3) td {
    background-color: #eeeeee;
}

.th-delete {
    float: left;
    height: 15px;
    width: 40px;
    /*margin-left:5px;*/
}

.th-toggle {
    width: 100%;
    /* max-width: 170px; */
}

    .th-toggle .th-delete a {
        width: 100%;
        height: 15px;
        display: block;
        background-color: #d70000;
        text-decoration: none;
        color: #fff;
        text-align: center;
        line-height: 15px;
        padding: 2px 0px;
        border: 1px solid #d70000;
    }

    .th-toggle .th-edit-add {
        width: 40px;
        height: auto;
        /*float:right;*/
        margin-right: 5px;
        padding-bottom: 5px;
    }

        .th-toggle .th-edit-add a {
            width: 100%;
            height: 15px;
            display: block;
            text-decoration: none;
            color: #fff;
            text-align: center;
            line-height: 15px;
            padding: 2px 0px;
        }

            .th-toggle .th-edit-add a:first-child {
                background-color: #006ad7;
                border: 1px solid #006ad7;
            }

            .th-toggle .th-edit-add a:last-child {
                background-color: #1cab05;
                border: 1px solid #1cab05;
            }


.master-case-load tfoot tr td {
    font-size: 13px;
    padding: 5px 0 5px 5px;
    vertical-align: top;
    border-right: 1px solid #000;
    color: #fff;
    background-color: #99708b;
}

    .master-case-load tfoot tr td:last-child {
        border: none;
    }

.csldedad {
    display: none;
}

table.master-case-load tbody tr:hover td {
    background-color: #DAD6D6 !Important;
}

table.master-case-load tbody tr:hover .csldedad,table.master-case-load tbody tr:focus .csldedad,table.master-case-load tbody tr:active .csldedad,table.master-case-load tbody tr.hover .csldedad {
    display: block;
}

.th-delete a:hover {
    color: #d70000;
    border: 1px solid #d70000;
    background-color: #fff !Important;
}

.csldedad.edit:hover {
    color: #006ad7;
    border: 1px solid #006ad7;
    background-color: #fff !Important;
}

.csldedad.add:hover {
    color: #1cab05;
    border: 1px solid #1cab05;
    background-color: #fff !Important;
}

.Red {
    color: #d70000;
}

table.master-case-load tr td {
    padding: 4px;
}
/*End Caseload*/

/*________________________________Login________________*/
.view-login {
    background-color: transparent;
    /*margin-bottom:50px;*/
}

.login {
    width: 292px;
    /*height:355px;*/
    border: 3px solid #8aa74a;
    margin: 0 auto;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px 24px;
}

.log-pic {
    width: 108px;
    height: 108px;
    border-radius: 100%;
    margin: 0 auto;
}

.log-txt {
    /*height:62px;*/
    line-height: 40px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.log-frm {
}

    .log-frm input[type="text"], .log-frm input[type="password"] {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #dadada;
        height: 29px;
        background: none;
        margin-bottom: 12px;
        font-style: italic;
        text-indent: 5px;
    }

    .log-frm .log-sbt {
        width: 237px;
        height: 31px;
        box-sizing: brder-box;
        background-color: #592347;
        border: none;
        margin: 0 auto;
        color: #ffffff;
        border-radius: 30px;
        cursor: pointer;
    }

.log-rset, .log-frgt {
    text-align: right;
    color: #949494;
    line-height: 30px;
    display: block;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

/*_____________chat boxes___________________*/

.sunshine-chat {
    position: fixed;
    bottom: 0;
    right: 7px;
    height: auto;
    z-index: 999;
    width: 200px;
    height: auto;
    /*	min-height:180px; ___his will be modified____*/
    margin-left: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.sun-head {
    height: 25px;
    background-color: #203ce7;
}

    .sun-head ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .sun-head ul li {
            float: left;
            list-style-type: none;
            color: #fff;
            list-style-position: inside;
            line-height: 25px;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            margin-left: 5px;
        }

            .sun-head ul li.chat-ppl, .sun-head ul li.chat-min, .sun-head ul li.chat-plus {
                float: right;
            }

            .sun-head ul li.chat-plus {
                margin-right: 5px;
            }


.chat-src {
    height: 23px;
    box-sizing: border-box;
    background-color: #cecece;
    position: relative;
}

    .chat-src input[type="text"] {
        border: none;
        background: url(../img/chat/search.png) right center no-repeat transparent;
        width: 195px;
        height: 22px;
        position: absolute;
        top: 0;
        left: 0;
    }

.chat-list {
    height: 42px;
    border-bottom: 1px solid #cecece;
    box-sizing: border-box;
    padding: 8px 10px;
    cursor: pointer;
}

.user-pic {
    width: 25px;
    height: 25px;
    float: left;
    border-radius: 100%;
}

.user-sts {
    width: auto;
    height: auto;
    float: left;
    font-size: 9px;
    padding-left: 5px;
}

.usr-name {
    color: #000;
}

.usr-sts {
    color: #919191;
}


.ppl-chat {
    position: fixed;
    bottom: 0;
    right: 214px;
    height: auto;
    z-index: 999;
    width: 180px;
    height: auto;
    /*  min-height:180px; ___his will be modified____*/
    float: right;
    margin-left: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.ppl_chat_hd {
    height: 25px;
    background-color: #592347;
}

    .ppl_chat_hd ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .ppl_chat_hd ul li {
            float: left;
            list-style-type: none;
            color: #fff;
            list-style-position: inside;
            line-height: 25px;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
            margin-left: 5px;
        }

            .ppl_chat_hd ul li.chat-plus, .ppl_chat_hd ul li.chat-min, .ppl_chat_hd ul li.chat-ppl {
                float: right;
            }

            .ppl_chat_hd ul li.chat-plus {
                margin-right: 5px;
            }

.chat-send {
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.chat-txt {
    width: 130px;
    height: 24px;
    float: left;
    background-color: #fff;
}

    .chat-txt input {
        width: 100%;
        height: 24px;
        margin: 0;
        padding: 0;
        border: 0;
    }

.chat-btn {
    width: 50px;
    height: 24px;
    float: left;
    line-height: 24px;
    text-align: center;
}

    .chat-btn a {
        width: 50px;
        height: 24px;
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        background-color: #592347;
        font-size: 13px;
    }

.chat-box {
    background-color: #eeeeee;
    height: auto;
    min-height: 180px;
    width: 100%;
    padding-bottom: 30px;
}

.chat-inner {
    padding: 8px;
}

    .chat-inner ul {
        margin: 0;
        padding: 0;
    }

        .chat-inner ul li {
            list-style-type: none;
            list-style-position: inside;
            margin-bottom: 5px;
            display: table;
            width: 100%;
        }

            .chat-inner ul li:nth-child(2n+1) {
            }

                .chat-inner ul li:nth-child(2n+1) .first-ppl_pic {
                    width: 18px;
                    height: 18px;
                    float: left;
                    margin-top: 8px;
                    border-radius: 100%;
                    background: url(../img/chat/Chat_2nd.png) center center no-repeat;
                }

                .chat-inner ul li:nth-child(2n+1) .first-ppl-txt {
                    width: 140px;
                    height: auto;
                    padding: 6px 8px;
                    position: relative;
                    float: left;
                    box-sizing: border-box;
                    border: 1px solid #e4e4e4;
                    border-radius: 5px;
                    margin-left: 6px;
                    background-color: #fff;
                }

                .chat-inner ul li:nth-child(2n+1) .arrow {
                    width: 5px;
                    height: 8px;
                    position: absolute;
                    top: 12px;
                    left: -5px;
                    background: url(../img/chat/arrow.png) left center no-repeat;
                }

                .chat-inner ul li:nth-child(2n+1) .first-ppl-txt p {
                    font-size: 10px;
                    color: #000;
                    font-family: 'Open Sans', sans-serif;
                }

                .chat-inner ul li:nth-child(2n+1) .first-ppl-txt span {
                    color: #919191;
                    font-size: 8px;
                    font-style: italic;
                }



            .chat-inner ul li:nth-child(2n+2) .first-ppl_pic {
                width: 18px;
                height: 18px;
                float: right;
                margin-top: 8px;
                background: url(../img/chat/Chat_1st.png) center center no-repeat;
                border-radius: 100%;
            }

            .chat-inner ul li:nth-child(2n+2) .first-ppl-txt {
                width: 140px;
                height: auto;
                padding: 6px 8px;
                position: relative;
                float: right;
                box-sizing: border-box;
                border: 1px solid #e4e4e4;
                border-radius: 5px;
                margin-right: 6px;
                background-color: #fff;
            }

            .chat-inner ul li:nth-child(2n+2) .arrow {
                width: 5px;
                height: 8px;
                position: absolute;
                top: 12px;
                right: -5px;
                background: url(../img/chat/arrowr.png) left center no-repeat;
            }

            .chat-inner ul li:nth-child(2n+2) .first-ppl-txt p {
                font-size: 10px;
                color: #000;
                font-family: 'Open Sans', sans-serif;
                line-height: 12px;
            }

            .chat-inner ul li:nth-child(2n+2) .first-ppl-txt span {
                color: #919191;
                font-size: 8px;
                font-style: italic;
                line-height: 10px;
            }

.ping {
    height: 15px;
    background-color: #d12424;
    border-radius: 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 15px;
}

.payerhref.Select {
    border: 2px solid #ffffff !Important;
}

.ntlftarrw {
    top: 0;
    position: fixed;
    z-index: 100001;
    left: 0;
    display: none;
    width: 70px;
    cursor: pointer;
}

.ntrtarrw {
    top: 0;
    position: fixed;
    z-index: 100001;
    right: 0;
    display: none;
    width: 70px;
    cursor: pointer;
}

table.daily.tbl td {
    border-right: none;
}

.creat-schedule .daily .tbl tr:last-child {
    height: 0 !important;
    text-align: left !important;
    vertical-align: middle !important;
}



.mydashboard {
    text-shadow: none;
    border: 0;
    background: #fff;
    width: 100%;
}

    .mydashboard thead tr th, .mydashboard tfoot tr td {
        background-color: #592347;
        color: #fff;
        min-height: 22px;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
    }

    .mydashboard tbody tr:nth-child(odd) {
        background: #e9e9e9;
    }


    .mydashboard tbody tr td {
        border-right: 1px solid #8d7284;
        min-height: 20px;
        padding-left: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .mydashboard tbody tr td:last-child, .mydashboard th {
            border: none;
        }

.hasBorder td {
    border-bottom: 2px solid #8d7284 !Important;
    border-top: 2px solid #8d7284 !Important;
}

table.mydashboard tbody tr[lid="1"]:hover .delete,table.mydashboard tbody tr[lid="1"]:focus .delete,table.mydashboard tbody tr[lid="1"]:active .delete,table.mydashboard tbody tr[lid="1"].hover .delete {
    display: block;
}

table.mydashboard tr:hover {
    background-color: #DAD6D6 !Important;
}

.dashboardlink, .dashboardlink2,.dashboardlink4 {
    background-color: #80A45E;
    border: 1px solid #80A45E;
    border-radius: 1px;
    height: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 27px;
    padding: 0 4px 0 4px;
    float: right;
    margin-bottom: -13px;
    margin-top: -12px;
    font-size: 17px;
    width: 140px;
}

.dashboardlink3 {
    background-color: #D40909;
    border: 1px solid #D40909;
    border-radius: 1px;
    height: 30px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 27px;
    padding: 0 4px 0 4px;
    float: right;
    margin-bottom: -13px;
    margin-top: -6px;
    font-size: 17px;
    width: 140px;
}

#btnManualEntry {
    float: right;border: 1px solid;padding: 5px;height: 15px;line-height: 15px;margin-top: 2px;
    cursor:pointer;
}
#btnManualEntry:hover{color:gainsboro}
.fullWdth{width:98%}
.therapy [active="Pending"] {
    color: #006ad7;
}
.therapy [active="Inactive"] {
    color: grey;
}
