html, body {
	background-color: #ececec;
	font-family: 'Lato';
	/* font-family: 'Myriad Pro'; */
	/* font-family: 'Montserrat', sans-serif; */
}

a {
	color: black;
}

.alert {
	margin-bottom: 1px;
	height: 30px;
	line-height:30px;
	padding:0px 15px;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

.redbg {
	background-color: #d00149;
	margin: auto;
}

.blackbg {
	background-color: black;
	margin: auto;
}

.darkgraybg {
	background-color: lightgray;
	margin: auto;
}

.bizsol {
	font-size: 0.75rem;
	color: white;
}

.bizsoldark {
	font-size: 0.75rem;
	color: black;
}

.smallcaps {
	font-variant: small-caps;
}


.cardSize {
	height: 10rem;
	width: 18rem;
}

.tbbgcolor {
	background-color: #e9ecef;
}

.footerfont {
	font-size: 0.7rem;
	color: gray;
}

.nameFont {
	font-size: 1rem;
	font-weight: bold;
}

.CIDFont {
	font-size: 0.8rem;
	font-weight: bold;
	color: darkred;
}

.acctNoFont {
	font-size: 0.7rem;
	font-weight: bold;
	color: darkgreen;
}

.balCaptionFont {
	font-size: 0.7rem;
	color: darkred;
	font-weight: bold;
}

.loyaltyCaptionFont {
	font-size: 0.7rem;
	color: darkgreen;
	font-weight: bold;
}

.asOfFont {
	font-size: 0.6rem;
	color: gray;
	font-style: italic;
}

.balanceFont {
	font-size: 1.1rem;
	font-weight: bold;
	color: darkgreen;	
}

.loyaltyFont {
	font-size: 0.9rem;
	font-weight: bold;
	color: gray;	
}

.oddRow {
	background-color: #f8d8cd;
}

.trackingOddRow {
	background-color: #bae1ff;
}

.evenRow {
	background-color: #fbece7;
}

.tableHeader {
	font-weight: bold;
	font-size: 0.9em;
}

.tableData {
	font-size: 0.7em;	
}

.filterOptions {
	font-weight: bold;
	font-size: 0.85rem;
	color: darkgray;
	border: none;
	font-variant: small-caps;
	background-color: #e9ecef;
}

.dtpFont {
	font-size: 0.7rem;
	font-weight: bold;
	border: none;
	background-color: #e9ecef;
}

.uldBorder {
	border-top: solid 1px lightgray;
	border-left: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
}

.urdBorder {
	border-top: solid 1px lightgray;
	border-right: solid 1px lightgray;
	border-bottom: solid 1px lightgray;	
}

select {
	border-width: 1px;
	border-color: lightgray;
}

.generalText {
	font-size: 0.75rem;
	color: black;
}

.faqHeader {
	font-size: 0.85rem;
	color: black;
}

.faqText {
	font-size: 0.7rem;
	color: black;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar-left {
    min-height: 100vh;
    background-color: white;
}

#sidebar-right {
    min-height: 100vh;
    background-color: white;
}



#sidebar.active {
    margin-left: -250px;
}

.sidebarButtons {
	color: inherit;
}

.grayText {
	color: #707070;
}

.sidebarHeader {
	background-color: #ececec;
}

.segmentHeader {
	font-size: 1rem;
	color: black;
	font-weight: bold;
}

.segmentBackground {
	background-color: white;
}

.errorMsg {
	color: red;
	font-size: 0.7rem;
	font-weight: bold;
}

.linkText {
	font-size: 0.6rem;
	color: black;
}

.controlEnabled {
	color: green;
}

.controlDisabled { 
	color: red;
}

.pageHeader {
	font-size: 1.5rem;
	font-weight: bold;
	color: maroon;
}

.hidden {
	display: none;
}

.shown {
	display: block;
}

tr.skuHeader {
	cursor: pointer;
}

.noHeight {
	height: 0;
}

.btnlinkFont {
	color: maroon;
	font-size: 0.55rem;
}

.dashNumbers {
	font-size: 1.1rem;
	font-weight: bold;
}

.dashBranchName {
	font-size: 0.9rem;
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}

.forecastItem {
	cursor: pointer;
}

.activeitem {
	background-color: gainsboro;
}

.table-responsive {
	max-height: 400px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.mask {
	display: inline-block;
}

.dataloading {
	display: block;
	width: 100%;
	height: 100%;
	position: relative; /*required for z-index*/
	z-index: 1000; /*puts on top of everything*/
	background-image: url("../images/loadingdata.gif");
}

.hiddenitem {
	color: #bababa;
}

.greenbg {
	background-color: lightgreen;
}

.lightyellowbg {
	background-color: lightyellow;
	color: black;
}