﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #f4f6f9 !important;
}
.app-header {
    background: linear-gradient(to left,#723863 0,#723863 110%) !important;
    border-bottom: 3px solid #cfd1d4;
}
/*.left-sidebar {
    background-color: #343a40 !important;
}*/
.brand-logo {
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.footer {
    background: linear-gradient(to left,#723863 0,#723863 110%) !important;
}
.nav-icon-hover:hover:before {
    background-color: #ecf2ff00 !important;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link, .sidebar-nav ul .sidebar-item.selected > .sidebar-link.active, .sidebar-nav ul .sidebar-item > .sidebar-link.active {
    background-color: #F9CE3D !important;
    color: #fff !important;
    font-weight: bold !important;
}
.round {
    width: 45px;
    height: 45px
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.btn-danger {
    background-color: #B71C1C !important;
    border-color: #B71C1C !important;
}
.btn-warning {
    background-color: #F57F17 !important;
    border-color: #F57F17 !important;
}
.container-fluid{
/*    padding: 2px !important;*/
    max-width: none !important;
}

@media print {
    body {
        visibility: hidden;
    }

    .hidden-print,
    .hidden-print * {
        display: none !important;
    }

    #section-to-print {
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }
} 