﻿@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,900&display=swap");

body {
    font-family: "Source Sans Pro", sans-serif !important;
    background-color: #f4f4f4 !important;
}

.text_items {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600;
}

.customMargin {
    margin: 5px;
}

.entery_screen {
    height: 100vh;
}

.entery_bg {
    background-color: #f4f4f4 !important;
}

.form-control {
    height: 50px;
}

.entery_content_btn {

    border-radius: 0px;
height: 50px;

}

.entery_sub_title {
    color: #43425d;
    margin: 20px 0px;
}

.entery_content_box {
    background-color: #fff !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    padding: 20px;
}

.page {
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600;
}

.modal-title {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600;
}

.modal_buttons {
    width: 50%;
    border-radius: 0px;
    margin: 0px !important;
    height: 50px;
}

.modal-footer {
    padding: 0px !important;
}

.modal-warning {
    margin: 40px 10px;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.preview_holder {
    width: 100px;
    height: 100px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    border: 1px solid #ececec;
    margin: 10px;
}

.preview_text {
    color: #cbcccf;
    font-weight: 600;
}

.photo_button {
    width: 100px;
    height: 100px;
    margin: 10px;
}

.issue_status_btn {
    margin: 10px;
    border: 1px solid #e8e9ec;
    background: #fff;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 600;
    padding: 10px;
}

.issue_status_light {
    display: inherit;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background-color: #ffb35a;
    margin: 0px 10px;
}

.issue_status_fixed {
    display: inherit;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background-color: lawngreen;
    margin: 0px 10px;
}

.issue_status_critical {
    display: inherit;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background-color: #ff5a69;
    margin: 0px 10px;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    width: 92%;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    overflow: hidden;
    max-height: 212px;
    background: #fff;
    /*position the autocomplete items to be the same width as the container:*/
}

    .autocomplete-items div {
        padding: 15px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        font-family: "Source Sans Pro", sans-serif !important;
        font-weight: 600;
    }

.autocomplete-list {
    height: 200px;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.thumb {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ececec;
    margin: 0px;
}

    .thumb img {
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        border: 1px solid #ececec;
    }



.counter_issue {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 800;
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    margin: 3px 10px;
    font-size: 18px;
    width: 20px;
}

.loader {
    position: fixed;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 23999;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #17a2b8; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#spinnerScreen {
    display: none;
}

.loaderScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    outline: 0;
}

.content-holder {
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.04);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.04);
}

