html {
}

body{
	min-height: 100%;
	width:100%;
	padding:20px 0 0 0;
	margin:0;
	/*background: url('../img/app-bg.png') left top repeat;*/
	background:#fff;
}




/*
	MAIN CONTAINERS
*/

.banner-right{
	position:absolute;
	top:0;
	right:-170px;
}



span.mandatory {
	font-size: 1.2em;
	color: #f00;
	vertical-align: middle;
}

#logo_image {
	padding: 0 0 0 0;
	margin: 0;
	position: absolute;
	right: 30px;
	top: 25px;
}

span.status_radio {
	display: block;
	float: left;
	margin-right: 45px;
}

span.visibility_radio {
	display: block;
}

input.buttonFavorite {
	/*position: relative;*/
	background: url(../img/button.png) no-repeat 0 0;
	/* display:block; */
	/* width: 132px; */
	font-size:11px;
	margin: 10px 0 0 0;
	width: 92px;
	height: 22px;
	color:#FFFFFF;
	border:none;
	
}



div.error {
	color: #fff;
	background-color: #f00;
	border: 2px solid black;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-left: 10px;
	width: 49%;
}

.required{
	color:#AC2929;
}
/*Contact*/
.employee{
	clear:both;
}
.employee .pull-left{
	width:20%;
	padding:0 1em 1em 0;
}
.employee img
{
  max-width: 100%;
  height: auto;

}


li.red{color:red;}
/*LINKS*/
a:link, a:visited{
}
a:hover{
}
a.reg-link{color: #B2B2B2;}
.logos{
	display:inline-block;
	margin:1em 0;
}
/*Pagination*/
.pagination {
  margin: 0;
  float:right;
}
.pagination-sm > li.current{
  position: relative;
  float: left;
  padding: 5px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #999;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size:12px;
}
iframe{
	border:0;
}
.search-form select{
	margin-right:5px;
}
.clock{
	color:#999;
	float:left;
	clear:both;
	font-size:12px;
}
.clock ul { margin:0 auto; padding:0px; list-style:none;}
.clock ul li{display:inline;}
.fa-open{
	color: #5cb85c;
}
.fa-close{
	color: #d9534f;
}
.canvas-body{
	/*max-width:95%;*/
	padding-right:30px;
	margin-right:30px;
}
.navbar-brand
{
  float: left;
  height: 50px;
  padding: 15px 15px 0px 15px;
}
.navbar-collapse.collapse, .navbar-header
{
	min-height:60px;
}

.bs-callout{padding:20px;margin:20px 0;border:1px solid #eee;border-left-width:5px;border-radius:3px}.bs-callout h4{margin-top:0;margin-bottom:5px}.bs-callout p:last-child{margin-bottom:0}.bs-callout code{border-radius:3px}.bs-callout+.bs-callout{margin-top:-5px}.bs-callout-danger{border-left-color:#d9534f}.bs-callout-danger h4{color:#d9534f}.bs-callout-warning{border-left-color:#f0ad4e}.bs-callout-warning h4{color:#f0ad4e}.bs-callout-info{border-left-color:#5bc0de}.bs-callout-info h4{color:#5bc0de}

.small-heading{
	font-size: 30px;
}

.form-search .row{
	margin-bottom: 10px;
}
.rotate{
	transform: rotate(180deg);
}
.well{
	background: #fafafa;
}

/* PDF */
.table-line{
	border: 1px #000;
}
.line{
	border-bottom: 1px #eee;
}

/* FLOAT*/
.float-right{
	float: right;
}
