/*******************************************************************************/
html, body {
    height: 100%;
}

body {
    font-weight: 400;
    font-size: 14px;
    color: #4C4C4C;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #666666;
}

a, .btn {
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="password"], select, textarea {
    font-size: 14px;
}

*:focus {
    outline: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.page-link:focus {
    box-shadow: none;
}

label {
    font-size: 16px !important;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul li {
        font-size: 16px;
    }

    ul.list-disc li {
        padding-left: 20px;
        position: relative;
    }

        ul.list-disc li:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f111";
            font-size: 10px;
            color: #009A00;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 7px;
        }

    ul.list-arrow li {
        padding-left: 20px;
        position: relative;
    }

        ul.list-arrow li:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "\f061";
            font-size: 10px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 7px;
        }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.gutters-3 {
    margin-right: -3px;
    margin-left: -3px;
}

    .gutters-3 > [class^="col-"], .gutters-3 > [class*=" col-"] {
        padding-right: 3px;
        padding-left: 3px;
    }

.gutters-4 {
    margin-right: -4px;
    margin-left: -4px;
}

    .gutters-4 > [class^="col-"], .gutters-4 > [class*=" col-"] {
        padding-right: 4px;
        padding-left: 4px;
    }

.gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
}

    .gutters-5 > [class^="col-"], .gutters-5 > [class*=" col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
}

    .gutters-10 > [class^="col-"], .gutters-10 > [class*=" col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

.gutters-14 {
    margin-right: -14px;
    margin-left: -14px;
}

    .gutters-14 > [class^="col-"], .gutters-14 > [class*=" col-"] {
        padding-right: 14px;
        padding-left: 14px;
    }

.gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
}

    .gutters-15 > [class^="col-"], .gutters-15 > [class*=" col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }

.bootstrap-select .btn {
    height: 36px;
    border-radius: 0;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: white;
    background: rgba(0, 154, 0, 0.5);
    line-height: 45px;
}

    .scroll-to-top:focus {
        color: white;
    }

    .scroll-to-top:hover {
        color: white;
        background: #343a40;
    }

    .scroll-to-top i {
        color: #ffffff;
    }

/* Custom five columms */
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.form-check {
    position: relative;
}

    .form-check input[type="checkbox"] {
        opacity: 0;
    }

    .form-check label {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding-left: 5px;
    }

        .form-check label:before {
            content: '';
            top: 2px;
            left: 0;
            width: 18px;
            height: 18px;
            display: inline-block;
            position: relative;
            border-radius: 2px;
            border: 1px solid #bbb;
            background-color: #fff;
            margin-right: 5px;
            /*justify-content: center;
            align-items: center;*/
        }

    .form-check input[type="checkbox"]:checked + label:before {
        border-color: #D52B1E;
        background-color: #D52B1E;
    }

    .form-check input[type="checkbox"]:checked + label:after {
        height: 20px;
        line-height: 20px;
        top: 1.5px;
        left: 15px;
        content: '\e91b';
        color: #fff;
        font-size: 10px;
        font-family: 'testprom' !important;
        position: relative;
        float: left;
    }

.modal-backdrop {
    background-color: #ffffff;
    opacity: 0.8 !important;
}

.InputRequerido {
    color: red;
}

.btn-Atras {
    width: 80%;
    height: 34px;
}

.btn-red {
    background: #D52B1E;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    min-width: 175px;
    max-width: 200px;
    line-height: 34px;
    padding: 0 20px;
}

    .btn-red:hover {
        background-color: #BA251E;
        color: #ffffff;
    }

    .btn-red.btn-sm {
        height: 34px;
    }

.btn-white {
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    color: #000000;
}

    .btn-white:hover {
        background: #ffffff;
        color: #D52B1E;
    }

.btn-white2 {
    background: transparent none;
    border: 0;
    border-radius: 5px;
    color: #D52B1E;
    width: 100%;
    min-width: 175px;
    max-width: 200px;
    line-height: 34px;
    padding: 0 20px;
}

    .btn-white2:hover {
        /*background-color: #4e4e4e;*/
        color: #000000;
    }

    .btn-white2.btn-sm {
        height: 34px;
    }

.clearfix {
    display: inline-block;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

/* start commented backslash hack \ */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.header {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}

    .header .header-bar {
        background: #D52B1E;
        padding: 10px 0;
    }

        .header .header-bar .logo a {
            color: #ffffff;
            text-decoration: none;
        }

    .header .user-profile {
        float: right;
        text-align: right;
    }

        .header .user-profile p {
            margin: 0;
            color: #ffffff;
        }

            .header .user-profile p a {
                color: #ffffff;
            }

            .header .user-profile p.logout {
                font-size: 13px;
            }

            .header .user-profile p i {
                margin-right: 5px;
            }

    .header .heading {
        padding: 8px 0;
    }

        .header .heading h1 {
            color: #ffffff;
            font-size: 20px;
            margin: 0;
        }

.top-bar {
    padding: 10px 0;
}

    .top-bar ul > li {
        display: inline-block;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
        position: relative;
    }

        .top-bar ul > li + li {
            margin-left: 12px;
            padding-left: 12px;
        }

            .top-bar ul > li + li:before {
                content: '';
                position: absolute;
                top: 3px;
                left: 0;
                width: 1px;
                height: 13px;
                background: #fff;
            }

        .top-bar ul > li i {
            margin-right: 10px;
        }

        .top-bar ul > li a {
            color: #fff;
            font-size: 13px;
            font-weight: 300;
        }

.login .column-left {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: table;
    position: relative;
}

    .login .column-left:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .login .column-left .d-flex {
        position: absolute;
        width: 100%;
        z-index: 555;
    }

.login .column-right {
    background: #ffffff;
    height: 100vh;
    width: 100%;
    display: table;
}

.absolute-center {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.showcase {
    width: 100%;
    max-width: 658px;
    padding: 20px 15px;
    margin: 0 auto;
}

    .showcase h2 {
        font-size: 20px;
        color: #ffffff;
        margin-top: 30px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

    .showcase p {
        color: #ffffff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    }

        .showcase p a {
            color: #ffffff;
            text-decoration: underline;
        }

.login-box {
    width: 100%;
    max-width: 380px;
    padding: 20px 15px;
    margin: 0 auto;
}

    .login-box .form-horizontal .form-group {
        margin-left: -5px;
        margin-right: -5px;
    }

        .login-box .form-horizontal .form-group .col, .login-box .form-horizontal .form-group [class*="col-"] {
            padding-right: 5px;
            padding-left: 5px;
        }

    .login-box .login-card {
        border: 0;
        border-radius: 0;
        padding: 20px 30px;
    }

        .login-box .login-card .card-header {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            background: transparent;
            text-align: center;
        }

            .login-box .login-card .card-header h3 {
                color: #000000;
                font-family: "bree-regular", serif;
                font-size: 24px;
            }

        .login-box .login-card .card-body {
            background: transparent;
            padding: 20px 0 0;
        }

            .login-box .login-card .card-body .forgot-password {
                margin-bottom: 15px;
            }

                .login-box .login-card .card-body .forgot-password a {
                    color: #D52B1E;
                }

        .login-box .login-card .card-footer {
            margin-top: 20px;
            padding: 10px 0;
            background: transparent;
        }

            .login-box .login-card .card-footer a {
                font-size: 15px;
                font-family: "bree-regular", serif;
                color: #000000;
            }

        .login-box .login-card label {
            color: #000000;
            font-family: "bree-regular", serif;
            font-size: 16px;
        }

        .login-box .login-card .btn-login {
            font-family: "bree-regular", serif;
            font-size: 16px;
            border-radius: 0;
            background-color: #D52B1E;
            color: #ffffff;
        }

        .login-box .login-card .card-footer a {
            color: #000000;
        }

.navbar-main {
    padding: 0 1rem;
}

    .navbar-main .navbar-nav {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-main .navbar-nav.nav-single {
            width: auto;
        }

            .navbar-main .navbar-nav.nav-single .nav-link {
                padding-left: 0;
                padding-right: 0;
                color: #000000;
            }

                .navbar-main .navbar-nav.nav-single .nav-link:hover {
                    background-color: transparent;
                    color: #000000;
                }

                .navbar-main .navbar-nav.nav-single .nav-link i {
                    margin-left: inherit;
                    margin-right: 5px;
                    font-size: 20px;
                }

        .navbar-main .navbar-nav .nav-item {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: center;
        }

        .navbar-main .navbar-nav .nav-link {
            padding: 0.8rem 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
            color: #000000;
            font-size: 16px;
            font-family: "bree-regular", serif;
            line-height: 20px;
            height: 46px;
        }

            .navbar-main .navbar-nav .nav-link span {
                display: inline-block;
                line-height: 20px;
            }

            .navbar-main .navbar-nav .nav-link i {
                margin-left: 10px;
                vertical-align: bottom;
                line-height: 20px;
                display: inline-block;
            }

                .navbar-main .navbar-nav .nav-link i.icon-list-check {
                    font-size: 15px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-data {
                    font-size: 20px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-padlock {
                    font-size: 18px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-user-key {
                    font-size: 19px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-list-test {
                    font-size: 20px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-analytics {
                    font-size: 18px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-company {
                    font-size: 16px;
                }

                .navbar-main .navbar-nav .nav-link i.icon-statistics {
                    font-size: 17px;
                }

            .navbar-main .navbar-nav .nav-link:hover {
                background: #232323;
                color: #ffffff;
            }

        .navbar-main .navbar-nav .active .nav-link {
            background: #232323;
            color: #ffffff;
        }

.footer {
    padding: 10px 0;
}

    .footer .copyright {
        text-align: center;
    }

/* Content */
.content {
    padding: 0 0 50px 0;
}

.content-info .page-title {
    padding: 40px 0 30px;
}

.indications {
    padding: 60px;
    border: 1px solid #d8d8d8;
}

    .indications h3 {
        font-size: 20px;
        color: #000000;
        text-align: center;
        margin: 10px 0 30px;
    }

    .indications p {
        font-family: "bree-regular", serif;
    }

@media (min-width: 576px) {
    .modal-indications {
        max-width: 1270px;
    }
}

.modal-indications {
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    border: 0;
}

    .modal-indications .modal-content {
        border: 0;
    }

    .modal-indications .modal-header {
        border: 0;
        padding: 1rem 1rem;
    }

    .modal-indications .modal-title {
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        color: #000000;
        font-family: "bree-bold", serif;
        font-size: 20px;
    }

    .modal-indications .modal-body {
        padding: 0 1rem 1rem 1rem;
    }

.card-indication {
    text-align: center;
    border: 0;
}

    .card-indication .number {
        padding: 3px 15px;
        display: inline-block;
        background: #f7f7f7;
        color: #000000;
        font-size: 24px;
        font-weight: 700;
    }

    .card-indication h4 {
        font-size: 15px;
        margin-top: 30px;
        min-height: 32px;
        color: #D52B1E;
        font-weight: 700;
    }

    .card-indication p {
        font-size: 15px;
        color: #656565;
        font-family: "bree-regular", serif;
        line-height: 16px;
    }

.page-title {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}

    .page-title h2 {
        font-size: 18px;
        font-weight: 800;
        font-family: "bree-bold", serif;
        color: #000000;
        text-transform: uppercase;
        margin: 0;
        display: inline-block;
        line-height: 36px;
    }

.filter-search {
    width: 100%;
    padding: 15px 0;
}

    .filter-search .form-control {
        height: 34px;
    }

.tool-bar .form-control {
    height: 34px;
}

.tool-bar .btn {
    padding: 6px 0.75rem;
}

    .tool-bar .btn.btn-download {
        height: 34px;
        font-size: 14px;
        line-height: 22px;
    }

/* Test */
.test {
    padding: 20px 0;
}

    .test .test-heading h2 {
        font-size: 20px;
        display: inline-block;
    }

        .test .test-heading h2.title-test {
            text-transform: uppercase;
            color: #000000;
            font-family: "bree-bold", serif;
        }

    .test .test-heading h3 {
        font-size: 16px;
        color: #D52B1E;
    }

    .test .test-heading p {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .test .test-heading .btn-list {
        float: left;
        color: #000000;
        padding: 0;
        margin-right: 10px;
        outline: none;
        height: 22px;
    }

        .test .test-heading .btn-list:focus {
            outline: none;
        }

        .test .test-heading .btn-list i {
            line-height: 22px;
            vertical-align: top;
        }

    .test .test-heading .total-progress {
        float: right;
        width: 100%;
        max-width: 515px;
        display: inline-block;
        text-align: center;
        padding: 15px 0 0;
    }

        .test .test-heading .total-progress p {
            font-size: 14px;
            margin: 0;
            font-family: "bree-bold", serif;
            text-align: right;
        }

    .test .test-heading .progress {
        width: 100%;
        max-width: 300px;
        height: 6px;
        border-radius: 3px;
        margin: 5px auto;
        position: relative;
    }

    .test .test-heading .progress-bar {
        background-color: #D52B1E;
    }

    .test .test-heading .save .btn {
        padding: 0.375rem 0;
        color: #606060;
        font-weight: 700;
    }

    .test .test-button {
        padding: 20px 0;
    }

    .test .testing-legend {
        background: #ECEAEB;
        padding: 10px;
        margin-bottom: 10px;
    }

        .test .testing-legend h4, .test .testing-legend p {
            margin: 0;
        }

        .test .testing-legend h4 {
            font-size: 14px;
            font-family: "bree-bold", serif;
            color: #000000;
        }

        .test .testing-legend p {
            font-size: 13px;
            line-height: 14px;
        }

        .test .testing-legend .legend-info {
            display: table;
            min-height: 46px;
        }

            .test .testing-legend .legend-info .legend-info-content {
                display: table-cell;
                vertical-align: middle;
            }

.option-legend {
    float: right;
    border: 1px solid #D52B1E;
    padding: 10px;
    border-radius: 8px;
}

    .option-legend a {
        color: #D52B1E;
    }

    .option-legend p {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px;
        text-align: center;
        border-bottom: 1px solid #D52B1E;
    }

    .option-legend ul li {
        display: inline-block;
        font-size: 13px;
        font-family: "bree-regular", serif;
        font-weight: 700;
        line-height: 13px;
        vertical-align: middle;
    }

        .option-legend ul li + li {
            margin-left: 15px;
        }

        .option-legend ul li span {
            color: #D52B1E;
        }

.data-table .table tr {
    background: #F2F2F2;
}

    .data-table .table tr.space {
        background: #ffffff;
    }

        .data-table .table tr.space td {
            font-size: 0;
            height: 8px;
            padding: 0;
            background: #ffffff;
        }

    .data-table .table tr.new td {
        color: #000000;
    }

.data-table .table th {
    text-align: center;
    font-size: 16px;
    border-top: 0;
    padding: 9px 0.75rem;
}

.data-table .table td {
    text-align: center;
    border: 0;
    padding: 0.65rem 0.75rem;
    background: #F2F2F2;
}

    .data-table .table td .btn {
        padding: 0;
        border: 0;
        background: transparent;
        color: #b2b2b2;
        font-size: 14px;
        font-weight: 700;
    }

        .data-table .table td .btn i {
            font-size: 18px;
            vertical-align: middle;
        }

        .data-table .table td .btn.btn-realize {
            color: #D52B1E;
        }

        .data-table .table td .btn:hover {
            color: #000000;
        }

    .data-table .table td .form-check {
        margin-top: 4px;
        height: 20px;
        line-height: 20px;
    }

.dataTable tr.child td.child {
    background: #DFDFDF;
}

.testing-table {
    border: 1px solid #f4f4f4;
}

    .testing-table .table tr:first-child td {
        border: 0;
    }

    .testing-table .table th {
        border-top: 0;
        border-bottom: 1px solid #dee2e6;
        padding: 1rem;
    }

    .testing-table .table td {
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        vertical-align: middle;
        padding: 0.75rem 1rem;
    }

        .testing-table .table td strong {
            font-weight: 700;
        }

        .testing-table .table td p {
            font-size: 13px;
            line-height: 14px;
            color: #000000;
        }

            .testing-table .table td p.title {
                color: #D52B1E;
                font-weight: 800;
            }

            .testing-table .table td p.question {
                font-weight: 800;
            }

        .testing-table .table td .btn-option {
            width: 35px;
            background: #ffffff;
            border-color: #929292;
            color: #919191;
            padding: 0.375rem 0;
            text-align: center;
            outline: none;
            font-size: 14px !important;
            font-family: "bree-regular", serif;
        }

            .testing-table .table td .btn-option + .btn-option {
                margin-left: 10px;
            }

            .testing-table .table td .btn-option.focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .testing-table .table td .btn-option.active {
                background-color: #D52B1E;
                border-color: #D52B1E;
                color: #ffffff;
            }

            .testing-table .table td .btn-option:hover {
                border-color: #D52B1E;
            }

            .testing-table .table td .btn-option input[type="radio"] {
                position: fixed;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                padding: 0;
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
            }

        .testing-table .table td textarea {
            font-size: 13px;
            line-height: 14px;
            margin-top: 10px;
        }

.test-nav .btn {
    font-size: 18px;
    color: #606060;
}

.boxscroll {
    height: 500px;
    width: 100%;
    max-height: 600px;
    display: inline-block;
    overflow-y: auto;
    overflow-x: hidden;
}

    .boxscroll::-webkit-scrollbar-track {
        background-color: #f4f4f4;
    }

    .boxscroll::-webkit-scrollbar {
        width: 10px;
        background-color: #f4f4f4;
    }

    .boxscroll::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
    }

.scrollbox {
    width: 100%;
    max-height: 600px;
}

.test-result h2, .test-result h3 {
    text-align: center;
}

.test-result h2 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}

.test-result h3 {
    font-size: 16px;
    font-weight: 700;
    color: #D52B1E;
}

.test-result h4 {
    font-size: 16px;
    font-weight: 700;
    color: #D52B1E;
}

.test-result .punctuation {
    padding: 30px 0;
}

    .test-result .punctuation ul {
        list-style-type: decimal;
        padding-left: 15px;
    }

        .test-result .punctuation ul li {
            font-size: 15px;
            margin-bottom: 10px;
        }

.test-result .graphic {
    padding: 30px 0;
}

    .test-result .graphic .radar-chart {
        width: 100%;
        max-width: 480px;
        background: #F9F9F9;
        margin: 0 auto;
    }

.test-result .send-to-mail {
    padding: 20px 0;
}

    .test-result .send-to-mail .send-content {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

        .test-result .send-to-mail .send-content .control-label {
            margin-right: 14px;
        }

        .test-result .send-to-mail .send-content .form-control {
            width: 319px;
        }

        .test-result .send-to-mail .send-content .btn {
            background: #D52B1E;
            border-color: #D52B1E;
        }

/* Lista test */
#wrapper {
    position: relative;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 257px;
    }

#test-list {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 257px;
    width: 0;
    height: 100%;
    margin-left: -257px;
    overflow: hidden;
    background: #EAEAEA;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #test-list .list-content {
        padding: 20px;
    }

        #test-list .list-content ul li {
            font-size: 13px;
            line-height: 24px;
        }

            #test-list .list-content ul li a {
                color: #919191;
                font-size: 13px;
            }

                #test-list .list-content ul li a:hover {
                    color: #000000;
                }

            #test-list .list-content ul li.active a {
                color: #000000;
            }

        #test-list .list-content ul ul {
            margin-left: 15px;
        }

#wrapper.toggled #test-list {
    width: 257px;
    height: 100%;
}

#test-content {
    width: 100%;
    position: absolute;
}

#wrapper.toggled #test-content {
    position: absolute;
    margin-right: -257px;
    padding-left: 20px;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 0;
    }

        #wrapper.toggled {
            padding-left: 257px;
        }

    #test-list {
        width: 0;
    }

    #wrapper.toggled #test-list {
        width: 257px;
    }

    #test-content {
        position: relative;
    }

    #wrapper.toggled #test-content {
        position: relative;
        margin-right: 0;
    }
}

