.flex-stats {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.stats-flexor, .flex-stats {
	background-color: #fff;
	border: 1px solid #ccc;
	border-right: 0px;
	border-bottom: 0px;
	border-radius: 3px;
}

.stats-flexor-box, .flex-stats > div {
	padding: 10px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 300;
	text-align: center;
}

.flex-stats > div {
	flex-basis: 0;
	flex-grow: 1;
}

.stats-flexor-box span, .flex-stats > div span {
	text-transform: uppercase;
	color: #999;
}

.stats-flexor-box div, .flex-stats > div div {
	display: block;
	font-family: Dosis, sans-serif;
	font-weight: 200;
	font-size: 3em;
	color: #572F95;
	line-height: 1em;
	letter-spacing: -1px;
}

.stats-flexor-box strong, .flex-stats > div strong {
	display: block;
	font-weight: 200;
	color: #ccc;
	line-height: 1em;
}

.stats-flexor-box em, .flex-stats > div em {
	font-style: normal;
	color: rgba(128,83,198, 0.25);
	font-size: 2em;
	line-height: 1.25em;
}



.stats-box {
	font-weight: 300;
	text-align: center;
	border-radius: 3px;
	background: rgba(255,255,255,0.5);
	padding: 5px;
}

.stats-box span {
	color: #999;
	font-size: 0.9em;
	display: inline-block;
}

.stats-box div {
	display: block;
	font-family: Dosis, sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #79A424;
	line-height: 1em;
	margin-bottom: 3px;
}

.stats-box strong {
	display: block;
	font-weight: 400;
	color: #ccc;
	line-height: 1em;
}

.stats-box em {
	font-style: normal;
	color: rgba(153,204,51, 0.5);
	font-size: 2em;
	line-height: 1.25em;
}


.feature-box {
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
}

.feature-box a:hover {
	text-decoration: none;
}

.feature-box span {
	color: #AF2C76;
	color: #28688b;
	font-size: 1.1em;
	display: inline-block;
	font-weight: 600;
}

.feature-box div {
	display: block;
	font-family: Dosis, sans-serif;
	font-weight: 200;
	font-size: 1.5em;
	color: #8D1F5D;
	color: #1d5370;
	line-height: 1em;
	letter-spacing: -1px;
	margin-bottom: 3px;
}

.feature-box strong {
	display: block;
	font-weight: 400;
	color: #C83D8C;
	color: #367a9e;
	font-size: 1.3em;
	line-height: 1em;
}

.feature-box a:hover em {
	color: rgba(54,122,158, 0.66);	
}

.feature-box em {
	display: block;
	font-style: normal;
/* 	color: rgba(200,61,140, 0.5); */
	color: rgba(54,122,158, 0.33);
	font-size: 3.5em;
	line-height: 1.25em;
    margin: 8px 0px;
}

.profile-portrait {
    height: 75px;
    width: 75px;
    min-height: 75px;
    min-width: 75px;
    border-radius: 50px;
    margin: 0px auto;
    cursor: default;
    background-color: #4b96be;
}

.leaderboard-portrait {
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50px;
    background-color: #4b96be;
	margin: 2px 0px;
}





.review-line {
	display: block;
	margin: 5px;
	border: 1px dotted #ccc;
	border-radius: 3px;
	padding: 10px;
}

.review-line .stars {
	font-size: 1.25em;
	line-height: 0.5em;
	display: inline-block;
	margin-right: 10px;
}

.review-line .phone {
	font-family: Dosis, sans-serif;
	font-weight: 200;
	color: #999;
	display: inline-block;
	font-size: 1.1em;
	float: right;
}

.review-line .review {
	max-height: 200px;
	overflow: auto;
	line-height: 1.1em;
	clear: both;
}

.review-line .incomplete {
	text-transform: uppercase;
	color: #999;
	font-size: 0.8em;
}

.review-line .date {
	color: #999;
	font-size: 0.75em;
}

.review-line .surveyee, .surveyee {
	display: inline-flex;
	align-items: center;
	vertical-align: text-bottom;
}

.review-line .surveyee .name, .surveyee .name {
	color: #28688b;
	width: auto;
	font-weight: 400;
	line-height: 1em;
}




.review-item {
	display: block;
	width: calc(50% - 10px);
	margin: 5px;
	border: 1px dotted #ccc;
	padding: 10px;
	text-align: center;
}

.review-item .stars {
	font-size: 1.75em;
	line-height: 0.5em;
}

.review-item .phone {
	font-family: Dosis, sans-serif;
	font-weight: 200;
	color: #999;
	display: block;
	font-size: 1.1em;
}

.review-item .review {
	max-height: 200px;
	overflow: auto;
	line-height: 1.1em;
}

.review-item .incomplete {
	text-transform: uppercase;
	color: #999;
	font-size: 0.8em;
}

.review-item .date {
	margin-top: 2px;
	color: #999;
	font-size: 0.8em;
	line-height: 1.1em;
	font-family: Dosis, sans-serif;
	letter-spacing: 0.033em;
}


.review-item .surveyee, .surveyee {
	display: flex;
	justify-content: center;
	align-items: center;
}

.surveyee {
	justify-content: flex-start;
}

.review-item .surveyee .name, .surveyee .name {
	color: #28688b;
	width: auto;
	font-weight: 400;
}





.tiny-portrait {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    border-radius: 16px;
    margin: 0px;
    cursor: default;
}

.small-portrait {
    height: 25px;
    width: 25px;
    min-height: 25px;
    min-width: 25px;
    border-radius: 25px;
    margin: 5px;
    cursor: default;
}

.large-portrait {
    height: 175px;
    width: 175px;
    min-height: 175px;
    min-width: 175px;
    border-radius: 100px;
    margin: 5px;
    cursor: default;
}



.input-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.input-list-addon {
	font-size: 0.85em;
	line-height: 2.25em;
	padding-left: 7px;
	padding-right: 7px;
	background: #555;
	color: #fff;
}

.input-list input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}



