html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* height of sticky header */
	
}
.logowidth{
	max-width: 150px;
}
.hiddendiv{
	display: none;
}
.productionconent{
	margin:0 !important;
}
.nopadding{
	padding-top:0 !important;
}
/* http://caniuse.com/#search=variables */
:root {
  --avatar-size: 8rem;

  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
  background-color: #141955;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}

.initials {
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  color:white !important;
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
}
.smallcircle {
  background-color: #141955;
  border-radius: 50%;
  height: calc(var(--avatar-size) / 4);
  text-align: center;
  width: calc(var(--avatar-size) / 4);
}

.smallinitials {
  font-size: calc(var(--avatar-size) / 8); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 8); /* 25% of parent */
}
.cardpadding{
	padding:15px 15px 0 15px;
}
.display-4{
	font-size:2rem !important;
	margin-bottom: 0 !important;
}
.cardlink, .cardlink:hover {
	color: inherit;
}
.pr30{
	padding-right:30px;
}
.pb50{
	padding-bottom:50px;
}
.pt80{
	padding-top:80px;
}
.pt10{
	padding-top:10px;
}
.pb20{
	padding-bottom:20px;
}
.mt30{
	margin-top: 30px;
}
.notie-container {

}
.button.disabled {
  opacity: 0.65; 
  cursor: not-allowed;
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:1;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.panel-header .panel-title{
	background-color: white;
	color: #575758 !important;
}
[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:#014375;
  vertical-align:middle;
  margin-right:1em;
  color:white;
  }
  .tableheader{
	  color:#3e3e3e;
	  font-size: 16px;
	  font-weight: 500;
  }
  #myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #3e8ef7; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.ribbon{
	padding-left:0px !important;
}
#overlay {
  background: #ffffff;
  color: #666666;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 500000;
  top: 0;
  left: 0%;
  float: center;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
.panel-group .panel-collapse .panel-body{
	padding:10px 15px 10px 15px !important;
	border-top:  1px dashed #f8f8f8;
}
.example {
    text-align: center !important;
    margin-left:0 !important;
    padding-left:0 !important;
}
.itemDelivered{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity:0.5;
	background-color: #f7f7f7 !important;
}

.datatablemute{
	background-color: #ececec;
    color: #b9b9b9;
    opacity: 0.7;
}
.overlay {
    height:100px;
    overflow:visible;
    pointer-events:none;
    background:black !important;
    position: relative;
    z-index: 1000;
}
.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(199, 199, 199, 0);
  
}
.blur{
	filter: blur(2px);
}
table{
	color:black !important;
	font-weight: 400;
}