.panel_toolbox{
	min-width: 20px;
}

.login_wrapper input{
	margin-bottom: 10px;
}
.alert-danger, .alert-success{
	color: #fff;
	font-weight: 700;
}
.thumb1{
	/*border: 1px solid black;*/
  height:250px;
  display:table;
  margin: auto;
}
.profile_info{
	padding: 10px 10px 10px;
	
}
.profile_info h2{
	line-height: 22px;
}
.in_thumb1{
	text-align: center;
	display:table-cell;vertical-align:middle;font-weight: 700; 
}
.thumb1 img{
	max-height:250px;
	/*width:100%;*/
	margin: auto;
}
.img-circle{
	border:0;
}
.img-circle.profile_img{
	padding: 0;
	border:0;
}
td{
 	vertical-align: middle !important;
}
.pagination > li > a, .pagination > li > span {
  	color: #73879C;
}


#loading { 
	display: none; 
	background:rgba(0,0,0,0.1);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100
}

.centered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.centered img{
	max-width: 50px;
}
.in_calendar ul{
	margin:0;padding:0;
}
.in_calendar li{
	list-style: none;
	padding: 0;
}
.in_calendar{
	/*border:1px solid #ccc;*/
	margin:20px;
	
	text-align: center;
	/*border-radius:10px;*/
	width: 180px;
	/*height: 165px;*/
	float: left;
}
.in_calendar_header{
	/*background-color: #F5F5F5;	*/
	font-weight: 700;
	/*border-radius: 5px;*/
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
/*.calendar_select button{
	background: none;width: 100%;border:0;

	margin:0;
}*/
.in_calendar .btn, .in_calendar .buttons, .in_calendar .modal-footer .btn + .btn, .in_calendar button {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: none;
    margin-right:0px;
    width: 100%;border:0;
}
.in_calendar_header input{
	background:none;
	border:0;
	color:#2A3F54;
	cursor: pointer;
}
.in_calendar_content a.calendar_select{

	background:#566FC9;
	font-weight: 700;
	color: #fff;
}
.in_calendar_content a.calendar_select:hover{
	/*background: #ddd;*/

	/*font-weight: 700;*/
	background:#566FC9;
}
.in_calendar_content a{
	/*border-top:1px solid #ddd;*/
	/*padding: 5px;*/
	display: block;
	font-size: 11px;
	/*background-color: #f5f5f5;*/
}
.in_calendar_content a:hover{
	background: #3A87AD;
	color: #fff;
}
@media (max-width:768px){
	.login_content{
		padding-left: 20px;
		padding-right: 20px;
	}
}