﻿html, body {
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.form-group label {
    margin-bottom: 1px;
}

/*VALIDATION*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none !important;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    /*background-color: #fee !important;*/
}

.validation-summary-errors {
    color: #f00 !important;
}

.validation-summary-valid {
    display: none !important;
}
/*VALIDATION*/

.card {
    border-radius: unset;
}

.footer {
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
}

.widget {
    display: block;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: #323c47;
    position: relative;
}

.widget__icon_layer--right {
    text-align: right;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

.btn {
    border-radius: 0;
    min-width: 50px;
}

.user.user--controls .user__name {
    padding-right: 0px;
    position: relative;
}

.nav-tabs .nav-link.disabled {
    color: #91969a;
    cursor: not-allowed;
}

.page__container {
    height: 63px;
    border-top: 3px solid #8c1258;
}

.widget.invert {
    border: 0px;
    background: #10A2E8;
}

    .widget.invert .widget__icon_layer span {
        color: #FFFFFF;
    }

.widget__title {
    padding-left: 20px;
    font-size: 16px;
}

.widget__subtitle {
    padding-left: 20px;
}

.dashboard-item {
}

    .dashboard-item:hover {
        background: #0492D6;
    }

.sideMenu-title {
    padding: 10px 0px 0px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #91969a;
    text-transform: uppercase;
}

.activeSideMenu {
    background-color: red;
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    border-color: #d01b83;
    background: #d01b83;
    color: #FFF;
}

.btn.btn-primary {
    border-color: #8c1258;
    background: #8c1258;
    color: #FFF;
}

.footer-card {
    margin-bottom: 0px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background-color: #fff;
}

.footer-card-body {
    padding: 0;
}

.text-primary {
    color: #8c1258 !important;
}

a {
    color: #8c1258;
    text-decoration: none;
}

    a:hover {
        color: #d01b83;
        text-decoration: none;
    }

.widget--items-middle .widget__container {
    padding: 40px 10px;
}

.page__container {
    z-index: 1;
}

.ok-status {
    color: #28a745;
}

.ko-status {
    color: #f00;
}

.bg-gradient-1 {
    background: linear-gradient(40deg, #8c1258 0%, #e32190 100%) !important;
}

    .bg-gradient-1:hover {
        background: linear-gradient(40deg, #8c1260 0%, #e32150 100%) !important;
    }

.required {
    color: #f00;
}

.required-label:after {
    content: "*";
    color: red;
}

.modal-xl {
    max-width: 1000px;
}

.modal-xxl {
    max-width: 1400px;
}

.affiliate > img {
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 0px 2px #d7dde3;
}

.page__header > .logo-holder {
    flex: 0 0 auto;
    width: 250px;
    padding-top: 1px;
}

.actionIcon {
    cursor: Pointer !important;
}

    .actionIcon:hover {
        color: #EA7A30 !important;
    }

.table > thead {
    cursor: pointer;
}

.table th {
    font-weight: bold;
    color: #8c1258;
    border-bottom: 3px solid #8c1258 !important;
}

.table tfoot tr {
    font-weight: bold;
    color: #8c1258;
    border-bottom: 3px solid #8c1258 !important;
}

.table th, .table td {
    padding-top: 1px;
    padding-bottom: 1px;
}

.table tr {
    /*background-color: #ecf4fb;*/
}

.tableSelectedRow {
    background-color: #D73F96 !important;
    color: white;
}

    .tableSelectedRow:hover {
        color: #000;
    }

.ok-back {
    background-color: #28a745;
    color: #FFFFFF !important;
}

.ko-back {
    background-color: #FECE00;
    color: #FFFFFF !important;
}

.month {
    background-color: #004070;
    color: #FFFFFF !important;
}

.selected-month {
    background-color: #28a745;
    color: #000 !important;
    font-weight: bold;
}

.btn {
    padding: 4px 10px;
    font-size: 11px;
}

select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.form-control {
    padding: 4px;
}

.card .card-container {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
}

.form-control-element .form-control-element__box--pretify {
    height: 20px;
}

.form-control-element .form-control-element__box {
    padding: 0;
}

/*.btn.btn-primary {
    border-color: #8c1258;
    background: #8c1258;
    color: #FFF;
}

    .btn.btn-primary:hover {
        border-color: #065787;
        background: #2598dc;
        color: #FFF;
    }*/

.pagination .page-item .page-link {
    line-height: 10px;
}

.master-row {
    background-color: #065787;
    color: #FFF
}

.details-row {
    background-color: #e5f2fc;
}

.table thead th {
    vertical-align: middle;
}

.page__content {
    background: url(../img/tiny_grid.png) !important;
}

.scroll-container {
    height: calc(100% - 62px);
    overflow: auto;
}

.colLeftName {
    width: 250px !important;
}

.colDate {
    width: 70px !important;
}

.table-static {
    font-size: 11px !important;
    text-align: center !important;
}

    .table-static th {
        background-color: #004070 !important;
        color: #FFF !important;
        border: solid 1px Gray !important;
    }

    .table-static td {
        background-color: #9FD7FF !important;
        border: solid 1px Gray !important;
    }

.cg_group_invoice {
    background-color: #5cb85c !important;
}

.abs_CongeMaternite {
    background-color: #30bcea;
}

.abs_Formation {
    background-color: #92CDDC;
}

.abs_Maladie {
    background-color: #EA7A30;
}

.abs_Recuperation {
    background-color: #FFC000;
}

.abs_Rtt {
    background-color: #a681cb;
}

.abs_Deplacement {
    background-color: #337ab7;
}

.abs_Accident {
    background-color: #d9534f;
}

.a_valider {
    background-color: #fabfbd !important;
}

.a_facturer {
    background-color: #30bcea !important;
}

.en_facturation {
    background-color: #92CDDC !important;
}

.cloturee {
    background-color: #5cb85c !important;
}

.annulee {
    background-color: #867a7a !important;
}

.ok-back {
    background-color: #28a745 !important;
}

.ko-back {
    background-color: #d9534f !important;
}

.td-read-only {
    background-color: #dedede !important;
    border: 1px solid #004070 !important;
}

.inv_brouillon {
    background-color: #92CDDC !important;
}

.inv_validee {
    background-color: #30bcea !important;
}

.inv_envoyee {
    background-color: #FFC000 !important;
}

.inv_payee {
    background-color: #5cb85c !important;
}

.inv_annulee {
    background-color: #d9534f !important;
}

.animate-on-change {
    transition: all 1s;
    -webkit-transition: all 1s;
}

.animate-on-change-changed {
    background-color: #FFC000 !important;
    transition: ease-out;
    -webkit-transition: ease-out;
}

.lightBlue {
    color: #0492D6;
    padding-top: 10px;
}

.affiliateHeader {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-top: 3px solid #38B3EF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
    padding: 2px;
}

.invalid-line {
    background-color: red !important;
}

.xtblRowHeader, .xtblRowHeader .xtblCell {
    height: 50px !important;
}

.popover {
    max-width: 400px;
    min-width: 200px;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #fabfbd !important;
    color: #000000 !important;
}

.xtblRow.rowGroup2:hover input[type="text"] {
    background-color: #30bcea !important;
    color: #000000 !important;
}

.xtblRow.rowGroup2:hover input[type="number"] {
    background-color: #30bcea !important;
    color: #000000 !important;
}

.xtblRow.rowGroup2 input[type="text"]:hover {
    background-color: #FFFFAA !important;
    color: #000000 !important;
}

.xtblRow.rowGroup2 input[type="number"]:hover {
    background-color: #FFFFAA !important;
    color: #000000 !important;
}

.form-group {
    margin-bottom: 3px !important;
}

.width35 {
    width: 35px !important;
}

.width45 {
    width: 45px !important;
    /*padding: 6px 0px;*/
}

.width45-column {
    width: 45px !important;
    padding: 6px 0px !important;
}

.xtblCell-space {
    top: 0px;
    width: 989px;
    height: 21px;
    margin-top: -1px;
    margin-left: -1px;
    white-space: normal;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border: solid 1px Gray;
    background-color: red !important;
}

.directory {
    background-color: #28a745;
    color: #000 !important;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item .page-link {
    padding: 4px 10px;
    min-width: 30px;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 0px !important;
}

.not-viewed {
    font-weight: bold;
}

.white {
    color: #FFFFFF;
}

.form-control:focus {
    border-color: #8c1258;
    box-shadow: 0 0 0 0.1rem rgba(241, 32, 217, 0.25);
}

.navbar-fixed-top {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
    top: 0 !important;
    border-width: 0 0 1px !important;
}

.logout:hover {
    color: black !important;
}

.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    background-color: #222;
    border-color: #080808;
}

.navbar-fixed-bottom-container {
    padding-left: 100px;
}

.navbar-fixed-bottom-item {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline;
    text-align: left;
}

.btn {
    min-width: 120px;
}

.affiliate-name {
    font-size: 16px;
    font-weight: bold;
}

.success {
    color: #28a745;
    font-weight: bold;
}

.fail {
    color: #ba3b37;
    font-weight: bold;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #d01b83 #c7c7c7;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: #c7c7c7;
        border-radius: 20px;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #d01b83;
        border-radius: 20px;
        border: 1px solid #c7c7c7;
    }