.display-box {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	padding-bottom: 0px;
}

.display-box cap {
	margin: -10px -10px 0px;
	padding: 10px;
	font-family: 'Dosis', sans-serif;
	border-bottom: 1px solid #ccc;
	width: calc(100% + 20px);
	display: block;
	font-weight: 600;
}

.display-box cap em {
	font-weight: 100;
	font-style: normal;
}

.display-box cap span {
	font-weight: 300;
}

.display-box cap strong {
	font-weight: 900;
}

.display-box > div {
	margin: 0px -10px;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #ccc;

	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.display-box > div:last-child {
	border-bottom: 0px;
}




.alert-box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.11rem;
}

.alert-box.float-right {
	float: right;
	margin-top: 10px;
}

.alert-box > div, .alert-box > a {
	display: inline-block;
	padding: 7px 5px 7px 2px;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #900;
}

.alert-box > div.alert-vertical, .alert-box > a.alert-vertical {
	padding: 2px 3px;
}

.alert-box > a:hover {
	border: 1px solid #c00;
}

.alert-box > a:hover, .alert-box > a:focus, .alert-box > a:active, .alert-box > a:hover:focus, .alert-box > a:hover:active {
	text-decoration: none;
}

.alert-box > a > span {
	border-radius: 50px;
	background: #a00;
	color: #fff;
	padding: 5px 2px;
	text-align: center;
	font-weight: 700;
	line-height: 1.11em;
}

