/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
/* EOF Fonts */
input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
}

body, html {
  min-width: 100%;
  height: 100%;
}

body {
  min-width: 1240px;
  background: url("../img/bg_1.png") 50% 50% no-repeat;
  font-size: 14px;
  line-height: 20px;
  color: #2d3133;
  font-family: 'Open Sans', sans-serif;
}

#wrapp {
  width: 100%;
  height: 100%;
  position: relative;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  color: #0ca6f2;
}

a.disabled, div.disabled {
  opacity: 0.5;
  cursor: default;
}

button[disabled] {
  opacity: 0.5;
}

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.clear {
  width: 0;
  height: 0;
  float: none;
  clear: both;
}

.bold {
  font-weight: 700;
}

.modal-header {
  border: none;
}

.modal-content {
  box-shadow: none;
  background-color: #fafafa;
}

.modal-header {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

.red {
  color: #fc2f00;
}

.grey {
  color: #949799;
}

.blue {
  color: #0ca6f2;
}

.green {
  color: #00DC00;
}

.m_t_b {
  margin: 20px 0;
  position: relative;
}

.m_b {
  margin-bottom: 15px;
}

.m_r {
  margin-right: 20px;
}

.m_l {
  margin-left: 20px;
}

.m_n {
  margin: 0;
}

.m_t {
  margin-top: 15px;
}

.p_l {
  padding-left: 24px;
}

.a_right {
  text-align: right;
}

table.centered {
  width: 100%;
}

table.centered tr td:first-child {
  text-align: right;
}

table.centered tr td {
  padding-left: 5px;
  padding-right: 5px;
}

.bold {
  font-weight: 700;
}

.float_wrapp {
  padding-top: 10px;
}
.float_wrapp:before, .float_wrapp:after {
  display: table;
  content: ' ';
}
.float_wrapp:after {
  clear: both;
}

.left_side {
  float: left;
}

.right_side {
  float: right;
}

.clickable {
  cursor: pointer;
}

.slider-wrapper {
  position: relative;
}

input.ng-dirty.ng-invalid {
  border-color: red;
}

.alert.info {
  background: rgba(94, 196, 255, 0.95);
  border: 2px solid #4AABFF;
  width: 700px;
  min-height: 60px;
  position: fixed;
  left: 50%;
  bottom: -19px;
  margin-left: -350px;
  border-radius: 0;
}
.alert.info > .pull-left {
  width: 510px;
}
.alert.info > .pull-right {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.alert.info > .pull-right .close {
  margin: 5px 0 0 15px;
}
.alert.info .title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.alert.info .desc {
  margin: 0;
}
.alert.info .btn {
  background: #75b3d6;
  border: medium;
  box-shadow: 0 1px 1px #5791b3;
  color: #ffffff;
}

/* EOF Reset */
/* Header */
header {
  background-color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
}

header .header_wrapp {
  position: relative;
  padding-right: 20px;
}

header .logo {
  margin-left: 30px;
  margin-right: 50px;
}

header .search_wrapp,
header .logo {
  float: left;
}

header .search_wrapp {
  padding-top: 7px;
  position: relative;
}
header .search_wrapp select.search_by {
  border: 1px solid #c8c8c8;
  border-radius: 3px 0 0 3px;
  float: left;
  height: 30px;
  min-width: 210px;
}

header .search_wrapp-inputs,
.main_content .search_wrapp-inputs {
  float: left;
  position: relative;
}
header .search_wrapp-inputs input,
.main_content .search_wrapp-inputs input {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  width: 203px;
  padding: 4px 30px 4px 10px;
  color: #b3b3b3;
}
header .search_wrapp-inputs input:focus,
.main_content .search_wrapp-inputs input:focus {
  outline: none;
}
header .search_wrapp-inputs .search_button,
.main_content .search_wrapp-inputs .search_button {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("../img/search_icon.png") 0 0 no-repeat;
  right: 8px;
  top: 7px;
  cursor: pointer;
  border: none;
  padding: 0;
}
header .search_wrapp-inputs .hasDatepicker,
.main_content .search_wrapp-inputs .hasDatepicker {
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 10;
}
header .search_wrapp-inputs .hasDatepicker .date-range-selected > .ui-state-active, header .search_wrapp-inputs .hasDatepicker .date-range-selected > .ui-state-default,
.main_content .search_wrapp-inputs .hasDatepicker .date-range-selected > .ui-state-active,
.main_content .search_wrapp-inputs .hasDatepicker .date-range-selected > .ui-state-default {
  background: #b0c4de;
}
header .search_wrapp-inputs .guideSelectDate,
.main_content .search_wrapp-inputs .guideSelectDate {
  position: fixed;
  left: 599px;
}

header .search_wrapp-inputs input {
  border-left: none;
  border-radius: 0 3px 3px 0;
}

.daterangepicker .calendar th.prev, .daterangepicker .calendar th.next {
  display: table-cell;
  line-height: normal;
  position: static;
}
.daterangepicker .calendar th.prev .fa, .daterangepicker .calendar th.next .fa {
  margin: 0;
}
.daterangepicker .calendar th:hover {
  border: 1px solid transparent;
  padding: 5px;
}

ul.dropdown-menu.ng-untouched.ng-valid.ng-scope {
  margin-top: 49px;
}

ul.dropdown-menu table th, ul.dropdown-menu table td {
  padding: 2px;
}

.right_header_block {
  float: right;
  padding-top: 5px;
  transition: all ease-in 0.5s;
}

.right_header_block .r_block {
  float: right;
  margin: 0 0 0 15px;
  cursor: pointer;
}

.right_header_block .settings,
.right_header_block .library,
.right_header_block .spare_parts,
.right_header_block .driveworks {
  width: 32px;
  height: 32px;
  position: relative;
}

.right_header_block .settings {
  background: url("../img/settings_icon.png") 0 0 no-repeat;
  margin-left: 20px;
}

.right_header_block .settings:hover {
  background: url("../img/settings_icon_hover.png") 0 0 no-repeat;
}

.right_header_block .library {
  background: url("../img/library_icon.png") 0 0 no-repeat;
  margin-left: 20px;
}

.right_header_block .library:hover {
  background: url("../img/library_icon_hover.png") 0 0 no-repeat;
}

.right_header_block .spare_parts {
  background: url("../img/spare_parts_list_icon.png") 0 0 no-repeat;
  margin-left: 20px;
}

.right_header_block .spare_parts:hover {
  background: url("../img/spare_parts_list_icon_hover.png") 0 0 no-repeat;
}

.right_header_block .driveworks {
  background: url("../img/driveworks_icon.png") 0 0 no-repeat;
  margin-left: 20px;
}

.right_header_block .driveworks:hover {
  background: url("../img/driveworks_icon_hover.png") 0 0 no-repeat;
}

.right_header_block .user {
  line-height: 32px;
  cursor: auto;
}

.right_header_block .logout {
  line-height: 32px;
  color: #abb0b3;
  padding-left: 25px;
  position: relative;
}

.right_header_block .logout:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 17px;
  height: 32px;
  background: url("../img/logout_icon.png") 0 50% no-repeat;
  top: 0;
}

.right_header_block .logout:hover:before {
  background: url("../img/logout_icon_hover.png") 0 50% no-repeat;
}

.right_header_block .logout:hover {
  color: #0ca6f2;
}

/* EOF Header */
/* Content */
.content_wrapp {
  position: relative;
  overflow-x: hidden;
  height: calc(100% - 68px);
  z-index: 1;
}

.content_wrapp .navigation_wrapp {
  width: 270px;
  min-height: 100%;
  z-index: 10;
  float: left;
  position: relative;
}
.content_wrapp .navigation_wrapp:before {
  background: #061926;
  content: "";
  width: 270px;
  height: 100%;
  left: 0;
  position: fixed;
  top: 68px;
  z-index: -1;
}
.content_wrapp .navigation_wrapp.scrolled:before {
  top: 0;
}

.content_wrapp .navigation {
  background-color: #061926;
  min-height: 100%;
  padding-bottom: 77px;
}

.main_content h2 {
  margin: 0 0 30px 0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

.logos {
  margin-left: 50%;
  transform: translate(-50%, 10%);
}

/* EOF Content */
/* Navigation */
.navigation {
  position: relative;
}

.navigation h2 {
  margin: 0 0 0 30px;
  padding: 0;
  color: #0ca6f2;
  font-size: 22px;
  line-height: 48px;
  font-weight: 600;
}

.navigation h3 {
  color: #fff;
}

.navigation .projects h3 {
  width: 135px;
  opacity: 0;
  transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  color: #fff;
  font-size: 20px;
  line-height: 48px;
  background-color: #182834;
  margin: 0 0 7px 0;
  text-align: center;
}

.navigation .projects > li {
  border-bottom: 1px solid #2b3b46;
}

.navigation .projects > li .aditional_menu_wrapp .aditional_menu_icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 20px;
  background: url("../img/dotted.png") 50% 50% no-repeat;
  z-index: 11;
}

.navigation .projects > li .aditional_menu_wrapp:hover .aditional_menu_icon {
  background: #152733 url("../img/dotted_hover.png") 50% 50% no-repeat;
}

.navigation .projects > li:hover .aditional_menu_icon {
  background: url("../img/dotted_hover.png") 50% 50% no-repeat;
}

.navigation .projects > li .aditional_menu_wrapp .aditional_menu_icon:hover + .aditional_menu,
.navigation .projects > li .aditional_menu:hover {
  display: block;
}

.navigation .projects > li .aditional_menu {
  display: none;
  position: absolute;
  z-index: 10;
  width: 225px;
  padding-left: 30px;
  right: -187px;
  top: 24px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* .navigation .projects>li.active .aditional_menu_wrapp{
    display: none;
} */
.navigation .projects > li .aditional_menu ul {
  background: #152733;
  border-radius: 8px;
  border: 2px solid rgba(56, 71, 81, 0.5);
  position: relative;
  z-index: 5;
}

.navigation .projects > li .aditional_menu > span {
  position: absolute;
  display: block;
  width: 13px;
  height: 21px;
  background: url("../img/triangle.png") 0 0 no-repeat;
  left: 19px;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
}

.navigation .projects > li .aditional_menu ul a, .navigation .projects > li .aditional_menu ul span {
  padding: 0 16px;
}

.navigation .projects > li .aditional_menu ul li:hover a {
  font-weight: 400;
}

.navigation .projects > li.active {
  background: none;
}

.navigation .projects > li > ul {
  display: none;
}

.navigation .projects > li.active > ul {
  display: block;
}

.navigation .projects {
  border-top: 1px solid #2b3b46;
}

.navigation .projects li a {
  color: #fff;
  padding: 0 30px;
  display: block;
}

.navigation .projects > li.active > a,
.navigation .projects > li:hover > a {
  color: #0ca6f2;
}

.navigation .projects > li > .project-title {
  position: relative;
}
.navigation .projects > li > .project-title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navigation .projects > li > .project-title a.no-project-link {
  display: none;
}
.navigation .projects > li > .project-title .equipment-tag {
  font-size: 14px;
}
.navigation .projects > li > .project-title .aditional_menu a, .navigation .projects > li > .project-title .aditional_menu span {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  color: #fff;
  cursor: pointer;
}
.navigation .projects > li.active > .project-title a.project-link {
  display: none;
}
.navigation .projects > li.active > .project-title a.no-project-link {
  display: block;
}

.navigation .projects > li > ul > li > ul {
  position: absolute;
  left: 270px;
  top: -10px;
  background-color: #223a4a;
  visibility: hidden;
  width: 0;
  height: 100%;
  opacity: 0;
}
.navigation .projects > li > ul > li > ul:before {
  background: #223a4a;
  content: "";
  height: 100%;
  left: auto;
  position: fixed;
  top: auto;
  width: 135px;
  z-index: -1;
}

.navigation .projects > li > ul > li:hover > ul,
.navigation .projects > li > ul > li.active > ul {
  width: 135px;
  visibility: visible;
  opacity: 1;
}

.navigation .projects > li > ul > li:hover > ul h3,
.navigation .projects > li > ul > li.active > ul h3 {
  opacity: 1;
  transition: opacity ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -webkit-transition: opacity ease-in 0.3s;
}

.navigation .projects li li:hover > a,
.navigation .projects li li:hover > span,
.navigation .projects li .active > a {
  background-color: #223a4a;
}

.navigation .projects li .active > a {
  font-weight: 700;
}

.navigation .projects li > ul li a {
  line-height: 40px;
  opacity: 0.5;
}
.navigation .projects li > ul li a.passed {
  opacity: 1;
}
.navigation .projects li > ul li.active a, .navigation .projects li > ul li.completed a {
  opacity: 1;
}

.navigation .projects li li a > img, .navigation .projects li li span > img {
  margin-right: 8px;
  position: relative;
  top: 0;
}

.navigation .projects > li > ul > li > ul > li > a {
  padding: 0 18px 0 9px;
  cursor: default;
}

.navigation .projects > li > ul > li > ul > li {
  margin-left: 10px;
  position: relative;
}

.navigation .projects > li > ul > li > ul > li:first-child {
  padding: 0;
  margin: 0;
}
.navigation .projects > li > ul > li > ul > li:first-child:before {
  display: none !important;
}

.navigation .projects > li > ul > li.active > ul > li > a {
  display: inline-block;
  background: url("../img/done.png") 100% 14px no-repeat;
}

.navigation .projects > li > ul > li > ul > li.active {
  background-color: #061926;
}

.navigation .projects > li > ul > li > ul > li.active > a,
.navigation .projects > li > ul > li > ul > li.active ~ li > a {
  background: none;
}

.navigation .projects > li > ul > li > ul > li.active:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-color: #061926;
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -7px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.new_project_button {
  width: 215px;
  margin: 10px auto 20px;
  position: relative;
  display: block;
  border-radius: 8px;
  text-align: center;
  background-color: #0ca6f2;
  font-size: 20px;
  line-height: 42px;
}

.new_project_button,
.new_project_button:hover,
.new_project_button:focus {
  color: #fff;
}

/* EOF Navigation */
/* Content */
.main_content img {
  width: auto;
}

.main_content {
  width: calc(100% - 270px);
  z-index: 5;
  float: left;
}
.main_content > div {
  width: 970px;
  padding: 35px 0 0px 40px;
}
.main_content > div.search_result, .main_content > div.comparison {
  width: 100%;
  padding: 0;
  margin-bottom: 48px;
}
.main_content > div.search_result table, .main_content > div.comparison table {
  width: 100%;
}
.main_content > div.search_result table.transparent td, .main_content > div.comparison table.transparent td {
  border-bottom: 1px solid #d6d6d6;
}
.main_content > div.search_result .remove, .main_content > div.comparison .remove {
  text-align: center;
}
.main_content > div.search_result .remove > *, .main_content > div.comparison .remove > * {
  color: red;
  font-size: 3rem;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner {
  width: 650px;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered {
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 25px 50px;
  text-align: left;
  margin-bottom: 20px;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered label {
  margin: 0;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered label[for="project_reference_number"], .main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered label[for="date"] {
  cursor: default;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered input {
  width: 100%;
  padding: 5px;
  height: auto;
  text-align: left;
}
.main_content .enter-panel-wrapper_outer .enter-panel-wrapper_inner .bordered select {
  padding: 4px 5px 5px;
}

.main_content .small_w {
  padding-left: 135px;
  padding-top: 20px;
}
.main_content .small_w form {
  overflow: auto;
}

.main_content .impeller {
  overflow: hidden;
}

.main_content .impeller_img {
  float: right;
}

span.big {
  font-size: 18px;
  font-weight: bold;
}

label {
  font-weight: 400;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}

input,
table select,
table label {
  width: 100%;
}

table label input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin: 0 10px 0 0;
}

table td,
table th {
  padding: 5px;
}

table th,
table td {
  padding-left: 15px;
  padding-right: 15px;
}

.main_content .impeller table {
  width: 600px;
  margin-top: 25px;
}

.main_content .impeller .wet-end {
  padding-left: 45px;
}

.main_content table.black th {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  border: none;
}

.main_content table.black {
  background-color: #ebebeb;
}

.main_content table.black td {
  border-left: 1px solid #c8c8c8;
  border-right: none;
  border-bottom: none;
  font-weight: bold;
}

.main_content table.black td:first-child,
.main_content table.black td select,
.main_content table.black td input {
  font-weight: normal;
}

.main_content table.black td input {
  padding: 0 5px;
}

.main_content table.black td:first-child {
  border: none;
}

.main_content table.black td[rowspan]:first-child {
  border-right: 1px solid #c8c8c8;
}

.main_content table.transparent,
.main_content table.transparent tr,
.main_content table.transparent td {
  background: transparent;
  border: none;
}

.loading_condition_factor {
  padding: 10px 15px;
  text-align: center;
  background-color: #0ca6f2;
  color: #fff;
  border-radius: 8px;
  display: block;
  width: 100px;
  margin: 0 auto;
  line-height: 16px;
}

.loading_condition_factor:hover,
.loading_condition_factor:focus {
  color: #fff;
  background-color: #4ec5ff;
  border-top: 3px solid #0ca6f2;
  padding: 7px 15px 10px;
}

.next,
.prev,
.button,
.finish {
  display: inline-block;
  padding: 3px 15px;
  line-height: 36px;
  background-color: #0ca6f2;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  width: 110px;
  border: none;
}
.next .fa,
.prev .fa,
.button .fa,
.finish .fa {
  margin-left: 5px;
}

.cancel {
  background-color: #555859;
  margin-right: 15px;
}

.button,
.finish {
  margin: 30px 0 0;
  width: auto;
}

.button + .button {
  margin-left: 20px;
}

.finish {
  padding: 3px 45px 3px 25px;
  position: relative;
}

.finish:before {
  content: '';
  display: block;
  width: 19px;
  height: 21px;
  background: url("../img/finish_bg.png") 0 0 no-repeat;
  position: absolute;
  top: 18px;
  right: 36px;
}

.prev {
  margin-right: 5px;
}

.next:hover,
.next:focus,
.button:not([disabled]):hover,
.button:focus,
.prev:hover,
.prev:focus,
.main_content .equipment_selection_wrapp .top_block .button:hover,
.main_content .equipment_selection_wrapp .top_block .button:focus {
  color: #fff;
  background-color: #4ec5ff;
  border: none;
  border-top: 3px solid #0ca6f2;
  padding-top: 0;
}

.button.disabled:hover, .button.disabled:focus {
  padding-top: 3px;
  border-top: none;
  background-color: #0ca6f2;
}

.finish:hover,
.finish:focus {
  color: #fff;
  background-color: #4ec5ff;
  border-top: 3px solid #0ca6f2;
  padding: 0 45px 3px 25px;
}

.ratings-table {
  font-size: 10px;
}

/* Setup */
.main_content .setup form {
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.main_content .setup,
.main_content .macro {
  min-height: 400px;
  padding-right: 150px;
}
.main_content .setup table td, .main_content .setup table th,
.main_content .macro table td,
.main_content .macro table th {
  min-width: 130px;
}

label input[type="radio"],
.main_content .setup input[type="radio"] {
  display: none !important;
}

.main_content .setup label {
  position: relative;
  margin-bottom: 13px;
  line-height: 20px;
  overflow: hidden;
}

.main_content .setup label .custom_radio,
label input[type="radio"] + span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  position: relative;
}

label input[type="radio"][disabled] ~ span {
  opacity: 0.4;
}

.main_content .setup label.active .custom_radio:before,
label input[type="radio"]:checked + span:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0ca6f2;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}

.main_content .decrement,
.main_content .increment {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #0ca6f2;
  color: #0ca6f2;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  margin: 0 5px 0;
  position: relative;
  cursor: pointer;
}

.main_content .setup .decrement {
  margin-left: 30px;
}

.main_content .decrement:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 9px;
  left: 5px;
  background-color: #fff;
}

.main_content .increment:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 9px;
  left: 5px;
  background-color: #fff;
}

.main_content .increment:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 5px;
  left: 9px;
  background-color: #fff;
}

.main_content .setup .label-wrap {
  overflow: hidden;
  margin-bottom: 13px;
}
.main_content .setup .label-wrap > * {
  vertical-align: middle;
}
.main_content .setup .label-wrap label {
  margin-bottom: 0;
  width: auto;
}
.main_content #extra_couplings_place .input_wrapp {
  width: 80px;
  text-align: center;
  margin-right: 10px;
}
.main_content #extra_couplings_place .input_wrapp .extra_coupling {
  display: inline-block;
  margin: 10px 0;
}

