/*
VERDE CLARITO 'style="background-color: #dfffdf;"'
ROJO CLARITO 'style="background-color: #ffe1e1;"'
*/

body#LoginForm{ 
	background-image:url("../imagenes/fondo1.png"); 
	background-repeat:no-repeat; 
	background-position:center; 
	background-size:cover;
	background-color:#204369;
	padding:10px;
}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control-buscar {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  padding: 50px 70px 70px 71px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .main-div {
  max-width: 38%;
  }
}
.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.estilo_tr {
	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
}

.form-control-buscar::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control-buscar:-ms-input-placeholder {
  color: #999999;
}
.form-control-buscar::-webkit-input-placeholder {
  color: #999999;
}

.tabla {
  font-size: 0.7rem;
}
.ui-jqgrid .ui-sgcollapsed a.ui-sghref span {
  display: inherit;
}

.ui-dialog .ui-dialog-buttonpane button {
  color: #fff;
  background-color: #2ea08c;
  border-color: #2b9683;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


/* Big box with list of options */
#ajax_listOfOptions{
  position:absolute;	/* Never change this one */
  width:175px;	/* Width of box */
  height:250px;	/* Height of box */
  overflow:auto;	/* Scrolling features */
  border:1px solid #B2CDAB;	/* Dark green border */
  background-color:#FFF;	/* White background color */
  text-align:left;
  font-size:0.9em;
  z-index:100;
  font-family:Arial; 
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
  margin:1px;		
  padding:1px;
  cursor:pointer;
  font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
  
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
  background-color:#317082;
  color:#FFF;
}
#ajax_listOfOptions_iframe{
  background-color:#F00;
  position:absolute;
  z-index:5;
}

.blink {
	-webkit-animation: blink .75s linear infinite;
	-moz-animation: blink .75s linear infinite;
	-ms-animation: blink .75s linear infinite;
	-o-animation: blink .75s linear infinite;
	 animation: blink .75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
.container-fluid {
  padding: 40px 20px 20px 20px;
}
.table th, .table td {
  padding:0.1rem;
}



.form-control-buscar {
  display: block;
/*  width: 100%;*/
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4F5467;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control-buscar-buscar::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control-buscar:focus {
    color: #4F5467;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent; }
  .form-control-buscar::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control-buscar:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control-buscar::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control-buscar::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control-buscar:disabled, .form-control-buscar[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control-buscar:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px); }

select.form-control-buscar:focus::-ms-value {
  color: #4F5467;
  background-color: #fff; }

.form-control-buscar-file,
.form-control-buscar-range {
  display: block;
  width: 100%; }
  
  
  @media (min-width: 576px) {
.subir_foto_catalogo{
  display:flex;
}
}
