.row.equal {

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.search-result-wrapper,.search-display-wrapper{
    position:relative;
}

.search-result-wrapper .search-result-inner{
    z-index:10;
    display: none;
    background:#fff;
    max-height:400px;
    min-height:50px;
    overflow-y: scroll;
    width:100%;
    position:absolute;
    top:36px;
    left:0;
    border:2px solid #ddd;
}


.search-display-wrapper .search-display-inner{
    position: relative;
    background: #fff;
    width: 100%;
    border: 2px solid #ddd;
    margin-top: 10px;
}

.search-result-wrapper .search-result-inner .result-line,.search-display-wrapper .search-display-inner .result-line{
    transition: all 0.4s ease;
    font-size: 1.6em;
    line-height:50px;
    padding:0 12px;
    display: block;
    cursor: pointer;
    color:#3f3f3f;
}

.search-result-wrapper .search-result-inner .result-line span ,.search-display-wrapper .search-display-inner .result-line span{
    color: #3a83bf;
}

.search-result-wrapper .search-result-inner .result-line .result-img,.search-display-wrapper .search-display-inner .result-line .result-img{
    width:35px;
    height:35px;
    margin-right:12px;
}

.search-result-wrapper .search-result-inner .result-line.dark{
    background:#EEE;
}

.search-result-wrapper .search-result-inner .result-line:hover{
    background:#d7d7d7;
}

.container-form-element .slim{
    font-size: 14px;
    cursor:pointer;
}

.slim-photo-upload{

    background: url("/secure/ressources/images/image-profile-upload.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.table-facturation .icon-size p a{
    display: inline-block;
}

.container-form-element.error .slim,.container-form-element .slim[data-state*=error]{
    border:2px solid #c02544;
    background-color: #f7e3e7!important;
    color:#000;
}

.res_surf_add{
    font-size:14px;
    cursor: pointer;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}

.cropit-preview-image-container {
    cursor: move;
}

.image-size-label {
    margin-top: 10px;
}

input, .export {
    display: block;
}

button {
    margin-top: 10px;
}

/* Translucent background image */
.cropit-preview-background {
    opacity: .2;
}

/*
 * If the slider or anything else is covered by the background image,
 * use relative or absolute position on it
 */
input.cropit-image-zoom-input {
    position: relative;
}

/* Limit the background image by adding overflow: hidden */
#image-cropper {
    overflow: hidden;
}

.label-information{
    font-style:italic;
    font-size:14px;
    color:#3476ab;
    font-weight: normal;
    display: inline-block;
    margin-left:10px;
}

.highlight-text{
    color:#3476ab;
    font-weight: bold;
    text-transform: uppercase;
}

.status-unpaid{
    color:#3476ab;
    font-weight:bold;
    text-transform: uppercase;
}

.status-refused{
    color:#c02544;
    font-weight:bold;
    text-transform: uppercase;
}

.status-approved{
    color:#1abc9c;
    font-weight:bold;
    text-transform: uppercase;
}

.status-waiting{
    color:#f0ad4e;
    font-weight:bold;
    text-transform: uppercase;
}

.btn-custom.red-btn{
    background-color:#c02544;
}

.btn-custom.red-btn:hover{
    background-color:#C02518;
}

.container-form-element.error .container-radio ul li .check{
    border-color:#c02544;
}

.container-form-element.error .bootstrap-select {
    border: 2px solid #c02544;
}

.container-form-element.error .container-form-element .bootstrap-select.btn-group:not(.input-group-btn) .btn{
    border-color:#c02544;
    color:#c02544;
}


.tabs-inner.active {
    color: #3a83bf;
    border-bottom: 4px solid #3a83bf;
}

.tabs-inner:first-child {
    margin-left: 0;
}

a.tabs-inner {
    color: #333;
}

.tabs-inner {
    display: block;
    padding: 10px 0;
    margin: 0 20px;
    float: left;
    font-size: 14px;
    border-bottom: 4px solid #fff;
    font-weight: bold;
    background: #fff;
    transition: all 0.3s ease;
    position:relative;
    bottom:1px;
}

.tabs-inner:hover{
    border-bottom: 4px solid #3a83bf;
}

.tab-content {
    display: none;
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

/*#########################*/

.table-facturation .body .line,
.table-facturation .footer {

    background: #fff;
}

.table-facturation .footer p .green {
    text-transform: uppercase;
    font-weight: 700;
    color: #1abc9c;
}

.table-facturation .total-col,.table-facturation .paid-col{
    overflow:hidden;
}

.std_msg_error_container {
    border: 2px solid #c02544;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    text-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 12px;
}

.std_msg_error_container p {
    font-weight: bold;
    font-size: 1.4em;
}

.std_msg_success_container {
    border: 2px solid #5cb85c;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    text-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 12px;
}

.std_msg_success_container p {
    font-weight: bold;
    font-size: 1.4em;
}

.std_msg_warning_container {
    border: 2px solid #f0ad4e;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    text-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    padding: 12px;
}

.std_msg_warning_container p {
    font-weight: bold;
    font-size: 1.4em;
}

.margin-bottom-1 {
    margin-bottom: 15px;
}

.margin-bottom-2 {
    margin-bottom: 20px;
}

.nav-top-link {
    color: #fff;
    height: 30px;
    margin-right: 15px;
    display: block;
    margin-top: 4px;
}

.nav-top-link.lang {
    margin-right: 5px;
}

.nav-top-link > span {
    font-size: 1.4em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.nav-top-link.lang > span {
    margin-top: 3px;
    margin-right: 0;
}

.nav-top-link.active > span {
    color: #3a83bf;
}

.nav-top-link > svg {
    display: inline-block;
    vertical-align: middle;
}

.nav-top-link:hover > span, .nav-top-link:active > span {
    color: #fff;
}

.add-player-container p {
    font-size: 1.6em;
    margin-bottom: 15px;
}

.player-search .container-input-icon .results-container ul {
    max-height: 250px;
    overflow-y:scroll;
}
.player-search .container-input-icon .results-container ul li figure {
    width: 72px;
    height: 72px;
    margin-right: 12px;
    overflow: hidden;
}
.player-search .container-input-icon .results-container ul li .detail-user {
    width: calc(100% - 84px);
}


.container-3-select .checkbox-line {
    width: 36px;
    height: 36px;
    text-align: center;
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    margin-right: 10px;
}

.vertical-radio .payment-type {
    background: #fff;
    height: 48px;
    border: 2px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.container-form-element .container-radio ul.vertical-radio li label {
    margin: 5px 0 0 15px;
}

.container-form-element .container-radio ul.vertical-radio li label.renew_licence_label {
    height:auto;
}

.container-form-element .container-radio ul.vertical-radio li label span.renew_licence_product_description {
    display:block;
    margin:5px 0 0 10px;
    font-size:0.9em;
    font-style:italic;
}

.container-form-element .container-radio ul.vertical-radio li .check {
    margin: 11px 0 0 15px;
}

.container-form-element .container-radio ul.vertical-radio {
    overflow: visible;
}

.payment-summary-wrapper {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.4em;
}

.payment-summary-wrapper .payment-summary-info {
    background: #F5F5F5;
    padding: 0 20px;
}

.payment-summary-info .title {
    text-transform: uppercase;
    color: #ccc;
    line-height: 30px;
    font-size: 0.8em;
}

.payment-summary-info.total {
    text-align: right;
    line-height: 80px;
    margin-top: 10px;
}

.payment-summary-info.total .text-left {
    text-transform: uppercase;
    color: #ccc;
}

.payment-summary-info .text-left {
    display: inline-block;
    font-size: 0.8em;
}

.payment-summary-info .text-right {
    display: inline-block;
    font-size: 1.1em;
    text-align: right;
    font-weight: bold;
}

.payment-summary-inner {
    color: #4D4D4D;
    padding: 20px 10px 10px 10px;
}

.subline-wrapper {
    font-size: 1.1em;
    text-align: right;
}


.payment-summary-inner .title.pull-right {
    font-size: 1.1em;
    text-align: right;
}

.subline-wrapper .text-left {
    display: inline-block;
    font-size: 0.8em;
    text-align: right;
    font-weight: bold;
    color: #ccc;

}

.subline-wrapper .text-right {
    display: inline-block;
    font-size: 1.1em;
    text-align: right;
}

.debit-direct-wrapper {
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.debit-direct-wrapper .container-form-element label {
    line-height: 36px;
}

.info_bubble {
    position: absolute;
    right: 0;
    width: 18px;
    background: #3a83bf;
    height: 18px;
    top: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 18px;
}

.loading-text {
    position: absolute;
    top: 60%;
    left: 40%;
    font-size: 1.8em;
    color: #fff;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;

    position: absolute;
    top: 50%;
    left: 50%;

    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

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

/* table formulaire */

.table-formulaire .heading {
    height: 38px;
    background-color: #3f3f3f;
    line-height: 38px;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.4em;
}

.container-form-element.error .table-formulaire{
    background-color: #f7e3e7;
}

.table-formulaire .heading .description-col, .table-formulaire .heading .price-col, .table-formulaire .heading .quantity-col,.table-formulaire .heading .mid-size,.table-formulaire .heading .large-size,.table-formulaire .heading .options-size,.table-formulaire .heading .icon-size,
.table-formulaire .heading .member-photo-col, .table-formulaire .heading .member-name-col, .table-formulaire .heading .member-email-col {
    display: none;
}

.table-formulaire .line > div p {
    color: #3f3f3f;
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.4em;
    position: relative;
    padding-left: 140px;
    margin-bottom: 10px;
}

.table-formulaire .body .line {
    background: #fff;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.table-formulaire .heading p {
    display: inline-block;
    vertical-align: middle;
}

.table-formulaire .heading .title-mobile{
    padding-left: 10px;
    padding-top: 12px;
}


.table-formulaire .body .line .label-description,.table-formulaire .body .line .label-quantity,.table-formulaire .body .line .label-price,.table-formulaire .body .line .label-total,
.table-formulaire .body .line .label-member-photo, .table-formulaire .body .line .label-member-name, .table-formulaire .body .line .label-member-email{
    color: #3f3f3f;
    position: absolute;
    font-weight: 700;
    display: inline-block;
    width: 140px;
    left: 0;
    top: 0;
}

.table-formulaire .body .line .total-col{
    display: none;
}

.table-formulaire .body .line .no-registration{
    width: 100%;
    text-align: center;
}

.table-formulaire .body .line .no-registration > p{
    line-height: 38px;
    padding:0;
    margin:0;
}

.custom-form-info-wrapper .custom-form-info{
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.6em;
}

.custom-form-info-wrapper .custom-form-info.light{
    font-weight: normal;
    font-size: 1.4em;
}

.custom-form-info-wrapper .custom-form-info.note{
    font-weight: bold;
    font-size: 1.1em;
}

.custom-form-info-wrapper .custom-form-info.top{
    margin-top:20px;
}

.custom-form-info-wrapper .custom-form-info.bottom{
    margin-bottom:20px;
}

ul.tabview-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li.tabview-item:hover, li.tabview-item.active {
    border-bottom: 3px solid #3a83bf;
}
li.tabview-item {
    float: left;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    margin-right: 40px;
}

li.tabview-item:hover > a, li.tabview-item.active > a {
    color: #3a83bf;
}

li.tabview-item a {
    display: block;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 1.4em;
}

.separation-menu {
    height: 1px;
    width: 100%;
    background: #494952;
    margin: 25px 0 0 0;
}

.captcha-img{
    height:auto;
    width:auto;
    display: block;
    margin:0 0 5px;
}

.captcha-secret-wrapper{
    border:2px solid #ddd;
    width:174px;
    margin:0 0 5px;
}

.captcha-secret-wrapper .captcha-img{
    opacity: 0;
    margin:0;
}

.captcha-secret-wrapper:hover .captcha-img{
    opacity: 1;
}

.nav-left{
    top:0;
}

html body .content{
    min-height: 100vh;
}
.nav-left{
    height: 100vh;
    position: fixed;
    z-index: 1001;
}

.container-logo{
    height:0;
    padding:0;
    margin:0;
}

.nav-bot{
    background: #fff;
    width:100%;
    height:30px;
    background:#fff;
    margin-left:240px;
    position: fixed;
    bottom:0;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.connected .nav-bot{
    background:#fff;
}


.nav-bot span a{
    color:#878787;
    line-height: 30px;
    display: inline-block;
    font-size: 1.4em;
    margin-left:20px;
}

.nav-bot span a.active{
    color:#3f3f3f;
    font-weight: bold;
}

.nav-top{
    display:none;
    position:fixed;
    width: 100%;
    z-index: 1000;
}

.player-search .container-input-icon .results-container .add-player-container.no-button{
    padding:30px 0 15px 0;
}

.nav-left{
    overflow:hidden;
}

.nav-left .container-link.first{
    padding-top:15px;
    padding-bottom:15px;
    border-bottom:none;
}

.connected .nav-left ul svg path,
.connected .nav-left ul svg line,
.connected .nav-left ul svg circle,
.connected .nav-left ul svg polygon,
.connected .nav-left ul  svg rect {
    fill: #f0f0f0;
}

.connected .nav-left ul li.active svg path,
.connected .nav-left ul li.active svg line,
.connected .nav-left ul li.active svg circle,
.connected .nav-left ul li.active svg polygon,
.connected .nav-left ul li.active svg rect {
    fill: #202020;
}

table.table.licence thead{
    background-color: #3f3f3f;
    color: #fff;
    font-size: 14px;
}

table.table.licence thead th{
    font-size: 14px;
    font-weight: 400;
}

table.table.licence tbody tr td{
    vertical-align: middle;
    font-size: 14px;
}

.bootstrap-select{
    background: #fff;
    width: 100% !important;
}

.player-info{
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #000
}

.player-info:hover{
    background-color: lightgrey;
}

.player-info .img-wrapper{
    width: 50px;
    display: inline-block;
}

.heading .membre{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    width: 60px;
}

.line .membre{
    width: 60px;
    text-align: center;
}

.player-info span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

#modalAddNewPlayer .message-box,
#modalRenewLicence .message-box,
#modalInvitePlayer .message-box,
#modalAddExistingPlayer .message-box,
#modalConfirmTempPlayer .message-box{
    display: none;
    margin: 0 15px;
    border: 2px solid red;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

#modalAddNewPlayer .message-box p,
#modalRenewLicence .message-box p,
#modalInvitePlayer .message-box p,
#modalAddExistingPlayer .message-box p,
#modalConfirmTempPlayer .message-box p{
    color: red;
}

#modalAddExistingPlayer .modal-body {
    overflow: visible;
}

tr.tempPlayer td{
    background-color: #e6e6e6;
}

.search-result{
    display: none;
    border: 1px solid #000;
    position: absolute;
    width: 100%;
    background-color: white;
    max-height: 260px;
    overflow-y: scroll;
}

#modalAddExistingPlayer .container-form-element{
    position: relative;
}

.photo-wrapper{
    width: 50px;
    height: 50px;
}

.button-wrapper{
    vertical-align: middle;
}

.button-wrapper button{
    font-size: 14px;
}

.button-wrapper button.red{
    background-color: #CC0000;
}

div.membre{
    position: relative;
    bottom: 1px;
}

div.membre img{
    width:16px;
    height: 12px;
}

p.tag{
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

p.tag.blue{
    background-color: #3a83bf;
}

p.tag.red{
    background-color: #CC0000;
}

.button-wrapper{
    display: inline-block;
}

.action-wrapper{
    text-align: right;
    padding: 0 15px;
    margin-bottom: 20px;
}

html body .cust-custom-text p, html body .cust-custom-text h1,
html body .cust-custom-text h2 , html body .cust-custom-text h3,
html body .cust-custom-text h4, html body .cust-custom-text h5,
html body .cust-custom-text h6, html body .cust-custom-text ul li,
html body .cust-custom-text input, html body .cust-custom-text select,
html body .cust-custom-text textarea, html body .cust-custom-text a{
    margin: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: 400;
}

.table-players .body .line {

    background: #fff;
}

#fr_post_res_surf .table-players .heading .title-mobile {
    display: block;
}

#fr_post_res_surf .table-players .heading .place-name,
#fr_post_res_surf .table-players .heading .birthdate {
    display: none;
}

#fr_post_res_surf .table-players .res_surf_add {
    max-width: 120px;
}

#fr_post_res_surf .table-players .body .line > div p {
    padding-left: 0;
}

#fr_post_res_surf .table-players .body .line > div p span {
    display: inline-block;
    vertical-align: middle;
}

