@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
/*-----------------------------------------------------------------------------------*/
/*  GENERAL STYLING
/*-----------------------------------------------------------------------------------*/

body {
  font-family: "Lato", sans-serif;
  height: 100%;
  color: #757b87;
}
/**
 * author: sandeep sidhwani
 * description:  background color change.
 */
.icon-section {
  background-color: #105da3;
  line-height: 7px;
  padding-top: 10px;
  margin-bottom: 0px;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #757b87;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

li label {
  position: relative;
  color: #757b87;
  font-weight: lighter;
}

label {
  color: #757b87;
  font-weight: lighter;
  padding: 10px 5px;
}

p {
  text-align: justify;
}

p label {
  text-align: justify;
}
/* ----------Custom Color Code ---------- */

.primary,
.primary > a,
.primary > a:visited,
.primary > a:hover,
.primary > a:active {
  color: #0f5ca3;
  text-decoration: none;
}

.danger,
.danger > a,
.danger > a:visited,
.danger > a:hover,
.danger > a:active {
  color: #ef6f6c;
  text-decoration: none;
}

.success,
.success > a,
.success > a:visited,
.success > a:hover,
.success > a:active {
  color: #01bc8c;
  text-decoration: none;
}

.warning,
.warning > a,
.warning > a:visited,
.warning > a:hover,
.warning > a:active {
  color: #f89a14;
  text-decoration: none;
}

.yellow,
.yellow > a,
.yellow > a:visited,
.yellow > a:hover,
.yellow > a:active {
  color: #ffd43c;
  text-decoration: none;
}
/* ---------- //Custom Color Code End ---------- */
/* ---------- Text-Bg color Code Css ---------- */

.bg-default {
  background-color: #f5f5f5;
}

.bg-primary {
  background-color: #418bca;
  color: #fff;
}

.bg-success {
  background-color: #01bc8c;
  color: #fff;
}

.bg-danger {
  background-color: #ef6f6c;
  color: #fff;
}

.bg-warning {
  background-color: #f89a14;
  color: #fff;
}
/* ---------- //Text-Bg color Code Css End ---------- */
/* ---------- Why choose us Section css ---------- */

#accordion {
  margin-top: 2%;
}

.text_bg {
  background-color: #f2eded !important;
}
/* ---------- //Why choose us Section End ---------- */
/* ---------- Text-Bg Border color Code Css ---------- */

.border-primary {
  border-bottom: 2px solid #418bca;
  padding-bottom: 5px;
}

.border-warning {
  border-bottom: 2px solid #f89a14;
  padding-bottom: 5px;
}

.border-success {
  border-bottom: 2px solid #01bc8c;
  padding-bottom: 5px;
}

.border-danger {
  border-bottom: 2px solid #ef6f6c;
  padding-bottom: 5px;
}
/* ---------- //Text-Bg Border color Code Css End---------- */
/* ---------- Text-Success Css---------- */

.text-success {
  color: #01bc8c !important;
  background-color: inherit;
}

.text-danger {
  color: #ef6f6c;
}
/* ---------- //Text-Success End---------- */
/* ---------- Nav bar Css Start ---------- */

.navbar-right {
  margin-right: 30px;
}

.icon-position label {
  font-family: "Lato", sans-serif;
  padding-left: 0px;
  margin-left: 0px;
}

.logo_position {
  position: relative;
  bottom: 20px;
}

.navbar-nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #01bc8c;
}
/* ---------- Navbar  Dropdown menu Css ---------- */

.navbar-nav .dropdown-menu:before {
  bottom: 15px;
  width: 0;
  height: 0;
  left: 100px;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: relative;
  border-bottom: 8px solid #ef6f6c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
/* ---------- //Navbar  Dropdown menu Css End ---------- */
/* ---------- Navbar  Dropdown menu hover Css ---------- */

.navbar-nav .dropdown-menu a:hover {
  border-left: 2px solid #ef6f6c;
}
/* ---------- //Navbar  Dropdown menu hover Css End ---------- */

.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a {
  background-color: #fff !important;
  color: #01bc8c;
}

.navbar-nav .dropdown-menu li:hover {
  border: none;
}

.navbar {
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
}
/* ---------- Nav bar Css End ---------- */
/* ---------- Breadcrumb Css ---------- */

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #3d3d3d;
  text-decoration: none;
}

.breadcum {
  background-color: #dbd6d6;
  border-top: 2px solid #b7b0b0;
  border-bottom: 2px solid #b7b0b0;
  padding: 0px 2%;
}

