header.app-header.bg-white a.navbar-brand {
    width: 300px;
    justify-content: left;
    padding: 0 2.75rem 0 1.5rem;
    color: #73818f;
    font-size: 1.4rem;
    opacity: 0.75;
}

header.app-header {
    height: 65px;
    flex: 0 0 65px;
}
/* ONLY EXTRA SMALL DEVICES */
@media (max-width: 667px) {
    div#saveActions {
        margin-top: 10px;
    }
    div#saveActions.form-group {
        text-align: center;
    }
    div#saveActions.form-group a.btn {
        margin: 10px 0 !important;
    }
    div#saveActions.form-group div.btn-group button {
        margin: 10px 0 !important;
    }
}
/* ONLY SMALL DEVICES */
@media (max-width: 991px) {
    .app-header .navbar-brand {
        padding: 0 !important;
    }
}
.btn-lg {
    text-transform: uppercase;
}
/* ONLY ABOVE SMALL DEVICES */
html:not([dir="rtl"]) .sidebar {
    margin-left: -300px;
}

.app-body .sidebar.sidebar-pills {
    flex: 0 0 300px !important;
}

.sidebar .nav,
.sidebar .sidebar-nav {
    width: 100%;
}

.app-body .sidebar {
    padding: 1rem 0 0 0;
}
.sidebar.sidebar-pills .nav-link {
    padding: 1rem 1.25rem 1rem 1.5rem !important;
}
.sidebar.sidebar-pills .nav-dropdown-items .nav-link {
    padding: 0.5rem 0.5rem 0.5rem 2rem !important;
}

.bg-lightgrey {
    background-color: #eaeaea !important;
}
.drop-shadow {
    box-shadow: 0px 1px 9px -1px rgba(100, 100, 100, 0.49);
    -webkit-box-shadow: 0px 1px 9px -1px rgba(100, 100, 100, 0.49);
    -moz-box-shadow: 0px 1px 9px -1px rgba(100, 100, 100, 0.49);
}

.help-block {
    font-size: 0.8rem;
    color: #999;
}

.add-repeatable-element-button {
    /* margin-top: 1em!important; */
}
.repeatable-element {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    -webkit-box-shadow: 0px 0px 4px -1px #999999;
    box-shadow: 0px 0px 4px -1px #999999;
}

.booking-button {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

.booking-button-first {
    margin-right: 2px;
}

.item-table tbody tr td {
    vertical-align: middle;
}

@media (max-width: 1648px) {
    .my-xl-col {
        min-width: 100% !important;
    }
}

.nav-content {
    padding: 1rem 1.25rem 1rem 1.5rem !important;
    border-bottom: 1px solid rgba(22,28,45,.1);
}

.wave-container {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
.wave-area
{

    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 50px;
    background-color: #ffffff;
}
.wave
{
    background-image: url("../images/wave.svg");
    background-repeat: repeat-x;
    position: absolute;
    top: -100px;
    width: 6400px;
    height: 100px;
    animation: wave 35s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    z-index: 10000;
}
.wave:nth-of-type(2) {
    top: -56px;
    animation: wave 20s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@keyframes wave {
    0% { margin-left: 0; }
    100% { margin-left: -1600px; }
}
@keyframes swell {
    0%, 100% { transform: translate3d(0, -45px, 0); }
    50% { transform: translate3d(0, 5px, 0); }
}
/* DETECT IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active),
    @supports (-ms-accelerator:true) or (-ms-ime-align:auto) {
    .wave-area {
        display: none!important;
    }
}
.jsoneditor-poweredBy {display: none!important;}

#crudTable .depth-padding-0 {
    font-weight: 700;
    text-transform: uppercase;
}
#crudTable .depth-padding-0::before {

    position: relative;
    font-family: 'Line Awesome Free';
    font-size: 1em;
    content: '\f309';
    color: #333;
}


#crudTable .parent-item:not(.depth-padding-0) {
    font-weight: 600;
}
#crudTable .parent-item:not(.depth-padding-0)::before {
    position: relative;
    font-family: 'Line Awesome Free';
    font-size: 1em;
    content: '\f07c';
    color: #333;
    padding-right: 4px;
}

#crudTable .depth-padding-1 {
    padding-left: 20px;
}
#crudTable .depth-padding-2 {
    padding-left: 40px;
}
#crudTable .depth-padding-3 {
    padding-left: 60px;
}
#crudTable .depth-padding-4 {
    padding-left: 80px;
}
#crudTable .depth-padding-5 {
    padding-left: 100px;
}
#crudTable .depth-padding-6 {
    padding-left: 120px;
}
#crudTable .depth-padding-7 {
    padding-left: 140px;
}
#crudTable .depth-padding-8 {
    padding-left: 160px;
}
#crudTable .depth-padding-9 {
    padding-left: 180px;
}
#crudTable .depth-padding-10 {
    padding-left: 200px;
}
#crudTable .child-item:not(.depth-padding-0)::before {
    position: relative;
    font-family: 'Line Awesome Free';
    font-size: .75em;
    content: '\f111';
    color: #333;
    padding-right: 4px;
}
