article {
  border: 1px solid red;
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px); }

/*** the sticky footer mixin**/
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../font/SourceSansPro-Regular/SourceSansPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/SourceSansPro-Regular/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/SourceSansPro-Regular/SourceSansPro-Regular.woff") format("woff"), url("../font/SourceSansPro-Regular/SourceSansPro-Regular.ttf") format("truetype"), url("../font/SourceSansPro-Regular/SourceSansPro-Regular.svg#svgSourceSansPro-Regular") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../font/SourceSansPro-Light/SourceSansPro-Light.eot");
  /* IE9 Compat Modes */
  src: url("../font/SourceSansPro-Light/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../font/SourceSansPro-Light/SourceSansPro-Light.woff") format("woff"), url("../font/SourceSansPro-Light/SourceSansPro-Light.ttf") format("truetype"), url("../font/SourceSansPro-Light/SourceSansPro-Light.svg#svgSourceSansPro-Light") format("svg");
  /* Legacy iOS */ }
/* @font-face {
  font-family: 'HelveticaNeueRegular';
  src: url("../font/HelveticaNeueRegular/HelveticaNeueRegular.eot"); */
  /* IE9 Compat Modes */
  /* src: url("../font/HelveticaNeueRegular/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueRegular/HelveticaNeueRegular.woff") format("woff"), url("../font/HelveticaNeueRegular/HelveticaNeueRegular.ttf") format("truetype"), url("../font/HelveticaNeueRegular/HelveticaNeueRegular.svg#svgHelveticaNeueRegular") format("svg"); */
  /* Legacy iOS */ 
/* } */
  /* @font-face {
    font-family: 'SourceSansPro';
    src: url("../font/SourceSansPro/SourceSansPro-Regular.ttf")  format("truetype");
  } */
  @font-face {
    font-family: 'HelveticaNeueRegular';
    src:  url("../font/HelveticalNeue/HelveticaNeue Light.ttf") format("truetype");
  }
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

li, ul {
  list-style-type: none;
  margin-bottom: 0; }

