@font-face {
    font-family: 'Siemens Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/SiemensSans_Roman.6b2d3e16f8f7.woff2") format('woff2');
}
body {
    font-family: 'Siemens Sans';
    background-color: #F3F3F0;
    font-size: 14px;
}
.vl {
    border-left: 1px solid #E5E5E9;
    height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}
.form-control {
    border: 1px solid #000000;
    border-radius: 2px;
}
.form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 2px #199FFF;
}
input[type=checkbox] {
    transform: scale(1.2);
    border-radius: 0;
    border: 1px solid #000;
   /* Custom border color (optional) */
    accent-color: #005159;
}
input[type="checkbox"]:checked {
    background-color: #000;
   /* Background color when checked (optional) */
    border-color: #000;
   /* Border color when checked (optional) */
}
.btn {
    border: 0;
    background-color: #007993;
    color: #FFFFFF;
    border-radius: 0%;
    box-shadow:none 
}
.btn:hover {
    border: 0;
    background-color: #007993;
    box-shadow:none;
    color: #FFFFFF;
}
.btn:active {
    border: 0;
    background-color: #005159;
    box-shadow:none 
}
.btn:focus {
    border: 0;
    background-color: #007993;
    box-shadow:none 
}
.btn:visited {
    border: 0;
    background-color: #007993;
    box-shadow:none 
}
.menu-button {
    border: 0;
    background-color: #007993;
    color: #FFFFFF;
    border-radius: 0%;
    box-shadow:none;
    margin-left: 10px;
}
.menu-button:active {
    border: 0;
    background-color: #005159;
    box-shadow:none 
}
.menu-button:focus {
    border: 0;
    background-color: #007993;
    box-shadow:none 
}
a, a:hover {
    color: #000028;
}
.siemens-logo {
    padding-left: 10px;
    width: 120px;
}
.app-name {
    font-size: 16px;
    color: #4C4C68;
}
.navbar {
    -webkit-box-shadow: 0 0 4px #00000029,0 4px 4px #8d8d8d29;
    -moz-box-shadow: 0 0 4px #00000029,0 4px 4px #8d8d8d29;
    box-shadow: 0 0 4px #00000029,0 4px 4px #8d8d8d29;
    background-color: #FFFFFF;
    height: 5vh;
}
.card-title {
    font-weight: 700 !important;
    margin-bottom: 0;
}
.card-header {
    border-bottom: 0;
    background-color: #FFFFFF;
    padding-top: 14px;
    padding-bottom: 0px;
}
.coloured-btn {
    border: 0;
    font-weight: 700;
    background-color: #007993;
    color: #FFFFFF;
    border-radius: 0%;
    box-shadow:none;
    width: 100px;
    height: 32px;
    margin-left: 6px;
    margin-bottom: 6px;
}
.uncoloured-btn {
    border: 2px solid #007993;
   /* Explicitly set border color and width */
    font-weight: 700;
    background-color: #FFFFFF;
    color: #007993;
    width: 100px;
    height: 32px;
    margin-left: 6px;
    margin-bottom: 6px;
}
.uncoloured-btn:active, .uncoloured-btn:focus {
    outline: none;
    box-shadow: none;
}
.menu-button:active {
    border: 0;
    background-color: #005159;
    box-shadow:none 
}
.menu-button:focus {
    border: 0;
    background-color: #007993;
    box-shadow:none 
}
.form-input {
    height: 32px;
    border-color: #66667e;
    font-size: 14px;
}
.card {
    border: 0;
    box-shadow: 0 0 4px #00000029,0 4px 4px #00000029;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 25px;
}
/* Basic Styles for Sidebar and Main Content */
#wrapper {
    display: flex;
    transition: all 0.5s ease;
    height: 95vh;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
}
#sidebar-wrapper {
    height: 95vh;
    width: 240px;
   /* Default sidebar width */
    transition: all 0.5s ease;
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 8px 0px 6px -7px #cccccc;
    overflow-x: hidden 
}
#wrapper.toggled #sidebar-wrapper {
    width: 48px;
   /* Sidebar width when collapsed */
}
#page-content-wrapper {
    flex: 1;
   /* Fill the remaining space in the wrapper */
    padding: 15px;
   /* Padding for content */
    overflow-y: auto;
   /* Only scroll vertically if content is long */
    transition: all 0.5s ease;
   /* Smooth transitions */
    margin: 15px;
}
.sidebar-nav {
    position: relative;
    top: 0;
    width: 240px;
    margin: 0;
    padding: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 2px;
    overflow-x: hidden 
}
.nav-icon {
    font-size: 1.5rem;
    margin-right: 0px;
   /* distanza icona e testo */
    padding-right: 12px;
   /* centralizzare in altezza l'icona */
    padding-bottom: 3px;
}

.table-icon {
    font-size: 1.5rem;
    margin-right: 0px;
   /* centralizzare in altezza l'icona */
    padding-bottom: 3px;
}

.table-edit-icon {
    font-size: 1.5rem;
    margin-right: 0px;
   /* centralizzare in altezza l'icona */
    padding-bottom: 0px;
}

.sidebar-nav li {
    text-indent: 5px;
    line-height: 40px;
    margin-left: 0;
    padding-left: 0;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000028;
    font-weight: 700;
}
/* .sidebar-nav li a:hover {
    text-decoration: none;
    color: #007993;
    background: #F3F3F0;
    border-left: #007993 4px solid;
}
*/
.sidebar-nav li a:hover {
    background: #F3F3F0;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
   /* font-weight: bold;
    */
    color: #007993;
    background: #F3F3F0;
    border-left: #007993 4px solid;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #007993;
    background-color: #F3F3F0;
    border-left: #007993 4px solid;
}
.nav-pills > li > a {
    border-radius: 0;
}
.circleAccount {
    display: inline-block;
    background-color: #f3f3f0;
    border-radius: 50%;
    line-height: 30px; /* set to same size as width, height */
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
}
/* Adjustments for mobile view */
@media (max-width: 768px) {
    .navbar {
        -webkit-box-shadow: 0 8px 6px -6px #8d8d8d29;
        -moz-box-shadow: 0 8px 6px -6px #8d8d8d29;
        box-shadow: 0 8px 6px -6px #8d8d8d29;
        background-color: #FFFFFF;
        height: 7vh;
   }
   /* Sidebar defaults to hidden */
    #sidebar-wrapper {
        width: 0;
        height: 0;
   }
    #wrapper.toggled #sidebar-wrapper {
        width: 20vh;
       /* Sidebar width when toggled in mobile view */
        height: 93vh;
   }
    #wrapper.toggled #page-content-wrapper {
        padding-left: 15px;
       /* Adjusts based on sidebar width */
   }
   /* Sidebar toggle button should be visible in mobile view */
    .navbar {
        padding: 0 15px;
       /* Extra padding for smaller screens */
   }
   /* Sidebar toggle button should be accessible */
    .navbar .btn {
        display: inline-block;
   }
}
