/*
Html
______________________________________________________________________*/

body {
    font-family: 'Ubuntu', sans-serif;
    color: #333333;
    font-size: 13px;
}

h2, .h2 {
    font-size: 22px;
    margin: 3px 0 10px;
}

h3, .h3 {
    font-size: 21px;
}

/*
Form
______________________________________________________________________*/

label {
    font-size: 12px;
    margin-bottom: 2px
}

.form-control {
    border: 1px solid #CECECE;
    border-radius: 4px;
    color: #333333;
    font-size: 12px;
    height: 28px;
    padding: 6px 8px;
    width: 100%;
}

#check_in, #check_out {
    background: #F7F7F7
}

.ui-datepicker-trigger {
    bottom: 4px;
    position: absolute;
    right: 20px;
}

.btn {
    padding: 0px 37px;
    /*text-transform: uppercase;*/
}

#index button,
#indexFilos button,
#indexWebHotelier button,
#indexRoomsXml button {
    margin-top: 15px;
    margin-bottom: 15px;

    font-size: 19px;
    color: #252525;
    background: #ffe336;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    text-shadow: 2px 1px 0 rgba(255, 255, 255, 0.4);
    background: linear-gradient(to bottom, #ffe336 0%, #e2cb33 100%);
    border: 1px solid #d8c12d;
    transition: none;
    line-height: 34px;
    font-weight: 500;
}

#index button:hover, #index button:focus,
#indexFilos button:hover, #indexFilos button:focus,
#indexWebHotelier button:hover, #indexWebHotelier button:focus,
#indexRoomsXml button:hover, #indexRoomsXml button:focus {
    background: #ffe336;
}

.form-control, .btn {
    /*border-radius: 0;*/
}

.red {
    color: #DD0000
}

#x_search_form .error {
    color: #DD0000;
    font-style: normal;
    font-weight: bold;
    display: none;
    margin: 0 0 0 10px;
}

/*
ages
______________________________________________________________________*/
.ages > .x_hold > div {
    float: left;
    width: 12%;
    margin-right: 10px
}

.ages {
    display: none;
}

/*
Widget
______________________________________________________________________*/

.page-header.minor {
    padding-bottom: 10px;
    margin: 25px 0 10px;
    border-bottom: 0;
}

#rooms_prices {
    /*background-color: #fafafa;*/
}

.fancy-room {
    /*border-bottom: 1px dotted #eee;*/
    /*padding: 13px 0 4px;*/
    padding: 10px 0;
    margin: 0 15px;

    background: url("../img/separator.png") repeat-x left bottom transparent;
}

.fancy-room .col-xs-6, .fancy-room .col-xs-2 {
    padding: 5px 0 0;
}

.fancy-room .col-xs-4 {
    padding-right: 0;
}

.x_loader {
    background: url("../img/loading.gif") no-repeat center center #FFFFFF;
    height: 230px;
    width: 100%;
    /*background-color: #fafafa;*/
}

#tax p {
    margin-bottom: 7px;
}

em.gray {
    color: #777777;
    font-style: normal;
}

.sobe .row:last-child .fancy-room {
    border-bottom: 0;
}

.sobe strong {
    font-size: 14px;
}

.sobe strong.h3 {
    font-size: 21px;
}

#tax {
    margin: 10px 0 0;
    padding: 10px 0 0;
    /*border-top: 2px dotted #EEEEEE;*/
    margin-bottom: 30px;
}

.star {
    background: url("../img/star.png") repeat 0 0 transparent;
    margin: 0px 0px 0 5px;
    height: 18px;
    display: inline-block;
}

.page-header .minor span {
    float: left;

}

.s1 {
    width: 19px;
}

.s2 {
    width: 40px;
}

.s3 {
    width: 63px;
}

.s4 {
    width: 85px;
}

.s5 {
    width: 105px;
}