﻿/*Font face variables*/
/*global CSS variables*/
/*global CSS mixins*/
.list-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clear {
  margin: 0;
  padding: 0;
  clear: both;
}
.gutter-left-0 {
  padding-left: 0;
}
.gutter-right-0 {
  padding-right: 0;
}
.gutter-0 {
  padding-left: 0;
  padding-right: 0;
}
/*Font CSS mixins*/
.Grotesk45Lt {
  font-family: 'NHaasGroteskDSStd45Lt';
}
.Grotesk45Lti {
  font-family: 'NHaasGroteskDSStd46LtIt';
}
.Grotesk55Rg {
  font-family: 'NHaasGroteskTXStd55Rg';
}
.Grotesk56Rglt {
  font-family: 'NHaasGroteskTXStd56It';
}
.Grotesk65Md {
  font-family: 'NHaasGroteskTXStd65Md';
}
.Grotesk66MdIt {
  font-family: 'NHaasGroteskTXStd66MdIt';
}
.Grotesk75Bd {
  font-family: 'NHaasGroteskTXStd75Bd';
}
.Grotesk76BdIt {
  font-family: 'NHaasGroteskTXStd76BdIt';
}
.bg-white {
  background-color: #fff;
}
/************Theme Style start here ************/
body {
  font-family: 'NHaasGroteskDSStd45Lt';
  background: url("/Content/images/base-bg.jpg") no-repeat fixed center top / cover;
}
#innermain {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#innermain main {
  flex: 1;
}
.footer-inner {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 10px;
}
p {
  font-family: 'NHaasGroteskDSStd45Lt';
  font-size: 21px;
  color: #000;
  margin-bottom: 30px;
}
p strong {
  font-family: 'NHaasGroteskTXStd65Md';
  /*font-weight: 500;*/
}
.landing-page {
  background: #fff;
}
.landing-page header {
  border-bottom: solid 3px #6F147D;
  padding-top: 60px;
  padding-left: 6%;
  padding-right: 6%;
}
.landing-page header .brand {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.landing-page header .brand a {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  background: #fff;
  margin-top: 100px;
  position: relative;
  top: 3px;
}
.landing-page header .home-shap {
  display: inline-block;
  vertical-align: top;
  float: right;
  position: relative;
  top: 4px;
}
.landing-page header:after,
.landing-page header:before {
  clear: both;
  display: table;
  content: "";
}
.landing-contaner {
  padding: 0 6%;
  padding-top: 60px;
  background: #fff;
}
.landing-contaner article {
  padding: 0 30px;
  max-width: 672px;
  padding-bottom: 40px;
}
.landing-contaner article h1 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 36px;
  font-family: 'NHaasGroteskDSStd45Lt';
  margin-bottom: 30px;
  font-weight: 300;
}
.landing-contaner article .btn-link {
  margin-bottom: 0;
  padding-top: 25px;
}
.landing-contaner article .btn-link a {
  display: inline-block;
  font-size: 30px;
  font-family: 'NHaasGroteskTXStd65Md';
  color: #fff;
  padding: 10px 60px;
  border-radius: 10px;
}
.landing-footer {
  padding-bottom: 10px;
}
.landing-footer .landing-contaner {
  padding-right: 10px;
  /* .row { margin-left: 0; margin-right: 0;}*/
}
.landing-footer .landing-contaner .footer-left {
  width: 460px;
  float: left;
}
.landing-footer .landing-contaner .footer-right {
  width: 365px;
  float: right;
}
.landing-footer .landing-contaner .footer-right:after,
.landing-footer .landing-contaner .footer-right:before {
  content: "";
  clear: both;
  display: table;
}
.landing-footer .landing-contaner .footer-box {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.landing-footer .landing-contaner .footer-box.fbox1 {
  padding-left: 30px;
}
.landing-footer .landing-contaner .footer-box.fbox2 {
  max-width: 275px;
  padding-right: 0;
  padding-left: 34px;
}
.landing-footer .landing-contaner .footer-box.fbox2 p {
  color: #1d1d1b;
  font-size: 14px;
  margin: 0;
  padding-left: 30px;
  margin-bottom: 10px;
}
.landing-footer .landing-contaner .footer-box.fbox2 p a {
  color: #1d1d1b;
}
.landing-footer .landing-contaner .footer-box.fbox2 p a:hover {
  color: #6f167c;
  text-decoration: none;
}
.landing-footer .landing-contaner .footer-box.fbox2 p a:focus {
  color: #1d1d1b;
  text-decoration: none;
}
.landing-footer .landing-contaner .footer-box.fbox2:after,
.landing-footer .landing-contaner .footer-box.fbox2:before {
  content: "";
  clear: both;
  display: table;
}
.landing-footer .landing-contaner .footer-box.fbox3 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.landing-footer .landing-contaner .footer-box.fbox3 figure {
  padding: 0 20px;
}
.landing-footer .landing-contaner .footer-box.fbox3 figure img {
  max-width: 100%;
}
.landing-footer .landing-contaner .footer-box figure {
  display: inline-block;
  vertical-align: top;
}
.landing-footer .landing-contaner .footer-box figure img {
  max-width: 100%;
}
.landing-footer .landing-contaner footer-box + footer-box {
  padding-right: 0;
}
.location-ico {
  background: url("/Content/images/location-ico.png") no-repeat left center;
}
.envelope-ico {
  background: url("/Content/images/ico-envelope.png") no-repeat left center;
}
.envelope-ico span,
.phone-ico span,
.schedule-ico span {
  padding-left: 25px;
}
.phone-ico {
  background: url("/Content/images/tel-ico.png") no-repeat left center;
}
.schedule-ico {
  background: url("/Content/images/clock-ico.png") no-repeat left center;
}
.pencil-ico {
  background-image: url("/Content/images/pan-ico.png");
  background-repeat: no-repeat;
  background-position: center center;
}
/*right login box style is here*/
.landing-login-main {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0 15px;
}
.landing-login-form {
  background: #fff;
  max-width: 612px;
  border-radius: 10px;
  padding: 40px 70px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  /*margin-top: 190px;*/
}
.landing-login-form .page-header {
  margin: 0;
  border: 0;
  text-align: center;
  padding-bottom: 40px;
}
.landing-login-form .page-header h2 {
  margin: 0;
  padding: 0;
  color: #7F35B2;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  font-size: 40px;
}
.landing-login-form .form-group {
  margin-bottom: 50px;
}
.landing-login-form .form-group.btn-submit {
  text-align: center;
  margin-bottom: 0;
}
.landing-login-form label {
  font-size: 26px;
  color: #000;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  margin-bottom: 15px;
  padding-left: 15px;
}
.landing-login-form .form-control {
  height: 90px;
  font-size: 18px;
  color: #76777b;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: none;
  background: #EEEEEE;
  border-color: #EEEEEE;
  font-weight: 300;
}
.landing-login-form .form-control:focus {
  background: #EEEEEE;
  border-color: #EEEEEE;
  box-shadow: none;
}
.landing-login-form .form-intro {
  text-align: center;
  font-size: 23px;
  color: #54565b;
  margin-bottom: 30px;
}
.landing-login-form .form-intro p {
  margin-bottom: 0;
}
.landing-login-form .form-intro a {
  color: #6f167c;
}
.landing-login-form .form-intro a:hover {
  color: #54565b;
  text-decoration: none;
}
.landing-login-form .form-intro a:focus {
  color: #54565b;
  text-decoration: none;
}
.landing-login-form input[type="submit"],
.landing-login-form input.btn,
.landing-login-form button[type="submit"],
.landing-login-form button.btn,
.landing-login-form .btn {
  width: 234px;
  height: 70px;
  text-align: center;
  font-size: 30px;
  font-family: 'NHaasGroteskTXStd65Md';
  border-radius: 10px;
}
/************************************************************************************ */
/**********landing page style  is end ***************** */
/************************************************************************************ */
.rounded-circle {
  border-radius: 50%;
}
.fx-gutter,
.sticky-footer {
  padding-left: 15%;
  padding-right: 25%;
}
.side-left {
  width: 15%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: #FFFFFF;
}
.side-right {
  width: 25%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0 38px;
}
.container {
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 1130px;
}
.side-left .brand {
  background: #7F35B2;
  text-align: center;
  height: 156px;
  padding: 18px 0;
}
.side-left .brand img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.side-left .side-nav {
  padding-top: 95px;
}
.side-left .side-nav .nav > li > a {
  font-size: 25px;
  padding: 10px 50px;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
}
.side-left .side-nav .dropdown-menu > li > a {
  font-size: 20px;
  padding: 3px 55px;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
}
.side-left .side-nav .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
  position: relative;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.176);
  margin-bottom: 10px;
}
.side-left .side-nav .caret {
  border: 0;
  width: 14px;
  background: url("/Content/images/caret.png") no-repeat 0 0;
  height: 9px;
  margin-left: 8px;
}
.custom-align {
  margin: 0;
  padding-left: 23px;
  padding-right: 23px;
  background: #FFFFFF;
}
.custom-align > .row {
  margin: 0 -23px;
}
.main-search {
  background: #F4F4F4;
  height: 156px;
  padding: 0 45px;
}
.main-search input[type="text"],
.main-search input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 92%;
  float: left;
  color: #000000;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  font-size: 22px;
  height: 156px;
  padding: 45px 15px 45px 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.main-search input[type="text"]:focus,
