﻿ /*Setting default padding to  class attribute containing menu, as well as to all <ol> and <ul> elements by the selector.*/
    .menu, ol, ul
              {
             padding: 0 0 0 0;
                }
 
 /*Moved css from Task Management form s_TaskManagement.aspx*/
 
     .MyUpdate
        {
            background: none !important;
            color: blue !important;
            text-decoration: underline !important;
        }
        
        
        /*Moved css from UD_AttendanceBasedTimeSummary.aspx  &  UD_AttendanceBasedTimeSummaryDetails.aspx*/
        
   .NoRecords {
        display: none;
    }   
    
    
      /*span.NA {
        display: none;
    }*/   
    
    
 /*Moved css from UD_Daily Service Record.aspx .UD_HabiliationServiceNote.aspx */
      td.Cell.Skill.StringType { 
width: 30%!important; 
} 
 td.Cell.HabStatus.StringType { 
width: 15%!important; 
} 
 td.Cell.Support_.StringType { 
width: 25%!important; 
} 
 td.Cell.Support.StringType { 
width: 25%!important; 
} 

 /*Moved css from UD_DayProgramAttendance.aspx  */

  table.DataView tr.N td.First input.MultiSelect
    {
      display:none;
    }
    table.DataView tr.Y td.First input.MultiSelect
    {
       display:inline;
    }


/*Moved css from UD_GLExport.aspx to set background color to blue*/

#ctl00_MainContent_view2 table.DataView tr.AlternatingRow td.Cell 
    {
        /*background-color:#cce6ff;*/
    }



/*Moved css from UD_HabiliationReviewPlan.aspx*/

td.Cell.IspPlanReview.StringType {
    width: 15% !important;
}

td.Cell.Status.StringType {
    width: 10% !important;
}

td.Cell.SubmittedBy.StringType {
    width: 15% !important;
}

td#ctl00_MainContent_view1Extender_ItemLookupPlaceholder1 {
    width: 700px !important;
}

td#ctl00_MainContent_view1Extender_ItemLookupPlaceholder21 {
    width: 700px !important;
}

td#ctl00_MainContent_view1Extender_ItemLookupPlaceholder9 {
    width: 630px !important;
}

/*Moved css from UD_HabiliationServiceMonthlyNote.aspx*/


.container {
    /* width: 50%; // 7.2 */
    width: 100%; /* 7.5 */
}

.td.Pager {
    display: none;
}

/*Moved css from UD_HabiliationServiceNote.aspx*/

td.Cell.Skill.StringType {
    width: 30% !important;
}

td.Cell.HabStatus.StringType {
    width: 15% !important;
}

td.Cell.Support_.StringType {
    width: 25% !important;
}

td.Cell.Support.StringType {
    width: 25% !important;
}

/*Moved css from UD_PlannedNursingServices.aspx*/

.ModalPanel {
    overflow: auto;
}

/*Moved css from UD_MARUtility.aspx*/
tr.Y td.HighAlertMed {
    background: url(../../../Images/HighAlertFlag.png) no-repeat;
    background-position: center;
    color: red;
    font-size: 0;
    text-indent: -9999px;
}

tr.Y td.TMassociated {
    background: url(../../../Images/HighAlertFlag.png) no-repeat;
    background-position: center;
    color: red;
    font-size: 0;
    text-indent: -9999px;
}

tr.A td.TMassociated {
    background: url(../../../Images/IsAssosiate.png) no-repeat;
    background-position: center;
    color: red;
    font-size: 0;
    text-indent: -9999px;
}

tr.YA td.TMassociated {
    background: url(../../../Images/HighAlertFlag.png) no-repeat,url(../../../Images/IsAssosiate.png) no-repeat;
    background-position: center center, center bottom;
    background-size: 22px, 22px;
    color: red;
    font-size: 0;
    text-indent: -9999px;
}

tr.Given td.MARStatusDesc {
    background-color: Green !important;
}

tr.Work td.MARStatusDesc {
    background-color: Orange !important;
}

tr.Delayed td.MARStatusDesc {
    background-color: LightGreen !important;
}

tr.Hold td.MARStatusDesc {
    background-color: Yellow !important;
}

tr.Early td.MARStatusDesc {
    background-color: darkorange !important;
}

