/*
355
665
75%
*/
html
{
   height:100%;
   width:100%;
}
body
{
   padding:0px;
   margin:0px;
   background-color:#EEEEEE;
   height:100%;
   width:100%;
   text-align:center;
   font-family:'Raleway';
   font-size:14px;
   color:#000000;
}
.blockbg
{
   position:absolute;
   height: 100%;
   width: 100%;
   left:0px;
   top:0px;
   z-index:998;
   animation: none !important;
}
.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}
.loader:after,.loader:before{box-sizing:border-box;display:none}
.loader.is-active{background-color:rgba(255,255,255,.3);width:100%;height:100%;left:0;bottom:75px}
.loader.is-active:after,.loader.is-active:before{display:block}
@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
@keyframes blink{0%{opacity:.5}to{opacity:1}}
.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}
.loader[data-text=""]:before{content:"Loading"}
.loader[data-text]:not([data-text=""]):before{content:attr(data-text)}
.loader[data-text][data-blink]:before{animation:blink 1s linear infinite alternate}
.loader-default[data-text]:before{top:calc(50% - 63px)}
.loader-default:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #02294C;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}
.loader-default[data-half]:after{border-right-color:transparent}
.loader-default[data-inverse]:after{animation-direction:reverse}
#idx_loader
{
   position:absolute;
   width: 50%;
   max-width:260px;
   height: 90px;
   left:25%;
   top:40%;
   font-family:Arial;
   font-size:14px;
   color:#FFFFFF;
   text-align:center;
   border-radius: 10px;
   z-index:999;
}
.banner
{
   background-image:    linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,url(/images/FOTO-3.jpg);
   background-size:     cover;
   background-repeat:   no-repeat;
   background-position: center center;
   min-height:50%;
}
.msgerr
{
   padding:10px;
   border-radius:3px;
   background-color:#B82F3A;
   color:#FFFFFF;
   font-family:'Raleway';
   font-size:14px;
   animation: seconds 1.0s forwards;
   animation-iteration-count: 1;
   animation-delay: 3s;
   border-radius: 10px;
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
.logo
{
   width:50%;
   max-width:320px;
}
.login_title
{
   font-family: 'Raleway';
   color: #02294C;
   font-size: 5vw;
   font-weight:bold;
}
.login_subtitle
{
   font-family: 'Raleway';
   color: #02294C;
   font-size: 5vw;
}
.formtext
{
   border:0px;
   outline:none;
   border-radius:10px;
   text-align:left;
   font-family:'Raleway';
   font-size:16px;
   line-height: 20px;
   height: 40px;
   max-width: 630px;
   background-color:#FFFFFF;
}
.formtext:active, .formtext:focus
{
   box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2);
   -webkit-transition:all 200ms linear 0s;
   -moz-transition:all 200ms linear 0s;
   -o-transition:all 200ms linear 0s;
   -ms-transition:all 200ms linear 0s;
   transition:all 200ms linear 0s;
}
.button
{
   border:0px;
   outline:none;
   border-radius:10px;
   padding:12px;
   text-align:center;
   font-family:'Raleway';
   font-size:16px;
   background-color:#71A83C;
   color:white;
   cursor:pointer;
   max-width: 630px;
}
.xform_b
{
   font-family:'Raleway';
   font-size:16px;
   color:#71A83C;
}
.xform
{
   position:absolute;
   width: 550px;
   max-width: 85%;
   background-color: #FFFFFF;
   border-radius:20px;
   padding:12px;
   font-family:'Raleway';
   font-size:16px;
   color:#666666;
   left: 0;
   right: 0;
   margin: auto;
   box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.homeitem
{
   background-color: #FFFFFF;
   margin-bottom: 20px;
   margin-top: 10px;
   border-radius: 10px;
   padding: 10px;
   font-family: 'Raleway';
   font-size:16px;
   text-align: left;
   line-height: 24px;
   box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);
   max-width: 600px;
   min-height: 120px;
}

.msg_save_ok
{
   color:#54A05A;
}
.msg_save_err
{
   color:#DD4751;
}
.mainapp_bottom
{
   background-color: #FFFFFF;
   border-top:1px solid #CCCCCC;
   height: 75px;
   animation: none !important;
   position:fixed;
   bottom:0px;
   left:0px;
   width:100%;
   color:#999999;
   box-shadow: 0px 0px 30px 6px rgba(0,0,0,0.1);
   z-index:10;
}
.mainapp_bottom_chat_icon
{
   background: url(chat_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_chat_icon_a
{
   background: url(chat_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_cubrir_icon
{
   background: url(cubrir_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_cubrir_icon_a
{
   background: url(cubrir_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_contact_icon
{
   background: url(contact_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_contact_icon_a
{
   background: url(contact_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_balance_icon
{
   background: url(balance_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_balance_icon_a
{
   background: url(balance_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_encuesta_icon
{
   background: url(null_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_encuesta_icon_a
{
   background: url(null_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_enc_icon
{
   background: url(encuesta_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_enc_icon_a
{
   background: url(encuesta_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_auth_icon
{
   background: url(auth_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_auth_icon_a
{
   background: url(auth_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_profile_icon
{
   background: url(profile_icon.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_profile_icon_a
{
   background: url(profile_icon_a.png);
   background-size: 42px 42px;
   background-repeat: no-repeat;
}
.mainapp_bottom_txts
{
   color: #999999;
   font-family:Arial, sans-serif;
   font-size:12px;

}
.buttonred
{
   background-color:#D14646;
   color:#FFFFFF;
   border: 1px solid #D14646;
   border-radius: 3px;
   text-align:center;
}