._opened {
  display: block !important;
}
.wide1170 #opendoc > div {
  width: 980px;
}
.wide_fullscreen #opendoc > div {
  width: auto;
}
body,
input,
button,
select,
textarea,
td,
th,
li,
dd,
dt,
p,
blockquote {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 13px;
  color: #444C4F;
}
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/new/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/new/download-icon.png') no-repeat 0 0;
  color: #fff;
}
a.download:hover {
  background: url('../../img/new/download-icon.png') no-repeat 0 -16px;
}
a.link_view_on_map {
  display: inline-block;
  height: 16px;
  padding-left: 22px;
  background: url('../../img/new/icon-map.png') no-repeat 0 0;
}
a.link_view_on_map:hover {
  background: url('../../img/new/icon-map.png') no-repeat 0 -16px;
}
a:focus {
  outline: none;
}
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
.h_container {
  min-width: 980px;
}
.h_container > div {
  clear: both;
  width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.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;
  -webkit-border-radius: 4px;
  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/new/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/new/alert-info-bk.png') no-repeat top left #d9edf7;
}
.alert-info strong {
  color: #3a87ad;
}
.alert-warning {
  border-color: #e6deb7;
  background: url('../../img/new/alert-warning-bk.png') no-repeat top left #fff0b2;
}
.alert-success {
  color: #468847;
  border-color: #cae6be;
  background: url('../../img/new/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;
}
.nav-tabs {
  border-bottom-color: #ccd8dc;
}
.nav-tabs > li > a {
  border: 1px solid #ccd8dc;
  border-bottom-color: #e0f1fb;
  color: #444c4f;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  border: 1px solid #ccd8dc;
  border-bottom-color: #e0f1fb;
  background: none;
  text-decoration: underline;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #2686c5;
  border-bottom: 1px solid #ccd8dc;
  text-decoration: none;
}
.tab-content {
  border-bottom: 1px solid #ccd8dc;
}
.planning_table .icon-exclamation-sign {
  width: 16px;
  background: url(../../img/ico-important.png) 0 0 no-repeat;
  background-position: 0;
  margin: 0 0 0 0px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn-default-group {
  text-align: center;
}
.btn-default-step1 .btn {
  margin-right: 30px;
  min-width: 130px;
}
.btn-default-step1 .btn:last-child {
  margin-right: 0;
}
.wrap-group-control .btn {
  min-width: 100px;
}
.wrap-group-control .btn-link {
  min-width: 70px;
  color: #2686c5;
  text-decoration: underline!important;
}
.wrap-group-control .btn-link:hover {
  text-decoration: none!important;
}
.h1-page-doc {
  margin-bottom: 35px;
}
.popup-title-doc {
  margin-top: 0;
  line-height: 1.1em;
}
.select2-container {
  float: none;
}
#logo {
  position: relative;
  top: 20px;
  left: -2px;
}
#slogan {
  font-size: 19px;
  color: #ccc;
  position: absolute;
  top: 33px;
  left: 245px;
  line-height: 20px;
}
.dropdown-menu li.active > a {
  background: #234c78 !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
  background: #234c78;
}
.dropdown-submenu:hover > a {
  background: #234c78;
}
#topmost_links {
  /**** PROFILE MENU ****/
}
#topmost_links ul {
  margin: 0;
  padding: 0;
}
#topmost_links ul ul.js_opened li {
  display: block;
  background: #1c3e69;
}
#topmost_links ul ul.js_opened li.lower {
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#topmost_links ul ul.js_opened li.active {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#topmost_links ul ul.js_opened li.active i.arrow {
  background: url('../../img/new/arrow-down-white.gif') no-repeat top left;
}
#topmost_links ul ul li {
  display: none;
}
#topmost_links ul ul li.active {
  display: inline-block;
  background: #1d3f6b;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
