html { 
  margin: 0 auto;
}

header {
  margin-top: 30px;
}

header h2{
  font-size: 30px;
  font-weight: bold;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  color: rgb(0, 0, 0);
	background: #ffffff;
}

footer {
  padding: 5px;
}

a:link {
  color: #cc5200;
  text-decoration: none;
}

ul {
  list-style: none;
}

select {
  border-radius:5px;
  width: 100%;
  height: 30px;
  background-color: rgb(240, 240, 240);
  border: 1px #5e5e5e;
  border-style: outset;
}

select:hover {
  background-color: rgb(238, 238, 238);
}

select option:hover {
  background-color: rgb(161, 161, 161);
}

select option {
  color:rgb(8, 8, 8);
  background-color: rgb(255, 255, 255);
}

select[multiple] {
  height: 100px;
}

/* MODAL */

.modal-dialog {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -wekbit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.modal-content {
  background-color: orangered !important;
  color: white !important; 
  font-family: arial; 
  font-size: 14px; 
  text-align:justify; 
  text-justify:inter-character;
}

/* Reportes Abonos */
table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
  white-space: nowrap;
}

tr:nth-child(even){background-color: #f2f2f2;}

tr:hover td:nth-of-type(1n+1){
  background-color: #F0E68C;
  border-color: #DDD;
}

thead th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #3D9BE3;
  color: white;
}

.separador {
  background-color: #3D9BE3;
}


/* Login */
.signup-form-container{
  border-radius: 10px;
  background: #dff6fd;
  border-top: 2px solid #d2d6de;
  margin: 0 auto;
  max-width: 360px;
  border-top-color: #00c0ef;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.panel {
  margin: 0 auto;
  padding: 10px 0 10px 0;
  max-width: 360px;
  /*border: solid 1px coral;*/
}

.form-header{
  border-radius: 7px 7px 0 0;
  color: rgb(255, 255, 255);
  font-size: 20px;
  display: block;
  padding: 10px;
  position: relative;
  background-color: #91a3aa;
  margin-bottom: 5px;
  /*border-bottom:1px solid #f4f4f4;*/
}

.form-header .form-title {
  display:inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.form-body {
  padding: 5px 10px 0 10px;
}

.form-footer {
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #00c0ef;
  display: block;
  height: 10px;
  position: relative;
  background-color: #91a3aa;
}

.form-control{
  font-size: 16px;
  height: auto;
  padding: 7px 9px;
}

.form-icon{
  background-color: #E6E6FA;
  padding: 10px;
  border:1px solid #7FFFD4;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  align-self: center;
}

.help-block{
  color: #ff9800;
  font-style: italic;
  font-size: 12px;
  height: auto;
}

#ver-pass{
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  padding: 2px 10px;
  color: rgb(75, 87, 255);
  z-index: 999;
}

#contador{
  position: absolute;
  color: #ff7b06;
  font-size: 12px;
  top: 4px;
  left: 4px;
  background-color: #FFF;
  border: 1px solid #E6E6FA;
  border-radius: 20px;
}

#btn-agregar{
  background-color: rgba(172, 172, 172, 0.5);
  position: absolute;
  top: 25px;
  border: solid 2px #ffffff;
  border-radius: 20px;
}

#btn-agregar:hover {
  color:rgb(255, 255, 255);
  background-color: rgb(172, 172, 172);
}

.copy {
  color: #5e5e5e;
  font-size: 12px;
  font-weight: bold;
  padding-right: 5px;
}
.copy a {
  color: #b55500;
}

.linea-horizontal {
  background: rgba(150, 150, 150, 0.1);
  height: 1px;
  max-width: 660px;
  min-width: 300px;
  margin: 0 auto 10px auto;
}

input[type="file"] {
  display: none;
}

.input-label {
  border-bottom: 2px solid #ccc;
  cursor: pointer;

}

#info {
  margin: 0 5px 0 5px;
}

.custom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-upload{
  margin-bottom: 30px;
}

.btn-reset {
  font-weight: bold;
  color: #ccc;
  padding: 2px 8px 2px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.btn-reset:hover{
  color: #00c0ef;
}

.boton-panel {
  background-color: #ccdcff;
  border: 1px solid #ccdcff;
  border-radius: 10px;
}

.boton-panel:hover {
  background-color: #e7e7e7;
  color: #00c0ef;
}

.dataTables_wrapper {
  margin: 0 auto;
}

.dt-buttons {
  color: tomato;
}

.menu_botones{
  text-align: center;
}

.dataTables_info {
  font-size: 14px;
}
.dataTables_length select{
  font-size: 12px;
}

.notificacion {
  width: 100% !important;
  background: transparent;
  border: 0 none;
  resize: vertical; 
  overflow: auto;
}

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: rgb(121, 121, 121);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(121, 121, 121) transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

/**
 * En las siguientes lineas
 * se define el diseño adaptable, para que
 * se muestre en los dispositivos móviles
 */

@media only screen and (max-width: 480px) {
  .copy {
    font-size:10px;
  }
}



/******************************************/
/***    DISEÑO PARA MOVILES 320        ****/
/******************************************/
@media only screen and (max-width:320px){

}

/******************************************/
/***    DISEÑO PARA MOVILES 240        ****/
/******************************************/
@media only screen and (max-width:240px){
	
}