body {
  font-family: 'Nunito Sans', sans-serif;
  color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
span {
  cursor: pointer;
}
img.settings {
  cursor: pointer;
}
.fa-trash-o {
  cursor: pointer;
}
.Wc {
  cursor: default;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.impellersmalltext {
  width: 40px;
  -moz-appearance: textfield;
}
.CostInput {
  width: 40px;
  -moz-appearance: textfield;
}
.ttpInput {
  width: 40px;
  color: black;
  -moz-appearance: textfield;
  cursor: black;
}
.ttpInput:focus {
  box-shadow: none;
  color: black;
}
.accInput {
  width: 150px;
  -moz-appearance: textfield;
}
input[type='number'] {
  -moz-appearance: textfield;
}
:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}
.loadergif {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadergif > img {
  width: 250px;
}
/*  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;

  /* -webkit-box-shadow: -175px 38px 300px 117px rgba(77, 66, 66, 1);
  -moz-box-shadow: -175px 38px 300px 117px rgba(77, 66, 66, 1);
  box-shadow: -175px 38px 300px 117px rgba(77, 66, 66, 1);
} */
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
button:focus,
select,
select:focus {
  color: inherit;
  text-decoration: none;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  outline: none;
}

input {
  border: 1px solid #dbdbdc;
  border-radius: 2px;
}

img {
  max-width: 100%;
}

.break {
  display: block;
}

.border-with-white-bg {
  background: #fff;
  border: 1px solid #e3e3e3;
}

.pad-30-20 {
  padding: 30px 20px;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mgt-15 {
  margin-top: 15px;
}

.mgl-10 {
  margin-left: 10px !important;
}

.mgl-20 {
  margin-left: 20px !important;
}

.pdl-30 {
  padding-left: 70px !important;
}

.pdl-20 {
  padding-left: 20px !important;
}

.pdr-0 {
  padding-right: 0 !important;
}

.cursot-btn {
  cursor: pointer;
}

.btn-green {
  background: #53b052;
  color: #fff;
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}
.Cost-li {
  margin-left: -12px;
}

.btn-gray {
  background: #a5a5a5;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
}

.btn-green:hover,
.btn-green:focus,
.btn-gray:hover,
.btn-gray:focus {
  background: #0080c8;
  color: #ffffff;
}

.tab-main {
  display: table;
  width: 100%;
}

.border-btm-input {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.tab-main .tab-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 35px;
  height: 19px;
}

/* .switch input {
  display: none;
} */

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f9fb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ccc;
}

.slider:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
.conf-pwd {
  padding-top: 15px;
}

.switch input:checked + .slider {
  background-color: #53b052;
  border: 1px solid transparent;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #53b052;
}

.switch input:checked + .slider:before {
  left: -8px;
  bottom: 1px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.login-page {
  display: table;
  width: 100%;
}

.login-main {
  background: #ebebeb url(images/home-bg.png) no-repeat right 0;
  height: 100vh;
  background-size: auto 100%;
  display: table-cell;
  vertical-align: middle;
}

.login-left-in {
  max-width: 326px;
  margin: auto;
}

.login-left-in figure {
  margin-bottom: 25px;
}

.login-left-in form .form-row {
  margin-bottom: 16px;
}

.login-left-in form input {
  width: 100%;
  height: 43px;
  padding: 0 0 0 20px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.login-left-in form input[type='submit'] {
  padding: 0;
  background: #e50006;
  color: #fff;
  border: none;
}

.login-left-in form input.username {
  background: #fff url(images/username-icon.png) no-repeat right 20px center;
}

.login-left-in form input.password {
  background: #fff url(images/password-icon.png) no-repeat right 20px center;
}

.login-left-in img {
  position: relative;
  top: -2px;
  margin: 0 5px 0 0;
}

.login-left-in p {
  font-weight: 700;
}

.login-right h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 200;
  margin-left: 30%;
}

.login-right h1 span {
  font-weight: 800;
}

.login-main-in {
  display: table;
  width: 100%;
}

.login-main aside {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.login-left {
  position: static;
}

.login-left .copy-right {
  position: absolute;
  bottom: 30px;
}

.header-right {
  background: url(images/header-bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 20px 0;
  text-align: right;
}

.header-right h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 200;
  display: inline-block;
  width: auto;
  margin: auto;
  margin-right: 10%;
}

.header-right h3 span {
  font-weight: 800;
}

.main-header .logo-sec {
  padding-top: 18px;
}

.main-nav {
  background: #e50006;
}

.main-nav ul li {
  list-style: none;
  float: left;
  padding: 0 15px 0 0;
}

.main-nav ul li a {
  color: #fff;
  line-height: 50px;
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
}

.main-nav ul li a img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.main-nav ul li a:hover {
  background: #c10005;
}

.mid-body {
  background: #f1f1f1;
  padding: 25px 0;
}

.mid-body h1 {
  margin: 0 0 20px;
  font-size: 25px;
  color: #0080c8;
  font-weight: 700;
}

.search-box {
  padding: 15px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.search-box input {
  width: 100%;
  display: block;
  height: 50px;
  font-size: 16px;
  padding: 0 0 0 15px;
}

.search-box button {
  position: absolute;
  background: #0080c8;
  padding: 0 15px;
  height: 50px;
  border: none;
  top: 0;
  right: 0;
}

.search-box form {
  position: relative;
  border: 1px solid #f0f0f0;
}

.project-sort h4 {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
}

.project-sort-in {
  display: table;
  width: 100%;
  background: #e5e5e5;
  padding: 8px 0;
}

.project-sort aside {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.project-sort select {
  height: 38px;
  display: block;
  width: 100%;
  color: #999999;
  padding: 0 0 0 10px;
  background: #fff;
}

.project-table th {
  background: #f5f7fd;
}

.project-table .table > thead > tr > th,
.project-table .table > tbody > tr > td {
  padding: 15px 10px;
}

.project-table .table > thead > tr > th {
  border: none;
}

.project-table .table tbody tr:first-child td {
  border-top: 0;
}

.project-table .table tbody tr td {
  background: #fff;
}

.project-table .table > tbody > tr:hover td {
  background: #f8f8f8;
}

.project-table .table tbody tr td a {
  font-weight: 700;
  color: #0080c8;
}

.project-table-main {
  border: 1px solid #e3e3e3;
}

.project-table .table {
  margin-bottom: 0;
}

.pagination {
  text-align: center;
  display: block;
}

.pagination span {
  width: 34px;
  height: 34px;
  display: inline-block;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  font-size: 16px;
  color: #999999;
  line-height: 34px;
}

.pagination span.active {
  background: #0080c8;
  border-radius: 50%;
  color: #fff;
}

.pagination a i {
  font-size: 18px;
  margin-right: 10px;
}

#secondary-nav {
  padding: 0;
}

.navbar {
  margin-bottom: 0;
  background: none;
  border: none;
}

.secondary-nav ul li {
  padding: 0 14px;
}

.secondary-nav ul li:first-child {
  padding-left: 0;
}

.secondary-nav ul li a {
  font-size: 15px;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}

.secondary-nav ul li a:hover,
.secondary-nav ul li a:focus {
  background: none !important;
  color: #e50006 !important;
  border-bottom: 2px solid #e50006;
}

.secondary-nav ul li a img {
  margin: 0 10px 0 0;
  position: relative;
  top: -1px;
}

.border-form .form-row:after {
  content: '';
  clear: both;
  display: block;
}

.border-form .form-row + .form-row {
  margin-top: 20px;
}

.border-form label {
  margin: 5px 0 0;
}

.border-form input {
  font-size: 15px;
  border: none;
  display: block;
  width: 100%;
  max-width: 370px;
  border-bottom: 1px solid #e3e3e3;
}

.select-inline {
  display: inline-block;
  padding-left: 15px;
}

.select-inline label {
  margin-right: 5px;
}

.operating-table table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.operating-table table thead {
  background: #f6f7fc;
}

.operating-table table thead th,
.operating-table table tbody td {
  text-align: center;
}

.operating-table table thead tr th,
.operating-table table tbody tr td {
  border-top: 1px solid #e3e3e3 !important;
  border-bottom: 1px solid #e3e3e3;
}

.operating-table table thead tr th:first-child,
.operating-table table tbody tr td:first-child {
  border-left: 1px solid #e3e3e3;
}

.operating-table table thead tr th:last-child,
.operating-table table tbody tr td:last-child {
  border-right: 1px solid #e3e3e3;
}

.operating-table table tbody td {
  background: #fff;
  padding: 20px 10px;
}

.operating-table table tbody td span {
  color: #e50006;
  font-weight: 700;
}
.dropdown-humidity {
  background: #e3e3e3;
  width: 110px;
  top: -2px;
}
.dropdown-humidity > span {
  margin-left: -24px;
}
.dropdown-humidity > .select-with-icon {
  font-size: small;
  font-family: inherit;
  color: rgb(108, 108, 108);
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 30px;
  border-bottom: 1px solid #e3e3e3;
  background: url(images/select-icon.png) no-repeat right top;
  padding: 0 25px 10px 5px !important;
}
.dropdown {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175);
  position: relative;
  top: -2px;
}

.dropdown button {
  border: none;
  background: none;
  padding: 5px 0;
}

.dropdown button span {
  font-size: 18px;
  margin: 0 0 0 10px;
}

.dropdown ul {
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.175);
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  border-top: 0;
  min-width: 100%;
  border-radius: 0;
}

.dropdown-menu li {
  font-weight: 400;
  padding: 6px 10px;
  border-top: 1px solid #dbdbdc;
}

.btm-btns .btn-green {
  margin: 0 0 0 10px;
}

.select-with-icon {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 148px;
  border-bottom: 1px solid #e3e3e3;
  background: url(images/select-icon.png) no-repeat right top;
  padding: 0 25px 10px 5px !important;
}

.fan-assembling .border-form label {
  margin: 0;
}

.fan-assembling .panel-group .panel {
  box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 0;
}

.fan-assembling .panel-group .panel + .panel {
  margin-top: 10px;
}

.fan-assembling .panel-group .panel-heading {
  padding: 22px 15px 20px 15px;
}

.fan-assembling .panel-title a {
  display: block;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px;
}

.fan-assembling .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.fan-assembling .panel-body {
  padding-top: 0;
  padding-bottom: 25px;
}

.border-form input.small {
  max-width: 150px;
}

.control-form .form-row {
  height: 64px;
  border-bottom: 1px solid #e3e3e3;
}

.control-form .form-row + .form-row {
  margin-top: 0;
}

.control-form.border-form input {
  border-bottom: 1px solid #e3e3e3 !important;
  border-bottom: none;
}

.control-form.border-form label {
  margin: 0;
}

.control-form.border-form .select-with-icon {
  border-bottom: none;
  padding: 0;
}

.control-form .form-row button {
  padding: 0;
  display: inline-block;
  min-width: 100px;
  line-height: 34px;
  margin-right: 6px;
}

.selected i {
  color: #53b052;
}

.focused i {
  color: #0080c8;
}
.noise-page .border-form .select-with-icon {
  min-width: auto;
  padding: 0 30px 0 0;
}

.panel-title {
  position: relative;
}

.panel-title i {
  position: absolute;
  right: 0;
  font-size: 20px;
}

.radio-inline {
  display: inline-block;
  margin: 0 20px 0 0;
}

.secondary-nav ul li img {
  filter: grayscale(100%);
}

.secondary-nav ul li.active img,
.secondary-nav ul li:hover img {
  filter: grayscale(0);
}

.secondary-nav ul li.active a {
  color: #e50005 !important;
  background: none !important;
}

input[type='radio'] {
  display: none;
}

input[type='radio'] + label {
  color: #999999;
}

input[type='radio'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

input[type='radio']:checked + label span {
  border: 1px solid #999999;
  position: relative;
}

input[type='radio']:checked + label span:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #999999;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  margin-top: -5px;
}

.fan-result-table table {
  border-collapse: collapse;
}

.fan-result-table table thead tr th {
  border: none !important;
}

.fan-result-table table tr.fan-tab-head th {
  padding: 16px 8px;
}

.fan-result-table table tr.fan-tab-head-2 {
  background: #fff;
}

.fan-result-table table tr.fan-tab-head-2 th {
  padding: 18px 8px;
}

.fan-result-table table thead {
  border: 1px solid #e3e3e3;
}

.fan-result-table table tbody {
  border-top: 14px solid #f1f1f1;
}

.fan-result-table table tbody tr td:first-child {
  background: #f5f7fd;
}

.fan-result-table table tbody td {
  padding: 13px 10px;
}

.fan-result-table table tbody td img {
  padding: 0 5px;
}

.fan-result-table table tr.fan-tab-head th img {
  margin-left: 5px;
}

.modal-tabs-nav.nav-tabs > li.active > a,
.modal-tabs-nav.nav-tabs > li.active > a:hover,
.modal-tabs-nav.nav-tabs > li.active > a:focus {
  border: none;
  background: none;
  margin: 0 !important;
  position: relative;
}

.modal-tabs-nav.nav-tabs > li:hover a:after,
.modal-tabs-nav.nav-tabs > li.active > a:after,
.modal-tabs-nav.nav-tabs > li.active > a:hover:after,
.modal-tabs-nav.nav-tabs > li.active > a:focus:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #0080c8;
}

.modal-tabs-nav.nav-tabs li {
  padding: 0 18px;
}

.modal-tabs-nav.nav-tabs li a {
  padding: 10px 0;
  border: none;
  background: none;
  margin: 0 !important;
  font-weight: 700;
  color: #737373;
}

.modal-tabs-nav.nav-tabs li a:hover {
  border: none;
  background: none;
  margin: 0 !important;
}

.nav-tabs {
  border-bottom: 1px solid #0080c8;
}

.modal-tabs-nav.nav-tabs li:first-child {
  padding-left: 0;
}

.modal-tabs {
  padding-top: 22px;
}

.modal-cont p {
  padding: 5px 0;
}

.modal-cont p strong {
  float: left;
  width: 60%;
}

.modal-header {
  padding: 0;
  border-bottom: none;
}

.modal-header .close {
  margin-top: 0;
  position: absolute;
  right: 14px;
  background: #0080c8;
  top: 18px;
  z-index: 1;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  border: none;
  width: 100%;
}

.modal-dialog {
  width: 100%;
  width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-content input {
  border: none;
  border-bottom: 1px solid #737373;
  background: none;
}

#casingTab .modal-cont p strong {
  width: 45%;
}

#casingTab .modal-cont .select-with-icon {
  border-bottom: none;
  min-width: auto;
  margin-right: 10px;
  padding: 0 30px 0 0;
}

.impeller-main table tbody tr td:nth-child(6),
.impeller-main table tbody tr td:nth-child(7),
.impeller-main table tbody tr td:nth-child(8) {
  /* display: none; */
  background-color: #f6f7fc;
}

.impeller-table.table > thead {
  background: #f5f7fd;
}

.impeller-table.table > thead > tr > th {
  vertical-align: middle;
  border: none;
}

.impeller-table.table tbody tr td {
  border-bottom: 1px solid #ddd;
}

.modal-content h3,
.impeller-main h3 {
  font-size: 17px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 10px;
}

.table-scroll {
  position: relative;
  max-height: 300px;
  overflow-y: scroll;
}

.modal-body {
  background: #f5f7fd;
}

.impeller-table.table thead {
  background: #d7d8dc;
}

.impeller-table.table tbody tr td {
  background: #fff;
}

.impeller-table.table tbody tr td:first-child {
  font-weight: 700;
}

.impeller-table.table tbody tr td {
  padding: 10px 18px;
}

.cost-est-table table,
.cost-est-sec-table table {
  border-collapse: collapse;
}

.cost-est-table.operating-table table tbody tr td {
  border-top: 0 !important;
}

.cost-est-header a {
  color: #0080c8;
  font-weight: 700;
}

.cost-est-header a img {
  margin: 0 10px 0 0;
  max-width: 20px;
  height: auto;
}

.cost-est-table table thead tr th {
  border-bottom: none;
}

.cost-est-table table thead tr th,
.cost-est-table table tbody tr td,
.cost-est-sec-table table thead tr th,
.cost-est-sec-table table tbody tr td {
  text-align: left;
}

.cost-est-table table thead tr th,
.cost-est-table table tbody tr td {
  padding: 15px 18px;
}

.cost-est-sec-table .table > thead > tr > th,
.cost-est-sec-table .table > tbody > tr > th,
.cost-est-sec-table .table > tfoot > tr > th,
.cost-est-sec-table .table > thead > tr > td,
.cost-est-sec-table .table > tbody > tr > td,
.cost-est-sec-table .table > tfoot > tr > td {
  padding: 12px 18px;
}

.cost-est-sec-table .table tbody tr:last-child td {
  background: #f5f7fd;
}

.gray-table table tr td {
  background: #666666;
  font-weight: 700;
  color: #fff;
}

.gray-table table tbody td span {
  font-weight: 300;
  color: #fff;
}

.gray-table .table tbody tr:last-child td {
  background: #666666;
}

.cost-est-sec-table thead tr th:first-child,
.cost-est-sec-table tbody tr td:first-child {
  width: 40%;
}

.cost-est-sec-table thead tr th,
.cost-est-sec-table tbody tr td {
  width: 15%;
}

.cost-est-table table,
.cost-est-sec-table table {
  margin-bottom: 5px;
}

.impeller-main h3 {
  margin-top: 20px;
}

.impeller-main input[type='checkbox'] {
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.impeller-table.table tbody tr.gray-bg td {
  background: #d7d8dc;
}

.blue-btn,
a.blue-btn {
  background: #53b052;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 16px;
}
.blue-btn:hover,
.blue-btn:hover,
.blue-btn:focus,
.blue-btn:focus,
.btn-blue:hover,
.btn-blue:focus,
a.btn-blue:hover,
a.btn-blue:focus {
  background: #0080c8;
}

.blue-btn {
  background: #53b052 !important;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 16px;
  border: none;
}
.blue-btn:hover,
.blue-btn:hover,
.blue-btn:focus,
.blue-btn:focus,
.btn-blue:hover,
.btn-blue:focus,
button.btn-blue:hover,
button.btn-blue:focus {
  background: #0080c8 !important;
}
.impeller-heading {
  padding: 5px 0 10px;
}

.impeller-heading h3 {
  margin: 7px 0 0;
}

.impeller-form-table select {
  border: none;
  min-width: auto;
  padding: 0 40px 0 0;
}

.impeller-form-table input[type='text'] {
  border: none;
  width: 40%;
}

.impeller-form-table.table tbody tr td {
  padding: 15px 18px 4px 18px;
  position: relative;
}

.impeller-form-table.table tbody tr td + td:after {
  content: '';
  display: block;
  width: 40%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: auto;
}

.impeller-form-table.table tbody tr td + td + td + td:after {
  display: none;
}

.impeller-form-table.table tbody tr.no-brdr td {
  padding-top: 10px;
  padding-bottom: 12px;
}

.impeller-form-table.table tbody tr.no-brdr td:after,
.impeller-form-table.table tbody tr td.no-brdr-td:after {
  display: none;
}

.impeller-table thead.imp-main-head {
  background: no-repeat;
  font-size: 18px;
}

.main-nav-right ul li {
  padding: 0 10px;
}

.operating-table .fa-trash-o {
  font-size: 22px;
  line-height: 20px;
}

.edit-btns button {
  margin: 15px 0 0 20px;
  position: static;
  height: auto;
  padding: 10px 25px;
  background: #53b052;
}

.edit-btns form {
  border: none;
}

.edit-user-tab tr td span i {
  font-size: 25px;
  margin: 0 15px 0 0;
  line-height: 20px;
}

.edit-user-tab tr th input {
  width: 100%;
  height: 35px;
}

.edit-user-tab thead.second-tab-head {
  border-top: 1px solid #fff;
}

.resistent-form {
  padding: 15px 30px 15px 30px;
}

.resistent-form select,
.resistent-form input {
  width: 100%;
  margin: 0 0 25px;
  display: block;
  max-width: 100%;
}

.create-user-form {
  max-width: 650px;
}

.create-user-form .form-row {
  margin-bottom: 20px;
}

.create-user-form .radio-inline {
  margin: 0;
}

.fan-speed-head {
  padding-bottom: 8px;
}

.fan-speed-head h1 {
  margin: 8px 0 17px;
}

.fan-speed-head .blue-btn {
  padding: 10px 16px;
}

.fan-speed-head .blue-btn i {
  margin-right: 6px;
}

.fan-speed-modal-head {
  background: #f5f7fd;
  padding: 25px;
}

.fan-speed-modal-head h2 {
  font-size: 20px;
  color: #0080c8;
  font-weight: 700;
  margin: 0;
}

.fan-speed-modal-body {
  background: #fff;
  padding: 30px 20px;
}

.fan-speed-modal-body input,
.fan-speed-modal-body select {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.fan-speed-modal-body .label-sec {
  text-align: right;
}

.fan-speed-modal-body .form-row {
  margin-bottom: 25px;
}

.fan-speed-modal-body h4 {
  text-align: center;
  padding-bottom: 20px;
}

#settings-nav {
  display: none;
}

.main-nav-right ul {
  float: right;
}
.main-nav-right ul li:last-child {
  border-left: 2px solid #c10005;
}

.login-left-in form input[type='submit']:focus {
  background: #0080c8;
}

.impeller-form-table.table tbody tr td:nth-child(2),
.impeller-form-table.table tbody tr td:nth-child(3) {
  padding-left: 0;
}
.impeller-form-table select:disabled {
  background-color: #ebebe4;
}

/* Responsive */

@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
    position: absolute;
    right: 60px;
    top: -50px;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    text-align: center;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar {
    min-height: inherit;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
    border: none;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .navbar-inverse .navbar-toggle {
    border: 2px solid #fff;
  }
  .navbar-toggle {
    margin-top: 7px;
  }
  .main-nav-right {
    padding-right: 50px;
  }
}

@media (max-width: 1099px) {
  .login-right h1 {
    margin-left: 0;
  }
  .navbar-header {
    right: 12px;
  }
}

@media (max-width: 1023px) {
  .navbar-header {
    right: 5px;
  }
}

@media (max-width: 991px) {
  .impeller-form-table tr th:first-child,
  .impeller-form-table tr td:first-child {
    width: 35%;
  }
  .main-nav ul li a {
    padding: 0;
  }
  .main-nav-right {
    padding-right: 60px;
  }
  .main-nav-right ul li {
    float: left;
  }

  .table.table-responsive {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  .cost-est-sec-table thead,
  .cost-est-sec-table tbody,
  .impeller-table thead,
  .impeller-table tbody,
  .project-table thead,
  .project-table tbody {
    display: table;
    width: 100%;
  }
  .fan-res-tab-img tr td:first-child {
    width: 90px;
    display: inline-block;
  }
  .create-edit-tab thead tr th input {
    display: block;
    width: 150px;
    margin: auto;
  }
  .create-edit-tab thead tr th:nth-child(3) input {
    margin: 0;
  }
  .create-edit-tab .table > thead > tr > th:first-child,
  .create-edit-tab .table > tbody > tr > td:first-child {
    width: 10%;
  }
  .create-edit-tab .table > thead > tr > th,
  .create-edit-tab .table > tbody > tr > td {
    width: 30%;
  }
  .fan-speed-tab .table > thead > tr > th,
  .fan-speed-tab .table > tbody > tr > td {
    width: 12%;
  }
  .fan-speed-tab tr td span i {
    margin: 0 5px 0 0;
  }
  .navbar-header {
    right: 95px;
  }
  .project-list-tab table tr th:first-child,
  .project-list-tab table tr td:first-child {
    width: 50px;
  }
  .project-list-tab table tr th:nth-child(2),
  .project-list-tab table tr td:nth-child(2) {
    width: 32%;
  }
  .project-list-tab table tr th:nth-child(3),
  .project-list-tab table tr td:nth-child(3) {
    width: 20%;
  }
  .project-list-tab table tr th:nth-child(4),
  .project-list-tab table tr td:nth-child(4) {
    width: 20%;
  }
  .project-list-tab table tr th:nth-child(5),
  .project-list-tab table tr td:nth-child(5) {
    width: 20%;
  }
  .project-list-table tr th:first-child,
  .project-list-table tr td:first-child {
    width: 10%;
  }
  .project-list-table tr th:nth-child(2),
  .project-list-table tr th:nth-child(3),
  .project-list-table tr th:nth-child(4),
  .project-list-table tr th:nth-child(5),
  .project-list-table tr td:nth-child(2),
  .project-list-table tr td:nth-child(3),
  .project-list-table tr td:nth-child(4),
  .project-list-table tr td:nth-child(5) {
    width: 20%;
  }
  .edit-user-tab tr th:first-child,
  .edit-user-tab tr td:first-child {
    width: 10%;
  }
  .edit-user-tab tr th:nth-child(2),
  .edit-user-tab tr th:nth-child(3),
  .edit-user-tab tr th:nth-child(4),
  .edit-user-tab tr td:nth-child(2),
  .edit-user-tab tr td:nth-child(3),
  .edit-user-tab tr td:nth-child(4) {
    width: 30%;
  }
}

@media (max-width: 969px) {
  .chart-title {
    left: 40% !important;
  }
  .navbar-header {
    right: 59px;
  }
}

@media (max-width: 899px) {
  .chart-title {
    left: 30% !important;
  }
  .navbar-header {
    right: 0;
    margin: 0 !important;
  }
  .main-nav-right ul li {
    padding-right: 11px;
  }
}

@media (max-width: 799px) {
  .chart-title {
    left: 29% !important;
  }
  .login-left-in {
    margin: 0;
  }
  .login-right h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .chart-title {
    left: 28% !important;
  }
  .head-with-btns,
  .head-with-btns .text-right {
    text-align: center;
  }
  .head-with-btns .text-right a {
    margin-bottom: 20px;
  }
  .select-with-icon {
    width: 100% !important;
  }
  .login-main {
    background: #ebebeb;
    padding: 20px 0;
  }
  .login-main aside {
    display: block;
  }
  .login-left-in {
    margin: auto;
  }
  .login-right h1 {
    color: #0080c8;
    font-size: 40px;
    margin-top: 40px;
  }
  .copy-right {
    margin-top: 15px;
    text-align: center;
    position: static;
  }
  .main-nav-right {
    text-align: right;
  }
  .main-nav-right ul li {
    padding-right: 15px;
  }
  .main-nav ul li a:hover {
    background: none;
  }
  .header-right {
    background: #0080c8;
  }
  .main-nav-left ul li a {
    font-size: 0;
  }
  .btm-btns {
    text-align: center;
  }
  .btm-btns .right-btns {
    margin-top: 20px;
    text-align: center;
  }
  .modal-dialog {
    width: 100%;
    margin: 30px 0 0;
    height: auto;
  }
  .modal-dialog .modal-content {
    margin: 0 10px;
  }
  .operating-table {
    padding: 0 10px;
  }
  .operating-btm-btns {
    text-align: left;
    margin: 0;
  }
  .operating-btm-btns .btm-btns .right-btns {
    margin-top: 0;
    text-align: right;
  }
  .operating-btm-btns .btn-gray {
    margin-top: 0;
  }
  .operating-btm-btns .btn-green {
    padding: 6px 10px;
  }
}

@media (max-width: 667px) {
  .radio-inline {
    margin: 0;
  }
  .radio-inline,
  .checkbox-inline {
    padding-left: 0;
  }
  .project-sort aside {
    display: block;
  }
  .project-sort h4 {
    margin: 0 0 10px;
    text-align: center;
  }
  .project-sort select {
    margin: auto;
    display: block;
    width: 300px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
  }
  .containergraph > .row {
    padding: 10px !important;
  }
  .chart-title {
    font-size: 4vw !important;
  }
  .graph-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
 
}


@media (max-width: 599px) {
  .chart-title {
    left: 26% !important;
  }
  .logo-sec img {
    max-width: 150px;
    height: auto;
  }
  input[type='radio'] + label span {
    width: 20px;
    height: 20px;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-top: 6px;
    margin-left: 0;
  }
  .radio-inline,
  .checkbox-inline {
    display: block;
  }
  .tab-main .tab-cell {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .control-form .form-row button {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .opt-left,
  .opt-right {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
  }
  .opt-right {
    padding-bottom: 20px;
  }
  .opt-right .select-inline {
    padding-left: 0;
    padding-right: 10px;
  }
  .operating-btm-btns .right-btns {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
    margin: 0;
  }
  .table.table-responsive,
  .cost-est-sec-table thead,
  .cost-est-sec-table tbody,
  .impeller-table thead,
  .impeller-table tbody,
  .project-table thead,
  .project-table tbody {
    width: 650px;
  }
  .login-left .copy-right {
    bottom: 10px;
  }
  .impeller-form-table tr th:nth-child(2),
  .impeller-form-table tr td:nth-child(2),
  .impeller-form-table tr th:nth-child(3),
  .impeller-form-table tr td:nth-child(3) {
    width: 20%;
  }
  .impeller-form-table tr th:first-child,
  .impeller-form-table tr td:first-child,
  .impeller-form-table tr th:last-child,
  .impeller-form-table tr td:last-child {
    width: 30%;
  }
}

@media (max-width: 479px) {
  .chart-title {
    left: 45% !important;
  }
  .main-header aside {
    width: 100%;
    text-align: center;
  }

  .main-header .logo-sec {
    padding-bottom: 18px;
  }
  .header-right {
    padding: 10px 0;
  }
  .header-right h3 {
    margin-right: 0;
  }
  .main-nav ul li {
    padding: 0 8px;
    float: none;
    display: inline-block;
    float: none;
    display: inline-block;
  }
  .main-nav-right {
    padding-right: 65px;
    padding-left: 10px;
  }
  .main-nav-right ul {
    float: left;
  }
  .main-nav-right ul li {
    display: block !important;
  }
  .main-nav-right ul li a {
    line-height: normal;
  }
  .main-nav-right ul li:last-child {
    border-left: none;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .pagination span {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .project-sort select {
    width: 100%;
  }
  .fan-speed-head .blue-btn {
    padding: 5px 7px;
    font-size: 11px;
  }
  .fan-speed-modal-body .label-sec,
  .fan-speed-modal-body .input-sec {
    width: 100%;
    display: block;
    float: none;
    text-align: left;
  }
  .fan-speed-modal-body .label-sec {
    margin-bottom: 10px;
  }
  .btn-green {
    padding: 10px 30px;
  }
  .main-nav-left,
  .main-nav-right {
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
  }
  .navbar-toggle {
    margin-top: 3px;
  }
  .main-nav-left {
    text-align: center;
  }
}

@media (max-width: 413px) {
  .tab-main .tab-cell {
    width: 100%;
    display: block;
  }
  /*.noise-page .border-form .select-with-icon{ padding: 0 10px 0 0;}*/
}

@media (max-width: 375px) {
  .main-nav-left {
    padding-right: 0;
  }
  .mid-body h1 {
    font-size: 18px;
  }
}
a {
  cursor: pointer;
}

@media (max-width: 479px) {
  .header-right {
    display: none;
  }
}

.cost-input {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 148px;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 25px 10px 0 !important;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
.impeller-main .switch {
  top: 2px;
}
.pdl-0 {
  padding-left: 0 !important;
}