.breadcum .pull-right {
  padding: 8px 15px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: #dbd6d6;
  border-radius: 4px;
  float: left;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #3d3d3d;
  content: none;
}
/* ---------- //Breadcrumb Css End ---------- */
/* ---------- Breadcrumb Icon Section Css ---------- */

.icon3 {
  position: relative;
  top: 5px;
  left: 0px;
}

.icon4 {
  left: -1px;
  top: 3px;
}
/* ---------- //Breadcrumb Icon Section End ---------- */
/* ---------- Carousel Css ---------- */

.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0;
  background-color: #000;
  border: 1px solid #5e5e5e;
}

.carousel-indicators li {
  border: 1px solid #5e5e5e;
  width: 13px;
  height: 13px;
}

.carousel-caption {
  font-size: 30px;
}
/* ---------- //Carousel Css End ---------- */

blockquote {
  border-left: 2px solid #ef6f6c;
}
/* ---------- Testimonial Images Css Start ---------- */

.author {
  padding: 15px;
  background: #f6f6f6;
  margin-bottom: 10px;
}

.author img {
  width: 50px;
}
/* ---------- //Testimonial Images Css End ---------- */
/* ---------- Feature Section Css ---------- */

.features i {
  line-height: 2px;
  float: left;
  margin: 1px 5px;
}
/* ---------- //Feature Section Css End ---------- */
/* ---------- Menu Section Css ---------- */

.menu > li {
  border: 1px solid #f89a14;
  padding: 10px 13px;
  margin: 0px 10px;
}

.menu {
  margin-top: 20px;
}

.menu > li:hover,
.menu li .active {
  background-color: #01bc8c;
}
/* ---------- //Menu Section Css End ---------- */

.tabbable-panel ul {
  list-style-type: none;
}
/* ---------- Our services Box  Style Css ---------- */

.box {
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 15px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
/* ---------- //Our services Box  Style Css End ---------- */
/* ------------- Our Services Box Icon Css ---------- */

.box-icon {
  background-color: transparent;
  border: 1px solid #01bc8c;
  border-radius: 50%;
  display: table;
  height: 80px;
  margin: 0 auto;
  width: 80px;
  margin-top: -61px;
}
/* ------------- //Our Services Box Icon Css End ---------- */

.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* ---------- Our Services Icon Border css ---------- */

.box-icon1 {
  border: 1px solid #418bca;
}

.box-icon2 {
  border: 1px solid #f89a14;
}

.box-icon3 {
  border: 1px solid #ffd43c;
}
/* ---------- //Our Services Icon Border css ---------- */
/* ---------- Our services Text Css----------*/

.info > p {
  color: #787878;
  font-size: 14px;
  padding-top: 10px;
  text-align: justify;
}
/* ---------- //Our services Text End ----------*/
/* ---------- Our service Icon Css ---------- */

.icon {
  position: relative;
  right: 11px;
  top: 14px;
}

.icon1 {
  position: relative;
  right: 10px;
  top: 12px;
}
/* ---------- //Our service Icon Css End---------- */
/* ---------- Feature main Section Start --------- */

.feature-main {
  padding: 50px 0px;
  background-color: #f2eded;
}

.feature-main1 {
  padding: 50px 0px;
}

.layout-styl {
  padding: 80px 0px;
}

.layout-styl li {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300 !important;
  color: #515763;
  text-align: left;
}
/* ---------- //Feature main Section End --------- */
/* ---------- Purchase Section Css Start ---------- */

.purchas-main {
  padding: 10px 0px;
}

.bg-border {
  background: #f2eded;
  border-left: 3px solid #01bc8c;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.purchae-hed {
  margin-bottom: 20px;
  margin-left: 15px;
  color: #01bc8c;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 300;
}

.purchase-styl {
  padding: 15px 80px;
  background-color: #01bc8c;
  border: none;
  box-shadow: 0px 2px 0px #268a70;
  color: #fff !important;
  margin-right: 20px;
  margin-top: 10px;
}

.purchase-styl:hover,
.purchase-styl:active,
.purchase-styl:focus {
  background-color: #01bc8c;
}
/* ---------- //Purchase Section Css Ebd ---------- */
/* ---------- Our Team Divide Section Css ---------- */

.divide {
  border-top: 1px solid #848481;
  padding: 5px;
}

.divide > a {
  padding: 3%;
}
/* ---------- //Our Team Divide Section Css End ---------- */

.pull-right a {
  color: #128bc6;
}

.input-group-addon {
  color: #fff;
  background-color: #b16461;
  border: 1px solid #5e5e5e;
}

.team img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
/* ---------- News Section Css----------*/

.news {
  margin-top: 2%;
}
.news .form-group {
  width: 80%;
}
.news .form-control {
  background-color: #444343;
  border: 1px solid #5e5e5e;
  color: #f3f3f3;
}

.news > .form-control:focus {
  border-color: #5e5e5e;
  outline: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0);
}
/* ---------- //News Section Css End ---------- */

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
/* ---------- Headings Border Css ---------- */

