body {
    font-family: "Calibri", arial;
}

/*-----------------front page-------------------------*/

#username {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: transparent;
	height: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	text-align: center;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

#loginbutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	border-top: 1px solid #6AAF4A;
	border-left: 1px solid #6AAF4A;
	border-right: 1px solid #6AAF4A;
	border-bottom: 1px solid #6AAF4A;
	background-color: #6AAF4A;
	height: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	text-align: center;
    color: white;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition:	1s;
	transition:	1s;
}

#loginbutton:hover {
    border-top: 1px solid #26261F;
	border-left: 1px solid #26261F;
	border-right: 1px solid #26261F;
	border-bottom: 1px solid #26261F;
	background-color: #26261F;
}

#loginpage {
	width: 150px;
	height: 1000px;
	margin: 0 auto;
}


#practiceLogo {
    position: absolute;
	left: 30%;
	margin-left: 45px;
	margin-bottom: 10px;
}

/*-------------------buttons and header-------------------------*/

hr.hline {
	background:#6AAF4A;
    width: 970px;
    text-align: left;
	margin-left: 13px;
	border: 0;
	height: 1px;
    
}

.center {  
	position: absolute;
	margin-left: 250px;
    width: 600px;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
}

.buttonrightcol {
    float: left; 
	width: 33%; 
    font-size: 18px;
}

.headerrightcol {
    margin-left: 13px;
	margin-top: 13px;
	float: left;
	color: #6AAF4A;
	font-weight: normal;
	font-size: 36px;
    size: 600px;
    -webkit-text-size-adjust: 100%;
}

.custombutton {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 1px solid #6AAF4A;
	border-left: 1px solid #6AAF4A;
	border-right: 1px solid #6AAF4A;
	border-bottom: 1px solid #6AAF4A;
	background-color: #6AAF4A;
	height: 30px;
	width: 120px;
	font-size: 14px;
	text-align: center;
	color: white;
    padding-right: 0;
    padding-left: 0;
	-o-transition: 1s;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition:	1s;
	transition: 1s;
}

.custombutton:hover {
    border-top: 1px solid #26261F;
	border-left: 1px solid #26261F;
	border-right: 1px solid #26261F;
	border-bottom: 1px solid #26261F;
	background-color: #26261F;
}

.buttoncol {
	float: left;
    margin-left: 495px;
    text-align: right;
    -webkit-text-size-adjust: 100%;
}

.buttoncol2 {
    float: right;
	margin-right: 26.5%;
    width: 20%;
    text-align: right;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.buttoncol3 {
    position: absolute;
    left: 610px;
    text-align: right;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.middlebutton {
    position: absolute;
    left: 740px;
    text-align: right;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.farrightbutton {
    position: absolute;
    left: 870px;
    text-align: right;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

#thankyou {
    text-align: center;
    font-size: 25px;
}

/*-----------------bottom trademark and logo footer------------------*/

#practiceLogo2 {
    margin-left: 13px;
    size: 300px;
}

#smallJasper {
    font-size: 12px;
    margin-left: 13px;
}

#trademark {
    font-size: 12px;
    margin-left: 13px;
}

/* unvisited link */
a:link {
    color: #6AAF4A;
}

/* visited link */
a:visited {
    color: #6AAF4A;
}

/*hover over link*/
a:hover {
    color: #26261F;
}

/*--------------------dropdown menu button-------------------------------*/

.actions {
   -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #6AAF4A;
	height: 30px;
	width: 120px;
	font-size: 16.5px;
	text-align: center;
	color: white;
    padding: 0;
	margin: 0;
	font-size: 100%;
}

ul#actions {
   display:none;
    -webkit-appearance: none;
   -webkit-border-radius: 0;
    text-align: center;
	list-style-type: none;
	padding-right: 0;
   padding-left: 0;
}

.hoverbutton {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
	border-left: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	width: 120px;
	height: 30px;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #EBECEC;
	color: #26261F;
}

.hoverbutton:hover {
	border-left: 1px solid #6AAF4A;
	border-bottom: 1px solid #6AAF4A;
	border-right: 1px solid #6AAF4A;
	padding-top:  0px;
	padding-bottom: 0px;
	background: #6AAF4A;
	color: white;
}

.actions:hover ul#actions, .hoverbutton:active ul#actions {
    display: block;
	 padding: 0;
	 background: #EBECEC;
	 color: #6AAF4A;
	 margin-top: 10.5px;
}

#TakeAction {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	padding-bottom: 0px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 16px;	
	position: relative;
	top: 4px;
}

/*-------------------Checkbox Style------------------------------*/

.checkbox1 {
    display: none;
}

.checkbox1 + label {
	border: 1px solid black;
	padding: 7px;
	display: inline-block;
	position: relative;
}

.checkbox1 + label:active, .checkbox1:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), 
	inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox1:checked + label {
	background-color: white;
	border: 1px solid black;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: black;
}

.checkbox1:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
    left: 1px;
	color: black;
}

/*----------------Print Styles------------------------------------*/
@media print {
    
    .actions:hover ul#actions, .hoverbutton:active ul#actions {
       display:none;
    }
    
    #TakeAction {
        display:none;
    }
    
    .custombutton {
        display:none;
    }

}
