
.icon-muted { opacity: .5; } 
th.right, td.right { text-align: right; }
th.nowrap, td.nowrap { white-space: nowrap; }
.hidden { display: none; }
.wrap { position: relative; }

form.no-margin { margin: 0; }

#ajax-spinner {
    position:fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    background: white url('../img/ajax-loader.gif') no-repeat 50% 50%;
    padding: 13px;
    border: 2px solid #CCC;
    font-size: 0;
}

/* 2nd level */
.nav-list .nav-list > li > a { padding-left: 30px; }
.nav-list .nav-list > li > a, .nav-list .nav-list .nav-header { margin-left: -30px; margin-right: -30px; }

/* 3rd level */
.nav-list .nav-list .nav-list > li > a { padding-left: 45px; }
.nav-list .nav-list .nav-list > li > a, .nav-list .nav-list .nav-list .nav-header { margin-left: -45px; margin-right: -45px; }

.sortable { padding-left: 0px; }

.thumbnails li p { overflow: hidden; } 
.thumbnails li p small { white-space: nowrap; }

a.thumbnail { text-decoration: none; }
.thumbnail { overflow: hidden; }
.thumbnail .fileImg { display: block; }
.thumbnail .fileTitle, .thumbnail .fileType { display: block; }
.thumbnail.active { background: #08c; color: #fff; }
.thumbnail.active a { color: #fff; }
.thumbnail img { max-height: 150px;}

.checkbox.inline.no_indent, .checkbox.inline.no_indent+.checkbox.inline.no_indent { margin-left: 0; margin-right: 10px; }
.checkbox.inline.no_indent:last-child { margin-right: 0px; }

.cat-hidden { position: absolute; left: -390px; top: -40px;
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	transition: left .15s linear;
}
.cat-hidden:hover { left: -20px; }
.cat-hidden form { margin: 0; }
.cat-hidden .span4 { margin: 0; }
.cat-hidden .ear { position: absolute; right: -31px; top: 19px; padding: 9px; background: #f5f5f5; border: 1px solid #e3e3e3; border-left: 0; cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.05);
}

.checkbox-tree { border: 0; }
.checkbox-tree ul { list-style: none; }
.checkbox-tree form > ul { max-height: 650px; margin: 0; padding-left: 15px; overflow-y: auto; }
.checkbox-tree .ui-icon { background-image: url("../backend/img/glyphicons-halflings.png"); }

.files-status { margin-top: 1em; }
.file:nth-child(3n + 1) { margin-left: 0; }
.file .well { background: #fff; }
.file .file-name, .file .file-size { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.file .progress { margin: 10px 0 0; }
/*.file.thumbnail { display: inline-block; width: 14%; }*/
.file.thumbnail img { width: 100%; }
/*.file.thumbnail + .file.thumbnail { margin-left: 2%; }*/
.page-images .file.thumbnail { display: inline-block; width: 100% !important; }
.filethumb-image .file.thumbnail { display: inline-block; width: 60% !important; }
.files-list { margin-top: 5px;}
.nav-tabs > .empty > a { background-color: #D9EDF7; }
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { background-color: #FFFFFF; }
.empty input[type="text"], .empty select { background: #D9EDF7; }
.warning input[type="text"], .warning select { background: #FCF8E3; }

.autocomplete + a { vertical-align: text-bottom; }
.suggest-box a { margin-top: 0 !important; }
.suggest-wrap { white-space: nowrap; display: block; }
.suggest-wrap input { padding-top: 0; padding-bottom: 0; }
.autocomplete-suggestions { margin-top: -12px; background-color: #fff; border: 1px solid rgba(82, 168, 236, 0.8); transition: border 0.2s linear 0s; width: 206px !important; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 0 0 4px 4px; color: #555; font-size: 14px; line-height: 20px; padding: 4px 6px; }
.autocomplete-suggestions .autocomplete-suggestion { line-height: 22px; cursor: pointer; }
.autocomplete-suggestions .autocomplete-suggestion .more { display: none; }
.autocomplete-suggestions .autocomplete-suggestion + .autocomplete-suggestion { border-top: 1px solid rgba(82, 168, 236, 0.5); }

.nav-header {  display: block;  padding: 3px 15px;  font-size: 11px;  font-weight: bold;  line-height: 1.5;  color: #999999;  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);  text-transform: uppercase;}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #428bca;
}
.nav-list [class^="glyphicon"],
.nav-list [class*="glyphicon"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.thumb-img { width:  100%;  height: 150px;  background-position: 50% 50%;  background-repeat: no-repeat;   background-size: contain; }
.file.thumbnail {  background-color: #fefefe; }
.file {  margin-top: 2px; }

.logo { padding: 5px; margin-right: 10px;}
.sortable li { cursor: move; }
.pages-structure { padding: 10px; }
.pages-structure .divider { margin: 5px -10px; background-color: #dcdcdc; }
.pages-langs { margin-bottom: 5px; }
.pages-langs li a { padding: 5px !important; }

.table-td-autowidth { width: 10px; white-space:nowrap; }
/* TinyMCe Source code */
.mce-btn button { z-index: 10; }
.mce-abs-layout { z-index:3; }
/*.CodeMirror {  border: 1px solid #eee;  height: auto;}*/

.equal-height {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
      margin: 0;
      padding: 0;
      list-style: none;
}
.equal-height-item {
      /*width: 22%;
      margin: 0 1% 20px;
      padding:0 0.5%;
      background: #FFF;
      box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);*/
}
.equal-height-item .thumbnail {

 }

.loader-small {
	border: 4px solid #f3f3f3; /* Light grey */
	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	float:left;
	margin-right: 10px;
	animation: spin 2s linear infinite;
}

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