﻿.bg-purple {
	background-color: #6f42c1!important;
}

.bg-indigo {
	background-color: #6610f2!important;
}

.bg-orange {
	background-color: #fd7e14!important;
}

.bg-pink {
	background-color: #e83e8c!important;
}

.bg-teal {
	background-color: #20c997!important;
}

.bg-cyan {
	background-color: #17a2b8!important;
}

.bg-primary, .btn-primary {
	background-color: rgb(51, 103, 214)!important;
}
a.text-light:focus, a.text-light:hover {
	color: #fff!important;
}

.navbar-brand img {
	max-height: 50px;
	margin: -1.25rem 1rem -2rem 0;
}

.main {
	padding-top: 56px;
	min-height: calc(100vh - 41px);
}

nav button:focus {
	outline: none !important;
	outline: 1px dotted !important;
}

.nav-item .dropdown-toggle::after {
	content: none;
}

.navbar-brand {
	padding-top: .125rem;
}

table.table-hover tbody tr {
	cursor: pointer;
}

.collapsible-link {
	width: 100%;
	position: relative;
	text-align: left;
}

	.collapsible-link::before {
		content: '\f107';
		position: absolute;
		top: 50%;
		right: 0.8rem;
		transform: translateY(-50%);
		display: block;
		font-family: 'FontAwesome';
		font-size: 1.1rem;
	}

	.collapsible-link[aria-expanded='true']::before {
		content: '\f106';
	}

textarea {
	resize: none;
}

#adwizard a.card {
	color: inherit;
}

	#adwizard a.card:hover {
		text-decoration: none;
	}

	#adwizard a.card i.fa {
		display: none;
		float: right;
		margin-top: 3px;
	}

	#adwizard a.card.active i.fa {
		display: inline;
	}

#divAdSize table tr td:first-child i,
#divPubs table tr td:first-child i {
	display: none;
}

#divAdSize table tr.active td:first-child i,
#divPubs table tr.active td:first-child i {
	display: initial;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
	height: 34px !important;
	line-height: 34px !important;
	width: 14.28% !important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	color: #ccc;
}

#divAdType .card-body,
#divAdSize .card-body,
#divDates .card-body, 
#divPubs .card-body, 
#dspContent .card-body,
#clsContent .card-body textarea.form-control,
#summary {
	height: 255px;
	overflow-y: auto;
	overflow-x: auto;
}

#dspContent .card img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}

#dspContent a.card-header:hover {
	text-decoration: none;
}

@media (max-width:540px) {
	#btnAddDate i.fa {
		transform: rotate(90deg);
	}
}

#dspContent .card {
	overflow-y: auto;
}

.table-borderless th, 
.table-borderless thead th, 
table.dataTable.no-footer,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: solid 1px #dee2e6!important;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 0.25rem!important;
}

.dataTables_scrollHead table.no-footer,
.dataTables_scrollFoot table.no-footer,
.dataTables_scrollBody table.table-borderless th {
	border-bottom: none !important;
}

footer {
	font-size: 95%;
}
footer span {
	white-space: nowrap;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 1501;
}

	.loader > div {
		position: absolute;
		display: inline-block;
		text-align: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #000;
	}