.v-height {
    min-height: 100vh;
}

.title_page_pro a {
    font-weight: bold;
    font-size: 20px;
    color: #355689;
}

.v-height .top-contact {
    float: right;
    line-height: 0;
    color: #545454;
}

.profile-pro {
    margin-left: 50px;
}

#conx_btn {
    background: #ca463e;
    color: #fff;
    margin-right: -20px;
}

.profile-pro .dropdown-menu {
    left: -128px;
    width: 190px;
}

.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}

.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.navbar-prof>li.active>a, .navbar-prof>li>a:hover, .navbar-prof>li>a:focus {
    background: transparent;
}

.navbar-prof {
    width: 100%;
}

.navbar-prof .dropdown-menu {
    border: 0;
}

.navbar-prof .dropdown-menu li a {
    padding: 10px 25px 10px 15px;
    text-transform: inherit;
}

.navbar-prof>li>.dropdown-menu {
    margin-top: 22px !important;
}

.fa-cogs:before {
    content: "\f085";
}

.title_pro {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5% !important;
}

.container_espace_pro {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.nav_espace_pro {
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.nav_espace_pro h2{
    color: #aeafb1;
    text-transform: inherit;
    white-space: nowrap;
    padding: 10px 0px;
}

.nav_espace_pro.active h2{
    color: #545454;
    padding: 10px 0px;
    width: auto;
    border-radius: 6px;
}
.nav_espace_pro.active {
    border-bottom: 2px solid #f90;
}
.nav_espace_pro p {
    text-transform: uppercase;
    font-size: 13px;
    color: #355689;
    padding-top: 8px;
    padding-bottom: 3px;
}

.mt-20 {
    margin-top: 20px;
}

.service_pro {
    padding-right: 3px;
}

.nav_service_pro {
    border: 2px solid #c9dbf5;
    border-radius: 14px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    padding: 5px;
}

.nav_service_pro img {
    width: 40px;
}

.nav_service_pro p {
    text-transform: uppercase;
    color: #355689;
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 4px;
    padding-bottom: 4px;
}

.content_nav_pro {
    margin-top: 3%;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #f2f2f2;
}

.table th, .table td {
    padding: 18px 30px;
}

.table thead th {
    border-top: 0 !important;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f5f9;
}

.table td, .table th {
    vertical-align: middle;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.table td {
    text-align: center;
}

.table-bordered {
    border: 1px solid #f2f2f2;
}

.table>tbody>tr>td {
    padding: 11px 3px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn.btn-icons {
    width: 30px;
    height: 30px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.btn-danger, .btn-danger:hover {
    color: #fff;
    background-color: #e65251;
    border-color: #e65251;
}

.btn-info, .btn-info:hover {
    color: #fff;
    background-color: #a3195b;
    border-color: #a3195b;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #308ee0;
    border-color: #308ee0;
}

.btn-warning, .btn-warning:hover {
    color: #fff;
    background-color: #ffaf00;
    border-color: #ffaf00;
}

.btn-success, .btn-success:hover {
    color: #fff;
    background-color: #2ed573;
    border-color: #2ed573;
}

.fa-undo:before {
    content: "\f0e2";
}

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    font-size: 13px;
}

.ajax-file-upload-container {
    margin: 10px 0px 10px 0px;
}

.btn_retour_file {
    background: #fff;
    border: 1px solid #335587;
    margin-bottom: 20px;
    padding: 6px 12px;
    color: #335587;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
}

.file-upload-wrapper h5 {
    margin: 0;
}

.card {
    position: relative;
    margin-top: 10px;
}

.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    right: -3%;
    z-index: 1;
    /*Set overflow to hidden, to mask inner square*/
    overflow: hidden;
    /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
    margin-top: -8px;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 33px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%;
    /*Purely decorative effects to add texture and stuff*/
    /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;
    /* IE 9 */
    -o-transform-origin: 100% 100%;
    /* Opera */
    -moz-transform-origin: 100% 100%;
    /* Firefox */
    background-size: 4px, auto, auto, auto;
    background-color: #ce000c;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before, .cnrflash-inner:after {
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.container_center {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.form_title {
    text-align: center;
    text-transform: uppercase;
    color: #355689;
}

.title_av_borne {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.avantage_borne img {
    margin-top: 6px;
}

.contact_borne, .contact_borne:hover {
    color: #355689;
    background: transparent;
    border-color: #355689;
    margin-bottom: 10%;
}

.cmd_borne, .cmd_borne:hover {
    color: #fff;
    background: #ca463e;
    border-color: #ca463e;
    margin-bottom: 10%;
}

.imgs_borne {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmd_borne {
    margin-top: 3%
}

.title_borne {
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    color: #355689;
}

.hidden_pc {
    display: none;
}

.title_borne img {
    width: 40px;
}

#form_contact_borne {
    margin-top: 3%;
}

#update_info_clt_pro .form-control, #form_profil_pro .form-control {
    height: 50px;
}

.commande_borne {
    position: relative;
}

.price_borne {
    position: absolute;
    margin-top: -15%;
    margin-left: 58%;
}

.prix_borne {
    position: relative;
    margin-top: -40%;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    margin-right: -19%;
}

.container_espace_pro .top-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-pro {
    float: right;
}

.profile-pro .dropdown-toggle img {
    width: 35px;
    position: absolute;
    top: -10px;
}

#conx_btn {
    margin-right: -20px;
}


@media only screen and (min-width: 1900px) {

    .price_borne {
        margin-left: 56%;
    }
}

@media only screen and (min-width: 801px) {
    .fct_pro .col-md-2 {
        width: 20%;
    }

    .service_pro {
        width: 11.11%;
    }
}

@media only screen and (max-width: 1200px) {
    .price_borne {
        margin-top: -17%;
        margin-left: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .nav_espace_pro {
        min-height: 129px;
    }

    .nav_service_pro {
        min-height: 92px;
    }

    .nav_service_pro p {
        white-space: normal;
    }

    .profile-pro .dropdown-toggle img {
        top: 1px;
    }

    .profile-pro>.dropdown>a {
        padding: 16px;
    }

    .price_borne {
        margin-top: -18%;
        margin-left: 62%;
    }
}

@media only screen and (max-width: 800px) {
    .title_page_pro a {
        font-size: 16px;
    }

    .profile-pro .dropdown-toggle img {
        top: -2px;
    }

    .nav_service_pro {
        min-height: auto;
        margin-bottom: 4px;
    }

    .price_borne {
        margin-top: -20%;
        margin-left: 66%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-prof>li>.dropdown-menu {
        margin-top: 7px !important;
    }

    .nav_espace_pro {
        min-height: auto;
        margin-bottom: 8px;
    }

    .profile-pro {
        margin-right: 21px;
    }

    .v-height .top-contact, .v-height .top-contact .fa {
        font-size: 12px;
    }

    .price_borne {
        margin-top: -16%;
        margin-left: 59%;
    }

    .plus-one-borne b {
        margin-left: 40px;
    }

    .hidden_pc {
        display: block;
        margin-bottom: 3px;
    }

    #login_form_pro, #form_forget {
        width: 50%;
    }

    .imgs_borne {
        display: block;
    }
    .content_listing .pull-right{
        float: none !important;
    }

    #all_commandes_pro_wrapper .row .col-sm-6{
        float: left;
        width: 100%;
    }

}

@media only screen and (max-width: 599px) {
    .site-header {
        border: 0;
    }

    .plus-one-borne b {
        margin-left: 26px;
    }

    .center_mobile {
        text-align: center !important
    }

    .filtre_data, .download_fact_pro {
        float: unset;
        text-align: center
    }

    #login_form_pro, #form_forget {
        width: 60%;
    }

    .login_pro .login-sec b {
        font-size: 21px;
    }
}

@media only screen and (max-width: 592px) {
    .nav_service_pro {
        min-height: 92px;
    }

    .v-height .top-contact li {
        margin-left: 0;
    }

    .title_page_pro a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 551px) {
    .v-height .top-contact {
        margin-right: 24px;
    }

    .v-height .top-contact li {
        float: right;
    }

    .v-height .t-phone1 {
        margin-top: -7px;
    }

    .profile-pro {
        margin-right: 31px;
    }

    .title_page_pro a {
        margin-top: -6px;
        white-space: nowrap;
    }

    .plus-one-borne b {
        margin-left: 21px;
    }
}

@media only screen and (max-width: 486px) {
    .nav_espace_pro p {
        font-weight: bold;
        font-size: 11px;
    }

    .nav_espace_pro img {
        width: 45px;
    }

    .container_center {
        width: 90%;
    }

    .plus-one-borne b {
        margin-left: 17px;
    }

    #login_form_pro, #form_forget {
        width: 70%;
    }
}

@media only screen and (max-width: 424px) {
    .nav_espace_pro {
        min-height: 108px;
    }

    .profile-pro .dropdown-toggle img {
        right: 0px;
    }

    .service_pro {
        width: 33%;
    }

    .plus-one-borne b {
        margin-left: 13px;
    }

    .plus-two-borne b {
        margin-left: -6px;
    }

    .title_borne img {
        display: none;
    }
}

@media only screen and (max-width: 400px) {

    #login_form_pro, #form_forget {
        width: 80%;
    }

}

@media only screen and (max-width: 377px) {
    .v-height .top-contact {
        display: none;
    }

    #login_form_pro, #form_forget {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .plus-one-borne b {
        margin-left: 8px;
    }

}