body {  
  overscroll-behavior: contain!important;
  -webkit-overflow-scrolling: touch!important;
  overflow-y: scroll;    
	padding-top: 50px;
  font:24px "SourceSansPro-Regular", serif;  
  /* font:24px "Open Sans",Helvetica,Arial,sans-serif !important; */
  color: #052533; }


.page-wrapper {
  background:#f0f0f0;
  position: relative; }

.mt-15 {
  margin-top: 15px; }
.btn-fivestar{
  color:white;
  background-color: #4F80C9;
  border-color: #4F80C9; }

.btn-fivestar-dark{
  color:white;
  background-color: #245566;
  border-color: #245566; }
.btn-fivestar-dark:hover{
  color:white;
  opacity: 0.7!important;
}
.btn-success {
  background-color: #0cb452;
  border-color: #0cb452; }

.btn-danger {
  background-color: #bf4356;
  border-color: #bf4356; }

.btn-warning {
  background-color: #ea7109;
  border-color: #ea7109; }

.main-page {
    /* background-color: #052533; */
    /* background: url(../img/1.gif); */
    /* background-size: 100% 100%; */
    /* min-height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    color: #052533;
    /* padding-top: 47px;  */
  }
  .main-page .logo-container {
    margin-top: 150px;
    margin-bottom: 38px; }
    .main-page .logo-container a {
      width: 134px; }
  .main-page-heading {
    font-family: 'poynter-gothic-text';
    margin-bottom: 20px;
    font-size: 48px; }
  .main-page-desc {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px; }
  .main-page .login-form {
    width: 100%;
    max-width: 267px; 
  }
    .main-page .login-form .form-group {
      margin-bottom: 10px; }
      .main-page .login-form .form-group label {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px; }
      .main-page .login-form .form-group .form-control {
        height: 50.6px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        /* border: solid 0.5px #707070; */
        font-size: 14px;
        font-weight: bold;
        width:235px;
        margin:auto;
        border:none;
      }
    .main-page .login-form .btn-custom {
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 38px;
      float: right;
      margin-top: 17px;
      padding: 5px 0; }
.btn-login{
  background-color: #D5E100;
  border-color: #4EB46600;
  width: 168.96px;
  height: 44.18px;
  border-radius: 40px;
  font-size: 20px;
  color: #052533;
  display: block;
  font-weight: bold;
  /* border: solid 1px #707070; */
  margin: -21px auto 120px auto;
  -webkit-transition: width 0.7s 0s, font-size 0.5s 0s;
  -moz-transition: width 0.7s 0s, font-size 0.5s 0s;
  -o-transition: width 0.7s 0s, font-size 0.5s 0s;
  transition: width 0.7s 0s, font-size 0.5s 0s;
  position: relative;
}
.btn-login:focus{
  outline: none;
}
.btn-login:hover{
  /* border: 1px solid #909800; */
  opacity: 0.8;
}
.processing {
  width: 44.18px;
  height:44.18px;
  font-size: 0;
  border-radius: 22.5px;
}  
.processing-after {
  display:none;

}
.processing .processing-after {
  /* width: 15px;
  height: 28px;
  border-right: 4px solid #052533;
  border-bottom: 4px solid #052533;
  content: ""; */
  display:block!important;
  position: absolute;
  border-color: #052533;
  top: 9px;
  left: 5px;
  /* -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg) 0s;
  z-index: 1; */
  width:0;
  animation: checkbox-show 0s 700ms cubic-bezier(.25,.25,.75,.75) forwards;

}
.processing::before {
  content: "";
  position: absolute;
  right: 4px;
  width: 31px;
  height: 32px;
  border-radius:5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D5E100;
  z-index: 2;

  transform-origin: 50% 50%;
  animation: checkbox-check 500ms 700ms cubic-bezier(.25,.25,.75,.75) forwards;
}


@-webkit-keyframes checkbox-check{
  0%{
    width: 31px;
    height:  32px;
     /* transform: translate3d(0,0px,0);    */
  }
 
  /* 20%{    
    width: 20px;   
    height: 35px;
  }
  
  70%{    
    width: 20px;   
    height: 35px;
  } */
  100%{    
    width: 0px;   
    height: 28px;
     /* transform: translate3d(0,0px,0);  */
  }
}
@-webkit-keyframes checkbox-show{
  0%{
   
   width:30px;
     /* transform: translate3d(0,0px,0);    */
  }
 
  100%{    
   
    width:30px;
     /* transform: translate3d(0,0px,0);  */
  }
}
.collapsing{
  transition: height 0.5s ease;
}
.card{
  /* border:none; */
}
.card-header{
  /* border:none; */
}
.collaps-rate {
  transition: height 0.7s ease !important;
  -ms-transition: height 0.7s ease !important;
  -webkit-transition: height 0.7s ease !important;
  -moz-transition: height 0.7s ease !important;
}
.accordion{
  border:none !important;
}
.page-content {
  width: 100%;
  min-height: -webkit-calc(100vh - 43px);
  min-height: -moz-calc(100vh - 43px);
  min-height: calc(100vh - 43px);
  padding: 5px 10px;
  background-color: #f0f0f0;
  overflow-y: auto;
  /* margin-top: 43px; */
  margin-left: -moz-calc(0);
  margin-left: -webkit-calc(0);
  margin-left: calc(0); }
.page-content.menu-open {
  /* margin-left: 75px; */
}
  .page-content .page-heading {
    text-align: center;
    font-size: 32px;
    line-height: 1.25;
    color: #052533;
    margin-bottom: 0; }
    .page-content .page-heading:first-child {
      padding-top: 20px; }

.edit-btn, .edit-group {
  padding:0 5px;
  line-height: 1;
  border: 0;
  background: transparent;
  position: absolute;
  top: -3px;
  right: 0; }
.edit-btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icons.png) no-repeat;
  background-position: -223px -77px; 
}
.edit-group {
  right:4px
}
.edit-btn:focus, .edit-group:focus {
  outline: none; 
}

.lock-btn {
  line-height: 1;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0; }
.lock-btn-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icons.png) no-repeat;
    background-position: -178px -73px; }
.lock-btn:focus {
    outline: none; }
    
.page-tab-content .checkbox-container {
 
}
.page-tab-content .checkbox-container .checkmark {
}

.checkbox-container {
  display: block;
  position: relative;  
  margin-bottom: 0;
  padding: 9px 70px ;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  
  .page-tab-content .checkbox-container > span:first-child{
    padding-right: 40px;
    display: block;
  }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkmark {
      background-color: #0cb452; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #bbb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 12% ;
    margin: auto;
}
    .checkbox-container:hover .checkmark {
      background-color: #bbb;
    }
    .checkbox-container .checkmark:after {
      content: "";
      position: absolute;
      left: 10.5px;
      top: 6px;
      width: 8px;
      height: 14px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block; }

.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #95989a;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s; }
  .switch input:checked + .slider {
    background-color: #2da9e1; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2da9e1; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }

.header {
  /* background-color: #052533;
  height: 43px;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;  */

	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	padding-left: 10px;
	/* line-height: 3.4rem; */
	color: #052533;;
	background-color: white;
  /* border-bottom: 0.5px solid #e0e0e0; */

}


  .header-text {
    color: #fff;
    font-size: 20px;
    padding: 6px; }
    .header-text-light {
      font-family: "SourceSansPro-Light", sans-serif; }
  .header .btn-back {
    position: absolute;
    top: 15px;
    left: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .header .page-nav .dropdown-toggle::after {
    display: none; }
  .header .page-nav .dropdown-toggle:focus {
    box-shadow: none; }
  .header .page-nav .dropdown-menu {
    width: 355px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border: solid 1px #95989a; }
    .header .page-nav .dropdown-menu .dropdown-item {
      font-size: 20px;
      line-height: normal;
      text-align: center;
      color: #007aff;
      padding: 12px 10px 17px; }
      .header .page-nav .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #95989a; }
      .header .page-nav .dropdown-menu .dropdown-item:first-child {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 13px;
        -webkit-border-top-right-radius: 13px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-topleft: 13px;
        -moz-border-radius-topright: 13px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0; }
      .header .page-nav .dropdown-menu .dropdown-item:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 13px;
        -webkit-border-bottom-left-radius: 13px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 13px;
        -moz-border-radius-bottomleft: 13px; }
      .header .page-nav .dropdown-menu .dropdown-item.active, .header .page-nav .dropdown-menu .dropdown-item:active {
        background-color: #f0f0f0; }
  .header .page-nav button {
    width: 355px; }

.left-sidebar {
  display: flex;
  /* margin-top: 43px; */
  height: -moz-calc(100% - 43px);
  height: -webkit-calc(100% - 43px);
  height: calc(100% - 43px);
  position: fixed;
  z-index: 201; 
  top:51px;
  background-color: #052533;
  left:0;
  width:100%
}
.page-tab-content .left-sidebar{  
  height: -webkit-calc(100% - 94px) !important;
}
/* .customerpage .left-sidebar{
  margin-top: 0 !important;
}
.customer-page{
  margin-top: 0;
} */
  .left-sidebar .nav-menu {
    background-color: #052533;
    width: 75px;
    position: relative;
    overflow-y: auto; }
    .left-sidebar .nav-menu .menu-item .nav-link {
      padding: 20px;
      display: block;
      max-height: 75px; }
      .left-sidebar .nav-menu .menu-item .nav-link img {
        display: block;
        margin: 0 auto; }
      .left-sidebar .nav-menu .menu-item .nav-link.active {
        background-color: #052533; }
    .left-sidebar .nav-menu .nav-top-section .logo-container {
      padding: 7px 11px;
      margin-bottom: 20px; }
    .left-sidebar .nav-menu .nav-bottom-section:before {
      content: ' ';
      width: 52px;
      height: 2px;
      background: #fff;
      display: block;
      margin: auto;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
  .left-sidebar .nav-sub-menu {
    background: #052533;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    /* position: relative;  */
  }
  .nav-menu-btn.btn-close {
    cursor:pointer; }
    .left-sidebar .nav-sub-menu .nav-menu-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 5px 7px;
      cursor: pointer; }
      .left-sidebar .nav-sub-menu-inner .nav-menu-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 15px;
        cursor: pointer; }
      .left-sidebar .nav-sub-menu .nav-menu-btn .arrow {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        margin: 0 0 2px -7px; }
        .left-sidebar .nav-sub-menu-inner .nav-menu-btn .arrow {
          border: solid #fff;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 6px;
          margin: 0 0 2px -7px; }
      .left-sidebar .nav-sub-menu .nav-menu-btn.btn-open .arrow {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .left-sidebar .nav-sub-menu .nav-menu-btn.btn-close .arrow {
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .left-sidebar .nav-sub-menu-inner .nav-menu-btn .arrow {
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    .left-sidebar .nav-sub-menu-header {
      background-color: #052533;
      /* position: fixed;
      top: 51px; */
      z-index: 500;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      left: 0;
      padding: 12px 30px 5px 0; }
      .left-sidebar .nav-sub-menu-header .btn {
        font: 20px SourceSansPro-Regular, serif;
        line-height: 1.25;
        padding: 5px 12px; }
    .left-sidebar .nav-sub-menu-closed {
      padding: 21px 5px; }

   

    .left-sidebar .nav-sub-menu-inner {
      /* display:none; */
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      width: 100%;
      height: 100%;
      padding: 5px 0 30px;
      position: absolute;
      background: #052533;
      top: 5px;
      z-index: 201;
      right:0;
      bottom: 0;
      overflow-y: auto; 
      -webkit-overflow-y: auto; 
      -moz-overflow-y: auto; 
      -ms-overflow-y: auto; 
      padding-bottom: 100px;
    }
      .card-heder {
        padding:0;
      }
      
.accordion.menu-content{
  margin-top:55px;
}
.accordion .card {
  border-radius: 0 !important;
  background-color: white;
}
.accordion .content-card-body{
  padding-left: 20px;
}
.accordion .card-body {
  padding:0;
}
.accordion .card-header {
  padding: 0 .25rem;
}
.accordion .sub-header {
  padding-left: 20px;
}
.service-header .accordion {
  background-color: #052533;
  color: white;
  font: 25px/1.28 "SourceSansPro-Regular", sans-serif;
  border-top: solid 0.5px #7b7b7b;
  }
.accordion .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  float: right;
  transition: transform 0.5s ease-in-out;
  }

  .accordion .main-header .arrow {
    margin: 10px 10px 0 0;
  }
  .accordion .sub-header .arrow {
    margin: 10px 25px 0 0;
  }
  /* .accordion input[type=checkbox]:checked + label > .arrow {
    transform: rotate(45deg); } */
    
.accordion .acc-label {
  margin-bottom: 0;
  padding: 16px 10px;
  cursor: pointer;
  display: block;
  font-size:15px;
  transition: all .25s ease-in; }
  .accordion .acc-label-spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;   
    font-size: 15px;
    padding: 8px 15px;
    font-family: "HelveticaNeueRegular";
    align-items: center;
  }
    .accordion .acc-label-spinner .quantity {
      height: 28px;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
      -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
      border-radius: 3px;
      background:white;
    }
      .accordion .acc-label-spinner .quantity input[type=number]::-webkit-inner-spin-button,
      .accordion .acc-label-spinner .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .accordion .acc-label-spinner .quantity input[type=number] {
        -moz-appearance: textfield;
        text-align: center;
        font: 600 18px "SourceSansPro-Light", sans-serif;
        color: #255466;
        width: 42px;
        border: none;
        background-color: #fff !important;
        border-radius: 0px;
      }
      .accordion .acc-label-spinner .quantity input:focus {
        outline: 0; }
      .accordion .acc-label-spinner .quantity .quantity-button {
        cursor: pointer;
        width: 30px;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        /* background-color: #2da9e1; */
        /* font-weight: 600; */
        font-size: 30px;
        line-height: 1; 
        color: #255466;}
input:disabled { 
	background-color: #fff; 
	/* -webkit-text-fill-color: #880000; */
	opacity: 1; /* required on iOS */ }
.accordion-block {
  color: #fff;
  font: 25px/1.28 "SourceSansPro-Light", sans-serif;
  border: solid 0.5px #7b7b7b;
  border-bottom: none; }

  .accordion-block .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    float: right;
    transition: transform 0.5s ease-in-out;
    margin: 10px 25px 0 0; }

  .accordion-block .acc-label {
    margin-bottom: 0;
    padding: 9px 16px;
    border-bottom: solid 0.5px #7b7b7b;
    cursor: pointer;
    display: block;
    transition: all .25s ease-in; }
  .accordion-block input[type=checkbox]:checked + label + ul {
    max-height: 1000px; }
  .accordion-block input[type=checkbox]:checked + label > .arrow {
    transform: rotate(45deg); }
  .accordion-block [hidden] {
    display: none;
    visibility: hidden; }
  .accordion-block .group-list, .accordion-block .sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out; }
  .accordion-block .group-list .acc-label {
    padding-left: 56px; }
  .accordion-block .sub-group-list .acc-label {
    padding-left: 104px; }
  .accordion-block .acc-label-spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .accordion-block .acc-label-spinner .quantity {
      border: solid 0.5px #707070;
      height: 30px; }
      .accordion-block .acc-label-spinner .quantity input[type=number]::-webkit-inner-spin-button,
      .accordion-block .acc-label-spinner .quantity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .accordion-block .acc-label-spinner .quantity input[type=number] {
        -moz-appearance: textfield;
        text-align: center;
        font: 600 19px "HelveticaNeueRegular";
        color: #707070;
        width: 56px;
        border: none; }
      .accordion-block .acc-label-spinner .quantity input:focus {
        outline: 0; }
      .accordion-block .acc-label-spinner .quantity .quantity-button {
        cursor: pointer;
        width: 30px;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        background-color: #2da9e1;
        font-weight: 600;
        font-size: 26px;
        line-height: 1; }

.acc-label-switch .switch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-right: 0px; }

.choosing-section {
  max-width: 560px;
  margin: 47px auto; }
  .choosing-section .choosing-box {
    width: 210px;
    height: 210px;
    margin: 0 20px;
    background-color: #27638f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block; }
    .choosing-section .choosing-box .text {
      color: #fff;
      text-align: center;
      margin-bottom: 0;
      font-family: "SourceSansPro-Light", sans-serif; }
    .choosing-section .choosing-box:hover {
      text-decoration: none; }
    .choosing-section .choosing-box.create-papertowel-box {
      padding: 12px 32px; }
      .choosing-section .choosing-box.create-papertowel-box .text {
        font-size: 32px;
        line-height: 40px; }
      .choosing-section .choosing-box.create-papertowel-box .line {
        font-size: 20px;
        color: #fff;
        position: relative;
        line-height: 1.5; }
        .choosing-section .choosing-box.create-papertowel-box .line:after {
          content: ' ';
          height: 2px;
          background: #fff;
          display: block;
          margin: auto;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          top: 13px;
          position: absolute; }
        .choosing-section .choosing-box.create-papertowel-box .line-long {
          padding-left: 10px; }
          .choosing-section .choosing-box.create-papertowel-box .line-long:after {
            width: 100px;
            left: 24px; }
        .choosing-section .choosing-box.create-papertowel-box .line-short {
          padding-left: 70px; }
          .choosing-section .choosing-box.create-papertowel-box .line-short:after {
            width: 40px;
            left: 84px; }
    .choosing-section .choosing-box.leak-report-box {
      padding: 6px 9px; }
      .choosing-section .choosing-box.leak-report-box .text {
        font-size: 28px;
        line-height: 36px; }
      .choosing-section .choosing-box.leak-report-box .icon-box {
        width: 47px;
        height: 29px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background-color: #fff;
        background-image: url("../img/icons.png");
        background-position: -167px -71px;
        margin-right: 13px; }
      .choosing-section .choosing-box.leak-report-box .line {
        width: 77px;
        height: 1px;
        background: #fff;
        display: block;
        margin: 3.2px auto; }

.customer-details-form {
  max-width: 374px;
  margin: auto; }
  .customer-details-form .form-group {
    margin-bottom: 15px; }
    .customer-details-form .form-group input {
      border: none;
      border-bottom: 1px solid #245566;
      border-radius: 0;
      background: transparent;
      font-size: 15px;
      padding: 5px 0;
      height: calc(1.5em + 5px + 0px);
    }
    .customer-details-form .form-group textarea {
      border: none;
      font-size: 14px;    
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    }
    .customer-details-form .form-group label {
      margin-bottom: 0;
      font-size: 18px; }
  .customer-details-form .btn,  .jobcard .btn-fivestar-dark{
    font: 20px "HelveticaNeueRegular";
    padding: 4px 15px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 2px; }

.customer-details-box {
  position: relative;
  max-width: 50%;
  width: fit-content;
  font-size: 17px;
  line-height: 22px;
  padding-right: 20px;
  margin-left: 17px; }

.data-wrapper {
  margin-top:5px;
  padding-bottom: 18px;
  position: relative; }
  .data-wrapper:after {
    content: "";
    width: 82px;
    height: 100%;
    background-color: rgba(248, 239, 5, 0.08);
    position: absolute;
    top: 0;
    right: 23px;
    z-index: 3; }
  .data-wrapper .data-heading {
    text-align: right;
    font-size: 20px;
    line-height: 1.25;
    padding-right: 22px;
    margin-top: -10px; }
  .data-wrapper .data-section .data-total .data-box {
    padding: 0 4px 2px 4px;
  }
  .data-wrapper .data-section .data-box {
    border:none;
    position: relative;;
    padding: 0 0 5px 10px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .data-wrapper .data-section .data-box-heading {
      font: 15px/27px "SourceSansPro", sans-serif; }
    .data-wrapper .data-section .nav-left {
      position: absolute;
      left:-6px;
      top: 50%;
      transform: translateY(-50%);
    }
    .data-wrapper .data-section .nav-right {
      position: absolute;
      right:4px;
      top: 50%;
      transform: translateY(-50%);
    }
    .data-wrapper .data-section .data-box-nav {
      text-align: center;
      min-width: 15px; }
      .data-wrapper .data-section .data-box-nav .data-btn {
        border: solid #052533;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        margin-bottom: 6px;
        cursor: pointer; }
        .data-wrapper .data-section .data-box-nav .data-btn.btn-left {
          -moz-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .data-wrapper .data-section .data-box-nav .data-btn.btn-right {
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .data-wrapper .data-section .data-box-inner .text {
      font-size: 12px;
      line-height: 1.25;
      margin-bottom: 0; }
    .data-wrapper .data-section .data-box-inner .data-amount {
      font: 16px "SourceSansPro-Light", sans-serif; 
      text-align: center;
      width: 225px;    
    }
    .data-wrapper .data-section .data-box .edit-btn {
      top: 0px;
      right: 0px;
      z-index: 20;
      font-size: 0;
      padding: 5px;
      opacity: 1}
    .data-wrapper .data-section .data-box .lock-btn {
      top: 2px;
      right: 2px;
      z-index: 1;
      opacity: 1}
    .data-wrapper .data-section .data-total {
      margin-left: 3px;
      padding-top: 0px; }
      .data-wrapper .data-section .data-total .data-box-inner {
        z-index: 10; }
        .data-wrapper .data-section .data-total .data-box-inner .data-amount-total {
          border-bottom: 1px solid #052533;
          padding: 8px 0;
          display: flex;
          justify-content: center; 
          width:225px;}
        .data-wrapper .data-section .data-total .data-box-inner .data-col {
          width: 50%;
          text-align: center;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.25; }
        .data-wrapper .data-section .data-total .data-box-inner .group-total-retail-price{
          font-weight: normal;
          }
        .data-wrapper .data-section .data-total .data-box-inner .data-result-text {
          font: 16px/19px "SourceSansPro-Regular", sans-serif;
          color: #707070;
          padding-top: 3px; }
  .data-wrapper .data-col {
    width: 50%;
    display: inline-block; 
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: initial;
    }
  .data-wrapper .sign-box {
    line-height: 1;
    height: 22px;
    margin: 0 0px 0 auto;
    padding: 0;
    text-align: center;
    display: flex;}

.retail-price-copy.in-active {
  position: relative; }
  .retail-price-copy.in-active {
    opacity: 0.3; }
  .retail-price-copy.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 64px;
    top: 10px;
    left: 18px; }

.member-price-copy.in-active {
  position: relative; }
  .member-price-copy.in-active {
    opacity: 0.3; }
  .member-price-copy.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 64px;
    top: 10px;
    left: 15px; }

.group-total-retail-price.in-active {
  position: relative; }
  .group-total-retail-price.in-active {
    opacity: 0.3; }
  .group-total-retail-price.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 80px;
    top: 10px;
    left: -5px; }

.group-total-member-price.in-active {
  position: relative; }
  .group-total-member-price.in-active {
    opacity: 0.3; }
  .group-total-member-price.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 80px;
    top: 10px;
    left: 28px; }
    
.data-box.in-active {
  position: relative; }
  .data-box.in-active > * {
    opacity: 0.3; }
  .data-box.in-active .data-box-heading:before, .data-box.in-active .data-amount:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute; }
  .data-box.in-active .data-box-heading:before {
    width: 60%;
    top: 15px; }
  .data-box.in-active .data-amount {
    position: relative; }
    .data-box.in-active .data-amount:before {
      width: 100%;
      bottom: 10px; }

.modal-center {
  width: fit-content;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-top {
  margin-bottom:50px;
  width: fit-content;
  margin: auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.modal-export{
  width: 98%;
  /* max-width:360px; */
  margin: auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) !important;
}
.modal-export .modal-content{
  border-radius:10px;
}
.modal-export .modal-content > a{
  line-height: 62px;
  line-height: 62px;
  font-size: 19px;
  text-align: center;
  color: black;
}
.sms-quote{
  border-bottom: 0.5px solid #c0c0c0;
}


.modal-sms-result{
  width: 270px;
  /* max-width:360px; */
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.modal-sms-result .modal-content{
  border-radius:10px;
}
.modal-sms-result .modal-content > a{
  line-height: 52px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.modal-sms-result .modal-content > a:first-child{
  border-bottom: 0.5px solid #c0c0c0;
  color: black;
}
.modal-dialog.modal-sms {
  width: 98%;
  /* max-width:360px; */
  margin: auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) !important;
} 
.modal-sms .close {
  right: 15px;
  top: 10px;
  /* color: #fff; */
  font-weight: 500;
  position: absolute;
}
  .modal-custom .close {
    z-index:10;
    position: absolute;
    right: 20px;
    top:4px;
    opacity: 1;
    color: #052533;
    font: 900 28px "SourceSansPro-Regular", sans-serif; }
    .modal-custom .close:focus {
      outline: none; }
  .modal-custom .modal-header {
    border-bottom: none; }
  .modal-custom .modal-footer {
    border-top: none; }
  .modal-custom .attention {
    width: 72px;
    height: 72px;
    background: #f37223;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 5px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 30px; }
  .modal-custom .checkbox-container {
    padding-right: 23px;
    margin-bottom: 2px; }
    .modal-custom .checkbox-container .checkmark {
      /* border: 1px solid #707070; */
      margin: 3px 0; }
    .modal-custom .checkbox-container input:checked ~ .checkmark {
      border: none; }
  .modal-custom .question {
    margin-bottom: 20px; }

.modal-custom .modal-box {
  margin-bottom: 8px;
  border: 0.5px solid #c0c0c0;
  font: 17px "SourceSansPro-Regular", sans-serif;
  color: #052533;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  /* .modal-custom .modal-box:first-child {
    width: -moz-calc(100% - 37px);
    width: -webkit-calc(100% - 37px);
    width: calc(100% - 37px); } */
  .modal-custom .modal-box-label {
    font-size: 20px;
    line-height: 25px;
    /* width: calc(100% - 18px); */
    display: block;
    text-align: center;
    margin: 0 auto 0px auto; }
.modal-custom .modal-box-lg {
  min-height: 110px;
  /* padding: 8px 25px; */
 }
.modal-custom .btn {
  font: 600 20px/normal "HelveticaNeueRegular";
  color: #fff;
  letter-spacing: 2px;
}
.modal-custom .modal-box-sm {
  max-width: 96px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 29px;
  padding: 5 px;
  text-align: center;
  height: auto; }

.modal-add-items {
  padding: 20px 45px 30px 40px;
  font: 23px/1.26 "SourceSansPro-Light", sans-serif;
  color: #4e4e4e; }

.modal-misc-items {
  background-color: white;
  padding: 10px; }

.modal-dark-bg {
  background-color: #052533;
  color: #fff; }
  .modal-dark-bg .modal-box-lg {
    background-color: #fff;
    margin-bottom: 52px; }

.modal-white-bg {
  background-color: #fff;
  color: #052533; }
  .modal-white-bg .modal-box-lg {
    background-color: #fff;
    /* margin-bottom: 52px;  */
  }
.modal-grey-bg {
  background-color: #f0f0f0;
  color: #052533; }
  .modal-white-bg .modal-box-lg {
    background-color: #fff;
    /* margin-bottom: 52px;  */
  }
.modal-content{
  border:none;
}
#subscribe-member{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#subscribe{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-sign {
  padding: 10px; 
  width: auto;
  margin: auto;
  display: inline-block;
  /* max-height: calc(100vh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; */
}
  .modal-sign .modal-box-label {
    padding: 0; }

.edit-subtotal {
  display: none;
  position: absolute;
  z-index: 21;
  right: 0;
  top: 50px;
  margin: 0; 
  z-index:500;
  margin-bottom:60px;
}
.servicegroup-nav .edit-subtotal {
  display: block;
}
  .edit-subtotal.show {
    display: block; }
  .edit-subtotal .modal-content {
    padding: 6px 7px 9px;
    width: 260px; 
    width:calc(100vw - 15px);
    max-width: 360px;
  }
  .edit-subtotal .close {
    right: 15px;
    top: 10px;
    /* color: #fff; */
    font-weight: 500;
    position: absolute; }
  .edit-subtotal .modal-title {
    font-size: 20px;
    /* margin-bottom: 6px;  */
    font-weight: 600;
  }
  .edit-subtotal .discount-block .modal-box-sm {
    text-align: center;
    max-width: 102px;
    border: 0.5px solid #c0c0c0;
    margin-top: 5px; }
  .edit-subtotal .btn {
    margin: auto;
    font-size: 18px;
    padding: 3px 7px;
    letter-spacing: 1px; }
	
.button-section {
    position: fixed;
    bottom: 0;
    background-Color: #fff;
    width: calc(100% - 113px);
    text-align: center;
    z-index: 200;
	margin-left: 30px;
}
.button-toggle hr {
    width: 42%;
    border-top: 6px solid #052533;
    margin: 5px auto;
	height: 15px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-custom {
     max-width: 352px;  
  } 

}


  #modal-blob{
    max-width: none;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    margin: 0;
 }
.modal-dialog.modal-session {
  max-width: 300px; } 
/*# sourceMappingURL=app.css.map */

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}
.hover-item{
    border: 1px solid red;
}

.highlight {
  border: 1px solid red;
  font-weight: bold;
  font-size: 45px;
  background-color: white;
  height: 80px;
  margin-bottom: 15px;
}
.nav-bar{
  position: relative;
  padding-bottom:7px;
}

.block  {
  border-bottom: 1px #c0c0c0 solid !important; 
  margin-bottom: 15px;
}

/* .group-container:last-child .block {
  border-bottom:none !important;
} */
.new-group {
  position: relative;
}
.delete-group {
  color: #988080; 
  margin-top:0;
  display:inline-flex;
  position: absolute;
  top:20px;
}

.delete-tab{    
  left: 5px;
  color: #a0a0a0;
  padding: 0 0 0 5px;
  margin-top: 0;
  display: inline-flex;
  position: absolute;
  top: 20px;
}
.del-group {
  position: relative;
  margin-top: 20px;
  right: 400px;
  bottom: 5px;
  color: white;
 
 
}
.delete-group .btn{
  color: #a0a0a0;
  padding:0 0 0 5px;
}
.delete-group .btn:hover{
  color: red;
}

.btn-blue {
	background-color: #2fa8e4;
	color: #fff;
	font-size: 21px;
}

.button-wrapper .btn-blue {
	margin: 15px;
}

.data-wrapper:after {
  content: none;
}
.group-total-retail-price{
  
  text-align: left;
}
.group-total-member-price{
  text-align: right;
}
.quote-total {
  
  text-align: center;
}
.quote-total-retail-price{
  
  text-align: left;
}
.quote-total-member-price{
  text-align: right;
}
.service-price{
  font-size: 0.6em !important; 
  margin: auto 0rem auto 0.4rem !important;
}
.service-price-desc{
  font-size: 0.6em !important; 
  margin: auto 0rem auto 1rem !important;
}
.totalbox-edit {
  display:inline;
}

.nav-tabs {
  border-bottom: none;
  /* position: fixed; */
  width: 100%;
  z-index: 1;
  margin: 10px auto 20px;
  justify-content: center;
  max-width: 800px;
}

.page-tab .nav-item {
  width: 38%;
}
.page-tab .nav-new {
  width: 12% !important;
}
.page-tab .nav-item.nav-new .nav-link {
  background-color: transparent !important;
  border:none !important;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #4F80C9 !important;
  padding: 0;
}
.page-tab .nav-item .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  border: none;
  position: relative;
  padding: 6px 16px;
  border: 1px solid #052533;
  font-size: 13px;
  background-color: #fff;
  color: #052533;
}
.page-tab .nav-item .nav-link.active {
  background-color: #052533;
  color: #fff;
  border: 1px solid #052533;
}
.page-tab .nav-item.left-item .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-tab .nav-item.right-item .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}


.tab-pane .continue .nav-link.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  right: 47%;
  width: 22px;
  border-bottom: solid 14px rgb(240, 240, 240);
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}


.page-tab-content .btn-success {
  font-size: 18px;
}

.service_desc {
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0;
}
.completed-quote-item {
  border-radius: 5px;
  background-color: white;
  padding: 5px 10px;
  font-family: 15px;
  font-size: 16px;
  /* border: #e0e0e0 1px solid; */
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  cursor:pointer;
  position:relative;
  /* max-width: 360px; */
}
.completed-quote-item:hover{
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
}
.p-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.p-center1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.calendar-head-card{
  display: none;
}
.calendar-container{
  border: #e0e0e0 1px solid;
}
.quote-total-item{
  border-radius: 4px;
  /* background-color: white; */
  font-size: 15px;
  font-family: roboto;
  /* float: right; */
  text-align: center;
  right: 0;
  padding:5px 0;
  display: flex;
  max-width: 500px;
  margin:auto
  /* border: #e0e0e0 1px solid */
}
.span-icon {
  width: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.span-desc{
  font-size: 16px;
  min-height: 20px;
  color:#052533;
}
.price-col{
  width: 200px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-page {
  overflow-y: hidden !important;
  background-color: white;
}
.quotepage{
  overflow-y: hidden !important;
  padding-bottom: 200px;
}

.home-page li {
  display:flex;
  padding:5px 0;
}
.home-page li:before{
  border-bottom: solid 3px #48c93c;
  border-left: solid 3px #48c93c;
  content: "";
  display: inline-flex;
  padding: 5px 12px;
  height: 0;
  width: 0;
  transform: rotate(-45deg);
  margin-right: 20px;
  margin-top: 10px;
}

.completed-quote-view:hover {
  /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); */
  cursor:pointer;
}
.center_element{
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.access-select{
 min-width: 100px;
 border-radius: 7px;
}

.customer-page-content {
  width: 100%;
  min-height: -webkit-calc(100vh - 43px);
  min-height: -moz-calc(100vh - 43px);
  min-height: calc(100vh - 43px);
  padding: 5px;
  background-color: #f0f0f0;
  overflow-y: auto;
  padding: 0 30px;
}

.box-header{
  display: flex;
  min-height: 20px;
}
.signature-div{
  text-align: center;
  padding-top: 2px;
  min-height:25px
}
.retail-sign-btn, .approve-humm{
  border: 0;
  background: transparent;
  line-height: 1.25;
  display: block;
  margin: 0 auto;
  font: 10px "SourceSansPro-Regular", sans-serif;
  font-weight: bold;
  color:#052533;
  white-space: nowrap;
}
.retail-sign-btn:focus{
  /* border:none; */
  outline: none;
}


.member-sign-btn{
  border: 0;
  background: transparent;
  line-height: 1.25;
  display: block;
  margin: 0 auto;
  font: 10px "SourceSansPro-Regular", sans-serif;
  font-weight: bold;
  color:#052533;
  white-space: nowrap;
  cursor: pointer;
}
.member-sign-btn:focus{
  /* border:none; */
  outline: none;
}

.left-sign-img{
  margin-top: 2px;
  width: 22px; position: relative; 
 }
 .right-sign-img{
  margin-top: 2px;
  width: 22px; position: relative; 
 }
 .humm-sign-img{
  width: 22px;
  height: 22px;
  margin-top: 2px;
 }
 .and-group-line{   
  position: relative;   
  min-height: 4px;
  margin:0px auto 40px auto;
  background-color: #052533;
 }
 .and-group-line:before{
  /* position: absolute;
  width: 100%;
  content: " ";
  border-bottom: 1px #052533 solid;
  top: -5px; */
}
 .and-group-line:after{
  position: absolute;
  width: 100%;
  content: " ";
  border-bottom: 1px #052533 solid;
  top: 7px;
}
 .or-group-line{
   text-align: center;
   position: relative;    
   font-size: 28px;
   color: black;
   margin-bottom:30px;
 }
 .or-group-line:before{
  position: absolute;
  width: 46%;
  content: " ";
  border-bottom: 2px black solid;
  left: 10px;
  bottom: 14px;
}
 .or-group-line:after{
  width: 46%;
  position: absolute;
  content: " ";
  border-bottom: 2px black solid;
  right: 10px;
  bottom: 14px;
}
.common-group {
  padding: 0px 5px;
}
.multi-in-one{
  /* margin-left: -17px; */
}
.sign-canvas{
  background-color: white;
}
.sign-btn-img{
  width:auto;
  height: 8px;
  margin-right: 2px;
}
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  padding-right: 5px;
  position: relative;
  padding-left: 3px;
  position: relative;
  width: 100%;
  /* z-index: 100; */
  /* top: 123px; */
}
.tab:before{
  width: 100%;
  position: absolute;
  content: " ";
  border-bottom: 1px solid #b0b0b0;
  left: 0;
  bottom: 0px;
}
/* Style the buttons inside the tab */
.tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px;
  height: 26.8px;
  /* transition: 0.3s; */
  font-size: 13px;
  width: 100px;
  border: 1px solid #b0b0b0;
  margin-right: 1px;
  border-top-left-radius: 10px 5px;
  border-top-right-radius: 10px 5px;
  background-color: white;
  color: #cccccc;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* margin-bottom: -1px; */
}
.tab .tabadd {
  background-color: inherit;
  float: left;
  border: none;
  /* border: solid 1px #b1b1b1; */
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-top-left-radius: 10px 5px;
  border-top-right-radius: 10px 5px;
  background-color: #f1f1f1;
  color: #b1b1b1;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  width: 30px;
  line-height: 1;
  height: 25.8px;
}
.tab .tabadd:hover{
  /* border-radius: 50%; */
  background-color: #e0e0e0;
}
.tab-edit{
  width: 20px;
  float: right;
  border: none;
  position: absolute;
  right: 8px;
  top: 6px;
  /* transform: translateY(-50%); */
  cursor: pointer;
}




/* Create an active/current tablink class */
.tab .tablinks.active {
  background-color: #f0f0f0;
  border-bottom: none;
  color:#505E72;
  /* border: 1px solid #cccccc; */
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 40px 5px 0px 5px;
  width:100%;
  /* max-height: calc(100vh - 0.5rem - 130px);
  overflow-y: auto; */
  /* border: 1px solid #ccc;
  border-top: none; */
}
.name-copy{
  font-size: 16px
}
.data-amount{
  font-size: 16px
}
.desc-copy{
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 0;
}
.quote-item-list {
  /* position: relative; */
  padding: 0 0 5px 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor:move;  
  /* height: 85px; */
}
.group-total-retail-price, .group-total-member-price, .quote-item-image, .edit-btn-icon, .data-box-nav{
  cursor: default;
}
.member-price-copy{
  font-weight: bold;
}

.agree-price{
  display: block;
  font-size: 14px !important;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.total-block {
  font-size:20px; position: relative; margin: 0 0px 20px 0px; padding: 0 20px 20px; ;
}
@media (max-width: 768px) {
  
  .total-block {
    margin: 0 -10px 0 -10px;
  }
}
/* -------------------------------------------------------------------- */


.slider {

  width: 100%;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.slides {
  display: flex;
  position: relative;
  top: 0;
  width: 200000px;

}

.slides.shifting {
  transition: all 1s ;
}

.slide {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1s;
  position: relative;
  height: fit-content;
  margin-left: 1px !important;
  margin-right: 1px!important;
}
.slider.loaded .slide:nth-child(2), .slider.loaded .slide:nth-child(7) {
  background: white;
}
.slider.loaded .slide:nth-child(1), .slider.loaded .slide:nth-child(6) {
  background: white;
}
.slider.loaded .slide:nth-child(3) {
  background: white;
}
.slider.loaded .slide:nth-child(4) {
  background: white;
}
.slider.loaded .slide:nth-child(5) {
  background: white;
}

.control {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  margin-top: -20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

/* -------------------------------------------------- */

#date-time[readonly] {
  background-color: transparent !important;
  opacity: 1;

}
#date-time:focus{
  outline: none;
}
#date-time{
  text-align: center;
  border: none;
  font-weight: 600;
  color:#052533;
  font-family: roboto;
  font-size: 15px;
  cursor: pointer;
}
.date-board{
     max-width: 360px;
    margin: 0px auto;
    /* border: 1px solid #ced4da;
    background-color: white; */
    padding: 8px;
    /* border-radius: 7px; */
    font-size: 15px;
    
}
.calendar{  
  margin: 10px auto;
  max-width: 360px;
  width: 100%;
  position: absolute;
  z-index: 10;
  display:none;  
  margin:10px auto;
}
.input.select label{
  padding-left: 5px;
}
.completeditems, .activeitems{
  color: #052533;
  font-size: 20px;
}
.add-bottom-tab {
  display: flex;
  justify-content: space-between;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px); 
  bottom: 0;
  left: 0;
  padding: 10px 0;
  border-top: 1px solid #cbcbcb;
  margin-left: 10px;
  margin-right: 10px;
  z-index:100;
}


.header .share-dropdown-menu {
  position: absolute !important;
  will-change: transform !important;
  top: 67px !important;
  left: 0px !important;
  width: 100% !important;
}
.jobcard{
  background-color: white;
  max-width: 500px;
  margin: auto;
}
.jobcard-bottom {
  font-size: 20px;
  font-size: 20px;
  /* border-top: 1px solid #c0c0c0; */
  /* padding-top: 10px; */
  margin-top: 10px !important;
  margin-bottom: 60px !important;
}

.Retail-Member-Label{
  font-size:18px; margin-top:10px;text-align:center; width:225px;
}
/* @media (min-width: 1025px) {
  .tab .tablinks:hover {
    background-color: #c0c0c0;
    color:#505E72;
  }
} */

.quoteitemdesc{
  width: calc(100% - 155px - 0px);
 }
@media (max-width: 768px) {
  .nav-bar{
    padding-bottom: 25px;
  }
  .delete-group, .delete-tab{
    top:72px;
  }
  .Retail-Member-Label{
    width:180px;
  }
  .modal-top {
    top: 50px;
  }
  .main-page .logo-container {
    margin-top: 60px;}
  .data-wrapper .data-heading {
     padding-right: 0px; 
  }
  .left-sidebar .nav-sub-menu-inner .nav-menu-btn {
    padding: 5px 7px;}
  .data-wrapper .data-heading {
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 10px;
  }
  .left-sidebar .nav-sub-menu-header{
    
    padding: 12px 11px 5px 0;
  }
  .modal-signbox{
    max-width: 352px;
    width: fit-content;
  }

  .modal-custom .modal-box-sm {
    max-width: 96px;
    margin: 0 0 0 11px;
    font-size: 16px;
    line-height: 16px;
    padding: 0, 5px;
    text-align: center;
    height: auto;
}
  .data-wrapper .data-section .data-box-heading {
    font: 15px/27px "SourceSansPro", sans-serif;
    white-space: nowrap;
    overflow-x: hidden;
    margin-right: 15px;
    text-overflow: ellipsis;
  }
  .box-header{
    display: block;
  }
  .service-price {
    font-size: 0.6em !important;
    margin: auto 0rem 0.2rem 0.2rem !important;
  }
  .service-price-desc {
    font-size: 0.6em !important;
    margin: auto 0rem 0.2rem 0 !important;
  }
  .data-wrapper .data-col {
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: initial;
}
  .data-wrapper .data-section .data-box-inner .data-amount {
    font: 15px "SourceSansPro-Light", sans-serif;
    width:180px;
  }
  .data-wrapper .data-section .data-total .data-box-inner .data-amount-total {
    width: 180px;
  }


 .signature-div {
  text-align: center;
  padding-right: 5px;
 }
 
 .desc-copy{
  white-space: nowrap;
  overflow-x: hidden;
  margin-right: 5px;
  text-overflow: ellipsis;
 }
 #bulletdesc-4{
  white-space: unset !important;
 }
 /* .present-page .desc-copy{
  white-space: unset;
  overflow-x: unset;
  text-overflow: unset;
  margin-right: 5px;
  position: relative;
  text-indent: -5px;
  padding-left: 5px;
 } */
  
 .data-wrapper .sign-box{
  margin: 0 0 0 auto;
  padding: 0;
 }

 
 .or-group-line:before{
    width: 42%;
  }
  .or-group-line:after{
    width: 42%;
  }
  .modal-or-group label{
    font-size: 20px;
  }


  /* .jobcard-bottom{
    font-size: 17px;
    font-size: 20px;
    font-size: 20px;
    position: absolute;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 30px;
    width: calc(100% - 2rem - 20px);
    bottom: 0;
  } */
  
  
.retail-price-copy.in-active {
  position: relative; }
  .retail-price-copy.in-active {
    opacity: 0.3; }
  .retail-price-copy.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 64px;
    top: 10px;
    left: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

.member-price-copy.in-active {
  position: relative; }
  .member-price-copy.in-active {
    opacity: 0.3; }
  .member-price-copy.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 64px;
    top: 10px;
    left: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
.group-total-retail-price.in-active {
  position: relative; }
  .group-total-retail-price.in-active {
    opacity: 0.3; }
  .group-total-retail-price.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 65px;
    top: 10px;
    left: 0px; }

.group-total-member-price.in-active {
  position: relative; }
  .group-total-member-price.in-active {
    opacity: 0.3; }
  .group-total-member-price.in-active:before {
    content: "";
    height: 1px;
    background: #052533;
    position: absolute;
    width: 65px;
    top: 10px;
    left: 0px; }

  .page-tab-content .checkbox-container{
    padding: 10px;
    font-size: 20px;
  }
  .page-tab-content .checkbox-container .checkmark {
    right: 10px !important;
  }
  .data-wrapper .data-section .data-total .data-box-inner .data-result-text {
    font: 14px/15px "SourceSansPro-Regular", sans-serif;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 639px) {
  .multi-in-one{
    margin-left: 0px;
  }
  .modal-dark-bg .modal-box-lg {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .modal-custom .modal-box-lg {
      min-height: 110px;
      padding: 8px 10px;
  }
  .sign-btn-img{
    width:14px;
  }
  .agree-price-label{
    font-size: 16px !important;
  }
  .modal-signbox .btn{
    padding: 0.35rem 0.5rem;
  }
  .agree-group-price{
    padding:3.5px !important;
  }
  
}
@media (max-width: 425px) {
  .Retail-Member-Label {
    width: 155px;
  }
  .data-wrapper .data-section .data-box-inner .data-amount {
    width: 155px;
  }
  .data-wrapper .data-section .data-total .data-box-inner .data-amount-total {
    width: 155px;
  }
}
.dec-date, .inc-date{
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 18px;
  padding: 2px 14px;
  border-radius: 50%;
  background: transparent;
  position: relative;
}
.dec-date img, .inc-date img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-59%,-50%);
}
.dec-date:hover, .inc-date:hover{
  background: #e0e0e0;
}
.stepper{ 
  border:1.5px solid #4F80C9;
  border-radius:5px;
  padding:0 5px;
  background:white;
}
.stepper .nav-tabs {
position: relative;
margin:0 auto;
}
.stepper .nav-tabs > li {
width: 25%;
position: relative;
}
.stepper .nav-tabs > li:after {
content: "";
position: absolute;
background: #EBEAEA;
display: block;
width: 100%;
height: 3px;
top: 15px;
left: -50%;
z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
background: #6CCB68;
}
.stepper .nav-tabs > li:first-child::after {
background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
background: #6CCB68;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
content: "✔";
color: #fff;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
top: 0;
display: block;
}
.stepper .nav-tabs [data-toggle=tab] {
width: 16.8px;
height: 16.8px;
margin: 8px auto;
border-radius: 100%;
border: none;
padding: 0;
color: #EBEAEA;
}
.stepper .nav-tabs [data-toggle=tab]:hover {
background: transparent;
border: none;
}
/* .stepper .nav-tabs > .active > [data-toggle=tab], .stepper .nav-tabs > .active > [data-toggle=tab]:hover, .stepper .nav-tabs > .active > [data-toggle=tab]:focus {
color: #34bc9b;
cursor: default;
border: none;
} */
.stepper .tab-pane {
position: relative;
padding-top: 50px;
}
.stepper .round-tab {
  width: 16.8px;
  height: 16.8px;
  line-height: 14px;
  display: inline-block;
  border-radius: 25px;
  background-color: #6CCB68;
  border: 2px solid #6CCB68;
  color: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 12px;
}
.stepper .completed .round-tab {
background: #6CCB68;
}
.stepper .round-tab::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.stepper .active .round-tab {
background: #6CCB68;
border: 2px solid #6CCB68;
}
/* .stepper .active .round-tab:hover {
background: #fff;
border: 2px solid #34bc9b;
} */
.stepper .active .round-tab::after {
display: none;
}
.stepper .disabled .round-tab {
color: #fff;
background-color: #EBEAEA;
border-color: #EBEAEA;
}
/* .stepper .disabled .round-tab:hover {
color: #4dd3b6;
border: 2px solid #a6dfd3;
} */
.stepper .disabled .round-tab::after {
/* display: none; */
}
.stepper li a{
  position: relative;
  display: block;
}
.step-label{
  position: absolute;
  bottom: -6px;
  /* left: -50%; */
  color: black;
  font-size: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #052533;
}

.step-label-arrow{
  position: absolute;
  bottom: -15px;
  color: black;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.step-comment{
  text-align: center;
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 10px;
  min-height:20px;
}
.comment{
  text-align: center;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 10px;
  min-height:20px;
}
#right-triangle {
width: 0;
height: 0;
border-left: 10px solid #4F80C9;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
position: absolute;
top: 50%;
transform: translateY(-95%);
right: -11px;
}
.rate {
  display:inline-flex;
  height: 25px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > span {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:20px;
  color:#ccc;
}
.rate:not(:checked) > span:before {
  content: '★ ';
}
.rate .completed {
  color: #FFDF55 !important;    
}
/* .rate:not(:checked) > span:hover, */
/* .rate:not(:checked) > span:hover ~ span {
  color: #FFDF55;  
} */
/* .rate > input:checked + span:hover,
.rate > input:checked + span:hover ~ span,
.rate > input:checked ~ span:hover,
.rate > input:checked ~ span:hover ~ span,
.rate > span:hover ~ input:checked ~ span {
  color: #FFDF55;
} */
.box{
  border:1.5px solid #4F80C9;
  border-radius:5px;
  padding:0 5px;
  background:white;
}
.ui-sortable-helper{
  margin-left:9px !important;
}
.check-tick{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #DEDFE0;
    position: relative;
    display: inline-block;
    padding:14px;
}
.check-tick img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.checktick-contain input{
  width:0; 
  height:0;
  display: none;
}

.checktick-contain input:checked ~ .check-tick {
  background-color: #6CCB68;
}
.checktick-contain{
  display:contents;
}
.save-signature,.delete-signature{
  background: #245566;
  font-size: 20px !important;
  width:100px;
}
.pay-warn{
  color:#FA3D3D;
}
.hum-block{
  max-width: 181px;
  width: 181px;
  /* margin-left: -10px; */
  margin-right: 10px;
}
/* .chosen {
  color: #fff;
  background-color: grey;
  opacity:0.5;
} */

.signbox-title {
  text-align: center;
  color: '#3E4C61';
  font-size: 17px;
  font-family: roboto;
  margin-bottom: 8px;
  margin-top: 5px;
  font-weight: 400;
}

.transparent-button{
  border: none;
  background: transparent!important;
} 
.transparent-button:focus{
  outline:none;
}

.add-button{
  border: none;
  background: transparent;
  color: #245566;
  font-size: 36px;
  float: right;
  position: absolute;
  right: 15px;
  top: 0;
  font-weight: bold;
}
.add-button:hover{
  color:#0a3e8a;
}
.add-button:focus{
  outline:none;
}

.btn-additem{
  background-color: #D5E100;
  color: white;
  font-size: 17px !important;
  color: #052533;
  font-weight: bold !important;
  border-radius:5px;
  border:none;
}
rec-slider-container:focus{
  outline:none!important;
  border:none!important
}
rec-slider-container:active{
  outline:none!important;
  border:none!important
}

.signature-modal input:disabled, .signature-modal input[readonly], .signature-modal .form-control:disabled, .signature-modal .form-control[readonly]{
  margin-bottom:0px;
  font-size:20px;
  max-width:200px;
  background-color:transparent !important;
  border: none !important;
  text-align:center
}
.img-explore{
  width:20px;
  line-height: 1;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.img-explore:focus{
  border: none;
  outline: none;
}

.rect-btn{
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #4F80C9;
  border: 1px solid #4F80C9;
  /* padding: 0.1rem .75rem; */
  width: 80px;
  font-size: 1rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size:18px !important;
  color: #fff;
  letter-spacing: 2px;
  margin-right: 12px;
}


.add-note{
  position:absolute;
  width: 361px;
  /* height: 280px; */
  right:0px;
  top:52px;
  max-width:95vw;
}
.add-note-box {
  border: 3px solid #245566;
  /* height: 100%; */
  border-radius: 5px;
  position: relative;
  background: white;
  z-index: 100;
  padding: 15px 7px;
}
.add-note-box::after {
  border: 1px solid #245566;
  top: -15px;
  right: 6px;
  border-color: #245566 transparent;
  border-width: 0 15px 14px 15px;
  content: '';
  position: absolute;
}
.new-job-gotit {
    font-size:17px;
    font-weight:bold;
    background:#D5E100;
    width: 94px;
    height: 31px;
    padding:0;
    cursor:pointer;
    right: 15px;
    bottom: 7px;
    position: absolute;
}


.grouptotalretailprice.in-active {
  position: relative; }
.grouptotalretailprice.in-active {
  opacity: 0.3; }
.grouptotalretailprice.in-active:before {
  content: "";
  height: 1px;
  background: white;
  position: absolute;
  width: 80px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.grouptotalmemberprice.in-active {
  position: relative; }
.grouptotalmemberprice.in-active {
  opacity: 0.3; }
.grouptotalmemberprice.in-active:before {
  content: "";
  height: 1px;
  background: white;
  position: absolute;
  width: 80px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
} 
.chosen .service-item{
  border:1px solid grey;
}
.eSbheu{
  margin: 0!important;
}
.splash-container{
  width: 100%;    
  height: calc(100vh - 51px);
  position: relative;
  background-color: #052533;
}
.splash-logo{
  position: absolute;;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.nav-menu-content{
  height: 100%;
  position: relative;
}
.nav-menu .inactive{
  opacity: 0.3;
}
.nav-menu .menu-bottom{
  position: absolute;
  width: 100%;
  bottom: 30px;
  font-size: 20px;
}
.menu-bottom .no-border{
  border-bottom:none!important;
}
.white-btn{
  color: #052533!important;
  font-size: 17px!important;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  padding: 0.32rem 1rem!important;
  border-radius:5px;
  border:none!important;
  background: white;
}
.quote-group-nav .white-btn{
  padding: 3px 16px!important;
  font-family: HelveticaNeueRegular;
  font-size: 15px!important;
}
.del-btn .btn{
  font-size: 12px!important;
  color: #989898!important;
}
.add-bottom-tab .btn{
  font-family: HelveticaNeueRegular;
  font-size: 20px!important;
  height: 38px;
  width:105px;
  padding: 0!important;
}
.member-indicator{
  font-family: 'Roboto';
  font-size: 11px;
  background: #6CCB68;
  border-radius: 25px;
  padding: 3px 12px;
  color: white;
}

.non-member-indicator{
  font-family: 'Roboto';
  font-size: 11px;
  background: #F4BF9E;
  border-radius: 25px;
  padding: 3px 12px;
  color: white;
}
.right-corner{
  position: absolute;
  width: 90px;
  text-align: center;
  right: 0;
  top: 3px;
}
.shadow-border{
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (orientation:landscape) {
  body{
    padding-top:51px!important;
  }
  #header{
    padding-top:0!important;
  }
  .jobs-header{
    padding-top:0!important;
  }
  .top-bar{
    top:50px!important;
  }
}

/* academy */
#academy{
  padding:0 10px;
  background:white!important;
  max-width: 400px;
  margin: auto;
}
#academy label{
  display: block;
  font-size: 13px;
  font-family: roboto;
  margin-bottom: 0;
  color: #052533;
}
#academy .input-bottom{
  border: none !important;
  border-bottom: 0.5px solid #245566!important;
  border-radius: 0!important;
  padding: 0!important;
  font-size: 15px!important;
  font-family: roboto!important;
  color: #404040!important;
  line-height: 1;
  height: 27px;
  margin-top: 7px;
  width: 300px;
  display: block;
}
#academy input, #academy textarea{
  outline: none!important;
}
#academy .Collapsible__contentInner {
  padding-left: 0;
}
#academy .Collapsible__trigger {
  font-family: roboto;
  font-size: 18px;
  padding: 10px 3px;
}
#academy .Collapsible__trigger:after {
  right:9px;
}
#academy textarea {
  width: 100%;
  border-radius: 5px;
  border-color: #e0e0e0;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
  font-family: Roboto;
}
.model-view {
  margin-right: 15px;
  position: relative;
}
.model-view:after {
  font-family: 'FontAwesome';
  content: '\f105';
  position: absolute;
  right: -10px;
  top: -2px;
  display: block;
  transition: transform 300ms;
  color: #052533;
  font-size: 25px;
}
#academy .title-label{
  font-size: 18px;
  font-family: roboto;
}

