﻿
/*uiRentAccountTransactionViewer.ascx*/

@media only screen and (min-width: 0px)
{
    #rent-tranactions-container, #repairsview-container
    {
        padding: 0px;
    }
    
     #rent-tranactions-container
     {
     width: 100%;    
     }

}
@media only screen and (min-width: 960px)
{
    #rent-tranactions-container
    {
        padding: 0px;
    }
    #repairsview-container
    {
        padding: 0px;
    }

}

.rents-account-balance
{
    float: right;
}
.rents-account-balance p
{
    padding-right: 5px;
}

/*uiRentAccountChargeBreakdownTable.ascx*/


.rent-charges-container
{
    padding: 10px 0px 10px 0px;
}

/*uiCombinedRentDetails.ascx*/
/*RENTS LOADING */
.rents-overlay, .account-overlay
{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 53, 53, 0.5);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
 }
 

.rents-loading, .account-loading
{
     display: block;
    overflow: hidden;
}


.rents-loading i, .account-loading i
{
   
    color: White !important;
    text-shadow: 1px 1px Black;
    display: block;
    text-align: center;
}
/*UiLoggedin.ascx*/

.ui-loggedin-name
{
    margin: 0px 5px 5px 5px;
    text-transform: capitalize;
}

.uiRentAccountSelector-button
{
    width: 20% !important;
}

/*uiFormTextBox.ascx*/
.uiFormTextBox-style
{
    width: 95%;
}


.security-grid-left
{
    display: inline-block;
    width: 15%;
    padding-left: 5px;
}

.security-grid-center
{
    display: inline-block;
    width: 60%;
    padding-left: 10%;
}

.security-grid-right
{
    display: block;
    width: 15%;
    padding-left: 75%;
    padding-bottom: 10px;
}

.security-grid-left ul
{
    padding: 0px;
}
.security-grid-center li
{
    list-style-type: none;
    padding-bottom: 3px;
}


.security-grid-left li
{
    list-style-type: none;
}

.security-grid-left-first
{
    padding-bottom: 60px;
}

.continue-btn{   
    margin-bottom: 20px;
}

.email-continue-btn input[type="submit"]
{
    margin: 0px;
}

@media only screen and (min-width:0px)
{

    #security-grid, #security-grid-question
    {
        margin-left: 10px;
        margin-right: 20px;
        padding-top: 20px;
    }
}
 

#security-grid-changepassword{
    width: 100%;
}

#security-grid-changequestion{
    width: 100%;
}
    
#security-usrname{    
    
    clear:right;
    padding:10px;    
}

#security-usrname > span { margin-right: 5px;}

#security-email{  
     
    padding:10px;     
}
    
#security-email > span { margin-right: 35px;}

.continue-btn  
{
       
    clear:right;  
    padding:10px;   
}

.security-grid-question{

    clear:right;
    padding:10px;  
    
}

.security-grid-answer{
    
     clear:right;
    padding:10px;  

}

.security-grid-question > span { margin-right: 5px;}


.security-grid-answer > span { margin-right: 10px;}


/*changepasswordpage.aspx*/
/*This should really be in the control*/
.change-password-page
{
    margin-bottom: 15px;
    }
/*uiChangedPassword.ascx*/



.security-validation
{
    padding-left: 8px;
    padding-right: 8px;
}

.security-validation-error
{
    border: 1px solid #cd0a0a;
    background-color: #fccebc;
    border-radius: 5px;
}

.security-validation-error ul
{
    padding-left: 30px;
    padding-top: 10px;
}


.security-validation-info
{
    border: 1px solid #f6d510;
    background-color: #fbf9ee;
    border-radius: 5px;
}

.security-validation-info i
{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2e83ff !Important;
}
.security-validation-error i
{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cd0a0a;
}


#security-grid-changepassword
{
    width: 100%;
    padding: 0px;
}

#security-grid-changepassword ul
{
    list-style: none;
}

#security-grid-changepassword label
{
    display: inline-block;
    width: 110px;
}

#security-grid-changequestion
{
    width: 100%;
    padding: 0px;
}

#security-grid-changequestion ul
{
    list-style: none;
}

#security-grid-changequestion label
{
    display: inline-block;
    width: 110px;
}

.security-grid-changepassword-old
{
    /*display: inline;*/
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 25px;
}

.security-grid-changepassword-new
{
    /*display: inline;*/
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 25px;
}

