﻿/*** TABLE ***/
.table{display: table; width: 100%; border-collapse: collapse; box-sizing: border-box;}
.table-footer{margin-top: -1px;}
.table-body{display: table-row-group; line-height: 22px; text-align: center; box-sizing: border-box;}
.table-row{display: table-row;}
.table-row:nth-of-type(odd){background: #f9f9f9;}
.table-row:hover{background: #f9f9f9;}
.table-row.table-head{border-bottom: 3px solid #2dc3e8;
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(246,246,246,1) 47%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#fafafa', GradientType=0 );}
.table-cell{border: 1px solid #ddd; display: table-cell; padding: 5px; vertical-align: middle; box-sizing: border-box;}
.table-cell a{color: #1f497d;}
.table-cell a.table-name{color: #333;}
.table-cell a.table-name:hover{color: #2dc3e8;}
.table-cell img{display: inline-block; width: 30px; vertical-align: text-top;}

/*** OPTION ***/
.table-price{color: #ff0000;}
.table-left{text-align: left;}
.table-right{text-align: right;}
.table-transform{text-transform: uppercase;}

/*** SIZE ***/
.table-50px{width: 50px;}
.table-60px{width: 60px;}
.table-70px{width: 70px;}
.table-85px{width: 85px;}
.table-100px{width: 100px;}
.table-120px{width: 120px;}
.table-150px{width: 150px;}
.table-200px{width: 200px;}
.table-250px{width: 250px;}
.table-300px{width: 300px;}
.table-400px{width: 400px;}

/*** ROOM ***/
.table-room{position: relative; width: 100%; margin-top: 10px;}
.table-room i{position: absolute; top: 0; right: 0; bottom: 0; width: 30px; height: 30px; margin: auto; text-align: center; line-height: 30px;}
.table-room-img img{display: block; width: 75px; margin: auto;}
.table-room-img i,
.table-room-img label{display: inline-block; width: 50px; height: 25px; margin: 5px 1px 0; text-align: center; line-height: 25px; color: #fff; border-radius: 3px; cursor: pointer;}
.table-room-img i{background: #ff0000;}
.table-room-img label{background: #5db2ff;}
.table-cell textarea{display: block; width: 100%; height: 60px;}

@media (min-width:320px){
    .table-mobile, .table-tablet{display: none;}
}
@media (min-width:970px){
    .table-tablet{display: table-cell}
}
@media (min-width:1170px){
    .table-mobile{display: table-cell;}
}