body, html {
	background-color: #eef0f4;
}
.navbar-top .navbar-header {
	background-color: #000;
	height: 60px;
}

.brand-logo .logo {
	width: 150px;
}

h2.podcast-title {
	display: inline;
	padding-left: 15px;
	font-size: 24px;
}

h2.podcast-title .fa {
	font-size: 14px;
	padding-left: 6px;
}

#episodeStats .progress {
	background-color: #DDD;
}

.panel-body.bg-primary a {
	color: #FFF;
}

.singlePodcastChannelHeading a:hover {
	cursor:default;
	color: #777 !important;
}
#spinner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 10000;
	text-align: center;
	display: none;
	color:#fff;
}

.fa-spinner {
	color: #fff;
	margin: 300px auto 0px auto;
}

.navbar-top {
	z-index:20;
}
/*@media (max-width:1180px) {
	.navbar-right { display:none;}
}*/

.main-content {
	padding: 50px 40px;
}

.selectize-control.multi .selectize-input > div {
	background: #337ab7 !important;
	color: #ffffff !important;
	border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
	background: #efefef !important;
	color: #333333 !important;
	border: 0 solid rgba(0, 0, 0, 0);
}

.hiddenActionBtn {
	display: none;
}

.hiddenActionRow {
	width:100px;
}

.hide-configure-btn {
	display:none !important;
}

#distributionInstanceTable tr {
	height:200px;
}


#upgradePlanModal .modal-dialog {
	z-index:10000;
}

#map {
  height: 100%;
  height: 500px;
  margin-bottom: 30px;
  margin-top: 20px;
}

#mapOverlay {
	position: relative;
	top: -530px;
	background: rgba(0,0,0,.7);
	height: 500px;
	margin-bottom: -500px;
	color: #FFF;
	text-align: center;
	padding-top: 170px;
	font-size: 30px;
}

.badge-info, .panel-inverse > .panel-heading .badge-info {
	background-color: #3071a9;
	color: #FFF;
	margin-left: 3px;
}

.feature-locked {
	opacity: 0.6;
}

#broadcast-status {
	font-size: 24px;
	padding: 30px 0;
}

#broadcast-stop h2 {
	color: rgb(33, 119, 22);
}

.live-stream-broadcast-tools .btn .fa {
	margin-right: 10px;
}

.live-stream-broadcast-tools .panel-body {
	min-height: 180px;
}

.live-guide-page section {
	padding: 50px 0;
	margin: 50px 0;
}

.live-guide-page ol {
	margin: 0;
	padding: 0;
}

.live-guide-page ol li {
	margin: 20px 0px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #333333;
	border-radius: 5px;
	list-style: none;
	font-size: 18px;
	line-height: 27px;
}

.live-guide-page ol li .fa {
	margin-right: 15px;
}

.live-guide-page ol li img {
	/*max-width: 600px;*/
	width: 100%;
	margin: 20px auto;
	display: block;
	border-radius: 5px;
}

.live-guide-page ol li span {
	font-weight: bold;
	padding-right: 10px;
}

.live-guide-page ol li .btn {
	margin-left: 15px;
}

.table-distributions {
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
}

.panel-stream-distributions label {
	display: block;
}

.panel-stream-distributions .checkbox {
	margin-top: 20px;
}

.stream-distribution-icon {
	width: 30px;
	margin-top: -5px;
}


@media (max-width:767px) {
	#podpanel-navbar {
		display:none;
	}
	.nav-wrapper .nav.navbar-nav {
		float:none !important;
		text-align:center !important;
	}
	.nav-wrapper .nav > li {
		float:none !important;
	}
	.nav-wrapper .navbar-right > li {
		display:block !important;
		text-align:left;
		padding-left:15px;
	}
	.main-content {
	    padding: 20px 0;
	}
	.page-header {
	    margin: 0 20px;
	}
}


@media print {
	#podpanel-navigation, .aside, .main-content .pull-right .btn, .row small {
		display: none;
	}
}
