﻿@charset "UTF-8";
body, html {
  width: 100%;
  height: 100%;
}

html {
  min-height: 100%;
  position: relative;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 0;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  /*, sans-serif*/
}
body.login-bg {
  min-height: 100%;
  background-repeat: no-repeat;
}
body.login-bg, body .login-bg-main {
  width: 100%;
  height: 100%;
}
body.new-login {
  /*background-image: url(/img/bg-image.png) !important;
  background-size: cover !important;
  background-position: 0 1%;
  background-repeat: no-repeat;*/
}
body.new-login .modal-dialog.cascading-modal {
  padding-top: 12%;
  margin-top: 0;
}
body.new-login .darken-3 {
  background: #933ec5 !important;
}
body.new-login .animated {
  box-shadow: 0px 6px 10px #7b7b7b;
}
body.new-login .fa-envelope {
  font-size: 1.2rem !important;
  top: 0.7rem !important;
}

.login-page-footer a {
  color: #933ec5 !important;
}

.height-fix {
  height: 100%;
}

.main-container {
  position: static;
  padding: 0;
}

.center-fix {
  /*display: grid;*/
  height: 99vh;
}

.main-container {
  position: static;
  padding: 0;
}

/************************************** Siderbar css************************************/
.navbar {
  padding: 14px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-left: 1px;
  /*z-index: 50;*/
  z-index: 999;
  height: 65px;
  position: fixed;
  width: 100%;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

i,
span {
  display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  align-items: stretch;
}
.wrapper #content .navbar {
  margin-bottom: 0px;
}

#sidebar {
  /*min-width: 250px;
  max-width: 250px;*/
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  height: 100%;
  /*height: auto;*/
  float: left;
  /*padding-top: 10px;*/
  position: fixed;
  z-index: 999;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

/*#sidebar.active {
    ul {
        li {
            position: relative;
        }
    }
}*/
#sidebar.active .components li span {
  display: none !important;
}

#sidebar.active .components li img {
  width: 22px !important;
  position: relative;
  left: -5px;
}

#sidebar.active .sidebar-header .logobig,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-header .logosmall {
  display: block;
}

#sidebar ul li a {
  text-align: left;
  font-size: 13px !important;
  letter-spacing: 0;
}

#sidebar ul li ul.collapse li a {
  font-size: 13px !important;
}

#sidebar.active ul li a {
  /*padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;*/
  padding: 9px 0px;
  text-align: center;
  font-size: 10px;
}

#sidebar.active .sidebar-header {
  /*padding: 5px 10px 10px 10px;
  margin-bottom: 5px;*/
  padding: 17px 10px 10px 10px;
  margin-bottom: 0;
}

#sidebar.active ul li ul:after, #sidebar.active ul li ul:before {
  right: 100%;
  top: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#sidebar.active .components li ul li img {
  left: 0px !important;
}

#sidebar ul li.active .down-arrow {
  color: #fff;
}

#sidebar.active ul li ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #0fc874;
  border-width: 10px;
  margin-top: -1px;
}

#sidebar.active ul li ul {
  position: absolute;
  z-index: 10;
  left: 89px;
  /*top: 215px;*/
  /*top: 12px;*/
  top: 77px;
  background: #005c32;
  border: 1px solid #005c32;
}
#sidebar.active ul li ul a {
  text-align: left;
}
#sidebar.active ul li ul a i {
  font-size: 0.8em;
  right: 5px;
  float: left;
  padding-right: 8px;
}

#sidebar.active ul li ul a .fa-circle {
  right: 0;
}

#sidebar.active #historysubmenu {
  top: auto;
  bottom: calc(100% - 500px);
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
  right: 5px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  /*padding: 5px 10px 10px 10px;*/
  padding: 0px 10px 10px 10px;
  /* padding: 20px; */
  background: #fff;
  padding-bottom: 0px;
  /*margin-bottom: 9px;*/
}

#sidebar .sidebar-header .logosmall {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 0px 0;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  max-height: calc(100% - 120px);
  /*border-bottom: 1px solid #47748b;*/
}
#sidebar ul.components span {
  padding-left: 0px;
}

#sidebar ul li .down-arrow {
  font-size: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  margin-right: 0;
  color: #005c32;
}

#sidebar ul li a {
  padding: 10px 8px;
  /*font-size: 1.1em;*/
  font-size: 13px;
  display: block;
  color: #005c32;
  background: #fff;
  font-weight: 400;
}

#sidebar ul li ul li a {
  padding: 5px 1px;
  padding-left: 35px !important;
}

#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}

#sidebar ul li a i {
  margin-right: 10px;
  font-size: 8px;
  vertical-align: super;
  position: relative;
  top: 3px;
}

#sidebar ul li.active > a,
a[aria-expanded=true] {
  color: #fff;
  background: #005c32;
  font-weight: 600;
}

.subactive {
  color: #82984a !important;
  font-weight: 600 !important;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 12px !important;
  padding-left: 50px !important;
  background: #fff;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  /*padding: 20px;*/
  /*min-height: 100vh;*/
  transition: all 0.3s;
  margin-bottom: 50px;
  position: relative;
  /*overflow: auto;*/
  padding-left: 250px;
  margin-bottom: 60px;
  /*z-index: 9999;*/
}

.custome-module #content {
  min-height: initial !important;
}

.first-bar {
  width: 16px;
  height: 2px;
  background-color: #fff;
  margin: 2px 4px;
  text-align: center;
  cursor: pointer;
}

.second-bar {
  margin: 5px 1px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
}

#sidebarCollapse {
  cursor: pointer;
  position: absolute;
  left: -17px;
  z-index: 55;
  background: #005c32;
  padding: 6px 4px;
  border-radius: 50px;
  height: 33px;
  width: 33px;
  width: 33px;
}
#sidebarCollapse i {
  display: none;
  color: #fff;
  font-size: 20px;
  padding-left: 4px;
  padding-top: 1px;
}

.navbar-right {
  float: right !important;
  margin-right: 0;
}
.navbar-right li {
  z-index: 999;
}

.top-navigation {
  position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}

.nav.navbar-top-links .wel-mem {
  padding: 0;
  display: inline-block;
  margin-right: -4px;
}

.nav.navbar-top-links .wel-mem a {
  color: #005c32;
  display: inline-block;
  font-weight: 400;
}

.pad-l-25-i {
  padding-left: 25px !important;
}

.wel-box {
  position: absolute;
  top: 9px;
  right: 55px;
  font-size: 13px;
}
.wel-box .wel-txt {
  text-align: center;
}
.wel-box .chng-pwd {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 0px;
  border: 0;
  left: 5px;
  background: #fff;
}
.wel-box .pwd-drop-down {
  padding: 8px;
  /*border: 1px solid #dcdcdc;*/
  margin-top: 0;
  position: relative;
  top: 0px;
  /*i {
      border: solid #dcdcdc;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      background: #fff;
      position: absolute;
      top: -5px;
      text-align: center;
      left: 43%;
  }

  up {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
  }*/
}
.wel-box .pwd-drop-down i {
  font-size: 18px;
  /*position: absolute;
  top: 7px;
  right: 9px;
  left: 6px;*/
  padding-right: 10px;
  color: #005c32;
}

.avatar-top-header {
  border-radius: 50%;
  width: 120px;
  margin-top: -60px;
  overflow: hidden;
  border: 5px solid #fff;
}
.avatar-top-header img {
  width: 100%;
}

.logout {
  position: absolute;
  left: auto;
  right: 10px;
  float: right;
  top: 20px;
}

.nav.navbar-top-links .wel-mem img {
  border-radius: 50%;
  width: 47px;
  margin-left: 10px;
  background: transparent;
  vertical-align: bottom;
  margin-top: 0px;
}
.nav.navbar-top-links .wel-mem a {
  padding: 0px !important;
  background: transparent !important;
  display: initial !important;
}

.notification {
  position: relative;
}

.notification-icon {
  /*float: left;
  margin-left: 16px !important;
  position: relative;
  right: 15px;
  top: 5px;*/
  position: absolute;
  left: auto;
  right: 205px;
  float: right;
  top: 15px;
}

.noti-number {
  background: #fff;
  border: 1px solid #e41b45;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  /*padding: 0px 6px;*/
  top: -5px;
  left: 0px;
  margin-left: 15px;
  height: 18px;
  width: 18px;
}
.noti-number span {
  color: #e41b45;
  font-size: 12px;
  position: relative;
  top: -4px;
}

.wel-user-txt {
  font-size: 20px;
  padding-left: 2px;
  letter-spacing: 1px;
  color: #005c32;
}

.wel-txt {
  font-size: 14px;
  color: #e41b45;
  letter-spacing: 2px;
  padding-left: 5px;
}

.none {
  display: none;
}

.v-align-txt-bottom {
  vertical-align: text-bottom;
}

.list-unstyled .fa-circle {
  color: #933ec5;
}

/***************************************************** Subheader CSS *************************************************************/
.top-header {
  background-color: #005c32;
  /*background-color: #686868;*/
}

.page-heading {
  padding: 10px 0 10px 10px;
  margin-left: 1px;
  height: 40px;
  margin-top: 1px;
  position: relative;
  top: 65px;
}
.page-heading h4 {
  margin-bottom: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
}

.message-icon {
  position: absolute;
  left: 70px;
}

/****************************************************** Ibox css ****************************************************************/
.ibox {
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0;
  margin: 15px 0px;
  /*box-shadow: 2px 0 10px #afafaf;*/
  box-shadow: 0.035px 2px 10px 0px rgba(175, 175, 175, 0.81);
  border-radius: 5px;
  /*border: 1px solid #686868;*/
  /*border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;*/
}

.ibox-title {
  /*border-color: #1e52a3;
  background-color: #1e52a3;*/
  /*border-color: #005c32;
  background-color: #005c32;*/
  border-width: 0 0 0;
  padding: 12px 15px;
  min-height: 40px;
  /*border-radius: 5px;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*border-width: 1px;
  border-style: solid;*/
  border-bottom: 1px solid #ececec;
}
.ibox-title h5 {
  color: #000;
  margin-bottom: 0px;
  font-size: 14px;
  padding-top: 0px;
  font-weight: 700;
}

.ibox-content {
  background-color: #fff;
  color: inherit;
  padding: 20px 15px 20px 15px;
  /*border-color: #eceff1;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;*/
}
.ibox-content .service-txtbox {
  margin-top: 0px;
}
.ibox-content .service-txtbox input {
  /*color: #005c32;*/
  color: #000;
  /*padding-bottom: 5px;*/
  font-size: 13px;
  padding-bottom: 0px;
}
.ibox-content .service-txtbox label {
  color: #005c32;
  font-size: 13px;
  font-weight: 400;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-20 {
  padding-right: 20px;
}

.picker__input {
  cursor: default;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.picker .picker__holder {
  width: 100%;
  overflow-y: auto;
  overflow-scrolling: touch;
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -o-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.picker .picker__frame,
.picker .picker__holder {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

.picker .picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 16rem;
  max-width: 20.3125rem;
  width: 18.75rem;
  max-height: 21.875rem;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  .picker .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker .picker__frame .picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  .picker .picker__frame .picker__wrap {
    display: block;
  }
}
.picker .picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  .picker .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
    box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
  }
}
.picker--opened .picker__holder {
  top: 0;
  background: 0 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 0;
  opacity: 1;
}

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.datepicker.picker__input.picker__input--active,
.timepicker.picker__input.picker__input--active {
  border-bottom: 1px solid #e3f2fd;
}

.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker__list-item:hover {
  cursor: pointer;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background: #0089ec;
  z-index: 10;
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
  color: #000;
  background: #b1dcfb;
  border-color: #e20;
  cursor: pointer;
  outline: 0;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: 700;
}

.picker--time .picker__frame {
  min-width: 16rem;
  max-width: 20rem;
}

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.picker__date-display {
  text-align: center;
  background-color: #4285f4;
  padding-bottom: 0.9375rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.picker__date-display .clockpicker-display {
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  height: 5.3125rem;
  font-size: 4.375rem;
  padding: 0.625rem;
  padding-bottom: 0;
  color: #b2dfdb;
}

.picker__date-display .clockpicker-display .clockpicker-display-column {
  float: left;
}

.picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
.picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.picker__date-display .clockpicker-display .clockpicker-display-column #click-am,
.picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
  cursor: pointer;
}

.picker__date-display .clockpicker-display .clockpicker-display-am-pm {
  padding-left: 0.3125rem;
  vertical-align: bottom;
  height: 5.3125rem;
}

.picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
  display: inline-block;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #b2dfdb;
}

.picker__date-display .clockpicker-display .clockpicker-span-hours,
.picker__date-display .clockpicker-display .clockpicker-span-minutes {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}

.btn-floating.btn-flat {
  color: #fff;
  padding: 0;
  background: #4285f4;
}

.btn-floating.btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-floating.btn-flat:focus,
.btn-floating.btn-flat:hover {
  background-color: #5a95f5 !important;
}

.btn-floating.btn-flat.active {
  background-color: #0b51c5 !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 0.9375rem;
  background-color: transparent;
  text-transform: uppercase;
}

.picker__footer .clockpicker-button:focus {
  background-color: transparent;
}

.picker__footer .clockpicker-button:active {
  background-color: rgba(0, 150, 136, 0.25);
}

.picker__box {
  padding: 0;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  overflow: hidden;
}

.picker__box .picker__header {
  text-align: center;
  position: relative;
  margin-bottom: 1.25rem;
}

.picker__box .picker__header select {
  display: inline-block !important;
}

.picker__box .picker__header .picker__date-display {
  text-align: center;
  /*background-color: #4285f4;*/
  background-color: #005c32;
  padding-bottom: 0.9375rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.picker__box .picker__header .picker__date-display .picker__weekday-display {
  /*background-color: #206ff2;*/
  background-color: #04894c;
  padding: 0.625rem;
  font-weight: 200;
  letter-spacing: 0.5;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}

.picker__box .picker__header .picker__date-display .picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
  color: #fff;
}

.picker__box .picker__header .picker__date-display .picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
}

.picker__box .picker__header .picker__date-display .picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.picker__box .picker__header .picker__month,
.picker__box .picker__header .picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__box .picker__header .picker__select--month,
.picker__box .picker__header .picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
  display: inline-block;
}

.picker__box .picker__header .picker__select--month:focus,
.picker__box .picker__header .picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

.picker__box .picker__header .picker__select--year {
  width: 30%;
}

.picker__box .picker__header .picker__select--month.browser-default {
  display: inline;
  width: 40%;
}

.picker__box .picker__header .picker__select--year.browser-default {
  display: inline;
  width: 25%;
}

.picker__box .picker__header .picker__nav--next,
.picker__box .picker__header .picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.55em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  bottom: 0;
}

.picker__box .picker__header .picker__nav--next:hover,
.picker__box .picker__header .picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #ecf2fc;
}

.picker__box .picker__header .picker__nav--next:before,
.picker__box .picker__header .picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__box .picker__header .picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__box .picker__header .picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

.picker__box .picker__header .picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

.picker__box .picker__header .picker__nav--disabled,
.picker__box .picker__header .picker__nav--disabled:before,
.picker__box .picker__header .picker__nav--disabled:before:hover,
.picker__box .picker__header .picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

.picker__box .picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.picker__box .picker__table td,
.picker__box .picker__table th {
  text-align: center;
}

.picker__box .picker__table td {
  margin: 0;
  padding: 0;
}

.picker__box .picker__table .picker__weekday {
  width: 14%;
  font-size: 0.9em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

@media (min-height: 33.875em) {
  .picker__box .picker__table .picker__weekday {
    padding-bottom: 0.25em;
  }
}
.picker__box .picker__table .picker__day--today {
  position: relative;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__box .picker__table .picker__day.picker__day--today {
  color: #4285f4;
}

.picker__box .picker__table .picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__box .picker__table .picker__day--infocus {
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: #595959 transparent;
}

.picker__box .picker__table .picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

.picker__box .picker__table .picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
}

.picker__box .picker__table .picker__day--outfocus:hover {
  cursor: pointer;
  color: #ddd;
  font-weight: 500;
}

.picker__box .picker__table .picker--focused .picker__day--highlighted,
.picker__box .picker__table .picker__day--highlighted:hover {
  cursor: pointer;
}

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  /*background-color: #4285f4;*/
  background-color: #005c32;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.picker__box .picker__table .picker--focused.picker__day--outfocus,
.picker__box .picker__table .picker__day--selected.picker__day--outfocus,
.picker__box .picker__table .picker__day--selected:hover.picker__day--outfocus {
  background-color: #ecf2fc;
}

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--disabled,
.picker__box .picker__table .picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__box .picker__table .picker__day--highlighted.picker__day--disabled,
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}

.picker__box .picker__footer {
  text-align: right;
  padding: 0.3125rem 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.picker__box .picker__footer .picker__button--clear,
.picker__box .picker__footer .picker__button--close,
.picker__box .picker__footer .picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 1rem 0 0.7rem 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}