#academy .react-tabs__tab{
  width: 33.3%;
  border: none;
  text-align: center;
  font-size: 15px!important;
  font-family: roboto;
}
#academy .react-tabs__tab-list{
  padding:0!important;
}
#academy .react-tabs__tab--selected, .react-tabs__tab:focus{
  border-bottom: 2px solid #245566!important;
  /* box-shadow: none!important; */
}
#user-edit .Collapsible__trigger{
  border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
#user-edit .check-tick {
  width: 21px;
  height: 21px;
  padding: 0;
}
#user-edit .check-tick img {
  width:14px
}
#academy-index .Collapsible__trigger:after{
  /* content: ""!important; */
  top:26px!important
}
#academy-userindex .Collapsible__trigger:after {
  content: ""!important;
}
#academy-index .Collapsible, #academy-userindex .Collapsible{
  border-bottom: 1px solid #e0e0e0;
  margin-bottom:20px;
}
#academy-index .Collapsible__trigger{
  padding:22px 0
}
#academy-userindex .Collapsible__trigger{
  padding:12px 3px
}
.service-header .white-btn{
  background:white!important;
}

#academy-userindex .wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  border: 2px solid orange;
  min-height: 30px;
}
.module-thumbnail{
  position: relative;
}
.module-thumbnail .thumb-img {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.module-thumbnail .mark-img{
  position: absolute;
  left: 5px;
  bottom:5px;
}
.quotepage .content {
  color: grey;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: unset;
}
.white-btn:hover, .white-btn:focus, .white-btn:active {
  outline: 0;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.35)!important;
}
.nav-share img{
  padding:5px;
  box-sizing: content-box;
}
.nav-share img:hover, .nav-share img:active {
  opacity: 0.7;
}
.webkit-nav{
  padding-top: 93px!important;
}
#academy.webkit-academy {
  /* overscroll-behavior: contain!important;
  -webkit-overflow-scrolling: touch!important;
  overflow-y: scroll;
  height: calc(100vh - 86px); */
}