
nav {
    z-index: 2000 !important;
}

a.hash-link[name] {
    padding-top: 40px;
    margin-top: -40px;
    display: inline-block; /* required for webkit browsers */
    position: relative; /* so text above could be copied*/
    z-index: -1; /* so text above could be copied*/
  }

/* quick RTLS menu */
.navbar .dropdown-menu {
    border-radius: 2px; 
    box-shadow: none;
    transition: all 1s ease;
    background-color: #fff; /*#438798;*/
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin-top: 5px;
}

.square {
    padding: 5px;
    background-size: cover;
    background-position: center;
}

.square:hover {
    opacity:1.0;
}

.icons-dropdown {
    padding: 5px;
}

.square svg {
    width: 50px;
    height: 50px; 
    display: block;
    filter: grayscale(30%);
}

.square img:hover {
    filter: grayscale(20%);
}

.square-disabled {
    cursor: default !important;
}

.square-disabled a {
    cursor: default !important;
}

.square-disabled:hover {
    cursor: default !important;
}

.menu-studio-text-container {
    display: table;
    text-align: center;
    width: 70px;
    margin: auto;
    font-weight: 900;
    height: 32px;
    font-size: 11px;
    margin-top: 2px;
}

.menu-studio-image {
    transition: all 0.3s ease;
    margin: auto;
    -webkit-filter: none;
    filter: none;
}

#studio-dropdown {
    margin-top: 5px;
}

#user-dropdown {
    margin-top: 5px;
}

li .head {
    margin-bottom: 5px;
}

.menu-studio-text {
    transition: color 0.3s ease;
    display: table-cell;
    line-height: 12px;
    vertical-align: middle;
}

.square:hover .menu-studio-text {
    color: #444;
}

.square a:hover {
    text-decoration: none;
}

/* dropdown */
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.dropdown-header {
    padding: 0.0rem 1rem;
}

/* notification menu*/
#notification-dropdown {
    width:440px;
    margin-top: 5px;
}

.badge-notify {
    background: red;
    position: absolute;
    top: 5px;
    left: 16px;
    border-radius: 5px;
}

.notification-box {
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
}

.notification-box.unchecked {
    background-color: #e5f4f8;
}

.notification-box:hover {
    background-color: #f1f1f1;
}

/* badges */
.new-change-badge {
    color: #6ba542;
    font-size: 10px;
}
.new-change-badge:after {
    content: "[new]";
}
.changed-change-badge {
    color:#eda923;
    font-size: 10px;
}
.changed-change-badge:after {
    content: "[changed]";
}
.important-change-badge {
    color:#d62415;
    font-size: 10px; 
}
.important-change-badge:after {
    content: "[important]";
}

.nav-item {
    margin-right: 10px;
}

/* ICONS */
.st0{ display: none; transition: all 0.3s ease; }
.st1{ display: inline; fill: #E6E6E6; transition: all 0.3s ease; }
.st2{ fill: none; stroke: #139e13; stroke-width: 15; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st3{ fill: #139e13; transition: all 0.3s ease; }
.st4{ display: inline; fill: none; stroke: #139e13; stroke-width: 15; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st5{ display: inline; transition: all 0.3s ease; }
.st6{ fill: #139e13; stroke: #139e13; stroke-width: 3; stroke-miterlimit: 10;  transition: all 0.3s ease;}
.st7{ display: inline; fill: none; stroke: #536ab6; stroke-width: 15; stroke-miterlimit: 10; }
.st8{ fill: #536ab6; transition: all 0.3s ease; }
.st9{ display: inline; fill: none; stroke: #e49329; stroke-width: 15; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st10{ fill: #e49329; transition: all 0.3s ease; }
.st11{ display: inline; fill: none; stroke: #e49329; stroke-width: 10; stroke-linecap: round; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st12{ fill: #e49329; stroke: #e49329; stroke-width: 6; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st13{ display: inline; fill: none; stroke: #888; stroke-width: 15; stroke-miterlimit: 10; transition: all 0.3s ease; }
.st14{ fill: #888; transition: all 0.3s ease; }
.st15{ display: inline; fill: none; stroke: #ccc; stroke-width: 15; stroke-miterlimit: 10; }
.st16{ fill: #ccc; }

.square:hover .st2,
.square:hover .st4,
.square:hover .st6,
.square:hover .st7,
.square:hover .st9,
.square:hover .st11,
.square:hover .st12,
.square:hover .st13 {
    stroke: #444;
}

.square:hover .st3,
.square:hover .st6,
.square:hover .st8,
.square:hover .st10,
.square:hover .st12,
.square:hover .st14 {
    fill: #444;
}

.dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display: block;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0 10px;
    z-index: 9999;
}

.dropdown-menu.show#studio-dropdown {
    overflow-y: hidden;
}

.dropdown-menu.show {
    opacity: 1;
    max-height: 500px;
    padding: 8px 10px;
    margin-top: 5px;
    overflow-y: auto;
}

.dropdown-item:hover {
    background-color: #eee;
}

.menu-studio-text-disabled {
    color: #ccc !important;
}

.notification-box-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.icons-dropdown table tbody tr {
    border-bottom: none;
}

.alert-message {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    background: #139e13;
    text-align: center;
    width: 100%;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    padding: 10px 20px;
}

.alert-message.danger {
    background-color: #e73131;
}

.alert-message.warning {
    background-color: #e49329;
}

@media only screen and (max-width: 767px) {
    .navbar-collapse.collapse.show {
        background: rgb(85, 85, 85) !important;
        width: 100% !important;
        text-align: center !important;
        position: fixed !important;
        left: 0px !important;
        top: 39px !important;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 100%;
    }

    .navbar-collapse.collapsing {
        background: rgb(85, 85, 85) !important;
        width: 100% !important;
        text-align: center !important;
        position: fixed !important;
        left: 0px !important;
        top: 39px !important;
        overflow-y: hidden;
        overflow-x: hidden;
        max-height: 100%;
    }

    .dropdown-menu {
        margin: auto;
        width: 290px;
    }
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:hover {
    color: #fff;
}

.navbar-toggler:focus {
    outline: none;
}

/* NOTIFICATIONS */

#toast-container {
    position: fixed;
    z-index: 9999;
    margin-top: 39px !important;
}

.toast {
    top: 0px;
}

#toast-container > div {
    opacity: 0.9;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
}

#toast-container > div:hover {
    opacity: 1;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.jqx-button {
    cursor: pointer;
}