﻿body {
    padding-top: 0px;
}

.container-center {
    margin-top: 5% !important;
}

#form .container {
    margin-top: 155px;
    margin-bottom: 70px;
}

.panel-heading {
    border-bottom: 1px solid #ffffff;
}

.form {
    border-radius: 5px;
}

#loginform .input-group {
    margin-bottom: 25px;
}

    #loginform .input-group[class*="col-"] {
        float: left;
    }

.login-action {
    border-top: 1px solid #aaa;
    margin-bottom: 0px;
}

.panel {
    background: rgba(3,3,3,0.25);
    margin-bottom: 0;
    width: 100%;
    /*box-shadow:0px 0px 20px 1px black;*/
    box-shadow: 1px 1px 50px #000;
    border-radius: 20px;
}

.panel-body {
    padding-top: 30px;
}

.panel-title {
    font-family: 'Open Sans Condensed', sans-serif;
}

    .panel-title span {
        font-family: 'Roboto Slab', serif;
    }

#loginbox {
    padding: 20px;
}

.g-recaptcha-outer {
    text-align: center;
    background: #f9f9f9;
}

.g-recaptcha-inner {
    width: 158px;
    height: 67px;
    overflow: hidden;
    margin: 0 auto;
}

.g-recaptcha {
    position: relative;
    left: -2px;
    top: -1px;
}

.form-control-feedback {
    /*padding-right: 10px !important;*/
}

.modal-content .modal-header {
    padding: 15px 10px 10px 20px !important;
}

    .modal-content .modal-header .close {
        position: fixed;
        right: 7px;
        top: 7px;
    }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #db524b !important;
}

.has-error .form-control {
    border-color: #cb3029;
}

.has-error .form-control-feedback {
    color: #db524b !important;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #50bb52 !important;
}

.has-success .form-control-feedback {
    color: #50bb52 !important;
}

.has-success .form-control {
    border-color: #50bb52;
}

.glyphicon {
    font-family: 'Roboto', sans-serif !important;
}

    .glyphicon:before {
        font-family: 'Glyphicons Halflings';
        padding-right: 10px;
    }

.fa {
    font-family: 'Roboto', sans-serif !important;
}

    .fa:before {
        font-family: 'Font Awesome 5 Pro';
    }

.close {
    color: #f6a821;
    color: var(--main-color);
    text-shadow: none !important;
    opacity: 1 !important;
}

    .close:hover, .close:focus {
        opacity: 0.5 !important;
    }

.alert > .close {
    color: white !important;
}
/*Cambia el scroll bar de todos*/
/*Inicia*/
::-webkit-scrollbar {
    margin-left: 30px;
    float: left;
    height: 00px;
    width: 65px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border: 2px solid var(--main-color-dark);
}
/*Termina*/

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(160, 21, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        /*width: 40px;*/
        width: 30px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 20px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.1s ease-in-out;
        /*transition: all 0.3s ease-in-out;*/
        width: 20px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    /*left: 20px;*/
    left: 10px;
}

.material-switch > input[type="checkbox"] + label::after {
    background: rgb(160, 21, 0);
    /*left: 20px;*/
}

.material-switch > label::before {
    background: var(--switch-col);
    box-shadow: none;
    opacity: 1;
    height: 20px;
    border-radius: 10px;
    top: -2px;
}

.material-switch > label::after {
    left: -1px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    top: -2px;
}

.material-switch > input[type="checkbox"] + label::after {
    /*background: white;*/
    background: #003a63;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    /*background: white;*/
    background: #a9b9c1;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: var(--switch-col);
    opacity: 1;
    box-shadow: none;
    left: 0px;
}

.login-col{
    background-color:var(--log-col);
}