
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
body,
html {
  height: 100%;
}
body {
  overflow-y: scroll;
  background: url('../images/bg.jpg') no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
body.bg {
  background: #fff;
}
a:focus {
  outline: none;
}
.btn-primary,
.btn-danger {
  text-transform: uppercase;
  font-weight: 700;
}
#sign-form {
  width: 700px;
  left: 50%;
  position: relative;
  margin-left: -350px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
#sign-form .pull-left {
  margin: 0 5px;
}
#sign-form .pull-left label {
  color: #fff;
  font-size: 12px;
}
#sign-form .pull-left .form-control {
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding-right: 45px;
}
#sign-form .pull-left.email:after,
#sign-form .pull-left.password:after {
  content: "\f007";
  font-family: FontAwesome;
  position: relative;
  margin: -36px 15px 0 0;
  font-size: 20px;
  float: right;
}
#sign-form .pull-left.password:after {
  content: "\f023";
}
#sign-form .pull-left .btn {
  margin-top: 25px;
}
#sign-form .pull-left .checkbox input {
  margin-top: 1px;
}
.form-group {
  margin-bottom: 5px;
}
.navbar .navbar-brand img {
  margin-top: -7px;
}
.navbar .navbar-btn {
  color: #fff;
  margin-top: 11px;
  margin-right: 10px;
}
.navbar .favicon {
  background: none repeat scroll 0 0 #FFFFFF;
  display: inline-block;
  float: right;
  height: 32px;
  margin-left: 20px;
  margin-top: -2px;
  position: relative;
  width: 32px;
  text-align: center;
}
.navbar .favicon img {
  width: 25px;
  height: 25px;
  margin-top: 3px;
}
#content {
  min-height: 830px;
}
#content .menu .nav li,
#content .main-menu .nav li {
  background: rgba(255, 255, 255, 0.1);
}
#content .menu .nav li a,
#content .main-menu .nav li a,
#content .menu .nav li span,
#content .main-menu .nav li span {
  color: #fff;
  font-size: 12px;
}
#content .menu .nav li a i,
#content .main-menu .nav li a i,
#content .menu .nav li span i,
#content .main-menu .nav li span i {
  font-size: 16px;
}
#content .menu .nav li.active a,
#content .main-menu .nav li.active a,
#content .menu .nav li a.active,
#content .main-menu .nav li a.active {
  background: #fff;
  color: #222222;
}
#content .menu .nav li.active a:after,
#content .main-menu .nav li.active a:after,
#content .menu .nav li a.active:after,
#content .main-menu .nav li a.active:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
  margin-right: -27px;
  margin-top: -4px;
  color: #fff;
  font-size: 20px;
}
#content .menu .nav li:not(.active) a:not(.active):hover,
#content .main-menu .nav li:not(.active) a:not(.active):hover {
  background: rgba(255, 255, 255, 0.2);
}
#content .menu .nav li span,
#content .main-menu .nav li span,
#content .menu .nav li .no-margin,
#content .main-menu .nav li .no-margin {
  padding: 5px 20px;
  color: #fff;
  display: block;
}
#content .menu .nav li a,
#content .menu .nav li span {
  padding: 5px 10px;
}
#content .menu .nav li a i,
#content .menu .nav li span i {
  font-size: 12px;
}
#content .menu .nav li.active a:after,
#content .menu .nav li a.active:after {
  margin-right: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
}
#content .commonpage > [class*="col-sm-"] .content {
  background: #eeeeee;
  padding: 20px;
  margin-bottom: 20px;
}
#structure-add .radio {
  display: inline-block;
  margin-right: 10px;
}
#structure-add .radio .layouts,
#structure-add .radio .modulesLayouts {
  display: block;
  width: 80px;
  height: 80px;
}
#structure-add .radio .modulesLayouts {
  width: 140px;
}
#frm-editRoom .radio {
  display: inline-block;
  margin-right: 10px;
}
#frm-editRoom .radio .layouts {
  display: block;
  width: 80px;
  height: 80px;
}
.submit .btn {
  float: right;
}
.submit legend {
  display: none;
}
fieldset.level1 .form-group .checkbox {
  margin: 2px 0;
}
fieldset.level2 .form-group .checkbox {
  padding-left: 20px;
  margin: 2px 0;
}
fieldset.level3 .form-group .checkbox {
  padding-left: 40px;
  margin: 2px 0;
}
fieldset.level4 .form-group .checkbox {
  padding-left: 60px;
  margin: 2px 0;
}
.table thead tr.filter th,
.table tfoot tr.filter th {
  background: #e2e2e2;
}
.table thead tr.filter th input,
.table tfoot tr.filter th input,
.table thead tr.filter th select,
.table tfoot tr.filter th select {
  margin-left: 0 !important;
}
.table thead th:not(.add),
.table tfoot th:not(.add),
.table thead tr:not(.grid-panel) td,
.table tfoot tr:not(.grid-panel) td {
  background: #e2e2e2;
  color: #555555;
  vertical-align: middle !important;
  border: 0;
}
.table thead th:not(.add) a,
.table tfoot th:not(.add) a,
.table thead tr:not(.grid-panel) td a,
.table tfoot tr:not(.grid-panel) td a {
  margin: 0 5px 5px 0;
}
.table thead th:not(.add) input,
.table tfoot th:not(.add) input,
.table thead tr:not(.grid-panel) td input,
.table tfoot tr:not(.grid-panel) td input {
  max-width: 250px;
  display: inline;
}
.table thead th:not(.add) input[type="text"],
.table tfoot th:not(.add) input[type="text"],
.table thead tr:not(.grid-panel) td input[type="text"],
.table tfoot tr:not(.grid-panel) td input[type="text"] {
  margin-left: 10px;
}
.table thead th:not(.add) select,
.table tfoot th:not(.add) select,
.table thead tr:not(.grid-panel) td select,
.table tfoot tr:not(.grid-panel) td select {
  max-width: 200px;
  display: inline;
  margin-left: 10px;
}
.table thead th:not(.add) .grid-order,
.table tfoot th:not(.add) .grid-order,
.table thead tr:not(.grid-panel) td .grid-order,
.table tfoot tr:not(.grid-panel) td .grid-order {
  display: none;
  width: 20px;
  position: absolute;
}
.table thead th:not(.add) .grid-order a,
.table tfoot th:not(.add) .grid-order a,
.table thead tr:not(.grid-panel) td .grid-order a,
.table tfoot tr:not(.grid-panel) td .grid-order a {
  margin: 0;
}
.table thead th:not(.add) .grid-order a.active,
.table tfoot th:not(.add) .grid-order a.active,
.table thead tr:not(.grid-panel) td .grid-order a.active,
.table tfoot tr:not(.grid-panel) td .grid-order a.active {
  color: #d9534f;
}
.table thead th:not(.add):hover .grid-order,
.table tfoot th:not(.add):hover .grid-order,
.table thead tr:not(.grid-panel) td:hover .grid-order,
.table tfoot tr:not(.grid-panel) td:hover .grid-order {
  display: inline-block;
}
.table thead th.add,
.table tfoot th.add {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  border-bottom: 0;
}
.table thead .grid-perPage select,
.table tfoot .grid-perPage select {
  width: 80px;
}
.table tbody tr td.actions a {
  margin-right: 10px;
}
.table tbody tr td.grid-action-checkbox label {
  margin: 0;
}
.table tbody tr td input {
  min-width: 50px;
}
.table tbody tr:not(:hover) td {
  background: #EEEEEE;
}
.table tbody tr.grid-subgrid-row:hover {
  background: transparent;
}
.table input[type="checkbox"] {
  margin: 0;
  min-width: 0;
}
.table.files tbody td {
  vertical-align: middle;
}
.table.files tbody td img {
  max-height: 50px;
}
.table .table {
  margin-top: 20px;
}
.table .table thead th:not(.add),
.table .table tfoot th:not(.add),
.table .table thead td,
.table .table tfoot td {
  background: #E2E2E2 !important;
}
.table .table thead .add,
.table .table tfoot .add {
  background: #eeeeee;
}
.table .table tbody tr.grid-row-even td,
.table .table tbody tr.grid-row-odd td {
  background-color: #f5f5f5;
}
.table .table tbody tr.grid-row-even:hover td,
.table .table tbody tr.grid-row-odd:hover td {
  background-color: #fff;
}
.table label {
  margin-bottom: 0;
}
.homepage .table tbody td {
  background: transparent !important;
}
.position .ui-sortable-helper td {
  width: 500px !important;
}
.position .active {
  cursor: move;
}
.position td {
  background: #fff;
}
.position td i {
  cursor: pointer;
  margin-top: 4px;
}
.position .gallery img {
  max-height: 50px;
}
.position .gallery td i {
  margin-top: 20px;
}
.nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.nav-tabs li a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.nav-tabs.langs li {
  float: right;
}
.nav-tabs.langs li:first-child a {
  margin-right: 0;
}
.nav-tabs.langs.float {
  float: right;
  margin-top: -32px;
}
div.content .nav-tabs.langs {
  margin-top: -52px;
  margin-right: -20px;
}
#imagesUploader,
#filesUploader {
  margin: 10px 0 20px;
}
#imagesUploader .plupload_wrapper,
#filesUploader .plupload_wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}
#imagesUploader .plupload_wrapper .plupload_container,
#filesUploader .plupload_wrapper .plupload_container {
  padding: 0;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_header,
