﻿/* import the Bootstrap */
@import "bootstrap";

html {
  font-size: 14px;
}
label {
    font-size: 14px;
    color: #444342;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        color: #444342;
    }
}

.e-table {
    overflow: scroll !important;
 }

 ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

 /* .e-grid {
    overflow: scroll !important;
 } */

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}


.body {
    margin-top: -60px; /* must match positive px of padding-top */
    padding-top: 60px;
}

.nav-item:active {
    color:green;
}
.e-expand::before {
    content: '\e304';
}

.e-collapse::before {
    content: '\e306';
}

.e-approve::before {
    content: '\e90b';
}

input.btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #0387fb;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #0387fb;
}

.border-bottom {
    border-bottom: 1px solid #0387fb;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar.bg-brassica {
    background-color: #a6a6a6
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


.header {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.nav-header {
    margin: 16px 8px 8px 8px;
}

.sidenav {
    width: 180px;
    height: auto;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 2px;
    bottom: 80px;
    background: #eee;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #564333;
}

.sidenavlink {
    padding: 6px 8px 6px 16px;
    font-size: 25px;
    color: green;
    display: block;
}

    .sidenavlink:hover {
        padding: 6px 8px 6px 16px;
        font-size: 25px;
        color: red;
        display: block;
    }

/*.sidenav > a {
    padding: 6px 8px 6px 16px;
    font-size: 25px;
    color: red;
    display: block;
}*/

body {
    margin: 0;
}

@media (max-width: 1200px) { /*choose the width you prefer*/
    .main {
        margin-left: 0;
    }
}

.navbar-nav .nav-link {
    color: #404040;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}

.dd-item {
    padding: 0.5em,1em;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #0387fb;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #0387fb;
}
.border-bottom {
    border-bottom: 1px solid #0387fb;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar.bg-brassica {
    background-color: #a6a6a6
}


button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


.header {
    top:0px;
    position:fixed;
    width: 100%;
    z-index: 1;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.nav-header {
    margin:16px 8px 8px 8px;
}

.sidenav {
    width: 180px;
    height: auto;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 2px;
    bottom: 80px;
    background: #eee;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #564333;
}
.sidenavlink {
    padding: 6px 8px 6px 16px;
    font-size: 25px;
    color: green;
    display: block;
}

    .sidenavlink:hover {
        padding: 6px 8px 6px 16px;
        font-size: 25px;
        color: red;
        display: block;
    }

/*.sidenav > a {
    padding: 6px 8px 6px 16px;
    font-size: 25px;
    color: red;
    display: block;
}*/

body {
    margin: 0;

}

.main {
    margin-left: 20px;
    padding: 0px 10px;
    margin-top: 80px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) { /*choose the width you prefer*/
    .main {
        margin-left: 0;
    }
}

.navbar-nav .nav-link {
    color: #404040;
}

.dropend .dropdown-toggle {
    color: salmon;
    margin-left: 1em;
}
.dd-item
{
    padding: 0.5em,1em;
}
.dropdown-item:hover {
    background-color: #0387fb;
    color: #cfcfcf;
}

.dropdown .dropdown-menu {
    display: none;
    margin-top: 2px;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: -10px;
    margin-left: .125em;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}

.dropdown .dropdown-menu {
    display: none;
    margin-top: 2px;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: -10px;
    margin-left: .125em;
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: .5em;
    }
}


