/* CSS3 */
/* Developed by: MrCh0n <mrchon@gmail.com> */  
/* fecha de modificacion: 30/12/2019 */

/* Colores este anio:2020 */
/*  Principal verde: ​#4c9e45*/
/*  Secundario morado:#240085 */
/*  Azul Marino: ​#0090a8;  */
html,
body {
    height: 100%;
}
/*
html {
    display: table;
    margin: auto;
}
*/
IMG.responsive{
/*	max-width:100%; */
	height:auto;
	display:block;
	margin-left:auto;
    margin-right:auto;
    width:100%;
}
TABLE.responsive {
	border: 1px solid #dddddd;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
#main{
    padding-top: 70px;
}

/***** classes generles del sistema *****/
.text-center{
    width:100%;
    text-align:center;
    margin-left:0;
}

.text-title{
    color:#512DA8;
    font-weight: bolder;
}


.btn-reg-verde{
    background-color:#240085;
}
.btn-reg-verde:hover{
    background-color:#4c9e45;
}
.titleLoginContainer {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.titlelogin{
    color:#455A64;
    font-weight: bold;
    font-size: 2rem;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

    border: 1px solid #4c9e45;
    border-radius: 8px;
    text-align: center;
}
.login-card{
    overflow:hidden;
}

/***** login *****/

.login-bg{
    background-color: #F5F5F5;
   /* background-attachment: fixed;
    background-image: url(../images/background/cloud_security.jpg);
    background-size: cover;
   
    background-size: auto 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    
    background-color: #FAFAFA;#555555
    */
    background-repeat: repeat-x;
    background-position: left bottom;
    /**/
}
@media only screen and (max-width:1023px){
    #login-page {
       /* height: 100vh; */
    }
}
@media only screen and (min-width:1024px){
    #login-page {
       /* height: calc(100vh - 103px); */
    }
}

.loginTextAuth{
    max-width: 70%;
    margin: auto;
    font-size: 1.3rem;
    color:#F44336;
    padding:0 10px;
    text-align:center;
}


/*================================================================================
  ALERT BLOCK
================================================================================*/

.alert_block {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.alert_block_show {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}
  
.alert_window {
    display: inline-block;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    padding:0;
    position: fixed;
    text-align: justify;
    background-color: #fff;
    
    border: 1px solid #e1e1e1;
    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  
  
  
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
    -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
  
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.alert_windowDefault{
    width: 450px;
    height:380px;
}
.alert_window_show {
    top: 50%;
    opacity: 1;
    visibility: visible;
    z-index: 10001;
}
.alert_title{
    width:100%;
    min-height:50px;
    background-color:#f1f1f1;
    border-bottom: 1px solid #e1e1e1;
    overflow:hidden;
}
.alert_icon{
    font-size:4em;
    margin-left:3px;
    float:left;
    opacity: 0.3;
}
.alert_h1{
    border:0px solid #000;
    float:left;
    margin-left:3px;
    height:30px;
    font-size:1.3em;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align:center;
    margin-top:23px;
    width:80%;
  /**/
}
.alert_closeImg {
    margin-right: 0px;
    opacity: 0.7;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
  
.alert_content{
    border:0px solid #000;
    display:block;
    margin: 0;
    position: relative;
  /*height: calc(50% - 400px);
    height: -moz-calc(50% - 400px);
    height: -webkit-calc(50% - 400px);
   height: -o-calc(50% - 400px);
    height: -ms-calc(50% - 400px);*/
    height:80%;
    padding-bottom:10px;
}
  
.alert_interno{
    border-bottom:0px solid #f1f1f1;
    text-align:center;
    height:80%;
    overflow-x:hidden;
    overflow-y:auto;
    padding: 5px 5px  5px 15px;
    text-align:left;
}
  
.alert_botones{
    border:0px solid #f00;
    text-align:center;
    height:20%;
}
  /*************** colores *****************/
  
.alert_iconred{
    color:#e33030;
}
.alert_iconorange{
    color:#e87208;
}
.alert_iconogreen{
    color:#93c284;
}
.alert_iconoyellow {
    color:#f2aa00;
}
  
  /*************** botones *****************/
.alert_block .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    cursor: pointer;
  
    margin-top:15px;
    padding: 0 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
  
    font-weight: 700;
    outline: none;
    position: relative;
    align-items: flex-start;
    text-align: center;
}
  
.alert_block .btn-redondo {
    border-radius: 50px;
}
.alert_block .btn-red{
    color:#e33030;
    border: 1px solid #e33030;
    background-color: transparent;
}
.alert_block .btn-red:hover{
    background-color:#e33030;
    color:#fff;
}
  
.alert_block .btn-green{
    color:#93c284;
    border: 1px solid #93c284;
    background-color: transparent;

}
.alert_block .btn-green:hover{
    background-color:#93c284;
    color:#fff;
}
.alert_block .btn-yellow{
    color:#f2aa00;
    border: 1px solid #f2aa00;
    background-color: transparent;
}
.alert_block .btn-yellow:hover{
    background-color:#f2aa00;
    color:#fff;
}
  
/* == bloqueo loading == */
.modal_loader {
    display:none;
    position:absolute;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #000;
    z-index: 20000;
    margin:0;
    padding:auto;
    text-align:center;
}
.modal_loader > img {
    margin-top:50%;
}
.centerbox{
  /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;
  
  /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;
  
  /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
  
  /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}
