﻿body {
    padding-top: 86px!important;
}

.texto-alerta-agrandado {
    font-size: 16px;
}

input.placeholder {
  color: #aaa;
}

.texto-titulo-oferta {
    font-size: 30px;
    color: #000000;
}

.texto-fechahasta-oferta {
    font-size: 12px;
    color: #000000;
    /*font-weight: bold;*/
}

.info-text
{
    font-size:12px;
    color: #FF7900;
}
p.smallp {
    line-height: 0.3;
}

.small-text {
    font-size: 10px;
    color: #000000;
}
.index_img
{
    width:120px;
    height:120px;
}
.btn_faq 
{
    background:url("../img/bg-login-header.png") 0px 0 repeat-x #DADEE0;
    border:1px solid #A8AFBA;
    border-radius:5px;
    color:#373D45;
    display:block;
    height:34px;
    line-height:13px;
    margin-top:26px;
    margin-right:40px;
    transition:all 0.2s linear;
}
.btn-reset-pass
{
    width: 200px;
    color: #fff;
    background-color: #FF7900 !important;
    border-color: #CB5E02 !important;
}
.ze-header {
    min-height: 400px;
    background: url("../img/portada.jpg") left center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.tagline {
    color: #FF7900;
    font-size:20px !important;
}
.img-center {
    margin: 0 auto;
}
footer {
    margin: 50px 0;
}
.wrapper {	
	margin-top: 10px;
    margin-bottom: 10px;
    /*height:200px;*/
}
.form-signin {
    max-width: 380px;
    min-height:330px;
    padding: 1px 35px 1px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);  
    display: inline-block;
}
.form-signin-heading, .checkbox {
    margin-bottom: 20px;
}
.checkbox {
    font-weight: normal;
}
.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);
    top: 0px;
    left: 0px;
}
&:focus {
    z-index: 2;
}
input[type="text"] {
    margin-bottom: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
input[type="password"] {
    margin-bottom: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-login {
    color: #fff;
    background-color: #FF7900 !important;
    border-color: #CB5E02 !important;
}
.btn-login:hover {
    background-color: #CB5E02 !important;
    border-color: #FF7900 !important;
}
.white-bg {
    background-color:#ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height:340px;
}
#errors
{
    height:20px;
    margin-top:10px;
    font-size:10px;
    font-weight:bold;
    color:#FF3333;
    text-align:center;
}
.navbar-1
{
}
.navbar-2
{
    margin-top:56px;
    z-index:2;
}
.ContentTitle
{
    font-weight:bold;
    color:#FF7900;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}
.modForm 
{
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mid-table
{
    width:50%;
    margin: 0px auto;
    float: none;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
  
@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}
/* PARA CAMPAÑAS, intentando corregir el responsive
@media screen and (min-width: 1010px){
            .rwd-break { display: none; }
        }
*/
@media screen and (min-width: 1090px) {
    .rwd-break {
        display: none;
    }
}
.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
#loader 
{
    display:none;
    z-index:-10000;
}
.loading
{
    visibility:visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 10000;
}
.loaded
{
    display:none;
    z-index:-10000;   
}
.centered-loader
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/******************************************/
/* Estilos de navbar basados en ancho de pantalla */
@media (max-width: 1090px) 
{
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        /*border-top: 1px solid transparent;*/
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/* Default ancho minimo 1010px */
@media (min-width: 1090px)
{
    .navbar-default {
        background-repeat: repeat !important;
        background-image: url("../img/bg-header.gif");
    }
    .navbar-nav > li > a {
        padding-top:4px !important; 
        padding-bottom:0 !important;
        color:#373D45 !important;
        height: 86px;
    }
    .navbar {
        min-height:86px !important;
    }
    .navbar-nav li
    {
        font-family:Arial, Helvetica, sans-serif;
        vertical-align:baseline;
        border-left:1px solid #B8B7B6;
        box-shadow:#FFFFFF 0 0 4px inset;
        color:#373D45 !important;
        display:block;
        font-size:14px;
        font-weight:bold;
        height:86px;
        padding:35px 13px 0;
        text-decoration:none;
        transition:all 0.1s ease-in;
    }
    .topmenu {
        /*modificado en campañas
            margin-left:239px;*/
        margin-left: 120px;
    }
    .userbar
    {
        line-height:20px !important;
        vertical-align: middle !important;
        display: inline-block !important;
        margin-top:20px;
        margin-right:20px;
        height:65px;
    }
    .dropdown ul
    {
        list-style-type: disc !important;
        list-style-position: inside !important;
        padding-left:0;
    }
    .dropdown li
    {
        height:auto !important;
        line-height:normal !important;
        padding:0;
        width:300px;
        display:inline-block!important;
        margin-left: 0;
        height:50px!important; /* Agregado por solicitud de Itau 20/09/2017 */
    }
    .dropdown li a 
    {  
        margin-top:15px; /* Agregado por solicitud de Itau 20/09/2017 */
    }
    .navbar-nav:link
    {
        color:#373D45 !important;
    }
    .navbar-brand
    {
        line-height:0 !important;
        padding:0 !important;
    }
    .logo
    {
        margin-top:18px;
        margin-left:15px;
    }
}
/* Especial modo collapse, ancho minimo 1010px */
@media (max-width : 1090px) {
    .navbar-default {
        background-repeat: repeat !important;
        background-image: url("../img/bg-header-collapse.gif");
    }
    .navbar-nav > li > a {
        padding-top:4px !important; 
        padding-bottom:0 !important;
        color:#373D45 !important;
        height: 86px;
    }
    .navbar {
        min-height:86px !important;
    }
    .navbar-nav li
    {
        font-family:Arial, Helvetica, sans-serif;
        vertical-align:baseline;
        color:#373D45 !important;
        display:block;
        font-size:14px;
        font-weight:bold;
        height:50px;
        padding:35px 13px 0;
        text-decoration:none;
        transition:all 0.1s ease-in;
    }
    .topmenu
    {
        margin-left:20px;
    }
    .dropdown-menu
    {
        margin-top:10px!important;
    }
    .dropdown ul
    {
        list-style-type: disc !important;
        list-style-position: inside !important;
        padding-left:0;
    }
    .dropdown li
    {
        height:auto !important;
        line-height:normal !important;
        padding:0;
        width:300px;
        display:block !important;
        margin-left: 0;
    }
    .dropdown li a 
    {  
        vertical-align:middle !important; 
    }
}
#submenu_responsivo{
	height: auto;
    /*max-height: auto;*/
    overflow-x: hidden;
}

/* NavBar Styles on different media width */
/******************************************/
label.error {
    color: #a94442 !important;
}
.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #CB5E02;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
.navbar-brand > img {
    display: block;
    width: 48px !important;
}

.inner-addon {
    position: relative;
}

.inner-addon .glyphicon {
    position: absolute;
    padding 10px;
    /*pointer-events: none;*/
}

.right-addon .glyphicon { right: 10px; top 10px;}

.right-addon input { padding-right 30px;}