.alert-box > div.alert-vertical > span, .alert-box > a.alert-vertical > span {
	display: block;
	width: 23px;
	height: 23px;
	margin: 1px auto;
	line-height: 1.11em;
}


	.upload-progress {
		border-radius: 3px;
		height: 5px;
		width: 100%;
		background-color: #eee;
		margin-top: 5px;
		margin-bottom: 0px;
		position: relative;
	}

	.upload-progress .upload-progress-indicator {
		height: 100%;
		border-radius: 3px;
		background-color: #28688b;
		width: 0px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.upload-progress .upload-progress-size {
		font-family: 'Roboto Condensed', sans-serif;
		display: inline-block;
		position: absolute;
		top: -3px;
		right: 5px;
		text-align: right;
		color: #4b96be;
		font-size: 10px;
		line-height: 1em;
		font-weight: 300;
		background-color: rgba(255,255,255,0.95);
		padding: 1px 3px;
		border-radius: 2px;
    }


	.progress {
		border-radius: 3px;
		height: 15px;
		width: 100%;
		background-color: rgb(250,250,250);
		border: 1px solid rgb(230,230,230);
		box-shadow: none;
		margin-top: 5px;
		margin-bottom: 0px;
		position: relative;
	}

	.progress .progress-indicator {
		height: 100%;
		border-radius: 3px;
		background-color: #28688b;
		width: 0px;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.progress .progress-size {
		display: inline-block;
		position: absolute;
		right: 10px;
		text-align: right;
		color: #69a7c9;
		font-weight: 700;
		font-size: 10px;
		top: 0.4em;
	}
	
	.image-upload-block {
		position: relative;
		clear: both;
		width: 100%;
		text-align: center;
	}

	.image-upload-container {
		cursor: pointer;
		margin-bottom: 5px;
		background-color: #eee;
		min-height: 300px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		border-radius: 3px;
	}

	.image-upload-container:hover {
		background-color: #ddd;
	}
	
	.image-upload-remove-url:hover {
		color: #c00;
		cursor: pointer;
	}

.color-swatch {
	border: 1px solid #eee;
	border-radius: 5px;
	width: 22px;
	height: 22px;
	font-size: 2em;
	display: inline-block;
}

.no-color-swatch {
    border: 1px dotted #999; border-radius: 2px; font-size: 0.85rem; padding: 2px 3px; text-transform: uppercase; font-weight: 300; vertical-align: text-top; display: inline-block; line-height: 1em;
}


.key {
	margin: 15px 0 35px;
	padding: 5px;
	border: 1px dotted #ccc;
	border-radius: 5px;
	background: rgb(247,247,247);
	color: #999;
	font-size: 1.125rem;
	line-height: 1.25em;
	font-weight: 300;
}

.key i.fa, .key i.fal, .key i.fas, .key i.far {
	color: #777;
	font-size: 1.25rem;
}

.key ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.key ul > li {
	font-size: 1.1rem;
	line-height: 1.25em;
	color: #999;
}

.key ul > li.split {
	margin-top: 5px;
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.key ul > li i {
	color: #777;
	font-size: 1.3rem;
}

.key ul > li i.assist {
	color: #999;
}






.mce-ico {
    font-size: 12px !important;
    line-height: 12px !important;
    width: 12px !important;
    height: 12px !important;
}

.mce-btn button {
    padding: 2px 6px !important;
    font-size: 12px !important;
    line-height: 10px !important;
    vertical-align: middle !important;
}

.mce-btn .mce-caret {
    margin-top: 2px !important;
}

.mce-btn-group:not(:first-child) {
    border-left: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* .mce-container * */
.mce-container, .mce-widget, .mce-reset, .mce-menu-item .mce-text {
	font-size: 12px !important;
	font-family: Raleway, Arial, sans-serif !important;
}

.mce-path {
    padding: 3px 6px 5px !important;
}

.mce-path-item {
	font-size: 12px !important;
}

.mce-menu-item:hover, .mce-menu-item.mce-selected, .mce-menu-item:focus {
	background-color: #999 !important;
}

.mce-content-body {
	font-family: Raleway, Arial, sans-serif !important;
	font-size: 1.1rem;
	line-height: 1.25em;
}




.filtering .filter {
	visibility: hidden;
}

.filtering:hover .filter {
	visibility: visible;
	cursor: pointer;
}

#filter-list {
	display: none;
	margin-bottom: 10px;
}

#filter-list .filter-mark {
	background: #dc4f9f;
	color: #fff;
	position: relative;
	padding: 3px 24px 4px 6px;
	border-radius: 2px;
	margin-right: 5px;
}

#filter-list .filter-mark:last-child {
	margin-right: 0px;
}

#filter-list .filter-mark i {
    background: #8d1f5d;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 4px 5px 4px;
    border-radius: 2px;
    cursor: pointer;
}

.only-tag {
	font-size: 1rem;
	line-height: 1em;
	padding: 3px 3px 2px;
	border: 1px dotted #999;
	color: #666;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	text-transform: uppercase;
}

.only-info {
	display: inline; 
	font-size: 1.3rem;
}

