#IDHD_Check_wrapper{
    height: 250px;
    margin-top: -8px;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    
}
/* * * * *  * 
 * KALENDER *
 * * * * * * */
#ihdCo_calendar_wrapper{        
    width: 250px;
    height: 275px;    
    background-color: #ffffff;
    border: 1px solid #333333;
    margin: 10px;
    float: left;
    border-radius: 3px;
    margin-top: 20px;
}
#ihdCo_Calendar_Instruction{    
    background-color: transparent;
    position: absolute;
    width: 250px;
    height: 275px;
    background-image: url('../img/calendar.gif');
    background-size: 250px 275px;
    background-repeat: no-repeat;
    background-position: 0px, 0px;    
}
#ihdCo_Calendar_Instruction section{
    background-color: #F80200;
    color: white;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #666666;
    font-size: 14px;
}
#ihdCo_Calendar_Instruction div{    
    margin-top: 200px;
    float: right;
    margin-right: 10px;
    width: 200px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.7);
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.7);
    font-size: 14px;
    text-align: center;
    background-color: #F80200;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;        
}
#ihdCo_Calendar_Instruction div:hover{    
    text-decoration: underline;    
}
#ihdCo_Calendar{
    height: 200px;
}
#ihdCo_Calendar_Days{ 
    height: 150px;
    padding-top: 10px;
    padding-left: 5px;     
}
.ihdCo_Days_item{        
    float: left; 
    margin-left: 5px;
    margin-top: 7px;
    width: 27.7px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    cursor: pointer;
    font-size: 13px;
}
.ihdCo_Days_item:hover{
    background-color: #E6E6E6;
}
.ihdCo_Days_Item_FR{ }
.ihdCo_Days_Item_SA{ color: #DB4848;}
.ihdCo_Days_Item_SO{ color: #DB4848;}
.ihdCo_Days_Item_Blanket{
    opacity: 0;
}
.ihdCo_calendar_Navigate{
    float: left;
    width: 25px;
    text-align: center;
    background-color: #B70403;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;    
}
.ihdCo_calendar_Navigate:hover{
    cursor: pointer;
}
#ihdCo_calendar_Title{    
    width: 200px;
    float: left;
    text-align: center;
    background-color: #B70403;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #666666;    
}
#ihdCo_calendar_year{    
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #DB4848;
    font-weight: bold;
    font-style: italic;    
}
.ihdCo_calendar_Weekdays{    
    float: left;
    margin-left: 14.5px;
    margin-top: -5px;
    color: #666666;
    font-size: 13px;    
}
/*
    SEPERATE RIGHT
*/
.ihdCo_standart_seperate_right{    
    width: 230px;
    margin-top: 13px;
    margin-right: 10px;
    font-size: 14px;    
    min-width: 230px;
    float: left;    
    border-right: 1px solid #b70403;
    padding-right: 13px;
}
#ihdCo_rentPeriod_DisplayInfo{        
    margin-top: 10px;
    color: #666666;    
    margin-left: 5px;
}
.ihdCo_rentPeriod{      
    padding: 5px;
    border-bottom: 1px solid #666666;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
    margin-bottom: 5px;       
}
.ihdCo_rentPeriod span{
    float: right;
}
.ihdCo_spdata_resparea{    
    /*margin-left: auto; margin-right: auto; */
    /*width: 580px;    */
}
#ca_submit{    
    margin-top: 50px; 
    padding: 3px; 
    margin-right: 5px;
    cursor: pointer;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    text-align: center;
}
#ihdCo_loadImg{
    width: 25px; 
    float: right; 
    margin-right: 10px;
    display: none;
}


/* END OF CSS */
@media screen and (max-width: 600px) {    
    #ihdCo_calendar_wrapper {
        float: none;
        margin-left:auto;
        margin-right:auto;
        margin-top: 20px;
    }
    .ihdCo_standart_seperate_right{
        float: none;
        margin-left:auto;
        margin-right:auto;
        width: 240px;
        border: none;
        padding-left: 10px;
    }
    #ihdCo_rentPeriod_Submit{        
        text-align: center;
        margin: 10px;     
    }
    .ihdCo_spdata_resparea{
        width: auto;
    }
    #ca_submit{        
        width: 240px;      
        margin-top: 0px; 
    }
    .clear_both{
        display: block;
    }
}
