.clear{clear:both;float:none;}
.hide,.hideme,.notshow{display:none;}
.nodisplay {display:none;}
.padding10{padding:10px;}

legend{margin:10px 0;}
.errorMessage{color: #B94A48;}
.square-button-customtop { border: medium none;
	height: 30px;
	position: relative;
	width: 30px;
	float:right;
}
.square-button-customtop i{color:#ffffff;}
.square-button-customtop:after { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.square-button-customtop:after{ border-color: rgba(167, 200, 140, 0); border-bottom-color: #A7C88C; border-width: 5px; left: 50%; margin-left: -5px; }

.color-red {
	background: none repeat scroll 0 0 #B94A48;
}
.square-button-del { border: medium none;
	height: 30px;
	position: relative;
	width: 30px;
}

.square-button-del i{color:#ffffff;}
.square-button-del { position: relative; background: #B94A48; float:right;}
.square-button-del:after { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.square-button-del:after { border-color: rgba(185, 74, 72, 0); border-top-color: #B94A48; border-width: 5px; left: 50%; margin-left: -5px; }

table .button-column{min-width:100px;}

.alert.alert-error{display:none;}

/*override class*/
.form_row label.field_name, .form_row span.field_name {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    padding-top: 5px;
    width: 20%;
}
header a.logo_image{
	width: 150px;
}

ul.flashes li{
	list-style: none outside none;
}

a:hover i.icon-remove, a:focus i.icon-remove {
	color:red;
}

body.Hotel .alert.alert-error, body.User .alert.alert-error,body.Client .alert.alert-error{display:block;}
.timeline-content img{width:auto!important;max-width:100%;height:auto!important;}
.timeline-box p {margin:10px;}
.pager	{   float: right;
    margin: 20px 0 !important;
    width: 80%;}
header a.logo_image{padding-left:60px;}

/*Pagesize*/
select#pageSize{max-width:50px;}

/*LOGIN FORM*/
.dashboard_container .login-container {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 1);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.dashboard_container .login-container .login-header{
	padding-right: 30px!important;
	padding-left: 30px!important;
}
.dashboard_container .login-container .login-header .thumbnail{
	border:1px solid transparent;
}
.dashboard_container .login-container form#login-form{
	padding: 0 30px;
}