#filesUploader .plupload_wrapper .plupload_container .plupload_header {
  display: none;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_header_content,
#filesUploader .plupload_wrapper .plupload_container .plupload_header_content {
  background: #006d64;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 10px 15px;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_header_content .plupload_header_title,
#filesUploader .plupload_wrapper .plupload_container .plupload_header_content .plupload_header_title {
  font-size: 18px;
  padding: 0 0 5px;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist_header,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist_header {
  padding: 8px 15px;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li {
  padding: 8px 15px;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_droptext,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_droptext {
  font-size: 2em;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_droptext:before,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_droptext:before {
  font-family: FontAwesome;
  font-size: 3em;
  content: "\f255";
  margin-right: 20px;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_delete a,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_delete a {
  background: none;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_delete a:before,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_delete a:before {
  content: "\f1f8";
  font-family: FontAwesome;
  color: #d9534f;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_done a,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_done a {
  background: none;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_done a:before,
#filesUploader .plupload_wrapper .plupload_container .plupload_content .plupload_filelist li.plupload_done a:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #5cb85c;
}
#imagesUploader .plupload_wrapper .plupload_container .plupload_filelist_footer,
#filesUploader .plupload_wrapper .plupload_container .plupload_filelist_footer {
  height: 47px;
  line-height: 28px;
}
#imagesUploader #imagesUploader_browse:before,
#filesUploader #imagesUploader_browse:before,
#imagesUploader #filesUploader_browse:before,
#filesUploader #filesUploader_browse:before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 7px;
}
#imagesUploader .plupload_start,
#filesUploader .plupload_start,
#imagesUploader .plupload_start:hover,
#filesUploader .plupload_start:hover {
  margin-left: 10px;
  background-image: none;
}
#imagesUploader .plupload_start:before,
#filesUploader .plupload_start:before,
#imagesUploader .plupload_start:hover:before,
#filesUploader .plupload_start:hover:before {
  content: "\f093";
  font-family: FontAwesome;
  margin-right: 7px;
}
.cropper {
  overflow-y: hidden;
}
.cropper .col-sm-8 {
  height: 400px;
}
.cropper .col-sm-8 img {
  max-height: 100%;
  max-width: 100%;
}
.cropper .col-sm-8 .cropper-container {
  left: 0 !important;
}
.cropper-thumbs img {
  max-height: 100px;
}
.chosen-choices {
  background-image: none !important;
  background-color: #FFFFFF !important;
  border: 1px solid #CCCCCC !important;
  /*     border-radius: 4px 4px 4px 4px !important; */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}
.chosen-choices li.search-field {
  height: 34px;
}
.chosen-choices li input {
  padding: 6px 12px !important;
  margin: 0 !important;
  height: 34px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
}
.chosen-choices li input:before {
  content: "\f0d7";
  font-family: FontAwesome;
}
.chosen-choices li.search-choice {
  background: #006d64 !important;
  background-image: none;
  box-shadow: none !important;
  border-radius: 0px 0px 0px 0px !important;
  margin: 3px 0 3px 3px !important;
  height: 28px;
  border: 1px solid #006d64 !important;
  color: #fff !important;
  padding: 6px !important;
  font-size: 14px !important;
}
.chosen-choices li.search-choice span {
  margin-right: 15px;
}
.chosen-choices li.search-choice .search-choice-close {
  background: none !important;
  margin: 2px 0 !important;
}
.chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d" !important;
  font-family: FontAwesome !important;
  font-size: 14px !important;
}
.chosen-results li.highlighted {
  background: #006d64 !important;
}
.chosen-container-multi {
  width: 100% !important;
}
.form-horizontal fieldset:not(.submit) .form-group .col-sm-3 {
  width: 15%;
}
.form-horizontal fieldset:not(.submit) .form-group .col-sm-9 {
  width: 85%;
}
.form-horizontal fieldset:not(.submit) .form-group .col-sm-9 input[type="text"]:not(.btn),
.form-horizontal fieldset:not(.submit) .form-group .col-sm-9 select:not(.chosen),
.form-horizontal fieldset:not(.submit) .form-group .col-sm-9 input[type="password"]:not(.btn) {
  width: 35%;
}
.form-horizontal fieldset:not(.submit) .form-group .col-sm-9 textarea {
  width: 50%;
  height: 150px;
}
.ui-widget-content {
  border-color: #006d64;
}
.ui-widget-content .ui-widget-header {
  background: #006d64;
  color: #fff;
}
.ui-widget-content .ui-widget-header .ui-datepicker-prev,
.ui-widget-content .ui-widget-header .ui-datepicker-next {
  top: 4px;
  left: 9px;
  color: #fff;
  cursor: pointer;
}
.ui-widget-content .ui-widget-header .ui-datepicker-prev:before,
.ui-widget-content .ui-widget-header .ui-datepicker-next:before {
  content: "\f137";
  font-family: FontAwesome;
  font-size: 14px;
}
.ui-widget-content .ui-widget-header .ui-datepicker-prev:hover,
.ui-widget-content .ui-widget-header .ui-datepicker-next:hover {
  background: none;
  border: none;
  text-decoration: none;
  font-weight: bold;
  left: 9px;
  top: 4px;
  color: #e6e6e6;
}
.ui-widget-content .ui-widget-header .ui-datepicker-prev span,
.ui-widget-content .ui-widget-header .ui-datepicker-next span {
  display: none;
}
.ui-widget-content .ui-widget-header .ui-datepicker-next {
  left: 120px;
}
.ui-widget-content .ui-widget-header .ui-datepicker-next:before {
  content: "\f138";
}
.ui-widget-content .ui-widget-header .ui-datepicker-next:hover {
  left: 120px;
}
.ui-widget-content .ui-state-default {
  background: #eeeeee;
}
.ui-widget-content .ui-state-default.ui-state-highlight {
  background: #006d64;
  color: #fff;
  border: 1px solid #006d64;
}
.ui-widget-content .ui-state-default.ui-state-active {
  background: rgba(0, 109, 100, 0.35);
}
.ui-widget-content .ui-slider-handle {
  background: #006d64;
  border: none;
}
.ui-widget-content .ui-priority-primary {
  background: #006d64;
  color: #fff;
  border: 1px solid #00534D;
}
.ui-widget-content .ui-priority-primary:hover {
  background: #003a35;
}
.grid .grid-action-box select#frm-grid-gridForm-grid-action-categories_id,
.grid .grid-action-box select#frm-grid-gridForm-grid-action-pid {
  display: none;
}
.mce-panel {
  background: #eee !important;
  border: 0 !important;
}
.mce-primary {
  background: #006d64 !important;
  border-color: #00534D !important;
}
.mce-textbox:focus {
  border-color: #006d64 !important;
}
.copy {
  position: absolute;
  width: 94.5%;
}
.footer {
  color: #879C9B;
  font-size: 12px;
  height: 42px;
}
.footer span {
  margin: 0 30px;
}
.footer span img {
  margin-top: -30px;
}
.footer.sign-in {
  bottom: 30px;
  position: absolute;
  width: 100%;
}
.main-menu {
  width: 80px;
  margin-right: 10px;
  position: absolute;
}
.main-menu li a {
  font-size: 11px;
  padding: 15px 0;
}
.main-menu li.active a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: relative;
  float: right;
  margin-right: -7px !important;
  margin-top: -17px !important;
  color: #fff;
  font-size: 20px;
}
.menu {
  margin: 0 10px 0 100px;
  width: 202px;
}
.menu .nav li ul li {
  background: none !important;
}
.menu .nav li ul li a,
.menu .nav li ul li span {
  padding-left: 30px !important;
}
.menu .nav li ul li a.block {
  padding-left: 44px !important;
}
.menu .nav li ul li ul li a,
.menu .nav li ul li ul li span {
  padding-left: 54px !important;
}
.menu .nav li ul li ul li a.block {
  padding-left: 68px !important;
}
.homepage {
  margin-left: 90px;
}
.commonpage {
  margin-left: 312px;
}
.well {
  color: #fff;
  margin-bottom: 2px;
}
.well h3 {
  cursor: pointer;
}
.homepage .well {
  margin-bottom: 20px;
}
#browser-files .nav {
  margin-bottom: 20px;
}
#browser-files .nav li:not(.active) a {
  color: #555555;
}
form[id*="frm-addForm"] fieldset:first-child .form-group:nth-child(3) {
  display: none;
}
.chosen-single {
  background: #fff !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  height: inherit !important;
}