.picker__box .picker__footer .picker__button--clear:hover,
.picker__box .picker__footer .picker__button--close:hover,
.picker__box .picker__footer .picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__box .picker__footer .picker__button--clear:focus,
.picker__box .picker__footer .picker__button--close:focus,
.picker__box .picker__footer .picker__button--today:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}

.picker__box .picker__footer .picker__button--clear:before,
.picker__box .picker__footer .picker__button--close:before,
.picker__box .picker__footer .picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__box .picker__footer .picker__button--clear:before,
.picker__box .picker__footer .picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__box .picker__footer .picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__box .picker__footer .picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}

.picker__box .picker__footer .picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}

.picker__box .picker__footer .picker__button--today[disabled],
.picker__box .picker__footer .picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}

.picker__box .picker__footer .picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

.picker__calendar-container {
  padding: 0 1rem;
}

.picker__calendar-container thead {
  border: none;
}

.btn-save {
  background-color: #005c32;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-save img {
  padding-right: 10px;
  vertical-align: text-top;
}

.btn-view-clinical-note {
  background-color: #4caf50;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-view-clinical-note img {
  padding-right: 10px;
}

.btn-generate-persc {
  background-color: #4285f4;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}
.btn-generate-persc a {
  color: #fff !important;
}

.btn-generate-persc img {
  padding-right: 10px;
  vertical-align: text-top;
}

.btn-edit {
  background-color: #49c4d9;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-edit img {
  padding-right: 10px;
  vertical-align: text-top;
}

.btn-delete {
  background-color: #f60040;
  border-radius: 5px;
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-delete img {
  padding-right: 10px;
  vertical-align: text-top;
}

.btn-cancel {
  background-color: #a8a8a8;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 992px) {
  .btn-cancel {
    width: 100%;
  }
}

.btn-cancel img {
  padding-right: 10px;
  vertical-align: inherit;
}

.btn-reset {
  background-color: #e41b45;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 13px 20px;
}
.btn-reset img {
  padding-right: 10px;
  vertical-align: inherit;
}

.search-table {
  border: 1px solid #d4d4d4;
  box-shadow: 2px 0px 10px #afafaf;
}
.search-table table {
  margin-bottom: 0px;
}
.search-table table thead {
  /*border-bottom: 2px solid #d4d4d4;*/
  border-bottom: 1px solid #d4d4d4;
}
.search-table table thead th {
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}
.search-table table tbody td {
  font-size: 12px;
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.collapse-chevron .fa-angle-down {
  transition: 0.3s transform ease-in-out;
}

.collapse-chevron .collapsed .fa-angle-down {
  transform: rotate(-90deg);
}

.pad-t-10 {
  padding-top: 10px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

.collapse-chevron a {
  font-weight: 400;
}
.collapse-chevron .ibox {
  margin-top: 0px !important;
}
.collapse-chevron span {
  font-size: 12px;
  color: #933ec5;
}
.collapse-chevron strong {
  font-size: 12px;
  color: #933ec5;
}
.collapse-chevron .ibox-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.collapse-chevron .ibox-content .brdr-bottom {
  border-bottom: 1px solid #acacac;
}
.collapse-chevron .ibox-content .brdr-right {
  border-right: 1px solid #acacac;
}
.collapse-chevron .ibox-content label {
  font-weight: 700;
  font-size: 13px;
}
.collapse-chevron .ibox-content span {
  font-size: 13px;
  color: #000;
}
.collapse-chevron .ibox-content .brder-top {
  border-top: 1px solid #ece8e8;
}
.collapse-chevron .ibox-content .fa-angle-down {
  color: #933ec5;
}

.pad-l-0 {
  padding-left: 0px;
}

.pad-r-0 {
  padding-right: 0px;
}

.pad-r-0-i {
  padding-right: 0px !important;
}

.mrg-b-15 {
  margin-bottom: 15px;
}

.mrg-t-15 {
  margin-top: 15px;
}

.mrg-t-20 {
  margin-top: 20px;
}

.mrg-t-10 {
  margin-top: 10px;
}

.sub-active-menu {
  color: #005c32 !important;
  font-weight: 700 !important;
}

.mrg-0 {
  margin: 0px;
}

@media only screen and (min-width: 1900px) {
  .file-upload-input {
    width: 245px !important;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .file-upload-input {
    width: 61% !important;
  }
}
@media only screen and (max-width: 768px) {
  button {
    width: 100%;
  }

  .brdr-right {
    border-right: 0px !important;
  }

  .file-upload-button {
    width: 50%;
  }

  .file-upload-input {
    width: 160px !important;
  }

  .custom-file-upload {
    margin-top: 0 !important;
  }

  .generate-presc .mrg-t-10 {
    margin-top: 0px;
  }
  .generate-presc .select-city-dd {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 670px) {
  button {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    z-index: 999;
    height: 100%;
    /*ul {
        li {
            a {
                font-size: 12px !important;
                padding: 10px 8px;
            }
        }
    }*/
  }

  .upload-download-excel .upload-excel-file {
    min-width: 173px;
    /*padding: 7px 10px 3px 10px !important;*/
    padding: 0px 15px;
    left: 11px !important;
  }

  .file-upload-button {
    width: 44%;
  }

  #sidebar.active {
    min-width: 0;
    max-width: 0;
  }
  #sidebar.active .components {
    display: none;
  }

  #sidebar ul.components {
    height: 100%;
  }

  .collapse-chevron .ibox-content label {
    font-size: 12px;
  }

  .collapse-chevron .ibox-content span {
    font-size: 12px;
  }

  /*#sidebar ul li ul.collapse li a {
      font-size: 11px !important;
      padding: 5px 13px !important;
      margin: 0;
  }*/
  .slides-data .slidedata {
    width: 100% !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .counslingdoc label {
    float: none !important;
  }
}
.print-icon {
  right: 250px;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  /*background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;*/
  background-size: cover;
  transition: 1s opacity;
}

.stopfade {
  opacity: 0.5;
}

.daw-text {
  position: relative;
  top: 8px;
}
.daw-text label {
  float: left;
  color: #000;
  font-size: 13px;
  padding-top: 2px;
}
.daw-text .sales-txt-choose {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: absolute;
  left: 60px;
}
.daw-text .sales-txt-choose h6 {
  position: relative;
  left: 0px;
  overflow: hidden;
  color: #488c24;
  padding-left: 11px;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 2px;
}
.daw-text .sales-txt-choose li {
  color: #000;
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
}
.daw-text .sales-txt-choose li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.daw-text .sales-txt-choose li label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 15px;
  padding: 0px 0px 0 37px;
  /*margin: -2px auto;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  vertical-align: top;
}
.daw-text .sales-txt-choose li .check {
  display: block;
  position: absolute;
  border: 2px solid #ced4da;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.daw-text .sales-txt-choose li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.daw-text .sales-txt-choose li input[type=radio]:checked ~ .check {
  border: 3px solid #933ec5;
}
.daw-text .sales-txt-choose li input[type=radio]:checked ~ .check::before {
  background: #933ec5;
}

.check-status {
  /*position: relative;
  top: 8px;*/
}
.check-status label {
  float: left;
  color: #000;
  font-size: 13px;
  top: 1px;
}
.check-status .sales-txt-choose {
  list-style: none;
  margin: 0;
  /*padding: 0;*/
  overflow: auto;
  position: absolute;
  left: 60px;
}
.check-status .sales-txt-choose h6 {
  position: relative;
  left: 0px;
  overflow: hidden;
  color: #488c24;
  padding-left: 11px;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 2px;
}
.check-status .sales-txt-choose li {
  color: #000;
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
}
.check-status .sales-txt-choose li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.check-status .sales-txt-choose li label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 13px;
  padding: 0px 0px 0 37px;
  /*margin: -2px auto;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  vertical-align: top;
  top: 1px;
}
.check-status .sales-txt-choose li .check {
  display: block;
  position: absolute;
  border: 2px solid #ced4da;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.check-status .sales-txt-choose li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.check-status .sales-txt-choose li input[type=radio]:checked ~ .check {
  border: 3px solid #933ec5;
}
.check-status .sales-txt-choose li input[type=radio]:checked ~ .check::before {
  background: #933ec5;
}

/*.file-field.big .file-path-wrapper {
    height: 3.2rem;
}

.file-field.big .file-path-wrapper .file-path {
    height: 3rem;
}*/
.btn-floating.btn-lg {
  width: 35px;
  height: 35px;
}

.amber.darken-2 {
  background-color: #933ec5 !important;
}

.btn-floating {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*margin: 10px;*/
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.btn-floating.btn-lg i {
  font-size: 1.2rem;
  line-height: 35px;
}

.btn-floating i {
  display: inline-block;
  width: inherit;
  text-align: center;
  color: #fff;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

/*.file-field.big .file-path-wrapper {
    height: 3.2rem;
}*/
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
  height: 2.5rem;
}

/*.file-field.big .file-path-wrapper .file-path {
    height: 3rem;
}*/
.file-field input.file-path {
  width: 100%;
  height: 1.8rem;
  font-size: 13px;
  padding-top: 2px;
}

.preview p {
  position: relative;
  left: 5px;
  font-size: 13px;
  top: 7px;
}
.preview img {
  order: 1;
  height: 30px;
}
.preview ol {
  list-style-type: none;
}

.preview1 p {
  position: relative;
  left: 5px;
  font-size: 13px;
  top: 7px;
}
.preview1 img {
  order: 1;
  height: 30px;
}
.preview1 ol {
  list-style-type: none;
}

/*form {
    width: 600px;
    background: #ccc;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid black;
}*/
/*form li, div > p {
    background: #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid black;
}*/
/*form img {
         height: 64px;
        order: 1;
    }

    form p {
        line-height: 32px;
        padding-left: 10px;
    }

    form label, form button {
        background-color: #7F9CCB;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px ridge black;
        font-size: 0.8rem;
        height: auto;
    }

    form label:hover, form button:hover {
        background-color: #2D5BA3;
        color: white;
    }

    form label:active, form button:active {
        background-color: #0D3F8F;
        color: white;
    }*/
.c .input-field {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.select-city-dd .select-wrapper {
  position: relative;
}

.select-city-dd .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  /* height: 3rem; */
  /* line-height: 3rem; */
  width: 100%;
  font-size: 13px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  /*color: #005c32;*/
  color: #000;
  margin: 11px 0 0.5rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.3rem 0 0.55rem;
}

.select-city-dd ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
  width: 100%;
}

.select-city-dd .dropdown-content {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 6.25rem;
  max-height: 40.625rem;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.select-city-dd .select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

.select-city-dd ul:not(.browser-default) > li {
  list-style-type: none;
}

.select-city-dd .dropdown-content li {
  clear: both;
  color: #000;
  cursor: pointer;
  line-height: 1.3rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.select-city-dd .dropdown-content li > a, .select-city-dd .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.select-city-dd .select-dropdown li.disabled, .select-city-dd .select-dropdown li.disabled > span, .select-city-dd .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
}

.select-city-dd .dropdown-content li > a, .select-city-dd .dropdown-content li > span {
  font-size: 0.9rem;
  color: #4285f4;
  display: block;
  padding: 0.5rem;
}

.select-city-dd .select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.select-city-dd .disabled, .select-city-dd :disabled {
  pointer-events: none !important;
}

.select-city-dd select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
  display: none;
}

.select-city-dd .select-dropdown li.disabled, .select-city-dd .select-dropdown li.disabled > span, .select-city-dd .select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
}

.select-city-dd .input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.select-city-dd input:not([type]) + label:after, .select-city-dd input[type=text]:not(.browser-default) + label:after, .select-city-dd input[type=password]:not(.browser-default) + label:after, .select-city-dd input[type=email]:not(.browser-default) + label:after, .select-city-dd input[type=url]:not(.browser-default) + label:after, .select-city-dd input[type=time]:not(.browser-default) + label:after, .select-city-dd input[type=date]:not(.browser-default) + label:after, .select-city-dd input[type=datetime]:not(.browser-default) + label:after, .select-city-dd input[type=datetime-local]:not(.browser-default) + label:after, .select-city-dd input[type=tel]:not(.browser-default) + label:after, .select-city-dd input[type=number]:not(.browser-default) + label:after, .select-city-dd input[type=search]:not(.browser-default) + label:after, .select-city-dd textarea.materialize-textarea + label:after, .select-city-dd .select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.select-city-dd .select-wrapper + label {
  transition: 0.2s ease-out;
  cursor: text;
  color: #005c32;
  left: 0;
  transform: translateY(-105%);
  position: absolute;
  /*font-size: 0.75rem;*/
  font-size: 13px;
}

.barcodescan {
  /*position: relative;
  top: 80px;*/
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
}

.brcode-img {
  position: relative;
  left: 30px;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 13px;
  margin-top: -25px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 45%;
  color: #000;
  font-size: 13px;
  padding: 8px 15px;
  border: none;
  background-color: #fff;
  transition: all 0.2s ease-in;
  float: left;
  /* border-bottom: 1px solid #d4d4d4; */
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.file-upload-input:hover, .file-upload-input:focus {
  background-color: #8536b4;
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  padding: 7px 15px;
  border: none;
  margin-left: -1px;
  background-color: #fff;
  float: left;
  border-left: 1px solid #c1c1c1 !important;
  transition: all 0.2s ease-in;
  border: 1px solid #d4d4d4;
  height: auto;
  min-height: 37px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.file-upload-button:hover {
  background-color: #592479;
  color: #fff;
}

.patient-history {
  padding: 15px 15px 10px 15px;
  font-size: 14px;
  border-bottom: 0;
}
.patient-history h6 {
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #eceff1;
  padding-bottom: 10px;
}

.patient-history-content {
  margin-left: 15px;
  margin-right: 15px;
}
.patient-history-content label, .patient-history-content span {
  font-size: 13px;
}
.patient-history-content label {
  font-weight: 700;
}

.generate-presc {
  padding: 15px 15px 20px 15px;
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #eceff1;
}

.search-data {
  padding-top: 10px;
  width: 25%;
}
/*.search-data i {
  position: absolute;
  left: 25px;
  top: 23px;
  bottom: auto;
}*/
    .search-data a {
        position: absolute;
        left: auto;
        right: 12px;
        background: #ececec;
        padding: 9px 15px;
        top: 0 !important;
    }
.search-data input {
  /*width: 92% !important;*/
  width: 89% !important;
  padding-left: 15px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #e6e6e6 !important;
  font-size: 14px;
}

.view-presc-table {
  border-radius: 5px;
  margin-top: 10px;
  /*table {
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }*/
}
.view-presc-table thead {
  border: 1px solid #005c31;
}
.view-presc-table thead tr {
  /*background: #686868;*/
  background: #005c31;
  color: #fff;
  border-radius: 5px;
}
.view-presc-table thead th {
  /*font-weight: 700;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  cursor: pointer;
}
.view-presc-table tbody {
  border: 1px solid #ececec;
}
.view-presc-table tbody tr {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.view-presc-table tbody td {
  /*font-weight: 700;*/
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  border: 0px;
}

.presc-history {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.presc-history label {
  padding-top: 25px;
  padding-left: 2px;
  padding-bottom: 0;
  font-size: 14px;
}

.left-15 {
  left: 15px !important;
}

.back-to-search h5 {
  float: left;
}
.back-to-search a {
  color: #933ec5;
  float: right;
  font-size: 13px;
}
.back-to-search img {
  padding-right: 2px;
  position: relative;
  top: -1px;
}

.add-clinical-note {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.past-medical-history-heading {
  font-weight: 700;
}
.past-medical-history-heading label {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.past-medical-history-content {
  /*.bs-switch {
      left: 15px;
  }

  .bs-switch input:checked + .slider {
      background-color: #933ec5;
  }*/
}
.past-medical-history-content label {
  font-weight: 700;
  float: left;
  font-size: 13px;
  padding-top: 5px;
}

.switch label {
  cursor: pointer;
  padding-left: 15px;
  font-weight: 400;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #818181;
  -webkit-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  margin-right: 0.625rem;
  vertical-align: middle;
  margin: 0 1rem;
  width: 2.5rem;
  height: 0.9375rem;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-left: 8px;
  margin-right: 8px;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #dccfe2;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #a6c;
  left: 1.5rem;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #f1f1f1;
  -webkit-border-radius: 1.3125rem;
  border-radius: 1.3125rem;
  left: -0.3125rem;
  top: -0.1875rem;
  -webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
  -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
}

.diseas-name {
  margin-top: 10px;
}
.diseas-name label {
  float: left;
  margin-bottom: 0;
  font-size: 13px;
  /*padding-bottom: 0;
  padding-top: 10px;*/
}
.diseas-name .md-form {
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 0;
  margin-left: 20px;
}
.diseas-name .md-form input {
  font-size: 13px;
}
.diseas-name .md-form label {
  font-size: 13px;
}

.pad-t-7 {
  padding-top: 7px;
}

.mrg-l-10 {
  margin-left: 10px;
}

.view-all-presc-history {
  margin-top: 10px;
}
.view-all-presc-history label {
  font-size: 13px;
  font-weight: 700;
}
.view-all-presc-history span {
  font-size: 13px;
}
.view-all-presc-history .view-presc-list {
  margin-left: 0px;
  box-shadow: 2px 0px 10px #afafaf;
  margin-right: 0px;
  padding: 10px 5px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.view-all-presc-history .col-md-1 {
  -ms-flex: 0 0 1%;
  flex: 0 0 1%;
  max-width: 1%;
  font-size: 13px;
  padding-top: 3px;
}
.view-all-presc-history .col-md-11 {
  -ms-flex: 0 0 98%;
  flex: 0 0 98%;
  max-width: 98%;
}
.view-all-presc-history ul {
  padding-left: 0;
}
.view-all-presc-history li {
  list-style-type: none;
}

.mrg-t-13-i {
  margin-top: 13px !important;
}

.search-pharmasict-table button {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.search-pharmasict-table tbody tr {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.send-query {
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #933ec5 !important;
}
.send-query img {
  margin-right: 5px;
}

.histoy-popup {
  /*.modal-c-tabs .nav-tabs {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      margin: -1.5rem 1rem 0;
  }*/
}
.histoy-popup .nav-link {
  border: 0;
}
.histoy-popup .modal-body {
  padding-left: 14px !important;
  padding-right: 0 !important;
  padding-top: 0px !important;
}
.histoy-popup .modal-body lable {
  font-size: 14px;
  padding-bottom: 8px;
}
.histoy-popup .modal-body textarea {
  font-size: 13px;
  margin-top: 8px;
  padding: 5px 10px;
  color: #005c32;
}
.histoy-popup .light-blue.darken-3 {
  background-color: #933ec5 !important;
}
.histoy-popup .modal-footer {
  text-align: center;
  padding: 5px;
  display: block;
}

/*#disqus_thread {
    position: relative;

}

#disqus_thread:after {
    content: "";
    display: block;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: white;
}*/
.media .avatar {
  width: 64px;
}

.shadow-textarea textarea.form-control::placeholder {
  font-weight: 300;
}

.shadow-textarea textarea.form-control {
  padding-left: 0.8rem;
}

.basic-textarea textarea {
  height: auto;
}

.rounded-corners textarea {
  border-radius: 0.25rem;
}

.reply-comment .input-group textarea {
  width: 30%;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 13px;
}
.reply-comment .input-group .input-group-prepend {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.reply-comment h5 {
  font-size: 14px;
}
.reply-comment .blue-text {
  color: #933ec5 !important;
}
.reply-comment .media .avatar {
  width: 50px;
}
.reply-comment textarea {
  resize: none;
}
.reply-comment .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .reply-comment .input-group > .custom-select:focus, .reply-comment .input-group > .form-control:focus {
  z-index: 0;
}
.reply-comment .input-group {
  /*width: 30%;*/
}
.reply-comment .input-group a {
  font-size: 13px;
  background: #933ec5;
  color: #fff;
}
.reply-comment .input-group a img {
  margin-right: 8px;
}
.reply-comment .input-group a:hover {
  color: #fff;
}

.footer-btn img {
  width: 15px;
}
.footer-btn > a {
  border-right: 1px solid #933ec5;
  padding-right: 5px;
}
.footer-btn > a:last-child {
  border-right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.footer-btn span {
  color: #933ec5 !important;
}

.mrg-t-5-i {
  margin-top: 5px !important;
}

.bg-green {
  background-color: #6e9c12;
}

.no-record-found lable {
  font-size: 13px;
  color: red;
}
.no-record-found button {
  font-size: 13px;
  padding: 9px 15px;
}
.no-record-found button img {
  padding-right: 0;
  margin-right: 5px;
  width: 15px;
}

.cguardid {
  padding-top: 15px;
}
.cguardid label {
  font-weight: 700;
  font-size: 13px;
}
.cguardid span {
  font-size: 13px;
  color: #000;
}

.font-size-13 {
  font-size: 13px;
}

.repeat-filed {
  border-bottom: 1px solid #eceff1;
}

.new-fildes {
  border-top: 1px solid #eceff1;
}

.dashboard-pres-detail label {
  padding-top: 0;
  position: relative;
  /*top: 7px;*/
}
.dashboard-pres-detail form {
  padding-top: 0px;
  margin-top: -8px !important;
}
.dashboard-pres-detail form i {
  top: 12px;
}

.dashboard-pres-history > .row {
  position: relative;
  /*margin-right: 15px;
  margin-left: 15px;*/
  border-radius: 5px;
}
.dashboard-pres-history .flag-icon {
  border: 1px solid #933ec5;
  border-radius: 3px;
  background: #933ec5;
  height: 100%;
  width: 45px;
  padding: 4px 7px;
  position: absolute;
  top: 0%;
  left: 0px;
  right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  cursor: pointer;
  z-index: 9;
  box-shadow: 2px 0px 10px #afafaf;
}
.dashboard-pres-history .flag-icon i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 45%;
  left: 8px;
}

.chng-pwd-tabs {
  border: 1px solid #d4d4d4 !important;
}
.chng-pwd-tabs .light-blue.darken-3 {
  background-color: #933ec5 !important;
}
.chng-pwd-tabs .nav-link {
  border: 0;
}

.login-page {
  /*max-width: 50%;*/
  height: 100%;
}
.login-page .request-access {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0;
}
.login-page .request-access label {
  font-size: 12px !important;
}
.login-page .request-access input {
  font-size: 12px !important;
}
.login-page .select-city-dd .select-wrapper input.select-dropdown {
  padding: 0;
  margin: 0;
  height: 30px;
}
.login-page .modal-footer > :not(:last-child) {
  margin-right: 7.25rem;
}

.service-txtbox {
  margin-top: 0px;
}
.service-txtbox input {
  color: #000;
  /*padding-bottom: 5px;*/
  font-size: 13px;
  padding-bottom: 0px;
}
.service-txtbox label {
  color: #000;
  font-size: 13px;
}

.f-w-700 {
  font-weight: 700;
}

.add-provider {
  font-size: 12px;
  font-weight: 700;
}
.add-provider img {
  width: 15px;
  margin-right: 5px;
}

@media only screen and (max-width: 992px) {
  #sidebar.active {
    min-width: 0px;
    max-width: 0px;
  }
  #sidebar.active .sidebar-header {
    /*display: none;*/
    visibility: hidden;
  }
  #sidebar.active .components {
    /*display: none;*/
    visibility: hidden;
  }

  .travel-advisory .advisor-alert .main-tavel-frame {
    font-size: 13px !important;
  }

  .travel-advisory .advisor-alert .tsg-rwd-eab-title-frame {
    width: 80%;
    color: #fff;
    font-size: 13px;
  }

  #sidebar {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    z-index: 999;
    height: 100%;
  }

  #content {
    padding-left: 0px !important;
  }

  .btn-export-excel {
    width: auto;
  }

  .filter-icon {
    width: auto !important;
    margin-left: 10px !important;
  }

  header img {
    position: absolute !important;
    z-index: 999;
  }
  header nav {
    position: relative;
    left: auto;
    width: 100%;
    float: right;
    right: 0;
  }
  header .navbar-toggler {
    float: right;
    width: 100%;
    text-align: right;
  }
  header .navbar-collapse ul {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 0;
    background: #005c32;
    /*top: auto;*/
    margin-top: 15px;
    padding-bottom: 15px;
  }
  header .navbar-collapse ul li {
    padding-left: 15px;
  }
  header .navbar-collapse ul li.none {
    display: block;
  }
  header .navbar-collapse ul li.none img {
    display: block !important;
  }
  header .navbar-collapse ul li a {
    color: #fff;
  }
  header .navbar-collapse ul li a img:first-child {
    display: none;
  }
  header .navbar-collapse ul li a img.none {
    display: block;
  }
  header .navbar-collapse ul li a span {
    padding-left: 30px;
  }
  header .navbar-collapse ul li.active {
    background: #089655;
    box-shadow: none !important;
    margin-right: 0px !important;
    height: auto;
    padding-bottom: 10px;
  }

  .footer {
    height: auto !important;
  }
  .footer .text-center {
    text-align: left !important;
    padding-left: 15px !important;
  }
  .footer .text-right {
    text-align: left !important;
    padding-left: 15px !important;
  }
  .footer ul {
    float: left !important;
    padding-left: 0px !important;
  }

  /*.notification{
      margin-left: 30px;
  }
  .noti-icon-no {
      left: 55px;
  }
  .message-icon{
      margin-left: 35px;
  }*/
}
@media only screen and (max-width: 992px) and (max-width: 1300px) {
  .add-refer-link {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .add-refer-link img {
    /*margin-left: 15px;*/
    margin-bottom: 10px;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .notification {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .message-icon {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 992px) {
  #sidebar {
    position: absolute;
    z-index: 9999;
    top: 65px;
  }
}
@media only screen and (max-width: 992px) {
  #sidebarCollapse {
    left: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-brand {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .top-menu .navbar {
    height: auto;
    padding: 0;
  }
  .top-menu .navbar-brand {
    padding: 0.5rem 1rem;
  }
  .top-menu .navbar-toggler {
    margin: 0.5rem 1rem;
    padding: 0;
    border: 0;
  }
  .top-menu .navbar-nav {
    z-index: 9999;
    position: relative;
    background: #92d749;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    float: none;
    display: block;
  }
  .top-menu .navbar-nav li.active {
    display: block;
  }
  .top-menu .navbar-nav li {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-top-links {
    display: none;
  }
}
@media only screen and (min-width: 1900px) {
  .file-upload-input {
    width: 245px !important;
  }

  .filter-colum {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
  .file-upload-input {
    width: 61% !important;
  }
}
@media only screen and (max-width: 1366px) {
  /*.desc-padding{
      padding: 10px !important;
  }*/
  /*.btn-save {
      padding: 10px !important;
  }*/
  .sales-txt-choose li .check {
    height: 18px !important;
    width: 18px !important;
  }

  .travelalertdata span {
    font-weight: 700 !important;
    width: 47px !important;
    padding: 12px 0px !important;
    margin-left: 1px !important;
    font-size: 11px !important;
    text-transform: capitalize !important;
  }

  .travelalertdata a {
    color: #fff !important;
    opacity: 1 !important;
    font-size: 11px !important;
    text-transform: capitalize;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 144px !important;
    display: inline-block !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sales-txt-choose li .check::before {
    height: 8px !important;
    width: 8px !important;
    top: 2px !important;
    left: 2px !important;
  }

  .filter-colum {
    max-width: 75%;
  }

  .view-all-info span {
    font-size: 12px;
  }

  .view-all-info label {
    font-size: 12px !important;
  }

  .add-puls {
    padding-top: 0px !important;
  }
  .add-puls img {
    width: 20px;
  }

  /*.upload-download-excel .upload-excel-file {
      padding: 10px 15px 5px 15px !important;
  }*/
  .btn-view-clinical-note {
    padding: 10px !important;
  }

  .btn-generate-persc {
    padding: 10px !important;
  }

  .upload-download-excel .upload-excel-file {
    /*min-height: 40px !important;*/
    padding: 13px 15px 9px 15px !important;
  }

  /*.btn-edit {
      padding: 10px !important;
  }

  .btn-delete {
      padding: 10px !important;
  }

  .btn-cancel {
      padding: 10px !important;
  }*/
  .check-status .sales-txt-choose {
    left: 50px !important;
  }

  .ibox-content .service-txtbox label {
    font-size: 12px !important;
  }

  .select-city-dd .select-wrapper input.select-dropdown {
    font-size: 12px !important;
  }
  .select-city-dd .select-wrapper + label {
    font-size: 12px !important;
  }

  .past-medical-history-content label {
    font-size: 12px !important;
  }

  .slides-data .slidedata > label {
    font-size: 13px !important;
  }

  .slides-data .slidedata {
    padding: 13px 4px !important;
  }

  .slides-data .slidedata.activedata {
    padding-top: 12px !important;
    padding-left: 0.5em !important;
    max-height: 27em !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ibox-content .service-txtbox input {
    font-size: 11px !important;
  }
  .ibox-content .service-txtbox label {
    font-size: 11px !important;
  }

  .travelalertdata a {
    width: 125px !important;
  }

  .upload-excel-file {
    padding: 0 !important;
  }

  .sales-txt-choose li label {
    font-size: 11px !important;
  }

  .primary-care {
    font-size: 12px !important;
  }

  .upload-doc span {
    font-size: 12px !important;
  }

  .add-allery span {
    font-size: 12px !important;
  }

  .list-of-country label {
    font-size: 14px !important;
  }

  .footer span {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    position: relative !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .login-box-width {
    padding-top: 6% !important;
  }
}
@media only screen and (max-width: 992px) {
  button {
    width: 100%;
  }

  .btn-export-excel {
    margin-right: 0px;
  }

  .travelalertdata a {
    width: 90px !important;
  }

  .search-data {
    width: 100% !important;
  }
  .search-data input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .search-data i {
    left: 10px;
  }

  .allergy-tab .upload-doc {
    width: 100% !important;
    margin-bottom: 10px !important;
    padding: 0px 25px !important;
  }
  .allergy-tab .w-25 {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .allergy-health-condition .pl-0 {
    padding-left: 15px !important;
  }
  .allergy-health-condition .pr-0 {
    padding-right: 15px !important;
  }

  .add-allery ol li {
    margin-bottom: 8px;
  }

  .brdr-right {
    border-right: 0px !important;
  }

  .file-upload-button {
    width: 50%;
  }

  .file-upload-input {
    width: 160px !important;
  }

  .custom-file-upload {
    margin-top: 0 !important;
  }

  .generate-presc .mrg-t-10 {
    margin-top: 0px;
  }
  .generate-presc .select-city-dd {
    margin-top: 20px;
  }

  .uplaod-btn {
    width: auto !important;
  }

  #sidebar ul li a {
    padding: 10px 7px;
    font-size: 12px !important;
  }

  .allergy-tab .health-issue {
    width: 100%;
  }

  .add-allery ol {
    width: 100%;
  }

  .upload-download-excel .upload-excel-file {
    min-height: 39px !important;
    padding: 15px 15px 5px 15px !important;
  }

  .uplaod-btn img {
    width: 23px !important;
  }

  .page-heading h4 {
    font-size: 16px;
  }

  .ibox-title h5 {
    font-size: 14px;
  }

  .ibox-content .service-txtbox label {
    font-size: 11px !important;
  }

  .select-city-dd .select-wrapper input.select-dropdown {
    font-size: 11px !important;
  }
  .select-city-dd .select-wrapper + label {
    font-size: 11px !important;
  }

  .past-medical-history-content label {
    font-size: 11px !important;
  }

  .check-status .sales-txt-choose li .check {
    height: 14px !important;
    width: 14px !important;
    top: 3px !important;
  }

  .check-status .sales-txt-choose li .check::before {
    height: 6px !important;
    width: 6px !important;
    top: 1px !important;
    left: 1px !important;
  }

  .check-status .sales-txt-choose {
    left: 40px !important;
  }

  .btn-save {
    font-size: 12px;
  }
  .btn-save img {
    width: 18px;
    padding-right: 5px;
  }

  .btn-view-clinical-note {
    font-size: 12px;
  }
  .btn-view-clinical-note img {
    width: 18px;
    padding-right: 5px;
  }

  .btn-generate-persc {
    font-size: 12px;
  }
  .btn-generate-persc img {
    width: 18px;
    padding-right: 5px;
  }

  .btn-edit {
    font-size: 12px;
  }
  .btn-edit img {
    width: 18px;
    padding-right: 5px;
  }

  .btn-delete {
    font-size: 12px;
  }
  .btn-delete img {
    width: 18px;
    padding-right: 5px;
  }

  .btn-cancel {
    font-size: 12px;
  }
  .btn-cancel img {
    width: 18px;
    padding-right: 5px;
  }

  #sidebar ul li ul.collapse li a {
    font-size: 12px !important;
  }

  .search-table table thead th {
    font-size: 11px;
  }
  .search-table table tbody td {
    font-size: 11px;
  }

  .collapse-chevron .ibox-content label {
    font-size: 11px;
  }
  .collapse-chevron .ibox-content span {
    font-size: 11px;
  }

  #view-presc-body img {
    width: 15px;
  }

  .view-presc-table thead th {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  button {
    width: 100%;
  }

  .search-data {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  #sidebar {
    min-width: 250px;
    max-width: 250px;
    position: absolute;
    z-index: 999;
    height: 100%;
    /*ul {
        li {
            a {
                font-size: 12px !important;
                padding: 10px 8px;
            }
        }
    }*/
  }

  #sidebar.active {
    min-width: 0;
    max-width: 0;
  }

  #content {
    padding-left: 0px !important;
  }

  .page-heading h4 {
    font-size: 12px;
  }
  .page-heading img {
    width: 15px;
  }

  .ibox-title h5 {
    font-size: 13px;
  }

  .go-to-mapping img {
    width: 10px;
  }
  .go-to-mapping span {
    font-size: 11px !important;
  }

  .file-upload-button {
    width: 44%;
  }

  #sidebar.active {
    min-width: 0;
    max-width: 0;
  }
  #sidebar.active .components {
    display: none;
  }

  #sidebar ul.components {
    height: 100%;
  }

  .collapse-chevron .ibox-content label {
    font-size: 12px;
  }

  .collapse-chevron .ibox-content span {
    font-size: 12px;
  }

  /*#sidebar ul li ul.collapse li a {
      font-size: 11px !important;#sidebar
      padding: 5px 13px !important;
      margin: 0;
  }*/
}
@media only screen and (max-width: 767px) {
  .login-page {
    max-width: 100% !important;
    height: 100%;
  }

  .tb_head > div:first-child, .tb_content .tb_row > div:first-child {
    flex: 0 0 0 !important;
  }

  .travelalertdata a {
    width: auto !important;
    overflow: auto !important;
    text-overflow: inherit !important;
  }

  .add-patient-counsling {
    padding-bottom: 20px !important;
  }
  .add-patient-counsling .service-txtbox {
    margin-bottom: 0 !important;
  }
  .add-patient-counsling .mt-010 {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
  }

  .filter-colum .pr-0 {
    padding-right: 15px !important;
  }
  .filter-colum .pl-0 {
    padding-left: 15px !important;
  }
  .filter-colum .select-city-dd .form-sm {
    margin-bottom: 20px !important;
  }

  .search-data #searchInput {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .search-data i {
    left: 10px;
  }

  .upload-download-excel .upload-excel-file {
    min-height: 45px !important;
    padding: 13px 15px 5px 15px !important;
  }

  .btn-export-excel {
    margin-right: 0px;
  }

  .upload-download-excel .upload-excel-file {
    min-width: 205px;
    /*padding: 7px 10px 3px 10px !important;*/
    padding: 0px 15px;
    left: 11px !important;
  }
  .upload-download-excel .upload-excel-file svg {
    width: 16px;
    vertical-align: text-top;
  }
  .upload-download-excel .uplaod-btn {
    width: 50%;
    padding: 8px 10px 7px 10px !important;
    height: 45px;
  }
  .upload-download-excel .uplaod-btn img {
    width: 27px;
    vertical-align: inherit;
  }
}
.paging-nav {
  /*display: inline-block;*/
  display: table;
  margin: 0 auto;
}

.paging-nav a {
  color: black;
  float: left;
  padding: 6px 13px;
  text-decoration: none;
  transition: background-color 0.3s;
  border-radius: 50%;
  font-size: 13px;
}

.paging-nav a.selected-page {
  background-color: #005c32;
  color: white;
}

.paging-nav a:hover:not(.active) {
  background-color: #ddd;
}

.pagination {
  /*display: inline-block;*/
  /*display: table;
  margin: 0 auto;*/
}

.pagination a {
  color: black;
  float: left;
  /*padding: 6px 12px;*/
  text-decoration: none;
  transition: background-color 0.3s !important;
  border-radius: 50% !important;
  font-size: 13px !important;
  padding: 0 !important;
  height: 30px;
  width: 30px;
  padding-top: 6px !important;
  text-align: center;
}

.pagination a.selected-page {
  background-color: #933ec5;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.credential-warning img {
  position: absolute;
  left: auto;
  right: 295px;
  float: right;
  top: 15px;
}
.credential-warning #container {
  background: #45453f;
  position: absolute;
  left: auto;
  right: 306px;
  float: right;
  top: 13px;
}
.credential-warning .pulse {
  width: 10px;
  height: 10px;
  border: 1px solid red;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: red;
  z-index: 10;
  position: absolute;
}
.credential-warning .dot {
  border: 5px solid red;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 40px;
  width: 40px;
  -webkit-animation: pulse 1s ease-out;
  -moz-animation: pulse 1s ease-out;
  animation: pulse 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  opacity: 0;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.add-member-popup {
  max-width: 45%;
  /*.service-txtbox {
      margin-bottom: 0;
  }*/
}
.add-member-popup .modal-body {
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.add-member-popup label {
  font-size: 13px !important;
  color: #005c32 !important;
  /*top: 1.4rem;*/
}
.add-member-popup input {
  font-size: 13px !important;
  padding-bottom: 0px !important;
}
.add-member-popup .tab-content {
  padding: 1rem 0 0 !important;
}

.character-counter {
  display: none;
}

.theme-pagination ul {
  /* padding-top: 40px; */
  padding-top: 0px;
  padding-bottom: 70px;
  display: block;
}

.theme-pagination ul li {
  display: inline-block;
}

.theme-pagination ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  /* width: 50px; */
  width: 70px;
  /* line-height: 48px; */
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 0.5rem 1px;
}

.theme-pagination ul li a:hover, .theme-pagination ul li.active a {
  color: #fff;
}

.theme-pagination ul li.active a {
  cursor: default;
}

.hidden-print {
  display: none;
}

@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    /*height: 297mm;*/
    height: 100%;
  }

  .hidden-print {
    display: block;
  }

  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }

  page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  }

  page[size=A4] {
    width: 21cm;
    height: 29.7cm;
  }

  .prescription-hisotry nav {
    display: none;
  }
  .prescription-hisotry .navbar {
    display: none;
  }
  .prescription-hisotry .top-header {
    display: none;
  }
  .prescription-hisotry .hide-prescription {
    display: none;
  }
  .prescription-hisotry .navbar-top-links {
    display: none;
  }
  .prescription-hisotry .ibox-content {
    border: 0;
  }
  .prescription-hisotry .ibox-title {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: 0;
    min-height: 70px;
    padding: 10px 0px;
  }
  .prescription-hisotry .ibox-title .presc-heading {
    text-align: center;
    padding-top: 15px;
    font-weight: 700;
    font-size: 18px;
  }
  .prescription-hisotry footer {
    border-top: 1px solid #ccc !important;
  }
  .prescription-hisotry img {
    vertical-align: text-top;
    padding-top: 2px;
    margin-right: 2px;
  }
  .prescription-hisotry .barcode-scan-print {
    left: -5px;
    position: relative;
  }
}
.p-r-5-i {
  padding-right: 5px !important;
}

.rx-button {
  font-size: 12px;
  padding: 10px 15px !important;
  margin-right: 2px;
}
.rx-button img {
  width: 26px;
  vertical-align: middle;
  padding-right: 5px;
}
.rx-button.bg-dark-red {
  background: #c50000;
}

.brdr-bottom-e8 {
  border-bottom: 1px solid #e8e8e8;
}

.brdr-top-e8 {
  border-top: 1px solid #e8e8e8;
}

.mrg-t-07 {
  margin-top: -7px !important;
}

.min-height-185 {
  min-height: 185px;
}

#rx-lock {
  display: none;
}

.add-notes label {
  font-size: 13px;
}
.add-notes textarea {
  font-size: 13px;
}

#rx-reject {
  display: none;
}

#rx-park {
  display: none;
}

.table-header-purple th {
  background-color: #933ec5 !important;
  border-color: #933ec5 !important;
}

.top-13 {
  top: 13px !important;
}

.rejection-note .tab-content {
  padding-top: 0px !important;
}
.rejection-note .light-blue.darken-3 {
  background-color: #c50000 !important;
}
.rejection-note .modal-body label {
  font-size: 13px !important;
}
.rejection-note .modal-c-tabs {
  border: 1px solid #ccc;
}

.custome-module .footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.footer {
  height: auto;
  background: #000;
  position: fixed;
  z-index: 999;
  width: 100%;
  bottom: 0;
}
.footer span {
  color: #fff;
  font-size: 13px;
  padding-top: 17px;
}
.footer ul li {
  float: left;
  list-style-type: none;
  margin-left: 7px;
  padding-top: 10px;
  position: relative;
  top: 5px;
}

.upload-download-excel {
  border-bottom: 1px solid #ececec;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.upload-download-excel input {
  opacity: 0;
  display: none;
}
.upload-download-excel .upload-excel-file {
  background: #e7e7e7;
  /*padding: 13px 15px 9px 15px;*/
  padding: 12px 15px 9px 15px;
  position: relative;
  right: 0;
  left: 11px;
  border: 1px solid #005c32;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 170px;
  text-align: center;
  /*min-height: 48px;*/
  min-height: 41px;
  top: 0;
  line-height: 34px;
  line-height: initial;
  display: inline-block;
  vertical-align: top;
}
.upload-download-excel .upload-excel-file span {
  font-size: 13px;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .upload-download-excel .upload-excel-file span {
    margin-top: -6px;
  }
}
.upload-download-excel .upload-excel-file svg {
  width: 16px;
  vertical-align: text-top;
}
@media only screen and (max-width: 992px) {
  .upload-download-excel .upload-excel-file svg {
    margin-top: -4px;
  }
}
.upload-download-excel .uplaod-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  padding: 10px 20px;
}

