/*
*  @Author: Marcos Alfonso
 */

/*Dashboard Configuracion*/
.subs-table {
    margin: 15px 0 25px 0;
}
.table-config .table-responsive {
    margin-bottom: 15px;
}

/*Dashboard Administracion*/
.admin .welcome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #47474745;
}

.user-info {
   flex-basis: 30%;
    display: flex;
    flex-wrap: wrap;
}

.admin .welcome div i {
    font-size: 7rem;
    color: #337ab7;
}
.admin .welcome p {
    margin: 5px 0 0 0;
}
.admin .welcome div .name {
    margin-top: -1px;
}
.admin .welcome div.name{
    margin-left: 4.5rem;
    margin-bottom: 10px;
}
.admin .welcome p.name {
    font-size: 3rem;
}

.operacion {
    padding: 2rem;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 225px);
    grid-column-gap: 1.5rem;
}

.admin .resumen h4 {
    margin: 30px 0 0 0;
}
.card-resume {
    width: 225px;
    height: 150px;
    margin-right: 2rem;

}
.card-resume .resume-header {
    display: flex;
    flex-wrap: wrap;
}
.card-resume .icons-resume {
    background-color: #337ab7;
    color: white;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.card-resume .icons-resume i {
    margin-top: 8px;
}
.card-resume .icons-resume P {
    margin-top: 6px;
    font-size: 13px;
}
.card-resume .title-resume  {
    padding: 0 10px 0 10px;
    width: 175px;
    height: 40px;
}
.card-resume .title-resume p {
    font-size: 14px;
    line-height: 1;
}
.card-resume .title-resume .one-line {
    margin-top: 7px;
}
.card-resume .resume-figure {
    display: flex;
    justify-content: space-between;
    height: 65px;
}
.card-resume .resume-figure i {
    margin-left: 10px;
    width: 24px;
    height: 24px;
}
.card-resume .resume-figure .figure {
    font-size: 4.5rem;
    margin-top: 9px;
    width: 160px;
    z-index: 10;
}

.card-resume .resume-figure .figure div {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-resume .resume-figure .figure div .percentage {
    font-weight: bold;
}

.card-resume .resume-figure .fa-bar-chart {
    font-size: 4rem;
}
.card-resume span.fa-bar-chart {
    margin-top: 17px;
}
.card-resume .resume-figure i {
    font-size: 24px;
    align-self: flex-end;
    color: #8c8989;
    padding-bottom: 1rem;
}
.card-resume .resume-figure p {
    align-self: flex-end;
}
.admin .access .access-direct {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-section {
    padding-top: 1rem;
    padding-bottom: 0px !important;
}

.filter-form {
    width: 400px !important;
}


/** acsesos directos **/
.admin .access {
    margin-right: 1rem;
    padding-bottom: 1rem;
}
.admin .access .direct {
    background-color: #337ab7;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: white;
    text-align: center;
    margin-right: 1rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.access .access-direct .direct .container-button {
    flex: 1;
    width: 100%;
}

.access .access-direct .direct .container-button button {
    width: 100%;
    margin: 0 0 0 4px;
    padding: 0;
}

.access .access-direct .direct .container-button button i {
    margin-top: 15px;
    width: 100%;
    height: 100%;
}

.direct > span {
    color: black;
    order: 99;
}

.direct > span:hover {
    cursor: pointer;
}

.admin .access .direct i {
    font-size: 4rem;
}

.admin .access p {
    font-size: 1rem;
    margin: 8px 0 0 0;
}
.show-disp {
    padding: 9px;
    transition: .5s all ease;
}
.show-disp:hover {
    background-color: #337ab7;
    color: white;
}
.disp-show {
    background-color: #337ab7 !important;
    color: white !important;
}

.show-bar {
    display: none;
}

.block-config-dashboard {
    position: fixed;
    top: 90px;
    background-color: rgba(255, 255, 255, .6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.indic-filt {
    display: grid;
    /*justify-content: space-between;*/
    grid-template-columns: repeat(12, 1fr);
}
.indicator {
    margin-right: 10px;
    grid-column: 11 / 13;
}

.filters-indicators {
    grid-column: 1 / 11;
}
.indicator p.title-ind {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5)
}
.indicator p.indic {
    font-size: 4rem;
    margin-top: -19px;
}
.table-responsive-bko fi-filters {
    margin-top: 21px;
}

.table-ranking-sla {
    display: grid;
    grid-template-columns: repeat(auto-fit, 600px);
    grid-gap: 20px;
    margin-bottom: 5rem;
}

.card-ranking-sla {
    width: 600px;
    border: 1px solid #ddd;
    min-height: 80px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.title-ranking-sla {
    height: 45px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.data-ranking-sla {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(45px, 120px));
    grid-gap: 2rem;
    height: 45px;
    padding: 15px 15px 25px 15px;
    align-items: center;
}

.span-ranking-sla {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
}

.ok-ranking-sla {
    color: #21D77C;
}

.warning-ranking-sla {
    color: #E7D219;
}

.danger-ranking-sla {
    color: #D72121;
}

.best {
    color: white;
    background-color: #21D77C;
}

.worst {
    color: white;
    background-color: #D72121;
}

.data-prome-services {
    display: grid;
    grid-template-columns: repeat(4, 140px);
    grid-gap: 1rem;
    padding: 10px;
    align-items: center;
}

.table-costos-prome {
    grid-column: 2 / 5;
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
}

.table-prome-time-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, 400px);
    grid-gap: 2rem;
    margin-bottom: 5rem;
}

.card-prome-time-services {
    width: 400px;
    border: 1px solid #ddd;
    min-height: 80px;
    border-radius: 5px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);

}

.table-prome-time-services {

}

.data-prome-time-services {
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
}

.title-prome-time-services {
    margin-right: 25px;

}

.prome-time-services {
    width: 50px;
    height: 20px;
    text-align: center;

}

.prome-time-services span {
    width: 50px;
    height: 20px;
}

.time-danger {
    color: white;
    background-color: #D72121;
    border-radius: 40px;
}

.fa-spinner {
    position: relative;
}

.table-dashboard {
    margin-bottom: 5rem;
}

.dashboard-align-right {
    text-align: right;
}

.dashboard-align-center {
    text-align: center;
}

.table-entry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 2rem;
    margin-bottom: 10rem;
}

.dashboard-card-year {
    width: 100%;
    /*border: 1px solid #47474745;*/
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    padding: 20px;
    border-radius: 4px;
}
.dashboard-card-regionals-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    border-radius: 4px;
}

.dashboard-card-regionals {
    padding: 1rem;
    border: 1px solid #47474745;
    border-radius: 4px;
    /*box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);*/

}

.dashboard-card-int-entry-title {
    height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(41, 41, 41, 0.6);
}

.dashboard-card-int-entry {
    padding: 0 10px;
    height: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #47474745;
    align-items: center;
}

.dashboard-card-year-title {
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-card-year-title span {
    margin: 0 5px;
}
.table-responsive th.table-checkbox {
    min-width: 493px;
}
