<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Document   : styles
Created on : 14-mar-2014, 16:05:08
Modified on: 8-ene-2015
Author     : benat
Description:
Purpose of the stylesheet follows.
*/

root {
    display: block;
}

#header {
	background-color: #fff;
	padding: 15px 0px 15px 25px;
	margin:15px;
    
    display:flex;
    justify-content: space-between;
    margin: 25px;
}

#header .lang{
    display: flex;
    height: 28px;
    align-self: end;
    border-bottom: solid 1px #666;
}
#header .lang input{
    display:none;
}

#header .lang .lang_text{
    margin: 5px 10px 10px;
}

#header .lang .lang_element{
    margin: 0;
    padding: 4px 2px;
    background: #eee;
}

#header .lang .lang_element.lang_selected ,#header .lang .lang_element:hover{
    background: #666;
}

#header .lang .lang_element.lang_selected a, #header .lang .lang_element:hover a{
    color: #fff;
    text-decoration: none;
}

#header .lang .lang_element a{
    color: #666;
    font-weight: bold;
    padding: 5px 10px;
}

#header .lang .lang_element.lang_element_left{
    border-radius: 5px 0 0 0;
    border-right: 1px solid white;
}

#header .lang .lang_element.lang_element_right{
    border-radius: 0 5px 0 0;
}

#advanced-form #datuen_legea{font-size: 12px;}
#advanced-form #datuen_legea strong.title{text-decoration: underline;}


.wizard &gt; .steps .nuevo_contrato_socio{
    margin-top: 20px;
}
.wizard &gt; .steps .nuevo_contrato_socio a{
    padding: 0.6em;
    color: #444;
    text-align: center;
    border: solid 1px #666;
}
.wizard &gt; .steps .nuevo_contrato_socio a:hover{
    color: #fff;
    border: solid 1px #fff;
    background:#666;
}

@media screen and (max-width: 450px) {
    #header{
        padding: 0 !important;
    }
    #header img {
        max-height: 50px !important;
    }
}

.wizard &gt; .content &gt; .body input[type="checkbox"], .wizard &gt; .content &gt; .body input[type="radio"] {
    display: inline;
}

input[type=radio]:not(old){
  width     : 1.5em;
}


@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url("font/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff") format('woff');
}

body {

    font-family: 'OpenSans', sans-serif;
    text-rendering: optimizelegibility;
    color: #333333;
    font-size: 14px;
    line-height: 18px;
    /*background-color: #fff;*/
}

h1{
    font-size: 25px;
    border-bottom: solid 1px #ddd;
    margin-bottom:40px;
}

label.pointer{
    cursor:pointer;
}

a {
	color: #009098;
	text-decoration: none;
}

section{
    width: 95%;
    margin-left: 5%;
}

legend.labelStyles{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.wizard .form-group{
    margin-bottom:20px;
}

label.inline, div.inline{
    display:inline-block;
}

.wizard fieldset{
    margin-bottom:10px;
}

.steps a{
    background-color: #fff;
}

.wizard &gt; .steps .done a,
.wizard &gt; .steps .done a:active{
    background-color: #fff;
    color: #333;
}

.wizard &gt; .steps .current a,
.wizard &gt; .steps .current a:hover,
.wizard &gt; .steps .current a:active{
    background-color: #666 ;
}

.wizard &gt; .steps .done a:hover{
    background-color: #999;
}
.wizard &gt; .content{
    background-color: #fff;
}

.wizard &gt; .actions a {
    background: #fff;
    color:#333;
    border: 1px solid #666;
}

.wizard &gt; .actions .disabled a, .wizard &gt; .actions .disabled a:hover, .wizard &gt; .actions .disabled a:active {
	background: #eee;
	color: #666;
	border: 1px solid #aaa;
}

.wizard &gt; .actions a:hover, .wizard &gt; .actions a:active{
    background: #666;
    color:#fff
}

fieldset legend {
    font-size: 20px;
    padding: 10px;
}

.wizard.vertical &gt; .steps {
  max-width: 280px;
}

.wizard &gt; .content &gt; .body {
    position: relative;
    padding-top: 0;
}

.wizard.vertical &gt; .actions {
  text-align: center;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}

.popover-title{
    display: none;
}

.popover {background-color: #FF5F5F;}

.popover.right .arrow{
  border-right-color: #FF5F5F;
}

hr{
  height: 10px;
  background-color: white;
}

h2 {
  font-size: 18px;
  line-height: 40px;
}

h2 {
  font-size: 16px;
}

#lastSection{
    width: 50%;
    margin-left: 25%;
}
.wizard &gt; .content &gt; .body #TRANSFERENCIA.ibanList li{
    list-style: none !important;
}
.wizard &gt; .content .ibanList .margin-bot{
    margin-bottom:20px;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
  background-color: #FFC9C8;
}

.wizard &gt; .content &gt; .body label.error {
    color: #f00;
}

.wizard &gt; .content &gt; .body .control-group select {
    display: block;
}

.control-group.error label, .control-group.error legend{
    color: #b94a48;
}
.control-group.success label, .control-group.success legend{
    color: #468847;
}

.control-group.success input, .control-group.success select, .control-group.success textarea {
  background-color: #DAEDDA;
}

.btn-primary, .btn-success {
	background-image: -webkit-linear-gradient(top,#999999 0,#333333 100%);
	background-image: -o-linear-gradient(top,#999999 0,#333333 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#999999),to(#333333));
	background-image: linear-gradient(to bottom,#999999 0,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff333333', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #222222;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #222222;
    background-position: 0 -15px;
}

.wizard .actions input[type="submit"]{
    background: #fff;
    color: #333;
    border: 1px solid #666;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 5px;
}

.wizard .paso_contacto .telefonoText{
    font-style:italic;
    font-size: 13px;
}

.wizard .steps ul .done a{
    cursor: pointer !important;
}

.component_select_direccion2 #initial{
    width: initial;
}

.wizard &gt; .steps .disabled a, .wizard &gt; .steps .disabled a:hover{
    color: #666;
}

.wizard &gt; .steps .current a{color: #fff;}

.wizard #GIRO .ejemploIban{
    font-style:italic;
    font-size: 13px;
}

#header img{
    max-height: 72px;
}

#loading_blocker{
    display: block;
    position: absolute;
    z-index: 1000;
    background: white;
    text-align: center;
    width: 100%;
    height: 100%;
}

#form-3 .content .panel-danger, #form-4 .content .panel-danger{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#form-3 .content .panel-danger .panel-heading , #form-4 .content .panel-danger .panel-heading{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 15px;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#form-3 .content .panel-danger .panel-body, #form-4 .content .panel-danger .panel-body{
    padding: 15px;
    text-align:center;
    background: #f8d7da;
    font-weight: bold;
    color: #721c24;
    border-color: #f5c6cb;
}
#form-3 .content .panel-danger .panel-body li, #form-4 .content .panel-danger .panel-body li{
    list-style:none !important;
}

/*alta contrato */
.cambio_titular_contrato{display:none;}

@media (max-width: 767px){
	body {
	    padding-left: 0px;
	    padding-right: 0px;
	}

	.wizard.vertical &gt; .steps {
		display: none;
	}
	.wizard.vertical &gt; .content {
		width: 100%;
		margin: 0px;
	}
    section{
        width: 100%;
        margin-left: 0;
    }
}</pre></body></html>