.btn-export-excel {
  background: #005c32;
  border-radius: 5px;
  margin-top: 0px;
  font-size: 12px;
  margin-right: 0px;
  padding: 11px 20px;
}
.btn-export-excel i {
  margin-right: 5px;
}

.city-margin .select-dropdown {
  margin: 5px 0px !important;
}

.uplaod-btn img {
  width: 30px;
}

.login-box-width {
  width: 360px;
  padding-top: 12%;
}

.reg-user {
  text-align: center;
  background-color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 50px;
  border-top-left-radius: 5px;
  border-bottom: 5px solid #dcf2ff;
  box-shadow: 0 10px 15px 0 rgba(43, 43, 43, 0.09);
}

.logo-box {
  width: 180px;
  display: inline-table;
  margin-bottom: 5px;
}
.logo-box img {
  position: relative;
  top: 2px;
}

.reg-user p {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #799bad;
  text-align: right;
}

.soft-ver {
  color: #80c8ea;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Poppins";
  font-weight: 400;
  position: relative;
  top: -10px;
  right: -5px;
}

.logo-image {
  margin-top: 30px;
  float: right;
  padding-right: 45px;
}

.emg-acs {
  background: #1f9ed9;
  background: -moz-linear-gradient(to bottom, #e41b4591 0%, #1e52a3 40%, #005c32 66%, #1e52a3 100%);
  background: -webkit-linear-gradient(to bottom, #e41b4591 0%, #1e52a3 40%, #1e52a3 66%, #1e52a3 100%);
  background: linear-gradient(to bottom, #e41b4591 0%, #1e52a3 40%, #1e52a3 66%, #1e52a3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f9ed9",endColorstr="#3b19b7",GradientType=0);
  padding: 20px 25px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 15px 0 rgba(43, 43, 43, 0.09);
}

.header-block {
  width: 100%;
  clear: both;
  display: inline-block;
}

.emg-acs-title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 14px 0 22px 0;
}
.emg-acs-title img {
  margin-right: 6px;
  vertical-align: sub;
}

.emg-acs-title i {
  font-size: 32px;
  margin-right: 22px;
}

.emg-acs label {
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  text-align: left;
  padding-bottom: 3px;
  padding-bottom: 0;
  margin-bottom: 0;
  /*margin-bottom: 7px;
  margin-top: 10px;*/
}

.login-form input.ng-invalid {
  border-left: 4px solid #ff6db5 !important;
  border: none;
}

.login-form input {
  font-size: 13px;
  font-weight: 400;
  /*height: 40px;*/
  height: 35px;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15) !important;
  color: #fff !important;
  padding-right: 43px;
  /*padding-left: 15px;*/
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.login-form .input-icon {
  font-size: 15px;
  float: right;
  margin-top: -41px;
  padding: 10px 15px;
  color: #76787a;
}

.otp-box .md-form input {
  background: #fff;
  color: #000 !important;
  font-size: 15px;
  padding-bottom: 5px;
  padding-top: 7px;
  width: 100%;
  border-radius: 5px;
  height: 28px;
}

.login-bt {
  background-color: #00a2ff !important;
  color: #fff;
  border: none;
  border-radius: 3px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
  height: 45px;
  margin-top: 25px;
}
.login-bt img {
  margin-left: 8px;
  width: 20px;
}

.login-bt i {
  position: relative;
  top: 2px;
  margin-left: 9px;
  padding-left: 9px;
}

.login-frgt-pwd {
  padding: 25px 0 8px 0;
  color: #b8a3ff;
  font-weight: 400;
  font-size: 12px;
}
.login-frgt-pwd span {
  text-decoration: underline;
  padding-left: 3px;
}

.login-frgt-pwd a {
  color: #fff;
  /*text-decoration: underline;*/
}

.frgt-pwd {
  padding-top: 0;
  text-align: right;
  text-decoration: underline;
}

.layout-column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.layout-align-center-center, .layout-align-center-end, .layout-align-center-start, .layout-align-center-stretch {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.layout-align-center-center, .layout-align-end-center, .layout-align-space-around-center, .layout-align-space-between-center, .layout-align-start-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  max-width: 100%;
}

.layout, .layout-column, .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.layout-column, .layout-row {
  -webkit-box-direction: normal;
}

.login-form .md-form i {
  color: #fff !important;
  font-size: 18px;
  padding-top: 10px;
}

.login-form .md-form input[type=text]:focus:not([readonly]) {
  border-bottom: 1px solid #fff !important;
}
.login-form .md-form input[type=text]:focus:not([readonly]) + label {
  color: #fff !important;
}

.login-form .md-form input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #fff !important;
}
.login-form .md-form input[type=password]:focus:not([readonly]) + label {
  color: #fff !important;
}

.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
  /*border-bottom: 1px solid #005c32;*/
  border-bottom: 1px solid #000;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 0;
  float: left;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input-select {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input-select[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-label {
  margin-bottom: 0;
  color: #fff !important;
}

.form-check-label-select {
  margin-bottom: 0;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input-select[type=checkbox] + label, label.btn input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-input-select[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #005c32;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.form-check-label {
  margin-bottom: 0;
  font-weight: 500 !important;
}

.form-check-label-select {
  margin-bottom: 0;
  font-weight: 500 !important;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input-select[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.form-check-input-select[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 1.375rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #005c32;
  border-bottom: 2px solid #005c32;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.shift {
  margin-top: 50px;
}
.shift a {
  background: #005c32;
  padding: 13px;
  border-radius: 5px;
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 50px;
  height: 50px;
}
.shift a img {
  width: 24px;
}

.upload-doc {
  background: #e7e7e7 !important;
  /*padding: 13px 15px 9px 15px;*/
  padding: 0px 40px;
  border: 1px solid #bab9b9 !important;
  text-align: center;
  top: 0;
  line-height: 34px;
  line-height: initial;
  display: inline-block;
  border-radius: 0px;
  /*width: auto;*/
  width: 100%;
  color: #000 !important;
  min-height: 40px;
  line-height: 35px;
  font-weight: 400 !important;
}
.upload-doc span {
  padding-left: 5px;
  font-size: 13px;
}
.upload-doc svg {
  width: 18px;
}

.inputfile {
  display: none;
}

.login-form input {
  border-bottom: 1px solid #ffffff !important;
}

.mt-010 {
  margin-top: -10px;
}

/**************************************************************** New Travel ****************************************************************/
header {
  height: auto;
  min-height: 65px;
  box-shadow: 0.035px 2px 10px 0px rgba(175, 175, 175, 0.3);
}
header .logobig {
  /*padding-left: 18px;
  padding-top: 10px;
  float: left;*/
  /*padding-left: 10px;*/
  padding-top: 0px;
  float: left;
  position: relative;
  top: -2px;
}
header .navbar {
  box-shadow: none;
  border-bottom: 1px solid #cfcfcf;
}
header .main-menu {
  float: left;
  padding-left: 65px;
  margin-bottom: 0px;
}
header .main-menu li {
  list-style-type: none;
  padding-right: 30px;
  float: left;
  padding-top: 20px;
  letter-spacing: 1px;
}
header .main-menu li.active {
  background: #005c32;
  height: 65px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 30px;
  box-shadow: 0.035px 2px 10px 0px rgba(175, 175, 175, 0.8) !important;
}
header .main-menu li.active a {
  color: #fff;
}
header .main-menu li a {
  color: #e41b45;
  font-size: 14px;
}
header .main-menu li a img {
  vertical-align: sub;
}
header .main-menu li a span {
  padding-left: 5px;
}

.menu-icon {
  font-size: 1.4em;
  max-width: 46px;
  text-align: center;
  display: block;
  margin: 15% auto;
  cursor: pointer;
  transition: transform 0.2s ease;
  color: #005c32;
  margin-right: 3px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.menu-icon:hover {
  transform: scale(0.9);
}

.menu-icon:before, .menu-icon:after {
  line-height: 0.5;
}

.menu-icon:before {
  content: "☰";
  display: block;
}

.menu-icon:after {
  content: "╳";
  font-size: 0.6em;
  font-weight: 800;
  display: none;
}

#toggle-menu:checked ~ label[for=toggle-menu] .menu-icon {
  transform: rotate(180deg);
}

#toggle-menu:checked ~ label[for=toggle-menu] .menu-icon:before {
  display: none;
}

#toggle-menu:checked ~ label[for=toggle-menu] .menu-icon:after {
  display: block;
}

.showcase--3 input {
  display: none;
}
.showcase--3 label {
  margin-bottom: 0;
}

.new-travel .content {
  padding: 25px;
}

.datepicker {
  border-bottom: 1px solid #005c32 !important;
}

.radio-label {
  font-size: 13px;
  color: #005c32;
}

.sales-txt-choose {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  position: absolute;
  left: 5px;
}
.sales-txt-choose h6 {
  position: relative;
  left: 0px;
  overflow: hidden;
  color: #488c24;
  padding-left: 11px;
  font-size: 12px;
  padding-left: 5px;
  padding-top: 2px;
}
.sales-txt-choose li {
  color: #000;
  position: relative;
  float: left;
  height: auto;
  overflow: hidden;
  /*&:hover .check {
      border: 5px solid #FFFFFF;
  }*/
  /*input[type=checkbox]:checked ~ .check-checkbox::before {
      background: #92d749;
  }*/
  /*input[type=radio]:checked ~ label {
      background: #92d749;
  }*/
}
.sales-txt-choose li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.sales-txt-choose li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.sales-txt-choose li label {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 13px;
  padding: 0px 0px 0 37px;
  margin: -2px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  vertical-align: text-top;
  color: #005c32;
}
.sales-txt-choose li .check {
  display: block;
  position: absolute;
  border: 2px solid #ced4da;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.sales-txt-choose li .check-checkbox {
  display: block;
  position: absolute;
  border: 2px solid #ced4da;
  border-radius: 0;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 10px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.sales-txt-choose li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.sales-txt-choose li .check-checkbox::before {
  color: #92d749;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* transform: translate(-50%, -50%); */
  height: 15px;
  width: 15px;
  top: 3px;
  left: 9px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  background: transparent;
  font-size: 14px;
}
.sales-txt-choose li input[type=radio]:checked ~ .check {
  border: 3px solid #e41b45;
}
.sales-txt-choose li input[type=radio]:checked ~ .check::before {
  background: #e41b45;
}
.sales-txt-choose li input[type=checkbox]:checked ~ .check-checkbox {
  border: 3px solid #92d749;
}
.sales-txt-choose li input[type=checkbox]:checked ~ .check-checkbox::before {
  content: "✔";
}

.bg-transparent {
  background: transparent !important;
}

.bs-switch {
  position: relative;
  display: inline-block;
  width: 55px !important;
  height: 25px;
  margin-top: -3px;
  margin-right: 7px;
  border: 0px !important;
}

.bs-switch input:checked + .slider {
  background-color: #005c32;
}

.bs-switch .slider.round {
  -webkit-border-radius: 34px;
  border-radius: 34px;
}

.bs-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: 4px;
}

.bs-switch .slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.bs-switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.bs-switch .slider:after {
  content: "✓";
  color: #fff;
  position: absolute;
  left: auto;
  right: 10px;
  top: 0px;
  font-size: 17px;
}

.bs-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e41b45;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.primary-care {
  font-size: 13px;
  color: #e41b45;
  margin-right: 10px;
  vertical-align: top;
}

.no, .yes {
  color: #e41b45;
  font-size: 13px;
  vertical-align: top;
  margin-right: 7px;
}

.allergy-health-condition {
  padding: 0;
}
.allergy-health-condition label {
  color: #005c32;
  font-size: 15px;
  margin-bottom: 0;
  width: 100%;
  /*font-weight: 700;*/
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

.nav-tabs .nav-item .nav-link {
  border: 1px solid #005c32;
  border-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  margin-right: 3px;
  color: #005c32;
  font-size: 14px;
  height: 45px;
  line-height: 30px;
}

.nav-tabs .nav-link.active {
  border-color: #005c32;
  background: #005c32;
  color: #fff;
}

.nav-tabs {
  border-bottom: 0px;
}
.nav-tabs li:first-child {
  margin-left: 15px;
}

.tab-content {
  border: 1px solid #005c32;
  border-radius: 5px;
  padding: 15px;
}

.color-blue {
  /*color: #1e52a3;*/
  color: #005c32;
}

.allergy-tab {
  border-bottom: 1px solid #d4d4d4;
}
.allergy-tab .health-issue {
  /*padding-top: 9px;
  vertical-align: bottom;
  margin-right: 20px;
  float: left;
  margin-right: 20px;*/
}
.allergy-tab label {
  width: auto;
  /*float: left;*/
}

.add-allery span {
  font-size: 13px;
  font-weight: 700;
  color: #747474;
  margin-bottom: 0px;
  width: 100%;
}
.add-allery span input {
  padding-bottom: 0px;
}
.add-allery .add-allery-text {
  /*display: inline-block;*/
  width: 100%;
}
.add-allery ol {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 700;
  color: #005c32;
}
.add-allery ol li {
  /*display: inline-block;*/
  /*float: left;*/
  /*margin-left: 30px;*/
}
.add-allery ol li label {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

/*******************************************************************************************************************************************/
.border-bottom-none {
  border-bottom: 0px !important;
}

.specify-textarea textarea {
  padding: 9px 0 !important;
  font-size: 13px;
}
.specify-textarea label {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  color: #005c32;
}

.list-of-country {
  border: 1px solid #ccc;
  padding: 0 15px 10px 15px;
  border-top: 0px;
}
.list-of-country .bg-light-white {
  background: #f7f7f7;
}
.list-of-country label {
  color: #005c32;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.list-of-country .travel-country {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px !important;
}
.list-of-country .travel-country lable {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-weight: 700;
  padding: 8px 0px;
  color: #005c32;
}
.list-of-country .travel-country.br-0 {
  border-right: 0px;
}

.visit-area span {
  vertical-align: baseline;
}
.visit-area label {
  vertical-align: middle;
}
.visit-area input {
  padding-top: 0px !important;
}

.add-puls {
  padding-top: 8px;
}

.fixed-scroll-table tr th:first-child {
  position: sticky;
  left: 0;
  background: #005c32;
}
.fixed-scroll-table #view-presc-body tr td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  line-hlist-of-countryeight: 15px;
  display: inline-block;
  vertical-align: super;
}
@media only screen and (max-width: 992px) {
  .fixed-scroll-table #view-presc-body tr td:first-child {
    background: none !important;
  }
}

/****************************************************************** Scroll Tabs *******************************************************************/
.scrtabs-tab-container * {
  box-sizing: border-box;
}

.scrtabs-tab-container {
  height: 42px;
}

.scrtabs-tab-container .tab-content {
  clear: left;
}

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  /*width: 100%;*/
}

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container {
  overflow-x: auto;
}

.scrtabs-allow-scrollbar .scrtabs-tabs-fixed-container::-webkit-scrollbar {
  display: none;
}

.scrtabs-tabs-movable-container {
  position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  /*border: 1px solid #dddddd;*/
  border-top: none;
  color: #005c32;
  cursor: pointer;
  display: none;
  float: left;
  font-size: 12px;
  height: 42px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
  position: relative;
  left: 0;
  background: #fff;
}

.scrtabs-tab-scroll-arrow:hover {
  background-color: #eeeeee;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
  /*margin-left: 0px !important;*/
}

.scrtabs-tab-scroll-arrow-right {
  left: 8px;
}

.w-90-i {
  width: 90% !important;
}

.go-to-mapping {
  position: absolute;
  top: 8px;
  right: 10px;
}
.go-to-mapping img {
  margin-right: 3px;
}
.go-to-mapping span {
  font-size: 13px;
  color: #000;
  /*vertical-align: bottom;*/
}

.relative {
  position: relative;
}

@media only screen and (max-width: 992px) {
  .sun-glass ul {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.blink_me {
  animation: blinker 1s linear infinite;
  color: white;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.v-align-sub {
  vertical-align: sub;
}

.categories {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.choose-doc {
  left: 50% !important;
  display: inline;
  transform: translateX(-50%);
}
.choose-doc li label {
  margin: 0 auto !important;
}

.table-footer {
  /*background: #686868;*/
  background-color: #f7f7f7 !important;
}
.table-footer .overall-rate label {
  font-size: 13px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0;
}
.table-footer .overall-rate span {
  font-size: 13px;
  color: #fff !important;
}

label {
  font-size: 13px !important;
  /*color: #005c32 !important;*/
  color: #000 !important;
}

textarea {
  color: #005c32 !important;
  font-size: 13px !important;
  padding: 10px 0 !important;
}

.scroll-table-data {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.filter-icon {
  background: #005c32;
  border-radius: 5px;
  margin-top: 0px;
  font-size: 12px;
  padding: 11px 20px;
  margin-right: 0;
  margin-left: 5px !important;
}

.filter-colum select {
  font-size: 12px !important;
}
.filter-colum label {
  font-size: 12px !important;
}

.add-filter span {
  font-size: 12px;
  padding-left: 3px;
}

.rollsetting label {
  left: auto;
  font-weight: 700 !important;
}
.rollsetting .form-check-input[type=checkbox] + label:before, .rollsetting .form-check-input[type=checkbox]:not(.filled-in) + label:after, .rollsetting label.btn input[type=checkbox] + label:before, .rollsetting label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 2px solid #005c32;
}
.rollsetting .form-check label {
  margin-right: 5px;
  font-weight: 400 !important;
}
.rollsetting .form-check-input[type=checkbox]:checked + label:before, .rollsetting label.btn input[type=checkbox]:checked + label:before {
  border-right: 2px solid #005c32;
  border-bottom: 2px solid #005c32;
  border-left: 0px;
  border-top: 0;
  width: 10px;
  height: 1.175rem;
  top: -1px;
  left: -5px;
}

.role-tabel {
  background-color: #005c32;
  color: #FFF;
  text-align: center;
  padding: 10px !important;
}

.paginated .bg-white th {
  padding: 10px !important;
  /*text-align: center;*/
}
.paginated .form-check {
  float: none;
  text-align: center;
  padding-left: 15px;
}
.paginated td {
  padding: 10px 10px 0px 10px !important;
}

.w-5-p {
  flex: 0 0 5.333333%;
  max-width: 5.333333%;
}

.add-filter a {
  background: transparent;
}
.add-filter a span {
  color: #005c32 !important;
  font-weight: 400;
}

.put-opeartion .shadow-textarea textarea {
  padding-left: 0.8rem !important;
  resize: none;
  width: 98%;
}

/**************************************************************************************************************************************************/
.wizard-container {
  /*padding-top: 100px;*/
  z-index: 3;
}

.wizard-container .wizard-navigation {
  position: relative;
}

/*.card {
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}*/
/*.wizard-card {
    min-height: 410px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}*/
.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.wizard-card .tab-content {
  border-radius: 0;
}

.wizard-card .picture:hover {
  border-color: #2ca8ff;
}

.wizard-card .moving-tab {
  position: absolute;
  text-align: center;
  padding: 12px;
  font-size: 13px;
  text-transform: capitalize;
  -webkit-font-smoothing: subpixel-antialiased;
  top: -2px;
  left: 5px;
  /*left: 30px;*/
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 500;
}

.wizard-card[data-color=purple] .moving-tab {
  background-color: #9c27b0;
  box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.wizard-card[data-color=purple] .picture:hover {
  border-color: #9c27b0;
}

.wizard-card[data-color=purple] .choice:hover .icon, .wizard-card[data-color=purple] .choice.active .icon {
  border-color: #9c27b0;
  color: #9c27b0;
}

.wizard-card[data-color=purple] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background-color: #9c27b0;
}

.wizard-card[data-color=purple] .radio input[type=radio]:checked ~ .check {
  background-color: #9c27b0;
}

.wizard-card[data-color=purple] .radio input[type=radio]:checked ~ .circle {
  border-color: #9c27b0;
}

.wizard-card[data-color=green] .moving-tab {
  background-color: #4caf50;
  box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.wizard-card[data-color=green] .picture:hover {
  border-color: #4caf50;
}

.wizard-card[data-color=green] .choice:hover .icon, .wizard-card[data-color=green] .choice.active .icon {
  border-color: #4caf50;
  color: #4caf50;
}

.wizard-card[data-color=green] .form-group .form-control {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color=green] .radio input[type=radio]:checked ~ .check {
  background-color: #4caf50;
}

.wizard-card[data-color=green] .radio input[type=radio]:checked ~ .circle {
  border-color: #4caf50;
}

.wizard-card[data-color=blue] .moving-tab {
  background-color: #005c32;
  box-shadow: 0 16px 26px -10px rgba(30, 82, 164, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(30, 82, 164, 0.2);
}

.wizard-card[data-color=blue] .picture:hover {
  border-color: #005c32;
}

.wizard-card[data-color=blue] .choice:hover .icon, .wizard-card[data-color=blue] .choice.active .icon {
  border-color: #005c32;
  color: #005c32;
}

.wizard-card[data-color=blue] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background-color: #005c32;
}

.wizard-card[data-color=blue] .radio input[type=radio]:checked ~ .check {
  background-color: #005c32;
}

.wizard-card[data-color=blue] .radio input[type=radio]:checked ~ .circle {
  border-color: #005c32;
}

.wizard-card[data-color=orange] .moving-tab {
  background-color: #ff9800;
  box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.wizard-card[data-color=orange] .picture:hover {
  border-color: #ff9800;
}

.wizard-card[data-color=orange] .choice:hover .icon, .wizard-card[data-color=orange] .choice.active .icon {
  border-color: #ff9800;
  color: #ff9800;
}

.wizard-card[data-color=orange] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background-color: #ff9800;
}

.wizard-card[data-color=orange] .radio input[type=radio]:checked ~ .check {
  background-color: #ff9800;
}

.wizard-card[data-color=orange] .radio input[type=radio]:checked ~ .circle {
  border-color: #ff9800;
}

.wizard-card[data-color=red] .moving-tab {
  background-color: #f44336;
  box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.wizard-card[data-color=red] .picture:hover {
  border-color: #f44336;
}

.wizard-card[data-color=red] .choice:hover .icon, .wizard-card[data-color=red] .choice.active .icon {
  border-color: #f44336;
  color: #f44336;
}

.wizard-card[data-color=red] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
  background-color: #f44336;
}

.wizard-card[data-color=red] .radio input[type=radio]:checked ~ .check {
  background-color: #f44336;
}

.wizard-card[data-color=red] .radio input[type=radio]:checked ~ .circle {
  border-color: #f44336;
}

.wizard-card .picture input[type=file] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}

.wizard-card .picture-src {
  width: 100%;
}

.wizard-card .tab-content {
  min-height: 340px;
  padding: 20px 15px;
}

.wizard-card .wizard-footer {
  padding: 0 15px;
}

.wizard-card .wizard-footer .checkbox {
  margin-top: 16px;
}

.wizard-card .disabled {
  display: none;
}

.wizard-card .wizard-header {
  text-align: center;
  padding: 25px 0 35px;
}

.wizard-card .wizard-header h5 {
  margin: 5px 0 0;
}

.wizard-card .nav-pills > li {
  text-align: center;
}

.wizard-card .btn {
  text-transform: uppercase;
}

.wizard-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}

.wizard-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}

.wizard-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  color: #999999;
  margin: 0 auto 20px;
  border: 4px solid #CCCCCC;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.wizard-card .choice i {
  font-size: 40px;
  line-height: 111px;
}

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  border-color: #2ca8ff;
}

.wizard-card .choice input[type=radio],
.wizard-card .choice input[type=checkbox] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}

.wizard-card .btn-finish {
  display: none;
}

.wizard-card .description {
  color: #999999;
  font-size: 14px;
}

.wizard-card .wizard-title {
  margin: 0;
}

.nav-pills {
  background-color: rgba(200, 200, 200, 0.2);
  border: 1px solid #005c32;
  border-bottom: 0;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background-color: inherit;
}

.nav-pills > li > a {
  border: 0 !important;
  border-radius: 0;
  line-height: 18px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  min-width: 100px;
  text-align: center;
  color: #555555 !important;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav-pills > li + li {
  margin-left: 0;
}

/******************* BASIC STYLING **********************/
.scroll_tabs_container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: left;
  height: 40px;
  margin-bottom: 10px;
}

ul.scroll_tabs_container {
  list-style: none;
}

.scroll_tabs_container div.scroll_tab_inner {
  height: 40px;
}

.scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #CCCCCC;
  color: #333333;
  cursor: pointer;
}

