﻿@import url('reset.css');
@import url('votaciones.css');
@import url('administracion.css');

@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('fonts/Walkway_Semibold.eot') format('embedded-opentype'); /* IE9 Compat Modes */
    src: url('fonts/Walkway_Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Walkway_Semibold.woff') format('woff'), /* Modern Browsers */ url('fonts/Walkway_Semibold.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Walkway_Semibold.svg#WalkwaySemiBoldRegular') format('svg'); /* Legacy iOS */
}

.red {
    color: red !important;
    font-weight: bold !important;
}

body {
    background: #ECECEC;
    margin: 0 auto;
    text-align: center;
    font: 14px Arial,Helvetica,sans-serif;
    color: #696969;
    padding-top: 20px;
    width: 974px;
}

.header {
    width: 100%;
    height: 112px;
    background: url("../images/cabecera.png") left top no-repeat;
}

.header_main {
    width: 100%;
    height: 112px;
    background: url("../images/cabecera-main.png") left top no-repeat;
}

.header_main_english {
    width: 100%;
    height: 112px;
    background: url("../images/buttons/English/cabecera-main.png") left top no-repeat;
}

.border-blue {
    border-bottom: 4px solid #103B5E;
    margin-left: 4px;
    width: 99.2%;
    display: block;
}

.nav-blue {
    background-color: #103B5E;
    margin-left: 4px;
    padding: 2px;
    text-indent: 10px;
    color: #FFF;
    width: 98.8%;
}

    .nav-blue a {
        color: #FFF;
        text-decoration: none;
    }

        .nav-blue a:hover {
            color: #FFF;
            text-decoration: underline;
        }

.main {
    width: 974px;
    background: url("../images/bg-main.png") left top repeat-y;
    text-align: left;
}

.content {
    margin: 20px;
}

.title {
    color: #103b5e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}

h1 {
    color: #103b5e;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin-bottom: 50px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/hIEfix.png,sizingMethod=crop);
}

h2 {
    margin-top: 30px;
    color: #666;
    display: block;
    font-weight: bold;
    font-family: WalkwaySemiBoldRegular;
    font-size: 20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/hIEfix.png,sizingMethod=crop);
    text-align: center;
}

p {
    margin-bottom: 30px;
}

.footer {
    clear: both;
    background: url("../images/footer.png") left top no-repeat;
    height: 24px;
    position: relative;
    top: -30px;
}

.footer-admin {
    clear: both;
    background: url("../images/footer.png") left top no-repeat;
    height: 24px;
    position: relative;
    top: -20px;
}


/* -------- Login Screen --------*/
.main_login {
    background: url("../images/bg-login.png") left top no-repeat;
    width: 974px;
    height: 558px;
    text-align: left;
}

#login {
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

.input {
    color: #0E3557;
    display: block;
    margin-bottom: 20px;
    height: 34px;
    line-height: 34px;
    font: bold 14px Arial,Helvetica,sans-serif;
}

span.input input {
    /*width: 298px;*/
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin-left: 8px;
    background: url("../images/input-textfield.png") left top no-repeat;
    font: 14px Arial,Helvetica,sans-serif;
    color: #444;
    border: 0;
}

.Aceptar {
    float: right;
    position: relative;
    right: 305px;
}

.enlaces {
    display: block;
    margin-top: 80px;
    float: left;
    text-align: left;
}

.loginDisplay {
    float: right;
    position: relative;
    right: 50px;
    top: 15px;
}

.error { /* Required fields */
    color: #E11F27;
    /*float: left;*/
    position: relative;
    top: 8px;
    left: 7px;
}

.ValidationSummary {
    padding-left: 500px;
}

div#MainContent_UpdatePanel1 {
    width: 630px;
    margin: 0 auto;
    /*text-align: center;*/
}

input#MainContent_txtEmail,
input#MainContent_txtPassword { /* align textfields login */
    float: right;
    width: 300px;
    position: relative;
    right: 80px;
}

input#MainContent_btnRecuperar {
    position: relative;
    right: 25px;
}

/* -------- Register Screen --------*/
input#MainContent_txtCodigo,
input#MainContent_txtRNC,
input#MainContent_txtContacto,
input#MainContent_txtEmpresa,
input#MainContent_txtEmail,
input#MainContent_ddlVerificarContacto,
input#MainContent_txtContactoNuevo,
input#MainContent_txtCedulaNuevo,
input#MainContent_txtEmailNuevo {
    float: right;
    width: 300px;
    position: relative;
    right: 80px;
}

.select {
    border: 1px solid #C4C4C4;
    font: bold 17px / 22px "Lucida Grande", Arial, sans-serif;
    color: #666;
    height: 34px;
    min-width: 70px;
}

