/* --- REDESIGN EMIL APPLICATION by CBUENO -- */

body {
    background: #2c3b62;
    color: #c8d1db;
}

h1 {
    color: #f8ac1b;
}

h2 {
    color: #fe5167;
}

h3 {
    color: #2894dd;
}

a {
    color: #fda733;
    text-decoration: none;
}

a:hover {
    color: #f75064;
    text-decoration: underline;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: none;
    padding-left: 0px;
}

.table {
    color: #fff;
}

.table-bordered td,
.table-bordered th {
    border: 0px;
}

.table-bordered {
    border: 0px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #262d48;
    border-color: #262d48;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
}

.bg-emilBlue {
    background-color: #2c3b62 !important;
}

.text-danger {
    /*color: #f0e8e9 !important;*/
    /*background-color: #f35564 !important;*/
    /*padding: 4px 1px 6px 1px !important;*/
    /*font-size: 1.1rem !important;*/
}

.underOneCol {
    color: #fff !important;
}

.equalOneCol {
    color: #09ee09 !important;
}

.btn-primary {
    color: #fff;
    background-color: #f35564;
    border-color: #f35564;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    /*padding: 5px 30px 5px 30px !important;*/
    /*margin: 15px 5px 10px 0px;*/
}

.btn-secondary {
    color: #fff;
    background-color: #f35564;
    border-color: #f35564;
    /*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    /*padding: 5px 30px 5px 30px !important;*/
    /*margin: 15px 5px 10px 0px;*/
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    /*border-top-left-radius: 0;*/
    /*border-bottom-left-radius: 0;*/
    background-color: #2894dd;
    border-color: #2894dd;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2793dc;
    border-color: #2793dc;
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #2793dc;
    border-color: #2793dc;
}

.paginate_button {
    background-color: #2a3b5f;
}


/* --- OOOO --- */

#loaderContainer {
    position: absolute;
    background: #80808080;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    padding-top: 40vh;
}

#loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #333333;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#optionContainer {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}

.navbar {
    background-color: #252a4a !important;
    height: 4em;
    margin-bottom: 1.5rem;
}

/*select,*/
/*input {*/
/*    border: unset;*/
/*    border-radius: 5px;*/
/*    color: #252a4a;*/
/*    height: 2rem;*/
/*}*/

table input[type=number] {
    max-width: 5em;
}

.upperOneCol {
    color: red;
}

.underOneCol {
    color: black;
}

.equalOneCol {
    color: green;
}

.headerConsommation:hover .hoverConsommation {
    display: block;
}

.hoverConsommation {
    display: none;
    position: absolute;
    background: #2a3b5f;
    margin-top: -3em;
    padding: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
}

#userListTable_wrapper,
#demandeListTable_wrapper {
    margin: 10px;
}

.marge-left {
    margin-left: 10px;
}

form label {
    display: block;
}

.glyphicon {
    cursor: pointer;
}

#calendar {
    overflow-x: auto;
    display: block;
}

.input-dropdown {
    /*min-width: 3rem;*/
    padding: .375rem .5rem;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}


/* Bugfix Chrome pour les input number */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* ajout de style */

.text-info {
    color: #6eb9ea !important;
}

.border-dark {
    border-color: #2a3b5f !important;
}

.text-danger {
    /*color: #f0e8e9 !important;*/
    /*background-color: #44222c87;*/
    /*padding-left: 1rem;*/
    /*font-size: 0.8rem;*/
}

textarea.form-control.keep--normal-input-height {
  height: calc(1.5em + .75rem + 2px);
}

.alerte {
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none; // en attendant un correctif des valeurs
}
.alerte .fa-exclamation-triangle {
    font-size: 1.3rem;
}

.alerte:hover .fa-exclamation-triangle {
    background-color: transparent !important;
}

.alerte:hover .jourNonSaisi{
    display: block !important;
    position: fixed;
    bottom: 1.5rem;
    right: 2rem;
    border: 3px #dc3545 solid;
    border-radius: 10px;
    background-color: #2c3b62;
    text-align: left;
}

.alerte:hover .jourNonSaisi .fa-li {
    left: 0;
}
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.jira-logo {
    width: 40px;
    height: 40px;
    display: inline;
}
