html {
    position: relative;
    min-height: 100%;
} 

.footer {
    position: absolute;
    bottom: 0; 
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #f5f5f5;
}

body {
    margin: 0 0 60px 0;
    background: #37404a;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

a, a:focus{
	color: #10CE90;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a:hover {
	color: #27989f;
}

.btn {
	border-radius: 0;
}

.btn-primary {
	color: #fff;
	background-color: #10CE90;
	border-color: #10CE90;
}

.btn-primary:hover {
	color: #fff;
	background-color: #109268;
	border-color: #109268;
}


#page-content {
    margin-bottom:20px;
}

#login {
	width:300px;
	margin:50px auto 0 auto;
	text-align: left;
}

#mainview {
    margin-top: 55px;
}

.container-fluid {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

#mainview.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
}

#tab_buttons {
    margin-bottom:20px;
}

.nowrap {
	white-space: nowrap;
}

.navbar-brand {
	background: #ffffff;
	padding: 0px 15px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  background-color: #ffffff;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: -30px;
}
.navbar-form .form-group {
	position: relative;
}
.navbar-form .form-group:after {
	content: "\f002";
	position: absolute;
	top: 5px;
  right: 8px;
  color: #6f6e6e;
  font-size: 18px;
	text-align: center;
	font-family: FontAwesome;
}

.logo {
    max-width: 200px;
    max-height: 100px;
}

.header-logo {
	max-width: 150px;
	max-height: 50px;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header-height {
    height: 40px;
}

.trunc_text {
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow: hidden; 
}

.nobreak {
    white-space: nowrap;
}

.opaque75 {
	opacity: .75; 
	filter: alpha(opacity=75);
}

.allcaps {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:oblique;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.white {
	color: #FFFFFF;
}
.nopadding {
	padding:0;
	margin:0;
}
.label {
	border-radius: 0;
}
.btn-group-xs>.btn, .btn-xs {
	padding: 3px 8px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0px;
}

.btn-warning {
	color: #fff;
	background-color: #222c37;
	border-color: #222c37;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus  {
	color: #fff;
	background-color: #10CE90;
	border-color: #10CE90;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #10CE90;
	border-color: #10CE90;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #10CE90;
	border-color: #10CE90;
}

.pagination>li>a, .pagination>li>span {
    color: #10CE90;
}

.alert-success {
	color: #ffffff;
	background-color: #222c37;
	border-color: #222c37;
}

.alert-danger {
	color: #FFFFFF;
	background-color: #D02727;
	border-color: #D02727;
	border-radius: 0px;
}

#tab_content .container-fluid {
	background: #ffffff;
	padding: 20px 20px;
}

.bootstrap-switch {
	margin-right: 10px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #222c37;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.footer .text-muted {
	color: #BFBFB8
}


/* Side notes for calling out things */

.bs-callout {
    padding: 0 0 0 10px;
    margin: 20px 0;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #eee;
}

.bs-callout-primary-header {
    padding: 0 0 5px 0;
    opacity: .75;
    filter: alpha(opacity=75);
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.bs-callout-label {
    border-left-color: #eee;
}
.bs-callout-label h4 {
    color: #eee;
}

.activity-table {
    margin:10px 0;
    font-size:90%;
}
.activity-table th {
    background-color:#eee;
}

.acl-table th {
    background-color:#eee;
}

.simple-table th {
    background-color:#eee;
}

.table tbody>tr>td.vert-align
{
    vertical-align: middle;
}

.modal {
    z-index: 1050;
}

.modal-dialog-full {
    width: 100%;
    height: 100%;
    padding: 0;
    margin:0;
}
.modal-content-full {
    height: 100%;
    border-radius: 0;
    color:white;
    overflow:auto;
}

.modal-content {
	text-align:left;
}

.modal-dialog {
	text-align:center
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8;
}

.modal-header .close {
  margin-top: 0px;
  color: #10CE90;
  opacity: 1;
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 3px;
  font-weight: 500;
}
.modal-header .close:hover {
	color: #0e9468;
}

@media screen and (min-width: 768px){
	.modal-header .close {
	  right: -43px;
    top: -13px;
    text-shadow: none;
	} 
}	


#popup-player-header {
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    color: #ccc;
    background-color: black;
}
#popup-player-body {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    color: white;
    margin: 0;
    padding: 0;
    background-color: black;
    
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
}




#b2b_content #content-title {
	color: #ffffff;
	margin: 14px 30px 20px 30px;
	text-transform: uppercase;
	font-weight: 500;
  font-size: 21px;
  word-wrap: break-word;
}
@media screen and (min-width: 720px){
	#b2b_content #content-title {
		font-size: 30px;
	}
}
#b2b_content #content-title .bold {
	font-weight: 300;
}

#b2b_content #content-title a.btn-default {
	background: #fff600;
	border: #fff600;
}

#b2b_content #content-title h4 a.btn-default:hover {
	background: #FFC800;
	border: #FFC800;
}


.form-required {
	padding-top: 0;
	margin-top: -20px;
}

.nav-pills>li>a {
	border-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #10CE90;
	border-radius: 0;
}

.navbar-default {
	background-color: #222c37;;
	border: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #cccccc;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-weight: 300;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #ffffff;
	background-color: #10CE90;
}

.dropdown-menu {
	border-radius: 0;
}

.form-control {
	border: none;
	border-radius: 0;
}