.only-info strong {
	font-size: 1rem;
}

b.text-highlight {
	border-radius: 3px;
	padding: 1px 2px;
	line-height: 1em;
	color: #00903a;
	border: 1px solid #00ef61;
	font-weight: 400;
	font-family: monospace;
	cursor: pointer;
	background-color: rgba(200,255,200,0.33);
	font-size: 12px;
}

table.highlight > tbody > tr.highlight:not(.no):nth-child(odd),
table.highlight > tbody > tr:not(.no):nth-child(odd):hover {
   background: rgba(255,204,153,0.4);
}

table.highlight > tbody > tr.highlight:not(.no):nth-child(even),
table.highlight > tbody > tr:not(.no):nth-child(even):hover {
   background: rgba(255,204,153,0.6);
}

.ph {
	background: rgb(235,235,235);
	height: 14px;
	border-radius: 7px;
	display: inline-block;
	min-width: 24px;
}






.tip-box {
	font-weight: 300;
	color: #000;
	background: rgba(200,200,200,0.25);
	padding: 10px 10px 0px;
	border-radius: 3px;
	border: 1px dotted #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 600px;
	font-size: 1.4rem;
}

.tip-box.hero {
	background: rgba(200,200,200,0.0625);
	border-color: #eee;
	font-size: 1.8rem;
	color: #666;
}

.tip-box h5 {
	margin-bottom: 15px;
}

.tip-box p {
	line-height: 1.25em;
}

.text-count {
    font-size: 0.7em;
    color: #aaa;
    position: absolute;
    right: 3px;
    bottom: -13px;
    z-index: 100;
}

.nav.nav-pills > li {
	position: relative;
	display: table-cell;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.0rem;
	border-radius: 3px;
	text-transform: uppercase;
	color: #666;
	background: rgba(255,255,255,0.75);
	border: 1px dotted #ccc;
}

.nav.nav-pills > li.active {
	background-color: #666;
	color: #fff;
}

.nav.nav-pills > li:hover {
	background-color: rgba(200,200,200,0.5);
	cursor: pointer;
}

.nav.nav-pills > li.active:hover {
	background-color: #888;
	cursor: pointer;
}

.nav.nav-pills > li.all {
	color: #ccc;
}

