﻿@media (max-width: 992px) {
    .login-card {
        width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 460px) {
    .login-card {
        width: auto;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 640px;
    }
}

@media only screen and (max-width: 992px) {
    .page-wrapper .page-content {
        padding: 1.5rem 1.5rem;
        color: #666666 !important;
        font-size: 13px !important;
        min-height: calc(100vh - 6.9375rem);
    }
}

.nav-function-top .page-sidebar .primary-nav .nav-menu {
    margin-left: 0 !important;
}

/* Temp fix to hide navbar arrows */
#js-nav-menu-wrapper-left-btn,
#js-nav-menu-wrapper-right-btn {
    display: none !important;
}

.dropdown-divider {
    border-top: 1px solid #c7c7c7;
}

.datepicker {
    width: 100% !important;
}

.form-label {
    font-weight: bold;
}

legend {
    font-size: 15px;
}
.invalid-feedbackfield {
    color: #fd3995;
    font-size: 0.6875rem;
}

.control-label {
    font-weight: bold;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #8a7359;
    border-color: #8a7359;
}

.btn-primary {
    color: #ffffff;
}

.menu-item:hover, label.menu-open-button:hover {
    background: #8a7359;
}

.dropdown-item {
    color: #8a7359
}

.mod-skin-light:not(.mod-skin-dark):not(.mod-nav-dark).nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    color: #8a7359
}

.header-icon {
    color: #8a7359;
}
.subheader-title {
    font-size: 30px;
    font-weight: bold !important;
    color: #3b2d16;
}

@media (max-width: 576px) 
{
    .subheader-title {
        margin-bottom: 10px;
    }
}

.subheader:not(:empty) {
    margin-bottom: 0 !important;
}

.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child, .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #8a7359
}

.nav-menu li.active:not(.open) > a:before {
    color: #3b2d16;
}

@media (min-width: 992px) {
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
        color: transparent;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active {
        border-bottom: solid;
        border-bottom-color: #3b2d16;
    }
}

.alert-success {
    display: none !important;
}

.dropdown-menu {
    width: auto !important;
}

    .dropdown-menu.show {
        position: absolute;
        top: 60px;
        left: 475px;
        will-change: top, left;
    }

@media (min-width: 992px) {
    .page-header {
        padding: 0 4rem;
    }

    .page-footer {
        padding: 0 4rem;
        height: 2.8125rem !important;
    }

    .nav-function-top .page-sidebar {
        padding: 0 3rem;
    }

    .page-content-wrapper {
        padding: 0 2.5rem;
    }
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */
.login-header {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.login-card {
    box-shadow: 6px 6px 6px rgb(0 0 0 / 30%)
}

.loading-indicator {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
}

.cms_iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

form .btn-danger {
    background-color: transparent;
    color: #3b2d16;
    border-color: transparent;
}

    form .btn-danger:hover, form .btn-danger:focus {
        background-color: transparent;
        border-color: #8c2936;
        color: #8c2936;
    }

.modal-dialog .btn-danger {
    background-color: transparent;
    color: #3b2d16;
    border-color: transparent;
}

    .modal-dialog .btn-danger:hover, form .btn-danger:focus {
        background-color: transparent;
        border-color: #8c2936;
        color: #8c2936;
    }
select:invalid {
    color: #8e8e8e;
}

option {
    color: black;
}

#centredText {
    vertical-align: middle;
}

.required:after {
    content: " *";
    color: #e77070;
}
.modal-dialog .btn-outline-danger {
    border-color: #8c2936;
    color: #8c2936;
}

    .modal-dialog .btn-outline-danger:hover, form .btn-outline-danger:focus {
        background-color: #8c2936;
        border-color: #8c2936;
        color: white;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    background-color: #3b2d16 !important;
}
.dataTables_wrapper tr.child td.child .dtr-details:after {
    background: #8a7359 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before, table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    background-color: #8a7359 !important;
}

#userMenuDropDown:after {
    background: white;
}

.page-footer {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {

    .footer-function-fixed .page-footer {
        z-index: 500;
        position: absolute;
    }
}

.header-icon {
    cursor: pointer !important;
}

.add-subheader-margin {
    margin-top: 53px;
}

.fixedHeader-floating {
    opacity: 1 !important;
}

.input-group-append > .dropdown-toggle,
.custom-select
{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.input-group-append > .dropdown-toggle {
    width: 19px;
}

.input-group-append > .dropdown-toggle::after {
    margin-left: -3px;
}

a[target]:not(.btn) {
    text-decoration: none !important;
}

.footer-function-fixed .page-footer {
    z-index: 500;
}

.forgotPasswordLink-card-nav a {
    font-size: 14px;
    color: #919aa3;
}

.forgotPasswordLink-card-nav a:hover:enabled {
        color: #e9ab82;
    }

.nav-pills .nav-link.poulet.active {
    color: #ffffff !important;
    border: solid !important;
    border-width: 1px !important;
    background-color: #8c2936 !important;
    border-color: #8c2936 !important;
}

.nav-pills .nav-link.poulet {
    color: #8c2936 !important;
    border: solid !important;
    border-width: 1px !important;
    background-color: #ffffff !important;
}

.nav-link.poulet.disabled {
    color: #cc8b31 !important;
}

.nav-pills .nav-link.dindon.active {
    color: #ffffff !important;
    border: solid !important;
    border-width: 1px !important;
    border-color: #cc8b31 !important;
    background-color: #cc8b31 !important;
}

.nav-pills .nav-link.dindon {
    color: #cc8b31 !important;
    border: solid !important;
    border-width: 1px !important;
    background-color: #ffffff !important;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .footerLoginPage {
       margin-left: -0.8rem;
    }
}
