﻿html, body {
    height: 100%;
    font-family: 'Rubik' !important;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik' !important;
    font-weight: bold;
}

h1 {
    font-size: 48px;
}

h3 {
    font-weight: 400;
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

.title {
    font-family: 'Rubik' !important;
}

label, .bmd-form-group:not(.has-success):not(.has-danger) [class*=" bmd-label"].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class^=bmd-label].bmd-label-floating,
.is-focused [class^=bmd-label] {
    color: #302e38;
}

small, .small {
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.alert.alert-dark {
    background-color: #302e38;
    font-size: 14px;
}

.footer.footer-dark {
    background-color: #302e38;
    color: #fff;
    text-align: left;
}

p {
    font-size: 18px;
    font-weight: 400;
}

.spaced {
    display: flex;
    justify-content: space-between;
}


.btn {
    border-radius: 8px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 15px;
    text-transform: initial;
}

.italic {
    font-style: italic;
}

.sidebar-image {
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    padding-right: 0px;
}

    .sidebar-image.default {
        background-image: url("../Images/background-default.png");
    }

    .sidebar-image.particular {
        background-image: url("../Images/background-particular.png");
    }

    .sidebar-image.sueldo {
        background-image: url("../Images/background-sueldo.png");
    }

    .sidebar-image.cgu {
        background-image: url("../Images/background-cgu.png");
    }

.sidebar-overlay {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0.7511379551820728) 80%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0.7511379551820728) 80%);
    background: linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 0%, rgba(0,0,0,0.7511379551820728) 80%);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .sidebar-overlay .particular,
    .sidebar-overlay .sueldo,
    .sidebar-overlay .cgu {
        display: none;
    }

    .sidebar-overlay .sidebar-logo {
        width: 200px;
    }

    .sidebar-overlay .sidebar-description {
        color: #fff;
        font-style: italic;
        font-weight: 300;
        font-size: 15px;
        margin-bottom: 30px;
        max-width: 300px;
        position: fixed;
        display:none;
    }

    .sidebar-overlay .sidebar-title {
        color: #fff;
        font-weight: 600;
        font-size: 36px;
        line-height: 38px;
        display: none;
    }

.sidebar-image.particular .sidebar-overlay .particular {
    display: block;
}

.sidebar-image.sueldo .sidebar-overlay .sueldo {
    display: block;
}

.sidebar-image.cgu .sidebar-overlay .cgu {
    display: block;
}

.custom-navbar {
    padding: 15px;
    min-height: 87px;
}

    .custom-navbar .logo {
        margin-top: 15px;
        max-height: 32px;        
    }

.hidden {
    display: none;
}

.progress-text {
    font-size: 16px;
}

.main-content {
    overflow-y: auto;
}

.main-form {
    max-width: 860px;
    margin: 0 auto;
    padding: 20px;
    display: none;
    margin-top:-30px;
}

.form-subtitle {
    font-size: 14px;
}

.label-bold {
    font-size: 14px;
    font-weight: bold;
}

.form-section {
    background-color: #f3f4fa;
    padding: 10px 16px;
    margin-left: -16px;
}

.main-content .btn {
    min-width: 150px;
}

hr {
    margin-top: 10px;
}

.label-select {
    font-size: .6875rem;
    margin-bottom: 0px;
}

.form-section-edit {
    font-weight: bold;
    cursor: pointer;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7D7F83 !important;
    border-color: #7D7F83 !important;
    box-shadow: none !important;
}

.template {
    display: none;
}

.field-validation-error {
    font-size: 12px;
    color: #f00;
}

.section-progress {
    display: none;
}

.row.centered {
    align-items: center;
}

a {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.main-loading {
    min-height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .main-loading i {
        font-size: 50px;
        margin-bottom: 20px;
    }

@media only screen and (max-width: 992px) {
    .form-section {
        margin-right: -35px;
        padding-right: 35px;
    }

    form .btn-primary, form .btn-secondary {
        display: block !important;
        width: 100% !important;
    }

    .custom-navbar {
        max-width: 770px;
        /*margin: 0 auto;*/
    }

        .custom-navbar .logo {
            margin-left: 20px;
        }

}


.form-control:disabled {
    background-image: linear-gradient( 0deg,#d2d2d2 1px,rgba(156,39,176,0) 0), linear-gradient( 0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0) !important;
}

.section-leyenda {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background-color: #e6f7ff;
    border: 1px solid steelblue;
    border-left: 4px solid steelblue;
}

.leyenda-body {
    margin-left: 52px;
    margin-right: 24px;
}