.terms-conditions {
    width: 100%;
    max-width: 862px;
    margin: 0 auto;
}

    .terms-conditions p {
        text-align: justify;
    }

/* datos */
.content-box {
    width: 100%;
}

    .content-box h3 {
        text-align: center;
        font-size: 20px;
        margin: 20px 0;
    }

.steps {
    float: right;
}

    .steps ul li {
        display: inline-block;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        color: #ffffff;
        background: #e5e1e1;
        border-radius: 18px;
    }

        .steps ul li.active {
            background-color: #000000;
        }

        .steps ul li + li {
            margin-left: 10px;
        }

.data-steps {
    width: 162px;
    margin: 20px auto;
}

.process-steps {
    margin: 0;
    list-style: none;
}

    .process-steps li {
        float: left;
        position: relative;
        width: 25%;
        height: 14px;
        text-align: center;
        overflow: hidden;
    }

    .process-steps.process-2 li {
        width: 50%;
    }

    .process-steps.process-3 li {
        width: 33.33%;
    }

    .process-steps.process-4 li {
        width: 25%;
    }

    .process-steps.process-5 li {
        width: 20%;
    }

    .process-steps li .i-circled {
        margin-bottom: 0 !important;
        background: #e5e5e5;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        display: inline-block;
        line-height: 14px;
        font-size: 0px;
        color: #CDCDCD;
        vertical-align: top;
    }

    .process-steps li .i-bordered {
        background-color: #e5e5e5;
        border: 3px solid #CDCDCD;
    }

    .process-steps li.active a, .process-steps li.ui-tabs-active a {
        color: #606060;
        background-color: #606060;
    }

    .process-steps li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        margin-left: -7px;
        width: 50%;
        border-top: 1px solid #e5e5e5;
    }

    .process-steps li:after {
        content: '';
        position: absolute;
        top: 7px;
        width: 50%;
        border-top: 1px solid #e5e5e5;
        left: auto;
        right: 0;
        margin: 0 -7px 0 0;
    }

    .process-steps li:first-child:before, .process-steps li:last-child:after {
        display: none;
    }

