﻿body {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	margin:0;
    background-color:#eeeeee !important;
}   

.container {
	width: 85%;
	max-width: 850px;
	margin: 0 auto;
}

.header {
	background:#1BAFCD;
	color:black;
	padding: 0.5rem 0;
	position:fixed;
	left:0;
	top:0;
	right: 0;
    z-index: 1;
}

.header a {
	color:black;
	text-decoration:none;
}

.portal-asamblea-saldo {
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
}

.portal-asamblea {
    font-weight:bold;
}

.portal {
    display:block;
}

.asamblea {
    display:block;
}

.saldo {
    display: flex;
    align-content: space-between;
    align-items: center;
    width: 25%;
    margin-bottom: 0.3em;
}

.btnCargarSaldo {
    text-transform: uppercase;
    
}

.textbox {
    border-radius:5px;
    border:none;
    text-align:center;
}

.txt {
    border: 2px solid;
    border-color: lightblue;
}
.menu {
    
}

.logo {
	letter-spacing: 15px;
	font-size:1.4em;
    width: 5%;
}

.navegador {
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
    border: 3px solid;
    border-color: #1F7DA3;
    border-radius: 5px;
    background: #1C96C8;
    padding: 0 2rem;
}

.navegador ul {
	padding: 0;
	margin: 0.2em 0;
	list-style: none;
    text-align:right;
}

.navegador ul li {
	display:inline-block;
    width: 20%;
    box-shadow: 1px 1px grey;
}

.navegador ul li a {
	display:block;
	padding: 0.5rem 1rem;
	transition: all 0.4s linear;
	border-radius: 5px;
    text-align:center;
}

.navegador ul li a:hover {
	background:#0555B6;
    text-decoration:none;
    color:white;
}

.main {
    margin: 10rem 0 2rem 0;
    
}

.footer {
	background:#f2f2f2;
	padding: 1rem 0;
	text-align: center;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
}

/*Matuk*/

