#recherchetitre{
    background-color: #FA602E;
    color: white;
    display: inline-block;
    float: left;
    margin-top:-30px;
    margin-left: -17px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    font-weight: bold;
    padding: 2px;

}
.recherche{
    background-color: white!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FA602E;
    padding: 10px;
    margin-top: 30px;
    font-size: 15px;
    color: black;
    margin-left: 60px;
}


.datepicker > div {
    font-size: 15px;
}
.ui-datepicker {
    z-index: 9998;
    background: none repeat scroll 0 0 #FFF;
   /* border: 1px solid #bdbdbd;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
     margin-top: 12px;
    width: 500px;*/
    font-weight: 200;
   
    font-family: century gothic!important;
    z-index: 201 !important;
}

.ui-datepicker:before {
    content: "";
    border-bottom-color: #bdbdbd;
    position: absolute;
    left: 36px;
    top: -24px;
}
.ui-datepicker:after {
    content: "";
    border: 11px solid transparent;
    border-bottom-color: #FFF;
    position: absolute;
    left: 37px;
    top: -22px;
}

.ui-datepicker .ui-datepicker-header {
    background: white;
    border: none;
}

.ui-datepicker .ui-datepicker-prev span{
    height: 0;
    width: 0;
    background-image: none;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #f6861f;
    border-left: 0;
}
.ui-datepicker .ui-datepicker-next span{
    height: 0;
    width: 0;
    background-image: none;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f6861f;
}

.ui-datepicker .ui-datepicker-title{
    font-size: 15px;
    color: #000;
    line-height: 15px;
    font-weight: inherit;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year{
    margin-left: 5px;
    font-weight: 100;
}
.ui-datepicker th {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 32px;
    font-size: 12px;
    padding-right: 3px;
    color: #BBB;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
}

.ui-datepicker td{
    color: #000;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    padding: 0 3px 3px 0;
    width: 32px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}


.ui-datepicker td .ui-state-default{
    background: none;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid transparent;
    text-align: center;
}

/*.ui-datepicker td .ui-state-highlight{
    color: #FFF;
    background: #f6861f;
    border-color: #f6861f;
}*/

.ui-datepicker td.date-range-selected a, .ui-datepicker td.date-range-selected span {
    color: #f6861f;
    background: #FFF;
    border-color: #f6861f;
}

.ui-datepicker td.ui-state-disabled{
    opacity: 1;
}

.ui-datepicker td.ui-state-disabled .ui-state-default{
    color: #eee;
    background: none;
}

.ui-datepicker td a.ui-state-default:active, .ui-datepicker td a.ui-state-active, .ui-datepicker td.date-range-endpoint a, .ui-datepicker td.date-range-endpoint span, .ui-datepicker td.date-range-endpoint .ui-state-default{
    color: #FFF;
    background: #f6861f;
    border-color: #f6861f;
}


.ui-datepicker td.ui-datepicker-today .ui-state-default{
    font-weight: bold;
}

.datepickerTitle{
    display: block;
    color: #fe5101;
    border-bottom: 1px solid #fe5101;
    padding: 16px 0 14px 7px;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 15px;
}


@media(max-width: 1200px){
    .ui-datepicker:before {
        display: none;
    }
    .ui-datepicker:after {
        display: none;
    }

    .ui-datepicker{
        margin-top:0px;
    }
}



.


.ui-datepicker .datepickerTitle label.radio{
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 9px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;
}

@media (max-width: 600px){
    .datepickerTitle > div {
        display: inline-block;
        text-align: right;
        width: 100%;
    }
    .datepickerTitle .radio{
        display: block !important;
        position: relative !important;
        right: 6px !important;
        top: 0px !important;
        margin-bottom: 0px !important;
    }
}

/*
* calcu style
*/
.calcu-link {
    position: absolute;
    bottom: -28px;
    right: 15px;
}
a.calcu-link{
    color: #FE5101;
    font-size: 16px;
}
.ui-datepicker-inline{
    width:100%!important;
}

.modal-content{
    position: relative;
    display: table; //This is important
overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 50%px;
}
.modal-content{
    width: 500px;
}
@media (max-width:700px) {
    .modal-content{
        width: 200px!important;
    }
}
/* The Modal (background) */
#myModal.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    text-align: center;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#myModal .modal-content {
    position: relative;
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: inline-block;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
#myModal .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myModal.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

#myModal .modal-body {padding: 2px 16px;}

#myModal .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}


#myModal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

#myModal.modal-dialog {
    display: inline-block ;
    text-align: left;
    vertical-align: middle;
}

.notification1 div.ui-pnotify-container {
    background-image: none;
    background-color: #5f5c5c;
    color:white;
    border: none;
   
}
.ui-pnotify-icon {
    font-size: 25px!important;

}
.ui-pnotify-title{
    font-size: 13px!important;
    font-weight: 100!important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6em!important;

}

.notification2 div.ui-pnotify-container {
    background-image: none;
    background-color: #5f5c5c;
    color:white;
    border: none;
    
}