.page_title {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

/* Custom Button for Actions styles */

.button_custom {
    background: #009FE3;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    border: 0px solid transparent;
    padding: 0px;
}

.button_inner {
    background: #4FBEED;
    color: #fff;
    padding: 10px;
    margin: 0px;
}

.button_title {
    padding: 10px 10px;
    margin: 0px;
    color: #fff;
    background: #009FE3;
}

    .button_title:hover {
        padding: 10px 10px;
        margin: 0px;
        color: #fff;
        background: #0086BF;
    }


/* Lists styles */
.list-title {
    background: #F5F6FA;
    color: #A3A6B4;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 700;
    list-style: none;
}

.main-list-content {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
    border-bottom: 1px solid #F1F1F3;
    color: #4D4F5C;
}

.options-icons {
    color: #A4AFB7;
}

/*input[readonly] {
    background-color: #F0F8FF;
}

a {
    color: #ffffff !important;
    background: #53C8F4;
}

    a:hover {
        color: #95989A !important;
        background: #53C8F4;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #95989A;
    background-color: #e7e7e7;
}

.navbar-inverse {
    background-color: #222;
    border-color: transparent;
}

.navbar {
    background-color: #53C8F4;
    color: #ffffff;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.headercontent {
    margin-top: 20px;
    height: 45px;
}

.userNameHolder {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 30px;
}

.headerBtn {
    margin: 0px 10px;
    font-size: 20px;
}

.listLabel {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
}

.col-title-name {
    padding-left: 25px;
}

.col-title {
    padding: 5px 5px;
    color: #c4c4c4;
    margin: 10px 15px;
    margin-bottom: 20px;
    
}

.orderList li {
    border-left: 6px solid #5FCCF4;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
    padding: 10px 10px;
    color: #95989A;
    margin: 10px 20px;
    font-size: 20px;
}

.orderList {
    display: block;
    margin-top: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}

.editGroupLabel {
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 10px 50px;
    margin-top: 16px;
}

.groupsList {
    display: block;
    margin-top: 185px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .groupsList li {
        border-left: 6px solid #5FCCF4;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
        padding: 10px 10px;
        color: #95989A;
        margin: 10px 20px;
        font-size: 20px;
    }

.editGroupsList {
    display: block;
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .editGroupsList li {
        border-left: 6px solid #5FCCF4;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.20);
        padding: 10px 10px;
        color: #95989A;
        margin: 10px 20px;
    }

.guestName, .groupName, .userName {
    color: #95989A;
    position: initial !important;
}

.searchGroupInput {
    margin: 20px 10px;
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    height: 40px;
    padding: 15px 20px;
}

.groupParticipantsLabel {
    margin: 20px 10px;
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    height: 40px;
    padding: 5px 20px;
}

.picturePlaceholder {
    color: #95989A;
    position: initial !important;
}

.roomNumberLabel {
    text-transform: uppercase;
    color: #95989A;
    text-align: center;
    position: initial !important;
}

.propertyTypeLabel {
    text-transform: uppercase;
    color: #95989A;
    margin-right: 40px;
    text-align: center;
    position: initial !important;
}

.vipStatus {
    color: #95989A;
    position: initial !important;
}

.moveStatus {
    text-transform: uppercase;
    color: #95989A;
    text-align: center;
    position: initial !important;
}

.pageHeaderLabel {
    margin: 20px 5px;
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    height: 40px;
    padding: 10px 20px;
}

.searchInput {
    margin: 20px 5px;
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    height: 40px;
    padding: 15px 20px;
}

.searchBtn {
    background-color: #5FCCF4;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

.addBtn {
    background-color: #5FCCF4;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    margin: 15px 10px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #95989A;
    text-decoration: none;
}

.searchPlace {
    background-color: #428BCA;
    display: block;
    height: 50px;
}

#searchBackground {
    display: block;
    background-color: #ffffff;
    position: fixed !important;
    top: 50px;
    left: 0;
    width: 100%;
}

.pageLabel {
    margin-left: 20px;
    background-color: #F8F8F8;
    color: #95989A;
    border: 0px solid transparent !important;
    font-size: 20px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    padding: 10px 50px;

.notFoundLebel {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    color: #95989A;
}

.loaderScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background-color: rgba(255,255,255, 0.5);
    z-index: 50;
}

.loader {
    position: fixed;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #5FCCF4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}
    */

.btn_bags {
    background: #3e3e3e;
    color: #ffffff;
    padding: 10px 40px;
    margin: 10px;
}

.btn_bags_registered {
    background: gray;
    color: #ffffff;
    padding: 10px 40px;
    margin: 10px;
}

.btn_bags:active {
    background: #95989a;
    color: #ffffff;
    padding: 10px 40px;
    margin: 10px;
}


.buttons_holder {
    display: flex;
    justify-content: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#spinnerScreen {
    display: none;
}

.loaderScreen {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}


@media (max-width: 767px) {
    .headercontent {
        height: 35px;
    }

    .userNameHolder {
        font-size: 15px;
    }

    .headerBtn {
        font-size: 15px;
    }

    .orderList {
        margin-top: 140px;
    }

    #searchBackground {
        height: 65px;
    }

    .searchInput {
        margin: 10px 10px;
        background-color: #F8F8F8;
        color: #95989A;
        border: 0px solid transparent !important;
        font-size: 15px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
        border-radius: 50px;
        max-height: 30px;
        padding: 10px 10px;
    }

    .searchBtn {
        position: absolute;
        z-index: 100;
        background-color: #5FCCF4;
        width: 45px;
        height: 45px;
        font-size: 20px;
        color: #ffffff;
        border-radius: 50px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
        margin-top: 5px;
        margin-left: -45px;
    }

    .orderList li {
        margin: 5px 5px;
        font-size: 15px;
    }


    .propertyTypeLabel {
        margin-right: 0px;
    }

    .notFoundLebel {
        text-align: center;
        font-size: 15px;
        color: #95989A;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.thumbnailgal img {
    height: 345px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(57, 57, 57, 0.70);
    margin: 5px 0px 5px 0px;
    position: relative;
    object-fit: cover;
}

.titleRow {
    margin: 20px 10px;
}

.contentRow {
}

.userExistingInGroup {
    background-color: #e6faff;
    color: white;
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid transparent !important;
    border-radius: 0px !important;
    outline: 0;
}

.placement_info {
    margin-top: 50px;
}

.list-block ul {
    background: #fff;
    list-style: none;
}

.orderList li {
    border-left: 3px solid #3e3e3e;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    padding: 18px 10px;
    color: #95989a;
    margin: 10px 20px;
    font-size: 20px;
}

.orderList {
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.btn_bags,
#getBagNumberMenu {
    background: #3e3e3e;
    color: #ffffff;
    padding: 10px 40px;
    margin: 10px;
}

    .btn_bags:active,
    #getBagNumberMenu:active {
        background: #95989a;
        color: #ffffff;
        padding: 10px 40px;
        margin: 10px;
    }

    .btn_bags:active,
    #getBagNumberMenu:hover {
        background: #95989a;
        color: #ffffff;
        padding: 10px 40px;
        margin: 10px;
    }

.btn_bags_registered {
    background: gray;
    color: #ffffff;
    padding: 10px 40px;
    margin: 10px;
}

.buttons_holder {
    display: flex;
    justify-content: center;
}

#groupName {
    margin-top: 50px;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