#topmost_links ul ul li.rus a {
  background: url('../../img/new/flag-ru.gif') no-repeat 10px 11px;
}
#topmost_links ul ul li.eng a {
  background: url('../../img/new/flag-en.gif') no-repeat 10px 11px;
}
#topmost_links ul ul a {
  padding: 8px 10px 8px 32px;
  display: inline-block;
}
#topmost_links ul a {
  padding: 8px 0 0 0;
  display: inline-block;
}
#topmost_links li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#topmost_links > ul > li {
  float: left;
  margin: 0 0 0 14px;
}
#topmost_links i.arrow {
  width: 7px;
  height: 4px;
  display: inline-block;
  background: url('../../img/new/arrow-down-black.gif') no-repeat top left;
  margin: 0 0 0 14px;
  position: relative;
  top: -2px;
}
#topmost_links a {
  color: #79bee9;
}
#topmost_links .profile_menu ul {
  z-index: 20;
  background: #1c3e69;
  display: none;
  position: absolute;
}
#topmost_links .profile_menu ul ul {
  left: 155px;
  top: 0;
}
#topmost_links .profile_menu ul li {
  display: inline-block;
  color: #ddd;
}
#topmost_links .profile_menu li {
  padding: 8px 12px;
}
#topmost_links .profile_menu li:hover > ul {
  display: block;
}
#topmost_links .profile_menu a {
  padding: 0;
}
#topmost_links .profile_menu > li > ul > li {
  width: 140px;
}
/**** MAIN NAV BAR ****/
.navbar-inner {
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#navigation {
  height: 44px;
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation .container {
  z-index: 1;
}
#navigation > .container {
  z-index: 20;
}
#navigation.big {
  height: 130px;
  /* background: url('../../img/new/nav-bk.jpg') repeat-x bottom center; */
}
#navigation.big .navbar {
  margin: 35px 0 0 0;
}
#navigation.big .navbar .nav > li > a {
  color: #fff;
}
#navigation.big .navbar-inner {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation.big .navbar-inner .container {
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation.big .brand {
  display: none;
}
#navigation .brand {
  display: inline-block;
  padding: 7px 10px 0 0;
  margin-left: 0;
  margin-top: 0px;
}
#navigation .navbar {
  margin-top: -5px;
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation .navbar .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation .navbar .navbar-inner .container {
  background: url('../../img/new/nav-bk.jpg') repeat-x bottom center;
}
#navigation .navbar.navbar-inverse .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#navigation .navbar ul.pull-right ul ul {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#navigation .navbar ul.pull-right ul a:hover {
  color: #fff;
}
#navigation .navbar ul.pull-right a {
  font-size: 13px;
  font-weight: normal;
  color: #79bee9;
}
#navigation .navbar ul.pull-right a .caret {
  margin-top: 2px;
}
#navigation .navbar ul.pull-right a:hover {
  color: #f05023;
}
#navigation .navbar ul.pull-right.open > a {
  color: #f05023;
}
#navigation .navbar .nav.abs {
  /* position: absolute; margin-left: 70px; */
}
#navigation .navbar .nav li.tab {
  width: 180px;
  height: 49px;
  background: url('../../img/new/main-nav-tabs.png') no-repeat 0 -49px;
  text-align: center;
  margin-right: 2px;
}
#navigation .navbar .nav li.tab:hover {
  background: url('../../img/new/main-nav-tabs.png') no-repeat 0 -98px;
}
#navigation .navbar .nav li.tab:hover a {
  color: #fff;
}
#navigation .navbar .nav li.tab.active.first {
  background: url('../../img/new/main-nav-tabs.png') no-repeat 0 0;
}
#navigation .navbar .nav li.tab.active.second {
  background: url('../../img/new/main-nav-tabs.png') no-repeat 0 -147px;
}
#navigation .navbar .nav li.tab.active a,
#navigation .navbar .nav li.tab.active a:hover {
  color: #003a6c;
  text-shadow: none;
  background: none;
}
#navigation .navbar .nav li.tab a {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
#navigation .navbar .nav li.active > a {
  color: #fff;
}
#navigation .navbar .nav li.active > a .caret {
  background: url('../../img/new/nav-dropdown-arrow.png') no-repeat 0 -30px;
}
#navigation .navbar .nav li a {
  font-size: 18px;
  color: #6D797D;
  padding: 10px 12px 10px;
}
#navigation .navbar .nav li a .caret {
  width: 15px;
  height: 15px;
  background: url('../../img/new/nav-dropdown-arrow.png') no-repeat 0 0;
  border: 0 none;
  margin-top: 4px;
}
#navigation .navbar .nav li a:hover {
  color: #f05023;
  text-decoration: none;
}
#navigation .navbar .nav li a:hover .caret {
  background: url('../../img/new/nav-dropdown-arrow.png') no-repeat 0 -15px;
}
#navigation .navbar .nav li li.active a {
  color: white;
}
#navigation .navbar .nav > li > a {
  text-shadow: none;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 8px;
}
#navigation .navbar .nav > li.active > a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle {
  -webkit-box-shadow: 0 50px 50px -65px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 50px 50px -65px rgba(255, 255, 255, 0.3) inset;
  background: #1a3c65;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  color: #f05023;
  text-decoration: none;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret {
  background: url('../../img/new/nav-dropdown-arrow.png') no-repeat 0 -15px;
}
#navigation .navbar .nav .dropdown-menu {
  background: #1a3c65;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}
