.fcw {
	color: #FFFFFF;
}
.subMenu {
	color: #32a0ee;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.subMenu:hover {
	color: #4387bf;
}
.tac {
	text-align: center;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.infoDiv {
	position: fixed;
	left: 10px;
	bottom: 0px;
	z-index: 999;
	display: none;
	padding: 10px;
	width: 100%;
}
.mr15 {
	margin-right: 15px;
}
.mr10 {
	margin-right: 10px;
}
.mr5 {
	margin-right: 5px;
}
.m10 {
	margin: 10px;
}
.doc-btn {
	width: 15em;
	margin: 15px;
	cursor: pointer;
}
.icon-6x {
	font-size: 6em;
}
.mT5 {
	margin-top: 5px;
}
.mT10 {
	margin-top: 10px;
}
.mT20 {
	margin-top: 20px;
}
#pad-wrapper {
	margin-top: 25px;
	padding: 0px 50px;
}
.footerRow {
	position: absolute;
	bottom: 25px;
	width: 100%;
}
.contentRow {
	margin-bottom: 75px;
}
.pointer {
	cursor: pointer;
}
.authAcctLink {
	margin-top: 10px;
	display: block;
}
.bt {
	border-top: solid 1px #EDEEF1;
}
.header {
	margin-bottom: 40px;
}
.toolTip {
	background-color: #DAEDCE;
	padding: 5px;
	border: 2px solid #67bdf8;
	border-radius: 0.5em;
	font-size: 0.8em;
	white-space: nowrap;
}
.di {
	display: inline;
}
.dn {
	display: none;
}
.db {
	display: block;
}
.date-color {
	color: #000000 !important;
}
.lw {
	width: auto !important;
}
.bt {
	border-top: solid 1px black;
}
.p25 {
	padding: 25px;
}
.fileDownload {
    border: 2px dashed #7E91AA;
    border-radius: 5px;
    background: #F3F4F5;
	min-height: 75px;
    padding: 20px 0px 20px 0px;
	margin: 10px;
}
.fileDownload .download {
	color:black;
}
.fileDownload .delete {
	color:black;
}
.fileDownload .download:hover {
	color: teal;
	text-decoration:none;
}
.fileDownload .delete:hover {
	color: red;
	text-decoration:none;
}
.fileDownload:hover {
    border: 2px dashed #3B9FF3;
    border-radius: 5px;
}
.fileDownload p {
    text-align: center;
    font-size: 1.2em;
}
.fileDownload i {
    font-size: 2em;
	cursor:pointer;
}
.text-white {
	color: #FFFFFF !important;
}
.bg-primary {
	background-color: #4285f4 !important;
}
.alert-title {
	font-size: 1.25em;
}
.border-0 {
	border: 0px;
}
.m-0 {
	margin: 0px!important;
}
.ml5 {
	margin-left: 5px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	h4, .h4 {
		font-size: .9em !important;
	}
	#main-stats .stat .date {
		position: initial;
		font-size: 12px;
	}

	.mt-sm-20 {
		margin-top: 20px; !important
	}

	.col-xs-12 {
		margin-top: 20px;
	}
	.col-sm-12 {
		margin-top: 20px;
	}
	#pad-wrapper {
		margin-top: 0px;
		padding: 0px 20px;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	h4, .h4 {
		font-size: .9em !important;
	}
	#main-stats .stat .date {
		position: initial;
		font-size: 12px;
	}

	.mt-xs-20 {
		margin-top: 20px; !important
	}

	.col-xs-12 {
		margin-top: 20px;
	}
	.col-sm-12 {
		margin-top: 20px;
	}
	#pad-wrapper {
		margin-top: 0px;
		padding: 0px 20px;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	h4 {
		font-size: .9em !important;
	}
	#main-stats .stat .date {
		position: initial;
		font-size: 12px;
	}
	.col-xs-12 {
		margin-top: 20px;
	}
	.col-sm-12 {
		margin-top: 20px;
	}
	#pad-wrapper {
		margin-top: 0px;
		padding: 0px 20px;
	}

}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.input-sm {
	width: inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: none;
}

.btn-flat.warning {
	color: #FFFFFF;
	background-color: #F1C359;
	border-color: #F1C359;
}

#toTop {
	opacity: 0.5;
}
.border {
	border: 1px solid black;
	margin: -1px 0 0 -1px;
}
.border-x {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
.border-y {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.border-top {
	border-top: 1px solid black;
}
.border-bottom {
	border-bottom: 1px solid black;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.p-0 {
	padding: 0px;
}
.mx-3 {
	margin-left: 3rem;
	margin-right: 3rem;
}
.mx-0 {
	margin: 0px;
}
.br-0 {
	border-radius: 0px;
}
.w-100 {
	width: 100%;
}
.row {
	margin-bottom: 1rem;
}
.requiredLabel {
	color: red;
}
#bookoutSheetIframe {
	display: block;
	background: #000;
	border: none;
	height: 160vh;
	width: 100%;
}
#dealerProfitEstimator {
	overflow-y: initial !important
}
#profit-estimator-content {
	height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
}
#archivedTable_wrapper{
	width:85%;
}
.apply-section-well {
	background: #d9edf7;
	padding-top: 25px;
	padding-bottom: 25px;
}
.external-apply-section-well {
	background: #d9edf7;
	border-radius: 15px;
	padding: 25px 25px 0px 25px;
	box-shadow: 0px 1px 3px gray inset;
}
/* This removes the extra padding that was being added modal-open class */
body {
	padding-right: 0rem !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.icon-spin {
    animation: spin 2s linear infinite;
}