.security-grid-changepassword-confirm
{
    /*display: inline;*/
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 25px;
}

.security-grid-changepassword-old li
{
    display: inline-block;
    list-style-type: none;
}

.security-grid-changepassword-new li
{
    display: inline-block;
    list-style-type: none;
}

.security-grid-changepassword-confirm li
{
    display: inline-block;
    list-style-type: none;
}

.security-grid-changepassword-old-li
{
    padding-right: 46px;
}

.security-grid-changepassword-new-li
{
    padding-right: 42px;
}

.security-grid-changepassword-confirm-li
{
    padding-right: 19px;
}

.security-grid-changepassword-old-li-validation
{
    padding-left: 1px;
}

.security-grid-changepassword-confirm-li-validation
{
    padding-left: 1px;
}

@media only screen and (min-width:0px)
{
    .security-grid-changepassword-right
    {
        padding-left: 20%;
    }
}
@media only screen and (min-width:235px)
{
    .security-grid-changepassword-right
    {
        padding-left: 20%;
    }
}


@media only screen and (min-width:480px)
{
    .security-grid-changepassword-right
    {
        padding-left: 125px;
    }
}



.security-grid-changepassword-right li
{
    display: inline-block;
    list-style-type: none;
}


.security-grid-changepassword-old ul, .security-grid-changepassword-new ul, .security-grid-changepassword-confirm ul
{
    padding: 0px 0px 0px 10px;
}

.security-txtbox
{
    /*display: block;*/
    border: 1px solid #abadb3;
    font-family: arial, sans-serif;
    font-size: 12px;
    width: 200px;
}


.select-all-msg
{
    /*margin-right: 74.545455%;     margin-top: -10px !important;     position: absolute;     left: 0px;     right: 10px;     top: 5px;*/
}


@media only screen and (min-width:0px)
{
    #message-control-buttons
    {
        margin-top: -40px;
        margin-right: 5px;
    }
}
@media only screen and (min-width:235px)
{
    #message-control-buttons
    {
        margin-top: -40px;
        margin-right: 5px;
    }
}

@media only screen and (min-width:490px)
{
    #message-control-buttons
    {
        margin-top: 0px;
        margin-right: 0px;
        padding-left: 4px;
    }
}

/*uiAssetPicker*/
#assetpicker-details
{
    margin: 8px;
}

.asset-title
{
}

.asset-acc
{
    margin-top: 8px;
    text-align: left;
}

.asset-add
{
    margin-top: 8px;
    text-align: left;
}

#assetpicker-details input[type="submit"], #assetpicker-selection input[type="submit"]
{
    margin-top: 8px;
}

#assetpicker-selection
{
    margin: 0px 8px 8px 8px;
}

#assetpicker-selection select
{
    width: 98%;
}

/*uiRepairAccountViewer.ascx*/

.responsive-td-padding
{
    padding-top: 12px !important;
}
.repairs-completed
{
    margin-top: 30px;
}

#repairsview-container p
{
    padding-left: 5px;
    padding-top: 5px;
}

/*uiRepairsDetails.ascx*/


.repairs-details-description
{
    padding-top: 8px;
    padding-left: 8px;
}

.repairs-details-table
{
    display: table;
    width: 100%;
}

.repairs-details-row
{
    display: table-row;
}

.repairs-details-column-desc-a
{
    display: table-cell;
    width: 35%;
    padding-top: 8px;
}
.repairs-details-column-desc-b
{
    display: table-cell;
    width: 65%;
    padding-top: 8px;
}

.repairs-details-column-desc-a-first
{
    display: table-cell;
    width: 35%;
}

