﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 900px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*Estilos de Colectivo*/


.table thead {
    background-color: #F5F5F5;
    font-size: 13px;
}

.table th {
    padding: 5px !important;
}

.table tbody {
    font-size: 12px;
}

.table td {
    padding: 3px !important;
    vertical-align: middle;
}

#formularioCard .form-group {
    margin-bottom: 1px !important;
}

#formularioCard label {
    margin-bottom: -0.5rem;
}

#opcionesModal .form-check {
    padding-left: 7.25rem;
}

.pageTitles {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px
}

.pageSecondTitle {
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    font-size: 19px
}

.appBtnSearch {
    padding-left: 5px;
    font-size: 20px;
    width: 33px;
    height: 33px
}

.inputSearch {
    color: black;
    font-size: 12px;
}

.card {
    font-family: Arial, Helvetica, sans-serif;
}

.card-header {
    color: white;
    font-size: 13px;
    font-weight: bold;
    background-color: #00538E !important;
}


.circle-form {
    min-height: 30px;
    min-width: 30px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #002d73;
    display: inline-block;
    cursor: pointer;
}

.selected-form {
    height: 20px;
    width: 20px;
    background-color: #002d73;
    border-radius: 50%;
    z-index: 100;
}

.bottom-line {
    width: 100%;
    height: 5px;
    background: #002d73;
    margin-top: 20px;
    margin-bottom: 20px;
}


.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #00aeef !important;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300aeef' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
    background-position: right calc(.375em + .1875rem) center;
}


.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #00aeef;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2300aeef' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}


.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    /* background-size: calc(.75em + .375rem) calc(.75em + .375rem);
        padding-right: calc(1.5em + .75rem);*/
}

.vecesguardado {
    background-color: aliceblue;
}

.ablink {
    cursor: pointer;
    color: steelblue !important;
}
#logout-ribbon {
    background: url("images/ribbon.png") no-repeat center top;
    width: 42px;
    height: 49px;
    text-align: center;
    margin-top: -1px;
    margin-left: 45px;
}

.boton-navegar {
    margin: 5px;
    border-radius: 10px;
}

.nombreusuario {
    font-size: 18px;
    display: block;
    color: #a8e5ff;
    padding-bottom: 4px;
    padding-right: 10px;
    padding-top: 4px;
}

.nav-link {
    color: #1b6ec2;
    font-weight: bolder;
}

.white-color {
    color: white;
}

.arrow-icon {
    font-size: 20px;
    font-weight: bold !important;
}

.collased {
    display:none;
}