.data-nav {
    padding: 20px 0 0;
}

.user-form {
    padding: 30px;
    background: #f2f2f2;
}

    .user-form legend {
        font-size: 16px;
        font-family: "bree-bold", serif;
        color: #000000;
    }

    .user-form .col-form-label, .user-form .form-check label {
        font-size: 15px !important;
    }

.options-nav .btn-action {
    color: #D52B1E;
    font-weight: 600;
    line-height: 30px;
    padding: 0 6px;
    margin-right: 10px;
}

.options-nav .btn-prev, .options-nav .btn-next {
    width: 30px;
    height: 30px;
    background: #D52B1E;
    color: #ffffff;
    margin-left: 5px;
    padding: 0 6px;
    line-height: 28px;
    font-size: 22px;
}

.listest-table .table tr {
    background-color: rgba(0, 0, 0, 0.05);
}

    .listest-table .table tr.space {
        background-color: #ffffff;
    }

        .listest-table .table tr.space td {
            font-size: 0;
            height: 5px;
            padding: 0;
        }

.listest-table .table th {
    text-align: center;
    font-size: 18px;
}

.listest-table .table td {
    text-align: center;
    border: 0;
    font-size: 13px;
}

    .listest-table .table td .btn {
        padding: 0;
        background: transparent;
        font-size: 13px;
    }

