html {
  max-width: 100vw;
  overflow-x: hidden;
}

html.overlay-open .fixed-top, html.overlay-open .navbar-fixed-top {
  z-index: 400;
}

html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}

html.js input.form-autocomplete {
  background-image: none;
}

html.js input.form-autocomplete {
  background-image: none;
}

html.js .autocomplete-throbber {
  
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  
  margin: 2px 0 0 2px;
  width: 15px;
}

html[dir="rtl"].js .autocomplete-throbber {
  
  background-position: 0% 2px;
  
  margin: 2px 2px 0 0;
}

html.js .autocomplete-throbber.throbbing {
  
  background-position: 100% -18px;
}

html[dir="rtl"].js .autocomplete-throbber.throbbing {
  
  background-position: 0% -18px;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

#toolbar {
  z-index: 1600;
}

.modal {
  z-index: 1620;
}

.modal-dialog {
  z-index: 1630;
}

.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}

.modal-backdrop {
  z-index: 1610;
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

ul.secondary {
  
  float: left;
}

[dir="rtl"] ul.secondary {
  
  float: right;
}

@media screen and (min-width: 768px) {
  ul.secondary {
    
    float: right;
  }

  [dir="rtl"] ul.secondary {
    
    float: left;
  }
}

.page-header {
  margin-top: 0;
}

.block:first-child h2.block-title {
  margin-top: 0;
}

.region-help .block {
  overflow: hidden;
}

form#search-block-form {
  margin: 0;
}

.navbar #block-search-form {
  float: none;
  
  margin: 5px 0 5px 5px;
}

[dir="rtl"] .navbar #block-search-form {
  
  margin: 5px 5px 5px 0;
}

@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    
    float: right;
  }

  [dir="rtl"] .navbar #block-search-form {
    
    float: left;
  }
}

.navbar #block-search-form .input-group-btn {
  width: auto;
}

.navbar-search .control-group {
  margin-bottom: 0px;
}

ul.action-links {
  margin: 12px 0;
  padding: 0;
}

ul.action-links li {
  display: inline;
  margin: 0;
  
  padding: 0 .375rem 0 0;
}

[dir="rtl"] ul.action-links li {
  
  padding: 0 0 0 .375rem;
}

input, textarea, select, .uneditable-input {
  max-width: 100%;
  width: auto;
}

input.error {
  color: #a94442;
  border-color: #ebccd1;
}

fieldset legend.card-header,
fieldset legend.panel-heading {
  
  float: left;
  line-height: 1em;
  margin: 0;
}

[dir="rtl"] fieldset legend.card-header,
[dir="rtl"] fieldset legend.panel-heading {
  
  float: right;
}

fieldset .card-body,
fieldset .panel-body {
  clear: both;
  display: inherit;
}

fieldset .card-header a.card-title,
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

fieldset .card-header a.card-title:hover,
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

p:last-child,
.form-group:last-child,
.card:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-actions {
  clear: both;
}

.managed-files.table td:first-child {
  width: 100%;
}

div.image-widget-data {
  float: none;
  overflow: hidden;
}

table.sticky-header {
  z-index: 1;
}

.resizable-textarea textarea {
  border-radius: 0px 0px 0 0;
}

.text-format-wrapper {
  margin-bottom: 15px;
}

.text-format-wrapper > .form-type-textarea,
.text-format-wrapper .filter-wrapper {
  margin-bottom: 0;
}

.filter-wrapper {
  border-radius: 0 0 0px 0px;
}

.filter-wrapper .card-body,
.filter-wrapper .panel-body {
  padding: 7px;
}

.filter-wrapper .form-type-select {
  min-width: 30%;
}

.filter-wrapper .form-type-select .filter-list {
  width: 100%;
}

.filter-help {
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .filter-help {
    
    float: right;
  }

  [dir="rtl"] .filter-help {
    
    float: left;
  }
}

.form-check:first-child,
.radio:first-child, .checkbox:first-child {
  margin-top: 0;
}

.form-check:last-child,
.radio:last-child, .checkbox:last-child {
  margin-bottom: 0;
}

div.form-text,
.help-block, .control-group .help-inline {
  color: #cfcccc;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

.card-header,
.panel-heading {
  display: block;
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

.error {
  color: #a94442;
}

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}

.form-group.error,
.form-group:invalid,
.form-group.has-error {
  background: none;
}

.form-group.error label,
.form-group.error .form-control-label,
.form-group.error .control-label,
.form-group:invalid label,
.form-group:invalid .form-control-label,
.form-group:invalid .control-label,
.form-group.has-error label,
.form-group.has-error .form-control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select,
.form-group.error .uneditable-input,
.form-group:invalid input,
.form-group:invalid textarea,
.form-group:invalid select,
.form-group:invalid .uneditable-input,
.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select,
.form-group.has-error .uneditable-input {
  color: #858585;
}

.form-group.error div.form-text,
.form-group.error .help-block, .form-group.error .help-inline,
.form-group:invalid div.form-text,
.form-group:invalid .help-block,
.form-group:invalid .help-inline,
.form-group.has-error div.form-text,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
  color: #cfcccc;
}

