/***************************************************************************************
* @autor:       (IG) Israel Galindo Chavarría <israel.galindo@webmaps.com.mx>          *        
* @updated                                                                             *
* @version:     1.0                                                                    *
* @created:     28/01/2014                                                             *
* @copyright:   Copyright(c) 2014,Webmaps                                              *
* @description: Hoja de estilo correspondiente al LogIn para AVL FleetPower            *                                           
***************************************************************************************/

html,body{
    margin:0;
    padding:0;
}

.cssOculta{
    display:none;
}


.cssNLHead{
    position: absolute;
    height: 150px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
}
.cssNLHLogo{
    width:100%;
    height:150px;
    position:absolute;
    left:0;
    bottom:0;
}

.cssNLCenter{
    position: absolute;
    height: 100%;
    right: 0;
    top: 0px;
    bottom: 0px; 
    left: 0;
    width: 100%;
    
    
}


.cssNLCIntCenter{
    width:100%;
    height:300px;
    background-position:center;
    background-repeat:repeat-y;	
}

.cssLoginLines{
    width:100%;
    height:285px;
    position:relative;
    top:3px;
    border-top:3px solid #fff;			
    border-bottom:5px solid #fff;
}

.cssLoginCenter{
    width: 320px;
    height: 400px;
    margin: auto;
    position: relative;
    top: 30%;
    background:rgba(0,0,0,0.5);
    border-radius: 7px;
    -moz-box-shadow: 0px 33px 27px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 23px 27px rgba(0,0,0,0.5);
    box-shadow: 0px 33px 27px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);


}

/*.cssLCHead{
    background: rgba(0, 0, 0, 0) url("images/imgWMAVL.png") no-repeat scroll center 9px;
    height: 60px;
    width: 100%;
}*/