@media only screen and (max-width: 320px) {
    .prix_borne {
        margin-top: -43%;
        font-size: 21px;
        margin-right: -24%;
    }

}

.position_ou {
    display: inline-block;
    vertical-align: middle;
    margin-top: -10%;
}

.fa-trash:before {
    content: "\f1f8";
}

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

.btn-purple, .btn-purple:hover {
    color: #fff;
    background-color: #4527A0;
    border-color: #4527A0;
}

.v-height .topbar {
    height: 56px;
    color: #355689 !important;
    padding: 6px 0;
    background: #fff;
}

.v-height .top-contact a {
    color: inherit;
}

.topbar .top-contact span {
    font-weight: normal
}

.frame {
    width: 65%;
    max-height: 500px;
    font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
    .frame {
        width: 100%;
        max-height: 100%;
    }
}
.card-top {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.card{
    border-radius: 1.5rem;
    border-radius: 1.5rem;
}

.card-top {
    padding: 17px;
}

.card-value {
    font-size: 35px;
    color: #335587;
}

.card hr {
    width: 50%;
    margin: auto;
    margin-bottom: 9px;
    border-color: rgb(255 255 255 / 47%);
}

.text-pack {
    font-size: 14px;
}

.validite {
    color: #a3a5a7;
    font-size: 10px;
}
.get_pack:disabled{
    cursor: not-allowed;
}
.get_pack {
    color: #335587;
    border-color: #335587;
}

.title_pack {
    width: 65%;
    margin: auto;
}

.titre_packs {
    white-space: nowrap;
    color: #335587;
    padding: 0;
    margin-bottom: 5px;
}

.sous_titre_packs {
    white-space: nowrap;
    color: #a3a5a7;
    font-size: 12px;
}

.ht_prix {
    color: #a5a8ad;
    margin-top: -39px;
    margin-left: 56%;
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.shadow-list {
    box-shadow: 0 3px 1px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn_pro {
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: none;
    width: auto;
    min-width: 180px;
    border-radius: 6px;
    padding: 8px;
}

.btn_orange {
    background: #f90 !important;
    border-color: #f90 !important;
    color: #fff !important;
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-plus:before {
    content: "\f067";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-tag:before {
    content: "\f02b";
}
.icone_blue {
    color: #335587;
}

.dataTables_wrapper .form-control{
    border-radius: 6px;
    font-size: 12px;
}

#all_commandes_pro_filter{
    white-space: nowrap;
}


.dropdown_table a{
   font-size: 12px;
}

.dtable_pro > thead > tr > th{
    border-bottom: 1px solid #ddd;
    color: #8d8d8d;
}
.dtable_pro > tbody > tr > td{
    border: none;
}

.btn.btn-icons{
    border: 1px solid #335587;
    background: #fff;
    color: #335587;
}
.dropdown .btn{
    border: 1px solid #355689;
    background: #fff;
    color: #355689;
    font-weight: 100;
    padding: 5px;
    text-transform: none;
    min-width: 109.5px;
    width: auto;
    min-width: 150px;
    border-radius: 6px;
    padding: 8px;
}

.btn.btn-supprot-notif, .btn-supprot-notif:hover, .btn-supprot-notif:focus {
    border: 1px solid #d50000;
    background: #fff;
    color: #d50000;
}
.list_all_doc .panel-body{
    font-size: 12px;
}
.modal_espace_pro .modal-dialog.width-70{
  width: 70%;
  margin: auto;
}
.modal_espace_pro .modal-header {
  
    background: #335587;
}
.modal_espace_pro .modal-title{
    color: #fff;
    font-weight: bold;
}
.modal_espace_pro  .modal-header .close{
    color: #fff;
}

.dataTables_scrollBody{
    padding-bottom: 3%;
}

.dataTables_scrollBody:has(.dropdown.open){
    padding-bottom: 7%;
}

@media (max-width: 1400px)
{
    .card-value {
        font-size: 25px !important;
    }
    .card-info p{
        font-size: 11px;
    }
}

.btn_pro_outlined, .btn_pro_outlined:focus{
    border-color: #355689;
    background-color: #fff;
    color: #355689;
}

@media (min-width: 992px) {
    .shadow-list .col-md-3 {
        width: 20% !important;
    }
}

.btn-files{
    width: 145px;
    text-align: center;
    text-shadow: none;
}
.text-danger {
    color: #d9534f;
}

.dataTable.table tbody tr{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cardinfo{
    background: #ffffff;
    padding: 18px;
    border-radius: 6px;
    margin: 0px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 255px;
}

.cardinfo i{
    padding: 10px;
    border-radius: 6px;
    font-size: 20px;
    margin-right: 7px;
   
}
.cardinfo.blue i{
    color: #03528B;
}

.cardinfo.red i{
    color: #f90; 
}
.table tbody tr:hover {
    background-color: #e4e6f1;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #335587;
    background-color: #fff;
    border-color: #335587;
    font-weight: bold;
}

.btnGradient {
    background-image: url(/assets/image/pro/signbg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.modal_signature .modal-content{
    background-image: url("/assets/image/pro/signbg.png");
}
.modal_signature .modal-content {
   padding: 10px;
}
.modal_signature button.close {
    opacity: 1;
    color: #335587;
    cursor: pointer;
    padding-right: 10px;
}
.modal_signature h3 {
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #335587;
}
.fa-eraser:before {
    content: "\f12d";
}
#signature-pad {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    background-color: #ffffff;
}

 .info-banner {
     background-color: #f6e2e2;
     border-radius: 8px;
     box-shadow: 4px 5px 8px 2px rgba(0, 0, 0, 0.1);
     padding: 24px;
     display: flex;
     align-items: flex-start;
     margin: 20px auto;
 }

 .info-icon {
     flex-shrink: 0;
     margin-right: 24px;
 }

 .info-icon svg {
     width: 62px;
     height: 62px;
     color: #ffc107;
 }

 .info-content {
     flex-grow: 1;
 }

 .info-title {
     font-size: 1.6rem;
     font-weight: bold;
     color: #333;
     margin-top: 0;
     margin-bottom: 8px;
 }

 .info-text {
     font-size: 1.4rem;
     color: #666;
     line-height: 1.5;
     margin: 0;
 }

 /* Badge rouge notifications */
.notification-dropdown .badge {
    position: absolute;
    top: 5px;
    background: #ff4d4d;
    color: #fff;
    font-size: 1rem;
    border-radius: 50%;
    right: 41px;
    width: 1.5rem;
    height: 1.5rem;
    padding: 3px;
}

/* Dropdown notifications */
.notification-menu {
    width: 280px;
    max-height: 300px;
    overflow-y: auto;
}

.notification-menu li a {
    font-size: 13px;
    padding: 8px 12px !important;
    display: block;
    white-space: normal;
    line-height: normal;
}

.notification-menu .dropdown-header {
    font-weight: bold;
    font-size: 14px;
    background: #f7f7f7;
    padding: 8px 12px;
}
.fa-bell-o:before {
  content: "\f0a2";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.divider-notif {
  height: 1px;
  margin: 0.5rem 0;
  background-color: #e0e0e0;
  border: none;
}

/* .all-notifs {
    background-color: #F3F3F3;
}
.all-notifs th {
    padding: 12px !important;
} */

.notif_lu, .notif_commande:hover, .notif_commande:focus {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #929191 !important;
}

.notif_commande{
    background: #f8f8f8 ;
    border-color: #f8f8f8;
    color: #474747;
}
.comm_btn {
    display: none;
}