html {
  padding-top: 0px;
}
body { 
    margin-bottom: 60px;
    /*background: #fff;*/
    background-repeat: repeat; 
    padding-top: 0px;    
    height: 100vh;
    /*background: linear-gradient(230deg, Derecha 1%, Izquierda);*/
    /*background: linear-gradient(230deg, #0495de 1%, #1eaf4b);*/
    /*background: linear-gradient(230deg, #0495de 1%, #fff);*/
    background-image: url("https://eroi.com.mx/eroi/img/bg/03.png");
    background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
body .container-login,
html .container-login {
  padding: 20px;
  width: 360px;
  margin: 100px auto;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23) !important;
}
body .container-login h3,
html .container-login h3 {
  margin: 10px 0 30px;
  text-align: left;
  color: #333B3F;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
body .container-login a.msg,
html .container-login a.msg {
  color: #333B3F;
  font-size: 14px;
  font-weight: lighter;
}
body .signin-header,
html .signin-header {
  padding: 25px 0;
  margin-top: 70px;
}
body .form-container,
html .form-container {
  max-width: 420px;
  margin: 10px auto;
}
body .form-container input::-moz-placeholder,
html .form-container input::-moz-placeholder {
  color: #565656;
  opacity: 1;
}
body .form-container input:-ms-input-placeholder,
html .form-container input:-ms-input-placeholder {
  color: #565656;
}
body .form-container input::-webkit-input-placeholder,
html .form-container input::-webkit-input-placeholder {
  color: #565656;
}
/*FORM*/

.note{
    font-style: italic;
}

span.required{
    color: red;
}

div.error label:first-child,
label.error,
span.error{
    color: #333;
}

div.error input,
div.error textarea,
div.error select,
input.error,
textarea.error,
select.error{
    background: #FEE;
    border-color: #C00;
}

div.success input,
div.success textarea,
div.success select,
input.success,
textarea.success,
select.success{
    background: #E6EFC2;
    border-color: #C6D880;
}

div.success label{
    color: inherit;
}

.errorSummary{
    border: 2px solid #C00;
    padding: 7px 7px 12px 7px;
    margin: 0 0 20px 0;
    background: #FEE;
    font-size: 0.9em;
}

.errorMessage{
    color: red;
    font-size: 0.9em;
}

.errorSummary p{
    margin: 0;
    padding: 5px;
}

.errorSummary ul{
    margin: 0;
    padding: 0 0 0 20px;
}

div.wide.form label{
    float: left;
    /*margin-right: 10px;*/
    position: relative;
    text-align: left;
    color: #666;
    font-weight: bold;
}

div.wide.form .row{
    clear: left;
}

div.wide.form .buttons, div.wide.form .hint, .errorMessage{
    clear: left;
    padding-left: 0px;
}

.blanco{
    background: #ffffff
}

.search-form p, .panel-body p {
    border-top: 1px #ddd solid;
}

#sidebar-Oculta {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    color: #aaa;
    z-index: 1;
}
#sidebar-Oculta:hover {
    color: #666; 
}

#sidebar-Muestra {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    color: #fff;
}

#sidebar-Muestra:hover {
    color: #ddd; 
}

#breadcrumb {
    list-style: none;
    background-color: #E5EBEC;
    background: #ddd;
    padding: 5px 0 5px 10px;
}


.background-default th, .background-default th a{
    /*background: #E5EBEC;*/
    color: #fff;
    background: #f0f0f0;
}

.fa.icon-default {
    /*color: #E5EBEC; #616263*/   
    color: #999;
    text-decoration: none;
    padding: 1px;
    font-size: 15px;
}

.fa:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

#breadcrumb i.fa {
    color: #999;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;
    padding-left: 5px; 
    padding-right: 3px;
}   

h1 {
    padding: 3px;
    text-align: center;
    color: #5B5B5B;
    font-size: 20px;
    /*background: #f5f5f5;*/
    border-bottom: 2px solid #f0f0f0;
}

p {
    padding: 5px;
    text-align: center;
    color: #333; /*#8D8D8D*/
    font-size: 14px;
}

#ContenidoPrincipal{
    height: 100%;
    /*background: #fafafa;*/
    /*background: #ecf0f5;*/
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.tablaGral{
    border-color: #d6e9c6;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dropdown-submenu{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 15px;
    margin-right: -10px;
    line-height: 40px;
}

.colores{
    width: 30px; 
    text-align: center; 
    border: 1px #ddd solid;
}

.filaGris {
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}
