﻿/*
 * General
 */
body {
    min-height: 100vh;
    margin: 0;
}

.so-h-min-100vh {
    min-height: 100vh;
}

/* Main View Arrangment */
.so-view {
    padding-top: 3.5rem;
}

.so-main {
    padding-left: 6rem;
}

.so-view,
.so-main,
.so-content {
    min-height: calc(100vh - 3.5rem);
}


.so-main-height {
    height: calc(100vh - 58px); /* 58px c'est la hauteur de la navbar */
}

.sidebar {
    width: 6rem;
}

/* Headers Classes */
.so-header {
    height: 3.5rem;
    z-index: 150;
}

.so-header-logo {
    height: 2.5rem;
}

.so-header-title {
    text-transform: uppercase;
}

.so-header-title-highlight {
    font-weight: 500;
    color: darkorange;
}

/* SideBar arrangement */
.so-menu-header-title {
    font-weight: bold;
    font-size: 1rem;
}

.so-menu-header-content {
    font-weight: lighter;
    font-size: 0.8rem;
}

hr.so-menu {
    background-color: azure;
    width: 100%;
    margin-bottom: 0;
}

hr.so-menu-top {
    margin-bottom: 4px;
}

hr.so-menu-top,
hr.so-menu-bottom {
    margin-top: 4px;
}
/*#beneficiariesView {
    width: calc(100% - 32px);
}*/

.marginContainer {
    margin-left: 15px;
    margin-top: 15px;
}

.v-align {
    display: flex;
    align-items: center
}

.alert {
    border-radius: 5px;
}

.page-item.active .page-link {
    background-color: #48CFC0;
    border-color: #48CFC0;
}

.page-link {
    color: #48CFC0;
    border-radius: 0px;
}

/* FAB */
.btn-validate {
    color: #fff;
    background-color: #0091DA;
    border-color: #0091DA;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.btn-validate-subtitle {
    margin: 0px;
    transform: translateX(-50%) translateY(-1px);
}

.btn-cancel {
    color: #fff;
    background-color: #DC2319;
    border-color: #DC2319;
    margin: 1rem;
}

.btn-decline {
    color: #fff;
    background-color: #646464;
    border-color: #646464;
    margin: 1rem;
}

.btn-action {
    color: #fff;
    background-color: #416b80;
    border-color: #416b80;
    margin: 15px;
}

.btn-link {
    color: #646464;
    cursor: pointer;
}

.bmd-btn-fab-login {
    width: 5.5rem !important;
    height: 5.5rem !important;
    min-height: 5.5rem !important;
}

.b-none {
    border: none;
}

.s72 {
    font-size: 72px !important;
}

/* MODALE */
.so-modal-header {
    background-color: #F8F8F8;
    color: #646464;
    padding: 24px 24px 0;
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.so-modal-footer {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #dee2e6;
}



/* POUR LE BREADCRUMB */

.breadcrumb-text {
    font-size: 14px;
    font-weight: normal;
}

.breadcrumb-text-active {
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb-dot {
    height: 10px;
    width: 10px;
    background-color: #C8C8C8;
    border-radius: 50%;
    display: inline-block;
}

.breadcrumb-dot-active {
    height: 10px;
    width: 10px;
    background-color: #4C768A;
    border-radius: 50%;
    display: inline-block;
}

.breadcrumbTable {
    position: relative;
}

    .breadcrumbTable:after {
        content: "";
        height: 1px;
        border-bottom: dotted;
        border-bottom-width: thin;
        position: absolute;
        z-index: -1;
        width: 100%;
        transform: translateY(-14px);
    }


/* Pour DatePicker */

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #48CFC0;
    color: #fff;
    text-align: center;
    padding: 0.3em;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #48CFC0;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #48CFC0;
    color: #fff;
}

.dtp .p10 > a {
    color: #646464;
    text-decoration: none;
}

.dtp div.dtp-actual-year {
    font-size: 1.5em;
    color: white;
}


/*Idem que pour les td avec la classe select-checkbox dans select.bootstrap4.css*/
table.dataTable.withCheckboxInThead thead th.select-checkbox {
    position: relative;
}


    table.dataTable.withCheckboxInThead thead th.select-checkbox:before,
    table.dataTable.withCheckboxInThead thead th.select-checkbox:after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        box-sizing: border-box;
    }

    table.dataTable.withCheckboxInThead thead th.select-checkbox:before {
        content: ' ';
        margin-top: -6px;
        margin-left: -6px;
        border: 1px solid black;
        border-radius: 3px;
    }

.no-before::before {
    display: none !important;
}
