﻿.etiqueta {
    border-radius: 0.75rem;
    color: white;
    /*padding-top: 0.25em;
    padding-bottom: 0.25em;*/
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5.8em;
    width: 5.8em;
    min-width: 5.8em;
    text-align: center;
    font-size: x-small;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-body-nota{
    padding-bottom:0px !important;
    padding-top:0px !important;
}

.footerNota{
    margin:0;
    font-size:small;
}

.filaEtiqueta {
    padding-left: 0.5em;
}

#divNotasSiniestro {
    max-height: 13em;
    overflow-y: scroll;
}

.sidebarNotas {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebarNotas a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebarNotas a:hover {
    color: #f1f1f1;
}

.sidebarNotas .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#dragbarSidebar {
    background-color: black;
    height: 100%;
    width: 3px;
    cursor: col-resize;
    position: absolute;
    right: 0;
    top: 0;
}

#contadorNotas {
    padding-left: 0.3em;
    padding-right: 0.3em;
    background-color: red;
    border-radius: 25%;
    color: white;
    font-size: xx-small;
    position: absolute;
    top: -5%;
    right: -20%;
    display: none;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #555;
}

.contentNotas {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.etiquetaNota{
    float:right;
}

#pendientesPanel .cardNota.noLeida, #divNotasSiniestro .cardNota.noLeida {
    font-weight: 800;
}
.dotNoleida {
    background-color: red;
    min-width: 0.5em;
    min-height: 0.5em;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0.25em;
    top: 0.25em;
}

.spanNota {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#nuevaNota {
    position: absolute;
    z-index: 1049;
    top: 3.5em;
    width: 100%;
    box-shadow: #23c9e8 0px 0px 8px;
}

.etiquetaSeleccionada {
    box-shadow: #23c9e8 0px 0px 8px;
    font-weight: 600;
    border: 2px solid #23c9e8;
}

@media (max-width: 480px) {
    #btnCrearEtiqueta{
        display:none;
    }
    #btnAdministrarEtiquetas {
        display: none;
    }

    .etiqueta{
        width:5em;
        max-width:5em;
        min-width:5em;
    }
}

.controlesNota{
    float:right;
}

.controlesEtiquetas{
    float:right;
}

.contenedorEtiquetas{
    float:left;
}

.btnGuardarEditNota{
    width:3em;
}

.btnDeshacerEditNota {
    width:3em;
}

a#pendientes-tab, a#recibidas-tab, a#enviadas-tab {
    font-size: medium;
    text-align: center;
    padding: 0;
}

li.tabNotas {
    width: 33%;
}

.accordeonRemarcado {
    box-shadow: #23c9e8 0px 0px 8px;
    font-weight: 600;
    border: 2px solid #23c9e8;
}