.lisemp-table {
    margin-top: 20px;
}

    .lisemp-table .table {
        min-width: 600px;
    }

        .lisemp-table .table tr {
            background-color: #F2F2F2;
        }

            .lisemp-table .table tr.space {
                background-color: #ffffff;
            }

                .lisemp-table .table tr.space td {
                    font-size: 0;
                    height: 8px;
                    padding: 0;
                }

        .lisemp-table .table th {
            text-align: center;
            font-size: 16px;
            border: 0;
            background-color: #ffffff;
            padding: 0.4rem 0.75rem;
        }

        .lisemp-table .table td {
            text-align: center;
            border: 0;
            padding: 0.4rem 0.75rem;
            line-height: 30px;
            vertical-align: middle;
        }

            .lisemp-table .table td .btn {
                padding: 0;
                background: transparent;
                font-size: 14px;
                color: #000000;
            }

                .lisemp-table .table td .btn:hover {
                    color: #D52B1E;
                }

.register .page-title h2 {
    font-size: 22px;
    font-weight: 700;
}

    .register .page-title h2 a {
        text-transform: lowercase;
        font-size: 16px;
        margin-left: 20px;
        color: #606060;
    }

        .register .page-title h2 a:first-letter {
            text-transform: uppercase;
        }

.register .content-box {
    background: #F7F7F7;
    padding: 60px 15px 30px 15px;
}

    .register .content-box .register-info {
        width: 100%;
        max-width: 414px;
        margin: 0 auto;
    }

        .register .content-box .register-info .icon {
            text-align: center;
        }

        .register .content-box .register-info h3 {
            font-size: 20px;
            color: #000000;
        }

    .register .content-box .data-form {
        width: 100%;
        max-width: 518px;
        margin: 0 auto;
    }

    .register .content-box .data-formB {
        width: 100%;
        margin: 0 auto;
    }

    .register .content-box .data-form label.twoline {
        padding-top: 0;
        line-height: 18px;
    }

    .register .content-box .data-form .form-check {
        margin-top: 8px;
    }

