*{
	font-family: calibri;
}
.contenedor{
	background-color: white;
	margin: 5px 20px;
	padding: 10px;
	box-shadow: 0px 0px 3px 1px rgba(176,176,176,1);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(176,176,176,1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(176,176,176,1);
	-o-box-shadow: 0px 0px 3px 1px rgba(176,176,176,1);
}
.textBold{
	font-weight: 700 !important;
}
.textThin{
	font-weight: 100 !important;
}
.fontSize-12{
	font-size: 12pt !important;
}
.fontSize-14{
	font-size: 14pt !important;
}
.fontSize-16{
	font-size: 16pt !important;
}
.fontSize-18{
	font-size: 18pt !important;
}
.fontSize-20{
	font-size: 20pt !important;
}
.fontSize-22{
	font-size: 22pt !important;
}

.flex {
	display: flex;
}
.flexAlign-Center {
	align-items: center;
}
.flexJustify-center{
	justify-content: center;
}
.groupButtons{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.groupButtons button:first-child{
	border-radius: 3px 0px 0px 3px !important;
	border-right: none;
}
.groupButtons button:last-child{
	border-radius: 0px 3px 3px 0px !important;
}

.groupInputs{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	border-right: none;
	border-radius: none;
}
.groupInputs input:first-child{
	margin-right: 5px !important;
}
.groupInputs div.input-group:first-child{
	margin-right: 5px !important;		
}

img.expando{ /*sample CSS for expando images. Not required but recommended*/
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
	} 

.k-pager-first, .k-pager-last{
	display: none !important;
}
.k-state-selected{
	z-index: 1 !important;
}
.k-pager-info{
	font-size: 12pt !important;
	color: #565656 !important;
}
.k-alt{
	background-color: rgba(0,0,0,0.1);
}
/*regla para ponerle un color de select al row seleccionado*/
tr.k-state-selected{	
	outline: 1px solid rgb(30, 114, 142) !important;
}
a[data-page]{
	width:20px !important;
	height:20px !important;
	font-size: 12pt !important;
	color: #1E728E !important;
	font-weight: bold;
}
.k-pager-numbers > li > span.k-state-selected{
	width:20px !important;
	height:20px !important;
	font-size: 12pt !important;
	color: #3C3B3B !important;
	font-weight: bold;
	background-color: #55A9FF;
	margin-left:1px !important;
	margin-right:1px !important;
}
td[role=gridcell]{
	font-size: 10pt;
}
.k-input, .k-item{
	 font-size: 10pt !important;
}
.k-grid-header{
	padding:4px 0px;
	color: #343434 !important;
	font-weight: 100 !important;
	background-color: #343434;
	border-radius: 5px 5px 0px 0px;
	border: none !important;
}
.k-grid{
	border-radius: 5px 5px 0px 0px !important;
}
td[role="gridcell"] {
    font-size: 12pt !important;
}
.modal-header{
	background-color: #4D4D4D !important;
	color: white !important;
}
.input-group .form-control{
	z-index: 1 !important;
}
.title-table{
	font-size: 12pt;
	cursor: pointer !important;
	font-family: helvetica !important;
	color: white;
	/*color:#313131;*/
}
textarea{
	resize:none;
}
#link:hover{
	text-decoration: none;
	color:white;
}
#link{
	color:white;
}
.botonEditar{
	color:#59B3FF;
}
.tituloSucursal{
	color: white; 
	font-size: 12pt; 
	font-family: calibri, helvetica;
	margin:0;
	font-weight: 500;
}
.tituloSucursal:hover{
	color: white;
}
.tituloSucursal:focus{
	color: white;
}
.optionSidebar{
	width:100% !important;
	border-top: 1px solid #7F7E7E !important;
	border-bottom: none !important;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.tituloOrden{
	color: #E4E1E1;
	font-size: 11pt;
	margin:0;
	font-weight: 500;
}
.cambiarSucursal{
	font-size: 12pt;
	color: #AAA9A9;
	cursor: pointer;
}
.cambiarSucursal:active{
	color: white;
}
.boton{
    background: white !important;
}
.ocultar{
	display:none !important;
}
.info{
	font-size: 10pt;
	color: #BDBDBD;
}
.popoverList{
	cursor:pointer;
}
.popoverList:hover{
	color:#00528C;
}
.pageDescription{
	margin: 0 !important;
	padding: 0 !important;
	color: #353535;
	font-style: italic;
}
.pageTitle{
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
.page-header{
	padding-left: 0 !important;
}
.codProdGrid {
    font-size: 10pt;
    font-weight: bold;
    margin: 0 !important;
    color: #606060;
}
.mensaje{
	color: #3D3D3D;
	padding: 20px 0px;
	font-size: 12pt !important;
}
#dias, #horas, #minutos, #segundos{
	color: white;
	font-weight: bold;
	font-size: 12pt;
	margin:2px !important;
	padding: 10px !important;
	border-radius: 3px !important;
	background-color: #455264;
	text-shadow: -1px -1px 2px #000;
}
.txtCountdown{
	font-size: 12pt;
	font-weight:bold;
	color:#db5565;
}
#popoverSucursal{
	margin:auto;
}
#page-header{
	background-color: white !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1) !important;
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,1) !important;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,1) !important;
}
#header{
	background-color: #455264 !important;
	color:white !important;
}
.navbar-right li a{
	color: #D3D1D1 !important;
	text-shadow: -2px -2px 2px #000;
}
.navbar-right li a:hover{
	background-color: #303844 !important;
}
.navbar-right li a:focus{
	background-color: #303844 !important;
}
.margin-bottom-10{
		margin-bottom: 16px !important;
}
.toggle-sidebar a{
	color: #D3D1D1 !important;
	text-shadow: -1px -1px 2px #000;
}
.toggle-sidebar a:hover{
	background-color: #303844 !important;	
}
.toggle-sidebar a:focus{
	background-color: #303844 !important;	
}
.spanEstado{
	font-weight: bold;
}
.panel-dark{
	background-color: #343434 !important;
	color: white !important;
}
.fontSize12{
	font-size: 12pt !important;
}


