/*
Template Name: OMDDMS
Author: OMDDMS
File: omddms.css
*/


body {
    font-size: 14px;
    color: #404143;
    background-color: rgb(255, 255, 255);/*#f0f0f0;*/
    letter-spacing: 0.5px;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.wrapper {
    width: 100%;
    position: relative;
}

/* Targets all DataTables buttons */
.dt-button,
.buttons-html5,
.buttons-print {
    padding: 0.25rem 0.5rem;
    /* smaller padding */
    font-size: 0.85rem;
    /* smaller font size */
    line-height: 1.2;
    /* optional, for tighter spacing */
}

.dt-button:hover,
.dt-button:active {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
}

.dt-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.dt-table {
    margin-bottom: 1rem;
}

.dt-bottom-bar {
    display: flex;
    align-items: center;
}

.dt-bottom-bar .col-sm-4:last-child ul.pagination {
    justify-content: flex-end;
}

#sidebar {
    display: none;
    background: white;
    color: black;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100vh - 65px);
    z-index: 1050;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
}

#sidebar.active {
    display: flex;
    transform: translateX(0);
}

#sidebar a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
    text-align: left;
    width: 100%;
    transition: color 0.3s;
}

#sidebar a i {
    margin-right: 10px;
    font-size: 1.2rem;
    width: 1.5rem;
    transition: color 0.3s;
    color: inherit;
}

#sidebar a:hover {
    font-weight: 500;
}

#sidebar a.active i {
    color: #FF5326;
}

@media (min-width: 768px) {
    #sidebar {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        width: 200px;
        height: calc(100vh - 50px);
        background: #343a40;
        color: white;
        padding-top: 20px;
        transform: translateX(0);
        font-size: smaller;
    }

    #sidebar a {
        color: white;
        padding: 10px 10px;
        text-align: left;
    }

    .page-content {
        padding: 1.5rem;
    }
}

.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1100;
}

.container-fluid img {
    max-width: 75px;
    margin: 0 auto;
}

.content {
    margin-left: 200px;
    margin-top: 100px;
    transition: margin-left 0.3s ease-in-out;
}

.responsive-image {
    width: 650px;
}


@media (max-width: 767px) {

    .responsive-image {
        width: 375px;
    }

    .content {
        margin-left: 0;
        margin-top: 0;
    }

    .navbar-toggler {
        display: block;
    }

    nav.navbar {
        display: block !important;
    }

    #sidebar {
        top: 90px;
        width: 100%;
    }

    .container-fluid img {
        max-width: 280px;
    }

    .logo-column {
        display: none;
    }

    #loggedinenvironment i,
    #loggedinas i {
        color: #FF5326;
    }

    .page-wrapper {
        height: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .topbar {
        position: fixed;
        top: 84px;
        width: 100%;
        z-index: 1050;
        background: #f8f9fa;
        color: black;
    }

    #panel {
        width: 350px;
    }

}

@media (min-width: 768px) {
    .navbar-toggler {
        display: none;
    }

    nav.navbar {
        display: none !important;
    }

    .topbar {
        padding-left: 200px;
        position: fixed;
        top: 0;
        z-index: 1050;
        width: 100%;
        display: flex;
        align-items: center;
        background: #343a40;
        color: white;
    }

    .topbar {
        display: block;
        background: #343a40;
        text-align: center;
    }

    .logo-column {
        display: flex;
        width: 200px;
        background: #343a40;
    }

    #loggedinenvironment i,
    #loggedinas i {
        color: #FF5326;
    }

    .page-wrapper {
        height: 100%;
        margin-top: 50px;
        margin-bottom: 30px;
        margin-left: 200px;
    }
}

.topbar {
    background: #f8f9fa;
    color: black;
    padding: 0;
    border-bottom: 1px solid #dee2e6;
    z-index: 1060;
    display: flex;
}

.topbar .bx {
    font-size: 1.5rem;
    margin-right: 10px;
}

.page-footer {
    background: #ffffff;
    left: 0px;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 7px;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    z-index: 3;
    font-size: small;
}

.wrapper.toggled .page-footer {
    left: 70px;
}




.btn-primary {
    background-color: #FF5326 !important;
    border: 2px solid #FF5326 !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: White !important;
    color: #FF5326 !important;
    border: 2px solid #FF5326 !important;
}





.section-authentication-signin {
    height: 100vh;
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem;
}

.authentication-reset-password {
    height: 100vh;
    padding: 0 1rem;
}

.authentication-lock-screen {
    height: 100vh;
    padding: 0 1rem;
}

.error-404 {
    height: 100vh;
    padding: 0 1rem;
}

.error-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.authentication-header {
    position: absolute;
    background: #FF5326; 
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1;
}


#panel {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}