.sinpad {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-barra{
    width:100%;
    height:88px;
    /*background-color:lightblue;*/
}

.logo-barra img{
    margin:auto;
    display:block;
    padding-top:25px;
}

.top-derecha {
    height: 60px;
    background-color: #00446c;
    width: 100%;
}

.columna-izquierda {
  position: fixed;
  width: 20%;
  height: 100vh;
  background: #0d5784;
  font-size: 0.65em;
}

.columna-derecha {
  position: relative;
  width: 80%;
  float: right;
  height: 100vh;
  background-color:#eeeeee;
} 
  
.columna-derecha .contenedor-gral {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.botonera-lateral ul{
    margin:0px;
    padding:0px;
}

.botonera-lateral ul li{
    list-style:none;
}

.botonera-lateral li a{
    color: #fff;
    font-size:14px;    
    padding:12px 20px;
    display: block;
    border-left:6px solid #0d5784;    
    font-weight:500;
}

.botonera-lateral li a:hover{
    text-decoration:none;
    border-left:6px solid #00446c;
    background-color:#00446c;
    color: #80cdff;
}

.botonera-lateral li a img{
    margin-right:6px;
}

.botonera-lateral li a img:hover{
    color:#000;
}


.botonera-lateral li a.active{
    text-decoration:none;
    border-left:6px solid #1BAFCD;
    background-color:#00446c;
    color: #80cdff;
}

/*.botonera-lateral li a:last-child {
  border-bottom:0px;
}*/




.footer-lateral{
    position: absolute;
    bottom: 0;
    height: 65px;
    width: 100%;
    background-color:#80cdff;
}

.footer-lateral a{
    text-align:center;
    color:#00446c;
    font-size:15px;
    display:block;
    padding-top:10px;
}

.footer-lateral a:hover{
    text-decoration:none;
}

.version{
    margin-top:3px;
}

.version p{
    text-align:center;
    font-size: 12px;
    color:#000;
}

.box-user-barra{
    background-color:#004f7c;
    height:99px;
    padding-left:30px;
    margin-bottom:10px;
}

.foto-perfil-lateral{
    float:left;
    width:72px;
    margin-right:15px;
}

.foto-perfil-lateral img{
    padding-top:12px;
    display:block;
}

.datos-perfil-lateral{
    float:left;
    padding-top:25px;
}

.datos-perfil-lateral p{
    color:#fff;
    margin-bottom:0px;
    font-size:15px;
    font-weight:400;
}

.datos-perfil-lateral span{
    color:#fff;
    margin-bottom:5px;
    font-size:13px;
    font-weight:400;
    display:block;
}

.barra-titulo-seccion{
    background-image: url("../../Images/bg-titular.jpg");
    height:159px;
    position:relative;
    width:100%;
    background-size:cover;
}

.barra-titulo-seccion h1{
    color:#fff;
    font-size:20px;
    margin-bottom:0px;
    font-weight:600;
    padding-left:40px;
    padding-top:40px;
}

.barra-titulo-seccion h1 img{
    margin-right:6px;
}

.barra-titulo-seccion p{
    color:#fff;
    font-size:14px;
    font-weight:400;
    padding-left:84px;
}

.barra-titulo-seccion label{
    color:#fff;
    font-size:14px;
    font-weight:400 !important;
    padding-left:84px;
}

.barra-titulo-seccion span{
    color:#fff;
    font-size:14px;
    font-weight:600;
}

.contenedor-seccion {
    min-height: 400px;
    margin: -40px 40px 40px 40px;
    background-color: #fff;
    position: relative;
    padding: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;
}

.form-group span{
    font-size:13px;
    font-weight:400;
    color:#64696b;
}

.contenedor-seccion .form-control{
    font-size:13px;
    color:#333;
}


.contenedor-seccion::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9c9c9c !important;
  font-size:15px !important;
}
.contenedor-seccion::-moz-placeholder { /* Firefox 19+ */
  color: #9c9c9c !important;
  font-size:15px !important;
}
.contenedor-seccion:-ms-input-placeholder { /* IE 10+ */
  color: #9c9c9c !important;
  font-size:15px !important;
}
.contenedor-seccion:-moz-placeholder { /* Firefox 18- */
  color: #9c9c9c !important;
  font-size:15px !important;
}


.btn-primario{
    font-size:14px;
    color: #fff;
    background-color:#0d5784;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:10px 25px;
    border:0px;
    margin-top:10px;
    cursor:pointer;
}

.btn-primario:hover, .btn-primario:focus{
    color: #fff;
    background-color:#004f7c;
}


.btn-secundario{
    font-size:14px;
    color: #fff;
    background-color:#74bbe8;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:6px 25px;
    border:0px;
    margin-top:2px;
    cursor:pointer;
}

.btn-secundario:hover, .btn-secundario:focus{
    color: #fff;
    background-color:#6aacd6;
}


.btn-primario-chico{
    font-size:14px;
    color: #fff;
    background-color:#0d5784;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:6px 25px;
    border:0px;
    margin-top:2px;
    cursor:pointer;
}

.btn-primario-chico:hover, .btn-primario-chico:focus{
    color: #fff;
    background-color:#004f7c;
}


.btn-saldo{
    font-size:14px;
    color: #fff;
    background-color:#80cdff;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:6px 25px;
    border:0px;
    margin-top:12px;
    cursor:pointer;
}

.btn-saldo:hover, .btn-saldo:focus{
    color: #fff;
    background-color:#74bbe8;
}

.btn-terciario{
    font-size:14px;
    color: #fff;
    background-color:#00a286;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:10px 25px;
    border:0px;
    margin-top:10px;
    cursor:pointer;
}

.btn-terciario:hover, .btn-terciario:focus{
    color: #fff;
    background-color:#038e73;
}

.btn-importante{
    font-size:14px;
    color: #fff;
    background-color:#cc271f;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:6px 25px;
    border:0px;
    margin-top:2px;
    cursor:pointer;
}

.btn-importante:hover, .btn-importante:focus{
    color: #fff;
    background-color:#bc241d;
}

.btn-importante-big{
    font-size:14px;
    color: #fff;
    background-color:#cc271f;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:10px 25px;
    border:0px;
    margin-top:10px;
    cursor:pointer;
}

.btn-importante-big:hover, .btn-importante-big:focus{
    color: #fff;
    background-color:#bc241d;
}


.btn-ver-tabla{
    font-size:14px;
    color: #fff;
    background-color:#00a286;
    border-radius:20px; /*Estandar*/
    -webkit-border-radius:20px; /*Safari y Chrome*/
    -moz-border-radius:20px; /*Firefox*/
    -o-border-radius:20px; /*Opera*/
    -ms-border-radius:20px; /*IE 8*/
    padding:10px 25px;
    border:0px;
    margin-top:0px;
    margin-right:40px;
    cursor: pointer;
}

.btn-ver-tabla:hover, .btn-ver-tabla:focus{
    color: #fff;
    background-color:#038e73;
}


.box-usuario-derecha{
    float:right;
    margin-right:25px;
    margin-top:13px;
}

.nombre-usario-top{
    color:#fff;
    font-size:13px;
    font-weight:400;
    float:right;
}

.nombre-usario-top p{
    color:#80cdff;
    font-size:13px;
    font-weight:500;
    padding-top:5px;
}

.foto-usuario-top{
    width:30px;
    height:30px;
    float:right;
    margin-left:10px;
}

.input-saldo{
    float:left;
    margin-right:20px;
    padding-top:12px;
}

.box-saldo{
    float:right;
    margin-right:30px;
}

.box-cargar-saldo{
    float:right;
}

.label-saldo{
    float:left;
    margin-right:10px;
}

.label-saldo span{
    color:#fff;
    display:block;
    font-size:14px;
    padding-top:18px;
}

input#txtsaldo {
    padding: 10px;
    height: 34px;
    width: 100px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.menuAsamblea .badge-primary{
    background-color:#0d5784;
    color:#fff;
}

.menuAsamblea .badge-info{
    background-color:#80cdff;
    color:#fff;
}

.menuAsamblea .container{
    margin-left:0px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}

.menuAsamblea .btn-info {
    color: #fff;
    background-color: #80cdff;
    border-color: #80cdff;
}

.menuAsamblea .btn-primary{
    background-color:#0d5784;
    border-color: #0d5784;
}


.menuAsamblea .btn-primary:hover, .menuAsamblea .btn-primary:focus {
    color: #fff;
    background-color: #0c4d75;
    border-color: #0c4d75;
}

.menuAsamblea .btn-primary:not(:disabled):not(.disabled).active, .menuAsamblea .btn-primary:not(:disabled):not(.disabled):active, .menuAsamblea .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0c4d75;
    border-color: #0c4d75;
}