input#MainContent_btnValidar { /* botón Validar */
    border: 0;
    width: 95px;
    height: 34px;
    background: none;
    position: relative;
    top: 0;
    left: 350px;
    float: right;
}

.Bt_Registro { /* botón Registrarse */
    position: relative;
    left: 410px;
    top: 20px;
}

a#MainContent_linkRecovery img { /* botón Olvidar Contraseña */
    position: relative;
    right: 107px;
    top: 20px;
    float: right;
}

div#MainContent_divSpanish p,
div#MainContent_divEnglish p {
    display: block;
    margin-top: 60px;
    position: relative;
    clear: both;
    text-align: center;
}

div#MainContent_UpdatePanel1 span#MainContent_lblCodigo,
div#MainContent_UpdatePanel1 span#MainContent_lblRNC,
div#MainContent_UpdatePanel1 span#MainContent_lblContacto,
div#MainContent_UpdatePanel1 span#MainContent_lblEmpresa,
div#MainContent_UpdatePanel1 span#MainContent_lblEmail,
div#MainContent_UpdatePanel1 span#MainContent_lblPassword {
    position: relative;
    float: left;
    left: 0;
    top: 8px;
}

div#MainContent_txtCodigo_RequiredFieldValidator2,
div#MainContent_txtRNC_RequiredFieldValidator2 { /* Required fields */
    float: left;
}

.css3Button {
    /*-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;*/
    box-shadow: inset 0px 1px 0px 0px #97c4fe;
    background-color: #103b5e;
    /*-moz-border-radius: 11px;
    -webkit-border-radius: 11px;*/
    border-radius: 11px;
    border: 1px solid #103b5e;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 26px;
    margin: 2px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #1570cd;
    cursor: pointer;
}

    .css3Button:hover {
        background-color: #1570cd;
    }

    .css3Button:active {
        position: relative;
        top: 1px;
    }





/* This imageless css button was generated by CSSButtonGenerator.com */
span#lblNombre,
span#lblCargo { /* css for candidatos plancha */
    /*margin-left: 9px;*/
    font-size: 12px;
}

span#gridPlancha_lblNombre_0 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridPlancha_lblNombre_1 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridPlancha_lblNombre_2 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridPlancha_lblNombre_3 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridPlancha_lblNombre_4 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridPlancha_lblEmpresa_0 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridPlancha_lblEmpresa_1 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridPlancha_lblEmpresa_2 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridPlancha_lblEmpresa_3 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridPlancha_lblEmpresa_4 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}


span#gridAdicionales_lblNombre_0 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_1 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_2 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_3 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_4 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_5 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_6 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_7 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblNombre_8 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 12px;
}

span#gridAdicionales_lblEmpresa_0 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_1 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_2 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_3 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_4 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_5 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_6 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_7 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

span#gridAdicionales_lblEmpresa_8 {
    font-weight: bold;
    color: #0E3557;
    /*position:relative;
	left:12px;*/
    font-size: 11px;
}

input#gridAdicionales_chkAdicional_0 {
    float: left;
}

input#gridAdicionales_chkAdicional_1 {
    float: left;
}

input#gridAdicionales_chkAdicional_2 {
    float: left;
}

input#gridAdicionales_chkAdicional_3 {
    float: left;
}

input#gridAdicionales_chkAdicional_4 {
    float: left;
}

input#gridAdicionales_chkAdicional_5 {
    float: left;
}

input#gridAdicionales_chkAdicional_6 {
    float: left;
}

input#gridAdicionales_chkAdicional_7 {
    float: left;
}

input#gridAdicionales_chkAdicional_8 {
    float: left;
}

span#lblMiniBiografia {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    top: 4px;
    /*text-transform: lowercase;*/
}

.entiendo-texto {
    text-align: justify;
}

.entiendo-controles {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: right;
}

input#chkAcepto {
    width: 20px;
    height: 20px;
}

label[for=chkAcepto] {
    font-size: 25px;
}

.linkTooltip {
    cursor: pointer;
}

.confirm {
    display: none;
}

    .confirm input[type=button] {
        font-size: larger;
    }

    .confirm > div:first-of-type {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0px;
        left: 0px;
    }

    .confirm > div:last-of-type {
        padding: 10px 20px;
        background: white;
        position: absolute;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
        border: 1px solid #333;
        z-index: 100;
    }

        .confirm > div:last-of-type div:first-of-type {
            min-width: 150px;
            padding: 10px;
        }

        .confirm > div:last-of-type div:last-of-type {
            text-align: right;
        }
