.float-left {
  float: left;
}
.float-right {
  float: right;
}
.align-center {
  text-align: center;
}
.font-bold {
  font-weight: bold;
}
.no-border {
  border: none;
}
/* Justify columns (http://css-live.ru/articles-css/ravnomernoe-vyravnivanie-blokov-po-shirine.html) */
.justify-columns {
  text-align: justify;
  line-height: 0;
}
.justify-columns .justify-columns:after {
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
}
.justify-columns .justify-column {
  display: inline-block;
  text-align: left;
  line-height: normal;
  position: relative;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.4;
}
body.page-modal {
  height: auto;
  background: none;
}
header,
section,
article,
aside,
nav {
  display: block;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
#toolbar li {
  background: none;
}
#toolbar li:before {
  display: none;
}
.krumo-root li {
  background: none;
  margin: 0;
}
.krumo-root li:before {
  display: none;
}
.krumo-footnote img {
  border: 0;
}
.dev-query {
  padding: 1em;
  text-align: center;
  font-size: .9em;
}
div.messages {
  margin: 1em 0;
  border-width: 8px;
  background-position: .6em .4em;
}
div.messages ul {
  margin: 0;
}
.block {
  position: relative;
}
/* Breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb .breadcrumb li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb .breadcrumb li:before {
  content: '»';
  display: inline-block;
  margin: 0 .4em;
  vertical-align: middle;
}
.breadcrumb .breadcrumb li:first-child:before {
  display: none;
}
/* Three columns */
.page-content {
  float: left;
  width: 100%;
}
.sidebar-first {
  float: left;
  margin-left: -100%;
}
.sidebar-second {
  float: left;
}
.one-sidebar-first .page-content-inner {
  margin-right: 0;
}
.one-sidebar-second .page-content-inner {
  margin-left: 0;
}
.no-sidebars .page-content-inner {
  margin-right: 0;
  margin-left: 0;
}
/* Three column sizes */
.page-content-inner {
  margin: 0 26%;
}
.sidebar-first {
  width: 25%;
}
.sidebar-second {
  width: 25%;
  margin-left: -25%;
}
/* Sticky footer */
.sticky-footer .page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-footer .footer-push,
.sticky-footer .page-footer {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* Sticky footer sizes */
.sticky-footer .page {
  margin-bottom: -100px;
}
.sticky-footer .footer-push,
.sticky-footer .page-footer {
  height: 100px;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
}
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.form-text,
.form-textarea,
.form-textarea-wrapper textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: .2em .2em .2em 0;
}
.form-checkbox {
  margin-left: 0;
}
.form-submit {
  margin-left: 0;
}
.form-submit::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.form-radio {
  margin: 0 5px 0 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
.form-item .description {
  line-height: 140%;
  font-size: 0.85em;
}
.marker,
.form-required {
  color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}
/* Fieldsets */
fieldset {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid;
}
fieldset legend {
  padding: 0 5px;
}
/* Vertical tabs */
.vertical-tabs ul.vertical-tabs-list li {
  outline: none;
}
.vertical-tabs ul.vertical-tabs-list li a {
  color: #737373;
  padding: .3em .6em .4em .6em;
}
.vertical-tabs ul.vertical-tabs-list li a:hover {
  outline: none;
  background: #F7F7F7;
}
.vertical-tabs ul.vertical-tabs-list li a:focus strong,
.vertical-tabs ul.vertical-tabs-list li a:active strong,
.vertical-tabs ul.vertical-tabs-list li a:hover strong {
  text-decoration: none;
}
.vertical-tabs ul.vertical-tabs-list .summary {
  font-size: .85em;
  line-height: 140%;
}
/* Draggable table */
.draggable td {
  padding-top: .3em;
  padding-bottom: .3em;
}
.draggable td a.tabledrag-handle {
  position: absolute;
  margin: 0 0 0 -5px;
}
.draggable td .image-widget-data {
  margin-right: .5em;
  margin-left: 30px;
}
.draggable td .file-icon {
  vertical-align: middle;
}
/* Contextual links */
.contextual-links {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-style: normal;
  background: white;
  text-transform: none;
}
.contextual-links li {
  background: none;
}
.contextual-links li:before {
  display: none;
}
.contextual-links-trigger {
  -webkit-transition: none;
  transition: none;
}
.contextual-links-region-active {
  outline: #5C5C5C solid 1px;
}
/* Clearfix */
.page-header-inner:after,
.page-before-main-inner:after,
.page-main-inner:after,
.highlighted:after,
.page-content-inner:after,
.sidebar-first:after,
.sidebar-second:after,
.page-after-main-inner:after,
.page-footer-inner:after,
.block-content:after,
.comment:after,
.view-content:after {
  content: '';
  display: table;
  clear: both;
}
/* system.theme.css */
/* Markup generated by theme_tablesort_indicator() */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
/* Inline items */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
/* Autocomplete */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Collapsible fieldsets */
html.js fieldset.collapsible .fieldset-legend {
  background: url(/misc/menu-expanded.png) 5px 65% no-repeat;
  padding-left: 15px;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(/misc/menu-collapsed.png);
  background-position: 5px 50%;
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
/* TableDrag behavior */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
/* TableSelect behavior */
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}
/* Progress bar */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(/misc/progress.gif);
}
.primary-tabs {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #bbb;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  overflow: hidden;
  zoom: 1;
}
.primary-tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  background: none;
  list-style: none;
}
.primary-tabs li:before {
  display: none;
}
.primary-tabs li a {
  display: block;
  padding: .4em 1em;
  background: none;
  color: #333333;
  border: 1px solid #BBBBBB;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  opacity: .6;
  text-decoration: none;
}
.primary-tabs li a:hover,
.primary-tabs li a.active {
  opacity: 1;
  border-bottom: 0;
  border-color: #BBBBBB;
  background: rgba(0, 0, 0, 0.05);
}
