/* Main Menu Styles Starts */

#main-slider, #content img {
    box-shadow: 0 -1px 0 rgba(32, 32, 32, 0.1) inset, 0 5px 3px rgba(0, 0, 0, 0.2);
}

#welcome-image, #openinghours-image, #map_image {
    width: 100%;
}

#content img {
    max-width: 100%;
}

body {
    color: #ededed;
    background: #000;
}

table td, th {
    color: #ededed;
}

/* Standard Styles Starts */
a {
    color: #ededed;
    text-decoration: none;
}

a.btn {
    color: #ededed;
    border-color: #ededed;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #cccccc;
}

/* Main Menu Styles Starts */
.main-menu {
    background-image: -moz-linear-gradient(top, #343a40, #222529);
    background-image: -webkit-linear-gradient(top, #343a40, #222529);
    background-image: -o-linear-gradient(top, #343a40, #222529);
    background-image: linear-gradient(to bottom, #343a40, #222529);
    background-repeat: repeat-x;
    box-shadow: 0 -1px 0 rgba(32, 32, 32, 0.1) inset, 0 5px 3px rgba(0, 0, 0, 0.2);
}

.main-menu .navbar-nav {
    margin-top: 6px;
}

.main-menu .nav-item:not(:last-child) {
    margin-right: 10px;
}

.main-menu .navbar-nav .nav-link,
.main-menu .navbar-nav .btn {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
}

.main-menu .navbar-toggler,
.main-menu .nav-item.active > .nav-link,
.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus {
    background-color: #292929;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* Menu List Styles Starts (treatments) */
.menu-list-item li a:hover > .fa-info-circle {
    color: #cccccc;
}

.popover {
    max-width: 90%;
    max-height: 90%;
    font-size: 90%;
    /* height:250px; */
}

.popover-header {
    color: #000;
}

.row {
    padding-left: 10px;
    padding-right: 10px;
}

.main-footer {
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
}


/* Highlight only when edit mode is active */
body.edit-mode .block {
    position: relative;
    /*    padding: 30px 20px 20px 20px;*/
    /* extra top padding for label */
    margin-bottom: 1rem;
    outline: 2px dashed #FF9B00;
    outline-offset: 6px;
    /*  cursor: pointer;*/
}

/*  body.edit-mode .block:hover {
      transition: background-color 0.2s;
      background-color: rgba(255, 155, 0, 0.45);
  }
*/

/* Label inside top-left corner */
body.edit-mode .block::before {
    content: attr(data-label);
    position: absolute;
    top: -16px;
    /* center horizontally */
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    background: #ff9b00;
    color: white;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
}
