a {
  text-decoration: none;
}
.hidden {
  display: none;
}
body {
  background-color: #ffffff;
  margin: 0;
}
* {
  font-family: "Open Sans", sans-serif;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fullheight {
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  /* iPhone */
  #stacks_in_1663_126 .foundry_column {
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) and (max-width: 61.9375em) {
  /* iPad */
  #stacks_in_1663_126 .foundry_column {
    margin-bottom: 40px;
  }
}

@media (min-width: 62em) {
  /* Desktop */
  #stacks_in_1663_126 .foundry_column {
    margin-bottom: 40px;
  }
}
/* ===== Navbar Design ===== */
/* Standart Nav Icon Design START */
.TGNIclassic {
  width: 25px;
  height: 18px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.TGNIclassic_con {
  display: none;
}
.TGNIclassic span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 2px;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.TGNIclassic span:nth-child(1) {
  top: 0px;
}
.TGNIclassic span:nth-child(2) {
  top: 6px;
}
.TGNIclassic span:nth-child(3) {
  top: 12px;
}
.TGNIclassic.TGNIclassic_b_active span:nth-child(1) {
  top: 8px;
  background-color: #f53f17;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.TGNIclassic.TGNIclassic_b_active span:nth-child(2) {
  margin-left: -20px;
  opacity: 0;
}
.TGNIclassic.TGNIclassic_b_active span:nth-child(3) {
  top: 4px;
  background-color: #f53f17;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Standart Nav Icon Design END */
nav {
  background-color: #ffffff;
}
.navcontainer {
  max-width: 1600px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 0px auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
/* nav img{
  height: 56px;
  width: auto;
  vertical-align: middle;
} */
/* nav .navimg a{
  line-height: 56px;
} */
nav ul li a {
  color: #7f7f7f;
  cursor: pointer;
  padding: 0 3px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
nav ul li a .arrowsvg path {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navul .navlielem:first-of-type {
  padding-left: 0px;
}
nav ul:not(.navslide) li a:hover {
  background-color: #e6e6e6;
  color: #000000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
nav ul li a .arrowsvg {
  width: auto;
  height: 10px;
  margin-bottom: 1px;
}
nav ul:not(.navslide) li a:hover .arrowsvg path {
  stroke: #000000;
}
nav ul li.active a {
  background-color: #e6e6e6;
  color: #000000;
  font-weight: 600;
}
nav ul.TGNIclassicul:not(.navslide) li a:hover {
  background-color: #f7f7f9;
}
nav ul.TGNIclassicul {
  position: absolute;
  top: 58px;
  display: block;
  background-color: #f7f7f9;
  width: 100%;
  left: 0px;
}
nav ul.TGNIclassicul li a {
  display: block;
  padding-left: 20px;
}
nav ul.TGNIclassicul li a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
nav ul.navslide li a {
  display: block;
  padding: 8px 15px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
nav .TGNIclassicul ul.navslide li a {
  padding: 0 0 0 40px;
  line-height: 40px;
}
nav .navlielem {
  padding: 0px 5px;
  line-height: 60px;
}
nav .TGNIclassicul .navlielem {
  padding: 0px;
  line-height: 40px;
}
nav ul.TGNIclassicul .navlielem {
  padding: 0;
}
nav .navslide {
  position: absolute;
  background-color: #ffffff;
  top: 62px;
  z-index: 1;
}
nav .TGNIclassicul .navslide {
  position: static;
  background-color: #f7f7f9;
}
nav .navslide li {
  line-height: normal;
}
nav .TGNIclassic {
  margin-top: 8px;
}
#navimgselect {
  text-transform: uppercase;
}
@media screen and (max-width: 650px) {
  /* nav img{
    height: 40px;
    width: auto;
  } */
  nav ul.TGNIclassicul {
    top: 33px;
  }
}
/* ===== Navbar Design END ===== */
/* ===== Footer Design ===== */
footer {
  background-color: rgba(230, 230, 230, 0.5);
  border-bottom: 5px solid rgba(245, 92, 120, 0.5);
  text-align: center;
  /* position: fixed; */
  bottom: 0;
  width: 100%;
}
footer .footercontainer {
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerlogo img {
  width: 90px;
  display: block;
  margin: 0px auto;
}
footer .footerdiv p {
  margin: 0;
}
footer .footerlinks {
  display: block;
}
footer .footerlinks a {
  color: #000000;
  border-bottom: 1px solid transparent;
}
footer .footerlinks a:hover {
  border-color: #000000;
}
footer .footerdiv {
  width: 400px;
}
@media screen and (max-width: 800px) {
  footer .footercontainer {
    display: block;
  }
  footer .footerdiv {
    margin: 0px auto;
  }
  footer .footerlogo {
    margin: 10px auto;
  }
}
/* ===== Footer Design END===== */

/* ===== General Styles START ===== */
.spacet {
  margin-top: 30px;
}
.mbbutton {
  padding: 7px 35px;
  margin: 0px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border: 2px solid rgb(166, 166, 166);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  width: 100px;
  text-align: center;
  box-sizing: content-box;
}
.mbbutton[disabled] {
  cursor: not-allowed;
  color: rgb(166, 166, 166);
}
.mbbutton:not([disabled]):hover {
  background-color: rgba(72, 182, 225, 0.6);
  color: #000000;
  border-color: rgba(72, 182, 225, 0.6);
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -ms-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.mbbutton.big {
  width: 150px;
}
/* .mbbutton.mbmainb{
  width: 100px;
  text-align: center;
} */
.mbmainright {
  margin-left: 30px;
}
.mbmainbcon {
  text-align: left;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
}

.mbinput {
  border: 2px solid rgb(166, 166, 166);
  border-radius: 5px;
  padding: 5px 10px;
  width: 375px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
textarea.mbinput {
  height: 120px;
  width: 100%;
  resize: none;
}
.mbinput:focus {
  outline: none;
  border-color: rgba(72, 182, 225, 0.6);
}
.inputelem label {
  display: block;
}

.intcon {
  max-width: 800px;
  padding: 200px 0;
  margin: 0px auto;
  position: relative;
}
.intconcus h1 {
  font-size: 30px;
}
.intconcus h3 {
  font-size: 20px;
}
.mbcost #save {
  position: absolute;
  bottom: 0px;
  left: 214px;
  top: initial;
  z-index: 1;
  cursor: pointer;
}
.intconcus {
  max-width: 1000px;
  padding: 0px 0;
  margin: 0px auto;
  position: relative;
}

/* Main Side new Design */
.mbmain {
  /* max-width: 1600px; */
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  position: relative;
}
/* .mbmainelem{
  width: 750px;
} */
.mbright .selection {
  margin-top: 35px;
}
.welcome h1 {
  font-size: 40px !important;
}
#stacks_in_3006,
#stacks_in_2983,
#stacks_out_3006,
#stacks_out_2983,
#stacks_in_2977 {
  overflow: initial !important;
}
.bold {
  font-weight: 600 !important;
}

/* Home Screen */
.selection {
  /* display: flex; */
  margin-top: 30px;
  text-align: center;
}
.selectioneach {
  display: flex;
  justify-content: center;
}
.selelem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 125px;
  height: 125px;
  border: 4px solid;
  padding: 40px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-color: rgb(166, 166, 166);
}
.selelemimg {
  overflow: hidden;
}
.selelemimg img {
  margin: 0;
  max-width: 100% !important;
}
.selelemimg svg {
  width: 100% !important;
  height: auto !important;
}
.selelemimg svg path {
  fill: rgb(166, 166, 166);
}
.selectioneach:first-of-type .selelem {
  border-color: rgb(166, 166, 166);
}
.selectioneach:last-of-type .selelem {
  border-color: rgb(166, 166, 166);
}
.selectioneach:first-of-type a:hover .selelem {
  border-color: #000000;
}
.selectioneach:last-of-type a:hover .selelem {
  border-color: #000000;
}
.selectioneach.spacet {
  margin-top: 33px;
}
/* .selectioneach:last-of-type .selelem h2{
  color: rgba(233, 122, 134, 0.6);
} */
.selection .selelalign {
  text-align: center;
}
.selection a:not(:last-of-type) {
  margin-right: 35px;
}
.selelem svg {
  width: auto;
  height: 70px;
}
.selelem h2 {
  font-size: 20px;
  color: rgb(166, 166, 166);
}
.selectioneach a:hover .selelem h2 {
  color: #000000;
}
.selection a:hover .selelem {
  border-color: rgb(166, 166, 166);
}
.selection a svg .cls-1,
.mbshowest .selectioneach a svg .cls-1,
.mbsett .selectioneach a svg .cls-1,
.adminmain .selectioneach a svg .cls-1 {
  stroke: rgb(166, 166, 166) !important;
}
.mbsett .selectioneach a svg .cls-1 {
  fill: none;
}

/* .selection a:hover svg .cls-1{
  stroke: rgb(166, 166, 166) !important;
} */
.selectioneach a:hover svg .cls-1 {
  stroke: rgba(72, 182, 225, 0.6) !important;
}
/* .selectioneach:last-of-type a:hover svg .cls-1{
  stroke: rgba(233, 122, 134, 0.6) !important;
} */
.mbshowest .selectioneach,
.mbsett .selectioneach {
  justify-content: center;
  text-align: center;
}
.mbsett .selectioneach {
  text-align: center;
}
.mbshowest .selectioneach a,
.mbsett .selectioneach a {
  cursor: pointer;
}
.mbshowest .selectioneach a:not(:last-of-type),
.mbadminsett .selectioneach a:not(:last-of-type),
.mbsett .selelcon:not(:last-of-type),
.adminmain .selectioneach a:not(:last-of-type) {
  margin-right: 35px;
}

.mbmainsecheadline {
  margin-top: 80px !important;
}

/* ===== SELECT START ===== */
/* Select width */
.tgalaxy_head_select,
.TGselect ul,
.TGselect ul li,
.TGselect {
  width: 100%;
}
.tgalaxy_head_select {
  height: 40px;
  line-height: 40px;
  display: flex;
  margin-top: 0px;
  align-items: center;
  justify-content: space-between;
  border: 2px solid rgb(166, 166, 166);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.TGalaxy_select_rotate {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.tgalaxy_head_select h4 {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
  margin: 0;
  line-height: normal;
}

.tgalaxy_head_select svg {
  width: 11px !important;
  height: 11px;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  margin-right: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
}

.tgalaxy_head_select img:after {
  display: none;
}

.TGselect ul {
  position: absolute;
  z-index: 3;
  display: none;
  left: 0;
  top: 30px;
  padding-left: 0;
  margin: 32px 0 0 0;
  list-style-type: none;
  max-height: 90px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.TGselect ul::-webkit-scrollbar,
.tgalaxy-customize-overview-content::-webkit-scrollbar {
  display: block !important;
  position: absolute;
  width: 2px !important;
}

.TGselect ul::-webkit-scrollbar-thumb,
.tgalaxy-customize-overview-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.39) !important;
  display: block;
  border-radius: 100px;
}

.TGselect ul::-webkit-scrollbar-track,
.tgalaxy-customize-overview-content::-webkit-scrollbar-track {
  display: block;
}

.TGselect ul li {
  font-size: 13px;
  cursor: pointer;
  padding-left: 20px;
  height: 30px;
  line-height: 32px;
  color: #000000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
}

.TGselect ul li .tgselectactsvg {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(10deg);
  -ms-transform: translate(0, -50%) rotate(10deg);
  -o-transform: translate(0, -50%) rotate(10deg);
  transform: translate(0, -50%) rotate(10deg);
}

.TGselect ul li:hover {
  background-color: #f0f0f0 !important;
}

.TGselect ul li.active {
  background-color: rgba(24, 127, 196, 0.1) !important;
}

.TGselect ul li.tgselectsearchactive {
  background-color: #bebbbb;
}

.TGselect {
  position: relative;
}

.client_history {
  width: 100%;
}
.client_history th {
  text-align: left;
}
.mbalert {
  color: #2980b9;
}
.mbsmall {
  color: #ffffff;
  padding: 6px 20px;
  background-color: #2980b9;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #2980b9;
}
.mbsmall.red {
  background-color: #d63031;
  border: 2px solid #d63031;
}
.mbsmall:hover,
.mbsmall.red:hover {
  background-color: transparent;
}
.container .mbleft {
  padding-left: 0px;
}
.container .mbright {
  padding-right: 0px;
}
.links a {
  color: #2d3436;
  position: relative;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.links a:hover {
  color: rgba(72, 182, 225, 1);
  transition: color 0.3s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.links a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgb(45, 52, 54, 0.5);
  bottom: 2px;
  left: 0;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.links a:hover::after {
  background-color: rgb(225, 92, 112, 0.5);
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}

@media (min-width: 544px) {
  .mbcustomerid {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .mbcustomerid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .mbcustomerid {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .mbcustomerid {
    max-width: 1140px;
  }
}

.mbcustomerid {
  max-width: 1600px;
  margin: 0px auto;
}

/* Footer Style */
#stacks_in_3111_97 p,
#stacks_in_3111_97 {
  margin-bottom: 0;
}
.stacks_in > p {
  margin-top: 0;
}

#stacks_in_3111_93 img {
  display: inline-block;
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

#stacks_in_3111_93 {
  padding: 6px 0px 0px 0px;
}
#stacks_in_3111_97 {
  padding: 8px 0px 0px 0px;
}
#stacks_in_3111_80 {
  padding: 8px 0px 0px 0px;
}
#stacks_in_3111_80 li a {
  color: #000000;
}
#stacks_in_3111_80 a:hover,
#stacks_in_3111_80 a:active {
  color: rgba(0, 0, 0, 1);
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: underline;
}
.stacks_in {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.stacks_out {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#stacks_out_3111_93 {
  width: 90px;
}
.col-xs-12 {
  width: 100%;
}

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1 {
  float: left;
}

#stacks_in_3111_76 .row.no-gutters > [class^="col-"],
#stacks_in_3111_76 .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.customerid {
  font-size: 16px;
  color: rgb(166, 166, 166);
  padding-top: 20px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 62em) {
  #stacks_in_3111_76 .foundry_column {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    float: left;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    float: left;
  }
}

#stacks_in_3111_76 .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

#stacks_in_3111_75 > .container {
  border-radius: 0px;
}

#stacks_in_3111_75 > .container {
  max-width: 1250px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  box-sizing: border-box;
}

#stacks_in_3111_75 {
  background-color: rgba(230, 230, 230, 0.5);
  border: solid rgba(245, 92, 120, 0.5);
  border-width: 0px 0px 5px 0px;
  padding: 8px 0px 8px 0px;
}

#stacks_in_3111_99 {
  margin: 10px 0px 10px 0px;
}
#stacks_in_3111_99 img {
  display: inline-block;
  margin-bottom: 0px;
}