.heading_border {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 15px;
  padding: 5px 15px;
}
/* ---------- //Headings Border Css End---------- */

.tab img {
  width: 100%;
}

.tab {
  padding-left: 0px;
}

.tab_list > li {
  padding: 5px;
}

.tab_list {
  margin-top: 15px;
  padding-left: 0px;
}

.profile img {
  width: 100%;
}
/* ---------- Footer Section Css ---------- */

footer {
  background-color: #262626;
}

footer h4 {
  color: #fff;
}

.footer-text {
  color: #ababab;
  padding: 30px 0px;
}

footer img {
  width: 50px;
}

footer .btn-primary.text-white {
  margin-top: 2%;
}
/* ---------- //Footer Section Css End ---------- */

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff;
}

/* ---------- About Us Slider Css ---------- */

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-demo {
  margin: 0px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 3px;
  background: #01bc8c;
}

#progressBar {
  width: 100%;
  background: #ededed;
}
/* ---------- //About Us Slider Css End ---------- */

.center-block {
  margin-bottom: 0px;
  font-size: 18px;
  margin-top: 0px;
}

.sliders {
  background-color: #fdfcfc;
  padding: 20px;
}

.sliders h4 {
  margin-bottom: -5%;
}

.sliders h5 {
  padding-top: 4%;
}

.marbtm10 h3 {
  margin-bottom: 0px;
}
/* ---------- Back to top Section Icon Css ---------- */

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  border-radius: 50%;
  padding: 15px;
  border: none;
  opacity: 0.7;
}

.back-to-top:hover {
  opacity: 1;
}
.fa-hand-o-up {
  font-size: 16px;
}
/* ---------- //Back to top Section Icon Css End---------- */
/* ---------- Copy Right Section Css  ---------- */

.copyright {
  background-color: #1a1a1a;
}

.copyright p {
  color: #fff;
  padding: 0.5% 0;
  margin: 0.5% 0;
}
/* ---------- //Copy Right Section Css  ---------- */
/* ---------- Advanced Features Css ---------- */

.advanced button,
.tooltips button,
.pop button {
  margin-bottom: 15px;
}
/* ---------- //Advanced Features Css ---------- */
.header-logo img {
  max-width: 150px;
}
li.header-logo label {
  padding-bottom: 0;
}
ul.list-inline.icon-position {
  padding-top: 13px;
  padding-left: 76px;
  padding-bottom: 21px;
}
.btn.btn-default {
  font-family: "Lato", sans-serif;
}
ul.list-inline.icon-position li {
  margin-left: 30px;
}

/* Date: 19-Feb-2022 */
ul.list-inline.icon-position li.pro-scenario-list {
  margin-left: 30px;
  position: absolute;
}
/**
 * author: sandeep sidhwani
 * description: add css of icon section
 */
.icon-section i {
  font-size: 40px;
}
.icon-section .btn-default {
  color: #ffffff;
  background-color: #105da3;
  border-color: #ffffff;
  /* border: none; */
}
.icon-section .btn {
  padding: 2px 2px;
  border-radius: 0px;
  border: none;
}
.skin_btn {
  display: inline-table;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-bottom: 1px;
}
.skin_size {
  width: 30px;
  height: 30px;
  margin: 3px;
}
.well {
  padding: 10px;
}
.primary_skin {
  background-color: #0f5ca3;
}
.danger_skin {
  background-color: #ef6f6c;
}
.success_skin {
  background-color: #01bc8c;
}
.warning_skin {
  background-color: #f89a14;
}
.purple_skin {
  background-color: #d2527f;
}
.turquoise_skin {
  background-color: #4ecdc4;
}
.asbestos_skin {
  background-color: #7f8c8d;
}
.hoki_skin {
  background-color: #67809f;
}

.middle-cnt {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1em 0;
}

.p-title {
  color: #0f5ca3 !important;
  font-weight: 600;
}

