@font-face {
    font-family: romang;
    /* src: url(sansation_light.woff); */
    src: url('/resources/fonts/romang-font/Romang-DYpnE.otf');
}

.error-summary {
    color: #F72C5B;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.error-summary {
    color: #F72C5B;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    font-size: 12px;
    background: #EE4E4E5a;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 550;
}

select.is-invalid+.select2-container--krajee-bs5 .select2-selection--single,
.has-error.select2-container--krajee-bs5 .select2-dropdown,
.has-error .select2-container--krajee-bs5 .select2-selection {
    border-color: #F72C5B;
}

.help-block {
    color: #F72C5B;
    font-size: 12px;
    /* background: #EE4E4E5a; */
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 550;
}

select.is-invalid+.select2-container--krajee-bs5 .select2-selection--single,
.has-error.select2-container--krajee-bs5 .select2-dropdown,
.has-error .select2-container--krajee-bs5 .select2-selection {
    border-color: #F72C5B;
}

select.is-valid+.select2-container--krajee-bs5 .select2-selection--single,
.has-success.select2-container--krajee-bs5 .select2-dropdown,
.has-success .select2-container--krajee-bs5 .select2-selection {
    border-color: #A5F1E9;
}

.has-success .select2-container--bootstrap .select2-dropdown,
.has-success .select2-container--bootstrap .select2-selection {
    border-color: #A5F1E9;
}

.has-success .select2-container--bootstrap.select2-container--focus .select2-selection,
.has-success .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
    border-color: #A5F1E9;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

main>.container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 100px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.color1 {
    color: #043ba4 !important;
}

.color2 {
    color: #c7cee7 !important;
}

.color3 {
    color: #667dbf !important;
}

.color4 {
    color: #3658b4 !important;
}

.color5 {
    color: #34344e !important;
}

.color6 {
    color: #11192d !important;
}

.color7 {
    color: #cecece !important;
}

.color8 {
    color: #F3F8FF !important;
}

.color9 {
    color: #f0f0f0 !important;
}

.color10 {
    color: #111111 !important;
}

.color11 {
    color: #071952 !important;
}

.color12 {
    color: #4D12EE !important;
}

.color13 {
    color: #F8FAFC !important;
}

.color14 {
    color: #129990 !important;
}

.border_color1 {
    border: 1px solid #043ba4 !important;
}

.border_color2 {
    border: 1px solid #c7cee7 !important;
}

.border_color3 {
    border: 1px solid #667dbf !important;
}

.border_color4 {
    border: 1px solid #3658b4 !important;
}

.border_color5 {
    border: 1px solid #34344e !important;
}

.border_color6 {
    border: 1px solid #11192d !important;
}

.border_color7 {
    border: 1px solid #cecece !important;
}

.border_color8 {
    border: 1px solid #F3F8FF !important;
}

.border_color9 {
    border: 1px solid #f0f0f0 !important;
}

.border_color10 {
    border: 1px solid #111111 !important;
}

.border_color11 {
    border: 1px solid #071952 !important;
}

.border_color12 {
    border: 1px solid #4D12EE !important;
}

.border_color13 {
    border: 1px solid #F8FAFC !important;
}

.background_color1 {
    background-color: #043ba4 !important;
}

.background_color2 {
    background-color: #c7cee7 !important;
}

.background_color3 {
    background-color: #667dbf !important;
}

.background_color4 {
    background-color: #3658b4 !important;
}

.background_color5 {
    background-color: #34344e !important;
}

.background_color6 {
    background-color: #11192d !important;
}

.background_color7 {
    background-color: #cecece !important;
}

.background_color8 {
    background-color: #F3F8FF !important;
}

.background_color9 {
    background-color: #f0f0f0 !important;
}

.background_color10 {
    background-color: #111111 !important;
}

.background_color11 {
    background-color: #071952 !important;
}

.background_color12 {
    background-color: #4D12EE !important;
}

.background_color13 {
    background-color: #F8FAFC !important;
}

.bgboby {
    background-color: #fff !important;
}

.bggradient {
    background: #111111;
    background: linear-gradient(180deg, rgba(17, 17, 17, 1) 0%, rgba(30, 35, 56, 1) 82%, rgba(52, 52, 78, 1) 100%);
}

.login {
    background-image: url('/web/resources/images/bg1.jpg');
    background-position: right bottom, left top;
    background-size: cover;
    height: 600px;
    position: relative;
    opacity: 0.9;
    border-radius: 15px;
}

.title {
    font-weight: 500 !important;
    font-size: 25px !important;
}

.titlesmall {
    font-weight: 550 !important;
    font-size: 15px !important;
}

a {
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    font-weight: 550;
    color: #9AA6B2;
}

table {
    border-collapse: separate;
    border-spacing: 0 0.4em;
    border: none;
}

td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.icon-cube {
    width: 100px;
    height: 90px;
    border-radius: 15px 15px 15px 15px;
    background-color: white;
}

.icon-anuncio {
    width: auto;
    height: 150px;
    /*border-radius: 15px 15px 15px 15px;*/
    background-color: white;
}

.control-label {
    color: #797979 !important;
    font-weight: 500;
    font-size: 13px;
}

.font20 {
    font-size: 20px !important;
}

.coloraproved {
    color: #00FF9C !important;
}

.colorrefuced {
    color: #F7374F !important;
}

.form-control {
    background-color: #F8FAFC;
    border-radius: 10px;
    border: none;
    /*    */
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; */
    /*  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.containercheck:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.containercheck input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.containercheck input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.containercheck .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.font10 {
    font-size: 10px !important;
}

.font11 {
    font-size: 11px !important;
}

.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

.font17 {
    font-size: 17px !important;
}

.font18 {
    font-size: 18px !important;
}

.font19 {
    font-size: 19px !important;
}

.font20 {
    font-size: 20px !important;
}

.font500 {
    font-weight: 500 !important;
}

.font550 {
    font-weight: 550 !important;
}

.font600 {
    font-weight: 600 !important;
}

.shadow1 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.circular {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E7E6F7;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.circular2 {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #E7E6F7;
    border: 2px solid transparent;
}

.y_centercenter {
    vertical-align: middle;
}

.pointer {
    cursor: pointer !important;
}

.contenedor {
    position: relative;
    border: 1px solid black;
    height: 900px;
    width: 1000px;
    background-color: #F8FAFC;
}

.nodo {
    flex: 1;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 10px;
    border-radius: 10px;
    font-size: 11px;
    color: #212529;
    font-weight: 550;
    background-color: white;
    position: absolute;
    top: 20px;
    left: 430px;
    border: 2px solid white !important;
}