#fr_post_res_surf .table-players .body .line > div p span.libelle {
    font-weight: 700;
    width: 100px;
}

#fr_post_res_surf .table-players .body #cart_total .line .birthdate {
    display: none;
}

#fr_post_res_surf .table-players .body #cart_total .line .birthdate.wrapper-cart-total {
    display: block;
}

/*###############################################*/
/* Media bellow */
/*###############################################*/

@media only screen and (max-width: 992px) and (min-width: 768px), only screen and (min-width: 1232px) {
    .payment-request .body .line .courriel, .payment-request .heading .courriel {
        width: calc(100% - 630px);
    }

    .payment-request .body .line .link, .payment-request .heading .link {
        width: 300px;
    }

    .table-players .heading p {
        line-height: 38px;
    }

    .table-players .heading p.title-mobile {
        line-height: normal;
    }

    .table-players .heading .matricule,.table-players .body .line .matricule{
        width:85px;
    }

    .table-players .heading .joueurs, .table-players .body .line .joueurs{
        width: calc(100% - 820px);
    }
}

@media only screen and (min-width: 1232px) {
    #fr_post_res_surf .table-players .heading {
        padding-right: 18px;
    }

    #fr_post_res_surf .table-players .heading .title-mobile {
        display: none;
    }

    #fr_post_res_surf .table-players .heading .place-name,
    #fr_post_res_surf .table-players .heading .birthdate {
        display: inline-block;
        vertical-align: middle;
    }

    #fr_post_res_surf .table-players .heading .place-name,
    #fr_post_res_surf .table-players .body .line .place-name {
        padding-left: 10px;
        width: calc(100% - 650px);
    }

    #fr_post_res_surf .table-players .body .line > div p span.libelle {
        display: none;
    }

    #fr_post_res_surf .table-players .body #cart_total .line .birthdate {
        display: block;
    }
}