/* EOF Setup */
/* Macro */
.main_content table th {
  background-color: #eceff0;
  font-weight: 400;
  font-size: 80%;
  text-align: center;
}

.main_content table {
  background-color: #f9f9f9;
}

.main_content table td,
.main_content table th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.main_content table td:last-child,
.main_content table th:last-child {
  border-right: none;
}

.main_content table tr:last-child td {
  border-bottom: none;
}

.main_content table td .custom_input {
  outline: none;
  background-color: #fff;
  color: #2d3133;
  border-radius: 3px;
  padding: 0 4px;
  min-width: 40px;
}

/* EOF Macro */
/* Micro */
.main_content .micro table tr td {
  font-weight: 700;
}

.main_content .micro table tr td:first-child {
  text-align: right;
  font-weight: 400;
}

.main_content .micro .right_side {
  padding-right: 102px;
}

.main_content .micro .calculation {
  margin-top: 30px;
  overflow-y: hidden;
  overflow-x: auto;
  height: 500px;
  width: 645px;
  position: relative;
  z-index: 10;
}

.main_content .micro .calculation table td, .main_content .micro .calculation table th {
  text-align: left;
  font-weight: normal;
  min-width: 125px;
}
.main_content .micro .calculation table td {
  background-color: #f9f9f9;
}

