h1, h2, h3, h4, h5, h6, form {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
    font-family: sans-serif;
    font-family: Helvetica;
}

body.alert-open {
    overflow: hidden;
    position: absolute;
    padding-right: 9px;
}

h2 {
    margin-bottom: 0px;
}

table, th, tr {
    text-align: center;
    font-weight: bold;
}

td {
    overflow: hidden;
    border-radius: 2px;
    background-size: 12.73px 12.73px;
}

td.td--status-0 {
}

td.td--status-0--not_cleaned--stay_cleaning_small:before {
        font-family: "Font Awesome 5 Free";
        content: "\f1b8";
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 15px;
        font-weight: 900;
        pointer-events: none;
}

td.td--status-0--not_cleaned--stay_cleaning_big:before {
        font-family: "Font Awesome 5 Free";
        content: "\f1b8";
        display: block;
        position: absolute;
        left: 8px;
        top: 8px;
        font-size: 25px;
        font-weight: 600;
        pointer-events: none;
}

td.td--status-1 {
}

td.td--status-2 {
}

td.td--status-3 {
}

td a {
    display: block;
    text-decoration: none;
    margin: -10em;
    padding: 10em;
}

tr, th {
    height: 50;
}

.img--logo {
	position: relative;
	top: 1px;
	transform: rotate(315deg);
	margin-left: 5px;
	margin-right: 10px;
	opacity: 0.7;
	/*transition: transform .8s ease-in-out;*/
}

.header {
    color: #333;
    background-color: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header--slim {
    height: 35px;
}

.header--slim__span--normal {
    font-weight: normal;
}

.hotelheader {
    height: 30px;
}

.separator {
    height: 15px;
}

.empty {
    border: 0px;
}

table.rooms {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    table-layout: fixed;
}

table.rooms a {
}

table.rooms a:hover {
    background-color: rgba(00,00,00,0.15);
}

table.rooms td.error {
    background-color: red;
}

table.help {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    table-layout: fixed;
}

table.rooms td, table.help td {
    position: relative;
}

#rooms_and_help {
    margin-bottom: -40px;
}

#reviews {
    display: none;
    margin-top: 60px;
}

#reviews_header {
    height: 60px;
}

#reviews_header span, #reviews_header a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    text-align: center;
    text-decoration: none;
}

#reviews_header span.head {
    float: left;
    padding-left: 50px;
    padding-right: 25px;
    font-weight: bold;
    font-size: 20px;
}

#reviews_header span.close {
    float: right;
}

#reviews_header a {
    padding: 0px 20px;
}

#reviews_header a:hover {
    background-color: gray;
    color: white;
}

#reviews_content {
    margin-bottom: 10px;
    margin-top: 10px;
}

#hideReviewsMenu {
    display: none;
}

table.reviews {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

#reviews_details {
    font-weight: normal;
    padding-bottom: 25px;
}

#reviews_details table.scale {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
}

#reviews_details table.scale tr {
    height: 20px;
}

#reviews_details table.scale td {
    border: 1px solid gray;
}

table.reviews_selection {
    width: 100%;
}

table.reviews_selection td.header {
}

table.reviews_details {
    width: auto;
    margin: 0 auto;
}

table.reviews_details tr {
    font-weight: normal;
    height: 30px;
    text-align: right;
}

table.reviews_details td.avg {
    font-weight: bold;
}

table.reviews_details span.minus {
}

table.reviews_details span.plus {
}

table.help tr {
    height: 30px;
}

table.checkouts_distribution {
	width: 90%;
	table-layout: fixed;
	margin-top: 15px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
}

table.checkouts_distribution tr , table.checkouts_distribution td , table.checkouts_distribution th {
	height: 15px;
	font-size: 12px;
	font-weight: normal;
}

table.checkouts_distribution th {
	font-weight: bold;
}

table.checkouts_distribution .checkouts_distribution--th--header {
	font-size: 16px;
}

table.checkouts_distribution .checkouts_distribution--span--percentage {
	font-size: 16px;
}

table.chambermaid_reviews_details {
    font-size: 12px;
    width: 90%;
    border-collapse: collapse;
}

table.chambermaid_reviews_details tr {
    height: 30px;
}

table.chambermaid_reviews_details.chambermaid_reviews_details--last_reviews {
	font-size: 10px;
	max-width: 500px;
}

table.chambermaid_reviews_details.chambermaid_reviews_details--last_reviews tr {
	height: 15px;
}

table.chambermaid_reviews_details.chambermaid_reviews_details--last_reviews th {
	height: 25px;
}

.chambermaid_reviews_details_last_reviews_table_switch {
	cursor: pointer;
}

table.chambermaid_reviews_details tr.active:hover {
}

table.receptionists_reviews_details {
    font-size: 12px;
    width: auto;
    border-collapse: collapse;
}

table.receptionists_reviews_details tr {
    height: 30px;
}

table.receptionists_reviews_details td {
    padding-right: 5px;
}

.plus {
}

.minus {
}

.avg {
    font-weight: bold;
}

.left_aligned {
    text-align: left;
    padding-left: 10px;
}

.right_aligned {
    text-align: right;
    padding-right: 10px;
}

