/**
 * @version     CVS: 3.0.0
 * @package     com_dima_appointment
 * @copyright   2017 Rohollah Balvardi
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Rohollah Balvardi <r.balvardi@gmail.com>
 */
.week .app_list{
	padding:0.5%;
	margin:0.5%;
	width:98%;
	background:#EFEFEF;
	float:right;
	border-radius:5px;
	list-style:none;
}
.app_list li{
	list-style:none;
	background:#FFF;
	border-radius:5px;
	text-align:center;
	padding:0.5%;
	margin:0.5%;
	width:13.28%;
	min-width:60px;
	float:right;
	line-height:30px;
}
.app_list li.time{
	background:#85CBF3;
	color:#FFF;
}
a.btngreen{
	background:#53C977;
	color:#FFF;
	display:block;
	border-radius:5px;
	box-shadow:1px 1px 5px -3px #000 inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.btngreen:hover{
	background:#DD2124;
	color:#FFF;
}
a.btngry{
	background:#999999;
	color:#FFF;
	display:block;
	border-radius:5px;
	box-shadow:1px 1px 5px -3px #000 inset;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navi{
	padding:0.5%;
	margin:0.5%;
	width:98%;
	background:#EFEFEF;
	float:right;
	border-radius:5px;
	list-style:none;
}
.navi li{
	list-style:none;
	float:left;
	width:70px;
	padding:3px;
	margin:3px;
	background:#CCC;
	color:#FFF;
	text-align:center;
	border-radius:6px;
}
.navi li:last-child{
	float:right;
}
ul.formres{
	list-style:none;
	margin:auto;
	max-width:400px;
	padding:5px;
	background:#EFEFEF;
	border-radius:7px;
	margin-top:10px;
	margin-bottom:10px;
}
ul.formres *{
	list-style:none;
	width:98%;
	margin:0.5%;
	padding:0.5%;
}

