@charset "UTF-8";
/* CSS Document */

#container {
	width: 900px; 
	position: relative; 
	margin: 50px auto auto; 
	background: -moz-linear-gradient(top, #009999 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #009999 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #009999 0%, #ffffff 100%);
	border: ridge 8px #00cccc;
	font-size: 18px;
	}
	
#container h1 {
	margin-left: 25px;
	}

#timeInformation, #contactInformation {
	width: 775px; 
	margin: 25px 0 10px 50px; 
	border: solid 1px black; 
	background-color: #eee;
	}
	
#awayInformation {
	width: 775px; 
	margin: 25px 0 10px 50px; 
	border: solid 1px black; 
	background-color: #eee;
}

#firstD, #secondD, #emailContact, #txtMsgContact {
	position: relative; 
	float: left; 
	width: 365px;
	margin: 5px; 
	padding: 10px 0 0 10px;
	border: 1px solid teal;
	}
	
#emailContact, #txtMsgContact {
	height: 165px;
	}	

#firstDose, #secondDose	{
	position: absolute; 
	left: 175px; 
	width: 100px; 
	font-size: 16px;
	background-color: #ddd;
	}

#hour1, #hour2 {
	position: absolute; 
	left: 175px; 
	width: 55px; 
	font-size: 16px;  
	background-color: #ddd;
	}
	
#minute1, #minute2 {
	position: absolute; 
	left: 235px; 
	width: 60px; 
	font-size: 16px;  
	background-color: #ddd;
	}
	
#ap1, #ap2 {
	position: absolute; 
	left: 300px; 
	width: 60px; 
	font-size: 16px;  
	background-color: #ddd;
	}	
	
#button1, #button2, #button3 {
	float: left;
	clear: left; 
	margin: 20px 0 0 25px;
	}
	
#updateNotification	{
	width: 220px; 
	font-size: 14px;
	margin: 5px 0;
	}	
	
#updateStatus {
	width: 220px; 
	font-size: 14px;
	margin: 5px 0;
	}	
	
#notificationDelay {
	position: relative; 
	float: left; 
	width: 365px;
	margin: 5px 0px 5px 148px; 
	padding: 0 0 0 10px;
	border: 1px solid teal;
	}
	
#delay {
	position: absolute; 
	left: 175px; 
	width: 65px; 
	font-size: 16px;  
	background-color: #ddd;	
	}
	
#minutesLabel {
	position: absolute;
	left: 255px;
	top: 2px;
	}
	
#phoneLabel {
	float: left;
	margin: 10px 15px 0 30px;
}

#phoneNumber {
	float: left;
	margin: 5px 15px 0 10px;
}

#example {
	float: left;
	margin: 10px 15px 0 10px;
}

#updateContact {
	width: 220px; 
	font-size: 14px;
	margin: 5px 0;
	}	
	
.emailInfo {
	width: 16em;
	font-size: 11pt;
}

.txtInfo {
	width: 125px;
	font-size: 11pt;  
}

#carrier1 {
	position: absolute;
	left: 175px;
	top: 47px;
	font-size: 12pt;  
}

#carrier2 {
	position: absolute;
	left: 175px;
	top: 92px;
	font-size: 12pt;  
}



.onoffswitch {
    position: relative; width: 100px;
	float: left;
	margin: auto auto auto 25px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #777777; border-radius: 10px;
}

.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Home";
    padding-left: 10px;
    background-color: #96D4D4; color: #555555;
}

.onoffswitch-inner:after {
    content: "Away";
    padding-right: 10px;
    background-color: #DEF2F2; color: #555555;
    text-align: right;
}

.onoffswitch-switch {
    width: 14px; margin: 8px;
    background: #999999;
    border: 2px solid #777777; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 65px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}





