/* Add here all your CSS customizations */

.faq_heading{
	color: #0088cc;
}

.faqs li .answer{
	display: none;
}

.faqs li.active .answer {
	display: block;
}

.faqs{
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
	background-color: #f6f6f6;
}

.faqs h3{
	margin-top: 0;
	font-weight: 400;
	font-size: 2rem;
}

.faqs li{
	position: relative;
	display: block;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 5px 15px 25px;
	margin-bottom: 0px;
}

.faqs li .opener{
	color: #333;
	text-decoration: none;
}

.faqs .fa-angle-right{
	color: #08c;
	position: absolute;
	left: 10px;
	top: 20px;
}

.remove_training{
	cursor: pointer;
}

div.filter{
	margin-left: 25px;
	display: inline-block;
}

.tag_wrap{
	position: relative;
	display: inline-block;
}

.tag_wrap input{
	border: 1px solid #cccccc;
	text-indent: 3px;
}

#tag_list{
	position: absolute;
	top:30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
}

#tag_list li{
	list-style: none;
	padding: 0 10px 0 5px;
	cursor: pointer;
}

#tag_list li:hover{
	color: #0088cc;
}

.note-group-select-from-files {
  display: none;
}
.thumbnail img{
	opacity: .8;
	transition: .5s;
}

.thumbnail img:hover{
	opacity: 1 !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.logo img{
	width: 206px !important;
}

.requires_check{
	pointer-events: auto;
}



.canvasjs-chart-credit{display:none !important;}

.campaign-state.label-danger, .campaign-state.label-success{
	cursor: pointer;
}

.tip{
	font-size: 14px;
	color: #0088cc;
}

.template ul{
	position: relative !important;
}

.template .dropdown-toggle, .template .btn-group{
	width:100% !important;
	text-align: left;
}

.frequency span{
	padding-right: 10px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.fileupload .uneditable-input .fa{
	top: auto;
}

.demo_banner{
	border:none;
}

.cam_wrap{
	position: relative;
}

#campaign_results, #advertiser_results{
	position: absolute;
	top:34px;
	z-index: 99;
	background-color: #fff;
	padding: 5px 0;
	display: none;
}

#campaign_results li, #advertiser_results li{
	list-style: none;
	cursor: pointer;
	padding: 0 10px;
}

#campaign_results li:hover, #advertiser_results li:hover{
	background-color: #0088cc;
	color: #fff;
}

#new_campaign{
	visibility: hidden;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.nav-tabs{
	cursor: pointer;
}
