/*------------------------------*/

.carousel-control.left {
    /* opacity:0.1 !important; */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%) !important;
}

.carousel-control.right {
    /* opacity:0.1 !important; */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0001) 100%) !important;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next .icon-next {
    margin-top: 40px !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev .icon-prev {
    margin-top: 40px !important;
}

.imagecommentaire {
    border: 2px solid #ddd;
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    padding: 0px;
    margin: 5px;
}


/* ---------CSS MENU VERTICAL */

.nav>li>a {
    color: #9e9e9efa !important;
    text-align: left !important;
    font-weight: 600;
    padding: 14px 15px !important;
    background: transparent !important;
    text-decoration: none !important;
    font-size: 12px;
    border-bottom: 1px solid #fafafa;
}

.borderadius {
    border-radius: 5px;
    border: 1px solid #ddd;
}

.nav>li>a:hover {
    color: #4c93ca !important;
    border-right: 3px solid #4c93ca !important;
}

.nav>li>a:focus {
    color: #4c93ca !important;
    border-right: 3px solid #4c93ca !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #4c93ca !important;
    color: #fff !important;
    /* border-right: 3px solid #ddd !important; */
}


/* .li:hover {
    border-right: 3px solid #4c93ca !important;
} */


/* --------------------- */

.title {
    color: #22539e;
    font-size: 25px;
    font-weight: bold;
}

.plus {
    color: #e2123d;
    font-weight: bold;
    position: absolute;
    font-size: 30px;
    top: 18px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.contenu {
    height: 83px;
    vertical-align: middle;
    display: flex;
    overflow: hidden;
    text-align: justify;
    font-size: 12px !important;
}

.post {
    background: #fff;
}

.icon-add {
    top: 51px !important;
    background: #fff;
    color: #337ab7;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #ececec;
    position: absolute !important;
    left: 48%;
    cursor: pointer;
}

.post:hover {
    background: #ddd;
}

.menu_right {
    background-color: #fff !important;
    /*padding-left: 30px;*/
    padding-top: 20px;
    border-color: #fff !important;
}

.nav-pills>li>a {
    border-radius: 0px !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: transparent !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.img_border {
    border: 2px solid #337ab7 !important;
    height: 100px;
    width: 100px;
    border-radius: 80px;
}

.img_profil {
    border: 0px solid #337ab7 !important;
    height: 55px;
    width: 55px;
    border-radius: 55Px;
}

.bg {
    background: #f3f2f2 !important;
}

.bg_head {
    margin-bottom: 4px !important;
    background: #fff !important;
    box-shadow: 0 3px 4px 2px #ddd !important;
    z-index: 1
}

.bg_blanc {
    background: #fff !important;
}

.ambassadeur {
    border: 1px solid #f7f7f7;
    background: #fff;
}

.ambassadeur:hover {
    transform: scale(1.02);
    z-index: 1;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 1px 1px #dddddd47;
    color: #337ab7;
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.post-title-direction {
    font-size: 11px;
    color: #8c8989;
    font-weight: 600;
}

.color_grey {
    font-size: 14px;
    color: #8c8989;
}

.post-title-user {
    font-size: 11px;
    font-weight: 700;
}

.image {
    margin: 20px
}

.padding10 {
    padding: 10px;
}

.b_radius {
    border-radius: 25px !important;
}

.paddingtop10 {
    padding-top: 10px;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 25px !important;
    margin: 5px;
    text-align: center;
}

.next a {
    border-radius: 25px !important;
    margin: 5px;
    width: 110px !important;
    text-align: center;
}

.prev a {
    border-radius: 25px !important;
    margin: 5px;
    width: 110px !important;
    text-align: center;
}

.first a {
    border-radius: 25px !important;
    margin: 5px;
    width: 110px !important;
    text-align: center;
}

.prev a {
    border-radius: 25px !important;
    margin: 5px;
    width: 110px !important;
    text-align: center;
}

.titre {
    color: #777;
    font-weight: 600;
    font-size: 28px;
}

.conteneur-titre {
    padding: 10px 30px !important;
}

.conteneur-boutons {
    padding: 15px 30px !important;
}

.historiques {
    padding: 0 15px;
    overflow: hidden;
    height: 150px !important;
    overflow-y: auto;
}

.soustitre {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    display: none;
}

.soustitre2 {
    font-size: 13px;
    margin: 5px 0;
    color: #777;
}

th {
    font-size: 12px !important;
    color: #555;
    border-bottom: 1px solid #eee !important;
    padding-left: 10px !important;
}

table {
    border-bottom: 2px solid #eee !important;
}

td {
    font-size: 12px !important;
    color: #666;
    line-height: 30px !important;
}

table.dataTable.compact tbody td {
    padding: 0px 10px !important;
}

.bordures {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.souligne {
    text-decoration: underline;
}

.loader-container {
    background-color: white;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 40vh;
    padding-left: calc(50% - 60px);
    z-index: 9999;
    width: 100%;
    display: none;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

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

.logo-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    height: 150px;
}

.input-disabled {
    border: none !important;
    box-shadow: none !important;
    /*padding:0 !important;*/
    color: #333 !important;
}

label {
    padding-top: 5px;
    color: #555;
}


/*alignement vertical*/

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


/*********************/


/* switch toggle*/

body {
    margin: 0;
    color: #444;
    background: #212121;
    font: 300 18px/18px Roboto, sans-serif;
}

*,
:after,
:before {
    box-sizing: border-box
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.switch-title {
    color: #eee;
    padding: 30px;
    font-size: 28px;
    text-align: center;
}

.switch {
    display: none;
}

.switch+label {
    width: 70px;
    height: 35px;
    position: relative;
    background: #ddd;
    border-radius: 35px;
    display: inline-block;
    /*border:2px solid green;*/
    transition: all .4s ease-in-out 0s;
}

.switch+label:before {
    top: 50%;
    content: '';
    right: 38px;
    width: 23px;
    height: 23px;
    background: gray;
    border-radius: 50%;
    position: absolute;
    margin-top: -11.5px;
    box-shadow: 0 3px 3px #000;
    transition: inherit;
}

.switch:checked+label {
    background: #ddd;
    border-color: #ddd;
    box-shadow: 0 1px 1px rgba(206, 206, 206, .5);
}

.switch:checked+label:before {
    right: 3px;
    background: green;
    border-color: transparent;
    box-shadow: 0 3px 3px #000;
}


/****************/

.logo-btn {
    position: absolute !important;
    top: 0;
    right: 15px;
}

.modal-header {
    background-color: #eee;
    color: #333;
}

input {
    border: 1px solid #bbb;
    color: #777;
    padding: 5px;
    border-radius: 4px;
}

.full-width {
    width: 100% !important;
}

.btn-custom {
    border: none;
    text-align: center;
    line-height: 30x;
    height: 30px;
}

.margintop_15vh {
    margin-top: 15vh;
}

.contenupage {
    padding: 0 30px;
}

.icone {
    padding: 0 5px 0 0 !important;
}

.btn-titre {
    border-radius: 15px !important;
}

th.actions {
    width: 100px !important;
    padding-bottom: 2px !important;
}

.actions {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 25px !important;
    ;
    background: #007bff !important;
    ;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 20px !important;
    ;
    background: #fff !important;
    ;
    color: #007bff !important;
    border: 1px solid #007bff !important;
}

span.hover:hover {
    background-color: #555;
    padding: 5px;
    cursor: pointer;
    color: #eee;
}

.select_col {
    width: 13px;
    text-align: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.width_100 {
    width: 100px !important;
}

input[type=number]::-webkit-inner-spin-button {
    /* -webkit-appearance: none; */
    background: red !important;
    opacity: 1;
}

.pt {
    position: absolute;
    top: 28px;
    font-size: 40px;
    left: 108px;
    color: #fff;
    margin: auto;
    text-align: center;
    border: 1px dashed;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding-top: 45px;
    margin-top: 20px;
}

.text-right {
    color: #000;
    text-align: right;
    text-transform: uppercase;
}

.text {
    color: #c1c0c0;
}

.points {
    height: 86px
}

.inc {
    background: #337ab7;
    width: 20px;
    text-align: center;
    height: 20px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

.dec {
    display: none;
    cursor: pointer;
    background: #dc2344;
    width: 20px;
    text-align: center;
    /* border-radius: 50%; */
    height: 20px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 45px
}

.section1 {
    border: 1px solid #ddd;
    padding: 0;
    margin-top: 10px;
    border-radius: 10px;
    background: #fff
}

.img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    text-align: center;
    margin-left: -17px;
}

.img-rounded {
    position: absolute;
    height: 80px;
    width: 80px;
    background: #ffffff;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 50%;
    top: -85px;
    border: 1px solid #ececec;
    overflow: hidden;
}

.section2 {
    background: #f6f6f6;
    margin-top: 130px;
}

.block_s2 {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
}

.block {
    height: 230px;
    border-radius: 10px;
    background: #337ab7;
    padding-top: 20px;
}

.block1 {
    border-radius: 10px;
    padding-top: 10px;
    color: #d2d1d1
}

.bg_grey {
    background: #f6f6F6;
    border: 1px solid #ddd;
}

.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - (60px));
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}


/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */

.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}


/* Add a thumb */

.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
    background: #000;
}