body {
	padding-top: 60px;
}
.alert {
	float: left;
	width: 100%;
}
.infoNotification p, .errorNotification p, .warningNotification p {
    float: left;
    font-size: 14px;
    margin: 0 0 0 5px;
    width: auto;
}
.infoNotification p b:after, .errorNotification p b:after {
    content: ":";
}
.error-message {
	color: #E74C3C;
}
.form-error{
	border-color:#E74C3C !important;
}
.statusInput {width:200px; float:left;}
.refreshInput{width:140px; float:right;}
.refreshInputBox{margin-top:10px;}
.navbar .brand{
	padding:2px;
	padding-top:7px;
	margin-left:0px;
}

.adminFilters .filter{
	float:left;
	margin-right:10px;
}
.adminFilters{
	width:100%;
	float:left;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom:10px;
	margin-bottom:15px;
}

.adminFilters .btn-filter{
	float:right;
	margin-top:20px;
}

.adminFilters .btn-reset{
	float:right;
	margin-top:20px;
	margin-left:5px;
	line-height:18px;
}

.adminLogo{
	float: left;
	margin: 0px 5px 0 0;
}

.btn-right{
	float:right;
	margin-bottom:10px;
}

.assetIcon{
	width:100px;
	height:110px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 4px;
	text-align: center;
	position:relative;
}

.assetIcon a{
	font-size:11px;
}


.assetIcon img{
	width:80px;
	height:80px;
}

.assetButtons{
	width:100%;
	margin-bottom:10px;
	height:34px;
}
.assetForms{
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	width:100%;
	float:left;
	margin-bottom:10px;
	display:none;
}
.assetForms label{
	float:left;
}

.assetForms input{
	float:left;
	margin-right:5px;
}

.assetForms form{
	padding:10px;
	margin-bottom:0px;
}

.newFolderPath{
	background-color: #EEEEEE;
    cursor: not-allowed;
	border: 1px solid #DCE4EC;
	float:left;
	margin-right:5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 6px 9px;
    vertical-align: middle;
}

.assetsListContainer{
	width:100%;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	float:left;
	padding:10px;
	padding-top:5px;
}
.span10Manager{
	margin-left:0px;
	padding-left:0px;
	padding-right:0px;
}

#filterBtn {
	margin-right: 10px;
}

.filterFormBox {
	float: left;
	width: 100%;
}
.filterFormBox form {
	float: left;
	width: 100%;
}
.filterFormBox label{
	float: left;
	margin-right: 10px;
}
.filterFormBox input[type="submit"]{
	margin: 27px 0px 0px 15px;
}
.filterFormBox a.filterReset{
	margin-top: 27px;
	padding: 4px 9px;
}

table tr.darkActive th, table tr.darkActive td, table tr.darkActive th a{
	background-color: #1F2C39 !important;
	color: #FFFFFF !important;
}

.form-group-related {
	position: relative;
}
.form-group-related .btnSearchRelated {
	position: absolute;
	top: 25px;
	right: 0px;
}
#searchRelated .modal-body {
	float: left;
    min-height: 300px;
    width: 100%;
}
#searchRelated .modal-content {
	float: left;
}
#searchRelated .modal-header {
	float: left;
	width: 100%;
}
#searchRelated .modal-footer{
	float: left;
	width: 100%;
}
#searchRelated #ArticleRelatedSaveForm{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#searchRelated #ArticleRelatedSaveForm #ArticleRelatedKeyword,
#searchRelated #ArticleRelatedSaveForm .removeSelectedArticles,
#searchRelated #ArticleRelatedSaveForm .submitRelatedArticles
{
	height: 42px;
}

.formLoginBox {
	width: 60%;
	margin: 0 auto;
}

/*Dashboard*/
#dashboard {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
#dashboard .itemsBox {
	float: left;
	width: 60%;
}
#dashboard .itemsBox .item {
	float: left;
	width: 205px;
	margin: 20px 20px 20px 0px;
}
#dashboard .itemsBox .item a.btn{
	float: left;
	width: 100%;
}
#dashboard .itemsBox .item a.btn span{
	margin-right: 5px;
}
#dashboard .statsBox {
	float: left;
	width: 40%;
	padding-top: 20px;
}
#dashboard .statsBox .list-group .active{
	background-color: #95A5A6;
    border-color: #95A5A6;
}
/*end dashboard*/

#AssetFolderTitle{
	width:200px;
}

.groupsActions{
	width:100%;
	float:left;
}

footer{
	width:100%;
	float:left;
}

.jqUploaderList{
	margin-bottom:30px;
}

.assetIconButton{
	position:absolute;
	right:5px;
	padding-left:3px !important;
	padding-right:3px !important;
	padding-top:2px !important;
	padding-bottom:0px;
	height:18px;
	display:none
}

.formGroupDatetimePicker {
	margin-bottom: 0px;
}

.introImage a {
	color:#2C3E50;
}