.nav-tabs {
  margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

.tabs--secondary {
  margin: 0 0 10px;
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

.form-type-password-confirm {
  position: relative;
}

.form-type-password-confirm label {
  display: block;
}

.form-type-password-confirm label .badge,
.form-type-password-confirm label .label {
  
  float: right;
}

[dir="rtl"] .form-type-password-confirm label .badge,
[dir="rtl"] .form-type-password-confirm label .label {
  
  float: left;
}

.form-type-password-confirm .password-help {
  
  padding-left: 2em;
}

[dir="rtl"] .form-type-password-confirm .password-help {
  padding-left: 0;
  
  padding-right: 2em;
}

@media (min-width: 768px) {
  .form-type-password-confirm .password-help {
    
    border-left: 1px solid #ddd;
    
    left: 50%;
    
    margin-left: 15px;
    position: absolute;
  }

  [dir="rtl"] .form-type-password-confirm .password-help {
    border-left: none;
    
    border-right: 1px solid #ddd;
    left: auto;
    
    right: 50%;
    margin-left: 0;
    
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .form-type-password-confirm .password-help {
    
    left: 33.3333333333%;
  }

  [dir="rtl"] .form-type-password-confirm .password-help {
    left: auto;
    
    right: 33.3333333333%;
  }
}

.form-type-password-confirm .progress {
  background: transparent;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}

.form-type-password-confirm .form-type-password {
  
  clear: left;
}

[dir="rtl"] .form-type-password-confirm .form-type-password {
  
  clear: right;
}

.form-type-password-confirm .form-control-feedback {
  
  right: 15px;
}

[dir="rtl"] .form-type-password-confirm .form-control-feedback {
  right: auto;
  
  left: 15px;
}

.form-type-password-confirm div.form-text,
.form-type-password-confirm .help-block {
  clear: both;
}

ul.pagination li > a.progress-disabled {
  
  float: left;
}

[dir="rtl"] ul.pagination li > a.progress-disabled {
  
  float: right;
}

.form-autocomplete .input-group-addon {
  background-color: rgb(255, 255, 255);
}

.ajax-progress-bar {
  border-radius: 0 0 0px 0px;
  border: 1px solid #ccc;
  margin: -1px 0 0;
  padding: .375rem 12px;
  width: 100%;
}

.ajax-progress-bar .progress {
  height: 8px;
  margin: 0;
}

.ajax-progress-bar .percentage,
.ajax-progress-bar .message {
  color: #cfcccc;
  font-size: .875rem;
  line-height: 1em;
  margin: 5px 0 0;
  padding: 0;
}

th.form-check,
td.form-check,
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

.views-display-settings .badge,
.views-display-settings .label {
  font-size: 100%;
  color: #666;
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}

table .form-check input[type=radio],
table .form-check input[type=checkbox],
table .radio input[type=radio],
table .checkbox input[type=checkbox] {
  max-width: inherit;
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  
  text-align: right;
}

[dir="rtl"] .form-horizontal .form-group label {
  
  text-align: left;
}

@media (min-width: 768px) {
  .form-horizontal .form-group label {
    
    float: left;
    width: 16.6666666667%;
  }

  [dir="rtl"] .form-horizontal .form-group label {
    
    float: right;
  }
}

.alert a {
  font-weight: bold;
}

.alert-success a {
  color: #2b542c;
}

.alert-info a {
  color: #245269;
}

.alert-warning a {
  color: #66512c;
}

.alert-danger a {
  color: #843534;
}

div.image-style-new {
  display: block;
}

div.image-style-new div {
  display: block;
}

div.image-style-new div.input-group {
  display: table;
}

td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}

.region-navigation {
  clear: both;
}

.main-container .region.region-header h1,
.main-container .region.region-header .h1 {
  margin-top: 0;
}

.main-container .region.region-header .tabs {
  margin-bottom: 10px;
}

.form-control.form-wrapper.form-group {
  height: auto;
}

.navigation-top-wrapper {
  padding-top: 15px;
}

.cke_editable body {
  background: white;
}

.cke_editable {
  padding: 10px;
}

.field-collection-view {
  padding: 0;
  margin: 0;
  border-bottom: 0 none;
}

.field-collection-container {
  border-bottom: 0 none;
}

.form-textarea-wrapper textarea {
  max-width: 100%;
}

dt {
  font-size: 120%;
}

dd {
  
  margin-left: 10px;
  margin-bottom: 20px;
}

[dir="rtl"] dd {
  margin-left: 0;
  
  margin-right: 10px;
}

img {
  max-width: 100%;
}

.ajax-progress-throbber {
  background: transparent;
  min-height: 0;
  opacity: 1;
  padding: 0;
  width: auto;
  vertical-align: baseline;
}

.modal-content .panels-add-content-modal {
  background: white;
  
  border-left: 1px solid #f3f3f3;
  
  margin-left: 175px;
  
  padding-left: 0;
}

[dir="rtl"] .modal-content .panels-add-content-modal {
  border-left: none;
  
  border-right: 1px solid #f3f3f3;
  margin-left: 0;
  
  margin-right: 175px;
  padding-left: 0;
  
  padding-right: 0;
}

.modal-content .panels-add-content-modal .panels-modal-add-category {
  
  margin-right: 5px;
}

[dir="rtl"] .modal-content .panels-add-content-modal .panels-modal-add-category {
  margin-right: 0;
  
  margin-left: 5px;
}

.modal-content .panels-add-content-modal .panels-section-column-body {
  padding: 0 10px;
}

.node-unpublished {
  background-color: #fff4f4;
}

.unpublished {
  height: 0;
  display: block;
  overflow: visible;
  background-color: transparent;
  color: #d8d8d8;
  font-size: 74px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

.maintenance-page #page {
  text-align: center;
}

body.user-logged-in .btn.visible-admin {
  display: inline-block !important;
}

.contextual {
  z-index: 2000;
}