.update-data .page-title h2 {
    font-size: 22px;
    font-weight: 700;
}

    .update-data .page-title h2 a {
        text-transform: lowercase;
        font-size: 16px;
        margin-left: 20px;
        color: #606060;
    }

        .update-data .page-title h2 a:first-letter {
            text-transform: uppercase;
        }

.update-data .content-box {
    background: #F7F7F7;
    padding: 98px 15px 60px;
}

    .update-data .content-box .data-info {
        width: 100%;
        max-width: 414px;
        margin: 0 auto;
    }

        .update-data .content-box .data-info .icon {
            text-align: center;
        }

        .update-data .content-box .data-info h3 {
            font-size: 20px;
            color: #000000;
        }

    .update-data .content-box .data-form {
        width: 100%;
        max-width: 518px;
        margin: 0 auto;
    }

        .update-data .content-box .data-form label {
            color: #000000;
            font-size: 16px;
            text-align: right;
        }

            .update-data .content-box .data-form label.twoline {
                padding-top: 0;
                line-height: 18px;
            }

        .update-data .content-box .data-form .form-check {
            margin-top: 8px;
        }

.detail-company {
    margin: 30px auto 0;
    border: 1px solid #D7D7D7;
}

    .detail-company .detail-heading {
        padding: 20px 50px;
        background: #F2F2F2;
        text-align: center;
        border-bottom: 1px solid #D7D7D7;
    }

        .detail-company .detail-heading h3 {
            font-size: 20px;
            font-family: "bree-bold", serif;
            color: #000000;
        }

    .detail-company .detail-body {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px 20px;
    }

        .detail-company .detail-body h4 {
            font-size: 16px;
            font-family: "bree-bold", serif;
            margin-top: 20px;
            margin-bottom: 20px;
            color: #000000;
        }

        .detail-company .detail-body p {
            font-size: 15px;
        }

        .detail-company .detail-body ul li {
            font-size: 15px;
            font-family: "bree-regular", serif;
        }

    .detail-company .data-table {
        padding: 20px;
        border-top: 1px solid #D7D7D7;
    }

        .detail-company .data-table h4 {
            font-size: 16px;
            font-family: "bree-bold", serif;
            color: #000000;
        }

    .detail-company .list-test .btn {
        padding: 0;
        color: #000000;
    }

.configure-test .heading {
    padding: 20px 0 0;
}

    .configure-test .heading .btn-list {
        float: left;
        color: #000000;
        padding: 0;
        margin-right: 10px;
        margin-top: 4px;
        outline: none;
        height: 22px;
    }

        .configure-test .heading .btn-list i {
            line-height: 22px;
            vertical-align: middle;
        }

    .configure-test .heading h2 {
        font-size: 20px;
        font-family: "bree-bold", serif;
        color: #000000;
        margin-top: 6px;
    }

    .configure-test .heading h3 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0;
        color: #D52B1E;
    }

    .configure-test .heading p {
        font-size: 14px;
        color: #000000;
        line-height: 16px;
    }

.configure-test .progress-buttons {
    padding: 10px 0;
}

    .configure-test .progress-buttons .btn + .btn {
        margin-left: 10px;
    }

.configure-test .total-progress {
    float: right;
    width: 100%;
    max-width: 515px;
    display: inline-block;
    text-align: center;
    padding: 15px 0 0;
}

    .configure-test .total-progress p {
        font-size: 14px;
        margin: 0;
        font-family: "bree-bold", serif;
        text-align: right;
    }

.configure-test .progress {
    float: right;
    width: 100%;
    max-width: 300px;
    margin: 5px 0;
    height: 6px;
    border-radius: 3px;
}

    .configure-test .progress .progress-bar {
        background-color: #D52B1E;
    }

.configure-test .nav-button .btn-nav {
    font-size: 14px;
    font-family: "bree-bold", serif;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    height: 34px;
    line-height: 34px;
}

    .configure-test .nav-button .btn-nav i {
        vertical-align: bottom;
        line-height: 34px;
    }

    .configure-test .nav-button .btn-nav:hover {
        color: #D52B1E;
    }

.questions-table .table {
    border: 1px solid #dee2e6;
}

    .questions-table .table tr:first-child td {
        border: 0;
    }

    .questions-table .table h4 {
        font-size: 18px;
        color: #000000;
    }

    .questions-table .table h5 {
        font-size: 16px;
        color: #D52B1E;
    }

    .questions-table .table p {
        line-height: 18px;
        font-size: 13px;
    }

        .questions-table .table p.peso-pond {
            line-height: 30px;
        }

            .questions-table .table p.peso-pond .input {
                float: right;
                width: 30px;
                height: 30px;
                text-align: center;
                margin-left: 8px;
                padding: 0.375rem 0;
            }

    .questions-table .table ul li {
        font-size: 14px;
        line-height: 18px;
    }

    .questions-table .table .question-box {
        background: #EFEFEF;
        padding: 15px 15px;
        margin-top: 10px;
    }

        .questions-table .table .question-box p {
            margin: 0;
        }

    .questions-table .table .btn-action {
        padding: 0.375rem 0;
        color: #D52B1E;
        font-size: 13px;
    }