@media only screen and (max-width: 992px) and (min-width: 880px), only screen and (min-width: 1140px){
    .table-facturation .total-col{
        width:170px;
    }

    .table-facturation .progress-col{
        width: calc(100% - 780px);
    }
}

@media only screen and (max-width: 992px){
    .nav-top{
        display: block;
    }
    .nav-left{
        top:60px;
    }

    html body .content{
        padding-top:60px;
    }

    .nav-bot{
        margin-left: 0;
    }

    .nav-bot.left-open{
        margin-left:240px;
    }
}


@media only screen and (min-width: 1232px) {
    .table-formulaire .body .line {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .table-formulaire .body .line > div, .table-formulaire .body .heading > p {
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        line-height: 38px;
    }

    .table-formulaire .body .heading > p.title-mobile{
        display: none;
    }

    .table-formulaire .heading .description-col,
    .table-formulaire .heading .price-col,
    .table-formulaire .heading .quantity-col,
    .table-formulaire .heading .total-count-col,
    .table-formulaire .heading .mid-size,
    .table-formulaire .heading .large-size,
    .table-formulaire .heading .icon-size,
    .table-formulaire .heading .options-size,    
    .table-formulaire .heading .member-photo-col,
    .table-formulaire .heading .member-name-col,
    .table-formulaire .heading .member-email-col,
    {
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .container-3-select-label .hour-begin, .container-3-select-label .hour-end {
        width: 90px;
    }
}

@media (max-width: 768px) {
    .col-xs-12.margin-top {
        margin-top: 20px;
    }

    .nav-top-link > span.mobile-hide{
        display:none;
    }

    .container-3-select .day-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width:75px;
    }

    .container-3-select .day-select{
        width:85px;
    }

    .container-3-select-label .day-select{
        width:85px;
    }

    .container-3-select-label .hour-end{
        width:65px;
    }
}



@media only screen and (min-width: 1232px){
    .table-facturation .progress-col {
        width: calc(100% - 810px);
    }

    .table-facturation .total-col {
        width: 200px;
    }

    .table-formulaire .heading .member-photo-col, .table-formulaire .line .member-photo-col {
        width: 150px;
    }  
    .table-formulaire .heading .member-name-col, .table-formulaire .line .member-name-col {
        width: calc(100% - 550px);
    }
    .table-formulaire .heading .member-email-col, .table-formulaire .line .member-email-col {
        width: 400px;
    }  

    /* formulaire */
    .table-formulaire .heading .description-col, .table-formulaire .line .description-col {
        width: calc(100% - 440px);
    }

    .table-formulaire .heading .large-size, .table-formulaire .line .large-size{
        width: calc(100% - 730px);
    }

    .table-formulaire.evaluation .heading .large-size, .table-formulaire.evaluation .line .large-size{
        width: calc(100% - 800px);
    }

    .table-formulaire .heading .quantity-col, .table-formulaire .line .quantity-col {
        width: 80px;
    }

    .table-formulaire .heading .mid-size,.table-formulaire .line .mid-size {
        width: 200px;
    }

    .table-formulaire .heading .price-col, .table-formulaire .line .price-col {
        width: 120px;
    }
    .table-formulaire .heading .options-size, .table-formulaire .line .options-size {
        width: 215px;
    }
    .table-formulaire .heading .icon-size, .table-formulaire .line .icon-size {
        width: 60px;
    }

    .table-formulaire .line .total-col{
        width: calc(100% - 240px);
    }
    .table-formulaire .line .total-count-col{
        width: 240px;

    }

    .table-formulaire .body .line .label-description,.table-formulaire .body .line .label-quantity,.table-formulaire .body .line .label-price,.table-formulaire .body .line .label-total,
    .table-formulaire .body .line .label-member-photo, .table-formulaire .body .line .label-member-name, .table-formulaire .body .line .label-member-email{
        display: none;
    }

    .table-facturation .line .icon-size a{
        display: inline;
    }


    .table-formulaire .line > div p {
        color: #3f3f3f;
        font-weight: 400;
        font-size: 1.4em;
        line-height: 1.4em;
        position: relative;
        margin-bottom: 0;
        padding-left: 0;
    }

    .table-formulaire .body .line .total-col{
        display: inline-block;
    }

}

.dropdown-menu li.disabled {

    opacity: 0.4;
    filter: alpha(opacity=40);
}
/* 
.select-with-optgroups li {

    padding-left: 20px;
}

.select-with-optgroups li.dropdown-header:first-child {

    padding-top: 10px;
}

.select-with-optgroups li.dropdown-header {

    font-size: 1.2em;
    font-weight:bold;
    color: #000;
    padding: 3px 20px 3px 5px;
} */

.subquestion {
    margin-left: 20px;
}

.separator-line {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

@media only screen and (min-width: 610px){
    .container-box {
        padding: 20px 0 50px 0;
    }
}

@media only screen and (min-width: 992px){
    .container-box {
        padding: 80px 80px 110px 320px;
    }

    .container-box-no-menu {
        padding: 80px 80px 110px 80px;
    }    
}

.wrapper-dashboard li {

    background: #fff;
}

.wrapper-dashboard .li-full-size {
    padding: 0;
    border: none;
    text-align:center;
}

.wrapper-dashboard li.li-full-size:hover, .wrapper-dashboard li.li-full-size:focus {
    background-color: transparent;
}

.regular-size {
    font-size: 1.6em;
}

ul.regular-ul {
    list-style-type: disc; 
    list-style-position: inside; 
    padding: 0 0 0 40px;
    margin: 5px 0 10px;
}

ul.regular-ul li {

    list-style-type: disc; 
}

span.mandatory-field {
    color: rgb(190, 0, 0);
}

.modal-body {

    max-height: calc(100vh - 350px);
    overflow-y: auto;
}

body.modal-open .modal {
    overflow-y: hidden;
}

#accept_placement_sport {
    display:inline-block;
    width:auto;
    vertical-align:middle;
    margin-right:5px;
}

#accept_placement_sport_container input {
    display:block;
    width:auto;
    margin-right:5px;
    float:left;
} 