/* EOF Micro */
/* Support */
.main_content .support table.compact {
  width: 500px;
}

.main_content .support table:not(.compact) tr td {
  font-weight: 700;
}

.main_content .support table tr td:first-child {
  text-align: right;
  font-weight: 400;
}

.main_content .support table {
  margin-left: 30px;
}

/* EOF Support */
/* Price Book */
.main_content .content_block {
  background-color: #ebebeb;
  padding: 0 20px 20px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.main_content .content_block.disabled:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ebebeb;
  opacity: 0.5;
}

.main_content .content_block .content_block_title,
.impeller_total .total-title {
  color: #fff;
  background-color: #061926;
  position: relative;
  width: calc(100% + 40px);
  padding: 0 20px;
  margin: 0 0 15px -20px;
  line-height: 40px;
  font-size: 14px;
}
.main_content .content_block .content_block_title select,
.impeller_total .total-title select {
  color: #2d3133;
  margin-left: 15px;
}

.main_content .content_block hr {
  position: relative;
  width: calc(100% + 34px);
  margin: 15px 0 15px -16px;
  border-color: #c8c8c8;
}

.main_content .content_block select.overflow_select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: auto;
  min-width: 82px;
}

.main_content .content_block select.overflow_select:focus {
  outline: none;
}

.main_content .content_block select.overflow_select option {
  padding: 3px 7px;
  line-height: 19px;
  background-color: transparent;
}

.main_content .content_block select.overflow_select option:focus,
.main_content .content_block select.overflow_select option:checked,
.main_content .content_block select.overflow_select option:active {
  background-color: #0ca6f2;
}

.content_block .enclosure {
  margin-left: 10px;
}

.main_content .content_block label input, .content .content_block label input {
  display: inline-block;
  width: auto;
  line-height: 18px;
}

.main_content label input[type="checkbox"], .content label input[type="checkbox"],
.main_content .impeller label input[type="checkbox"] + span, .content .impeller label input[type="checkbox"] + span {
  display: none;
}

.main_content .impeller label input[type="checkbox"], .content .impeller label input[type="checkbox"] {
  display: inline-block;
}

