
.schedule-options input[type=radio]{
    cursor: pointer;
    float: left;
}


.engagement {
    position: fixed;
    min-width: 650px;
    top: 100px;
    max-width: 655px;
    max-height: 70%;
    overflow: auto;
    padding: 10px;
    float: left;
    z-index: 90;
    border: solid 1px #99cc33;
    border-radius: 5px;
}

.old_infos {
    position: absolute;
    min-width: 495px;
    margin-left: 200px;
    margin-top: -150px;
    float: left;
    z-index: 1;
}

.old_infos .cancel {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 10px;
    right: 10px;
    background: url("../../img/epitech/close.png");
}


.old_infos .content {
    padding:20px;
}

.old_infos .content .infos_content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.old_infos .content .infos_content td.left {
    width:200px;
}

.old_infos .content .infos_content td.left .left_content {
    z-index: 2;
    position: relative;
    display: block;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: max-content;
    padding-right: 5px;
}

.old_infos .content .infos_content td.right {
    padding-left: 5px;
}


#pp-stage {
    margin-bottom:25px;
}

#pp-stage input[type=radio]
{
    margin-left: 50px;
    display: block;
    float: left;

}
.price
{
    color: #7ba201;
    font-family: "MyriadProCondensed";
    font-size: 20px;
}

.detail_case {
    position: absolute;
    margin-top: 155px;
    padding: 10px;
    float: left;
    z-index: 4;
    display: none;
}

.detail_case .top_arrow {
    background: url('../../img/epitech/fleche-box.png');
    width: 62px;
    height: 17px;
    position: absolute;
    top: -17px;
    right: 45%;
}

.span5.resultChoice {
     margin-top: -5px;
}

.sameAsBack label {
    padding-top:0px;
}

.crenaux.infobox {
    font-weight:normal !important;
}

.crenau {
    margin-top:5px;
    padding:0px;
}
.crenau b {
    font-weight:bold !important;
}
.heures {
    margin-left:0 !important;
}

.blockSpotAppointement {
    border-radius:5px;
    padding:5px;
    margin-bottom:5px;
    min-height:60px !important;
    margin-left:0 !important;
    margin-right:2.127659574468085%;
}
.blockSpotAppointement:nth-child(3n) {
    margin:0 !important;
}
.blockSpotAppointement.selectedSpot {
}

.infoMeeting b {
    font-weight:bold !important;
}

.infoMeetingIn, .crenauIn {
    padding-left: 20px;
    padding-right: 20px;
}

.crenauIn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.infos {
    margin-left:0 !important;
}



.schedule-options label
{
    width: 23.0769%;
    float: left;
}

div.annexe-choice label {
    width: 45%
}

.schedule-options input[type=radio]{
    cursor: pointer;
    float: left;
}

.pp-schedule {
    margin-bottom:25px;
}

.pp-schedule tr:nth-child(2n) {
    background-color: #fffff9;
}

.pp-schedule td {
    padding:2px;
    text-align: center;
    border:1px solid #99cc33;
    line-height: 25px;
}

.pp-schedule tr:hover {
    background-color: #fff;
}

.pp-schedule th {
    background-color:#99cc33;
    border:1px solid #99cc33;
    /*background-color:#5fabdb;*/
}

.detail_pourcentage .top_arrow {
    background: url('../../img/epitech/fleche-box.png');
    width: 62px;
    height: 17px;
    position: absolute;
    top: -17px;
    right: 50px;
}

#all_content h1 {
    font-weight: normal;
    font-family: "DekarRegular";
    font-size: 22px;
    color: #333333;
    line-height: 20px;
}

h2 {
    color: #7ba201;
    font-family: "MyriadProCondensed", Arial;
    font-size: 25px;
    border-top: solid thin;
    border-bottom: solid thin;
    margin: 10px 0 10px 0;
    font-weight: normal;
    line-height: 30px;
}

.input.textarea textarea {
    width:70%;
}




















@media (max-width:767px) {
    .span1.resultChoice {
	float:left;
        width:10%;
    }
    .span5.resultChoice {
	float:left;
        width:80%;
        margin-top: -5px;
    }
    .detail_pourcentage{
	display: none!important;
    }
    .black_overlay{
	display: none!important;
    }
    .span8.main-content{
	width:100%;
    }
    .step_right{
	display:block;
	margin-right:50px;
    }
    .content form .span1.sameAsBack {
	    display:inline-block;
            width:5%;
    }
    .content form .span11.sameAsBack{
	    display:inline-block;
            width:90%;
    }
    .content form select.span4:nth-child(n+2) {
	margin-left:5px;
    }

}