.repairs-details-status
{
    padding: 20px 8px 10px 8px;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child a, table.dataTable.dtr-inline.collapsed tbody th:first-child a
{
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

/*table.dataTable.dtr-inline.collapsed tbody td:first-child span, table.dataTable.dtr-inline.collapsed tbody th:first-child span {
    cursor: pointer;
    padding-left: 50px;
    position: relative;
}*/
.accounts-container
{
    padding: 10px 8px 10px 8px;
    z-index: 1;
    position: relative;
}


.overlay
{
    width: 100%;
    height: 100%;
     /*rgba to a avoid transparency of child classes*/
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.6;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-icon
{
    background: url("images/SecureMessaging/download_animation.gif") no-repeat;
    background-color: transparent;
    opacity: 1;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 46.67%;
    z-index: 99;
}

.Suggested-Appointments-Error {
    color: Red;
    margin: 5px;
}

.Suggested-Appointments {
	display: inline-block;
}

.Suggested-Appointment {
	width: 100%;
	border: 1px solid black;
	text-align: center;
	margin: 5px;
}

.Selected-Appointment 
{
    background-color: green;
    color:White;
}

.Suggested-Appointment-DOW {
	width: 100%;
	font-size: 200%;
}

.Suggested-Appointment-Date {
	width: 100%;
}

.Suggested-Appointment-TimeSlot {
	width: 100%;
}


/* Rents page acount selection hover styles*/

.assetHolderPanel
{
    cursor:pointer;
    overflow:hidden; 
        
}
.assetHolderPanel:hover
{
   /*needs to be set for each skin implementation*/
   /*background-color:#dbdbd1;*/
        
}
div.selected-account > div.main-account > div.assetHolderPanel:hover{
	background-color:inherit;
	
}

/* ui-login.ascx */

.FacebookLoginLink{
  text-align:right; 
  padding: 5px 0; 
  
}

/*
.FacebookLoginLink{
  text-align:right; 
  padding: 10px; 
  border:2px solid blue;
  border-radius:5px;
  background-color:Aqua;
  font-weight:bold;
  
}
*/

#AfterLoginRedirectButton{
    margin-top:20px;  
    margin-bottom:20px;   
}




/******************************************/
/*  New Repairs Appointmentts Control     */
/* uiRepairsNewAppointments_Calendar.ascx */
/******************************************/

.CalendarLabel {
	font-weight:bold;
	color:Blue;
	font-style:italic;
	font-size:medium;   
}

.AppointmentSelectorPanel > p > span {
	font-weight:bold;
	color:Blue;
	font-style:italic;
	font-size:medium;  
}

.AppointmentConfirmPanel  > p > span {
	font-weight:bold;
	color:Red;
	font-style:italic;
	font-size:medium;  
}

/* Styles for Calendar Control */

.AppointmentsAvailableDay{
   background-color:#228B22 !important; 
   cursor:pointer;  
}

.AppointmentsAvailableDay a{   
   color:White !important;
   font-weight:bold;
   
}
.AppointmentsUnavailableDay{
   background-color:#CCCCCC;
   color:Gray;
  
}

.Calendar{width: 100%;    
    height: 250px;
    font-size: 9pt;
    font-family: Verdana;
    color: Black;
    border-width: 1px;
    border-style: Solid;
    border-color: Black;
    background-color: White;
    }
    
.Calendar a { color: White !important; text-decoration: none !important;}
 table.TitleStyle{border-collapse:collapse !important;}
 table.Calendar{border-collapse:separate !important;}
 table.Calendar > tbody > tr > td  {
     border-top:1px solid White !important;
     border-left:1px solid White !important;     
 }
 /* This hack is necessary to remove the hard coded silver background in the calendar title */
 table.Calendar > tbody > tr:first-child > td{
    background-color:#4B6C9E !important;
 }
 
  
.SelectedDayStyle{background-color:Orange !important;color:Maroon !important;}
.TodayDayStyle{background-color:Yellow;color:Red;}
.OtherMonthDayStyle{color:#999999;}
.DayHeaderStyle{color:#333333;font-size:8pt;font-weight:bold;height:20px;padding:5px;}
.DayStyle{background-color:#cccccc;}
.TitleStyle{background-color:#4B6C9E;font-size:12pt;font-weight:bold;color:white;border-style:None;}
.TitleStyle td{background-color:#4B6C9E;font-size:12pt;font-weight:bold;color:white;border-style:None;}
.NextPrevStyle{font-size:12pt;text-decoration:none;} 

.NextPrevStyle:first-child a {margin-left: 5px;} 
.NextPrevStyle:last-child a {margin-right: 5px;}  

.NextPrevStyle:first-child a:before{font-family: FontAwesome;content: "\f100 ";margin-right: 5px;} 
.NextPrevStyle:last-child a:after{font-family: FontAwesome;content: " \f101";margin-left: 5px;}  


/* solves an issue in the Choice skin which applied bottom margin 25px to all tables */
table.TitleStyle{margin:0 !important;}

@media only screen and (max-width:376px){
    .NextPrevStyle{font-size:10pt;} 
    .TitleStyle{font-size:10pt;}   
}



.MakeAppointmentPanel, .AppointmentsPickerPanel{
    min-height:250px;
}	

#ApptsPickerProgress_Outer {
	position: absolute; 
	text-align: center; 
	height: 100%; 
	width: 100%; 
	top: 0; 
	right: 0; 
	left: 0; 
	z-index: 9999999; 
	background-color: #000000; 
	opacity: 0.7;			
	background-image: url("images/Loader.gif");
	background-repeat: no-repeat;    
	background-position: center; 	
}
				
#ApptsPickerProgress_Outer p {	
	font-size:2em;
	color:white;	
}

.ApointmentsNotification{
    font-weight:bold;
	color:Red;
	font-style:italic;
	font-size:medium;  
}

.PreviousDayButtonHolder{
    float:left;
    text-align:center;
}

.NextDayButtonHolder{
    float:right;
    text-align:center;
}

.SelectDayButtonHolder{
    clear:both;
    text-align:center;
    padding-top: 10px;
}

@media only screen and (max-width:420px){
    .PreviousDayButtonHolder, .NextDayButtonHolder{
        display: inline-block;
        position: relative;
        width:35%;
    }

    div.PreviousDayButtonHolder input[type=submit], div.NextDayButtonHolder input[type=submit] {
    color: transparent;
    width:100%;
    }

    .PreviousDayButtonHolder:after, .NextDayButtonHolder:after{
        position: absolute;
        display: block;
        color: black;
        top: 10px;        
        font-size: 0.9em;
        font-weight: 700;    
        color: #003b79;
        cursor: pointer;
        pointer-events: none;
    }
    
    .PreviousDayButtonHolder:after
    {
        left: 10px;   
        content: "<< Previous Day";        
    }
    .NextDayButtonHolder:after
    {
        right: 10px;   
        content: "Next Day >>";        
    }
}


/******************************************/
/* END: New Repairs Appointmentts Control */
/******************************************/


/* Confirm Contact Details Controls */
/*uiConfirmEmail.ascx*/
/*uiConfirmMobilePhone.ascx*/
/*uiConfirmHomePhone.ascx*/

@media only screen and (min-width:0px)
{
    .confirm-txtbox-width
    {
        width: 125px;
    }
}

@media only screen and (min-width:235px)
{
    .confirm-txtbox-width
    {
        width: 220px;
    }
}

@media only screen and (min-width:321px)
{
    .confirm-txtbox-width
    {
        width: 265px;
    }
}

@media only screen and (min-width:480px)
{
    .confirm-txtbox-width
    {
        width: 300px;
    }
}

.ConfirmContactDetailsPanel{
    border:1px solid #ccc;
    padding:20px;
    margin-bottom:20px;
    border-radius:5px;
    background-color:#efefef;
}

.ConfirmDetailsButtonPanel{
   margin-bottom:20px; 
   font-weight:bold;
} 

.ComfirmDetailsCurrentValueText{
    font-weight:bold;
}


div.ConfirmContactDetailsItem
{   
    width:100%;
    max-width:1024px;
}
    
div.UpdateEmailRow
, div.UpdateHomePhoneRow
, div.UpdateMobilePhoneRow{
    display:none;
}  

div.ConfirmContactDetailsCurrentValue{
   float:left; 
}
    
 div.ConfirmContactDetailsButtonCol
 {
    float:right;
    text-align:right;
    margin-left:5px;
} 

#UpdateHomePhoneButton
,#RemoveHomePhoneButton
,#UpdateMobilePhoneButton 
,#RemoveMobilePhoneButton
,#UpdateEmailButton 
,#RemoveEmailButton {
    /*padding:5px;	*/
}

div.UpdateHomePhoneRow div,
div.UpdateMobilePhoneRow div,
div.UpdateEmailRow div{    
  padding:5px; 
  text-align:center;
  /*width:40%;*/
  clear:both;
 
}       

div.UpdateHomePhoneRow div:first-child,
div.UpdateMobilePhoneRow div:first-child,
div.UpdateEmailRow div:first-child  
{
    float:left;     
    text-align:left;
    padding-right:10px;
    width:200px;
    clear:none; 
    
} 

div.UpdateHomePhoneRow div:nth-child(2),
div.UpdateMobilePhoneRow div:nth-child(2),
div.UpdateEmailRow div:nth-child(2)  
{
    float:left;     
    text-align:left;
    padding-right:10px;
    clear:none; 
} 

div.clearfix{
  clear:both;  
}
				