/***************************************************************************************
* @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: 300px;
  right: 0;
  top: 150px;
  bottom: 250px;
  left: 0;
  
}

.cssNLCenter_SMART {
  background-size: cover !important;
  height: 100vh;
  top: 0px;
}


.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;
}

.cssLoginLines_SMART {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.cssTextoBienvenidaLogin p{
  color: white;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 80px;
  font-family: Arial;
  animation-name: cssanimationdown;
  animation-duration: 1s;
}


@keyframes cssanimationdown {
  0% {
      top: -100px;
  }
  100% {
      top: 80px;
  }
}

.cssTextoBienvenidaLogin div {
  position: relative;
  top: 30px;
  animation-name: cssanimationimgdown;
  animation-duration: 3s;
  /* animation-delay: 1s; */
  width: 260px;
  left: calc(50% - 130px);
}

@keyframes cssanimationimgdown {
  0% {
      top: -100px;
  }
  100% {
      top: 30px;
  }
}

.cssLoginCenter{
  width: 260px;
  height: 325px;
  margin: auto;
  position: relative;
  top: -18px;
  background: #fff;
  border-radius: 7px;
  -moz-box-shadow: 1px 2px 5px #333;
  -webkit-box-shadow: 1px 2px 5px #333;
  box-shadow: 1px 2px 5px #333;

}

.cssLoginCenter_SMART {
  top: 150px !important;
  z-index: 5;
}

/*.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: 75px;
  width: 100%;
  position: relative;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;


}

.cssImgLogo {
  width: 100%;
  height: 145px;
  background: rgba(0, 0, 0, 0) url("images/imgSmart.png") no-repeat center/ 180px;
  background-size: cover;
}
.cssLCBody{
  width: 100%;
  height: 151px;
  position: relative;
  float: left;
  top: -8px;
}
.cssLCBody > div{
  width: 70%;
  padding: 10px 0 2px 0;
  margin: auto;
}
.cssLInp01{
  width: 95%;
  padding: 4px;
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  font: 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  text-align: center;
  height: 17px;

}

.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: right;

}
.cssLBtn01{
  float: right;
  border-radius: 5px;
  cursor: pointer;
  color: white;
  border: none;
  font: 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
  width: 100%;
  padding: 8px;
  font-weight: bold;

}
.cssLBtn01:hover{
  cursor:pointer;
}

.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: 118px;

}


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

}
.cssLCFooter > div{
  width: 100%;
  margin: 5px 0 5px 0;
  font: 11px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-align: center;
  float: left;
  cursor: pointer;
  text-decoration: none !important;

}
.cssLCFooter > div:hover{
  
}

.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;
}
.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;
}
.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:#000;
}
.cssLCCenter ul li a:hover{
  text-decoration:underline;
  color:#333;
}	


.cssNLFooter{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  top: 450px;
}

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

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

.cssNLFIText ul{
  padding:0;
}

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


.cssNLFIText ul li b{	
  cursor:pointer;
  text-decoration:underline;
}

.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;
}


/*START Layer*/
.cssRUsers{
  width:100%;	
  position:absolute;
  z-index:100;
}

.cssRUInt{
  width:600px;
  height:460px;
  box-shadow: 2px 0 3px #949494;
  background:#fff;
  margin:auto;
  border:1px solid #949494;
  border-radius:5px;
  margin:auto;
  padding:0 20px 0 20px;
  position:relative;
  top:74px;
}

.cssOculta{
  display:none;
}

.cssRUIHeader{
  width:100%;
  padding:10px 0 10px;
  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:0 10px 0 0;
}

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

.cssRUICont{
  float:left;
  width:580px;
  margin-left:10px;
  border-top:1px solid #949494;
  height:377px;
}

.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{
  float:left;
  width:580px;
  margin-left:10px;
  border-top:1px solid #949494;
  height:377px;
}

.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:80%;
  padding:20px;	
  float:left;
  margin:50px 0 0 40px;	
  color:#777;	
}

.cssCS01{
  width:200px;
  height:128px;
  float:left;
  background:url(images/imgSoporte.jpg);
  border:1px solid #ccc;
  border-radius:4px;
  margin-right:10px;
}

.cssCS02{
  width:200px;
  float:left;	
}

.cssCS02 h2{
  font:18px/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*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 #F0F0F0 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-image:url(images/bgHeaderContra.png);*/
  border-bottom:1px solid #ccc;
}

.classLeftContra{
  width:85%;
  height:29px;
  float:left;
  background:transparent !important;
}


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

.classRightContra{
  width:15%;
  height:29px;
  float:left;	
  background-image:url(../Home/images/closeBlank.png);
  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:url(../Home/images/bgBtn001.png) no-repeat center;
  border:none;
  border-radius:2px;
  cursor:pointer;
  color:#000;
  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 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  position: relative;
  left: 35px;
  color: #555;
}

.cssCheckRemember{
  position: relative;
  top: -5px;
  left: 38px;
}

/*=========================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: 50%;
              left: 28%;
}
  .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==============*/

.form-container-enh{
  position: relative;
  /*float: left;*/
  background: #f7f7f7;
  border-radius: 8px;
  width: 320px;
  height: auto;
  overflow: auto;
  overflow-y: hidden;
  max-height: 500px;
  margin: auto;
}

.cssContainerFormEmNH{
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
}

/*
Aviso de bloqueo de cuenta por falta de pago
*/

.container {
  height: auto;
  position: relative;
  border: 1px solid #000000;
  text-align: center;
  font-family: Calibri, sans-serif;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.img_warning {
  background: url('images/warning.jpg') no-repeat 0 0 /100%;
  height: 70px;
}

.text_container {
  padding: 0rem 1rem 1.2rem 1rem;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.cssCerrarModalLogin {
  background: url(images/btnCerrar.png) no-repeat center / 13px;
  position: absolute;
  top: 107px;
  right: 39%;
  width: 15px;
  height: 15px;
  cursor: pointer;
  filter: invert(1);
  z-index: 10;
}
/*
Fin de aviso de bloqueo de cuenta
*/