.greenbutton {
    background: #49c5b6 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 5rem !important;
    border-radius: .25rem !important;
}

.greenbutton2 {
    background: #49c5b6 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 8px 10px !important;
    border-radius: .25rem !important;
}

.blueconnect {
    color: #15b2a8;
    font-size: 2rem;
}

.greenstatus {
    background-color: #a8bd0d;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    border-radius: 5px;
}

.redstatus {
    background-color: #E74C3C;
    color: #fff;
    padding: 5px 20px;
    width: 100%;
    border-radius: 5px;
}

#pagination {
    font-size: 12px !important;
    color: #ac587a !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    height: 35px !important;
    text-align: right !important;
}

#pagination a,
.lib_pagination {
    font-size: 12px !important;
    color: #020201 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#pagination a,
#pagination .current {
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
}

#pagination a,
.lib_pagination {
    font-size: 12px !important;
    color: #020201 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#pagination .current {
    background-color: #1FB5AD !important;
    color: white !important;
    margin: 0 !important;
}

#pagination a,
#pagination .current {
    border: 1px solid #ccc !important;
    padding: 6px 12px !important;
    border-radius: 5px !important;
}

.iconinfo {
    color: #fff;
    background-color: #508dc6;
    padding: 3px;
    width: 20px;
    border-radius: 20px;
    height: 20px;
    text-align: center;
}

.awbswitch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

.awbswitch .inputswitch {
    opacity: 0;
    width: 0;
    height: 0;
}

.awbslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.awbslider:before {
    position: absolute;
    content: "<<";
    height: 26px;
    width: 60px;
    left: 4px;
    bottom: 3px;
    background-color: #69ca00;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 26px;
    font-size: 1.2rem;
}

.inputswitch:checked+.awbslider:before {
    content: ">>";
}

.inputswitch:checked+.awbslider {
    background-color: #fff;
}

.inputswitch:focus+.awbslider {
    box-shadow: 0 0 1px #fff;
}

.inputswitch:checked+.awbslider:before {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.customtooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.customtooltip .tooltiptext {
    visibility: hidden;
    min-width: 400px;
    background-color: #444;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -200px;
    opacity: 0;
    transition: opacity 0.3s;
}

.customtooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.customtooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.8;
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sliderswitch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ececec;
    -webkit-transition: .4s;
    transition: .4s;
}

.sliderswitch:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 35px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.sliderswitch {
    background-color: #5cb85c;
}

.switch input:focus+.sliderswitch {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.sliderswitch:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    transition: .1s ease-in;
}

.switch input:checked+.sliderswitch:after {
    transition: .1s ease-in;
}

.switch input:checked+.sliderswitch span.off {
    display: none;
}

.switch input:checked+.sliderswitch span.on {
    display: inline-block;
}


/* Rounded sliders */

.sliderswitch {
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding-top: 6px;
}

.off {
    padding-right: 1px;
    padding-left: 8px;
}

.on {
    padding-right: 1px;
    padding-left: 5px;
}

.sliderswitch:before {
    border-radius: 5px;
}

.greenbutton2 {
    background: #49c5b6;
    color: #fff;
    text-decoration: none;
    padding: 8px 1rem;
    border-radius: 0.25rem;
}

.setup-tabs .nav-item a.nav-link.active {
    background: #fc8269 !important;
    color: white !important;
}
.setup-tabs .nav-item a.nav-link.nav-link-dashboard.active {
    background: #87ceea !important;
    color: white !important;
}

.btn-green-light{
    background-color: #e0f8e3 !important;
    color: #5A5A5A !important;
}

.red-input {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    height: 35px;
}

.red-input select {
    padding: 0 8px;
    width: 100%;
    height: 35px;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
}

