/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

.logotipolanding {
	width: 230px;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.card-title {
    font-size: 25px !important;
    margin: 0 0 7px 0 !important;
}

.badge-outline-success {
    color: #40bb82 !important;
    border: 1px solid #133e2a !important;
    padding: 7px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    background-color: transparent !important;
}

.padding20 {
    padding: 20px;
}

@media (min-width: 600px) {
    .dropdown-menu-lg {
        width: 400px;
    }

    .h3, h3 {
        font-size: 20px !important;
        font-weight: 400 !important;
    }

    .boton-verdetalle {
        padding: 2px 10px;
        margin: 15px;
        font-size: 13px;
    }

    .live-preview {
        margin-top: 30px;
    }

    button.btn.btn-primary.prueba {
        float: right;
    }

    .mbottom {
        margin-bottom: 0;
    }

    .dropzone {
        text-align: center;
        padding: 30px;
    }
}
.btnindicador {
    float: right;
    margin: -40px 5px;
}

i.mdi.mdi-circle.fs-10.align-middle.text-info.me-1 {
    color: #ca1313 !important;
}

.badge-outline-success {
    color: #40bb82;
    border: 1px solid #40bb82;
    padding: 7px;
    font-size: 12px;
    font-weight: 400;
    background-color: transparent;
}

.espacio {
    width: 120px;
    text-align: right;
}

.espacio a {
    width: 100px;
}

.bg-verde {
    background-color: #40bb82 !important;
}

.bg-verde .label:after {
    border-top-color: #40bb82 !important;
}

.btn-morado {
    color: #8c68cd !important;
    border: 1px solid #8c68cd !important;
}

.btn-especial {
    display: block !important;
    padding: 7px !important;
    font-size: 12px !important;
    margin-bottom: 8px !important;
}

.body-dimension {
    padding: 15px 15px 0 15px !important;
    border: 1px solid #2a4562;
    border-radius: 5px;
    margin-bottom: 20px;
}

.floatright {
    text-align: right;
    margin-bottom: 10px;
}

h6.mb-1 {
    font-size: 18px;
}

p.mb-0.text-muted {
    font-size: 13px;
}

span.counter-value {
    font-size: 30px;
    font-weight: 600;
    margin-left: 15px;
}

p.fw-semibold.fs-20.text-muted.mb-1 {
    line-height: 23px;
}

p.fw-medium.text-muted.mb-0 {
    font-size: 20px;
}

.img-fluid {
    border-radius: 4px !important;
}

.listadoapuntes {
    position: relative;
}

.listadoapuntes .editar {
    position: absolute;
    top: 0;
    right: 0;
}

h6.fs-15.mb-0.flex-grow-1.text-truncate.task-title {
    text-transform: uppercase;
}

.btn-porhacer {
    color: #34d6ec;
    background-color: rgba(255, 202, 91, .1);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 7px;
    border-radius: 3px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: var(--vz-modal-width);
        margin-right: 10%;
        margin-left: auto;
    }
}



