.main-search input[type="search"]:focus {
  outline: none;
  box-shadow: none;
}
.main-search input[type="submit"],
.main-search input.ico-btn-search {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  background: url("/Content/images/search-ico.png") no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0;
  margin: 62px 0;
}
.main-search:after,
.main-search:before {
  content: "";
  clear: both;
  display: table;
}
.adv-readmore {
  padding: 0 23px;
  width: 100%;
  height: auto;
  padding-top: 27px;
  padding-bottom: 27px;
}
.adv-readmore figure {
  position: relative;
  text-align: center;
}
.adv-readmore figure img {
  width: 100%;
  height: auto;
}
.adv-readmore figure figcaption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.adv-readmore figure figcaption span {
  display: inline-block;
  vertical-align: top;
  font-family: 'NHaasGroteskTXStd65Md';
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  max-width: 750px;
  padding: 0 25px;
}
.adv-readmore figure figcaption a {
  display: inline-block;
  font-size: 28px;
  font-family: 'NHaasGroteskTXStd65Md';
  font-weight: 500;
  height: 66px;
  padding: 0 40px;
  line-height: 66px;
  margin-top: 10px;
  border-radius: 10px;
}
.stap-form {
  padding: 0 23px;
  width: 100%;
}
.stap-form .stap-nav {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.stap-form .stap-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.stap-form .stap-nav ul li {
  width: 33.3333%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.stap-form .stap-nav ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  z-index: 99;
}
.stap-form .stap-nav ul li a small {
  color: #000000;
  font-size: 18px;
}
.stap-form .stap-nav ul li a span {
  width: 96px;
  height: 96px;
  border: solid 3px #7F35B2;
  background: #fff;
  text-align: center;
  line-height: 90px;
  color: #7F35B2;
  font-size: 53px;
  display: block;
  font-family: 'NHaasGroteskTXStd65Md';
  font-weight: 500;
  margin: 0 auto;
  margin-top: 12px;
}
.stap-form .stap-nav ul li a:hover,
.stap-form .stap-nav ul li a:active {
  text-decoration: none;
}
.stap-form .stap-nav ul li a:hover span {
  background: #7F35B2;
  color: #fff;
}
.stap-form .stap-nav ul li.active a span {
  background: #7F35B2;
  color: #fff;
}
.stap-form .stap-nav ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 47px;
  height: 4px;
  width: 100%;
  background: #7F35B2;
  z-index: 9;
}
.stap-form .process-box {
  padding: 10px 15px;
}
.stap-form .process-box figure {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 45px;
  text-align: center;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px #d6d6d6;
}
.stap-form .process-box figure img {
  display: block;
  margin: 0 auto;
}
.stap-form .process-box figure figcaption {
  display: block;
  padding-top: 20px;
}
.stap-form .process-box figure figcaption span {
  display: block;
  font-size: 34px;
  color: #000;
  margin-bottom: 30px;
}
.stap-form .process-box figure figcaption a {
  display: inline-block;
  font-size: 23px;
  font-family: 'NHaasGroteskTXStd65Md';
  border-radius: 10px;
  min-width: 147px;
}
.stap-form .process-box p {
  font-size: 16px;
  color: #76777a;
  font-weight: 300;
}
.btn-submit {
  display: inline-block;
  font-size: 23px;
  font-family: 'NHaasGroteskTXStd65Md';
  border-radius: 10px;
  min-width: 147px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}
