
.cal-dow b {
    text-overflow: ellipsis;
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

label {
    max-width: 100%
}

small {
    font-size: 85%
}


.containers {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cal-dow b {
    white-space: nowrap
}

@media (min-width:992px) {
    .containers {
        width: 970px
    }
}

@media (min-width:1200px) {
    .containers {
        width: 1170px
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

select {
    border: 2px solid rgba(81, 81, 81, .4);
    background: 0 0;
    padding: 5px 45px 5px 10px;
    height: 35px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    width: 100%;
    margin-bottom: 10px;
    transition: border-color .1s;
}

.content {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 540px;
    margin: 80px auto 20px;
    padding: 30px;
    background-color: #fff;
    position: relative
}

.content--calendar {
    max-width: 755px
}

.cal-hour {
    vertical-align: top
}

#calAndForm_Container {
    margin-bottom: 20px;
}
#calendar_container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

#calendar_container .tooltip {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-size: 90%
}

#calendar_container>div,
.cal-table {
    width: 100%
}

.cal-header,
.cal-hour {
    border-bottom: 1px solid #d0d0d0;
}

.cal-table {
    table-layout: fixed
}

.cal-dow small {
    margin-bottom: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cal-dow {
    padding: 0 10px;
    text-align: center
}

.cal-dow b {
    display: inline-block;
    max-width: 100%
}

.cal-block,
.cal-dow {
    border-left: 1px solid rgba(61, 61, 61, .1);
    border-color: #d0d0d0;
}

.cal-block:last-child,
.cal-dow:last-child {
    border-right: 1px solid rgba(61, 61, 61, .2);
    border-color: #d0d0d0;
}

.cal-hour {
    padding-left: 2px;
    line-height: 1.3em;
}

td.cal-hour {
    font-weight: 700
}

.cal-minutes .minutes {
    border-top: 1px solid rgba(255, 0, 0, .05);
    line-height: 16px;

}

.cal-minutes .minutes:first-child {
    border-top: 0;
    margin-left: 5px;
}

.allocation_block {
    padding-left: 5px;
    height: 50px;
    transition: background-color .1s, border .1s;
    font-size: 12px;
    cursor: pointer;
    text-indent: -30000px;
    color: #303030;
}


.allocation_block:hover {
    background-color: #d0d0d0;
    text-indent: 0px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.allocation_block--selected,
.allocation_block--selected:hover {
    background-color: #43e897;
    color: #303030;
    text-indent: 0px;
    font-size: 10px !important;
    line-height: 15px;
    text-align: center;
}

.réservé,
.réservé:hover {
    cursor: not-allowed;
    background-color: #7f7f7f;
}

.allocation_block:first-child {
    border: 0
}

#legende {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.legenditem {
    margin-bottom: 20px
}

.legenditem span {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    height: 20px;
    position: relative;
    top: 4px;
}

.legenditem--free span {
    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
}

.legenditem--selected span {
    background-color: #43e897;
    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
}

.legenditem--blocked span {
    background-color: #7f7f7f;
    border: 1px solid rgba(61, 61, 61, .75);
    border-color: #303030;
}


select#selectWeek {
    cursor:pointer
}

.duration-15 {
    height: 50px;
    font-size: 11px;
}

@media (min-width:400px) {
    .fifty {
        width: 48%;
    }
}


@media( max-width : 585px ) {
    .wizard {
        width: 100%;
        height: auto !important;
    }
}


/* -----------------------------------------
   Shared Styles
----------------------------------------- */


/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

    #calendar_container {

        width: 126% !important;
        margin-left: -30px;

    }
}



/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    #calendar_container {

        width: 126% !important;
        margin-left: -30px;

    }
}


/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    #calendar_container {

        width: 113% !important;
        margin-left: -30px;

    }

}


/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

    #calendar_container {

        width: 126% !important;
        margin-left: -30px;

    }

}


/* Landscape */
@media only screen
and (max-device-width: 480px)
{

    #calendar_container {

        width: 113% !important;
        margin-left: -20px;

    }
}