/****************** put this section in wordpress CSS editor ********************/
input {
	width: 15em;
	height: 2em;
}

p {
	margin: 0;
	padding-top: 20px;
}

input[type=checkbox] {
	width: 4em;
	height: 2em;
}

button {
	height: 56px;
	width: 166px;
}

select {
	width: 200px;
	overflow-y: scroll;
}

input[type=radio]{
	width: 2em;
	height: 1em;
}

textarea {
	width: 210px; 
	height: 100px;
}

#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 0px;
}

/****************** end of wordpress CSS editor ********************/




#page_pass_message {
    display: none;	
	/* display: block; */
	color: #4F8A10;
	background-color: #DFF2BF;
	border: 1px solid;
	margin: 10px 0px;
	padding:0px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;

}


#page_fail_message {
    display: none;	
	/* display: block; */
	color: #D8000C;
	background-color: #FFBABA;
	border: 1px solid;
	margin: 10px 0px;
	padding:0px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}


#page_info_message {
    display: none;	
	/* display: block; */
	color: #00529B;
	background-color: #BDE5F8;
	border: 1px solid;
	margin: 10px 0px;
	padding:0px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

/***************** for create new client page *********************/

input.days_of_week {
	width: 5em;
	height: 2em;
}

table.days_of_week {
	width: inherit;
	
}
/**************************************/

#enable_edit_form_button , #client_delete_from_db_button, #worker_delete_from_db_button{
    display: none;	
}

#loading_icon{
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

#content-data{
	display: none;
}

#wrap_current_user_id{
	display: none;
}


.buttons {
	padding-bottom: 10px;
	padding-top: 10px;
}

a.mybutton,a.mybutton:link,a.mybutton:visited {
	display: inline-block;
	color: #FFFFFF;
	background-color: #8AC007;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: none;
	margin-left: 0;
/*margin-left:5px;*/
	margin-top: 0;
	margin-bottom: 5px;
	border: 1px solid #aaaaaa;
	border: 1px solid #8AC007;
	border-radius: 5px;
	white-space: nowrap;
}

a.mybutton:hover,a.mybutton:active {
	background-color: #ffffff;
	color: #8AC007;
}

/**************************************/


.myframe {
	border: 1px;
	border-style: solid;
	padding-right: 20px;
	padding-bottom: 20px;
}


/***************************************************/
.button-link {
	font-size: 16px;
	text-align: center;
	padding: 10px 15px;
	background: #4479BA;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 1px rgba(0,0,0,0.2);
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	transition-duration: .2s;
	display: block;
	width: 200px;
	height: 25px;
}

.button-link:hover {
	color: #FFF;
	background: #356094;
	border: solid 1px #2A4E77;
	text-decoration: none;
	font-weight: bold;
}

.button-link:active {
	color: #FFF;
	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}

/**************************************/
#content-full {
	margin-top: 0;
	margin-bottom: 0;
}



button.credit_or_debit_buttons {
	height: 50px;
	width: 50px;
}

input.credit_or_debit_buttons {
	height: 50px;
	width: 100px;
	direction: ltr;
	text-align: center;
}

button.worker_plan_buttons {
	height: 50px;	
	width: 80px;
	margin-left: 45px;
	margin-top: 10px;

}
 
.lwa-default{
	width: 220px;
}