#accept_placement_sport_container .accept_placement_sport_link {
    display:block;
    font-size: 16px;
    padding-top:5px;
} 

#accept_placement_sport_container .error-message {

    font-size:14px;
    color:#c02544;
}

.cdh-member-card-container {

    margin-top:15px;
    margin-bottom:15px;
}

.cdh-member-card {

    background: #fff;
    height: 100%;
    border: 1px solid #e2e2e2;
    padding: 15px;
}

.cdh-member-card .new-member-icon {

    margin-bottom: 10px;
}

.cdh-member-card .new-member-icon img {

    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.cdh-member-card .member-info-container {

    padding-bottom:10px;
}

.cdh-member-card .member-info {

    padding-left:0;
}

.cdh-member-card .member-info-actions a {

    display: inline-block;
    vertical-align: middle;
}

.cdh-member-card .member-info-actions .member-actions-dropdown-button {

    width:36px;
    height:36px;
    background: url("/secure/ressources/images/icon-menu.png");
    background-size: cover;
    cursor: pointer;
    margin-left: 10px;
}

.cdh-member-card .member-info-actions .open .member-actions-dropdown-button,
.cdh-member-card .member-info-actions .member-actions-dropdown-button:hover {

    background: url("/secure/ressources/images/icon-menu-hover.png");
    background-size: cover;
}

.cdh-member-card .member-info p {

    font-size:1.2em;
    line-height:1.5em;
}

.cdh-member-card .member-info .member-nominal-info > p {

    padding-left: 5px;
    margin-bottom:10px;
}

.cdh-member-card .member-info .member-nominal-info > p.member-nominal-info-name {

    font-size: 1.6em;
}

.cdh-member-card .create-member-btn {

    height:auto;
    margin-bottom: 10px;
}

.cdh-member-card .member-info .member-nominal-info .member-nominal-info-name,
.cdh-member-card .member-info .member-nominal-info .member-nominal-info-data {

    font-weight:600;
}

.cdh-member-card .member-info .member-nominal-info .member-expiration-date.valid {

    color: green;
}

.cdh-member-card .member-info .member-nominal-info .member-expiration-date.expires_soon {

    color: #e18712;
}

.cdh-member-card .member-info .member-nominal-info .member-expiration-date.expired {

    color: #d70303;
}

.cdh-member-card .member-info .member-nominal-info-status .member-status-deactivated {

    color: #d70303;
}

.cdh-member-card .member-info .member-nominal-info .member-expiration-date.unpaid {

    display: none;
}

.cdh-member-card .member-info .member-picture {

    padding-right:5px;
    max-width:75px;
}

.cdh-member-card .member-info .member-picture img {

    border-radius: 5px;
    width:100%;
    height:100%;
    max-width:55px;
    max-height:55px;
}

.cdh-member-card .member-card-note {

    border-top:1px solid #e2e2e2;
    padding-top:10px;
}

.cdh-member-card .member-card-note-borderless {

    border: none;
}

.cdh-member-card .member-card-note .member-card-note-title {

    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
}

.cdh-member-card .member-card-note .member-card-note-title svg {

    vertical-align: middle;
    margin-right: 2px;
}

.cdh-member-card .member-card-note .member-card-note-content {

    font-size: 1.2em;
    margin-bottom:10px;
}

.cdh-member-card .dropdown-menu {

    min-width: auto;
}

.cdh-member-card .dropdown-menu > li > a {

    width: 100%;
    padding: 2px 15px;
}

.cdh-member-card .dropdown-menu > li.selected > a {

    background-color:#e8e8e8;
    background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat:repeat-x;
}

.cdh-member-card .member-actions li a svg {

    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.cdh-member-card .member-actions li a span {

    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}

.selectpicker .selected a {

    background-color: #e8e8e8;
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
}

#selectpicker-container li.disabled a {
    background:#fff;
}

#selectpicker-container li.selected a .glyphicon {

    display:none;
}

