﻿@font-face {
    font-family: 'Gotham-Bold';
    src: url('font/GothamBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('font/GothamLight.ttf') format('truetype');
}

@font-face {
    font-family: 'poppins-regular';
    src: url('font/poppins-regular.ttf') format('truetype');
}

.navs {
    color: #004a63 !important;
    font-family: 'Gotham-Light';
}

.login {
    border-radius: 11px;
    border: 2px solid #fff;
    background: #ffffff36;
    padding: 4.4%;
    margin-top: 11%;
}

    .login img {
        border: 2px solid white;
        border-radius: 100%;
        padding: 25px 24px 16px 26px;
        margin-top: -8pc;
        background: #4e7880;
    }

.logininput {
    background: #ffffff63 !important;
    color: #ffffff !important;
    height: 50px !important;
    font-family: 'Gotham-Light';
    font-size: 20px !important;
    border: none !important;
}

input#UName::placeholder,
input#Password::placeholder {
    color: #fff;
}

.input-group-addon:first-child {
    border: none;
    background: #064155;
    color: white;
    padding: 0px 17px;
    font-size: 25px;
}

.checkbox > input {
    height: 20px;
    width: 20px;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #0c4457;
    cursor: pointer;
    margin-top: 1px !important;
}

    .checkbox > input:checked,
    .checkbox > input:active {
        border: 1px solid #fff;
        background-color: #0c4457;
    }

        .checkbox > input:checked + span::before {
            content: '\2713';
            color: #fff;
            position: absolute;
            top: 0.4rem;
            left: -1.5rem;
        }

.checkbox > span {
    padding: 0px 6px;
    color: #fff;
    font-family: 'Gotham-Light';
    font-size: 12px;
}

.titles-calificador {
    text-align: center;
    font-family: Gotham-Bold;
    color: #005470;
}

.navbar-calificador {
    background-color: white;
    box-shadow: -3px -2px 20px 0px grey;
    padding: 1px;
    text-align: center;
    margin-bottom: -2%;
}

.option-calificador {
    padding-top: 2%;
}

    .option-calificador button {
        border-radius: 8px;
        border: none;
        color: #005470;
        font-family: Gotham-Light;
        cursor: pointer;
        outline: none;
        margin: 0 3px;
        padding: 5px 4px;
    }

        .option-calificador button:focus {
            background-color: #0054704f;
            color: #005470;
        }

        .option-calificador button:hover {
            background-color: #0054704f;
            color: #005470;
        }

.titles-span {
    font-size: 75px;
    color: #c1c2c9;
    background: #636569;
    border-radius: 82%;
    vertical-align: middle;
}

.titles-label {
    font-family: 'Gotham-Light';
    color: #636569;
    font-size: 27px;
    padding: 0px 25px;
}

.tab {
    background-color: transparent;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 2%;
}

    .tab button {
        background-color: white;
        border-radius: 16px;
        border: none;
        padding: 14px 16px;
        font-size: 22px;
        color: #005470;
        width: 32%;
        margin-right: 0.9%;
        font-family: Gotham-Light;
        box-shadow: 0px 0px 20px 0px #b1b1b1;
        cursor: pointer;
        outline: none;
    }

        .tab button.active {
            background-color: #23a9c5;
            color: white;
        }

        .tab button:hover {
            background-color: #23a9c5;
            color: white;
        }

.tabsmall {
    text-align: center;
}

    .tabsmall input {
        background-color: #23a9c5;
        border-radius: 20px;
        border: none;
        padding: 12px 27px;
        font-size: 14px;
        color: #fff;
        font-family: Gotham-Light;
        box-shadow: 0px 0px 20px 0px #b1b1b1;
        cursor: pointer;
    }

    .tabsmall button {
        background-color: #23a9c5;
        border-radius: 20px;
        border: none;
        padding: 12px 27px;
        font-size: 14px;
        color: #fff;
        font-family: Gotham-Light;
        box-shadow: 0px 0px 20px 0px #b1b1b1;
        cursor: pointer;
    }