.center_aligned {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.deleted {
    color: red;
    text-decoration: line-through;
    font-weight: normal;
    height: 35px;
}

.done {
    text-decoration: line-through;
    font-weight: normal;
    height: 35px;
}

.active {
    font-weight: normal;
    height: 35px;
}

table.rooms span.repair {
    display: block;
    line-height: 16px;
    opacity: 0.8;
}

table.rooms span.none {
    display: block;
}

input[type="text"], input[type="password"] {
    border: 2px;
    border-style: solid;
    border-radius: 3px;
}

input[type=text]:focus, input[type=password]:focus {
}

button {
    cursor: pointer;
    margin: 2px;
    color: black;
    background-color: #eee;
    border: 2px;
    border-style: solid;
    border-radius: 3px;
    border-color: gray;
}

button:hover {
    background-color: #ddd;
}

button:disabled {
    color: gray;
}

button:disabled:hover {
    background-color: lightgray;
}

.button--delete {
    width: 90%;
    padding: 5px;
    opacity: 0.2;
}

.button--delete:hover {
    background-color: #922d2d;
    border-color: #922d2d;
    box-shadow: 0 1px 2px 0 rgba(146,45,45,0.451), 0 1px 3px 1px rgba(145,45,45,0.302);
}

.button--delete:disabled:hover {
    background-color: lightgray;
}

.button--delete:disabled:hover {
    background-color: pink;
}

.button--submit {
    font-weight: bold;
    width: 75px;
}

.button--submit:hover {
    background-color: #297be6;
    border-color: #1a73e8;
    box-shadow: 0 1px 2px 0 rgba(26,115,232,0.451), 0 1px 3px 1px rgba(26,115,232,0.302);
}

.button--done {
    width: 90%;
    padding: 5px;
    opacity: 0.2;
}

.button--done:hover {
    background-color: #bba118;
    border-color: #bba118;
    box-shadow: 0 1px 2px 0 rgba(187,161,24,0.451), 0 1px 3px 1px rgba(187,161,24,0.302);
}

select {
    border: 2px;
    border-style: solid;
    border-radius: 3px;
}

select:hover {
}

#wrapper {
    min-height: calc(100vh - 250px);
    /*overflow: hidden;*/
    display: block;
    position: relative;
    padding-bottom: 250px;
}

#menu_wrapper {
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 60px;
}

#menu_wrapper .menu_left_part {
	margin-right: auto;
}

#menu_wrapper .menu_right_part {
	margin-left: auto;
}

#menu_wrapper a {
    /*float: left;*/
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 20px;
    text-decoration: none;
}

.a--title {
    font-weight: bold;
    font-size: 25px;
}

.a--title:hover .img--logo {
	opacity: 1;
	/*transform: rotate(360deg);*/
}

.a--title--main {
    text-transform: uppercase;
}

#menu_wrapper a.button {
	box-sizing: border-box;
	min-width: 80px;
	line-height: 50px;
	height: 40px;
	overflow: hidden;
}

#menu_wrapper a.controls {
    float: right;
    text-align: right;
    width: 20px;
    -webkit-transition: width 0.2s linear 0s, background-color 0.0s linear 0s;
 /* Safari */
    transition: width 0.2s linear 0s, background-color 0s linear 0s;
}

#menu_wrapper a.controls img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-top: 20px;
}

#menu_wrapper a.controls img.controls_img_hover {
    opacity: 1.0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#menu_wrapper img.hover {
    opacity: 1;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

#menu_wrapper #dropdown {
}

#dropdown-content {
}

#dropdown-content.dropdown-content--hidden {
}

#dropdown-content a {
    float: none;
    text-decoration: none;
    display: block;
    height: 25px;
    line-height: 25px;

}

#dropdown-content b {
    padding-top: 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
}

#dropdown-content a.menu_item:hover:before {
	background: unset;
}

#menu_reviews_button {
    display: none;
}

#rooms_wrapper {
    margin-bottom: 150px;
}

#chambermaid_reviews_wrapper {
}

#chambermaid_reviews_header {
    height: 60px;
    position: relative;
}

#chambermaid_reviews_header span, #chambermaid_reviews_header a {
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

#chambermaid_reviews_header span.head {
    float: left;
    padding-left: 50px;
    padding-right: 25px;
    font-weight: bold;
    font-size: 25px;
}

#chambermaid_reviews_header span.close {
    position: absolute;
    right: 0px;
}

#chambermaid_reviews_header span.open {
    display: none;
    position: absolute;
    right: 0px;
}

#chambermaid_reviews_header a {
    padding: 0px 20px;
}

#chambermaid_reviews_header a:hover {
    background-color: gray;
    color: white;
}

#chambermaid_reviews_content {
    /*
    padding-bottom: 35px;
    margin-bottom: 100px;
    margin-top: 20px;
    */
}

#chambermaid_reviews_content a {
    text-decoration: none;
    padding: 10px 20px;
    width: 100%;
    text-align: right;
    position: relative;
    left: 35vw;
}

#chambermaid_reviews_details_close {
    display: none;
}

#chambermaid_reviews_details {
    display: none;
    padding-top: 50px;
}

#chambermaid_reviews_details table {
    border-collapse: collapse;
    width: 75%;
}

#chambermaid_reviews_details tr, #chambermaid_reviews_details th, #chambermaid_reviews_details td {
    font-weight: normal;
}

#chambermaid_reviews_details tr.header {
}

#chambermaid_reviews_details tr.one_day {
}

#chambermaid_reviews_details tr.two_day {
}

#chambermaid_reviews_details tr.three_day {
}

#reviews_header span.close {
    position: absolute;
    right: 0px;
}

#reviews_header span.open {
    display: none;
    position: absolute;
    right: 0px;
}

#main_wrapper {
	padding-top: 120px;
	margin-bottom: 150px;
}

#footer_wrapper {
    margin: 0px;
    border: 0px;
    text-align: center;
    font-size: 10px;
    padding-top: 150px;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 100px);
}

#footer_wrapper .author {
    float: left;
}

#footer_wrapper .author a {
    text-decoration: none;
}

#footer_wrapper .version {
    float: right;
}

.shadow {
}

.section__header {
    cursor: pointer;
}


::-webkit-scrollbar {
  width: 10px;
}



