.main_content label input[type="checkbox"] + span, .content label input[type="checkbox"] + span {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.main_content label input[type="checkbox"].slider-checkbox + span, .content label input[type="checkbox"].slider-checkbox + span {
  width: 40px;
  height: 20px;
  border: 1px solid #0CA6F2;
  border-radius: 20px;
}
.main_content label input[type="checkbox"].slider-checkbox + span:before, .content label input[type="checkbox"].slider-checkbox + span:before {
  content: '';
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  background: #fff;
  border: 1px solid #0CA6F2;
  border-radius: 18px;
  position: absolute;
  display: block;
  transition: all ease 300ms;
}

.main_content label input[type="checkbox"] + span, .equipment_selection label input[type="checkbox"] + span, .content label input[type="checkbox"] + span {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.main_content label input[type="checkbox"].slider-checkbox + span, .equipment_selection label input[type="checkbox"].slider-checkbox + span, .content label input[type="checkbox"].slider-checkbox + span {
  width: 40px;
  height: 20px;
  border: 1px solid #0CA6F2;
  border-radius: 20px;
}
.main_content label input[type="checkbox"].slider-checkbox + span:before, .equipment_selection label input[type="checkbox"].slider-checkbox + span:before, .content label input[type="checkbox"].slider-checkbox + span:before {
  content: '';
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  background: #0CA6F2;
  border-radius: 18px;
  position: absolute;
  display: block;
  transition: all ease 300ms;
}

.main_content label input[type="checkbox"]:checked + span:before, .content label input[type="checkbox"]:checked + span:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 16px;
  height: 18px;
  font-size: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 18px;
  text-align: center;
}
.main_content label input[type="checkbox"].slider-checkbox:checked + span:before, .content label input[type="checkbox"].slider-checkbox:checked + span:before {
  content: '';
  width: 18px;
  height: 18px;
  left: 20px;
  top: 0;
  background: #0CA6F2;
  border-radius: 18px;
  transition: all ease 300ms;
}

.main_content .content_block .motor_table_1 select {
  min-width: 80px;
  width: auto;
}

.main_content .content_block .button {
  font-size: 24px;
  line-height: 48px;
  display: block;
  width: 100%;
  margin-top: 10px;
}

.main_content .button.big, .content .button.big {
  margin: 0 0 0 15px;
  line-height: 48px;
  font-size: 20px;
  display: inline-block;
  padding-left: 80px;
  padding-right: 80px;
  width: auto;
}

.main_content .button.centered, .content .button.centered {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.main_content .motor {
  max-width: 305px;
}

.optional_equipment {
  margin-left: 30px;
  max-width: 351px;
}

.optional_equipment .top_section label {
  line-height: 29px;
}
.optional_equipment .top_section label .ui-spinner {
  float: right;
  margin-top: 0;
}
.optional_equipment .top_section label .ui-spinner input {
  width: 51px;
}

.optional_equipment .top_section label > span {
  margin-top: 6px;
}

.optional_equipment .top_section label select,
.optional_equipment .top_section label input[type="text"] {
  float: right;
  width: auto;
  min-width: 105px;
  padding: 3px 5px;
  height: 29px;
}

.optional_equipment .top_section label input[type="text"] {
  width: 105px;
}

.optional_equipment .rubber_coatings select {
  width: 100%;
  margin-bottom: 15px;
  padding: 3px 5px;
}

.rubber_coatings .left_side {
  width: 50%;
}

.pricing_summary table {
  width: 780px;
}
.pricing_summary table .absorbing-column {
  width: 90%;
}
.pricing_summary table .actions {
  text-align: center;
  width: 5.5%;
}
.pricing_summary table td, .pricing_summary table th {
  padding-left: 5px;
  padding-right: 5px;
}
.pricing_summary table td .ui-spinner input, .pricing_summary table th .ui-spinner input {
  width: 71px;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

.price_book {
  margin-bottom: 40px;
}

.sell_multipliers {
  width: 780px;
  background-color: #ebebeb;
  position: relative;
  margin-top: 30px;
}

.sell_multipliers .left_side,
.sell_multipliers .right_side {
  padding: 10px;
}

.sell_multipliers .left_side:first-child {
  border-right: 1px dotted #cbcccd;
}

.sell_multipliers .right_side {
  width: 275px;
}

.sell_multipliers .right_side table {
  float: right;
}

.sell_multipliers .right_side table input {
  width: 92px;
  text-align: right;
  padding: 0 5px;
}

.sell_multipliers label {
  line-height: 34px;
  margin-bottom: 0;
}

.sell_multipliers label span {
  margin-top: 7px;
}

.reset_defaults_button {
  font-size: 18px;
  color: #0CA6F2;
}

/* EOF Price Book */
/* Equipment Selection */
.main_content .grey_table,
.grey_table {
  width: 100%;
  background: #ebebeb;
  border: none;
  border-collapse: inherit;
}

.ratio-ratings {
  width: 290px !important;
}

.main_content .grey_table tr:first-child > *,
.grey_table tr:first-child > * {
  padding-top: 15px;
}

.main_content .grey_table tr:last-child td,
.grey_table tr:last-child td {
  padding-bottom: 15px;
}

.main_content .grey_table th,
.grey_table th {
  background: transparent;
  border: none;
}

.main_content .grey_table tr,
.main_content .grey_table th,
.main_content .grey_table td,
.main_content .borderred td:last-child,
.main_content .borderred th:last-child,
.grey_table tr,
.grey_table th,
.grey_table td,
.borderred td:last-child,
.borderred th:last-child {
  border: none;
}

.main_content .grey_table label,
.grey_table label {
  margin: 0;
  padding: 0;
}

.main_content .borderred td,
.main_content .borderred th,
.borderred td,
.borderred th {
  border-right: 1px dotted #cbcccd;
}

.main_content .equipment_selection_wrapp .top_block table {
  width: 470px;
}

.main_content .equipment_selection_wrapp .top_block table td {
  padding-left: 5px;
  padding-right: 5px;
}

.main_content .equipment_selection_wrapp .top_block table td:first-child {
  padding-left: 15px;
}

.main_content .equipment_selection_wrapp .top_block table td:last-child {
  padding-right: 15px;
}

.main_content .equipment_selection_wrapp .top_block .button,
.main_content .equipment_selection_wrapp .top_block table {
  float: left;
}

.main_content .equipment_selection_wrapp .top_block table input {
  width: 85px;
  text-align: center;
  padding: 0 5px;
}

.main_content .equipment_selection_wrapp .top_block .button {
  background-color: #0ca6f2;
}

hr.grey {
  border-color: #d6d9db;
}

.dotted {
  border-style: dotted;
}

.main_content .equipment_selection_wrapp p {
  padding-left: 15px;
}

.equipment_selection > h2 {
  margin-bottom: 0;
}

.equipment_selection > .lebel-frequency {
  width: 315px;
}
.equipment_selection > .lebel-frequency > p {
  float: left;
  margin-right: 28px;
}
.equipment_selection > .lebel-frequency > div {
  margin-top: -20px;
  margin-left: 70%;
}

.dividers {
  border-bottom: 3pt solid black;
}

/* EOF Equipment Selection */
/* Process Parameters */
.glyphicon {
  border: none !important;
  margin-top: 3px;
  font-size: 17px;
  background: none;
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.process_parameters_wrapp .fluid_properties .properties_item,
.print_options .properties_print {
  width: 295px;
}

.process_parameters_wrapp .fluid_properties .properties_item .left_side {
  width: 50%;
}

.process_parameters_wrapp .fluid_properties .properties_item td {
  line-height: 16px;
}

.process_parameters_wrapp .fluid_properties .properties_item input {
  width: 50px;
  text-align: center;
  height: 26px;
}

.process_parameters_wrapp .fluid_properties .properties_item .gas_dispersion_1 input {
  width: 80px;
}

.process_parameters_wrapp .fluid_properties .properties_item label.right_side {
  width: auto;
}

.process_parameters_wrapp .fluid_properties .properties_item table td {
  padding-left: 3px;
  padding-right: 3px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .content_block,
.process_parameters_wrapp .fluid_properties .properties_item:nth-child(3) .content_block {
  min-height: 320px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(3) hr.dotted {
  margin-top: 6px;
  margin-bottom: 6px;
}

.main_content .properties_item .content_block label .custom_checkbox + span {
  margin: 6px 0 0;
  height: 28px;
  width: 53px;
  background-color: #32424d;
  position: relative;
  border-radius: 25px;
  border: none;
  padding: 0;
  cursor: pointer;
}

.main_content .properties_item .content_block label .custom_checkbox + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #818f97;
  left: 2px;
  top: 2px;
}

.main_content .properties_item .content_block label .custom_checkbox:checked + span:before {
  right: 2px;
  top: 2px;
  left: auto;
  background-color: #0ca6f2;
  width: 24px;
  height: 24px;
  content: '';
}

.main_content .properties_item .content_block .left_side + .left_side table tr:first-child td {
  line-height: 24px;
}

.main_content .properties_item .content_block .left_side + .left_side table tr:nth-child(2) td {
  line-height: 26px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .content_block table td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .left_side:nth-child(1) {
  padding-right: 10px;
  border-right: 1px dotted #c8c8c8;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .content_block .content_block_title {
  margin-bottom: 0;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .left_side {
  padding-top: 15px;
  padding-bottom: 5px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) hr {
  margin-top: 0;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(2) .left_side:nth-child(2) {
  padding-left: 7px;
}

.process_parameters_wrapp .impellers table {
  font-size: 1.2rem;
  vertical-align: middle;
}
.process_parameters_wrapp .impellers table td, .process_parameters_wrapp .impellers table th {
  border: 0;
  border-right: 1px solid white;
  min-width: 150px;
}
.process_parameters_wrapp .impellers table th {
  color: #fff;
  background-color: #061926;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.process_parameters_wrapp .impellers table .small_cell td, .process_parameters_wrapp .impellers table th {
  min-width: 150px;
  padding-right: 5px;
  padding-left: 5px;
}

.main_content .bold_span span {
  font-weight: bold;
  font-size: 16px;
}

.process_parameters_wrapp .fluid_properties .properties_item:nth-child(1) > div + p {
  position: relative;
  margin: 19px 0;
}

.main_content .properties_item .content_block hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.main_content .impeller_form table {
  width: 100%;
}

.main_content .impeller_form table td {
  width: 50%;
}
.main_content .impeller_form table td:last-child {
  white-space: nowrap;
}

.main_content .impeller_form table input[type="text"] {
  width: 80px;
  height: 26px;
  padding: 0 2px;
  text-align: center;
}

.main_content .process_parameters_wrapp td,
.main_content .transparent.small_table td,
.main_content .transparent.small_table th {
  padding-left: 5px;
  padding-right: 5px;
}

.main_content .process_parameters_wrapp .button,
.main_content .cfd_output_wrapp .button,
.main_content .print_options_wrapp .button {
  margin: 15px 0;
  width: 261px;
}

.main_content .process_parameters_wrapp .button {
  width: 236px;
}

.main_content .process_parameters_wrapp .impeller_perfomance .content_block {
  width: 236px;
}

.main_content .process_parameters_wrapp .number_of_impellers {
  width: 236px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 30px;
}

.main_content .process_parameters_wrapp .number_of_impellers tr:first-child td:last-child {
  width: 110px;
}

.main_content .process_parameters_wrapp .number_of_impellers tr:last-child td:last-child select {
  width: 70px;
}

.main_content .process_parameters_wrapp .impellers {
  position: relative;
}
.main_content .process_parameters_wrapp .impellers .content_block {
  margin-right: 20px;
  padding: 0 17px 18px;
}
.main_content .process_parameters_wrapp .impellers .content_block img {
  margin: 15px 0;
}
.main_content .process_parameters_wrapp .impellers .content_block .content_block_title {
  margin: 0 0 15px -17px;
  width: calc(100% + 34px);
}
.main_content .process_parameters_wrapp .impellers .content_block label {
  margin: 0 0 0 5px;
  padding-left: 23px;
  position: relative;
}
.main_content .process_parameters_wrapp .impellers .content_block label span {
  left: 0;
  position: absolute;
  top: -1px;
}

.main_content .impeller_total {
  background-color: #ebebeb;
  padding: 0 20px 15px;
  position: absolute;
  top: 10px;
  width: 150px;
  height: calc(100% - 10px);
  right: 11px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.main_content .impeller_total .impeller_total-inner {
  position: absolute;
  top: 425px;
}

.main_content .input_link,
.main_content .input_link:focus {
  display: inline-block;
  width: 26px;
  vertical-align: top;
  padding: 0;
  height: 26px;
  margin-left: 5px;
  border: 1px solid #d2d4d4;
  border-radius: 3px;
  background: #f7f8f8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWVhZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f8f8 0%, #e9eaec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f8f8), color-stop(100%, #e9eaec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f8f8 0%, #e9eaec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f8f8 0%, #e9eaec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f8f8 0%, #e9eaec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7f8f8 0%, #e9eaec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#e9eaec',GradientType=0 );
  /* IE6-8 */
}

.main_content .input_link:hover {
  background-color: #fff;
  background-image: none;
}

.main_content .input_link span {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main_content .process_parameters_wrapp .viscosity_popup span {
  background: url("../img/drop.png") 50% 50% no-repeat;
}

.main_content .input_lock span {
  background: url("../img/key.png") 50% 50% no-repeat;
}

.main_content input,
.main_content select {
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
}

.main_content select[size] {
  padding-left: 0;
  padding-right: 0;
}

.disableDiv {
  background-color: #7CC9EF !important;
}

.process_parameters > h2 {
  margin-bottom: 0;
}

/* EOF Process Parameters */
/* Stresses */
.main_content .stresses_wrapp .stresses_graph_wrapp {
  background-color: #f0f0f0;
  padding: 20px;
  width: 600px;
  margin-bottom: 30px;
}

/* EOF Stresses */
/* Tank */
.tank_dimensions label {
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: left;
  display: block;
}

.tank_dimensions > h2 {
  margin-bottom: 0;
}

.tank_dimensions .tank_dimensions_unit {
  margin-bottom: 0;
}

.cylinder_tank_wrapp .variable_liquid_level {
  margin-top: 10px;
}

.cylinder_tank_wrapp .left_side {
  width: 295px;
  min-height: 100px;
}

.cylinder_tank_wrapp .left_side.tank {
  width: 340px;
  padding: 0 20px;
  min-height: 300px;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank {
  width: 200px;
  min-height: 250px;
  border-left: 2px solid #a5dbfc;
  border-right: 2px solid #a5dbfc;
  position: relative;
  background-color: #f0f0f0;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank.top_cone {
  margin-top: 104px;
  margin-left: auto;
  margin-right: auto;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank.bottom {
  margin-bottom: 135px;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank:before {
  width: 200px;
  height: 43px;
  content: '';
  top: -21px;
  left: -2px;
  position: absolute;
  background: url("../img/tank_top.png") 0 0 no-repeat;
  z-index: 2;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank.top_cone .tank_fluid_top {
  width: 200px;
  height: 104px;
  top: -106px;
  left: -2px;
  position: absolute;
  background-image: url("../img/tank_cone.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  z-index: 0;
}

.cylinder_tank .tank_shaft,
.horyzontal_tank .tank_shaft,
.rectangular_tank .tank_shaft {
  width: 10px;
  height: 330px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -98px;
  border: 1px solid rgba(0, 47, 79, 0.3);
  z-index: 3;
  background-color: rgba(0, 47, 79, 0.05);
}

.cylinder_tank .tank_shaft:before,
.horyzontal_tank .tank_shaft:before,
.rectangular_tank .tank_shaft:before {
  width: 36px;
  height: 19px;
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -18px;
  top: -1px;
  border: 1px solid rgba(0, 47, 79, 0.3);
  z-index: 3;
  background-color: rgba(0, 47, 79, 0.05);
}

.cylinder_tank .tank_impeller,
.horyzontal_tank .tank_impeller,
.rectangular_tank .tank_impeller {
  width: 128px;
  height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  top: 200px;
  background: url(../img/tank_impeller_1.png) 50% 0 no-repeat;
  z-index: 4;
}

.cylinder_tank .tank_fluid {
  position: absolute;
  width: 100%;
  height: 50%;
  background: #5cb3e8;
  bottom: 0;
  z-index: 2;
}

.cylinder_tank .tank_fluid:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 64px;
  background: url("../img/tank_fluid_top.png") 50% no-repeat;
  top: -32px;
  z-index: 3;
}

.cylinder_tank_wrapp .left_side.tank .cylinder_tank.top_cone .tank_fluid_bottom {
  width: 200px;
  height: 118px;
  bottom: -98px;
  left: -2px;
  position: absolute;
  background-image: url("../img/tank_bottom.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
}

.cylinder_tank_wrapp .right_side_tank .tank_diameter {
  margin-bottom: 70px;
}

.left_side.tank select {
  margin: 0;
  padding: 0;
  border: 0;
  color: #0ca6f2;
  background: transparent;
}

#slider-vertical, #Min-liquid-level {
  width: 10px;
  display: block;
  margin: 0 23px 25px;
}

.tank_list {
  text-align: center;
  margin: 20px auto 40px;
}

.tank_list li {
  display: inline-block;
  padding: 0 15px;
  border-radius: 18px;
  margin: 0 15px;
}

.tank_list li a {
  text-decoration: underline;
  color: #747474;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer;
}

.tank_list li.active {
  background-color: #0ca6f2;
}

.tank_list li.active a {
  text-decoration: none;
  color: #fff;
}

.tank_list li:hover a {
  text-decoration: none;
}

.tank_item {
  padding-bottom: 20px;
}

.input_wrapp {
  position: relative;
}

.input_wrapp p {
  display: inline-block;
  background-color: #ebebeb;
  padding: 2px 2px 2px 10px;
}

.input_wrapp p input {
  margin-left: 5px;
}

.input_wrapp.transparent p {
  background-color: transparent;
}

.input_wrapp input, input[type="number"] {
  width: 80px;
  padding: 0 5px;
  height: 25px;
  text-align: center;
}

.ui-spinner .ui-corner-all {
  border-radius: 3px;
}
.ui-spinner input {
  width: 51px;
  padding: 0 5px;
  height: 19px;
  text-align: center;
  border: 0;
}
.ui-spinner input -ms-clear {
  display: none;
}

.cylinder_tank_wrapp .liquid_height, .rectangular_tank_wrapp .liquid_height {
  padding-top: 15px;
}

.cylinder_tank .tank_top,
.cylinder_tank .tank_bottom {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 172px;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  line-height: 26px;
}

.cylinder_tank .tank_top {
  top: -13px;
}

.cylinder_tank .tank_bottom {
  bottom: -13px;
  background-color: #eaf9ff;
}

/* Horyzontal Tank */
.right_side_tank .tank_left,
.right_side_tank .tank_right {
  display: inline-block;
  margin: 0 30px 30px 0;
}

.right_side_tank .horyzontal_tank {
  position: relative;
  margin: 0 145px;
  width: 230px;
  height: 297px;
  border-top: 2px solid #afe1ff;
  border-bottom: 2px solid #afe1ff;
}

.right_side_tank .tank_fluid_left,
.right_side_tank .tank_fluid_right {
  position: absolute;
  width: 145px;
  height: 297px;
  top: -2px;
  background-image: url(../img/horizontal_half_sphere.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.right_side_tank .tank_fluid_left {
  left: -145px;
  background-position: 100%, 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.right_side_tank .tank_fluid_right {
  right: -145px;
  background-position: 0, 0;
}

.horyzontal_tank_wrapp .tank_fluid {
  background-color: #5cb3e8;
  position: absolute;
  width: 520px;
  max-height: 293px;
  bottom: 0;
  height: 50%;
  left: -145px;
  z-index: 1;
}
.horyzontal_tank_wrapp .tank_fluid_active {
  background-color: #f0f0f0;
  position: absolute;
  width: 520px;
  max-height: 293px;
  bottom: 0;
  height: 100%;
  left: -145px;
  z-index: 1;
}
.horyzontal_tank_wrapp .tank_shaft {
  height: 289px;
  top: -19px;
}
.horyzontal_tank_wrapp .tank_impeller {
  top: 235px;
}
.horyzontal_tank_wrapp .liquid_height.left_side {
  padding-left: 15px;
}
.horyzontal_tank_wrapp .liquid_height.left_side .slider-wrapper {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}

.right_side_tank .tank_oval_left,
.right_side_tank .tank_oval_right {
  position: absolute;
  width: 65px;
  height: 297px;
  top: -2px;
  background-repeat: no-repeat;
  background-position: 0,0;
  z-index: 3;
}

.right_side_tank .tank_oval_left {
  background-image: url(../img/left_o_r.png);
  left: -32px;
}

.right_side_tank .tank_oval_right {
  background-image: url(../img/right_o_r.png);
  right: -32px;
}

/* EOF Horyzontal Tank */
/* Rectangular Tank */
.rectangular_tank_wrapp .tank {
  width: 350px;
  height: 355px;
  padding: 0 30px;
}

.rectangular_tank_wrapp .rectangular_tank {
  background-color: #f0f0f0;
  position: relative;
  width: 260px;
  height: 355px;
  margin-top: 50px;
}
.rectangular_tank_wrapp .rectangular_tank:before {
  border-bottom: 2px solid #afe1ff;
  border-left: 2px solid #afe1ff;
  border-right: 2px solid #afe1ff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 3;
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid_top, .rectangular_tank_wrapp .rectangular_tank .tank_fluid_bottom, .rectangular_tank_wrapp .rectangular_tank:after {
  background-color: #f0f0f0;
  position: absolute;
  left: 21px;
  bottom: 100%;
  width: 100%;
  height: 50px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid_bottom {
  background: none;
  border: 2px solid #afe1ff;
  bottom: 0;
  z-index: 2;
}
.rectangular_tank_wrapp .rectangular_tank:after {
  background: none;
  border: 2px solid #afe1ff;
  content: "";
  position: absolute;
  z-index: 2;
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid .top-layer {
  background: #90CEF4;
  position: absolute;
  bottom: 100%;
  left: 21px;
  width: 100%;
  height: 50px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
  z-index: 1;
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid .right-layer {
  background: #5cb3e8;
  position: absolute;
  bottom: 26px;
  left: 100%;
  width: 40px;
  height: 100%;
  -webkit-transform: skewY(-50deg);
  -ms-transform: skewY(-50deg);
  -o-transform: skewY(-50deg);
  transform: skewY(-50deg);
  z-index: 1;
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid_left, .rectangular_tank_wrapp .rectangular_tank .tank_fluid_right {
  border-right: 2px solid #afe1ff;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 43px;
  height: 100%;
  -webkit-transform: skewY(-50deg);
  -ms-transform: skewY(-50deg);
  -o-transform: skewY(-50deg);
  transform: skewY(-50deg);
  z-index: 1;
}
.rectangular_tank_wrapp .rectangular_tank .tank_fluid_right {
  background: #f0f0f0;
  left: 100%;
  width: 42px;
  z-index: 0;
}
.rectangular_tank_wrapp .rectangular_tank .tank_shaft {
  left: 152px;
  top: -35px;
}
.rectangular_tank_wrapp .rectangular_tank .tank_impeller {
  left: 152px;
  top: 262px;
}

.rectangular_tank .tank_fluid {
  position: absolute;
  width: 100%;
  background-color: #5cb3e8;
  bottom: 0;
  left: 0;
  height: 50%;
}

/* EOF Rectangular Tank */
.horyzontal_tank_wrapp {
  white-space: nowrap;
  display: table;
  width: 100%;
}
.horyzontal_tank_wrapp > div {
  display: table-cell;
  float: none !important;
  vertical-align: top;
}
.horyzontal_tank_wrapp .right_side_tank {
  width: 550px;
}

.tank_dimensions #slider-vertical .ui-state-default {
  background: #5CB3E8;
}
.tank_dimensions #Min-liquid-level .ui-state-default {
  background: #3B82B0;
}
.tank_dimensions .min-liquid-level {
  border: 1px solid #3b82b0;
  border-radius: 100%;
  position: absolute;
  width: 100%;
  height: 44px;
  bottom: 0;
  margin-bottom: -22px;
  z-index: 3;
}
.tank_dimensions .horyzontal_tank .min-liquid-level {
  border-bottom: none;
  border-radius: 0;
  height: 1px;
  left: -145px;
  margin: 0;
  width: 520px;
  z-index: 1;
}
.tank_dimensions .rectangular_tank .min-liquid-level {
  border-radius: 0;
  height: 50px;
  left: 21px;
  margin-bottom: 0;
  transform: skewX(-40deg);
}
.tank_dimensions .slider-label {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: -2px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translateX(-35%);
  -moz-transform: rotate(270deg) translateX(-35%);
  transform: rotate(270deg) translateX(-35%);
}

/* EOF Tank */
/* EOF Content */
/* Modal */
.modal .modal-title {
  margin: 0 0 30px;
  color: #0ca6f2;
  font-size: 20px;
  line-height: 30px;
}

.modal .button {
  min-width: 110px;
}

.modal .equipment_autoselect_wrapp table {
  width: 100%;
}

.modal .equipment_autoselect_wrapp h3 {
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 20px;
}

.modal .equipment_autoselect_wrapp .button {
  margin: 0 15px 0 0;
}

.modal .link {
  text-decoration: underline;
}

.modal .link:hover {
  text-decoration: none;
}

/* EOF Modal */
/* CFD Output */
.cfd_output_wrapp .top_block table {
  white-space: nowrap;
}
.cfd_output_wrapp .top_block table select {
  min-width: 110px;
}
.cfd_output_wrapp .content_block table {
  white-space: nowrap;
}
.cfd_output_wrapp .content_block table [rowspan] {
  vertical-align: top;
}
.cfd_output_wrapp .content_block table select {
  min-width: 55px;
}

/* EOF CFD Output */
/* Baffle Design */
.baffle_design > h2 {
  margin-bottom: 0;
}
.baffle_design .dimensions_unit {
  margin: 0 0 20px;
}
.baffle_design .preset_specifications-wrapper {
  overflow: hidden;
  width: 100%;
}
.baffle_design .preset_specifications-wrapper .preset_specifications {
  padding-top: 20px;
  width: 50%;
}
.baffle_design .preset_specifications-wrapper .preset_specifications:first-child {
  border-right: 1px dotted #cbcccd;
}
.baffle_design .preset_specifications-wrapper .preset_specifications table {
  table-layout: fixed;
}
.baffle_design .tank_specifications-wrapper .tank_specifications {
  width: 50%;
}
.baffle_design .tank_specifications-wrapper .cones {
  margin-top: 20px;
}
.baffle_design .tank_specifications-wrapper .cones td {
  text-align: left;
}
.baffle_design .tank_specifications-wrapper .cones td input, .baffle_design .tank_specifications-wrapper .cones td select {
  width: 180px;
}
.baffle_design .baffle_scheme-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme {
  position: relative;
  margin: 25px 0 25px 5px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme .value {
  background: #ebebeb;
  border: 1px solid;
  line-height: 25px;
  height: 27px;
  min-width: 50px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom {
  background: url("../img/baffle_design.png");
  width: 522px;
  height: 578px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_1 {
  left: 473px;
  top: 5px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_2 {
  left: 278px;
  top: 100px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_3 {
  left: 236px;
  top: 207px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_4 {
  left: 303px;
  top: 342px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_5 {
  left: 324px;
  top: 469px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_6 {
  border-color: #339966;
  left: 0;
  min-width: 62px;
  top: 262px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.flat_bottom .value_7 {
  border-color: #339966;
  left: 58px;
  min-width: 62px;
  top: 383px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom {
  background: url("../img/cone_bottom.png");
  width: 521px;
  height: 597px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_1 {
  left: 471px;
  top: 42px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_2 {
  left: 278px;
  top: 94px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_3 {
  left: 247px;
  top: 166px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_4 {
  left: 280px;
  top: 232px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_5 {
  left: 460px;
  top: 441px;
  min-width: 60px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_6 {
  border-color: #339966;
  left: 14px;
  top: 179px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_7 {
  border-color: #339966;
  left: 64px;
  top: 213px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_8 {
  border-color: #339966;
  left: 297px;
  top: 417px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_9 {
  border-color: #339966;
  left: 71px;
  top: 480px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.cone_bottom .value_10 {
  border-color: #339966;
  left: 176px;
  top: 480px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom {
  background: url("../img/dish_bottom.png");
  width: 526px;
  height: 597px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_1 {
  left: 475px;
  top: 42px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_2 {
  left: 279px;
  top: 93px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_3 {
  left: 249px;
  top: 166px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_4 {
  left: 275px;
  top: 231px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_5 {
  left: 68px;
  top: 484px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_6 {
  border-color: #339966;
  left: 13px;
  top: 180px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .value_7 {
  border-color: #339966;
  left: 63px;
  top: 212px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.dish_bottom .extendToBottom {
  position: absolute;
  left: 189px;
  top: 390px;
  width: 47px;
  height: 26px;
  background-color: white;
  border-top: none;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom {
  background: url("../img/hemisphere_bottom.png");
  background-repeat: no-repeat;
  width: 526px;
  height: 597px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_1 {
  left: 424px;
  top: 0px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_2 {
  left: 222px;
  top: 118px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_3 {
  left: 189px;
  top: 156px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_4 {
  left: 222px;
  top: 220px;
  min-width: 63px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_5 {
  left: 44px;
  top: 422px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_6 {
  border-color: #339966;
  left: 0px;
  top: 238px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .value_7 {
  border-color: #339966;
  left: 44px;
  top: 194px;
  min-width: 62px;
}
.baffle_design .baffle_scheme-wrapper .baffle_scheme.hemisphere_bottom .extendToBottom {
  position: absolute;
  left: 189px;
  top: 390px;
  width: 47px;
  height: 26px;
  background-color: white;
  border-top: none;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders {
  margin-left: 5px;
  align-content: flex-start;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders .slider-vertical {
  height: 150px;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders .slider-vertical.liquid_level {
  margin-top: 20px;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders .slider-vertical.baffle_off_bottom_elevation {
  margin-top: 280px;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders .checkbox {
  margin-top: 270px;
  padding-left: 0;
}
.baffle_design .baffle_scheme-wrapper .baffle-sliders .checkbox label {
  padding-left: 0;
  font-size: 14px;
}
.baffle_design .baffle_scheme-wrapper .plan_view {
  width: 185px;
  padding-top: 30px;
  text-align: center;
  margin-left: 15px;
}
.baffle_design .baffle_scheme-wrapper .plan_view img {
  border: 1px solid #000;
}
.baffle_design .baffle_scheme-wrapper .plan_view p {
  margin: 10px 0;
}
.baffle_design .baffle_scheme-wrapper .plan_view table {
  width: 100%;
}
.baffle_design .baffle_scheme-wrapper .supports {
  height: 270px;
  overflow-y: auto;
}

/* EOF Baffle Design */
/* Print Output */
.print_options_wrapp .printer_selection {
  margin-bottom: 20px;
}
.print_options_wrapp .printer_selection h3, .print_options_wrapp .printer_selection h4 {
  display: inline-block;
}
.print_options_wrapp .printer_selection select {
  margin-left: 5px;
}

/* EOF Print Output */
/* Sizing Notes */
.sizing_notes textarea {
  width: 100%;
  border: none;
  resize: vertical;
}

/* EOF Sizing Notes */
/* Shaft Design */
.projects .lebel-units {
  margin: 17px 0  0 149px;
  position: absolute;
  width: 100px;
}

/* EOF Shaft Design */
.custom-combobox {
  display: inline-block;
  position: relative;
}
.custom-combobox .custom-combobox-toggle {
  bottom: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -2px;
}

.common-form input, .common-form select {
  padding: 5px;
  height: 30px;
}

.two-columns {
  display: table;
  width: 100%;
}
.two-columns > div {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.two-columns > div > .btn, .two-columns > div input, .two-columns > div select {
  width: 100%;
}
.two-columns > div:first-child {
  padding-right: 5px;
}
.two-columns > div:last-child {
  padding-left: 5px;
}

.optional_equipment .top_section label input[type="checkbox"] + span,
.content label input[type="checkbox"] + span {
  float: right;
}

.spinner:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.shaft-design-view {
  position: absolute;
  margin-left: 783px;
  top: 102px;
  width: 150px;
  height: 500px;
}
.shaft-design-view .gearbox_mounting {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shaft-design-view .gearbox_mounting:before {
  background: #ccd5db;
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% - 14px);
  left: 50%;
  top: 0;
  margin-left: -4px;
}
.shaft-design-view .gearbox_mounting:after {
  border-top: 1px dashed #a3b3bf;
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 0;
}
.shaft-design-view .gearbox_mounting .gearbox, .shaft-design-view .gearbox_mounting .coupling {
  position: relative;
  left: 50%;
  width: 36px;
  height: 12px;
  margin-bottom: 30px;
  margin-left: -18px;
  z-index: 1;
}
.shaft-design-view .gearbox_mounting .gearbox {
  background: url("../img/bearing.png") 0% 0% no-repeat;
}
.shaft-design-view .gearbox_mounting .coupling {
  border: 1px solid  #A9B8C3;
  background: -webkit-repeating-linear-gradient(top, #f2f4f6, #f2f4f6 4px, #a9b8c3 1px, #a9b8c3 6px);
  background: repeating-linear-gradient(to bottom, #f2f4f6, #f2f4f6 4px, #a9b8c3 1px, #a9b8c3 6px);
}
.shaft-design-view .gearbox_mounting.mounting_3:before {
  height: 100%;
}
.shaft-design-view .gearbox_mounting.mounting_3 .coupling {
  margin-bottom: -10px;
  margin-top: 60px;
}
.shaft-design-view .gearbox_mounting.mounting_4:before {
  height: 100%;
}
.shaft-design-view .gearbox_mounting.mounting_4 .coupling + .coupling {
  margin-bottom: 20px;
  margin-top: -10px;
}
.shaft-design-view .gearbox_mounting.mounting_4 .coupling:last-child {
  bottom: -30px;
}
.shaft-design-view .tank-shaft, .shaft-design-view .steady-bearing {
  background: #f2f4f6;
  border: 1px solid #A9B8C3;
  position: absolute;
  height: 100%;
  width: 8px;
  left: 50%;
  top: 0;
  margin-left: -5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.shaft-design-view .steady-bearing {
  border-top: medium none;
  height: 0;
  top: 100%;
}
.shaft-design-view .steady-bearing:before {
  background: #A9B8C3;
  bottom: -2px;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.shaft-design-view .additional-couplings {
  position: absolute;
  left: 50%;
  bottom: calc(-50% + 35px);
  height: calc(100% - 70px);
  margin-left: -18px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shaft-design-view .additional-couplings .coupling {
  position: absolute;
  background: -webkit-repeating-linear-gradient(top, #f2f4f6, #f2f4f6 4px, #a9b8c3 1px, #a9b8c3 6px);
  background: repeating-linear-gradient(to bottom, #f2f4f6, #f2f4f6 4px, #a9b8c3 1px, #a9b8c3 6px);
  border: 1px solid  #A9B8C3;
  width: 36px;
  height: 12px;
}
.shaft-design-view .tank-impeller_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 430px;
}
.shaft-design-view .tank-impeller_wrapper .tank-impeller {
  position: absolute;
  left: 0;
  z-index: 1;
}
.shaft-design-view .tank-impeller_wrapper .tank-impeller .default_pic {
  margin-left: 11px;
}

.tank-options {
  background: #fff;
  position: fixed;
  right: -325px;
  top: 110px;
  width: 360px;
  transition: right 500ms ease 0s;
  z-index: 10;
}
.tank-options .title {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 40px;
  margin: 0;
}
.tank-options .title .switcher {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  height: 100%;
  padding: 10px 13px;
}
.tank-options .options-body {
  border-left: 1px solid #BFC5C9;
  border-bottom: 1px solid #BFC5C9;
  padding: 20px 20px 20px 35px;
  transition: padding 500ms ease 0s;
  max-height: 70vh;
  overflow: auto;
}
.tank-options .options-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tank-options .options-body label input[type="checkbox"] + span {
  float: right;
}
.tank-options.active {
  right: 0;
}
.tank-options.active .title .switcher {
  height: auto;
}
.tank-options.active .options-body {
  padding: 20px;
}

.lebel-units {
  margin-left: 27px;
}

.pricing-adjustments {
  margin: 30px 0;
}
.pricing-adjustments .pricing-top table {
  width: 780px;
  background: none;
}
.pricing-adjustments .pricing-top table td {
  vertical-align: middle;
}
.pricing-adjustments .pricing-top table td:first-child {
  white-space: nowrap;
  width: 10px;
  padding-left: 0;
}
.pricing-adjustments .pricing-top h2 {
  margin: 0 0 8px;
}
.pricing-adjustments .pricing-top input[type="text"] {
  width: 100px;
}
.pricing-adjustments .pricing-top label input[type="checkbox"] + span {
  margin: 0;
}
.pricing-adjustments .pricing-content table {
  width: 780px;
}
.pricing-adjustments .pricing-content table td.commission {
  width: 80px;
}
.pricing-adjustments .pricing-content table td.sell-price {
  width: 100px;
}

.search.ui-select-container .ui-select-toggle > .caret {
  display: none;
}
.search.ui-select-container input {
  border: 1px solid #c8c8c8;
  border-radius: 0 3px 3px 0;
  width: 203px;
  padding: 4px 30px 4px 10px;
  color: #b3b3b3;
  height: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.search.ui-select-container input:focus {
  outline: none;
}
.search.ui-select-container span.ui-select-toggle {
  border-left: none;
  border-radius: 0 3px 3px 0;
  background-image: none;
  background-repeat: none;
  height: 30px;
  min-width: 203px;
}

.pager li > a, .pager li > span {
  background-color: #0ca6f2;
  border: none;
  color: #fff;
  cursor: pointer;
}

.pager li > a:focus, .pager li > a:hover {
  background-color: #0ca6f2;
  cursor: pointer;
}

.table-longtext {
  max-width: 514px;
  word-wrap: break-word;
}

.enter-panel-wrapper_outer {
  width: 100%;
  height: calc(100% - 68px);
  text-align: center;
}
.enter-panel-wrapper_outer:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.enter-panel-wrapper_outer.vertical-center-none {
  height: auto;
}
.enter-panel-wrapper_outer.vertical-center-none:before {
  display: none;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner {
  display: inline-block;
  width: 400px;
  vertical-align: middle;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel {
  background: #d9d9db;
  text-align: left;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel .title {
  color: #fff;
  background: #495565;
  padding: 15px;
  margin: 0;
  font-size: 24px;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel .content {
  padding: 15px;
  width: 100%;
  float: none;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel + .create-account {
  margin-top: 10px;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel + .create-account * {
  vertical-align: middle;
}
.enter-panel-wrapper_outer .enter-panel-wrapper_inner .enter-panel + .create-account .btn {
  padding: 7px;
  margin-left: 5px;
}
.enter-panel-wrapper_outer .btn {
  background: #0ca6f2;
  border: none;
  color: #ffffff;
  padding: 10px;
}
.enter-panel-wrapper_outer .btn.btn-default {
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
}
.enter-panel-wrapper_outer .form-group:last-child {
  margin-bottom: 0;
}
.enter-panel-wrapper_outer .form-group input {
  padding: 10px;
  border: none;
  border-radius: 0;
}
.enter-panel-wrapper_outer .form-group input[disabled] {
  opacity: 0.3;
}
.enter-panel-wrapper_outer .form-group select {
  width: 100%;
  padding: 10px;
}
.enter-panel-wrapper_outer .form-group .pull-left {
  width: 50%;
  padding-right: 10px;
}
.enter-panel-wrapper_outer .form-group .pull-right {
  width: 50%;
  padding-left: 10px;
}
.enter-panel-wrapper_outer .form-group .btn {
  width: 100%;
  border-radius: 0;
}

.profile_settings {
  margin: -35px 0 0 -40px;
}
.profile_settings #general table {
  width: 100%;
}
.profile_settings #general table td {
  vertical-align: top;
}
.profile_settings #general table td:first-child {
  width: 180px;
}
.profile_settings #general table td h4 {
  margin: 0;
}
.profile_settings #general table td.details {
  color: #8b9093;
}
.profile_settings #general table td.details div {
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
}
.profile_settings .edit {
  display: inline-block;
  color: #0CA6F2;
  cursor: pointer;
}
.profile_settings .editable table {
  width: 470px;
  margin: 10px 0;
}
.profile_settings .editable table td label {
  margin-top: 5px !important;
}
.profile_settings .editable table td label[for="email"] {
  cursor: default;
}
.profile_settings .editable .informer {
  position: relative;
  height: 20px;
}
.profile_settings .editable .buttons {
  text-align: right;
}
.profile_settings .editable .buttons .btn {
  padding: 10px 15px;
}
.profile_settings .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
}
.profile_settings .nav-tabs > li > a:hover {
  padding-right: 16px;
  border-right: none;
}
.profile_settings .nav-tabs > li.active > a {
  border-radius: 0;
  border-top: none;
  padding-top: 11px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.profile_settings .tab-content {
  padding: 35px 0 0 40px;
}
.profile_settings #user_management .user_management-wrapper .top-panel {
  padding: 5px 10px;
  background: #dcdfdf;
}
.profile_settings #user_management .user_management-wrapper .top-panel .add-user {
  color: #0CA6F2;
  line-height: 30px;
}
.profile_settings #user_management .user_management-wrapper table {
  width: 100%;
}
.profile_settings #user_management .user_management-wrapper table tr th {
  background: #cccfd0;
  padding-left: 5px;
  padding-right: 5px;
}
.profile_settings #user_management .user_management-wrapper table tr th > * {
  vertical-align: top;
}
.profile_settings #user_management .user_management-wrapper table tr td {
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  text-overflow: ellipsis;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
}
.profile_settings #user_management .user_management-wrapper table tr td:first-child {
  width: 15px;
}
.profile_settings #user_management .user_management-wrapper table tr td .button {
  margin: 0;
}
.profile_settings #user_management .user_management-wrapper table tr td.actions {
  font-size: 2.3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.profile_settings #user_management .user_management-wrapper table tr td.actions .edit-user {
  color: #0ca6f2;
}
.profile_settings #user_management .user_management-wrapper table tr td.actions .edit-user.done {
  color: green;
}
.profile_settings #user_management .user_management-wrapper table tr td.actions .delete-user {
  color: red;
}
.profile_settings #user_management .user_management-wrapper table tr:nth-of-type(2n+1) td {
  background: #eceff0;
}

.revision-history {
  width: 240px;
  position: fixed !important;
  top: 75px;
  right: 0;
  z-index: 10;
}
.revision-history .title {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  margin: 0;
}
.revision-history .title .close {
  color: #fff;
  font-size: 21px;
  line-height: 16px;
  font-weight: 300;
  opacity: 1;
}
.revision-history .revisions-wrapper {
  background: #fff;
  border-left: 1px solid #BFC5C9;
  border-bottom: 1px solid #BFC5C9;
  max-height: 75vh;
  overflow: auto;
}
.revision-history .revisions-wrapper .revision {
  border-top: 1px solid #DEDEDE;
  padding: 10px;
}
.revision-history .revisions-wrapper .revision:first-child {
  border-top: none;
}
.revision-history .revisions-wrapper .revision .date {
  margin-bottom: 3px;
}
.revision-history .revisions-wrapper .revision .users {
  color: #ABB0B3;
  font-size: 12px;
  line-height: 14px;
}
.revision-history .revisions-wrapper .revision .restore {
  display: none;
  color: #0CA6F2;
  cursor: pointer;
}
.revision-history .revisions-wrapper .revision:hover {
  background: #EEE;
}
.revision-history .revisions-wrapper .revision:hover .date {
  color: #FC2F00;
}
.revision-history .revisions-wrapper .revision:hover .restore {
  display: block;
}

#blue-sheet table {
  width: 100%;
  border: 1px solid #000;
}
#blue-sheet table td {
  border: 1px solid #000;
  vertical-align: top;
  font-size: 12px;
}
#blue-sheet table td p {
  font-size: 12px;
}
#blue-sheet table td label {
  width: auto;
}
#blue-sheet input {
  width: auto;
  max-width: 125px;
}
#blue-sheet select {
  min-width: 56px;
}
#blue-sheet textarea {
  display: block;
  min-width: 270px;
}
#blue-sheet .input-group input {
  width: 100%;
  min-width: 100px;
  max-width: none;
}

.main_content {
  position: relative;
}

.main_content .animated-views.ng-animate {
  position: absolute;
}

.main_content .main-views.ng-animate {
  width: 930px;
  top: 35px;
}

.main_content .animated-views.ng-enter,
.main_content .animated-views.ng-leave {
  transition: all ease 0.5s;
}

.main_content .animated-views.ng-enter {
  transform: translateX(100%);
  opacity: 0;
}

.main_content .animated-views.ng-enter.ng-enter-active,
.main_content .animated-views.ng-leave {
  transform: translateX(0);
  opacity: 1;
}

.main_content .animated-views.ng-leave.ng-leave-active {
  transform: translateX(-100%);
  opacity: 0;
}

.revision-history.ng-hide-add, .revision-history.ng-hide-remove,
.tank-options.ng-hide-add, .tank-options.ng-hide-remove {
  transition: all ease 0.5s;
}

.revision-history.ng-hide,
.tank-options.ng-hide {
  right: -280px;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.dib {
  display: inline-block;
}
.dib + .dib {
  margin-left: 10px;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.w-a {
  width: auto !important;
  min-width: 10px !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-a-0 {
  padding: 0rem 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-a-0 {
  margin: 0rem 0rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-a-2 {
  padding: 2rem 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-a-2 {
  margin: 2rem 2rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}
.template_link {
    display: inline-flex;      /* ✅ forces a real box */
    align-items: center;
    gap: 8px;
}

.template_link.passed {
    cursor: pointer;           /* ✅ hand cursor */
}

.template_link.passed * {
    cursor: pointer;           /* ✅ image + text */
}

.template_link.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

/*# sourceMappingURL=main.css.map */
