
@import "fonts.css";

body {
    color: #484747;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    min-width: 320px;
    margin: auto;
    background: linear-gradient(90deg, #cfecd0, #ffc5ca);
}

#icenter { text-align: center; }
#ileft { text-align: left; }
#iright { text-align: right; }

* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    margin: 0 0 1px 0;
}

.links {
    background: #FBFBFB;
    border: 1px dotted #e5e5e5;
    padding: 2px;
}

.links:hover {
    background: #edecec;
}

hr {
    margin: 4px -5px;
    border: none;
    border-bottom: 1px solid #dfdfdf;
}

input,
select,
textarea {
    margin-bottom: 2px;
    background: #fff;
    border: 1px solid #d8d8d8;
    color: #375676;
    padding: 5px;
    border-radius: 5px;
}

a.button,
input[type=submit] {
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 0 1em;
    cursor: pointer;
            background: url(img/bar_win_1.png) top repeat-x #236e9b;
	}

.head_style {
    color: #fff;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
            background: url(img/bar_win_1.png) top repeat-x #236e9b;
	}

.head_style td {
    border-left: 1px solid #FFFFFF;
}

.head_style td:first-child {
    border-left: none;
}

.head_style td a {
    display: block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.head_style td a.active,
.head_style td a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.head_style td.text.v2 {
    font-weight: 700;
    text-align: center;
    min-width: 100px;
}

.head_style a span {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    background-color: #dc0d17;
    background-image: linear-gradient(to bottom, #fa3c45 0, #dc0d17 100%);
    color: #fff;
    min-width: 6px;
    padding: 1px 2px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    display: inline-block;
    font-size: 9px;
    line-height: normal;
    position: absolute;
    margin-left: -5px;
}

.menu_size {
    width: 100%;
    min-width: 305px;
    max-width: 1000px;
    margin: 0 auto;
}

.menu_title {
    background: #EFFFEF;
    padding: 8px;
    border: 1px solid #D3E0D0;
    color: #000;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #C1C1C1;
}

.menu a {
    color: #0e63b8;
    text-decoration: none;
}

.menu-border {
    background: #EAEAEA;
    padding: 0 5px;
}

.menu {
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 5px;
}

.room {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 2px 5px;
    margin: 2px 5px 2px 0;
    background: #eee;
    border: 1px solid #d3d3d3;
    color: #444;
    border-radius: 5px;
}

.style_room {
    cursor: pointer;
    font-size: 14px;
    padding: 2px 5px;
    background: #eee;
    border: 1px solid #d3d3d3;
    color: #444;
    border-radius: 5px;
}

.num_style {
    background: url(img/vista.png) top repeat-x #592B82;
    padding: 2px 4px 0 4px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin: 0 1px;
}

.info_fon {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.77);
    border-radius: 2px;
    margin-top: 2px;
    padding: 0 2px;
}

.foot_style {
    color: #fff;
    text-align: right;
    cursor: pointer;
            background: url(img/bar_win_1.png) top repeat-x #236e9b;
	}

.foot_style a {
    color: #fff;
    text-decoration: none;
}