html {
 font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x:clip;  
}

body {
 /* margin: 0 auto;*/
 /* padding: 0 20px 20px 20px;*/
  margin: 0;
        font-size:16px;
        height: 100%;
        width: 100%;
        min-width:320px;
        padding:0;
        /*-webkit-user-select: none;*/ /* Safari */
        /*-ms-user-select: none;*/ /* IE 10 and IE 11 */
        /*user-select: none;*/ /* Standard syntax */        
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        text-align: left;


        background-attachment:fixed;
        background-clip:border-box;
        background-color:rgba(0, 0, 0, 1);
        /*background-image:url(/images/banner_still.webp);*/
        background-origin:padding-box;
        background-position-x:50%;
        background-position-y:0%;
        background-size:cover;
        background-repeat: no-repeat;
}

@media (max-width: 480px) {
    body {
	background-image: url(/images/banner_still_mob.webp);
    }
}
@media (min-width: 481px) and (max-width: 1024px) {
    body {
	background-image: url(/images/banner_still_tab.webp);
    }
}
@media (min-width: 1025px) {
    body {
            background-image: url(/images/banner_still.webp);
   }
}

.sidebar {
  display:none;
  /*visibility:hidden;*/
  margin: 0;
  padding: 0;
  width: 300px;
  background-color: transparent;
  position: fixed;
  height: 80%;
  overflow: auto;
  padding-top: 100px;
}
@media (min-width: 1231px) {
    .sidebar {
	display:flex;	
        /*visibility: visible;*/
        opacity: 1; /* Restore visibility */
    }
}
/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #263238;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
/*  background-color: #555;*/
/*  color: white;*/
}

/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  .logo {
  display:none;
  }
  .FrontHeaderTitleWrapper {
  margin-left:unset;
  }
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}

a {
	text-decoration:none;
}
#nav-sticky-1{
        height:0px;
}
#nav-sticky-2{
        height:0px;
}
#WelcomeHeader{
        width:100%;

        padding-left:8px;
        padding-right:8px;
        padding-top:16px;
        padding-bottom:16px;

        display:inline-block;
        position:sticky;
        color: black;  
        z-index:100;
        top:0;
        height:62px;

}
.FrontHeaderTitle{
        display:inline-flex;
        height:32px;
        color: white;
        font-size:26px;
        margin: auto;
        text-align:center;
        font-weight:normal;
        z-index:20;
        flex-direction: column;
        justify-content: center;
}

.FrontHeaderTitleWrapper{
        display:inline-flex;
        height:32px;
        color: white;
        font-size:26px;
        padding-left:8px;
        padding-right:8px;
        text-align:center;
        font-weight:normal;
        z-index:20;
}
.FrontHeaderIcon{
        display:inline-block;
        height:32px;
        width:32px;
        color: black;
        font-size:26px;

        text-align:center;

        margin-right:8px;
}
.FrontHeaderIcon img{
        display:block;
}

.header_sign_in_button{

        height:32px;
        color: white;
        font-size: 16px;
        margin-right:8px;
        float:right;

        font-weight:normal;
        z-index:20;
        padding:8px;

        background:rgb(255, 143, 51);
        color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: normal;
    display: flex;

        align-items:center;
    justify-content: center;
    overflow:hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    cursor: pointer;
        flex-direction: column;

  
}
.header_sign_in_button:active{
        opacity:0.7;
}

.navbar {
    display: inline;
  }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
 
@media (max-width: 991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.message_box_button_group{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:0px;
        padding-right:0px;
        flex-wrap: wrap;
}

.message_box_button{
    height:40px;
    width: 100%;
    max-width:100px;
    margin:auto;
	margin-left:4px;
	margin-right:4px;
    z-index: 5;
    font-size: 18px;
	font-weight:400;
    background-color:rgb(255, 143, 51);
    color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align:middle;
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    cursor: pointer;
	

}
  
.message_box_button:active{
	opacity:0.7;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
}

.navbar.navbar-absolute {
  position: absolute;
  width: 100%;
  padding-top: 16px;
  z-index: 1029;
}

/*.navbar-fixed-top {
    -webkit-backface-visibility: hidden;*/
dropbtn, .table_icon_button {

  background-color: rgb(255, 143, 51);
  color: white;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
  font-size: 16px;
  border: none;
  border-radius:4px;
  
}

.table_icon_button{
        cursor:pointer;
}

.table_icon_button:active{
        opacity:0.6
}

.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20;
  right: 0;
  margin-right: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.float-left {
  float: left !important;
}

.footer-left{
  float:left;
  align-items: center;
  height: 100%;
  display:flex;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  background: transparent;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-inline:10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 50%;
  min-width: 300px;
  max-width: 600px;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
}

col-md-3 {
  position: relative;
  width: 300px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}


.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex: 0 0 100%;
}

.card {
  font-size: .875rem;
  position: relative;
  display: flex;
  background: #f0f0f0;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
  font-size:16px;
}

card.card-chart .card-footer i:nth-child(1n+2) {
  width: 18px;
  text-align: center;
}

.card.card-chart .card-category {
  margin: 0;
}

.card-chart .card-body+.card-footer,
.card-product .card-body+.card-footer {
  border-top: 1px solid #eee;
}

.card [class*="card-header-"] {
  margin: 0px 15px 0;
  padding: 0;
  position: relative;
}