#selectpicker-container li.selected a {

    background: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    color: #000;
}

#selectpicker-container .dropdown-menu.open {
    min-width:100% !important; /* Fix width for bootstrap selectpicker issue with multiple selects */
}

.text-info svg {
    vertical-align: middle;
    display:inline-block;
    margin-right:5px;
}

#package_disclaimer_container .package_disclaimer {
    font-size:1.6em;
    padding:10px;
    background:#fff;
    border:2px solid #ccc;
    margin-bottom:10px;
}

/* Table de restriction d'alignment */
.tbl_restrict table{
    border-collapse: collapse;
    margin:0;
    font-size: 1.4em;
}
.tbl_restrict tr{
    border-bottom: 1px solid #ddd;
}
.tbl_restrict th{
    background-color: #3f3f3f;
    color:#fff;
    font-weight:normal;        
}
.tbl_restrict td{
  background-color:#fff;
}
.tbl_restrict th, 
.tbl_restrict td{
    height: 38px;
    line-height: 38px;
    padding:0 15px !important;
}
.tbl_restrict .pts{
    text-align:right;
}

.pmt_timer{
    position: relative;
    display:inline-block;
    padding:10px;
    margin-bottom:20px;
    font-size: 3.2em;
    font-weight: 400;
    color:#fff;
}
.pmt_timer_valid{
  background-color:#009600;
}
.pmt_timer_expired{
  background-color:#A20016;
}