.navbar-statistics {
    padding: 0;
}

    .navbar-statistics .navbar-nav {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .navbar-statistics .navbar-nav .nav-item {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }

            .navbar-statistics .navbar-nav .nav-item .nav-link {
                text-align: center;
                border: 1px solid #D7D7D7;
                background: #ffffff;
                color: #000000;
                font-family: "bree-bold", serif;
                padding: 1.2rem 1rem;
                min-height: 72px;
            }

                .navbar-statistics .navbar-nav .nav-item .nav-link p {
                    font-size: 35px;
                    text-align: center;
                    font-family: "bree-bold", serif;
                    color: #000000;
                    line-height: 35px;
                    margin-bottom: 10px;
                }

                .navbar-statistics .navbar-nav .nav-item .nav-link span {
                    display: inline-block;
                    font-size: 16px;
                    font-family: "bree-regular", serif;
                    margin: 0 auto;
                    position: relative;
                    padding-left: 30px;
                    text-align: left;
                    line-height: 16px;
                }

                    .navbar-statistics .navbar-nav .nav-item .nav-link span i {
                        font-size: 22px;
                        position: absolute;
                        left: 0;
                        top: 0;
                    }

                .navbar-statistics .navbar-nav .nav-item .nav-link:hover {
                    background: #ffe6e6;
                    border-color: #ffe6e6;
                }

            .navbar-statistics .navbar-nav .nav-item.active .nav-link {
                background: #ffe6e6;
                border-color: #ffe6e6;
            }

.statistics-content {
    border: 1px solid #D7D7D7;
    padding: 20px;
}

    .statistics-content .statistics-heading {
        margin-bottom: 20px;
    }

        .statistics-content .statistics-heading h3 {
            margin-bottom: 0;
            line-height: 36px;
        }

        .statistics-content .statistics-heading .btn i {
            font-size: 20px;
        }

    .statistics-content h3 {
        font-size: 14px;
        font-family: "bree-bold", serif;
        color: #000000;
    }

    .statistics-content .barchart {
        margin: 20px 0;
    }

    .statistics-content .statistics-info {
        width: 100%;
        max-width: 600px;
        padding: 20px 0 0;
    }

        .statistics-content .statistics-info h4 {
            font-size: 16px;
            margin-top: 40px;
        }

    .statistics-content .listest-table {
        padding: 20px 0;
    }

        .statistics-content .listest-table .table {
            border: 1px solid #dee2e6;
        }

            .statistics-content .listest-table .table td .btn {
                padding: 0;
                font-size: 13px;
                color: #000000;
            }

    .statistics-content .boxscroll {
        height: 400px;
    }

.search-box .form-control {
    height: 34px;
}

.search-box .btn {
    height: 34px;
}

    .search-box .btn .icon-search {
        font-size: 20px;
    }

@media (min-width: 576px) {
    .modal-test {
        max-width: 715px;
    }
}

.modal-test .modal-header {
    border: 0;
}

.modal-test .modal-title {
    width: 100%;
    color: #000000;
    font-size: 25px;
    font-family: "bree-bold", serif;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    line-height: 25px;
}

    .modal-test .modal-title span {
        font-size: 20px;
        font-family: "bree-regular", serif;
        color: #606060;
    }

.modal-test .modal-body {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal-test .modal-body::-webkit-scrollbar-track {
        background-color: #f4f4f4;
    }

    .modal-test .modal-body::-webkit-scrollbar {
        width: 10px;
        background-color: #f4f4f4;
    }

    .modal-test .modal-body::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
    }

.modal-test h3 {
    font-size: 17px;
}

.modal-test .punctuation ul li {
    font-size: 13px;
}

.modal-test .punctuation .table td {
    vertical-align: middle;
    border: 0;
    padding: 2px 0;
}

.modal-test .modal-info {
    padding: 15px 0;
}

    .modal-test .modal-info p {
        font-size: 13px;
    }

.steps-wrapp {
    text-align: center;
}

.cart_step {
    display: inline-block;
}

    .cart_step li {
        float: left;
        position: relative;
        z-index: 1;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #d8d8d8;
    }

        .cart_step li:not(:first-child) {
            margin-left: 84px;
        }

        .cart_step li:before {
            background: #d8d8d8;
            height: 4px;
            position: absolute;
            top: 50%;
            left: -44px;
            width: 100px;
            content: "";
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .cart_step li span {
            display: block;
            white-space: nowrap;
            position: absolute;
            left: 50%;
            bottom: -25px;
            color: #333;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .cart_step li.active, .cart_step li.complete {
            background: #5cb026;
        }

            .cart_step li.active:before, .cart_step li.complete:before {
                background: #5cb026;
            }

        .cart_step li:first-child:before, .cart_step li:last-child:before {
            width: 50px;
        }

        .cart_step li:first-child:before {
            left: 6px;
        }

.update-password {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

    .update-password .password-form {
        padding: 25px 0;
    }

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }

    .etiqDerecha {
        text-align: right !important;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    body {
        background: #ffffff;
    }

    .etiqDerecha {
        text-align: right !important;
    }
}

@media screen and (max-width: 1024px) {
    body {
        background: #ffffff;
    }

    .testing-table .table td .btn-option {
        width: 32px;
        padding: 8px 0;
        text-align: center;
        font-size: 12px !important;
    }

        .testing-table .table td .btn-option + .btn-option {
            margin-left: 0;
        }

    .option-legend ul li {
        margin-right: 2px;
    }

        .option-legend ul li + li {
            margin-left: 0;
        }

    .etiqDerecha {
        text-align: right !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        background: #ffffff;
    }

    .navbar-main .navbar-nav .nav-item .nav-link span {
        display: none;
    }

    .btn-red {
        min-width: 155px;
    }

    .option-legend ul li {
        margin-right: 10px;
    }

        .option-legend ul li + li {
            margin-left: 0;
        }

    .test .test-heading .total-progress p {
        font-size: 12px;
    }

    .testing-table .table td .btn-option {
        width: 25px;
        padding: 4px 0;
        text-align: center;
        font-size: 12px !important;
    }

        .testing-table .table td .btn-option + .btn-option {
            margin-left: 0;
        }
}

@media screen and (max-width: 940px) {
    .header .heading h1 {
        font-size: 18px;
    }

    .header .user-profile p,
    .header .logout p {
        font-size: 13px;
    }

        .header .user-profile p i,
        .header .logout p i {
            font-size: 16px;
        }

    .navbar-statistics .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-statistics .navbar-nav .nav-item {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: center;
        }

            .navbar-statistics .navbar-nav .nav-item .nav-link {
                padding: 15px;
                font-size: 15px;
                line-height: 15px;
            }

                .navbar-statistics .navbar-nav .nav-item .nav-link span {
                    font-size: 18px;
                    padding-top: 5px;
                }

    .user-form {
        padding: 10px 15px 20px;
    }

        .user-form .form-group {
            margin-bottom: 5px;
        }

        .user-form .col-form-label {
            line-height: 1;
            padding-bottom: 3px;
        }

        .user-form .form-control {
            line-height: 12px;
            height: 30px;
            font-size: 13px;
        }
}

@media (min-width: 481px) and (max-width: 767px) {
    .container {
        max-width: 620px;
    }

    .navbar-main .navbar-nav .nav-item .nav-link span {
        display: none;
    }

    .header .heading h1 {
        font-size: 16px;
    }

    .user-profile {
        padding-top: 8px;
    }

        .user-profile p {
            display: inline-block;
        }

            .user-profile p span {
                display: none;
            }

    .user-form {
        padding: 10px 15px 20px;
    }

        .user-form .form-group {
            margin-bottom: 5px;
        }

        .user-form .col-form-label {
            line-height: 1;
            padding-bottom: 3px;
        }

        .user-form .form-control {
            line-height: 12px;
            height: 30px;
            font-size: 13px;
        }

    .register .content-box {
        padding: 20px 15px 30px;
    }

        .register .content-box .data-form .form-group {
            margin-bottom: 8px;
        }

        .register .content-box .data-form label {
            line-height: 1;
            padding-bottom: 5px;
        }

        .register .content-box .data-form .form-check label {
            line-height: 1.5;
        }

    .update-data .content-box {
        padding: 20px 15px 30px;
    }

        .update-data .content-box .data-form .form-group {
            margin-bottom: 8px;
        }

        .update-data .content-box .data-form label {
            line-height: 1;
            padding-bottom: 5px;
        }

        .update-data .content-box .data-form .form-check label {
            line-height: 1.5;
        }

    .options-nav p {
        margin-top: 8px;
        font-size: 12px;
    }

    .options-nav .btn-prev,
    .options-nav .btn-next {
        margin-top: 5px;
    }

    .btn-red {
        min-width: 115px;
    }

    .showcase {
        height: auto;
        text-align: center;
    }

        .showcase .showcase-content {
            display: none;
        }

    .login-box .login-card {
        padding: 0px 30px;
    }

    .boxscroll {
        overflow: inherit;
        height: auto;
        max-height: inherit;
    }

    .testing-table .table td {
        padding: 0.75rem 0.8rem;
    }

        .testing-table .table td .btn-option {
            width: 22px;
            padding: 3px 2px;
        }

            .testing-table .table td .btn-option + .btn-option {
                margin-left: 0;
            }

    #wrapper.toggled #test-list {
        height: auto;
    }

    .questions-table .table p {
        font-size: 12px;
    }

    .test-result .send-to-mail .send-content .form-control {
        width: 309px;
    }
}

@media screen and (max-width: 640px) {
    .container {
        max-width: 620px;
    }

    body {
        background: #ffffff;
    }

    .header .heading {
        padding: 12px 0;
    }

        .header .heading h1 {
            font-size: 16px;
        }

    .header .user-profile {
        padding-top: 9px;
    }

        .header .user-profile p {
            display: inline-block;
        }

            .header .user-profile p span {
                display: none;
            }

            .header .user-profile p i {
                font-size: 18px;
                margin-right: 0;
            }

    .navbar-main .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-main .navbar-nav .nav-item {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: center;
        }

            .navbar-main .navbar-nav .nav-item .nav-link span {
                display: none;
            }

            .navbar-main .navbar-nav .nav-item .nav-link i {
                margin-left: 0;
            }

    .showcase h2 {
        margin-top: 10px;
    }

    .boxscroll {
        overflow: inherit;
        height: auto;
        max-height: inherit;
    }

    .testing-table .table thead {
        display: none;
    }

    .testing-table .table td {
        display: block;
        width: 100%;
    }

    .absolute-center {
        position: relative;
    }

    .login .column-right {
        height: 100%;
    }

    .showcase {
        height: auto;
        text-align: center;
    }

        .showcase .showcase-content {
            display: none;
        }

    .login-box .login-card {
        padding: 20px 15px;
    }

    .user-form {
        padding: 20px;
    }

        .user-form .form-group {
            margin-bottom: 0;
        }

        .user-form .form-check label {
            line-height: 18px;
        }

        .user-form .btn {
            margin-top: 10px;
        }

    .page-title h2 {
        font-size: 16px;
    }

    .btn-red {
        min-width: 145px;
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
    }

    .tool-bar .btn.btn-download {
        margin-top: 10px;
    }

    .register .page-title h2 {
        font-size: 20px;
    }

    .register .content-box {
        padding: 20px 15px 20px;
    }

        .register .content-box .data-form label {
            line-height: 1;
            text-align: left;
        }

            .register .content-box .data-form label.twoline {
                padding-top: calc(0.375rem + 1px);
            }

        .register .content-box .data-form .form-group {
            margin-bottom: 8px;
        }

        .register .content-box .data-form .form-check label {
            line-height: 1.5;
        }

    .update-data .page-title h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .update-data .content-box {
        padding: 20px 15px 20px;
    }

        .update-data .content-box .data-form label {
            line-height: 1;
            text-align: left;
        }

            .update-data .content-box .data-form label.twoline {
                padding-top: calc(0.375rem + 1px);
            }

        .update-data .content-box .data-form .form-group {
            margin-bottom: 8px;
        }

        .update-data .content-box .data-form .form-check label {
            line-height: 1.5;
        }

    .test-result .send-to-mail .send-content .form-control {
        width: 220px;
    }

    .data-table .table td {
        text-align: left;
    }

    .lisemp-table .table td {
        text-align: left;
        line-height: 18px;
    }

    .statistics-content .boxscroll {
        height: auto;
    }

    .steps {
        width: 100%;
        text-align: center;
    }

    #wrapper.toggled #test-list {
        height: auto;
    }

    .content-info .page-title {
        padding: 20px 0 20px;
    }

    .indications {
        padding: 20px;
    }

    .detail-company .detail-body h4 {
        margin-bottom: 10px;
    }

    .configure-test .progress-buttons .btn {
        font-size: 12px;
        max-width: 150px;
    }

    .navbar-statistics .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-statistics .navbar-nav .nav-item {
            display: inline-block;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            text-align: center;
        }

            .navbar-statistics .navbar-nav .nav-item .nav-link {
                padding: 5px 10px;
            }

                .navbar-statistics .navbar-nav .nav-item .nav-link p {
                    font-size: 22px;
                    line-height: 22px;
                    margin-bottom: 0;
                }

                .navbar-statistics .navbar-nav .nav-item .nav-link span {
                    font-size: 14px;
                    padding-top: 5px;
                }

    .testing-table .table td .btn-option {
        width: 32px;
        padding: 8px 0;
        text-align: center;
        font-size: 12px !important;
    }

        .testing-table .table td .btn-option + .btn-option {
            margin-left: 10px;
        }

    .option-legend ul li {
        margin-right: 6px;
    }

        .option-legend ul li + li {
            margin-left: 0;
        }

    .test-result .graphic {
        padding-top: 0;
    }

    .questions-table .table p.peso-pond {
        line-height: 16px;
    }
}

