
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 170px;
    z-index: 2;
}
.percent:after {
    content: '%' !important;
    margin-left: 0.1em !important;
    font-size: .8em !important;
    color: black !important;
}
.span6 {
    float: left;
    width: 50%;
}


.currency-strip{
    transition: all 0.5s ease-in-out;
    box-shadow: inset whitesmoke 0px 0px 6px 6px !important;
    border: 1px solid rgb(230,230,230);
    cursor: pointer;
}

.currency-strip:hover{
    box-shadow: inset whitesmoke 0px 0px 2px 3px !important;
    border: 1px solid rgb(150,150,150);
}



#nav{
    list-style: none;
    margin-top: 25px;
}

#nav li{
    display: inline;
    padding: 20px;
    font-size: 15px;
}

#nav li:hover{
    border-bottom: 1px solid rgb(0,100,140);
}

#header{
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 500;
    top: 0;
}






.mobile-menu{
    list-style: none;
}

.mobile-menu li{
    color: white;
    font-size: 14px;
    padding: 15px 20px;
}

.mobile-menu li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.outer-menu{
    padding: 13px;
    cursor: pointer;
}

.outer-menu.active{

}

.inner-menu{
    padding: 5px;
    cursor: pointer;
}

.menu-item:hover{
    background-color: rgb(58,73,88);
}

.menu-shell{

}


#post_title{
    font-size: 30px;
    border: none;
    width: 100%;
    border-radius: 4px;
    font-family: quicksandregular;
}


.widget{
    background-color: white;
}

.curve{
    border-radius: 4px;
}


.menu-item{
    color: white;
    font-family: quicksandregular;
}


.icon-block{
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    text-align: center !important;
    box-shadow: lightgray 0px 0px 6px 2px;
    padding-left: 11px;
}

.icon-block-circle{
    padding: 8px;
    border-radius: 50%;
    display: inline-block;
    text-align: center !important;
    box-shadow: lightgray 0px 0px 6px 2px;
}

.icon-block-circle.icon{
    padding: 0px !important;
    margin: 0px !important;
    text-align: center !important;
}

.icon-block.icon{
    padding: 0px !important;
    margin: 0px !important;
    text-align: center !important;
}

.lift-1{
    box-shadow: #E6E6E6 0px 1px 6px 2px !important;
}

.red-back{
    background-color: rgb(255,83,112) !important;
    color: white !important;
}

.blue-back{
    background-color: rgb(64,153,255) !important;
    color: white !important;
}

.green-back{
    background-color: rgb(46,216,182) !important;
    color: white !important;
}

.yellow-back{
    background-color: gold !important; /* rgb(255,182,77) !important;*/
    color: white !important;
}


.yellow{
    color: gold; /*rgb(255,182,77);*/
}

.red{
    color: rgb(255,83,112);
}

.green{
    color: rgb(46,216,182);
}

.blue{
    color: rgb(64,153,255);
}

#oder-filter-controls{
    display: inline-block;
}

.image-circle-con{

    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    display: inline-block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-height: 100%;
}


.image-circle{

    margin: auto;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-height: 100%;
}


.sleak-b{
    font-family: varela_roundregular Lato segoe ui;
}

.sleak-m{
    font-family: varela_roundregular Lato segoe ui;
}

.sleak{
    font-family: varela_roundregular Lato segoe ui;
}

.border{
    border: 1px solid rgb(220,220,220);
}

.m-menu li{
    display: inline-block;
    color: white;
    font-size: 14px;
    padding: 15px 20px;
}

.m-menu li:hover{
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}


/* Define and design ononiru-dropdown */
.o-dropbtn {
    border: none;
}

.o-dropdown {
    position: relative;
    display: inline-block;
    /*float: right !important;*/
}

.o-dropdown-content {
    display: none;
    position: absolute;
    min-width: 300px;
    padding: 20px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 300;
}

.o-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.o-dropdown:hover .o-dropdown-content {display: block;}


/* dropdown 2 list */
.hms-dropbtn {
    border: none;
}

.hms-dropdown {
    position: relative;
    display: inline-block;
    /*float: right !important;*/
}

.hms-dropdown-content {
    display: none;
    position: absolute;
    min-width: 200px;
    border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 300;
}

.hms-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.hms-dropdown:hover .hms-dropdown-content {display: block;}

.room-gallery{
    cursor: pointer;
    width: 100% !important;
    border: 4px solid transparent;
}

.room-gallery:hover{
    border: 4px solid rgba(0,0,0,0.3);
}

.room-listing{
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgb(0,0,0));
    border-radius: 6px;
    position: absolute;
    top: 1px;
    width: 100%;
    height: 99%;
}

.room-listing:hover{
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0), rgba(255,255,255,0), rgb(0,0,0));
}

.room-book-strip{
    display: block;
    position: absolute;
    right: 0px;
    padding: 5px;
    color: white;
    border-radius: 6px 0px 0px 6px;
    border-top: 3px solid rgba(255,255,255,0.7);
    border-bottom: 3px solid rgba(255,255,255,0.7);
    border-left: 3px solid rgba(255,255,255,0.7);
    cursor: pointer;
    display: none;
}


.profile-input{
    border: none !important;
    color: black !important;
}

#mobile-menu{
    position: fixed;
    width: 80% !important;
    top:0px;
    display: none;
    height: 100%;
    z-index: 3000;
    color: white;
}

#mobile-menu .m-menu-item{
    padding: 20px;
    margin: 0px;
}

.big-dropdown{
    padding: 10px !important;
    font-size: 16px !important;
}

.status{
    font-family: Lato;
    padding: 2px 5px;
    border-radius: 12px;
    font-size: 12px;
    border: 3px solid rgba(0,0,0,0.3);
}


.wix-pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
    background: rgb(0,191,255);
    box-shadow: 0 0 0 rgba(0,191,255, 1);
    animation: wix-pulse 2s infinite;
}
.wix-pulse:hover {
    animation: none;
}

@-webkit-keyframes wix-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,191,255, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0,191,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,191,255, 0);
    }
}
@keyframes wix-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,191,255, 0.7);
        box-shadow: 0 0 0 0 rgba(0,191,255, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0,191,255, 0);
        box-shadow: 0 0 0 20px rgba(0,191,255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,191,255, 0);
        box-shadow: 0 0 0 0 rgba(0,191,255, 0);
    }
}
