html, body {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #474A57;
}

a {
    color: inherit;
}

button, .button {
    background: #00B3FF;       
    box-shadow: -2px -2px 4px #FFFFFF, 2px 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    font-size: 12px;              
    color: #FFFFFF;
    padding: 7px 10px;
    text-decoration: none;
    border: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

input {
    font-family: inherit;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #F4F5F7;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px;
}

.form-field {
    margin: 10px 0;
}

.form-field label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}

.table-list { border-collapse: separate;  border-spacing: 0 4px;}
.table-list td { 
    border-top: solid 1px #F4F5F7; 
    border-bottom: solid 1px #F4F5F7;
}

.table-list tr td:first-child { border-left: solid 1px #F4F5F7; }
.table-list tr td:last-child { border-right: solid 1px #F4F5F7; }

.table-list tr:first-child td:first-child { border-top-left-radius: 3px; }
.table-list tr:first-child td:last-child { border-top-right-radius: 3px; }
.table-list tr:last-child td:first-child { border-bottom-left-radius: 3px; }
.table-list tr:last-child td:last-child { border-bottom-right-radius: 3px; }

.table-list {
    width: 100%;
    padding: 0;
}

.table-list tbody tr { 
    border-radius: 3px;
}

.table-list th {
    text-align: left;
    font-size: 12px;
    color: #474A57;
    font-weight: normal;
    background: #F4F5F7;
    padding: 10px;
}

.table-item td {
    margin: 5px 0;
    padding: 4px;
    vertical-align: top;
    background: #FFFFFF;
    /* #F4F5F7 */

    padding: 10px;    
}

.room-info {
    font-size: 11px;
}

.room-value {
}

.room-id {
    display: block;
    color: #666;
    font-size: 11px;
}

.empty {
    font-size: 11px;
}

.table-stat {
    margin: 5px 0;
}
 
.login-form {
}

.form-inline .form-field {
    display: inline-block;
}


.menu {
    margin-bottom: 10px;
}

.table-menu {
    float: right;
    font-size: 12px;
}

.warning {
    color: #ee0000;
}