@media screen and (max-width: 640px) and (orientation: landscape) {
    body {
        background: #ffffff;
    }

    .btn-red {
        min-width: 115px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        background: #ffffff;
    }

    .showcase {
        height: auto;
        text-align: center;
    }

        .showcase .showcase-content {
            display: none;
        }

    .test .test-heading .total-progress {
        margin-bottom: 10px;
    }

        .test .test-heading .total-progress p {
            font-size: 13px;
        }
}

@media (max-width: 480px) {
    body {
        background: #ffffff;
    }

    .header .logo img {
        width: 50px;
    }

    .header .heading {
        padding: 10px 0;
    }

        .header .heading h1 {
            font-size: 12px;
        }

    .header .user-profile {
        padding-top: 8px;
    }

        .header .user-profile p,
        .header .logout p {
            font-size: 13px;
        }

            .header .logout p i {
                font-size: 13px;
            }

    .btn-red {
        font-size: 12px;
        min-width: 126px;
        padding: 0 13px;
    }

    .login-box {
        padding: 10px 15px;
    }

        .login-box .login-card {
            padding: 5px 15px;
        }

            .login-box .login-card .card-header {
                padding: 0 1.25rem;
            }

    .statistics-content .statistics-info h4 {
        font-size: 11px;
    }

    .search-box {
        margin-top: 10px;
    }

    .configure-test .progress-buttons .btn {
        font-size: 12px;
        max-width: 140px;
    }

    .test .test-heading .total-progress {
        margin-bottom: 10px;
    }

        .test .test-heading .total-progress p {
            font-size: 13px;
        }

    .testing-table .table td .btn-option + .btn-option {
        margin-left: 9px;
    }

    .configure-test .nav-button .btn-nav {
        font-size: 12px;
    }

    .register .content-box .data-form label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }

    .register .content-box .data-formB label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }
}

 
.btn-Rojo {
    background-color: #D52B1E !important;
    border-color: #D52B1E !important;
}