.nav.nav-pills > li.all:hover {
	color: #666;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { color: #fff; background-color: transparent !important; }
.nav>li>a {	padding: 0; color: #333; }
.nav>li>a:focus, .nav>li>a:hover { background: none; }


.message-status {
	display: inline-block;
	height: 11px;
	width: 11px;
	vertical-align: text-top;
/* 
	background: url('/pix/vozzi-icons-v2.svg') no-repeat;
	background-size: 500%;
	background-position: -1000px -1000px;
 */
}

.message-status.go 			{ background-position: 0px -33px; }
.message-status.sent		{ background-position: -11px -33px; }
.message-status.delivered	{ background-position: -22px -33px; }
.message-status.failed		{ background-position: -44px 0px; }

.message-status.md {
	height: 17px;
	width: 17px;
}

.message-status.md.go 			{ background-position: 0px -51px; }
.message-status.md.sent			{ background-position: -17px -51px; }
.message-status.md.delivered	{ background-position: -34px -51px; }
.message-status.md.failed		{ background-position: -68px 0px; }


.message-status.lg {
	height: 22px;
	width: 22px;
}

.message-status.lg.go 			{ background-position: 0px -66px; }
.message-status.lg.sent			{ background-position: -22px -66px; }
.message-status.lg.delivered	{ background-position: -44px -66px; }
.message-status.lg.failed		{ background-position: -88px 0px; }


.hazy {
	font-size: 9px;
	color: #ccc;
}


.control-link-box {
	margin: 5px 0 7px;
	border-bottom: 1px solid #ccc;
}

.control-link {
	text-transform: capitalize;
	font-size: 1.2rem;
	font-weight: 500;
	color: #666;
	text-decoration: none;
	padding: 0 6px 1px;
	margin-right: 5px;
}

.control-link.on {
	border-bottom: 3px solid #999;
/* 	outline: 1px solid #ccc; */
	transition: none !important;
}

.control-link:hover, .control-link:active, .control-link:focus, .control-link:focus:active, .control-link:hover:active {
	text-decoration: none;
	color: #999;
	transition: none !important;
}







.unread-link, .banner-link {
	white-space: nowrap; 
	float: right; 
	margin-right: 25px;
	position: relative;
}

.unread-link .fa, .unread-link .fal, .banner-link .fa, .banner-link .fal {
	font-size: 2.5em; 
	color: #999; 
}

.banner-link:hover, .banner-link:active, .banner-link:focus,
.unread-link:hover, .unread-link:active, .unread-link:focus {
	text-decoration: none;
	color: #777;
}

.unread-bubble, .pending-bubble {
	display: inline-block;
	position: absolute;
	top: 0;
	right: -7px;
	border: 1px solid #60b391;
	height: 23px;
	min-width: 23px;
	background-color: #28a370; 
	border-radius: 20px; 
	color: #fff !important;
	font-weight: 300; 
	font-size: 14px; 
	line-height: 0.75em; 
	padding-top: 5px; 
	padding-bottom: 3px;
	border-bottom: 0;
	text-align: center;
	vertical-align: text-top;
}

.sports-menu {
	padding-left: 20px;
}

.sports-menu .drive-button {
	display: block; 
	background-color: #28a370; 
	border-radius: 20px; 
	color: #fff !important;
	font-weight: 300; 
	text-transform: uppercase; 
	letter-spacing: 0.1em; 
	font-size: 1.3em; 
	line-height: 1em; 
	padding-top: 5px; 
	padding-bottom: 3px;
	width: 85%;
	border-bottom: 0;
}

.sports-menu .revenue-mark {
	border: 2px solid #737373;
    border-radius: 5px;
    display: inline-block;
    width: 22px;
    height: 24px;
    color: #28a370;
    text-align: center;
    line-height: 1em;
    font-weight: 700;
    padding: 3px;
    margin-right: 6px;
}

.sports-menu .nav-header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #dedede;
	display: block;
	margin: 11px 0 5px;
}

.sports-menu ul.nav-items {
	list-style-type: none;
	padding-left: 10px;
}

.sports-menu ul.nav-items > li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #aaa;
	margin: 5px 0;
}

.sports-menu ul.nav-items > li i.fa {
	color: #8f8f8f;
	margin-right: 5px;
	font-size: 1.2em;
}

.sports-menu a:link {
    color: #C7C7C7;
    text-decoration: none;
}

.sports-menu a:visited {
    color: #c7c7c7;
    text-decoration: none;
}

.sports-menu a:hover {
    color: #F0F0F0;
    text-decoration: none;
}

.sports-menu a:active {
    color: #f0f0f0;
    text-decoration: none;
}


.form-control.sporty {
    padding: 10px 10px;
    margin: 6px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 18px;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 1em;
    }
}



.drive-button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.8rem;
	font-weight: 300;
	background-color: #515151;
	color: white;
	padding: 14px 20px;
	margin: 4px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.drive-button:disabled, .drive-button:disabled:hover {
	cursor: not-allowed;
	background-color: #717171;
}

.drive-button:hover {
	background-color: #414141;
	color: #fff;
	text-decoration: none;
}

.drive-button:focus, .drive-button:active, .drive-button:active:focus {
	outline: none;
	color: #fff;
	text-decoration: none;
}

#tab_prev_button {
	background: #e3e3e3;
	color: #727272;
}

.promotion-help-control {
	font-size: 1.1em;
	cursor: pointer;
}

.promotion-image {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #575757;
	font-weight: 400;
	background: #ccc;
	border-radius: 3px;
	width: 100%;
	min-height: 65px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: none;
	border-radius: 4px;
	padding: 14px 20px;
	margin: 2px 0;
}


.hidden {
	display: none;
}


.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-top: 0 !important;
}

.switch.switch-small {
	width: 40px;
	height: 18px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-small .slider:before {
	height: 14px;
	width: 14px;
	left: 2px;
	bottom: 2px;
}

input:checked + .slider {
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(34px);
	-ms-transform: translateX(34px);
	transform: translateX(34px);
}

.switch-small input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #d7d7d7;
     color: #fff;
     top: 0px;
     height: 24px;
     width: 24px;
     border: 0;
     border-radius: 20px;
     cursor: pointer;     
     margin-right: 4px;
     outline: none;
}

