#ajax_loader_bg {
	display: none;
 background: url("../images/ajax_loader4_dark.gif") no-repeat scroll center 130px;
 background-color: #000000;
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
 /* IE 5-7 */
 filter: alpha(opacity=65);
 /* Netscape */
 -moz-opacity: 0.65;
 /* Safari 1.x */
 -khtml-opacity: 0.65;
 /* Good browsers */
 opacity: 0.65; 
 height: 100%;
 left: 0;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 2000;
}

#loader_text {
	display: none;
 height: 100%;
 left: 0;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 2001;
 font-size: 30px;
 font-weight: bold;
 color: #FFF;
 padding: 50px;
 text-align: center;
/* width: 500px; */
 margin: 0 auto;
}

.alertify-logs {
	top: 10px;
 width: auto;
}

.alertify-cover {
	background-color: black;
	opacity: 0.5;
}

.alertify-button:focus {
	box-shadow: 0 0 5px #555555;
}

.modal-dialog, .alertify {
 border: 5px solid rgba(0, 0, 0, 0.7);
 border-radius: 5px;
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.modal-title {
	font-weight: bold;
}

.sidebar .infobox {
 padding: 10px 0 0 15px;
 color: #FFF;
 line-height: 1;
}

.sidebar-collapse .sidebar .infobox {
	display: none;
}

.login-box {
 border: 2px solid #545096;
	-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 0 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0 0 5px 0px rgba(0, 0, 0, 0.5);
 width: 400px;
	margin-top: 40px; 
}

.login-logo {
 background-color: #545096;
 padding: 10px 0;
 margin: 0;
 color: #FFF;
}

.login-logo a {
 color: #FFF;
}

.export-note,
.export-note2 {
 float: left;
 background-color: #DD0000;
 color: #FFF;
 padding: 5px;
 margin: 10px 5px 0 0;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}

.export-note2 {
 margin: 0;
 padding: 6px;
 border: 1px solid #DD0000;
}

a.export-note:hover {
	color: #FFF;
 background-color: #BB0000;
}

.sidebar-menu li.active > a > .fa-angle-down {
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}

.no_margin_below {
	margin-bottom: 0;
}

.move-helper {
	cursor: pointer;
}

.media_data {
	padding-left: 11px;
}

.badge-media-type {
 background-color: #000;
 border-radius: 2px;
 color: #fff;
 display: inline-block;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 min-width: 10px;
 padding: 3px;
 margin-left: 3px;
 text-align: center;
 vertical-align: middle;
 white-space: nowrap;
}

.media_type_1 {
	background-color: #f3f2fa;
}

.media_type_2 {
	background-color: #FCF3D4;
}

.list-group-item {
 padding: 10px;
}

.list-group-item .data_name {
	font-weight: bold;
	font-size: 16px;
	color: #4F4C8A;
}

.insert_media {
	cursor: pointer;
}

.uploader_line {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}

.uploader_line .name {
	font-size: 14px;
	font-weight: bold;
}

.uploader_line .size {
	color: #888;
	padding-right: 5px;
}

.uploader_line .percent {
	padding-left: 5px;
}

.uploader_line .progress {
	display: none;
	width: 100%;
	height: 17px;
	border: 1px solid #605CA8;
	margin-bottom: 0;
}

.alertify-warning {
	border-color: #CC0000;
}

.input-xs {
 height: 22px;
 padding: 2px 5px;
 font-size: 12px;
 line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
 border-radius: 3px;
}

.list-item-hover {
	background-color: #CCD8ED;
}