@media (max-width: 320px) {
    body {
        background: #ffffff;
    }

    .showcase h2 {
        margin-top: 10px;
        font-size: 14px;
    }
}
/*******************************************************************************/
/******************************  Datatable  ******************************/
#mailList-panel {
    position: relative;
    background: rgba(0,0,0,0);
}

#mailList {
    border-radius: 0px;
    white-space: normal;
    overflow: hidden;
}

.dataTable th {
    color: #FFFFFF;
    background: #4e4e4e;
    border: 0px none;
}
/*******************************************************************************/
.nav-pills .nav-link {
    border-radius: 0px;
}
/*******************************************************************************/
.btn.focus, .btn:focus {
    box-shadow: none;
}
/********************  Loader en las DataTables  ********************/
.circle-loader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
    z-index: 1860;
}

    .circle-loader img {
        max-height: 150px;
    }
/*******************************************************************************/

@media (min-width: 320px) and (max-width: 480px) {
    .register .content-box .data-form label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }

    .register .content-box .data-formB label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }
}

@media (min-width: 720px) {
    .register .content-box .data-form label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }

    .register .content-box .data-formB label {
        color: #000000;
        font-size: 16px;
        text-align: left;
    }
}

@media (min-width: 960px) {
    .register .content-box .data-form label {
        color: #000000;
        font-size: 16px;
        text-align: right;
    }

    .register .content-box .data-formB label {
        color: #000000;
        font-size: 16px;
        text-align: right;
    }
}

@media (min-width: 1140px) {
    .register .content-box .data-form label {
        color: #000000;
        font-size: 16px;
        text-align: right;
    }

    .register .content-box .data-formB label {
        color: #000000;
        font-size: 16px;
        text-align: right;
    }
}

/* --------- [ INICIO: Formulario Validate ] --------- */
form.cmxform {
    font-size: 1.0em;
    color: #333;
}

    form.cmxform legend {
        padding-left: 0;
    }

    form.cmxform legend, form.cmxform label {
        color: #333;
        font-size: 12px !important;
        margin-bottom: .0rem !important;
    }

    form.cmxform fieldset {
        border: none;
        border-top: 1px solid #C9DCA6;
        background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
        background-color: #F8FDEF;
    }

        form.cmxform fieldset fieldset {
            background: none;
        }

        form.cmxform fieldset p, form.cmxform fieldset fieldset {
            padding: 5px 10px 7px;
            background: url(../images/cmxform-divider.gif) left bottom repeat-x;
        }

    form.cmxform label.error, label.error {
        /* remove the next line when you have trouble in IE6 with labels in list */
        color: red;
        /*font-style: italic;*/
        font-size: 12px !important;
        margin-bottom: .0rem !important;
        display: inline !important;
        font-family: sans-serif;
    }
     
.mouseClic {
    cursor: pointer;
    margin-left:5px;
}


.ReadOnlyControl {
    background-color: #e8e8e8 !important;
    opacity: 1;
    cursor: not-allowed;
}

.tb-Error {
    border-width:1px;
    border-style:solid;
    border-color: #D52B1E !important;
}

.tbTalleProductoComercial {
    color: #ff5722; 
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
}
.tbTalleLineaProducto {
    color: #d5221e;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    font-family: sans-serif;
}

.p-loader-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.p-loader-text {
    font-size: 14px;
}

.p-loader-text-alt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 2rem;
}
