body{
background-image: url(../img/bagrd_gris_EAE7E7.jpg);
background-position: left top;
background-repeat: no-repeat;
background-color: #eae7e7;	
}

h1, .h1 {
margin-top: 7.5px;
margin-bottom: 7.5px;
}

h2, .h2, h3, .h3 {
margin:0;padding:0;
}

h3 {
font-weight: 300;
font-size: 16px;
margin-top: 7.5px;
margin-bottom: 7.5px;
}

h4 {
font-weight: 300;
}

ul {
margin:0;
padding-left: 20px;
}

form {
margin-top:0px;
margin-bottom: 0px;	
}

.table-sm tbody tr td {
padding-top: 4px;padding-bottom: 4px;	font-size: 95%;	
}

.well {
margin-top:0px;
margin-bottom: 17px;	
}

.panel {
margin-top:0px;
margin-bottom: 20px;
}

.panel-body {
padding: 5px;
}

.breadcrumb {
background-color: #fff;	
}

.badge-default {
color: #555555;
  background-color: #eeeeee;
}
.badge-default:hover {
color:#fff;
  background-color: #FF851B;
}

.badge-warning {
  background-color: #FF851B;
}
.badge-warning:hover {
  background-color: #FF851B;
}

.badge-info {
  background-color: #75caeb;
}
.badge-info:hover {
  background-color: #75caeb;
}

.badge-success {
  background-color: #28b62c;
}
.badge-success:hover {
  background-color: #28b62c;
}


.row {
padding-top:0px;
padding-bottom:0px;
}

.ratio{
    position:relative;
    width: 100%;
    height: 0;
    padding-bottom: 25% ; /* % of width, defines aspect ratio*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  
}

.twitter-share-button { vertical-align: text-bottom !important; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
padding-top: 13px;
padding-bottom: 13px;
margin-top: 0;
}

.alert {	
margin-top: 10px;
margin-bottom: 0;
padding: 6px;
font-size: 14px;
font-weight: 200;
}

.label{
font-size: 80%;	
}

#overlay {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 899;
    opacity: 0.1;
    filter: alpha(opacity=30);
}

table a, .table a {
text-decoration: none;
}

.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: 0.1em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
	font-size: 19px;
	font-weight: 300;
}

a.simple:hover{
    text-decoration: none;
}

.ui-autocomplete.ui-front
{
z-index: 1051;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
  padding-left: 4px;
}

.error .form-control, .error .form-control:focus {
 border: 1px solid #ff4136;
-webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.text-danger {
color: #ff4136;
font-style: italic;
padding-top: 2px;
font-size: 11px;
}

.jumbotron p {
font-size: 16px;
}

#gallery ul.gallery-tabs li{   
 overflow:hidden;
  margin:0;
} 

#gallery ul.gallery-tabs li img {
 opacity:0.5;
} 

#gallery ul.gallery-tabs li.current img, 
#gallery ul.gallery-tabs li img:hover { opacity:1.0; } 

#gallery div.img-container {position:relative; z-index:0;}
#gallery div.img-container.current {z-index:2;}
#gallery div.img-container img { position:absolute;}

.mini-pic { opacity:0.5; }
.mini-pic-current { opacity:1; }