
/* ############			GENERAL			##################### */


.color_widget_default{
	color: #062753;
}

.color_widget_0{
	color: #062753 !important;
}

.color_widget_1{
	color: #00b1f5 !important;
}

.titulo_widget{
	padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.caja_login{
	border-radius:30px;
	background-color:#8bb6d3 !important;
}

.bordes_titulo_login{
	border-top-left-radius:30px; 
	border-top-right-radius:30px;
	background-color:#8bb6d3 !important;
	border-bottom: 2px solid white !important;
	
}

.botones_login_danone {
    background-color: white !important;
    color: #062753 !important;
}

.subtitulo_widget{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.valor_widget{
	padding-top: 5px;
	padding-bottom: 5px;
}

.background_gray{
	background-color: #ebebeb;
}

.nopad{
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #0c5195;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.w2{
	width: 2%;
}

.p-warn {
    font-size: 15px;
    color: red;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0c5195;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.p-top0{
	padding-top: 0px !important;
}
.pads-pol{
	padding-top: 1vh;
    padding-bottom: 1vh;
}
.m_top3{
	margin-top: 3vh;
}



.error_login,.form_error_msg{
	color: red;
}
.form_error_msg > ul{
	list-style-type: none;
}

#acceptPrivacidad{
	color:white;
}
.pol-pep{
	position: absolute;
    top: 10vw;
    display:none; 
    background-color: white;
   
}

body{
	font-family: 'Open Sans', sans-serif !important;
}

button {
    border: none;
}

.pad-top{
	padding-top: 10vw;
}

.note{
	font-size: 12px;
    color: #000;
}

.p-pass{
	font-size: 20px;
    color: #0c5195;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}
.w-80{
	width: 80%;
}

.pad-8{
	padding-top: 8vh;
    padding-bottom: 8vh;
}

h2{
	color: #0d559d;
    border-bottom: 2px solid #0d559d;
    padding-bottom: 10px;
    font-size: 28px;
    width: fit-content;
    font-weight: bold;
}

h3{
	color: #0d559d;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    font-weight: bold;
}

h4{
	color: black;
    border-bottom: 2px solid #0d559d;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-weight:bold;
    font-size: 18px;
}

h5 {
	color: white;
	font-size: 18px;
    margin-top: 0px;
    font-weight:bold;
   /* width: fit-content;*/
    padding-bottom: 8px;
    border-bottom:3px solid #1f4693;
}

h6{
	color: black;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid red;
    width: fit-content;
    margin-bottom:20px;
}

.form_error_msg ul {
	padding-left:0;
}

p{
	font-size: 16px;
	color: #000;
    padding-top: 10px;
    padding-bottom: 5px;
}

.color_inv{
	color: #ffffff;
	background-color: #0d559d;
	margin-bottom: 15px;
	padding-top: 20px;
    padding-bottom: 20px;
}

.widget_saldo{
	line-height: 25px;
    font-size: 15px;
    padding-top: 10px;
    color: #0d559d;
}

.datos_widget {
	color: #0d559d;
}

.datos_widget_b {
	color: #0d559d;
	font-weight: bold;
}

.box_shadow{
	
	border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px 0px 14px #888888;
    margin-top: 120px;
    background-color: white;
    margin-bottom: 10vh;
}


/* ############			BOTONES			##################### */

.botones_hlycard {
	background-color: #062753;
	color: #FFFFFF;
}

.botones_hlycard:hover {
	background-color: #45698d;
	color: #FFFFFF;
}

.botones_hlycard::label {
	color: #FFFFFF;
}

.botones_hlycard {
	display: block;
	border-radius: 6px;
	/*font-weight: bold;*/
	width: 100%;
	height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}


.botones_hlycard::label {
	font-weight: bold;
}


/* ############			FORMULARIOS			##################### */

.input_form{
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 15px 6px 15px;
    height: auto;
}




.input_form_filter{
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 15px 6px 15px;
    border: 1px solid #979797;
    border-radius: 12px;
    height: auto;
}

.drop-zone{
	height: auto;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #5a5a5a;
    border: 2px dashed #979797;
    border-radius: 4px;
    background-color: #ffffff;
}
   
.drop-zone--over{
	border-style:solid;  	
}
   
.drop-zone--input{
	display: none !important;
}
.drop-zone--thumb {
	
}
   
.drop-zone--thumb::after{
	content: attr(data-label);
}

.g-recaptcha {
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	margin-top: 12px;
}

.recuadro{
	border: 1px solid #979797;
}

.header_aviso{
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

input[type=checkbox]{
    width: 20px;
    height: 20px;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(5px);
}

/* ############			TABLAS			##################### */

.table {
    text-align: center;
}

thead {
    text-align: center;
}

th {
    text-align: center;
}

td {
    font-size: 15px;
}

.green {
	color: #57b319;
}

.yellow {
	color: #b9811b;
}

.red {
	color: #ff0000;
}

.grey {
	color: #858585;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(31, 70, 147, 0.1);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-bottom: 1px solid red !important;
}

.td_image{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.w-icon{
	width: auto;
    height: 20px;
    width:20px;
    cursor: pointer;
    vertical-align:top;
}

.pdf-icon{
	width: auto;
    height: 30px;
    cursor: pointer;
}

.cliente-onoff {
	position: relative;
	display: inline-block;
	vertical-align: middle !important;
	padding-bottom: 5px;
}

.datos_semitabla{
	padding-bottom: 15px;	
}


.pagination{
	margin-top: 0px;
	margin-bottom: 0px;
}

.scroll_tablas {
	overflow-x: auto;
}

.margin_cajas_fin {
	margin-top:18vh;
}

/* ############			HEADER			##################### */

.logo_client {
    height: 100px;
    width: auto;
    padding-left: 15px;
}

.menu{
	padding-top: 25px;
}
.navbar {
    min-height: 70px !important;
    background-image: none;
    background-color: white;
    color: #0d559d;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0px 0px 14px #888888;
}

.navbar-nav > li > a {
	color: #6b6b6b;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.navbar-inverse .navbar-nav>li>a {
    color: #6b6b6b;
}
.navbar-default .navbar-nav>li>a {
    color: #6b6b6b;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0d559d;
    background-color: transparent;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0d559d;
    background-color: transparent;
    font-weight: bold;
}

.margen_body{
	margin-top: 100px;
}
	
.margen_modals{
	margin-top: 150px;
}
	
.navigation{
	margin-bottom: 5vw;
}


.links_menu_left {
	color: #0d559d;
	font-size: 16px;
	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.4;
}

.selected_navbar{
	font-weight: bold !important;
}

ul li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

ul li a:visited {  
    background-color: rgba(255, 255, 255, 0.2);
}

.header_img{
	width: 100%;
	padding: 0;
}

.fw_normal{
	font-weight: normal !important;
}

.sinNegrita {
	font-weight: normal !important;
}

/* ############			FOOTER			##################### */

.correccion_fixed_footer{
	height: 120px;
}

.footer {
    min-height: 70px !important;
    background-image: none;
    background-color: white;
    color: #062753;
    border-top: 2px solid #dc0020;
}

.footer > li > a {
	color: white;
}

.links_footer {
    color: #062753 !important;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
}

.logo_footer {
    height: 100px;
    width: auto;
}

.menu_footer{
	padding-top: 25px;
}

.footer_links>li>a:hover {
    text-decoration: none;
    background-color: white; 
    font-weight:bold ;
}

.footer_links>li>a:focus{
	background-color: white; 
}

/* ############			LOGIN			##################### */
.body_login{
	min-height: 91vh;
    background-image: url(../img/fondo_login_danone.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}



/* ############			MODALES			##################### */

.modal-header {
	background-color: #062753;
}

.btn_pepsi {
	background-color: #0d559d;
	padding: 10px;
	
}

.link_modal{
	color:white;
}

.margin_modal {
	margin-top:10vh;
}



/* ############			AJUSTES			##################### */


.padding_bot_4vh {
	padding-bottom: 4vh;
}

.margin_bot_16px {
	margin-bottom: 16px;
}

.margin_top_16px {
	margin-top: 16px;
}

.no_pads{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no_pad_right{
	padding-right: 0px !important;
}

.no_pad_left{
	padding-left: 0px !important;
}

.zero_pads{
	padding: 0px !important;
}

.pads_top_bot{
	
	padding-top: 20px;
	padding-bottom: 20px;
}

.margin_2vh{
	margin-bottom:2vh;
}

.margin_bot_4vh{
	margin-bottom:4vh;
}

.margin_4vh{
	margin-top:4vh;
}

.margin_top_1vh {
	margin-top:1vh;
}

.margin_right_icons {
	margin-right: 5px;
}

.texto_acepto_tarjeta {
    font-weight: bold !important;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

a:focus, a:hover {
    text-decoration: none;
}


.cliente-onoff {
	width: 30px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

#buttonVolver{
	cursor:pointer;
}

/* ############			INCENTIVOS			##################### */

.canal-container{
	display: flex;
}

.campaign-container{
	display: flex;
}


/* ############			RESPONSIVE			##################### */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	/* ############			HEADER			##################### */
	
	.menu{
		padding-top: 20px;
	}
	
	.links_menu_left {
		font-size: 14px;
	}
	
	.logo_client {
    	height: 90px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/* ############			HEADER			##################### */
	
	.menu{
		padding-top: 10px;
   		padding-left: 0px;
	}
	
	.menu_footer{
		padding-top: 30px;
   		padding-left: 0px;
	}
	
	.links_menu_left {
		font-size: 12px;
	}
	
	.logo_client {
    	height: 65px;
    	padding-left: 0px;
	}
	
	.nav>li>a {
	    padding: 10px 8px;
	}
	
	.footer>li>a {
		padding: 10px 8px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.w2{
		width: 5%;
	}
	.box_shadow {
	    border-bottom: 1px solid #d8d8d8;
	    box-shadow: 0px 0px 14px #888888;
	    margin-top: 100px;
	    background-color: white;
	}
	
	.margin_cajas_fin {
		margin-top:12vh;
	}

	.links_menu_left {
	    font-size: 15px;
	}
	
	.pol-pep{
	    top: 0vw;
	   
	}
	
	.padding_mov_15 {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.menu{
		padding-top: 1.5vw;
	}
	
	.menu_footer{
		padding-top: 0px;
	}
	
	.footer_links>li>a {
		padding: 2px;
	}
	
	.margin_modal {
		margin-top:1vh;
	}
}

@media only screen and (max-width : 767px) {
	.margin_top_mvl {
		margin-top:10px;
	}
	
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}