.form-radio:checked::before {
     position: absolute;
     font: 22px/1 'Open Sans', sans-serif;
     left: 6px;
     top: -2px;
     content: '\02143';
     transform: rotate(40deg);
}

input[type=checkbox].form-radio:focus, input[type=radio].form-radio:focus {
	outline: 0;
}

.form-radio:hover {
     background-color: #e4e4e4;
}

.form-radio:checked {
	/* fill in on the page */
}

.covert-number {
	color: #ccc;
	font-size: 9px;
}





.head1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	color: #333;
	font-weight: 400;
}

.head2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 29px;
	color: #7B7B7B;
	font-weight: 300;
	text-align: left;
}

.head3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #B6B6B6;
	font-weight: 200;
	text-align: left;
}

.bod1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #575757;
	font-weight: 400;
}

.bod2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #727272;
	font-weight: 300;
}




.ad-status {
	border-radius: 2px;
	padding: 3px 5px 1px;
	border: 1px solid #999;
	background: #fff;
	color: #666;
	cursor: normal;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1em;
	display: inline-block;
	width: auto;
	text-align: center;
	white-space: nowrap;
}

.ad-approved {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.ad-pending {

	background-color: #ffc300;
	border-color: #cc9c00;

	background-color: #f3d060;
	border-color: #ffc300;
	color: #fff;
}

.ad-rejected {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}


.payment-block {
	margin-top: 3px;
}

.payment-type-identifier {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	color: #fff;
	background-color: #666;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment-type-identifier > i.fas {
	font-size: 1.25em;
	margin-left: -3px;
}

.payment-type-identifier > i.fab {
	font-size: 1.25em;
	margin-left: -2px;
}

.payment-type-identifier.discover {
	background-color: #e76919;
}

.payment-type-identifier.amex {
	background-color: #2057c5;
}

.payment-type-identifier.mastercard {
	background: rgb(227,0,22);
	background: linear-gradient(90deg, rgba(227,0,22,1) 0%, rgba(243,140,23,1) 100%);
}

.payment-type-identifier.visa {
	background-color: #18438e;
}

.payment-type-identifier.wells-fargo {
	background-color: #bf000c;
	color: #fdff12;
}

.payment-type-identifier.chase {
	background-color: #1e54b9;
	color: #fff;
}

.payment-institute {
	color: #000;
}

.payment-owner {
	color: #bbb;
	font-weight: 300;
	font-style: oblique;
}

.payment-information {
	line-height: 1em;
}

.payment-expires {
	color: #bbb;
}

.payment-currency {
	color: #ddd;
}



.modal {
	display: none;
	position: fixed;
	z-index: 5010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.7);
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
/* 	left: 100px; */
}

.modal-close:not(button) {
	color: #aaa;
    float: right;
    font-size: 50px;
	font-weight: 300;
    line-height: 1em;
    margin-top: -20px;
}

.modal-close:hover,
.modal-close:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}	



.vozzi-tooltip {
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px dotted black;
	width: 24px;
	min-width: 24px;
	height: 24px;
	min-height: 24px;
	background: url('/pix/tooltip-icon.png') no-repeat center/contain;
}
.vozzi-tooltip.sm {
	width: 12px;
	min-width: 12px;
	height: 12px;
	min-height: 12px;	
}
.vozzi-tooltip .vozzi-tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 7px 7px;
	position: absolute;
	z-index: 5000;
/* 	top: -75%; */
	left: 110%;
	font-size: 1.3rem;
	text-transform: none;
	line-height: 1.1em;
	font-family: Roboto, Arial, sans-serif;
}
.vozzi-tooltip .vozzi-tooltiptext.left {
	left: 0;
	left: -250px;
}
.vozzi-tooltip .vozzi-tooltiptext.left::after {
	left: 100%;
	right: inherit;
	border-color: transparent transparent transparent black;
}

.vozzi-tooltip .vozzi-tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}
.vozzi-tooltip:hover .vozzi-tooltiptext {
	visibility: visible;
	width: 250px;
}