body {
  margin-top: 100px;
}

address {
  white-space: nowrap;
}

ul.messages {
  margin: 12px 6px;
  padding: 0;
  list-style-type: none;
}

li.message-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

li.message-warn {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

li.message-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

li.message-fatal {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px;
}

.caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(98, 86, 40, 0.4);
  width: 100%;
  height: 100%;
  padding: 2%;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  cursor: pointer;
}

#ajaxStatus {
  z-index: 2000;
}

.thumbnail .caption small {
  font-size: 84%;
}

.top-buffer-2 {
  margin-top: 2px;
}

.top-buffer-5 {
  margin-top: 5px;
}

.top-buffer-15 {
  margin-top: 15px;
}

.top-buffer-20 {
  margin-top: 20px;
}

.top-buffer-25 {
  margin-top: 25px;
}

.bottom-buffer-20 {
  margin-bottom: 20px;
}

.right-buffer-5 {
  margin-right: 5px;
}

.right-buffer-10 {
  margin-right: 10px;
}

.right-buffer-20 {
  margin-right: 20px;
}

.right-buffer-50 {
  margin-right: 50px;
}

.left-buffer-5 {
  margin-left: 5px;
}

.left-buffer-10 {
  margin-left: 10px;
}

.left-buffer-20 {
  margin-left: 20px;
}

.left-buffer-50 {
  margin-left: 50px;
}

.width-50p {
  width: 50%;
}

.width-33p {
  width: 33%;
}

.relative {
  position: relative
}

.pos-left-20 {
  left: -20px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.border-highlight {
  border: 5px solid #aaaaaa !important;
}

.text-block {
  display: block;
}

a.fa, a.fa:hover, a.fa:active, a.fa:visited {
  text-decoration: none;
}

a.text, a.text:active, a.text:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a.text:hover {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.text-bold {
  font-weight: bold;
}

.text-bold-italic {
  font-weight: bold;
  font-style: italic;
}

.text-white {
  color: #ffffff
}

.text-red {
  color: #ff0000;
}

.text-green {
  color: #10aa10;
}

.bg-red-ptc {
  background-color: #a90000;
}

.nowrap {
  white-space: nowrap;
}

.underline-dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}

a:hover.underline-dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 0.8em;
}

.noPadding {
  padding: 0px !important;
}

.noMargin {
  margin: 0px !important;
}

.noShadow {
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.noBackground {
  background: transparent;
}

.noBackground:focus {
  outline-color: transparent;
}

.visible-false {
  display: none;
}

.modal-sm {
  width: 500px !important;
}

body.modal-open {
  overflow-y: auto;
}

.panel-hidden {
  border-color: rgba(177, 176, 175, 0.3) !important;
}

.panel-hidden > .panel-heading, .panel-hidden > .panel-body, .panel-hidden > .panel-footer {
  color: rgba(0, 0, 0, 0.5) !important;
  background-color: rgba(235, 233, 229, 0.3) !important;
  border-color: rgba(177, 176, 175, 0.3) !important;
}

.btn-fa {
  border: 0px;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .modal-dialog.modal-lg {
    width: 98%;
    margin: 30px auto;
  }

  .modal-dialog.modal-m {
    width: 70%;
    margin: 30px auto;
  }

  .modal-dialog.modal-s {
    width: 50%;
    margin: 30px auto;
  }
}

.selectOneRadio-padding-horizontally {
  border-spacing: 5px;
  border-collapse: separate;
}

.selectOneRadio-padding-horizontally td {
  padding-right: 30px;
  padding-top: 3px;
}

.selectOneRadio-padding-horizontally td label {
  padding-left: 10px;
  vertical-align: top;
}

.ui-sortable .panel-heading {
  cursor: pointer;
}

.ui-sortable-placeholder {
  border: 1px dotted black;
  height: 200px;
}

.tooltip-inner {
  white-space: pre;
}

.btn-navbar {
  padding-top: 15px;
  background-color: transparent;
  color: #ffffff;
}

.btn-navbar:focus, .btn-navbar:visited, .btn-navbar:hover, .btn-navbar:active {
  color: #ffffff;
}

.pointer {
  cursor: pointer;
}

div.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

a.openGallery {
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}

img.openGallery {
  cursor: pointer;
}

img.fancybox {
  cursor: pointer;
}

.editable.mce-edit-focus {
  text-transform: none;
}

.editable.mce-content-body {
  border: 1px solid #000000;
}

.managerWrapper .popover {
  max-width: none;
}

#newsSingle img {
  cursor: pointer;
}

#news\:newsList img {
  cursor: pointer;
}

.bootstrap-select .dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.bootstrap-select .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.bootstrap-select .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu > .active > a, .bootstrap-select .dropdown-menu > .active > a:hover,
.bootstrap-select .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.bootstrap-select .dropdown-menu > .disabled > a, .bootstrap-select .dropdown-menu > .disabled > a:hover,
.bootstrap-select .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.bootstrap-select .dropdown-menu > .disabled > a:hover, .bootstrap-select .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.spinner {
  width: 100px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.table.table-noBorder > thead > tr > th, .table.table-noBorder > tbody > tr > th,
.table.table-noBorder > tfoot > tr > th, .table.table-noBorder > thead > tr > td,
.table-noBorder > tbody > tr > td, .table-noBorder > tfoot > tr > td {
  border-top: 0px;
}

.line-height-2-5 {
  line-height: 2.5em;
}

.height-70 {
  height: 70px;
}

.height-50 {
  height: 50px;
}

@media ( max-width: 1000px) {
  .navbar-header .top-buffer-15 {
    margin-top: 25px;
  }

  .caret {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid;
  }

  .navbar {
    font-size: 1.5em;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    height: 80vh !important;
    max-height: 80vh !important;
    overflow-x: hidden !important;
    overflow-y: overlay !important;
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: 80vh !important;
    padding-bottom: 0;
    overflow-y: overlay !important;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: 0px !important;
  }

  .navbar-nav {
    float: none !important;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 3em;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 3em;
    font-size: 1.5em;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.nav-pills.red > li.active > a, .nav-pills.red > li.active > a:hover, .nav-pills.red > li.active > a:focus {
  background-color: #a90000;
}

@media (min-width: 1720px) {
  .container {
    width: 1600px;
  }
}

img#ajaxloader {
  position: absolute;
  width: 30px;
  top: 50vh;
  left: calc(50% - 15px);
  z-index: 99999;
}