.menuAsamblea .btn-primary:not(:disabled):not(.disabled).active:focus, .menuAsamblea .btn-primary:not(:disabled):not(.disabled):active:focus, .menuAsamblea  .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}



.menuAsamblea .btn-info:hover {
    color: #fff;
    background-color: #6eb6e4 !important;
    border-color: #6eb6e4 !important;
}

.top-header-votacion{
    width:900px;
    margin:30px auto 0px;
    height:149px;
}

.cuerpo-votacion{
    width:900px;
    min-height:200px;
    margin:auto;
    background-color:#fff;
    padding:30px;
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;
}

.cuerpo-votacion h1{
    font-size:18px;
    color:#0d5784;
    padding:0px;
    margin:0px;
    text-align:center;
    font-weight:400;
}

.cuerpo-votacion .form-group {
    margin-bottom: 5px;
    margin-top:5px;
}

.cuerpo-votacion .tableView td {
    font-family: 'Montserrat', sans-serif !important;
    font-size:15px;
    color:#64696b;
}

.cuerpo-votacion .tableView td .form-control {
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px;
    color:#64696b;
}


.cuerpo-votacion .tableView th {
    color: White;
    background-color: #0d5784;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    padding-left:22px;
}


.logo-inicio{
    width:550px;
    margin:100px auto 0px;
}


.bg-login{
    background-image: url("../../Images/bg-login.jpg") !important;
    background-size:cover;
}


.box-login{
    width:350px;
    background-color:#fff;
    margin:auto;
    margin:120px auto 0px;
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;
}

.top-box-login{
    height:100px;
    width:350px;
    background-color:#00446c;
    padding-top:22px;   
}

.datos-login{
    padding:25px;
}

.datos-login a{
    font-size:13px;
    color:#004ebd;
}

.datos-login label{
    font-size:13px;
}

.datos-login .form-control{
    font-size:13px;
}

.top-box-login img{
    display:block;
    margin: auto;  
}

.datos-login .btn-primario{
    width:100%;
}

.datos-login a.link-derecha{
    float:right;
}

.box-reg{
    width:70%;
    background-color:#fff;
    margin:auto;
    min-height:500px;
    margin:70px auto 0px;
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;

}

.contenido-reg{
    padding:25px;
    width: 100%;
}

.contenido-reg .btn-primario{
    width:50%;
    margin:auto;
    display:block;
}

.contenido-reg span{
    font-size:13px;
}

.contenido-reg label{
    font-size:13px;
}


.contenido-reg .form-control{
    font-size:13px;
}

.top-box-reg{
    height:100px;
    width:100%;
    background-color:#00446c;
    padding-top:22px;  
}

