
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
  background-color: #f3f3f3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {

}
.title {
  font-size: 22px;
  color: #70c3d9;
  margin-top: 0;
}
.img-responsivo {
  max-width: 100%;
  height: auto;
}

/* CUSTOMIZE LOGIN */
body.login {
  padding-bottom: 40px;
}


.form-signin {
  background: #fff;
  max-width: 400px;
  padding: 0;
  margin: 20px auto 15px;
  border-bottom: 1px solid #ccc;
}
.form-signin .form-signin-heading {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 26px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.img-captcha {
  margin-bottom: 15px;
}
.icon-actcapch {
  font-size: 18px;
  margin-top: 7px;
  display: block;
}
.form-group {
  overflow: hidden;
}
 /* */
 /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
  background-color: #fff;
}
.masthead {
  background-color: #333333;
  padding-top: 19px;
  padding-bottom: 19px;
}
.masthead.ayuda {
  background: #333333 url(../img/logo-isos-ayuda.png) no-repeat center top;
}
.masthead.siagie {
  background: #333333 url(../img/logo-isos.png) no-repeat center top;
}
.subheader {
  height: 50px;
  padding: 15px 0;
}
.subheader.ayuda {
  background-color: #3782bd;
  color: #fff;
}
.subheader a {
  color: #fff;
}

#logo img.siagie {
  padding-top: 4px;
}
.img-responsivo {
  max-width: 100%;
  height: auto;
}
.mastfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #333333;
}
.texto-alert-danger {
  color: #a94442;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15px;
}
.btn-default {  
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;

}
.btn-success {
  color: #fff;
  background-color: #829e41;
  border-color: #829e41;
}
.btn-success:hover {
  color: #fff;
  background-color: #006b3e;
  border-color: #006b3e;
}
.btn-info {
  color: #fff;
  background-color: #93c5cd;
  border-color: #93c5cd;
}

a.siagie:focus, a.siagie:hover {
  color: #006b3e;
  text-decoration: underline;
}
a.siagie {
  color: #829e41;
  text-decoration: underline;
}
@media (min-width: 768px) {

  .modal-dialog {
    margin: 60px auto;
  }
  .form-signin-body {
    padding-right: 15px;
  }
  .form-signin {
    background: #fff;
    max-width: 400px;
    padding: 15px;
    margin: 30px auto;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  }
  .form-horizontal .control-label-2 {
    padding-top: 7px!important;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .masthead.ayuda {
    background: #333333 url(../img/logo-isos-ayuda.png) no-repeat center center;
    background-size: 70px;
  }
  body.login .subheader {
    height: 20px;
    padding: 12px;
  }
  .subheader {
    height: auto;
    padding: 15px 0;
  }
  .container .text-muted {
    margin: 18px 0!important;
  }
  body.login footer p {
    font-size: 12px;
  }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container-ayuda {
  width: auto;
  max-width: 900px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 40px 0;
  color: #f2f2f2;
}

/*FORM AYUDA*/
.form-ayuda {
  margin-bottom: 60px;
}
.form-ayuda h2 {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}
.form-ayuda h3 {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}
.form-ayuda hr.title {
  margin-top: 8px;
  margin-bottom: 15px;
  border-top-color: #808080;
}
.form-ayuda .modal-title {
  margin: 0;
  line-height: 1;
}

/*FORM DETALLE*/
.form-detalle {
  margin-bottom: 60px;
}
.form-detalle label {
  font-weight: bold!important;
  padding-top: 0!important;
}
.form-detalle h2 {
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}
.form-detalle h3 {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}


.sidebar {
    margin-top: 15px;
}

.main {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
}

table {
  border: 1px solid black;
  table-layout: fixed;
 
}

th,
td {
  
 
  overflow-wrap: break-Word;
}