.btn-custom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.passport_revision_request .passport_revision_request_player_jr,
.passport_revision_request .passport_revision_request_goaltender_jr{
    display: none;
}

/* -------------------------------------- */
/* Onglets                                */
/* -------------------------------------- */
.tab_container{
    margin-bottom:25px;
}

.tab_container .tab{
    display:inline-block;
    line-height:25px;
    font-size:15px;    
    margin-right:10px;
}
.tab_container .tab_not_selected{
    border-bottom:5px solid #ccc;
}
.tab_container .tab_selected{
    border-bottom:5px solid #3a83bf;
    font-weight:bold;
}

@media (max-width: 768px) {
  .tab_container .tab{
    display:block;
    padding-left:5px;
    margin-bottom:5px;
    border-bottom:none;    
  }
    .tab_container .tab_not_selected{
        border-left:5px solid #ccc;
    }
    .tab_container .tab_selected{
        border-left:5px solid #3a83bf;
    }  
}

/* -------------------------------------- */
/* Liste des formulaires                  */
/* -------------------------------------- */
.forms_wrapper{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}

.forms_wrapper .form_container{
    margin:0px 20px 20px 0px;
    background-color: #fff;
    width:600px;
    border:1px solid #ccc;
    cursor: pointer;
}

.forms_wrapper .form_container .form_content{
    padding:20px;
    display:flex; 
    flex-wrap:nowrap; 
    align-items:flex-start;
}