#wait-div {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url("../img/spin.gif");
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

#frm-loader {
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background-image: url("../img/spin.gif");
  background-repeat: no-repeat;
  background-position: center;
}

#bdy-loader {
  display: block;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background-image: url("../img/spin.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.multiselect-container.dropdown-menu > .active > a {
  background-color: #fff;
}

#global-input-frm table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

/*thead*/
#global-input-frm thead {
  position: relative;
  display: block; /*seperates the header from the body allowing it to be positioned*/
  width: 100%;
  overflow: visible;
}

/*tbody*/
#global-input-frm tbody {
  position: relative;
  display: block; /*seperates the tbody from the header*/
  width: 100%;
  height: 250px;
  overflow-y: scroll;
}

#global-input-frm tbody tr td:nth-child(1) {
  /*the first cell in each tr*/
  border-right: 2px solid #eee;
}

button.multiselect {
  width: 150px;
  overflow: hidden;
}

#xt-frm4 label {
  width: 190px;
}
input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.bdy-outer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

@media (max-width: 1279px) {
  .profile {
    display: block;
    margin-right: 4%;
    margin-left: 4%;
  }
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .navbar-nav .dropdown-menu:before {
    content: none;
  }
  ul.list-inline.icon-position li {
    margin-left: 10px;
  }
  /* Date: 19-Feb-2022 */
  ul.list-inline.icon-position li.pro-scenario-list {
    margin-left: 10px;
  }
}

@media (max-width: 370px) {
  .properties {
    border-right: none;
  }
  .media-object img {
    width: 50%;
  }
}

/**
 * author: sandeep sidhwani
 * date: 21-Sep-2021
 * description: custom css add
 */
tr.hide-table-padding td {
  padding: 0 !important;
}

.expand-button {
  position: relative;
}

.accordion-toggle.expand-button:after {
  border: 1px solid #105da3;
  padding-left: 6px;
  padding-right: 6px;
  cursor: pointer;
  width: 22%;
  text-align: center;
}
.accordion-toggle.expand-button:after {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "-";
}
.accordion-toggle.collapsed.expand-button:after {
  content: "+";
}
.sub-table {
  background-color: #d3d3d3 !important;
  padding-left: 5%;
}
/*Date: 20-Oct-2021*/
/* .sub-table i {
      color: #ffffff;
  } */
.m-8 {
  margin: 8px;
}
.sub-table:not(table) {
  border: 1px solid #105da3;
}
.vertical-resize {
  resize: vertical;
}

/* scenario genration tool css start */

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform fieldset .form-card {
  text-align: left;
  color: #9e9e9e;
}

#msform .action-button {
  display: inline-flex;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid #105da3;
  outline-width: 0;
}

select.list-dt {
  border: none;
  outline: 0;
  border-bottom: 1px solid #ccc;
  padding: 2px 5px 3px 5px;
  margin: 2px;
}

select.list-dt:focus {
  border-bottom: 2px solid #105da3;
}

.card {
  z-index: 0;
  border: none;
  border-radius: 0.5rem;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar #devlopment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}

#progressbar #personal:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}

#progressbar #payment:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}

#progressbar #confirm:before {
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #105da3;
}

.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background: lightblue;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

/* scenario genration tool css end */
#smartwizard .tab-content {
  height: auto !important;
}
/* -- 15-Oct-2021 -- In scenario genration tool  add space between newline is added */
td#td1 {
  padding: 8px;
}
/* Date: 15-Oct-2021 - Changes in Global Inputs CSS*/
/* copy: this bellow css copy from the Konstant */
.outerBorder {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 10px;
}
.outerBorder label.boxHeader {
  padding: 5px;
  font-weight: 700;
}
.tab-content > .tab-pane {
  padding: 10px;
}
.customDesign > li > a {
  padding: 6px;
  font-size: 12px;
}
/* end: copy */

