*{
    border-radius: 0 !important;
    font-family: 'Encode Sans Expanded', sans-serif;
    /*font-size: 13px;*/
}
body{
    padding: 65px 20px 10px 20px;
}

#nav-menu{
  background-color: #ffd5a6;    
  border-top: 1px solid #8a6031;
}
#nav-menu .nav>li>a{
  color: #8a6031 !important;
  border-right: 1px solid #fff;
}
#nav-menu .nav>li>a>i{
  font-size: 1.3em;
}
.navbar-nav{
	margin: 3px -15px;
}
.navbar-nav-hover-force:hover{
  background-color: #ffd5a6 !important;    
}
#nav-menu .nav>li{
	float: left;
}

#filtros{
	padding: 5px 0;
	background: #f5f5f5;
	margin: 35px -20px -35px -20px
}

#home-resultados, #obras-resultados{
	margin-bottom: 50px;
  margin-top: 40px;
}
.odt-home{
	position: relative;
	padding: 5px;
	margin-bottom: 8px;
	height: 100px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
	box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
}


.odt-estado-PE{
	background-color: #d9534f;
  border-color: #d43f3a;
	color: #fff;
}
.label-odt-estado-PE{
	position: absolute;
  right: 5px;
  background: #fff;
  color: #d9534f;
  font-weight: 300;
}
.odt-estado-AS{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.label-odt-estado-AS{
	position: absolute;
  right: 5px;
  background: #fff;
  color: #eea236;
  font-weight: 300;
}
.odt-estado-AB{
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	color: #fff !important;
}
.label-odt-estado-AB{
	position: absolute;
  right: 5px;
  background: #fff;
  color: #5cb85c;
  font-weight: 300;
}
.odt-estado-CE{
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.label-odt-estado-CE{
	position: absolute;
  right: 5px;
  background: #fff;
  color: #337ab7;
  font-weight: 300;	
}

.odt-prioridad-A{
  background: #d9534f;
  border-color: #d9534f;
}
.odt-prioridad-M{
  background: #f0ad4e;
  border-color: #f0ad4e ;
}
.odt-prioridad-B{
  background: #777;
  border-color: #777;
}

.odt-home>h1,#odt-detalle-cliente>h1{
	font-size: 1em;	
	margin: 10px 0 0 0;
}
.odt-home>h2,#odt-detalle-cliente>h2{
	font-size: 1em;
	margin: 10px 0 0 0;
}

#odt-detalle-observaciones>span{
	line-height: 1.8em;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.select2-container--default .select2-selection--single{
    width: 100%;
    height: 34px;
    padding: 2px 3px;
    border: 1px solid #ccc;    
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 34px;
}


/* OBRAS */
.obra-home{
  position: relative;
  padding: 5px;
  margin-bottom: 8px;
  height: 75px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
  box-shadow: 0px 4px 5px 0px rgba(157,157,163,1);
}
.obra-home>h1, #obra-detalle-cliente>h1{
  font-size: 1em; 
  margin: 5px 0 0 0;
}
.obra-home>h2,#obra-detalle-cliente>h2{
  font-size: 1em;
  margin: 10px 0 0 0;
}
.obra-estado-PE{
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
}
.label-obra-estado-PE{
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #fff;
  color: #d9534f;
  font-weight: 300;
}
.obra-estado-AB{
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
  color: #fff !important;
}
.label-obra-estado-AB{
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #fff;
  color: #5cb85c;
  font-weight: 300;
}
.obra-estado-CE{
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
}
.label-obra-estado-CE{
  position: absolute;
  right: 5px;
  bottom: 0;
  background: #fff;
  color: #337ab7;
  font-weight: 300; 
}
#obra-detalle-observaciones>span{
  line-height: 1.8em;
}







