/* system.css from drupal6 */

/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  bborder-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  float: left; /* LTR */
}
div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  /*background: #fcc;*/
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: right; /* LTR */
  padding-left: 0.25em; /* LTR */
  clear: right; /* LTR */
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
/* .marker, .form-required {
  color: #f00;
} */
.more-link {
  text-align: right; /* LTR */
}
.more-help-link {
  font-size: 0.85em;
  text-align: right; /* LTR */
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 10em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left; /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0; /* LTR */
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em; /* LTR */
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc; /* LTR */
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px; /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat; /* LTR */
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../../misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
div.teaser-button-wrapper {
  float: right; /* LTR */
  padding-right: 5%; /* LTR */
  margin: 0;
}
.teaser-checkbox div.form-item {
  float: right; /* LTR */
  margin: 0 5% 0 0; /* LTR */
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right; /* LTR */
}
.progress-disabled {
  float: left; /* LTR */
}
.ahah-progress {
  float: left; /* LTR */
}
.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left; /* LTR */
}
tr .ahah-progress .throbber {
  margin: 0 2px;
}
.ahah-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden;
}
input.password-field {
  margin-right: 10px; /* LTR */
}
div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px;
}
div.password-description ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0 0 0 0;
}
/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px; /* LTR */
}
.confirm-parent {
  margin: 5px 0 0 0;
}
span.password-confirm {
  visibility: hidden;
}
span.password-confirm span {
  font-weight: normal;
}