.scroll_tabs_container div.scroll_tab_inner li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 0px;
}

.scroll_tabs_container .scroll_tab_left_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_left_button::before {
  content: "◀";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_left_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_left_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}

.scroll_tabs_container .scroll_tab_right_button {
  height: 40px;
  background-color: #CCCCCC;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_container .scroll_tab_right_button::before {
  content: "▶";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_container .scroll_tab_right_button_over {
  background-color: #999999;
}

.scroll_tabs_container .scroll_tab_right_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}

/****************** LIGHT THEME **************************/
.scroll_tabs_theme_light {
  height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
  height: 42px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span, .scroll_tabs_theme_light div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #CCCCCC;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #333333;
  cursor: pointer;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  background-color: #CCCCCC;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #CCCCCC;
  border-left: 0px;
  border-right: 1px solid #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
  background-color: #999999;
}

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_over {
  background-color: #999999;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_over {
  background-color: #999999;
}*/
/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher_selected {
  background-color: #AAAAAA;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher_selected {
  background-color: #AAAAAA;
}*/
.scroll_tabs_theme_light .scroll_tab_left_button {
  height: 42px;
  background-color: #CCCCCC;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_left_button::before {
  content: "◀";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_left_button_over {
  background-color: #999999;
}

.scroll_tabs_theme_light .scroll_tab_left_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #CCCCCC;
  border: 1px solid #999999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_light .scroll_tab_right_button::before {
  content: "▶";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_light .scroll_tab_right_button_over {
  background-color: #999999;
}

.scroll_tabs_theme_light .scroll_tab_right_button_disabled {
  color: #AAAAAA;
  background-color: #CCCCCC;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected {
  background-color: #AAAAAA;
}

/*.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_first_selected {
  background-color: #AAAAAA;
}*/
/****************** DARK THEME **************************/
.scroll_tabs_theme_dark {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner {
  height: 42px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span, .scroll_tabs_theme_dark div.scroll_tab_inner li {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 14px;
  background-color: #333333;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  color: #FFFFFF;
  cursor: pointer;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_first, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_first {
  border-left: 0px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_left_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_right_finisher {
  padding: 0px;
  width: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px;
  border-right: 1px solid #222222;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_dark div.scroll_tab_inner li.scroll_tab_over {
  background-color: #555555;
}

.scroll_tabs_theme_dark .scroll_tab_left_button {
  height: 42px;
  background-color: #333333;
  color: #FFFFFF;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #222222;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_left_button::before {
  content: "◀";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark .scroll_tab_right_button {
  height: 42px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #333333;
  border: 1px solid #222222;
  color: #FFFFFF;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll_tabs_theme_dark .scroll_tab_right_button::before {
  content: "▶";
  line-height: 40px;
  padding-left: 5px;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_over {
  background-color: #666666;
}

.scroll_tabs_theme_dark .scroll_tab_right_button_disabled {
  color: #444444;
  background-color: #333333;
}

.scroll_tabs_theme_dark div.scroll_tab_inner span.tab_selected, .scroll_tabs_theme_dark div.scroll_tab_inner li.tab_selected {
  background-color: #666666;
}

.tab-content .form-control {
  padding-bottom: 0;
  /*padding-top: 0px;*/
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #005c32;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.moving-tab:after {
  content: "";
  width: auto;
  height: auto;
  border-left: solid 20px #005c32;
  border-bottom: solid 20px transparent;
  border-top: solid 20px transparent;
  position: absolute;
  left: auto;
  right: -12px;
  top: 2px;
}

.moving-tab:before {
  content: "";
  width: auto;
  height: auto;
  border-left: solid 20px #005c32;
  border-bottom: solid 20px transparent;
  border-top: solid 20px transparent;
  position: absolute;
  left: -12px;
  right: auto;
  top: 2px;
  transform: rotate(179deg);
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

.scroller-right {
  float: right;
}

.scroller-left {
  float: left;
}

.wrapper1 {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 49px;
}

/*
    Common 
*/
.wizard {
  background-color: #fff;
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
.wizard > .steps {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #005c32;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps > ul > li {
  display: table-cell;
  width: 1%;
  position: relative;
  line-height: 48px;
  margin: 0;
  text-align: center;
}

.wizard > .steps > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  border: 24px solid transparent;
  z-index: 1;
  border-right: 0;
  right: -15px;
  border-left: 14px solid rgba(0, 0, 0, 0.2);
}

.wizard > .steps > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  border: 24px solid transparent;
  z-index: 1;
  border-right: 0;
  right: -14px;
  border-left: 14px solid #fff;
}

.wizard > .steps > ul > li.current:before {
  right: -14px;
  border-left: 14px solid;
}

.wizard > .steps > ul > li.current:after {
  right: -14px;
  border-left: 14px solid;
}

.wizard > .steps > ul > li.done:before {
  right: -14px;
  border-left: 14px solid #3C763D;
}

.wizard > .steps > ul > li.done:after {
  right: -13px;
  border-left: 14px solid #EEF9EA;
}

.wizard > .steps > ul > li.error:before {
  right: -14px;
  border-left: 14px solid;
  border-left-color: #A94442 !important;
}

.wizard > .steps > ul > li.error:after {
  right: -13px;
  border-left: 14px solid;
  border-left-color: #F9F0F0 !important;
}

.wizard > .steps > ul > li a:after {
  content: "";
  font: normal normal normal 24px/1 MaterialDesignIcons;
  position: absolute;
  margin-left: 6px;
  line-height: inherit;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.wizard > .steps > ul > li:last-child:after {
  display: none;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.steps .number {
  padding-left: 15px;
}

.wizard > .steps a {
  display: block;
  font-size: 13px;
  width: auto;
  height: 48px;
  color: #757575;
  overflow: hidden;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  color: rgba(255, 255, 255, 0.8);
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background-color: #EEF9EA !important;
  color: #3C763D !important;
}

.wizard > .steps .done a:after,
.wizard > .steps .done a:hover:after,
.wizard > .steps .done a:active:after {
  content: "✓";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background-color: #F9F0F0 !important;
  color: #A94442 !important;
}

.wizard > .steps .error a:after,
.wizard > .steps .error a:hover:after,
.wizard > .steps .error a:active:after {
  content: "⚠";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.wizard > .content {
  display: block;
  overflow: hidden;
  position: relative;
  width: auto;
  border: 1px solid #005c32;
  border-top: 0;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  /*padding: 2.5%;*/
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content .clearable-btn {
  top: 9px !important;
}

.wizard > .content > .body label {
  display: inline-block;
  /*margin-bottom: 0.5em;*/
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  /*margin-left: 1.5em;*/
  margin-left: 0;
  background-color: #F2DEDE !important;
  float: left;
  width: 100%;
  font-size: 11px !important;
  display: block;
  margin-top: 30px;
  padding: 2px 5px;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  background-color: #f5f5f6;
  padding: 8px 12px 2px;
  border: 1px solid #005c32;
  border-top: 0;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
  float: left;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  display: inline-block;
  margin-bottom: 0;
  line-height: 34px;
  background-image: none;
  padding: 5px 30px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.wizard > .actions a:hover,
.wizard > .actions a:hover:hover,
.wizard > .actions a:active:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
  box-shadow: none;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@media only screen and (max-width: 480px) {
  .wizard > .steps a:after {
    display: none;
  }

  .tb_head, .tb_content .tb_row {
    display: block !important;
  }
}
.dark-skin .wizard > .actions {
  background-color: #262733;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-skin .wizard > .steps > ul > li.disabled:after {
  border-left-color: #262733;
}

.dark-skin .wizard > .steps li:not(.current) a {
  color: #A9B1B3;
}

.theme-mda .wizard > .actions > ul > li:not(.disabled) > a {
  background-color: #005c32;
  color: rgba(255, 255, 255, 0.9);
}

.theme-mda .wizard > .steps > ul > li.current a {
  background-color: #005c32;
}

.theme-mda .wizard > .steps > ul > li.current:after,
.theme-mda .wizard > .steps > ul > li.current:before {
  border-left-color: #005c32;
  border-right-color: #005c32;
}

.theme-red .wizard > .actions > ul > li:not(.disabled) > a {
  background-color: #880e4f;
  color: rgba(255, 255, 255, 0.9);
}

.theme-red .wizard > .steps > ul > li.current a {
  background-color: #880e4f;
}

.theme-red .wizard > .steps > ul > li.current:after,
.theme-red .wizard > .steps > ul > li.current:before {
  border-left-color: #880e4f;
  border-right-color: #880e4f;
}

.service-txtbox .form-control {
  padding-bottom: 2px !important;
}

#new-fileds {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}

.btn-add {
  background-color: #0f8707 !important;
  padding: 10px 15px;
}

.sidebar-header .logobig {
  width: 120px;
}
.sidebar-header .logosmall {
  width: 40px;
}

.logobig {
  width: 120px;
}

.v-align-middle {
  vertical-align: middle !important;
}

.phone-icon {
  font-size: 24px !important;
  padding-top: 5px !important;
  padding-left: 3px !important;
}

.sign-up-box {
  width: 450px;
  padding-top: 7%;
}

.sort-icon {
  font-size: 14px;
  padding-top: 1px !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.view-info label {
  margin-bottom: 5px;
  padding-bottom: 6px;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px !important;
  color: #005c32 !important;
}

.view-all-info label {
  font-weight: 700;
}
.view-all-info span {
  font-size: 13px;
  font-weight: 400;
}

.v-align-sup {
  vertical-align: super;
}

/*.tooltip-1 {
    position: relative;
}

.tooltip-1 .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}*/
.ui-tooltip {
  width: 200px;
  text-align: center;
  box-shadow: none;
  padding: 0;
}

.ui-tooltip-content {
  position: relative;
  padding: 0.5em;
}

.ui-tooltip-content::after, .ui-tooltip-content::before {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  left: 90px;
}

.bottom .ui-tooltip-content::before {
  bottom: -10px;
  border-color: #AAA transparent;
  border-width: 10px 10px 0;
}

.bottom .ui-tooltip-content::after {
  bottom: -7px;
  border-color: white transparent;
  border-width: 10px 10px 0;
}

.top .ui-tooltip-content::before {
  top: -10px;
  border-color: #AAA transparent;
  border-width: 0 10px 10px;
}

.top .ui-tooltip-content::after {
  top: -7px;
  border-color: white transparent;
  border-width: 0 10px 10px;
}

.tooltiped {
  margin-left: 7px;
}

/*******************************change-password****************************/
.chnge-pwd-screen {
  box-shadow: 0px 0px 30px #e4e4e4;
  /*border-top-right-radius: 50px;*/
}
.chnge-pwd-screen .emg-acs {
  background: #fff !important;
  border-radius: 0px !important;
}
.chnge-pwd-screen .emg-acs label {
  color: #005c31 !important;
}
.chnge-pwd-screen .reg-user {
  border-radius: 0px !important;
}
.chnge-pwd-screen .md-form i {
  color: #005c31 !important;
}
.chnge-pwd-screen input {
  border-bottom: 1px solid #005c31 !important;
  box-shadow: none !important;
}
.chnge-pwd-screen .login-form .md-form input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #005c31 !important;
}
.chnge-pwd-screen .login-form .md-form input[type=password]:focus:not([readonly]) + label {
  color: #005c31 !important;
}
.chnge-pwd-screen .login-form .md-form i {
  padding-top: 0px;
}

.chang-pwd {
  width: 0 !important;
  margin-bottom: 0px;
}

/*******************************change-password****************************/
.h-20-px {
  height: 20px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.multiselectdd button {
  /*background-color: transparent !important;*/
  box-shadow: none !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  text-align: left;
  margin: 0;
  padding: 9.5px;
  border-radius: 0px;
  padding-left: 0px;
  text-transform: capitalize;
}
.multiselectdd .btn-default.dropdown-toggle {
  background-color: transparent !important;
}
.multiselectdd .btn-group {
  width: 100%;
}
.multiselectdd .multiselect {
  border: transparent;
  background-color: transparent !important;
  color: #000 !important;
  box-shadow: none;
  border-bottom: 1px solid #000;
  width: 100%;
  text-align: left;
  padding-bottom: 7px !important;
  padding: 10px 0px !important;
}
.multiselectdd .multiselect:hover {
  background: transparent !important;
}
.multiselectdd .btn-default:not([disabled]):not(.disabled).active, .multiselectdd .btn-default:not([disabled]):not(.disabled):active, .multiselectdd .show > .btn-default.dropdown-toggle {
  background: transparent !important;
}
.multiselectdd .btn-default:not([disabled]):not(.disabled).active:focus, .multiselectdd .btn-default:not([disabled]):not(.disabled):active:focus, .multiselectdd .show > .btn-default.dropdown-toggle:focus {
  box-shadow: none !important;
}
.multiselectdd input[type=checkbox] {
  opacity: 1;
  position: relative !important;
}
.multiselectdd .multiselect-container {
  width: 100%;
  padding-bottom: 20px;
  border-radius: 0;
}
.multiselectdd .multiselect-container .checkbox {
  padding-left: 5px;
  font-size: 0.9rem !important;
  color: #4285f4 !important;
  display: block;
  padding: 0.5rem;
}
.multiselectdd label {
  position: relative;
}
.multiselectdd .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  margin-top: 6px;
  right: 10px;
}
.multiselectdd .multiselect-selected-text {
  font-size: 13px;
  text-transform: capitalize;
}

.documnet-link {
  color: blue !important;
  text-decoration: underline !important;
}

.mrg-r-2 {
  margin-right: 2px;
}

.bg-light-grey {
  background: #efefef;
}

.scrollroletable {
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  max-height: 300px;
}

.role-mgmt-check .form-check-label {
  color: #000 !important;
}
.role-mgmt-check .form-check-input[type=checkbox] + label:before, .role-mgmt-check .form-check-input[type=checkbox]:not(.filled-in) + label:after, .role-mgmt-check label.btn input[type=checkbox] + label:before, .role-mgmt-check label.btn input[type=checkbox]:not(.filled-in) + label:after {
  border: 2px solid #000000;
}
.role-mgmt-check .form-check-input[type=checkbox]:checked + label:before, .role-mgmt-check label.btn input[type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #100000;
  border-bottom: 2px solid #000;
  top: -1px;
  left: -4px;
  width: 9px;
  height: 1.1rem;
}
.role-mgmt-check tr {
  border-radius: 0px !important;
  box-shadow: none !important;
}
.role-mgmt-check td {
  font-weight: 700;
  font-size: 13px;
}

.map-country {
  /*.select-dropdown {
      margin-top: 0 !important;
      padding-top: 0 !important;
      padding-bottom: 5px !important;
  }*/
}
.map-country label {
  font-size: 13px !important;
  font-weight: 700;
}
.map-country span {
  font-size: 13px !important;
  font-weight: 400;
}
.map-country img {
  border: 1px solid #cccaca;
}
.map-country .modal-footer button img {
  border: 0;
}
.map-country .upload-download-excel {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.map-country .upload-download-excel label {
  width: 100%;
  left: 0;
  border-radius: 0;
  border: 1px solid #cccaca;
  border-top: 0;
}
.map-country .upload-download-excel label svg {
  width: 20px;
  margin-right: 5px;
}
.map-country .upload-download-excel label span {
  font-size: 16px !important;
  vertical-align: middle;
}

.focused {
  -webkit-transform: translateY(-140%);
  -moz-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  -o-transform: translateY(-140%);
  transform: translateY(-140%);
}

/*.pr-15{
    padding-right: 15px;
}*/
.pagination .page-item.active .page-link {
  background-color: #005c32;
}

.pagination .page-item .page-link:focus {
  background-color: #005c32 !important;
}

.document-part {
  border: 1px solid #ccc;
  padding: 0 0px 0px 0px;
}
.document-part .bg-light-white {
  background: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.document-part label {
  color: #005c32;
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.document-part:last-child {
  border-left: 0px !important;
}

.w-95 {
  width: 95%;
}

.refer-link {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 16px;
}
.refer-link li {
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  padding-top: 5px;
}
.refer-link li a {
  font-size: 13px;
}
.refer-link li img {
  float: right;
}

.mt-035 {
  margin-top: -35px;
}

/************************************* Trip Info CSS *************************************************************/
.tabs-green {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #005c32;
  border-bottom: 0;
}
.tabs-green li {
  width: 33.33%;
  text-align: center;
  height: 50px;
}
.tabs-green li a {
  color: rgba(0, 92, 50, 0.5);
  padding: 15px 20px;
  font-size: 13px;
  text-transform: uppercase;
  height: 50px;
}
.tabs-green li a.active {
  border-bottom: 3px solid #005c32;
  color: #005c32;
  font-weight: 700;
}
.tabs-green li a i {
  margin-right: 10px;
  font-size: 18px;
}

.trip-content {
  border-radius: 0px;
  box-shadow: none !important;
}
.trip-content .trip-menu {
  font-size: 13px;
  height: 100%;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
}
.trip-content .trip-menu .customscrollbox {
  position: relative;
  /*overflow: hidden;*/
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.trip-content .trip-menu .customscrollbox.ma-card-content {
  padding: 15px;
}
.trip-content .trip-menu .customscrollbox.ma-card-content p span {
  display: inline-block;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .hotel-transaction-coloum1 {
  padding-left: 0px;
  width: 170px;
  padding-right: 0px;
  color: #787777;
  font-size: 12px;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .transaction-coloum2 {
  width: 110px;
  font-weight: 700;
  font-size: 12px;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .ma-card .transaction-coloum3 {
  color: #9b9b9b;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .text-blue {
  color: #2f86eb;
  font-weight: 600;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .w-170px {
  width: 170px;
}
.trip-content .trip-menu .customscrollbox.ma-card-content .opacity60 {
  opacity: 0.6;
}
.trip-content .trip-menu .customscrollbox .dark-grey-text {
  color: #4a4a4a !important;
  font-weight: 700;
}
.trip-content .trip-menu .customscrollbox img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.trip-content .trip-menu .customscrollbox h4 i {
  margin-left: 5px;
  margin-right: 5px;
}
.trip-content .trip-menu .customscrollbox ul {
  padding-left: 0;
  margin-bottom: 0px;
}
.trip-content .trip-menu .customscrollbox ul li {
  padding: 10px 0 5px 23px;
  display: block;
  background: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.trip-content .trip-menu .customscrollbox ul li.active {
  background: #005c32;
}
.trip-content .trip-menu .customscrollbox ul li.active label {
  color: #fff !important;
}
.trip-content .trip-menu .customscrollbox ul li.active span {
  color: #fff;
}
.trip-content .trip-menu .customscrollbox ul li.active i {
  color: #fff;
  float: right;
  -webkit-filter: invert(0);
  filter: invert(0);
}
.trip-content .trip-menu .customscrollbox ul li.active img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.trip-content .trip-menu .customscrollbox ul li:last-child {
  border-bottom: 0px;
}
.trip-content .trip-menu .customscrollbox ul li img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.trip-content .trip-menu .customscrollbox ul li label {
  color: #000 !important;
}
.trip-content .trip-menu .customscrollbox ul li span {
  color: #000;
}
.trip-content .trip-menu .customscrollbox ul li i {
  color: #000;
  font-size: 18px;
  float: right;
  padding-top: 10px;
}
.trip-content .trip-menu .customscrollbox .margin-bottom40 {
  margin-bottom: 40px;
}
.trip-content .trip-menu .customscrollbox .inlineB {
  display: inline-block;
}
.trip-content .trip-menu .customscrollbox .font-size-13, .trip-content .trip-menu .customscrollbox .font14 {
  line-height: 16px;
}
.trip-content button .delete-trip {
  position: absolute;
  right: 35px;
}

/*.classic-tabs {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}*/
.font-14 {
  font-size: 14px;
}

.modify-cancle-btn {
  background: #f00;
  border: 1px solid #ff0a00;
  color: #fff;
  padding: 10px 20px;
}

.ma-card-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 8px 0 9px 0px;
  color: #4a4a4a;
}
.ma-card-bottom .link-text {
  color: #2f86eb;
}
.ma-card-bottom .span_padding {
  padding: 0 5px;
}

.custom-table {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.custom-table.width100per {
  width: 100%;
}
.custom-table.margin-bottom15 {
  margin-bottom: 15px;
}
.custom-table th {
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 400;
}
.custom-table .width90 {
  width: 90px;
}
.custom-table td {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 12px;
  color: #4a4a4a;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}

.email-send {
  width: 100%;
  font-size: 12px;
  padding: 5px;
}

.ss-btn--blue {
  background: #eb2026;
  border: 1px solid #bc0006;
  border-radius: 2px !important;
}

.ss-btn {
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  text-align: center;
  display: inline-block;
}

.width70 {
  width: 70px;
}

/************************************* End Trip Info CSS *************************************************************/
/* Floating Social Media Bar Style Starts Here */
.fl-fl {
  background: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -100px;
  z-index: 1000;
  /*font: normal normal 10px Arial;*/
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.25s ease;
  height: 50px;
  font-size: 13px;
}

.fl-fl span {
  font-size: 13px;
  color: #fff;
  padding: 12px 7px;
  width: 90px;
  margin-left: 8px;
  font-weight: 700;
}

.fl-fl:hover {
  right: 0;
  width: 380px;
}

.fl-fl:hover a {
  opacity: 1;
}

.fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px !important;
  vertical-align: top !important;
  opacity: 0;
  font-weight: 700;
}

.float-fb {
  top: 115px;
}

.float-tw {
  top: 168px;
}

.float-gp {
  top: 222px;
}

.float-rs {
  top: 277px;
}

.float-ig {
  top: 380px;
}

.float-pn {
  top: 435px;
}

.f1-bg-blue {
  background: #003875 !important;
  /*color: #ffffff !important;*/
}

.f1-bg-yellow {
  background: #FFCC66 !important;
  color: #444444 !important;
}
.f1-bg-yellow span {
  color: #444444 !important;
  font-weight: 700;
}
.f1-bg-yellow a {
  font-weight: 700;
  color: #444444 !important;
}

.f1-bg-orange {
  background: #FF9900 !important;
  color: #ffffff !important;
}

.f1-bg-red {
  background: #FF0000 !important;
  color: #ffffff !important;
}

.f1-bg-blue-dark {
  background: #012852 !important;
  color: #ffffff !important;
}

.f1-bg-dark-yellow {
  background: #d4a23f !important;
  color: #444444 !important;
}

.f1-bg-dark-orange {
  background: #ce7c02 !important;
  color: #ffffff !important;
}

.f1-bg-dark-red {
  background: #c10000 !important;
  color: #ffffff !important;
}

.travel-advisory {
  height: auto;
  width: 100%;
}
.travel-advisory .advisor-alert {
  background: #FFCC66;
  padding: 5px 0px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 65px;
  /*float: left;*/
  width: 100%;
}
.travel-advisory .advisor-alert .main-tavel-frame {
  width: 19%;
  float: left;
  text-align: center;
  padding-top: 13px;
  line-height: 1.2em;
  vertical-align: middle;
  padding-bottom: 13px;
  margin-top: -5px;
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  height: 65px;
}
.travel-advisory .advisor-alert .tsg-rwd-eab-title-frame {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 0;
  padding: 5px 4% 4px 4%;
  text-decoration-color: #ffffff;
  width: 50%;
  float: left;
  padding-top: 7px;
  color: #fff;
  line-height: 1.1em;
  vertical-align: middle;
  text-align: left;
}
.travel-advisory .travel-advise-alert {
  display: inline-block;
  width: 100%;
  padding: 8px 4% 8px 4%;
  background-color: #fff;
  margin-bottom: 10px;
  border: solid #ccc 1px;
  color: #003875;
  border-top: 0;
}
.travel-advisory .alert-more-box-btn {
  font-size: 14px;
  text-align: right;
  height: 20px;
  float: right;
}
.travel-advisory .alert-teaser {
  font-size: 14px;
}
.travel-advisory .alert-teaser a {
  text-decoration: underline;
}
.travel-advisory .lmargin {
  margin-left: 20px;
}

#advisory-popup .modal-body {
  font-size: 14px;
  color: #003875;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  max-height: 400px;
}
#advisory-popup .model-button-footer {
  background-color: #002e19 !important;
}
#advisory-popup p {
  margin-bottom: 8px;
}
#advisory-popup b {
  font-weight: 700;
}

.text-decor-undeline {
  text-decoration: underline;
}

.category-item-content20, .category-item-content21, .category-item-content22, .category-item-content23, .category-item-content24, .category-item-content25, .category-item-content26, .category-item-content27, .category-item-content10, .category-item-content11, .category-item-content12, .category-item-content13, .category-item-content14, .category-item-content15, .category-item-content16, .category-item-content17, .category-item-content01, .category-item-content02, .category-item-content03, .category-item-content04, .category-item-content05, .category-item-content06, .category-item-content07, .category-item-content00 {
  display: none;
}

/* Floating Social Media Bar Style Ends Here */
.ModalPopupToppadding {
  padding-top: 150px !important;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group > .btn:first-child, .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  width: 100%;
}

.expand-plus {
  font-size: 12px;
  margin-right: 4px;
}

.state-name {
  margin-left: 12px !important;
  position: relative;
  top: 2px;
  font-size: 12px;
}

.state-click {
  margin-bottom: 0px;
}

.city-name {
  margin-left: 13px !important;
  position: relative;
  top: 2px;
  font-size: 12px;
}

.view-presc-table tbody tr.subcategory {
  display: none;
  background-color: #005c32 !important;
  color: #000;
  font-weight: 700;
}
.view-presc-table tbody tr.subcategory td {
  padding-left: 27px;
  font-size: 12px;
  font-weight: 700;
}

.view-presc-table tbody tr.subcategory th:first-child {
  background: transparent !important;
}

.category {
  background-color: #005c32 !important;
  cursor: pointer;
  color: #fff;
}

.sub-cat-1 td {
  padding-left: 42px !important;
}

/*td {
    width: 150px;
}*/
.welcome-text {
  display: inline-block;
  text-shadow: 0.03em 0.03em 0 #4d5eb3;
}

.welcome-text:after {
  content: "";
  /*attr(data-shadow)*/
  position: absolute;
  top: 0.06em;
  left: 0.06em;
  z-index: -1;
  text-shadow: none;
  background-image: linear-gradient(45deg, transparent 45%, black 45%, #ebe9e0 55%, transparent 0);
  background-size: 0.05em 0.05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shad-anim 15s linear infinite;
}

@keyframes shad-anim {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 100% -100%;
  }
}
.img_current {
  display: inline;
  height: 30px;
  margin-right: 5px;
}

.report_text address {
  font-size: 13px;
  font-weight: 700;
}
.report_text address span {
  padding-left: 20px;
}

.uv_index_color {
  display: block;
  text-align: center;
}
.uv_index_color .inner {
  display: inline-block;
  position: relative;
}
.uv_index_color .color_item {
  display: inline-block;
  float: left;
}
.uv_index_color .uv_index_color .uv_color_wrap {
  border-left: 2px solid #e8e8e8;
  border-top: 3px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
}
.uv_index_color .color_item:first-child .uv_color_wrap {
  border-left: 3px solid #e8e8e8;
}
.uv_index_color .uv_color {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
}
.uv_index_color .color_item .count {
  font-size: 14px;
  line-height: 18px;
}

.uv_days_box {
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}
.uv_days_box .uv_box_row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.uv_days_box .uv_box_row.uv_number .uv_box_item {
  flex: 0 0 35px;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 700;
}
.uv_days_box .uv_box_row.uv_week {
  text-transform: uppercase;
}
.uv_days_box .uv_box_row .uv_box_row .uv_box_item {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.uv_days_box .uv_box_row.uv_date {
  border-top: 1px solid #ccc;
}
.uv_days_box .uv_box_row.uv_number {
  border-top: 1px solid #ccc;
  margin-top: 0px !important;
}

#weathertab.nav-tabs .nav-link.active {
  border-color: #9fc920;
  background: #9fc920;
  color: #fff;
}
#weathertab .nav-item {
  flex: 1;
  display: flex;
  margin-right: 1px;
}
#weathertab .nav-item a {
  text-align: center;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 5px;
}
#weathertab .nav-link {
  background: #d2d2d2;
  border: 0;
  color: #fff;
  border-radius: 0px !important;
  margin-right: 0px;
}
#weathertab.nav-tabs li:first-child {
  margin-left: 0;
}

#whethercontent.tab-content {
  border: 0 !important;
  padding: 15px 0px !important;
}

.weather_prim_info {
  text-align: center;
  font-weight: 600;
}
.weather_prim_info span {
  font-size: 13px;
  padding-bottom: 10px;
}
.weather_prim_info .info_item.wrm_temp {
  font-size: 24px;
}
.weather_prim_info .info_item {
  margin-bottom: 20px;
}
.weather_prim_info .max-red-text {
  color: #943e33;
}
.weather_prim_info .max_temp span {
  padding-bottom: 0px;
  font-size: 24px;
}
.weather_prim_info .min_temp {
  position: relative;
  right: 6px;
}
.weather_prim_info .elem_item {
  font-size: 13px;
}
.weather_prim_info .elem_item > div span {
  font-size: 18px;
  padding-right: 12px;
  padding-bottom: 0px;
}
.weather_prim_info .elem_item img {
  vertical-align: top;
  margin-top: 1px;
}

.tb_wrapper {
  display: block;
  position: relative;
}
.tb_wrapper .weather_tb {
  width: 100%;
  display: table;
  font-size: 12px;
  line-height: 18px;
  color: #4c4c4c;
}

.tb_head, .tb_content .tb_row {
  display: flex;
  flex-direction: row;
}

.tb_content .tb_row.tb_date .tb_cont_item:nth-child(2n+1), .tb_content .tb_row:nth-child(2n+1) .tb_cont_item:first-child, .tb_head > div:nth-child(2n) {
  background: #eaeaea;
}

.tb_head > div {
  padding: 11px 4px 4px 4px;
}

.tb_head > div, .tb_content .tb_row > div {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 1px;
}

.tb_head .wh_top {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.tb_head .wh_img img {
  height: 59px;
  margin: 2px auto;
}

.tb_content .tb_row.tb_date .tb_cont_item:nth-child(2n), .tb_content .tb_row:nth-child(2n) .tb_cont_item:first-child, .tb_head > div:nth-child(2n+1) {
  background: #f6f6f6;
}

.tb_content {
  font-size: 13px;
}

.tb_head > div:first-child, .tb_content .tb_row > div:first-child {
  flex: 0 0 140px;
}

.tb_content .tb_cont_item:first-child {
  width: 140px;
  font-size: 13px;
}

.tb_head > div, .tb_content .tb_row > div {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 1px;
}

.tb_content .tb_cont_item {
  padding: 5px 10px;
}

.tb_content .tb_cont_item {
  height: 64px;
}

.tb_content .tb_cont_item:first-child .flex_row {
  justify-content: space-between;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

.flex_coll {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tb_content .tb_row_icon img {
  height: 43px;
}

.tb_content .tb_cont_item:first-child .title {
  width: 67%;
}

.panel-primary {
  border-color: #337ab7 !important;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 5px;
}
.panel-body p {
  line-height: 30px;
  letter-spacing: 0px;
  font-size: 12px;
  margin-bottom: 0px;
}

.tb_head > div.null {
  background: none;
}

.p-15 {
  padding: 15px !important;
}

.f-16 {
  font-size: 16px;
}

.delete-trip {
  float: right;
}

.admincusdtomerinfo thead tr {
  background: #e2e2e2;
}

.admincusdtomerinfo thead th {
  color: #000;
  font-weight: 700;
}

.admincusdtomerinfo thead {
  border: 1px solid #e2e2e2;
}

/************************ Report CSS ************************/
.report_title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.report_title span {
  font-weight: 700;
}

.report-txt {
  padding-top: 7px;
}
.report-txt label {
  line-height: 25px;
}
.report-txt a {
  color: #001dffcf !important;
  font-weight: 700;
  /*text-decoration: underline;*/
  padding-right: 3px;
  padding-left: 3px;
  text-transform: uppercase;
  cursor: default;
}
.report-txt ul li {
  font-size: 13px !important;
}
.report-txt .reporttitle {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.travelalertdata {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 0;
  /*float: left;*/
}
.travelalertdata:hover {
  width: 100%;
}
.travelalertdata span {
  padding-top: 8px;
  font-weight: 700;
  padding-right: 0px;
  margin-left: 0;
  font-size: 12px;
}
.travelalertdata a {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 12px;
  text-transform: capitalize;
}
.travelalertdata.f1-bg-yellow a, .travelalertdata.f1-bg-yellow span {
  color: #000 !important;
}

.travelnotes {
  color: red !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.diseaselabel label.active {
  transform: translateY(-90%) !important;
}

.downloaddoc a {
  font-size: 12px;
  cursor: pointer;
}

.embassydetail {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  text-decoration: underline;
  font-weight: 700;
}

.documentlinks a {
  font-size: 13px;
  text-transform: capitalize !important;
  text-decoration: underline !important;
  padding-bottom: 3px;
  cursor: pointer;
}

.uploaddocbtn {
  padding: 5px 13px;
}

.txtnotes {
  padding: 7px !important;
}

/*********************************************/
.deparrivbox i {
  padding-top: 0px !important;
}

.mt-05 {
  margin-top: -5px;
}

/************************************* Invoice ****************************************/
.address-details address {
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .address-details address {
    font-size: 12px !important;
  }
}
.address-details ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.address-details ul li {
  font-size: 13px;
  font-weight: 700;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 20px;
}
.address-details ul li:after {
  content: "";
  border: 1px solid #b1afaf;
  height: 20px;
  position: relative;
  top: -19px;
  right: 12px;
}
.address-details ul li:first-child:after {
  content: none;
}
@media only screen and (max-width: 768px) {
  .address-details ul li {
    font-size: 11px;
  }
}

.invoicedetails h3 {
  color: #cd2026;
  font-weight: 700;
  letter-spacing: 5px;
}
.invoicedetails label {
  padding-bottom: 0;
  margin-bottom: 0;
  color: gray !important;
  font-weight: 700;
}
.invoicedetails span {
  font-size: 15px;
  font-weight: 700;
}
.invoicedetails span.font13px {
  font-size: 13px !important;
}
.invoicedetails .rightinvoice {
  float: right !important;
  width: 77%;
  position: relative;
  left: 14px;
}
@media only screen and (max-width: 992px) {
  .invoicedetails .rightinvoice {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .invoicedetails .rightinvoice {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .invoicedetails .rightinvoice {
    width: 65%;
  }
}
.invoicedetails p {
  margin-bottom: 0px;
}
.invoicedetails .to-address-details {
  color: gray !important;
  font-weight: 700;
  font-size: 13px;
  padding-top: 9px;
}
@media only screen and (max-width: 768px) {
  .invoicedetails .to-address-details {
    font-size: 12px;
  }
}
.invoicedetails .to-address-details address {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.invoicetable {
  border: 1px solid #ececec;
}
.invoicetable thead {
  border: 0px;
}
.invoicetable thead th {
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.invoicetable thead tr {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #000;
}
.invoicetable tbody {
  border: 0px;
}
.invoicetable tbody tr {
  box-shadow: none;
}
.invoicetable tbody td {
  font-size: 13px;
  font-weight: 600;
}
.invoicetable tbody tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ccc;
}
.invoicetable tbody tr:nth-of-type(odd) {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.billtotal {
  background: #423F40;
  width: 23%;
  padding: 7px;
  color: #fff;
  float: right;
  padding-bottom: 5px !important;
  font-size: 14px;
}
.billtotal .span1 {
  float: left;
  padding-left: 5px;
}
.billtotal .span2 {
  padding-right: 7px;
}

.brder-top-light {
  border-top: 1px solid #ccc;
}

.websitelink {
  position: relative;
  top: -3px;
  font-size: 13px;
  color: blue !important;
  font-weight: 700;
  text-decoration: underline !important;
}
@media only screen and (max-width: 992px) {
  .websitelink {
    right: 60px;
  }
}

/************************************ For Print *************************************/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .newreport {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc !important;
  }

  .address-details address {
    font-size: 14px;
    font-weight: 700;
  }
  .address-details ul {
    list-style-type: none;
    padding-left: 0px;
  }
  .address-details ul li {
    font-size: 13px;
    font-weight: 700;
    float: left;
    position: relative;
    padding-left: 0px;
    padding-right: 20px;
  }
  .address-details ul li:after {
    content: "";
    border: 1px solid #b1afaf !important;
    height: 20px;
    position: relative;
    top: -19px;
    right: 12px;
  }
  .address-details ul li:first-child:after {
    content: none;
  }

  .footer {
    display: none;
  }

  /*.invoicedetails {
      h3 {
          color: #cd2026 !important;
          font-weight: 700;
          letter-spacing: 5px;
      }

      label {
          padding-bottom: 0;
          margin-bottom: 0;
          color: gray !important;
          font-weight: 700;
      }

      span {
          font-size: 15px;
          font-weight: 700;

          &.font13px {
              font-size: 13px !important;
          }
      }

      .rightinvoice {
          float: right !important;
          width: 60% !important;
          position: relative;
          left: 14px;

          @media only screen and (max-width: 992px) {
              width: 85%;
          }

          @media only screen and (max-width: 768px) {
              width: 100%;
          }

          @media only screen and (min-width: 993px) and (max-width: 1200px) {
              width: 65%;
          }
      }

      p {
          margin-bottom: 0px;
      }

      .to-address-details {
          color: gray !important;
          font-weight: 700;
          font-size: 13px;
          padding-top: 9px;

          @media only screen and (max-width: 768px) {
              font-size: 12px;
          }

          address {
              padding-bottom: 0;
              margin-bottom: 0;
              font-size: 13px;
          }
      }
  }*/
  .invoicetable {
    /*border: 1px solid #ececec;*/
  }
  .invoicetable thead {
    border: 0px;
  }
  .invoicetable thead th {
    font-weight: 700;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .invoicetable thead tr {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #000;
  }
  .invoicetable tbody {
    border: 0px;
  }
  .invoicetable tbody tr {
    box-shadow: none;
  }
  .invoicetable tbody td {
    font-size: 13px;
    font-weight: 600;
  }
  .invoicetable tbody tr:nth-of-type(even) {
    border-bottom: 0px !important;
  }
  .invoicetable tbody tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-bottom: 0px !important;
    border: 0px !important;
    border-color: transparent !important;
  }
  .invoicetable tbody tr:nth-of-type(odd) {
    border-bottom: 0px !important;
  }
  .invoicetable tbody tr:nth-of-type(odd) td {
    background-color: #fff !important;
    border-bottom: 0px !important;
    border: 0px !important;
    border-color: transparent !important;
  }

  .billtotal {
    background-color: #423F40 !important;
    width: 23%;
    padding: 7px;
    color: #fff;
    float: right;
    padding-bottom: 5px !important;
    font-size: 14px;
  }
  .billtotal .span1 {
    float: left;
    padding-left: 5px;
  }
  .billtotal .span2 {
    padding-right: 7px;
  }

  .brder-top-light {
    border-top: 1px solid #ccc;
  }

  .websitelink {
    position: relative;
    top: 20px;
    font-size: 13px;
    color: blue !important;
    font-weight: 700;
    text-decoration: underline !important;
  }
}
/************************* New Report *************/
.newreport {
  background: #fff;
  box-shadow: 0px 1px 10px #00000030;
  padding: 0px 15px;
}
.newreport .leftside {
  border-top: 11px solid #cd2026;
  position: relative;
  left: -15px;
  border-top-right-radius: 10px;
  text-align: center;
  border-right: 10px solid #cd2026;
  height: 100%;
}
.newreport .leftside img {
  position: relative;
  top: 15px;
}
.newreport .leftside:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: -10px;
  width: 10px;
  background: #cd2026;
  border-radius: 0px 0px 8px 8px;
  top: 2px;
}
.newreport .left-010 {
  left: -10px !important;
}
.newreport .right-5 {
  right: 5px !important;
}
.newreport .pb-60 {
  padding-bottom: 60px;
}
.newreport .rightside {
  border-bottom: 10px solid #2F383F;
  position: absolute;
  right: 0;
  border-top-right-radius: 10px;
  text-align: center;
  border-bottom-left-radius: 8px;
  width: calc(100% + 70px);
  top: 30px;
}
.newreport .rightside:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  width: 11px;
  background: #2F383F;
  border-radius: 8px 8px 0px 0px;
  top: 0px;
}
.newreport .reporttxt div {
  font-size: 13px !important;
  font-weight: 700;
  line-height: 30px;
}
.newreport .reporttxt div.countrydata {
  font-size: 12px !important;
}
.newreport .reporttxt a {
  color: #cd2026;
}
@media only screen and (max-width: 768px) {
  .newreport .reporttxt div {
    line-height: 20px;
  }
}
.newreport .reporttxt .websitelink {
  top: 0px !important;
  color: #fff !important;
}
.newreport .reportaddress {
  position: relative;
  top: -15px;
  right: 25px;
  float: right;
}
.newreport .reportaddress address {
  margin-bottom: 7px;
  text-align: left;
}
.newreport .reportaddress > div {
  margin-bottom: 7px;
  text-align: left;
}
.newreport .reportaddress > div:last-child {
  margin-bottom: 0px;
}
.newreport .reportaddress i {
  color: #cd2026;
  margin-right: 10px;
  font-size: 15px;
}
.newreport .reportaddress span {
  font-size: 14px;
  font-weight: 700;
}
.newreport .overridelabel {
  background: #f2f2f2;
  margin-bottom: 0;
  padding: 2px 15px;
}
.newreport .footerdetails {
  background: #2f383f;
  width: 100%;
  margin-left: 0px;
}
.newreport .footerdetails .address-details {
  padding-left: 0px;
  padding-top: 2px;
  padding-bottom: 0px;
  color: #fff;
}
.newreport .footerdetails div {
  float: left;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  padding-left: 20px;
}
.newreport .footerdetails div:first-child {
  padding-left: 8px;
}
.newreport .footerdetails address {
  float: left;
}
.newreport .footerdetails i {
  color: #fff !important;
  margin-right: 5px;
}
.newreport .countrydata {
  width: 98%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 7px #00000038;
  margin-left: 22px;
  margin-top: -15px;
  padding: 10px;
}
.newreport .countrydata:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ccc;
  position: absolute;
  left: 29px;
  margin-top: 50px;
  transform: translate(-50%);
}
.newreport .countrydata:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 94px;
  bottom: 0;
  left: 20px;
  border-left: 2px dashed #444;
  height: auto;
}
.newreport .travelalertreport .reporttitle {
  background: #2f383f;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 15px;
  width: 25%;
}
.newreport .travelalertreport .reporttitle.w-70 {
  width: 70%;
}
.newreport .travelalertreport .travelreportdata {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
}
.newreport .traveldata {
  margin-left: 3px;
  width: 100%;
}
.newreport .traveldata:before {
  left: 10px;
  margin-top: 18px;
}
.newreport .traveldata:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20px;
  bottom: 0;
  left: 2px;
  border-left: 2px dashed #444;
  height: auto;
}
.newreport .alertdata p {
  margin-bottom: 0px;
}
.newreport .downloaddocument {
  padding-left: 0px;
  margin-left: 0px;
  list-style-type: none;
}
.newreport .downloaddocument li {
  border-bottom: 1px solid #ccc;
}
.newreport .specialconsider input {
  font-weight: 700;
}
.newreport .specialconsider label.active {
  transform: translateY(-86%) !important;
}
.newreport .adminreport {
  border: 1px solid #ccc;
  box-shadow: none;
}
.newreport .footer-address address {
  float: left;
  position: relative;
  margin-right: 15px;
}
.newreport .footer-address address:after {
  content: "";
  border: 1px solid #b1afaf;
  height: 20px;
  position: absolute;
  top: 0px;
  right: -8px;
}
.newreport .change-cost .invoicedetailspopup {
  background: #000000ad !important;
  top: 0px !important;
}
.newreport .change-cost .invoicedetailspopup .modal-dialog.filter-colum {
  max-width: 30% !important;
}
.newreport .change-cost .modal-footer {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.newreport .change-cost .filter-colum label {
  margin-top: 23px;
}
.newreport .btn-default.dropdown-toggle {
  background-color: transparent !important;
  box-shadow: none;
  color: #000 !important;
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  border-radius: 0;
  padding-left: 0;
  text-transform: capitalize;
}
.newreport .btn-default.dropdown-toggle:focus {
  background-color: transparent !important;
}
.newreport .btn-default.dropdown-toggle:hover {
  background-color: transparent !important;
}
.newreport .multiselectdd .btn-default:not([disabled]):not(.disabled).active, .newreport .multiselectdd .btn-default:not([disabled]):not(.disabled):active, .newreport .multiselectdd .show > .btn-default.dropdown-toggle {
  background: transparent !important;
}
.newreport .role-edit-add .invoicedetailspopup .modal-dialog.filter-colum {
  max-width: 30% !important;
}
@media only screen and (max-width: 1300px) {
  .newreport .role-edit-add .invoicedetailspopup .modal-dialog.filter-colum {
    max-width: 45% !important;
  }
}
.newreport .role-edit-add .modal-footer {
  text-align: center;
  margin: 0 auto;
  display: block;
  border: none !important;
}
.newreport .heading-name span {
  font-size: 13px;
  font-weight: 600;
}
.newreport .heading-name p {
  font-size: 13px;
}
.newreport .ibox-content td img {
  margin-top: 3px;
}
.newreport .chnage-map .invoicedetailspopup {
  background: #00000087 !important;
  top: 0px !important;
}
.newreport .chnage-map .modal-dialog.filter-colum {
  max-width: 50% !important;
}
@media only screen and (max-width: 1300px) {
  .newreport .chnage-map {
    max-width: 75% !important;
  }
}
.newreport .country-name .ibox-title {
  border: none !important;
}
.newreport .map-change {
  width: 100%;
  left: 0;
  border-radius: 0;
  border: 1px solid #000;
  border-top: 0;
}
@media only screen and (max-width: 992px) {
  .newreport .r-side-arrow {
    display: contents;
  }
}

.sub-heading {
  background: #d0d0d0;
  display: block;
  padding: 5px 10px;
}

.report-first {
  float: none !important;
  border-right: 1px dashed #ccc;
}

.report-first p {
  font-size: 13px;
}

.footer-box {
  padding: 5px 0px 5px 0px;
  border-top: 1px solid #ccc;
}
.footer-box img {
  margin-right: 10px;
  /*margin-left: 10px;*/
  vertical-align: middle;
}
.footer-box span {
  color: #cccccc;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.texts strong {
  color: #187cf7;
}
.texts div {
  margin-bottom: 10px;
}

.report-name ul li {
  border-bottom: 1px solid #ccc !important;
  margin-right: 12px;
  padding: 10px !important;
}
.report-name ul li:last-child {
  border: none !important;
}
.report-name p {
  display: inline;
  color: #000;
}
.report-name img {
  position: absolute;
  /* left: 0; */
  right: 9px;
  bottom: 4px;
}

.top-0 {
  top: 0px !important;
}

.slides-data {
  position: relative;
  /*@extend .cf;*/
}
.slides-data .slidedata {
  position: absolute;
  top: 0;
  width: calc(33% - 1em);
  max-height: 3em;
  margin: 0.5em;
  padding: 1em;
  /*background: darken(hsl(350, 70, 60), 20%);*/
  color: black;
  float: left;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out, width 0.25s 0.25s ease-in-out, left 0.25s 0.5s ease-in-out, top 0.25s 0.75s ease-in-out;
  border: 1px solid #ccc;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  padding-top: 12px;
  text-align: center;
  border-radius: 5px;
  background: #005c32;
}
.slides-data .slidedata:nth-child(1) {
  left: 0%;
}
.slides-data .slidedata:nth-child(2) {
  left: 33.3333%;
}
.slides-data .slidedata:nth-child(3) {
  left: 66.6666%;
}
.slides-data .slidedata .content {
  padding: 0 !important;
}
.slides-data .slidedata > label {
  display: block;
  padding-bottom: 1em;
  /*font-family: 'Oswald';*/
  text-transform: capitalize;
  text-decoration: none;
  /*color: lighten(hsl(350, 70, 60), 15%);*/
  color: #fff !important;
  transition: color 2s;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer !important;
}
.slides-data .slidedata img {
  filter: brightness(0) invert(1);
}
.slides-data .slidedata.activedata {
  /*position: absolute;*/
  position: relative !important;
  top: 4.5em;
  left: 0;
  width: 98%;
  float: none;
  transition: top 0.25s 1s ease-in-out, left 0.25s 1.25s ease-in-out, width 0.25s 1.5s ease-in-out, max-height 0.25s 1.75s ease-in-out;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.18);
  text-align: left;
  padding-right: 0px;
  margin-top: 0;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  max-height: 39em;
  margin-bottom: 20px;
  padding-bottom: 0;
  z-index: 0;
}
.slides-data .slidedata.activedata label {
  color: #000 !important;
}
.slides-data .slidedata.activedata label img {
  filter: brightness(0%);
}
.slides-data .box-shadow-none {
  box-shadow: none !important;
}

.information {
  /*position: relative;
  left: 13px;*/
  /*&:nth-child(4)::after {
      border-top: 0px;
  }*/
  /*.body label {
      display: inline-block;

  }*/
}
.information:after {
  content: "";
  border-top: 1px dashed #ccc;
  position: absolute;
  height: auto;
  width: 85%;
  top: -8px;
}
.information:nth-child(1)::after {
  border-top: 0px;
}
.information:nth-child(2)::after {
  border-top: 0px;
}
.information:nth-child(3)::after {
  border-top: 0px;
}
.information .report-first {
  float: none !important;
  border-right: 1px dashed #ccc;
}
.information .color-grey {
  color: #7f7f7f !important;
}
.information label {
  margin-bottom: 0px;
  display: inline-block;
}
.information .report-first p {
  font-size: 13px;
}
.information .border-none {
  border: none;
}

.invoicedetailspopup {
  background: #000000ad;
  top: 0px !important;
}
.invoicedetailspopup .modal-body {
  width: 100% !important;
}
.invoicedetailspopup .modal-dialog.filter-colum {
  max-width: 45% !important;
}
@media only screen and (max-width: 1750px) {
  .invoicedetailspopup .modal-dialog.filter-colum {
    max-width: 65% !important;
  }
}

.upload-download-excel a:hover {
  color: #fff;
}

/***************************************Delete-popup****************************/
.delete-popup .invoicedetailspopup .modal-dialog.filter-colum {
  max-width: 30% !important;
}
@media only screen and (max-width: 1300px) {
  .delete-popup .invoicedetailspopup .modal-dialog.filter-colum {
    max-width: 45% !important;
  }
}
.delete-popup .modal-title {
  position: absolute !important;
}
.delete-popup p {
  font-size: 12px;
}

.chnge-pwd-screen .emg-acs-title {
    color: #000 !important;
}

.chnge-pwd-screen input {
    color: #000 !important;
}
/*# sourceMappingURL=style.css.map */
.pdfimg {
    display: flex;
    align-items: center;
}

.required-label {
    color: red;
    margin-right: 5px;
    font-size: 14px;
}

.rich-editor {
    padding: 15px;
    width: 100%;
}
.rich-editor .form-control{
    height: 200px;
    overflow: auto;
}

.rich-editor .ta-toolbar button.btn {
    padding: 15px;
}

.rich-editor .ta-toolbar button.btn-default {
    background-color: #005c32 !important;
    color: #fff !important;
}