.spinner {
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.error {
    width  : 100%;
    padding: 0;

    font-size: 80%;
    color: white;
    background-color: #900;
    border-radius: 0 0 5px 5px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error.active {
    padding: 0.3em;
}

.btn-google {
    color: #545454;
    box-shadow: 0 1px 2px 1px #ddd;
    font-family: 'Roboto';
}

.ballot {
    display:none;
}

.ballot + label {
    width: 100%;
}

.ballot + label .marca
{
    cursor: pointer;
    background: url("/assets/images/papeleta_mark.png") center no-repeat;
    height: 80px;
    width: 68px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.ballot:checked + label .marca
{
    background: url("/assets/images/papeleta_marked.png") center no-repeat;
    height: 80px;
    width: 68px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.ballot + label .marca-square
{
    border: 4px solid black;
    border-radius: 15px;
    height: 60px;
    width: 68px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.ballot:checked + label .marca-square
{
    background: url("/assets/images/papeleta_marked_cr.png") center no-repeat;
    height: 60px;
    width: 68px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.image-option {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.lista {
    border: 1px solid black;
    border-radius: 4px;
    margin: 10px;
}

.container {
    font-family: 'Raleway';
}

.container-fluid {
    font-family: 'Raleway';
}


.EvColor{
    background-color: #FF2800 !important;
    color: #FFF;
}

.EvColorGris{
    background-color: #C6CCD4 !important;
}

.EvColorLightBlue {
    background-color: #212F3D !important;
}

.EvColorBlue {
    background-color: #0B1224 !important;
}

.EvColorGrisLight{
    background-color: #E5ECF0 !important;
}

.btn {
    cursor: pointer;
}

.logoEV {
    max-height: 50px;
}

.logo {
    max-height: 150px;
}

.blured{
    filter: blur(100px) !important;
}

.crossOut {
    background: url("/assets/images/sistema_seguro.jpg")  repeat;

}

.mati-hide {
    display: none;
}

.hidden {
    display:none;
}

.cl-claveunica {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: #0F69C4;
    color: #FFFFFF;
}

.img-autentiz {
    height: 1.5rem;
    width: auto;
}

.btn-wsp .iconVote {
    background: url('/assets/images/logo_whatsapp.svg') no-repeat left center;
    float:left;
    width: 23px;
    height: 23px;
}

.btn-white{
    background-color: #FFF!important;
    margin-left: 1em!important;
    margin-top: 0.3em!important
}