.introImage a:hover {
	text-decoration:none;
	cursor:pointer !important;
}


#mediaManagerModal .modal-dialog{
	width:870px;
}
#imageGalleryModal .modal-dialog{
	width:800px;
}

#assetViewModal .modal-dialog{
	width:870px;
}

.assetsListContainer ol{
	margin-bottom:5px;
	margin-top:5px;
	padding:3px;
	font-size:14px;
}

.assetsListContainer .breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "/ ";
    padding: 0 1px;
}

.selectAsset{
	border-right:0px;
	border-radius:4px 4px 4px 4px !important;
	border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.introImagePreview {
	position:absolute;
	z-index:2000;
}

.introImagePreview img {
	max-width: 445px;
}

.assetsSearchForm, .gallerySearchForm{
	width:250px;
	float:right;
}

.assetsSearchForm button, .gallerySearchForm button{
	height:33px;
}

.assetsSearchForm input, .gallerySearchForm input{
	border-right:0px;
}

#relatedArticlesBox {
	float: left;
	width: 100%;
}
.removeSelectedArticles span:hover {
	cursor: pointer;
}
.submitRelatedArticles button{
	background: none;
	border: none;
}

#imageGalleryModal .imageTitleInput{
	width:190px;
}

#ImageGalleryTitle{
	z-index:2000;
}

#imageGalleryModal .span7{
	width:auto !important;
}
.viewTitle {
	float: left;
	width: auto;
	line-height: 25px;
	margin-top: 0px;
}
.dividerEmptyR {
	float: right;
	width: 5px;
	height: 5px;
}
.dividerEmptyL {
	float: left;
	width: 5px;
	height: 5px;
}

.totalRecords{
	float:left;
	padding-top:6px;
}

.pagination{
	margin:0px; float:right;height:32px;
}

.pagination ul{
	margin:0px;
}

.form-actions.groupsActions{
	border-top:1px solid #ecf0f1;
	margin-top:20px;
	padding-top:20px;
}

.assetsListContainer .pagination{
	clear: both;
    display: block;
    float: right;
    margin-top:10px;
	margin-bottom:10px;
}

.newspaperCoversIndex img{
	width: 64px;
	height: 64px;
}

.form-groupCoverImage label {
	float: left;
	width: 100%;
}
.form-groupCoverImage .bootstrap-filestyle .input-large {
	float: left;
	width: 79%;
}
.form-groupCoverImage .bootstrap-filestyle label {
	float: right;
	width: auto;
}

.watermarkContainer{
	width:100%;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

.watermarkContainer label{
	font-weight:normal;
}

.fieldsetGroup legend label{
	font-size:14px;
}

.fieldsetGroup legend{
	margin-bottom:0px;
	border-bottom:0px;
}

.fieldsetGroup .controllerActions label{
	margin-right:10px;
	font-weight:normal;
	width:100%;
}
.fieldsetGroup{
	border-bottom:1px solid #DCE4EC;
	min-height:300px;
}

.form-groupPriority .btn-group{
	width: 100%;
	padding: 0px;
}
.form-groupPriority .btn-group button:hover, .form-groupPriority .open button{
	color: #2C3E50;
}
.form-groupPriority .btn-group button.multiselect{
	padding-bottom: 8px;
    padding-top: 8px;
    border-radius: 0;
    background: #ECF0F1;
}

.tt-hint {
 	border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    height: 45px;
    line-height: 30px;
    outline: medium none;
    padding-left: 15px;
    padding-top: 0px;
    width: 100%;
    color: inherit;
    font-size: inherit;
    display: none !important;
}

.typeahead-devs {
 	border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    height: 45px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
}

.tt-suggestion:hover p {
	color: #1ABC9C;
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px 8px 12px;
  background-color: #fff;
  border: 2px solid #DCE4EC;
  border-radius: 8px 8px 8px 8px;
  font-size: 18px;
  background-color: #F1F1F1;
}
.twitter-typeahead {
	width: 100%;
}

.removeAnswer:hover {
	cursor: pointer;
}

.from-groupSwitchFlags .holderSwitchFlags{
	/*margin: 0 auto;
	width: 230px;*/
}

.sortable-group .list-group-item{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.sortable-group li .img{
	float: left;
    height: 40px;
    overflow: hidden;
    width: 10%;
}
.sortable-group li .title{
	float: left;
	width: 80%;
	font-size: 15px;
}
.sortable-group li .date{
	float: left;
	width: 100%;
	text-align: left;
	font-size: 10px;
}
.sortable-group li .action{
	float: left;
	width: 10%;
}
.sortable-group .addToSortable, .sortable-group .removeFromSortable {
	cursor: pointer;
	font-size: 24px;
}
#sortable .list-group-item {
	cursor: move;
	position: relative;
}
#sortable .list-group-item .numItem{
    font-size: 20px;
    font-weight: bold;
    left: -30px;
    position: absolute;
    top: 15px;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}