﻿* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    padding: 0px 0px 0px 10px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto /* -55px;  the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #ffffff;
}

hr {
    margin: 5px
}

.btn-link:focus {
    text-decoration: none;
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

.dx-toast-custom {
    /*background-color: #7e208f;*/
    background-color: white;
    color: black;
    border-radius: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    border-style: solid;
    border-width: thin;
    border-color: #9c27b0;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    display: none;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    margin-top: 0;
    padding: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > li {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    display: none;
}

.dropdown-menu > li:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}

.indicator {
    font-size: 0.7em;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.disabled-report {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -6px;
   margin-left: -1px;
}
