.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  color: #555;
  font: normal 10pt Arial, Helvetica, sans-serif;
  background: #363c4c;
}
a img {
  border: none;
}
#header {
  margin: 0;
  padding: 0;
}
#main {
  border: 26px solid #e6e4d5;
  background: #fff;
}
.list ul {
  padding: 0px;
}
#images_wrapper ul {
  padding: 0px;
  margin: 0;
}
#content {
  padding: 10px;
}
#content h1 {
  margin: 0 0 23px -200px;
  color: #811d1f;
  font-family: Georgia;
  font-weight: normal;
}
.welcome {
  border: 1px solid #e6e4d5;
  margin-top: 23px;
}
.welcome p {
  margin: 0px;
}
#sidebar {
  padding: 20px 20px 20px 0;
}
#footer {
  padding: 10px;
 
  font-size: 0.8em;
  text-align: right;
}
#mainmenu {
  background: #e6e4d5;
  
  margin-top: 70px;
}
#mainmenu ul {
  padding: 6px 0px 5px 20px;
  margin: 0px 20px 0 0;
}
#mainmenu ul li {
  list-style: none;
  margin: 5px 0;
  width: 100%;
  display: block;
}
#mainmenu ul li a {
  color: #363c48;
  background-color: transparent;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 8px;
  border-bottom: 1px dashed #fff;
  width: 100%;
  display: block;
}
#mainmenu ul li.active {
  color: #821e20;
}
#mainmenu ul li.active ul {
  display: block;
}
#mainmenu ul li.active ul a {
  color: #363c48;
}
#mainmenu ul li:hover {
  color: #821e20;
}
#mainmenu ul ul {
  margin: 0;
  display: none;
}
div.flash-error,
div.flash-notice,
div.flash-success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}
div.flash-error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
div.flash-notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}
div.flash-success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}
div.flash-error a {
  color: #8a1f11;
}
div.flash-notice a {
  color: #514721;
}
div.flash-success a {
  color: #264409;
}
div.form .rememberMe label {
  display: inline;
}
div.view {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #C9E0ED;
}
div.breadcrumbs {
  font-size: 0.9em;
  padding: 5px 20px;
}
div.breadcrumbs span {
  font-weight: bold;
}
div.search-form {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}
legend {
  margin-bottom: 23px;
}
.portlet-decoration {
  padding: 3px 8px;
  background: #B7D6E7;
  border-left: 5px solid #6FACCF;
}
.portlet-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: #298dcd;
}
.portlet-content {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  padding: 5px 8px;
  background: #EFFDFF;
}
.portlet-content ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portlet-content li {
  padding: 2px 0 4px 0px;
}
.operations {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.operations li {
  padding-bottom: 2px;
}
.operations li a {
  font: bold 12px Arial;
  color: #0066A4;
  display: block;
  padding: 2px 0 2px 8px;
  line-height: 15px;
  text-decoration: none;
}
.operations li a:visited {
  color: #0066A4;
}
.operations li a:hover {
  background: #80CFFF;
}
.list {
  float: left;
  width: 100%;
}
.list ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.list ul li:hover {
  background-color: #D1CBBD;
  }
.list ul ul {
  float: left;
  width: 95%;
  clear: both;
  background: #f1eee7;
  margin: 0;
}
.list ul ul li {
  background: #f1eee7;
  float: left;
  display: block;
  padding-left: 5%;
}
.list li {
  float: left;
  display: block;
  width: 100%;
  background: #f5f4f0;
  list-style: none;
  clear: both;
  line-height: 30px;
}
.list li div {
  float: left;
  padding: 5px;
}
.list li div.actions {
  float: right;
}
.list li div.actions a {
  margin-right: 5px;
}
.list li div.actions a.btn-danger {
  color: #fff;
}
ul.list li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
.items .images {
  width: 150px;
  float: left;
  text-align: center;
}
.items .images .actions {
  margin-top: 5px;
}
#drop {
  padding: 20px 0;
}
#drop.gallery {
  min-height: 200px;
  background: #ccc;
}
#trash {
  background: #666;
  height: 200px;
  width: 100%;
}
.banner-row img {
  vertical-align: middle;
  margin-right: 15px;
}
.btn-red {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #7b1a1c;
  background-image: -moz-linear-gradient(top,#811d1f,#721617);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#811d1f),to(#721617));
  background-image: -webkit-linear-gradient(top,#811d1f,#721617);
  background-image: -o-linear-gradient(top,#811d1f,#721617);
  background-image: linear-gradient(to bottom,#811d1f,#721617);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff811d1f', endColorstr='#ff721617', GradientType=0);
  border-color: #721617 #721617 #320a0a;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #721617;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
}
.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #fff;
  background-color: #721617;
  *background-color: #5d1213;
}
.btn-red:active,
.btn-red.active {
  background-color: #470e0e \9;
}
.btn-red:hover {
  color: #fff;
}
#page_set ul {
  list-style: none;
}
fieldset ul {
  list-style: none;
}
#drafts li {
  line-height: 25px;
}
#gallery #images {
  width: 100%;
  height: 600px;
  overflow: scroll;
  clear: both;
}
#gallery #images li {
  float: left;
  padding: 5px;
}
ul#drop.gallery {
  width: 100%;
  height: 500px;
  clear: both;
  overflow: scroll;
}
ul#drop.gallery li {
  float: left;
  padding: 5px;
}
.job_file_row .delete_label{ float: left;}
.job_file_row .delete_checkbox{
  float: left;
  margin-right: 5px !important;
}
hr{border-color: #ccc;}
#page_set ul li {
  float: left;
  width: 100%;
}
#page_set ul li input {
  float: left;
  margin-right: 5px;
}
legend {
    margin-bottom: 26px;
    line-height: 26px;
}
h2 span{
  font-size: 16px;
  color: #ccc;
}
.list .even{background-color: #E3DED2;}
.navigations .span-3:first-child{margin-left: 0px;}
.navigations label{ float: left;}
.navigations input{
  float: left;
  margin-right: 5px !important;
}
.image_filters{
  float: left;
  width: 100%;
}
.image_filters label{
  float: left;
}
.image_filters input{
    float: left;
    clear: left;
    margin-right: 5px !important;
}
.image_well #image_search{
  height: 34px;
}
.image_well .input-group{
  float: right;
}
.gallery_images .container_image{
  position: relative;
}
.gallery_images .grayscale { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }
.gallery_images .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  width: 125px;
}
.gallery_images .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.table-hover > tbody > tr:hover, .highlight{
  background-color: lightyellow !important;
  filter: none!important;
}
.upload_images_btn{
  float: right;
}

.select2-selection--multiple:after {
  font: normal normal normal 14px/1 FontAwesome;
        content: "\f063";
        float: right;
        position: absolute;
        right: 5px;
        top: 8px;
    }