﻿@import url(../assets/css/FuentesGoogle.css);
body {
    font-family: 'Yantramanav',sans-serif;
    color: #797979;
    font-size: 16px;
}
.label {
    padding: 0.3em .6em;
    font-family: 'Source Sans Pro', sans-serif;
}
.wizard > .steps > ul > li {
    width: 30%;
}

.wizard > .steps .current a .number, .wizard > .steps .number {
    opacity: 1;
}

.wizard > .steps .done a .number {
    opacity: 0.5;
}

.wizard .content {
    border-top: 3px solid #348cd4
}

    .wizard .content .body label {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.wizard > .content {
    min-height: calc(100vh - 230px) !important;
}

.wizard > .steps a {
    padding-left: 30px !important;
}

.wizard > .steps > ul > li {
    min-width: 170px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    padding-left: 30px !important;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin-left: 20px !important;
    padding-left: 30px !important;
}

.modal .modal-dialog .modal-content {
    padding: 10px;
}

    .modal .modal-dialog .modal-content .modal-header {
        padding-bottom: 10px;
    }

.form-control {
    padding: 7px 12px;
    height: 30px;
}

.conteiner-file,
.container-select,
.conteiner-text,
.conteiner-fecha {
    display: none;
}

.TextoLogo {
    font-family: 'Martel Sans', sans-serif;
    color: #0db0b5;
    font-size: 50px;
    float: left;
}

.cargador {
    background: url("../img/loading.gif") no-repeat center 15PX;
    background-size: 40px 40px;
    width: 60px;
    height: 60px;
    float: left;
}

.wrapper-page {
    margin: 7% auto;
    position: relative;
    max-width: 520px;
}

.has-error label, .has-error span {
    color: #a94442;
}
.has-error ::placeholder {
    color: #a94442;
}

.has-error .form-control {
    border: 1px solid #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.blockUI {
    z-index: 1500 !important;
}
.container {
    padding-top: 10px;
}
.title-covid {
    font-size: 30px;
    color: #222;
    font-weight: 900;   
}
.card-box {
    padding: 20px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #fff;
}
.feature-icon {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 36px;
    color: #ffffff;
    line-height: 80px;
}
/* Background colors */
.bg-custom {
    background-color: #1ea69a !important;
}

.bg-primary {
    background-color: #348cd4 !important;
}

.bg-success {
    background-color: #78c350 !important;
}

.bg-info {
    background-color: #45bbe0 !important;
}

.bg-warning {
    background-color: #ff9800 !important;
}

.bg-danger {
    background-color: #f7531f !important;
}

.bg-muted {
    background-color: #797979 !important;
}

.bg-inverse {
    background-color: #3b3e47 !important;
}

.bg-purple {
    background-color: #8892d6 !important;
}

.bg-pink {
    background-color: #F06292 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #313a46 !important;
}
@media (min-width: 768px) {
    .container {
        padding-top: 40px;
    }
}