.cssLCHead{
    background: rgba(0, 0, 0, 0) url("images/imgWMAVL.png") no-repeat scroll center 9px;
    height: 100px;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;


}
.cssLCBody{
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
    top: -8px;
}
.cssLCBody > div{
    /* width: 70%; */
    padding: 10px 0 2px 0;
    margin: auto;
}
.cssLInp01{
    width: 97%;
    padding: 4px;
    border: 1px solid #333;
    border-radius: 4px;
    font: 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    text-align: center;
    height: 25px;

    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.cssLCBLeft{
    width:20%;
    float:left;
}

.cssLBtnInfo{
    width: 20px;
    height: 20px;
    background: url(images/imgSprite01.png) 0 0;
    cursor: pointer;
    position: relative;
    margin: auto;

}
.cssLBtnInfo:hover{
    width:20px;
    height:20px;
    background:url(images/imgSprite01.png) -20px 0;
    cursor:pointer;
}

.cssLCBRight{
    width: 100%;
    float: left;

}
.cssLBtn01{
    color: #2d323a;
    border: none;
    font: 12px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 102%;
    padding: 5px;
    height: 40px;
    background-color: #ffcd00 !important;
    border-radius: 5px;	
	box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    font-weight: bold;
}

.cssLBtn01:hover{
    cursor:pointer;
    color: white;
    
    background-color: rgba(255, 205, 0, 0.9) !important;
}

  
.cssLBtn01Disabled{
    background-color:transparent !important;
    cursor:default !important;
    float: right;
    border-radius: 5px;
    color: transparent;
    border: none;
    font: 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    width: 100%;
    padding: 8px;
    font-weight: bold;
}

.classLoadinLogin{
    display: none;
    background: url(../../css/LIB/img/loadingBlue.svg) no-repeat center/ 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 145px;

}


.cssLCFooter{
    width: 100%;
    height: 60px;
    position: relative;
    float: left;

    margin-top: 35px;
}
.cssLCFooter > div{
    width: 100%;
    margin: 5px 0 5px 0;
    font: 11px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffcd00;
    text-align: center;
    float: left;
    cursor: pointer;
    text-decoration: none !important;
	
}
.cssLCFooter > div:hover{
    color: #ffffff;
}
.cssLCFooter > div{
    transition:All 0.2938s ease;
-webkit-transition:All 0.2938s ease;
-moz-transition:All 0.2938s ease;
-o-transition:All 0.2938s ease;

}
.cssLCFooter > div span{
    color:#1f3d85 !important;
    text-decoration:none !important;	
}
.cssLCFooter > div span:hover{
    color:#1f3d85 !important;
    text-decoration:none !important;	
}						

/**/
.cssLCHeader{
    width:100%;
    border-bottom:1px solid #444;
    float:left;
    background: #ffcd00;
    color:#333333;
}
.cssLCHeader h3{
    font:bold 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin:0 0 0 10px;
    padding:10px 0 10px 0;
    width:86%;
    float:left;
}

.cssLClose{
    width:20px;
    height:20px;
    float:left;
    background:url(images/imgSprite01.png) -40px 0;
    position:relative;
    top:5px;
    cursor:pointer;
}
.cssLClose:hover{
    width:20px;
    height:20px;
    float:left;
    background:url(images/imgSprite01.png) -60px 0;
    position:relative;
    top:5px;
    cursor:pointer;
}


.cssLCCenter{
    float:left;
    color: #ffffff;
}
.cssLCCenter ul{
    margin:19px 0 19px 0;
    font:bold 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding:0 0 0 10px;
}

.cssLCCenter ul li{
    margin:4px 0 4px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style:none;
    padding:0;
}	
.cssLCCenter ul li a{
    text-decoration:none;
    color:#ffffff;
}
.cssLCCenter ul li a:hover{
    text-decoration:underline;
    color:#cdcdcd;
}	


.cssNLFooter{
    /*position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: auto;
}

.cssNLFInt{
    position:absolute;
    bottom:0;
    width:100%;
    height:80px;
}

.cssNLFIText{
    width:100%;
    margin:auto;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
}

.cssNLFIText ul{
    padding:0;-
    width: 100%;
}

.cssNLFIText ul li{
    display:inline;
    margin:0 4px 0 4px;
    padding:0;
    color:#555;				
}


.cssNLFIText ul li b{	

    cursor:pointer;
    text-decoration:none;
    padding:98px 80px 50px 60px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    background: transparent url("/css/LogIn/images/soporteButton.png") no-repeat center /130px;  
}

/*.cssNLFIText ul li b:hover {
    opacity: 0.9;
}

.cssNLFIText ul li b:hover{	
    cursor:pointer;
    text-decoration:none;
}*/

.cssNLFIText ul li span{				
    cursor:auto !important;
    color:#555 !important;
    text-decoration:none !important;
}
.cssNLFIText ul li span:hover{				
    cursor:auto !important;
    color:#555 !important;
    text-decoration:none !important;
}

/* Pop Estilo icon Support */
@-webkit-keyframes hvr-pop {
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @keyframes hvr-pop {
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
.cssCargaP{
    position: absolute;
    color:#ffffff;
    top: 60%;
    left: 50%;

}
.csstextCarga{
 color: #ffffff;
 position: absolute;
 top: 60%;
 left: 54%;
}

/*START Layer*/
.cssRUsers{
    width:100%;	
    height: 100vh;
    position:absolute;
    /*display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
    z-index:100;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}

.cssRUInt{
    width:600px;
    height: 160px;
    display:flex;
    flex-direction:column;
    background:rgba(52,73,94,1); 
    padding:5px 10px;
    position:relative;
    margin: 22% auto;
    /*top:60%!important;
    left:30%;*/
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 32px 21px -16px rgba(1,52,112,0.53);

}
.cssOculta{
    display:none;
}

.cssRUIHeader{
    width:100%;
    padding:5px 0;
    float:left;
}
.cssRUIHTitle{
    width:90%;
    float:left;
}
.cssRUIHTitle h1{
    font:bold 15px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#444 !important;
    margin:0;
}

.cssRUIHClose{
    width:10%;
    float:right;
}
.cssRUIconClose{
    width:20px;
    height:20px;
    background:url(images/spriteClose.png) 0 0;			
    cursor:pointer;
    float:right;
    margin:0px;
}

/*.cssRUIconClose:hover{
    width:20px;
    height:20px;
    background:url(images/spriteClose.png) -20px 0;			
    cursor:pointer;
    float:right;
    margin:0 10px 0 0;
}*/

.cssRUICont{
  
    width:100%;
    margin:0px auto;
    height:90px;
}

.cssRUILeft{
    width:280px;		
    height:20px;		
    float:left;
    margin:16px 0 0 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cssRUIRight{
    width:280px;		
    height:20px;		
    float:right;
    margin:16px 0 0 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cssInput01{
    width:98%;
    padding:2px;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}
.cssInput02{
    width:98%;
    padding:2px;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}

.cssTxtARU{
    width:98%;
    height:66px;
    resize:none;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}

.cssRUCapcha{
    width:100%;
    border:1px solid #ccc;
    margin:3px 0 17px 0;
    padding:5px 0 0 0;
    float:left;
}

.cssBtnRight {
    background: url("../Home/images/bgBtn001.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 10px !important;
    height: 20px;		
    width: 60px;
    margin:0 5px 0 5px;
}
.cssBtnRight:hover {
    background: url("../Home/images/bgBtn001.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #444;
    cursor: pointer;
    float: right;
    font-size: 10px !important;
    height: 20px;		
    width: 60px;
    margin:0 5px 0 5px;
}

.cssPUFooter{
    width:100%;
    margin:20px 0 0 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#ccc;
    float:left;
}
.cssPUFInt{
    width:440px;
    margin:auto auto;
}
.cssPUFInt span{
    float:left;
}	

.cssPUFInt div{
    float:left;
    margin:0 5px 0 5px;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#777;
    cursor:pointer;
}

.cssPUFInt div:hover{
    float:left;
    margin:0 5px 0 5px;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#333;
    cursor:pointer;
}


.cssContIMEI{
    width:100%;
    float:left;
}
.cssCI01{
    width:85%;
    height:25px;
    float:left;
}
.cssCI02{
    width:15%;
    height:25px;
    float:left;
}
.cssCIBtnAdd{
    width:18px;
    height:18px;
    margin:auto auto;
    background:url(images/SpriteLogin01.png) -36px 0;
    cursor:pointer;
    position:relative;
    top:4px;
}
.cssCIBtnAdd:hover{
    width:18px;
    height:18px;
    margin:auto auto;
    background:url(images/SpriteLogin01.png) -54px 0;
    cursor:pointer;
    position:relative;
    top:4px;
}				

.cssCIBtnSave{
    width:18px;
    height:18px;
    margin:auto auto;
    background:url(images/SpriteLogin01.png) -90px 0;
    cursor:pointer;
    position:relative;
    top:4px;
}
.cssCIBtnSave:hover{
    width:18px;
    height:18px;
    margin:auto auto;
    background:url(images/SpriteLogin01.png) -126px 0;
    cursor:pointer;
    position:relative;
    top:4px;
}


.cssResulIMEI{
    width:100%;
    float:left;
    margin:5px 0 0 0;
    border:1px solid #ccc;
    height:76px;
    overflow-y:auto;
    overflow-x:hidden;
    background:#F9F9F9;
}
.cssRILine{
    width:100%;
    float:left;
    border-bottom:1px solid #ccc;
    height:18px;				
}
.cssRIL_01{
    width:89%;
    float:left;
    border-right:1px solid #ccc;
    height:18px;
}
.cssRIL_01 p{
    margin:3px 0 0 5px;
    cursor:pointer;
}

.cssActiveIMEI{
    background:#F2F2F2;
}


.cssRIL_02{
    width:10%;
    float:left;
    height:18px;					
}

.cssRIL_02 div{
    width:18px;						
    height:18px;
    background:url(images/SpriteLogin01.png) 0 0;
    cursor:pointer;
    margin:auto auto;
}
.cssRIL_02 div:hover{
    width:18px;						
    height:18px;
    background:url(images/SpriteLogin01.png) -18px 0;
    cursor:pointer;
    margin:auto auto;
}

.cssRUIRight span{
    color:#900;
}

.cssRUILeft span{
    color:#900;
}

.cssRUCO{
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    float:left;
    color:#900;
}

.cssLIntLine01{
    width:100%;
    float:left;
    margin:5px 0 0 0;
}

.cssLinksFoot{
    width:100%;
    text-align:center;
}

.cssLinksFoot div{
    display:inline;
    margin:0 5px 0 5px;
    cursor:pointer;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#7F7F7F;
}

.cssLinksFoot div:hover{
    display:inline;
    margin:0 5px 0 5px;
    cursor:pointer;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#333;
}	


.cssLinksFoot span{
    display:inline;
    margin:0 5px 0 5px;
}

.cssCLLeft{
    width:89% !important;		
}

.cssCLRight{
    width:18px !important;
    height:18px;
    float:right;
    position:relative;
    top:4px;
    background:url(images/SpriteLogin01.png) -108px 0;
    cursor:pointer;
}	
.cssCLRight:hover{
    width:18px !important;
    height:18px;
    float:right;
    position:relative;
    top:4px;
    background:url(images/SpriteLogin01.png) -126px 0;
    cursor:pointer;
}	

.cssCAPPDF{
    width:100%;
    height:400px;
    background:#ccc;
}			
/*END Layer*/

.cssRUICont{
    width:100%;
    margin:0px auto;
    height:80px;
}

.cssRUILeft{
    width:280px;		
    height:20px;		
    float:left;
    margin:16px 0 0 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cssRUIRight{
    width:280px;		
    height:20px;		
    float:right;
    margin:16px 0 0 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cssInput01{
    width:98%;
    padding:2px;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}
.cssInput02{
    width:98%;
    padding:2px;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}

.cssTxtARU{
    width:98%;
    height:66px;
    resize:none;
    margin:3px 0 5px 0;
    font:11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#555;
    border:1px solid #ccc;
}

.cssRUCapcha{
    width:100%;
    border:1px solid #ccc;
    margin:3px 0 17px 0;
    padding:5px 0 0 0;
    float:left;
}

.cssBtnRight {
    background: url("../Home/images/bgBtn001.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 10px !important;
    height: 20px;		
    width: 60px;
    margin:0 5px 0 5px;
}
.cssBtnRight:hover {
    background: url("../Home/images/bgBtn001.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #444;
    cursor: pointer;
    float: right;
    font-size: 10px !important;
    height: 20px;		
    width: 60px;
    margin:0 5px 0 5px;
}

.cssSCont01{
    width:88%;
    /*margin: 0px 10px;*/
    height: 80px!important;
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    box-sizing: border-box;
	
}

.cssCS01{
    width:20%;
    height: 90px;
    background:url(images/iconoSoporte.png) no-repeat center/80px;
}
.cssDatoSuport{
    width: 77%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.cssCS02{
    width:100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content:space-around;
    color: #ffffff;
    font:10px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cssIconTel{
    width:20%;
    height:30px!important;
    background:url(images/iconoPhone.png) no-repeat center 8px/30px;
    margin-top: 9px;
}
.cssTel{
width: 75%;
font-size: 23px;
}
.cssCorreo{
width:75%;
font-size: 23px;
}
.cssIconMail{
    width:20%;
    height: 30px;
    background:url(images/iconMail.png) no-repeat center 8px/30px;
    margin-top: 9px;
}


/*INICIO.- Recuperar contraseña*/

.classContContra01{
    width:100%;
    height:100%;
    margin:auto;
    /*display:none;*/
}

.classContContra02{
    width:100%;
    min-height:80px;
    max-height:100%;	
    margin:auto;	
}


.classContBody{
    margin:10px;
    height:100%;
    border:thin #333 solid;
    padding-bottom:30px;
    background-color:#FFF;
    border-radius:10px;
}

.classContBody p{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;		
    margin:15px auto 15px auto;		
}


.classHeadContra{
    height:29px;	
    background: rgb(44, 50, 58);
    border-bottom:1px solid #ccc;
    border-radius: 3px 3px 0px 0px;
}

.classLeftContra{
    width:85%;
    height:29px;
    border-radius: 3px 3px 0px 0px;
    float:left;
    color: #ffffff;
}


.classLeftContra h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align:center;
    *margin:8px 0 0 0;
}

.classRightContra{
    width:15%;
    height:24px;
    float:left;	
    background-image:url(../Home/images/closeW.svg);
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}


.classLeftContra02{
    width:100%;
    height:29px;

}

.classLeftContra02 h2{
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;				
    text-align:center;	
    color:#063;
    margin:12px 0 10px 0;
    *margin:8px 0 0 0;
    *padding:0 0 3px 0;
}

.classRightContra02{
    width:100%;
    height:29px;	
}



.classTxtContra{
    width:221px;
    height:15px;
    font-size:11px;
    /* padding-left:4px; */
}


.classTxtContraXtra{
    width:221px;
    height:20px;
    font-size:11px;
    padding-left:4px;
}


.classFooterContra{
    width:290px;		
    margin:auto;
    *margin-bottom:-20px;
}


.classBtnContra01{	
    width:60px;		
    font-size:11px;	
    margin:auto auto;
}


.classBtnContra02{	
    width:60px;
    height:20px;
    font-size:10px;	
    margin:0;
    background:rgb(102, 204, 0);
    border:none;
    border-radius:2px;
    cursor:pointer;
    color:#ffffff;
    font:bold 11px/1 !important;
}

.classMessage01{
    width:200px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333;
    margin:3px 0 0 0;
}


.classMessageMailAbre001{
    width:90%;
    height:34px;	
    margin:-5px auto 0 auto;
    *margin:-5px auto 10px auto;
    display:none;
    padding:10px 0 19px 0;
    *padding:24px 0 5px 0;
}

.classMessageMailAbre001 h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;		
    padding:0;
    text-align:center;
    color:#900;
    margin:10px 0 0 0;			
}

.classMessageMailOculta001{
    display:block;
}
.classTopContra{
    background-position:100% 200%;
}

.classOcultarNew{
    display:none;
}


.classLeftContra02 a:link, a:visited{
    color:#333;
}

.classLeftContra02 a:hover{
    color:#666;
}

.blockPage{
    background:none !important;
}

/*FIN.- Recuperar contraseña*/	

.cssLLoading{
    font:11px/2 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    float:left;
    display:none;
}


.cssLContCheck{
    width:100%;
    padding:20px 0 0 0;
    float:right;
    text-align:right;
}
.cssLContCheck input{
    float:right;
}

.cssLCheck{
    position:relative;
    top:-3px;
}

.cssCont01{
    font:12px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cssLabelRemember{
    font: 11px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    position: relative;
    left: 60px;
    color:#ffcd00 ;
    padding: 5px;
    height: 25px;
}
.cssLabelRemember:hover{
    font: 11px/1  "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    position: relative;
    left: 60px;
    color:#ffffff ;
    padding: 5px;
    height: 25px;
}
.cssLabelRemember{
transition:All 0.2938s ease;
-webkit-transition:All 0.2938s ease;
-moz-transition:All 0.2938s ease;
-o-transition:All 0.2938s ease;

}

.cssCheckRemember{
    position: relative;
    float: right;
    border: 1px solid #ffffff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    left: 3px;
    cursor: pointer;
}

.cssCheckRemember:checked {
    -moz-appearance: checkbox; 
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

/*=========================ALERTS============================*/
/*POSICIONAMIENTO*/
	/*ESTADOS
		TOPLEFT
		TOPRIGHT
		TOPCENTER
		BOTTOMLEFT
		BOTTOMRIGHT
		BOTTOMCENTER
		CENTER

	ESTADOS*/
	.toastTopLeftWM
	{
		position: fixed;
		top: 10px;
		left: 10px;
		width: 330px;

	}
	.toastTopCenterWM
	{
		position: fixed;
                top: 10px;
                width: 330px;
                left: 48%;
	}
    .toastTopWM
	{
		position: fixed;
		top: 10px;
		width: 90%;
	}
	.toastTopRightWM
	{
		position: fixed;
		top: 10px;
		right: 10px;
		width: 330px;
	}
	.toastBottomLeftWM
	{
		position: fixed;
		bottom: 10px;
		left: 10px;
		width: 330px;
	}
	.toastBottomCenterWM
	{	
		position: fixed;
		bottom: 10px;
		width: 50%;
	}
    .toastBottomWM
	{	
		position: fixed;
		bottom: 10px;
		width: 90%;
	}
	.toastBottomRightWM
	{
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 330px;
	}
	.toastCenterWM
	{
		position: fixed;
        top: 36%;
        width: 100%;
        padding-left: 39%;



	}
    .toastCenterLetfWM
    {
        position: fixed;
		top: 36%;
		left: 10px;
		width: 330px;
    }
     .toastCenterRightWM
    {
        position: fixed;
		top: 36%;
		right: 10px;
		width: 330px;
    }
	.toastCenterWM .toast
	{
		width:30%;
	}
	/*POSICIONAMIENTO*/
	/*TIPO*/
	.toast
	{
		transition: all ease .3s;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        padding: 15px 15px 15px 60px;
        box-sizing: border-box;
        border-radius: 3px;
        opacity: 0.8;
        float: left;

	}
	.toast:hover
	{
		opacity: 1;
		cursor:pointer;
	}

	/*TIPOS
		FAIL
		SUCCESS
		WARNING
		IFO
	
	TIPOS*/
	.toastSuccessWM
	{	
		
		background: darkgreen url("../LIB/img/check-toast.png")no-repeat scroll 20px center/ 28px;
	}
	.toastFailWM
	{
		background: darkred url("../LIB/img/ex-toast.png")no-repeat scroll 20px center/ 28px;
	}
	.toastWarningWM
	{
		background: darkorange url("../LIB/img/watch-toast.png")no-repeat scroll 20px center/ 28px;
	}
	.toastInfoWM
	{
		background: #318aec url("../LIB/img/ask-toast.png")no-repeat scroll 20px center/ 28px;
	}

    .toastConfirmWM
	{
		background: #318aec url("../LIB/img/ask-toast.png")no-repeat scroll 20px center/ 28px;
	}
	/*TIPO*/
	.toastTitle
	{
		color:white;
		font-weight: bold;
		font-size:12px;
		 
        position: relative;
        float: left;
        width:100%;

	}
	.toastMessage
	{
		color:white;
		font-weight: lighter;
		font-size:12px;
		 
        position: relative;
        float: left;
        width:100%;
	}

    .cssToastBtnBox
    {
        position: relative;
        float: left;
        margin-right: 15px;
        margin-top: 5px;

    }

    .cssBtnToast 
    {
        background-color: white;
        position: relative;
        float: left;
        padding: 3px 15px;
        border-radius: 2px;
        margin-right: 10px;
        margin-top: 5px; 

    }


    .cssAlrtMdl
	{
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
        z-index: 9999999999;

	}

    .xPositionAlert {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*========================ALERTS==============*/


.cssLoadingApp {
    width: 80%;
    height: 340px;
    position: relative;
    margin: 20px auto;
    margin-top: 20px;
    margin-top: 90px;
    background:url(/css/LogIn/images/logo-telemetria.svg) no-repeat center /300px !important;
}

.loadingName {
    font-size: 18px;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .cssNLCenter{
        background:url(/css/LogIn/images/background@02x.jpg) center /cover;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .cssNLCenter{
        /* background:url(/css/LogIn/images/background@02x.jpg) center /cover; */
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .cssNLCenter{
        /* background:url(/css/LogIn/images/background@05x.jpg) center /cover; */
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .cssNLCenter{
        /* background:url(/css/LogIn/images/background@1x.jpg) center /cover; */
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .cssNLCenter{
        /* background:url(/css/LogIn/images/background@2x.jpg) center /cover; */
    }
} 