/* Date: 16-Oct-2021 - Changes in Icon styles */
/* .fa-image:before {
    content: "\f03e";
    color: #0F5CA3;
}
*/
.far-icon::before {
  color: #0f5ca3;
}
#s-generation-frm .error {
  color: red;
}
.selct-options {
  width: 100%;
}
/*Date: 20-10-2021*/
#scenario-icons {
  margin-left: 658px;
}
#div-scenario-list {
  padding-bottom: 30px;
}
#remove-option {
  margin-top: 0px;
}
#add-option {
  margin-top: 0px;
}
/* End Date: 20-10-2021*/
/* .table .table {
    background-color: #d3d3d3 !important;
} */
/* Date: 21-10-2021 */
/* Date: 10-Jan-2022 */
.scenario-table {
  background-color: #34282c !important;
}
/* Date: 10-Dec-2021 give this changes from 1163 here to  */
/* Date: 25-Oct-2021 */
.scenario-table > tbody > tr > td,
.scenario-table > tbody > tr > th,
.scenario-table > thead > tr > td,
.scenario-table > thead > tr > th,
.scenario-table > tfoot > tr > td,
.scenario-table > tfoot > tr > th {
  border: none;
  border-top: 2px solid white;
}
/* Date: 10-Jan-2022*/
#scenario-list-head {
  font-size: 16px;
  color: #ffffff;
}
.scenario-table {
  border: none;
  border-top: none;
}
/* Date: 27-Oct-2021 */
.scenario-table > tbody > tr > td,
.scenario-table > tbody > tr > th,
.scenario-table > tfoot > tr > td,
.scenario-table > tfoot > tr > th,
.scenario-table > thead > tr > td,
.scenario-table > thead > tr > th {
  border-top: none;
}

/* here 1187*/

/* Date: 30-Oct-2021 */
div.element-options {
  /* width: 281px; */
  margin-left: 115px;
}

div.element-options-title {
  margin-bottom: 20px;
}
span.element-options-text {
  left: 0;
  position: absolute;
  /* padding: 8px; */
}
/* Date: 10-Dec-2021*/
button.add-element-option {
  /* margin-left: 125px; */
  margin-left: 129px;
  margin-top: 5px;
}

/* Date: 10-11-2021 */
.element-options-text {
  margin-left: 35px;
}
.sub-option {
  background-color: #34282c;
  color: white;
}
.element-option-row,
.opt-bgcolor {
  margin-left: 4px;
  margin-right: 4px;
  background-color: #34282c;
}
/* .opt-bgcolor {
    background-color: #34282C;
} */

/* Element Option Ranking CSS Changes */
/* Date: 22-Nov-2021 */

div.element-option-ranking {
  width: 100%;
}
table#ElemenetOptionsRanking {
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
}
/* Date: 23-Nov-2021 */
th.element-option-ranking-th-cls,
td.element-option-ranking-td-cls {
  /* padding: 8px 16px;
    width: 250px; */
  padding: 0px;
  /* padding: 2px; */
  width: 150px; /* Date: 25-Nov-2021 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pane-hScroll {
  overflow: auto;
  width: 100%;
}
.pane-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
}

/* Date: 25-Nov-2021 */
#scenarioResults th {
  background-color: #0f5ca3;
  color: white;
  text-align: center;
}
.scenario-table > tbody > tr > td {
  padding: 4px;
}

/* Date: 10-Dec-2021 */
.opt-bgcolor > td {
  width: 25%;
}

/* Date: 10-Dec-2021 */
.element-options {
  width: 28%;
}
/* Date: 10-Dec-2021  - change development element font size */
.dev-elements {
  font-size: 16px;
}
/* add new class  opt-bgcolor-lable for fixed element option input field width*/

/* .opt-bgcolor-lable {
        width:  25%;
    } */

td.opt-bgcolor-lable > button {
  margin-top: -57px;
  margin-right: 290px;
}

div.element-options-title > button {
  margin-right: 550px;
}

/* Date: 21-Dec-2021 */
table input.chem1-Name,
input.chem2-Name,
input.chem3-Name,
input.chem4-Name {
  width: 125px !important;
}

/* Date: 22-Dec-2021 */
.global-input > li.active > a {
  color: #fff !important;
  background-color: #0f5ca3 !important;
}
.chemical-field-name {
  width: 150px;
}

/* Date: 7-Feb-2022 */
.chem-1, .chem-2, .chem-3, .chem-4{
  width: 180px;
}
/* Date: 3-Jan-2022 */
tr > td input.foCable-tbox {
  width: 150px;
}
tr > td input.elCable-tbox {
  width: 150px;
}
/* #look {
  color: red;
} */

/* Date: 10-Jan-2022 */
/* .scenario-table > tbody > tr > td>  {
  color: #ffffff;
  font-weight: 600;
} */

#div-scenario-list {
  padding-bottom: 30px;
  color: #fbfbfb;
  background-color: #34282c;
  margin-bottom: 20px;
}

/* #div-scenario-listv #scenario-table .scenario-list-body {
  color: #ffffff !important;
} */

