html,body {
    height:100%;
}
body{
  font-size: medium; /*.875rem;*/
  font-family: "Roboto", "Open Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.checkbox-big {
  top: .8rem;
  width: 1.55rem !important;
  height: 1.55rem !important;    
}

.d-none {
    display: none !important;
}

.form-control, .form-control-sm, .btn, .alert, .list-group, .bootstrap-tagsinput, .badge, .tag {
    border-radius: 0;
}

.badge {
    font-size: 100%!important;
    font-weight: normal;
}

.bootstrap-tagsinput {
    min-width: fit-content;
}

.bootstrap-tagsinput input{             
    width: 100% !important;  
    max-width: 100% !important;  
}

.fa-1_5x {
    font-size: 1.5em;
}

.input-chevron-parent {
    flex: 1 0 auto;
    position: relative;
}

.input-chevron {
    position: absolute;
    top: 9px;
    left: auto;
    bottom: auto;
    right: 10px;
    font-size: 8.5pt;
}

.input-logical-value {
    position: absolute;
    left: 15px;
    right: auto;
    bottom: auto;
    top: 8px;
    font-size: 8.5pt;
}

.select2-selection {
    border-radius: 0!important;
    height: calc(1.5em + .75rem + 2px)!important;
    border: 1px solid #ced4da!important;
}

table.sticky-header > thead, table.sticky-header > thead th {
    position: sticky; 
    position: -webkit-sticky;
    top: 0; 
    z-index: 10;
}

.bg-progress-10 {
    background-color: rgb(255, 53, 25);
    /*background-color: rgb(216, 64, 0);*/
}

.bg-progress-25 {
    background-color: rgb(255, 82, 24);
    /*background-color: rgb(210, 95, 0);*/
}

.bg-progress-40 {
    background-color: rgb(255, 101, 24);
    /*background-color: rgb(202, 132, 0);*/
}

.bg-progress-55 {
    background-color: rgb(255, 123, 24);
    /*background-color: rgb(177, 139, 3);*/
}

.bg-progress-70 {
    background-color: rgb(211, 202, 23);
    /*background-color: rgb(183, 1192, 30);*/
    /*background-color: rgb(142, 147, 17);*/
}

.bg-progress-85 {
    background-color: rgb(159, 191, 41);
    /*background-color: rgb(108, 153, 38);*/
}

.bg-progress-100 {
    background-color: rgb(137, 191, 52);
    /*background-color: rgb(80, 158, 56);*/
}

.bg-progress-perfect {
    background-color: rgb(112, 191, 65);
    /*background-color: rgb(60, 198, 70);*/
}

@media (max-width: 575px) {
    body, div, a, table, thead, tbody, td, th, label, span, select, input, input[type=number], ul, li, ol, .form-control, .form-control-sm, .input-group, .input-group-sm, .input-group-append, .input-group-text, .fa, .btn{
        font-size: 0.55rem !important; /*small; /*.875rem;*/
    }
    
    .select2-selection {
        font-size: small;
    }
    
    .dropdown-item {
        font-size: medium;
    }
        
    .h2, h2 {
        font-size: large;
    }    

    .standarddiv {
        border:1px solid #CCC;
        padding:10px 15px;
        margin-top: 2px;
        border-radius:5px;
        background:#FFF;
    }

    .action-icon {
        font-size: 16px;
    }
}

main  {
    margin-top: 0;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.hidden {
    visibility: hidden;
    display: none;
}

.pointer {
    cursor: pointer;
}

.strong {
    font-weight: bold;
}

.customerImageList {
    height: 65px !important;
    width: 65px !important;
}

@media (max-width: 575px) {
    .card-columns {
        column-count: 1
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 5;
    }
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  /** GRADIENT **/
  background: rgb(161,161,161);
  background: linear-gradient(135deg, rgba(161,161,161,0.3) 0%, rgba(29,29,28,0.3) 100%);
  
}


.sidebar .nav-link {
  font-family: "Roboto", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: medium !important;
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather{
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}
#navbarleft { 
    margin-top: 45px !important
} 

@media screen 
  and (max-device-width: 455px) 
  and (orientation: portrait) {
    #navbarleft { 
        margin-top: 75px !important; 
    } 

    .toastcontainer {
        top: 120px;
    }
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Extra table colors
 */
.table-comment,
.table-comment > th,
.table-comment > td {
  background-color:  #ebf5fb;
}

.table-comment th,
.table-comment td,
.table-comment thead th,
.table-comment tbody + tbody {
  border-color:  #d6eaf8 ;
}

.table-hover .table-comment:hover {
  background-color:  #d4e6f1 ;
}

.table-hover .table-comment:hover > td,
.table-hover .table-comment:hover > th {
  background-color:  #d4e6f1 ;
}