.top-menu {
    width: fit-content;
    margin: auto;
    padding: 0;
}

.icon-h5 {
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e9ecef;
}

.negativeRed {
    color: red;
}

.btn-secondary {
    background-color: #12344d;
}

.btn-primary {
    background-color: #12344d;
    border-color: #0d2d45;
}

.shadowBox {
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.5);
}

.cardHeader {
    text-align: center;
}

.file {
    cursor: pointer;
    color: #005cbf;
}

.file:hover {
    color: blue;
}

td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

tfoot {
    font-weight: bold;
}

th {
    resize: horizontal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

th:last-child {
    resize: none;
}

th.menu-column {
    resize: none;
}

.scroll {
    max-height: 220px;
    overflow: auto;
}

.category-icon {
    display: table-cell;
    height: 30px;
    width: 30px;
}

.category-row {
    width: 100%;
    display: flex;
}

.menu-column {
    width: 38px;
}

.turnover-in-category {
    padding: 0 0 0 10px !important;
}

.category {
    font-weight: bold;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 5px 5px 5px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

.menu-pane {
    position: fixed;
    top: 100px;
    background-color: #bd2130;
    height: 100%;
    width: 100%;
    padding: 4px;
}

.vertical-menu {
    width: max-content;
    margin: auto;
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #4CAF50;
    color: white;
}

.toast-pane {
    z-index: 100;
    position: fixed;
    top: calc(50% - 40px);
    left: 1em;
    right: 1em;
    max-height: 30em;
    min-width: 20em;
    overflow: auto;
    padding: 4px;
}

.toast {
    display: table;
    margin: 0 auto;
    color: #BBDCFE;
    background-color: #12344d;
    padding: 10px;
    border-radius: 5px !important;
}

.toast * {
    color: #BBDCFE;
    background-color: #12344d;
}

.toast .text-primary {
    color: #BBDCFE !important;
}

.text-primary {
    color: black !important;
}

.deleted {
    background-color: darksalmon;
}

.invalid {
    background-color: orangered;
}

.dropright {
    width: 38px;
}

.icon {
    margin-right: 5px;
}

.required {
    color: darkred;
    font-weight: bold;
}

.forecast-input {
    width: 200px !important;
}

.forecasts-menu {
    width: 600px;
}

#forecastList {
    z-index: 100;
    position: absolute;
    background-color: white;
}

.space {
    width: 10px;
}

.btn-plus {
    width: 29px;
    height: 29px;
    padding: 0;
    margin: 4px;
}

.userInput{
    height : 70px !important;
}

#inputTitle, #projectionTitle, #appName{
    color: #346a9d;
}

#calculator{
    display: none;
}

.checkboxDiv:hover{
    border: 1px solid #346a9d !important;
}

.info{
    cursor: pointer;
    color : #346a9d;
}

#backupVolumeTitle{
    color: #346a9d;
}