i {
    font-size: 12px;
}

.color-black {
    color: black;
}

.color-whitesmoke {
    color: whitesmoke;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}

.b-black {
    border: black solid 2px;
}
.b-gray {

    border: 1px solid rgba(0, 0, 0, .125);

}
.grayscale {
    filter: grayscale(100%);
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-top: 150px;
    color: whitesmoke;
    text-shadow: 1px 1px 2px black;

}

.site-title {
    color: whitesmoke;

    font-size: 50px;
    font-weight: 500;
}

.footer-backend {
    height: 100px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    color: whitesmoke;
}

.booking_room_div {
    width: 19%;
    margin-left: 1%;
    /*border: black solid 1px;*/
    /*background-color: lightgrey;*/
}

.order_thumb {;
    border: black solid 1px;

}

.booking_room_div.booked {

    border: green solid 3px;
    background-color: lightgreen;
}

.booking_room_title {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.6);
    color: #78b454;
    /*color: #fff;*/
    padding: 5px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 18px;
    text-transform: uppercase;
}

.booking_sub_title {
    font-weight: bold;
    text-decoration: underline;
}

.page_sub_title {

    font-weight: bold;
    text-decoration: underline;
}

.book_room_button {
    width: 100%;
    background: rgba(144, 238, 144, 0.6);
}

.book_room_button:hover {
    cursor: pointer;

}

.unbook_room_button {

    width: 100%;
    border: 2px solid red;
    background: rgba(139, 0, 0, 0.25);
}

.unbook_room_button:hover {
    cursor: pointer;
    background: darkred;
    color: #fff;
}

.booking_confirmed_welcome_message {

    padding-top: 50px;

    border: black solid 2px;
    background: rgba(0, 125, 12, 0.78);
    color: white;

    font-size: 30px;
    font-weight: 600;
    /*text-decoration: underline;*/
    text-shadow: 1px 1px 2px black;

    z-index: 3;
}

.logo-img {
    line-height: 0.5;
}

.booking_step{
    display: none;
}

ul.slicknav_nav li a:hover{
    text-decoration: underline;
}

#sticky-header.sticky.logo-img.width-100{
    /*display: none;*/
}
div.color-whitesmoke.text-center.width-100.mt-0.mb-0,
div.color-whitesmoke.text-center.width-100.bold.mt-2{
    /*background-color: pink;*/
    /*display: none;*/
}

.small-header-size {
    height: 100px;
}

.btn.btn-active{
    background-color: darkgreen;
    border: black solid 2px;
    color: whitesmoke;
}
.btn.btn-active:hover{
    background-color: darkolivegreen;
}

.btn.btn-secondary{
    color: black;
}

.edit-button a {
    color: whitesmoke;
    outline: medium none;
}

/**
FULL CALENDAR CSS
 */

td.fc-day.fc-widget-content:hover {
    /*background: transparent;*/
    background-color: green;
    cursor: pointer;
}
td.fc-day.fc-widget-content.fc-past,td.fc-today {
    /*background: transparent;*/
    background-color: pink;
    cursor: not-allowed;
}
td.fc-highlight {
    background-color: lightgreen;
}

td.fc-today {
    /*background-color: lightgreen;*/
    border: black solid 2px;
}
td.fc-future {
    background-color: lightgreen;
}
td.fc-other-month {
    background-color: lightgrey;
}



/*

EO FULLCALENDAR CSS

 */

/*

.fc-row .fc-content-skeleton {
    z-index: 1;
}
td.fc-day{
    z-index: 2;
}
td.fc-day.fc-widget-content{
    z-index: 2;
}
*/

/*
td.fc-day.fc-widget-content.fc-past:hover{
    !*background: transparent;*!
    background-color: pink;
    cursor: not-allowed;
}*/

/*
td.fc-day:hover{
    background-color: red;
}
td.fc-day.fc-widget-content.fc-past:hover{

}
td.fc-day-top{
    z-index:0 ;
    background: transparent;
    background-color: pink;
}
td.fc-day-top:hover{

    background-color: pink;
}
td.fc-future:hover{

    background: blue;
}
td.fc-day-top.fc-wed.fc-future:hover{

    background-color: pink;
    !*background: red;*!
}

.fc-past:hover{
    background-color: pink;
}

td.fc-day-top.fc-mon.fc-past {

    background: blue;
}


.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
    background-color: #0c5460;
}
*/

/*fc-day-top fc-sat fc-past*/


.fs-60 {
    font-size: 60px;
}

.fs-52 {
    font-size: 52px;
}