.scenario-title {
  color: #ffffff !important;
  font-weight: 600;
}

.scenario-list-body tr:hover td {
  background-color: #0f5ca3;
}

/* Date: 18-Jan-2022 */
/* #scenario-list {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  box-sizing: 13px;
  margin-left: 841px;
  width: 150px;
  height: 36px;
} */

/* Date: 19-Jan-2022 */
/* #project-name {

  height: 37px;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  background-color: #105da3;
  color: #ffffff;
  padding: 11px;
  display: inline-block;
  width: 255px;
  margin-bottom: 5px;
  border: none;
  text-align: left;

  position: absolute;
  top: 0;
  right: 10%;
} */

/* #scenario-list {
  height: 37px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  width: 255px;
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  position: absolute;
   bottom: -5px;
   right: 10%;
} */

#user-name-title {
  width: 106px;
  background-color: #105da3;
  border: none;
  color: white;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin-left: -77px;
  margin-top: 4px;
}

#software-version {
  font-size: 14px;
  color: #105da3;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  margin-top: 5px;
  width: 120px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 89%;
  -ms-transform: translateY(-89%);
  transform: translateY(-89%);
  width: 250px;
  text-align: center;
}

.vertical-center-home {
  margin: 0;
  position: absolute;
  -ms-transform: translateY(-89%);
  transform: translateY(-89%);
  width: 250px;
  text-align: center;
  bottom: 0;
}
.user-name {
  margin-left: 106px;
  color: white;
}
/* #import-scenario {
  height: 48px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  width: 46px;
  background-color: #105da3;
  color: #ffffff;
  position: absolute;
  top: 1px;
  right: 1%;
} */

.import-model {
  padding: 6px;
  margin-bottom: 5px;
  margin-top: 14px;
  background-color: #105da3;
  color: #ffffff;
  margin-left: -13px;
}
.import-model:hover {
  color: #ffffff;
}
label.import-model-lable {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.project-title-scenario-list {
  position: absolute;
  top: 0;
  right: 25%;
  width: 100px;
  height: 120px;
}


/* ul.list-in-line.icon-P { */
  /* padding-top: 13px;
  padding-left: 76px;
  padding-bottom: 21px; */
  /* padding-top: 0px;
  padding-left: 76px;
  padding-bottom: 0px;
  position: absolute;
  top: 0;
  right: 14%; */
/* } */

/* ul.list-in-line.icon-P li {
  margin-left: 30px;
} */

/* @media (max-width: 1000px) {
  .navbar-nav .dropdown-menu:before {
    content: none;
  }
  ul.list-in-line.icon-P li {
    margin-left: 10px;
  }
} */


#import-scenario {

  /* height: 48px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  width: 46px;
  background-color: #105da3;
  color: #ffffff;


  margin-left: 466px;
  position: absolute;
  top: 3px;

  right: -404%; */
}

#scenario-list {
  height: 37px;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  width: 255px;
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  /* margin-top: 28px; */
  /* position: absolute;  */
position: absolute;
bottom: -35px;
  /* top: 0; */
  /* bottom: -5px; */
  /* position: absolute; */
  /* top: 53px; */
  /* bottom: -1px; */
  /* right: -270%; */
}


#project-name {
      /* margin-left: 692px; */
      height: 37px;
      font-size: 20px;
      font-family: "Lato", sans-serif;
      background-color: #105da3;
      color: #ffffff;
      /* padding: 11px; */
      /* display: inline-block; */
      /* width: 276px; */


      width: 255px;


      /* margin-bottom: 33px; */
      /* border: none; */
      text-align: left;
      /* position: absolute;
      top: 0;
      right: -285%; */
}


/* li .d_model >.modal-content {
  width: 1200px;
  height: 701px;
} */

/* Date: 14-March-2022 */

/* .hpu-HPpressure {
  width: 100%;
}

.hpu-LPpressure {
  width: 65%;
} */

.lp-1, .lp-2 {
  width: 30%;
}
.hp-1, .hp-2 {
  width: 30%;
}
.LP-Suply {
  margin-left: 324px;
}
.HP-Suply {
  margin-left: -156px;
}


/* .lp-label {
  margin-left: -14px;
} */


/* .hp-1, .hp-2 {
  margin-left: 13px;
} */

.fo-bundleSize {
  width: 40%;
}
.CouplerID-all {
  width: 45%;
}

/* Date: 30-April-2022 */

.no-flying-lead {
  width: 50%;
}