﻿
.cellbutton {
    padding: 27px
}

.centerit{
    text-align:center;
}
.transit {
    -ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari */
    transform: scale(1.08);
}

.transit_x {
    -ms-transform: scale(1.08,1); /* IE 9 */
    -webkit-transform: scale(1.08,1); /* Safari */
    transform: scale(1.08,1);
}

.transit_y {
    -ms-transform: scale(1,1.08); /* IE 9 */
    -webkit-transform: scale(1,1.08); /* Safari */
    transform: scale(1,1.08);
}

#canvas {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    position: sticky;
}

.rect {
    position: absolute;
    border: 2px solid #af043c;
}

/*start booking style*/
.lblstack {
    width: 60px;
    height: 30px;
    text-align: center;
    color: #236db8;
    font-weight: bold;
    transform: rotate(-45deg);
    margin-bottom: 15px;
}

.lbllevel {
    width: 90px;
    height: 55px;
    text-align: center;
    color: #00897B;
    font-weight: bold;
}
/*end booking style*/

.levelcolor {
    color: #64af46;
}

.stackcolor {
    color: #236db8;
}

.scrollit {
    width: 100%;
    overflow: scroll;
}

.hideit {
    display: none !important;
}

.table-smallit {
    width: 99%;
}

.greenit {
    color: forestgreen;
}
/*-------- Preloader ---------*/

.preloader-area {
    position: fixed;
    background: #fff;
    z-index: 11000;
    height: 100%;
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    overflow: hidden;
}

.spinner-gears {
    background-image: url("../img/gears.gif");
    background-position: center;
    background-size: 70px 52px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-top: -40px;
    margin-left: -30px;
    top: 50%;
    opacity: 0.8;
}

.grid-noti-wrap {
    position: relative;
}

.grid-notification {
    position: absolute;
    background-color: #ff7676;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    top: -4px;
    right: -10px;
    font-size: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #edf0f6;
    opacity: 0.7;
}

.minified .preloader-area {
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
}

@media (max-width:900px) {
    .preloader-area {
        left: 0;
        width: 100%;
    }
}

#map {
    height: 450px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.green-it {
    color: #009688;
    font-weight: bold;
}

.gray-it {
    color: #607D8B;
    font-weight: bold;
}
.country-select.inside input, .country-select.inside {
    width: 100%;
}