tr.Hold td.HighAlertMed,
tr.Hold td.MedType,
tr.Hold td.Generic,
tr.Hold td.Brand,
tr.Hold td.Strength,
tr.Hold td.ScheduleDate,
tr.Hold td.Scheduling,
tr.Hold td.Frequency,
tr.Hold td.Route,
tr.Hold td.Action,
tr.Hold td.Dose1,
tr.Hold td.DoseUnit1,
tr.Hold td.DoseTiming,
tr.Hold td.SpecialPrecautions,
tr.Hold td.Rationale,
tr.Hold td.AdministeredDt,
tr.Hold td.AdministeredTime,
tr.Hold td.AdministrationBy,
tr.Hold td.AdministeredComments,
tr.Hold td.RestrictiveIntervention,
tr.Hold td.PostAdministrationDt,
tr.Hold td.PostAdministrationTime,
tr.Hold td.PostAdministrationBy,
tr.Hold td.PostAdministrationComments,
tr.Hold td.OrderNumber,
tr.Hold td.painScale_ {
    background-color: Yellow !important;
}

tr.Refused td.MARStatusDesc {
    background-color: Yellow !important;
}

tr.RefusedDeclined td.MARStatusDesc {
    background-color: Orange !important;
}
tr.Away td.MARStatusDesc {
    background-color: Pink !important;
}

tr.Self-Administered td.MARStatusDesc {
    background-color: Blue !important;
}
tr.Missed td.MARStatusDesc {
    background-color: red !important;
}

tr.Leave td.MARStatusDesc {
    background-color: Orange !important;
}

tr.Packaged td.MARStatusDesc {
    background-color: Orange !important;
}

tr.Hospital td.MARStatusDesc {
    background-color: Orange !important;
}

tr.Day td.MARStatusDesc {
    background-color: Orange !important;
}

tr.Administered td.MARStatusDesc {
    background-color: Green !important;
}

tr.Documentation td.MARStatusDesc {
    background-color: LightGreen !important;
}

tr.Approved td.MARStatusDesc {
    background-color: LightGreen !important;
}

tr.Not td.MARStatusDesc {
    background-color: Red !important;
}
    
/*Moved css from AcknowledgementFileImportUtility.aspx*/

.style1 {
    width: 14%;
}



/*Moved css from UnbilledEncountersUtility.aspx*/
.hiddencol {
    display: none;
}

/*Moved css UD_homelessServicesActionplan.aspx*/

.FieldWrapper.ServiceActionPlan tr:first-child td:first-child {
    display: none;
}

.FieldWrapper.ServiceActionPlan tr:first-child td:nth-child(2) div.Item div.Value {
    padding: 0 !important;
}

/*Moved css UD_DayHabHabilitationChecklist.aspx*/

.FieldWrapper.lbl2 tr:first-child td:first-child,
.FieldWrapper.lbl3 tr:first-child td:first-child,
.FieldWrapper.lbl4 tr:first-child td:first-child,
.FieldWrapper.lbl5 tr:first-child td:first-child {
    display: none;
}

.FieldWrapper.lbl2 tr:first-child td:nth-child(2) div.Item div.Value,
.FieldWrapper.lbl3 tr:first-child td:nth-child(2) div.Item div.Value,
.FieldWrapper.lbl4 tr:first-child td:nth-child(2) div.Item div.Value,
.FieldWrapper.lbl5 tr:first-child td:nth-child(2) div.Item div.Value {
    padding: 0 !important;
}


/*UD_MonthlyBehavior.aspx*/
.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.5;
}

div.dataTables_wrapper {
    width: 1000px;
}

.TrackVal {
    width: 85%;
}

.commentBox {
    width: 85%;
    height: 140px;
}



.btnShow {
    background: transparent;
    border: none !important;
    font-size: 0;
}

.btnClose {
    width: 75px;
}

.tv2 {
    width: 100px;
}

.modalPopup {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 0px;
    padding-left: 10px;
    width: 300px;
    height: 350px;
    filter: drop-shadow(10px 10px 8px black);
}


.modalPopupAlt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 0px;
    padding-left: 10px;
    width: 300px;
    height: 400px;
    filter: drop-shadow(10px 10px 8px black);
}

.sorting_disabled {
    color: #ffffff;
}


/*UD_ProgramDaySheet.aspx*/
.NoRecords {
    display: none;
}

table.DataView tr.N td.First input.MultiSelect {
    display: none;
}

table.DataView tr.Y td.First input.MultiSelect {
    display: inline;
}

