﻿* {
    box-sizing: border-box;
}

body {
    background-color: #f9f9f9;
}

.lozad {
    background-color: #99FF99;
}

.heading {
    font-size: 25px;
    margin-right: 25px;
}

.card-header > ul > li > button > span {
    padding: 5px;
}

.fa {
    font-size: 25px;
}

.checked {
    color: orange;
}

/* Three column layout */
.side {
    float: left;
    width: 15%;
    margin-top: 10px;
}

.middle {
    margin-top: 10px;
    float: left;
    width: 70%;
}

/* Place text to the right */
.right {
    text-align: right;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The bar container */
.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
}

/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #04AA6D;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #2196F3;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #00bcd4;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #ff9800;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #f44336;
}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .side, .middle {
        width: 100%;
    }

    .right {
        display: none;
    }
}

.menubtn1 {
    border-radius: 5px 1px;
    border: none;
    background: #1f5fa0;
    padding: 5px 5px;
}

.caterdetailheading {
    color: grey;
    padding-left: .3rem;
}

    .caterdetailheading:hover {
        /*  color: #1f5fa0;*/
    }

    .caterdetailheading active {
        color: black;
    }

.breadcrumb {
    padding: 8px 15px;
    border-radius: 4px;
    background-color: white;
}

.list-group-item {
    border: 1px solid rgba(0,0,0,0);
    list-style-type: circle;
    padding: 0;
}

.accordion-button:not(.collapsed) {
/*    background-color: antiquewhite;
*/    /*    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
*/ color: black;
/*    border: 1px solid rgba(0,0,0,.125);
*/}

.accordion-button {
    font-weight:700;
}

.sticky {
    top: 0;
    position: sticky;
}

@media only screen and (min-width:992px) {
    #mobileviewapntmnt {
        display: none;
    }

    .imgcard {
        background-color: #99FF99;
        width: 100% !important;
        height: 50vh;
    }
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 767px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


/*css for hide and show nav headings*/
.hidden {
    display: inline-block;
    font-weight: 600;
}

.iti__country-list {
    z-index: 12;
}

.iti {
    display: block;
}

    .iti > .float_parent > .float_label {
        margin-left: 5rem;
    }

.tabheader > .nav-tabs > li > .nav-link.active {
    border-bottom: 3.5px solid #1f5fa0;
    position: relative;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border: none;
}

.tabheader > .nav-tabs {
    padding-bottom: 0;
    padding-left: 5px;
}

.nav-link {
    transition: none;
}

@media only screen and (max-width:766.98px) {
    .active > .hidden {
        display: inline-block;
    }

    .hidden {
        display: none;
    }

    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 11px 0 0;
        padding-right: 30px;
        position: absolute;
        right: 0;
        text-align: right;
        width: 276px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    #formsidebarbtn {
        font-size: 13px;
    }

    .caterdetailheading {
        padding-right: .5rem;
        padding-left: .4rem;
    }

    .desktoplist {
        display: none;
    }
}

.horizontalline {
    margin: .2rem;
    border: 0;
    border-top: 1px solid lightgray;
    background-color: lightgray;
}

@media only screen and (min-width:767px) {
    #mobileviewapntmnt {
        display: none;
    }
}
/*
#slideRight {
    border: none;
    background: white;
    float: left;
    margin-top: -2.4rem;
    font-size: 20px;
}

#slideLeft {
    border: none;
    background: none;
    float: right;
    right: 0;
    margin-top: .6rem;
    font-size: 20px;
}*/
.mobileitem.active, .mobileitem:active {
    background-color: #f2f2f2 !important;
    color: #1f5fa0 !important;
    text-decoration: none;
}

.mobileitem {
    color: #495057;
}