#navigation .navbar .nav .dropdown-menu:after {
  border: 0 none;
}
#navigation .navbar .nav .dropdown-menu:before {
  border: 0 none;
}
#navigation .navbar .nav .dropdown-menu a {
  font-size: 13px;
  color: #79bee9;
  padding: 10px 16px;
}
#navigation .navbar .nav .dropdown-menu a:hover {
  color: #fff;
}
#navigation .navbar .nav .dropdown-menu .nav-header {
  border-top: 1px solid #467;
}
#navigation .navbar .nav .dropdown-menu .divider {
  border-bottom-color: #2686c5;
  background-color: #a9b9bf;
}
#navigation .navbar .nav .dropdown-menu i.icon-download-pdf {
  background-image: url('../../img/iconset/icon-pdf.png');
  background-position: 0 0;
  height: 16px;
}
#navigation .navbar .nav .dropdown-menu i.icon-download-zip {
  background-image: url('../../img/iconset/icon-zip.png');
  background-position: 0 0;
  height: 16px;
}
#navigation .navbar .nav.account ul ul {
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#navigation .navbar .nav.account ul a:hover {
  color: #fff;
}
#navigation .navbar .nav.account a {
  font-size: 13px;
  font-weight: normal;
  color: #79bee9;
}
#navigation .navbar .nav.account a .caret {
  margin-top: 2px;
}
#navigation .navbar .nav.account a:hover {
  color: #f05023;
}
#navigation .navbar .nav.account.open > a {
  color: #f05023;
}
#navigation #credits {
  position: absolute;
  top: 49px;
  right: 0;
  width: 120px;
  background: #c8dbe7;
  font-size: 11px;
  font-weight: normal;
  color: #122b56;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding-bottom: 3px;
}
#navigation #credits strong {
  color: #ec5429;
  font-weight: normal;
}
#navigation .navbar-search .search-query {
  color: #6D797D;
  margin: 6px 10px 0 0;
  width: 80px;
  padding: 6px 14px 5px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 1px;
  background-color: #274870;
  line-height: 16px;
  border-color: #0b182c #10395d #1c3755;
  -webkit-box-shadow: 0 1px 1px #6f7e94, 0 1px 1px #233f61 inset;
  box-shadow: 0 1px 1px #6f7e94, 0 1px 1px #233f61 inset;
  text-shadow: none;
}
#navigation .navbar-search .search-query::-webkit-input-placeholder {
  color: #6D797D;
  /* WebKit browsers */
}
#navigation .navbar-search .search-query:-moz-placeholder {
  color: #6D797D;
  opacity: 1;
  /* Mozilla Firefox 4 to 18 */
}
#navigation .navbar-search .search-query::-moz-placeholder {
  color: #6D797D;
  opacity: 1;
  /* Mozilla Firefox 19+ */
}
#navigation .navbar-search .search-query:-ms-input-placeholder {
  color: #6D797D;
  /* Internet Explorer 10+ */
}
#navigation .navbar-search .search-query:hover,
#navigation .navbar-search .search-query:focus {
  border: 1px;
  -webkit-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  width: 100px;
}
#navigation .navbar-search .search-query:-moz-placeholder {
  color: #677e98;
}
#exclamation,
#exclamation.active {
  position: relative;
  left: -30px;
  top: 20px;
  margin-right: -24px;
}
#exclamation > a,
#exclamation.active > a {
  height: 24px;
  background: url('/themes/crewplanet/img/new/logo-alert.png') no-repeat top left !important;
}
#companyNameLink {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  height: 18px;
  display: inline-block;
}
#subNavigation {
  background: #2686c5;
  width: 100%;
  position: fixed;
  z-index: 10;
}
#subNavigation nav .navbar {
  margin: 0;
  border-left: 1px solid #519ed1;
  border-right: 1px solid #519ed1;
  font-size: 13px;
}
#subNavigation nav .navbar .navbar-inner {
  background: none;
  padding: 0;
}
#subNavigation nav .navbar .navbar-inner #vesselGroupsArea {
  display: inline-block;
  padding: 10px 15px;
  color: #87bfe4;
}
#subNavigation nav .navbar .navbar-inner #vesselGroupsArea > a {
  color: #fff;
}
#subNavigation nav .navbar .navbar-inner #vesselGroupsArea > a:hover {
  background: #52a3d8;
}
#subNavigation nav .navbar .navbar-inner ul.nav > li {
  border-right: 1px solid #519ed1;
  border-left: 0 none;
}
#subNavigation nav .navbar .navbar-inner ul.nav > li > a {
  color: #fff;
  text-shadow: none;
}
#subNavigation nav .navbar .navbar-inner ul.nav > li > a:hover {
  background: #52a3d8;
}
#subNavigation nav .navbar .navbar-inner ul.nav > li > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#subNavigation nav .navbar .navbar-inner ul.nav > li.open > a {
  background: #52a3d8;
}
#subNavigation nav .navbar .navbar-inner ul.nav.pull-right > li {
  border-left: 1px solid #519ed1;
  border-right: 0 none;
}
#subNavigation + div {
  margin-top: 40px;
}
#footer {
  margin-top: 40px;
  height: 180px;
  background: url('../../img/new/footer-wrapper-bk.png') repeat-x top left;
}
#footer > div {
  height: 140px;
  background: url('../../img/new/footer-bk.png') no-repeat top left;
}
#footer #logo_crew {
  display: inline-block;
  width: 171px;
  height: 32px;
  background: url('../../img/new/footer-logo-crewplanet.png') no-repeat 0 0;
}
#footer #logo_crew:hover {
  background: url('../../img/new/footer-logo-crewplanet.png') no-repeat 0 -32px;
}
#footer #logo_des {
  float: right;
  display: inline-block;
  width: 95px;
  height: 37px;
  background: url('../../img/new/footer-logo-designer.png') no-repeat 0 0;
}
#footer #logo_des:hover {
  background: url('../../img/new/footer-logo-designer.png') no-repeat -1px -37px;
}
#footer #footer_content {
  padding-top: 60px;
}
#footer #footer_content .links {
  display: inline-block;
  padding-left: 150px;
}
#footer #footer_content .links > ul {
  margin: 0;
  padding: 0;
}
#footer #footer_content .links li {
  float: left;
  margin: 0;
  padding: 3px 14px;
  list-style: none;
  border-right: 1px solid #d5d5d5;
}
#footer #footer_content .links li.last {
  border-right: 0 none;
}
#footer #footer_content .social {
  display: inline-block;
  height: 32px;
  width: 32px;
  position: relative;
  top: 11px;
  margin-top: -17px;
  background: url('../../img/new/footer-socials.png') no-repeat 0 0;
}
#footer #footer_content #fb:hover {
  background-position: 0 -32px;
}
#footer #footer_content #tw {
  background-position: 0 -64px;
}
#footer #footer_content #tw:hover {
  background-position: 0 -96px;
}
#footer.fixed {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.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 {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #2686C5;
}
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #2686C5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-choices {
  background: none;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #CCCCCC;
  min-height: 34px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 15px;
  line-height: 21px;
  border: 0 none;
  background: #edf1f3;
  -webkit-box-shadow: none;
  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-choice-focus .select2-search-choice-close {
  background-position: 0 -9px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 7px;
}
.select2-container .select2-choice {
  padding: 0 10px !important;
  background: none;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #CCCCCC;
  height: 34px;
  line-height: 34px;
  color: #6D797D;
  font-size: 15px;
}
.select2-container .select2-choice div {
  -webkit-border-radius: 0;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container.span3 {
  width: 228px;
}
.select2-container.css_single_tag_selector .select2-search-choice {
  border: 0 none;
  background: none;
  -webkit-box-shadow: 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 {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.select2-drop-active {
  border-color: #2686C5;
}
.select2-drop.select2-drop-above {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-top-color: #2686C5;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  -webkit-border-radius: 0;
  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;
}
.table-condensed--small th {
  cursor: pointer;
}
.table-condensed--small th:first-child {
  white-space: nowrap;
}
.table-condensed--small th .chevron-up {
  position: relative;
  top: -1px;
}
.table-condensed--small th .btn-mini {
  margin-left: 3px;
}
.table-condensed--small th,
.table-condensed--small td {
  padding: 6px 13px;
}
.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;
}
#sidebar {
  padding-top: 0;
}
#sidebar .menu {
  margin: 0;
  padding: 0;
}
#sidebar .menu li {
  list-style: none;
  margin: 0 32px 0 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#sidebar .menu a {
  padding: 16px 0;
  display: block;
  font-weight: bold;
  color: #17335A;
}
#sidebar .menu a:hover {
  color: #F3721E;
}
#sidebar .menu .active a {
  color: #F3721E;
}
#sidebar ul.nav-list {
  padding-left: 0;
}
#sidebar .nav > li > a:hover,
#sidebar .nav > li > a:focus {
  background-color: #f4fbff;
}
.sidebar #opendoc {
  padding-top: 0;
  background: url('/images/shipowner-profile-bk.gif') repeat-y top center #e0f1fb;
  /* Old browsers */
  -webkit-box-shadow: -100px -100px 100px #FFFFFF inset;
  box-shadow: -100px -100px 100px #FFFFFF inset;
}
.sidebar #opendoc #main_area {
  min-height: 400px;
  background: #fff;
  margin-left: 10px;
  -webkit-box-shadow: -20px 0 15px -20px rgba(0, 0, 0, 0.2);
  box-shadow: -20px 0 15px -20px rgba(0, 0, 0, 0.2);
}
.sidebar #opendoc #main_area > div {
  padding: 8px 0 0 30px;
}
/* хак для FF */
@-moz-document url-prefix() {
  /* внимание!!! Открывающая фигурная скобка должна быть в этой строке!!! */
  #main_area {
    box-shadow: -11px -67px 35px -35px #000000;
  }
}
#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;
  -webkit-box-shadow: 0 5px 15px 0;
  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 0px 0;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
  -webkit-border-radius: 0px;
  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 {
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -webkit-border-top-left-radius: 0px;
  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;
}
.pagination li.selected a {
  background: #2686C5;
  color: #FFF;
  font-weight: bold;
}
.btn {
  -webkit-border-radius: 7px;
  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;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn-mini [class*=" icon-"],
.btn-mini [class^="icon-"] {
  margin-top: 0px;
}
.btn-small {
  padding: 2px 10px;
  font-size: small;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btn-small [class*=" icon-"],
.btn-small [class^="icon-"] {
  margin-top: 2px;
}
.btn-large {
  padding: 11px 19px;
  font-size: large;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.btn-large [class*=" icon-"],
.btn-large [class^="icon-"] {
  margin-top: 4px;
}
.btn-primary {
  background: #f16920;
  /* 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+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f3821c), to(#f05322));
  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 {
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-border-top-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 {
  -webkit-border-radius: 0 0 0 0;
  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 {
  -webkit-border-radius: 7px 0 0 7px;
  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 {
  -webkit-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
}