.top-box-reg img{
    display:block;
    margin:auto;
}


.contenido-reg h1{
    color:#00446c;
    font-size:15px;
    margin-bottom:30px;
    padding:0px;
    text-align:center;
}

.contenido-reg  a{
    font-size:13px;
    color:#004ebd;
}

.datos-login h1{
    color:#00446c;
    font-size:15px;
    margin-bottom:30px;
    padding:0px;
    text-align:center;
}

.icon-estado img {
    display:block;
    margin: 10px auto 20px;
}



.tabla-participantes .tableView td, .tabla-sociedades .tableView td, .tabla-cuotaparte .tableView td, .tabla-temas-votacion .tableView td, .tabla-historial .tableView td {
    font-family: 'Montserrat', sans-serif !important;
    font-size:13px;
    color:#64696b;
    height:40px;
}

.tabla-participantes .tableView td .form-control, .tabla-sociedades .tableView td .form-control, .tabla-cuotaparte .tableView td .form-control, .tabla-temas-votacion .tableView td .form-control, .tabla-historial .tableView td .form-control{
    font-family: 'Montserrat', sans-serif !important;
    font-size:14px;
    color:#64696b;
}


.tabla-participantes .tableView th, .tabla-sociedades .tableView th, .tabla-cuotaparte .tableView th, .tabla-temas-votacion .tableView th, .tabla-historial .tableView th {
    color: White;
    background-color: #0d5784;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
}

.titular-intro span{
    font-size:15px;
    color:#0d5784;
}

.titular-intro{
    margin-bottom:20px;
}



#menu ul li {
    background-color:transparent;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:13px;
	padding:6px;
}

#menu ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

#menu ul li:hover {
	/*background:#5b78a7;*/
}

#menu ul ul {
	display:none;
	position:absolute;
	top:100%;
	right:0;
	padding:0;
    z-index:99999;
}

#menu ul ul li {
	float:none;
	width:150px;
    background-color:#2e518b;
}

#menu ul ul a {
	padding:10px 15px;
    font-weight:300;
}

#menu ul li:hover > ul {
	display:block;
}

.FondoAplicacion{
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.estilo-modal{
    background-color:#fff;
    padding:20px 30px 30px 30px;
    border-radius:8px;
    width:600px;
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;

}

#menu ul ul li a:hover {
    background-color:rgba(0, 52, 82, 1);
    color:#74bbe8;
    font-weight:300;
}


.estilo-modal h2{
    font-size:16px;
    color:#0d5784;
}

.estilo-modal h2 span{
    font-size:16px;
    color:#0d5784;
}

.precio-asamblea{
    color:#0d5784;
}

.cabecera-modal{
    height:40px;
    width:100%;
}

.cabecera-modal img{
    float:right;
}

/* Estilos del boton de mensajes */
.info-message {
    background: url(../../Images/close.png) right 15px center no-repeat rgba(252, 240, 194, 0.85);
	border-radius: 0;
	border: 1px solid #d1ae62;
	box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	clear: both;
	color: #ac7d2d;
	display: inline-block;
	font-weight: 400;
    font-size: 14px;
	left: 0;
	line-height: 0;
    padding: 25px;
	position: fixed;
	top: 0;
	text-align: center;
	width: 100%;
    z-index: 70;
}

 .info-message:hover {
    cursor: pointer;    
    background-color: #f3edd5;   
}

/* IE HACKS */
.info-message {
    font-family: Open Sans, sans-serif;
    background-image: url(../../Images/close.png);
    background-color: #fcf0c2\9;
    background-position: 99%;
    background-repeat: no-repeat;	
    z-index:101;
 }

.info-message.Error {
    color: #fff !important;
    background-color: #de4f5b !important;
    border-color: #de4f5b !important;
    z-index:55555;
}

.info-message.Warning {
    color: #ac7d2d !important;
    background-color: #fcf0c2 !important;
    border-color: #d1ae62 !important;
    background-image: url(../../Images/close-w.png) !important;
    z-index:55555;
}

.info-message.Ok {
    color: #fff !important;
    background-color: #4bb464 !important;
    border-color: #4bb464 !important;
    z-index:55555;
}


 
/* animations */
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}


.linea-menu{
    height:1px;
    background-color:#104a6d;
    width:90%;
    margin:10px auto;
}

.modal-xl {
    max-width: 1080px !important;
}


#modalconfirmar .modal-header{
    border-bottom:0px;
}

#modalconfirmar .modal-footer{
    border-top:0px;
}