/*        .tabsmall button.active, button:hover {
            background-color: white;
            color: #23a9c5;
        }*/

    .tabsmall h2 {
        font-family: Gotham-Light;
        color: #005470;
    }

.new-input {
    border: none;
    padding: 10px 10px;
    border-radius: 0px !important;
    box-shadow: none !important;
    font-family: 'Gotham-Light';
}

.new-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px #b1b1b1;
    font-family: 'Gotham-Light';
    padding-left: 20px;
    width: auto;
}

.th-calificador {
    color: #005470;
    font-size: 125%;
    font-style: initial;
    background-color: white;
    font-family: Gotham-Light;
    height: 41px;
    vertical-align: middle !important;
}

.th-calificador-min {
    color: #005470;
    font-size: 129%;
    background-color: white;
    font-family: Gotham-Light;
    height: 41px;
    vertical-align: middle !important;
}

.th-calificador-info {
    color: #005470;
    font-size: 129%;
    font-family: Gotham-Light;
    padding: 15px 15px !important;
    vertical-align: inherit !important
}

.dataTables_wrapper {
    background-color: white !important;
    border-radius: 8px;
    box-shadow: 0px 20px 20px 0px #c1c2c9bf;
    margin-bottom: 3% !important;
    padding: 0px 10px;
    padding-bottom: 2%;
}

.dataTables_filter {
    position: absolute;
    margin-top: -3pc;
}

.dataTables_length {
    position: absolute;
    margin-top: -2.7pc;
    background: white;
    padding: 15px 10px;
    border: 1px solid #23a9c5;
    border-radius: 8px;
    box-shadow: 0px 20px 20px 0px #c1c2c9bf;
    color: #005479 !important;
    font-family: 'Gotham-Light';
    /*margin-left: 77%;*/
    right: 25px;
    /*border: none;*/
}

    .dataTables_length select {
        background: #c6e9f0;
        border-radius: 8px;
        border: 1px solid #7fccdc;
        color: #23a9ca;
        font-family: 'Gotham-Light';
    }

.dataTables_info {
    font-family: 'Gotham-Light';
    margin: 0px 20px;
    margin-top: 0.8%;
}

.dataTables_paginate {
    font-family: 'Gotham-Bold';
    margin: 0px 20px;
    margin-top: 0.8%;
}

a.paginate_button.current {
    border: 1px solid #b9b9b9 !important;
    background-color: white;
    border-radius: 25px !important;
    padding: 5px 15px !important;
}

a.paginate_button {
    border: 1px solid #b9b9b9 !important;
    border-radius: 25px !important;
    padding: 5px 14px !important;
}

.paging_full_numbers a.paginate_button {
    color: red !important;
}

.paging_full_numbers a.paginate_active {
    color: red !important;
}


a.previous,
a.next {
    border: none !important;
}

a.paginate_button :hover {
    background-color: red !important;
}

.table {
    position: relative;
    background-color: white;
    border-radius: 15px;
}

.cuadro-text-calificador {
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
    background: #23a9c5;
    color: white;
    /*padding: 14px 0px;*/
    border-radius: 8px;
    /*margin-left: 10%;*/
    font-family: 'Gotham-Bold';
    font-size: 149%;
    width: 450px;
    height: 40px;
}

.cuadro-text-p {
    margin: 0 !important;
}

tbody {
    font-family: Roboto;
    font-size: 13px;
    color: #656565;
}

input#EName {
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px grey;
    width: 16.5pc;
}

