html {
	min-height: 100%;
}

#content {
	padding-top: 35px;
}

.clear-footer {
	padding-bottom: 35px;
}

/* site alerts */
#site-alerts .alert:first-of-type {
	margin-top: 40px;
}

.navbar-default .navbar-nav > li#nav-alert-button > a {
	color: #219ed8;
}

.navbar-default .navbar-nav > li#nav-alert-button > a .badge  {
	background-color: #219ed8;
}

.alert-close-transfer {
	border: 1px solid #219ed8;
	border-radius: 4px;
	z-index: 1031;
}

.alert-wrap {
	display:none;
}

.page-header {
	padding: 0;
	margin: 40px 0 30px;
	border: none;
}

.page-header > a:hover {
    text-decoration: none;
}

.newsletter,
.subscriber,
.auto-series {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}

.newsletter .right {
	padding-top: 20px;
}

.newsletter-actions,
.sb_del {
	margin-top:20px;
}

.dropdown-menu {
	z-index: 1040;
}

#newsletters-nav .affix {
	position: static;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}
.cursor-help {
	cursor: help
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
	#newsletters-nav .nav > .active > ul {
		display: block;
	}
	/* Widen the fixed sidebar */
	#newsletters-nav .affix,
	#newsletters-nav .affix-bottom {
		width: 132px;
	}
	#newsletters-nav .affix {
		position: fixed; /* Undo the static from mobile first approach */
		top: 65px;
	}
	#newsletters-nav .affix-bottom {
		position: absolute; /* Undo the static from mobile first approach */
	}
	#newsletters-nav .affix-bottom .bs-sidenav,
	#newsletters-nav .affix .bs-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	#newsletters-nav .affix-bottom,
	#newsletters-nav .affix {
		width: 165px;
	}
}
.nav > li.disabled.nav-header > a {
	cursor: default;
	font-weight: bold;
}

.nav > li.disabled.nav-header > hr {
	margin-bottom: 0px;
}

.thumbnail {
	margin-bottom: 20px;
}

#editor #content {
	padding: 0px 0px 0px 0px;
}

#newsletters .first h3,
#newsletters .first .newsletter-actions {
	margin-top: 0px;
}

/* Generalized... */
.list .row h3,
.list .item h3,
.list .row .actions,
.list .item .actions {
	margin-top: 0px;
}

.list .actions {
	margin-top:20px;
}

.list .item {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}


.list hr {
	border-top: 1px solid #ddd;
}

.panel-body > .list:last-child .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.panel-body > .list:first-child .item:first-child {
	margin-top: 0;
	padding-top: 0;
}
.panel-heading > h2,
.panel-heading > h3,
.panel-heading > h4 {
	margin: 0;
}

#side-nav .affix {
	position: static;
}

.panel-tab {
	border-top:0px;
}

.tab-panel {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px;
}

#preview-long div,
#preview-short div {
	width: 100% !important;
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
	#side-nav .nav > .active > ul {
		display: block;
	}
	/* Widen the fixed sidebar */
	#side-nav .affix,
	#side-nav .affix-bottom {
		width: 132px;
	}
	#side-nav .affix {
		position: fixed; /* Undo the static from mobile first approach */
		top: 65px;
	}
	#side-nav .affix-bottom {
		position: absolute; /* Undo the static from mobile first approach */
	}
	#side-nav .affix-bottom .bs-sidenav,
	#side-nav .affix .bs-sidenav {
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	/* Widen the fixed sidebar again */
	#side-nav .affix-bottom,
	#side-nav .affix {
		width: 165px;
	}
}
.nav > li.disabled.nav-header > a {
	cursor: default;
	font-weight: bold;
}


table .checkbox,
table .radio {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* SUBSCRIBERS VIEW */
.search-clear {
	display: none;
	position: absolute; 
	z-index:10; 
	margin-top:8px; 
	right:65px;
}

.btn-file {
		position: relative;
		overflow: hidden;
}
.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 999px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		background: red;
		cursor: inherit;
		display: block;
}

/* COLOR PICKER
----------------------------------*/
.color-swatch {
	cursor: pointer;
	}
#form_themes .color-swatch {
	height: 37px;
	padding: 5px;
	margin-bottom: 5px;
}
#form_themes .color-swatch:hover {
	border: 1px solid #219ED8;
}
#form_themes .color-swatch span {
	display:block;
	height: 5px;
	width: 5px;
	opacity: 0;
	transition: .5s; -moz-transition: .5s; -o-transition: .5s; -webkit-transition: .5s;
}
#form_themes:hover .color-swatch span {
	opacity: 1;
}