.forms_wrapper .form_container .form_content .form_img{
    position:relative;
    margin:0px;
    width:250px;
    flex-shrink:0;
}

.forms_wrapper .form_container .form_content .form_img .height_trick{
    position:relative;
    padding-bottom: 56%;
    width:100%;
}

.forms_wrapper .form_container .form_content .form_img .height_trick .img_box{
    position:absolute;
    top:0x;
    left:0px;
    height:100%;
    width:100%;
}

.forms_wrapper .form_container .form_content .form_desc{
    height:140px;
    margin:0px 0px 0px 20px;
    flex-grow:2;
}

.forms_wrapper .form_container .form_content .form_inscr_team{
    background: no-repeat bottom right url('../images/forms-inscr-team.svg');
}
.forms_wrapper .form_container .form_content .form_inscr_player{
    background: no-repeat bottom right url('../images/forms-inscr-player.svg');
}
.forms_wrapper .form_container .form_content .form_not_inscr{
    background: no-repeat bottom right url('../images/forms-not-inscr.svg');
}

.forms_wrapper .form_container .form_content .form_desc .form_name{
    font-size:16px;
    line-height:20px;
    margin:0px 0px 10px 0px;
}

.forms_wrapper .form_container .form_content .form_desc .form_period{
    background: no-repeat top left url('../images/forms-inscr-schedule.svg'); 
    padding-left:25px;
}
.forms_wrapper .form_container .form_content .form_desc .form_period .form_period_title{
    font-size:12px;
    font-weight:bold;
    line-height:16px;
}
.forms_wrapper .form_container .form_content .form_desc .form_period .form_period_open{
    font-size:12px;
    line-height:16px;
    color:#20ba99;
}
.forms_wrapper .form_container .form_content .form_desc .form_period .form_period_close{
    font-size:12px;
    line-height:16px;
    color:#cc0033;
}

@media (max-width: 624px) {
    .forms_wrapper .form_container{
        margin:0px 0px 20px 0px;
    }

    .forms_wrapper .form_container .form_content{
        flex-wrap:wrap; 
    }

    .forms_wrapper .form_container .form_content .form_img{
        width:100%;
    }

    .forms_wrapper .form_container .form_content .form_desc{
        width:100%;
        height:auto;
        margin:20px 0px 0px 0px;
        flex-grow:2;
    }    
}

/* -------------------------------------- */
/* Signature digitale                     */
/* -------------------------------------- */
#signature-canvas{
    position:relative;
    width:100%;
    height:250px;
    border: 2px solid #ddd;
    border-radius: 3px;
    margin:0px;
    padding:0px;
    background-color:#fff;
}

#sharkbot_test2{
    display:none;
}