/*
Style for EventsICAB
*/


/* 
    Created on : 24-nov-2016, 9:42:50
    Author     : dtrelles
*/

.nivel_0 {
    font-size: 20px;
    font-weight: bold;
}

.nivel_1 {
    font-size: 18px;
    font-weight: bold;
}

.nivel_2 {
    font-size: 16px;
    font-weight: bold;
}

.nivel_3 {
    font-size: 14px;
    font-weight: bold;
}

.nivel_4,
.nivel_5,
.nivel_6 {
    font-size: 14px;
    font-weight: bold;
}

p.plexa {
    float: right;
    margin-left: 8px!important;
    color: red!important;
}

span.wpcf7-list-item {
    margin-left: 0px;
}


/* Tablas */

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: block;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    border: 1px solid #ddd;
    padding: 4px 8px;
}

.text_editor {
    border: inherit;
    background: #ddd;
    color: #000;
    width: 150px;
    cursor: text;
    background: transparent;
    margin: 0;
    font-family: inherit;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.visibleencesta {
    float: left;
}

.post-1311 .visibleencesta {
    padding-left: 20px;
}

.post-1311 .nivel_1 {
    padding-top: 10px;
}

.post-1311 .nivel_2 {
    padding-left: 10px;
}

.post-2366 .visibleencesta {
    padding-left: 20px;
}

.post-2366 .nivel_1 {
    padding-top: 10px;
}

.post-2366 .nivel_2 {
    padding-left: 10px;
}

.post-2368 .visibleencesta {
    padding-left: 20px;
}

.post-2368 .nivel_1 {
    padding-top: 10px;
}

.post-2368 .nivel_2 {
    padding-left: 10px;
}

#textototalinscripcion,
#textoinscripcion,
#aceptaciondoncionescontainer {
    display: none;
}

.masinfo {
    font-size: smaller;
    font-weight: bold;
    color: #c6003d;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
}

.masinfodescrip {
    display: none;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000 none repeat scroll 0% 0%;
    opacity: .5;
    z-index: 99999;
    display: none;
}

#page-loader .preloader-interior {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    background-image: url('Loading.gif');
    background-size: 120px;
    background-repeat: no-repeat;
    /* -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 2s linear infinite;*/
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* -webkit-animation: spin 3s linear infinite;*/
    /* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 3s linear infinite;*/
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#page-loader .preloader-interior:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    /* -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    /*animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}