.bootstrap-growl {
	-webkit-box-shadow: 0 5px 25px 1px #9C9C9C;
	box-shadow: 0 5px 25px 1px #9C9C9C;
}

.form-required {
	color: #666;
	float: right;
	position: relative;
	top:-23px; 
	right:8px;
	font-size:85%;
}

.colorpicker {
	z-index: 2147483647;
}

.gradient {
background: #219ed8; /* Old browsers */

/*background: -moz-linear-gradient(top,  #219ed8 0%, #ffffff 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#219ed8), color-stop(100%,#ffffff)); 
background: -webkit-linear-gradient(top,  #219ed8 0%,#ffffff 100%); 
background: -o-linear-gradient(top,  #219ed8 0%,#ffffff 100%); 
background: -ms-linear-gradient(top,  #219ed8 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #219ed8 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#219ed8', endColorstr='#ffffff',GradientType=0 ); */

color: #fff;
}
.gradient a {
    color: #fff;
}
.gradient a.btn-default {
    color: #333;
}

.gradient a .btn {
	color: #000000;
}

.grey {
	color: #333333;
}

.white {
	color: #FFFFFF;
	/* color: #333333; */
}

.pull-left-xs {

}

/* Changes to global nav-pills color */
.nav-pills > li.primary > a {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;	
}

.nav-pills > li.primary > a:hover,
.nav-pills > li.primary > a:focus {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e;
}

.nav-pills > li.active > a {
	color: #FFFFFF;
	background-color: #999;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #808080;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #808080;
}

body {
	margin-bottom: 39px;
}

#report-footer {
    position:fixed;
    height:60px;
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
    padding-top: 12px;
    z-index: 1000;
}

#report-footer .pagination {
	margin: 0;
}
.pagination > li > span,
.pagination > li > span:hover {
	background-color: #fff;
	color: #333;
}

#label-footer {
    position:fixed;
    height:50px;
    background-color: #F7F7F7;
    border: 1px solid #D7D7D7;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
    padding-top: 12px;
    z-index: 1000;
}

.min-flow {
	width: 10%;
}

.col-bg {
	background-color: #e9e9e9 !important;
}

.input-group .form-control-feedback {
	top: 0px;
	right: 40px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

#label-footer .tag-filtered {
	display:none;
}

/* enables list hover effect without using superfluous a tags */
.list-group-hover .list-group-item {
	color: #555;
}
.list-group-hover .list-group-item.active {
	background: #f5f5f5;
	border-color: #ddd;
}
.list-group-hover > .list-group-item:hover {
	background-color: #f5f5f5;
}
.list-group-hover > .list-group-item.active:hover {
	color: #555;
	background-color: #e8e8e8;
}

/* fits checkbox/radio controls in list-group */
.list-group-item.checkbox,
.list-group-item.radio {
	margin-top: 0;
	padding-left: 35px;
}
.list-group .checkbox,
.list-group .radio {
	margin-top: 0;
	margin-bottom: 0;
}
label.checkbox,
label.radio {
	cursor: pointer;
	font-weight: 400;
	padding-left: 20px;
}

/* table checkbox column */
.checkbox-column label {
	display: block;
	margin: -8px;
	padding: 8px;
	text-align: center;
	box-sizing: content-box;
}

/* prevent action button group from wrapping inside table */
.action-column > .btn-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	float: right;
}

/* minimal styling for bootstrap-select extension */
.bootstrap-select.btn-group .dropdown-menu.inner {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: static;
}
.filter-option.pull-left {
	display: inline;
	float: none !important;
}
bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
	display: none;
}

/* set all icons to fixed-width */
.fa {
	text-align: center;
	width: 1.28571em;
}

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

.no-wrap h4 {
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-wrap .newsletter-status {
	display: block;
	margin-top:10px;
}

@media (min-width: 768px) {
	.login-form {
		padding-left: 270px;
		background: url(../images/icon_w250.png) no-repeat;
        min-height: 260px;
	}
}

.form-group.required .control-label:after { 
   content:"*";
   color:red;
}

@media print {
	a[href]:after {
		content: none;
	}

	#label-footer {
		content: none;
		display: none;
	}
	.page-header {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: 0px	;
	}
}