.fs-44 {
    font-size: 44px;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.pt-0 {
    padding-top: 0;
}
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-0 {

    margin-bottom: 0;
}

.mt-0 {

    margin-top: 0;
}

.mt-2 {

    margin-top: 2px;
}

.mt-5 {

    margin-top: 5px;
}

.mt-20 {

    margin-top: 20px;
}

.mt-50 {

    margin-top: 50px;
}
.mt-100 {

    margin-top: 100px;
}
.mt-150 {

    margin-top: 150px;
}

.mb-5 {

    margin-bottom: 5px;
}

.ml-2 {

    margin-left: 2px;
}

.mr-2 {

    margin-right: 2px;
}

.p-5 {
    padding: 5px;
}

.p-10 {

    padding: 10px;
}

.p-20 {

    padding: 20px;
}

.p-25 {

    padding: 25px;
}

.width-25 {
    width: 25px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-75 {
    width: 75px;
}

.width-100 {
    width: 100%;
}

.height-25 {
    height: 25px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-75 {
    height: 75px;
}

.height-100 {
    height: 100px;
}

.max-height-25 {
    max-height: 25px;
}

/**
COLOR CSS
 */

.b-black-1 {
    border: black solid 1px;
}

.bg-black {
    background-color: black;
}

.bg-whitesmoke {
    background-color: whitesmoke;
}


.text-shadow {
    text-shadow: 1px 1px 1px black;
}

.text-shadow-light {
    text-shadow: 1px 1px 5px whitesmoke;
}

.bg-well-1 {
    /*background: rgb(255, 250, 228);*/
    background: rgb(64, 95, 129);

    box-shadow: 10px 3px 3px rgb(140, 204, 196);

}

.bg-well-2 {
    /*background: rgb(255, 250, 228);*/
    background: rgb(140, 204, 196);

    box-shadow: 10px 3px 3px rgb(64, 95, 129);

}

.border-bottom-black {
    border-bottom: 1px solid black;
    /*text-shadow: 1px 1px 1px whitesmoke;*/

}
#sticky-header:hover{

    /*background: rgba(0, 0, 0, 0.3);*/
}

.green-bottom-line {
    border-bottom: 5px solid #4CAF50;
    opacity: 0.7;

}


#navigation > li > a:hover {
    color: rgb(64, 95, 129);
    /*TODO: change*/
    /*text-decoration: underline;*/
}

#navigation > li > ul.submenu > li:hover a {

    color: rgb(140, 204, 196);
    /*text-decoration: underline;*/
}

.text-shadow-none{

    text-shadow: 0 0 0 #000000;
}
.header-area .main-header-area .main-menu ul li.page-active a{

    /*text-decoration: underline; rgb(120, 180, 84) */
    font-weight: bold;
    font-size: 16px;
    color: rgb(120, 180, 84);
    color: black;
    border-top: 1px solid whitesmoke;
    border-bottom: 2px solid whitesmoke;
    border-radius: 15px;
    background: rgba(0,0,0,0.25);
    background: rgb(248, 197, 112);
    background: rgb(64, 95, 129);
    text-align: center;
}

.page-sub-title{
    padding-top: 70px;
    padding-bottom: 90px;
}

.page-active {/*

    text-decoration: underline;
    color: rgb(120, 180, 84);
    border-bottom: 2px solid rgb(120, 180, 84);*/
}

#from_date_div{
    background-color: whitesmoke;
}

.fc-bg{

    background-color: whitesmoke;
}

.progress-table-wrap {
    overflow: none;
}

.edit-row-selector {
    max-height: 50px;
}
.delete-row-selector {
    max-height: 50px;
    margin-left: 5px;
}

.image_to_group_selector:hover{
    background-color: lightsteelblue;
    cursor: pointer;
    color: black;

}
.image_to_group_selector.active{
    background-color: lightgreen;
}

div.table-row:hover,
li.slicknav_parent:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.progress-table .serial {
    /*width: 11.83%;*/
    padding-left: 5px;
    overflow: auto;
}

div.serial.w-8 {
    width: 8%;
}
div.serial.w-15 {
    width: 15%;
}
div.serial.w-25 {
    width: 25%;
}
div.serial.w-25 {
    width: 25%;
}

/*translation text value element*/
.ttve{
    width: 95%;
    min-height: 55px;
}

.header-area .main-header-area .main-menu ul li a {
    padding: 10px 8px 10px 8px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: whitesmoke;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#navigation li a {
    color: rgb(74, 104, 98);
    color: whitesmoke;
    font-size: 20px;
}

.order_info {
    padding-top: 20px;

}

.section_title h3 {

    color: rgb(64, 95, 129);
    text-shadow: 2px 1px 1px rgb(140, 204, 196);;

}

/**
Slideshow css
 */
/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: -42px;
    border-radius: 3px 0 0 3px;
}
.prev {
     left: -42px;
     border-radius: 3px 0 0 3px;
 }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.form-check-sublabel {
    width: 100%;
}

/**
MEDIA CSS
 */

@media (max-width: 1799px) {
    .container {
        max-width: 80%;
    }
}
@media (max-width: 1599px) {
    .container {
        max-width: 85%;
    }
}
@media (max-width: 1399px) {
    .container {
        max-width: 90%;
    }
}
@media (max-width: 1199px) {
    /* line 28, ../../Arafath/CL/CL August/199 Flatter Catering/199 Flatter Catering-HTML/scss/_breadcam.scss */
    .page-title {
        font-weight: 500;
        font-size: 45px;
        margin-bottom: 10px;
    }

    .site-title {

        font-size: 40px;
        font-weight: 400;
    }

    .booking_room_div {
        width: 24%;
    }

    .page-active {
        max-width: 250px;
    }

}

@media (max-width: 991px) {

    .booking_room_div {
        width: 30%;
    }

    .booking_confirmed_welcome_message {
        font-size: 24px;

    }
}

@media (max-width: 767px) {
    /* line 28, ../../Arafath/CL/CL August/199 Flatter Catering/199 Flatter Catering-HTML/scss/_breadcam.scss */
    .page-title {
        /*font-weight: 700;*/
        font-size: 30px;
        margin-bottom: 8px;
    }

    .site-title {

        font-size: 25px;
    }

    .site-image-logo-small {
        height: 100px;
    }

    .booking_room_div {
        width: 45%;
    }

    .booking_confirmed_welcome_message {
        font-size: 20px;

    }
}

@media (max-width: 500px) {
    .page-title {
        /*font-weight: 700;*/
        font-size: 25px;
    }

    .site-title {

        font-size: 18px;
    }

    .site-image-logo-small {
        height: 50px;
    }

    .site-image-logo-small {
        height: 50px;
    }

    .booking_room_div {
        width: 45%;
    }

    .booking_confirmed_welcome_message {
        font-size: 14px;

    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .header-area .main-header-area .main-menu ul li a {
        padding: 10px 8px 10px 8px;
    }
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgb(64, 95, 129) !important;
}