/* Import Less Files */
/* Font Family */
/* Layout */
/* Resposnive */
/* Mixins */
/* CSS Property */
/* Colors */
/* Table Color */
/* Mixins */
@import "../css/bootstrap.min.css";
@import "../css/fontawesome.min.css";
@import "../css/bootstrap-datepicker.min.css";
@import "../css/ionicons.min.css";
@import "../css/select2.min.css";
@import "../css/bootstrap-multiselect.css";
@import "../css/datatables.min.css";
@import "../css/datatables.fixedheader.min.css";
@import "../css/bootstrap-datetimepicker.min.css";
@import "../css/jquery.fancybox.min.css";
@import "../css/fileinput.css";
@import "../css/imageuploadify.min.css";
@import "../css/angular-moment-picker.min.css";
.primary_white {
  background: #fd7044;
  color: #fff;
}
/* Mixin Gradient */
.gradient_primary {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
.gradient_primary_hover {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #fe8b47, #fe6a47 45%, #ff4e50);
}
.gradient_primary_light {
  background-image: linear-gradient(91deg, #ff8b86, #ff524e);
}
.gradient_secondary {
  background-image: linear-gradient(113deg, #45556c, #3c465c 45%, #2b3748);
}
.gradient_secondary_hover {
  background-image: linear-gradient(113deg, #2b3748, #3c465c 45%, #45556c);
}
/* Import Less File */
/* =================================================================== 
						NAVIGATION MENU
======================================================================*/
header {
  position: fixed;
  left: 30px;
  right: 30px;
  z-index: 99;
  /* Temp*/
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 20px 30px 20px;
  }
}
.navbar-header {
  line-height: 80px;
  display: inline-block;
}
.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 80px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    padding: 0 15px;
  }
}
.navbar-brand img {
  max-width: 185px;
  max-height: 60px;
  display: inline-block;
  transition: width 350ms;
}
@media only screen and (max-width: 1024px) {
  .navbar-brand img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar-brand {
    position: relative;
  }
  .navbar-brand:after {
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #bcc3cb;
  }
}
.navbar-default {
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 10px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav > li {
    line-height: 80px;
    padding: 0 10px;
  }
  .navbar .navbar-nav > li.down-arrow i {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 350ms;
  }
  .navbar .navbar-nav > li.down-arrow.open i {
    bottom: 3px;
    opacity: 1;
    transition: all 350ms;
    color: #fd7044;
  }
}
.navbar .navbar-nav > li > a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: middle;
  transition: all 350ms;
  padding: 8px 16px;
  font-size: 13px;
}
.navbar .navbar-nav.navbar-left {
  /* @media @min768{
                margin-left: 30px;
            } */
}
.navbar .navbar-nav.navbar-left > li > a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 25px;
}
.navbar .navbar-nav.navbar-left > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #ff4e50;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
.navbar .navbar-nav.navbar-left > li > a:focus {
  background: #fd7044;
  color: #ffffff;
  transition-delay: 0.2s;
}
.navbar .navbar-nav.navbar-left > li.active > a {
  background: #fd7044;
  color: #ffffff;
  border-radius: 25px;
  transition-delay: 0.2s;
}
.navbar .navbar-nav.navbar-right > li.profile > a {
  text-align: right;
  border-radius: 5px;
  position: relative;
  top: -2px;
  right: -10px;
  padding: 5px 16px;
}
.navbar .navbar-nav.navbar-right > li.profile > a span {
  display: inline-block;
  color: #fd7044;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
}
.navbar .navbar-nav.navbar-right > li.profile > a span small {
  display: block;
  color: #333333;
}
.navbar .navbar-nav.navbar-right > li.profile > a img {
  max-width: 60px;
  max-height: 60px;
  margin-left: 20px;
  border-radius: 50%;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-nav.navbar-right > li.profile > a {
    top: 0;
    right: 0;
    background-color: #e7e7e7;
  }
}
.navbar .navbar-nav.navbar-right > li.profile > .dropdown-menu {
  position: absolute;
  right: -15px;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-nav.navbar-right > li.profile > .dropdown-menu {
    position: static;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav.navbar-right > li.profile::before {
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 5px;
    background-color: #bcc3cb;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-nav.navbar-right > li.profile {
    margin: 5px 0;
  }
  .navbar .navbar-nav.navbar-right > li.profile.open > a:hover,
  .navbar .navbar-nav.navbar-right > li.profile.open > a:focus {
    background-color: #e7e7e7;
  }
}
.navbar .navbar-nav.navbar-right > li.notification > a {
  position: relative;
  font-size: 20px;
  color: #fd7044;
  padding-left: 25px;
  padding-right: 25px;
}
.navbar .navbar-nav.navbar-right > li.notification > a:after,
.navbar .navbar-nav.navbar-right > li.notification > a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -26px;
  height: 54px;
  width: 1px;
  background: #bcc3cb;
}
.navbar .navbar-nav.navbar-right > li.notification > a:before {
  left: 0;
  top: -28px;
}
.navbar .navbar-nav.navbar-right > li.select-biz.open > a {
  background: transparent;
}
.navbar .navbar-nav.navbar-right > li.select-biz > a {
  text-align: center;
  position: relative;
  border: 1px solid #fd7044;
  padding: 10px 10px 10px;
  border-radius: 6px;
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav.navbar-right > li.select-biz > a {
    margin-top: -6px;
  }
}
.navbar .navbar-nav.navbar-right > li.select-biz > a .menu-label {
  color: #aaaaaa;
  font-size: 10px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
}
.navbar .navbar-nav.navbar-right > li.select-biz > a .manu-label-value {
  color: #fd7044;
  font-weight: 800;
}
.navbar .navbar-nav.navbar-right > li.select-biz > a .down-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  color: #fd7044;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-nav.navbar-right > li.select-biz {
    margin: 5px 0;
  }
}
.navbar .navbar-nav.navbar-right > li.app > a {
  /* color: #fff;
                        background: @color_primary;
                        padding: 2px 6px;
                        .radius(4px); */
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .navbar .navbar-nav.navbar-right > li.app {
    margin: 5px 0;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav .dropdown-menu {
    border: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    min-width: 230px;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    background: transparent;
  }
  .navbar .navbar-nav .dropdown-menu.subdropdown-menu {
    top: 0;
    left: 102%;
  }
  .navbar .navbar-nav .dropdown-menu.subdropdown-menu > li.active > a {
    background: #fd7044;
  }
  .navbar .navbar-nav .dropdown-menu > li {
    margin-bottom: 6px;
  }
  .navbar .navbar-nav .dropdown-menu > li > a {
    padding: 16px 20px;
    border-radius: 5px;
    background: #fff;
  }
  .navbar .navbar-nav .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .dropdown-menu > li > a:focus {
    background: #fd7044;
    color: #fff;
    -ms-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.8);
  }
  .navbar .navbar-nav .dropdown-menu > li.active > a {
    background: #fd7044;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav .dropdown-menu.divider-menu {
    min-width: 550px;
    padding: 15px 0;
    float: left;
    width: 100%;
    background: #fff;
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 6px;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu::after {
    position: absolute;
    height: calc(90%);
    width: 1px;
    background: #bcc3cb;
    content: '';
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu > li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu > li > a {
    padding: 6px 30px;
    background: transparent;
    word-break: break-word;
    white-space: unset;
    border-radius: 0;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu > li > a:hover,
  .navbar .navbar-nav .dropdown-menu.divider-menu > li > a:focus {
    color: #fd7044;
    background: transparent;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu > li.active > a {
    color: #fd7044;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu.big-menu {
    min-width: 850px;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu.big-menu > li {
    width: 33.333333%;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu.big-menu > li > a {
    padding: 6px 16px;
  }
  .navbar .navbar-nav .dropdown-menu.divider-menu.big-menu::after {
    display: none;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu {
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    border-radius: 6px;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu li {
    margin-bottom: 0;
    background: #fff;
    color: #fd7044;
    border-radius: 6px;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu li a {
    background: #fff;
    box-shadow: none;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu li a:hover {
    background: #fff;
    color: #fd7044;
    box-shadow: none;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu li.active {
    background: #fff;
    color: #fd7044;
  }
  .navbar .navbar-nav .dropdown-menu.single-menu li.active > a {
    color: #fd7044;
  }
}
@media only screen and (min-width: 1025px) {
  .navbar .navbar-nav .dropdown.normal-dropdown .dropdown-menu {
    padding: 14px 16px;
    background: #fff;
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav .dropdown.normal-dropdown .dropdown-menu li {
    margin-bottom: 8px;
  }
  .navbar .navbar-nav .dropdown.normal-dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
  .navbar .navbar-nav .dropdown.normal-dropdown .dropdown-menu li a {
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    font-size: 13px;
  }
  .navbar .navbar-nav .dropdown.select-biz .dropdown-menu > li a {
    text-align: center;
  }
  .navbar .navbar-nav .dropdown.app .dropdown-menu > li a i {
    font-size: 16px;
    margin-right: 14px;
  }
}
.navbar .navbar-form {
  margin: 0;
}
/* Nav Bar Toggle */
.navbar-toggle-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
/* Icon 2 */
.navbar-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #333333;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.navbar-toggle-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.navbar-toggle-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.navbar-toggle-icon span:nth-child(1),
.navbar-toggle-icon span:nth-child(2) {
  top: 10px;
}
.navbar-toggle-icon span:nth-child(3),
.navbar-toggle-icon span:nth-child(4) {
  top: 20px;
}
.navbar-toggle-icon span:nth-child(5),
.navbar-toggle-icon span:nth-child(6) {
  top: 30px;
}
.navbar-toggle-icon:hover span {
  background: #fd7044;
  transition: 0.5s ease-in-out;
}
.navbar-toggle-icon.open span {
  background: #fd7044;
}
.navbar-toggle-icon.open span:nth-child(1),
.navbar-toggle-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
.navbar-toggle-icon.open span:nth-child(2),
.navbar-toggle-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.navbar-toggle-icon.open span:nth-child(1) {
  left: 4px;
  top: 13px;
}
.navbar-toggle-icon.open span:nth-child(2) {
  left: calc(45%);
  top: 13px;
}
.navbar-toggle-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggle-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggle-icon.open span:nth-child(5) {
  left: 4px;
  top: 26px;
}
.navbar-toggle-icon.open span:nth-child(6) {
  left: calc(45%);
  top: 26px;
}
.navbar-toggle-icon.open:hover span {
  background: #fd7044;
}
/* Bootstrap Animation */
@media only screen and (min-width: 1025px) {
  .dropdown.open > .dropdown-menu {
    transform: scale(1, 1);
  }
  .dropdown .dropdown-menu {
    transform-origin: top;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    display: block;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
  }
}
@media (max-width: 1024px) {
  .container-fluid {
    line-height: 1;
  }
  .navbar-default {
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .navbar-default .navbar-header {
    float: none;
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    display: block;
    background: transparent;
    border-color: transparent;
    top: 3px;
    margin-right: 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background: #fd7044;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
  }
  .navbar-default .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-default .navbar-collapse.collapse.in {
    display: block!important;
  }
  .navbar-default .navbar-nav {
    float: none!important;
    margin: 0 0;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    background-color: transparent;
    border-color: #fff;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .container-fluid > .navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .navbar-nav > li.down-arrow i {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar .navbar-nav > li a {
    display: block;
  }
  .navbar .navbar-nav > li.open > a {
    color: #fd7044;
    background-color: transparent;
  }
  .navbar .navbar-nav > li.open > a:hover,
  .navbar .navbar-nav > li.open > a:focus {
    color: #fd7044;
    background-color: transparent;
  }
  .navbar .navbar-nav > li.active > a {
    color: #fd7044;
    background-color: transparent;
  }
  .navbar .navbar-nav.navbar-left > li.active > a {
    color: #fd7044;
    background-color: transparent;
  }
  .navbar .navbar-nav.navbar-left > li > a:focus {
    color: #fd7044;
    background-color: transparent;
  }
}
/* Import Less Files */
/* Login Style */
.content-wrap.login-page {
  box-shadow: none;
  padding: 0;
  height: auto;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .content-wrap.login-page {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .gigo-login .content-wrap.login-page {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.content-wrap.login-page .page-main-content {
  padding: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 991px) {
  .login-page .match-height {
    display: table;
    width: 100%;
    padding: 30px 0;
  }
  .login-page .match-height > div {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .gigo-login .login-page .match-height {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.login-left {
  border-right: 1px solid #bcc3cb;
}
.login-footer {
  /* padding-top: 130px; */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}
.login-footer .footer-description {
  font-size: 14px;
  font-weight: 500;
  color: #2b3748;
  margin: 0;
}
.login-footer .footer-logo {
  padding-top: 10px;
}
.login-footer .footer-logo img {
  width: 100px;
}
.login-logo {
  padding-bottom: 40px;
}
.login-wrap {
  padding: 40px 90px 0;
  /* position: relative; */
  overflow: hidden;
  height: 100%;
}
.login-wrap .login-left-logo {
  padding-top: 70px;
  padding-bottom: 30px;
}
.login-wrap .login-header {
  padding: 0;
}
.login-wrap .login-header .title {
  font-size: 50px;
  color: #2b3748;
  line-height: 1.43;
  position: relative;
  margin-bottom: 50px;
}
.login-wrap .login-header .title::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -20px;
  left: 0;
  border-radius: 5.5px;
  height: 11px;
  width: 52%;
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
.login-wrap .login-header .login-description {
  padding: 50px 0 0px;
  font-size: 18px;
  font-weight: 300;
  color: #2b3748;
}
.login-wrap .login-footer {
  /* padding-top: 130px; */
  position: absolute;
  bottom: 100px;
  display: none!important;
}
.login-wrap .login-footer .footer-description {
  font-size: 10px;
  font-weight: 300;
  color: #2b3748;
  margin: 0;
}
.login-wrap .login-footer .footer-logo {
  padding-top: 10px;
}
.login-wrap .login-footer .footer-logo img {
  width: 100px;
}
.login-wrap .login-logo {
  padding-bottom: 40px;
}
.login-wrap.login-separate-wrap .login-footer .footer-logo img {
  width: 80px;
}
.login-wrap.login-separate-wrap.osl-portal .login-header .login-description,
.login-wrap.login-separate-wrap.vims-portutlal .login-header .login-description {
  padding: 0;
}
.login-wrap.login-separate-wrap.osl-portal .login-left-logo {
  padding-top: 0;
  padding-bottom: 15px;
}
.login-wrap.login-separate-wrap.osl-portal .login-header > img {
  height: 400px;
}
.login-wrap.login-separate-wrap.cms-portal .login-left-logo {
  padding-top: 30px;
}
.login-wrap.login-separate-wrap.cms-portal .login-left-content-wrap {
  padding-top: 30px;
}
.login-wrap.login-separate-wrap.cms-portal .login-header .title {
  font-size: 28px;
  margin-bottom: 12px;
}
.login-wrap.login-separate-wrap.cms-portal .login-header .title::after {
  display: none;
}
.login-wrap.login-separate-wrap.cms-portal .login-description {
  padding-top: 0;
}
.login-wrap .form-minimal {
  float: left;
  width: 100%;
  position: relative;
  transform: translateX(0%);
  transition: all 1.5s;
}
.login-wrap .form-minimal .form-group label {
  font-size: 16px;
  font-weight: bold;
  color: #2b3748;
}
.login-wrap .form-minimal .form-group .form-control {
  padding: 30px;
  font-size: 16px;
}
.login-wrap .form-minimal .form-group .login-forgot a {
  color: #333333;
  font-size: 16px;
}
.login-wrap .form-minimal .form-group .login-forgot a:hover,
.login-wrap .form-minimal .form-group .login-forgot a:focus {
  color: #fd7044;
  text-decoration: underline;
}
.login-wrap .form-minimal .form-login {
  padding-bottom: 25px;
}
.login-wrap .form-minimal .form-login .btn-login {
  padding: 20px 60px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}
.login-wrap .form-minimal .forgot-text a {
  color: #333333;
  cursor: pointer;
  font-size: 16px;
}
.login-wrap .form-minimal .forgot-text a:hover,
.login-wrap .form-minimal .forgot-text a:focus {
  color: #fd7044;
  text-decoration: underline;
}
.login-wrap .form-minimal .row {
  margin-bottom: 20px;
}
.login-wrap .form-minimal .row .checkbox-set {
  display: inline-block;
  margin-bottom: 0;
}
.login-wrap .form-minimal .row .checkbox-set .checkbox {
  margin: 0;
}
.login-wrap .form-minimal .row .checkbox-set label {
  color: #2b3748;
  font-size: 16px;
  font-weight: 600;
}
.login-wrap .form-minimal .login-logo {
  display: none;
}
.login-wrap .form-minimal .login-footer {
  display: none;
}
.login-wrap .form-minimal.form-close {
  position: absolute;
  height: 100%;
  transform: translateX(-500%);
  transition: all 1.5s;
}
.login-wrap.cms-login .form-minimal .form-group .form-control:focus {
  border-color: #3A67CC;
}
.login-wrap.cms-login .form-minimal .forgot-text a:hover {
  color: #3A67CC;
}
.login-wrap .forgot-form {
  position: absolute;
  width: 100%;
  float: left;
  transform: translateX(500%);
  transition: all 1.5s;
}
.login-wrap .forgot-form.open {
  position: relative;
  transform: translateX(0px);
  transition: all 1.5s;
}
.login-wrap .forgot-form.form-close {
  position: absolute;
  height: 100%;
  transform: translateX(-500%);
  transition: all 1.5s;
}
.login-wrap .forgot-form-head {
  padding-bottom: 35px;
}
.login-wrap .forgot-form-head h4 {
  font-weight: 700;
}
.login-wrap .forgot-form .btn {
  width: 100%;
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-wrap .forgot-form .btn-link {
  color: #333333;
  font-size: 16px;
}
.login-wrap .forgot-form .btn-link:hover,
.login-wrap .forgot-form .btn-link:focus {
  color: #fd7044;
  text-decoration: none;
}
.login-wrap .confirmation-form {
  position: absolute;
  width: 100%;
  float: left;
  transform: translateX(500%);
  transition: all 1.5s;
}
.login-wrap .confirmation-form.open {
  position: relative;
  transform: translateX(0px);
  transition: all 1.5s;
}
.login-wrap .confirmation-form.form-close {
  position: absolute;
  height: 100%;
  transform: translateX(-500%);
  transition: all 1.5s;
}
.login-wrap .confirmation-form-head {
  padding-bottom: 35px;
}
.login-wrap .confirmation-form-head h4 {
  font-weight: 700;
}
.login-wrap .confirmation-form .btn {
  width: 100%;
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-wrap .confirmation-form .btn-link {
  color: #333333;
  font-size: 16px;
}
.login-wrap .confirmation-form .btn-link:hover,
.login-wrap .confirmation-form .btn-link:focus {
  color: #fd7044;
  text-decoration: none;
}
.login-wrap .password-form {
  position: absolute;
  width: 100%;
  float: left;
  transform: translateX(500%);
  transition: all 1.5s;
}
.login-wrap .password-form.open {
  position: relative;
  transform: translateX(0px);
  transition: all 1.5s;
}
.login-wrap .password-form-head {
  padding-bottom: 35px;
}
.login-wrap .password-form-head h4 {
  font-weight: 700;
}
.login-wrap .password-form .btn {
  width: 100%;
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  margin-bottom: 20px;
}
.login-wrap .password-form .btn-link {
  color: #333333;
  font-size: 16px;
}
.login-wrap .password-form .btn-link:hover,
.login-wrap .password-form .btn-link:focus {
  color: #fd7044;
  text-decoration: none;
}
.login-wrap.tds-login .btn-wrap {
  text-align: right;
}
.login-wrap.tds-login .btn-wrap .btn,
.login-wrap.tds-login .btn-wrap button {
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .login-wrap.tds-login .btn-wrap .btn,
  .login-wrap.tds-login .btn-wrap button {
    font-size: 14px;
  }
}
/* GIGO Login */
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .match-height {
    min-height: 100vh;
  }
}
@media only screen and (max-width: 567px) {
  .gigo-login .login-page {
    overflow-x: hidden;
  }
}
.gigo-login .login-wrap {
  padding-top: 0;
}
.gigo-login .login-left {
  border-right: 0;
  background-image: url('../img/content/login/gigo/ashok-leyland-ltd.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gigo-login .login-left.tvsone-login {
  padding: 0;
  text-align: center;
  background-image: none;
  background-color: #193462;
}
.gigo-login .login-left.tvsone-login .tvsone-login-img {
  max-height: 100vh;
  margin: 0 auto;
}
.gigo-login .login-left.tvsone-login {
  background-image: url('../img/content/login/tvsone/tvsone-landing-img.jpg');
}
.gigo-login .login-left.honda-login {
  background-image: url('../img/content/login/honda/honda-landing-img.png');
}
@media only screen and (max-width: 990px) {
  .gigo-login .login-left {
    background-image: none;
  }
  .gigo-login .login-left.tvsone-login .tvsone-login-img {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .gigo-login .login-left .login-wrap {
    height: auto;
  }
}
.gigo-login .login-right {
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .gigo-login .login-right {
    height: calc(100vh - 1px);
  }
  .gigo-login .login-right .login-wrap {
    height: 100%;
  }
}
.gigo-login .login-footer {
  position: absolute;
  display: inline-block;
  left: auto;
  right: auto;
  bottom: 10px;
  margin: auto;
}
.gigo-login .login-footer .footer-logo {
  padding-top: 2px;
}
.gigo-login .login-footer .footer-logo img {
  width: 75px;
}
.gigo-login .login-footer .footer-description {
  line-height: normal;
}
@media only screen and (max-width: 990px) {
  .gigo-login .login-footer {
    position: fixed;
    left: 0;
    right: 0;
  }
  .gigo-login .login-footer .footer-logo {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-footer {
    left: 80px;
    right: auto;
  }
}
.gigo-login .login-wrap .mob-land-logo {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .mob-land-logo {
    text-align: center;
    display: block;
  }
}
.gigo-login .login-wrap .login-left-logo {
  padding: 0;
  position: absolute;
  display: inline-block;
  line-height: 1;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .gigo-login .login-wrap .login-left-logo {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .gigo-login .login-wrap .login-left-logo {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .gigo-login .login-wrap .login-left-logo {
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.gigo-login .login-wrap .login-left-content {
  position: relative;
  line-height: normal;
}
.gigo-login .login-wrap .login-left-content-wrap {
  position: absolute;
  display: inline-block;
  line-height: normal;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .gigo-login .login-wrap .login-left-content-wrap {
    display: none;
  }
}
.gigo-login .login-wrap .login-left-content .login-description {
  font-size: 16px;
  font-weight: 900;
  color: #313355;
  letter-spacing: normal;
  margin-bottom: 0;
}
.gigo-login .login-wrap .login-left-content .bg-img {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.gigo-login .login-wrap .login-right-box {
  max-width: 435px;
  height: auto;
  padding: 25px 40px;
  position: relative;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
}
.gigo-login .login-wrap .login-right-box .login-logo {
  text-align: center;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .gigo-login .login-wrap .login-right-box .login-logo {
    max-width: none;
  }
}
.gigo-login .login-wrap .login-right-box .login-content-wrap::before,
.gigo-login .login-wrap .login-right-box .login-content-wrap::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap::after {
  clear: both;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal,
.gigo-login .login-wrap .login-right-box .login-content-wrap form {
  line-height: normal;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group {
  margin-bottom: 22px;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .form-control,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .form-control {
  height: 35px;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 0 7px;
  color: #313355;
  border: 0;
  border-bottom: 1px solid #9697a9;
  background-color: transparent;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .password-btn-wrap,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .password-btn-wrap {
  position: relative;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .password-btn-wrap .form-control,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .password-btn-wrap .form-control {
  padding-right: 25px;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .password-btn-wrap .btn-img,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .password-btn-wrap .btn-img {
  padding: 0;
  line-height: 1;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  background-color: transparent;
  background-image: none;
  transform: translateY(-50%);
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .password-btn-wrap .btn-img img,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .password-btn-wrap .btn-img img {
  width: 20px;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .select2-container,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .select2-container {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .select2-container--default .select2-selection--single,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .select2-container--default .select2-selection--single {
  height: 35px;
  border-color: #9697a9;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  line-height: 35px;
  color: #313355;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .select2-container--default .select2-selection--single .select2-selection__arrow,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  height: 35px;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #9697a9 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .form-group,
  .gigo-login .login-wrap .login-right-box .login-content-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set,
  .gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set {
    margin-bottom: 8px;
  }
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set .checkbox,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set .checkbox {
  margin-bottom: 0;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set .checkbox label,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set .checkbox label {
  font-size: 16px;
  color: #313355;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set .checkbox label,
  .gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set .checkbox label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set .checkbox label:before,
  .gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set .checkbox label:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .checkbox-set .checkbox label:after,
  .gigo-login .login-wrap .login-right-box .login-content-wrap form .checkbox-set .checkbox label:after {
    width: 10px;
    height: 4px;
  }
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-minimal .forgot-text a,
.gigo-login .login-wrap .login-right-box .login-content-wrap form .forgot-text a {
  font-weight: 600;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-login {
  padding-bottom: 15px;
}
.gigo-login .login-wrap .login-right-box .login-content-wrap .form-login .btn-login {
  padding: 15px 60px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .login-content-wrap .form-login .btn-login {
    padding: 12px 60px;
  }
}
.gigo-login .login-wrap .login-right-box .form-minimal.form-close,
.gigo-login .login-wrap .login-right-box .forgot-form.form-close,
.gigo-login .login-wrap .login-right-box .confirmation-form.form-close,
.gigo-login .login-wrap .login-right-box .password-form.form-close {
  height: auto;
}
.gigo-login .login-wrap .login-right-box .forgot-form .btn,
.gigo-login .login-wrap .login-right-box .confirmation-form .btn,
.gigo-login .login-wrap .login-right-box .password-form .btn {
  padding: 12px 60px;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box .forgot-form .btn,
  .gigo-login .login-wrap .login-right-box .confirmation-form .btn,
  .gigo-login .login-wrap .login-right-box .password-form .btn {
    margin-bottom: 15px;
  }
}
.gigo-login .login-wrap .login-right-box .forgot-form-head,
.gigo-login .login-wrap .login-right-box .confirmation-form-head,
.gigo-login .login-wrap .login-right-box .password-form-head {
  padding-bottom: 15px;
}
.gigo-login .login-wrap .login-right-box .forgot-form-head h4,
.gigo-login .login-wrap .login-right-box .confirmation-form-head h4,
.gigo-login .login-wrap .login-right-box .password-form-head h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 990px) {
  .gigo-login .login-wrap .login-right-box {
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .gigo-login .login-wrap .login-right-box {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gigo-login .login-wrap .login-right-box {
    padding: 25px 20px;
  }
  .gigo-login .login-wrap .login-right-box .forgot-form-head h4,
  .gigo-login .login-wrap .login-right-box .confirmation-form-head h4,
  .gigo-login .login-wrap .login-right-box .password-form-head h4 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
  }
}
@media only screen and (max-width: 567px) {
  .gigo-login .login-wrap .login-right-box {
    top: 50%;
    transform: translateY(-50%);
  }
}
/* CMS Portal */
.cms-portal .checkbox label:before {
  border-color: #3A67CC;
}
.cms-portal .checkbox input[type="checkbox"]:checked + label:before {
  background: #3A67CC;
}
.cms-portal .select2-container--default .select2-selection--single:focus {
  border-color: #3A67CC;
}
.cms-portal .select2-container--default .select2-dropdown {
  border-color: #3A67CC;
}
.cms-portal .select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  border-color: #3A67CC;
}
.cms-portal .select2-container--default .select2-dropdown .select2-results__option[aria-selected=true],
.cms-portal .select2-container--default .select2-dropdown .select2-results__option--highlighted {
  background-color: #3A67CC;
}
/******************************************************************************
  Min Width "568px"
*******************************************************************************/
@media only screen and (min-width: 568px) {
  .login-wrap.tds-login .login-right-logo,
  .login-wrap.tds-login .login-header {
    display: none;
  }
}
/******************************************************************************
  Min Width "1499px"
*******************************************************************************/
@media only screen and (min-width: 1441px) {
  .main-wrap.login.gigo-login {
    padding: 0 0;
  }
}
/******************************************************************************
						Max Width "1400px"  Min Widh "1300px"
*******************************************************************************/
@media screen and (max-width: 1400px) and (min-width: 1300px) {
  .login-wrap .login-footer {
    padding-top: 50px;
  }
}
/******************************************************************************
						Max Width "1299px"  Min Widh "1100px"
*******************************************************************************/
@media screen and (max-width: 1299px) and (min-width: 1100px) {
  .login-wrap .login-header {
    padding-bottom: 30px;
  }
  .login-wrap .login-header .title {
    font-size: 45px;
  }
  .login-wrap .login-header .login-description {
    padding-top: 40px;
  }
  .login-wrap .login-footer {
    padding-top: 70px;
  }
}
/******************************************************************************
						Max Width "1099px"  Min Widh "1024px"
*******************************************************************************/
@media screen and (max-width: 1099px) and (min-width: 1024px) {
  .login-wrap .login-header .title {
    font-size: 40px;
  }
  .login-wrap .login-header .login-description {
    padding-top: 30px;
    font-size: 16px;
  }
  .login-wrap .login-footer {
    padding-top: 90px;
  }
  .login-wrap .form-minimal .row .checkbox-set label {
    text-align: left;
    width: 100%;
  }
}
/******************************************************************************
						Max Width "1023px"  Min Widh "992px"
*******************************************************************************/
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .login-wrap .login-header .title {
    font-size: 40px;
  }
  .login-wrap .login-footer {
    padding-top: 20px;
  }
  .login-wrap .login-footer .footer-description {
    font-size: 16px;
  }
  .login-wrap .form-minimal .row .checkbox-set label {
    font-size: 14px;
    text-align: left;
  }
}
/******************************************************************************
						Max Width "1099px"  Min Widh "992px"
*******************************************************************************/
@media screen and (max-width: 1099px) and (min-width: 992px) {
  .login-wrap.tds-separate-login .login-header .title {
    font-size: 28px;
  }
  .login-wrap.tds-separate-login .login-header .title::after {
    bottom: -10px;
    border-radius: 12px;
    height: 6px;
    width: 45%;
  }
}
/******************************************************************************
						Max Width "991px"  Min Widh "768px"
*******************************************************************************/
@media screen and (max-width: 991px) and (min-width: 768px) {
  .login-wrap.mob-hidden {
    display: none;
  }
  .login-wrap.tds-login .login-right-logo,
  .login-wrap.tds-login .login-header {
    display: block;
  }
  .login-wrap.tds-login .login-right-logo {
    padding-top: 5px;
    margin-bottom: 35px;
  }
  .login-wrap.tds-login .login-logo {
    float: right;
    max-width: 50px;
  }
  .login-wrap.tds-login .login-header .title {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 35px;
  }
  .login-wrap.tds-login .login-header .title::after {
    bottom: -8px;
    border-radius: 12px;
    height: 5px;
    width: 45%;
  }
  .login-wrap.tds-login .login-header .login-description {
    padding: 10px 0;
  }
}
/******************************************************************************
						Max Width "767px"  Min Widh "568px"
*******************************************************************************/
@media screen and (max-width: 767px) and (min-width: 568px) {
  .login-wrap.tds-login .btn-wrap .btn,
  .login-wrap.tds-login .btn-wrap button {
    font-size: 14px;
  }
}
/******************************************************************************
  Max Width "1499px"
*******************************************************************************/
@media only screen and (max-width: 1600px) {
  .login-wrap .login-footer {
    padding-top: 50px;
  }
  .login-wrap {
    padding: 35px 40px 0;
  }
  .login-wrap .login-logo {
    padding-bottom: 20px;
  }
  .login-wrap .login-header .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .login-wrap .login-header .title:after {
    bottom: -30px;
  }
  .login-wrap .login-header .login-description {
    padding: 30px 0;
  }
  .login-wrap .login-left-logo {
    padding-top: 15px;
  }
  .login-wrap .form-minimal .form-group {
    margin-bottom: 24px;
  }
  .login-wrap .form-minimal .form-group .form-control {
    padding: 25px 12px;
  }
  .login-wrap .login-footer {
    bottom: 0;
  }
  .login-wrap .login-footer .footer-logo {
    padding-top: 0;
  }
  .login-wrap.login-separate-wrap .login-header .title {
    margin-bottom: 30px;
  }
  .login-wrap.login-separate-wrap.osl-portal .login-header .login-description,
  .login-wrap.login-separate-wrap.vims-portal .login-header .login-description {
    padding: 0;
  }
  .login-wrap.login-separate-wrap.osl-portal .login-header > img {
    height: 300px;
  }
  .login-wrap.login-separate-wrap.tds-separate-login .login-header .title {
    margin-bottom: 50px;
  }
}
/******************************************************************************
  Max Width "1499px"
*******************************************************************************/
@media only screen and (max-width: 1440px) {
  .main-wrap.login {
    padding: 20px 30px;
  }
  .main-wrap.login.gigo-login {
    padding: 0 0;
  }
  .login-wrap {
    padding: 20px 40px 0;
    overflow: inherit;
  }
  .login-wrap .login-logo {
    padding-bottom: 20px;
  }
  .login-wrap .form-minimal .form-group {
    margin-bottom: 20px;
  }
  .login-wrap .form-minimal .form-group .form-control {
    padding: 12px 12px;
    font-size: 14px;
    height: 42px;
  }
  .login-wrap .form-minimal .form-login {
    padding-bottom: 10px;
  }
  .login-wrap .form-minimal .form-login .btn-login {
    padding: 12px 60px;
  }
  .login-wrap .form-minimal .checkbox-set label {
    width: 100%;
  }
  .login-wrap .login-footer {
    /*  padding-top: 85px;
                position: absolute;
                top: 100%; */
    bottom: 0;
  }
}
/******************************************************************************
  Max Width "991px"
*******************************************************************************/
@media only screen and (max-width: 991px) {
  .main-wrap.login {
    padding: 20px 30px;
  }
  .login-left {
    border-right: 0px;
  }
  .login-wrap {
    padding: 0 30px;
    height: auto;
    overflow: inherit;
  }
  .login-wrap .login-left-logo {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .login-wrap .login-header {
    padding: 0;
  }
  .login-wrap .login-header .title {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .login-wrap .login-header .login-description {
    font-size: 14px;
  }
  .login-wrap .login-footer {
    display: none;
  }
  .login-wrap .login-logo {
    padding-bottom: 10px;
  }
  .login-wrap .form-minimal .row {
    margin-bottom: 0;
  }
  .login-wrap .form-minimal .row .checkbox-set {
    display: inline-block;
  }
  .login-wrap .form-minimal .row .checkbox-set label {
    font-size: 14px;
    text-align: left;
  }
  .login-wrap .form-minimal .login-footer {
    display: block;
    border-top: 1px solid #bcc3cb;
    padding-top: 15px;
    margin-top: 15px;
    position: absolute;
    top: 100%;
  }
  .login-wrap .form-minimal .login-footer .footer-description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .login-wrap .form-minimal .form-group .form-control {
    padding: 6px 12px;
  }
  .login-wrap .form-minimal .form-group .login-forgot {
    text-align: center;
  }
  .login-wrap .form-minimal .form-login {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/******************************************************************************
  Max Width "767px"
*******************************************************************************/
@media only screen and (max-width: 767px) {
  .main-wrap.login {
    padding: 15px 20px;
  }
  .main-wrap.login .match-height {
    height: calc(100vh - 30px);
  }
  .login-wrap {
    padding: 0;
  }
  .login-wrap .login-header {
    display: none;
  }
  .login-wrap .login-header .title {
    font-size: 26px;
  }
  .login-wrap .login-header .title::after {
    height: 10px;
    bottom: -14px;
  }
  .login-wrap .login-header .login-description {
    padding: 10px 0;
  }
  .login-wrap .login-header.mob-show {
    display: block;
  }
  .login-wrap .login-logo {
    max-width: 50px;
  }
  .login-wrap .login-footer .footer-logo img {
    width: 90px;
  }
  .login-wrap .form-minimal .login-footer .footer-description {
    font-size: 12px;
  }
  .login-wrap .form-minimal .form-login {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .login-wrap .form-minimal .form-login .btn-login {
    padding: 12px 25px;
  }
  .login-wrap .form-minimal .forgot-text {
    line-height: 1;
  }
  .login-wrap .form-minimal .form-group label {
    font-size: 13px;
    margin-bottom: 0;
  }
  .login-wrap .form-minimal .form-group .form-control {
    height: 40px;
  }
  .login-footer {
    left: 40px;
    bottom: 15px;
  }
  .login-footer .footer-logo {
    padding-top: 0;
  }
  .login-footer .footer-logo img {
    width: 60px;
  }
}
/******************************************************************************
  Mobile Orientation Landscape
*******************************************************************************/
@media screen and (max-width: 767px) and (orientation: landscape) {
  .login-wrap.tds-login .login-logo {
    display: block;
    max-width: 40px;
  }
  .login-wrap.login-separate-wrap.tds-separate-login .login-header .title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .login-wrap.login-separate-wrap.tds-separate-login .login-header .title::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 0;
    border-radius: 10px;
    height: 4px;
    width: 34%;
  }
}
/******************************************************************************
  Max Width "567px"
*******************************************************************************/
@media only screen and (max-width: 567px) {
  .login-wrap.mob-hidden {
    display: none;
  }
  .login-wrap.tds-login .login-logo {
    float: right;
    max-width: 40px;
  }
  .login-wrap.tds-login .login-right-logo {
    margin-bottom: 35px;
  }
  .login-wrap.tds-login .login-header {
    display: block;
  }
  .login-wrap.tds-login .login-header .title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .login-wrap.tds-login .login-header .title::after {
    height: 4px;
    bottom: -6px;
    width: 30%;
    border-radius: 12px;
  }
}
/******************************************************************************
  Max Width "400px"
*******************************************************************************/
/*******************************************************
                            OSL Parts 
********************************************************/
/* OSL Parts Parts User Form */
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.d-block {
  display: block;
}
.text-white {
  color: #fff;
}
.customer-info {
  border-radius: 5px;
  border: solid 1px #979797;
  padding: 21px 21px 14px 21px;
  min-height: 172px;
}
.customer-info .heading {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  color: #333333;
  margin-bottom: 13px;
}
.customer-info .title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #333333;
  margin-bottom: 3px;
}
.customer-info .address {
  max-width: 260px;
  margin-bottom: 15px;
}
.customer-info .address,
.customer-info .contact {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #333333;
}
@media only screen and (max-width: 990px) {
  .customer-info {
    min-height: auto !important;
  }
}
.customer-info.min-height-370 {
  min-height: 370px;
}
.parts-user-form-border {
  display: block;
  border: 1px solid #e1e1e1;
  margin-top: 15px;
}
.parts-user-form-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #2b3748;
  padding-top: 15px;
}
.table-form-type-2 {
  border: 1px solid #edf2f7;
}
.table-form-type-2 > thead > tr > th.width-120,
.table-form-type-2 > tbody > tr > th.width-120,
.table-form-type-2 > thead > tr > td.width-120,
.table-form-type-2 > tbody > tr > td.width-120 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.table-form-type-2 > thead > tr > th.width-160,
.table-form-type-2 > tbody > tr > th.width-160,
.table-form-type-2 > thead > tr > td.width-160,
.table-form-type-2 > tbody > tr > td.width-160 {
  width: 160px;
  min-width: 160px !important;
  max-width: 160px;
}
.table-form-type-2 > tbody > tr {
  border-left: 0 !important;
}
.table-form-type-2 > tbody > tr:hover {
  border-left: 0;
}
/* Finance View */
.form-view-title {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  color: #2b3748;
  margin-bottom: 16px;
}
.finance-view-box-wrap {
  border-radius: 3px;
  background-color: #e8e8ef;
  height: 100%;
}
.finance-view-box-wrap .finance-view-heading {
  line-height: 1;
  padding: 11px 18px;
  background-color: #d7d7de;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.finance-view-box-wrap .finance-view-heading .title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #2b3748;
}
.finance-view-box-wrap .finance-view-heading .title .padd-right-40 {
  padding-right: 40px;
}
.finance-view-box-wrap .finance-view-heading .title-right {
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
  text-align: right;
  line-height: normal;
  white-space: nowrap;
  vertical-align: top;
  color: #fd7044;
}
.finance-view-box-wrap .finance-view-heading-table {
  width: 100%;
}
.finance-view-box-wrap .finance-view-body {
  margin-bottom: 9px;
  padding: 11px 18px 18px 18px;
}
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > th,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > th,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > td,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > td {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #2b3748;
  margin-bottom: 0px;
}
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > th.title,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > th.title,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > td.title,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > td.title {
  white-space: nowrap;
  vertical-align: top;
}
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > th.separator,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > th.separator,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > td.separator,
.finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > td.separator {
  padding: 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 1469px) {
  .finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > th,
  .finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > th,
  .finance-view-box-wrap .finance-view-body .finance-view-grey-table > tbody > tr > td,
  .finance-view-box-wrap .finance-view-body .finance-view-grey-table > thead > tr > td {
    font-size: 12px;
  }
}
.finance-view-box-wrap .finance-view-body .info {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #2b3748;
}
.finance-view-box-wrap .finance-view-body .info .padd-right-12 {
  padding-right: 12px;
}
.finance-view-box-wrap .finance-view-body .info .padd-right-40 {
  padding-right: 40px;
}
.finance-view-box-wrap .finance-view-body .info.data {
  line-height: normal;
}
.form-view-title-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #fd7044;
  margin-bottom: 5px;
}
/* Finance View Modal Popup */
.filter.modal .finance-view-modal .modal-content {
  border-radius: 5px;
  padding: 0 !important;
}
.filter.modal .finance-view-modal .modal-content .modal-header {
  padding-left: 30px;
  padding-right: 30px;
  border-color: #eeeeee;
}
.filter.modal .finance-view-modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 2.5;
  color: #2b3748;
}
.filter.modal .finance-view-modal .modal-content .modal-body {
  padding-left: 15px;
  padding-right: 15px;
}
.filter.modal .finance-view-modal .modal-content .modal-footer {
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 0;
}
/* Finance View List */
.tab-header-type-2 .nav-pills > li {
  margin: 0;
}
.tab-header-type-2 .nav-pills > li:first-child > a {
  border-top-left-radius: 5px;
}
.tab-header-type-2 .nav-pills > li:last-child > a {
  border-top-right-radius: 5px;
}
.tab-header-type-2 .nav-pills > li > a {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  padding: 8px 22px;
  min-width: 120px;
  border-radius: 0;
  cursor: pointer;
  color: #2b3748;
  border: solid 1px #fd7044;
}
.tab-header-type-2 .nav-pills > li > a:hover {
  background-color: #ffffff;
}
.tab-header-type-2 .nav-pills > li.active > a {
  color: #ffffff;
  background-color: #fd7044;
}
.tab-header-type-2 .nav-pills > li.active > a:hover,
.tab-header-type-2 .nav-pills > li.active > a:focus,
.tab-header-type-2 .nav-pills > li.active > a:active {
  color: #ffffff;
  background-color: #fd7044;
}
.tab-header-type-3 .nav-pills {
  float: left;
  margin-bottom: 16px;
}
@media only screen and (max-width: 990px) {
  .tab-header-type-3 .nav-pills {
    float: unset;
  }
}
.tab-header-type-3 .nav-pills > li {
  margin: 0;
}
.tab-header-type-3 .nav-pills > li:first-child {
  margin-right: 8px;
}
.tab-header-type-3 .nav-pills > li > a {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  color: #2b3748;
  padding: 9px 15px 9px 16px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.tab-header-type-3 .nav-pills > li > a:hover {
  color: #ffffff;
  background-color: #fd7044;
}
.tab-header-type-3 .nav-pills > li.active > a {
  color: #ffffff;
  background-color: #fd7044;
}
.tab-header-type-3 .nav-pills > li.active > a:hover,
.tab-header-type-3 .nav-pills > li.active > a:focus,
.tab-header-type-3 .nav-pills > li.active > a:active {
  color: #ffffff;
  background-color: #fd7044;
}
.tab-header-type-3 .tab-header-right-wrap {
  float: right;
}
@media only screen and (max-width: 990px) {
  .tab-header-type-3 .tab-header-right-wrap {
    float: unset;
    margin-bottom: 10px;
  }
}
.tab-header-type-3 .tab-header-right-wrap .search-block {
  margin-right: 6px;
  display: inline-block;
}
.tab-header-type-3 .tab-header-right-wrap .search-block .search_filter label:before {
  left: 12px;
}
.tab-header-type-3 .tab-header-right-wrap .search-block .search_filter .form-control {
  height: 36px;
  padding-left: 32px;
  border: solid 1px #e8e8ef;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
.tab-header-type-3 .tab-header-right-wrap .search-block .search_filter .btn-clear {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.tab-header-type-3 .tab-header-right-wrap .button-block {
  display: inline-block;
}
.tab-header-type-3 .tab-header-right-wrap .button-block .btn.btn-bordered {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  color: #2b3748;
  border: solid 1px #e8e8ef;
  border-radius: 4px;
}
.tab-header-type-3 .tab-header-right-wrap .button-block .btn.btn-bordered i {
  margin-right: 8px;
}
.tab-header-type-3 .tab-header-right-wrap .button-block .btn.btn-bordered:hover {
  color: #fff;
}
.tab-content-type-2 {
  padding: 0 !important;
  border: solid 1px #eeeeee;
  border-top-left-radius: 0px !important;
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
}
.tab-content.type-3 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1299px) {
  .tab-content.type-3 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 990px) {
  .tab-content.type-3 {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1470px) {
  .tab-content.type-3 .footer.bottom-fixed {
    padding: 0 21px;
  }
}
.tab-content.type-3 .footer.bottom-fixed .footer-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  border-top: solid 1px #e8e8ef;
}
@media only screen and (max-width: 768px) {
  .tab-content.type-3 .footer.bottom-fixed .footer-content {
    border-top: 0;
  }
}
/* Tab Switch */
.tab-switch.type-2 md-switch .md-container {
  width: 246px;
}
@media only screen and (max-width: 1440px) {
  .tab-switch.type-2 md-switch .md-container {
    width: 200px;
  }
}
.tab-switch.type-2 md-switch .md-bar {
  border-radius: 5px;
  width: 246px;
  background-color: #ffffff;
  border: 1px solid #fd7044;
}
@media only screen and (max-width: 1440px) {
  .tab-switch.type-2 md-switch .md-bar {
    width: 200px;
  }
}
.tab-switch.type-2 md-switch .md-bar:before,
.tab-switch.type-2 md-switch .md-bar:after {
  color: #fd7044;
  font-weight: 600;
}
@media only screen and (max-width: 1440px) {
  .tab-switch.type-2 md-switch .md-bar:before,
  .tab-switch.type-2 md-switch .md-bar:after {
    font-size: 12px;
  }
}
.tab-switch.type-2 md-switch .md-bar:before {
  content: 'Ley Parts';
}
.tab-switch.type-2 md-switch .md-bar:after {
  content: 'Others';
}
@media only screen and (max-width: 1440px) {
  .tab-switch.type-2 md-switch .md-label {
    font-size: 12px;
  }
}
.tab-switch.type-2 md-switch .md-thumb {
  border-radius: 5px;
  width: 123px;
  background-color: #fd7044;
}
@media only screen and (max-width: 1440px) {
  .tab-switch.type-2 md-switch .md-thumb {
    width: 100px;
  }
}
.tab-switch.type-2 md-switch.md-checked:not([disabled]).md-warn .md-bar {
  background-color: #ffffff;
}
.tab-switch.type-2 md-switch.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #fd7044;
}
/* Parts User View */
.parts-user-view-footer {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.parts-user-view .label {
  padding: 0;
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  color: #2b3748;
  line-height: normal;
}
.parts-user-view .info {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
@media only screen and (max-width: 1440px) {
  .parts-user-view .info {
    font-size: 14px;
  }
}
.parts-user-view-track-wrap .track {
  display: inline-block;
  vertical-align: middle;
  padding-right: 17px;
}
@media only screen and (max-width: 990px) {
  .parts-user-view-track-wrap .track {
    text-align: left;
  }
}
@media only screen and (max-width: 990px) {
  .parts-user-view-track-wrap .info {
    text-align: left;
  }
}
@media only screen and (max-width: 990px) {
  .parts-user-view-track-wrap {
    text-align: left;
  }
}
/* Parts Received */
.view-title {
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #fd7044;
}
.parts-received-view-info {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
/* Parts Received Modal */
@media only screen and (max-width: 990px) {
  .parts-received-modal-dialog {
    width: 600px;
  }
}
.parts-received-modal-list .parts-received-modal-list-item:last-child .border .border-left,
.parts-received-modal-list .parts-received-modal-list-item:last-child .border .border-right {
  border: 0;
}
.parts-received-modal-wrap {
  border-radius: 5px;
  padding: 18px 16px 8px 16px;
  background-color: #e8e8ef;
}
.parts-received-modal-wrap .parts-received-left-wrap {
  display: inline-block;
  padding-right: 25px;
}
.parts-received-modal-wrap .parts-received-left-wrap .calendar-wrap {
  display: block;
  border: solid 0.7px #fd7044;
  background-color: #ffffff;
}
.parts-received-modal-wrap .parts-received-left-wrap .calendar-wrap .month {
  display: block;
  padding: 7px 9px;
  font-size: 11.2px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  border: solid 0.7px #fd7044;
  background-color: #fd7044;
}
.parts-received-modal-wrap .parts-received-left-wrap .calendar-wrap .date {
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  color: #fd7044;
}
.parts-received-modal-wrap .parts-received-left-wrap .time {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  padding-top: 4px;
  text-align: center;
  color: #555555;
}
.parts-received-modal-wrap .parts-received-right-wrap {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
.parts-received-modal-wrap .parts-received-right-wrap .title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #333333;
}
.parts-received-modal-wrap .parts-received-right-wrap .info {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #333333;
}
.parts-received-modal-wrap .parts-received-right-wrap .info small {
  display: block;
  font-size: 14px;
  font-style: italic;
}
.parts-received-modal .border {
  height: 30px;
  position: relative;
}
.parts-received-modal .border .border-left {
  position: absolute;
  border-left: 1px solid #e8e8ef;
  height: 30px;
  left: 30px;
}
.parts-received-modal .border .border-right {
  position: absolute;
  border-left: 1px solid #e8e8ef;
  height: 30px;
  right: 30px;
}
.parts-received-modal .parts-received-track-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item {
  border-radius: 5px;
  display: block;
  width: 24%;
  margin-right: 4px;
  border: solid 1px #e8e8ef;
  background-color: #ffffff;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item:hover {
  transition: all 0.5s;
  background-color: #fa6400;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item:hover .title,
.parts-received-modal .parts-received-track-list .parts-received-track-list-item:hover .value {
  color: #ffffff;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item .title,
.parts-received-modal .parts-received-track-list .parts-received-track-list-item .value {
  display: block;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #757575;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item .title {
  padding: 10px;
  font-size: 12px;
}
.parts-received-modal .parts-received-track-list .parts-received-track-list-item .value {
  padding: 3px 10px 8px 10px;
  font-size: 16px;
}
/* Radio switch  starts here */
.radio-switch {
  background-color: #d8d8d8;
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
  border-radius: 5px;
  position: relative;
}
.radio-switch input[type="radio"] {
  position: absolute;
  z-index: -9;
}
.radio-switch input[type="radio"]:checked + label {
  transition: all 350ms;
}
.radio-switch input[type="radio"]:checked + label img {
  visibility: visible !important;
}
.radio-switch input[type="radio"] + label {
  position: relative;
  text-align: center;
  padding: 3.5px 4px 3.5px 4px;
  line-height: 1.4;
  min-width: 24px;
  z-index: 2;
  margin: 0;
  cursor: pointer;
  transition: all 350ms;
}
.radio-switch input[type="radio"] + label img {
  visibility: hidden !important;
}
.radio-switch .radio-switch-toggle-outer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.radio-switch .radio-switch-toggle-outer .radio-switch-toggle {
  position: relative;
  display: block;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #ea4335;
  transform: translate3d(0, 0, 0);
  transition: all 350ms;
}
.radio-switch .input-2:checked ~ .radio-switch-toggle-outer .radio-switch-toggle {
  background-color: #34a852;
  transform: translate3d(100%, 0, 0);
}
/* Parts User Outlet Info */
.parts-user-outlet-list {
  margin: 0;
  padding: 15px 0;
  display: flex;
}
.parts-user-outlet-list .parts-user-outlet-list-info {
  padding: 5px 0px 5px 15px;
}
.parts-user-outlet-info {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #000000;
  padding-bottom: 20px;
}
.bg-grey-light {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  line-height: normal;
  color: #2b3748;
  background-color: #e8e8ef;
}
.outlet-info-list {
  margin-bottom: 15px;
}
.outlet-info-list-item {
  margin-bottom: 5px;
  display: inline-block;
}
.outlet-info-list.border-bottom {
  border-bottom: solid 1px #979797;
  margin-bottom: 30px;
}
.outlet-info-list.border-bottom .outlet-info-list-item {
  margin-bottom: 13px;
}
.outlet-info-list .title {
  padding: 0;
  color: #fe5f4a;
  padding-right: 10px;
  display: inline-block;
}
.outlet-data {
  padding: 7px 0;
  display: block;
  font-size: 12px;
  color: #000000;
  text-align: right;
  font-weight: normal;
  line-height: normal;
}
/* Footer Checkbox */
.footer-checkbox {
  display: inline-block;
}
.footer-checkbox input[type="checkbox"] {
  display: none;
}
.footer-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 70px;
  padding-left: 28px;
  font-weight: bold;
}
.footer-checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  top: 6px;
  left: 0;
  border: 1px solid #979797;
  border-radius: 3px;
}
.footer-checkbox input[type="checkbox"] + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 4px;
  width: 8px;
  height: 4px;
  transform: rotate(-45deg);
  border: 1px solid #fd7044;
  border-top-style: none;
  border-right-style: none;
  opacity: 0;
}
.footer-checkbox input[type="checkbox"]:checked + label::before {
  border-color: #fd7044;
}
.footer-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
/* Gate In Success Modal Popup */
.modal-success.modal .modal-body .title {
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  margin: 10px 0px;
  color: #54a400;
}
.modal-success.modal .modal-body .info,
.modal-success.modal .modal-body data {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  margin: 0;
  color: #313355;
}
.modal-success.modal .modal-body .data {
  font-size: 15px;
  font-weight: 600;
}
.modal-otp.modal .modal-content {
  border-radius: 12px !important;
}
.modal-otp.modal .modal-content .modal-header {
  padding: 9px 9px 0 0;
  border-bottom: 0;
}
.modal-otp.modal .modal-content .modal-body {
  padding: 0 70px 25px 70px;
}
.modal-otp.modal .modal-content .modal-body .title {
  margin: 0;
  font-size: 19.2px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
  padding-bottom: 13px;
}
.modal-otp.modal .modal-content .modal-body .info {
  margin: 0;
  font-size: 14.4px;
  line-height: normal;
  text-align: center;
  color: #313355;
  padding-bottom: 30px;
}
.modal-otp.modal .modal-content .modal-body .link {
  margin-top: 30px;
  font-size: 14.4px;
  line-height: normal;
  text-align: center;
  color: #e26153;
}
.gatein-img-list {
  margin: 0;
}
.gatein-img-list .gatein-img-list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .gatein-img-list .gatein-img-list-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.gatein-img-list .gatein-img-list-item:first-child {
  padding-left: 0;
}
.gatein-img-list .gatein-img-list-item.vehicle-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  background-image: url(../img/content/gatein-vehicle.svg);
}
.gatein-img-list .gatein-img-list-item.vehicle-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  content: 'Vehicle Photo';
}
.gatein-img-list .gatein-img-list-item.km-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title {
  padding-left: 4px;
  padding-right: 4px;
}
.gatein-img-list .gatein-img-list-item.km-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  background-image: url(../img/content/gatein-km.svg);
}
.gatein-img-list .gatein-img-list-item.km-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  content: 'Kilometer Reading Photo';
}
.gatein-img-list .gatein-img-list-item.driver-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title {
  padding-left: 13px;
  padding-right: 13px;
}
.gatein-img-list .gatein-img-list-item.driver-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  background-image: url(../img/content/gatein-driver.svg);
}
.gatein-img-list .gatein-img-list-item.driver-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  content: 'Driver Photo';
}
.gatein-img-list .gatein-img-list-item.chassis-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  background-image: url(../img/content/chasis.svg);
}
.gatein-img-list .gatein-img-list-item.chassis-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  content: 'Chassis Photo';
}
.gatein-img-list .gatein-img-list-item.part-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title {
  padding-left: 20px;
  padding-right: 20px;
}
.gatein-img-list .gatein-img-list-item.part-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  background-image: url(../img/content/gatein-vehicle.svg);
}
.gatein-img-list .gatein-img-list-item.part-img .grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  content: 'Part Photo';
}
.gatein-img-list .gatein-img-list-item.driver-licence-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  background-image: url(../img/content/licence.jpg);
}
.gatein-img-list .gatein-img-list-item.driver-licence-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Attach';
}
.gatein-img-list .gatein-img-list-item.insurance-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  background-image: url(../img/content/insurance.svg);
}
.gatein-img-list .gatein-img-list-item.insurance-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Attach';
}
.gatein-img-list .gatein-img-list-item.rc-book-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
  padding-left: 20px;
  padding-right: 20px;
}
.gatein-img-list .gatein-img-list-item.rc-book-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  background-image: url(../img/content/rcbook.jpg);
}
.gatein-img-list .gatein-img-list-item.rc-book-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Attach';
}
.gatein-img-list .gatein-img-list-item.item-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
  padding-left: 20px;
  padding-right: 20px;
}
.gatein-img-list .gatein-img-list-item.item-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  background-image: url(../img/content/camera-blue.svg);
}
.gatein-img-list .gatein-img-list-item.item-img .image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Add Item Photo';
}
.image-uploadify-type-2.imageuploadify {
  border-radius: 9.6px;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  display: inline-block;
  border: 1.2px dashed #979797;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list {
  position: relative;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
  width: 120px;
  height: 120px;
  font-size: 14px;
  padding: 47px 5px 5px 5px;
  position: relative;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:hover {
  text-decoration: none;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  top: 12px;
  left: 50%;
  content: '';
  height: 38px;
  width: 38px;
  margin: auto;
  display: block;
  position: absolute;
  background-size: contain;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  line-height: normal;
  text-align: center;
  color: #313355;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container {
  position: absolute;
  border-radius: 9.6px;
  top: -1px;
  left: -1px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  box-shadow: none;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger {
  width: 15px;
  height: 15px;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container .btn-view:before {
  content: '';
  top: 50%;
  right: -9px;
  z-index: 10;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/table/view.svg);
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container .icon {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  position: absolute;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  display: none;
}
.image-uploadify-type-2.imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
  border-radius: 9.6px;
  display: block;
  width: 120px;
  height: 120px;
}
.image-uploadify-type-3.imageuploadify {
  border-radius: 5px;
  display: block;
  height: 618px;
  overflow: hidden;
  border: dashed 1px #6e7088;
}
@media only screen and (max-width: 990px) {
  .image-uploadify-type-3.imageuploadify {
    height: 300px;
  }
}
@media only screen and (max-width: 567px) {
  .image-uploadify-type-3.imageuploadify {
    margin-bottom: 72px;
  }
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list {
  width: 100%;
  position: relative;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
  width: 100%;
  height: 618px;
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
    height: 300px;
  }
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:hover {
  text-decoration: none;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
  top: 41%;
  left: 50%;
  content: '';
  height: 29px;
  width: 33px;
  margin: auto;
  display: block;
  position: absolute;
  background-size: contain;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/content/camera.svg);
}
@media only screen and (max-width: 990px) {
  .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:before {
    top: 28%;
  }
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #313355;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container {
  border-radius: 5px;
  top: 0px;
  left: 0px;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 615px;
  box-shadow: none;
  position: absolute;
}
@media only screen and (max-width: 990px) {
  .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    height: 297px;
  }
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger {
  width: 15px;
  height: 15px;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container .icon {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  position: absolute;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  display: none;
}
.image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
  border-radius: 9.6px;
  width: auto;
  height: auto;
  display: block;
  max-width: 500px;
}
@media only screen and (max-width: 990px) {
  .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
    width: auto;
    height: auto;
    max-width: 200px;
  }
}
.update-img .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Capture / Attach Photo of Customer Signed Jobcard';
}
.bill-img .image-uploadify-type-3.imageuploadify .imageuploadify-images-list .button-wrap .btn-link:after {
  content: 'Capture / Attach Photo of Customer Signed Bill Copy';
}
.search-type-padd-top {
  padding-top: 55px;
}
@media only screen and (max-width: 990px) {
  .search-type-padd-top {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .search-type-padd-top .form-group {
    margin-bottom: 0px;
  }
}
/* Attendance */
.white-box-wrap {
  border-radius: 10px;
  height: 100%;
  min-height: 224px;
  position: relative;
  padding: 40px 30px;
  margin-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.white-box-wrap .img-wrap {
  left: 30px;
  top: 40px;
  position: absolute;
}
.white-box-wrap .img-wrap .profile {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.white-box-wrap .right-wrap {
  padding-left: 166px;
}
.white-box-wrap .right-wrap .grey-box {
  border-radius: 13.5px;
  font-size: 14px;
  padding: 5px 15px;
  margin-bottom: 17px;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  background-color: #e6e6e6;
  color: #313355;
}
.white-box-wrap .right-wrap .map-marker-sm {
  width: 14px;
  height: 20px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: bottom;
}
.white-box-wrap .title,
.white-box-wrap .title-medium,
.white-box-wrap .info,
.white-box-wrap .date {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
}
.white-box-wrap .title-medium {
  font-weight: 600;
  text-align: center;
}
.white-box-wrap .info {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.white-box-wrap .location {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
}
.white-box-wrap .date {
  font-size: 20px;
}
.white-box-wrap .time {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #3ab54b;
}
.white-box-wrap .shift-time-list {
  text-align: center;
  margin-bottom: 3px;
}
.white-box-wrap .shift-time-list-item {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #e8e8ef;
  background-color: #ffffff;
  font-size: 12px;
  line-height: normal;
  color: #313355;
  padding: 3px 5px;
  margin-bottom: 14px;
}
.button-lg {
  text-align: center;
  padding-top: 64px;
}
.button-lg .btn {
  padding: 18px 114px;
  max-width: 274px;
}
.attendance-qr-details .date,
.attendance-qr-details .time {
  display: block;
  line-height: normal;
  color: #313355;
}
.attendance-qr-details .date {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .attendance-qr-details .date {
    text-align: center;
  }
}
.attendance-qr-details .time {
  font-size: 30px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .attendance-qr-details .time {
    font-size: 25px;
    text-align: center;
    margin-bottom: 8px;
  }
}
.attendance-qr-details .location {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  color: #313355;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .attendance-qr-details .location {
    padding-bottom: 10px;
  }
}
.attendance-qr-details .location .map-marker {
  display: inline-block;
  padding-right: 16px;
}
.qr-bg {
  height: 264px;
  background-color: #000000;
}
.qr-bg .info {
  color: #fff;
  padding: 132px 0;
  text-align: center;
}
/* GIGO Dashboard */
.separate-dashboard-wrap {
  min-height: 100vh;
  padding: 30px;
}
.separate-dashboard-wrap .separate-content-wrap .location {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  line-height: normal;
  color: #313355;
  padding: 40px 0;
}
.separate-dashboard-wrap .separate-content-wrap .location .map-marker {
  display: inline-block;
  padding-right: 23px;
}
.separate-dashboard-wrap .separate-content-wrap .close-btn {
  float: right;
  padding-bottom: 30px;
}
/* Material Gate Pass Address */
@media only screen and (max-width: 990px) {
  .grey-box-address-wrap {
    margin-top: 10px;
  }
}
.grey-box-address-wrap .grey-box-address-heading {
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: solid 1px #e8e8ef;
  background-color: #e8e8ef;
}
.grey-box-address-wrap .grey-box-address-heading .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 14px;
  line-height: normal;
  color: #313355;
}
.grey-box-address-wrap .grey-box-address-body {
  border-radius: 5px;
  min-height: 154px;
  padding: 10px 14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff;
  border: 1px solid #e8e8ef;
}
.grey-box-address-wrap .grey-box-address-body .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 3px;
  color: #313355;
}
.grey-box-address-wrap .grey-box-address-body .info {
  display: block;
  font-size: 14px;
  color: #555555;
  max-width: 400px;
  font-weight: normal;
  line-height: normal;
}
.grey-box-address-wrap .grey-box-address-body .contact {
  max-width: auto;
  padding-top: 15px;
}
/* Job Card */
.title-red {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  color: #ff514f;
  padding-bottom: 17px;
  margin-bottom: 0;
}
@media only screen and (max-width: 567px) {
  .title-red {
    font-size: 18px;
  }
}
.title-red-md {
  font-size: 18px;
  padding-bottom: 0;
  font-weight: bold;
  line-height: normal;
  color: #fe5a5f;
}
.title-red.border-bottom {
  border-bottom: 1px solid #e8e8ef;
  margin-bottom: 9px;
}
.title-red .title-right {
  float: right;
  color: #313355;
}
@media only screen and (max-width: 567px) {
  .title-red .title-right {
    float: unset;
    display: block;
    padding-top: 10px;
  }
}
.mgatepass-wrap {
  border: solid 1px #e8e8ef;
  padding: 15px;
}
.mgatepass-wrap .mgpass-address-left-wrap .title,
.mgatepass-wrap .mgpass-address-left-wrap .heading {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.mgatepass-wrap .mgpass-address-left-wrap .title {
  color: #313355;
}
.mgatepass-wrap .mgpass-address-left-wrap .heading {
  color: #333333;
}
.mgatepass-wrap .mgpass-address-left-wrap .address,
.mgatepass-wrap .mgpass-address-left-wrap .contact,
.mgatepass-wrap .mgpass-address-left-wrap .date {
  display: block;
  font-size: 14px;
  line-height: normal;
}
.mgatepass-wrap .mgpass-address-left-wrap .address {
  color: #333333;
  max-width: 280px;
  padding-bottom: 17px;
  padding-top: 3px;
}
.mgatepass-wrap .mgpass-address-left-wrap .contact,
.mgatepass-wrap .mgpass-address-left-wrap .date {
  color: #313355;
}
.mgatepass-wrap .mgpass-address-left-wrap .date {
  padding-bottom: 16px;
}
.mgatepass-wrap .mgpass-address-left-wrap .view-row .view-col-4 .view-col-label {
  font-size: 14px;
  font-weight: bold;
  color: #313355;
  padding-bottom: 9px;
}
.mgatepass-wrap .mgpass-address-left-wrap .view-row .view-col-4 .view-col-value {
  font-size: 14px;
  line-height: normal;
  color: #313355;
}
@media only screen and (max-width: 1200px) {
  .mgatepass-wrap .mgpass-carousel {
    margin-top: 10px;
  }
}
.mgatepass-wrap .mgpass-carousel .carousel-indicators {
  bottom: -38px;
}
@media only screen and (max-width: 1200px) {
  .mgatepass-wrap .mgpass-carousel .carousel-indicators {
    bottom: -29px;
  }
}
.mgatepass-wrap .mgpass-carousel .carousel-indicators li {
  margin: 0;
  border: 0;
  width: 8px;
  height: 8px;
  background-color: #d8d8d8;
}
.mgatepass-wrap .mgpass-carousel .carousel-indicators li.active {
  background-color: #313355;
}
/* Kanban My Job Card */
.jc-update-title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
  margin-bottom: 4px;
}
.jc-update-label {
  font-size: 12px;
  line-height: normal;
  color: #313355;
  margin-bottom: 15px;
}
.border-icon {
  padding: 20px 19px;
  margin-top: 18px;
  position: relative;
  margin-bottom: 25px;
  border: solid 1px #e8e8ef;
}
.border-icon .img-delete {
  border-radius: 50px;
  top: -13px;
  right: -13px;
  width: 26px;
  height: 26px;
  padding: 7px;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.jc-profile .profile-image {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-left: 35px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .jc-profile .profile-image {
    margin-left: 0;
  }
}
.jc-confirm-modal.modal .modal-header {
  border-bottom: 0;
  padding: 15px 21px 17px 18px;
  background-color: #e8e8ef;
}
.jc-confirm-modal.modal .modal-header .modal-title {
  text-align: left;
  font-size: 19.2px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 5px;
  text-transform: unset;
  color: #313355;
}
.jc-confirm-modal.modal .modal-header .sub-title {
  margin-bottom: 0;
  text-align: left;
  font-size: 13.2px;
  line-height: normal;
  color: #313355;
}
.jc-confirm-modal.modal .modal-body {
  padding: 20px !important;
}
.jc-confirm-modal.modal .modal-body .time-modal {
  width: 100%;
  padding: 20px;
}
.jc-confirm-modal.modal .modal-body .time-modal > thead > tr > td,
.jc-confirm-modal.modal .modal-body .time-modal > tbody > tr > td,
.jc-confirm-modal.modal .modal-body .time-modal > thead > tr > th,
.jc-confirm-modal.modal .modal-body .time-modal > tbody > tr > th {
  text-align: center;
  color: #313355;
  line-height: normal;
  border: solid 1px #e8e8ef;
}
.jc-confirm-modal.modal .modal-body .time-modal > thead > tr > th {
  font-size: 16px;
  font-weight: normal;
  padding: 12px 8.5px;
}
.jc-confirm-modal.modal .modal-body .time-modal > tbody > tr > td {
  font-size: 14px;
  font-weight: bold;
  padding: 25px 10px;
}
.jc-confirm-modal.modal .modal-body .grey-box {
  border-radius: 6px;
  display: block;
  margin: 20px 0;
  font-size: 15px;
  padding: 5px 3px;
  text-align: center;
  line-height: normal;
  background-color: #e6e6e6;
  color: #313355;
}
.jc-confirm-modal.modal .modal-body .title,
.jc-confirm-modal.modal .modal-body .time {
  display: block;
  font-size: 20px;
  line-height: 1.32;
  text-align: center;
  font-weight: normal;
  color: #313355;
}
.jc-confirm-modal.modal .modal-body .time {
  color: #e26153;
  font-weight: bold;
}
.jc-confirm-modal.modal .modal-body .pause-work-list {
  text-align: left;
}
.jc-confirm-modal.modal .modal-body .pause-work-list-item {
  padding-bottom: 20px;
  display: inline-block;
}
.jc-confirm-modal.modal .modal-body .pause-work-list-item-link {
  border-radius: 19px;
  font-size: 11px;
  padding: 9px 10px;
  line-height: normal;
  background-color: #ffffff;
  border: solid 1px #e8e8ef;
  color: #313355;
}
.jc-confirm-modal.modal .modal-body .pause-work-list-item-link.active {
  color: #fff;
  background-color: #e26153;
}
.jc-confirm-modal.modal .modal-footer {
  padding-bottom: 0 !important;
}
.jc-bill-info {
  padding-bottom: 15px;
}
.jc-bill-info .bill-img {
  display: inline-block;
}
.jc-bill-info .info {
  font-weight: bold;
  color: #313355;
  padding-left: 15px;
}
.jc-bill-info .bill-btn {
  float: right;
  padding: 10px 0;
}
.table.table-form.jc-view-bill-table-wrap {
  border: solid 1px #e8e8ef;
}
.table.table-form.jc-view-bill-table-wrap > thead > tr > td,
.table.table-form.jc-view-bill-table-wrap > tbody > tr > td,
.table.table-form.jc-view-bill-table-wrap tfoot > tr > td,
.table.table-form.jc-view-bill-table-wrap > thead > tr > th,
.table.table-form.jc-view-bill-table-wrap > tbody > tr > th,
.table.table-form.jc-view-bill-table-wrap tfoot > tr > th {
  padding: 11px 15px;
  white-space: normal;
}
.table.table-form.jc-view-bill-table-wrap > thead > tr > th {
  line-height: normal;
  color: #333333;
  background-color: #e5e5e5;
}
.table.table-form.jc-view-bill-table-wrap > tbody > tr > td {
  color: #333333;
}
.table.table-form.jc-view-bill-table-wrap > tbody > tr > td:nth-child(2) {
  border-right: 1px solid #e8e8ef;
}
.table.table-form.jc-view-bill-table-wrap > tbody > tr > td.bg-white {
  background-color: #ffffff;
}
.table.table-form.jc-view-bill-table-wrap .bill-total {
  display: block;
  text-align: right;
}
.table.table-form.jc-view-bill-table-wrap .bill-total .info {
  padding: 15px;
  font-size: 16px;
  color: #333333;
  line-height: normal;
  display: inline-block;
  background: #e6e6e6;
}
.table.table-form.jc-view-bill-table-wrap .bill-total .amount {
  font-weight: bold;
  padding-left: 78px;
  display: inline-block;
}
.table.table-form.jc-view-bill-table {
  border: solid 1px #e8e8ef;
}
.table.table-form.jc-view-bill-table > thead > tr > td,
.table.table-form.jc-view-bill-table > tbody > tr > td,
.table.table-form.jc-view-bill-table tfoot > tr > td,
.table.table-form.jc-view-bill-table > thead > tr > th,
.table.table-form.jc-view-bill-table > tbody > tr > th,
.table.table-form.jc-view-bill-table tfoot > tr > th {
  padding: 14px 15px;
  white-space: normal;
}
.table.table-form.jc-view-bill-table > thead > tr > td:last-child,
.table.table-form.jc-view-bill-table > tbody > tr > td:last-child,
.table.table-form.jc-view-bill-table tfoot > tr > td:last-child,
.table.table-form.jc-view-bill-table > thead > tr > th:last-child,
.table.table-form.jc-view-bill-table > tbody > tr > th:last-child,
.table.table-form.jc-view-bill-table tfoot > tr > th:last-child {
  font-weight: bold;
}
.table.table-form.jc-view-bill-table > thead > tr > th {
  line-height: normal;
  color: #313355;
  background-color: #e5e5e5;
  text-align: right;
}
.table.table-form.jc-view-bill-table > thead > tr > th:first-child {
  text-align: left;
}
.table.table-form.jc-view-bill-table > tbody > tr > td {
  color: #333333;
  text-align: right;
}
.table.table-form.jc-view-bill-table > tbody > tr > td:first-child {
  text-align: left;
  white-space: nowrap;
}
.table.table-form.jc-view-bill-table > tfoot > tr > td {
  background-color: #f6f3f3;
  text-align: right;
  color: #333333;
}
/* Parts Indent */
.parts-border {
  border: solid 1px #e8e8ef;
}
.parts-border .padd-20 {
  padding: 20px;
}
/* Bay Box */
.bay-box-wrap {
  border-radius: 5px;
  margin: auto;
  padding: 30px;
  max-width: 480px;
  margin-top: 22px;
  margin-bottom: 40px;
  border: solid 1px #e8e8ef;
}
.bay-box-wrap .info {
  font-size: 20px;
  padding-top: 17px;
  text-align: center;
  line-height: normal;
  margin-bottom: 18px;
  color: #313355;
}
.bay-box-wrap .title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
  line-height: normal;
  color: #313355;
}
.bay-assignment-wrap .title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  color: #313355;
}
.bay-assignment-wrap .location {
  font-size: 16px;
  font-weight: bold;
  padding: 33px 0;
  margin-bottom: 0;
  line-height: normal;
  font-family: rubik;
  color: #313355;
}
.bay-assignment-wrap .location .map-marker {
  width: 14px;
  height: 20px;
  margin-right: 12px;
  margin-bottom: 4px;
  display: inline-block;
}
.bay-assignment-wrap .bay-assignment-list {
  margin-bottom: 36px;
}
.bay-assignment-wrap .bay-assignment-list-item {
  border-radius: 8px;
  width: 130px;
  height: 130px;
  padding: 20px;
  margin-right: 25px;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}
@media only screen and (max-width: 567px) {
  .bay-assignment-wrap .bay-assignment-list-item {
    margin-right: 17px;
  }
}
.bay-assignment-wrap .bay-assignment-list-item.bg-green {
  background-color: #7ed321;
}
.bay-assignment-wrap .bay-assignment-list-item.bg-white {
  background-color: #ffffff;
  border: solid 1px #6e7088;
}
.bay-assignment-wrap .bay-assignment-list-item.bg-white .title,
.bay-assignment-wrap .bay-assignment-list-item.bg-white .info {
  color: #313355;
}
.bay-assignment-wrap .bay-assignment-list-item.bg-red {
  background-color: rgba(226, 97, 83, 0.4);
}
.bay-assignment-wrap .bay-assignment-list-item.bg-yellow {
  background-color: #fbe199;
}
.bay-assignment-wrap .bay-assignment-list-item.border-yellow {
  background-color: #ffffff;
  border: solid 1px #f7b500;
}
.bay-assignment-wrap .bay-assignment-list-item.border-yellow .title,
.bay-assignment-wrap .bay-assignment-list-item.border-yellow .info {
  color: #f7b500;
}
.bay-assignment-wrap .bay-assignment-list-item.type-2 {
  padding: 11px 13px;
}
.bay-assignment-wrap .bay-assignment-list-item.type-2 .data {
  display: block;
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
  text-align: center;
  line-height: normal;
}
.bay-assignment-wrap .bay-assignment-list-item.type-2 .info {
  padding-top: 0;
  line-height: 1.25;
}
.bay-assignment-wrap .bay-assignment-list-item.type-3 .info {
  padding-top: 15px;
}
.bay-assignment-wrap .bay-assignment-list-item .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 11px;
}
.bay-assignment-wrap .bay-assignment-list-item .info {
  display: block;
  font-size: 12px;
  padding-top: 30px;
  text-align: center;
  line-height: normal;
  color: #ffffff;
}
/* Split Order */
.table.split-order-table {
  border: 0 !important;
}
.table.split-order-table > thead > tr > th,
.table.split-order-table > tbody > tr > th,
.table.split-order-table > thead > tr > td,
.table.split-order-table > tbody > tr > td {
  white-space: normal;
}
.table.split-order-table > thead > tr > th.text-right,
.table.split-order-table > tbody > tr > th.text-right,
.table.split-order-table > thead > tr > td.text-right,
.table.split-order-table > tbody > tr > td.text-right {
  text-align: right;
}
.table.split-order-table > thead > tr > th:nth-child(2),
.table.split-order-table > tbody > tr > th:nth-child(2),
.table.split-order-table > thead > tr > td:nth-child(2),
.table.split-order-table > tbody > tr > td:nth-child(2),
.table.split-order-table > thead > tr > th:first-child,
.table.split-order-table > tbody > tr > th:first-child,
.table.split-order-table > thead > tr > td:first-child,
.table.split-order-table > tbody > tr > td:first-child {
  white-space: nowrap;
}
.table.split-order-table > thead > tr > th {
  line-height: normal;
  padding: 15px !important;
  background-color: #e5e5e5;
}
.table.split-order-table > tbody > tr > td {
  padding: 14px 15px !important;
}
.table.split-order-table > tbody > tr > td:last-child {
  font-weight: bold;
}
.schedules-box-wrap {
  border-radius: 3px;
  min-height: 89px;
  margin-bottom: 5px;
  padding: 10px 9px;
  position: relative;
  border: solid 1px #e4e4e4;
  background-color: #f9f9f9;
}
.schedules-box-wrap.bg-white {
  background-color: #ffffff;
}
.schedules-box-wrap .left-wrap {
  padding-top: 4px;
  margin-right: 194px;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .left-wrap {
    margin-right: 0;
  }
}
.schedules-box-wrap .left-wrap.border-bottom {
  padding-bottom: 30px;
  border-bottom: solid 1px #e8e8ef;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .left-wrap.border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.schedules-box-wrap .left-wrap .schedules-left-wrap {
  float: left;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .left-wrap .schedules-left-wrap {
    float: unset;
  }
}
.schedules-box-wrap .left-wrap .schedules-left-wrap .info,
.schedules-box-wrap .left-wrap .schedules-left-wrap .title {
  display: block;
  line-height: normal;
  color: #313355;
}
.schedules-box-wrap .left-wrap .schedules-left-wrap .info {
  font-size: 14px;
}
.schedules-box-wrap .left-wrap .schedules-left-wrap .title {
  font-size: 16px;
  font-weight: bold;
}
.schedules-box-wrap .left-wrap .schedules-left-wrap.float-none {
  float: none;
}
.schedules-box-wrap .left-wrap .schedules-right-wrap {
  text-align: right;
  padding-top: 7px;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .left-wrap .schedules-right-wrap {
    text-align: left;
  }
}
.schedules-box-wrap .left-wrap .schedules-right-wrap .btn {
  margin-bottom: 5px;
}
.schedules-box-wrap .left-wrap.type-2 {
  padding: 20px 0;
  margin-right: 96px;
}
.schedules-box-wrap .right-wrap {
  right: 9px;
  top: 9px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .right-wrap {
    position: unset;
  }
}
.schedules-box-wrap .right-wrap .status {
  display: block;
  font-size: 16px;
  padding: 24px 49px;
  font-weight: bold;
  color: #ffffff;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .schedules-box-wrap .right-wrap .status {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
.schedules-box-wrap .right-wrap .status .time {
  display: block;
}
.schedules-box-wrap .right-wrap .status.type-2 {
  padding: 20px 13px;
}
.schedules-box-wrap .right-wrap .bg-red {
  background-color: #e26153;
}
.schedules-box-wrap .right-wrap .bg-blue {
  background-color: #0091ff;
}
.schedules-box-wrap .right-wrap .bg-yellow {
  background-color: #f7b500;
}
.schedules-box-wrap .right-wrap .bg-green {
  background-color: #6dd400;
}
.schedules-box-wrap .right-wrap .bg-grey {
  font-size: 12px;
  padding: 25px 20px;
  color: #313355;
  background-color: #e8e8ef;
}
.schedules-box-wrap .assigned-info .title {
  display: block;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 10px;
  color: #313355;
}
.schedules-box-wrap .assigned-info .title.small {
  font-size: 12px;
  padding-top: 11px;
}
.schedules-box-wrap .assigned-info-list {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .schedules-box-wrap .assigned-info-list .flex-col-3 {
    margin-bottom: 5px;
  }
}
.schedules-box-wrap .assigned-info-list .flex-col-3 .assigned-info-list-item {
  width: 100%;
  height: 100%;
  padding: 8px 14px;
  display: inline-block;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
}
.schedules-box-wrap .assigned-info-list .flex-col-3 .assigned-info-list-item .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 4px;
  color: #333333;
}
.schedules-box-wrap .assigned-info-list .flex-col-3 .assigned-info-list-item .info {
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #333333;
}
.schedules-box-wrap .assigned-info-list .flex-col-3 .assigned-info-list-item .info .color-red {
  color: #e26153;
}
.schedules-box-wrap .assigned-info-list .flex-col-3 .assigned-info-list-item .info a {
  cursor: pointer;
  display: block;
  color: #313355;
}
/* Time Log Modal */
.time-log-modal-wrap .modal-dialog.modal-sm {
  width: 536px;
}
@media only screen and (max-width: 767px) {
  .time-log-modal-wrap .modal-dialog.modal-sm {
    width: 100%;
  }
}
.time-log-modal-wrap .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #fe5a5f;
}
.time-log-modal-wrap .time-log-modal .title-wrap {
  padding-bottom: 18px;
}
.time-log-modal-wrap .time-log-modal .title-wrap .left-wrap {
  display: inline-block;
}
.time-log-modal-wrap .time-log-modal .title-wrap .info,
.time-log-modal-wrap .time-log-modal .title-wrap .title {
  display: block;
  color: #313355;
  line-height: normal;
}
.time-log-modal-wrap .time-log-modal .title-wrap .info {
  font-size: 14px;
}
.time-log-modal-wrap .time-log-modal .title-wrap .title {
  font-size: 16px;
  font-weight: bold;
}
.time-log-modal-wrap .time-log-modal .title-wrap .time {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #fe5a5f;
  font-family: Rubik;
}
.time-log-modal-wrap .time-log-modal .title-wrap.border-bottom {
  border-bottom: 1px solid #e8e8ef;
}
.time-log-modal-wrap .time-log-modal .name-wrap {
  padding-top: 18px;
}
.time-log-modal-wrap .time-log-modal .name-wrap .heading,
.time-log-modal-wrap .time-log-modal .name-wrap .data {
  font-family: Rubik;
  font-weight: 500;
  line-height: normal;
  color: #313355;
}
.time-log-modal-wrap .time-log-modal .name-wrap .heading {
  font-size: 18px;
  display: inline-block;
}
.time-log-modal-wrap .time-log-modal .name-wrap .data {
  float: right;
  display: block;
  font-size: 15px;
  padding-top: 3px;
}
.time-log-table.table {
  width: 100%;
  border: solid 1.5px #e8e8ef;
}
.time-log-table.table > thead > tr > th,
.time-log-table.table > tbody > tr > th,
.time-log-table.table > thead > tr > td,
.time-log-table.table > tbody > tr > td {
  font-size: 15px;
  border-bottom: 0;
  padding: 14px 10px;
  font-weight: normal;
  white-space: normal;
  font-family: Rubik;
  line-height: normal;
  color: #313355;
  border-left: 1px solid #e8e8ef;
}
.time-log-table.table > thead > tr > th {
  background-color: #f4f4f7;
}
.time-log-table.table > tbody > tr {
  border-left: 0;
  border-bottom: 0;
  background-image: none;
}
.time-log-table.table > tbody > tr > td {
  white-space: normal;
}
.assign-labours-modal-wrap .modal-dialog.modal-md {
  width: 683px;
}
@media only screen and (max-width: 767px) {
  .assign-labours-modal-wrap .modal-dialog.modal-md {
    width: 100%;
  }
}
.assign-labours-modal-wrap .modal-dialog .modal-header {
  border-bottom: 0;
  background-color: #e8e8ef;
}
.assign-labours-modal-wrap .modal-dialog .modal-header .modal-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: normal;
  color: #313355;
}
.assign-labours-modal-wrap .modal-dialog .modal-header .info {
  font-size: 11px;
  line-height: normal;
  color: #313355;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap {
  padding-bottom: 18px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .data-wrap {
  display: inline-block;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .data-wrap .info,
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .data-wrap .title {
  display: block;
  color: #313355;
  line-height: normal;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .data-wrap .info {
  font-size: 14px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .data-wrap .title {
  font-size: 16px;
  font-weight: bold;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .search-wrap {
  display: inline-block;
  float: right;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap .search-wrap.search_filter .form-control {
  min-width: 300px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .title-wrap.border-bottom {
  border-bottom: 1px solid #e8e8ef;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list {
  padding-top: 19px;
  margin-bottom: 36px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #e8e8ef;
  padding: 6px 12px;
  min-width: 293px;
  margin-bottom: 6px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item:nth-child(2n+1) {
  margin-right: 22px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item .title {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
  margin-bottom: 4px;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item .info {
  font-size: 12px;
  line-height: normal;
  color: #6e7088;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item .info.color-red {
  color: #ff9d93;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item.bg-dark {
  background: #313355;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item.bg-dark .title,
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item.bg-dark .info {
  color: #fff;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item .left-wrap {
  display: inline-block;
}
.assign-labours-modal-wrap .modal-dialog .modal-body .assign-labour-list-item .check-img {
  width: 15px;
  height: 12px;
  float: right;
  margin-top: 11px;
}
/* GIGO Request Approval */
.request-approval-btn-wrap {
  border-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  bottom: 0;
  width: 99%;
  text-align: right;
  position: absolute;
  padding: 15px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #ffffff;
}
/* GIGO Parts PO Order */
.lcr-detail-padd {
  border-radius: 4px;
  border-top-left-radius: 0;
  padding: 24px 16px 0px 16px;
  border: solid 1px #e8e8ef;
}
.grn-modal {
  padding: 0 30px!important;
}
@media only screen and (max-width: 990px) {
  .grn-modal {
    padding: 10px 15px!important;
  }
}
.grn-modal .modal-dialog {
  width: 99%;
  margin: 0 !important;
}
.grn-modal .modal-dialog .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.grn-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #fff;
}
.grn-modal .modal-dialog .modal-content .flex-row.grn-update .flex-col {
  padding: 0 15px;
  width: 20%;
}
@media only screen and (max-width: 990px) {
  .grn-modal .modal-dialog .modal-content .flex-row.grn-update .flex-col {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .grn-modal .modal-dialog .modal-content .flex-row.grn-update .flex-col {
    width: 50%;
  }
}
.grn-modal .modal-dialog .modal-content .form-group label {
  color: #fff;
}
.grn-modal .modal-dialog .modal-content .grn-update-label,
.grn-modal .modal-dialog .modal-content .grn-update-value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}
.grn-modal .modal-dialog .modal-content .grn-update-value {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* Schemes and Offers */
.form-template {
  left: 0;
  top: 75px;
  font-size: 14px;
  font-weight: 600;
  color: #3ab54b;
  position: absolute;
  line-height: normal;
  display: inline-block;
}
.form-template:hover {
  color: #3ab54b;
}
.form-template img {
  display: inline-block;
}
@media only screen and (max-width: 990px) {
  .scheme-view-wrap .title {
    font-size: 12px;
  }
}
.scheme-view-wrap .status {
  padding-right: 15px;
}
.scheme-table > tbody > tr > td:first-child {
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .multi-img-list {
    margin-top: 20px;
  }
}
.multi-img-list-item {
  margin-right: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 567px) {
  .multi-img-list-item {
    width: 49%;
    margin-right: 0;
  }
}
.multi-img-list-item:last-child {
  margin-right: 0;
}
.multi-img-list-item .info {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  padding-bottom: 10px;
}
.multi-img-list-item .value {
  display: block;
}
@media only screen and (max-width: 567px) {
  .multi-img-list-item .value img {
    display: block;
    margin: 0 auto !important;
  }
}
/* Service Tracking System */
.separate-page-wrap.web-tracking {
  display: block;
}
.separate-page-wrap.mobile-tracking {
  display: none;
}
@media only screen and (max-width: 990px) {
  .separate-page-wrap.web-tracking {
    display: none;
  }
  .separate-page-wrap.mobile-tracking {
    display: block;
  }
}
.service-content-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #1a3885;
}
.service-content-header-left {
  float: left;
}
.service-content-header-left .title {
  padding-top: 17px;
  margin-bottom: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1a3885;
}
.service-content-header-right {
  text-align: right;
}
.service-content-header-right .title {
  display: inline-block;
  margin-bottom: 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #1a3885;
}
.service-content-header-right .logo-img {
  height: 57px;
  width: 46px;
  display: inline-block;
  vertical-align: middle;
}
.service-content-detail-wrap {
  padding: 25px 0;
  border-bottom: 1px solid #989898;
}
.service-content-detail-wrap .detail-table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
.service-content-detail-wrap .detail-table > tbody > tr > td {
  font-family: Arial;
  font-size: 14px;
  line-height: normal;
  color: #212121;
  padding-bottom: 13px;
}
.service-content-detail-wrap .detail-table > tbody > tr > td:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}
.service-content-wrap {
  padding-top: 25px;
}
.service-content-wrap .service-title {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #212121;
  margin-bottom: 10px;
}
.service-content-wrap .service-title .text-green {
  color: #7cb342;
}
.service-content-wrap .service-info {
  font-family: Arial;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #757575;
  margin-bottom: 0;
}
.service-content-wrap .service-info .text-dark {
  color: #212121;
}
.tracking-list {
  margin-top: 49px;
}
.tracking-list-item {
  width: 9.6%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tracking-list-item:first-child:before {
  display: none;
}
.tracking-list-item:last-child:after {
  display: none;
}
.tracking-list-item:before,
.tracking-list-item:after {
  content: '';
  height: 4px;
  width: 50%;
  top: 10px;
  position: absolute;
  background-color: #d8d8d8;
}
.tracking-list-item:before {
  left: 0;
}
.tracking-list-item:after {
  left: 60%;
}
.tracking-list-item .track-line {
  position: relative;
}
.tracking-list-item .track-line:before {
  content: '';
  height: 24px;
  width: 24px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/content/track-empty.svg);
}
.tracking-list-item .title,
.tracking-list-item .value {
  display: block;
  font-family: Arial;
  line-height: normal;
  text-align: center;
  color: #212121;
}
.tracking-list-item .title {
  font-size: 14px;
  font-weight: bold;
  padding: 11px 20px 10px 19px;
}
.tracking-list-item .value {
  display: none;
  font-size: 12px;
  padding: 0 27px;
}
.tracking-list-item .value.pt-15 {
  padding-top: 15px;
}
.tracking-list-item.color-green:before {
  background-color: #7cb342;
}
.tracking-list-item.color-green:after {
  background-color: #7cb342;
}
.tracking-list-item.color-green .track-line:before {
  background-image: url(../img/content/track-filled.svg);
}
.tracking-list-item.color-green .value {
  display: block;
}
.tracking-list-item.color-yellow:after {
  background-color: #ffd600;
}
.tracking-list-item.color-yellow:after {
  content: '';
  width: 50%;
  height: 4px;
  top: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(12px);
}
/* GIGO Service Tracking System Mobile */
.tracking-list-mob {
  margin-top: 30px;
}
.tracking-list-mob-item {
  height: 76px;
  display: block;
  position: relative;
}
.tracking-list-mob-item:before {
  content: '';
  left: 0;
  top: 10px;
  height: 24px;
  width: 24px;
  position: absolute;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/content/track-empty.svg);
}
.tracking-list-mob-item:after {
  content: '';
  width: 4px;
  height: 100%;
  top: 34px;
  left: 10px;
  position: absolute;
  background-color: #d8d8d8;
}
.tracking-list-mob-item:last-child:after {
  display: none;
}
.tracking-list-mob-item .right-wrap {
  display: inline-block;
  padding: 12px 0 18px 44px;
}
.tracking-list-mob-item .right-wrap .title,
.tracking-list-mob-item .right-wrap .value {
  display: block;
  font-family: Arial;
  line-height: normal;
  color: #212121;
  padding-bottom: 8px;
}
.tracking-list-mob-item .right-wrap .title {
  font-size: 14px;
  font-weight: bold;
}
.tracking-list-mob-item .right-wrap .value {
  display: none;
  font-size: 12px;
}
.tracking-list-mob-item.color-green:after {
  background-color: #7cb342;
}
.tracking-list-mob-item.color-green:before {
  background-image: url(../img/content/track-filled.svg);
}
.tracking-list-mob-item.color-green .value {
  display: block;
}
.tracking-list-mob-item.color-yellow:after {
  background-color: #d8d8d8;
  background-image: linear-gradient(#ffd600 50%, #d8d8d8 50%);
}
/* Feedback */
.feedback-content-list {
  padding-top: 10px;
}
.feedback-content-list-item {
  padding-top: 26px;
}
.feedback-content-list-item .feedback-label {
  display: block;
  font-family: Arial;
  font-size: 16px;
  line-height: normal;
  color: #212121;
}
.feedback-content-list-item .feedback-label.pt-25 {
  padding-top: 25px;
}
.feedback-content-list-item .feedback-value {
  display: block;
  font-family: Arial;
  padding-top: 12px;
  padding-left: 16px;
}
.feedback-content-list-item .feedback-value .common-radio-button {
  line-height: normal;
}
/* Parts Request List */
.stock-item-green {
  background-color: #81C784;
}
.stock-item-yellow {
  background-color: #FFF59D;
}
.stock-item-red {
  background-color: #FF8A65;
}
/* VIMS Bank Debit */
.service-detail-modal.modal-center .modal-header {
  padding: 26px;
  border-bottom: 0;
  padding-bottom: 0;
}
.service-detail-modal.modal-center .modal-header .modal-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #2b3748;
  padding-bottom: 8px;
}
.service-detail-modal.modal-center .modal-header .modal-info {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #555555;
}
.service-detail-modal .modal-body {
  padding: 9px 26px;
}
.service-detail-info-img {
  margin: 0 auto;
  cursor: pointer;
}
/* Page Not Found */
.page-not-found-wrap {
  position: relative;
  min-height: calc(100vh - 40px) !important;
}
.page-not-found-wrap .page-not-found-img {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  transform: translateY(-50%);
}
@media only screen and (max-width: 567px) {
  .page-not-found-wrap .page-not-found-img {
    width: 200px;
  }
}
/* TDS Form Page */
.digital-sign {
  height: auto;
  max-width: 100%;
  border: 1px solid #bcc3cb;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* Payment Success Page */
.separate-page-wrap.payment-wrap {
  padding: 0;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 767px) {
  .separate-page-wrap.payment-wrap {
    background-color: #fff;
  }
}
.separate-content-wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  padding: 20px 26px;
}
@media only screen and (max-width: 767px) {
  .separate-content-wrap {
    padding: 16px 8px;
  }
}
.separate-content-wrap .payment-logo {
  border-bottom: 0;
  padding-bottom: 26px;
}
.separate-content-wrap .payment-logo img {
  margin: 0 auto;
}
.separate-content-wrap .payment-logo .logo-img {
  margin-bottom: 35px;
}
.separate-content-wrap .payment-details-wrap {
  padding: 1px 20px 0 20px;
  margin: 0 auto;
  max-width: 600px;
  border-radius: 15px;
  -ms-box-shadow: 0 0px 4px #d0d0d0;
  -o-box-shadow: 0 0px 4px #d0d0d0;
  box-shadow: 0 0px 4px #d0d0d0;
}
.separate-content-wrap .payment-details-wrap .payment-details {
  padding-top: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8eaed;
}
.separate-content-wrap .payment-details-wrap .payment-details:last-child {
  border-bottom: 0;
}
.separate-content-wrap .payment-details-wrap .payment-details .info,
.separate-content-wrap .payment-details-wrap .payment-details .title {
  display: block;
  font-size: 16px;
  line-height: normal;
  font-weight: bold;
}
.separate-content-wrap .payment-details-wrap .payment-details .info-wrap .info {
  color: #202124;
  padding-bottom: 2px;
}
.separate-content-wrap .payment-details-wrap .payment-details .info-wrap .title {
  color: #34a853;
}
.separate-content-wrap .payment-details-wrap .payment-details .info-wrap .title.title-red {
  color: #f44336;
  padding-bottom: 0;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .amount {
  display: inline-block;
  padding-right: 44px;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .info {
  color: #202124;
  padding-bottom: 2px;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .title {
  color: #5f6368;
  font-size: 14px;
  font-weight: normal;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .btn-wrap {
  float: right;
  vertical-align: top;
  display: inline-block;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .btn-wrap .btn-blue {
  font-size: 14px !important;
  color: #0047bb;
  border-color: #0047bb;
  font-weight: normal;
}
.separate-content-wrap .payment-details-wrap .payment-details .amount-wrap .btn-wrap .btn-blue:hover {
  color: #fff;
  border-color: #0047bb;
  background-color: #0047bb;
}
.separate-content-wrap .payment-details-wrap .payment-details .table-wrap table {
  width: 100%;
}
.separate-content-wrap .payment-details-wrap .payment-details .table-wrap table > tbody > tr > td {
  color: #5f6368;
  font-size: 14px;
  padding-bottom: 12px;
}
.separate-content-wrap .payment-details-wrap .payment-details .table-wrap table > tbody > tr > td:last-child {
  color: #202124;
  padding-left: 5px;
  text-align: right;
}
.separate-content-wrap .payment-details-wrap .payment-details .table-wrap table > tbody > tr:last-child > td {
  padding-bottom: 0;
}
/* TVS ONE */
/* Initiate Request */
.separate-form-list {
  display: flex;
  margin-bottom: 26px;
}
.separate-form-list-item {
  width: 50%;
  padding: 18px 12px;
  border-radius: 8px;
  border: solid 1px #e8e8ef;
  background-color: #fff;
}
.separate-form-list-item:first-child {
  margin-right: 8px;
}
.separate-form-list-item:last-child {
  margin-left: 8px;
}
.separate-form-list-item.field-wrap {
  align-items: center;
  display: flex;
}
.separate-form-list-item.field-wrap .form-control {
  min-width: 320px;
}
.separate-form-list-item.info-wrap .info {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
  margin-bottom: 8px;
}
.separate-form-list-item.info-wrap .info.mb-0 {
  margin-bottom: 0;
}
.separate-form-list-item.info-wrap .title {
  color: #313355;
}
@media only screen and (max-width: 990px) {
  .separate-form-list-item.field-wrap .form-control {
    min-width: 280px;
  }
  .separate-form-list-item.field-wrap .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .separate-form-list {
    display: block;
  }
  .separate-form-list-item {
    width: 100%;
  }
  .separate-form-list-item:first-child {
    margin-right: 0px;
  }
  .separate-form-list-item:last-child {
    margin-top: 10px;
    margin-left: 0px;
  }
}
/* Form Search */
.form-search {
  position: relative;
  display: inline-block;
}
.form-search:before {
  content: "\f375";
  display: inline-block;
  color: #bcc3cb;
  font-family: "Ionicons";
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form-search .form-control {
  right: 30px;
}
/* Customer Loan Modal */
.customer-loan-modal .modal-header {
  margin: 0;
  padding: 20px 18px;
  border-color: #e0e0e0;
}
.customer-loan-modal .modal-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fd7044;
  text-transform: capitalize;
}
.customer-loan-modal .modal-subtitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.88;
  color: #2b3748;
  margin-bottom: 0;
}
/* Quote Flex */
@media only screen and (max-width: 767px) {
  .quote-flex-row .flex-col-9 {
    border-right: 1px solid #efefef;
  }
}
.quote-flex-row .border-right {
  border-right: 1px solid #efefef;
}
/* Upload Button Blue */
.upload-blue .imageuploadify .imageuploadify-images-list button.btn-default {
  background-color: #0047bb;
  background-image: none;
}
/* TVS One Payment Confirmation Page */
.payment-confirmation-wrap {
  padding: 0 !important;
}
.payment-confirmation-wrap .service-content-header.confirm-order {
  font-size: 18px;
  color: #202124;
  font-weight: bold;
  border-bottom: 0;
  padding: 0px 0 22px 0;
}
.payment-confirmation-wrap .service-content-header.confirm-order img {
  display: inline-block;
  margin-right: 13px;
}
.payment-confirmation-wrap .service-content-header.confirm-order .logo-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.payment-confirmation-wrap .information-wrap {
  -ms-box-shadow: 0 0px 4px #d0d0d0;
  -o-box-shadow: 0 0px 4px #d0d0d0;
  box-shadow: 0 0px 4px #d0d0d0;
  border-radius: 4px;
  margin-bottom: 21px;
}
.payment-confirmation-wrap .information-wrap-list {
  margin-bottom: 0;
}
.payment-confirmation-wrap .information-wrap-list-item {
  padding: 16px;
  border-bottom: 1px solid #e8eaed;
}
.payment-confirmation-wrap .information-wrap-list-item:last-child {
  border-bottom: 0;
}
.payment-confirmation-wrap .information-wrap .left-wrap {
  width: 65%;
  display: inline-block;
}
.payment-confirmation-wrap .information-wrap .right-wrap {
  width: 34%;
  text-align: right;
  display: inline-block;
}
@media only screen and (max-width: 567px) {
  .payment-confirmation-wrap .information-wrap .left-wrap {
    width: 70%;
  }
  .payment-confirmation-wrap .information-wrap .right-wrap {
    width: 28%;
  }
}
.payment-confirmation-wrap .information-wrap .title,
.payment-confirmation-wrap .information-wrap .sub-title,
.payment-confirmation-wrap .information-wrap .info {
  font-size: 14px;
  color: #202124;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0;
}
.payment-confirmation-wrap .information-wrap .title {
  font-weight: bold;
  padding-bottom: 2px;
}
.payment-confirmation-wrap .information-wrap .sub-title {
  color: #5f6368;
  padding-bottom: 4px;
}
.payment-confirmation-wrap .information-wrap .qty {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #202124;
  padding: 8px;
  border: 1px solid #e8e8e8;
  background-color: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 8px;
}
.payment-confirmation-wrap .information-wrap .qty .qty-input {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 567px) {
  .payment-confirmation-wrap .information-wrap .qty .qty-input {
    width: 100px;
  }
}
.payment-confirmation-wrap .information-wrap .value {
  display: block;
  font-size: 14px;
  color: #202124;
  font-weight: bold;
  padding-bottom: 2px;
}
.payment-confirmation-wrap .information-wrap .tax {
  font-size: 10px;
  color: #202124;
}
.payment-confirmation-wrap .title {
  color: #bdc1c6;
  font-size: 14px;
  margin-bottom: 14px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.payment-confirmation-wrap .price-table {
  width: 100%;
  margin-bottom: 21px;
}
.payment-confirmation-wrap .price-table > tbody > tr > td {
  font-size: 14px;
  padding-bottom: 12px;
  color: #5f6368;
}
.payment-confirmation-wrap .price-table > tbody > tr > td:last-child {
  color: #202124;
  text-align: right;
}
.payment-confirmation-wrap .price-table > tfoot {
  border-top: 1px dashed #989898;
  border-bottom: 1px dashed #989898;
}
.payment-confirmation-wrap .price-table > tfoot > tr > td {
  padding: 7.5px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.payment-confirmation-wrap .price-table > tfoot > tr > td:last-child {
  text-align: right;
}
.payment-confirmation-wrap .btn {
  width: 100%;
  margin-top: 26px;
  height: 46px;
}
@media only screen and (max-width: 768px) {
  .payment-confirmation-wrap .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    padding: 17px 17px 16px 17px;
    border-radius: 0 !important;
  }
}
.payment-confirmation-wrap .btn.btn-blue {
  background-color: #0047bb;
}
.payment-confirmation-wrap .btn.btn-blue:hover {
  background-color: #003284;
}
.payment-confirmation-wrap .btn.btn-green {
  background-color: #34a853 !important;
}
.payment-confirmation-wrap .btn.btn-green:hover {
  background-color: #2ebd54 !important;
}
.payment-confirmation-wrap .common-radio-button {
  line-height: 1;
}
.payment-confirmation-wrap .cart-wrap {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}
.payment-confirmation-wrap .cart-wrap .items {
  font-size: 12px;
  color: #202124;
  font-weight: bold;
  margin-bottom: 16px;
}
.payment-confirmation-wrap .cart-wrap .items span {
  float: right;
}
.payment-confirmation-wrap .cart-wrap .cart-list {
  margin-bottom: 0;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item {
  position: relative;
  margin-bottom: 16px;
  -ms-box-shadow: 0 0px 4px #d0d0d0;
  -o-box-shadow: 0 0px 4px #d0d0d0;
  box-shadow: 0 0px 4px #d0d0d0;
  border-radius: 8px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item:last-child {
  margin-bottom: 0;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .content-info {
  display: flex;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .left-wrap {
  padding: 0px;
  vertical-align: top;
  display: unset;
  background-color: #f5f8fc;
  width: 121px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px;
  border-radius: 8px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap {
  width: 100%;
  text-align: left;
  padding: 12px 12px 12px 0;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap .left-content {
  display: inline-block;
  margin-top: 12px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap .left-content .qty {
  margin-bottom: 0;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap .right-content {
  display: inline-block;
  float: right;
  margin-top: 12px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap .right-content .discount-value {
  color: #5f6368;
  font-size: 12px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .right-wrap .right-content .discount-value span {
  text-decoration: line-through;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .bottom-wrap {
  border-top: 1px solid #e8eaed;
  padding: 12px;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .bottom-wrap .info {
  color: #202124;
  font-size: 11px;
  display: inline-block;
  float: right;
  padding-top: 3px;
}
@media only screen and (max-width: 400px) {
  .payment-confirmation-wrap .cart-wrap .cart-list-item .bottom-wrap .info {
    display: block;
    float: unset;
    text-align: right;
  }
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .bottom-wrap .value {
  color: #5f6368;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 0;
  margin: 0;
  font-weight: normal;
}
.payment-confirmation-wrap .cart-wrap .cart-list-item .delete-img {
  position: absolute;
  right: 18px;
  top: 18px;
}
/* Import Css files */
/* Less Important */
/* Import Less File */
/* =================================================================== 
						Radio CSS
======================================================================*/
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before,
.radio input[type="radio"] + .radio-label:after {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #fd7044;
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"] + .radio-label:after {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  margin-right: 0;
  -moz-transform: translateY(1px);
}
.modal.filter .radio input[type="radio"] + .radio-label:after {
  top: 2.5px;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #fd7044;
  box-shadow: inset 0 0 0 4px #fd7044;
}
.radio input[type="radio"]:checked + .radio-label:after {
  width: 12px;
  height: 12px;
  border-width: 3px;
  border-color: #000;
  top: 7px;
  left: 7px;
  transition: all 250ms ease;
}
.modal.filter .radio input[type="radio"]:checked + .radio-label:after {
  top: 7.5px;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #fd7044;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
/* Customized */
.radio {
  margin: 0px 0 0;
  border: 1px solid transparent;
  padding: 8px 12px 10px 20px;
  border-radius: 25px;
  display: inline-block;
}
.radio label {
  padding-left: 0;
  font-size: 13px;
}
.form-group .radio label {
  margin-left: 0;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.radio + .radio {
  margin-top: 0;
}
.radio input[type="radio"] + .radio-label:before {
  vertical-align: middle;
  top: 0;
  margin-right: 20px;
}
/* Info Radio */
.info-radio .custom-radio-select {
  background: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.info-radio .custom-radio-select.custom-radio-primary input[type="radio"]:not(:checked) + label {
  background: #ffffff;
  color: #fd7044;
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid #fd7044;
  opacity: 1;
}
.info-radio .custom-radio-select.custom-radio-primary input[type="radio"]:checked + label {
  background-color: #fd7044;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px 20px;
  line-height: 1.6;
  opacity: 1;
}
.info-radio .custom-radio-select.custom-radio-red input[type="radio"]:not(:checked) + label {
  background: #ffffff;
  color: #ea4335;
  padding: 7px 20px;
  border-radius: 30px;
  border: 1px solid #ea4335;
  opacity: 1;
}
.info-radio .custom-radio-select.custom-radio-red input[type="radio"]:checked + label {
  background-color: #ea4335;
  color: #ffffff;
  border-radius: 30px;
  padding: 7px 20px;
  line-height: 1.6;
  opacity: 1;
}
/* =================================================================== 
						Custom Radio Select
======================================================================*/
.custom-radio-select {
  display: inline-block;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.radio-block .custom-radio-select {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.custom-radio-select input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.custom-radio-select input[type="radio"] + label {
  position: relative;
  padding: 13px 20px;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  color: #B3335F;
  background-color: #fff;
  margin-bottom: 0;
}
.radio-block .custom-radio-select input[type="radio"] + label {
  border-radius: 25px;
  background-color: #bcc3cb;
  color: #fff;
  min-width: 112px;
}
.radio-block .custom-radio-select input[type="radio"] + label.radio-label {
  padding: 6px 14px;
  font-size: 12px;
}
.custom-radio-select input[type="radio"]:checked + label {
  color: #fff;
  opacity: 1;
  background-color: #7ed321;
}
.radio-block .custom-radio-select input[type="radio"]:checked + label {
  background-color: #ea4335;
}
.custom-radio-select input[type="radio"]:not(:checked) + label {
  color: #B3335F;
  opacity: 0.5;
  background-color: #fff;
}
.radio-block .custom-radio-select input[type="radio"]:not(:checked) + label {
  opacity: 1;
  background-color: #bcc3cb;
  color: #fff;
}
.custom-radio-select label {
  border-radius: 5px;
}
.custom-radio-select label:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-radio-select label:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Common Radio Button */
.common-radio-button {
  line-height: 40px;
}
.common-radio-button.flex {
  display: inline-block;
}
.common-radio-button.type-sm {
  line-height: 32px;
}
.common-radio-button [type="radio"]:checked,
.common-radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.common-radio-button [type="radio"]:checked + label,
.common-radio-button [type="radio"]:not(:checked) + label {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  cursor: pointer;
  line-height: normal;
  letter-spacing: normal;
  color: #767676;
  display: inline-block;
  margin-bottom: 0;
}
.common-radio-button [type="radio"]:checked + label:before,
.common-radio-button [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-color: #9697a9;
  border-radius: 100%;
}
.common-radio-button [type="radio"]:checked + label:after,
.common-radio-button [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #313355;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.common-radio-button [type="radio"]:checked + label::before {
  background-color: #e26153;
}
.common-radio-button [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.common-radio-button [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.common-radio-button.type-2 [type="radio"]:checked + label:before,
.common-radio-button.type-2 [type="radio"]:not(:checked) + label:before {
  border: 1px solid #979797;
  background-color: transparent;
}
.common-radio-button.type-2 [type="radio"]:checked + label:after,
.common-radio-button.type-2 [type="radio"]:not(:checked) + label:after {
  border: 1px solid #333333;
  background-color: #333333;
}
.common-radio-button.type-2 [type="radio"]:checked + label::before {
  background-color: #d8d8d8;
}
.common-radio-button.type-3 [type="radio"]:checked + label,
.common-radio-button.type-3 [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  line-height: 1.5;
}
.common-radio-button.type-3 [type="radio"]:checked + label:before,
.common-radio-button.type-3 [type="radio"]:not(:checked) + label:before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../img/content/radio/inactive.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common-radio-button.type-3 [type="radio"]:checked + label:after,
.common-radio-button.type-3 [type="radio"]:not(:checked) + label:after {
  display: none;
}
.common-radio-button.type-3 [type="radio"]:checked + label::before {
  background-image: url("../img/content/radio/active.svg");
}
.common-radio-button.type-3.radio-blue [type="radio"]:checked + label:before,
.common-radio-button.type-3.radio-blue [type="radio"]:not(:checked) + label:before {
  background-image: url("../img/content/radio/blue-inactive.svg");
}
.common-radio-button.type-3.radio-blue [type="radio"]:checked + label::before {
  background-image: url("../img/content/radio/blue-active.svg");
}
.common-radio-button.type-4 [type="radio"]:checked + label,
.common-radio-button.type-4 [type="radio"]:not(:checked) + label {
  padding-left: 23px;
  line-height: normal;
}
.common-radio-button.type-4 [type="radio"]:checked + label:before,
.common-radio-button.type-4 [type="radio"]:not(:checked) + label:before {
  width: 16px;
  height: 16px;
  top: 1px;
  background-color: transparent;
  background-image: url("../img/content/radio/unchecked.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.common-radio-button.type-4 [type="radio"]:checked + label:after,
.common-radio-button.type-4 [type="radio"]:not(:checked) + label:after {
  display: none;
}
.common-radio-button.type-4 [type="radio"]:checked + label .rd-focused,
.common-radio-button.type-4 [type="radio"]:not(:checked) + label .rd-focused {
  top: 1px;
  left: 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  display: inline-block;
  background-color: rgba(253, 112, 68, 0.46);
  transform: scale(1.5);
  transition: all 0.5s;
  border-radius: 50%;
  opacity: 0;
  z-index: 0;
}
.common-radio-button.type-4 [type="radio"]:checked + label::before {
  background-image: url("../img/content/radio/checked.svg");
}
.common-radio-button.type-4 [type="radio"]:focus + label .rd-focused {
  opacity: 1;
  transition: all 0.5s;
}
.common-radio-button.type-5 [type="radio"]:checked + label,
.common-radio-button.type-5 [type="radio"]:not(:checked) + label {
  padding-left: 35px;
  line-height: 2;
}
.common-radio-button.type-5 [type="radio"]:checked + label:before,
.common-radio-button.type-5 [type="radio"]:not(:checked) + label:before {
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common-radio-button.type-5 [type="radio"]:checked + label:after,
.common-radio-button.type-5 [type="radio"]:not(:checked) + label:after {
  display: none;
}
.common-radio-button.type-5 [type="radio"]:checked + label.check-yes::before,
.common-radio-button.type-5 [type="radio"]:not(:checked) + label.check-yes::before {
  background-image: url("../img/content/radio/checkbox-yes.svg");
}
.common-radio-button.type-5 [type="radio"]:checked + label.check-no::before,
.common-radio-button.type-5 [type="radio"]:not(:checked) + label.check-no::before {
  background-image: url("../img/content/radio/checkbox-no.svg");
}
.common-radio-button.type-5 [type="radio"]:checked + label.check-yes::before {
  background-image: url("../img/content/radio/checkbox-yes-active.svg");
}
.common-radio-button.type-5 [type="radio"]:checked + label.check-no::before {
  background-image: url("../img/content/radio/checkbox-no-active.svg");
}
/* Star Rating */
.rating {
  float: left;
}
.rating input {
  display: none;
}
.rating input:checked ~ label {
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-image: url("../img/content/radio/star-filled.svg");
}
.rating input:checked ~ label::before {
  display: none;
}
.rating label {
  float: right;
  margin-bottom: 0;
  margin-right: 8px;
  cursor: pointer;
}
.rating label:before {
  content: '';
  display: block;
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-image: url("../img/content/radio/star-unfilled.svg");
}
/* Table Radio */
.table-radio [type="radio"]:checked,
.table-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.table-radio [type="radio"]:checked + label,
.table-radio [type="radio"]:not(:checked) + label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url("../img/content/radio/inactive.svg");
  border-radius: 50%;
}
.table-radio [type="radio"]:checked + label {
  background-image: url("../img/content/radio/active.svg");
}
/* Color Radio Group */
.color-radio-item {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.lh .color-radio-item {
  line-height: 40px;
}
.color-radio-item [type="radio"]:checked,
.color-radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.color-radio-item [type="radio"]:checked + label,
.color-radio-item [type="radio"]:not(:checked) + label {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  border-radius: 50%;
}
.color-radio-item [type="radio"]:checked + label.radio-good::before,
.color-radio-item [type="radio"]:not(:checked) + label.radio-good::before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-good-inactive.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: unset;
}
.color-radio-item [type="radio"]:checked + label.radio-average,
.color-radio-item [type="radio"]:not(:checked) + label.radio-average {
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-average-inactive.svg");
  transition: unset;
}
.color-radio-item [type="radio"]:checked + label.radio-bad,
.color-radio-item [type="radio"]:not(:checked) + label.radio-bad {
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-bad-inactive.svg");
  transition: unset;
}
.color-radio-item [type="radio"]:checked + label.radio-good::before {
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-good-active.svg");
  transition: unset;
}
.color-radio-item [type="radio"]:checked + label.radio-average {
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-average-active.svg");
  transition: unset;
}
.color-radio-item [type="radio"]:checked + label.radio-bad {
  background-color: transparent;
  background-image: url("../img/content/radio/color-radio/radio-bad-active.svg");
  transition: unset;
}
.color-radio-item + .color-radio-item {
  padding-left: 40px;
}
/* Radio Choice */
.radio-choice [type="radio"]:checked,
.radio-choice [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-choice [type="radio"]:checked + label,
.radio-choice [type="radio"]:not(:checked) + label {
  font-size: 14px;
  cursor: pointer;
  padding: 4px 12px 3px;
  position: relative;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Rubik', sans-serif;
  color: #313355;
  background-color: #ffffff;
  border: 1px solid #e8e8ef;
  transition: all 0.5s;
  border-radius: 12px;
}
.radio-choice [type="radio"]:checked + label {
  background-color: rgba(49, 51, 85, 0.14);
  transition: all 0.5s;
}
/* Import Less File */
/* =================================================================== 
                        NAVIGATION MENU
======================================================================*/
/* Check Box */
.checkbox {
  position: relative;
  margin: 16px 0;
}
.login-page .checkbox {
  line-height: 1;
}
.checkbox label {
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  padding-left: 30px;
}
.checkbox label:after,
.checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #fd7044;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.checkbox.radius-five label {
  /*  padding-top: 7px; */
}
.checkbox.radius-five label:before {
  border-radius: 5px;
}
.checkbox input[type="checkbox"] {
  outline: 0;
  margin-left: 3px;
  margin-right: 0;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  top: 2px;
}
.checkbox.parent {
  padding: 12px;
  border-radius: 5px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.checkbox.parent > input[type="checkbox"] {
  top: 17px;
}
.checkbox.parent > label {
  font-size: 16px;
  font-weight: 600;
  color: #aaaaaa;
}
.checkbox.parent > label::before {
  top: 16px;
  left: 12px;
}
.checkbox.parent .checkbox.parent {
  padding: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.checkbox.parent .checkbox.parent > input[type="checkbox"] {
  top: 7px;
}
.checkbox.parent .checkbox.parent > label:before {
  top: 6px;
  left: 1px;
  width: 18px;
  height: 18px;
}
.checkbox.parent .checkbox.parent .checkbox input[type="checkbox"] {
  margin-top: 0;
  margin-left: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.checkbox.parent .checkbox.parent .checkbox > label:before {
  width: 15px;
  height: 15px;
  top: 8px;
}
.checkbox input[type="checkbox"]:checked + label {
  color: #2b3748;
}
.parent.checkbox input[type="checkbox"]:checked + label {
  color: #2b3748;
}
.checkbox input[type="checkbox"]:checked + label:before {
  background: #fd7044;
  border: none;
}
.checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg);
  top: 6px;
  left: 4px;
  width: 12px;
  height: 6px;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox.parent > input[type="checkbox"]:checked + label::after {
  top: 21px;
  left: 16px;
}
.checkbox.parent .checkbox.parent > input[type="checkbox"]:checked + label::after {
  top: 11px;
  left: 5px;
  width: 10px;
  height: 5px;
}
.checkbox.parent .checkbox.parent .checkbox > input[type="checkbox"]:checked + label::after {
  left: 3px;
  top: 12px;
  width: 9px;
  height: 5px;
}
.checkbox.parent::before,
.checkbox.parent::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.checkbox.parent::after {
  clear: both;
}
.checkbox .checkbox {
  margin: 10px 0;
}
.checkbox .checkbox .checkbox {
  float: left;
  width: 25%;
  margin: 0;
}
.checkbox .checkbox .checkbox label {
  font-size: 13px;
  min-height: auto;
  vertical-align: middle;
}
.checkbox .checkbox .checkbox .checkbox {
  width: 100%;
}
.checkbox .checkbox .checkbox .checkbox label {
  font-size: 12px;
}
.checkbox .single .checkbox .checkbox {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .checkbox .single .checkbox .checkbox {
    width: 100%;
  }
}
.checkbox-set .checkbox:first-child {
  margin-top: 0;
}
.checkbox-set .checkbox-set {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .checkbox-set .checkbox-set {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox-set .checkbox-set .checkbox {
    display: block;
    float: none;
  }
}
.checkbox-set .checkbox-set .checkbox:first-child {
  margin-top: 10px;
}
.checkbox-set .checkbox-set.single {
  padding-left: 0;
}
.checkbox-set .checkbox-set::before,
.checkbox-set .checkbox-set::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.checkbox-set .checkbox-set::after {
  clear: both;
}
.checkbox-set .checkbox-set .checkbox-set {
  width: 70%;
  float: right;
  padding-left: 0;
}
.checkbox-set .checkbox-set .checkbox-set .checkbox:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .checkbox-set .checkbox-set .checkbox-set {
    float: none;
    width: 100%;
    padding-left: 20px;
  }
}
.checkbox-set .checkbox-set .checkbox-set .checkbox-set {
  width: 100%;
  padding-left: 30px;
}
/* Table Check Box */
.table > thead > tr > th.table-checkbox input[type="checkbox"],
.table > tbody > tr > th.table-checkbox input[type="checkbox"],
.table > tfoot > tr > th.table-checkbox input[type="checkbox"],
.table > thead > tr > td.table-checkbox input[type="checkbox"],
.table > tbody > tr > td.table-checkbox input[type="checkbox"],
.table > tfoot > tr > td.table-checkbox input[type="checkbox"] {
  display: none;
}
.table > thead > tr > th.table-checkbox input[type="checkbox"] + label,
.table > tbody > tr > th.table-checkbox input[type="checkbox"] + label,
.table > tfoot > tr > th.table-checkbox input[type="checkbox"] + label,
.table > thead > tr > td.table-checkbox input[type="checkbox"] + label,
.table > tbody > tr > td.table-checkbox input[type="checkbox"] + label,
.table > tfoot > tr > td.table-checkbox input[type="checkbox"] + label {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.table > thead > tr > th.table-checkbox input[type="checkbox"] + label::before,
.table > tbody > tr > th.table-checkbox input[type="checkbox"] + label::before,
.table > tfoot > tr > th.table-checkbox input[type="checkbox"] + label::before,
.table > thead > tr > td.table-checkbox input[type="checkbox"] + label::before,
.table > tbody > tr > td.table-checkbox input[type="checkbox"] + label::before,
.table > tfoot > tr > td.table-checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border: 1px solid #979797;
  border-radius: 3px;
}
.table > thead > tr > th.table-checkbox input[type="checkbox"] + label::after,
.table > tbody > tr > th.table-checkbox input[type="checkbox"] + label::after,
.table > tfoot > tr > th.table-checkbox input[type="checkbox"] + label::after,
.table > thead > tr > td.table-checkbox input[type="checkbox"] + label::after,
.table > tbody > tr > td.table-checkbox input[type="checkbox"] + label::after,
.table > tfoot > tr > td.table-checkbox input[type="checkbox"] + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 8px;
  height: 4px;
  transform: rotate(-45deg);
  border: 1px solid #fd7044;
  border-top-style: none;
  border-right-style: none;
  opacity: 0;
}
.table > thead > tr > th.table-checkbox input[type="checkbox"]:checked + label::before,
.table > tbody > tr > th.table-checkbox input[type="checkbox"]:checked + label::before,
.table > tfoot > tr > th.table-checkbox input[type="checkbox"]:checked + label::before,
.table > thead > tr > td.table-checkbox input[type="checkbox"]:checked + label::before,
.table > tbody > tr > td.table-checkbox input[type="checkbox"]:checked + label::before,
.table > tfoot > tr > td.table-checkbox input[type="checkbox"]:checked + label::before {
  border-color: #fd7044;
}
.table > thead > tr > th.table-checkbox input[type="checkbox"]:checked + label::after,
.table > tbody > tr > th.table-checkbox input[type="checkbox"]:checked + label::after,
.table > tfoot > tr > th.table-checkbox input[type="checkbox"]:checked + label::after,
.table > thead > tr > td.table-checkbox input[type="checkbox"]:checked + label::after,
.table > tbody > tr > td.table-checkbox input[type="checkbox"]:checked + label::after,
.table > tfoot > tr > td.table-checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.table > thead > tr > th.table-checkbox.black-type input[type="checkbox"] + label,
.table > tbody > tr > th.table-checkbox.black-type input[type="checkbox"] + label,
.table > tfoot > tr > th.table-checkbox.black-type input[type="checkbox"] + label,
.table > thead > tr > td.table-checkbox.black-type input[type="checkbox"] + label,
.table > tbody > tr > td.table-checkbox.black-type input[type="checkbox"] + label,
.table > tfoot > tr > td.table-checkbox.black-type input[type="checkbox"] + label {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url('../img/content/checkbox/in-active.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.table > thead > tr > th.table-checkbox.black-type input[type="checkbox"] + label::before,
.table > tbody > tr > th.table-checkbox.black-type input[type="checkbox"] + label::before,
.table > tfoot > tr > th.table-checkbox.black-type input[type="checkbox"] + label::before,
.table > thead > tr > td.table-checkbox.black-type input[type="checkbox"] + label::before,
.table > tbody > tr > td.table-checkbox.black-type input[type="checkbox"] + label::before,
.table > tfoot > tr > td.table-checkbox.black-type input[type="checkbox"] + label::before {
  content: '';
  display: none;
}
.table > thead > tr > th.table-checkbox.black-type input[type="checkbox"] + label::after,
.table > tbody > tr > th.table-checkbox.black-type input[type="checkbox"] + label::after,
.table > tfoot > tr > th.table-checkbox.black-type input[type="checkbox"] + label::after,
.table > thead > tr > td.table-checkbox.black-type input[type="checkbox"] + label::after,
.table > tbody > tr > td.table-checkbox.black-type input[type="checkbox"] + label::after,
.table > tfoot > tr > td.table-checkbox.black-type input[type="checkbox"] + label::after {
  display: none;
}
.table > thead > tr > th.table-checkbox.black-type input[type="checkbox"]:checked + label,
.table > tbody > tr > th.table-checkbox.black-type input[type="checkbox"]:checked + label,
.table > tfoot > tr > th.table-checkbox.black-type input[type="checkbox"]:checked + label,
.table > thead > tr > td.table-checkbox.black-type input[type="checkbox"]:checked + label,
.table > tbody > tr > td.table-checkbox.black-type input[type="checkbox"]:checked + label,
.table > tfoot > tr > td.table-checkbox.black-type input[type="checkbox"]:checked + label {
  background-image: url('../img/content/checkbox/active.svg');
}
.table > thead > tr > th .table-checkbox,
.table > tbody > tr > th .table-checkbox,
.table > tfoot > tr > th .table-checkbox,
.table > thead > tr > td .table-checkbox,
.table > tbody > tr > td .table-checkbox,
.table > tfoot > tr > td .table-checkbox {
  /* display: inline-block; */
  line-height: 0;
}
.table > thead > tr > th .table-checkbox input[type="checkbox"],
.table > tbody > tr > th .table-checkbox input[type="checkbox"],
.table > tfoot > tr > th .table-checkbox input[type="checkbox"],
.table > thead > tr > td .table-checkbox input[type="checkbox"],
.table > tbody > tr > td .table-checkbox input[type="checkbox"],
.table > tfoot > tr > td .table-checkbox input[type="checkbox"] {
  display: none;
}
.table > thead > tr > th .table-checkbox input[type="checkbox"] + label,
.table > tbody > tr > th .table-checkbox input[type="checkbox"] + label,
.table > tfoot > tr > th .table-checkbox input[type="checkbox"] + label,
.table > thead > tr > td .table-checkbox input[type="checkbox"] + label,
.table > tbody > tr > td .table-checkbox input[type="checkbox"] + label,
.table > tfoot > tr > td .table-checkbox input[type="checkbox"] + label {
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url('../img/content/un-check.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.table > thead > tr > th .table-checkbox input[type="checkbox"]:checked + label,
.table > tbody > tr > th .table-checkbox input[type="checkbox"]:checked + label,
.table > tfoot > tr > th .table-checkbox input[type="checkbox"]:checked + label,
.table > thead > tr > td .table-checkbox input[type="checkbox"]:checked + label,
.table > tbody > tr > td .table-checkbox input[type="checkbox"]:checked + label,
.table > tfoot > tr > td .table-checkbox input[type="checkbox"]:checked + label {
  background-image: url('../img/content/check.svg');
}
.table > thead > tr > th .table-checkbox input[type="checkbox"]:disabled + label,
.table > tbody > tr > th .table-checkbox input[type="checkbox"]:disabled + label,
.table > tfoot > tr > th .table-checkbox input[type="checkbox"]:disabled + label,
.table > thead > tr > td .table-checkbox input[type="checkbox"]:disabled + label,
.table > tbody > tr > td .table-checkbox input[type="checkbox"]:disabled + label,
.table > tfoot > tr > td .table-checkbox input[type="checkbox"]:disabled + label {
  background-image: url('../img/content/check-disabled.svg');
}
/* Check Box Square & Star*/
.checkbox-square {
  display: inline-block;
  vertical-align: middle;
}
.checkbox-square input[type="checkbox"] {
  display: none;
}
.checkbox-square input[type="checkbox"] + label {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox-square input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  transition: background 0.3s;
}
.checkbox-square input[type="checkbox"] + label::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 7px;
  width: 16px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #bebebe;
  border-top-style: none;
  border-right-style: none;
  opacity: 1;
}
.checkbox-square input[type="checkbox"]:checked + label::before {
  border-color: #fd7044;
  background: #fd7044;
  color: #ffffff;
}
.checkbox-square input[type="checkbox"]:checked + label::after {
  opacity: 1;
  border: 2px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}
.checkbox-star {
  display: inline-block;
  vertical-align: middle;
}
.checkbox-star input[type="checkbox"] {
  display: none;
}
.checkbox-star input[type="checkbox"] + label {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox-star input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #bebebe;
  border-radius: 3px;
  background: #fff;
  transition: background 0.3s;
}
.checkbox-star input[type="checkbox"] + label::after {
  content: '*';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 8px;
  font-size: 30px;
  transform: rotate(0deg);
  color: #bebebe;
  border-top-style: none;
  border-right-style: none;
  opacity: 1;
}
.checkbox-star input[type="checkbox"]:checked + label::before {
  border-color: #fd7044;
  background: #fd7044;
  color: #ffffff;
}
.checkbox-star input[type="checkbox"]:checked + label::after {
  content: '*';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 8px;
  font-size: 30px;
  transform: rotate(0deg);
  border-top-style: none;
  border-right-style: none;
  opacity: 1;
  border: 0px solid #fff;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=checkbox],
  .form-inline .checkbox input[type=radio],
  .form-inline .radio input[type=radio] {
    position: absolute;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 30px;
  }
}
.common-checkbox {
  display: inline-block;
  line-height: 40px;
}
.common-checkbox input[type=checkbox]:checked,
.common-checkbox input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.common-checkbox input[type=checkbox]:checked + label,
.common-checkbox input[type=checkbox]:not(:checked) + label {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  padding-right: 15px;
  cursor: pointer;
  line-height: 20px;
  color: #767676;
  display: inline-block;
  margin-bottom: 0;
}
.common-checkbox input[type=checkbox]:checked + label::before,
.common-checkbox input[type=checkbox]:not(:checked) + label::before,
.common-checkbox input[type=checkbox]:checked + label::after,
.common-checkbox input[type=checkbox]:not(:checked) + label::after {
  content: '';
  position: absolute;
  display: inline-block;
  transition: all 350ms;
}
.common-checkbox input[type=checkbox]:checked + label::before,
.common-checkbox input[type=checkbox]:not(:checked) + label::before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #767676;
  background-color: #ffffff;
  border-radius: 2px;
}
.common-checkbox input[type=checkbox]:checked + label::after,
.common-checkbox input[type=checkbox]:not(:checked) + label::after {
  left: 6px;
  top: 1.4px;
  width: 6.66667px;
  height: 13.33333px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  /* opacity: 0; */
}
.common-checkbox input[type=checkbox]:checked + label::before {
  border-color: #fd7044;
  background-color: #fd7044;
  transition: all 350ms;
}
.common-checkbox.type-2 input[type=checkbox]:checked,
.common-checkbox.type-2 input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.common-checkbox.type-2 input[type=checkbox]:checked + label,
.common-checkbox.type-2 input[type=checkbox]:not(:checked) + label {
  color: #313355;
}
.common-checkbox.type-2 input[type=checkbox]:checked + label::before,
.common-checkbox.type-2 input[type=checkbox]:not(:checked) + label::before {
  border: 0;
  background-color: transparent;
  background-image: url("../img/content/checkbox/in-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: unset;
}
.common-checkbox.type-2 input[type=checkbox]:checked + label::after,
.common-checkbox.type-2 input[type=checkbox]:not(:checked) + label::after {
  display: none;
}
.common-checkbox.type-2 input[type=checkbox]:checked + label::before {
  background-color: transparent;
  background-image: url("../img/content/checkbox/active.svg");
  transition: unset;
}
.common-checkbox.type-3 {
  line-height: 36px;
}
.common-checkbox.type-3 input[type=checkbox]:checked,
.common-checkbox.type-3 input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.common-checkbox.type-3 input[type=checkbox]:checked + label,
.common-checkbox.type-3 input[type=checkbox]:not(:checked) + label {
  color: #fff;
}
.common-checkbox.type-3 input[type=checkbox]:checked + label::before,
.common-checkbox.type-3 input[type=checkbox]:not(:checked) + label::before {
  border: 0;
  background-color: transparent;
  background-image: url("../img/content/checkbox/in-active-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: unset;
}
.common-checkbox.type-3 input[type=checkbox]:checked + label::after,
.common-checkbox.type-3 input[type=checkbox]:not(:checked) + label::after {
  display: none;
}
.common-checkbox.type-3 input[type=checkbox]:checked + label::before {
  background-color: transparent;
  background-image: url("../img/content/checkbox/active-white.svg");
  transition: unset;
}
.common-checkbox.type-4 input[type=checkbox]:checked + label,
.common-checkbox.type-4 input[type=checkbox]:not(:checked) + label {
  padding-left: 24px;
  line-height: 1 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #555555;
}
.common-checkbox.type-4 input[type=checkbox]:checked + label::before,
.common-checkbox.type-4 input[type=checkbox]:not(:checked) + label::before {
  width: 14px;
  height: 14px;
}
.common-checkbox.type-4 input[type=checkbox]:checked + label:after,
.common-checkbox.type-4 input[type=checkbox]:not(:checked) + label:after {
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0;
  width: 4.7px;
  height: 9px;
  left: 5px;
  top: 1.4px;
}
.common-checkbox.type-4 input[type=checkbox]:checked + label::before {
  border-color: #fd7044;
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
/* Checklist Form & Item Wrap */
.checklist {
  /* Checklist Form Wrap */
  /* Checklist Item Wrap */
}
.checklist-form-ul {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.checklist-form-ul > li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.checklist-form-ul::before,
.checklist-form-ul::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.checklist-form-ul::after {
  clear: both;
}
.checklist-form-item {
  position: relative;
  padding-left: 35px;
  line-height: normal;
  letter-spacing: normal;
}
.checklist-form-item-wrap {
  padding: 18px 20px;
  background-color: #e8e8ef;
  line-height: 1;
}
.checklist-form-item input[type=checkbox]:checked,
.checklist-form-item input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.checklist-form-item input[type=checkbox]:checked + label,
.checklist-form-item input[type=checkbox]:not(:checked) + label {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #313355;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.checklist-form-item input[type=checkbox]:checked + label::before,
.checklist-form-item input[type=checkbox]:not(:checked) + label::before {
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/checkbox/in-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: unset;
}
.checklist-form-item input[type=checkbox]:checked + label::before {
  background-image: url("../img/content/checkbox/active.svg");
}
.checklist-form-item-control {
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #6e7088;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #6e7088;
  margin-top: 7px;
  margin-bottom: 13px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.checklist-form-item-control:focus {
  outline: none;
}
.checklist-form-item.type-2 input[type=checkbox]:checked + label,
.checklist-form-item.type-2 input[type=checkbox]:not(:checked) + label {
  font-weight: normal;
  color: #555555;
}
.checklist-form-content {
  line-height: normal;
  letter-spacing: normal;
}
.checklist-form-content-title {
  font-size: 16px;
  font-weight: bold;
  color: #313355;
}
.checklist-form-content-subtitle {
  font-size: 12px;
  color: #6e7088;
}
.checklist-item-wrap {
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 23px;
  background-color: #e8e8ef;
  opacity: 0.5;
}
.checklist-item-wrap.pad-big {
  padding: 20px 23px;
}
.checklist-item-wrap.active {
  opacity: 1;
}
.checklist-item-value {
  font-size: 16px;
  font-weight: bold;
  color: #313355;
  position: relative;
}
.checklist-item-value-sm {
  font-size: 12px;
  color: #6e7088;
  margin-top: 10px;
}
.checklist-item-value::after {
  top: 50%;
  right: 0;
  width: 28px;
  height: 20px;
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/icons/check-dark.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0;
}
.checklist-item-wrap.active .checklist-item-value::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .checklist-form-content-title {
    font-size: 14px;
  }
  .checklist-item {
    padding: 10px 15px;
  }
  .checklist-item-value {
    font-size: 14px;
  }
  .checklist-item-value-sm {
    font-size: 10px;
  }
}
@media only screen and (max-width: 567px) {
  .checklist-form-ul > li {
    width: 100%;
  }
}
/* Import Less File */
/*--------------------------------------------------------------------
						PAGE LOADER
----------------------------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pace.pace-active {
  background: #fff;
  opacity: 0.5;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fd7044;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c39f76, 0 0 5px #fcc915;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: solid 1px transparent;
  border-top-color: #fd7044;
  border-left-color: #fd7044;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  animation: pace-spinner 400ms linear infinite;
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Import Less File */
/* =================================================================== 
						NAVIGATION MENU
======================================================================*/
/* Select2 Custom */
.select2-container {
  width: 100%!important;
  border-radius: 5px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.select2-container--default .select2-selection--single {
  height: 40px;
  border-color: #bcc3cb;
  background-color: #ffffff;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 40px;
  color: #767676;
  font-weight: 600;
  outline: none;
  padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #bcc3cb transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  left: 0;
  margin-left: 0;
  top: 45%;
  transition: all 350ms;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 1px solid #fd7044;
}
.select2-container--default .select2-dropdown {
  border-color: #fd7044;
}
.select2-container--default .select2-dropdown .select2-search {
  outline: none;
}
.select2-container--default .select2-dropdown .select2-search:focus,
.select2-container--default .select2-dropdown .select2-search:active {
  outline: none;
}
.select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 4px 8px;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field {
  outline: none;
  border-radius: 4px;
  border-color: #fd7044;
}
.select2-container--default .select2-dropdown .select2-results__option {
  color: #2b3748;
  padding-left: 20px;
  margin-bottom: 3px;
}
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #fd7044;
  color: #ffffff;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted {
  background-color: #fd7044;
  color: #ffffff;
}
.select2-container--default .select2-dropdown .select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-container--default.select2-container--open .select2-selection--single {
  /* border-top-color: @color_primary;
              border-left-color: @color_primary;
              border-right-color: @color_primary;
              border-bottom-color: @color_primary; */
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  /* border-color: transparent transparent #fff transparent;
                      border-width: 0 8px 8px 8px; */
  border-color: #bcc3cb transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  left: 0;
  margin-left: 0;
  transform: rotate(180deg);
  transition: all 350ms;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 25px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #fd7044;
  padding-left: 7px;
  padding-top: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 20px;
  margin-top: 6px;
  font-size: 13px;
  background: #fd7044;
  color: #fff;
  border-color: #fd7044;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
/* Bootstrap Multi Select */
.multiselect-native-select {
  display: block;
  border-radius: 5px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.multiselect-native-select .btn-group {
  width: 100%;
}
.multiselect-native-select .multiselect.btn {
  width: 100%;
  text-align: left;
  color: #767676;
  background-color: #fff;
  border: 1px solid #bcc3cb;
  padding: 0;
  border-radius: 5px;
  position: relative;
}
.multiselect-native-select .multiselect.btn:focus {
  border: 1px solid #fd7044;
}
.multiselect-native-select .multiselect.btn .caret {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  border-color: #e1e1e1 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  transition: all 350ms;
}
.multiselect-native-select .multiselect-selected-text {
  display: block;
  line-height: 38px;
  padding: 0 15px 0 20px;
}
.multiselect-native-select .open > .dropdown-toggle {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.multiselect-native-select .open > .dropdown-toggle.btn-default {
  color: #767676;
  background-color: #fff;
  border-color: #bcc3cb;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect-native-select .open > .dropdown-toggle.btn-default:hover {
  color: #767676;
  background-color: #fff;
  border-color: #bcc3cb;
}
.multiselect-native-select .open > .dropdown-toggle .caret {
  transform: rotate(180deg);
  transition: all 350ms;
}
.multiselect-native-select .open > .dropdown-menu {
  width: 100%;
  border-color: #fd7044;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect-native-select .open > .dropdown-menu > li {
  background-color: #fff;
}
.multiselect-native-select .open > .dropdown-menu > li.multiselect-filter {
  padding: 4px 8px;
}
.multiselect-native-select .open > .dropdown-menu > li.multiselect-filter .form-control {
  height: 38px;
  padding: 4px;
  border-color: #fd7044;
}
.multiselect-native-select .open > .dropdown-menu > li > a > label {
  padding: 6px 6px 6px 20px;
  font-weight: 500;
  color: #2b3748;
}
.multiselect-native-select .open > .dropdown-menu > li > a > label > input[type="checkbox"] {
  margin: 0;
  position: relative;
}
.multiselect-native-select .open > .dropdown-menu > li > a.multiselect-all label {
  font-weight: 500;
}
.multiselect-native-select .open > .dropdown-menu > li.active > a {
  background-color: transparent;
}
.multiselect-native-select .open > .dropdown-menu > li.active > a label {
  color: #fd7044;
}
/* Import Less File */
/* =================================================================== 
						Date Time Picker
======================================================================*/
.timepicker-picker table > tbody > tr > td .btn {
  padding: 0;
  background-color: transparent;
  color: #3c465c;
}
.timepicker-picker table > tbody > tr > td .btn.btn-primary {
  padding: 6px;
  color: #fff;
  border-radius: 4px;
}
/* Angular Material Less */
/* Import Less File */
/* =================================================================== 
						Angular Input
======================================================================*/
md {
  /* Autocomplete */
  /* Input */
  /* Select */
  /* Radio Button */
  /* Checkbox */
  /* Datepicker */
  /* Switch */
  /* Tab */
}
md-autocomplete {
  border: 1px solid #bcc3cb;
  border-radius: 5px;
}
md-autocomplete.md-autofocus {
  border: 0;
  border-radius: 5px;
  outline: 1px solid #fd7044 !important;
}
md-autocomplete md-autocomplete-wrap {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 350ms;
  border-radius: 5px;
}
md-autocomplete md-autocomplete-wrap.md-whiteframe-1dp,
md-autocomplete md-autocomplete-wrap.md-whiteframe-z1 {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
md-autocomplete input:not(.md-input) {
  color: #767676;
  font-weight: 600;
  line-height: 38px;
  height: 38px;
  padding-left: 12px;
}
md-autocomplete.type-sm {
  height: 32px;
}
md-autocomplete.type-sm md-autocomplete-wrap {
  height: 30px;
}
md-autocomplete.type-sm input:not(.md-input) {
  height: 30px;
  padding-left: 8px;
  font-size: 13px;
  line-height: 30px;
}
.autocomplete-refresh md-autocomplete {
  border: 0;
  height: 38px;
  border-radius: 6px;
}
.autocomplete-refresh md-autocomplete md-autocomplete-wrap {
  height: 38px;
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
}
.autocomplete-refresh md-autocomplete md-autocomplete-wrap.md-whiteframe-1dp,
.autocomplete-refresh md-autocomplete md-autocomplete-wrap.md-whiteframe-z1 {
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
}
md-autocomplete.autocomplete-type-2 {
  border-radius: 5px;
  border: solid 1px #eaeaea;
  background-color: #f7f7f7;
}
md-autocomplete.autocomplete-type-2 md-autocomplete-wrap {
  box-shadow: none;
}
md-autocomplete.autocomplete-type-2 md-autocomplete-wrap:after {
  content: "\f375";
  color: #536686;
  font-family: "Ionicons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
md-autocomplete.autocomplete-type-2 .md-show-clear-button button {
  right: 20px;
}
md-autocomplete.autocomplete-type-2 .md-show-clear-button button md-icon {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
}
md-autocomplete.md-focus {
  border-color: #fd7044;
}
md-input-container {
  display: block;
  margin: 0;
  padding: 0;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  /* Input */
}
md-input-container .md-input {
  font-size: 1.35rem;
  font-weight: normal;
  color: #555555;
  padding: 10px 15px;
  height: 40px;
  line-height: 38px;
  background-color: #ffffff;
  border: 1px solid #bcc3cb;
  border-radius: 5px;
}
md-input-container.md-input-focused .md-input {
  padding: 10px 15px;
  border-width: 1px 1px 1px 1px;
  border-color: #fd7044;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #fd7044;
}
md-input-container .md-errors-spacer {
  min-height: auto;
}
md-select {
  font-size: 1.5rem;
  font-weight: normal;
  color: #555555;
  height: 40px;
  line-height: 38px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #bcc3cb;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.green-card .form-group md-select {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.view-detail-header-filter .select-filter-block md-select {
  min-width: 200px;
}
md-select .md-select-value {
  padding: 0 0 0 15px;
  border-bottom: 0;
}
md-select .md-select-value.md-select-placeholder {
  padding-left: 15px;
  color: #767676;
}
.green-card .form-group md-select .md-select-value.md-select-placeholder {
  display: block;
  color: #fff;
  padding-left: 0;
  border-bottom-color: transparent;
}
md-select .md-select-value .md-select-icon {
  width: 20px;
  height: 100%;
  position: relative;
  transform: translate3d(0, 0px, 0);
}
.green-card .form-group md-select .md-select-value .md-select-icon {
  width: 8px;
  height: 6px;
  margin: 0 auto;
}
md-select .md-select-value .md-select-icon::after {
  content: '';
  width: 16px;
  position: absolute;
  top: 50%;
  border-style: solid;
  border-color: #bcc3cb transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  transform: translateY(-50%);
}
.green-card .form-group md-select .md-select-value .md-select-icon::after {
  width: 8px;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
md-select:not([disabled]):focus {
  border-color: #fd7044;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom: 0;
}
md-select.type-sm {
  font-size: 13px;
  color: #767676;
  height: 32px;
  line-height: 30px;
}
md-select.type-sm .md-select-value {
  padding: 0 0 0 8px;
}
md-select.type-sm .md-select-value.md-select-placeholder {
  padding-left: 8px;
}
md-select.type-sm .md-select-value .md-select-icon {
  width: 16px;
}
md-select.type-sm .md-select-value .md-select-icon::after {
  content: '';
  width: 12px;
  border-width: 6px 6px 0 6px;
  border-color: #bcc3cb transparent transparent transparent;
}
md-select.type-sm:not([disabled]):focus {
  border-color: #fd7044;
}
md-select.type-sm:not([disabled]):focus .md-select-value {
  border-bottom: 0;
}
.form-group md-radio-group {
  display: block;
}
.form-group-footer md-radio-group {
  display: inline-block;
  padding-left: 30px;
}
.form-group md-radio-button,
.form-group-footer md-radio-button {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
md-radio-button + md-radio-button {
  margin-left: 20px;
}
md-radio-button .md-label {
  font-size: 14px;
  font-weight: 600;
  color: #767676;
  margin-left: 25px;
  line-height: 40px;
}
md-radio-button .md-ink-ripple .md-off {
  border-color: #767676;
}
md-radio-button.md-checked:not([disabled]) .md-label {
  color: #ea4335;
}
md-radio-button.md-checked:not([disabled]) .md-ink-ripple .md-off {
  border-color: #ea4335;
}
md-radio-button.md-checked:not([disabled]) .md-ink-ripple .md-on {
  background-color: #ea4335;
}
md-radio-button.md-checked:not([disabled]).md-primary .md-label {
  color: #fd7044;
}
md-radio-button.md-checked:not([disabled]).md-primary .md-ink-ripple .md-off {
  border-color: #fd7044;
}
md-radio-button.md-checked:not([disabled]).md-primary .md-ink-ripple .md-on {
  background-color: #fd7044;
}
md-radio-button.md-checked .md-on {
  transform: scale(0.6);
}
md-checkbox {
  margin-bottom: 0;
}
md-checkbox .md-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #767676;
  margin-left: 25px;
  transition: 0.3s all ease-in-out;
}
md-checkbox:not(.md-checked) .md-icon {
  border-color: #767676;
  transition: 0.3s all ease-in-out;
}
md-checkbox.md-checked:not([disabled]) .md-label {
  color: #fd7044;
  transition: 0.3s all ease-in-out;
}
md-checkbox.md-checked:not([disabled]) .md-icon {
  border-color: #fd7044;
  background-color: #fd7044;
  transition: 0.3s all ease-in-out;
}
md-checkbox.md-checked:not([disabled]) .md-icon::after {
  left: 5px;
  border-color: #ffffff;
}
md-checkbox:not([disabled]).md-primary:not(.md-checked) .md-icon {
  border-color: #767676;
}
md-checkbox:not([disabled]).md-primary.md-checked .md-label {
  color: #fd7044;
}
md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  border-color: #fd7044;
  background-color: #fd7044;
}
md-checkbox:not([disabled]).md-primary.md-checked .md-icon::after {
  border-color: #ffffff;
}
md-datepicker {
  position: relative;
  display: block;
  width: 100%;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
md-datepicker._md-datepicker-has-triangle-icon {
  padding-right: 0;
  margin-left: 0;
}
md-datepicker .md-datepicker-triangle-button {
  display: none;
}
md-datepicker .md-button.md-icon-button.md-datepicker-button {
  float: right;
  vertical-align: middle;
  background-color: #ffffff;
  margin: 0;
  border-radius: 0;
  border: 1px solid #bcc3cb;
  border-left: 0 ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
md-datepicker .md-button.md-icon-button.md-datepicker-button::after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: url("../img/content/calender-gray-icon.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
md-datepicker .md-button.md-icon-button.md-datepicker-button .md-datepicker-calendar-icon {
  display: none;
}
md-datepicker .md-button.md-icon-button.md-datepicker-button:hover {
  background-color: #fd7044;
}
md-datepicker .md-button.md-icon-button + .md-datepicker-input-container {
  margin-left: 0;
}
md-datepicker .md-datepicker-input-container {
  width: calc(100% - 40px);
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #bcc3cb;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 0;
}
md-datepicker .md-datepicker-input-container .md-datepicker-input {
  width: 100%;
  max-width: none;
  height: 38px;
  line-height: 1.5;
  color: #555555;
  font-size: 1.35rem;
  font-weight: normal;
  padding: 10px 15px;
  background-color: transparent;
  margin: 0;
}
md-datepicker .md-datepicker-input-container.md-datepicker-focused {
  border-bottom: 1px solid;
  border-color: #fd7044;
}
md-datepicker.md-datepicker-open .md-datepicker-input-container,
md-datepicker.md-datepicker-open input.md-input {
  border-bottom-color: #fd7044;
}
.common-switch md-switch {
  margin: 0 0;
  height: 40px;
  line-height: 38px;
}
.tab-switch md-switch {
  margin: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
.tab-switch md-switch .md-container {
  width: 200px;
  height: 40px;
  margin: 0;
}
.tab-switch md-switch .md-thumb-container {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  transition: all 350ms;
}
.tab-switch md-switch .md-thumb-container .md-thumb.md-ink-ripple::before {
  display: none;
}
.tab-switch md-switch .md-thumb {
  width: 100px;
  height: 40px;
  top: 0px;
  background-color: #57a800;
  box-shadow: none;
  border-radius: 3px;
}
.tab-switch md-switch .md-bar {
  top: 0;
  left: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #e0e0e0;
  position: relative;
  border-radius: 3px;
}
.tab-switch md-switch .md-bar::before,
.tab-switch md-switch .md-bar::after {
  position: absolute;
  display: inline-block;
  width: 50%;
  color: #767676;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  top: 0;
}
.tab-switch md-switch .md-bar:before {
  content: 'Active';
  left: 0;
}
.tab-switch md-switch .md-bar:after {
  content: 'Inactive';
  right: 0;
}
.tab-switch md-switch .md-label {
  position: absolute;
  z-index: 1;
  width: 50%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  bottom: 0;
  left: 0;
  transition: all 350ms;
}
.tab-switch md-switch.md-checked .md-thumb {
  background-color: #ea4335;
}
.tab-switch md-switch.md-checked .md-thumb-container {
  transition: all 350ms;
}
.tab-switch md-switch.md-checked .md-label {
  left: auto;
  right: 0;
}
.tab-switch md-switch.md-checked:not([disabled]).md-warn .md-bar {
  background-color: #e0e0e0;
}
.tab-switch md-switch.md-checked:not([disabled]).md-warn .md-thumb {
  background-color: #ea4335;
}
.tab-switch md-switch.type-sm {
  height: 32px;
  line-height: 32px;
}
.tab-switch md-switch.type-sm .md-container {
  height: 32px;
}
.tab-switch md-switch.type-sm .md-thumb {
  height: 32px;
  border-radius: 3px;
}
.tab-switch md-switch.type-sm .md-bar {
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
}
.tab-switch md-switch.type-sm .md-bar::before,
.tab-switch md-switch.type-sm .md-bar::after {
  line-height: 32px;
}
.tab-switch md-switch.type-sm .md-label {
  line-height: 32px;
}
.tab-switch md-switch.type-2 .md-bar:before {
  content: 'Yes';
}
.tab-switch md-switch.type-2 .md-bar:after {
  content: 'No';
}
.tab-switch md-switch.type-2.type-sm .md-container {
  width: 80px;
}
.tab-switch md-switch.type-2.type-sm .md-bar {
  width: 80px;
}
.tab-switch md-switch.type-2.type-sm .md-thumb {
  width: 40px;
}
.tab-switch md-switch.type-3 .md-container {
  width: 300px;
}
.tab-switch md-switch.type-3 .md-bar {
  width: 300px;
}
.tab-switch md-switch.type-3 .md-bar:before {
  content: 'Returnable';
}
.tab-switch md-switch.type-3 .md-bar:after {
  content: 'Non Returnable';
}
.tab-switch md-switch.type-3 .md-thumb {
  width: 150px;
}
.tab-page-wrap md-tabs-wrapper {
  background-color: #fff;
}
md-tabs .md-tab,
md-tabs md-tab {
  font-size: 1.35rem;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
}
md-tabs .md-tab.md-active,
md-tabs md-tab.md-active {
  font-weight: bold;
  color: #fd7044;
}
md-tabs .md-tab .md-ripple-container,
md-tabs md-tab .md-ripple-container {
  color: transparent;
  visibility: hidden;
}
md-tabs .md-ink-bar,
md-tabs md-ink-bar {
  background-color: #fd7044;
}
/* Tab Switch */
.tab-switch {
  line-height: 0.7;
}
/* Angular Select Dropdown */
.md-select-menu-container {
  z-index: 99999;
  font-size: 14px!important;
}
.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}
.selectdemoSelectHeader .demo-header-searchbox {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.selectdemoSelectHeader .demo-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}
.selectdemoSelectHeader md-content._md {
  max-height: 240px;
}
/* Angular Select CSS */
.ui-select-container.select2-container-active.ui-select-container.select2-container .select2-choice {
  border-color: #fd7044;
}
.ui-select-container.select2-container .select2-choice {
  height: 40px;
  cursor: pointer;
  background: #ffffff;
  border-color: #bcc3cb;
}
.ui-select-container.select2-container .select2-choice > .select2-chosen {
  padding: 6px 0 6px 7px;
}
.ui-select-container.select2-container .select2-choice .select2-arrow {
  height: auto;
  right: 6px;
  text-align: center;
  border-left: 0;
  background-image: none;
  background-color: transparent;
  transform: translateY(-50%);
  top: 50%;
}
.ui-select-container.select2-container .select2-choice .select2-arrow b {
  width: 0;
  height: 0;
  background-image: none;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #bcc3cb transparent transparent transparent;
  margin: auto;
  transition: all 350ms;
}
.select2-dropdown-open.ui-select-container.select2-container .select2-choice {
  background-image: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-dropdown-open.ui-select-container.select2-container .select2-choice .select2-arrow b {
  transform: rotate(180deg);
  transition: all 350ms;
}
.select2-container-active.ui-select-container.select2-container .select2-choice {
  border-color: #fd7044;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ui-select-container.select2-container .select2-search {
  padding-top: 4px;
}
.ui-select-container.select2-container .select2-search input {
  width: 100% !important;
  height: 28px !important;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  padding: 0 0 0 7px;
  background-image: url("../img/content/select2.png");
  background-position: right -33px;
  background-size: 20%;
  background-repeat: no-repeat;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.ui-select-container .ui-select-choices-row:hover {
  background-color: #fd7044;
  color: #fff;
}
.ui-select-container .select2-results .select2-highlighted {
  background-color: #fd7044;
  color: #fff;
}
.select2-drop-active {
  margin-bottom: 20px;
  box-shadow: none !important;
  border-color: #fd7044;
}
/* Md Autocomplete Open */
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  z-index: 1051;
}
/* Md Autocomplete with Refresh */
.autocomplete-refresh {
  position: relative;
  border: 1px solid #bcc3cb;
  padding-right: 44px;
  border-radius: 5px;
}
.autocomplete-refresh button.btn-refresh,
.autocomplete-refresh .btn-refresh {
  top: 50%;
  right: 4px;
  width: 30px;
  height: 30px;
  min-width: unset;
  padding: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffffff;
  transform: translateY(-50%);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
/* General Css */
body {
  color: #2b3748;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow-x: hidden;
  position: relative;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Muli', sans-serif;
}
/* Tooltip */
.tooltip-inner {
  font-family: 'Muli', sans-serif;
  word-wrap: break-word;
  font-weight: 600;
  font-size: 14px;
  padding: 8px;
}
/* Notify Indicator */
.notify-indigator {
  text-align: center;
  background-color: #ff584d;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 2px;
  margin-left: 2px;
  border-radius: 100%;
}
/* Font Style Class */
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-semi-dark {
  font-weight: 800;
}
.font-dark {
  font-weight: 900;
}
.font-xs {
  font-size: 10px;
}
.font-sm {
  font-size: 12px;
}
.font-md {
  font-size: 14px;
}
/* Status Show */
.status-indigator {
  height: 8px;
  width: 8px;
  display: inline-block;
  background: #ea4335;
  border-radius: 50%;
  margin-right: 5px;
}
.status-indigator.green {
  background: #34a852;
}
.status-indigator.yellow {
  background: #fbbc05;
}
.status-popover {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px;
  color: #aaaaaa;
  vertical-align: middle;
  cursor: pointer;
}
.status-popover:hover,
.status-popover:focus,
.status-popover.appear-true {
  color: #fd7044;
}
/* Popover */
.popover {
  border-color: #3c465c;
  background: #3c465c;
  font-family: 'Muli', sans-serif;
  min-width: 230px;
  padding: 10px;
}
.popover.bottom .arrow {
  border-bottom-color: #3c465c;
}
.popover.bottom .arrow:after {
  border-bottom-color: #3c465c;
}
.popover .popover-title {
  font-size: 16px;
  font-weight: 700;
  background: #3c465c;
  color: #fff;
  border-color: #333333;
  padding: 4px 14px;
}
.popover .popover-content {
  background: #3c465c;
  color: #fff;
}
.popover ul {
  margin-bottom: 0;
}
.popover ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #333333;
}
.popover ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
hr.md {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.mt-none,
hr.mt-0 {
  margin-top: 0;
}
hr.hr-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Image Center */
.img-center {
  margin: 0 auto;
}
.img-inline {
  display: inline-block;
}
/* Layout Css */
.container {
  max-width: 1920px;
  width: 100%;
}
.row {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-bottom: 15px;
  }
}
.row:last-child {
  margin-bottom: 0;
}
.row.custom-row {
  margin-bottom: 10px;
}
@media only screen and (max-width: 567px) {
  .row .col-xs-6.mob-pot-12 {
    width: 100%;
  }
}
p {
  color: #2b3748;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b3748;
  margin-bottom: 15px;
  font-weight: 400;
  margin-top: 0;
}
h1 {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -1px;
}
h2 {
  font-size: 46px;
  line-height: 50px;
}
h3 {
  font-size: 36px;
  line-height: 40px;
}
h4 {
  font-size: 28px;
  line-height: 30px;
}
h5 {
  font-size: 22px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
a {
  transition: all 350ms;
  color: #fd7044;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  transition: all 350ms;
  color: #fd7044;
}
button {
  transition: all 350ms;
}
button:hover,
button:focus {
  transition: all 350ms;
}
/* Column and row */
.bs-col-space-none div[class^="col-"],
.bs-col-space-none .row {
  padding: 0;
  margin: 0;
}
.row {
  margin-bottom: 30px;
}
.row:last-child {
  margin-bottom: 0;
}
/* List */
ul {
  list-style: none;
  padding: 0;
}
/* Typography */
.typo-thin {
  font-weight: 300;
}
/* Colors */
.error,
.mandatory {
  color: #ea4335;
}
.color-primary {
  color: #fd7044;
}
.color-primary-light {
  color: #ee9838;
}
.color-primary-dark {
  color: #fd6747;
}
.color-secondary {
  color: #3c465c;
}
.text-red {
  color: #ea4335;
}
.text-blue {
  color: #4285f4;
}
.text-green {
  color: #34a852;
}
.text-yellow {
  color: #fbbc05;
}
.text-orange {
  color: #fd7044;
}
/* Opacity Zero CSS */
.opacity-zero {
  opacity: 0;
}
/* Divide Title Title */
.divide-title {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.divide-title .title {
  display: inline-block;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 40px;
  margin: 0;
  color: #fd7044;
  font-weight: 600;
}
.divide-title span {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background: #fd7044;
  top: 50%;
  transform: translateY(-50%);
}
/* Float Left & Right */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* Table */
.table {
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  /* Table Info */
}
.table:last-child {
  margin-bottom: 0;
}
.table-responsive.fix-height {
  min-height: 500px;
}
.table-responsive.fix-height-scroll {
  max-height: 500px;
}
@media only screen and (max-width: 767px) {
  .table-responsive.fix-height-scroll {
    overflow: auto;
  }
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px;
  vertical-align: middle;
  border: none;
  width: 1%;
  white-space: nowrap;
}
.table > thead > tr > th.white-space-unset,
.table > tbody > tr > th.white-space-unset,
.table > tfoot > tr > th.white-space-unset,
.table > thead > tr > td.white-space-unset,
.table > tbody > tr > td.white-space-unset,
.table > tfoot > tr > td.white-space-unset {
  white-space: unset;
}
.table > tbody > tr {
  background-image: linear-gradient(to top, #ffffff, #fbfbfb);
  border-left: 3px solid #fff;
  border-bottom: 1px solid #edf2f7;
  border-radius: 5px;
  transition: all 350ms;
}
.table > tbody > tr:hover,
.table > tbody > tr:focus {
  border-left-color: #fd7044;
  transition: all 350ms;
}
.month-tab .table > tbody > tr {
  background-image: none;
  background-color: #f6f6f6;
  border-bottom: 0;
  border-left: 0;
}
.table > tbody > tr > th:first-child {
  text-align: left;
}
.table > tbody > tr > td {
  /* &:last-child{
                    text-align: right;
                } */
}
.month-tab .table > tbody > tr > td {
  width: auto;
}
.table > tbody > tr > td.action {
  min-width: 130px;
}
.table > tbody > tr > td.action.width-none {
  min-width: auto;
}
.table > tbody > tr > td.action.width-100 {
  min-width: 100px;
}
.table > tbody > tr > td.action a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.table > tbody > tr > td.action a:last-child {
  margin-right: 0;
}
.cndn-wrap .table > tbody > tr > td.action a,
.list-page-content .table > tbody > tr > td.action a {
  margin-right: 0;
}
.cndn-wrap .table > tbody > tr > td.action a:hover,
.list-page-content .table > tbody > tr > td.action a:hover {
  /* .shadow(0 0 10px 0 rgba(0, 0, 0, 0.1)); */
}
.table > tbody > tr > td.action a img {
  width: 16px;
}
.table > tbody > tr > td.action a img:hover {
  width: 16px;
}
.table > tbody > tr > td.action a img.img-view {
  width: 18px;
}
.table > tbody > tr > td.action a img.img-view:hover {
  width: 18px;
}
.table > tbody > tr > td.action a img.img-edit,
.table > tbody > tr > td.action a img.img-delete {
  width: 16px;
}
.table > tbody > tr > td.action a img.img-edit:hover,
.table > tbody > tr > td.action a img.img-delete:hover {
  width: 18px;
}
.cndn-wrap .table > tbody > tr > td.action a img,
.list-page-content .table > tbody > tr > td.action a img {
  width: auto;
}
.table > tbody > tr > td .status-indicator {
  width: 10px;
  height: 10px;
  display: inline-block;
  /* vertical-align: middle; */
  margin-right: 9px;
  border-radius: 2px;
}
.table > tbody > tr > td .status-indicator.green {
  background-color: #57a800;
}
.table > tbody > tr > td .status-indicator.red {
  background-color: #e26153;
}
.table > tbody > tr > td .btn {
  transform: none !important;
}
.table > tbody > tr > td .btn-close {
  border-radius: 50%;
  padding: 0;
  text-align: center;
  width: 18px;
  height: 18px;
  background: #ffffff;
  -ms-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.8);
  -o-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.8);
  box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.8);
}
.table > tbody > tr > td .btn-close i {
  margin-right: 0;
  line-height: 1.6;
  color: #ea4335;
}
.table > tbody > tr > td .btn-close:focus {
  outline: none;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  font-weight: 600;
  padding: 10px 15px;
}
.table > tbody > tr > th small,
.table > tbody > tr > td small {
  color: #747a84;
}
.table > tbody > tr > th .tag,
.table > tbody > tr > td .tag {
  padding: 8px 12px;
  font-weight: 600;
  color: #747a84;
  background-color: transparent;
  border: 1px solid #767676;
  border-radius: 25px;
}
.table > tbody > tr > th .table-control,
.table > tbody > tr > td .table-control {
  height: 32px;
  color: #2b3748;
  font-weight: bold;
  border-radius: 5px;
  transition: 350ms;
  border: solid 1px rgba(60, 70, 92, 0.5);
  padding: 0 5px;
  margin-left: 10px;
}
.table > tbody > tr > th .table-control:focus,
.table > tbody > tr > td .table-control:focus {
  outline: 0;
  border: 1px solid #fd7044;
}
.table > tbody > tr.bg-active {
  background-image: none;
  background-color: #bcc3cb;
}
.table > tbody > tr.bg-grey {
  background-image: none;
  background-color: #e8e8ef;
}
.table > thead > tr {
  border-bottom: 1px solid #edf2f7;
}
.dataTables_scrollBody .table > thead > tr {
  border-bottom: 0;
}
.table > thead > tr > th {
  /* &:last-child{
                    text-align: right;
                } */
  color: #fd7044;
}
.table > thead > tr > th:first-child {
  text-align: left;
}
.table > thead > tr > th.action-btn {
  min-width: 152px !important;
}
.table > thead > tr > th,
.table > thead > tr > td {
  /* color: @color_lgrey; */
  font-weight: 400;
  font-size: 13px;
}
.month-tab .table > thead > tr > th,
.month-tab .table > thead > tr > td {
  background-color: #f6f6f6;
  width: auto;
}
.table > thead.text-primary > tr > th {
  color: #fd7044;
  font-weight: 600;
}
.table > tfoot > tr > th {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.table > tfoot > tr > td {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.table.white-space-unset > thead > tr > th,
.table.white-space-unset > tbody > tr > th,
.table.white-space-unset > tfoot > tr > th,
.table.white-space-unset > thead > tr > td,
.table.white-space-unset > tbody > tr > td,
.table.white-space-unset > tfoot > tr > td {
  white-space: unset;
  padding: 10px 15px;
}
@media only screen and (max-width: 1469px) {
  .table.white-space-unset > thead > tr > th,
  .table.white-space-unset > tbody > tr > th,
  .table.white-space-unset > tfoot > tr > th,
  .table.white-space-unset > thead > tr > td,
  .table.white-space-unset > tbody > tr > td,
  .table.white-space-unset > tfoot > tr > td {
    padding: 8px 10px;
  }
}
.table.white-space-unset.dataTable thead > tr > th.sorting_asc,
.table.white-space-unset.dataTable thead > tr > td.sorting_asc,
.table.white-space-unset.dataTable thead > tr > th.sorting_desc,
.table.white-space-unset.dataTable thead > tr > td.sorting_desc,
.table.white-space-unset.dataTable thead > tr > th.sorting,
.table.white-space-unset.dataTable thead > tr > td.sorting {
  padding-right: 15px;
}
@media only screen and (max-width: 1469px) {
  .table.white-space-unset.dataTable thead > tr > th.sorting_asc,
  .table.white-space-unset.dataTable thead > tr > td.sorting_asc,
  .table.white-space-unset.dataTable thead > tr > th.sorting_desc,
  .table.white-space-unset.dataTable thead > tr > td.sorting_desc,
  .table.white-space-unset.dataTable thead > tr > th.sorting,
  .table.white-space-unset.dataTable thead > tr > td.sorting {
    padding-right: 15px;
  }
}
.table.table-form {
  border: 1px solid #979797;
}
.table.table-form > thead > tr > th,
.table.table-form > tbody > tr > th,
.table.table-form > tfoot > tr > th,
.table.table-form > thead > tr > td,
.table.table-form > tbody > tr > td,
.table.table-form > tfoot > tr > td {
  padding: 9px 15px;
  vertical-align: middle;
}
.table.table-form > thead > tr > th label.error,
.table.table-form > tbody > tr > th label.error,
.table.table-form > tfoot > tr > th label.error,
.table.table-form > thead > tr > td label.error,
.table.table-form > tbody > tr > td label.error,
.table.table-form > tfoot > tr > td label.error {
  position: static;
}
.table.table-form > thead > tr > th.width-280,
.table.table-form > tbody > tr > th.width-280,
.table.table-form > tfoot > tr > th.width-280,
.table.table-form > thead > tr > td.width-280,
.table.table-form > tbody > tr > td.width-280,
.table.table-form > tfoot > tr > td.width-280 {
  min-width: 280px;
  width: 280px;
}
.table.table-form > thead > tr > th.width-230,
.table.table-form > tbody > tr > th.width-230,
.table.table-form > tfoot > tr > th.width-230,
.table.table-form > thead > tr > td.width-230,
.table.table-form > tbody > tr > td.width-230,
.table.table-form > tfoot > tr > td.width-230 {
  min-width: 230px;
  width: 230px;
}
.table.table-form > thead > tr > th.width-190,
.table.table-form > tbody > tr > th.width-190,
.table.table-form > tfoot > tr > th.width-190,
.table.table-form > thead > tr > td.width-190,
.table.table-form > tbody > tr > td.width-190,
.table.table-form > tfoot > tr > td.width-190 {
  min-width: 190px;
  width: 190px;
}
.table.table-form > thead > tr > th.width-120,
.table.table-form > tbody > tr > th.width-120,
.table.table-form > tfoot > tr > th.width-120,
.table.table-form > thead > tr > td.width-120,
.table.table-form > tbody > tr > td.width-120,
.table.table-form > tfoot > tr > td.width-120 {
  min-width: 120px;
  width: 120px;
}
.table.table-form > thead > tr > th.width-60,
.table.table-form > tbody > tr > th.width-60,
.table.table-form > tfoot > tr > th.width-60,
.table.table-form > thead > tr > td.width-60,
.table.table-form > tbody > tr > td.width-60,
.table.table-form > tfoot > tr > td.width-60 {
  min-width: 60px;
  width: 60px;
}
.table.table-form > thead > tr {
  border-bottom: 0;
}
.table.table-form > thead > tr > th {
  font-size: 13px;
  font-weight: bold;
  color: #2b3748;
  padding: 17px 15px;
}
.table.table-form > tbody > tr {
  background-image: none;
  border-left: 0;
  border-bottom: 0;
}
.table.table-form > tbody > tr > td {
  font-size: 13px;
}
.table.table-form > tbody > tr:nth-child(odd) {
  background-color: #f6f3f3;
}
.table.table-form > tbody > tr:nth-child(even) {
  background-color: #faf9f9;
}
.table.table-form.type-2 > thead > tr > th,
.table.table-form.type-2 > tbody > tr > th,
.table.table-form.type-2 > tfoot > tr > th,
.table.table-form.type-2 > thead > tr > td,
.table.table-form.type-2 > tbody > tr > td,
.table.table-form.type-2 > tfoot > tr > td {
  padding: 9px 7.5px;
  vertical-align: middle;
  white-space: unset;
}
.table.table-form.type-2 > thead > tr > th.width-205,
.table.table-form.type-2 > tbody > tr > th.width-205,
.table.table-form.type-2 > tfoot > tr > th.width-205,
.table.table-form.type-2 > thead > tr > td.width-205,
.table.table-form.type-2 > tbody > tr > td.width-205,
.table.table-form.type-2 > tfoot > tr > td.width-205 {
  min-width: 205px;
  width: 205px;
}
.table.table-form.type-2 > thead > tr > th.width-115,
.table.table-form.type-2 > tbody > tr > th.width-115,
.table.table-form.type-2 > tfoot > tr > th.width-115,
.table.table-form.type-2 > thead > tr > td.width-115,
.table.table-form.type-2 > tbody > tr > td.width-115,
.table.table-form.type-2 > tfoot > tr > td.width-115 {
  min-width: 115px;
  width: 115px;
}
.table.table-form.type-2 > thead > tr > th.width-95,
.table.table-form.type-2 > tbody > tr > th.width-95,
.table.table-form.type-2 > tfoot > tr > th.width-95,
.table.table-form.type-2 > thead > tr > td.width-95,
.table.table-form.type-2 > tbody > tr > td.width-95,
.table.table-form.type-2 > tfoot > tr > td.width-95 {
  min-width: 95px;
  width: 95px;
}
.table.table-form.type-2 > thead > tr > th.width-45,
.table.table-form.type-2 > tbody > tr > th.width-45,
.table.table-form.type-2 > tfoot > tr > th.width-45,
.table.table-form.type-2 > thead > tr > td.width-45,
.table.table-form.type-2 > tbody > tr > td.width-45,
.table.table-form.type-2 > tfoot > tr > td.width-45 {
  min-width: 45px;
  width: 45px;
}
.table.table-form.type-3 {
  border: 0;
}
.table.table-form.type-3 > thead > tr > th,
.table.table-form.type-3 > tbody > tr > th,
.table.table-form.type-3 > tfoot > tr > th,
.table.table-form.type-3 > thead > tr > td,
.table.table-form.type-3 > tbody > tr > td,
.table.table-form.type-3 > tfoot > tr > td {
  font-size: 12px;
  color: #313355;
}
.table.table-form.type-3 > thead > tr > th {
  padding: 12px 15px;
  background-color: #ebeaea;
}
.table.table-form.type-3 > tbody > tr > td {
  padding: 8px 15px;
}
.table-wrap-header {
  position: relative;
  padding: 12px 0;
}
.table-wrap-header:after {
  bottom: 0;
  content: '';
  left: -15px;
  height: 1px;
  width: calc(100% + 30px);
  position: absolute;
  display: inline-block;
  background-color: #f1f1f1;
}
.table-wrap-title {
  font-size: 20px;
  font-weight: bold;
  color: #fc853d;
  line-height: 1.5;
  margin-bottom: 0;
}
.table.table-info {
  border: 1px solid #585858;
}
.table.table-info > thead > tr > td,
.table.table-info > tbody > tr > td,
.table.table-info > tfoot > tr > td,
.table.table-info > thead > tr > th,
.table.table-info > tbody > tr > th,
.table.table-info > tfoot > tr > th {
  width: auto;
  line-height: normal;
  padding: 15px 18px;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #585858;
}
.table.table-info > thead > tr > th {
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  background-color: #585858;
}
.table.table-info > thead > tr > th .sub {
  display: block;
  line-height: normal;
  font-size: 10px;
}
.table.table-info > tbody > tr {
  border-left: 0;
}
.table.table-info > tbody > tr > td {
  font-size: 12px;
  font-weight: normal;
  color: #555555;
  background-color: #f7f4f4;
}
.table.table-info > tbody > tr > td.dark {
  font-weight: 900;
}
.table.table-info > tbody > tr > td .block {
  display: block;
}
.table.table-border-2 {
  border: 1px solid #edf2f7;
}
.table.table-border-2 > tbody > tr {
  border-left: 0;
}
.table.table-primary-stripped > thead > tr > th,
.table.table-primary-stripped > thead > tr > td {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #313355;
  padding: 8px 15px;
  background-color: #dbebff;
}
@media only screen and (max-width: 567px) {
  .table.table-primary-stripped > thead > tr > th,
  .table.table-primary-stripped > thead > tr > td {
    font-size: 14px;
  }
}
.table.table-primary-stripped > thead.pad-md > tr > th,
.table.table-primary-stripped > thead.pad-md > tr > td {
  padding: 11px 15px;
}
.table.table-primary-stripped > tbody > tr {
  background-image: none;
  border-left: 0;
  border-bottom: 0;
}
.table.table-primary-stripped > tbody > tr > th,
.table.table-primary-stripped > tbody > tr > td {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 15px 15px;
  color: #333333;
}
@media only screen and (max-width: 567px) {
  .table.table-primary-stripped > tbody > tr > th,
  .table.table-primary-stripped > tbody > tr > td {
    font-size: 14px;
  }
}
.table.table-primary-stripped > tbody > tr:nth-child(odd) {
  background-color: #eff6ff;
}
.table.table-primary-stripped > tbody > tr:nth-child(even) {
  background-color: #f7faff;
}
.table.table-primary-stripped.whitespace-unset > thead > tr > th,
.table.table-primary-stripped.whitespace-unset > tbody > tr > th,
.table.table-primary-stripped.whitespace-unset > thead > tr > td,
.table.table-primary-stripped.whitespace-unset > tbody > tr > td {
  white-space: unset;
}
@media only screen and (max-width: 567px) {
  .table.table-primary-stripped.mobile-whitespace-unset > thead > tr > th,
  .table.table-primary-stripped.mobile-whitespace-unset > tbody > tr > th,
  .table.table-primary-stripped.mobile-whitespace-unset > thead > tr > td,
  .table.table-primary-stripped.mobile-whitespace-unset > tbody > tr > td {
    white-space: unset;
  }
}
.table.table-primary-bordered > thead > tr > th,
.table.table-primary-bordered > thead > tr > td {
  border: 1px solid #dbebff;
}
.table.table-primary-bordered > tbody > tr > th,
.table.table-primary-bordered > tbody > tr > td {
  border: solid #e8e8ef;
  border-width: 0 1px;
}
.table.table-dark-grey > thead > tr > th,
.table.table-dark-grey > tbody > tr > th,
.table.table-dark-grey > thead > tr > td,
.table.table-dark-grey > tbody > tr > td {
  width: auto;
  padding: 15px 15px;
  line-height: normal;
  letter-spacing: normal;
}
.table.table-dark-grey > thead > tr > th.wid-100,
.table.table-dark-grey > tbody > tr > th.wid-100,
.table.table-dark-grey > thead > tr > td.wid-100,
.table.table-dark-grey > tbody > tr > td.wid-100 {
  width: 100px;
}
.table.table-dark-grey > thead > tr > th.wid-180,
.table.table-dark-grey > tbody > tr > th.wid-180,
.table.table-dark-grey > thead > tr > td.wid-180,
.table.table-dark-grey > tbody > tr > td.wid-180 {
  width: 180px;
}
.table.table-dark-grey > thead > tr > th,
.table.table-dark-grey > thead > tr > td {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #6e7088;
}
.table.table-dark-grey > tbody > tr {
  border-left: 0;
  border-bottom: 0;
  background-image: none;
}
.table.table-dark-grey > tbody > tr > th,
.table.table-dark-grey > tbody > tr > td {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
  background-color: #f6f3f3;
}
.table.table-dark-grey > tbody > tr.ptb-9 > th,
.table.table-dark-grey > tbody > tr.ptb-9 > td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.table.table-dark-grey > tbody > tr.ptb-12 > th,
.table.table-dark-grey > tbody > tr.ptb-12 > td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table.table-dark-grey > tbody > tr:nth-child(even) > th,
.table.table-dark-grey > tbody > tr:nth-child(even) > td {
  background-color: #faf9f9;
}
.table.table-dark-grey.table-md > thead > tr > th,
.table.table-dark-grey.table-md > tbody > tr > th,
.table.table-dark-grey.table-md > thead > tr > td,
.table.table-dark-grey.table-md > tbody > tr > td {
  padding: 10px 15px;
  font-size: 14px;
}
/* Table Info Wrap */
.table-info-wrap {
  margin-bottom: 15px;
}
/* Table Bordered */
.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered > thead > tr,
.table-bordered > tbody > tr,
.table-bordered > tfoot > tr {
  border-left: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th.width-62,
.table-bordered > tbody > tr > th.width-62,
.table-bordered > tfoot > tr > th.width-62,
.table-bordered > thead > tr > td.width-62,
.table-bordered > tbody > tr > td.width-62,
.table-bordered > tfoot > tr > td.width-62 {
  min-width: 62px;
  width: 62px;
}
.table-bordered > thead > tr > th.width-100,
.table-bordered > tbody > tr > th.width-100,
.table-bordered > tfoot > tr > th.width-100,
.table-bordered > thead > tr > td.width-100,
.table-bordered > tbody > tr > td.width-100,
.table-bordered > tfoot > tr > td.width-100 {
  min-width: 100px;
  width: 100px;
}
.table-bordered > thead > tr > th.width-150,
.table-bordered > tbody > tr > th.width-150,
.table-bordered > tfoot > tr > th.width-150,
.table-bordered > thead > tr > td.width-150,
.table-bordered > tbody > tr > td.width-150,
.table-bordered > tfoot > tr > td.width-150 {
  min-width: 150px;
  width: 150px;
}
.table-bordered > thead > tr > th.width-200,
.table-bordered > tbody > tr > th.width-200,
.table-bordered > tfoot > tr > th.width-200,
.table-bordered > thead > tr > td.width-200,
.table-bordered > tbody > tr > td.width-200,
.table-bordered > tfoot > tr > td.width-200 {
  min-width: 200px;
  width: 200px;
}
.table-bordered > thead > tr > th.width-250,
.table-bordered > tbody > tr > th.width-250,
.table-bordered > tfoot > tr > th.width-250,
.table-bordered > thead > tr > td.width-250,
.table-bordered > tbody > tr > td.width-250,
.table-bordered > tfoot > tr > td.width-250 {
  min-width: 250px;
  width: 250px;
}
.table-bordered > thead > tr > th .btn-delete,
.table-bordered > tbody > tr > th .btn-delete,
.table-bordered > tfoot > tr > th .btn-delete,
.table-bordered > thead > tr > td .btn-delete,
.table-bordered > tbody > tr > td .btn-delete,
.table-bordered > tfoot > tr > td .btn-delete {
  position: relative;
}
.table-bordered > thead > tr > th .btn-delete::after,
.table-bordered > tbody > tr > th .btn-delete::after,
.table-bordered > tfoot > tr > th .btn-delete::after,
.table-bordered > thead > tr > td .btn-delete::after,
.table-bordered > tbody > tr > td .btn-delete::after,
.table-bordered > tfoot > tr > td .btn-delete::after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/delete-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 350ms;
}
.table-bordered > thead > tr > th .btn-delete:hover::after,
.table-bordered > tbody > tr > th .btn-delete:hover::after,
.table-bordered > tfoot > tr > th .btn-delete:hover::after,
.table-bordered > thead > tr > td .btn-delete:hover::after,
.table-bordered > tbody > tr > td .btn-delete:hover::after,
.table-bordered > tfoot > tr > td .btn-delete:hover::after {
  opacity: 1;
  transition: all 350ms;
}
/* Table Striped & Transparent */
.table {
  /* Table Striped */
}
.table-striped > thead th {
  background-color: #ffffff;
}
.table-striped > tbody > tr {
  border-left: 1px solid #e0e0e0;
  background-image: none;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #ffffff;
  border-bottom: 0;
}
.table-striped > tbody > tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f6f6f6;
}
.table-striped > tfoot > tr > td {
  background-color: #666666;
  color: #fff;
}
.table-transparent {
  width: 100%;
}
.table-transparent-wrap {
  border-radius: 5px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.table-transparent > tbody > tr > td {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #313355;
  padding: 15px 15px;
  white-space: nowrap;
}
.table-transparent > tbody > tr > td.wid-100 {
  width: 100px;
}
.table-transparent > tbody > tr > td.wid-180 {
  width: 180px;
}
/* Table Grey */
.table-grey {
  width: 100%;
}
.table-grey > thead > tr {
  background-color: #e6e6e6;
}
.table-grey > thead > tr > th,
.table-grey > thead > tr > td {
  font-size: 16px;
  font-weight: bold;
  color: #2b3748;
  line-height: normal;
  padding: 10px 15px;
}
.table-grey > tbody > tr > td {
  font-size: 14px;
  color: #2b3748;
  line-height: normal;
  padding: 12px 15px;
}
.table-grey > tbody > tr > td.color-primary {
  color: #fd6747;
}
.table-grey > tbody > tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.table-grey > tbody > tr:nth-child(even) {
  background-color: #efeeee;
}
/* Mani Less */
/* Table Type 2 */
.table-type-2 {
  border-radius: 5px;
  border: solid 1px #979797;
}
.table-type-2 > thead {
  background-color: #f3f3f3;
}
.table-type-2 > thead > tr > th {
  opacity: 0.5;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: normal;
  padding: 13px 15px;
}
.table-type-2 > tbody > tr {
  border-bottom: solid 1px #e6e6e6;
  background-image: none;
  border-left: 1px;
}
.table-type-2 > tbody > tr:last-child {
  border-bottom: 0;
}
.table-type-2 > tbody > tr > td {
  font-size: 16px;
  font-weight: normal;
  color: #2b3748;
  line-height: normal;
  padding: 12px 15px;
}
.table-type-2 > tfoot > tr > td {
  background-color: #666666;
  color: #fff;
}
/* Table Inside Form */
.table-inside-form > tbody > tr > td.action a {
  margin-right: 0;
}
.table-inside-form > tbody > tr > td.action a img {
  width: auto !important;
}
.table-inside-form > tbody > tr > td .form-control {
  height: 28px;
}
.table-inside-form > tbody > tr > td .form-control.shadow-none {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.table-inside-form > tbody > tr > td .input-group.date .input-group-addon {
  width: 28px;
  padding: 0px 1px 1px;
}
.table-inside-form > tbody > tr > td .form-group {
  margin-bottom: 0;
}
.table-inside-form > tbody > tr > td .form-group .input-group-addon {
  line-height: 26px;
  padding: 0 12px;
  border-left: 1px solid #ccc;
}
.table-inside-form > tbody > tr > td .form-group .input-group.date .form-control {
  border-right: 1px solid #ccc;
  border-radius: 5px;
}
.table-inside-form > tbody > tr > td .form-group .input-group.date.focus .input-group-addon,
.table-inside-form > tbody > tr > td .form-group .input-group.date.focus .form-control {
  border-color: #fd7044;
}
.table-inside-form > tbody > tr > td .form-group .input-group.date .input-group-addon {
  display: none;
}
.table-inside-form > tbody > tr > td .select2-selection.select2-selection--single {
  height: 28px;
}
.table-inside-form > tbody > tr > td .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 28px;
}
.table-inside-form > tbody > tr > td .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 28px;
}
@media only screen and (max-width: 1299px) {
  .table-inside-form > tbody > tr > td .select2-selection.select2-selection--single .select2-selection__arrow b {
    left: 14px;
  }
}
.table-inside-form > tbody > tr > td .input-group.btn-file .input-group-btn .btn img {
  width: 28px;
}
.table-inside-form.type-2 > tbody > tr {
  background-image: none;
}
.table-inside-form.type-2 > tbody > tr:nth-child(odd) {
  background-color: #fcfcfc;
}
.table-inside-form.type-2 > tbody > tr:nth-child(even) {
  background-color: #ffffff;
}
.table.form-fixed-width > thead > tr > th {
  min-width: 160px;
}
.table.form-fixed-width > tbody > tr > td {
  min-width: 160px;
}
/* Table Update Status */
.table-update-status > thead > tr,
.table-update-status > tbody > tr,
.table-update-status > tfoot > tr {
  border: 0px;
}
.table-update-status > thead > tr > th,
.table-update-status > tbody > tr > th,
.table-update-status > tfoot > tr > th,
.table-update-status > thead > tr > td,
.table-update-status > tbody > tr > td,
.table-update-status > tfoot > tr > td {
  border: 1px solid #edecec;
}
.table-update-status > thead:first-child > tr:first-child > th {
  border-top: 1px solid #edecec;
}
.table-update-status > thead:first-child > tr th {
  color: #757575;
  font-weight: bold;
}
.table-update-status > tbody > tr {
  background-image: none;
}
.table-update-status > tbody > tr > td {
  border: 1px solid #edecec;
  font-weight: bold;
}
/* Data Tables */
table.dataTable {
  padding: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-collapse: collapse !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > th.sorting {
  padding-right: 10px;
}
.table-scroll {
  overflow-y: auto;
}
div.dataTables_wrapper div.dataTables_filter label {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .tab-pane div.dataTables_wrapper div.dataTables_filter label {
    margin: 15px 15px 15px 10px;
  }
}
div.dataTables_wrapper div.dataTables_filter label:before {
  content: "\f375";
  display: inline-block;
  color: #fd7044;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
div.dataTables_wrapper div.dataTables_filter input {
  min-width: 250px;
  height: 41px;
  border-radius: 25px;
  padding-left: 40px;
  margin-left: 0;
  border-color: transparent;
}
@media only screen and (min-width: 991px) {
  div.dataTables_wrapper div.dataTables_filter input {
    min-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 10px;
  }
}
div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
div.dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
div.dataTables_wrapper div.dataTables_filter input:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
div.dataTables_wrapper div.dataTables_paginate {
  line-height: 1;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 0;
}
div.dataTables_wrapper div.dataTables_length label {
  margin-bottom: 0;
}
/* File Upload */
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid #bcc3cb;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: 0;
  background: transparent;
  padding: 0px 15px;
  display: block;
  width: calc(100% - 90px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #767676;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.file-upload-wrapper:before {
  content: 'Browse';
  position: absolute;
  top: -1px;
  right: 0;
  display: inline-block;
  height: 40px;
  background: #fd7044;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 12px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.file-upload-wrapper:hover:before {
  background: #fd7044;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.file-upload-wrapper.type-2:before {
  content: '';
  top: 50%;
  padding: 0;
  right: 12px;
  width: 20px;
  height: 17px;
  line-height: 0;
  transform: translateY(-50%);
  background-image: url('../img/content/file-upload.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
.file-upload-wrapper.type-3 {
  border: 0;
  width: 82.4px;
  height: 32px;
  border-radius: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.file-upload-wrapper.type-3:before {
  content: 'Upload';
  left: 0;
  right: auto;
  height: 32px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  padding: 8.5px 15px 8.5px 26px;
  background-image: url(../img/content/upload-white.svg);
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: #0047bb;
  text-transform: none;
  letter-spacing: normal;
  border-radius: 5px;
}
.file-upload-wrapper.type-3 input {
  width: 82.4px;
  height: 38px;
  font-size: 0;
  border: 0;
  top: -7px;
}
.file-upload-wrapper.type-3:after {
  width: auto;
  height: auto;
  padding: 0;
  top: 33px;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
}
.file-upload-wrapper.type-3.btn-table {
  height: 30px;
}
.file-upload-wrapper.type-3.btn-table:before {
  height: 30px;
  padding: 6.5px 15px 7.5px 26px;
}
.file-upload-wrapper.type-3.btn-table input {
  height: 36px;
}
.file-upload-wrapper.type-3.btn-table:after {
  top: 7px;
  left: 90px;
  max-width: 150px;
  font-size: 11px;
}
.pagination {
  margin: 0;
}
.pagination > li {
  float: left;
  margin: 0 8px;
}
.pagination > li.previous {
  padding-right: 8px;
  border-right: 1px solid #bcc3cb;
}
.pagination > li.next {
  padding-left: 8px;
  border-left: 1px solid #bcc3cb;
}
.pagination > li.active a {
  background: #fd7044;
  color: #fff;
}
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active a.active {
  background: #fd7044;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  display: inline-block;
  color: #fd7044;
  background: #f6f6f6;
  border: none;
  margin: 0;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .pagination > li > a,
  .pagination > li > span {
    padding: 5px 10px;
  }
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active,
.pagination > li > span.active {
  background: #fd7044;
  color: #fff;
}
.pagination > li > a.prev,
.pagination > li > span.prev,
.pagination > li > a.next,
.pagination > li > span.next {
  transform: scale(1.15, 1.15);
  color: #fff;
  background: #fd7044;
}
.pagination::before,
.pagination::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.pagination::after {
  clear: both;
}
/* Layout */
.main-wrap {
  padding: 20px;
  background: #fff;
  min-height: 100vh;
}
section,
.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
section .section-space-sm,
.page-content .section-space-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-wrap {
  /* .shadow(0 0 10px 0 rgba(82, 82, 82, 0.2));
    .radius(8px); */
  background: #fff;
  margin-top: 100px;
  /* padding: 20px 0 0; */
}
.content-wrap .page-header-inner {
  /* border-bottom: 1px solid @color_border; */
  width: 100%;
  float: left;
  padding-bottom: 20px;
  /* margin-bottom: 15px; */
}
.content-wrap.tab-content-type .page-header-inner {
  padding-bottom: 14px;
}
.content-wrap .page-dashboard-content {
  padding: 10px 0 15px;
}
.content-wrap .page-main-content {
  position: relative;
  background: #fff;
  padding: 0 15px 15px;
  min-height: 370px;
  border-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  /* &.page-none-shadow {
            .shadow(none);
        } */
}
@media only screen and (min-width: 1601px) {
  .content-wrap .page-main-content {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .content-wrap .page-main-content {
    min-height: 380px;
  }
  .content-wrap .page-main-content.time-sheet-content {
    min-height: 330px;
  }
}
@media only screen and (max-width: 1440px) {
  .content-wrap .page-main-content {
    min-height: 290px;
  }
}
@media only screen and (max-width: 1023px) {
  .content-wrap .page-main-content {
    min-height: auto;
  }
  .content-wrap .page-main-content.list-page-content {
    min-height: 500px;
  }
}
@media only screen and (min-width: 1470px) {
  .content-wrap .page-main-content.list-page-content {
    height: calc(100vh - 285px);
    overflow-y: auto;
  }
  .content-wrap .page-main-content.list-page-content.dashboard-list-page-content {
    height: calc(100vh - 405px);
  }
  .content-wrap .page-main-content.list-page-content.time-sheet-content {
    height: calc(100vh - 350px);
  }
}
@media screen and (max-width: 1469px) and (min-width: 991px) {
  .content-wrap .page-main-content.list-page-content {
    height: calc(100vh - 245px);
  }
  .content-wrap .page-main-content.list-page-content.dashboard-list-page-content {
    height: calc(100vh - 365px);
  }
  .content-wrap .page-main-content.list-page-content.time-sheet-content {
    height: calc(100vh - 330px);
  }
}
.content-wrap .page-main-content.profile {
  padding: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.content-wrap .page-main-content.form-content {
  min-height: unset;
  margin-bottom: 30px;
}
.content-wrap .page-main-content.form-content.type-3 {
  margin-bottom: 0;
  overflow: auto;
  height: calc(100vh - 210px);
}
.content-wrap .page-main-content.type2 {
  padding: 0;
}
.content-wrap .page-main-content.type2.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 990px) {
  .content-wrap .page-main-content.type2.mob-pb-140 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 567px) {
  .content-wrap .page-main-content.type2.mob-pb-140 {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 1025px) {
  .content-wrap .page-main-content.form-content.type2 {
    margin-bottom: 0;
  }
}
.content-wrap .page-main-content.list-page-content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .content-wrap .page-main-content.list-page-content {
    padding-bottom: 0;
    margin: 0 -15px;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-radius: 8px;
  }
}
.content-wrap .page-main-content.pad-shdw-none {
  padding: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.content-wrap .page-card-content {
  padding-top: 20px;
}
.content-wrap.no-height {
  height: 100% !important;
}
.content-wrap .tab-header-second-section {
  display: inline-block;
  padding-bottom: 15px;
}
.content-wrap .tab-header-second-section .nav:after {
  content: '';
  display: none;
}
.content-wrap .tab-header-second-section .nav.nav-pills li {
  cursor: pointer;
  border: 1px solid #cccccc;
  margin: 0;
}
.content-wrap .tab-header-second-section .nav.nav-pills li:after {
  content: '';
  display: none;
}
.content-wrap .tab-header-second-section .nav.nav-pills li.active {
  background: #fd7044;
  border-color: #fd7044;
}
.content-wrap .tab-header-second-section .nav.nav-pills li.active a {
  color: #ffffff;
  background: #fd7044;
}
.content-wrap .tab-header-second-section .nav.nav-pills li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-wrap .tab-header-second-section .nav.nav-pills li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab-header-dark-section {
  padding-bottom: 10px;
}
.tab-header-dark-section .nav.nav-pills li {
  cursor: pointer;
  border: 1px solid #313355;
  margin: 0;
}
.tab-header-dark-section .nav.nav-pills li a {
  color: #313355;
  text-align: center;
  line-height: 1.375;
  font-weight: 600;
}
.tab-header-dark-section .nav.nav-pills li a:hover {
  background-color: transparent;
}
.tab-header-dark-section .nav.nav-pills li.active {
  background: #313355;
  border-color: #313355;
}
.tab-header-dark-section .nav.nav-pills li.active a {
  color: #ffffff;
  background: #313355;
}
.tab-header-dark-section .nav.nav-pills li.active a:hover {
  background-color: transparent;
}
.tab-header-dark-section .nav.nav-pills li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-header-dark-section .nav.nav-pills li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 1025px) {
  .tab-header-dark-section.fix-wid .nav.nav-pills li {
    min-width: 160px;
  }
}
@media only screen and (min-width: 1470px) {
  .tab-content-type .page-main-content.list-page-content {
    /*  height: calc(~"100vh - 236px"); */
    min-height: 355px;
    height: calc(100vh - 330px);
  }
}
@media screen and (max-width: 1469px) and (min-width: 991px) {
  .tab-content-type .page-main-content.list-page-content {
    height: calc(100vh - 296px);
  }
}
/* Spacings */
.pad-none {
  padding: 0;
}
.pad-tb-none {
  padding-top: 0;
  padding-bottom: 0;
}
.pad-lf-rt {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pad-lf-rt-15 {
  padding-left: 15px;
  padding-right: 15px;
}
/* Margin Space None */
.m-no {
  margin: none;
}
.mt-no {
  margin-top: none;
}
.margin-lf-rt {
  margin-left: 0!important;
  margin-right: 0!important;
}
.mb-no {
  margin-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-26 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
/* Mobile Spacing */
.mob-mb-5 {
  margin-bottom: 5px;
}
/* Button */
.btn,
button {
  text-align: center;
  cursor: pointer;
  padding: 10px 17px;
  font-size: 16px;
  border-radius: 19px;
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  transition: all 350ms;
  background-color: #fd7044;
}
@media only screen and (max-width: 767px) {
  .btn,
  button {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.btn:hover,
button:hover,
.btn:focus,
button:focus {
  color: #fff;
  transition: all 350ms;
  outline: none;
}
.btn i,
button i {
  margin-right: 10px;
}
.btn.btn-square,
button.btn-square {
  border-radius: 5px;
}
.btn.btn-dark,
button.btn-dark {
  background: #171717;
  color: #fff;
}
.btn.btn-dark:hover,
button.btn-dark:hover,
.btn.btn-dark:focus,
button.btn-dark:focus {
  background: #fd7044;
  color: #fff;
}
.btn.btn-primary,
button.btn-primary {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-primary:hover,
button.btn-primary:hover,
.btn.btn-primary:focus,
button.btn-primary:focus {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #fe8b47, #fe6a47 45%, #ff4e50);
  color: #fff;
}
.btn.btn-secondary,
button.btn-secondary {
  background-image: linear-gradient(113deg, #45556c, #3c465c 45%, #2b3748);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-secondary:hover,
button.btn-secondary:hover,
.btn.btn-secondary:focus,
button.btn-secondary:focus {
  background-image: linear-gradient(113deg, #2b3748, #3c465c 45%, #45556c);
  color: #fff;
}
.btn.btn-primary-light,
button.btn-primary-light {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 8.5px 13px;
  background-color: #ee9838;
}
.btn.btn-primary-light:hover,
button.btn-primary-light:hover,
.btn.btn-primary-light:focus,
button.btn-primary-light:focus {
  background: #fd7044;
}
.btn.btn-secondary-dark,
button.btn-secondary-dark {
  color: #ffffff;
  background-color: #313355;
}
.btn.btn-secondary-dark:hover,
button.btn-secondary-dark:hover,
.btn.btn-secondary-dark:focus,
button.btn-secondary-dark:focus {
  background: #171717;
}
.btn.btn-white,
button.btn-white {
  background: #fff;
  color: #fd7044;
}
.btn.btn-white.shadow,
button.btn-white.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-white:hover,
button.btn-white:hover,
.btn.btn-white:focus,
button.btn-white:focus {
  background: #fd7044;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-cancel,
button.btn-cancel {
  background: #fff;
  color: #747a84;
}
.btn.btn-cancel.shadow,
button.btn-cancel.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-cancel:hover,
button.btn-cancel:hover,
.btn.btn-cancel:focus,
button.btn-cancel:focus {
  background: #747a84;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-success,
button.btn-success {
  background-color: #54a400;
  color: #fff;
}
.btn.btn-success:hover,
button.btn-success:hover,
.btn.btn-success:focus,
button.btn-success:focus {
  background-color: #34a852;
  color: #fff;
}
.btn.btn-bordered,
button.btn-bordered {
  padding-top: 9px;
  padding-bottom: 9px;
  background: transparent;
  border: 1px solid #fd7044;
  color: #fd7044;
}
.btn.btn-bordered:hover,
button.btn-bordered:hover,
.btn.btn-bordered:focus,
button.btn-bordered:focus {
  background: #fd7044;
  color: #fff;
}
.btn.btn-bordered.btn-md,
button.btn-bordered.btn-md {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-bordered.btn-grey,
button.btn-bordered.btn-grey {
  border-color: #979797;
  background-color: #ffffff;
  color: #555555;
}
.btn.btn-bordered.btn-grey:hover,
button.btn-bordered.btn-grey:hover,
.btn.btn-bordered.btn-grey:focus,
button.btn-bordered.btn-grey:focus {
  color: #fff;
  background: #979797;
}
.btn.btn-bordered.btn-dark,
button.btn-bordered.btn-dark {
  color: #313355;
  border-color: #313355;
}
.btn.btn-bordered.btn-dark:hover,
button.btn-bordered.btn-dark:hover,
.btn.btn-bordered.btn-dark:focus,
button.btn-bordered.btn-dark:focus {
  color: #fff;
  background-color: #313355;
}
.btn.btn-bordered.btn-green,
button.btn-bordered.btn-green {
  color: #34a852;
  border-color: #34a852;
}
.btn.btn-bordered.btn-green:hover,
button.btn-bordered.btn-green:hover,
.btn.btn-bordered.btn-green:focus,
button.btn-bordered.btn-green:focus {
  color: #fff;
  background-color: #34a852;
}
.btn.btn-bordered.btn-rose,
button.btn-bordered.btn-rose {
  color: #ff8292;
  border-color: #ff8292;
}
.btn.btn-bordered.btn-rose:hover,
button.btn-bordered.btn-rose:hover,
.btn.btn-bordered.btn-rose:focus,
button.btn-bordered.btn-rose:focus {
  color: #fff;
  background-color: #ff8292;
}
.btn.btn-red,
button.btn-red {
  border-color: #ea4335;
  color: #ffffff;
}
.btn.btn-red:hover,
button.btn-red:hover,
.btn.btn-red:focus,
button.btn-red:focus {
  background: #ea4335;
  color: #ffffff;
}
.btn.btn-reject,
button.btn-reject {
  background-color: #e64a19;
  color: #ffffff;
}
.btn.btn-reject:hover,
button.btn-reject:hover,
.btn.btn-reject:focus,
button.btn-reject:focus {
  background: #e02e1f;
  color: #ffffff;
}
.btn.btn-approve,
button.btn-approve {
  background-color: #4caf50;
  color: #ffffff;
}
.btn.btn-approve:hover,
button.btn-approve:hover,
.btn.btn-approve:focus,
button.btn-approve:focus {
  background: #34a852;
  color: #ffffff;
}
.btn.btn-approve:disabled,
button.btn-approve:disabled {
  opacity: 0.27;
}
.btn.btn-approve:disabled:hover,
button.btn-approve:disabled:hover,
.btn.btn-approve:disabled:focus,
button.btn-approve:disabled:focus {
  background-color: #4caf50;
}
.btn.btn-green,
button.btn-green {
  background: #6dd400;
  color: #ffffff;
}
.btn.btn-green:hover,
button.btn-green:hover,
.btn.btn-green:focus,
button.btn-green:focus {
  background: #34a852;
  color: #ffffff;
}
.btn.btn-blue,
button.btn-blue {
  background: #0047bb;
  color: #ffffff;
}
.btn.btn-blue:hover,
button.btn-blue:hover,
.btn.btn-blue:focus,
button.btn-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
.btn.btn-cms-blue,
button.btn-cms-blue {
  background: #3A67CC;
  color: #ffffff;
}
.btn.btn-cms-blue:hover,
button.btn-cms-blue:hover,
.btn.btn-cms-blue:focus,
button.btn-cms-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
.btn.btn-yellow,
button.btn-yellow {
  background: #fbbc05;
  color: #ffffff;
}
.btn.btn-yellow:hover,
button.btn-yellow:hover,
.btn.btn-yellow:focus,
button.btn-yellow:focus {
  background: #fbbc05;
  color: #ffffff;
}
.btn.btn-grey,
button.btn-grey {
  background: #aaaaaa;
  color: #ffffff;
}
.btn.btn-grey:hover,
button.btn-grey:hover,
.btn.btn-grey:focus,
button.btn-grey:focus {
  background: #747a84;
  color: #ffffff;
}
.btn.btn-start,
button.btn-start,
.btn.btn-stop,
button.btn-stop {
  font-size: 14px;
  padding: 5px 7px 5px 6px;
  color: #ffffff;
  background: #6dd400;
  border-radius: 3px;
}
.btn.btn-start:hover,
button.btn-start:hover,
.btn.btn-stop:hover,
button.btn-stop:hover,
.btn.btn-start:focus,
button.btn-start:focus,
.btn.btn-stop:focus,
button.btn-stop:focus {
  background: #54a400;
  color: #ffffff;
  outline: none;
  outline-offset: unset;
}
.btn.btn-start img,
button.btn-start img,
.btn.btn-stop img,
button.btn-stop img {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-start .btn-start-text,
button.btn-start .btn-start-text,
.btn.btn-stop .btn-start-text,
button.btn-stop .btn-start-text,
.btn.btn-start .btn-stop-text,
button.btn-start .btn-stop-text,
.btn.btn-stop .btn-stop-text,
button.btn-stop .btn-stop-text {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-stop,
button.btn-stop {
  padding: 5px 9px 5px 6px;
  background: #e26153;
}
.btn.btn-stop:hover,
button.btn-stop:hover,
.btn.btn-stop:focus,
button.btn-stop:focus {
  background: #ea4335;
}
@media only screen and (min-width: 991px) {
  .btn.btn-min-wdth,
  button.btn-min-wdth {
    min-width: 98px;
  }
}
.btn.btn-xs,
button.btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}
.btn.btn-xs.btn-square,
button.btn-xs.btn-square {
  border-radius: 3px;
}
.btn.btn-sm,
button.btn-sm {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
}
.btn.btn-sm-table,
button.btn-sm-table {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
}
.btn.btn-md,
button.btn-md {
  padding: 10px 24px;
  border-radius: 22px;
}
.btn.btn-md.type2,
button.btn-md.type2 {
  padding: 7px 13.5px;
  font-size: 14px;
}
.btn.btn-md.btn-square,
button.btn-md.btn-square {
  border-radius: 5px;
}
@media only screen and (max-width: 567px) {
  .btn.btn-mob-full-width,
  button.btn-mob-full-width {
    width: 100%;
  }
}
.btn.btn-lg,
button.btn-lg {
  padding: 10px 44px;
  font-size: 26px;
  border-radius: 30px;
}
.btn.btn-delete,
button.btn-delete {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.btn.img-btn,
button.img-btn {
  padding: 0;
  border-radius: 50%;
}
.btn.img-btn .radius-50,
button.img-btn .radius-50 {
  border-radius: 50%;
}
td .btn.img-btn,
td button.img-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  transition: all 350ms;
}
td .btn.img-btn:hover,
td button.img-btn:hover,
td .btn.img-btn:focus,
td button.img-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
.btn.icon-btn,
button.icon-btn {
  padding: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #aaaaaa;
}
td .btn.icon-btn,
td button.icon-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fd7044;
  background: #fd7044;
  margin-left: 5px;
  transition: all 350ms;
}
td .btn.icon-btn:hover,
td button.icon-btn:hover,
td .btn.icon-btn:focus,
td button.icon-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
.btn.icon-btn:hover,
button.icon-btn:hover,
.btn.icon-btn:focus,
button.icon-btn:focus {
  background: #fd7044;
}
.btn.icon-btn i,
button.icon-btn i {
  margin-right: 0;
}
.btn.btn-refresh,
button.btn-refresh {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  min-width: unset;
  background-color: #fd7044;
}
.btn.btn-refresh .btn-refresh-icon,
button.btn-refresh .btn-refresh-icon {
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
.btn-link {
  color: #fd7044;
  cursor: pointer;
  line-height: 1.42857143;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.active {
  color: #3c465c;
}
.page-form-footer .btn-link {
  color: #3c465c;
}
.page-form-footer .btn-link:hover,
.page-form-footer .btn-link:focus,
.page-form-footer .btn-link.active {
  color: #fd7044;
}
.btn-link.color-secondary-dark {
  color: #313355;
}
.btn-link.color-secondary-dark:hover,
.btn-link.color-secondary-dark:focus,
.btn-link.color-secondary-dark.active {
  color: #3c465c;
}
.btn-back {
  font-size: 24px;
}
.btn-img {
  display: inline-block;
  cursor: pointer;
}
.btn-img img {
  width: 36px;
}
.reset-link {
  padding: 0;
  color: #fd7044;
  cursor: pointer;
  line-height: 1.42857143;
  background-color: transparent;
}
.reset-link:hover,
.reset-link:focus,
.reset-link.active {
  color: #3c465c;
}
/* Separator Line */
.separator-line {
  min-height: 1px;
  border-top: 1px solid #e1e1e1;
}
/* Ripple magic */
.ripple {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ripple:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #ff4e50;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}
@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}
.ripple:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}
/* Button Set */
.btn-set {
  margin-bottom: 0;
}
.btn-set li {
  display: inline-block;
  margin: 0 5px;
}
.btn-set li:first-child {
  margin-left: 0;
}
.btn-set li:last-child {
  margin-right: 0;
}
/* Section title */
/* Breadcrumb */
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a.active {
  color: #3c465c;
}
.page {
  /* Page Deatail Info */
}
.page-form {
  padding-top: 30px;
}
.type2 .page-form {
  padding-top: 0;
}
.page-form-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  background-color: #fff;
  text-align: right;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.page-form-footer .btn-left {
  float: left;
}
.page-form-footer .btn-link {
  margin-right: 20px;
}
.page-form-footer .btn-link:hover {
  text-decoration: none;
}
.page-form-footer .text-left {
  float: left;
}
.page-form-footer .text-lft {
  text-align: left;
}
.page-form-footer .form-footer-list {
  margin-bottom: 0;
}
.page-form-footer .form-footer-list > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  border-right: 1px solid #e8e8ef;
}
.page-form-footer .form-footer-list > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.page-form-footer .form-footer-list > li:first-child {
  padding-left: 0;
}
.page-form-footer .form-footer-label,
.page-form-footer .form-footer-value {
  display: block;
  font-weight: bold;
  line-height: normal;
}
.page-form-footer .form-footer-label {
  color: #333333;
}
.page-form-footer .form-footer-value {
  color: #fc853d;
  font-size: 20px;
}
.page-form-footer .form-footer-value small {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.page-form-footer .form-footer-info {
  font-weight: 800;
  margin-bottom: 0;
}
.page-form-footer .form-footer-info.lh-40 {
  line-height: 40px;
}
.page-form-footer.page-last-bottom-footer {
  position: relative;
  margin-top: 15px;
  border-radius: 5px;
}
.page-form-title .title {
  font-size: 16px;
  font-weight: 600;
  color: #fd7044;
}
.page-detail-info .page-inside-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-detail-info .page-inside-details li {
  width: 33.333%;
  padding: 35px 20px;
  border: 1px solid #979797;
}
.page-detail-info .page-inside-details li .page-inside-discription,
.page-detail-info .page-inside-details li .page-inside-value {
  text-align: center;
  display: block;
  font-weight: bold;
}
.page-detail-info .page-inside-details li .page-inside-value {
  color: #fd7044;
  font-size: 24px;
}
.page-detail-info .page-inside-details li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-detail-info .page-inside-details li:nth-child(n+1) {
  border-right: 0;
}
.page-detail-info .page-inside-details li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #979797;
}
/* Datepicker */
.datepicker {
  z-index: 9999 !important;
}
/* Form */
label,
.label {
  font-weight: 400;
}
label .text-grey,
.label .text-grey {
  color: #555555;
}
.input-group {
  width: 100%;
  /* .shadow(0 0 10px 0 rgba(0, 0, 0, 0.1)); */
}
.input-group .input-group-addon {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  padding: 0;
  background: transparent;
  border-right: none;
  box-shadow: none;
  transition: all 350ms;
}
.page-form .input-group .input-group-addon {
  padding: 0 12px;
}
.input-group .input-group-addon.type-2 {
  line-height: 38px;
  padding: 0 10px;
  border-right: 1px solid #bcc3cb;
  font-size: 14px;
}
.input-group .form-control {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.input-group .form-control:focus {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.input-group.date .input-group-addon {
  padding: 3px 3px 2px;
  width: 40px;
  cursor: pointer;
  line-height: 1;
  border-left: 0;
  border-right: 1px solid #ccc;
}
.input-group.date .form-control {
  padding-left: 12px;
  border-right: 0;
  cursor: pointer;
}
.input-group.date .form-control.time-picker-form-contol {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.input-group.date .form-control.time-picker-form-contol:focus {
  border-color: #fd7044;
}
.input-group.date.focus .input-group-addon {
  border-right-color: #fd7044;
}
.input-group.date.type-sm {
  background-color: #ffffff;
  border: 1px solid #bcc3cb;
  border-radius: 5px;
}
.input-group.date.type-sm .input-group-addon {
  padding: 0px 3px 0px;
  width: 36px;
  cursor: pointer;
  line-height: 1;
  border: 0;
  background-color: transparent;
}
.input-group.date.type-sm .input-group-addon img {
  height: 30px;
}
.input-group.date.type-sm .form-control {
  height: 30px;
  padding: 8px;
  border: 0;
  font-size: 13px;
}
.input-group.btn-file {
  border: 1px solid #bcc3cb;
  background: #fff;
  border-radius: 5px;
  z-index: 0;
}
.input-group.btn-file .form-control {
  border: 0;
  background-color: #fff;
  cursor: text;
}
.input-group.btn-file .input-group-btn {
  border: 0;
  cursor: pointer;
}
.input-group.btn-file .input-group-btn .btn {
  min-width: auto;
  padding: 0;
  cursor: pointer;
}
.input-group.btn-file .input-group-btn .btn.btn-primary {
  background-image: none;
  box-shadow: none;
}
.input-group.btn-file .input-group-btn .btn.btn-primary:focus {
  background-image: none;
  box-shadow: none;
}
.input-group.btn-file .input-group-btn .btn input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.input-group.btn-file .input-group-btn .btn img {
  width: 40px;
  cursor: pointer;
  max-width: none;
}
.input-group.btn-file.import-file {
  border-color: #bcc3cb;
  color: #ffffff;
}
.input-group.btn-file.import-file .form-control {
  height: 60px;
}
.input-group.btn-file.import-file .input-group-btn .btn {
  background: #bcc3cb;
  padding: 22px 30px;
  margin-bottom: 0;
  color: #fff;
  position: relative;
  right: -1px;
  height: 60px;
  vertical-align: middle;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.btn-file.import-file .input-group-btn .btn-over {
  background: #ffffff;
  padding: 0;
  position: relative;
  right: 0;
  border: 0;
  margin-right: 20px;
}
.input-group.rupee .input-group-addon {
  width: 20px;
  padding: 0 6.5px;
}
.input-group.rupee .form-control {
  padding-left: 0;
  border-left: 0;
}
.form-control {
  height: 40px;
  color: #767676;
  font-weight: 600;
  border-color: #bcc3cb;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 350ms;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #fd7044;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.form-control.type-sm {
  height: 32px;
  padding: 8px 8px;
  font-size: 13px;
}
.form-control-view {
  color: #767676;
  font-weight: bold;
  line-height: 40px;
}
.form-control-view.text-blue {
  color: #4285f4;
}
.form-control-view.text-red {
  color: #ea4335;
}
.form-control-view.text-success {
  color: #54a400;
}
.form-control-view.text-black {
  color: #171717;
}
input.form-control:-moz-read-only:focus {
  border-color: #bcc3cb;
}
input.form-control:read-only:focus {
  border-color: #bcc3cb;
}
textarea.form-control {
  min-height: 40px;
  height: auto;
  padding-top: 15px;
  padding-left: 20px;
  resize: none;
}
textarea.form-control.type-sm {
  min-height: 32px;
  height: auto;
  padding: 8px;
}
.focus .form-control {
  border-color: #fd7044;
}
.focus .input-group-addon {
  border-color: #fd7044;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 15px;
  }
}
.page-form-footer .form-group,
.page-form-fixed-footer .form-group {
  margin-bottom: 0;
}
.form-group label {
  color: #2b3748;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.page-form-fixed-footer .form-group label {
  color: #ffffff;
}
.form-group .input-group-addon.input-img-addon {
  padding: 0;
}
.form-group .input-group-addon.input-img-addon img {
  width: 40px;
}
.form-group .input-append {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.form-group .input-append .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-radius: 11.4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.form-group .input-append .add-on {
  border-top-right-radius: 11.4px;
  border-bottom-right-radius: 11.4px;
  text-align: center;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-left: 0;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.form-group .input-append .add-on i img {
  margin: 17px 12px;
  height: 30px;
}
.form-group .input-append .add-on i span {
  color: #000000;
}
.form-group-view .grp-view-label,
.form-group-view .grp-view-value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #313355;
}
.form-group-view .grp-view-value {
  padding-top: 8px;
  color: #555555;
}
.form-group-view .grp-view-value.text-blue {
  color: #4285f4;
}
.form-group-view .grp-view-value.text-green {
  color: #34a852;
}
.form-group-view .grp-view-label {
  font-weight: bold;
}
.form-group.static-error label.error {
  position: static;
  padding-top: 4px;
}
/* Input Button Types */
input.btn {
  text-align: center;
  cursor: pointer;
  padding: 10px 17px;
  font-size: 16px;
  border-radius: 19px;
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  transition: all 350ms;
  background-color: #fd7044;
}
@media only screen and (max-width: 767px) {
  input.btn {
    font-size: 12px;
    padding: 8px 20px;
  }
}
input.btn:hover,
input.btn:focus {
  color: #fff;
  transition: all 350ms;
  outline: none;
}
input.btn i {
  margin-right: 10px;
}
input.btn.btn-square {
  border-radius: 5px;
}
input.btn.btn-dark {
  background: #171717;
  color: #fff;
}
input.btn.btn-dark:hover,
input.btn.btn-dark:focus {
  background: #fd7044;
  color: #fff;
}
input.btn.btn-primary {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
input.btn.btn-primary:hover,
input.btn.btn-primary:focus {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #fe8b47, #fe6a47 45%, #ff4e50);
  color: #fff;
}
input.btn.btn-secondary {
  background-image: linear-gradient(113deg, #45556c, #3c465c 45%, #2b3748);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
input.btn.btn-secondary:hover,
input.btn.btn-secondary:focus {
  background-image: linear-gradient(113deg, #2b3748, #3c465c 45%, #45556c);
  color: #fff;
}
input.btn.btn-primary-light {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 8.5px 13px;
  background-color: #ee9838;
}
input.btn.btn-primary-light:hover,
input.btn.btn-primary-light:focus {
  background: #fd7044;
}
input.btn.btn-secondary-dark {
  color: #ffffff;
  background-color: #313355;
}
input.btn.btn-secondary-dark:hover,
input.btn.btn-secondary-dark:focus {
  background: #171717;
}
input.btn.btn-white {
  background: #fff;
  color: #fd7044;
}
input.btn.btn-white.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
input.btn.btn-white:hover,
input.btn.btn-white:focus {
  background: #fd7044;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
input.btn.btn-cancel {
  background: #fff;
  color: #747a84;
}
input.btn.btn-cancel.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
input.btn.btn-cancel:hover,
input.btn.btn-cancel:focus {
  background: #747a84;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
input.btn.btn-success {
  background-color: #54a400;
  color: #fff;
}
input.btn.btn-success:hover,
input.btn.btn-success:focus {
  background-color: #34a852;
  color: #fff;
}
input.btn.btn-bordered {
  padding-top: 9px;
  padding-bottom: 9px;
  background: transparent;
  border: 1px solid #fd7044;
  color: #fd7044;
}
input.btn.btn-bordered:hover,
input.btn.btn-bordered:focus {
  background: #fd7044;
  color: #fff;
}
input.btn.btn-bordered.btn-md {
  padding-top: 9px;
  padding-bottom: 9px;
}
input.btn.btn-bordered.btn-grey {
  border-color: #979797;
  background-color: #ffffff;
  color: #555555;
}
input.btn.btn-bordered.btn-grey:hover,
input.btn.btn-bordered.btn-grey:focus {
  color: #fff;
  background: #979797;
}
input.btn.btn-bordered.btn-dark {
  color: #313355;
  border-color: #313355;
}
input.btn.btn-bordered.btn-dark:hover,
input.btn.btn-bordered.btn-dark:focus {
  color: #fff;
  background-color: #313355;
}
input.btn.btn-bordered.btn-green {
  color: #34a852;
  border-color: #34a852;
}
input.btn.btn-bordered.btn-green:hover,
input.btn.btn-bordered.btn-green:focus {
  color: #fff;
  background-color: #34a852;
}
input.btn.btn-bordered.btn-rose {
  color: #ff8292;
  border-color: #ff8292;
}
input.btn.btn-bordered.btn-rose:hover,
input.btn.btn-bordered.btn-rose:focus {
  color: #fff;
  background-color: #ff8292;
}
input.btn.btn-red {
  border-color: #ea4335;
  color: #ffffff;
}
input.btn.btn-red:hover,
input.btn.btn-red:focus {
  background: #ea4335;
  color: #ffffff;
}
input.btn.btn-reject {
  background-color: #e64a19;
  color: #ffffff;
}
input.btn.btn-reject:hover,
input.btn.btn-reject:focus {
  background: #e02e1f;
  color: #ffffff;
}
input.btn.btn-approve {
  background-color: #4caf50;
  color: #ffffff;
}
input.btn.btn-approve:hover,
input.btn.btn-approve:focus {
  background: #34a852;
  color: #ffffff;
}
input.btn.btn-approve:disabled {
  opacity: 0.27;
}
input.btn.btn-approve:disabled:hover,
input.btn.btn-approve:disabled:focus {
  background-color: #4caf50;
}
input.btn.btn-green {
  background: #6dd400;
  color: #ffffff;
}
input.btn.btn-green:hover,
input.btn.btn-green:focus {
  background: #34a852;
  color: #ffffff;
}
input.btn.btn-blue {
  background: #0047bb;
  color: #ffffff;
}
input.btn.btn-blue:hover,
input.btn.btn-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
input.btn.btn-cms-blue {
  background: #3A67CC;
  color: #ffffff;
}
input.btn.btn-cms-blue:hover,
input.btn.btn-cms-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
input.btn.btn-yellow {
  background: #fbbc05;
  color: #ffffff;
}
input.btn.btn-yellow:hover,
input.btn.btn-yellow:focus {
  background: #fbbc05;
  color: #ffffff;
}
input.btn.btn-grey {
  background: #aaaaaa;
  color: #ffffff;
}
input.btn.btn-grey:hover,
input.btn.btn-grey:focus {
  background: #747a84;
  color: #ffffff;
}
input.btn.btn-start,
input.btn.btn-stop {
  font-size: 14px;
  padding: 5px 7px 5px 6px;
  color: #ffffff;
  background: #6dd400;
  border-radius: 3px;
}
input.btn.btn-start:hover,
input.btn.btn-stop:hover,
input.btn.btn-start:focus,
input.btn.btn-stop:focus {
  background: #54a400;
  color: #ffffff;
  outline: none;
  outline-offset: unset;
}
input.btn.btn-start img,
input.btn.btn-stop img {
  display: inline-block;
  vertical-align: middle;
}
input.btn.btn-start .btn-start-text,
input.btn.btn-stop .btn-start-text,
input.btn.btn-start .btn-stop-text,
input.btn.btn-stop .btn-stop-text {
  display: inline-block;
  vertical-align: middle;
}
input.btn.btn-stop {
  padding: 5px 9px 5px 6px;
  background: #e26153;
}
input.btn.btn-stop:hover,
input.btn.btn-stop:focus {
  background: #ea4335;
}
@media only screen and (min-width: 991px) {
  input.btn.btn-min-wdth {
    min-width: 98px;
  }
}
input.btn.btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}
input.btn.btn-xs.btn-square {
  border-radius: 3px;
}
input.btn.btn-sm {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
}
input.btn.btn-sm-table {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
}
input.btn.btn-md {
  padding: 10px 24px;
  border-radius: 22px;
}
input.btn.btn-md.type2 {
  padding: 7px 13.5px;
  font-size: 14px;
}
input.btn.btn-md.btn-square {
  border-radius: 5px;
}
@media only screen and (max-width: 567px) {
  input.btn.btn-mob-full-width {
    width: 100%;
  }
}
input.btn.btn-lg {
  padding: 10px 44px;
  font-size: 26px;
  border-radius: 30px;
}
input.btn.btn-delete {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
input.btn.img-btn {
  padding: 0;
  border-radius: 50%;
}
input.btn.img-btn .radius-50 {
  border-radius: 50%;
}
td input.btn.img-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  transition: all 350ms;
}
td input.btn.img-btn:hover,
td input.btn.img-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
input.btn.icon-btn {
  padding: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #aaaaaa;
}
td input.btn.icon-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fd7044;
  background: #fd7044;
  margin-left: 5px;
  transition: all 350ms;
}
td input.btn.icon-btn:hover,
td input.btn.icon-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
input.btn.icon-btn:hover,
input.btn.icon-btn:focus {
  background: #fd7044;
}
input.btn.icon-btn i {
  margin-right: 0;
}
input.btn.btn-refresh {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  min-width: unset;
  background-color: #fd7044;
}
input.btn.btn-refresh .btn-refresh-icon {
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
.form-light input.btn {
  text-align: center;
  cursor: pointer;
  padding: 10px 17px;
  font-size: 16px;
  border-radius: 19px;
  outline: 0;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: normal;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  transition: all 350ms;
  background-color: #fd7044;
}
@media only screen and (max-width: 767px) {
  .form-light input.btn {
    font-size: 12px;
    padding: 8px 20px;
  }
}
.form-light input.btn:hover,
.form-light input.btn:focus {
  color: #fff;
  transition: all 350ms;
  outline: none;
}
.form-light input.btn i {
  margin-right: 10px;
}
.form-light input.btn.btn-square {
  border-radius: 5px;
}
.form-light input.btn.btn-dark {
  background: #171717;
  color: #fff;
}
.form-light input.btn.btn-dark:hover,
.form-light input.btn.btn-dark:focus {
  background: #fd7044;
  color: #fff;
}
.form-light input.btn.btn-primary {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
.form-light input.btn.btn-primary:hover,
.form-light input.btn.btn-primary:focus {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #fe8b47, #fe6a47 45%, #ff4e50);
  color: #fff;
}
.form-light input.btn.btn-secondary {
  background-image: linear-gradient(113deg, #45556c, #3c465c 45%, #2b3748);
  color: #fff;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}
.form-light input.btn.btn-secondary:hover,
.form-light input.btn.btn-secondary:focus {
  background-image: linear-gradient(113deg, #2b3748, #3c465c 45%, #45556c);
  color: #fff;
}
.form-light input.btn.btn-primary-light {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 8.5px 13px;
  background-color: #ee9838;
}
.form-light input.btn.btn-primary-light:hover,
.form-light input.btn.btn-primary-light:focus {
  background: #fd7044;
}
.form-light input.btn.btn-secondary-dark {
  color: #ffffff;
  background-color: #313355;
}
.form-light input.btn.btn-secondary-dark:hover,
.form-light input.btn.btn-secondary-dark:focus {
  background: #171717;
}
.form-light input.btn.btn-white {
  background: #fff;
  color: #fd7044;
}
.form-light input.btn.btn-white.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.form-light input.btn.btn-white:hover,
.form-light input.btn.btn-white:focus {
  background: #fd7044;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.form-light input.btn.btn-cancel {
  background: #fff;
  color: #747a84;
}
.form-light input.btn.btn-cancel.shadow {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.form-light input.btn.btn-cancel:hover,
.form-light input.btn.btn-cancel:focus {
  background: #747a84;
  color: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.form-light input.btn.btn-success {
  background-color: #54a400;
  color: #fff;
}
.form-light input.btn.btn-success:hover,
.form-light input.btn.btn-success:focus {
  background-color: #34a852;
  color: #fff;
}
.form-light input.btn.btn-bordered {
  padding-top: 9px;
  padding-bottom: 9px;
  background: transparent;
  border: 1px solid #fd7044;
  color: #fd7044;
}
.form-light input.btn.btn-bordered:hover,
.form-light input.btn.btn-bordered:focus {
  background: #fd7044;
  color: #fff;
}
.form-light input.btn.btn-bordered.btn-md {
  padding-top: 9px;
  padding-bottom: 9px;
}
.form-light input.btn.btn-bordered.btn-grey {
  border-color: #979797;
  background-color: #ffffff;
  color: #555555;
}
.form-light input.btn.btn-bordered.btn-grey:hover,
.form-light input.btn.btn-bordered.btn-grey:focus {
  color: #fff;
  background: #979797;
}
.form-light input.btn.btn-bordered.btn-dark {
  color: #313355;
  border-color: #313355;
}
.form-light input.btn.btn-bordered.btn-dark:hover,
.form-light input.btn.btn-bordered.btn-dark:focus {
  color: #fff;
  background-color: #313355;
}
.form-light input.btn.btn-bordered.btn-green {
  color: #34a852;
  border-color: #34a852;
}
.form-light input.btn.btn-bordered.btn-green:hover,
.form-light input.btn.btn-bordered.btn-green:focus {
  color: #fff;
  background-color: #34a852;
}
.form-light input.btn.btn-bordered.btn-rose {
  color: #ff8292;
  border-color: #ff8292;
}
.form-light input.btn.btn-bordered.btn-rose:hover,
.form-light input.btn.btn-bordered.btn-rose:focus {
  color: #fff;
  background-color: #ff8292;
}
.form-light input.btn.btn-red {
  border-color: #ea4335;
  color: #ffffff;
}
.form-light input.btn.btn-red:hover,
.form-light input.btn.btn-red:focus {
  background: #ea4335;
  color: #ffffff;
}
.form-light input.btn.btn-reject {
  background-color: #e64a19;
  color: #ffffff;
}
.form-light input.btn.btn-reject:hover,
.form-light input.btn.btn-reject:focus {
  background: #e02e1f;
  color: #ffffff;
}
.form-light input.btn.btn-approve {
  background-color: #4caf50;
  color: #ffffff;
}
.form-light input.btn.btn-approve:hover,
.form-light input.btn.btn-approve:focus {
  background: #34a852;
  color: #ffffff;
}
.form-light input.btn.btn-approve:disabled {
  opacity: 0.27;
}
.form-light input.btn.btn-approve:disabled:hover,
.form-light input.btn.btn-approve:disabled:focus {
  background-color: #4caf50;
}
.form-light input.btn.btn-green {
  background: #6dd400;
  color: #ffffff;
}
.form-light input.btn.btn-green:hover,
.form-light input.btn.btn-green:focus {
  background: #34a852;
  color: #ffffff;
}
.form-light input.btn.btn-blue {
  background: #0047bb;
  color: #ffffff;
}
.form-light input.btn.btn-blue:hover,
.form-light input.btn.btn-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
.form-light input.btn.btn-cms-blue {
  background: #3A67CC;
  color: #ffffff;
}
.form-light input.btn.btn-cms-blue:hover,
.form-light input.btn.btn-cms-blue:focus {
  background: #1a3885;
  color: #ffffff;
}
.form-light input.btn.btn-yellow {
  background: #fbbc05;
  color: #ffffff;
}
.form-light input.btn.btn-yellow:hover,
.form-light input.btn.btn-yellow:focus {
  background: #fbbc05;
  color: #ffffff;
}
.form-light input.btn.btn-grey {
  background: #aaaaaa;
  color: #ffffff;
}
.form-light input.btn.btn-grey:hover,
.form-light input.btn.btn-grey:focus {
  background: #747a84;
  color: #ffffff;
}
.form-light input.btn.btn-start,
.form-light input.btn.btn-stop {
  font-size: 14px;
  padding: 5px 7px 5px 6px;
  color: #ffffff;
  background: #6dd400;
  border-radius: 3px;
}
.form-light input.btn.btn-start:hover,
.form-light input.btn.btn-stop:hover,
.form-light input.btn.btn-start:focus,
.form-light input.btn.btn-stop:focus {
  background: #54a400;
  color: #ffffff;
  outline: none;
  outline-offset: unset;
}
.form-light input.btn.btn-start img,
.form-light input.btn.btn-stop img {
  display: inline-block;
  vertical-align: middle;
}
.form-light input.btn.btn-start .btn-start-text,
.form-light input.btn.btn-stop .btn-start-text,
.form-light input.btn.btn-start .btn-stop-text,
.form-light input.btn.btn-stop .btn-stop-text {
  display: inline-block;
  vertical-align: middle;
}
.form-light input.btn.btn-stop {
  padding: 5px 9px 5px 6px;
  background: #e26153;
}
.form-light input.btn.btn-stop:hover,
.form-light input.btn.btn-stop:focus {
  background: #ea4335;
}
@media only screen and (min-width: 991px) {
  .form-light input.btn.btn-min-wdth {
    min-width: 98px;
  }
}
.form-light input.btn.btn-xs {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}
.form-light input.btn.btn-xs.btn-square {
  border-radius: 3px;
}
.form-light input.btn.btn-sm {
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
}
.form-light input.btn.btn-sm-table {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
}
.form-light input.btn.btn-md {
  padding: 10px 24px;
  border-radius: 22px;
}
.form-light input.btn.btn-md.type2 {
  padding: 7px 13.5px;
  font-size: 14px;
}
.form-light input.btn.btn-md.btn-square {
  border-radius: 5px;
}
@media only screen and (max-width: 567px) {
  .form-light input.btn.btn-mob-full-width {
    width: 100%;
  }
}
.form-light input.btn.btn-lg {
  padding: 10px 44px;
  font-size: 26px;
  border-radius: 30px;
}
.form-light input.btn.btn-delete {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}
.form-light input.btn.img-btn {
  padding: 0;
  border-radius: 50%;
}
.form-light input.btn.img-btn .radius-50 {
  border-radius: 50%;
}
td .form-light input.btn.img-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  background: transparent;
  transition: all 350ms;
}
td .form-light input.btn.img-btn:hover,
td .form-light input.btn.img-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
.form-light input.btn.icon-btn {
  padding: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #aaaaaa;
}
td .form-light input.btn.icon-btn {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fd7044;
  background: #fd7044;
  margin-left: 5px;
  transition: all 350ms;
}
td .form-light input.btn.icon-btn:hover,
td .form-light input.btn.icon-btn:focus {
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
  transition: all 350ms;
}
.form-light input.btn.icon-btn:hover,
.form-light input.btn.icon-btn:focus {
  background: #fd7044;
}
.form-light input.btn.icon-btn i {
  margin-right: 0;
}
.form-light input.btn.btn-refresh {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  min-width: unset;
  background-color: #fd7044;
}
.form-light input.btn.btn-refresh .btn-refresh-icon {
  height: 18px;
  width: 18px;
  margin: 0 auto;
}
/* Search Filter */
.search_filter label {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.search_filter label::before {
  content: "\f375";
  display: inline-block;
  color: #536686;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.search_filter label button.btn-clear {
  min-width: auto;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #ff584d;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  background-color: transparent;
  transform: translateY(-50%);
}
.search_filter .form-control {
  min-width: 250px;
  height: 40px;
  padding-left: 40px;
  padding-right: 70px;
  margin-left: 0;
  border-color: transparent;
  border-radius: 25px;
}
@media only screen and (min-width: 991px) {
  .search_filter .form-control {
    min-width: 400px;
  }
}
/* Search Form */
.search-form {
  width: auto;
}
.search-form .input-group {
  display: inline-table;
  vertical-align: middle;
  min-width: 320px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.search-form .input-group .input-group-addon {
  width: 53px;
  border-color: transparent;
  color: #767676;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.search-form .input-group .form-control {
  width: 100%;
  border-color: transparent;
}
.search-form .input-group .input-group-btn {
  width: 78px;
}
.search-form .input-group .input-group-btn .btn,
.search-form .input-group .input-group-btn button {
  background: #fff;
  color: #fd7044;
  font-size: 13px;
  padding: 13px 10px;
}
/* Error Field */
label.error {
  position: absolute;
  left: 5px;
  bottom: -22px;
  line-height: 1.2;
  color: #ea4335;
  margin-bottom: 0;
}
table label.error {
  position: static;
}
.alter-error {
  font-size: 14px;
  line-height: 1.2;
  color: #ea4335;
  margin-left: 10px;
  opacity: 0;
}
.alter-error::before {
  content: '\f3a5';
  display: inline-block;
  font-family: "Ionicons";
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alter-error.in {
  opacity: 1;
}
.error_align .error {
  display: block;
  position: relative;
  bottom: 0;
}
.checkbox label.error {
  display: none !important;
}
/* Button Block */
.button-block .dropdown {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.button-block .dropdown .btn-extension {
  width: 40px;
  height: 40px;
  padding: 18px 7.5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #fd883d, #fe544d);
  border-radius: 50%;
}
.button-block .dropdown .btn-extension img {
  margin: auto;
}
.button-block .dropdown .btn-extension:hover {
  background-image: linear-gradient(to bottom, #fe544d, #fd883d);
}
.button-block .dropdown .dropdown-menu {
  padding: 3px 0 3px;
  border: 0;
  margin-top: 5px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.button-block .dropdown .dropdown-menu > li {
  border-bottom: 1px solid #f2f2f2;
}
.button-block .dropdown .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 15px;
  color: #333333;
}
.button-block .dropdown .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.button-block .btn + .btn {
  margin-left: 10px;
}
/* page Header */
.page-header-content-left {
  float: left;
  text-align: left;
}
.page-header-content-left .page-header-content {
  padding: 0 7.5px;
}
.page-header-content-left .page-header-content:first-child {
  padding-left: 0;
}
.page-header-content-left .page-header-content:last-child {
  padding-right: 0;
}
.page-header-content-left .page-header-content-item {
  display: inline-block;
  vertical-align: middle;
}
.page-header-content-left .page-header-content-item.back-wrap {
  padding-right: 20px;
}
.page-header-content-left .page-header-content.button-block {
  line-height: 40px;
}
.page-header-content-left .page-header-content.button-block .btn.btn-bordered {
  padding: 10px 17px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 25px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li {
  display: block;
  float: left;
  width: auto;
  padding: 5px 0px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item {
  border-right: 1px solid #e0e0e0;
  padding: 0 25px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-label {
  color: #777777;
  font-size: 12px;
  display: block;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-value {
  font-size: 14px;
  display: block;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-btn {
  padding: 4px 10px 0;
  padding-left: 25px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-btn .btn-bordered {
  background-color: #ffffff;
  color: #fd7044;
  transition: all 350ms;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-btn .btn-bordered:hover,
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-btn .btn-bordered:active,
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-btn .btn-bordered:focus {
  background-color: #fd7044;
  color: #ffffff;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li:first-child .header-item {
  padding-left: 10px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li {
  display: block;
  float: left;
  width: auto;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-label {
  color: #777777;
  font-size: 12px;
  display: block;
}
.page-header-content-left .page-header-content.item-block .page-header-list-item li .header-item-value {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.page-header-content-right {
  float: right;
}
@media only screen and (max-width: 767px) {
  .page-header-content-right {
    padding-top: 0px;
  }
}
.page-header-content-right .page-header-content {
  padding: 0 7.5px 0;
}
@media only screen and (max-width: 767px) {
  .page-header-content-right .page-header-content {
    padding: 0;
  }
}
.page-header-content-right .page-header-content.button-block .btn.btn-primary {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .page-header-content-right .page-header-content.button-block .btn {
    font-size: 14px;
    padding: 11px 17px;
    border-radius: 25px;
  }
}
.page-header-content-right .page-header-content:first-child {
  padding-left: 0;
}
.page-header-content-right .page-header-content:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .page-header-content-right .page-header-content a .btn {
    margin-bottom: 10px;
  }
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown .btn.btn-default {
  background: #e7e7e7;
  color: #fd7044;
  padding: 0px 12px 15px;
  font-size: 25px;
  line-height: 1;
  border-radius: 5px;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown .btn.btn-default:focus,
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown .btn.btn-default:hover,
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown .btn.btn-default:active {
  outline: none;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown ul.dropdown-menu {
  margin-top: 10px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown ul.dropdown-menu li {
  padding: 10px;
  padding-top: 5px;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown ul.dropdown-menu li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
  background: none;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown ul.dropdown-menu li a:hover {
  color: #fd7044;
}
.page-header-content-right .page-header-content .page-header-content-dropdown .dropdown ul.dropdown-menu li:last-child a {
  border-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0;
}
.page-header-content-right .page-header-content .title-right {
  font-size: 20px;
  line-height: 40px;
}
.page-header-content-center {
  display: inline-block;
}
.page-header-content {
  float: left;
}
@media only screen and (max-width: 990px) {
  .page-header-content.search-block {
    margin-bottom: 10px;
  }
}
.page-header {
  margin: 0;
  border: none;
  padding: 0;
}
.page-header .title-block {
  line-height: 1.2;
}
.page-header .title-block .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: capitalize;
}
.page-header .title-block .subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #aaaaaa;
  margin-bottom: 0;
}
.page-header .title-block .subtitle.bold {
  font-weight: 600;
}
.page-header .period-block {
  border-left: 1px solid #bcc3cb;
}
.page-header .period-block .info-label {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
}
.page-header .tab-block .nav {
  border-radius: 25px;
}
.page-header .tab-block .nav > li {
  background-color: #aaaaaa;
  min-width: 180px;
  color: #fff;
}
.page-header .tab-block .nav > li + li {
  margin-left: 0;
}
.page-header .tab-block .nav > li > a {
  border-radius: 0;
  color: #fff;
}
.page-header .tab-block .nav > li > a:hover,
.page-header .tab-block .nav > li > a:focus {
  background-color: #aaaaaa;
}
.page-header .tab-block .nav > li.active > a {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
.page-header .tab-block .nav > li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.page-header .tab-block .nav > li:first-child > a {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.page-header .tab-block .nav > li:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.page-header .tab-block .nav > li:last-child > a {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.page-header::before,
.page-header::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.page-header::after {
  clear: both;
}
/* Page Header Info */
.page-info-header {
  margin-top: 20px;
}
.page-info-header-inner {
  padding-left: 150px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-info-header-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-info-header-content {
  padding: 25px 24px;
  background: #fff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-height: 102px;
}
.page-info-header-content.back {
  position: absolute;
  left: 0;
  line-height: 100px;
  height: auto;
  padding: 0 30px;
  background: #fd7044;
  color: #fff;
}
.page-info-header-content.back .page-action-btn {
  color: inherit;
}
.page-info-header-content .page-info-list {
  margin: 0;
}
.page-info-header-content .page-info-list li {
  display: inline-block;
  padding: 0 20px;
}
.page-info-header-content .page-info-list li .info-label {
  color: #aaaaaa;
  font-size: 12px;
}
.page-info-header-content .page-info-list li .info-label-value {
  display: block;
  margin: 0;
  font-size: 13px;
}
/* Page Footer */
.page-footer {
  background-color: #ffffff;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px;
  width: 100%;
}
.page-left-footer {
  display: block;
  float: left;
}
.page-left-footer-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 15px;
}
.page-left-footer-list li {
  display: block;
  float: left;
  width: auto;
  padding: 5px 15px;
}
.page-left-footer-list li .page-left-footer-item {
  border-right: 1px solid #e0e0e0;
  padding: 0 25px;
}
.page-left-footer-list li .page-left-footer-item-label {
  color: #777777;
  font-size: 12px;
  display: block;
}
.page-left-footer-list li .page-left-footer-item-value {
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.page-right-footer {
  display: block;
  float: right;
}
.page-right-footer-list {
  display: flex;
  flex-wrap: flex;
  width: 100%;
}
.page-right-footer-list li {
  display: block;
  float: left;
  width: auto;
  padding: 5px 15px;
}
/* Badge */
.badge {
  padding: 5px 12px;
  border-radius: 19px;
  margin-left: 10px;
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
/* Tag */
.tag {
  background: #B3335F;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 2px 6px 4px;
  border-radius: 4px;
}
.typo-secondary .tag {
  color: #fff;
}
.tag.blue {
  background: #3c465c;
}
.approved .tag {
  background: #34a852;
}
.rejected .tag {
  background: #B3335F;
}
.waiting .tag {
  background: #fbbc05;
}
.axapta .tag {
  background: #4285f4;
}
.resolved .tag {
  background: #333333;
}
/* Tags List */
.tags li {
  display: inline-block;
  margin: 0 2px 2px;
}
.tags li a {
  background: #B3335F;
  font-family: 'Muli', sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 2px 6px 4px;
  border-radius: 4px;
  text-transform: capitalize;
  background: #fd7044;
}
.typo-secondary .tags li a {
  color: #fff;
}
.tags li a.blue {
  background: #3c465c;
}
.approved .tags li a {
  background: #34a852;
}
.rejected .tags li a {
  background: #B3335F;
}
.waiting .tags li a {
  background: #fbbc05;
}
.axapta .tags li a {
  background: #4285f4;
}
.resolved .tags li a {
  background: #333333;
}
/* Footer */
.footer {
  margin-top: 15px;
}
footer.footer {
  margin-top: 0;
}
@media only screen and (min-width: 991px) {
  .footer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 991px) {
  .footer-wrap {
    position: fixed;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 991px) {
  .footer.bottom-fixed {
    position: fixed;
    padding: 0 25px;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin: 0;
  }
}
.footer-content {
  padding: 0 15px;
  background: #fff;
  -ms-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  border-radius: 8px;
  /* min-height: 76px; */
}
.footer-content.footer-left {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-content.wide .info-block {
  text-align: center;
}
.footer-content.wide .showing-results {
  width: 12%;
}
@media only screen and (min-width: 768px) {
  .footer-content .paginate {
    width: 100%;
    display: table;
  }
}
.showing-results {
  vertical-align: middle;
  text-align: right;
}
.paginate .showing-results {
  display: table-cell;
  padding: 15px 0 15px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .paginate .showing-results {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.showing-results .select2-container {
  width: 80px !important;
  text-align: left;
}
.showing-results .select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #fd7044;
}
@media only screen and (max-width: 767px) {
  .showing-results .select2-container--default .select2-selection--single {
    height: 30px;
  }
}
.showing-results .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .showing-results .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.showing-results .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .showing-results .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
}
.showing-results .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.pagination-block {
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1299px) {
  .pagination-block {
    padding: 20px;
  }
  .pagination-block .pagination li a {
    margin-bottom: 5px;
  }
}
.paginate .pagination-block {
  display: table-cell;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .paginate .pagination-block {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.pagination-block .pagination {
  margin: 0;
}
.foot_info {
  text-align: left;
  vertical-align: middle;
}
.paginate .foot_info {
  display: table-cell;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .paginate .foot_info {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.info-block {
  margin: 0;
}
.info-block li {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  position: relative;
}
.info-block li::before {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  right: 0;
  top: 11px;
  background: #bcc3cb;
}
.info-block li:first-child {
  text-align: left;
  padding-left: 0;
}
.info-block li:last-child {
  text-align: right;
  padding-right: 0;
}
.info-block li:last-child::before {
  content: none;
  display: none;
}
.info-block li .info-label {
  color: #aaaaaa;
  font-size: 14px;
}
.info-block li .info-label-for {
  font-weight: 800;
  margin-top: 5px;
  font-size: 20px;
  color: #fd7044;
  display: block;
  line-height: 1;
}
/* Bottom Fixed in List Page */
.bottom-fixed-wrap {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}
.bottom-fixed-wrap .bottom-fixed {
  padding: 10px 15px;
  background-color: #ffffff;
  border-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
  box-shadow: 0 0 10px 0 rgba(82, 82, 82, 0.2);
}
/* Modal */
.modal-backdrop {
  background: transparent;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .modal {
    padding: 5px 15px;
  }
}
.modal.text-center {
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
@media only screen and (max-width: 767px) {
  .modal:before {
    display: none;
  }
}
.modal-dialog {
  text-align: left;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
  }
}
.modal-header {
  margin: 0 20px;
  padding: 15px 0px;
  border-color: #bcc3cb;
  line-height: 5px;
}
.modal-header .close {
  margin: 0;
  height: 40px;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 18px;
  color: #fd7044;
  border-radius: 50%;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.modal-header .close i {
  margin-right: 0;
}
.modal-header .close:hover {
  background: #ea4335;
  color: #fff;
  font-size: 18px;
}
.fixed .modal-header {
  margin: 0 30px;
}
@media only screen and (max-width: 767px) {
  .fixed .modal-header {
    margin: 0 15px;
  }
}
.modal-title {
  font-size: 22px;
  line-height: 39px;
  font-weight: bold;
  color: #2b3748;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-title.modal-title-red {
  color: #fd7044;
}
.modal-footer {
  text-align: center;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-top: none;
  /* Modal Footer List */
}
.modal-footer.bg-lgrey {
  margin-right: -30px;
  margin-left: -30px;
  padding: 15px !important;
  background-color: #f5f5f5 !important;
}
.modal-footer.bg-lgrey .btn {
  width: 150px;
}
.modal-footer.bg-lgrey .btn-red {
  background: #ea4335;
  color: #ffffff;
}
.modal-footer.bg-lgrey .btn-green {
  background: #34a852;
  color: #ffffff;
}
.modal-footer .btn-link {
  color: #3c465c;
}
.modal-footer .btn-link:hover,
.modal-footer .btn-link:focus {
  color: #fd7044;
  text-decoration: none;
}
.fixed .modal-footer {
  text-align: right;
  padding: 15px 20px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 2;
}
.modal-footer.edit {
  /* text-align: left; */
}
.modal-footer.edit .link-list {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #bcc3cb;
  padding: 15px 30px;
  display: inline-block;
  z-index: -1;
  opacity: 0;
  transform: translateY(100%);
  transition: all 350ms;
}
.modal-footer.edit .link-list ul {
  padding: 0 15px;
  margin-bottom: 0;
  list-style: disc;
}
.modal-footer.edit .link-list ul li {
  width: 33.33333%;
  float: left;
}
.modal-footer.edit .link-list ul li p {
  font-weight: 700;
  margin-bottom: 0;
}
.modal-footer.edit .link-list ul li span {
  display: block;
  font-weight: 700;
  color: #aaaaaa;
}
.modal-footer.edit .link-list ul::before,
.modal-footer.edit .link-list ul::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-footer.edit .link-list ul::after {
  clear: both;
}
.modal-footer.edit .modal-footer-action {
  float: left;
  margin-bottom: 0;
  display: inline-block;
}
.modal-footer.edit .modal-footer-action > li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #bcc3cb;
}
.modal-footer.edit .modal-footer-action > li:first-child {
  padding-left: 0;
}
.modal-footer.edit .modal-footer-action > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.modal-footer.edit .modal-footer-action > li span {
  font-size: 12px;
  font-weight: 700;
  color: #767676;
  display: block;
  line-height: 1.1;
}
.modal-footer.edit .modal-footer-action > li h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.modal-footer.edit .modal-footer-action > li h5.amount {
  color: #ff584d;
}
.modal-footer.edit .modal-footer-action > li h5.success {
  color: #34a852;
}
.modal-footer.edit .modal-footer-action > li h5.failure {
  color: #ea4335;
}
.modal-footer.edit .modal-footer-action > li .hover-list {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
}
.modal-footer.edit .modal-footer-action > li .hover-list:hover > .link-list {
  opacity: 1;
  transform: translateY(-100%);
  transition: all 350ms;
}
.modal-footer.edit .modal-footer-action > li .btn-link {
  line-height: 45px;
}
.modal-footer.edit .edit-block-btn {
  display: inline-block;
  float: right;
}
.modal-footer-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.modal-footer-list > li {
  padding: 0 15px;
  border-right: 1px solid #dadada;
}
.modal-footer-list > li:first-child {
  padding-left: 0;
}
.modal-footer-list > li:last-child {
  padding-right: 0;
  border-right: 0;
}
.modal-footer-list-label,
.modal-footer-list-value {
  display: block;
  line-height: normal;
}
.modal-footer-list-label {
  font-size: 12px;
  color: #747a84;
}
.color-red .modal-footer-list-label {
  color: #ff5a4d;
}
.modal-footer-list-value {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.color-red .modal-footer-list-value {
  color: #ff5a4d;
}
.modal-body {
  padding: 20px 30px;
}
@media (min-width: 1190px) {
  .modal-body {
    /* min-height: 600px; */
    max-height: 800px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 20px 15px;
  }
}
.fixed .modal-body {
  /* height: calc(~"100% - 169px");
            overflow: auto; */
  padding-bottom: 85px;
}
.modal-body-head {
  text-align: left;
  margin-bottom: 20px;
}
.modal-body-head-left {
  float: left;
}
.modal-body-head-right {
  float: right;
  text-align: right;
}
.modal-body-head-right .modal-img-block span.green-text {
  font-weight: 600;
  font-size: 16px;
  color: #7ed321;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-body-head-right .modal-img-block span.green-text {
    font-size: 14px;
  }
}
.modal-body-head-right .modal-img-block span.red-text {
  font-weight: 600;
  font-size: 16px;
  color: #ea4335;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .modal-body-head-right .modal-img-block span.red-text {
    font-size: 14px;
  }
}
.modal-body-head-right .modal-img-block img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
}
.modal-body-head-right h6.modal-body-subtitle span {
  display: inline-block;
  color: #2b3748;
}
.modal-body-head::before,
.modal-body-head::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-body-head::after {
  clear: both;
}
.modal-body-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}
.modal-body-title span {
  font-size: 16px;
  color: #2b3748;
  float: right;
}
.modal-body-title span.color-green {
  color: #7ed321;
}
@media only screen and (max-width: 767px) {
  .modal-body-title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-body-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.modal-body-subtitle {
  font-weight: 600;
  color: #767676;
  margin-bottom: 0;
}
.modal-body-subtitle span {
  display: block;
}
.modal-body-subtitle.light {
  color: #bcc3cb;
}
@media only screen and (max-width: 767px) {
  .modal-body-subtitle {
    font-size: 14px;
  }
}
.modal-body .modal-block-header .title {
  font-size: 16px;
  font-weight: 600;
  color: #fd7044;
}
.modal-body .modal-block-details .modal-view-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.modal-body .modal-block-details .modal-view-data-list {
  margin: 0;
  position: relative;
  padding: 15px 0px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  width: 50%;
  display: block;
  float: left;
  vertical-align: middle;
}
.modal-body .modal-block-details .modal-view-data-list:nth-child(1),
.modal-body .modal-block-details .modal-view-data-list:nth-child(2) {
  border-top: 1px solid #e1e1e1;
}
.modal-body .modal-block-details .modal-view-data-list-label {
  display: block;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}
.modal-body .modal-block-details .modal-view-data-list-value {
  display: block;
  font-weight: 600;
  line-height: 18px;
}
@media only screen and (min-width: 991px) {
  .modal-body .modal-block-details .modal-view-data-list:nth-child(2n) {
    border-right: 0;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .modal-body .modal-block-details .modal-view-data-list {
    width: 100%;
  }
  .modal-body .modal-block-details .modal-view-data-list:nth-child(2n) {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
  }
}
.modal-body .modal-details .form-group {
  margin-bottom: 15px;
}
.modal-content {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.fixed .modal-content {
  height: calc(100vh - 10px);
  overflow-y: auto;
}
.modal-form {
  padding: 10px 20px 0;
}
.fixed .modal-form {
  padding: 10px 0;
}
.modal-cards {
  border-top: 1px solid #bcc3cb;
  padding: 0;
  margin-top: 20px;
  text-align: left;
}
.modal-cards.no-divider {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.modal-cards-wrap {
  margin-bottom: 20px;
}
.modal-cards .cards-wrap {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.modal-cards .cards-wrap::before,
.modal-cards .cards-wrap::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-cards .cards-wrap::after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .modal-cards .cards-wrap {
    margin: 0;
  }
}
.modal-cards .card-item {
  float: left;
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal-cards .card-item {
    width: 100%;
    padding: 0;
  }
}
.three-column.modal-cards .card-item {
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .three-column.modal-cards .card-item {
    width: 100%;
  }
}
.three-column.modal-cards .card-item.big {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .three-column.modal-cards .card-item.big {
    width: 100%;
  }
}
.three-column.modal-cards .card-item.md {
  width: 66.66666%;
}
@media only screen and (max-width: 767px) {
  .three-column.modal-cards .card-item.md {
    width: 100%;
  }
}
.four-column.modal-cards .card-item {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .four-column.modal-cards .card-item {
    width: 100%;
  }
}
.four-column.modal-cards .card-item.big {
  width: 100%;
}
.four-column.modal-cards .card-item.md {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .four-column.modal-cards .card-item.md {
    width: 100%;
  }
}
.four-column.modal-cards .card-item.sm {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .four-column.modal-cards .card-item.sm {
    width: 100%;
  }
}
.modal-cards .card-item.big {
  width: 100%;
}
.modal-cards .card-item.md {
  width: 66.66666%;
}
@media only screen and (max-width: 767px) {
  .modal-cards .card-item.md {
    width: 100%;
  }
}
.modal-cards .card-item-block {
  padding: 12px 20px;
  background: #fff;
  border-radius: 10px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
}
.modal-cards .card-item .card-label {
  color: #aaaaaa;
  font-size: 13px;
  display: block;
}
.modal-cards .card-item .card-label-value {
  color: #2b3748;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.modal-breadcrump {
  margin-bottom: 0;
}
.modal-breadcrump li {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
  display: inline-block;
  padding: 0 12px 0 2px;
  position: relative;
  text-transform: uppercase;
}
.modal-breadcrump li::before {
  content: "/";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.modal-breadcrump li:first-child {
  padding-left: 0;
}
.modal-breadcrump li:last-child {
  padding-right: 0;
}
.modal-breadcrump li:last-child:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .modal-breadcrump li {
    font-size: 11px;
    line-height: 13px;
    padding: 0 8px 0 0;
  }
}
.modal-list {
  padding: 14px 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.modal-list li {
  padding: 10px 25px;
  text-align: left;
  border-right: 1px solid #bcc3cb;
  border-bottom: 1px solid #bcc3cb;
  float: left;
  width: 33.33333%;
}
.modal-list li:nth-child(1),
.modal-list li:nth-child(4) {
  padding-left: 0;
}
.modal-list li:nth-child(3),
.modal-list li:nth-child(6) {
  border-right: 0;
}
.modal-list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.modal-list-label {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 600;
}
.modal-list-value {
  display: block;
  font-weight: 600;
}
.modal-list-value.success {
  color: #34a852;
}
.modal-list-value.failure {
  color: #ea4335;
}
.modal-list::before,
.modal-list::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-list::after {
  clear: both;
}
.modal-alerts {
  font-size: 16px;
  font-weight: 600;
}
.modal-alerts i {
  color: #fd7044;
  margin-right: 10px;
}
.modal-thanks {
  text-align: center;
  padding: 10px 0 30px;
}
.modal-thanks .modal-icon {
  margin-bottom: 26px;
}
.modal-thanks .modal-icon img {
  margin: auto;
}
.modal-thanks-title {
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
}
.modal-thanks-title.color-success {
  color: #54a400;
}
.modal-thanks-txt {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 10px;
}
.modal-thanks-txt-sm {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  font-family: 'Rubik', sans-serif;
}
.modal-thanks-txt.wid-320 {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.modal-thanks-txt.color-dark {
  color: #313355;
}
.modal-thanks-txt.color-grey {
  color: #555555;
}
.modal.fade:not(.in) .modal-dialog {
  transform: translate3d(25%, 0, 0);
}
.modal.modal-center.fade:not(.in) .modal-dialog {
  transform: translate3d(0, -25%, 0);
}
.modal.modal-bottom.fade:not(.in) .modal-dialog {
  transform: translate3d(0, 25%, 0);
}
/* Filter */
.filter.modal {
  text-align: center;
}
.filter.modal .modal-header {
  padding: 20px 30px;
  margin: 0;
}
.filter.modal .modal-header .right-btn {
  float: right;
  margin-right: 15px;
}
.filter.modal .modal-body {
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.filter.modal .modal-body .modal-form {
  padding-top: 0;
}
.filter.modal .modal-content {
  background: #fff;
  border-radius: 5px;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.filter.modal .modal-footer {
  text-align: left;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0 30px 30px;
}
.filter.modal .modal-footer.box-shadow {
  padding: 15px 30px 15px;
  -ms-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.08);
}
.modal-center {
  text-align: center;
}
.modal-center .modal-header {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.modal-list-item {
  margin-bottom: 0;
}
.modal-list-item::before,
.modal-list-item::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-list-item::after {
  clear: both;
}
.modal-list-item .item {
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding: 20px 10px 20px;
  border-bottom: 1px solid #bcc3cb;
}
.modal-list-item .item:first-child {
  padding-top: 0;
}
.modal-list-item .item:last-child {
  margin-bottom: 0;
}
.modal-list-item .item.last-item {
  border-bottom: none;
}
.modal-list-item .md-list-inner {
  display: inline-block;
}
.modal-list-item .md-list-inner .list-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal-list-item .md-list-inner:first-child {
  width: 30%;
}
.modal-list-item .md-list-inner:last-child {
  width: 70%;
}
.modal-list-item .list-inner::before,
.modal-list-item .list-inner::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.modal-list-item .list-inner::after {
  clear: both;
}
.modal-list-item .list-inner + .list-inner {
  margin-top: 10px;
}
.modal-list-item .list-item-content {
  float: left;
}
.modal-list-item .list-item-content.radio-block {
  margin-right: 10px;
}
.modal-list-item .list-item-content.radio-block:last-child {
  margin-right: 0;
}
.modal-list-item .list-item-content.md-radio-block {
  float: left;
  margin-bottom: 5px;
}
.modal-list-item .list-item-content.md-radio-block .custom-radio-select input[type="radio"] + label {
  padding: 8px 20px;
  font-size: 14px;
  background: none;
  border: 1px solid #fd7044;
  color: #fd7044;
}
.modal-list-item .list-item-content.md-radio-block .custom-radio-select input[type="radio"]:checked + label {
  background: #fd7044;
  color: #ffffff;
}
.modal-list-item .list-item-content.md-radio-block .custom-radio-select.total-radio-select {
  position: relative;
  padding-right: 60px;
}
.modal-list-item .list-item-content.md-radio-block .custom-radio-select.total-radio-select:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 0;
  border-right: 1px solid #e0e0e0;
  height: 100%;
}
.modal-list-item .list-item-content.md-radio-block .radio-title {
  font-weight: 600;
}
.modal-list-item .list-item-content.radio-content-block {
  padding-left: 15px;
  margin-left: 0;
}
.modal-list-item .list-item-content.radio-content-block .input-group .input-group-addon {
  width: 0px;
  display: none;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control {
  border-radius: 25px;
  border-left: 1px solid #bcc3cb;
  border-color: #bcc3cb;
  background-color: #bcc3cb;
  padding-left: 12px;
  color: #fff;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control.red {
  background-color: #ea4335;
  border-color: #ea4335;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.modal-list-item .list-item-content.radio-content-block .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.modal-list-item .list-item-content.radio-content-block .form-group {
  margin-bottom: 0;
}
.modal-list-item .list-item-content.radio-content-block .form-control {
  height: 46px;
  width: 230px;
  text-align: center;
  font-size: 16px;
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block .select2-container {
  width: 230px !important;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--default .select2-selection--single {
  background-color: #bcc3cb;
  border-radius: 25px;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  text-align: center;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--default.red .select2-selection--single {
  background-color: #ea4335;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--open .select2-selection--single {
  border-radius: 0;
  border-top-color: #bcc3cb;
  border-left-color: #bcc3cb;
  border-right-color: #bcc3cb;
}
.modal-list-item .list-item-content.radio-content-block .select2-container--open.red .select2-selection--single {
  border-top-color: #ea4335;
  border-left-color: #ea4335;
  border-right-color: #ea4335;
  border-bottom-color: #ea4335;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .form-control {
  height: 37px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group .form-control {
  background: #ffffff;
  color: #fd7044;
  border: 1px solid #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fd7044;
}
.modal-list-item .list-item-content.radio-content-block.md-radio-content-block .input-group.date.active .form-control {
  background: #fd7044;
  color: #ffffff;
  border: 1px solid #fd7044;
}
/* Tab Panel Button Set Select2 */
.tab-pane-btn-set .select2-container--default .select2-selection--single {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .tab-pane-btn-set .select2-container--default .select2-selection--single {
    height: 30px;
  }
}
.tab-pane-btn-set .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .tab-pane-btn-set .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
}
.tab-pane-btn-set .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .tab-pane-btn-set .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
  }
}
/* Alert Modals */
.alert-modal .modal-dialog {
  text-align: center;
}
.alert-modal.modal {
  text-align: center;
}
.alert-modal.modal .modal-header {
  padding: 20px;
  margin: 0;
}
.success.alert-modal.modal .modal-header {
  background-color: #7ed321;
}
.failure.alert-modal.modal .modal-header {
  background-color: #ff746a;
}
.alert-modal.modal .modal-body {
  min-height: auto;
  padding: 30px;
}
.alert-modal.modal .modal-body h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.alert-modal.modal .modal-body p {
  color: #555;
  line-height: 1.3;
  margin-bottom: 0;
}
.alert-modal.modal .modal-body .btn {
  border-radius: 5px;
  margin-top: 30px;
}
.alert-modal.modal .modal-body .btn + .btn {
  margin-left: 10px;
}
.alert-modal.modal .modal-body .btn.single {
  min-width: 240px;
}
.alert-modal.modal .modal-body .btn.btn-grey {
  background-color: #bcc3cb;
}
.alert-modal.modal .modal-body .btn.btn-grey:hover,
.alert-modal.modal .modal-body .btn.btn-grey:focus {
  background-color: #aaaaaa;
}
.alert-modal.modal .modal-body .btn.btn-green {
  background-color: #7ed321;
}
.alert-modal.modal .modal-body .btn.btn-green:hover,
.alert-modal.modal .modal-body .btn.btn-green:focus {
  background-color: #34a852;
}
.alert-modal.modal .modal-body .btn.btn-rose {
  background-color: #ff746a;
}
.alert-modal.modal .modal-body .btn.btn-rose:hover,
.alert-modal.modal .modal-body .btn.btn-rose:focus {
  background-color: #B3335F;
}
.alert-modal.modal .modal-content {
  background: #fff;
  padding: 0;
  border-radius: 5px;
  -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.alert-modal.modal .modal-footer {
  text-align: left;
  background: #fff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0 0 20px;
}
.alert-modal.modal .modal-title {
  color: #fff;
  font-size: 20px;
}
/* Profile */
.profile-wrap {
  padding: 25px;
  text-align: center;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.profile-list {
  display: table;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 0;
  /* &::before, &::after {
            display: table;
            content: " ";
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        &::after {
            clear: both;
        } */
}
.profile-list li {
  padding: 0;
  display: table-cell;
  width: 33.3333333%;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 990px) {
  .profile-list li {
    text-align: center;
  }
}
.profile-details {
  padding-bottom: 20px;
  border-bottom: 1px solid #bcc3cb;
}
.profile-details::before,
.profile-details::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.profile-details::after {
  clear: both;
}
.profile-block {
  position: relative;
  padding: 10px 15px 10px;
}
.profile-img {
  display: inline-block;
  width: 140px;
  margin: 0 auto;
  /* position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto; 
        top: -70px;
        z-index: 1; */
}
@media only screen and (min-width: 1025px) {
  .profile-img {
    float: left;
  }
}
.profile-img img {
  display: inline-block;
}
@media only screen and (min-width: 1025px) {
  .profile-info {
    margin-left: 150px;
    padding-left: 15px;
  }
  .profile-info-left {
    float: left;
    text-align: left;
  }
  .profile-info-right {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 990px) {
  .profile-info {
    padding: 15px 15px 0;
  }
  .profile-info-right .profile-title-sm,
  .profile-info-right .profile-subtitle {
    font-size: 14px;
  }
}
.profile-info::before,
.profile-info::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.profile-info::after {
  clear: both;
}
.profile-title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 2px;
  font-weight: 700;
}
.profile-title-sm {
  font-weight: 600;
  margin-bottom: 2px;
}
.profile-subtitle {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 2px;
  font-weight: 600;
}
.profile-content {
  font-size: 16px;
  line-height: 18px;
  color: #747a84;
  margin-bottom: 0;
}
.profile-label {
  font-size: 18px;
  color: #aaaaaa;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-value {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-upload img {
  width: 150px;
  border-radius: 100%;
  margin-bottom: 15px;
}
.profile-upload .img-caption {
  font-size: 14px;
  font-weight: 600;
}
.profile-bottom {
  padding: 45px 15px 0;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .profile-bottom {
    text-align: left;
  }
  .bottom .profile-bottom {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .profile-bottom {
    display: none;
  }
  .bottom .profile-bottom {
    display: block;
  }
}
/* Avatar Profile Upload */
.avatar-upload {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: -8px;
  z-index: 1;
  bottom: 20px;
  /* border: 1px solid @color_primary; */
  background: transparent;
  color: #fd7044;
  border-radius: 50%;
  /* opacity: 0.5; */
  transition: all 350ms;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 18px;
  /* .radius(50%); */
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
.avatar-upload .avatar-edit:hover {
  /* background: @color_primary; */
  color: #fff;
  transition: all 350ms;
}
.avatar-upload:hover .avatar-edit {
  opacity: 1;
  transition: all 350ms;
}
.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
}
.avatar-upload .avatar-preview > .avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url('../img/content/defaultprofile.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.avatar-upload.type-2,
.avatar-upload.type-3,
.avatar-upload.type-4 {
  border-radius: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.avatar-upload.type-2 .avatar-edit,
.avatar-upload.type-3 .avatar-edit,
.avatar-upload.type-4 .avatar-edit {
  bottom: 0;
  right: 0;
  border-radius: 0;
}
.avatar-upload.type-2 .avatar-edit input + label,
.avatar-upload.type-3 .avatar-edit input + label,
.avatar-upload.type-4 .avatar-edit input + label {
  width: 96px;
  height: 96px;
  line-height: normal;
  opacity: 0;
}
.avatar-upload.type-2 .avatar-edit.in,
.avatar-upload.type-3 .avatar-edit.in,
.avatar-upload.type-4 .avatar-edit.in {
  bottom: 20px;
  right: -12.5px;
  border-radius: 50%;
}
.avatar-upload.type-2 .avatar-edit.in input + label,
.avatar-upload.type-3 .avatar-edit.in input + label,
.avatar-upload.type-4 .avatar-edit.in input + label {
  width: 25px;
  height: 25px;
  opacity: 1;
}
.avatar-upload.type-2 .avatar-preview,
.avatar-upload.type-3 .avatar-preview,
.avatar-upload.type-4 .avatar-preview {
  width: 96px;
  height: 96px;
  border: 1px dashed #313355;
  background-color: #f9f9f9;
  border-radius: 3.2px;
}
.avatar-upload.type-2 .avatar-preview > .avatar-img,
.avatar-upload.type-3 .avatar-preview > .avatar-img,
.avatar-upload.type-4 .avatar-preview > .avatar-img {
  background-image: none;
  border-radius: 3.2px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.avatar-upload.type-2 .avatar-preview::before,
.avatar-upload.type-3 .avatar-preview::before,
.avatar-upload.type-4 .avatar-preview::before {
  left: 0;
  right: 0;
  top: 50%;
  width: 50px;
  content: 'Attach Photo';
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #313355;
  transform: translateY(-50%);
  margin: auto;
}
.avatar-upload.type-2 .avatar-preview.in,
.avatar-upload.type-3 .avatar-preview.in,
.avatar-upload.type-4 .avatar-preview.in {
  border-color: transparent;
}
.avatar-upload.type-2 .avatar-preview.in::before,
.avatar-upload.type-3 .avatar-preview.in::before,
.avatar-upload.type-4 .avatar-preview.in::before,
.avatar-upload.type-2 .avatar-preview.in::after,
.avatar-upload.type-3 .avatar-preview.in::after,
.avatar-upload.type-4 .avatar-preview.in::after {
  display: none;
}
.avatar-upload.type-2 .avatar-edit input + label {
  width: 120px;
  height: 120px;
}
.avatar-upload.type-2 .avatar-preview {
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-color: #979797;
  border-radius: 9.6px;
}
.avatar-upload.type-2 .avatar-preview::before {
  left: 0;
  right: 0;
  top: 15px;
  width: 38px;
  height: 38px;
  content: '';
  background-image: url('../img/content/gatein-driver.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: none;
}
.avatar-upload.type-2 .avatar-preview::after {
  left: 0;
  right: 0;
  bottom: 20px;
  content: 'Attach';
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: normal;
  color: #313355;
  text-align: center;
  position: absolute;
  display: inline-block;
  margin: auto;
}
.avatar-upload.type-2 .avatar-preview.driver-licence-img::before {
  background-image: url('../img/content/licence.jpg');
}
.avatar-upload.type-2 .avatar-preview.insurance-img::before {
  background-image: url('../img/content/insurance.svg');
}
.avatar-upload.type-2 .avatar-preview.rc-book-img::before {
  background-image: url('../img/content/rcbook.jpg');
}
.avatar-upload.type-2 .avatar-preview.vehicle-img::before {
  background-image: url('../img/content/gatein-vehicle.svg');
}
.avatar-upload.type-2 .avatar-preview.vehicle-img::after {
  content: 'Add Vehicle Photo';
}
.avatar-upload.type-2 .avatar-preview.km-img::before {
  background-image: url('../img/content/gatein-km.svg');
}
.avatar-upload.type-2 .avatar-preview.km-img::after {
  content: 'Kilometer Reading Photo';
}
.avatar-upload.type-2 .avatar-preview.driver-img::before {
  background-image: url('../img/content/gatein-driver.svg');
}
.avatar-upload.type-2 .avatar-preview.driver-img::after {
  content: 'Driver Photo';
}
.avatar-upload.type-2 .avatar-preview.in::before,
.avatar-upload.type-2 .avatar-preview.in::after {
  display: none;
}
.avatar-upload.type-4 {
  display: block;
}
.avatar-upload.type-4 .avatar-edit {
  width: 100%;
}
.avatar-upload.type-4 .avatar-edit input + label {
  width: 100%;
  height: 450px;
}
.avatar-upload.type-4 .avatar-edit.in {
  width: auto;
  top: 15px;
  right: 10px;
  bottom: unset;
}
.avatar-upload.type-4 .avatar-edit.in input + label {
  width: 35px;
  height: 35px;
}
.avatar-upload.type-4 .avatar-preview {
  width: 100%;
  height: 450px;
  background-color: #ffffff;
  border-radius: 5px;
}
.avatar-upload.type-4 .avatar-preview::before {
  top: 45%;
  left: 0;
  right: 0;
  content: '';
  width: 33px;
  height: 29px;
  background-image: url('../img/content/camera.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  transform: translateY(-50%);
}
.avatar-upload.type-4 .avatar-preview:after {
  top: 55%;
  left: 0;
  right: 0;
  content: 'Capture / Attach Photo of Customer Signed Jobcard';
  width: 100%;
  max-width: 290px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  display: inline-block;
  letter-spacing: normal;
  line-height: normal;
  color: #313355;
  margin: auto;
  transform: translateY(-50%);
}
.avatar-upload.type-4 .avatar-preview > .avatar-img {
  background-size: contain;
}
.avatar-upload.type-4 .avatar-preview.in {
  border-color: #313355;
}
.avatar-upload.type-5 .avatar-preview:after {
  content: 'Capture / Attach Photo of Customer Signed Bill Copy';
}
/* Report Wrap */
.report-wrap {
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.report-header {
  padding: 20px;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #bcc3cb;
}
.report-body {
  padding: 15px 20px;
}
.report-body .step-list li::after {
  content: "\f118";
  display: block;
  font-family: "Ionicons";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}
.report-body .step-list li:last-child::after {
  display: none;
}
.report-body .step-head {
  font-size: 16px;
  font-weight: 700;
}
.report-body .step-head span {
  float: right;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .report-body .step-head span {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .report-body .step-info {
    line-height: 1.3;
  }
}
.report-body .step-info span {
  font-size: 12px;
  color: #aaaaaa;
  /* word-break: break-all; */
}
.report-body .step-info-list span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #aaaaaa;
  background-color: #efefef;
  padding: 0 5px;
  margin-right: 10px;
  border-radius: 2px;
}
/* View List */
.view-list {
  vertical-align: bottom;
  margin-bottom: 30px;
}
.view-list-item {
  display: table-cell;
  width: 1%;
  vertical-align: bottom;
}
.view-list-title {
  font-weight: 600;
  color: #2b3748;
  margin-bottom: 0;
}
.view-list-subtitle {
  font-weight: 600;
  color: #747a84;
  margin-bottom: 0;
}
.view-list-subtitle.light {
  color: #aaaaaa;
  font-size: 16px;
}
.view-list-subtitle.dark {
  color: #2b3748;
}
.view-data {
  margin-bottom: 30px;
}
.view-data.borderd {
  padding-bottom: 30px;
  border-bottom: 1px solid #bcc3cb;
}
.view-data-list {
  margin-bottom: 0;
}
.view-data-list li {
  position: relative;
  float: left;
  min-height: 71px;
  max-height: 71px;
  padding: 15px 20px;
  margin: 5px 0;
  border-right: 1px solid #bcc3cb;
  vertical-align: middle;
}
@media only screen and (min-width: 991px) {
  .view-data-list li {
    width: 25%;
  }
}
.view-data-list li span {
  vertical-align: middle;
}
.view-data-list li:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #bcc3cb;
  left: 0;
  bottom: -5px;
}
@media only screen and (min-width: 991px) {
  .view-data-list li:nth-child(4n+1) {
    padding-left: 0;
  }
  .view-data-list li:nth-child(4n) {
    border-right: 0;
  }
  .view-data-list li:nth-last-child(-n+4) {
    /* margin-bottom: 0; */
    /* &:after {
                            display: none;
                        } */
  }
  .view-data-list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
.view-data-list-label {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 600;
}
.view-data-list-value {
  display: block;
  font-weight: 600;
  line-height: 18px;
}
.view-data-list-value.break_word {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.view-data-list-value a {
  word-break: break-all;
}
.view-data-list::before,
.view-data-list::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.view-data-list::after {
  clear: both;
}
.view-data-list.increase-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.view-data-list.increase-list li {
  border: 1px solid #bcc3cb;
}
@media only screen and (min-width: 991px) {
  .view-data-list.increase-list li {
    width: 20%;
    padding: 15px 20px;
    margin-top: 0;
  }
  .view-data-list.increase-list li:first-child {
    border-left: 0px;
  }
  .view-data-list.increase-list li:last-child {
    border-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .view-data-list.increase-list li {
    width: 100%;
    margin: 0;
  }
  .view-data-list.increase-list li:nth-child(-n+2) {
    padding: 15px 20px;
    border: 1px solid #bcc3cb;
  }
}
.view-data-list.increase-list li:after {
  background-color: transparent;
}
.view-data-lg {
  padding-bottom: 120px;
}
.view-bottom-list {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.view-bottom-list-left {
  margin-bottom: 0;
}
.view-bottom-list-left li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #bcc3cb;
}
.view-bottom-list-left li span {
  font-size: 12px;
  font-weight: 700;
  color: #767676;
  display: block;
  line-height: 1.1;
}
.view-bottom-list-left li h5 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.view-bottom-list-left li h5.color-danger {
  color: #ff584d;
}
.view-bottom-list-left li h5.color-success {
  color: #7ed321;
}
.view-bottom-list-left li:first-child {
  padding-left: 0;
}
.view-bottom-list-left li:last-child {
  padding-right: 0;
  border-right: 0;
}
.view-table .nav {
  padding-bottom: 10px;
  border-bottom: 1px solid #bcc3cb;
  margin-bottom: 10px;
}
.view-table .nav > li > a {
  color: #aaaaaa;
  font-weight: 700;
}
.view-table .nav > li > a:hover,
.view-table .nav > li > a:focus {
  color: #fd7044;
  background-color: transparent;
}
.view-table .nav > li > a:first-child {
  padding-left: 0;
}
.view-table .nav > li.active > a {
  background-color: transparent;
  color: #fd7044;
}
.view-table .nav > li.active > a:hover,
.view-table .nav > li.active > a:focus {
  color: #fd7044;
}
.view-table .table > tbody > tr {
  background-image: none;
  border: 0;
}
.view-table .table > tbody > tr > td,
.view-table .table > tbody > tr > th {
  font-weight: 700;
}
/* Card */
.card {
  transition: all 350ms;
}
@media only screen and (min-width: 991px) {
  .card {
    margin-bottom: 30px;
  }
}
.card-inner {
  display: block;
  text-align: center;
  padding: 60px 0;
  margin: 0 auto;
  border-radius: 3px;
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  color: #2b3748;
}
@media only screen and (max-width: 767px) {
  .card-inner {
    padding: 35px 0;
  }
}
.card-inner .title {
  margin: 0;
  font-weight: 600;
  transition: all 350ms;
}
.card-inner:hover .title {
  color: #fff;
  transition: all 350ms;
}
.card:hover {
  transform: scale(1.04, 1.04);
  transition: all 350ms;
  -ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  background-color: #fd7044;
}
/* Separate List */
.tile-list {
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bcc3cb;
}
.tile-list ul {
  display: inline-block;
  margin-bottom: 0;
}
.tile-list ul li {
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
}
.tile-list ul li:first-child {
  padding-left: 0;
}
.tile-list ul li .checkbox {
  margin: 0;
}
.tile-list ul li .checkbox label {
  font-size: 16px;
}
.tile-list span {
  font-size: 14px;
  color: #aaaaaa;
  float: right;
}
/* Tap */
.month-tab .nav > li > a {
  color: #2b3748;
  font-weight: 700;
  padding: 15px 25px;
  border-radius: 0;
}
.month-tab .nav > li.active > a {
  background-color: #f6f6f6;
}
.month-tab .nav > li.active > a:hover,
.month-tab .nav > li.active > a:focus {
  color: #2b3748;
}
/* Customer Search List */
.customer-search {
  position: absolute;
  top: 104%;
  left: 0;
  right: 0;
  text-align: left;
  width: 95%;
  max-height: 380px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 99;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.customer-search-list {
  padding: 10px 0;
  border-bottom: 1px solid #bcc3cb;
}
.customer-search-list span {
  display: block;
  line-height: 1.2;
}
.customer-search-list label.radio-label::before {
  float: left;
}
.customer-search-list label.alert-list {
  padding: 20px 30px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2b3748;
}
.customer-search-list .search-list-values {
  float: left;
}
/* Break Word */
.break_word {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
/* Text Group */
.text-group {
  color: #767676;
  font-weight: 600;
}
.text-group h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2b3748;
}
/* Customer Details */
.customer-details {
  padding: 20px;
  background-color: #fafafa;
}
.customer-details-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.customer-details-title-right {
  float: right;
  font-size: 16px;
}
.customer-details-title-right::before {
  content: '\f13e';
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 17px;
  font-family: "Ionicons";
  color: #fd7044;
  background: #fff;
  padding: 5px 5px 5px 7px;
  margin-right: 10px;
  border-radius: 50%;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.customer-details-subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  color: #87909c;
}
.customer-details p {
  font-weight: 600;
  margin-bottom: 0;
}
/* Table Inner List */
.table-inner-list {
  margin-bottom: 0;
}
.table-inner-list::before,
.table-inner-list::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.table-inner-list::after {
  clear: both;
}
.table-inner-list li {
  padding: 10px;
  float: left;
  width: 20%;
}
.table-inner-list li span {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.table-inner-label {
  font-weight: 700;
}
.table-inner-value {
  font-weight: 500;
  color: #777;
}
/* .edit-btn {
    &:hover {
        position: relative;
    }
    &[title]:hover:after {
        content: attr(title);
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
        color: #fff;
        padding: 4px 8px;
        position: absolute;
        left: 0;
        top: 100%;
        white-space: nowrap;
        z-index: 20px;
        background: #000;
    }
} */
/* Table Action Icon Dropdown */
.positioning {
  position: relative;
}
.positioning .tableresp .action-icon-dropdown .dropdown .dropdown-menu:before {
  position: unset;
  content: unset;
}
.positioning .tableresp .table > tbody > tr:first-child .dropdown,
.positioning .tableresp .table > tbody > tr:first-child .dropup {
  position: static;
}
.positioning .tableresp .table > tbody > tr:first-child .dropdown .dropdown-menu,
.positioning .tableresp .table > tbody > tr:first-child .dropup .dropdown-menu {
  bottom: auto;
  top: -40px;
  right: 88px;
}
.action-icon-dropdown {
  display: inline-block;
}
.action-icon-dropdown .dropdown {
  display: inline-block;
}
.action-icon-dropdown .dropdown .dropdown-menu {
  padding: 0;
  border: 0;
  left: auto;
  right: 3px;
  -ms-box-shadow: 3px 1px 10px 6px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 3px 1px 10px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 3px 1px 10px 6px rgba(0, 0, 0, 0.11);
  border-radius: 0;
  min-width: 130px;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.action-icon-dropdown .dropdown .dropdown-menu:before {
  position: absolute;
  content: "";
  top: -10px;
  right: 5px;
  width: 0;
  height: 0;
  border: 10px solid white;
  border-top: 0;
  border-right-color: transparent;
  border-left-color: transparent;
}
.action-icon-dropdown .dropdown .dropdown-menu li {
  padding: 10px;
  padding-top: 5px;
}
.action-icon-dropdown .dropdown .dropdown-menu li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px;
  background: none;
}
.action-icon-dropdown .dropdown .dropdown-menu li a.text-green {
  color: #34a852;
}
.action-icon-dropdown .dropdown .dropdown-menu li a.text-green:hover {
  color: #34a852;
}
.action-icon-dropdown .dropdown .dropdown-menu li a.text-red {
  color: #ea4335;
}
.action-icon-dropdown .dropdown .dropdown-menu li a.text-red:hover {
  color: #ea4335;
}
.action-icon-dropdown .dropdown .dropdown-menu li a:hover {
  color: #fd7044;
}
.action-icon-dropdown .dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0;
}
.action-icon-dropdown .dropdown.open .dropdown-menu {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.action-icon-dropdown .dropdown.dropup .dropdown-menu:before {
  top: auto;
  bottom: -10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.action-icon-dropdown .dropdown .btn.btn-default {
  width: 25px;
  height: 25px;
  background: transparent;
  padding: 0;
  line-height: 1;
  position: relative;
}
.action-icon-dropdown .dropdown .btn.btn-default img {
  width: 25px;
}
.action-icon-dropdown .dropdown .btn.btn-default:focus,
.action-icon-dropdown .dropdown .btn.btn-default:hover,
.action-icon-dropdown .dropdown .btn.btn-default:active {
  outline: none;
}
.action-icon-dropdown .dropdown .btn.btn-default::before {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url("../img/table/options-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
}
.action-icon-dropdown .dropdown .btn.btn-default:hover::before {
  opacity: 1;
}
.action-icon-dropdown .dropdown .btn.dropdown-toggle.left-edge + .dropdown-menu:before {
  left: 5px;
  right: auto;
}
/* Page Tab Form */
.page-tab-form-top {
  position: relative;
  line-height: normal;
  padding: 15px 20px 12px;
  background-color: #313355;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-tab-form-top::before {
  top: 0;
  left: 233px;
  width: 1px;
  height: 100%;
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #e8e8ef;
}
.page-tab-form-top-left {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.page-tab-form-top-left-title {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 29px;
  color: #ffffff;
  padding-right: 45px;
  display: inline-block;
  vertical-align: middle;
}
.page-tab-form-top-left-link {
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  position: relative;
}
.page-tab-form-top-left-link .btn-link-arrow {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.page-tab-form-top-left-link .btn-link-arrow i {
  left: 0;
  top: 50%;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  transform: translateY(-50%);
}
.page-tab-form-top-left-link .btn-link-arrow i.ion-md-arrow-round-forward {
  display: none;
}
.page-tab-form-top-left-link .btn-link-arrow + .btn-link-arrow {
  margin-left: 5px;
}
.page-tab-form-top-left-link .btn-link-arrow.in i.ion-md-arrow-round-forward {
  display: block;
}
.page-tab-form-top-left-link .btn-link-arrow.in i.ion-md-arrow-round-back {
  display: none;
}
.page-tab-form-top-left-info {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  padding-left: 57px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.page-tab-form-top-left-info-content {
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
}
.page-tab-form-top-left-info-link {
  cursor: pointer;
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.page-tab-form-top-left-info-link img {
  width: 24px;
  height: 24px;
}
.page-tab-form-top-right {
  float: right;
}
.page-tab-form-top-right-info {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  padding: 3px 10px;
  color: #ffffff;
  background-color: #6e7088;
  border-radius: 5px;
}
.page-tab-form-top.type-2::before {
  width: 0px;
}
/* Tab Panel CSS */
.tab-header .nav {
  padding-bottom: 15px;
}
.tab-header .nav li {
  position: relative;
  transition: all 350ms;
  margin: 0 auto;
}
.tab-header .nav li:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 0%;
  height: 5px;
  background-image: linear-gradient(91deg, #ff8b86, #ff524e);
  border-radius: 2.5px;
  transition: all 350ms;
  z-index: 1;
}
.tab-header .nav li.active {
  position: relative;
  bottom: 0px;
}
.tab-header .nav li.active:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.tab-header .nav li.active a {
  background: transparent;
  color: #fd7044;
  border: none;
  position: relative;
  transition: all 350ms;
}
.tab-header .nav li a {
  color: #969696;
  padding: 10px 40px;
  cursor: pointer;
}
.tab-header .nav li a:hover {
  background: transparent;
}
.tab-header .nav li:first-child a {
  padding-left: 15px;
}
.tab-header .nav:after {
  content: '';
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #d8d8d8;
  border-radius: 2.5px;
  z-index: 0;
}
.tab-page-wrap .page-main-content {
  border-top-left-radius: 0;
}
.tab-page-header .nav.nav-pills > li > a {
  min-width: 180px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #2b3748;
  padding: 15px;
  border: 1px solid #fd7044;
  background-color: #fff;
  border-radius: 0;
  font-weight: 600;
}
@media only screen and (max-width: 567px) {
  .tab-page-header .nav.nav-pills > li > a {
    min-width: unset;
  }
}
.tab-page-header .nav.nav-pills > li.active > a {
  font-size: 13px;
  color: #fff;
  background-color: #fd7044;
}
.tab-page-header .nav.nav-pills > li.active > a::before {
  display: none;
}
.tab-page-header .nav.nav-pills > li + li {
  margin-left: 0;
}
.tab-page-body .tab-pane-footer .btn-red {
  background: #ea4335;
  color: #ffffff;
  margin-right: 10px;
  min-width: 200px;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .tab-page-body .tab-pane-footer .btn-red {
    min-width: auto;
    margin-bottom: 5px;
  }
}
.tab-page-body .tab-pane-footer .btn-green {
  min-width: 200px;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .tab-page-body .tab-pane-footer .btn-green {
    min-width: auto;
    margin-bottom: 5px;
  }
}
.tab-pane-footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -74px;
  padding: 15px 20px;
  background-color: #fff;
  text-align: right;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .tab-pane-footer {
    bottom: -104px;
  }
}
@media only screen and (min-width: 768px) {
  .tab-pane-footer {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 567px) {
  .tab-pane-footer .btn {
    margin-bottom: 10px;
    /*  &:last-child {
                    margin-bottom: 0;
                } */
  }
}
.tab-pane-footer .form-group {
  text-align: left;
  margin-bottom: 0;
}
.tab-pane-footer.type2 {
  bottom: -15px;
}
.tab-pane-footer-left {
  text-align: left;
}
.tab-pane-footer-info {
  color: #333333;
  font-weight: 800;
  margin-bottom: 0;
}
.tab-pane-footer-info .color-primary {
  color: #ff624a;
}
.tab-pane-footer-info.lh-40 {
  line-height: 40px;
}
.tab-pane-btn-set {
  display: inline-block;
}
.tab-pane-btn-set li {
  display: inline-block;
}
.tab-pane-btn-set li .form-group {
  padding-right: 15px;
  width: 240px;
  margin-bottom: 0;
}
.tab-pane .page-header {
  padding-top: 30px;
}
.tab-form-wrap {
  position: relative;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap::before {
    top: 0;
    left: 234px;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: inline-block;
    background-color: #e8e8ef;
  }
}
.tab-form-header {
  float: left;
}
.tab-form-header .tab-header .nav.nav-pills::after {
  display: none;
}
.tab-form-header .tab-header .nav.nav-pills > li {
  float: none;
  border-bottom: 1px solid #e8e8ef;
}
.tab-form-header .tab-header .nav.nav-pills > li > a {
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  color: #555555;
  padding: 20px 10px;
  background-color: #ffffff;
  border-radius: 0;
}
@media only screen and (min-width: 991px) {
  .tab-form-header .tab-header .nav.nav-pills > li > a {
    min-width: 234px;
  }
}
.tab-form-header .tab-header .nav.nav-pills > li > a::after {
  top: 50%;
  left: 100%;
  content: '';
  width: 17.7px;
  height: 17.7px;
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 8.8px 0px 8.8px 17.7px;
  border-color: transparent transparent transparent #ff544e;
  transform: translateY(-50%);
  opacity: 0;
}
.tab-form-header .tab-header .nav.nav-pills > li.active::after {
  display: none;
}
.tab-form-header .tab-header .nav.nav-pills > li.active > a {
  color: #ffffff;
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
.tab-form-header .tab-header .nav.nav-pills > li.active > a::after {
  opacity: 1;
}
.tab-form-header .tab-header .nav.nav-pills > li:hover > a {
  color: #ffffff;
  background-color: #767676;
}
.tab-form-body {
  padding-left: 264px;
}
.tab-form-body .tab-pane-wrap {
  padding: 25px 20px 30px;
}
.tab-form-body .tab-pane-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
.tab-form-body .tab-pane-title.color-light {
  color: #bbbbbb;
  font-weight: 800;
}
.tab-form-body .tab-pane-title.mb-10 {
  margin-bottom: 10px;
}
.tab-form-body .tab-pane-footer {
  bottom: -70px;
}
.tab-form-wrap.type-2 {
  padding-top: 15px;
  padding-left: 15px;
}
.tab-form-wrap.type-2::before {
  top: 15px;
  left: 15px;
}
@media only screen and (min-width: 1025px) {
  .tab-form-wrap.type-2 .tab-form-header .tab-header {
    height: calc(100vh - 356px);
    overflow-y: auto;
  }
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li {
    border-right: 1px solid #e8e8ef;
    border-left: 1px solid #e8e8ef;
  }
  .tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li:first-child {
    border-top: 1px solid #e8e8ef;
  }
  .tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li.active {
    border-color: #fd7044;
  }
}
.tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li > a {
  padding: 20px 6px;
  letter-spacing: normal;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li > a {
    min-width: 216px;
  }
}
.tab-form-wrap.type-2 .tab-form-header .tab-header .nav.nav-pills > li > a::after {
  display: none;
}
.tab-form-wrap.type-2 .tab-form-body {
  padding-left: 230px;
}
@media only screen and (min-width: 1025px) {
  .tab-form-wrap.type-2 .tab-form-body .tab-content {
    height: calc(100vh - 356px);
    overflow-y: auto;
  }
}
.tab-form-wrap.type-2 .tab-form-body .tab-pane-wrap {
  padding-top: 5px;
  padding-bottom: 10px;
}
.tab-form-wrap.type-2.side-tab-open::before,
.tab-form-wrap.type-2.side-tab-open::after {
  opacity: 1;
  transition: all 0.3s linear;
}
.tab-form-wrap.type-2.side-tab-open .tab-form-header {
  transform: scale(1, 1);
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2.side-tab-open .tab-form-header {
    transform-origin: left;
    animation-fill-mode: forwards;
  }
}
@media only screen and (max-width: 990px) {
  .tab-form-wrap.type-2.side-tab-open .tab-form-header {
    transform-origin: top;
    animation-fill-mode: forwards;
  }
}
.tab-form-wrap.type-2.side-tab-open .tab-form-header.side-tab-close {
  display: block;
}
.tab-form-wrap.type-2.side-tab-open .tab-form-body.side-tab-open {
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2.side-tab-open .tab-form-body.side-tab-open {
    padding-left: 230px;
  }
}
.tab-form-wrap.type-2.side-tab-close::before,
.tab-form-wrap.type-2.side-tab-close::after {
  opacity: 0;
  transition: all 0.3s linear;
}
.tab-form-wrap.type-2.side-tab-close .tab-form-header {
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2.side-tab-close .tab-form-header {
    transform-origin: left;
    animation-fill-mode: forwards;
    transform: scale(0, 1);
  }
}
@media only screen and (max-width: 990px) {
  .tab-form-wrap.type-2.side-tab-close .tab-form-header {
    transform-origin: top;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
  }
}
.tab-form-wrap.type-2.side-tab-close .tab-form-header.side-tab-close {
  display: none;
}
.tab-form-wrap.type-2.side-tab-close .tab-form-body.side-tab-close {
  transition: all 0.3s linear;
}
@media only screen and (min-width: 991px) {
  .tab-form-wrap.type-2.side-tab-close .tab-form-body.side-tab-close {
    padding-left: 0;
  }
  .tab-form-wrap.type-2.side-tab-close .tab-form-body.side-tab-close .tab-pane-wrap {
    padding-left: 0;
  }
}
/* Info Detail */
.info-detail {
  background: #fd7044;
  padding: 15px 30px;
  text-align: center;
  border-radius: 3px;
}
.info-detail .info-detail-description {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.info-detail .info-detail-value {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.btn-tab-next {
  display: none;
}
/* Time Line */
.timeline {
  position: relative;
  left: 0%;
  top: 0%;
  margin: 0 auto;
  display: block;
}
.timeline .timeline-block {
  width: 75%;
  position: static;
  transform: translate(18%, 0%);
}
.timeline .timeline-block:before {
  content: '';
  position: absolute;
  top: 30px;
  left: -20px;
  border-left: 1px solid #e1e1e1;
  height: calc(90%);
}
.timeline .timeline-block .timeline-status {
  padding-left: 25px;
}
.timeline .timeline-block .timeline-status .timeline-details {
  border-bottom: 1px solid #bcc3cb;
  padding: 0px 25px 18px 0;
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-block .timeline-status .timeline-details h5 {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
}
.timeline .timeline-block .timeline-status .timeline-details h5 .green-badge {
  background: #34a852;
  color: #ffffff;
}
.timeline .timeline-block .timeline-status .timeline-details .detail-description {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.timeline .timeline-block .timeline-status .timeline-details .detail-description p {
  float: left;
  line-height: 1.4;
  position: relative;
  font-size: 14px;
}
.timeline .timeline-block .timeline-status .timeline-details .detail-description p:first-child {
  width: 35%;
  padding-right: 20px;
}
.timeline .timeline-block .timeline-status .timeline-details .detail-description p:first-child:after {
  content: ':';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.timeline .timeline-block .timeline-status .timeline-details .detail-description p:last-child {
  width: 65%;
  padding-left: 20px;
}
.timeline .timeline-block .timeline-status .timeline-details:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #9e9e9e;
  position: absolute;
  left: -52px;
  top: 0px;
}
.timeline .timeline-block .timeline-status .timeline-details:first-child {
  padding-top: 12px;
}
.timeline .timeline-block .timeline-status .timeline-details:first-child p {
  color: #3c465c;
}
.timeline .timeline-block .timeline-status .timeline-details:first-child:before {
  background: #fd7044;
  top: 18px;
}
.timeline .timeline-block .timeline-status .timeline-details:last-child {
  border-bottom: none;
}
.timeline .timeline-block .timeline-status .timeline-details h5 {
  font-weight: 700;
}
/* View Details */
.view-details {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .view-details {
    margin-bottom: 30px;
  }
}
.view-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.view-row.pb-none {
  padding-bottom: 0;
}
.view-row.pad-tb-none {
  padding-top: 0;
  padding-bottom: 0;
}
.view-row .view-col-label {
  display: block;
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (max-width: 1469px) {
  .view-row .view-col-label {
    font-size: 12px;
  }
}
.view-row .view-col-label.text-orange {
  color: #fd7044;
}
.view-row .view-col-label.color-primary-dark {
  color: #fd6747;
}
.view-row .view-col-value {
  display: block;
  font-weight: 600;
  line-height: 18px;
}
@media only screen and (max-width: 1469px) {
  .view-row .view-col-value {
    font-size: 14px;
  }
}
.view-row .view-col-2 {
  margin: 0;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  vertical-align: middle;
}
.view-row .view-col-2:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1300px) {
  .view-row .view-col-2 {
    width: 16.66666667%;
  }
  .view-row .view-col-2:nth-child(6n+6) {
    border-right: 0;
  }
  .view-row .view-col-2:nth-child(6n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2:nth-child(-n+6) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 991px) {
  .view-row .view-col-2 {
    width: 25%;
  }
  .view-row .view-col-2:nth-child(4n+4) {
    border-right: 0;
  }
  .view-row .view-col-2:nth-child(4n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2:nth-child(-n+4) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row .view-col-2 {
    width: 50%;
  }
  .view-row .view-col-2:first-child {
    border-left: 0;
  }
  .view-row .view-col-2:nth-child(2n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2:nth-child(2n+2) {
    border-right: 0;
  }
  .view-row .view-col-2:nth-child(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-row .view-col-2 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row .view-col-2:first-child {
    border-top-width: 1px;
  }
}
.view-row .view-col-2_5 {
  margin: 0;
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  vertical-align: middle;
}
.view-row .view-col-2_5:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1300px) {
  .view-row .view-col-2_5 {
    width: 20%;
  }
  .view-row .view-col-2_5:nth-child(5n+5) {
    border-right: 0;
  }
  .view-row .view-col-2_5:nth-child(5n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2_5:nth-child(-n+5) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 991px) {
  .view-row .view-col-2_5 {
    width: 25%;
  }
  .view-row .view-col-2_5:nth-child(4n+4) {
    border-right: 0;
  }
  .view-row .view-col-2_5:nth-child(4n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2_5:nth-child(-n+4) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row .view-col-2_5 {
    width: 50%;
  }
  .view-row .view-col-2_5:first-child {
    border-left: 0;
  }
  .view-row .view-col-2_5:nth-child(2n+1) {
    padding-left: 0;
  }
  .view-row .view-col-2_5:nth-child(2n+2) {
    border-right: 0;
  }
  .view-row .view-col-2_5:nth-child(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-row .view-col-2_5 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row .view-col-2_5:first-child {
    border-top-width: 1px;
  }
}
.view-row .view-col-3 {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  vertical-align: middle;
}
.view-row .view-col-3:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 991px) {
  .view-row .view-col-3 {
    width: 25%;
  }
  .view-row .view-col-3.ptb-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .view-row .view-col-3:nth-child(4n+4) {
    border-right: 0;
  }
  .view-row .view-col-3:nth-child(4n+1) {
    padding-left: 0;
  }
  .view-row .view-col-3:nth-child(-n+4) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row .view-col-3 {
    width: 50%;
  }
  .view-row .view-col-3.ptb-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .view-row .view-col-3:first-child {
    border-left: 0;
  }
  .view-row .view-col-3:nth-child(2n+1) {
    padding-left: 0;
  }
  .view-row .view-col-3:nth-child(2n+2) {
    border-right: 0;
  }
  .view-row .view-col-3:nth-child(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-row .view-col-3 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row .view-col-3:first-child {
    border-top-width: 1px;
  }
}
.view-row .view-col-4 {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  vertical-align: middle;
}
.view-row .view-col-4:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 991px) {
  .view-row .view-col-4 {
    width: 33.33333%;
  }
  .view-row .view-col-4:nth-child(3n+3) {
    border-right: 0;
  }
  .view-row .view-col-4:nth-child(3n+1) {
    padding-left: 0;
  }
  .view-row .view-col-4:nth-child(-n+3) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row .view-col-4 {
    width: 50%;
  }
  .view-row .view-col-4:first-child {
    border-left: 0;
  }
  .view-row .view-col-4:nth-child(2n+1) {
    padding-left: 0;
  }
  .view-row .view-col-4:nth-child(2n+2) {
    border-right: 0;
  }
  .view-row .view-col-4:nth-child(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-row .view-col-4 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row .view-col-4:first-child {
    border-top-width: 1px;
  }
}
.view-row .view-col-8 {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-width: 0px 1px 1px 0;
  vertical-align: middle;
}
.view-row .view-col-8:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 991px) {
  .view-row .view-col-8 {
    width: 66.66667%;
  }
  .view-row .view-col-8:nth-child(odd) {
    padding-left: 0;
  }
  .view-row .view-col-8:nth-child(even) {
    border-right: 0;
  }
  .view-row .view-col-8:nth-child(1),
  .view-row .view-col-8:nth-child(2) {
    border-top-width: 1px;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row .view-col-8 {
    width: 50%;
  }
  .view-row .view-col-8:first-child {
    border-left: 0;
  }
  .view-row .view-col-8:nth-child(2n+1) {
    padding-left: 0;
  }
  .view-row .view-col-8:nth-child(2n+2) {
    border-right: 0;
  }
  .view-row .view-col-8:nth-child(-n+2) {
    border-top-width: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .view-row .view-col-8 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row .view-col-8:first-child {
    border-top-width: 1px;
  }
}
.view-row .view-col-12 {
  width: 100%;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
.view-row .view-col-12.top-brdr {
  border-top: 1px solid #e1e1e1;
}
.view-row.type-2 .view-col-2_5,
.view-row.type-2 .view-col-2 {
  border: 0;
  border-right: 1px solid #e1e1e1;
}
.view-row.type-2 .view-col-2:last-child {
  border-right: 0;
}
@media only screen and (min-width: 1300px) {
  .view-row.type-2 .view-col-2:nth-child(6n+6) {
    border-right: 0;
  }
}
@media screen and (max-width: 1299px) and (min-width: 991px) {
  .view-row.type-2 .view-col-2:nth-child(4n+4) {
    border-right: 0;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .view-row.type-2 .view-col-2:nth-child(2n+2) {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .view-row.type-2 .view-col-2 {
    width: 100%;
    border-right: 0;
    padding-left: 0;
  }
  .view-row.type-2 .view-col-2:first-child {
    border-top-width: 1px;
  }
}
.view-row.border-none .view-col-4 {
  border: 0;
}
/*card Details */
.card-details {
  margin-top: 15px;
}
.card-title .title {
  display: inline-block;
  font-size: 16px;
  color: #fd7044;
  font-weight: 600;
}
.card-right-block {
  display: inline-block;
  float: right;
}
.card-right-block .description {
  display: inline-block;
  padding-right: 10px;
}
.card-right-block .card-view-img {
  display: inline-block;
  vertical-align: middle;
}
.card-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.card-row .card-col-2_5 {
  background: #ffffff;
  -ms-box-shadow: 0 0 10px 0 #e0e0e0;
  -o-box-shadow: 0 0 10px 0 #e0e0e0;
  box-shadow: 0 0 10px 0 #e0e0e0;
  width: 18%;
  border-radius: 5px;
  margin: 15px;
}
@media only screen and (max-width: 1299px) {
  .card-row .card-col-2_5 {
    width: 25%;
  }
}
@media only screen and (max-width: 990px) {
  .card-row .card-col-2_5 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .card-row .card-col-2_5 {
    width: 100%;
  }
}
.card-info {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.card-info .card-img-block {
  width: 40%;
  line-height: 0;
}
.card-info .card-img-block a {
  width: 70px;
  height: 70px;
  /* border: 1px solid #bdbdbd;
                .radius(5px); */
  display: inline-block;
}
.card-info .card-img-block a img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.card-info .card-description-block {
  width: 60%;
}
.card-info .card-description-block p {
  font-weight: 600;
  margin-bottom: 0;
}
.card-info .card-description-block .btn {
  background: #ffffff;
  padding: 0;
}
.card-info .card-description-block .btn img:hover {
  background: #ffffff;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.card-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .card-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.card-list > li {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1300px) {
  .card-list > li {
    width: 25%;
  }
}
@media screen and (max-width: 1299px) and (min-width: 991px) {
  .card-list > li {
    width: 33.33333%;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .card-list > li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .card-list > li {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .card-list > li.wid-4 {
    width: 33.33333%;
  }
}
.card-box {
  letter-spacing: normal;
  padding: 13px 11px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.card-box-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8ef;
  margin-bottom: 13px;
}
.card-box-head-title {
  font-size: 12px;
  color: #313355;
}
.card-box-head-title-right {
  float: right;
  display: inline-block;
}
.card-box .card-top-info {
  font-size: 11px;
  line-height: normal;
  margin-bottom: 10px;
}
.card-box .card-top-info-bold {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 13px;
  padding-bottom: 10px;
  color: #313355;
  border-bottom: 1px solid #e8e8ef;
}
.card-box .box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}
.card-box .box-left {
  width: 60%;
  padding-right: 1.5px;
}
.card-box .box-right {
  width: 40%;
  padding-left: 1.5px;
}
.card-box .box-color {
  color: #ffffff;
  padding: 9px 10px 8px;
  border-radius: 3px;
}
.card-box .box-color.green {
  background-color: #54a400;
}
.card-box .box-color.yellow {
  background-color: #f7b500;
}
.card-box .box-color.white {
  background-color: #fff;
  color: #313355;
}
.card-box .box-color-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: normal;
}
.card-box .box-color-subtitle {
  font-size: 12px;
  line-height: normal;
}
.card-box .box-transparent {
  color: #313355;
}
.card-box .box-transparent-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: normal;
}
.card-box .box-transparent-subtitle {
  font-size: 12px;
  line-height: normal;
}
.card-box .box-info {
  border: 1px solid #e8e8ef;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card-box .box-info-head {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  padding: 2px;
  background-color: #e8e8ef;
}
.card-box .box-info-body {
  text-align: center;
  line-height: normal;
  padding: 5px 10px 4px;
}
.card-box .box-info-body-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}
.card-box .box-info-body-text {
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
}
.card-box-content.mb-8 {
  margin-bottom: 8px;
}
.card-box-content img {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.card-box-content-value {
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.card-box-content-value.info {
  display: block;
  padding-left: 35px;
  padding-bottom: 5px;
}
.card-box-content-value.info:last-child {
  padding-bottom: 0;
}
.card-box-content-table > tbody > tr > td {
  font-size: 12px;
  line-height: 2;
  color: #333333;
}
.card-box-content-table > tbody > tr > td:first-child {
  padding-left: 35px;
}
.card-box-content-table > tbody > tr > td:last-child {
  padding-left: 10px;
}
.card-box-footer {
  position: relative;
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #e8e8ef;
}
.card-box-footer::before,
.card-box-footer::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.card-box-footer::after {
  clear: both;
}
.card-box-footer-left {
  float: left;
}
.card-box-footer-right {
  float: right;
  text-align: right;
}
.card-box-footer-info {
  display: inline-block;
}
.card-box-footer-info img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 2px;
}
.card-box-footer-info.type-2 img {
  width: 12px;
  height: 12px;
  margin-right: 0;
}
.card-box-footer-value {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
.card-box-footer .btn.btn-md {
  font-size: 14px;
  line-height: normal;
  padding: 6px 11px;
}
.card-box-footer .btn.btn-md.btn-square {
  border-radius: 3px;
}
.card-box.type-2 {
  border-radius: 3px;
  padding: 0;
  box-shadow: none;
  border: solid 1px #e8e8ef;
}
.card-box.type-2 .card-box-info {
  padding: 15px 12px;
}
.card-box.type-2 .card-box-info .card-box-head {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.card-box.type-2 .card-box-info .card-box-head .info {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 4px;
  color: #555555;
}
.card-box.type-2 .card-box-info .card-box-head .title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #555555;
}
.card-box.type-2 .card-box-info .card-box-label {
  border-bottom: solid 1px #e8e8ef;
}
.card-box.type-2 .card-box-info .card-box-label .info {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: normal;
  color: #313355;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap {
  width: 32%;
  margin-top: 12px;
  vertical-align: top;
  display: inline-block;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap.wid-100 {
  width: 100%;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap a {
  cursor: pointer;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content {
  border-radius: 3px;
  min-height: 80px;
  line-height: 61px;
  text-align: center;
  padding: 9.5px 4px 9.5px 4px;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content .info {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content .data {
  display: block;
  font-size: 14px;
  line-height: normal;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content .data.small {
  font-size: 12px;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content .time {
  display: block;
  font-size: 14px;
  color: #e26153;
  line-height: normal;
  padding-top: 10px;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content .time.txt-white {
  color: #ffffff;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content.opacity-05 {
  opacity: 0.5;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content.txt-left {
  text-align: left;
}
.card-box.type-2 .card-box-info .card-box-body .card-box-content-wrap .card-box-content.pl-19 {
  padding-left: 19px;
}
.card-box.type-2 .card-box-info .card-box-body .bg-dark {
  color: #ffffff;
  background-color: #313355;
}
.card-box.type-2 .card-box-info .card-box-body .bg-grey {
  color: #313355;
  background-color: #e8e8ef;
}
.card-box.type-2 .card-box-info .card-box-body .bg-red {
  color: #ffffff;
  background-color: #e26153;
}
.card-box.type-2 .card-box-footer {
  padding: 0;
  margin: 0;
}
.card-box.type-2 .card-box-footer .info {
  margin: 0;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: normal;
}
/*Drag and Drop CSS File Upload */
.upload-data {
  position: relative;
  text-align: center;
}
.upload-data .fixed-center {
  margin: 0 auto;
  width: 600px;
  padding: 40px;
  border: 1px dotted #9e9e9e;
  border-radius: 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .upload-data .fixed-center {
    width: auto;
  }
}
.upload-data .fixed-center img {
  margin: 0 auto;
  padding-bottom: 10px;
}
.upload-data .fixed-center .sm {
  width: 20%;
}
.upload-data .fixed-center .file-format {
  padding-bottom: 20px;
}
.upload-data .fixed-center .drag-drop {
  padding-top: 30px;
}
.fileinput-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 60px;
}
.fileinput-wrapper .fileinput {
  display: inline-block;
}
.fileinput-wrapper .fileinput input[type=file] {
  width: 100%;
}
.fileinput-wrapper .fileinput-name {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 105px;
  z-index: 9999;
  margin: 0 auto;
  /* Break Word */
  display: block;
  width: 50%;
}
.fileinput-wrapper .fileinput-name p {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.fileinput-wrapper .fileinput-name-block {
  position: relative;
  display: block;
  padding: 2px 25px 2px 10px;
  background-color: #d8d8d8;
  border-radius: 13px;
}
.fileinput-wrapper .fileinput-name-block button.close {
  position: absolute;
  display: inline-block;
  top: 6px;
  right: 5px;
  margin-left: 0;
  opacity: 0.8;
}
.fileinput-wrapper .fileinput-name-block button.close i {
  color: #ea4335;
  margin-right: 0;
}
.fileinput-wrapper .fileinput-name-block button.close:hover {
  opacity: 1;
}
/* AutoComplete CSS (Drop Down) */
.ui-menu li:hover {
  background: #fd7044;
}
.ui-menu li .ui-menu-item-wrapper {
  color: #2b3748;
}
.ui-menu li .ui-menu-item-wrapper:hover {
  background: #fd7044;
  border-color: #fd7044;
  color: #ffffff;
}
/* Progress Bar Wrap */
.progress {
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  overflow: visible;
  border-radius: 13px;
}
.progress-wrap {
  text-align: center;
}
.progress-wrap-image img {
  margin: 0 auto;
}
.progress-wrap-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.progress-wrap-title::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 133px;
  height: 2px;
  background-color: #bdbdbd;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.progress-bar {
  border-radius: 13px;
}
.progress-bar-value {
  color: #2b3748;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  top: -40px;
  left: 0;
  right: 0;
}
.progress-reports-list {
  text-align: center;
  margin-bottom: 30px;
}
.progress-reports-list li {
  display: inline-block;
  padding: 6px 20px;
  border-right: 1px solid #bcc3cb;
}
.progress-reports-list li:first-child {
  padding-left: 0;
}
.progress-reports-list li:last-child {
  border-right: 0;
  padding-right: 0;
}
.progress-reports-list-value {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2b3748;
}
.progress-reports-list-value.text-green {
  color: #34a852;
}
.progress-reports-list-value.text-red {
  color: #ea4335;
}
/* Absolute Separater */
.absolute-separater {
  min-height: 1px;
  background-color: #eee;
  width: 98%;
  position: absolute;
  left: 15px;
  bottom: 58px;
}
/* Document Information */
.docmnt-info-list {
  margin-bottom: 0;
}
.docmnt-info-list li {
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 15px;
}
.docmnt-info-list li img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin: auto;
}
.docmnt-info-list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.docmnt-info-list-label {
  font-weight: 400;
  color: #2b3748;
}
.docmnt-info-list-value {
  font-weight: bold;
  color: #2b3748;
}
/* Remarks Information */
.remarks-info-list {
  margin-bottom: 0;
}
.remarks-info-list li {
  display: block;
  padding: 10px 30px 10px 30px;
  border-bottom: 1px solid #bcc3cb;
}
.remarks-info-list li:last-child {
  border-bottom: 0;
}
.remarks-info-list-label {
  font-size: 14px;
  font-weight: 400;
  color: #2b3748;
}
.remarks-info-list-value {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #2b3748;
  text-align: right;
}
/* Download File */
.dwnld-file {
  display: inline-block;
}
.dwnld-file img {
  width: 18px;
  display: inline-block;
  margin: auto;
}
/* Form Page */
.form-page-table {
  background-color: #ffffff;
  -ms-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.form-page-table.fix-height {
  height: 400px;
  overflow: auto;
}
.form-page-table-details .form-page-table {
  padding: 10px;
  /* &-header-list {
                        display: flex;
                        flex-wrap: wrap;
                        width: 100%;
                        &-item {
                            color: #777777;
                            font-weight: bold;
                            display: block;
                            float: left;
                            padding: 0px 20px;
                            width: 100%;
                            border-bottom: 1px solid #edecec;
                            &-checkbox {
                                width: 7.5%;
                                border-right: 1px solid #edecec;
                                padding: 10px 0;
                                height: 100%;
                                display: block;
                                float: left;
                                .checkbox {
                                    margin: 0;
                                }
                            }
                            
                            &-value {
                                display: block;
                                float: left;
                                p {
                                    padding: 10px 20px;
                                }
                            }
                        }
                    }
                    &-body-list {
                        display: flex;
                        flex-wrap: wrap;
                        width: 100%;
                        &-item {
                            color: #777777;
                            font-weight: bold;
                            display: block;
                            float: left;
                            padding: 0px 20px;
                            width: 100%;
                            border-bottom: 1px solid #edecec;
                            &-checkbox {
                                width: 7.5%;
                                border-right: 1px solid #edecec;
                                padding: 10px 0;
                                height: 100%;
                                display: block;
                                float: left;
                                &.checkbox-header {
                                    .checkbox {
                                        margin: 0;
                                        display: inline-block;
                                        label {
                                            &:before {
                                                border: none;
                                                background-color: #e7e7e7;
                                            }
                                        }
                                        input[type="checkbox"]:checked {
                                            + label {
                                                color: @color_body;
                                                &:before {
                                                    background: @color_primary;
                                                    border: none;
                                                }
                                            }
                                        }
                                    }
                                }
                                .checkbox {
                                    margin: 0;
                                }
                            }
                            
                            &-value {
                                display: block;
                                float: left;
                                border-right: 1px solid #edecec;
                                &:last-child {
                                    border-right: 0;
                                }
                                p {
                                    padding: 10px 20px;
                                    &.header-title {
                                        color: @color_lgrey;
                                    }
                                }
                            }
                            .inner-form-page-list {
                                display: flex;
                                flex-wrap: wrap;
                                width: 100%;
                                li {
                                    display: block;
                                    float: left;
                                    &:first-child {
                                        width: 60px;
                                    }
                                }
                            }
                        }
                    } */
}
.form-page-table-details .form-page-table-header-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #edecec;
}
.form-page-table-details .form-page-table-header-list-item {
  color: #777777;
  font-weight: bold;
  display: block;
  float: left;
  border-right: 1px solid #edecec;
  width: auto;
  padding: 10px 20px;
}
.form-page-table-details .form-page-table-header-list-item:first-child {
  width: 60px;
}
.form-page-table-details .form-page-table-header-list-item:last-child {
  border-right: 0;
}
.form-page-table-details .form-page-table-header-list-item .checkbox {
  margin: 0;
  display: inline-block;
}
.form-page-table-details .form-page-table-header-list-item .checkbox label:before {
  border: none;
  background-color: #e7e7e7;
}
.form-page-table-details .form-page-table-header-list-item .checkbox input[type="checkbox"]:checked + label {
  color: #2b3748;
}
.form-page-table-details .form-page-table-header-list-item .checkbox input[type="checkbox"]:checked + label:before {
  background: #fd7044;
  border: none;
}
.form-page-table .table > thead > tr > th {
  border: solid 1px #edecec;
  color: #777777;
  font-weight: bold;
  border-top: 0;
  border-right: 0;
  width: auto;
}
.form-page-table .table > thead > tr > th.fix-width {
  width: 70%;
}
.form-page-table .table > thead > tr > th.text-center {
  text-align: center;
}
.form-page-table .table > thead > tr > th .checkbox {
  margin: 0;
  display: inline-block;
}
.form-page-table .table > thead > tr > th .checkbox label:before {
  border: none;
  background-color: #e7e7e7;
}
.form-page-table .table > thead > tr > th .checkbox input[type="checkbox"]:checked + label {
  color: #2b3748;
}
.form-page-table .table > thead > tr > th .checkbox input[type="checkbox"]:checked + label:before {
  background: #fd7044;
  border: none;
}
.form-page-table .table > thead > tr > th:first-child {
  width: 1%;
}
.form-page-table .table > tbody > tr {
  background-image: none;
  background-color: #ffffff;
}
.form-page-table .table > tbody > tr > td,
.form-page-table .table > tbody > tr > th {
  border: solid 1px #edecec;
  border-right: 0;
}
.form-page-table .table > tbody > tr > td.text-center,
.form-page-table .table > tbody > tr > th.text-center {
  text-align: center;
}
.form-page-table .table > tbody > tr > td .checkbox,
.form-page-table .table > tbody > tr > th .checkbox {
  margin: 0;
  display: inline-block;
}
.form-page-table .table > tbody > tr > td .form-control,
.form-page-table .table > tbody > tr > th .form-control {
  height: 30px;
}
.form-page-table .table > tbody > tr > td:first-child,
.form-page-table .table > tbody > tr > th:first-child {
  width: 1%;
}
.form-page-table .table > tbody > tr > th.fix-width {
  width: 70%;
}
/* Role Master CSS */
.section-collapse {
  margin-bottom: 30px;
}
.section-collapse .role-section .btn.btn-role-collapse {
  border: 1px solid #fd7044;
  background: #ffffff;
  border-radius: 5px;
  padding: 0;
  text-align: left;
  width: 100%;
  position: relative;
}
.section-collapse .role-section .btn.btn-role-collapse:hover,
.section-collapse .role-section .btn.btn-role-collapse:focus,
.section-collapse .role-section .btn.btn-role-collapse:active {
  background-color: transparent;
  outline: none;
}
.section-collapse .role-section .btn.btn-role-collapse .md-label {
  padding: 10px 20px;
  color: #2b3748;
}
.section-collapse .role-section .btn.btn-role-collapse i {
  color: #171717;
  position: absolute;
  right: 8px;
  top: 20px;
}
.section-collapse .role-section .btn .angular-common-checkbox {
  text-align: left;
  display: inline-block;
  padding-left: 20px;
}
.section-collapse .role-section .btn .angular-common-checkbox md-checkbox {
  width: 100%;
}
.section-collapse .role-section .btn .angular-common-checkbox md-checkbox:not(.md-checked) .md-icon {
  border-color: #fd7044;
  border-radius: 5px;
}
.section-collapse .role-section .btn .angular-common-checkbox md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  border-radius: 5px;
}
.section-collapse .card-list {
  margin-bottom: 0;
  padding: 0 20px;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #171717;
  width: 100%;
}
.section-collapse .card md-checkbox {
  width: 100%;
}
.section-collapse .card-checkbox-list li {
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
}
.section-collapse .card-checkbox-list li:hover,
.section-collapse .card-checkbox-list li:focus,
.section-collapse .card-checkbox-list li:active {
  background-color: transparent;
  outline: none;
}
.section-collapse .card-checkbox-list li .angular-common-checkbox {
  text-align: left;
  display: inline-block;
  color: #2b3748;
}
.section-collapse .card-checkbox-list li .angular-common-checkbox md-checkbox {
  width: 100%;
  line-height: 40px;
}
.section-collapse .card-checkbox-list li .angular-common-checkbox md-checkbox:not(.md-checked) .md-icon {
  border-color: #fd7044;
  border-radius: 5px;
}
.section-collapse .card-checkbox-list li .angular-common-checkbox md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
  border-radius: 5px;
}
.section-collapse .card-checkbox-list li .angular-common-checkbox md-checkbox .md-label {
  padding: 0px 20px;
  color: #2b3748;
}
.section-collapse .card-checkbox-list li i {
  color: #171717;
  position: absolute;
  right: 0px;
  top: 10px;
}
.section-collapse .card:hover {
  background-color: transparent;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  transform: none;
}
/* Time Picker (Angular Moment CSS) */
.moment-picker td.selected {
  border-color: #fd7044;
  background-color: #fd7044;
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
}
.moment-picker td:hover {
  /* background-image: linear-gradient(288deg, #ff4e50, #f9d423); */
  background: #fd7044;
  background-image: linear-gradient(288deg, #ff4e50, #fe6a47 45%, #fe8b47);
  color: #fff;
}
/* Indicator List */
.indicator-list {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 0;
}
.indicator-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px;
  color: #2b3748;
}
.indicator-list li::before {
  left: 0;
  top: 50%;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 2px;
}
.indicator-list li.green::before {
  background-color: #57a800;
}
.indicator-list li.red::before {
  background-color: #e26153;
}
.indicator-list li:last-child {
  padding-right: 0;
}
/* Flex */
.flex-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flex-list > li {
  padding: 20px 15px 20px;
}
.flex-list > li.flex-1 {
  width: 8.333333%;
}
.flex-list > li.flex-2 {
  width: 16.66666%;
}
.flex-list > li.flex-3 {
  width: 25%;
}
.flex-list > li.flex-4 {
  width: 33.33333%;
}
.flex-list > li.flex-5 {
  width: 41.66666667%;
}
.flex-list > li.flex-6 {
  width: 50%;
}
.flex-list > li.flex-7 {
  width: 58.33333333%;
}
.flex-list > li.flex-8 {
  width: 66.66666667%;
}
.flex-list > li.flex-9 {
  width: 75%;
}
.flex-list > li.flex-10 {
  width: 83.33333333%;
}
.flex-list > li.flex-11 {
  width: 91.66666667%;
}
.flex-list > li.flex-12 {
  width: 100%;
}
@media only screen and (min-width: 1201px) {
  .flex-list > li.flex-lg-1 {
    width: 8.333333%;
  }
  .flex-list > li.flex-lg-2 {
    width: 16.66666%;
  }
  .flex-list > li.flex-lg-3 {
    width: 25%;
  }
  .flex-list > li.flex-lg-4 {
    width: 33.33333%;
  }
  .flex-list > li.flex-lg-5 {
    width: 41.66666667%;
  }
  .flex-list > li.flex-lg-6 {
    width: 50%;
  }
  .flex-list > li.flex-lg-7 {
    width: 58.33333333%;
  }
  .flex-list > li.flex-lg-8 {
    width: 66.66666667%;
  }
  .flex-list > li.flex-lg-9 {
    width: 75%;
  }
  .flex-list > li.flex-lg-10 {
    width: 83.33333333%;
  }
  .flex-list > li.flex-lg-11 {
    width: 91.66666667%;
  }
  .flex-list > li.flex-lg-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .flex-list > li.flex-md-1 {
    width: 8.333333%;
  }
  .flex-list > li.flex-md-2 {
    width: 16.66666%;
  }
  .flex-list > li.flex-md-3 {
    width: 25%;
  }
  .flex-list > li.flex-md-4 {
    width: 33.33333%;
  }
  .flex-list > li.flex-md-5 {
    width: 41.66666667%;
  }
  .flex-list > li.flex-md-6 {
    width: 50%;
  }
  .flex-list > li.flex-md-7 {
    width: 58.33333333%;
  }
  .flex-list > li.flex-md-8 {
    width: 66.66666667%;
  }
  .flex-list > li.flex-md-9 {
    width: 75%;
  }
  .flex-list > li.flex-md-10 {
    width: 83.33333333%;
  }
  .flex-list > li.flex-md-11 {
    width: 91.66666667%;
  }
  .flex-list > li.flex-md-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .flex-list > li.flex-sm-1 {
    width: 8.333333%;
  }
  .flex-list > li.flex-sm-2 {
    width: 16.66666%;
  }
  .flex-list > li.flex-sm-3 {
    width: 25%;
  }
  .flex-list > li.flex-sm-4 {
    width: 33.33333%;
  }
  .flex-list > li.flex-sm-5 {
    width: 41.66666667%;
  }
  .flex-list > li.flex-sm-6 {
    width: 50%;
  }
  .flex-list > li.flex-sm-7 {
    width: 58.33333333%;
  }
  .flex-list > li.flex-sm-8 {
    width: 66.66666667%;
  }
  .flex-list > li.flex-sm-9 {
    width: 75%;
  }
  .flex-list > li.flex-sm-10 {
    width: 83.33333333%;
  }
  .flex-list > li.flex-sm-11 {
    width: 91.66666667%;
  }
  .flex-list > li.flex-sm-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-list > li.flex-xs-1 {
    width: 8.333333%;
  }
  .flex-list > li.flex-xs-2 {
    width: 16.66666%;
  }
  .flex-list > li.flex-xs-3 {
    width: 25%;
  }
  .flex-list > li.flex-xs-4 {
    width: 33.33333%;
  }
  .flex-list > li.flex-xs-5 {
    width: 41.66666667%;
  }
  .flex-list > li.flex-xs-6 {
    width: 50%;
  }
  .flex-list > li.flex-xs-7 {
    width: 58.33333333%;
  }
  .flex-list > li.flex-xs-8 {
    width: 66.66666667%;
  }
  .flex-list > li.flex-xs-9 {
    width: 75%;
  }
  .flex-list > li.flex-xs-10 {
    width: 83.33333333%;
  }
  .flex-list > li.flex-xs-11 {
    width: 91.66666667%;
  }
  .flex-list > li.flex-xs-12 {
    width: 100%;
  }
}
.flex-list.bordered > li {
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (min-width: 991px) {
  .flex-list.bordered > li.flex-md-4 {
    border-right: 1px solid #eeeeee;
  }
  .flex-list.bordered > li.flex-md-4:nth-child(3n-3) {
    border-right: 0;
  }
}
.flex-list.pad-9 {
  margin: 0 -9px;
}
.flex-list.pad-9 > li {
  padding: 10px 9px;
}
/* Table Form List */
.table-form-list {
  margin-bottom: 0;
}
.table-form-list > li {
  margin-bottom: 10px;
}
.table-form-list > li:last-child {
  margin-bottom: 0;
}
.table-form-list-wrap {
  background-color: #f3f3f3;
  border-radius: 5px;
}
.table-form-list-wrap::before,
.table-form-list-wrap::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.table-form-list-wrap::after {
  clear: both;
}
.table-form-list-wrap.type-2 {
  display: flex;
  flex-wrap: nowrap;
  padding: 4px 8px;
}
.table-form-list-wrap.type-2 .table-form-list-radio {
  width: 20px;
}
.table-form-list-wrap.type-2 .table-form-list-control {
  float: none;
  min-width: none;
  max-width: none;
  width: calc(100% - 20px);
}
.table-form-list-label {
  font-size: 13px;
  font-weight: bold;
  color: #2b3748;
  line-height: 32px;
  padding-left: 8px;
  display: inline-block;
  margin-bottom: 0;
}
.table-form-list-control {
  float: right;
  min-width: 250px;
  max-width: 250px;
}
.table-form-list-control label.error {
  position: static;
}
.table-form-view-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dadada;
  background-color: #f3f3f3;
  margin-bottom: 0;
  border-radius: 3px;
}
.table-form-view-list > li {
  padding: 10px;
}
.table-form-view-list > li.list-12 {
  width: 100%;
}
.table-form-view-list > li.list-6 {
  width: 50%;
}
.table-form-view-list > li.border-right {
  border-right: 1px solid #dadada;
}
.table-form-view-list > li.border-bottom {
  border-bottom: 1px solid #dadada;
}
.table-form-view-label,
.table-form-view-value {
  display: block;
  line-height: normal;
}
.table-form-view-label {
  font-size: 12px;
  color: #747a84;
}
.table-form-view-value {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
/* Info Wrap */
.info-wrap {
  margin-bottom: 20px;
}
.info-wrap:last-child {
  margin-bottom: 0;
}
.info-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: normal;
  margin-bottom: 0;
}
.info-content {
  font-size: 16px;
  color: #333333;
  line-height: normal;
  margin-bottom: 0;
}
.info-content-small {
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
}
.info-content.italic {
  font-style: italic;
}
.info-content.color-red {
  color: #e26153;
}
.info-content.right {
  float: right;
}
.info-space {
  min-height: 1px;
  margin: 8px 0;
}
/* Drag & Drop CSS */
.imageuploadify {
  min-height: auto;
  max-width: unset;
  border: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.imageuploadify.well {
  width: 100%;
}
.imageuploadify .imageuploadify-images-list {
  text-align: left;
}
.imageuploadify .imageuploadify-images-list i {
  display: none;
}
.imageuploadify .imageuploadify-images-list .button-wrap {
  display: block;
}
.jva-attachments .imageuploadify .imageuploadify-images-list .button-wrap {
  margin-bottom: 10px;
}
.imageuploadify .imageuploadify-images-list .button-wrap.upload .btn.btn-default::before {
  background-image: url("../img/content/upload-white.svg");
  width: 16px;
  height: 16px;
  left: 9px;
  transform: translateY(-50%) rotate(0deg);
}
.imageuploadify .imageuploadify-images-list .button-label {
  font-size: 13px;
  font-weight: bold;
  color: #2b3748;
  line-height: normal;
  padding: 8px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.imageuploadify .imageuploadify-images-list .button-label::after {
  content: '';
  top: 0;
  left: 100%;
  width: 20%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #f3f3f3;
  z-index: -1;
}
.imageuploadify .imageuploadify-images-list .button-note {
  font-size: 12px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
}
.imageuploadify .imageuploadify-images-list button.btn-default {
  margin: 0;
  width: auto;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 8.5px 15px 8.5px 26px;
  background-image: linear-gradient(106deg, #fc8a3c, #ff524e);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.imageuploadify .imageuploadify-images-list button.btn-default::before {
  top: 50%;
  left: 12px;
  content: '';
  width: 10px;
  height: 11px;
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/paperclip.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(35deg);
}
.imageuploadify .imageuploadify-images-list .imageuploadify-details {
  line-height: 1;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container {
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 5.5px 35px 5.5px 6.7px;
  background-color: #fff;
  overflow: unset;
  border: 1px solid #e8e8ef;
  margin: 0 3px 1px 0!important;
  text-align: center;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
.jva-attachments .imageuploadify .imageuploadify-images-list .imageuploadify-container {
  border: 0;
  padding: 0;
  display: block;
  text-align: left;
  line-height: 1;
  margin: 0 0px 10px 0!important;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-view-icon {
  display: inline-block;
  vertical-align: middle;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-view-icon img {
  position: static;
  height: auto;
  transform: unset;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  padding: 0;
  position: static;
  opacity: 1;
  background-color: transparent;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
}
.jva-attachments .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
  font-size: 12px;
  color: #333333;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details .imageuploadify-file-type,
.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details .imageuploadify-file-size {
  display: none;
}
.jva-attachments .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
  display: none;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger,
.imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger {
  width: 12px;
  height: 12px;
  min-width: auto;
  padding: 0;
  top: 7px;
  right: 6px;
  background-color: transparent;
  background-image: url("../img/content/close-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger::before,
.imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger::before {
  display: none;
}
.jva-attachments .imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger,
.jva-attachments .imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger {
  width: 18px;
  height: 18px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.image-uploadify-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container {
  width: 327px;
  height: 215px;
  padding: 20px;
  margin-top: 20px !important;
}
.image-uploadify-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  position: relative;
}
.image-uploadify-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details .imageuploadify-file-name {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
.image-uploadify-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
  height: auto;
  display: block;
  max-width: 287px;
  max-height: 116px;
}
/* Stripped Form */
.stripped-form-header {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  padding: 11px 23px;
  background-color: #585858;
}
.stripped-form-header.mb-15 {
  margin-bottom: 15px;
}
.stripped-form-header.mb-20 {
  margin-bottom: 20px;
}
.stripped-form-body.border {
  border: 1px solid #979797;
}
.stripped-form-body .table.table-stripped > thead > tr > th,
.stripped-form-body .table.table-stripped > tbody > tr > th,
.stripped-form-body .table.table-stripped > tfoot > tr > th,
.stripped-form-body .table.table-stripped > thead > tr > td,
.stripped-form-body .table.table-stripped > tbody > tr > td,
.stripped-form-body .table.table-stripped > tfoot > tr > td {
  font-size: 14px;
  font-weight: normal;
  padding: 6px 3.5px;
  line-height: normal;
  width: auto;
  /* min-width: 174px;
                            width: 174px;
                            max-width: 174px; */
  letter-spacing: normal;
  white-space: unset;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-238,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-238,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-238,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-238,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-238,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-238 {
  min-width: 238px;
  width: 238px;
  max-width: 238px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-201,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-201,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-201,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-201,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-201,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-201 {
  min-width: 201px;
  width: 201px;
  max-width: 201px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-181,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-181,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-181,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-181,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-181,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-181 {
  min-width: 181px;
  width: 181px;
  max-width: 181px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-161,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-161,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-161,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-161,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-161,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-161 {
  min-width: 161px;
  width: 161px;
  max-width: 161px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-122,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-122,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-122,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-122,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-122,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-122 {
  min-width: 122px;
  width: 122px;
  max-width: 122px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-100,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-100,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-100,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-100,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-100,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-100 {
  min-width: 100px;
  width: 100px;
  max-width: 100px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-66,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-66,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-66,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-66,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-66,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-66 {
  min-width: 66px;
  width: 66px;
  max-width: 66px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.min-width-59,
.stripped-form-body .table.table-stripped > tbody > tr > th.min-width-59,
.stripped-form-body .table.table-stripped > tfoot > tr > th.min-width-59,
.stripped-form-body .table.table-stripped > thead > tr > td.min-width-59,
.stripped-form-body .table.table-stripped > tbody > tr > td.min-width-59,
.stripped-form-body .table.table-stripped > tfoot > tr > td.min-width-59 {
  min-width: 59px;
  width: 59px;
  max-width: 59px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.text-right img,
.stripped-form-body .table.table-stripped > tbody > tr > th.text-right img,
.stripped-form-body .table.table-stripped > tfoot > tr > th.text-right img,
.stripped-form-body .table.table-stripped > thead > tr > td.text-right img,
.stripped-form-body .table.table-stripped > tbody > tr > td.text-right img,
.stripped-form-body .table.table-stripped > tfoot > tr > td.text-right img {
  margin-left: auto;
}
.stripped-form-body .table.table-stripped > thead > tr > th:first-child,
.stripped-form-body .table.table-stripped > tbody > tr > th:first-child,
.stripped-form-body .table.table-stripped > tfoot > tr > th:first-child,
.stripped-form-body .table.table-stripped > thead > tr > td:first-child,
.stripped-form-body .table.table-stripped > tbody > tr > td:first-child,
.stripped-form-body .table.table-stripped > tfoot > tr > td:first-child {
  padding-left: 23px;
}
.stripped-form-body .table.table-stripped > thead > tr > th:last-child,
.stripped-form-body .table.table-stripped > tbody > tr > th:last-child,
.stripped-form-body .table.table-stripped > tfoot > tr > th:last-child,
.stripped-form-body .table.table-stripped > thead > tr > td:last-child,
.stripped-form-body .table.table-stripped > tbody > tr > td:last-child,
.stripped-form-body .table.table-stripped > tfoot > tr > td:last-child {
  padding-right: 23px;
}
.stripped-form-body .table.table-stripped > thead > tr > th.no-padding,
.stripped-form-body .table.table-stripped > tbody > tr > th.no-padding,
.stripped-form-body .table.table-stripped > tfoot > tr > th.no-padding,
.stripped-form-body .table.table-stripped > thead > tr > td.no-padding,
.stripped-form-body .table.table-stripped > tbody > tr > td.no-padding,
.stripped-form-body .table.table-stripped > tfoot > tr > td.no-padding {
  padding: 0;
}
.stripped-form-body .table.table-stripped > thead > tr > th .text-md,
.stripped-form-body .table.table-stripped > tbody > tr > th .text-md,
.stripped-form-body .table.table-stripped > tfoot > tr > th .text-md,
.stripped-form-body .table.table-stripped > thead > tr > td .text-md,
.stripped-form-body .table.table-stripped > tbody > tr > td .text-md,
.stripped-form-body .table.table-stripped > tfoot > tr > td .text-md {
  display: block;
}
.stripped-form-body .table.table-stripped > thead > tr.pd-md > td,
.stripped-form-body .table.table-stripped > tbody > tr.pd-md > td,
.stripped-form-body .table.table-stripped > tfoot > tr.pd-md > td {
  padding-top: 13px;
  padding-bottom: 13px;
}
.stripped-form-body .table.table-stripped > thead.opacity-0 > tr > th,
.stripped-form-body .table.table-stripped > thead.opacity-0 > tr > td {
  padding: 0;
}
.stripped-form-body .table.table-stripped > tbody > tr {
  border-left: 0;
  border-bottom: 0;
  background-image: none;
  background-color: #fefcfc;
}
.stripped-form-body .table.table-stripped > tbody > tr.bdr-btm {
  border-bottom: 7px solid #ffffff;
}
.stripped-form-body .table.table-stripped > tbody > tr > td.opacity-0 {
  opacity: 0;
}
.stripped-form-body .table.table-stripped > tbody > tr > td.white-space-unset {
  white-space: unset;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .text-dark {
  display: inline-block;
  font-weight: 800;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .text-dark small {
  font-size: 12px;
  color: #2b3748;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .text-block {
  display: block;
  line-height: normal;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .text-bold {
  display: inline-block;
  font-weight: bold;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .text-sm {
  font-size: 12px;
  display: inline-block;
  color: #2b3748;
}
.stripped-form-body .table.table-stripped > tbody > tr > td .max-225 {
  max-width: 225px;
}
.stripped-form-body .table.table-stripped > tbody > tr > td button.btn-delete {
  padding: 0;
  line-height: 0;
  background-color: transparent;
  position: relative;
}
.stripped-form-body .table.table-stripped > tbody > tr > td button.btn-delete:after {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/delete-active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 350ms;
}
.stripped-form-body .table.table-stripped > tbody > tr > td button.btn-delete:hover:after {
  opacity: 1;
  transition: all 350ms;
}
.stripped-form-body .table.table-stripped > tbody > tr:nth-child(odd) {
  background-color: #f7f4f4;
}
.stripped-form-body .table.table-stripped > tfoot > tr {
  background-color: #313355;
}
.stripped-form-body .table.table-stripped > tfoot > tr > td {
  color: #fff;
  font-weight: 800;
}
.stripped-form-body .table.table-stripped-view > tbody > tr > td,
.stripped-form-body .table.table-stripped-view tfoot > tr > td {
  padding: 11px 6px;
}
.stripped-form-body .table.table-stripped.no-width > thead > tr > th,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > th,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > th,
.stripped-form-body .table.table-stripped.no-width > thead > tr > td,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > td,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > td {
  min-width: unset;
  width: unset;
  max-width: unset;
  line-height: 32px;
}
.stripped-form-body .table.table-stripped.no-width > thead > tr > th.wid-174,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > th.wid-174,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > th.wid-174,
.stripped-form-body .table.table-stripped.no-width > thead > tr > td.wid-174,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > td.wid-174,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > td.wid-174 {
  min-width: 174px;
  width: 174px;
  max-width: 174px;
}
.stripped-form-body .table.table-stripped.no-width > thead > tr > th.wid-66,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > th.wid-66,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > th.wid-66,
.stripped-form-body .table.table-stripped.no-width > thead > tr > td.wid-66,
.stripped-form-body .table.table-stripped.no-width > tbody > tr > td.wid-66,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr > td.wid-66 {
  min-width: 66px;
  width: 66px;
  max-width: 66px;
}
.stripped-form-body .table.table-stripped.no-width > thead > tr.no-padding > th,
.stripped-form-body .table.table-stripped.no-width > tbody > tr.no-padding > th,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr.no-padding > th,
.stripped-form-body .table.table-stripped.no-width > thead > tr.no-padding > td,
.stripped-form-body .table.table-stripped.no-width > tbody > tr.no-padding > td,
.stripped-form-body .table.table-stripped.no-width > tfoot > tr.no-padding > td {
  padding: 0;
}
.stripped-form-body.stripped-table-scroll {
  max-height: 1020px;
  overflow-y: auto;
}
.stripped-form-body .stripped-form-button-wrap {
  padding: 15px 23px;
}
.stripped-form-body .stripped-form-button-wrap.bg-grey {
  background-color: #f7f4f4;
}
.stripped-form-footer {
  padding: 8.5px 23px;
  background-color: #313355;
}
.stripped-form-footer-table {
  display: table;
  width: 100%;
}
.stripped-form-footer-table-item {
  display: table-cell;
  line-height: normal;
  vertical-align: middle;
}
.stripped-form-footer-table-item-label,
.stripped-form-footer-table-item-value {
  font-weight: 800;
  line-height: normal;
  display: inline-block;
}
.stripped-form-footer-table-item-label {
  font-size: 14px;
  color: #ffffff;
}
.stripped-form-footer-table-item-value {
  font-size: 18px;
  color: #ff624a;
}
/* Remarks Wrap */
.remarks-header {
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  color: #ffffff;
  padding: 15px 23px;
  background-color: #585858;
}
.remarks-body textarea {
  color: #555555;
  height: 100px;
  border-color: #979797;
  padding: 14px 23px;
  resize: none;
  border-radius: 0;
}
.remarks-body-view {
  min-height: 100px;
  border: 1px solid #979797;
  padding: 8px 23px;
  font-size: 14px;
  line-height: normal;
  background: #fff;
}
/* Grey Box */
.grey-box-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  background-color: #e8e8ef;
  border: 1px solid #6e7088;
}
.grey-box-list > li {
  padding: 30px 15px;
  border-right: 1px solid #6e7088;
}
.grey-box-list > li.wid-33 {
  width: 33.333333%;
}
.grey-box-list > li.wid-33:nth-child(3n-3) {
  border-right: 0;
}
.grey-box-list > li.wid-100 {
  width: 100%;
  border-right: 0;
}
.grey-box-label,
.grey-box-value {
  display: block;
  font-weight: 800;
  line-height: normal;
}
.grey-box-label {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.grey-box-value {
  display: block;
  font-size: 20px;
  color: #ff624a;
}
/* Mani less */
.modal-filter-select-wrap {
  padding: 20px 15px;
}
.modal-filter-select-wrap md-select {
  font-size: 14px;
  height: 38px;
  border-radius: 20px;
  border-color: #fd7044;
}
.modal-filter-select-wrap md-select:not([disabled]):focus .md-select-value {
  color: #fff;
}
.modal-filter-select-wrap md-select:not([disabled]):focus .md-select-value.md-select-placeholder {
  color: #fd7044;
}
.modal-filter-select-wrap md-select .md-select-value {
  color: #fff;
  border-radius: 20px;
  padding-left: 20px;
  background: #fd7044;
}
.modal-filter-select-wrap md-select .md-select-value.md-select-placeholder {
  padding-left: 20px;
  color: #fd7044;
  background: #fff;
}
.modal-filter-select-wrap md-select .md-select-value .md-select-icon:after {
  top: 50%;
  border: 0;
  content: '';
  right: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  background: url(../img/content/icon-dropdown.svg) repeat center center;
}
/* Table Tooltip */
.vendor_external_outlet {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Manual Receipts Form Page */
.manual-recipts {
  border-right: 1px solid #ccc;
  padding: 20px 20px 0 0;
}
.manual-recipts .border-right {
  border-right: 1px solid #ccc;
}
.manual-recipts .table-form-list-control.text-area-width {
  min-width: auto;
  max-width: unset;
  width: 72%;
}
.manual-recipts .table-form-list-wrap .table-form-view-content {
  float: right;
  max-width: 250px;
  min-width: 250px;
  font-size: 14px;
  line-height: 32px;
}
.manual-recipts-label {
  opacity: 0;
  display: block;
}
/* Breakup Payments */
.table-max-height {
  max-height: 552px;
  overflow-y: auto;
}
/* Table Responsive Min Height with another Class Name */
.cn_request_list_table_wrap {
  min-height: 370px;
  /* @media @max1023 {
        min-height: auto;
    } */
}
@media only screen and (min-width: 1601px) {
  .cn_request_list_table_wrap {
    min-height: 500px;
  }
}
@media only screen and (max-width: 1600px) {
  .cn_request_list_table_wrap {
    min-height: 380px;
  }
}
@media only screen and (max-width: 1440px) {
  .cn_request_list_table_wrap {
    min-height: 290px;
  }
}
/* Normal Table With Fixed Header */
.table-fixed {
  overflow-y: auto;
}
.table-fixed table {
  margin-bottom: 0;
}
.table-fixed table > thead > tr > th {
  top: 0px;
  font-size: 13px;
  position: -webkit-sticky;
  position: sticky;
  color: #fd7044;
  font-weight: 600;
  background: #fff;
}
.table-fixed table > tbody > tr {
  background-image: linear-gradient(to top, #ffffff, #fbfbfb);
  border-bottom: 1px solid #edf2f7;
  border-radius: 5px;
  transition: all 350ms;
}
.table-fixed table > tbody > tr > td {
  font-weight: 600;
  padding: 5px 15px;
  color: #2b3748;
}
.table-fixed.type-2 {
  height: calc(100vh - 132px);
  border-top: 1px solid #e0e0e0;
}
.table-fixed.type-2.outlet-stock {
  height: calc(100vh - 260px);
}
.table-fixed.type-2 table {
  border-width: 0 0 0 1px;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.table-fixed.type-2 table > thead > tr > th {
  border-left: 0;
}
.table-fixed.type-2 table > tbody > tr {
  background-color: #fff;
  background-image: none;
}
.table-fixed.type-2 table > tbody > tr > td {
  padding: 10px 15px !important;
  border-left: 0;
  border-top: 0;
}
/* Attachment View */
.view-attachment-list {
  margin-bottom: 0;
}
.view-attachment-list > li {
  margin: 5px 0;
}
.view-attachment-list > li:first-child {
  margin-top: 0;
}
.view-attachment-list > li:last-child {
  margin-bottom: 0;
}
.view-attachment-list-item-wrap {
  color: #2b3748;
  display: inline-block;
  cursor: pointer;
}
.view-attachment-list-item-img,
.view-attachment-list-item-name {
  display: inline-block;
  vertical-align: middle;
}
.view-attachment-list-item-img {
  margin-right: 5px;
}
/* PCV Remittances */
.pcv-form {
  border-color: #d8d8d8 !important;
}
.pcv-form > thead > tr {
  border-bottom: 0;
}
/* Mcollect Receipts */
.mcollect-receipt-table {
  border-color: #d8d8d8;
}
.mcollect-receipt-table > thead > tr {
  border-bottom-color: #d8d8d8;
}
.mcollect-receipt-wrap {
  border-radius: 5px;
  padding: 18px 29px;
  background-color: #f3f3f3;
}
.mcollect-receipt-wrap .info-title {
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 11px;
  line-height: normal;
  color: #333333;
}
.mcollect-receipt-wrap .info-content {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
  max-width: 320px;
  line-height: normal;
}
.mcollect-receipt-info {
  padding-bottom: 13px;
}
.mcollect-receipt-invoice-info {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #fd7742;
  padding-bottom: 12px;
}
.mcollect-receipt-invoice-title {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  color: #333333;
  padding-bottom: 13px;
}
/* Mcollect Modal Popup */
.filter.modal .mcollect-modal .modal-content {
  border-radius: 5px;
}
.filter.modal .mcollect-modal .modal-content .modal-body {
  padding-top: 50px;
}
.filter.modal .mcollect-modal .modal-content .modal-body .img-center {
  margin: 0 auto;
}
.filter.modal .mcollect-modal .modal-content .modal-body .title {
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  color: #333333;
  padding: 31px 0;
  margin-bottom: 0;
}
.filter.modal .mcollect-modal .modal-content .modal-body .info {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #929292;
  padding-bottom: 32px;
  margin-bottom: 0;
}
.filter.modal .mcollect-modal .modal-content .modal-footer {
  text-align: center;
  padding-bottom: 50px;
}
.filter.modal .mcollect-modal .modal-content .modal-footer.text-right {
  text-align: right;
}
/* Cash Management System Form */
.cms-form-wrap {
  border-radius: 5px;
  padding: 21px 32px;
  margin-bottom: 36px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.cms-form-wrap .cms-form-info {
  border-radius: 5px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: normal;
  background-color: #fc8a3b;
  padding: 23px 23px 25px 23px;
}
.cms-form-wrap .cms-form-info .bold {
  font-weight: 900;
}
.cms-table {
  border-color: #d8d8d8 !important;
}
.cms-table > tbody > tr > td .input-text:first-child {
  margin-bottom: 5px;
}
.table.cms-form-table {
  border-color: #d8d8d8 !important;
}
.table.cms-form-table > thead > tr > th,
.table.cms-form-table > tbody > tr > th,
.table.cms-form-table > thead > tr > td,
.table.cms-form-table > tbody > tr > td {
  padding: 9px 4px;
}
.cms-report-wrap {
  margin-bottom: 20px;
  border: solid 1px #979797;
  background-color: #ffffff;
}
.cms-report-wrap .cms-report-header {
  background-color: #faf9f9;
  padding: 14px 22px;
  border-bottom: solid 0.5px #979797;
}
.cms-report-wrap .cms-report-header .title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #fc8a3b;
}
.cms-report-wrap .cms-report-body {
  padding: 22px 24px 31px 24px;
}
.cms-report-wrap .cms-report-body .info {
  border-radius: 3px;
  font-size: 16px;
  color: #333333;
  background-color: #f6f3f3;
  line-height: 35px;
  padding: 5px 10px;
}
.cms-report-wrap .cms-report-body.cms-report-body-height {
  min-height: 505px;
}
.cms-report-wrap .cms-report-body .btn-report-info {
  vertical-align: bottom;
}
.cms-report-wrap .cms-report-body .btn-report-info .btn-report-img {
  width: 30px;
}
.cms-report-wrap .cms-report-body .table-report {
  max-width: 400px;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr:nth-child(odd) {
  background-color: #f6f3f3;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr:nth-child(even) {
  background-color: #faf9f9;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr > td {
  padding: 1px 15px;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr > td.small {
  font-size: 12px;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr > td:first-child,
.cms-report-wrap .cms-report-body .table-report > tbody > tr > td:last-child {
  text-align: right;
}
.cms-report-wrap .cms-report-body .table-report > tbody > tr > td.wid-100 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}
.cms-report-wrap .cms-report-footer {
  padding: 14px 22px;
  background-color: #979797;
}
.cms-report-wrap .cms-report-footer .info {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}
.cms-report-wrap .cms-report-footer .data {
  float: right;
}
.table-cash-wrap {
  border: solid 1px #979797;
}
.table-cash-wrap > tbody > tr {
  border-left: 0;
}
.table-cash-wrap > tbody > tr:first-child > td {
  width: 50%;
  padding: 21px 15px 23px 0px;
}
.table-cash-wrap > tbody > tr:first-child > td:first-child {
  padding-left: 32px;
}
.table-cash-wrap > tbody > tr > td .cms-data {
  display: block;
  text-align: center;
  border-left: solid 1px #dfdfdf;
  padding-left: 7px;
}
.table-cash-wrap > tbody > tr > td .cms-data .cms-info {
  display: inline-block;
  text-align: left;
}
.table-cash-wrap > tbody > tr > td .cms-data .cms-info .info span {
  padding-left: 39px;
}
.table-cash-wrap > tbody > tr > td.title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  border: solid 1px #979797;
  background-color: #555555;
}
.table-cash-wrap > tbody > tr > td.title-first-child {
  border-right: 1px solid #979797;
}
.table-report-wrap {
  border: solid 1px #979797;
}
.table-report-wrap > tbody > tr {
  border-left: 0;
}
.table-report-wrap > tbody > tr > th:first-child,
.table-report-wrap > tbody > tr > td:first-child {
  border-right: 1px solid #979797;
  width: 70%;
}
.table-report-wrap > tbody > tr > th:last-child,
.table-report-wrap > tbody > tr > td:last-child {
  width: 30%;
  text-align: right;
  font-weight: bold;
}
.table-report-wrap > tbody > tr:first-child {
  border-bottom: solid 0.5px #979797;
  background-color: #faf9f9;
}
.table-report-wrap > tbody > tr:first-child > th {
  font-size: 16px;
  padding: 14px 22px;
  font-weight: bold;
  line-height: normal;
  color: #fc8a3b;
}
.table-report-wrap > tbody > tr > td {
  padding: 14px 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  white-space: normal;
}
.table-report-wrap > tbody > tr > td .bold {
  font-weight: 600;
}
.table-report-wrap > tbody > tr > td .small {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
.table-report-wrap > tbody > tr > td.opacity-0 {
  opacity: 0;
}
.table-report-wrap > tfoot > tr > td {
  background-color: #fc8a3b;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding: 14px 22px;
}
.table-report-wrap > tfoot > tr > td:last-child {
  text-align: right;
}
/* CNDN Import Upload */
.page-form .import-img {
  display: inline-block;
}
/* Reset Block */
.btn-reset {
  background-color: #ffffff;
  padding: 0;
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.reset-block {
  line-height: 1;
}
.reset-block .reset-wrap {
  display: inline-block;
}
.reset-block .btn-reset {
  margin-top: 1px;
}
/* Flex Row */
.flex-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.flex-row > li {
  padding: 0 15px;
}
.flex-row > li.flex-col-3 {
  width: 25%;
}
@media only screen and (max-width: 990px) {
  .flex-row > li.flex-col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row > li.flex-col-3 {
    width: 100%;
  }
}
.flex-row > li.flex-col-4 {
  width: 33.33%;
}
@media only screen and (max-width: 990px) {
  .flex-row > li.flex-col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row > li.flex-col-4 {
    width: 100%;
  }
}
.flex-row > li.flex-col-8 {
  width: 66.66666667%;
}
@media only screen and (max-width: 990px) {
  .flex-row > li.flex-col-8 {
    width: 100%;
  }
}
.flex-row > li.flex-col-9 {
  width: 75%;
}
@media only screen and (max-width: 990px) {
  .flex-row > li.flex-col-9 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row > li.flex-col-9 {
    width: 100%;
  }
}
.flex-row > li.flex-col-12 {
  width: 100%;
}
.flex-row.type-2 {
  margin-left: -3px;
  margin-right: -3px;
}
.flex-row.type-2 > li {
  padding: 0 3px;
}
.flex-row.type-3 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.flex-row.type-3 > li {
  padding: 0 7.5px;
}
.flex-row.type-4 > li {
  padding: 12px 16px;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
@media only screen and (min-width: 991px) {
  .flex-row.type-4 > li.flex-col-3:nth-child(4n-4) {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-3:nth-child(-n+4) {
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .flex-row.type-4 > li.flex-col-3:nth-child(even) {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-3:nth-child(-n+2) {
    border-top: 1px solid #efefef;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row.type-4 > li.flex-col-3 {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-3:first-child {
    border-top: 1px solid #efefef;
  }
}
@media only screen and (min-width: 991px) {
  .flex-row.type-4 > li.flex-col-4:nth-child(3n-3) {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-4:nth-child(-n+3) {
    border-top: 1px solid #efefef;
  }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
  .flex-row.type-4 > li.flex-col-4:nth-child(even) {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-4:nth-child(-n+2) {
    border-top: 1px solid #efefef;
  }
}
@media only screen and (max-width: 767px) {
  .flex-row.type-4 > li.flex-col-4 {
    border-right: 1px solid #efefef;
  }
  .flex-row.type-4 > li.flex-col-4:first-child {
    border-top: 1px solid #efefef;
  }
}
.flex-row.type-4 > li.flex-col-12 {
  border-right: 1px solid #efefef;
}
.flex-row.type-4 > li.flex-col-12:first-child {
  border-top: 1px solid #efefef;
}
/* Grey Wrap */
.grey {
  /* Grey List */
  /* Grey Box */
}
.grey-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
}
.grey-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
  margin-bottom: 0px;
}
.grey-list.mb-20 {
  margin-bottom: 20px;
}
.grey-list > li {
  padding: 0 13px;
}
@media only screen and (max-width: 767px) {
  .grey-list > li {
    width: 100%;
  }
}
.grey-box {
  height: 100%;
}
@media only screen and (max-width: 990px) {
  .grey-box {
    margin-bottom: 5px;
  }
}
.grey-box-header {
  font-size: 16px;
  line-height: normal;
  padding: 5px 10px;
  background-color: #e6e6e6;
  border-radius: 5px;
}
@media only screen and (max-width: 1299px) {
  .grey-box-header {
    font-size: 13px;
  }
}
@media only screen and (max-width: 990px) {
  .grey-box-header {
    font-size: 14px;
  }
}
.grey-box-body {
  padding: 9px 12.5px;
  min-height: calc(100% - 30px);
  background-color: #fbfbfb;
  border-radius: 5px;
}
.grey-box-info {
  color: #2b3748;
  margin-bottom: 0;
}
.grey-box-info.sm {
  font-size: 12px;
}
/* Grid Row */
.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  /* border: 1px solid @color_border_light; */
}
.grid-row > li {
  width: 100%;
  padding: 15px 20px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (min-width: 991px) {
  .grid-row > li.brdr-top {
    border-top: 1px solid #e1e1e1;
  }
  .grid-row > li.brdr-left {
    border-left: 1px solid #e1e1e1;
  }
  .grid-row > li.brdr-right {
    border-right: 1px solid #e1e1e1;
  }
  .grid-row > li.brdr-bottom {
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 990px) {
  .grid-row > li {
    border-left: 1px solid #e1e1e1;
  }
  .grid-row > li:first-child {
    border-top: 1px solid #e1e1e1;
  }
}
@media only screen and (min-width: 991px) {
  .grid-row > li.grid-col-2 {
    width: 16.66666667%;
  }
  .grid-row > li.grid-col-3 {
    width: 25%;
  }
  .grid-row > li.grid-col-3:nth-child(4n-7) {
    border-left: 1px solid #e1e1e1;
  }
  .grid-row > li.grid-col-3:nth-child(-n+4) {
    border-top: 1px solid #e1e1e1;
  }
  .grid-row > li.grid-col-4 {
    width: 33.33333%;
  }
  .grid-row > li.grid-col-5 {
    width: 41.66666667%;
  }
  .grid-row > li.grid-col-6 {
    width: 50%;
  }
  .grid-row > li.grid-col-6:nth-child(-n+2) {
    border-top: 1px solid #e1e1e1;
  }
  .grid-row > li.grid-col-7 {
    width: 58.33333333%;
  }
  .grid-row > li.grid-col-8 {
    width: 66.66666667%;
  }
  .grid-row > li.grid-col-9 {
    width: 75%;
  }
  .grid-row > li.grid-col-10 {
    width: 83.33333333%;
  }
  .grid-row > li.grid-col-11 {
    width: 91.66666667%;
  }
  .grid-row > li.grid-col-12 {
    width: 100%;
  }
}
.grid-col-label,
.grid-col-value {
  display: block;
  line-height: normal;
}
.grid-col-label {
  color: #757575;
  font-size: 12px;
}
.grid-col-value {
  color: #333333;
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (max-width: 1299px) {
  .grid-col-value {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .grid-col-value {
    font-weight: bold;
  }
}
.grid-col-value.color-green {
  color: #34a852;
}
.grid-col-value.color-yellow {
  color: #fbbc05;
}
.grid-col-value.color-red {
  color: #ea4335;
}
/* Timeline Log */
.timeline-wrap {
  display: inline-block;
  padding: 32px 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.timeline-date {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  color: #313355;
}
.timeline-time {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  margin: 0 14px 0 14px;
  color: #313355;
}
.timeline-content {
  position: relative;
  padding-left: 25px;
  padding-bottom: 40px;
}
.timeline-content-title {
  font-weight: bold;
  line-height: normal;
  margin-bottom: 6px;
  color: #313355;
}
.timeline-content-info {
  font-size: 12px;
  margin-bottom: 0;
  color: #313355;
}
.timeline-content::before,
.timeline-content::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 6px;
  background-color: #fe5a4c;
}
.timeline-content::before {
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.timeline-content::after {
  width: 1px;
  height: 100%;
  left: 4px;
}
.timeline-log {
  position: relative;
  padding-left: 162px;
}
.timeline-log:last-child .timeline-content {
  padding-bottom: 0;
}
.timeline-log:last-child .timeline-content:after {
  display: none;
}
.timeline-left {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 162px;
  text-align: right;
}
.timeline-wrap.type-2 {
  padding: 0;
  border: 0;
}
.timeline-wrap.type-2 .timeline-left .timeline-date {
  padding: 8px 17px 8px 18px;
  border-radius: 17px;
  background-color: #f8f9fa;
  text-align: left;
  display: inline-block;
  margin-right: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #2b3748;
}
.timeline-wrap.type-2 .timeline-content {
  padding-left: 53px;
  padding-bottom: 36px;
}
.timeline-wrap.type-2 .timeline-content:before {
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 7px solid #f5f5f5;
}
.timeline-wrap.type-2 .timeline-content:after {
  width: 1px;
  height: 100%;
  left: 11px;
  top: 15px;
}
.timeline-wrap.type-2 .timeline-content .timeline-content::before,
.timeline-wrap.type-2 .timeline-content .timeline-content::after {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #f5f5f5;
}
.timeline-wrap.type-2 .timeline-content .timeline-content-title,
.timeline-wrap.type-2 .timeline-content .timeline-content-info {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.timeline-wrap.type-2 .timeline-content .timeline-content-title {
  color: #fd7d40;
  margin-bottom: 0;
}
.timeline-wrap.type-2 .timeline-content .timeline-content-title.text-green {
  color: #4caf50;
}
.timeline-wrap.type-2 .timeline-content .timeline-content-info {
  color: #3c465c;
  margin-top: 8px;
}
.timeline-wrap.type-2 .timeline-content .timeline-content-info span {
  color: #e8eaed;
}
/* Border Wrap */
.border-wrap {
  padding: 20px;
  border: 1px solid #979797;
  border-radius: 8px;
}
.border-wrap-title {
  color: #fd6747;
  font-weight: 600;
  margin-bottom: 0;
  line-height: normal;
}
.border-wrap-title.lh-40 {
  line-height: 40px;
}
.border-wrap.type-2 {
  border-color: #e8e8ef;
}
/* Panel Collapse */
.panel {
  /* Panel Collapse Type-2 */
  /* Panel Without Collapse */
}
.panel-group .panel.panel-default {
  border-radius: 0;
}
.panel-default {
  border-color: #d7d7d7;
}
.panel-default > .panel-heading {
  padding: 14px 15px;
  border-color: #d7d7d7;
  background-image: linear-gradient(to bottom, #fcfcfc, #f4f4f4);
}
.panel-default .panel-body.ptb-none {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-title {
  color: #333333;
  font-weight: 800;
  display: block;
  position: relative;
  line-height: normal;
  cursor: pointer;
}
.panel-title .arrow {
  top: 50%;
  right: 0;
  width: 12px;
  height: 10px;
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-color: #000000 transparent transparent  transparent;
  border-width: 10px 6px 0 6px;
  transform: translateY(-50%);
  transition: all 500ms;
}
.panel-title.in .arrow {
  transform: translateY(-50%) rotate(180deg);
  transition: all 500ms;
}
.panel-title:hover {
  color: #333333;
}
.panel.panel-default.type-2 {
  border-radius: 5px;
}
.panel.panel-default.type-2 > .panel-heading {
  padding: 17px 15px;
  background-image: none;
  background-color: #eeeeee;
}
.panel.panel-default.type-2 > .panel-heading .panel-title {
  font-size: 18px;
  font-weight: bold;
  color: #463c81;
}
.panel.panel-default.type-2 > .panel-body {
  padding: 20px 20px;
}
.panel.panel-default.type-2 > .panel-body.pad-10 {
  padding: 10px 10px;
}
.panel.panel-default.type-3 {
  border-color: #e8e8ef;
}
.panel.panel-default.type-3.mt-20 {
  margin-top: 20px;
}
.panel.panel-default.type-3 > .panel-heading {
  padding: 10px 16px;
  background-image: none;
  background-color: #e8e8ef;
  border-radius: 0;
}
.panel.panel-default.type-3 > .panel-heading .panel-title {
  font-weight: bold;
  color: #313355;
}
.panel.panel-default.type-3 > .panel-heading .panel-title .arrow {
  width: 10px;
  height: 7px;
  border-width: 7px 5px 0 5px;
  border-color: #6e7088 transparent transparent transparent;
}
.panel.panel-default.type-3 > .panel-heading .panel-title .title-right {
  float: right;
  padding-right: 15px;
}
.panel.panel-default.type-3 > .panel-heading .panel-title .rupee-icon {
  padding-bottom: 2px;
  display: inline-block;
}
.panel.panel-default.type-3 > .panel-body {
  padding-bottom: 20px;
}
.panel.panel-default.type-4 > .panel-heading {
  margin-bottom: 0;
  background-image: none;
  border: solid 1px #979797;
  padding: 14px 20px 14px 15px;
  background-color: #d6d6d6;
  border-radius: 0;
}
.panel.panel-default.type-4 > .panel-heading .panel-title {
  padding-left: 27px;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .panel.panel-default.type-4 > .panel-heading .panel-title {
    font-size: 14px;
  }
}
.panel.panel-default.type-4 > .panel-heading .panel-title .arrow {
  left: 0;
  width: 10px;
  height: 7px;
  border-width: 7px 5px 0 5px;
  border-color: #6e7088 transparent transparent transparent;
}
.panel.panel-default.type-4 > .panel-heading .panel-title .title-right {
  float: right;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .panel.panel-default.type-4 > .panel-heading .panel-title .title-right {
    font-size: 14px;
  }
}
.panel.panel-default.type-4 > .panel-heading .panel-title .rupee-icon {
  padding-bottom: 2px;
  display: inline-block;
}
.panel.panel-default.type-4 > .panel-collapse .panel-body {
  padding: 0;
  border: 0;
}
.panel.panel.panel-default.type-5 {
  border: 0;
}
.panel.panel.panel-default.type-5 > .panel-heading {
  background: #fff;
  border-bottom: 0;
  border: 1px solid #e8e8ef;
}
.panel.panel.panel-default.type-5 > .panel-heading .panel-title {
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
  color: #313355;
}
.panel.panel.panel-default.type-5 > .panel-heading .panel-title .arrow {
  width: 10px;
  height: 7px;
  border-width: 7px 5px 0 5px;
}
.panel.panel.panel-default.type-5 .panel-body {
  border: 0;
  padding: 0;
}
.panel.panel-default.without-collapse > .panel-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #313355;
  background-image: none;
  background-color: #e8e8ef;
}
.panel.panel-default.without-collapse > .panel-body .color-grey {
  color: #555555;
}
.panel.panel-default.without-collapse > .panel-body .light-font {
  font-weight: 300;
}
/* Image Caption Wrap */
@media only screen and (max-width: 990px) {
  .img-caption-wrap {
    margin-bottom: 5px;
  }
}
.img-caption-wrap::before,
.img-caption-wrap::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.img-caption-wrap::after {
  clear: both;
}
.img-caption-wrap .img-wrap {
  float: left;
  margin-right: 15px;
}
.img-caption-wrap .img-wrap img {
  width: 80px;
  height: 80px;
}
.img-caption-wrap .caption-wrap {
  float: left;
  line-height: 1.5;
}
.img-caption-wrap .caption-title {
  font-size: 16px;
  font-weight: bold;
}
/* Dark Wrap */
.dark-wrap {
  padding: 20px 18px;
  background-color: #e8e8ef;
}
.dark-wrap.type-2 {
  padding: 23px 18px 55px 18px;
}
/* Text Label & Value */
.text-label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #313355;
}
.text-value {
  font-size: 14px;
  display: block;
  color: #313355;
}
/* Box Wrap */
.box-wrap {
  position: relative;
  padding: 22px 22px;
  background-color: #ffffff;
  border-radius: 5px;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.box-wrap::before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background-color: #fd7044;
  border-radius: 5px;
}
.box-wrap.top-green::before {
  background-color: #6dd400;
}
.box-wrap.top-yellow::before {
  background-color: #f7b500;
}
.box-content {
  position: relative;
}
.box-content-img {
  padding-right: 70px;
}
.box-img-wrap {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.box-label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: normal;
  margin-bottom: 8px;
}
.box-value {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: normal;
}
.box-value.font-big {
  font-size: 24px;
}
/* Border Box Wrap */
.border-box {
  padding: 18px 17px;
  border: 1px solid #e8e8ef;
  border-radius: 6px;
}
.border-box.type-2 {
  padding: 13px 12px 15px;
  border-radius: 5px;
}
@media only screen and (max-width: 990px) {
  .border-box.type-2 {
    margin-bottom: 10px;
  }
}
/* Table Info */
.table-info tbody tr td {
  font-size: 14px;
}
.table-info tbody tr td:first-child {
  padding-right: 10px;
}
.table-info tbody tr td:last-child {
  padding-left: 10px;
}
/* Image Display Inline */
.img-inline {
  display: inline-block;
}
/* Multiple Image */
.multi-img {
  text-align: right;
}
@media only screen and (max-width: 990px) {
  .multi-img {
    text-align: left;
  }
}
.multi-img img {
  width: 110px;
  height: 110px;
  margin-right: 10px;
  display: inline-block;
}
.multi-img img:last-child {
  margin-right: 0;
}
.multi-docs img {
  width: 95px;
  height: 95px;
  margin-right: 10px;
  display: inline-block;
}
.multi-docs img:last-child {
  margin-right: 0;
}
/* Top Title */
.top-title {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
}
.top-title .right-text {
  float: right;
}
/* Image - Width 60 */
img.wid-60 {
  width: 60px;
  height: 60px;
}
/* List Card Wrap */
.list-card-icon-wrap .list-icon,
.list-card-icon-wrap .card-icon {
  width: 17px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.list-card-icon-wrap .list-icon span {
  display: block;
  width: 17px;
  height: 2px;
  background-color: #e8e8ef;
}
.list-card-icon-wrap .list-icon span + span {
  margin-top: 3px;
}
.list-card-icon-wrap .list-icon.in span {
  background-color: #fd7044;
}
.list-card-icon-wrap .card-icon span {
  width: 8px;
  height: 8px;
  float: left;
  background-color: #e8e8ef;
}
.list-card-icon-wrap .card-icon span:nth-child(even) {
  margin-left: 1px;
}
.list-card-icon-wrap .card-icon span:nth-child(1),
.list-card-icon-wrap .card-icon span:nth-child(2) {
  margin-bottom: 1px;
}
.list-card-icon-wrap .card-icon.in span {
  background-color: #fd7044;
}
.list-card-tab-wrap.button-content {
  position: relative;
}
.list-card-tab-wrap.button-content .list-tab-content .list-page-content .dataTables_wrapper {
  padding-bottom: 80px;
}
.list-card-tab-wrap .list-tab-content,
.list-card-tab-wrap .card-tab-content {
  display: none;
  transition: all 350ms;
}
.list-card-tab-wrap .list-tab-content.in,
.list-card-tab-wrap .card-tab-content.in {
  display: block;
  transition: all 350ms;
}
/* Separate Page */
.separate-page-wrap {
  min-height: 100vh;
  padding: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  background-color: #efefef;
}
.separate-page-wrap.bg-white {
  background-color: #ffffff;
}
.separate-page-wrap.pad-none {
  padding: 0;
}
.separate-page-wrap .container {
  max-width: 1290px;
}
.separate-page-wrap.type-2 {
  font-family: 'Muli', sans-serif;
}
.separate-page-wrap.type-2 .separate-content-wrap .separate-body-wrap {
  padding: 15px 15px 0;
}
.separate-page-wrap.type-2 .separate-content-wrap .separate-body-wrap .page-form {
  padding-top: 0;
  padding-bottom: 65px;
}
.separate-page-wrap.type-2 .separate-content-wrap .separate-body-wrap .page-form .sec-title {
  font-size: 18px;
  color: #fd7044;
}
.separate-page-wrap.type-3 {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #1a3885;
}
.separate-page-wrap.type-3.bottom-fixed {
  position: relative;
  padding-bottom: 57px;
}
.separate-page-wrap.type-3.bottom-fixed .separate-content-wrap .separate-footer-wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  margin: 0;
  z-index: 9;
  border-bottom: 0;
  padding: 10px 16px;
  background: #1a3885;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.separate-page-wrap.type-3.bottom-fixed .separate-content-wrap .payment-table-wrap.payment-table-wrap-web {
  margin-bottom: 8px;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-md {
  font-weight: bold;
  padding: 8px 20px 7px 20px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-md img {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn + .btn {
  margin-left: 12px;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-full-width {
  width: 100%;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-green {
  background-color: #00c853;
  color: #fff;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-green:hover,
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-green:focus {
  color: #fff;
  background-color: #00A042;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-blue {
  background-color: #009be1;
  color: #fff;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-blue:hover,
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-blue:focus {
  color: #fff;
  background-color: #0088C5;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-grey {
  background-color: #78909c;
  color: #fff;
}
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-grey:hover,
.separate-page-wrap.type-3 .separate-content-wrap .btn.btn-grey:focus {
  color: #fff;
  background-color: #6B818C;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-header-wrap {
  padding: 10px 16px 5px 16px;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-header-wrap .separate-head-left {
  float: unset;
  display: inline-block;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap {
  padding: 0 16px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #1a3885;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .page-form {
  padding-top: 0;
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .sec-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #1a3885;
  margin-bottom: 16px;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap {
  height: 100%;
  border-right: 1px solid #1a3885;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap.br-0 {
  border-right: 0;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap .payment-table {
  width: 100%;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap .payment-table > tbody > tr > td.info,
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap .payment-table > tbody > tr > td.value {
  width: 40%;
  font-size: 14px;
  color: #545454;
  display: inline-block;
  padding-bottom: 16px;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-body-wrap .payment-wrap .payment-table > tbody > tr > td.value {
  width: 60%;
  color: #333333;
  padding-left: 8px;
  font-weight: bold;
  word-break: break-all;
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-footer-wrap {
  margin: 0 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.separate-page-wrap.type-3 .separate-content-wrap .separate-footer-wrap .terms:hover {
  color: #fff;
  text-decoration: underline;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 16px 0px 16px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.type-2 .payment-table {
  width: 100%;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.type-2 .payment-table:first-child {
  padding: 0;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table {
  width: 50%;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table:first-child {
  padding-right: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table:last-child {
  padding-left: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table .payment-table-info {
  padding: 16px;
  background-color: #fff;
  border-radius: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table .payment-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #1a3885;
  margin-bottom: 8px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table {
  width: 100%;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > thead > tr > td,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > th,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > thead > tr > th {
  font-size: 14px;
  color: #545454;
  padding: 8px 12px 8px 0;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td.wid-100,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > thead > tr > td.wid-100,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > th.wid-100,
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > thead > tr > th.wid-100 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td {
  color: #333333;
  font-weight: bold;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td.text-green {
  color: #00c853;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td.text-red {
  color: #c62828;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr > td.text-yellow {
  color: #efaf00;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > tbody > tr:first-child > td {
  padding-top: 16px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap .payment-table table > thead > tr > th {
  padding: 12px 12px 12px 0;
  font-weight: normal;
  color: #545454;
  border-bottom: 0.5px solid #e4e4e4;
  border-top: 0.5px solid #e4e4e4;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-web {
  display: flex;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-web .payment-table .payment-table-info {
  height: 100%;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile {
  margin: 0 16px;
  display: none;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group {
  margin: 0;
  width: 100%;
  border-top: 1px solid #1a3885;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 {
  border: 0;
  margin: 0;
  border-radius: 4px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3:first-child {
  border-bottom: 1px solid #1a3885;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 > .panel-heading {
  margin: 0;
  padding: 16px 0;
  background-color: #fff;
  border-radius: 4px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 > .panel-heading .panel-title {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #1a3885;
  margin-bottom: 0px;
  font-family: 'Muli', sans-serif;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 > .panel-heading .panel-title .arrow {
  border-color: #989898 transparent transparent transparent;
  transform: translateY(-50%) rotate(180deg);
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 > .panel-heading .panel-title.in .arrow {
  transform: translateY(-50%) rotate(180deg);
  transition: all 500ms;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 > .panel-heading .panel-title.collapsed .arrow {
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 .panel-collapse > .panel-body {
  padding: 0;
  border: 0;
  padding-bottom: 12px;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 .panel-collapse > .panel-body .payment-table {
  width: 100%;
  padding: 0 !important;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 .panel-collapse > .panel-body .payment-table .payment-table-info {
  padding: 0;
}
.separate-page-wrap.type-3 .separate-content-wrap .payment-table-wrap.payment-table-wrap-mobile .panel-group .panel.panel-default.type-3 .panel-collapse > .panel-body .payment-table .payment-table-info .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.separate-page-wrap.type-3 .payment-success {
  padding-top: 60px;
  max-width: 1024px;
  margin: 0 auto;
}
.separate-page-wrap.type-3 .payment-success .separate-header-wrap {
  padding-bottom: 8px;
}
.separate-page-wrap.type-3 .payment-success .separate-header-wrap .separate-head-left img {
  width: 130px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form {
  padding: 26px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list {
  padding: 0;
  margin: 0;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap {
  position: relative;
  padding-bottom: 16px;
  border-radius: 8px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  margin-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-left {
  display: inline-block;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-left img {
  display: inline-block;
  vertical-align: middle;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-left .value {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding-left: 10px;
  vertical-align: middle;
  padding-bottom: 2px;
  color: #333333;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-left .info {
  display: block;
  color: #4caf50;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-right {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-wrap .payment-success-right img {
  width: 64px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-table-wrap {
  background-color: #fafafa;
  padding: 18px 16px 16px 16px;
  border: 1px dashed #eaebec;
  border-radius: 8px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-table-wrap .payment-success-table {
  width: 100%;
  margin-bottom: 16px;
  border-bottom: .5px solid #eeeeee;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-table-wrap .payment-success-table > tbody > tr > td {
  font-size: 14px;
  color: #545454;
  padding-bottom: 19px;
}
.separate-page-wrap.type-3 .payment-success .separate-body-wrap .page-form .payment-success-list .payment-success-list-item .payment-success-table-wrap .payment-success-table > tbody > tr > td:last-child {
  text-align: right;
  font-weight: bold;
  color: #333333;
}
.separate-page-wrap.type-3 .payment-success .separate-footer-wrap {
  display: none;
}
.separate-page-wrap .separate-content-wrap {
  letter-spacing: normal;
  line-height: normal;
}
.separate-page-wrap .separate-content-wrap .btn.btn-md {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  font-family: 'Rubik', sans-serif;
  padding: 10px 25px 10px 26px;
  border: 0;
  border-radius: 3px;
}
.separate-page-wrap .separate-content-wrap .btn.btn-green {
  background-color: #6dd400;
}
.separate-page-wrap .separate-content-wrap .btn.btn-green:hover,
.separate-page-wrap .separate-content-wrap .btn.btn-green:focus {
  background-color: #34a852;
}
.separate-page-wrap .separate-content-wrap .btn.img-btn {
  padding: 0;
}
.separate-page-wrap .separate-head-wrap {
  padding: 0 30px;
}
.separate-page-wrap .separate-head-top::before,
.separate-page-wrap .separate-head-top::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.separate-page-wrap .separate-head-top::after {
  clear: both;
}
.separate-page-wrap .separate-head-left {
  float: left;
}
.separate-page-wrap .separate-head-right {
  float: right;
  text-align: right;
}
.separate-page-wrap .separate-head-right .date-info {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  border-right: 1px solid #9697a9;
  margin-right: 15px;
}
.separate-page-wrap .separate-head-right .date-label,
.separate-page-wrap .separate-head-right .date-value {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #463c81;
}
.separate-page-wrap .separate-head-right .date-value {
  font-weight: 500;
}
.separate-page-wrap .separate-head-right .button-wrap {
  display: inline-block;
  vertical-align: middle;
}
.separate-page-wrap .separate-head-right .button-block {
  display: inline-block;
}
.separate-page-wrap .separate-head-content {
  color: #ffffff;
  padding: 25px 25px 30px;
  background-color: #313355;
  margin-top: 20px;
  border-radius: 5px;
}
.separate-page-wrap .separate-head-content .head-content-wrap {
  position: relative;
  padding-right: 380px;
}
.separate-page-wrap .separate-head-content .head-content-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}
.separate-page-wrap .separate-head-content .head-content-title.font-md {
  font-weight: 500;
}
.separate-page-wrap .separate-head-content .head-content-title.font-sm {
  font-size: 16px;
}
.separate-page-wrap .separate-head-content .head-content-title.mb-5 {
  margin-bottom: 5px;
}
.separate-page-wrap .separate-head-content .head-content-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.separate-page-wrap .separate-head-content .head-content-list > li {
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .separate-page-wrap .separate-head-content .head-content-list > li:last-child {
    padding-right: 0;
  }
}
.separate-page-wrap .separate-head-content .head-content-item {
  min-width: 179px;
  padding: 16px 20px;
  padding-right: 44px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.separate-page-wrap .separate-head-content .head-content-item-label,
.separate-page-wrap .separate-head-content .head-content-item-value {
  font-size: 16px;
  display: block;
}
.separate-page-wrap .separate-head-content .head-content-item-label {
  color: #555555;
  margin-bottom: 10px;
}
.separate-page-wrap .separate-head-content .head-content-item-value {
  color: #463c81;
  font-weight: 500;
}
.separate-page-wrap .separate-head-content .head-content-item-value.font-normal {
  font-weight: normal;
}
.separate-page-wrap .separate-head-content .head-content-item img.img-right {
  top: 50%;
  right: 10px;
  max-width: 24px;
  position: absolute;
  display: inline-block;
  transform: translateY(-50%);
}
.separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-label {
  color: #313355;
}
.separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value {
  color: #e26153;
}
.separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value img {
  display: inline-block;
}
@media only screen and (min-width: 991px) {
  .separate-page-wrap .separate-head-content .head-content-item.big {
    top: 50%;
    right: 0;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 20px;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-label {
    font-size: 14px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value {
    font-size: 25px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value.font-lg {
    font-size: 18px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value.font-md {
    font-size: 14px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big.type-2 {
    right: 190px;
    max-width: 180px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
.separate-page-wrap .separate-body-wrap {
  padding: 30px;
  background-color: #ffffff;
  -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.separate-page-wrap .separate-body-wrap.type-2 {
  padding: 0 15px;
}
@media only screen and (max-width: 990px) {
  .separate-page-wrap {
    padding: 20px 15px;
  }
  .separate-page-wrap .separate-head-wrap {
    padding: 0;
    margin-bottom: 20px;
  }
  .separate-page-wrap .separate-head-right .date-label,
  .separate-page-wrap .separate-head-right .date-value {
    font-size: 14px;
  }
  .separate-page-wrap .separate-head-content .head-content-wrap {
    padding-right: 0;
  }
  .separate-page-wrap .separate-head-content .head-content-item {
    margin-bottom: 10px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .separate-page-wrap {
    background-color: #ffffff;
  }
  .separate-page-wrap .separate-head-content .head-content-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .separate-page-wrap .separate-head-content .head-content-list > li {
    width: 50%;
    padding: 0 7.5px;
  }
  .separate-page-wrap .separate-head-content .head-content-list > li.mob-wid-100 {
    width: 100%;
  }
  .separate-page-wrap .separate-head-content .head-content-item {
    min-width: auto;
  }
  .separate-page-wrap .separate-body-wrap {
    padding: 0;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 567px) {
  .separate-page-wrap {
    padding: 20px 0px;
  }
  .separate-page-wrap .separate-head-left,
  .separate-page-wrap .separate-head-right {
    float: none;
    text-align: center;
  }
  .separate-page-wrap .separate-head-left {
    margin-bottom: 10px;
  }
  .separate-page-wrap .separate-head-left img {
    margin: auto;
  }
  .separate-page-wrap .separate-head-right .date-info {
    display: block;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .separate-page-wrap .separate-head-right .date-label,
  .separate-page-wrap .separate-head-right .date-value {
    display: inline-block;
  }
  .separate-page-wrap .separate-head-right .button-wrap {
    display: block;
  }
  .separate-page-wrap .separate-head-content {
    padding: 20px 15px 20px;
  }
  .separate-page-wrap .separate-head-content .head-content-title {
    font-size: 18px;
  }
  .separate-page-wrap .separate-head-content .head-content-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .separate-page-wrap .separate-head-content .head-content-list > li {
    width: 50%;
    padding: 0 5px;
  }
  .separate-page-wrap .separate-head-content .head-content-item {
    padding: 16px 15px;
  }
  .separate-page-wrap .separate-head-content .head-content-item-label,
  .separate-page-wrap .separate-head-content .head-content-item-value {
    font-size: 12px;
  }
  .separate-page-wrap .separate-head-content .head-content-item-label {
    margin-bottom: 5px;
  }
  .separate-page-wrap .separate-head-content .head-content-item.big .head-content-item-value {
    font-size: 13px;
  }
}
/* Dark Footer Wrap */
.dark-footer-wrap {
  color: #ffffff;
  padding: 12.5px 15px;
  margin-top: 10px;
  background-color: #313355;
}
.dark-footer-wrap::before,
.dark-footer-wrap::after {
  display: table;
  content: " ";
  box-sizing: border-box;
}
.dark-footer-wrap::after {
  clear: both;
}
.dark-footer-label,
.dark-footer-value {
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .dark-footer-label,
  .dark-footer-value {
    font-size: 15px;
  }
}
.dark-footer-label {
  font-weight: 500;
}
.dark-footer-value img {
  display: inline-block;
}
.dark-footer-button-block {
  float: right;
  padding-right: 10px;
}
.dark-footer-left-content {
  float: left;
  padding: 9px 0 9px 0;
}
.dark-footer-left-content + .dark-footer-left-content {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .dark-footer-left-content + .dark-footer-left-content {
    padding-left: 10px;
  }
}
.dark-footer-left-content .img-mobile {
  display: none;
}
.dark-footer-right-content {
  float: right;
  padding: 9px 0 9px;
}
.dark-footer-right-content .dark-footer-label {
  display: none;
}
.dark-footer-right-content .dark-footer-value {
  font-weight: bold;
}
@media only screen and (max-width: 567px) {
  .dark-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 85px 0;
    background-color: transparent;
    margin-left: -1.5px;
    margin-right: -1.5px;
  }
  .dark-footer-label,
  .dark-footer-value {
    font-size: 14px;
    display: block;
    color: #313355;
  }
  .dark-footer-label {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 2px;
  }
  .dark-footer-value {
    font-weight: 500;
  }
  .dark-footer-left-content {
    width: 33.33333%;
    padding: 0 1.5px 0 1.5px;
  }
  .dark-footer-left-content + .dark-footer-left-content {
    padding-left: 1.5px;
  }
  .dark-footer-left-content-wrap {
    padding: 8px 8px;
    background-color: #eeeeee;
    border-radius: 3px;
  }
  .dark-footer-left-content .img-web {
    display: none;
  }
  .dark-footer-left-content .img-mobile {
    display: inline-block;
  }
  .dark-footer-right-content {
    width: 33.33333%;
    padding: 0 1.5px 0 1.5px;
  }
  .dark-footer-right-content-wrap {
    padding: 8px 8px;
    background-color: #313355;
    border-radius: 3px;
  }
  .dark-footer-right-content .dark-footer-label {
    display: block;
    color: #ffffff;
  }
  .dark-footer-right-content .dark-footer-value {
    font-weight: 500;
    color: #ffffff;
  }
  .dark-footer-button-block {
    position: absolute;
    width: calc(100% - 3px);
    bottom: 0;
    left: 0;
    padding-right: 0;
  }
  .dark-footer-button-block .btn {
    width: 100%;
  }
  .dark-footer-button-block .btn:first-child {
    margin-bottom: 5px;
  }
}
/* Table Primary Stripped Label & Value */
.table-primary-stripped-label,
.table-primary-stripped-value {
  display: block;
}
.table-primary-stripped-label {
  font-size: 14px;
  color: #757575;
}
.table-primary-stripped-value {
  font-size: 16px;
  line-height: 1.31;
  color: #313355;
}
.table-primary-stripped-info {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8ef;
  color: #313355;
}
.table-primary-stripped-info.color-grey {
  color: #555555;
}
.table-primary-stripped-info.font-md {
  font-weight: 500;
}
.table-primary-stripped-info:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.table-primary-stripped-info-content {
  font-size: 16px;
}
.table-primary-stripped-info-content.font-md {
  font-weight: 500;
}
@media only screen and (max-width: 567px) {
  .table-primary-stripped-label {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .table-primary-stripped-value {
    font-size: 14px;
  }
  .table-primary-stripped-info {
    font-size: 14px;
  }
  .table-primary-stripped-info-content {
    font-size: 14px;
  }
}
/* Slider Range */
.slider {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
  width: 100%;
  height: 20px;
  position: relative;
  z-index: 3;
  margin: 0px;
}
.slider-container {
  position: relative;
  width: 100%;
  margin: auto;
}
.slider-container.in-view {
  min-height: 20px;
}
.slider-container .grid {
  width: 100%;
  position: absolute;
  top: 20px;
}
.slider-container .grid-item {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  color: #313355;
}
.slider-container .grid-item::before {
  content: "";
  display: block;
  height: 8px;
  width: 1px;
  background-color: #6e7088;
}
.slider-container .grid-item:nth-of-type(1) {
  left: 0%;
  margin-left: -2px;
}
.slider-container .grid-item:nth-of-type(1)::before {
  margin-left: 2.5px;
}
.slider-container .grid-item:nth-of-type(2) {
  left: 25%;
}
.slider-container .grid-item:nth-of-type(3) {
  left: 50%;
  margin-left: -9px;
}
.slider-container .grid-item:nth-of-type(3)::before {
  margin-left: 9px;
}
.slider-container .grid-item:nth-of-type(4) {
  right: 25%;
  margin-right: 1px;
}
.slider-container .grid-item:nth-of-type(5) {
  right: 0;
  margin-right: -3px;
}
.slider-container .grid-item:nth-of-type(5)::before {
  margin-left: 2.5px;
}
.slider-lower-fill {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8px;
  top: 6px;
  right: 0;
  background: #313355;
  border-radius: 3px;
  z-index: 2;
}
.in-view .slider-lower-fill {
  left: 0;
}
.slider-upper-fill {
  position: absolute;
  width: 100%;
  height: 8px;
  top: 6px;
  right: 0;
  background-color: #d8d8d8;
  border-radius: 3px;
  z-index: 2;
}
.in-view .slider-upper-fill {
  z-index: 1;
}
/* IE */
.slider::-ms-track {
  width: 100%;
  height: 8px;
  background: transparent;
  color: transparent;
  border-color: transparent;
  border-width: 0 0;
}
.slider::-ms-fill-lower {
  background: transparent;
}
.slider::-ms-thumb {
  border: none;
  width: 5px;
  height: 20px;
  background: #313355;
  cursor: pointer;
  position: relative;
  z-index: 4;
  margin-top: 4px;
  border-radius: 2.3px;
}
.slider::-ms-tooltip {
  display: none;
}
/* Chrome */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 5px;
  height: 20px;
  background: #313355;
  cursor: pointer;
  border-radius: 2.3px;
}
/* Firefox */
.slider::-moz-range-thumb {
  width: 5px;
  height: 20px;
  background: #313355;
  cursor: pointer;
  border-radius: 2.3px;
}
.slider::-moz-focus-outer {
  border: 0;
}
/* Dark Box */
.dark-box-header {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 6px 15px 5px 18px;
  border: 1px solid #313355;
  border-width: 1px 1px 0;
  background-color: #313355;
}
.dark-box-header.opacity-light {
  opacity: 0.7;
}
.dark-box-body {
  border: 1px solid #e8e8ef;
  border-width: 0 1px 1px;
  padding: 15px 20px 10px;
}
/* Three Box List */
.three-box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.three-box-list > li {
  padding: 2px 2px 2px;
}
.three-box-list > li.wid-33 {
  width: 33.33333%;
}
.three-box-list > li.wid-50 {
  width: 50%;
}
.three-box-list > li.wid-100 {
  width: 100%;
}
.three-box-content {
  padding: 10px 10px 12px;
  border: 1px solid #e8e8ef;
  border-radius: 5px;
}
.three-box-content.bg-grey {
  background-color: #e8e8ef;
}
.three-box-content.bg-red {
  background-color: #e26153;
}
.three-box-content.content-sm {
  padding: 10px 7px 10px;
}
.three-box-label,
.three-box-value {
  display: block;
  color: #313355;
  line-height: normal;
  letter-spacing: normal;
}
.bg-red .three-box-label,
.bg-red .three-box-value {
  color: #ffffff;
}
.color-red .three-box-label,
.color-red .three-box-value {
  color: #e26153;
}
.three-box-label {
  font-size: 12px;
}
.three-box-value {
  font-size: 16px;
  font-weight: bold;
}
.content-sm .three-box-value {
  font-size: 14px;
}
/* Attach Form Wrap */
.attach-form-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 205px;
  line-height: normal;
  letter-spacing: normal;
}
@media only screen and (max-width: 567px) {
  .attach-form-wrap {
    max-width: 100%;
    display: block;
  }
}
.attach-photo .image-uploadify-type-2.well.imageuploadify {
  width: 96px;
  height: 96px;
  min-width: 96px;
  min-height: 96px;
  max-width: 96px;
  max-height: 96px;
  border-width: 1px;
  border-color: #313355;
  border-radius: 3.6px;
}
.attach-photo .image-uploadify-type-2.well.imageuploadify .imageuploadify-images-list .button-wrap {
  line-height: 1;
}
.attach-photo .image-uploadify-type-2.well.imageuploadify .imageuploadify-images-list .button-wrap .btn-link {
  width: 94px;
  height: 94px;
  padding: 5px;
  background-color: #f9f9f9;
  border-radius: 3.6px;
}
.attach-photo .image-uploadify-type-2.well.imageuploadify .imageuploadify-images-list .button-wrap .btn-link::before {
  top: 50%;
  left: 0;
  right: 0;
  width: 48px;
  content: 'Attach Photo';
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  color: #313355;
  transform: translateY(-50%);
}
.attach-photo .image-uploadify-type-2.well.imageuploadify .imageuploadify-images-list .imageuploadify-container {
  width: 96px;
  height: 96px;
}
.attach-photo .image-uploadify-type-2.well.imageuploadify .imageuploadify-images-list .imageuploadify-container > img {
  width: 96px;
  height: 96px;
  border-radius: 2px;
}
.attach-photo-view img {
  width: 96px;
  height: 96px;
}
@media only screen and (max-width: 990px) {
  .attach-photo-view {
    margin-bottom: 10px;
  }
}
/* Color List Wrap */
.color-list-ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.color-list-ul > li {
  width: 50%;
  padding: 0 10px 15px;
}
@media only screen and (max-width: 767px) {
  .color-list-ul > li {
    width: 100%;
  }
}
.color-list-item {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  padding: 2px 0 2px 37px;
  position: relative;
}
.color-list-item::before {
  top: 0;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.color-list-item.green::before {
  background-image: url("../img/content/radio/color-radio/radio-good-active.svg");
}
.color-list-item.yellow::before {
  background-image: url("../img/content/radio/color-radio/radio-average-active.svg");
}
.color-list-item.red::before {
  background-image: url("../img/content/radio/color-radio/radio-bad-active.svg");
}
/* Photo Sign Wrap */
.photo-sign-wrap {
  width: 100%;
  border: 1px solid #e8e8ef;
  padding: 15px;
  text-align: center;
}
.photo-sign-wrap .canvs-img {
  width: 100%;
  max-width: 550px;
  max-height: 360px;
}
.photo-sign-wrap .canvs-sign {
  width: 100%;
  max-width: 450px;
  max-height: 150px;
}
.photo-sign-item {
  width: 189px;
  height: 189px;
  text-align: center;
  display: inline-block;
  padding: 30px;
  background-color: #fbfbfb;
  margin: auto;
}
.photo-sign-item.bg-transparent {
  background-color: transparent;
}
.photo-sign-item img {
  margin: auto;
  margin-bottom: 15px;
}
.photo-sign-item img.img-profile {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.photo-sign-item img.img-sign {
  width: 157px;
}
.photo-sign-caption {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
}
/* Light Box */
.light-box {
  padding: 12px 15px;
  background-color: #f6f3f3;
  border-radius: 6px;
}
/* ImageUploadify with Preview */
.img-upload-preview .imageuploadify {
  background-color: transparent;
}
.img-upload-preview .imageuploadify .imageuploadify-images-list .button-wrap {
  margin-bottom: 10px;
}
.img-upload-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container {
  padding: 0 10px 0 0;
  border: 0;
  background-color: transparent;
  margin: 0 10px 10px 0!important;
}
.img-upload-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
  display: none;
}
.img-upload-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container img {
  width: 96px;
  height: 96px;
  display: inline-block;
  position: unset;
  transform: none;
  border-radius: 4px;
}
.img-upload-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger,
.img-upload-preview .imageuploadify .imageuploadify-images-list .imageuploadify-container .btn.btn-danger {
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  background-image: url('../img/content/delete-active.svg');
  transform: translateY(-50%);
}
/* Footer Bill */
.footer-bill {
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #f8f8f8;
  color: #313355;
  padding: 12px 16px;
}
/* Grey Box Attachment */
.grey-box-attachment-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  border: 1px solid #d4d4d4;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.grey-box-attachment-wrap.type-2 {
  padding: 0;
  border: 0;
  width: 120px;
  background-color: #ffffff;
}
.grey-box-attachment-wrap.type-2 .grey-box-attachment-feild {
  width: 100%;
}
.grey-box-attachment-feild {
  width: 100%;
}
/* Bootstrap File Input */
.file-preview {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
}
.file-preview .fileinput-remove {
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url('../img/table/cndn/close-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
}
.file-preview .fileinput-remove span {
  display: none;
}
.file-preview .fileinput-remove:hover,
.file-preview .fileinput-remove:focus {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.file-preview .file-drop-zone {
  margin: 0;
  padding: 0;
}
.file-preview .file-drop-zone:hover,
.file-preview .file-drop-zone:focus {
  border: 1px dashed #fd7044;
}
.file-preview .file-drop-zone-title {
  font-size: 16px;
  color: #555555;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame {
  width: 100%;
  float: unset;
  padding: 0;
  margin: 0;
  border: 0;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content > img {
  max-height: unset!important;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  line-height: normal;
  padding: 10px 14px 10px 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  bottom: 0;
  left: 0;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption {
  width: calc(100% - 50px);
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  padding-top: 0;
  margin-bottom: 0;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption .file-caption-info,
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption .file-size-info {
  width: unset;
  height: unset;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption .file-caption-info samp,
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption .file-size-info samp {
  font-size: 12px;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-upload-indicator {
  display: none;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-actions {
  float: right;
  margin-top: 7px;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons {
  display: inline-block;
  float: none;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-zoom,
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-remove {
  padding: 5px 7px;
  color: #000000;
  background-color: #ffffff;
}
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-zoom i,
.file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-remove i {
  margin-right: 0;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone {
  padding: 20px 10px;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-drop-zone-title {
  padding: 15px 10px;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame {
  width: 140px;
  float: left;
  padding: 5px 5px;
  margin: 10px 5px 0 5px;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content {
  min-height: auto;
  max-height: none;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content .kv-preview-data {
  width: 90px!important;
  height: 90px!important;
  margin: auto;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content .kv-preview-data .file-other-icon {
  font-size: 4em;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer {
  position: static;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption {
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption .file-size-info samp {
  font-size: 10px;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-actions {
  float: none;
  text-align: center;
}
.bt-fi-multiple-wrap .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-upload {
  display: none;
}
.grey-box-attachment-wrap.type-2 .file-preview {
  margin-bottom: 0;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title {
  font-size: 0;
  padding: 18px 10px;
  line-height: normal;
  color: #313355;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:before {
  content: '';
  display: block;
  height: 38px;
  width: 38px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone-title:after {
  display: block;
  font-size: 14px;
  padding-top: 8px;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content {
  max-height: 120px;
  min-height: 120px;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .kv-file-content > img {
  width: 120px !important;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer {
  top: 0;
  left: 3px;
  right: auto;
  padding: 0;
  width: auto;
  height: auto;
  bottom: auto;
  background-color: transparent;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-caption {
  display: none;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-actions {
  margin-top: 0;
}
.grey-box-attachment-wrap.type-2 .file-preview .file-drop-zone .file-preview-thumbnails .krajee-default.file-preview-frame .file-thumbnail-footer .file-footer-buttons .btn.kv-file-zoom {
  padding: 0;
  background-color: transparent;
}
.grey-box-attachment-wrap.type-2 .file-preview .fileinput-remove {
  width: 10px;
  height: 10px;
}
.file-zoom-dialog.modal {
  text-align: center;
}
@media (min-width: 576px) {
  .file-zoom-dialog.modal .modal-dialog {
    margin: 1.75rem auto;
  }
}
.file-zoom-dialog.modal .modal-content {
  border-radius: 9px;
}
.file-zoom-dialog.modal .modal-header {
  margin: 0;
  padding: 1.65rem;
  line-height: normal;
  letter-spacing: normal;
}
.file-zoom-dialog.modal .modal-header .kv-zoom-title {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}
.file-zoom-dialog.modal .modal-header .kv-zoom-actions button,
.file-zoom-dialog.modal .modal-header .kv-zoom-actions .btn {
  font-size: 14px;
  padding: 4px 8px;
  line-height: 1.5;
  color: #6c757d;
  border: 1px solid #6c757d;
  background-color: transparent;
  border-radius: 4px;
}
.file-zoom-dialog.modal .modal-header .kv-zoom-actions button i,
.file-zoom-dialog.modal .modal-header .kv-zoom-actions .btn i {
  width: 14px;
  margin-right: 0;
}
.file-zoom-dialog.modal .modal-title {
  font-size: 20px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: normal;
}
@media (min-width: 1190px) {
  .file-zoom-dialog.modal .modal-body {
    max-height: unset;
  }
}
.file-zoom-dialog .btn-navigate:hover,
.file-zoom-dialog .btn-navigate:focus {
  color: #1c94c4;
}
.file-zoom-dialog .btn-navigate[disabled]:hover,
.file-zoom-dialog .btn-navigate[disabled]:focus {
  color: #1c94c4;
}
/* Feild With Button Wrap */
.feild-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.feild-btn-wrap .feild-wrap {
  padding-right: 5px;
  width: calc(100% - 43px);
}
.feild-btn-wrap .btn-wrap {
  width: 43px;
  line-height: 1;
  padding-left: 5px;
}
.feild-btn-wrap .btn-wrap button {
  padding: 0;
  background-color: transparent;
}
.feild-btn-wrap .btn-wrap button img {
  width: 38px;
}
/* Work Tooltip */
.work-tooltip {
  font-size: 10px;
  display: inline-block;
  cursor: pointer;
}
.work-tooltip-wrap {
  /* min-width: 350px; */
  padding: 15px 15px;
  background-color: #313355;
  border-radius: 5px;
}
.work-tooltip-wrap .tooltip-separator {
  margin: 10px 0;
  min-height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.7;
}
.work-tooltip-label,
.work-tooltip-value {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-bottom: 2px;
}
.work-tooltip-label {
  color: #fd7d40;
}
.work-tooltip-value {
  font-weight: bold;
  margin-bottom: 5px;
}
.work-tooltip + .tooltip .tooltip-inner {
  max-width: 450px;
  text-align: left;
  background-color: #313355;
  border-radius: 5px;
}
/* Daterange Picker */
@media only screen and (max-width: 567px) {
  .daterangepicker {
    width: 300px;
  }
  .daterangepicker .calendar-table .table-condensed > tbody > tr > td,
  .daterangepicker .calendar-table .table-condensed > tbody > tr > th,
  .daterangepicker .calendar-table .table-condensed > tfoot > tr > td,
  .daterangepicker .calendar-table .table-condensed > tfoot > tr > th,
  .daterangepicker .calendar-table .table-condensed > thead > tr > td,
  .daterangepicker .calendar-table .table-condensed > thead > tr > th {
    padding: 4px;
  }
  .daterangepicker .calendar-table th,
  .daterangepicker .calendar-table td {
    min-width: 22px;
    width: 22px;
    height: 20px;
    line-height: 18px;
  }
  .daterangepicker .drp-calendar {
    margin: auto;
  }
  .daterangepicker .drp-calendar.right {
    padding-top: 0;
  }
}
/* Page Form Fixed Footer */
.page-form-fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 20px;
  background-color: #313355;
}
@media only screen and (max-width: 990px) {
  .page-form-fixed-footer {
    position: unset;
  }
}
.border-left {
  border-left: 1px solid #e8e8ef;
}
/* QA Wrap */
.qa-wrap {
  border-top: 1px solid #e8e8ef;
  padding: 16px 0 16px;
}
.qa-wrap.no-border {
  border-top: 0;
  padding-top: 0;
}
.qa-title {
  font-weight: 600;
  color: #313355;
}
.qa-bg {
  background-image: url("../img/content/feedback/psf.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 450px;
  transition: all 350ms;
}
.qa-bg.cdm {
  background-image: url("../img/content/feedback/cdm.svg");
}
.qa-bg.bg-none {
  background-image: none;
}
.qa-qstn {
  color: #555555;
  line-height: normal;
}
.qa-qstn.txt-bold {
  font-weight: 600;
  color: #313355;
}
.qa-answr {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 4px 12px 3px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  color: #313355;
  background-color: rgba(49, 51, 85, 0.14);
  border-radius: 12px;
}
.qa-answr-list > li {
  padding-bottom: 20px;
}
.qa-answr-list > li:last-child {
  padding-bottom: 0;
}
.qa-answr-text {
  display: block;
  font-weight: normal;
  line-height: normal;
  font-family: 'Rubik', sans-serif;
  color: #555555;
}
.qa-list {
  padding-left: 20px;
  margin-bottom: 0;
}
.qa-list.pl-0 {
  padding-left: 0;
}
.qa-list > li {
  padding-bottom: 20px;
}
.qa-list > li:last-child {
  padding-bottom: 0;
}
.qa-checklist > li {
  padding-bottom: 16px;
}
.qa-checklist > li:last-child {
  padding-bottom: 0;
}
.qa-checklist-answr {
  display: block;
  line-height: normal;
  position: relative;
  color: #555555;
  padding-left: 38px;
}
.qa-checklist-answr::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/checkbox/active.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
/**** Outlet Page ********/
.outlet-page-container {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.outlet-page-wrap {
  display: flex;
  min-height: 100vh;
  padding: 30px;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  background-color: #efefef;
}
.outlet-page-wrap.success {
  align-items: center;
}
.outlet-page-wrap.success .outlet-page-container {
  max-width: 340px;
}
.outlet-page-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 45px 20px;
  border-radius: 8px;
}
.outlet-page-content-wrap.success {
  justify-content: center;
}
.outlet-page-content-logo {
  padding-bottom: 20px;
}
.outlet-page-content-logo .img-mobile {
  display: none;
}
.outlet-page-content-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-color: #ffffff;
}
.outlet-page-content-slider .carousel-indicators li.active {
  height: 8px;
  width: 22px;
}
.outlet-page-content-slider .carousel-inner .item img {
  margin: auto;
}
.outlet-page-content-form-title {
  color: #3e3f48;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 18px;
}
.outlet-page-content-form-list {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.outlet-page-content-form-list li {
  margin-bottom: 18px;
}
.outlet-page-content-form-list li .common-radio-button {
  line-height: normal;
}
.outlet-page-content-form-list li .common-radio-button label {
  margin-bottom: 0;
}
.outlet-page-content-form-btn-wrap {
  text-align: center;
  padding: 6px 0 6px;
  margin-bottom: 15px;
}
.outlet-page-content-form-btn-wrap .btn,
.outlet-page-content-form-btn-wrap button {
  border-radius: 4px;
}
.outlet-page-content-form-btn-wrap .btn.btn-wid,
.outlet-page-content-form-btn-wrap button.btn-wid {
  width: 100%;
  max-width: 312px;
}
.outlet-page-content-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 14px;
  background-color: #f7f7f7;
}
.outlet-page-content-footer-content {
  text-align: center;
}
.outlet-page-content-footer-content-title {
  font-weight: bold;
  color: #3e3f48;
}
.outlet-page-content-footer-content-details {
  display: flex;
}
.outlet-page-content-footer-content-details-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.outlet-page-content-footer-content-details-item .img-icon {
  margin-right: 8px;
}
.outlet-page-content-footer-content-details-item .img-caption {
  color: #3e3f48;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.outlet-page-content-footer-content-details-item:last-child {
  margin-right: 0;
}
.outlet-page-content-success {
  text-align: center;
}
.outlet-page-content-success-title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  line-height: normal;
  color: #3e3f48;
}
.outlet-page-content-success .img-success {
  margin: auto;
  margin-bottom: 24px;
}
/* TVS Mobility Feedback Wrap */
.feedback-page {
  font-family: 'Inter', sans-serif;
}
@media only screen and (min-width: 992px) {
  .feedback-page .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .feedback-page .container {
    max-width: 1170px;
  }
}
.feedback-page .container.bg-color {
  position: relative;
  background-color: #031D44;
}
.feedback-page .container.bg-color::before {
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-image: url("../img/content/feedback/noise-effect.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback-page .container.bg-color:after {
  top: 50%;
  left: 0;
  right: 0;
  content: '';
  width: 203px;
  height: 240px;
  position: absolute;
  display: inline-block;
  background: linear-gradient(80.47deg, #6DDCFF 1.88%, #6DDCFF 1.89%, #5C33FF 85.62%);
  transform: translateY(-50%) rotate(-112.15deg);
  filter: blur(105px);
  margin: auto;
}
.feedback-breadcrump {
  display: flex;
  align-items: center;
  padding: 14px 1px 14px 1px;
  background-color: #ffffff;
}
.feedback-breadcrump-icon {
  margin-right: 8px;
}
.feedback-breadcrump-text {
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  line-height: 1.4;
}
.feedback-wrap {
  position: relative;
  display: flex;
  padding: 24px 1px 24px 1px;
  min-height: calc(100vh - 52px);
  z-index: 1;
}
.feedback-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.feedback-wrap .row > div[class^="col-"] {
  float: none;
}
@media only screen and (max-width: 767px) {
  .feedback-wrap .row > div[class^="col-"] {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .feedback-wrap .row > div[class^="col-md-"] {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-wrap .mob-hidden {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-wrap .desk-brdr-right {
    border-right: 1px solid #949494;
  }
}
.feedback-content {
  width: 100%;
  position: relative;
}
.feedback-desk {
  border-right: 1px solid #949494;
}
@media only screen and (min-width: 768px) {
  .feedback-desk-h-100 {
    height: 100%;
  }
  .feedback-desk-pad-l-24 {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-desk {
    display: none;
  }
}
.feedback-desk-wrap {
  height: 100%;
  display: flex;
  padding-left: 24px;
  align-items: center;
}
.feedback-desk .feedback-title {
  font-size: 30px;
  max-width: 390px;
}
.feedback-logo {
  margin-bottom: 32px;
}
.feedback-logo.top-fixed {
  top: 32px;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  display: inline-block;
}
.feedback-logo.top-fixed img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .feedback-logo.top-fixed {
    left: 16px;
    right: auto;
  }
}
.feedback-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  max-width: 255px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 12px;
}
.feedback-title-white {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  max-width: 205px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: normal;
}
.feedback-white-box {
  width: 100%;
  text-align: left;
  padding: 24px 16px 18px 16px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-white-box.space-extra {
  padding: 29px 24px 18px 24px;
}
.feedback-white-box.white-shadow {
  position: relative;
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.feedback-white-box.white-shadow::before,
.feedback-white-box.white-shadow::after {
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  position: absolute;
  display: inline-block;
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.feedback-white-box.white-shadow::before {
  top: 14px;
  width: calc(100% - 24px);
  background: #8B98AE;
  z-index: -1;
}
.feedback-white-box.white-shadow::after {
  top: 26px;
  width: calc(100% - 48px);
  background: rgba(255, 255, 255, 0.24);
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .feedback-white-box.white-shadow {
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .feedback-white-box {
    max-width: 328px;
  }
}
@media only screen and (min-width: 1200px) {
  .feedback-white-box {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-white-box.mob-mt-90 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) and (orientation:landscape) {
  .feedback-white-box.mob-lndscp-mt-100 {
    margin-top: 100px;
  }
  .feedback-white-box.mob-lndscp-wid {
    max-width: 328px;
  }
}
.feedback-white-box.desk-full-wid {
  max-width: 100%;
}
.feedback-white-box-title {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}
.feedback-white-box-title.big {
  font-size: 24px;
  font-weight: 600;
  color: #242424;
  line-height: 1.3334;
  margin-bottom: 16px;
}
.feedback-white-box-title.sep-space {
  line-height: 1.3334;
  margin-bottom: 4px;
}
.feedback-white-box-title.font-dark {
  font-weight: 800;
}
.feedback-white-box .welcome-img img {
  margin-top: -70px;
  margin-left: -12px;
}
.feedback-white-box .welcome-title {
  line-height: 1.6;
}
@media only screen and (max-width: 567px) {
  .feedback-white-box .welcome-title {
    max-width: 215px;
  }
}
.feedback-white-box .welcome-text {
  font-size: 14px;
  font-weight: 600;
  color: #949494;
  max-width: 284px;
  letter-spacing: 0.01em;
  line-height: 1.715;
  margin-bottom: 30px;
}
.feedback-white-box .thank-img {
  margin-bottom: 20px;
}
.feedback-white-box .thank-img img {
  margin-top: -58px;
  margin-left: 4px;
}
.feedback-white-box .thank-text {
  color: #949494;
  font-size: 14px;
  font-weight: 600;
  max-width: 261px;
  line-height: 1.715;
  margin-bottom: 40px;
  letter-spacing: 0.02em;
}
.feedback-white-box .form-control {
  color: #242424;
  font-family: 'Inter', sans-serif;
  border-color: #E8E8EF;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
}
.feedback-white-box .form-group {
  margin-bottom: 0;
}
.feedback-white-box .form-group label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.feedback-white-box .form-group textarea.form-control {
  height: auto;
  min-height: 40px;
  padding: 6px 12px;
}
.feedback-white-box .mb-20 {
  margin-bottom: 20px!important;
}
.feedback-btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0.001em;
  padding: 10.5px 12px 10.5px;
  background-color: #000000;
  border-radius: 8px;
}
.feedback-btn.bg-white {
  color: #000000;
  background-color: #ffffff;
}
.feedback-btn.btn-full-wid {
  width: 100%;
}
@media screen and (max-width: 767px) and (orientation:landscape) {
  .feedback-btn.btn-full-wid {
    max-width: 320px;
  }
}
.feedback-btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
.feedback-call-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0370F2;
  display: inline-block;
  line-height: 2;
}
.feedback-panel {
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0;
  box-shadow: none;
}
.feedback-panel:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.feedback-panel-head-left {
  display: flex;
  align-items: center;
}
.feedback-panel-head-left img {
  margin-right: 12px;
}
.feedback-panel-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #242424;
}
.feedback-panel-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feedback-panel-link .arrow {
  transition: all 350ms;
}
.feedback-panel-link.in .arrow {
  transform: rotate(180deg);
  transition: all 350ms;
}
.feedback-panel-body {
  padding: 20px 0 4px 40px;
}
.feedback-panel-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.223;
  color: #464646;
  margin-bottom: 8px;
  letter-spacing: normal;
}
.feedback-panel-text:last-child {
  margin-bottom: 0;
}
.feedback-panel-text-sm {
  font-size: 12px;
  font-weight: 600;
  color: #4399FF;
  line-height: 1.2;
  margin-bottom: 4px;
}
.feedback-progress {
  height: 6px;
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 420px;
  background-color: #ffffff;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
.feedback-progress .progress-bar {
  background-color: #34A853;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
.feedback-progress-text {
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
}
.feedback-qstn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #111111;
  margin-top: 26px;
  margin-bottom: 24px;
}
.feedback-radio-button [type="radio"]:checked,
.feedback-radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.feedback-radio-button [type="radio"]:checked + label,
.feedback-radio-button [type="radio"]:not(:checked) + label {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 19px 4px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.0055em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Inter', sans-serif;
  color: #949494;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  margin-bottom: 0;
  transition: all 0.5s;
  border-radius: 8px;
}
.feedback-radio-button [type="radio"]:checked + label {
  transition: all 0.5s;
}
.feedback-radio-button [type="radio"]:checked + label.radio-green {
  color: #34A853;
  border-color: #34A853;
  background-color: rgba(52, 168, 83, 0.12);
}
.feedback-radio-button [type="radio"]:checked + label.radio-red {
  color: #EA4335;
  border-color: #EA4335;
  background-color: rgba(234, 67, 53, 0.12);
}
.feedback-wid-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

/*# sourceMappingURL=theme.css.map */
