._opened {
  display: block !important;
}
.wide1170 #opendoc > div {
  width: 980px;
}
.wide_fullscreen #opendoc > div {
  width: auto;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.orange {
  color: #f05023 !important;
}
body,
input,
button,
select,
textarea,
td,
th,
li,
dd,
dt,
p,
blockquote {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 13px;
  color: #444c4f;
}
.morehod {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.morehod * {
  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.morehod a {
  color: #004270;
}
.morehod .orange {
  color: #ffae00 !important;
}
@media screen and (max-width: 980px) {
  body {
    padding: 0;
    min-width: 320px;
    overflow-x: hidden;
  }
}
strong {
  color: #f05023;
}
td,
th {
  font-size: 12px;
}
body {
  padding-top: 0;
}
.tooltip_link {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url('../img/intro-icon-question2.png') no-repeat 0 -16px;
}
.tooltip_link.lower {
  top: 2px;
}
.tooltip_link:hover {
  background-position: top left;
}
.tooltip .tooltip-inner {
  background-color: #4aa1e0;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=1);
}
.tooltip.top .tooltip-arrow {
  border-top-color: #4aa1e0;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #4aa1e0;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #4aa1e0;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #4aa1e0;
}
header {
  margin: 30px 0 20px 0;
}
h2 {
  margin: 30px 0;
  color: #003a6c;
  /*Для заголовоков страниц*/

}
h2#title {
  margin: 0 0 20px;
}
h3 {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
}
a.download {
  display: inline-block;
  height: 16px;
  padding-left: 22px;
  background: url('../img/download-icon.png') no-repeat 0 0;
  color: #fff;
}
a.download:hover {
  background: url('../img/download-icon.png') no-repeat 0 -16px;
}
a.link_view_on_map {
  display: inline-block;
  height: 16px;
  padding-left: 22px;
  background: url('../img/icon-map.png') no-repeat 0 0;
}
a.link_view_on_map:hover {
  background: url('../img/icon-map.png') no-repeat 0 -16px;
}
a:focus {
  outline: none;
}
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
.popover {
  width: 500px;
  font-size: 14px;
  color: #888;
  font-weight: normal;
  line-height: 18px;
}
.popover h3.popover-title {
  color: #F3721E;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #F3721E;
}
.popover.bottom .arrow {
  border-bottom-color: #f7f7f7;
}
.rate_list ul {
  list-style-type: none;
  margin-left: 0;
}
.rate_list ul li {
  padding: 5px 5px 0;
  margin-left: -5px;
}
.rate_list ul li:hover {
  background: #edf1f3;
}
.rate_list ul a {
  display: block;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccd8dc;
}
.rate_list ul a:hover {
  text-decoration: none;
}
/*** ALERTS ***/
.alert {
  font-size: 16px;
  line-height: 22px;
  padding: 25px 25px 25px 70px;
  border-radius: 4px;
}
.alert.alert-mini {
  padding: 10px 25px 10px 70px;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: inherit;
}
.alert a {
  text-decoration: underline;
}
.alert a.close {
  text-decoration: none;
}
.alert p {
  font-size: 16px;
}
.alert-error,
.alert-danger {
  border-color: #ffc1c1;
  background: url('../img/alert-error-bk.png') no-repeat top left #ffd1d1;
  color: #b94a48;
}
.alert-error strong,
.alert-danger strong {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  border-color: #b7e2f7;
  background: url('../img/alert-info-bk.png') no-repeat top left #d9edf7;
}
.alert-info strong {
  color: #3a87ad;
}
.alert-warning {
  border-color: #e6deb7;
  background: url('../img/alert-warning-bk.png') no-repeat top left #fff0b2;
}
.alert-success {
  color: #468847;
  border-color: #cae6be;
  background: url('../img/alert-success-bk.png') no-repeat top left #dff0d8;
}
.alert-success strong {
  color: #468847;
}
.alert .close {
  font-size: 30px;
  opacity: 1;
  font-weight: normal;
  top: -16px;
  right: -14px;
}
.form-horizontal .control-label {
  text-align: left;
}
.select2-search {
  min-height: 35px;
}
.select2-container {
  background: #FFF;
  box-shadow: 0 5px 6px -5px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.4) inset;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
  border-radius: 0;
  border-color: #2686c5;
}
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #2686c5;
  box-shadow: none;
}
.select2-container-multi .select2-choices {
  background: none;
  background-image: none;
  border-radius: 0;
  border-color: #cccccc;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 15px;
  line-height: 21px;
  border: 0 none;
  background: #edf1f3;
  box-shadow: none;
  color: #6d797d;
  margin-top: 4px;
}
.select2-container-multi .select2-choices .select2-search-choice a {
  margin-top: 3px;
  margin-left: 2px;
  background: url('/themes/crewplanet/img/new/select2-cross.png') no-repeat 0 0;
  height: 9px;
  width: 12px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  margin-top: 6px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: 0 -9px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-input {
  box-shadow: none !important;
  margin-top: 0;
  margin-bottom: 0;
}
.select2-container .select2-choice {
  padding: 0 10px !important;
  background: none;
  background-image: none;
  border-radius: 0;
  border-color: #cccccc;
  height: 34px;
  line-height: 34px;
  color: #6d797d;
  font-size: 15px;
}
.select2-container .select2-choice div {
  border-radius: 0;
  border-left: none;
  background: none;
  padding: 0 5px;
}
.select2-container .select2-choice div b {
  margin-top: 3px;
}
.select2-container.error .select2-choice,
.select2-container.error .select2-choices {
  border-color: #b94a48;
}
.select2-container-active .select2-choice,
.select2-container-active.error .select2-choice,
.select2-container-active .select2-choices,
.select2-container-active.error .select2-choices {
  border-color: #2686c5;
  box-shadow: none;
}
.select2-container.span3 {
  width: 228px;
}
.select2-container.css_single_tag_selector .select2-search-choice {
  border: 0 none;
  background: none;
  box-shadow: none;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.select2-container.css_single_tag_selector .select2-search-choice:hover {
  background: #f0f0f0;
}
.select2-container.css_single_tag_selector .select2-search-choice + .select2-search-field .select2-input {
  display: none;
}
.select2-drop {
  border-radius: 0;
}
.select2-drop-active {
  border-color: #2686c5;
}
.select2-drop.select2-drop-above {
  border-radius: 0;
  border-top-color: #2686c5;
  box-shadow: none;
}
.select2-drop .select2-results .select2-no-results {
  display: none;
}
.select2-drop .select2-results {
  margin: 0;
  padding: 0;
}
.select2-drop .select2-results .select2-result-selectable {
  color: #2686c5;
}
.select2-drop .select2-results li {
  border-top: 1px solid #d5d5d5;
}
.select2-drop .select2-results .select2-highlighted {
  background: #edf1f3 !important;
  color: #003a6c !important;
}
.select2-drop .select2-results .select2-selection-limit {
  padding: 0 8px;
  color: #f05023;
}
.select2-drop .select2-results .select2-selection-result {
  padding: 0 4px;
}
.select2-drop .select2-input {
  border-color: #a7b1b4 !important;
  box-shadow: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border-radius: 0;
}
input {
  /* икаонка календаря */

}
input.css_calendar {
  background: url('../../img/new/icon-calendar.jpg') no-repeat center right;
}
input[type=radio] {
  display: none;
  cursor: pointer;
}
input[type=radio] + label {
  display: inline-block;
  margin: 4px 10px 0 0;
}
input[type=radio] + label:before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 5px 0 0;
  background: url('/themes/crewplanet/img/new/icon-radio-button.png') no-repeat 0 0;
}
input[type=radio]:checked + label:before {
  background-position: 0 -17px;
}
input[type=checkbox] {
  display: none;
  cursor: pointer;
}
input[type=checkbox] + label {
  display: inline-block;
  margin: 0 10px 0 0;
}
input[type=checkbox] + label:before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 4px 5px 0 0;
  background: url('/themes/crewplanet/img/new/icon-checkbox-button.jpg') no-repeat 0 0;
}
input[type=checkbox] + label.checkbox {
  padding-left: 0;
  padding-bottom: 10px;
}
input[type=checkbox]:checked + label:before {
  background-position: 0 -17px;
}
input[type=checkbox]:checked:disabled + label:before {
  background-position: 0 -51px;
}
input[type=checkbox]:disabled + label:before {
  background-position: 0 -34px;
}
.help-inline.error {
  padding-left: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 0;
  color: #959595;
}
/*** nice tables ***/
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background: #eee;
}
th > a {
  color: #888;
}
thead > tr > th {
  border-bottom: 2px solid #F3721E;
}
.table-condensed th,
.table-condensed td {
  padding: 6px 16px;
}
.form-actions {
  background: none;
  padding: 0 0 40px 0;
  border: 0 none;
}
.form-horizontal .control-label {
  width: 200px;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.grid-view table.items th:hover a .caret {
  display: none;
}
.grid-view table.items th:hover a:after {
  top: 2px;
}
.grid-view table.items th:hover a:hover {
  text-decoration: none;
}
.grid-view table.items th a .caret {
  right: -9px;
}
#uikitWaitingAnimationImage {
  position: fixed;
}
.ui-widget {
  font-family: inherit;
}
.ui-widget a {
  color: #2686c5;
  text-decoration: underline;
}
.ui-widget a.btn {
  color: #444c4f;
}
.ui-widget a.btn.btn-primary,
.ui-widget a.btn.btn-info,
.ui-widget a.btn.btn-success,
.ui-widget a.btn.btn-danger,
.ui-widget a.btn.btn-warning,
.ui-widget a.btn.btn-inverse {
  color: white;
}
.ui-dialog {
  border: 10px solid #fff;
  background: #e0f1fb;
  padding: 25px 30px;
  box-shadow: 0 5px 15px 0;
}
.ui-dialog .ui-dialog-buttonpane {
  background: none;
}
.ui-dialog.ui-dialog-white {
  background: #fff;
  border: 10px solid #ccd8dc;
}
.ui-dialog .ui-dialog-titlebar {
  border: none;
  font-size: 24px;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #ccd8dc;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #003a6c;
  padding: 10px 0 5px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title small {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  right: -20px;
  top: 0px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-dialog-titlebar-close {
  opacity: 0.6 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-icon-closethick {
  background: url('/themes/crewplanet/img/new/dialog-close.png') no-repeat 0 0;
}
.ui-dialog .ui-dialog-content {
  color: #444c4f;
  border-bottom: none;
  padding: 20px 0 0 0;
}
.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0px;
  box-shadow: none;
  border-top: none;
  border-radius: 0px;
  padding: 5px 20px 20px 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  text-align: left;
}
.ui-dialog hr {
  border-color: #a9b9bf;
  border-width: 1px 0 0;
}
.ui-dialog.icon_sad .ui-dialog-titlebar {
  background: url('/themes/crewplanet/img/new/smiles.png') no-repeat 0 0;
  margin: 20px 0 10px 0;
  padding: 6px 0 16px 90px;
  min-height: 64px;
}
.ui-dialog.icon_sad .ui-dialog-content {
  padding: 20px 0;
}
.ui-dialog.icon_sad .ui-dialog-titlebar-close {
  right: -20px;
  top: -20px;
}
.ui-dialog.icon_sad .ui-dialog-buttonpane {
  padding: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
h1 {
  font-weight: bold;
  color: #003a6c;
  line-height: 40px;
  font-size: 34px;
}
h2 {
  font-weight: bold;
  color: #003a6c;
  line-height: 40px;
  font-size: 28px;
}
h3 {
  font-weight: bold;
  color: #003a6c;
  line-height: 30px;
  font-size: 20px;
  margin: 10px 0;
}
h4 {
  font-weight: bold;
  color: #003a6c;
  line-height: 24px;
  font-size: 18px;
  margin: 20px 0;
}
a:hover {
  color: #2686c5;
}
[class^="icon-"],
[class*=" icon-"] {
  margin-top: 3px;
}
.input-append .add-on,
.input-prepend .add-on {
  height: 26px;
  line-height: 26px;
}
@media (min-width: 980px) {
  .h_container {
    min-width: 980px;
  }
  .h_container > div {
    clear: both;
    width: 940px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px;
  }
}
.btn {
  border-radius: 7px;
  font-size: 15px;
  /*    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 2px 2px rgba(0, 0, 0, 0.2); */

  padding: 7px;
  color: #444c4f;
  text-decoration: none !important;
}
.btn:hover {
  color: #444c4f;
}
.btn:focus {
  outline: none;
}
.btn-mini {
  padding: 0 6px;
  font-size: x-small;
  border-radius: 5px;
}
.btn-mini [class*=" icon-"],
.btn-mini [class^="icon-"] {
  margin-top: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: small;
  border-radius: 6px;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
  margin-top: 2px;
}
.btn-large {
  padding: 11px 19px;
  font-size: large;
  border-radius: 8px;
}
.btn-large [class*=" icon-"],
.btn-large [class^="icon-"] {
  margin-top: 4px;
}
.btn-primary {
  background: #f16920;
  background: -moz-linear-gradient(top, #f3821c 0%, #f05322 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3821c), color-stop(100%, #f05322));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f3821c 0%, #f05322 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f3821c 0%, #f05322 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f3821c 0%, #f05322 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f3821c 0%, #f05322 100%);
  /* W3C */

  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #f16920;
}
.btn-info,
.btn-primary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-inverse {
  color: #fff;
}
.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-inverse:hover {
  color: #fff;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background: #f16920;
}
.btn-group > .btn:first-child {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  border-radius: 0 0 0 0;
  vertical-align: top;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  border-radius: 7px 0 0 7px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 7px 7px 0;
}
.morehod .btn-primary {
  background: #f16920;
  background: -moz-linear-gradient(top, #53a6cf 0%, #2964bb 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53a6cf), color-stop(100%, #2964bb));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #53a6cf 0%, #2964bb 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #53a6cf 0%, #2964bb 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #53a6cf 0%, #2964bb 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #53a6cf 0%, #2964bb 100%);
  /* W3C */

  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: normal;
  font-style: italic;
  color: #fff;
}
.morehod .btn-primary:hover,
.morehod .btn-primary:active,
.morehod .btn-primary.active,
.morehod .btn-primary.disabled,
.morehod .btn-primary[disabled] {
  background: -moz-linear-gradient(top, #2964bb 0%, #53a6cf 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2964bb), color-stop(100%, #53a6cf));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #2964bb 0%, #53a6cf 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #2964bb 0%, #53a6cf 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #2964bb 0%, #53a6cf 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #2964bb 0%, #53a6cf 100%);
  /* W3C */

}
.morehod .btn-mini {
  padding: 0 6px;
  font-size: x-small;
  border-radius: 5px;
}
.morehod .btn-mini [class*=" icon-"],
.morehod .btn-mini [class^="icon-"] {
  margin-top: 0px;
}
.morehod .btn-small {
  padding: 2px 10px;
  font-size: small;
  border-radius: 6px;
}
.morehod .btn-small [class*=" icon-"],
.morehod .btn-small [class^="icon-"] {
  margin-top: 2px;
}
.morehod .btn-large {
  padding: 11px 19px;
  font-size: large;
  border-radius: 8px;
}
.morehod .btn-large [class*=" icon-"],
.morehod .btn-large [class^="icon-"] {
  margin-top: 4px;
}
