﻿.theme-progress {
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0
}

.theme-progress .center-img {
    z-index: 1000;
    left: 50%;
    top: 50%;
    position: absolute;
    height: 50px;
    width: 50px;
    margin: -70px 0 0 -40px
}

.btnNone {
    display: none;
}

.background-modal {
    background-color: Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ventana-modal {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 350px;
}

.wrap {
    white-space: normal;
}


/* Customize the label (the container) */
.container-input {
    /*display: block;*/
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-input input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
    background-color: #01a9ac;
}

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {
    background-color: #01a9ac;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-input .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.collapsibled {
    /*background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);*/
    /*color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;*/
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #01a9ac;
    cursor: pointer;
    text-align: left;
    outline: none;
    top: -15px;
}

    .collapsibled:hover {
        color: #01a9ac;
        font-weight: 600;
    }

    .collapsibled-active, .collapsibled:hover {
        /*background: #919aa3;*/
    }

    .collapsibled:after {
        content: '\22C1';
        float: right;
        font-size: 10px;
    }

.collapsibled-active:after {
    content: "\22C0";
    /*transform: rotate(90deg);*/
}

.subtitle {
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    /*padding-bottom: 10px;*/
    /*margin-top: 20px;*/
    font-size: 14px;
    font-weight: 400;
    color: #2c3e50;
}

p.saltodepagina {
    page-break-after: always;
}