.red-input:after {
    top: 50%;
    left: 93%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.red-input:before {
    width: 12%;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    background-color: #fc8269;
    border-color: #fc8269;
}

.red-input select:focus {
    outline: none;
}

.red-input-small {
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #ccc;
    width: 80px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    height: 28px;
}

.red-input-small select {
    padding: 0px 2px;
    width: 100%;
    height: 28px;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
}

.red-input-small:after {
    top: 50%;
    left: 75%;
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 5px;
    margin-top: -2px;
    z-index: 1;
}

.red-input-small:before {
    width: 40%;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    background-color: #fc8269;
    border-color: #fc8269;
}

.red-input-small select:focus {
    outline: none;
}

.red-input-large {
    width: 100%;
    height: 38px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
}

.red-input-large select {
    height: 38px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.red-input-large::before {
    width: 40px;
    background-color: #fe794e;
    border-color: #fc8269;
    border-radius: 5px;
    border-left: 1px solid #dfdfdf;
}

.red-input-large::after {
    left: inherit;
    right: 15px;
}

.green-input-large {
    width: 100%;
    height: 35px;
    line-height: 32px;
    border: 1px solid #dfdfdf;
}

.green-input-large select {
    height: 38px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.green-input-large::before {
    width: 40px;
    background-color: #49c5b6 !important;
    border-color: #49c5b6 !important;
    border-radius: 5px;
    border-left: 1px solid #dfdfdf;
}

.green-input-large::after {
    left: inherit;
    right: 15px;
}


.withback {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.content-title2 {
    margin-right: 5px;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 5px 1px;
    width: 105px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: rgb(171, 182, 193);
    float: left;
    text-decoration: none;
    color: #fff;
}


.padsactive {
    height: auto !important;
}

.isactive {
    background-color: rgb(0, 127, 148) !important;
}

.nav-link-coaching{
    padding: 16px 10px;
    border: none;
    font-weight: lighter;
    border-radius: 0.25rem !important;
    color: white;
    display: flex;
    justify-content: center;
    font-weight: 100 !important;
}

.active-coaching{
    background-color: #ffdf7c !important;
    color: #000 !important;
}

.link {
    cursor: pointer;
}

.contenu {
    margin-top: 36px;
    padding: 10px;
    border: 2px solid #f4f7f6;
}

.w-auto {
    width: 100% !important;
}

.icon-auto {
    width: 80%;
    height: auto;
    line-height: auto;
    min-height: 150px;
    object-fit: contain
}

.icon-scale-down-auto {
    width: 80%;
    height: auto;
    background: #fff;
    line-height: auto;
    object-fit: scale-down
}

.form-control:not(select) {
    height: 38px !important;
}

input[type="date"] {
    position: relative;
    padding: 4px 0px 4px 8px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
  width: 40px;
  height: 38px;
  line-height: 38px;
}

input[type="date"]:before
{
    background: none;
    display: block;
    font-family: 'Font Awesome 5 Free';
    content: '\f073';
    width: 40px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    background-color: #3682c3;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}



.green-status {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #22af46;
    color: #22af46;
    text-transform: uppercase;
}

.orange-status {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ff7b55;
    color: #ff7b55;
    text-transform: uppercase;
}

.red-status {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #F65474;
    color: #F65474;
    text-transform: uppercase;
}
.code-client {
    margin-bottom: 10px;
    color: #21B6DE;
}
.buttons .btn.btn-outlined {
    color: #1fb5ac;
    background-color: transparent;
    width: 95% !important;
    font-size: 12px;
    height: 35px;
    line-height: 25px;
    border-radius: 3px;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

a {
    color: #1fb5ac;
    text-decoration: none;
    background-color: transparent;
}

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

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

.livrable-container {
    min-height: 85vh;
    height: auto;
    padding-bottom: 70px;
}

.suivifooter, .diagfooter {
    position: absolute;
    height: 55px;
    bottom: 10px;
    width: 98%;
}

.suivifooter {
    border-top: 5px solid #eeb500;
}

.h-75-vh {
    height: 85vh!important;
}

.flex-one {
    -webkit-box-flex: 1;-ms-flex: 1;flex: 1;
}