.mylabel{
	color: white !important;
	font-size: 10pt !important;
	font-weight: bold;
	background-color: #343a40;
	margin-top: 5px !important;
}
.labelDark{
	color: white !important;
	font-weight: bold;
	background-color: #343a40;
	margin-top: 5px !important;
}
.labelDanger{
	color: #202020 !important;
	font-weight: bold;
	background-color: #db5565;
	margin-top: 5px !important;
}
.labelWarning{
	color: #3B3B3B !important;
	font-weight: bold;
	background-color: #ffbb34;
	margin-top: 5px !important;
}
.labelPrimary{
	color: #3B3B3B !important;
	font-weight: bold;
	background-color: #4385f5;
	margin-top: 5px !important;
}
.labelSuccess{
	color: #3B3B3B !important;
	font-weight: bold;
	background-color: #5cb85c;
	margin-top: 5px !important;
}

.colorPrimary{
	color:#4385f5 ;
}
.colorSuccess{
	color:#5cb85c ;
}
.colorDanger{
	color:#ff4444 ;
}
.colorWarning{
	color:#ffbb34 ;
}
.colorInfo{
	color:#33b5e7 ;
}
.colorSecondary{
	color:#aa66cd ;
}


.colorEstadoDenegado{
	color: #db5565;
}
.colorEstadoAprobado{
	color:#0bacd3;
}
.colorEstadoPeligro{
	color:#f4ad49;
}































/*reglas de medias querys para responsividad del sitio*/
@media (max-width: 500px) { 
	.k-pager-info{
		font-size: 8pt !important;
		color: #565656 !important;
	}
}
@media (min-width: 800px) { 
	.modal-xl{
		width:750px !important;
	}
}
@media (min-width: 900px) { 
	.modal-xl{
		width:850px !important;
	}
}
@media (min-width: 1000px) { 
	.modal-xl{
		width:1000px !important;
	}
}
@media (min-width: 1024px) {
  .padding-left-none{
	padding-left: 0px !important;
	}
}
@media (max-width: 1024px) {
  .margin-bottom-10{
		margin-bottom: 16px !important;
	}
}
@media (min-width: 1300px) { 
	.modal-xl{
		width:1200px !important;
	}
}
@media (min-width: 1400px) { 
	.modal-xl{
		width:1200px !important;
	}
}
/*@media (max-height: 790px) {
  	#footer{
		position:static !important;
		bottom: 0px !important;
	}
}*/