.nav-tabs {
	margin: 0 20px;
	border-bottom: 1px solid #10CE90;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ffffff;
	background-color: #10CE90;
	border: none;
}

.nav-tabs>li {
	margin-bottom: 0px;
}

.nav-tabs>li>a {
	border: none;
	font-weight: 300;
}

.nav-tabs>li>a:hover {
	background: #222c37;
	border: none;
	color: #19e3b1;
	margin-top: 0px;
}

.post-row .bs-callout-primary {
	border: none;
	margin: 0;
}

.post-row  .bs-callout {
	padding: 0;
}

.bs-callout-primary-header {
    opacity: 1;
    filter: alpha(opacity=100);
}


.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
	color: #fff;
	background: #10CE90 !important;
}

.form-control {
	background: #eceef3;
}


.form-required label {
	position: relative;
}

.form-required label:after {
	content: "*";
	color: red;
	font-size: 16px;
	margin-left: 3px;
}
#tab_content{
	margin:0 20px;

}
@media screen and (min-width: 720px){
	#tab_content{
	  margin: 0 30px;
  }
}	
#tab_content .acl-table th, #tab_content .activity-table th {
    background-color: #222c37;
    color: #ffffff;
}

#project-posts-message {
	margin: 0 20px;
}

#project-posts-message.alert-success, #project-media-message.alert-success {
    color: #ffffff;
    background-color: #222c37;
    border-color: #222c37;
}

#project-media {
  background: #ffffff;
  padding: 20px;
}
.project-media_content-wrapper{
	margin-left:-10px;
}
/****** Modal ******/

#b2b_content .modal div:first-child h4 {
	color: #222c37;
	margin: 0;
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
}

.panel-default>.panel-heading {
	color: #ffffff;
	background-color: #222c37;
	border-color: #222c37;
}

.panel-default>.panel-heading h4 {
	color: #ffffff !important;
}

.panel-default>.panel-heading h4 a:hover, .panel-default>.panel-heading h4 a:focus, .panel-default>.panel-heading h4 a:active {
    text-decoration: none;
    color: #10CE90;
}

.panel-default>.panel-heading a:hover, .panel-default>.panel-heading a:focus, .panel-default>.panel-heading a:active {
    text-decoration: none;
}


.panel-default>.panel-heading a:hover .panel-title, .panel-default>.panel-heading a:focus .panel-title, .panel-default>.panel-heading a:active .panel-title {
    text-decoration: none;
    color: #10CE90 !important;
}

/****** Tag Cloud ******/
.tagcloud {
	padding: 20px 20px 10px;
	background: #ffffff;
}

.tagcloud .label-primary {
	background-color: #00cccc;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-weight: 500;
	color: #222c37;
	margin-right: 10px;
	display: inline-block;
  margin-bottom: 10px;
}

.tagcloud .label-primary:hover {
	background-color: #078C8C;
	text-decoration: none;
}

.tagcloud a:hover {
	text-decoration: none;
}

.cft-g {
	margin-bottom:10px;
	margin-left:-10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cft-g .cft-gi {
	display: inline-block;
	margin: 0 0 15px 0;
	padding-left: 10px;
	width: 50%;
	vertical-align: top;
	position:relative;
}

/****** mobile ******/
.navbar-toggle, .navbar-default .navbar-toggle:hover {
  background-color: #10CE90;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus  {
  background-color: #37404a;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #37404a;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #efefef;
    font-weight: 300;
	}
	.navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
	}
}

@media screen and (max-width: 719px) {
	.navbar>.container-fluid .navbar-brand {
    margin-left: -5px;
	}
}

​
#b2b_content div:first-child h4 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 3px solid #d5d7dc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
	#tab_content .container-fluid {
		background: #ffffff;
		padding: 20px 30px;
	}
	#b2b_content div:first-child h4 {
		font-size:24px;
	}
	#project-posts-message {
		margin: 0 30px;
	}
  .navbar .container-fluid {
	  padding-right: 30px;
	  padding-left: 30px;
	  margin-right: auto;
	  margin-left: auto;
	}

	
	.nav-tabs {
  	margin: 0 30px;
	}
} 



.track_list .track.wavsurfer-current{
	background:#10CE90;
	color:#fff;
}


.player-control-icon{
	display:none;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 5px solid #10CE90;
	border-right: 5px solid #10CE90;
	width: 20px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -12px;
	POSITION: ABSOLUTE;
	transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.player-control-icon.play{
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid #10CE90;
  width: 0;
  border-right: transparent;
  height: 0;
}


.bootstrap-switch-label:after, .bootstrap-switch-label:before{
	content:"";
	height:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-6px;
}

.bootstrap-switch-label:after{
	width:0;
	border:1px solid #ebebeb;
	border-top:0;
	margin-left:-1px;
	border-bottom:0;
} 

.bootstrap-switch-label:before{
	width:12px;
	margin-left:-6px;
	border:2px solid #ebebeb;
	border-top:0;
	border-bottom:0;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	height:auto!important;
}

.loader-icon {
	color: #10CE90; 
	font-size:35px;
}

.loading-text {
	margin: 50px 0 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}
.progress-bar-container{
	pointer-events: none;
}

h4.xurl-post-title{
	font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
​
@media screen and (min-width: 720px) {
	h4.xurl-post-title {
	    font-size: 24px;
	}
}