﻿@font-face {
    font-family: dm_sansregular;
    src: url(assets/fonts/dmsans-regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: dm_sansmedium;
    src: url(assets/fonts/dmsans-medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: dm_sansbold;
    src: url(assets/fonts/dmsans-bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: DM Sans;
    src: url(assets/fonts/dmsans-regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DM Sans Bold;
    src: url(assets/fonts/dmsans-medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: DM Sans Medium;
    src: url(assets/fonts/dmsans-bold.ttf);
    font-weight: 700;
    font-style: normal
}

html, body {
    width: 100%;
    margin: 0;
    color: #526570;
    font-family: DM Sans;
    overflow-y: auto
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1 {
    font-family: dm_sansmedium;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #2d373d
}

h2, h3 {
    font-family: dm_sansmedium;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2d373d
}

.requerido-span {
    font-weight: bold;
    padding: 5px 10px;
    min-width: 19px;
    color: #fff;
    background-color: #DA291C;
    color: #fff;
    background-color: #DA291C;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.requerido-span2 {
    color: #DA291C;
    font-weight: bold;
}

div.dt-buttons {
    position: relative;
    float: none !important;
}

.div-aviso {
    max-width: 500px;
    margin-top: 50px !important;
    border: dashed 1px #DD3F33;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.pointer {
    cursor: pointer;
}

.color-help {
    color: #DA291C;
    cursor: pointer;
}

.label-mark {
    border: solid 1px;
    border-color: #DA291C;
    border-radius: 2px;
    margin-top: 3px;
    padding: 5px;
}

#loader {
    display: block;
    z-index: 50000 !important;
}

/*.modal-backdrop {
    z-index: 30000 !important;
}*/

.ocultar {
    display: none;
}

div.bold-label label {
    font-weight: bold;
    margin-top: 10px;
}

.wrapper {
    padding: 10px;
    overflow-x: hidden;
}

@media(max-width:100px) {
    .wrapper {
        padding: 10px;
    }
}

.swal2-loading button {
    border-left-color: #DA291C !important;
    border-right-color: #DA291C !important;
    margin-top: -10px !important;
    margin-bottom: 20px !important;
}

.swal2-popup {
    font-size: 12pt !important;
}

h5.subtitle {
    background: rgba(65, 60, 60, 0.5);
    padding: 10px;
    color: #fff;
}

.calendario {
    cursor: pointer !important;
    background-color: #FFFFFF !important;
}

.bg-mapfre {
    background: radial-gradient(circle, #d81e05, #d41904, #d11304, #cd0c03, #ca0303);
    color: #fff;
}

.acciones-td a, .acciones-td button {
    margin-left: 2px;
    margin-right: 2px;
    white-space: nowrap !important;
}

.separar-submit-1 {
    margin-top: 30px;
}

.separar-submit-2 {
    margin-top: 15px;
}

a {
    text-decoration: none !important;
}

.breadcrumb .breadcrumb-item a {
    color: #6c757d;
}

.breadcrumb .breadcrumb-item.active a {
    color: #DA291C;
}

.vertical-nav-menu li a.mm-active {
    color: #fff;
    background: rgba(218,41,28,1);
    font-weight: bold;
}

.form-control.error {
    min-height: 3rem;
    border-radius: 4px;
    border: solid 1px #ed0000;
}

* {
    font-family: 'DM Sans', sans-serif;
}

.size-block {
    width: 160px;
}


.container-search {
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
}

    .container-search input#box-search-input {
        width: 90%;
        height: 2rem;
        border: none;
        font-size: 1rem;
        float: left;
        padding-left: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .container-search:hover button.icon, .container-search:active button.icon, .container-search:focus button.icon {
        outline: none;
        color: #DA291C;
    }

.inputSearch:focus {
    outline: none;
}

.container-search button.icon {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    height: 2rem;
    background: #fff;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}
 
#box-search-result {
    position: fixed;
    top: 60px;
    left: 55%;
    background: #fff;
    width: 40vw;
    z-index: 8;
    padding-left: 15px;
    display: none;
}

#box-search-result li {
    list-style: none;
    overflow-x: hidden;
    white-space: nowrap;
}

#box-search-result li a {
    display: flex;
    padding: 5px 0 5px 20px;
    margin-right: 20px;
    flex-direction: column;
    overflow-x: hidden;
    color: black;
}

#box-search-result li a b {
    color: black;
}

#box-search-result li a:hover {
    background: #f3f3f3;
}

@media screen and (max-width: 1000px) {
    .size-block {
        width: 60px;
    }
    .size-block {
        display: none !important;
    }
}

@media screen and (max-width: 750px) {
    .size-block {
        display: none !important;
    }
}

@media screen and (max-width: 450px) {
    #box-search-result {
        width: 70vw;
        left: 15%;
    }
}
 