body {
/*  padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.odd {
    background-color: #f9fcff;
}

table.dataTable td.sorting_1 {
    background-color: inherit !important;
}

/* Style the form icons */
.icon {
    /*padding: 10px;*/
    /*background: gray;
    color: white;*/
    /*min-width: 50px;*/
    text-align: left;
    margin-left: -50px;
    /*font-weight:700;*/
}

.requiredBackground {
    background-color: antiquewhite;
}

/*.tblCustomerRecipes {
}

    .tblCustomerRecipes .usedRecipe {
       
    }*/

.tblCustomerRecipes .mealTitleNod {
    background-color: antiquewhite;
}

.tblCustomerRecipes .recipeTypeTitleNod {
    background-color: beige;
}

.tblCustomerRecipes td {
    /*background-color: red !important;*/
    padding: 1px 5px !important;
}

.tblCustomerRecipes p {
    margin-bottom: 1px;
}

.recipe-fill-status {
    font-size: 18px;
    /*font-weight: normal;
    
    text-align: center;
    padding: 10px;
    border-width: 0.5px;
    border-style: solid;
    */
    /*width: 50px;*/
}

.recipe-empty {
    color: red;
    /*background-color: lightcoral;*/
}

.recipe-full {
    color: green;
    /*background-color: greenyellow;*/
}

.recipe-half {
    color: orange;
    /*background-color: beige;*/
}

.recipe-more {
    color: #00ffd0;
    /*background-color: beige;*/
}

.min-h-350 {
    min-height: 350px;
}

.min-h-600 {
    min-height: 600px;
}

.platform-P {
    font-size: large;
    color: darkgreen
}

.platform-M {
    color: darkred;
    font-size: x-large;
}

.PaymentStatus-Paid {
    color: green;
}

.PaymentStatus-NotPaid {
    color: red;
}

.searchBox {
    background-image: url('/images/searchicon.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    width: 100%;
    /* font-size: 16px;*/
    /*  padding: 12px 20px 12px 40px;*/
    padding-left: 30px;
    border: 1px solid #ddd;
    /* margin-bottom: 12px;*/
}

.FixedHeightContainer {
    height: 500px;
    width: 100%;
    padding: 3px;
    /* background: #f00;*/
}

.Content {
    height: 100%;
    overflow: auto;
    /*    background: #fff;*/
}


.DayStatus_CurrentDaySplitter hr {
    height: 3px;
    background-color: orange;
    border: none;
}

.DayStatus_CurrentDay {
    background-color: orange !important
}

.DayStatus_New {
    background-color: lightseagreen !important;
    color: white;
}

.DayStatus_Active {
    background-color: lightseagreen !important;
    color: white;
}

    .DayStatus_Active:hover {
        background-color: #119f97 !important;
        color: white;
    }

.DayStatus_Merge {
    background-color: #c49f47 !important;
    color: white;
}

    .DayStatus_Merge:hover {
        background-color: #b89543 !important;
        color: white;
    }

.DayStatus_Hold {
    background-color: #db6df7 !important;
    color: white;
}

    .DayStatus_Hold:hover {
        background-color: #b94dd5 !important;
        color: white;
    }

.DayStatus_Cancel {
    background-color: #d36049 !important;
    color: white;
}

    .DayStatus_Cancel:hover {
        background-color: #c6513a !important;
        color: white;
    }

.DayStatus_Received {
    background-color: lightgray !important;
}

    .DayStatus_Received:hover {
        background-color: #c4c2c2 !important;
    }




.SubStatus_New_icon {
  color: #80e2ff !important; 
}
.SubStatus_New {
    background-color: #80e2ff !important;
    /*color: white;*/
}

    .SubStatus_New:hover {
        background-color: #76d8f5 !important;
        /*color: white;*/
    }


.SubStatus_Active_icon {
    color: #a5ce6f !important;
}

.SubStatus_Active {
    background-color: #a5ce6f !important;
    /*color: white;*/
}

    .SubStatus_Active:hover {
        background-color: #93b960 !important;
        /*color: white;*/
    }

.SubStatus_Expired_icon {
    color:lightgray !important;
}

.SubStatus_Expired {
    background-color: lightgray !important;
}

    .SubStatus_Expired:hover {
        background-color: #c4c2c2 !important;
    }


.SubStatus_Temp_icon {
    color: #f2dede !important;
}

.SubStatus_Temp {
    background-color: #f2dede !important;
}

    .SubStatus_Temp:hover {
        background-color: #e7cbcb !important;
    }
.SubStatus_Hold_icon {
    color:#db6df7 !important;
}

.SubStatus_Hold {
    background-color: #db6df7 !important;
    color: white;
}

    .SubStatus_Hold:hover {
        background-color: #b94dd5 !important;
        color: white;
    }
.SubStatus_Cancel_icon {
    color:#d36049 !important;
}

.SubStatus_Cancel {
    background-color: #d36049 !important;
    color: white;
}

    .SubStatus_Cancel:hover {
        background-color: #c6513a !important;
        color: white;
    }


.dtp {
    z-index: 20000 !important;
}


td span.tooltip1 {
    display: none;
}

td:hover span.tooltip1 {
    position: relative;
    top: -40px;
    left: -10px;
    display: block;
    /*border: 2px solid green;*/
    background-color: white
}

.isOthersTrue {
    display: table-row;
}

.IconLargText {
    font-size: 20px;
}



.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
    border: 1px solid #d4d0d0;
    border-top: 1px solid #d4d0d0;
    border-bottom: 1px solid #d4d0d0;
}

.input-group-addon {
    padding: 6px 12px;
}

.footer-details {
    font-size: .8rem;
}

.red-color {
    color: red;
}

.HistorcalDiscounts {
    padding: 50px;
    background-color: lightgray !important;
}

#button-slider-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

#button-slider-content {
    /* width: 100%;*/
    background-color: lightgoldenrodyellow;
}

div.scrollmenu {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
}

    div.scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 7px;
        text-decoration: none;
        font-size:12px;
    }

a.btnSelectedDay {
    display: inline-block;
    color: white;
    background-color: saddlebrown;
    text-align: center;
    padding: 16px;
    /*text-decoration: none;*/
}

div.scrollmenu a:hover {
    background-color: #777;
}
.hidden {
    display: none;
}

/*Pending*/
.appointment-status-13 {
    /*background-color: #ff8400;*/
    color: #ff8400;
}
/*Confirmed*/
.appointment-status-14 {
    /*background-color: #71ad21;*/
    color: #69b00b;
}
/*Cancelled*/
.appointment-status-15 {
   /* background-color: #df4a4a;*/
    color: red;
}


.select2-container--bootstrap .select2-results__group {
    background-color: #0b4ea2;
    color: white;
    margin-left: -10px
}
.thumbnailImage {
    width: 100px;
    height: 100px;
    border-radius:20px;
    margin-left:10px
}
.min-h-150{
    min-height:150px;
}

.license-table {
}

    .license-table td, th {
        padding: 15px;
        border-bottom-style: inset;
    }

.license-header {
    font-weight: 900;
    font-size: large;
}
.btn-group > a > i {
    color: inherit;
}