.line-color {
  color: #7030a0 !important;
  /* position: relative;
  top: -10px; */
}

.hidden {
  display: none !important;
}

.center {
  margin: 0 auto;
}

.noDisplay {
  display: none;
}

.header {
  width: 100% !important;
  font-weight: bold;
  padding: 3px !important;
  background: #fff;
}

.pull-right {
  float: right;
}

#submenu .navbar-brand {
  background: #fff;
}

/* .iti { width: 100%; } */
.iti {
  display: inherit !important;
}

.select2 {
  width: 100% !important;
  /* z-index: 1051; */
}

span.cart-item {
  font-size: initial;
  margin: 5.5px 8px;
}

.hover-strike:hover {
  text-decoration: line-through;
  cursor: alias;
}

.no-decoration {
  color: initial;
}

.no-decoration:hover {
  text-decoration: none;
}

#submenu {
  /* padding: 10px; */
  background: #ffffff;
  margin-bottom: 0px;
}

.search-box {
  text-transform: uppercase;
}

.box {
  margin-bottom: 5px;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  /*width: 80%;*/
  background-color: #fff;
  /*box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);*/
  list-style: none;
  overflow: hidden;
}

.list .list-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ecf0f1;
  position: relative;
}

.list .list-item:last-child {
  border: 0;
}

.hidden-box {
  position: absolute;
  top: -9999px;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.check--label {
  /* font-size: 20px; */
  font-size: 1.1em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check--label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  height: 20px;
  width: 20px;
  margin: 0 20px;
  border: 2px solid #7030a0;
  border-radius: 2px;
  cursor: pointer;
}

.check--label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  cursor: pointer;
  padding: 20px 0px;
}

.check--label-text:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 7.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 100ms ease-in-out;
  transition: width 100ms ease-in-out;
}

.hidden-box:checked+.check--label {
  background-color: #F9F9F9;
  color: #7030a0;
}

.hidden-box:checked+.check--label .check--label-box {
  background-color: #7030a0;
}

.hidden-box:checked+.check--label .check--label-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden-box:checked+.check--label .check--label-text:after {
  width: 85%;
  color: #7030a0;
}

.fullwidth {
  width: 100%;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.noblecolor {
  background: #232163;
  color: #fff;
}

/* .module-list{float:left;list-style:none;margin-top:-3px;padding:0;width:100%;position: absolute;z-index:999999;} */
/* .module-list li{padding: 10px; background: #f0f0f0; border-bottom: #bbb9b9 1px solid;} */
.module-list li:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.search-box {
  padding: 10px;
  /*border: #a8d4b1 1px solid;border-radius:4px;*/
}

/* .suggesstion-box{margin-top:35px;} */
/* .suggesstion-box{margin-top:50px;} */
/* .module-list{
  overflow-y: auto !important;
  max-height:250px !important;
} */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  #accordian-3 .card-header {
    padding: .75rem 5px;
  }

  #accordian-3 .card-header .cart-item {
    position: absolute;
  }
}

.removeItem {
  position: absolute;
  font-size: 1.5em;
  padding: 5px;
  right: 0;
  margin: 10px;
  cursor: pointer;
  text-decoration: none;
}

.quote-editbox {
  color: #3e5569;
  /* border: none; */
  width: 70%;
  outline: none;
  /* background: #F2F2F2; */
}

#continue {
  float: right;
}

#ooo {
  margin-top: 5px;
}

.button {
  margin: auto;
  display: block;
}

.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-family: Ubuntu-Bold;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
}

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.role-select {
  max-width: 50%;
  color: #fff;
  border: none;
  background: none;
}

table tbody tr:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  cursor: pointer;
  ;
}

.no-sort::after,
.no-sort::before {
  display: none !important;
}

/* ---------- Dashboard custom css by Mutombo---------- */
.button-group-alighment {
  text-align: center;
}

/* .serviceN {
  padding: 5px;
  width: 100% !important;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  background-color: #9BBDF7;
}

.calander {
  background-color: #9BBDF7;
}

.sideMenu {
  background-color: #EEF5FF;
}

#r_modules_view {
  visibility: hidden;
} */
/* Login new form*/
.email-table tr {
  user-select: none;
}

.rowPrice {
  cursor: pointer
}

.auth-code {
  border-radius: 5px;
  padding: 20px 10px;
  font-size: 6em;
  letter-spacing: .2rem;
  background: #eeeeee;
  text-align: center;
}

.auth-code.qrcode {
  padding: 10px !important;
  background: none !important;
}

.auth-code.qrcode img {
  height: 100%;
  width: 100%;
}

.comment-input {
  width: 100%;
  /* width: 100%; */
  color: #333333;
  border-radius: 5px;
  background-color: #F3F3F3;
  padding: 5px;
  /* display: none; */
  /* position: relative; */
}

@media (max-width: 44em) {

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
}

.placeholder {
  min-height: 500px;
  width: 100px;
  background: #FFFFFF;
}

.placeholder .img {
  position: absolute;
  left: 50%;
  top: 40%;
}

.duplicate-row {
  display: none;
  position: absolute;
  z-index: 10;
}

.placeholder .img {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  max-height: 80%;
}
