.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: white;
}
.logo0 {
    padding: 0px 10px;
}
.logo0 img {
    height: 78px;
    margin-top: -10px;
}
.header0 {
    color: white;
    padding: 5px 10px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    border: none;
}
.mainTitle_cnt {
    margin-bottom: 40px;
}
.mainTitle_cnt .mainTitle {
    font-size: 5rem;
    font-weight: 100;
    color: #7a7a7a;
}
.form_input_field {
    padding: 25px 14px;
    margin-bottom: 30px;
}
.small_form_input_field{
    padding: 5px;
    margin-bottom: 0px;
}
.has-float-label .small_form_input_field:placeholder-shown:not(:focus) + *{
    font-size: inherit;
    top: 10px;
}


.form-control:focus {
    box-shadow: none;
    background-color: #93999b14;
}
.password_toggle {
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    background-color: #cccccc78;
    padding: 16px;
    cursor: pointer;
    border-radius: 8px;
}
.form_btn {
    width: 100%;
    border-radius: 15px;
    padding: 12px 0px;
}
.form_btn:hover {
    /* background-color: rgb(0, 111, 158); */
    outline: none;
}
.form_btn:hover a{
    color: white;
}
.form_btn a:hover{color: white}
.form_btn.focus {
    outline: none;
}
.btn.form_btn:focus {
    outline: none;
}
.create_acc {
    margin-top: 25px;
}

.styled-select select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    height: auto;
    padding: 15px 14px;
}

/* flip cards */
.flip-card {
    background-color: transparent;
    width: 250px;
    height: 250px;
    perspective: 1000px;
    margin-bottom: 20px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}
.flip-card-front img {
    width: 100%;
    height: auto;
}

.flip-card-back {
    background-color: #37363b;
    color: white;
    transform: rotateY(180deg);
    padding: 20px 0px;
}
/* my profile */
.user_orders {
    margin-top: 30px;
}
/* ======== home dates ====== */

.horizontal-scrollable > .row {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable > .row > .single_day {
    display: inline-block;
    float: none;
    /* color: green; */
}
/* Decorations */

.single_day {
    color: white;
    font-size: 24px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #433e3f;
    border-color: white;
    border: solid 2px;
    padding: 0px;
}
.filters_buttons {
    background-color: #433e3f;
    color: white;
    padding: 10px;
    cursor: pointer;
}
.info_cart {
    padding: 10px;
}
.ng-active {
    background-color: #a7a2a3;
    color: black;
    border-color: white;
}

/* items cards */

.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    height: 311px;
    overflow: auto;
}
.thumbnail-label{
    min-height: 82px;
}
/*admin page*/
.service_color{
    height: 150px;
    background-color: #d9edf7bf;
}
.active_service{
    background-color: #b3caffb5;
    cursor: pointer;
}
.service_label{
    background-color: #fff;
}

.thumbnail-description {
    min-height: 40px;
}

.thumbnail:hover {
    /*cursor: pointer;*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

/* .thumbnail img {
    cursor: zoom-in;
} */
.status_label {
    padding: 5px;
    position: absolute;
    top: 0px;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    left: 4px;
    border-radius: 10px;
    border: solid 1px;
}

.fixedButton {
    width: 75px;
    height: 75px;
    padding: 0px;
    position: fixed;
    right: 15px;
    bottom: 10%;
    border-radius: 50%;
    z-index: 1;
    vertical-align: middle;
    display: inline-grid;
    align-items: center;
    text-align: center;
    background-color: #433e3f;
    border-color:  #433e3f;
}

.orderheaderBar {
    border-bottom: solid 1px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.order_conf_icn {
    background-color: #a7a2a3;
    color: #e9e9e9;
    padding: 25px;
    border-radius: 50%;
    font-size: 40px;
}
.order_conf_txt {
    font-size: 40px;
    color: black;
}
.defaultBtn {
    color: beige;
    font-size: 20px;
    background-color: #a7a2a3;
    padding: 5px 10px;
    border-radius: 6px;
}
.defaultBtn:hover {
    color: blue;
    background-color: white;
}

.inCartItem{
    background-color: #d2defb70;
}

/* sidebar */

.sidenav {
    width: auto;
    position: fixed;
    z-index: 4;
    top: 35%;
    left: 2px;
    background: #eee;
    overflow-x: hidden;
    padding: 12px 0px 0px 0px;
}

.sidenav a {
    padding: 0px 5px;
    text-decoration: none;
    font-size: 14px;
    color: #1f2e52;
    display: block;
    border-bottom: grey solid 1px;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.sidenav a:last-child{
    border: none;
}

.sidenav a:hover {
    color: #064579;
}
.sidenav .nav_one_day_order{
    display: block;
    margin-left: 5px;
    border-left: solid 1px #625e5e;
    padding-left: 5px;
}

.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.profile_order_cart{padding-top: 20px;min-height: 90px;}
.btnLink{color: inherit;    padding: 10px 25%;}
.btnLink:hover{text-decoration: none;color: inherit;}
img.imageThumbInCard{width: 100%;
                     max-height: 130px;}
.qty_actions_btns{
    background: #a7a2a3;
    width: 100%;
    margin: auto;
    padding: 8px 15px;
    border-radius: 20px;
    border: solid 1px #ebf0fd;
}
.minus_qty,.add_qty,.add_to_cart{
    font-size: 17px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
}
.minus_qty{
    float: left;
}
.add_qty{
    float: right;
}
.current_qty{
    color: #fff !important;
}
.loader_cnt{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    display: inline-flex;
    /*display: none;*/
}
.rendered_cnt{
    display: none;
}
.loader_cnt img{
    margin: auto;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
        display: none;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media (max-width: 450px) {
    .sidenav {
        display: none;
    }
    .info_cart{text-align: left;}
    img.imageThumbInCard{width: 100%;}
    .thumbnail{height: auto}
}