/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700'); */

body{
	/* font-family: 'Poppins', sans-serif !important; */
    /* font-weight: 300 !important; */
	background-color: #00487926 !important;
}

.breadcrumb{
	background-color: #f1f2f2;
}

.bg-blu {
	background-color: #004879 !important;
	color: #FFF;
}

th.bg-blu{
 border: 1px solid #053353 !important;
 border-bottom-width: 2px  !important;
}

#page-login{
	color: #696969;
    background: url(../images/bg-page.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form-wrapper { border-radius: 7px; }
.form-wrapper label { font-weight: bold; }

.error li{
	list-style: none;
	width: 100%;
	text-align: center;
}
.error ul{
	padding-left: 0;
	margin-bottom: 0;
}

.logo-cms{
	max-height: 70px;
}

.page-header {
    background: #f1f2f2;
    color: rgb(0, 0, 0);
}
.bg-blu {
    background-color: #004879 !important;
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(255, 243, 200);
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
  }

  .ui-autocomplete > li > div {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
  }

  .ui-state-hover,
  .ui-state-active,
  .ui-state-focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
	cursor: pointer;
  }

  .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
  }

  .headerNumberNotificationTop{
	position: absolute !important;
	top: -5px !important;
	right: -5px !important;
}
 .code-reparation{
	 color: #FFF !important;
	 background-color: #A8138A !important;
 }

@media (max-width: 768px){
	.form-wrapper .text-right{ text-align: center !important;}
	.form-wrapper .btn-primary { display: block; margin: 0 auto; }
}