input[type="search"] {
    margin: 0px 1pc !important;
    margin-top: 3px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #005470;
    border: 2px solid #23a9c5;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 27px;
        left: 1.4px;
        bottom: 1px;
        background-color: #23a9c5;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #23a9c5;
    border: 2px solid #005470;
}

    input:checked + .slider:before {
        background-color: #005470;
    }

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.btn-back {
    color: white;
    background-color: #c45a5b;
    border-radius: 8px !important;
    border: none;
    padding-top: 8px !important;
    padding: 11px 16px;
    font-family: Gotham-Light !important;
    font-size: 153%;
}

    .btn-back:focus,
    .btn-back.focus {
        color: white;
        background-color: #c32729;
    }

    .btn-back:hover {
        color: white !important;
        background-color: #c32729;
    }

    .btn-back:active,
    .btn-back.active,
    .open > .dropdown-toggle.btn-back {
        color: white;
        background-color: #c32729;
    }

        .btn-back:active:hover,
        .btn-back.active:hover,
        .open > .dropdown-toggle.btn-back:hover,
        .btn-back:active:focus,
        .btn-back.active:focus,
        .open > .dropdown-toggle.btn-back:focus,
        .btn-back:active.focus,
        .btn-back.active.focus,
        .open > .dropdown-toggle.btn-back.focus {
            color: white;
            background-color: #c32729;
        }

    .btn-back.disabled:hover,
    .btn-back[disabled]:hover,
    fieldset[disabled] .btn-back:hover,
    .btn-back.disabled:focus,
    .btn-back[disabled]:focus,
    fieldset[disabled] .btn-back:focus,
    .btn-back.disabled.focus,
    .btn-back[disabled].focus,
    fieldset[disabled] .btn-back.focus {
        background-color: #c32729;
        border-color: #c32729;
    }

    .btn-back .badge {
        color: white;
        background-color: #c32729;
    }

.btn-tryagain {
    color: white;
    background-color: #5cc49f;
    border-radius: 8px !important;
    border: none;
    padding-top: 8px !important;
    padding: 11px 16px;
    font-family: 'Gotham-Light';
    font-size: 100%;
}

.btn-save {
    color: white;
    background-color: #5cc49f;
    border-radius: 8px !important;
    border: none;
    padding-top: 8px !important;
    padding: 11px 16px;
    font-family: 'Gotham-Light';
    font-size: 153%;
}

    .btn-save:focus,
    .btn-save.focus {
        color: white;
        background-color: #326f59;
    }

    .btn-save:hover {
        color: white !important;
        background-color: #326f59;
    }

    .btn-save:active,
    .btn-save.active,
    .open > .dropdown-toggle.btn-save {
        color: white;
        background-color: #326f59;
    }

        .btn-save:active:hover,
        .btn-save.active:hover,
        .open > .dropdown-toggle.btn-save:hover,
        .btn-save:active:focus,
        .btn-save.active:focus,
        .open > .dropdown-toggle.btn-save:focus,
        .btn-save:active.focus,
        .btn-save.active.focus,
        .open > .dropdown-toggle.btn-save.focus {
            color: white;
            background-color: #326f59;
        }

    .btn-save.disabled:hover,
    .btn-save[disabled]:hover,
    fieldset[disabled] .btn-save:hover,
    .btn-save.disabled:focus,
    .btn-save[disabled]:focus,
    fieldset[disabled] .btn-save:focus,
    .btn-save.disabled.focus,
    .btn-save[disabled].focus,
    fieldset[disabled] .btn-save.focus {
        background-color: #326f59;
        border-color: #2e6da4;
    }

    .btn-save .badge {
        color: white;
        background-color: #326f59;
    }