card .card-header-primary .card-icon,
.card .card-header-primary .card-text,
.card .card-header-primary:not(.card-header-icon):not(.card-header-text),
.card.bg-primary,
.card.card-rotate.bg-primary .front,
.card.card-rotate.bg-primary .back {
  background: linear-gradient(60deg, #26302d, #3e2f1e);
  border: 1px solid #808080;
  margin-top: -20px;
  padding: 15px;
  border-radius:6px;
}

.card-title {
  margin-bottom: 0.75rem;
  color:white;
}

.title,
.title a,
.card-title,
.card-title a,
.info-title,
.info-title a,
.footer-brand,
.footer-brand a,
.footer-big h5,
.footer-big h5 a,
.footer-big h4,
.footer-big h4 a,
.media .media-heading,
.media .media-heading a {
  color: #000000;
  text-decoration: none;
}

.footer .copyright {
  padding: 15px 0;
  padding-right:8px;
}


.h4{
  color:white;
}
.card .card-title {
  margin-top: 0.625rem;
}
 
.card .card-header.card-header-image .card-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 1.125rem;
  text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
  border-radius:6px;
}

.card-body {
  flex: 1 1 auto;
  /*padding: 1.25rem;*/
  overflow-x: auto;
}

.card .card-body,
.card .card-footer {
  padding: 0.9375rem 1.875rem;
}

.card .card-body+.card-footer {
  padding-top: 0rem;
  border: 0;
  border-radius: 6px;
}

/*@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
*/
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  color:black;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.OpaqueBackground {
	justify-content:center;
	position:fixed;
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 100; /* Sit on top */
        padding-top: 32px; /* Location of the box  */
        padding-bottom: 32px;
        left: 0px;
        top: 0px;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
        overflow: auto;
}

.wrapper {
		width: 100%; /* Full width */
	        height: 100%; /* Full height */
                padding: 6em 0 4em 0;
                position: relative;
        }

.form_input_field{
        display: block;
    width: 95%;
        height: 36px;
    background: white;
        border-radius: 2px;
    font-size: 16px;
        border:2px solid #ddd;
        padding-left:8px;
        padding-right:8px;
        margin-bottom: 16px;
}
.form_input_field:focus{

        border:2px solid rgb(255, 143, 51);
}       

.form_textarea_field{
    width: 95%;
    background: white;
        border-radius: 2px;
    font-size: 16px;
        border:2px solid #ddd;
        padding:8px;
        height: auto !important;
    resize: none;
    line-height: 1.428571 !important;
        overflow: auto;
        margin-bottom: 16px;
}
.form_textarea_field:focus{
        border:2px solid rgb(255, 143, 51);
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20;
  right: 0;
  margin-right: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

.dropdown_option_box_label{
          font-size:16px;
          padding-top:8px;
          color:black;
  }
  
.dropdown_option_box{
         display:block; 
         width:100%;
         border:2px solid #ddd;
         padding-top:4px;
         padding-left:4px;
         padding-bottom:4px;
         padding-right: 25px;
         border-radius:2px;
         background-color:white;       
	 font-size: 16px; 
 }
   
.dropdown_option_box:focus{
           border:2px solid rgb(255, 143, 51);
  }
    
select.dropdown_option_box {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ddd, #ddd);
  background-position:
    calc(100% - 10px) ,
    calc(100% - 5px) ,
    calc(100% - 20px) ;
  background-size:
    5px 5px,
    5px 5px,
    1.5px 40px;
  background-repeat: no-repeat;
}

select.dropdown_option_box:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 143, 51) 50%),
    linear-gradient(135deg, rgb(255, 143, 51) 50%, transparent 50%),
    linear-gradient(to right, rgb(255, 143, 51),rgb(255, 143, 51));

}


.dropdown_option_box_greyedout{
         display:block; 
         width:200px;
         border:2px solid #ddd;
         padding-top:4px;
         padding-left:4px;
         padding-bottom:4px;
         padding-right: 25px;
         border-radius:2px;
         background-color:white;
         cursor: pointer;
  }
   
.dropdown_option_box_greyedout:focus{
           border:2px solid rgb(255, 143, 51);
  }

.dropdown_option_box_container{
          display: flex; 
          align-items: center;
          font-size:16px;
          margin-bottom: 16px;

  }

select.dropdown_option_box_greyedout {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ddd, #ddd),
        linear-gradient(to right, rgba(255, 143, 51,0.3), transparent),
        linear-gradient(to left, rgba(255, 143, 51,0.3), transparent),
        linear-gradient(to bottom, rgba(255, 143, 51,0.3), transparent), 
        linear-gradient(to top, rgba(255, 143, 51,0.3), transparent);
        
  background-position:
    calc(100% - 10px) ,
    calc(100% - 5px) ,
    calc(100% - 20px),
        0px , 
        calc(100% - 21px), 
        left 0px, 
        left 0px bottom 0px;
  background-size:
    5px 5px,
    5px 5px,
    1.5px 40px,
        5px, 
        5px, 
        calc(100% - 21px) 5px, 
        calc(100% - 21px) 5px;
  background-repeat: no-repeat;
}

select.dropdown_option_box_greyedout:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, rgb(255, 143, 51) 50%),
    linear-gradient(135deg, rgb(255, 143, 51) 50%, transparent 50%),
    linear-gradient(to right, rgb(255, 143, 51),rgb(255, 143, 51));

}

select{   
        color: black;
}
select:invalid{   
        color: #ccc;
}
option{
        color:black;
}

.PopupMain {
        position: relative;
        background-color: white;
        margin: auto;
        padding: 0;
        color:black;
        /*padding-bottom:10px;*/
        border: 1px solid #888;
        max-width:600px;
        min-width:200px;
        width: 90%;
        Height: 90%;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
        overflow-y:none;
        border-radius: 5px;
}


