/*****************************************
* GENERAL 
*****************************************/
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 50px 0;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

/*****************************************
* LOGIN 
*****************************************/
.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/*****************************************
* Modals
*****************************************/
.modal.modal-wide .modal-dialog {
  width: 95%;
  height:95%;
}
.modal.modal-wide-medium .modal-dialog {
  width: 65%;
  
}

.modal.modal-wide .modal-dialog {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width:none !important;

}

.modal.modal-wide .modal-content {
	height: auto !important;
	min-height: 100% !important;
	border-radius: 0 !important;	
}

.modal.modal-wide .modal-header {
	border-bottom: 1px solid #9ea2a2 !important;
}

.modal.modal-wide .modal-footer {
	border-top: 1px solid #9ea2a2 !important;
}
/*****************************************
* Lotes
*****************************************/
#DivLotesTable {
    max-height: 500px;
    overflow-y:scroll;
	font-size: 75%;
}
.listgroupscroll {
    height: 300px;
    overflow-y:scroll;
}

.listgroupscroll2 {
    height: 240px;
    overflow-y:scroll;
}
#GridNuevosProductos {
    height: 200px;
    overflow: hidden;
	width: 400px;
}
.LotesSinProductos{
	max-height: 400px;
    overflow-y:scroll;
}

/*****************************************
* NEW Lotes
*****************************************/
#GridLotesNuevos {
    height: 400px;
    overflow: hidden;
}
#LotesValidar{
	height: 600px;  
	overflow-y:scroll;	
}
/*****************************************
* Edit Lotes
*****************************************/
#DivConfigVariantesLote {
    height: 500px;
    overflow: hidden;
	font-size: 80%;
}
#ProcesMod{
	 height: 300px;
	 margin-top:-300px;
	 
}

#ProductosValidar{
    height: 500px;
    overflow-y:scroll;
}
.selectinfo {
    height: 120px;
    overflow-y:scroll;
}
.smallcustomfont {
  font-size: 80%;
}


.borde{
	border-left: 1px solid;
}

#ModalAviso .modal-header{
	background-color:#DE4B4B;
}

.TipoEntradaActive{	
	background-color:#f89828;
	font-weight: bold;
}
/*****************************************
* Expedientes
*****************************************/
#ExpedientesInfo{
	padding-left:20px;
	padding-right:20px;
	font-size: 72%;	
}
td.ColButtons {
  min-width: 30px;
}
.modal-busqueda-cliente {
    height: 300px;
    overflow-x:scroll;
}
#TableClientesBusqueda tbody tr:hover {
    background-color: orange;
    cursor: pointer;
}
#TableClientesBusqueda tbody tr active {
    background-color: red;
    cursor: pointer;
}
#AddExpedient .modal-body{
	 height: 500px;
     overflow-x:scroll;
}
/*****************************************
* Validator
*****************************************/
.error {
    color:red;
}

/*****************************************
* admin
*****************************************/

.item{text-align:center;border:1px solid #ccc;margin:10px;}
.item img{display: block;margin-left: auto;margin-right: auto }
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/*****************************************
* Modals
*****************************************/
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
/*****************************************
* Precios competencia
*****************************************/
.ganador{
	background-color: #A9D08E;
}
#DivTablePreciosCompetencia {
	font-size: x-small;
}
#FiltresBusqueda input[type="text"]{
	font-size: 70%;
}
#FiltresBusqueda select{
	font-size: 70%;
}

#NumFilas{
	font-size: large;
    float: left;
    margin-top: 10px;
	width: 500px;
}
/*****************************************
* Ofertas
*****************************************/
#AlertaProductosInfo{
	height: 350px;
    overflow-y:scroll;
}
#OfertasInfo{
	padding-left:20px;
	padding-right:20px;
	font-size: 72%;	
}

@media(min-width: 1200px){
    .contMenu{
        width: 1175px !important;
    }
}