.btn-return {
    color: white;
    background-color: #1187b1;
    border-radius: 8px !important;
    border: none;
    padding-top: 8px !important;
    padding: 11px 16px;
    font-family: 'Gotham-Light';
    font-size: 153%;
}

    .btn-return:focus,
    .btn-return.focus {
        color: white;
        background-color: #105d78;
    }

    .btn-return:hover {
        color: white !important;
        background-color: #105d78;
    }

    .btn-return:active,
    .btn-return.active,
    .open > .dropdown-toggle.btn-return {
        color: white;
        background-color: #105d78;
    }

        .btn-return:active:hover,
        .btn-return.active:hover,
        .open > .dropdown-toggle.btn-return:hover,
        .btn-return:active:focus,
        .btn-return.active:focus,
        .open > .dropdown-toggle.btn-return:focus,
        .btn-return:active.focus,
        .btn-return.active.focus,
        .open > .dropdown-toggle.btn-return.focus {
            color: white;
            background-color: #105d78;
        }

    .btn-return.disabled:hover,
    .btn-return[disabled]:hover,
    fieldset[disabled] .btn-return:hover,
    .btn-return.disabled:focus,
    .btn-return[disabled]:focus,
    fieldset[disabled] .btn-return:focus,
    .btn-return.disabled.focus,
    .btn-return[disabled].focus,
    fieldset[disabled] .btn-return.focus {
        background-color: #337ab7;
        border-color: #105d78;
    }

    .btn-return.badge {
        color: white;
        background-color: #105d78;
    }

.btn-login {
    background: #ffffff36;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
    font-family: 'Gotham-Bold';
    font-size: 29px;
    padding: 2px 12px;
}

.report {
    text-align: center;
    box-shadow: 0px 7px 12px 0px grey;
    margin: 0px 42px;
    border-radius: 8px;
    padding: 10px 10px;
    background: white;
    font-family: Gotham-Light;
    font-size: 120%;
    color: #285b99;
}

.charts {
    border-top: 3px solid #d5d5d5;
}

    .charts canvas,
    .charts table {
        padding-right: 50px;
    }

.new-pregunta label {
    color: #236984;
    font-family: 'Gotham-Bold';
    font-size: 19px;
}

.new-pregunta input, .new-pregunta select {
    border-radius: 8px;
    border: none;
    font-family: 'Gotham-Light';
    box-shadow: 0px 0px 20px 0px #c1c2c9bf;
    margin-bottom: 10px;
    margin-top: 5px;
}

.new-pregunta h4 {
    font-family: 'Gotham-Light';
    color: #636569;
}

.new-pregunta .btn-primary {
    background: #5cc49f;
    color: #fff;
    padding: 5px 14px;
}

.new-pregunta .btn-danger {
    background: #c45a5b;
    color: #fff;
    padding: 5px 14px;
}

#Encuesta h2 {
    color: #005470;
    font-family: 'Gotham-Bold';
}

#Encuesta h4 {
    color: #005470;
    font-family: Gotham-Light;
}

#Encuesta label {
    color: #454555;
    font-family: Gotham-Light;
}

#Encuesta textarea {
    border: 1px solid #005470;
    width: 100%;
    border-radius: 8px;
    height: 5pc;
    text-align: center;
    padding: 1.5%;
    font-family: Gotham-Light;
}

.caras {
    /*opacity: 0.4;*/
    margin-right: 20%;
    float: left;
}

.poly-suboption-input {
    position: absolute;
    opacity: 0;
    width: 35px;
    height: 30px;
}

#faces [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio] + img {
    cursor: pointer;
    width: 40px;
}

[type=radio]:hover + img {
    opacity: 1;
}

[type=radio]:checked + img {
    opacity: 1;
}

.cara-llena {
    display: none;
}

@keyframes fadeOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

input[type="radio"]:hover + .cara-vacia {
    display: none;
    animation-name: fadeOut;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
}

    input[type="radio"]:hover + .cara-vacia + .cara-llena {
        display: inline;
        width: 40px;
        cursor: pointer;
    }

input[type="radio"]:checked + .cara-vacia {
    display: none;
}

    input[type="radio"]:checked + .cara-vacia + .cara-llena {
        display: inline;
        width: 40px;
    }

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 117%;
    left: 50%;
    margin-left: -34.4%;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

label.Dependencia {
    color: #777;
    font-size: 0.7pc;
    font-family: 'Gotham-Light';
    vertical-align: middle;
}

span.fas.fa-file-excel::before {
    padding-right: 2px !important;
    font-size: 15px;
}