﻿.btn-inline {
    padding: 0.45rem 0.40rem;
    width: 30px;
}

.icon-arrow-in-table {
    font-size: 15px;
    vertical-align: bottom;
    color: grey;
    cursor: pointer;
    padding-top: 6px;
}

    .icon-arrow-in-table:hover {
        color: darkgrey;
    }

.icon-arrow-table-up {
    position: absolute;
    right: 25px;
}

.icon-arrow-table-down {
    position: absolute;
    right: 0px;
}

td > div {
    position: relative;
}

.column-button-size {
    width: 100px;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: inherit;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: darkgrey;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    text-shadow: none;
}

.app-header-color {
    background-color: mediumseagreen;
}

.link-header-color {
    color: white !important;
}

.modal-header-green {
    background-color: mediumseagreen;
    color: white;
}

    .modal-header-green > button {
        color: white;
    }

/*.public-site-color {
    background-color: whitesmoke;
}*/

.max-width {
    max-width: 960px;
    background-color: white;
}

.header-center {
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
}

.header-padding {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-center {
    position: fixed;
    bottom: 0;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 50px;
    margin: 0px !important;
}

/*.sidebar, .nav-link.active {
    background-color: mediumseagreen !important;
}

.sidebar .nav-link.active .nav-icon {
    color: lightgrey !important;
}

.sidebar .nav-link .nav-icon {
    color: black !important;
}

.sidebar .nav-link {
    color: white !important;
}

.sidebar .sidebar-minimizer {
    background-color: rgba(250, 250, 250, 0.2) !important;
}*/

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}

.tox-tinymce-fullscreen {
    height: 100% !important;
}

.menus-bar {
    position: fixed;
    z-index: 1020;
    width: 100%;
    background-color: darkseagreen;
    color: white;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    min-height: 30px;
}

.container-fluid {
    padding-top: 99px;
    min-height: calc(100vh - 50px);
    padding-bottom: 50px;
}

.menu-home {
    color: white;
    font-size: 20px;
    white-space: normal;
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.menu-option {
    color: white;
    font-size: 20px;
    white-space: normal;
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.menu-option.active {
    background-color: seagreen;
}

.menu-home:hover, .menu-option:hover {
    background-color: forestgreen;
    color: white;
    text-decoration: none;
}

@media (min-width: 960px) {
    .option-mobile {
        display: none !important;
    }
}

@media (max-width: 959px) {
    .hide-mobile {
        display: none !important;
    }

    .container-fluid {
        padding-top: 0px;
    }

    .footer-center {
        position: inherit;
        left: inherit;
        transform: inherit;
    }

    .sidebar {
        background-color: darkseagreen;
        width: 150px;
    }

    .sidebar .sidebar-nav {
        width: 150px;
    }

    .sidebar .nav-link{
        width: 100%;
    }

    .sidebar .nav-link.active {
        background: seagreen;
    }
}