/* end system.css from drupal6 */

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.dropleft .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 2px;
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #707070;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #707070;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #707070;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  position: relative;
  min-width: 320px;
  font-family: 'Inter Medium', sans-serif;
}
strong {
  font-weight: normal;
  font-family: 'Inter Bold', sans-serif;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  outline: none;
}
input,
select,
button,
textarea,
input:focus,
select:focus,
button:focus,
textarea:focus,
input:active,
select:active,
button:active,
textarea:active {
  outline: none;
}
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #ECECEC;
}
input[type="text"]:active,
input[type="email"]:active,
textarea:active,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="text"]:hover,
input[type="email"]:hover,
textarea:hover {
  outline: none;
}
input[type="text"]:active::-webkit-input-placeholder,
input[type="email"]:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input[type="text"]:hover::-webkit-input-placeholder,
input[type="email"]:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #222222;
}
input[type="text"]:active::-moz-placeholder,
input[type="email"]:active::-moz-placeholder,
textarea:active::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input[type="text"]:hover::-moz-placeholder,
input[type="email"]:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #222222;
}
input[type="text"]:active:-moz-placeholder,
input[type="email"]:active:-moz-placeholder,
textarea:active:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input[type="text"]:hover:-moz-placeholder,
input[type="email"]:hover:-moz-placeholder,
textarea:hover:-moz-placeholder {
  color: #222222;
}
input[type="text"]:active:-ms-input-placeholder,
input[type="email"]:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
input[type="text"]:hover:-ms-input-placeholder,
input[type="email"]:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder {
  color: #222222;
}
input[type="text"]:active:focus::-webkit-input-placeholder,
input[type="email"]:active:focus::-webkit-input-placeholder,
textarea:active:focus::-webkit-input-placeholder,
input[type="text"]:focus:focus::-webkit-input-placeholder,
input[type="email"]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder,
input[type="text"]:hover:focus::-webkit-input-placeholder,
input[type="email"]:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type="text"]:active:focus::-moz-placeholder,
input[type="email"]:active:focus::-moz-placeholder,
textarea:active:focus::-moz-placeholder,
input[type="text"]:focus:focus::-moz-placeholder,
input[type="email"]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder,
input[type="text"]:hover:focus::-moz-placeholder,
input[type="email"]:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: transparent;
}
input[type="text"]:active:focus:-moz-placeholder,
input[type="email"]:active:focus:-moz-placeholder,
textarea:active:focus:-moz-placeholder,
input[type="text"]:focus:focus:-moz-placeholder,
input[type="email"]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder,
input[type="text"]:hover:focus:-moz-placeholder,
input[type="email"]:hover:focus:-moz-placeholder,
textarea:hover:focus:-moz-placeholder {
  color: transparent;
}
input[type="text"]:active:focus:-ms-input-placeholder,
input[type="email"]:active:focus:-ms-input-placeholder,
textarea:active:focus:-ms-input-placeholder,
input[type="text"]:focus:focus:-ms-input-placeholder,
input[type="email"]:focus:focus:-ms-input-placeholder,
textarea:focus:focus:-ms-input-placeholder,
input[type="text"]:hover:focus:-ms-input-placeholder,
input[type="email"]:hover:focus:-ms-input-placeholder,
textarea:hover:focus:-ms-input-placeholder {
  color: transparent;
}
textarea {
  resize: none;
  overflow: hidden;
}
select {
  width: 100%;
  height: 37px;
  border: 1px solid #ECECEC;
}
.menu {
  background-color: #224763;
  color: #ffffff;
  font-family: 'Inter Regular', sans-serif;
}
.menu__inner {
  margin: 0 auto;
  width: 1400px;
  padding-top: 20px;
  position: relative;
  display: flex;
}
.menu__baricon {
  width: 70px;
  color: #fff;
  margin-right: 10px;
}
.menu__baricon .icon {
  width: 68px;
  height: 68px;
  color: #fff;
  border: 0;
  background-color: #222222;
}
.menu__baricon .icon::before {
  font-size: 46px;
  line-height: 68px;
  left: 12px;
}
.menu__ttl2 {
  font-size: 14px;
  opacity: 0.5;
}
.menu--light {
  background-color: #73A6BF;
}
.menu--light .menu-sub__item--active::after {
  border-top-color: #73A6BF;
}
.menu__current {
  font-size: 24px;
  line-height: 29px;
}
.menu__open::before {
  content: "\f078";
  font-family: 'Font Awesome Solid';
  color: #ffffff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.menu__open:hover::before {
  background-color: #222222;
  opacity: 0.25;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu__open--active::before, .menu_sub2[data-open=prjMenuDropDown] #prjMenuDropDown .menu__open::before, .menu_sub2[data-open=wpMenuDropDown] #wpMenuDropDown .menu__open::before{
  background-color: #222222;
  opacity: 0.25;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.menu__separator::before {
  content: "\f054";
  font-family: 'Font Awesome Solid';
  color: #ffffff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
}
.menu__container {
  position: relative;
  display: inline-block;
}
.menu-main {
  display: none;
  position: absolute;
  top: 45px;
  left: -285px;
  background-color: #ffffff;
  color: #224763;
  font-size: 20px;
  line-height: 52px;
  padding: 18px 20px;
  z-index: 20;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  -moz-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
}
.menu-main--active, .menu_sub2[data-open=prjMenuDropDown] #prjMenuDropDown .menu-main, .menu_sub2[data-open=wpMenuDropDown] #wpMenuDropDown .menu-main {
  display: block;
}
.menu-main__arrow {
  content: '';
  border-bottom: 12px solid #ffffff;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  left: 285px;
  top: -20px;
}
.menu-main__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 49px;
}
.menu-main__item--active {
  font-family: 'Inter Bold', sans-serif;
}
.menu-main__item a {
  color: #224763;
  white-space: nowrap;
}
.menu-main__top {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
}
.menu-main__addproject {
  border-top: 1px solid #e6e6e6;
}
.menu-main__addproject a {
  color: #224763;
}
.menu-main__addproject a:before {
  content: '+';
  border: 1px solid #0c3c60;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  margin-right: 20px;
}
.menu-sub {
  font-size: 14px;
  padding: 0;
  position: relative;
}
.menu-sub__list {
  list-style: none;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 0;
  margin: 0;
}
.menu-sub__item {
  display: inline-block;
  position: relative;
}
.menu-sub__item:not(:last-child) {
  margin-right: 40px;
}
.menu-sub__item a {
  color: #ffffff;
  line-height: 17px;
}
.menu-sub__item--active {
  font-family: 'Inter Bold', sans-serif;
}
.menu-sub__item--active::after {
  content: '';
  border-top: 12px solid #224763;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 38px;
}
.menu-sub__item--noactive {
  opacity: 0.5;
}
.menu-sub__item--check {
  position: relative;
  padding-right: 5px;
}
.menu-sub__item--check::after {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #E98C08;
  border: 1px solid #3A3A3A;
  position: absolute;
  top: 0;
  right: 0;
}
.menu__icon {
  position: absolute;
  right: 0;
  top: 22px;
}
.menu__icon a::before {
  color: #fff;
  font-size: 22px;
}
.header {
  height: 80px;
  background-color: #222;
}
.header__inner {
  margin: 0 auto;
  width: 1400px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  font-size: 21px;
  line-height: 80px;
  color: #DAE1E7;
  float: left;
}
/* .header__icons {
  float: right;
} */
.header__icons a::before {
  color: #DAE1E7;
  line-height: 80px;
  font-size: 26px;
}
@font-face {
  font-family: 'Font Awesome Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/fonts/fontawesome/fa-solid-900.eot');
  src: url('/fonts/fontawesome/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome/fa-solid-900.woff2') format('woff2'), url('/fonts/fontawesome/fa-solid-900.woff') format('woff'), url('/fonts/fontawesome/fa-solid-900.ttf') format('truetype'), url('/fonts/fontawesome/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/fontawesome/fa-regular-400.eot');
  src: url('/fonts/fontawesome/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome/fa-regular-400.woff2') format('woff2'), url('/fonts/fontawesome/fa-regular-400.woff') format('woff'), url('/fonts/fontawesome/fa-regular-400.ttf') format('truetype'), url('/fonts/fontawesome/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome Brand';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/fontawesome/fa-brands-400.eot');
  src: url('/fonts/fontawesome/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome/fa-brands-400.woff2') format('woff2'), url('/fonts/fontawesome/fa-brands-400.woff') format('woff'), url('/fonts/fontawesome/fa-brands-400.ttf') format('truetype'), url('/fonts/fontawesome/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello/fontello.eot');
  src: url('/fonts/fontello/fontello.eot#iefix') format('embedded-opentype'), url('/fonts/fontello/fontello.ttf') format('truetype'), url('/fonts/fontello/fontello.woff') format('woff'), url('/fonts/fontello/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello-s';
  src: url('/fonts/fontello/fontello_s.eot');
  src: url('/fonts/fontello/fontello_s.eot#iefix') format('embedded-opentype'), url('/fonts/fontello/fontello_s.ttf') format('truetype'), url('/fonts/fontello/fontello_s.woff') format('woff'), url('/fonts/fontello/fontello_s.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon/icomoon.eot?n53vf8');
  src: url('/fonts/icomoon/icomoon.eot?n53vf8#iefix') format('embedded-opentype'), url('/fonts/icomoon/icomoon.ttf?n53vf8') format('truetype'), url('/fonts/icomoon/icomoon.woff?n53vf8') format('woff'), url('/fonts/icomoon/icomoon.svg?n53vf8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Inter Black';
  font-style: normal;
  src: url('/fonts/inter/Inter-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Bold';
  font-style: normal;
  src: url('/fonts/inter/Inter-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter ExtraBold';
  font-style: normal;
  src: url('/fonts/inter/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter ExtraLight';
  font-style: normal;
  src: url('/fonts/inter/Inter-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Light';
  font-style: normal;
  src: url('/fonts/inter/Inter-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Medium';
  font-style: normal;
  src: url('/fonts/inter/Inter-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Regular';
  font-style: normal;
  src: url('/fonts/inter/Inter-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter SemiBold';
  font-style: normal;
  src: url('/fonts/inter/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter Thin';
  font-style: normal;
  src: url('/fonts/inter/Inter-Thin.ttf') format('truetype');
}
.icon {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-color: #e6e0e0;
  color: #ffffff;
  display: inline-block;
  position: relative;
  outline: none;
}
.icon--red {
  background-color: #8c4830;
}
.icon--yellow {
  background-color: #e6b82e;
}
.icon--black {
  background-color: #000000;
}
.icon--dollar::before {
  content: '$';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--clock::before {
  content: "\f017";
  font-family: 'Font Awesome';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--check::before {
  content: "\f00c";
  font-family: 'Font Awesome Solid';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--nobg {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  color: #0c3c60;
}
.icon--search::before {
  content: "\f3ee";
  font-family: 'Font Awesome Brand';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--search2::before {
  content: "\f3ee";
  font-family: 'Font Awesome Brand';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--filter::before {
  content: "\e808";
  font-family: 'fontello';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.icon--favorite::before {
  content: "\e807";
  font-family: 'fontello';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--favorite-sel::before {
  content: "\e806";
  font-family: 'fontello';
  font-size: 13px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--upload::before {
  content: "\e809";
  font-family: 'fontello';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--login::before {
  content: "\e80d";
  font-family: 'fontello';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--settings::before {
  content: "\e800";
  font-family: 'fontello';
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon--add::before {
  content: "\e802";
  font-family: 'fontello';
  font-size: 18px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.btn {
  font-size: 20px;
  text-align: center;
  display: block;
  color: #0c3c60;
}
/* .btn:before {
  content: '+';
  border: 1px solid #0c3c60;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  margin-right: 20px;
} */
.btn--gray {
  opacity: 0.3;
}
.content {
  padding-bottom: 50px;
}
.content__black {
  background-color: #222222;
}
.content__black .panel {
  color: #ffffff;
}
.content__black .panel a {
  color: #ffffff;
}
.content__black .panel a:hover {
  color: #ffffff;
  opacity: 0.5;
}
.content__inner {
  margin: 0 auto;
  width: 1400px;
}
.content__header {
  font-size: 27px;
}
.content p {
  font-size: 21px;
}
.content__link a {
  margin-top: 50px;
  font-size: 22px;
  color: #A27272;
  line-height: 26px;
}
.project__list {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 0px 30px 0;*/
}
.project__item {
  width: 33.33333333%;
  height: 292px;
  padding: 20px;
  margin-top: 20px;
}
.project__item > a {
  display: block;
  position: relative;
}
.project__item--inactive .project__item-inner {
  background-color: #cccccc;
}
.project__item-inner {
  background-color: #224763;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  padding: 20px;
  width: 91%;
  height: 252px;
  position: absolute;
  overflow: hidden;
  transition: 0.4s;
}
.project__item-inner-hover {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project__item-inner-hover::before {
  content: "\e821";
  font-family: 'Fontello';
  color: #ffffff;
  font-size: 16px;
  right: 20px;
  top: 50%;
  z-index: 20;
}
.project__item-title {
  font-size: 27px;
  text-align: left;
}
.project__item-title a {
  color: #ffffff;
}
.project__item-text {
  font-family: 'Inter Regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: 77px;
}
.project__item-text span {
  font-family: 'Inter Bold', sans-serif;
}
.project__item-icons {
  position: absolute;
  bottom: 11px;
}
.project__item-icons span:not(:first-child) {
  margin-left: 10px;
}
.project__item--new {
  align-self: center;
  font-size: 20px;
  color: #0c3c60;
  text-align: center;
}
.project__item--new a {
  color: #0c3c60;
}
.project__item--new a:before {
  content: '+';
  border: 1px solid #0c3c60;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  margin-right: 20px;
}
.project__item-hover {
  display: flex;
  position: absolute;
  height: 252px;
  width: 91%;
  color: #808080;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 15px;
  line-height: 20px;
  -webkit-box-shadow: 0px 5px 30px #00000029;
  -moz-box-shadow: 0px 5px 30px #00000029;
  box-shadow: 0px 5px 30px #00000029;
  font-family: 'Inter Regular', sans-serif;
  background-color: #F7F7F7;
}
.project__item-hover div {
  display: inline-block;
}
.project__item-hover-text {
  /*float: left;*/
  width: 100%;
  margin: 0 10px 14px 0;
  /*position: relative;*/
  align-self: flex-end;
}
.wlcm-welcome .project__item-hover-text {
  margin:0px;
  margin-bottom:5px;
  
}
.project__item-hover-link {
  float: right;
}
.project__item-hover-link a {
  display: inline-block;
  border-left: 1px solid #808080;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.project__item-hover-link a:before {
  content: "\f078";
  font-family: 'Font Awesome Solid';
  color: #808080;
}
.project__item:hover .project__item-inner {
  height: 202px;
}
.project__item:hover .project__item-inner-hover {
  display: block;
}
.project__item:hover .project__item-hover {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  background-color: #F7F7F7;
}
.panel {
  padding-top: 10px;
  position: relative;
}
.panel-group {
  padding-top: 42px;
}
.panel-heading {
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
/*.panel-heading:hover a {
  color: #000000;
}
*/
.panel-header {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.75);
  font-family: 'Inter SemiBold';
  padding-top: 20px;
}
.panel-body {
  padding: 10px 20px;
}
.panel-body-gray {
  background-color: #efefef;
}
.content .section-panel, .sect-wrap {
  background-color: #efefef;
}
/*body[data-page="wlcm"] .sect-wrap,*/
body[data-page="dashboard"] .sect-wrap,
body[data-page="wpdashboard"] .sect-wrap {
  background-color: #fff;
}
body[data-page="dashboard"] .sect-wrap .sect-wrap,
body[data-page="wpdashboard"] .sect-wrap .sect-wrap{
  background-color: #EFEFEF;
}
.panel-title {
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}

/*.panel-title a:hover {
  color: #000000;
}*/
.panel-title a {
  font-family: 'Inter Medium', sans-serif;
  color: #0c3c60;
}
.section-opened .panel-title a {
  font-family: 'Inter Bold', sans-serif;
}
span.icwait {
    margin: 0 4px 0 4px;
    display: none;
}
.section-wait span.icwait{
    display: inline;
}
.panel-count {
  display: inline-block;
  color: #808080;
  font-size: 10px;
  vertical-align: middle;
  height: 36px;
  padding: 8px 30px 0 15px;
}
.panel-count span {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #efefef;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.panel-desc {
  display: inline-block;
  font-family: 'Inter Regular', sans-serif;
  font-size: 12px;
  color: #0c3c60;
}
.panel-icons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.panel-filter {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.count {
  display: inline-block;
  color: #808080;
  font-size: 10px;
  vertical-align: middle;
  padding-left: 15px;
}
.count span {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #efefef;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  width: 550px;
  margin: 30px auto;
}
.modal-dialog--width {
  width: 1400px;
}
.modal-content {
  position: relative;
  background-color: #efefef;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  background-color: #3E6E88;
  position: relative;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: 20px;
}
.modal-title {
  margin: 0;
  line-height: 29px;
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
}
.modal-block {
  background-color: #DCEDCD;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.modal-block__left p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.modal-block__left p:last-child {
  font-family: 'Inter Regular';
}
.modal-block__right {
  color: #224763;
  font-size: 20px;
}
.modal-block__link:before {
  content: "\f054";
  font-family: 'Font Awesome Solid';
  font-size: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #0C3C60;
  color: #0C3C60;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal .close {
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff;
}
.modal .close::before {
  content: "\f00d";
  font-family: 'Font Awesome Solid';
  font-size: 18px;
}
.modal-breadcrumbs {
  color: #FFFFFF;
  font-family: 'Inter Regular';
  padding-top: 13px;
}
.modal-breadcrumbs__item {
  display: inline-block;
  opacity: 0.5;
}
.modal-breadcrumbs__item--prev {
  opacity: 1;
}
.modal-breadcrumbs__item--active {
  opacity: 1;
  font-family: 'Inter Bold';
}
.modal-breadcrumbs__separator {
  display: inline-block;
}
.modal-breadcrumbs__separator::before {
  content: "\f054";
  font-family: 'Font Awesome Solid';
  font-size: 16px;
  opacity: 0.5;
}
.form {
  color: #222222;
  font-size: 12px;
}
.form__block {
  padding-bottom: 20px;
}
.form label {
  display: block;
  padding-bottom: 10px;
}
.form input[type="text"] {
  width: 100%;
  border: 1px solid #ECECEC;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
}
.form--width {
  width: 200px;
}
.form select {
  height: 37px;
  font-size: 14px;
  width: 100%;
}
.form-text {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.form button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #224763;
  display: block;
  width: 100%;
  padding-top: 21px;
}
.form button:not(:last-child) {
  padding-bottom: 21px;
}
.form hr {
  height: 1px;
  color: #707070;
  background-color: #707070;
  border: none;
}
.workpackage {
  padding-top: 5px;
}
.workpackage__list {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.workpackage__item {
  width: 25%;
  padding: 10px;
}
.workpackage__item-inner {
  background-color: #73A6BF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  padding: 20px;
  height: 137px;
  position: relative;
}
.workpackage__item-title {
  font-size: 22px;
  text-align: left;
}
.workpackage__item-text {
  font-family: 'Inter Regular', sans-serif;
  font-size: 12px;
  line-height: 15px;
  position: absolute;
  bottom: 50px;
}
.workpackage__item-text span {
  font-family: 'Inter Bold', sans-serif;
}
.workpackage__item-icons {
  position: absolute;
  bottom: 11px;
}
.workpackage__item-icons span:not(:first-child) {
  margin-left: 10px;
}
.workpackage__item-icons .icon {
  width: 28px;
  height: 28px;
  border-width: 2px;
}
.workpackage__item-icons .icon::before {
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.workpackage__item--new {
  align-self: center;
  font-size: 20px;
  color: #0c3c60;
  text-align: center;
}
.workpackage__item--new a {
  color: #0c3c60;
}
.workpackage__item--new a:before {
  content: '+';
  border: 1px solid #0c3c60;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  line-height: 20px;
  margin-right: 20px;
}
.checkbox {
  font-size: 11px !important;
  color: #939598;
  cursor: pointer;
}
.checkbox > input[type="checkbox"] {
  display: none;
}
.checkbox span:first-of-type {
  padding-left: 33px;
  position: relative;
  font-size: 12px;
  color: #333333;
  line-height: 22px;
  display: inline-block;
}
.checkbox span:first-of-type:before {
  content: '';
  font-family: 'Font Awesome Solid';
  background-color: #ffffff;
  border: 2px solid #ECECEC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2px;
}
.checkbox > input:checked + span:before {
  content: "\f00c";
  color: #0C3C60;
}
.personnel {
  background-color: #3A3A3A;
}
.personnel__inner {
  margin: 0 auto;
  width: 1400px;
  padding-top: 20px;
  position: relative;
}
.personnel .menu-sub__item--active::after {
  border-top-color: #3A3A3A;
}
.personnel__header {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}
.personnel__img {
  width: 67px;
  height: 67px;
  background-color: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 67px;
  display: inline-block;
  margin-right: 40px;
}
.personnel__login {
  font-size: 24px;
  color: #ffffff;
}
.personnel__role {
  font-size: 14px;
  opacity: 0.5;
  padding-left: 20px;
}
.favorite__item {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding: 14px 0;
  font-size: 18px;
  color: #0C3C60;
  position: relative;
  padding-left: 20px;
}
.favorite__item::before {
  content: '';
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #73a6bf;
  display: inline-block;
}
.favorite__item--sel::before {
  background-color: #224763;
}
.favorite__item-separator::before {
  content: "\f054";
  font-family: 'Font Awesome Solid';
  color: #808080;
  font-size: 14px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
}
.favorite__item-text {
  display: inline-block;
  padding-left: 10px;
}
.favorite__item-sel {
  font-family: 'Inter Bold';
}
.favorite__item-icon {
  position: absolute;
  right: 10px;
  top: 14px;
}
.favorite__item-icon .icon {
  width: 15px;
  height: 15px;
}
.quicksearch {
  width: 100%;
  position: relative;
}
.quicksearch input {
  width: 100%;
  border: 0 none;
  height: 40px;
}
.wlcm-welcome .quicksearch input {
  background-color: #F7F7F7;
}
.quicksearch-result {
  position: absolute;
  left: 0;
  top: 24px;
}
.quicksearch span:before {
  content: "\e80e";
  font-family: 'Fontello';
  position: absolute;
  top: -5px;
  right: 10px;
  cursor: pointer;
  border-left: 1px solid #00000029;
  padding-left: 10px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
#popfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding: 0;
  display: none;
}
#popfix[data-pop='on'] {
  display: flex;
}
#popfix .webui-popover {
  padding: 0;
  border-radius: 0;
  width: auto;
}
#popfix .webui-popover-inner {
  background-color: #EFEFEF;
}
#popfix .webui-popover-title{
  background-color: #0C3C60;
  color: #FFFFFF;
  font-size: 24px;
  padding: 25px;
  border-radius: 0;
}
#popmodal #header {
  color: #FFFFFF;
  font-size: 24px;
}
#popfix .webui-popover .webui-popover-content {
  padding: 5px 20px 30px 20px;
}
#popfix .form-action-pane {
  padding: 15px 0 0 0;
}
#popfix #node-form_project input[type=text], #popfix #edit-field-pcurr-value-wrapper .bootstrap-select{
  width: 100%;
}
.mode_usr, .usr_prfl {
  background-color: #222;
}
.mode_usr div#a_usrprof_zero_wrap {
  background-color: #222;
  padding: 30px 0 0 20px;
}
.mode_usr div#a_usrprof_zero_wrap a {
  color: #FF5733;
}
.mode_usr .panel-heading, .mode_usr .panel-heading a ,.mode_usr .panel-heading .panel-desc {
  color: #fff;
}
.bootstrap-select.btn-group .btn .caret {
    /*right: auto !important;*/
}
.overflowEllips {
  overflow: hidden;
  text-overflow: ellipsis;
}
#msghist_ico {
  position: fixed;
  top: 0px;
  left: calc(50% + 400px);
  width: 30px;
  height: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #cccccc;
  display: none;
  z-index: 200;
}
#msghist_ico:has(#msghist_cont > table) {
  display: block;
}
#msghist_cont {
  position: relative;
  left: '-400px';
  width: 400px;
}
#msghist_cont button {
  display: none;
}
.fa2-select_item {
  padding-bottom: 15px;
}
/* Login form*/
#user-login-form #edit-actions {
	display: inline-block;
}
/* tinymce */
.mce-toolbar-grp .mce-container-body,
.mce-toolbar-grp .mce-container-body .mce-toolbar,
.mce-toolbar-grp .mce-container-body .mce-toolbar .mce-container-body,
.mce-toolbar-grp .mce-container-body .mce-toolbar .mce-container-body .mce-btn-group,
.mce-toolbar-grp .mce-container-body .mce-toolbar .mce-container-body .mce-btn-group > div:first-child {
    display: flex !important;
    flex-wrap: wrap !important;
}

.mce-toolbar-grp {
    height: auto !important;
}

.mce-container.mce-flow-layout-item.mce-toolbar {
    display: inline-block !important;
    white-space: normal !important;
}
/* News */
body[data-page="c-relnotes"] .views-row {
  padding-bottom: 20px;
}
body[data-page="c-relnotes"] .news_title {
  padding-bottom: 7px;
}
body[data-page="c-relnotes"] .news_title a {
  font-weight: bold;
  color: #000000;
}
body[data-page="c-relnotes"] .news_more {
  padding: 0px 0 7px 0;
}
/* Message page*/
.page-c-msg #block-tasi-content {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}