.user-ico {
  background-image: url("/Content/images/user-ico.png");
  background-repeat: no-repeat;
}
.search-ico {
  background-image: url("/Content/images/search-ico.png");
  background-repeat: no-repeat;
}
.file-ico {
  background-image: url("/Content/images/file-ico.png");
  background-repeat: no-repeat;
}
.folder-ico {
  background-image: url("/Content/images/folder-ico.png");
  background-repeat: no-repeat;
}
.sticky-footer .footer-box.fbox1 {
  display: inline-block;
  vertical-align: top;
}
.sticky-footer .footer-box.fbox2 {
  display: inline-block;
  vertical-align: top;
  padding-left: 34px;
}
.sticky-footer .footer-box.fbox2 p {
  color: #1d1d1b;
  font-size: 14px;
  margin: 0 0 10px;
  padding-left: 30px;
}
.sticky-footer .footer-box.fbox2 p a {
  color: #1d1d1b;
}
.sticky-footer .footer-box.fbox2 p a:hover {
  text-decoration: none;
}
.sticky-footer .footer-box.fbox3 {
  text-align: center;
}
.sticky-footer .footer-box.fbox3 figure {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 49%;
}
.sticky-footer .footer-box.fbox3 figure img {
  max-width: 100%;
  height: auto;
}
.right-panel-in {
  background: #fff;
  padding: 45px;
  border-radius: 15px;
  margin-top: 156px;
}
.modules-box {
  border-radius: 10px;
  background: #F4F4F4;
  margin-bottom: 30px;
}
.modules-box h3 {
  background-color: #7F35B2;
  border-radius: 10px 10px 0 0;
  padding: 30px 20px;
  font-size: 24px;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  color: #fff;
  background-position: right 20px center;
  margin: 0;
}
.modules-box h3 a {
  color: #fff;
  display: block;
}
.modules-box h3 a:hover {
  text-decoration: none;
}
.modules-box .modules-box-content {
  padding: 20px;
}
.modules-box .modules-box-content .user-name {
  font-size: 23px;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
}
.modules-box .modules-box-content p {
  margin: 0;
  font-size: 16px;
}
.modules-box .modules-box-content small {
  font-size: 16px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
.modules-box.files h3,
.modules-box.dinedata h3 {
  border-radius: 10px 10px;
}
.input-group-panel-col-1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: left;
  padding: 0 4px;
}
.input-group-panel {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: left;
  padding: 0 4px;
}
.input-group-panel + .input-group-panel:after {
  display: table;
  clear: both;
  content: "";
}
.input-group-radio [type="radio"]:checked,
.input-group-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.input-group-radio [type="radio"]:checked + label,
.input-group-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 85px;
  cursor: pointer;
  padding-left: 15px;
  line-height: 75px;
  display: inline-block;
  font-size: 19px;
  width: 100%;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  border: solid 2px #7F35B2;
  border-radius: 15px;
  background-color: #F4F4F4;
}
.input-group-radio [type="radio"]:checked + label + span,
.input-group-radio [type="radio"]:not(:checked) + label + span {
  position: relative;
  padding-left: 18px;
  bottom: 35px;
  width: 100%;
  display: inline-block;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: bold;
}
.input-group-radio [type="radio"]:checked + label {
  color: #7F35B2;
  border-color: #7F35B2;
}
.input-group-radio [type="radio"]:not(:checked) + label {
  color: #000;
  border-color: rgba(0, 0, 0, 0);
}
.input-group-radio [type="radio"]:checked + label:before,
.input-group-radio [type="radio"]:not(:checked) + label:before {
  content: "";
  font: normal normal normal 16px/75px FontAwesome;
  font-weight: normal;
  color: #fff;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 0 15px 15px 0;
  background: #D2D2D2 url("/Content/images/checked-ico.png") no-repeat center center;
}
.input-group-radio [type="radio"]:checked + label:after,
.input-group-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  color: #fff;
  font: normal normal normal 16px/75px FontAwesome;
  font-weight: normal;
  width: 75px;
  height: 75px;
  text-align: center;
  background: #7F35B2 url("/Content/images/checked-ico.png") no-repeat center center;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-group-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.input-group-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.input-group-panel .input-group-radio-list {
  background: #F4F4F4;
  padding: 10px;
  border-radius: 15px;
  border: solid 2px rgba(0, 0, 0, 0);
}
.input-group-panel .input-group-radio-list h4 {
  font-size: 19px;
  color: #000;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.input-group-panel .input-group-radio-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input-group-panel .input-group-radio-list ul li {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin: 10px 0;
  background: url("/Content/images/gray-bullets.png") no-repeat left 9px;
}
.input-group-panel.checked .input-group-radio-list ul li {
  background: url("/Content/images/purpal-bullets.png") no-repeat left 9px;
}
.stap-contaner form {
  max-width: 955px;
  margin: 0 auto;
}
.stap-contaner fieldset {
  margin-bottom: 30px;
  /* css custom checkbox style*/
}
.stap-contaner fieldset legend {
  background: #7F35B2;
  color: #fff;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  font-size: 22px;
  margin: 0;
  border: 0;
  display: block;
  padding: 0px 15px;
  line-height: 50px;
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.stap-contaner fieldset .input-group {
  margin-bottom: 6px;
}
.stap-contaner fieldset .input-group .form-control {
  height: 75px;
}
.stap-contaner fieldset .input-group .form-control.input-lg {
  height: 75px;
}
.stap-contaner fieldset .input-group.input-group-select {
  display: block;
  height: 75px;
  background: #F4F4F4 url("/Content/images/select-arrow.png") no-repeat right 20px center;
  border-radius: 10px;
}
.stap-contaner fieldset .input-group select.form-control {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding-right: 75px;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.stap-contaner fieldset.rapporter {
  padding-bottom: 65px;
  position: relative;
  margin-left: 25px;
}
.stap-contaner fieldset.rapporter .group-fieldset-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
}
.stap-contaner fieldset.rapporter .group-fieldset-btn input {
  height: 65px;
  font-family: 'NHaasGroteskTXStd55Rg';
  color: #fff;
  text-align: center;
  font-size: 22px;
  width: 100%;
  border-radius: 10px;
}
/*dah start*/
.input-group-checkbox-primary [type="checkbox"]:checked,
.input-group-checkbox-primary [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.input-group-checkbox-primary [type="checkbox"]:checked + label,
.input-group-checkbox-primary [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-right: 85px;
  cursor: pointer;
  padding-left: 15px;
  line-height: 75px;
  display: inline-block;
  font-size: 19px;
  width: 100%;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  border: solid 2px #7F35B2;
  border-radius: 15px;
  background-color: #F4F4F4;
}
.input-group-checkbox-primary [type="checkbox"]:checked + label {
  color: #7F35B2;
  border-color: #7F35B2;
}
.input-group-checkbox-primary [type="checkbox"]:not(:checked) + label {
  color: #000;
  border-color: rgba(0, 0, 0, 0);
}
.input-group-checkbox-primary [type="checkbox"]:checked + label:before,
.input-group-checkbox-primary [type="checkbox"]:not(:checked) + label:before {
  content: "";
  font: normal normal normal 16px/75px FontAwesome;
  font-weight: normal;
  color: #fff;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 0 15px 15px 0;
  background: #D2D2D2 url("/Content/images/checked-ico.png") no-repeat center center;
}
.input-group-checkbox-primary [type="checkbox"]:checked + label:after,
.input-group-checkbox-primary [type="checkbox"]:not(:checked) + label:after {
  content: "";
  color: #fff;
  font: normal normal normal 16px/75px FontAwesome;
  font-weight: normal;
  width: 75px;
  height: 75px;
  text-align: center;
  background: #7F35B2 url("/Content/images/checked-ico.png") no-repeat center center;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-group-checkbox-primary [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.input-group-checkbox-primary [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*dah slut*/
.input-group-checkbox-panel {
  margin: 0 -20px;
}
.input-group-checkbox-panel .input-group-checkbox {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 20px;
  float: left;
  margin-bottom: 1px;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom {
  opacity: 0;
  position: absolute;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom,
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  height: 62px;
  line-height: 58px;
  font-size: 19px;
  font-weight: 300;
  padding: 0 40px 0 15px;
  border-radius: 10px;
  color: #000;
  cursor: pointer;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom-label {
  position: relative;
  width: 100%;
  background-color: #F4F4F4;
  margin-bottom: 5px;
  border: solid 2px #F4F4F4;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: #fff url("/Content/images/checkbox-bg.png") no-repeat left top;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  text-align: center;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  content: "";
  background: url("/Content/images/checkbox-bg.png") no-repeat left -35px;
  color: #fff;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom:checked + .checkbox-custom-label {
  border-color: #7F35B2;
  color: #7F35B2;
}
.input-group-checkbox-panel .input-group-checkbox .checkbox-custom:focus + .checkbox-custom-label {
  /* outline: 1px solid #ddd; /* focus style */
}
.input-group-checkbox-panel:after {
  content: "";
  clear: both;
  display: table;
}
.previous-next-panel {
  width: 100%;
  /*.previous, .approve {
        background-color: #fff;
        color: #7F35B2;

        &:hover {
            background-color: #7F35B2;
            color: #fff;
            border-color: #7F35B2;
        
    }*/
  /*.btn-next, .btn-checked {
        background-color: #7F35B2;
        color: #fff;
    }*/
}
.previous-next-panel .btn-next,
.previous-next-panel .btn-previous,
.previous-next-panel .btn-approve,
.previous-next-panel .btn-checked {
  height: 70px;
  width: 172px;
  line-height: 66px;
  font-size: 30px;
  font-family: 'NHaasGroteskTXStd65Md';
  padding: 0;
  border-radius: 10px;
  border: solid 2px #7F35B2;
  text-align: center !important;
  text-decoration: none;
}
.previous-next-panel .bnt-next.disabled a {
  background-color: #bc93c2;
}
.previous-next-panel .btn-checked {
  background-color: #7F35B2;
  color: #fff;
}
.previous-next-panel .btn-checked:hover {
  background-color: #fff;
  color: #7F35B2;
  border-color: #7F35B2;
}
.previous-next-panel .btn-previous {
  float: left;
  color: #7F35B2 !important;
}
.previous-next-panel .btn-previous:hover {
  background-color: #7F35B2;
  color: #fff !important;
}
.previous-next-panel .btn-next {
  float: right;
}
.stap-previous-next-btn {
  padding-top: 20px;
  padding-bottom: 20px;
}
.stap-previous-next-btn li a {
  height: 70px;
  width: 172px;
  line-height: 70px;
  font-size: 30px;
  font-family: 'NHaasGroteskTXStd65Md';
  padding: 0;
  border: 0;
  border-radius: 10px;
}
.stap-previous-next-btn li.previous a {
  background-color: #fff;
  color: #7F35B2;
  float: left;
  border: solid 2px #7F35B2;
  line-height: 66px;
}
.stap-previous-next-btn li.previous a:hover {
  background-color: #7F35B2;
  border-color: #7F35B2;
  color: #fff;
}
.stap-previous-next-btn li.next {
  float: right;
}
.stap-previous-next-btn li.next a {
  background-color: #7F35B2;
  color: #fff;
  float: left;
  border: solid 2px #7F35B2;
  line-height: 66px;
}
.stap-previous-next-btn li.next a:hover {
  background-color: #fff;
  border-color: #7F35B2;
  color: #7F35B2;
}
.stap-previous-next-btn li.next.disabled a {
  background-color: #BC93C2;
  border: solid 2px #BC93C2;
  pointer-events: none;
  cursor: default;
}
.stap-previous-next-btn li.next.disabled a:hover {
  background-color: #BC93C2;
  border: solid 2px #BC93C2;
  color: #fff;
}
.stap-previous-next-btn li.approve {
  float: right;
}
.stap-previous-next-btn li.approve input[type="button"] {
  margin-right: 40px;
  background-color: #fff;
  border: 2px solid #7F35B2;
  color: #7F35B2;
  float: left;
  line-height: 66px;
  min-width: 172px;
  border-radius: 10px;
  font-family: "NHaasGroteskTXStd65Md";
  padding: 0;
  font-size: 30px;
  height: 70px;
}
.stap-previous-next-btn li.checked {
  float: right;
}
.stap-previous-next-btn li.checked input[type="button"] {
  margin-right: 40px;
  background-color: #7F35B2;
  border: 2px solid #7F35B2;
  color: #fff;
  float: left;
  line-height: 66px;
  min-width: 172px;
  border-radius: 10px;
  font-family: "NHaasGroteskTXStd65Md";
  padding: 0;
  font-size: 30px;
  height: 70px;
}
.stap-previous-next-btn:after {
  display: table;
  clear: both;
  content: "";
}
.report-upload .input-file-upload {
  width: 100%;
  display: block;
}
.report-upload .input-file-upload label {
  margin: 0;
  float: left;
  width: 40%;
  line-height: 75px;
  font-size: 24px;
  font-weight: 300;
  color: #000;
}
.report-upload .input-file-upload:after {
  clear: both;
  content: "";
  display: table;
}
.report-upload .input-file-upload-btn {
  display: block;
  width: 100%;
  text-align: right;
  padding-top: 21px;
}
.report-upload .input-file-upload-btn input {
  width: 280px;
  height: 65px;
  text-align: center;
  font-size: 24px;
  font-family: 'NHaasGroteskTXStd65Md';
  font-weight: 500;
  border-radius: 10px;
}
.input-file-group {
  position: relative;
  width: 60%;
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 75px;
  margin: 0;
  background: #F4F4F4;
  border-radius: 10px;
}
.input-file-group .input-text {
  height: 75px;
  line-height: 65px;
  padding: 5px 15px;
  color: #000;
  font-size: 19px;
}
.input-file-group .input-file-btn,
.input-file-group .input-file {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #D2D2D2 url("/Content/images/upload-file-icon.png") no-repeat center center;
  border: 0;
  color: #FFF;
  top: 0px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
.input-file-group .input-file-btn:hover,
.input-file-group .input-file:hover {
  background: #7F35B2 url("/Content/images/upload-file-icon.png") no-repeat center center;
}
.input-file-group .input-file {
  z-index: 5;
  opacity: 0;
  width: 100%;
}
.input-file-group .input-file:focus {
  box-shadow: none;
  outline: none;
}
.input-file-group:hover .input-file-btn,
.input-file-group:focus .input-file-btn,
.input-file-group:active .input-file-btn,
.input-file-group.upfile .input-file-btn {
  background: #7F35B2 url("/Content/images/upload-file-icon.png") no-repeat center center;
}
fieldset.step-finel div.form-horizontal .form-group {
  margin-bottom: 5px;
}
fieldset.step-finel div.form-horizontal .control-label {
  text-align: left;
  color: #000;
  font-size: 17px;
  font-weight: 300;
}
fieldset.step-finel div.form-horizontal .form-control.input-lg {
  height: 55px;
  font-size: 17px;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  color: #8C8C8D;
}
fieldset.step-finel div.form-horizontal .form-control::-moz-placeholder {
  color: #646569;
  opacity: 1;
}
fieldset.step-finel div.form-horizontal .form-control:-ms-input-placeholder {
  color: #646569;
}
fieldset.step-finel div.form-horizontal .form-control::-webkit-input-placeholder {
  color: #646569;
}
fieldset.step-finel div.form-horizontal .form-control[readonly] {
  color: #bababa;
  background-color: #f4f4f4;
}
fieldset.step-finel div.form-horizontal select.form-control[disabled] {
  background: transparent;
  color: #bababa;
}
fieldset.step-finel div.form-horizontal select.form-control,
fieldset.step-finel div.form-horizontal select {
  border: 0;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  padding-right: 45px;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 35px;
}
fieldset.step-finel div.form-horizontal .input-group-select {
  background-color: #f4f4f4;
  border-radius: 10px;
  background-image: url("/Content/images/gray-down-arrow.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}
fieldset.step-finel div.form-horizontal .form-control.input-lg[readonly] {
  color: #bababa;
  background-color: #f4f4f4;
}
fieldset.step-finel div.form-horizontal .input-group {
  margin-bottom: 0;
}
fieldset.step-finel div.form-horizontal .input-group-addon {
  background-color: #d1d1d1;
  padding: 6px 30px;
  border: 1px solid #b94a48;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
fieldset.step-finel div.form-horizontal .input-group-active-addon {
  background-color: #7F35B2;
  padding: 6px 30px;
}
fieldset.step-finel .group-btn-panel {
  padding-top: 35px;
}
fieldset.step-finel .group-btn-panel label {
  font-size: 17px;
  color: #000000;
  padding-top: 7px;
  display: block;
  vertical-align: top;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  padding-bottom: 10px;
}
fieldset.step-finel .group-btn-panel .input-group-btn input {
  height: 55px;
  width: 160px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
fieldset.step-finel .group-btn-panel .input-group-btn input:first-child {
  border-radius: 10px !important;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
fieldset.step-finel .group-btn-panel .input-group-btn input:last-child {
  border-radius: 10px;
}
fieldset.step-finel .group-btn-panel .input-group-btn input + input {
  margin-left: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-color: #7F35B2;
  background-color: #fff;
  color: #7F35B2;
}
fieldset.step-finel .group-btn-panel .input-group-btn input + input:hover {
  background-color: #7F35B2;
  color: #fff;
}
.bottom-info-form {
  text-align: right;
  margin-top: 10px;
}
.bottom-info-form p {
  font-weight: 300;
  color: #a6a7a9;
  margin: 0;
  font-size: 17px;
}
.stap-form:after {
  content: "";
  clear: both;
  display: table;
}
body.panel-active {
  overflow: hidden;
}
article ul li {
  font-family: 'NHaasGroteskDSStd45Lt';
  font-size: 21px;
}
ul.nav.ddmenu {
  height: 55px;
  background: #F4F4F4;
  border-radius: 10px;
}
ul.nav.ddmenu > li {
  display: block;
}
ul.nav.ddmenu > li > a {
  background: none;
  padding-right: 45px;
  line-height: 35px;
  padding-left: 18px;
  font-size: 17px;
  color: #8c8c8d;
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
  position: relative;
  border: 0;
  white-space: nowrap;
}
ul.nav.ddmenu > li > a .caret {
  background-image: url("/Content/images/gray-down-arrow.png");
  border: 0;
  width: 12px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
ul.nav.ddmenu > li > a:hover,
ul.nav.ddmenu > li > a:focus,
ul.nav.ddmenu > li > a:active {
  background: none;
  color: #8c8c8d;
  text-decoration: none;
}
ul.nav.ddmenu > li .dropdown-menu {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 2px solid #F4F4F4;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
  font-size: 14px;
  margin: 0 0 -6px;
  padding: 5px 0;
  z-index: 91;
}
ul.nav.ddmenu > li .dd-content {
  padding: 12px;
  background-color: #ffffff;
}
ul.nav.ddmenu > li .dd-content h4 {
  font-size: 17px;
  color: #000;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}
ul.nav.ddmenu > li .dd-content h4 strong {
  font-family: 'NHaasGroteskTXStd55Rg';
  font-weight: 500;
}
ul.nav.ddmenu > li .dd-content ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: disc;
  font-family: 'NHaasGroteskDSStd45Lt';
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
ul.nav.ddmenu > li .dd-content ol li {
  font-family: 'NHaasGroteskDSStd45Lt';
  font-size: 16px;
  color: #000;
  margin: 5px 0;
  padding-left: 10px;
}
table.dataTable tbody > tr {
  cursor: pointer;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid,
.field-validation-error {
  /*display: none;*/
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
select.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
/*    .input-group {
        > .input-group-prepend {
            flex: 0 0 8.5%;
        }

        & .input-group-text {
            width: 100%;
        }
    }
*/
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.icon-bar {
  width: 100%;
  /* Full-width */
  /*background-color: #555;*/
  /* Dark-grey background */
  overflow: auto;
  /* Overflow due to float */
}
.icon-bar a {
  float: left;
  /* Float links side by side */
  text-align: center;
  /* Center-align text */
  width: 10%;
  /* Equal width (5 icons with 20% width each = 100%) */
  padding: 5px 0;
  /* Some top and bottom padding */
  transition: all 0.3s ease;
  /* Add transition for hover effects */
  /*color: white;*/
  /* White text color */
  /*font-size: 36px;*/
  /* Increased font size */
}
.icon-bar a:hover {
  /*background-color: #000;*/
  /* Add a hover color */
}
.active {
  /*background-color: #4CAF50;*/
  /* Add an active/current color */
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/Content/images/ajax-loader.gif") 50% 50% no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow: hidden;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
.alert-success {
  background-color: aliceblue;
}
.nav-link[data-bs-toggle].collapsed:after {
  content: "▾";
}
.nav-link[data-bs-toggle]:not(.collapsed):after {
  content: "▴";
}
/*.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}*/
/* Styles for editor and display helpers
----------------------------------------------------------*/
/*.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}*/