#stacks_out_3111_99 {
  width: 180px;
}

.text-xs-center {
  text-align: center !important;
}

/* Newly Added */
.mbmainspacing {
  padding-top: 50px;
  position: relative;
}
/* .container{
  box-sizing: border-box;
} */
#stacks_out_2975 h2 {
  line-height: 48px;
  margin: 0px;
  margin-bottom: 0.5rem;
}
#stacks_out_2975 * {
  box-sizing: border-box;
}
/* #stacks_in_2975{
  display: contents;
} */

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}

/* Media Optimization */
/* Landing Page */
#stacks_in_2977 .row {
  display: flex;
}

@media (max-width: 420px) {
  #stacks_in_2977 .mbmainbcon {
    display: block;
    text-align: right;
  }
  #stacks_in_2977 .mbmainbcon .mbbutton {
    display: block;
    margin: 0 0 0 auto;
  }
  #stacks_in_2977 .mbmainbcon .mbbutton:last-of-type {
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  #stacks_in_2977 .row {
    display: block;
  }
  #stacks_in_2977 .inner_column_content {
    padding-right: 0.9375rem;
    width: calc(100% - (2 * 0.9375rem));
  }
}

/* TGalaxy Media */
/* .tgcropcontainer{
  position: fixed;
  background-color: #ffffff;
  z-index: 9999999;
  top: 40px;
  left: 40px;
  right: 40px;
  border-radius: 5px;
  bottom: 40px;
  min-height: 300px;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
} */
.tgselecuploadwidthinfo {
  margin: 0px auto;
}
.tgcropcontent {
  text-align: center;
}
.tgcropcontainer * {
  /* box-sizing: content-box; */
}
.mbuploadcon .selelemimg img {
  width: 100%;
}
.tgcropcontainer .loginmaincon {
  width: 100%;
  height: 100%;
}
.tgcropcontainer .tgcropcontent {
  position: relative;
  width: 100%;
  height: 100%;
}
.tgcropcontainer .tgcropcontentelem h2 {
  text-align: center;
}
.tgcropcontainer .tgcropcontent .tgcropcontentelem {
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100%);
  transform: translate(0, -50%);
  box-sizing: content-box;
}
.tgcropcontainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.tgcropcontainer form {
  text-align: center;
}
.tgcropcontainer form .tgsmallpreviewimg {
  margin: 0px auto;
  max-height: 300px;
}
.tgcropcontainer form p.msg {
  max-width: 100%;
}
/* .tgcropcontentelem form{
  text-align: center;
} */
/* .tgcropcontainerinfo{
  background-color: #3D4350;
  border-radius: 5px 5px 0 0;
  box-sizing: content-box;
  position: relative;
} */
/* .tgcropcontent{
  position: absolute;
  height: auto;
  width: auto;
  margin: 0;
  top: 78px;
  overflow: auto;
  bottom: 80px;
  left: 0;
  right: 0;
} */
.tgcropcontentelem {
  position: relative;
  /* margin: 0px auto; */
  text-align: left;
  /* display: inline-block; */
}
.tgcropcontentelem h2 {
  margin-top: 0px;
}
.tgcropcontentelem p {
  margin-left: 0px;
}
.tgcrop img {
  display: initial;
  width: 300px;
  max-width: initial !important;
  margin: 0px !important;
}
/* .tgsmallpreviewimg{
  margin: 0px auto;
} */
/* .tgcropcontainerinfo span{
position: absolute;
width: 10px;
height: 10px;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
border-radius: 50%;
background-color: #E62B2B;
cursor: pointer;
} */
/* .tgcropcontainerinfo h1{
  margin: 0;
  padding: 10px 0 10px 20px;
  font-family: 'Comfortaa', sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-align: left;
} */
/* .tgsubmit{
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 60px;
  box-sizing: content-box;
  border-top: 1px solid #cecece;
}
.tgsubmit input{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  box-sizing: content-box;
  margin: auto;
  margin-left: 20px;
  height: 22px;
} */
.tgselectedarea {
  position: absolute !important;
  background-image: linear-gradient(to top, #7e7e7e 50%, transparent 50%),
    linear-gradient(to right, #7e7e7e 50%, transparent 50%),
    linear-gradient(to bottom, #7e7e7e 50%, transparent 50%),
    linear-gradient(to left, #7e7e7e 50%, transparent 50%);
  background-repeat: repeat-y, repeat-x, repeat-y, repeat-x;
  background-position: left bottom, left top, right top, right bottom;
  background-size: 2px 30px, 30px 2px, 2px 30px, 30px 2px;
  cursor: move;
}
.tgselectsection {
  display: flex;
  padding-left: 10px;
  background-color: #e8e8e8;
}
.tgselectsection h2 {
  padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0px;
}
.tgselectsection h2.activemediatab {
  background-color: rgba(72, 182, 225, 0.6);
  color: #ffffff;
}
/* .tgimgaeupload form{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} */
.tgimgaeupload h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.tgselectsection h2 {
  cursor: pointer;
}

.mbccomplete .intconcus .mbel p {
  margin-top: 6px;
}

.mbreq::after {
  content: "*";
  color: rgba(72, 182, 225, 1);
}
.btnrightspace {
  margin-right: 20px;
}

/* Header */
nav img {
  width: auto;
  vertical-align: middle;
  margin-top: -4px;
}
nav {
  border-bottom: 1px solid rgb(230, 230, 230);
}
nav .navimg a {
  line-height: 56px;
}
@media (max-width: 47.9375em) {
  nav img {
    /*display: flex;*/
    max-height: 31px;
    line-height: 31px;
    align-self: center;
  }
  nav .navimg a {
    line-height: 35px;
  }
  nav .navlielem {
    line-height: 35px;
  }
}
@media (min-width: 48em) and (max-width: 61.9375em) {
  nav img {
    /*display: flex;*/
    max-height: 31px;
    line-height: 31px;
    align-self: center;
  }
  nav .navimg a {
    line-height: 35px;
  }
  nav .navlielem {
    line-height: 35px;
  }
}
@media (min-width: 62em) {
  nav img {
    /*display: flex;*/
    max-height: 66px;
    line-height: 66px;
    align-self: center;
  }
  nav .navimg a {
    line-height: 70px;
  }
  nav .navlielem {
    line-height: 70px;
  }
}

/* Small Approval */
.smallapprovalcontent {
  z-index: 3;
  position: fixed;
  padding: 50px;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.smaapprovebg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
}
.mbsmaflex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mbsmaflex .smapopupcloseb {
  margin-right: 20px;
}
.smallapproval .input-checkbox .input-checkbox-text {
  padding-left: 40px;
}
.smallapproveheadl {
  font-weight: 600;
  margin-bottom: 10px;
}
.smallapproval .input-checkbox .input-checkbox-placeholder {
  right: initial;
  left: 0px;
  top: 0;
}
.smallapproval .input-checkbox {
  margin-top: 20px;
}
.smallapproval .mbbutton {
  display: block;
  margin-top: 20px;
}
.smapopupclose {
  width: 25px;
  height: 18px;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  top: 20px;
  right: 20px;
}
.smapopupclose span {
  display: block;
  position: relative;
  height: 2px;
  width: 100%;
  background-color: #000000;
  border-radius: 2px;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.smapopupclose span:nth-child(1) {
  top: 8px;
  background-color: rgb(166, 166, 166);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.smapopupclose span:nth-child(2) {
  margin-left: -20px;
  opacity: 0;
}
.smapopupclose span:nth-child(3) {
  top: 4px;
  background-color: rgb(166, 166, 166);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mbsavespinner {
  height: 15px;
  width: 15px;
  border: 3px solid rgba(233, 122, 134, 0.3);
  border-left-color: rgba(233, 122, 134, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 200px;
  margin: auto;
  border-radius: 50%;
  -webkit-animation: loader 0.5s infinite !important;
  animation: loader 0.5s infinite !important;
  transform-origin: center center;
  display: none;
}
@-moz-keyframes loader {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Color Adjusments */
.mbplan.selectioneach a:hover svg .cls-1 {
  stroke: rgba(59, 170, 53, 0.4) !important;
}
.mbplan .mbreq::after {
  color: rgba(59, 170, 53, 0.6);
}
.mbplan .mbinput:focus {
  border-color: rgba(59, 170, 53, 0.6);
}
.mbplan .mbbutton:not(.qcalc, [disabled]):hover {
  background-color: rgba(59, 170, 53, 0.6);
  border-color: rgba(59, 170, 53, 0.6);
}
.mbplan .addelement:hover,
.mbplan .upload:hover {
  background-color: rgba(59, 170, 53, 0.3);
}
/* .mbplan .TGselect ul li.active {
  background-color: rgba(59, 170, 53, 0.1) !important;
} */
.mbplan .mbrindrem .cls-1,
.mbplan .deleteEstimate .cls-1 {
  fill: rgba(59, 170, 53, 0.6);
}
.mbcustdown .mbdownload svg:hover .cls-1 {
  stroke: rgba(59, 170, 53, 0.6);
}
.mbplan .mbmessage.mberror,
.ui-datepicker-prev,
.mbplan .ui-datepicker-next,
#actdd {
  color: rgba(59, 170, 53, 0.6);
}
.mbplan .ui-datepicker-calendar td.ui-datepicker-current-day,
.mbplan .ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover,
.mbplan .mbunread {
  background-color: rgba(59, 170, 53, 0.6);
}
.mbplan .uploaded {
  color: rgba(59, 170, 53, 0.6);
}
.mbplan .mbmultimg .mboptionscon .mbopel input:checked ~ label,
.mbplan .mbmultstandard .mboptionscon .mbopel input:checked ~ label,
.mbplan .mbmultstandard .mboptionscon .mbopel input:checked ~ .mbsubsec label {
  border-color: rgba(59, 170, 53, 0.6);
}
.mbplan .adminuploadcon {
  border-color: rgba(59, 170, 53, 0.6);
}
.mbplan .adminuploadcon.dragged,
.mbplan .adminuploadcon:hover {
  background-color: rgba(59, 170, 53, 0.6);
}

.mbneedfill {
  border-color: rgba(72, 182, 225, 0.6);
}
