@import url("https://fonts.googleapis.com/css?family=Roboto");
.ajax-loading-animation {
  text-align: center;
  margin-top: 20px;
}

.header-block {
  background-color: #efd3a6;
  background: -o-linear-gradient(bottom, #efd3a6 5%, #ce8401 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05%, #efd3a6), color-stop(1, #ce8401));
  background: -moz-linear-gradient(center top, #efd3a6 5%, #ce8401 100%);
}

.header-block {
  font-size: 125%;
  padding: 4px 0;
}

.map-block {
  display: block;
  height: 42vh;
}
@media (min-width: 767px) {
  .map-block {
    height: 32vh;
  }
}
@media (min-height: 700px) {
  .map-block {
    height: 31.5vh;
  }
}
@media (min-height: 900px) {
  .map-block {
    height: 30vh;
  }
}
@media (min-height: 1000px) {
  .map-block {
    height: 24.5vh;
  }
}
@media (min-height: 1100px) {
  .map-block {
    height: 20.5vh;
  }
}

.posrelative {
  position: relative;
}

#address-block {
  position: absolute;
  bottom: 0em;
  background-color: transparent;
  overflow: hidden;
  margin: 0 5px;
}

#address-block .p7_edit_img {
  display: none;
}

#address-block .address {
  background-color: #fff;
  opacity: 90%;
  border-radius: 10px;
  /*margin-top: 42px ;*/
  /*width: 90%;*/
  margin: 0 auto;
  max-width: 400px;
}

#location-map {
  height: 222px;
  height: 280px;
  width: 100%;
}

#page-content {
  overflow: hidden;
}

.btn-primary {
  background-color: #3f8902;
}

body {
  margin: 0;
  background: url(/images/background.png);
  font-size: 0.8rem;
  overflow: hidden;
}
body h1 {
  text-align: center;
  color: rgb(194, 146, 53);
}
body .btn-primary:active {
  background-color: #3f8902 !important;
}
body .btn-primary.disabled, body .btn-primary:disabled {
  color: #fff;
  background-color: #3f8902;
  border-color: #326c02;
}
body .btn_fill {
  background-color: #3f8902;
  font-size: 11px;
  font-weight: bold;
  border-radius: 10px;
  height: auto;
  width: 45%;
  margin-right: 10px;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 489px) {
  body .btn_fill {
    font-size: 0.8rem !important;
  }
}
body .btn_fill:hover {
  color: #fff;
  background-color: #67ba22;
  border-color: #67ba22;
}
body .btn_fill.small {
  padding: 0;
  height: 24px;
}
body .btn_fill.tiny {
  height: auto;
  padding: 2px 4px 0 4px;
  width: auto;
}
body .btn_fill.trnc {
  background-color: white !important;
  color: #3f8902;
  border: 2px solid #3f8902;
}
body .btn_fill.disabled, body .btn_fill:disabled {
  opacity: 0.65;
}
body .btn_fill.trnc {
  background-color: white !important;
  color: #3f8902;
  border: 2px solid #3f8902;
}
body .lout-wrapper {
  background: -webkit-linear-gradient(top, #ADD9FF 0, #FFF 500px) no-repeat;
}
body .lout-wrapper .lout {
  width: 100%;
  height: 100%;
  background-image: url("/images/ggbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
body .lout-wrapper .lout .gglogo img {
  object-fit: contain;
  width: 40%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 30%;
}
body .lout-wrapper .lout .linbox {
  position: relative;
  top: 31vh;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px 40px;
  backdrop-filter: blur(6px);
}
@media only screen and (min-width: 599px) {
  body .lout-wrapper .lout .linbox {
    top: 32vh;
    width: 24rem;
    border: 2px solid green;
  }
}
body .rborder {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  overflow: hidden;
}
body .popup-full {
  position: absolute;
  z-index: 6000;
  margin: 0;
  height: 100vh;
  width: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 539px) {
  body .popup-full {
    margin-top: -30%;
    width: 76vw;
    padding: 20px;
  }
}
@media (min-width: 1023px) {
  body .popup-full {
    margin-top: 100px;
    width: 74vw;
    padding: 20px;
  }
}
@media (min-height: 789px) {
  body .popup-full {
    max-height: 70vh;
    min-height: 30vh;
    height: auto;
    top: 50%;
    left: 50%;
  }
}
body .popup-full .pu-header {
  text-align: center;
  background-color: #f78c40;
  color: white;
  height: 10vh;
  padding-top: 0.5em;
  position: relative;
}
body .popup-full .pu-header > :first-child {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
body .popup-full .pu-footer {
  background-color: #f78c40;
  color: white;
  height: 10vh;
  text-align: center;
  padding-top: 0.5em;
  position: relative;
}
body .popup-full .pu-footer > :first-child {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (min-height: 599px) {
  body .popup-full .pu-header {
    min-height: 5vh;
    max-height: 10vh;
    height: auto;
  }
  body .popup-full .pu-footer {
    min-height: 5vh;
    max-height: 10vh;
    height: auto;
  }
}

#header {
  min-height: 50px;
  display: block;
  background-color: #f78c40;
  color: #d55f0e;
  overflow: hidden;
}
#header .hdr-header {
  contain: layout;
  background: linear-gradient(to bottom, #F9F7F5, rgba(221, 176, 121, 0.93));
}
#header.offline {
  background-color: red;
  background: -o-linear-gradient(bottom, red 0.005%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00005%, red), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, red 0.005%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aefc59", endColorstr="#9aff2d");
  background: -o-linear-gradient(top, red, 100% #fff);
  background: linear-gradient(to bottom, red 0.00005%, #fff 100%);
}
#header #logo-group {
  /*
      With small screen devices, such as iphone 5/6, the header
      area wraps due to the wide logo group, so reduce it
   */
  width: 70px !important;
  display: inline-block;
  vertical-align: middle;
  height: 49px;
  float: left;
}
@media (min-width: 992px) {
  #header #logo-group {
    width: 169px !important;
  }
}
#header #logo-group #logo {
  background-image: url(/images/logos/greengauge.png);
  height: 80%;
  width: 100%;
  left: 4px;
  top: 4px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 8px;
  background-position-y: 0px;
  position: relative;
}
#header .project-context {
  float: left;
  color: #d55d06;
  padding-top: 10px;
}
#header .btn {
  font-size: 17px;
  margin: 10px 0 0 0;
  border-radius: 2px;
  cursor: default !important;
  display: inline-block;
  font-weight: bold;
  min-width: 30px;
  padding: 2px;
  text-align: center;
  text-decoration: none !important;
  margin-top: 5px !important;
  -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  background-color: #DD7C37;
  background-image: -moz-linear-gradient(top, #F9F7F5, rgba(221, 176, 121, 0.93));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F7F5), to(rgba(221, 176, 121, 0.93)));
  background-image: -webkit-linear-gradient(top, #F9F7F5, rgba(221, 176, 121, 0.93));
  background-image: -o-linear-gradient(top, #F9F7F5, rgba(221, 176, 121, 0.93));
  background-image: linear-gradient(to bottom, #F9F7F5, rgba(221, 176, 121, 0.93));
  color: #FFF !important;
  border: 1px solid rgba(221, 184, 164, 0.93);
  text-shadow: #985813 0 -1px;
  margin-top: 10px !important;
  margin-right: 8px;
}
#header .btn:hover {
  -webkit-box-shadow: inset 1px 1px 0 rgba(221, 176, 121, 0.93), inset -1px -1px 0 rgba(221, 176, 121, 0.93);
  -moz-box-shadow: inset 1px 1px 0 rgba(221, 176, 121, 0.93), inset -1px -1px 0 rgba(221, 176, 121, 0.93);
  box-shadow: inset 1px 1px 0 rgba(221, 176, 121, 0.93), inset -1px -1px 0 rgba(221, 176, 121, 0.93);
  background-color: #DD7A35;
  background-image: -moz-linear-gradient(top, rgba(221, 176, 121, 0.93), #F9F7F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(221, 176, 121, 0.93)), to(#F9F7F5));
  background-image: -webkit-linear-gradient(top, rgba(221, 176, 121, 0.93), #F9F7F5);
  background-image: -o-linear-gradient(top, rgba(221, 176, 121, 0.93), #F9F7F5);
  background-image: linear-gradient(to bottom, #ffda91, #F9F7F5);
  border: 1px solid #F9F7F5;
}
#header #lone-worker .btn {
  width: 32px;
  height: 32px;
}
#header .lonew {
  background-image: url(/images/icons/time-management-sm.png);
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 0.2;
  display: inline-block;
  background-size: contain;
  width: 24px;
  height: 24px;
}
#header .lonew:hover {
  background-image: url(/images/icons/time-management-go.png);
  background-color: transparent;
  opacity: 1;
}
#header .lonew.active {
  background-image: url(/images/icons/time-management-stop.png);
  opacity: 1;
}
#header .lonew.active:hover {
  background-image: url(/images/icons/time-management-stop.png);
}
#header .notif {
  background-image: url(/images/icons/notifications-bw.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: contain;
  width: 24px;
  height: 19px;
}
#header .notif:hover {
  background-image: url(/images/icons/notifications-blue.png);
  background-color: transparent;
  opacity: 1;
}
#header #logout i {
  color: #E4B054;
}

.hdr-header h2 {
  display: none;
}
@media only screen and (min-width: 599px) {
  .hdr-header h2 {
    margin-left: 10px;
    display: block;
    color: white;
    float: left;
    top: 12px;
    position: relative;
    font-size: 22px;
  }
}
.hdr-header ul.topnav-menu > li {
  float: left;
}
.hdr-header ul.topnav-menu > li.topbar_btn {
  margin: 14px 2px 2px 10px;
}
.hdr-header ul.topnav-menu > li.topbar_btn > a {
  width: 32px;
  height: 30px;
  padding-top: 1px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.hdr-header ul.topnav-menu > li.topbar_btn > a.qrcode {
  background-image: url(/images/themeicons/menu/qr-code.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a.foresite {
  background-image: url(/images/themeicons/menu/builder.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a.menu {
  background-image: url(/images/themeicons/menu/menu.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a.logout {
  background-image: url(/images/themeicons/menu/logout.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a.user {
  cursor: default;
  text-decoration: none;
  width: auto;
  padding-left: 44px;
  padding-top: 4px;
  background-image: url(/images/themeicons/menu/user.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a:hover.qrcode {
  background-image: url(/images/themeicons/menu/hover/qr-code.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a:hover.foresite {
  background-image: url(/images/themeicons/menu/hover/builder.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a:hover.menu {
  background-image: url(/images/themeicons/menu/hover/menu.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a:hover.logout {
  background-image: url(/images/themeicons/menu/hover/logout.png);
}
.hdr-header ul.topnav-menu > li.topbar_btn > a > span {
  font-size: 12px;
  vertical-align: middle;
  color: rgb(194, 146, 53);
  font-weight: bold;
}
@media only screen and (min-width: 399.5px) {
  .hdr-header ul.topnav-menu > li.topbar_btn > a {
    width: 45px;
    height: 39px;
  }
}
@media only screen and (min-width: 399.5px) {
  .hdr-header ul.topnav-menu > li.topbar_btn {
    margin: 14px 5px 5px 5px;
  }
  .hdr-header ul.topnav-menu > li.topbar_btn > a > img {
    width: 40px;
    padding-top: 4px;
  }
  .hdr-header ul.topnav-menu > li.topbar_btn > a > span {
    font-size: inherit;
  }
}
@media only screen and (min-width: 539px) {
  .hdr-header ul.topnav-menu > li.topbar_btn {
    margin: 14px 10px 10px 10px;
  }
  .hdr-header ul.topnav-menu > li.topbar_btn > a {
    width: 45px;
    padding-top: 7px;
  }
  .hdr-header ul.topnav-menu > li.topbar_btn > a.user {
    width: auto;
    height: 42px;
    padding-left: 50px;
  }
}

#logout-form {
  text-align: center;
  background-color: white;
  box-shadow: -11px 12px 23px black;
  color: black;
  border-radius: 10px;
}
#logout-form .MsgTitle {
  font-size: 150%;
}
#logout-form button {
  margin: 0 4px;
}

/*
  Mobile first view - the menu is hidden. Done by setting it off screen
  at the left. This is then displayed, with animation, when the showMenu
  option is added to the body (via css below)
 */
.fixed-navigation {
  /*
      SHOW MENU - For mobiles, this tweaks the css to display the left
      menu by sliding it out.

      On larger screens, it does the opposite and slides the menu off
      screen, hiding it
   */
}
.fixed-navigation left-panel {
  display: initial;
}
.fixed-navigation left-panel aside {
  position: absolute;
  transition: all 0.2s ease-out;
  top: 0;
  bottom: 0;
  width: 265px;
  border: solid 1px #D5D5D5;
  background-color: #F2F2F2;
  display: block;
  z-index: 200 !important;
  left: -265px;
}
.fixed-navigation left-panel aside ul {
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 0.5em;
  list-style: none;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.fixed-navigation left-panel aside ul#metismenu:first-child li > a > span {
  font-size: 16px;
  font-weight: 900;
}
.fixed-navigation left-panel aside ul#metismenu:first-child li li a > span {
  font-size: 14px;
  font-weight: normal;
}
.fixed-navigation left-panel aside ul li {
  width: 100%;
}
.fixed-navigation left-panel aside ul li a {
  color: #6e768e;
  padding: 8px 20px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.fixed-navigation left-panel aside ul li a i {
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 3px;
  vertical-align: middle;
}
.fixed-navigation left-panel aside ul li a.dashboard i {
  background-image: url(/images/themeicons/menu/dashboard.png);
}
.fixed-navigation left-panel aside ul li a.properties i {
  background-image: url(/images/themeicons/menu/company.png);
}
.fixed-navigation left-panel aside ul li a.users i {
  background-image: url(/images/themeicons/menu/userh.png);
}
.fixed-navigation left-panel aside ul li a.config i {
  background-image: url(/images/themeicons/menu/gear.png);
}
.fixed-navigation left-panel aside ul li ul {
  padding-left: 41px;
}
.fixed-navigation left-panel aside ul > li {
  /**
      The following removes the font colour from spans where
      the parent LI does NOT have the active class. It ensures
      that any nested li is not coloured unless it's been clicked
   */
}
.fixed-navigation left-panel aside ul > li > a {
  display: block;
  padding: 12px 20px;
  margin: 2px 0;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
}
.fixed-navigation left-panel aside ul > li > a:hover, .fixed-navigation left-panel aside ul > li > a:focus, .fixed-navigation left-panel aside ul > li > a:active {
  color: #458bc4;
  text-decoration: none;
  background-color: whitesmoke;
}
.fixed-navigation left-panel aside ul > li > a:hover.dashboard i, .fixed-navigation left-panel aside ul > li > a:focus.dashboard i, .fixed-navigation left-panel aside ul > li > a:active.dashboard i {
  background-image: url(/images/themeicons/menu/hover/dashboard.png);
}
.fixed-navigation left-panel aside ul > li > a .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  font-weight: bold !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fixed-navigation left-panel aside ul > li.mm-active a span {
  color: #458bc4;
}
.fixed-navigation left-panel aside ul > li.mm-active > a > .menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fixed-navigation left-panel aside ul > li:not(.active) a span {
  color: inherit;
}
@media only screen and (min-width: 799px) {
  .fixed-navigation left-panel aside {
    display: block;
    left: 0;
  }
}
.fixed-navigation #mainContent {
  margin-top: 0;
  padding: 0 0;
  background-color: #fafafa;
}
@media only screen and (min-width: 799px) {
  .fixed-navigation #mainContent {
    padding-left: 265px;
  }
  .fixed-navigation #mainContent h2 {
    font-style: oblique;
    top: 6px;
    position: relative;
    display: block;
  }
}
.fixed-navigation.showMenu left-panel aside {
  left: 0;
  -webkit-box-shadow: 0 0 35px 0 rgba(98, 103, 115, 0.15);
  box-shadow: 0 0 35px 0 rgba(98, 103, 115, 0.15);
}
@media only screen and (min-width: 799px) {
  .fixed-navigation.showMenu #mainContent {
    padding-left: 0;
  }
}
.fixed-navigation .narrow-header {
  display: none;
}
.fixed-navigation .scannedadr {
  text-align: center;
}
@media only screen and (min-width: 799px) {
  .fixed-navigation.enlarged left-panel aside {
    padding-top: 0;
    width: 70px;
    left: 0;
  }
  .fixed-navigation.enlarged left-panel aside .simple-header {
    display: none;
  }
  .fixed-navigation.enlarged left-panel aside .narrow-header {
    display: block;
  }
  .fixed-navigation.enlarged left-panel aside .narrow-header img {
    width: 40px;
    height: auto;
    position: relative;
    margin: 20px 0;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav ul {
    overflow: visible;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li {
    position: relative;
    white-space: nowrap;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a {
    padding: 15px 20px;
    min-height: 54px;
    transition: none;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a:hover, .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a:active, .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a:focus {
    color: #fafafa;
    text-decoration: none;
    background-color: whitesmoke;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a i {
    font-size: 1.125rem;
    margin-right: 20px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li > a span {
    display: none;
    padding-left: 25px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    background-color: #fafafa;
    background-color: #f2f2f2;
    color: #458bc4;
    transition: none;
    border-top-right-radius: 10px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > a span {
    display: inline;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > a span.menu-arrow {
    display: none;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover a.open :after, .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover a.mm-active :after {
    display: none;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    border-bottom-right-radius: 10px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > ul ul {
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul > li:hover > ul a span.menu-arrow {
    display: none;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #e8e8e8;
    margin-top: -2px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul ul li:hover > ul {
    display: block;
    left: 190px;
    margin-top: -36px;
    height: auto !important;
    position: absolute;
    width: 190px;
  }
  .fixed-navigation.enlarged left-panel aside .sidebar-nav > ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg);
  }
  .fixed-navigation.enlarged #mainContent {
    padding-left: 70px;
  }
  .fixed-navigation.enlarged #mainContent .hdr-header h2 {
    margin-left: 90px !important;
  }
}

.simple-header {
  padding-top: 2vh;
}
.simple-header .p2h4 {
  font-weight: bolder;
  font-size: 25px;
  color: #3f8902;
}
.simple-header img {
  width: 6rem;
}
.simple-header .p2h6 {
  font-weight: bold;
  font-size: 14px;
}
.simple-header .p2h6 em {
  font-weight: normal;
}
.simple-header .p2h1 {
  font-weight: bold;
  color: #0A40AA;
  font-size: 1.3rem !important;
  margin-bottom: 4px;
}

#dashboard {
  background: #F6F6EE url(/images/background1.png) !important;
  padding: 15px;
  overflow: hidden;
}

.db-item {
  /*margin: 10px;*/
  /* The side padding is used to try and avoid a vertical scroll bar on
     embedded 100% width tables. Unfortunaltey, this isn't perfect and they
     still appear at various widths */
  padding: 0 2px;
  margin-bottom: 20px;
  font-size: 0.8rem;
  height: 43vh;
}
@media (min-width: 767px) {
  .db-item {
    height: 54vh;
  }
}
@media (min-height: 700px) {
  .db-item {
    height: 61vh;
  }
}
@media (min-height: 1000px) {
  .db-item {
    height: 72vh;
  }
}
@media (min-height: 1100px) {
  .db-item {
    height: 79vh;
  }
}
.db-item .widget-body {
  /*padding: 13px 13px 0px;*/
  padding-bottom: 13px;
  background: white;
  overflow: auto;
  height: 90%;
}
@media (min-width: 767px) {
  .db-item .widget-body {
    height: 88%;
  }
}
.db-item .locked-report {
  background-color: #e9f5df !important;
  padding: 4px;
  color: #b07c42;
}
.db-item tr:nth-child(2n).locked-report {
  background-color: #ceeeb6 !important;
}
.db-item tr:nth-child(2n).locked-report:hover {
  background-color: #eceeb6 !important;
  color: black;
}
.db-item th {
  background-color: rgba(243, 214, 181, 0.4);
  color: rgb(156, 104, 38);
  padding: 3px 8px;
}
.db-item td {
  vertical-align: top;
  text-align: center;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}
.db-item td.adr {
  text-align: left;
  padding-left: 10px;
}

header {
  /*background-color: rgb(249, 249, 249);*/
  background-image: linear-gradient(rgb(253, 253, 253), rgb(244, 244, 244));
  /*box-shadow: rgb(247, 247, 247) 0px 1px 0px 0px, rgb(216, 216, 216) 0px 5px 4px -4px;*/
  height: 33px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-image: initial;
  background-repeat: repeat-x;
  border-bottom: 1px solid rgb(216, 216, 216);
  padding: 0px 15px 0px 0px;
  /*background: rgba(251, 189, 111, 0.1);*/
  /*box-shadow: rgb(249, 231, 201) 0px 0px 1px 1px;*/
  padding-left: 10px;
  font-weight: bold;
  color: rgb(194, 146, 53);
}

div.fcount {
  max-height: 70vh;
  overflow: scroll;
}
div.fcount .fcount {
  width: 70px;
}

table.visitlist tbody tr:nth-child(even) {
  background-color: #f4eade;
}
table.visitlist tbody td.vid {
  width: 6em;
  text-align: right;
}
table.visitlist tbody td.vid i {
  float: left;
  color: #4b8611;
  margin-top: 2px;
  margin-left: 4px;
}
table.visitlist tbody td.vdate {
  width: 7em;
}
table.visitlist tbody td.vserv {
  min-width: 17em;
}
table.visitlist tbody td.visited {
  background-color: #93be7e;
  color: white;
}
table.visitlist tbody tr:hover {
  background-color: #dda35e;
  color: white;
}
table.visitlist tbody tr:hover i {
  color: white;
}
table.visitlist tbody tr:hover .visited {
  background-color: #be9f7e;
}

div.visitlist .visit-entry {
  border: 1px solid #355e04;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 4px;
}
div.visitlist .visit-entry .hdr {
  background-color: #f4eade;
  font-weight: bold;
}
div.visitlist .visit-entry .hdr .vid {
  text-align: right;
}
div.visitlist .visit-entry .hdr .vid i {
  float: left;
  color: #4b8611;
  margin-top: 2px;
  margin-left: 4px;
}
div.visitlist .visit-entry .vdate {
  text-align: right;
}
div.visitlist .visit-entry .vdate.visited {
  background-color: #93be7e;
  color: white;
}
.p2bg {
  background-color: #F7F7F7;
  /*height: 600px !important;*/
  border-radius: 40px 40px 0px 0px;
  padding-top: 1.25rem;
  /** Password reminder area */
  /*
      The following are for tablets, such as iPads
   */
}
.p2bg.at-top {
  margin-top: 0;
}
.p2bg form {
  padding-right: 0;
  padding-left: 0;
}
.p2bg .fcont {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #0A40AA;
  height: 3.5rem;
  margin: auto;
  background: white;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 599px) {
  .p2bg .fcont {
    width: 15rem;
  }
}
.p2bg .fcont label {
  color: #0A40AA;
  /*font-size: 15px;*/
  font-weight: bold;
  display: inline;
  border-right: 1px solid #0A40AA;
  padding: 1rem 0 20px 1.75rem !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  width: 5.7rem;
  z-index: 1;
  overflow: hidden;
  font-size: 0.65rem !important;
}
.p2bg .fcont label span {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 0 0 1.75rem !important;
  position: absolute;
}
.p2bg .fcont label img {
  position: absolute;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p2bg .fcont textarea,
.p2bg .fcont input {
  height: 100%;
  width: 100%;
  border: 0;
  font-size: 0.75rem !important;
}
.p2bg .fcont input {
  padding: 0 0 0 6rem;
}
.p2bg .fcont input.password {
  padding-right: 32px;
}
.p2bg .fcont .pwreveal {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 40px;
  display: block;
  border: none;
  border-left: 1px solid #e5dcdc;
  color: #c2bfbf;
  outline: none;
  background-color: rgb(239, 239, 239);
}
.p2bg .fcont .pwreveal.showing {
  color: #0A40AA;
}
.p2bg .fcont textarea {
  text-align: center;
}
.p2bg .fcont select {
  font-size: 0.75rem !important;
}
.p2bg .rbtn {
  position: absolute;
  padding: 0;
  right: 4px;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid transparent;
  background-color: transparent;
}
.p2bg .rbtn:disabled {
  opacity: 0.35;
}
.p2bg .rbtn img {
  height: 24px;
}
.p2bg .ml-10 {
  margin-left: 10px !important;
}
.p2bg .pr-40 {
  padding-right: 40px !important;
}
.p2bg .fcont-blue-box {
  position: relative;
  background-color: #0A40AA;
  font-size: 8px;
  color: #FFFFFF;
  height: 39px;
  width: 213px;
  border-radius: 10px;
  padding-top: 13px;
  margin-top: 8px;
  text-align: left;
  padding-left: 20px;
}
.p2bg .btnblock {
  width: 16rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.p2bg .btnblock .frgtpass {
  font-size: 0.8rem !important;
  color: #0A40AA;
  font-weight: 600;
  padding-top: 0;
}
.p2bg .p2btn {
  /*height: 55px;*/
  /*width: 460px !important;*/
  /*margin-top: 35px !important;*/
  width: 100%;
}
.p2bg #p2_qr {
  border: 3px dashed #0A40AA;
  padding: 0.8rem !important;
  border-radius: 10px;
  margin-top: 1rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  background: url(/images/themeicons/qr-code.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  display: inline-block;
}
@media only screen and (min-width: 599px) {
  .p2bg #p2_qr {
    width: 5rem;
    height: 5rem;
  }
}
.p2bg #p2_qr:hover {
  background-image: url(/images/themeicons/qr-code-hover.svg);
  border-color: #1e7e34;
}
.p2bg #p2_qr + h5 {
  display: none;
}
@media only screen and (min-width: 599px) {
  .p2bg #p2_qr + h5 {
    display: block;
  }
}
.p2bg .p2_h5 {
  font-weight: bolder;
  color: #0A40AA;
  padding-bottom: 5px;
  font-size: 0.8rem !important;
}
.p2bg .p9midpara_div {
  font-size: 10px;
  color: #0A40AA;
  font-weight: 500;
  margin-bottom: 2px;
  position: relative;
  top: 7px;
}
.p2bg .arrow_top {
  position: absolute;
  top: 60px;
  left: 25px;
  color: #0A40AA;
  font-size: 30px;
}
.p2bg .p3_para {
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
  max-width: 22rem;
}
.p2bg #p5_overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.p2bg #white_box {
  position: absolute;
  top: 26%;
  bottom: 26%;
  left: 9%;
  right: 9%;
  background-color: #ffffff;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  height: 300px;
  width: 250px;
  z-index: 2000;
}
.p2bg #white_box .croXimg {
  position: relative;
  top: -2.75rem;
  width: 4rem;
  border-bottom: 5px solid gray;
  border-radius: 0px 0px 50% 50%;
}
.p2bg #white_box .inside_box {
  padding-top: 65px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: bolder;
  color: #0A40AA;
  line-height: 1.5;
}
.p2bg #white_box .inside_box img {
  width: 6.5rem;
}
.p2bg .p9notes {
  position: relative;
  width: 16rem;
  font-size: 10px;
  color: #0A40AA;
  font-weight: 500;
  margin-bottom: 2px;
  position: relative;
  top: 7px;
  text-align: left;
}
.p2bg .p9notes label {
  width: 100%;
}
.p2bg .p9notes label button {
  background: #0a40aa;
  color: white;
}
.p2bg .p9notes.hidden {
  display: none;
}
.p2bg .mtop-10 {
  margin-top: 10px;
}
.p2bg .mtop-20 {
  margin-top: 20px;
}
.p2bg .mbot-12 {
  margin-bottom: 12px;
}
.p2bg .mbot {
  margin-bottom: 7px;
}
.p2bg .mbot-0 {
  margin-bottom: 0;
}
.p2bg .p9btm_para1 {
  font-size: 9px;
  color: #0A40AA;
  text-align: center;
}
.p2bg .p9_btm_div {
  font-size: 0.65rem;
  color: #000000;
  font-weight: 700;
  text-align: left;
}
.p2bg .p9_btm_div input {
  margin-right: 10px;
}
.p2bg #audioTest {
  height: 8rem;
  width: 6rem;
  display: none;
  margin: 10px auto;
}
@media only screen and (min-width: 355px) and (max-width: 370px) {
  .p2bg .fcont,
  .p2bg .p9midpara_div,
  .p2bg .p9notes,
  .p2bg .btnblock {
    width: 19rem;
  }
}
@media only screen and (min-width: 370px) and (max-width: 740px) {
  .p2bg .fcont,
  .p2bg .p9midpara_div,
  .p2bg .p9notes,
  .p2bg .btnblock,
  .p2bg .xp2btn {
    width: 20rem;
  }
  .p2bg .fcont label {
    width: 6.5rem;
  }
  .p2bg .lw-period-container {
    margin-left: 7rem !important;
  }
  .p2bg .fcont input {
    padding-left: 7rem;
  }
  .p2bg .fcont label,
  .p2bg .fcont input {
    font-size: 0.8rem !important;
  }
  .p2bg .btnblock {
    width: 20rem;
  }
}
@media only screen and (min-width: 740px) {
  .p2bg .fcont,
  .p2bg .p9midpara_div,
  .p2bg .p9notes,
  .p2bg .btnblock,
  .p2bg .xp2btn {
    width: 22rem;
  }
  .p2bg .fcont label {
    width: 6.5rem;
  }
  .p2bg .lw-period-container {
    margin-left: 7rem !important;
  }
  .p2bg .fcont input {
    padding-left: 7rem;
  }
  .p2bg .fcont label,
  .p2bg .fcont input {
    font-size: 0.8rem !important;
  }
}
@media only screen and (min-height: 600px) {
  .p2bg #p2_img {
    width: auto;
  }
  .p2bg .p2h1 {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
  }
  .p2bg .p2bg {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 355px) {
  .p2bg #p2_qr {
    height: 6rem;
    width: 6rem;
  }
}
@media only screen and (min-height: 1000px) {
  .p2bg #p2_qr {
    height: 6rem;
    width: 6rem;
  }
}

.p7_h1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bolder;
  padding-top: 9px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 599px) {
  .p7_h1 {
    padding-top: 14px;
  }
}

.p7_edit_img {
  float: right;
  padding-top: 17px;
  padding-right: 14px;
}

.p7_map_para {
  margin-bottom: 9px;
  padding-left: 17px;
  padding-top: 13px;
  color: #616161;
}

.p7_map_h6 {
  font-size: 12px;
  font-weight: bold;
  color: #0A40AA;
  padding-left: 17px;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.lw-body-area {
  max-width: 400px;
  margin: 0 auto;
}
.lw-body-area .container {
  margin-top: 10px;
}
.lw-body-area .container .timerstatus {
  background-color: #0a40aa;
  height: 41px;
  width: 100%;
  color: #ffffff;
  font-size: 11px;
  padding-top: 13px;
}
.lw-body-area .container .timerstatus.expired {
  background-color: #FF0000;
  font-weight: bold;
  font-size: 13px;
}
.lw-body-area .container .fcont {
  height: 2.5rem;
}
.lw-body-area .container .p7_mid_div .p7_h6_mid {
  font-size: 0.75rem;
  font-weight: bold;
  color: #0A40AA;
  opacity: 92%;
}
.lw-body-area .container .p7_mid_div p {
  font-size: 0.7rem;
  color: #616161;
  margin-bottom: 1px;
}
.lw-body-area .container .p7_mid_div p.smaller {
  font-size: 9px;
}
.lw-body-area .container .lw-btns {
  margin: 1rem auto;
}
.lw-body-area .container .p7_botm_div p {
  font-size: 0.57rem;
}
.lw-body-area .container .p7_botm_div .p7_botm_para1 {
  color: #616161;
  padding-top: 20px;
}
.lw-body-area .container .p7_botm_div .p7_botm_para2 {
  color: #0A40AA;
}
.lw-body-area .container .p9grey {
  color: #616161;
  font-weight: normal;
}
.lw-body-area .container .fcont .lw-period-container {
  position: relative;
  margin-left: 6rem;
  height: 100%;
  text-align: left;
}
.lw-body-area .container .fcont .lw-period-container.list {
  height: auto;
}
.lw-body-area .container .fcont .lw-period-container .lw-period-num {
  border: 1px solid lightgrey;
  text-align: center;
  line-height: 23px;
  width: 4em;
  padding: 4px;
}
.lw-body-area .container .fcont .lw-period-container select {
  height: 100%;
}
.lw-body-area .container .fcont .lw-period-container input.invalid {
  background: rgba(255, 0, 0, 0.0509803922);
}
.lw-body-area .container .fcont .lw-period-container .select2-container--default {
  height: 100%;
}
.lw-body-area .container .fcont .lw-period-container .select2-container--default .select2-selection--single {
  border: 1px solid lightgrey;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  font-size: 0.75rem !important;
}
.lw-body-area .container .saved-notes .saved-note {
  font-size: 9px;
  text-align: left;
  width: 16rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.lw-body-area .container .saved-notes .saved-note:nth-child(even) {
  color: #0a40aa;
  font-weight: bold;
}
.lw-body-area .container .active-btns-div .btn {
  font-size: 12px;
  font-weight: bold;
  height: 48px;
  color: #FFFFFF;
  padding-top: 10px;
}
.lw-body-area .container .active-btns-div .btn .p11_btn_img {
  padding-bottom: 5px;
  padding-right: 4px;
}
.lw-body-area .container .active-btns-div .p11_red_btn {
  background-color: #FF0000;
  width: 234px;
  border-radius: 10px;
  margin-top: 26px;
}
.lw-body-area .container .active-btns-div .p11_red_btn.confirm {
  position: absolute;
  top: 15vh;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.lw-body-area .container .active-btns-div .p11_blue_btn {
  background-color: #0A40AA;
  width: 174px;
  border-radius: 10px;
  margin-top: 15px;
  padding-right: 15px;
}
.lw-body-area .container .active-btns-div .p11_trns_btn {
  width: 174px;
  color: #0A40AA;
  border: 2px solid #0A40AA;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 17px;
}
.lw-body-area .container .active-btns-div.alertRaised {
  background-color: darkred;
}
.lw-body-area .container .active-btns-div.alertRaised .p11_trns_btn {
  background-color: white;
}

#header .qr-scan-hdr-img {
  background: url(/images/themeicons/qr-code.svg);
  background-size: contain;
  height: 39px;
  width: 39px;
  top: 20px;
  left: 12px;
}
#header .qr-scan-hdr-img:hover {
  background: url(/images/themeicons/qr-code.svg) white;
  background-size: contain;
}
#header #logout {
  position: absolute;
  right: 10px;
  top: 12px;
}

/*
 * From https://codepen.io/adevade/pen/FGtre
 */
/* ------------------------- */
#mp-logo {
  text-align: center;
  padding-top: 10vh;
}

#mp-loading-overlay {
  z-index: 2500;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(1, 11, 93, 0.48);
}
#mp-loading-overlay.dark {
  background-color: rgba(1, 11, 93, 0.78);
}

#mp-loading-block {
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
}
#mp-loading-block .mp-loading {
  display: block;
  margin: auto;
  position: relative;
  width: 100px;
  height: 100px;
}
#mp-loading-block .mp-loading span {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
}
#mp-loading-block .mp-loading span:nth-child(1) {
  top: 0;
  left: 0;
  background-color: rgba(66, 133, 244, 0.75);
  animation: move1 4s linear infinite;
}
#mp-loading-block .mp-loading span:nth-child(2) {
  top: 0;
  right: 0;
  background-color: rgba(219, 68, 55, 0.75);
  background-color: #3747db;
  animation: move2 4s linear infinite;
}
#mp-loading-block .mp-loading span:nth-child(3) {
  bottom: 0;
  left: 0;
  background-color: rgba(244, 180, 0, 0.75);
  background-color: #5ae9ed;
  animation: move3 4s linear infinite;
}
#mp-loading-block .mp-loading span:nth-child(4) {
  bottom: 0;
  right: 0;
  background-color: rgba(15, 157, 88, 0.75);
  background-color: #2487b5;
  animation: move4 4s linear infinite;
}

@keyframes move1 {
  0% {
    transform: translate(0);
    z-index: 10;
  }
  25% {
    transform: translate(100%, 0);
  }
  50% {
    transform: translate(100%, 100%);
  }
  75% {
    transform: translate(0, 100%);
    z-index: 0;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move2 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, 100%);
  }
  50% {
    transform: translate(-100%, 100%);
    z-index: 0;
  }
  75% {
    transform: translate(-100%, 0);
    z-index: 10;
  }
  100% {
    transform: translate(0);
  }
}
@keyframes move3 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(0, -100%);
    z-index: 10;
  }
  50% {
    transform: translate(100%, -100%);
  }
  75% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0);
    z-index: 0;
  }
}
@keyframes move4 {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-100%, 0);
    z-index: 0;
  }
  50% {
    transform: translate(-100%, -100%);
    z-index: 10;
  }
  75% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0);
  }
}
l #qrscanbox {
  position: absolute;
  width: 90vw;
  display: none;
  top: 10vh;
  left: 5vw;
  background-color: white;
  padding: 4px;
  text-align: center;
  z-index: 999;
  border: 1px inset #0A40AA;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
  height: auto;
  padding-bottom: 40px;
  /* Page 4 (scan) */
}
@media (min-width: 992px) {
  l #qrscanbox {
    width: 50vw;
    left: 25vw;
  }
}
l #qrscanbox canvas {
  width: 90%;
  height: 65%;
  border: 2px solid #ce8706;
  margin-top: 15px;
}
@media (min-width: 992px) {
  l #qrscanbox canvas {
    height: 80%;
  }
}
l #qrscanbox .btn-scan {
  width: 110px;
}
l #qrscanbox .qrscan {
  width: 90%;
  height: 30vh;
  position: relative;
  background-color: #7B7B7B;
  background-image: url(/images/themeicons/p4qr-code.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5%;
  overflow: hidden;
}
l #qrscanbox .qrscan #qr-video {
  transform: scaleX(-1);
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: 2px solid #fbe396;
  opacity: 0.8;
}

#bioConfirm {
  max-width: 300px;
  max-height: 800px;
  padding: 0 !important;
  overflow: hidden;
  min-height: 15vh;
  width: 100%;
  border: none;
  height: auto;
}
#bioConfirm .pu-header {
  padding-top: 15px;
}
#bioConfirm .pu-bc-main {
  height: 150px;
  width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
}
#bioConfirm .pu-bc-main i {
  font-size: 80px;
  float: left;
  left: 10px;
  top: 14px;
  margin-left: 20px;
}

#forms-editor .ft-content .ft-item-content .item-group .item-header,
#forms-editor .ft-content .ft-item .item-group .item-header, #forms-editor .drag-selected {
  background-color: #F8FFD0;
  background-color: white;
  border: 1px outset #E1E1E1;
  margin-bottom: 2px;
  padding: 5px;
  padding: 0px;
  min-height: 1.2em;
  text-align: left;
  position: relative;
}

.risk-bg-1 {
  background: radial-gradient(#66cc33, white) !important;
}

.risk-bg-2 {
  background: radial-gradient(#ff9933, white) !important;
}

.risk-bg-3 {
  background: radial-gradient(#ff3333, white) !important;
}

.risk-bg-4 {
  background: radial-gradient(#cc0000, white) !important;
}

.risk-bg-5 {
  background: radial-gradient(#b3cecc, white) !important;
}

.risk-bg-6 {
  background: radial-gradient(#b8b6fb, white) !important;
}

#forms-editor {
  /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      The following styles apply anywhere inside the editor
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  /*
  For some reason, don't appear to be able to combine these with a comma,
  or via extend, so instead explicitly state them all.
   */
  /*
      This is a dummy, just used to pad the top for the fixed nav-bar
   */
  /*
      Want to hide the sliedup/down and append buttons except in the field
      type column, but the dragged version is linked to it, so have to hide
      that explicitly
   */
  /*
      SORTABLE-DRAG is a class added to the copy dragged around the scren
   */
}
#forms-editor a {
  color: #785104;
  text-decoration: none;
}
#forms-editor a:hover {
  text-decoration: underline;
}
#forms-editor #ftr-content {
  overflow: hidden;
}
#forms-editor ::placeholder {
  font-style: oblique;
  text-align: center;
  border: 1px solid #cdf8ff;
  padding: 4px;
  opacity: 100;
  color: #e2b480;
}
#forms-editor textarea::placeholder {
  height: 3em;
}
#forms-editor textarea:disabled {
  color: #4c6ff9;
  background-color: #f7f4f4 !important;
}
#forms-editor .ft-mandatory {
  border: 1px solid #ff8989;
}
#forms-editor .ft-pad-border {
  padding: 1.5rem;
  padding: 0.75rem;
  margin-right: 0;
  margin-left: 0;
  border-width: 0.2rem;
  margin-bottom: 0.4rem;
}
#forms-editor .ft-panel-full {
  margin-bottom: 23px;
  height: calc(100% - 76px);
  max-height: calc(100% - 76px);
  overflow: scroll;
}
#forms-editor .ft-panel-content {
  margin-bottom: 23px;
  height: calc(100% - 72px);
  max-height: calc(100% - 72px);
  overflow: scroll;
}
#forms-editor .ft-fg-colour-red {
  color: #ff0000;
}
#forms-editor .ft-bg-colour-red {
  background-color: #ff0000;
}
#forms-editor .ft-fg-colour-selector-red {
  color: #ff0000;
}
#forms-editor .ft-bg-colour-selector-red {
  background-color: #ff0000 !important;
}
#forms-editor .ft-fg-colour-darkred {
  color: #d60000;
}
#forms-editor .ft-bg-colour-darkred {
  background-color: #d60000;
}
#forms-editor .ft-fg-colour-selector-darkred {
  color: #d60000;
}
#forms-editor .ft-bg-colour-selector-darkred {
  background-color: #d60000 !important;
}
#forms-editor .ft-fg-colour-green {
  color: #00ff00;
}
#forms-editor .ft-bg-colour-green {
  background-color: #00ff00;
}
#forms-editor .ft-fg-colour-selector-green {
  color: #00ff00;
}
#forms-editor .ft-bg-colour-selector-green {
  background-color: #00ff00 !important;
}
#forms-editor .ft-fg-colour-darkgreen {
  color: #09b314;
}
#forms-editor .ft-bg-colour-darkgreen {
  background-color: #09b314;
}
#forms-editor .ft-fg-colour-selector-darkgreen {
  color: #09b314;
}
#forms-editor .ft-bg-colour-selector-darkgreen {
  background-color: #09b314 !important;
}
#forms-editor .ft-fg-colour-darkblue {
  color: #00009b;
}
#forms-editor .ft-bg-colour-darkblue {
  background-color: #00009b;
}
#forms-editor .ft-fg-colour-selector-darkblue {
  color: #00009b;
  background-color: white;
}
#forms-editor .ft-bg-colour-selector-darkblue {
  background-color: #00009b !important;
  color: white !important;
}
#forms-editor .ft-fg-colour-blue {
  color: #0000ff;
}
#forms-editor .ft-bg-colour-blue {
  background-color: #0000ff;
}
#forms-editor .ft-fg-colour-selector-blue {
  color: #0000ff;
  background-color: white;
}
#forms-editor .ft-bg-colour-selector-blue {
  background-color: #0000ff !important;
  color: white !important;
}
#forms-editor .ft-fg-colour-white {
  color: #ffffff;
}
#forms-editor .ft-bg-colour-white {
  background-color: #ffffff;
}
#forms-editor .ft-fg-colour-selector-white {
  color: #ffffff;
  background-color: black;
}
#forms-editor .ft-bg-colour-selector-white {
  background-color: #ffffff !important;
  color: black !important;
}
#forms-editor .ft-fg-colour-black {
  color: #000000;
}
#forms-editor .ft-bg-colour-black {
  background-color: #000000;
}
#forms-editor .ft-fg-colour-selector-black {
  color: #000000;
  background-color: white;
}
#forms-editor .ft-bg-colour-selector-black {
  background-color: #000000 !important;
  color: white !important;
}
#forms-editor .ft-fg-colour-orange {
  color: #e67e22;
}
#forms-editor .ft-bg-colour-orange {
  background-color: #e67e22;
}
#forms-editor .ft-fg-colour-selector-orange {
  color: #e67e22;
}
#forms-editor .ft-bg-colour-selector-orange {
  background-color: #e67e22 !important;
}
#forms-editor .ft-fg-colour-yellow {
  color: yellow;
}
#forms-editor .ft-bg-colour-yellow {
  background-color: yellow;
}
#forms-editor .ft-fg-colour-selector-yellow {
  color: yellow;
  background-color: black;
}
#forms-editor .ft-bg-colour-selector-yellow {
  background-color: yellow !important;
  color: black !important;
}
#forms-editor .bg-color-red {
  background: #fff4f0;
}
#forms-editor .bg-color-white {
  background: #ffffff;
}
#forms-editor .fg-text-orangey {
  color: rgb(194, 146, 53);
  font-weight: bold;
}
#forms-editor .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
#forms-editor .navbar-header {
  background-color: #2196f3;
  position: fixed;
  right: 0;
  left: 0;
  height: 64px;
  margin-bottom: 23px;
  z-index: 100;
  color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding-left: 0.5rem;
  overflow: hidden;
}
#forms-editor .navbar-header .navbar-toggler {
  display: block;
  background-color: #61afed;
}
@media (min-width: 992px) {
  #forms-editor .navbar-header .navbar-toggler {
    display: none;
  }
}
#forms-editor .navbar-header .navbar-toggler:focus {
  box-shadow: none;
}
#forms-editor .navbar-header .navbar-toggler:hover {
  background-color: #61afed !important;
}
#forms-editor .navbar-header .navbar-toggler.collapsed {
  background-color: transparent;
}
#forms-editor .navbar-header .navbar-brand {
  color: #eee;
  left: 80px;
  position: absolute;
}
@media (min-width: 992px) {
  #forms-editor .navbar-header .navbar-brand {
    position: relative;
    float: left;
    padding: 10.5px 15px;
    font-size: 24px;
    line-height: 23px;
    height: 64px;
    left: inherit;
  }
}
#forms-editor #tpl-edit-block {
  display: none;
  position: relative;
  width: 100%;
  border: 1px solid;
  background: yellow;
  z-index: 11;
  text-align: center;
  padding: 20px;
}
#forms-editor .ft-wide {
  width: 100%;
}
#forms-editor #ft-nav-dummy {
  height: 66px;
}
#forms-editor .ft-slide,
#forms-editor .ft-send-icon {
  display: none;
  cursor: pointer;
}
#forms-editor .sortable-drag {
  background: orange !important;
}
#forms-editor .sortable-drag .ft-panel-heading {
  background: orange !important;
}
#forms-editor .sortable-drag .fr-slide,
#forms-editor .sortable-drag .ft-send-icon {
  display: none !important;
}
#forms-editor .todocount {
  margin-right: 20px;
  font-size: 60%;
  position: absolute;
  right: 0;
  top: 10px;
  color: red;
}
#forms-editor .sortable-chosen {
  cursor: move !important;
}
#forms-editor .ft-panel-heading {
  position: relative;
  padding: 10px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd;
  border-bottom: 0;
}
#forms-editor .ft-panel-heading .ft-panel-title {
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
  position: relative;
}
#forms-editor .ft-panel-heading .ft-slide {
  display: block;
  position: absolute;
  left: 4px;
  top: 15px;
  z-index: 2;
}
#forms-editor .ft-panel-heading .ft-send-icon {
  display: block;
  position: absolute;
  right: -3px;
  top: 9px;
}
#forms-editor .ft-panel-heading .ft-send-icon:hover {
  color: red;
}
#forms-editor .ft-panel-heading .ft-send-icon:active {
  color: green;
}
#forms-editor .ft-panel-heading.activeField {
  background-color: rgba(2, 136, 2, 0.2196078431) !important;
}
#forms-editor .ft-panel-heading.activeField .ft-send-icon {
  color: orange;
}
#forms-editor .ft-panel-heading.selecting {
  background-color: rgba(251, 170, 110, 0.22) !important;
  background: linear-gradient(45deg, rgba(251, 170, 110, 0.22), rgba(197, 119, 62, 0.47), rgba(244, 244, 243, 0.22), rgba(240, 217, 201, 0.22), rgba(251, 170, 110, 0.22));
  background-size: 400% 1200%;
  animation: gradientAnimation 4s linear infinite;
}
@keyframes gradientAnimation {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
#forms-editor .sidebar {
  background-color: #e1f5fe;
  height: 80vh;
  position: fixed;
  padding: 0 10px;
  overflow: scroll;
  z-index: 10;
  height: calc(100vh - 140px);
  overflow: hidden;
}
@media (min-width: 700px) {
  #forms-editor .sidebar {
    left: 0;
  }
}
@media (min-width: 992px) {
  #forms-editor .sidebar {
    left: 0;
    width: 250px;
  }
}
#forms-editor .sidebar.collapsing {
  height: auto;
  -webkit-transition: left 0.1s ease;
  -o-transition: left 0.1s ease;
  -moz-transition: left 0.1s ease;
  transition: left 0.2s ease;
  left: -100%;
}
#forms-editor .sidebar.show {
  left: 0;
  -webkit-transition: left 0.1s ease-in;
  -o-transition: left 0.1s ease-in;
  -moz-transition: left 0.1s ease-in;
  transition: left 0.2s ease-out;
}
#forms-editor .sidebar .ft-panel-group .ftr-toc-group .ftr-toc-group {
  margin-left: 12px;
}
#forms-editor .sidebar .ft-panel-group .ft-panel.ftr-toc,
#forms-editor .sidebar .ft-panel-group .ft-panel + .ft-panel {
  margin-top: 5px;
}
#forms-editor .sidebar .ft-panel-group .ftr-toc.active .ft-panel-heading {
  background-color: #edd7bd;
}
#forms-editor .sidebar .ft-panel-group a {
  color: black;
}
#forms-editor .sidebar .ft-panel-group .ft-panel {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-bottom: 0;
  border-radius: 3px;
}
#forms-editor .sidebar .ft-panel-group .ft-panel .ft-panel-heading {
  padding: 5px 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #212121;
  background-color: #f5f5f5;
  border-color: #dddddd;
  border-bottom: 0;
}
#forms-editor .sidebar .ft-panel-group .ft-panel .ft-panel-heading.filtered {
  background-color: rgba(247, 3, 3, 0.1803921569);
}
#forms-editor .sidebar .ft-panel-group .ft-panel .ft-panel-heading .ft-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
#forms-editor .sidebar .ft-panel-group .ft-panel .ft-panel-heading .ft-send-icon {
  display: block;
}
#forms-editor .sidebar .ft-panel-group .ft-panel .ft-panel-body {
  padding: 15px;
  border-top: 1px solid #dddddd;
  color: #666666;
}
#forms-editor .sidebar .ftr-sb-btns {
  margin-bottom: 40px;
}
#forms-editor #ft-sidebar-back {
  background-color: #2196f3;
  opacity: 0;
  width: 99%;
  height: 99%;
  overflow: hidden;
}
#forms-editor .drag-selected {
  background: #e8d9bc;
  opacity: 0.5;
}
#forms-editor .ft-content {
  min-height: 400px;
  height: calc(100vh - 140px);
  position: relative;
  border: 1px solid #ececa6;
  padding: 10px 4px 4px 4px;
  padding: 10px 10px 4px 10px;
  overflow-y: scroll;
  display: block !important;
}
#forms-editor .ft-content a {
  padding: 0;
}
#forms-editor .ft-content .light-input {
  border-color: #f3f0f0;
  border-width: 1px;
  border-style: solid;
}
#forms-editor .ft-content .light-border,
#forms-editor .ft-content input[type=text],
#forms-editor .ft-content select,
#forms-editor .ft-content textarea {
  border-color: #f3f0f0;
  border-width: 1px;
  border-style: solid;
  width: 100%;
}
#forms-editor .ft-content .light-border.short,
#forms-editor .ft-content input[type=text].short,
#forms-editor .ft-content select.short,
#forms-editor .ft-content textarea.short {
  width: 90%;
  min-width: 50px;
  max-width: 250px;
}
#forms-editor .ft-content .light-border.labelled,
#forms-editor .ft-content input[type=text].labelled,
#forms-editor .ft-content select.labelled,
#forms-editor .ft-content textarea.labelled {
  width: auto;
}
#forms-editor .ft-content select {
  padding: 4px;
}
#forms-editor .ft-content textarea {
  width: 100%;
  padding: 4px 8px;
  min-height: 5em;
  margin-bottom: 8px;
}
#forms-editor .ft-content textarea.ft-select-list {
  height: 100%;
}
#forms-editor .ft-content .ft-hint {
  text-align: center;
}
#forms-editor .ft-content .ft-item-content,
#forms-editor .ft-content .ft-item {
  min-height: 0.5em;
  margin-left: 1.75em;
}
#forms-editor .ft-content .ft-item-content .activefield,
#forms-editor .ft-content .ft-item .activefield {
  border: 1px solid blue !important;
}
#forms-editor .ft-content .ft-item-content .item-group,
#forms-editor .ft-content .ft-item .item-group {
  margin-bottom: 8px;
  border-radius: 0.25rem;
  border: 1px solid #eae9cc;
  background: #f9f8dd;
  padding: 0;
  min-height: 1.25em;
}
#forms-editor .ft-content .ft-item-content .item-group.activefield,
#forms-editor .ft-content .ft-item .item-group.activefield {
  border: 1px solid blue !important;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header,
#forms-editor .ft-content .ft-item .item-group .item-header {
  border-width: 3px;
  border-color: transparent;
  overflow: hidden;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header.notsaved,
#forms-editor .ft-content .ft-item .item-group .item-header.notsaved {
  border-color: #efa6a6;
  border-color: #f10404;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header.sectfield,
#forms-editor .ft-content .ft-item .item-group .item-header.sectfield {
  font-size: 105%;
  font-weight: bold;
  margin-top: 10px;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .handle,
#forms-editor .ft-content .ft-item .item-group .item-header .handle {
  cursor: move !important;
  margin: 4px 10px 0 5px;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header i,
#forms-editor .ft-content .ft-item .item-group .item-header i {
  top: 4px;
  position: relative;
  margin-right: 8px;
  margin-top: 4px;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .ft-field-title,
#forms-editor .ft-content .ft-item .item-group .item-header .ft-field-title {
  background-color: #f5f5f5;
  background-color: #eaeaea;
  border-color: #dddddd;
  padding: 5px;
  height: 2em;
  overflow: hidden;
  margin-right: 48px;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .ft-field-title.ft-t-100,
#forms-editor .ft-content .ft-item .item-group .item-header .ft-field-title.ft-t-100 {
  background-color: #f7ffec;
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .ft-edit-block,
#forms-editor .ft-content .ft-item .item-group .item-header .ft-edit-block {
  padding: 10px;
  display: none;
}
@media (min-width: 992px) {
  #forms-editor .ft-content .ft-item-content .item-group .item-header .ft-edit-block .ft-right-separator,
  #forms-editor .ft-content .ft-item .item-group .item-header .ft-edit-block .ft-right-separator {
    border-right-width: 1px;
    border-right-color: lightgrey;
    border-right-style: solid;
  }
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .ft-edit-block .ft-option-block,
#forms-editor .ft-content .ft-item .item-group .item-header .ft-edit-block .ft-option-block {
  border: 1px solid #efd0d0;
  background: rgba(255, 255, 0, 0.1215686275);
}
#forms-editor .ft-content .ft-item-content .item-group .item-header .ft-edit-block .ft-option-block .field-hint,
#forms-editor .ft-content .ft-item .item-group .item-header .ft-edit-block .ft-option-block .field-hint {
  background-color: #fff9fb;
  border: 1px solid pink;
  text-align: left;
  padding: 6px;
}
#forms-editor .ft-content .ft-item-content .item-group .item-group,
#forms-editor .ft-content .ft-item .item-group .item-group {
  margin-bottom: 0;
  border: 0;
  padding-top: 0px;
  padding-right: 0px;
}
#forms-editor .ft-content .ft-item-content .ft-item-content,
#forms-editor .ft-content .ft-item .ft-item-content {
  background-color: #f5f3be;
  border: 1px solid #f5da9f;
  min-height: 0.5rem;
}
#forms-editor .ft-content .ft-item-content .ft-item-content .item-header .ft-field-title,
#forms-editor .ft-content .ft-item .ft-item-content .item-header .ft-field-title {
  background: white;
}
#forms-editor .ft-content .ft-item-content .ft-item-content .ft-content-group,
#forms-editor .ft-content .ft-item .ft-item-content .ft-content-group {
  border: 1px solid #cbe1f1;
  margin-bottom: 0px;
  min-height: 1.2em;
  text-align: left;
  position: relative;
}
#forms-editor .ft-content .ft-item-content .ft-item-content .ft-content-group > .item-header .ft-field-title,
#forms-editor .ft-content .ft-item .ft-item-content .ft-content-group > .item-header .ft-field-title {
  background-color: #eeffd3;
  margin-bottom: 0;
  border-bottom-width: 0;
}
#forms-editor .ft-content .ft-item-content .ft-item-content .ft-content-group .ft-item-content,
#forms-editor .ft-content .ft-item .ft-item-content .ft-content-group .ft-item-content {
  background-color: rgba(226, 250, 255, 0.47);
  min-height: 2em;
}
#forms-editor .ft-content > .ft-item {
  margin-left: 0;
}
#forms-editor .ft-content .field-drag i {
  display: none;
}
#forms-editor .ft-content .ftr-button-group {
  padding: 10px;
  text-align: center;
  background: white;
  border: 1px solid #d5d3d3;
  margin: 10px 0;
  min-height: 51px;
}
#forms-editor .ft-content .ftr-button-group .ft-send-icon {
  display: block;
  top: 4px;
  position: relative;
  font-size: 20px;
}
#forms-editor .ft-content .ftr-button-group button {
  padding: 5px 12px;
}
#forms-editor .ft-content-btns {
  height: auto;
  padding: 4px;
  background-color: lightgreen;
  min-height: 2em;
}
#forms-editor.closed .sidebar {
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#forms-editor.closed .ft-content {
  margin-left: 0;
}
#forms-editor .sec-num {
  padding-right: 4px;
  white-space: nowrap;
}
#forms-editor textarea,
#forms-editor input {
  padding: 3px 3px;
  flex-grow: 100;
  background: rgba(255, 255, 255, 0.71);
}
#forms-editor textarea[type=number],
#forms-editor input[type=number] {
  width: 75px;
  text-align: center;
}
@media (min-width: 767px) {
  #forms-editor .small-only {
    display: none;
  }
}
#forms-editor .section {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 120%;
  padding: 5px;
  display: flex;
}
#forms-editor .sect-allowna .naoption {
  margin-left: auto;
  margin-right: 10px;
  font-size: 11px;
  font-style: oblique;
  font-weight: 400;
}
@media (min-width: 992px) {
  #forms-editor .sect-allowna .naoption {
    margin-right: 40px;
  }
}
#forms-editor .quest-group {
  font-style: oblique;
  font-size: 110%;
  background: white;
  padding: 5px;
  color: #080858;
}
@media (min-width: 992px) {
  #forms-editor .quest-group {
    display: flex;
  }
}
#forms-editor .cgroup {
  overflow: hidden;
}
#forms-editor .cloneable {
  border: 2px solid rgba(0, 128, 0, 0.25);
  position: relative;
  margin: 2px;
  padding: 4px 10px 2px 2px;
}
#forms-editor .cloneable i.fa-clone {
  position: absolute;
  right: -1px;
  top: 0px;
  color: #dda134 !important;
}
#forms-editor .item-group {
  margin-bottom: 8px;
  border-radius: 0.25rem;
  padding: 0;
  margin-top: 10px;
}
#forms-editor .item-group:first-child {
  margin-top: 0;
}
#forms-editor .item-group .content-item .row .qbg {
  background-color: rgba(255, 0, 0, 0.04);
  border: 1px solid #e9d6d6;
  padding-top: 3px;
  padding-bottom: 3px;
}
#forms-editor .item-group .content-item .row.completed {
  background-color: transparent;
  border: none;
}
@media (min-width: 992px) {
  #forms-editor .item-group .content-item {
    margin-left: 20px;
  }
}
#forms-editor .item-group .content-item.content-visible {
  border: 1px solid #caced4;
  padding: 2px;
  margin-right: 5px;
  margin-top: 10px;
}
#forms-editor #ftr-content.single .item-group, #forms-editor #ftr-content.single .content-item,
#forms-editor #ftr-content .single .item-group,
#forms-editor #ftr-content .single .content-item {
  margin: 0;
}

#forms-editor .item-group .vertical-center {
  align-items: center;
}
#forms-editor .item-group .center-align {
  justify-content: center;
}
#forms-editor .item-group .q-block {
  justify-content: flex-end;
}
#forms-editor .item-group .cgroup .ftr-button-group {
  display: none;
}
#forms-editor span[type=button] {
  min-width: 80px;
  min-height: 29px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  margin-top: 15px;
}
#forms-editor .btn-upload {
  background-image: url(/a4l/components/forms-module/images/normal.png);
  max-width: 100px;
  width: 100%;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
}
#forms-editor .btn-upload:hover {
  background-image: url(/a4l/components/forms-module/images/onclick.png);
}
#forms-editor .required-tag {
  border-left: 5px #ff4800 solid !important;
}
#forms-editor .changed-tag {
  border-top: 2px solid #ffc36b !important;
  border-bottom: 2px solid #ffc36b !important;
}
#forms-editor .completed {
  border-right: 5px green solid !important;
  border-left-color: transparent !important;
}
@-webkit-keyframes fadeIt {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffc36b;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes fadeIt {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffc36b;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes fadeIt {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffc36b;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fadeIt {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffc36b;
  }
  100% {
    background-color: #fff;
  }
}
#forms-editor .vAlign {
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center;
}
#forms-editor .animated-highlight {
  -webkit-animation: fadeIt 1.5s ease-in-out;
  -moz-animation: fadeIt 1.5s ease-in-out;
  -o-animation: fadeIt 1.5s ease-in-out;
  animation: fadeIt 1.5s ease-in-out;
  background-image: none !important;
}
@media (min-width: 992px) {
  #forms-editor #ft-sidebar-back {
    display: none;
  }
  #forms-editor #ft-sidebar-list {
    display: block !important;
  }
}
#forms-editor #ft-sidebar-list {
  padding-top: 5px;
}
#forms-editor #ft-sidebar-list .ft-panel-title {
  cursor: move !important;
}
#forms-editor #frm-sidebar-list .ft-panel-title {
  cursor: pointer;
  padding-left: 12px;
}
#forms-editor ft-interactive .sidebar {
  width: 70%;
}
#forms-editor ft-interactive .ft-t-1500 .ft-option-block {
  border: 1px solid #efd0d0;
  background: rgb(253, 253, 231);
  padding: 0.75rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.4rem;
}
#forms-editor ft-interactive .ft-t-1500 .ft-option-block textarea {
  border-color: #f3f0f0;
  border-width: 1px;
  border-style: solid;
}
@media (min-width: 700px) {
  #forms-editor ft-interactive .sidebar {
    width: 40%;
  }
  #forms-editor ft-interactive .ft-content {
    margin-left: 0;
  }
  #forms-editor ft-interactive .ft-content {
    margin-left: 0;
  }
  #forms-editor ft-interactive .ft-content.show {
    margin-left: 40%;
  }
}
@media (min-width: 992px) {
  #forms-editor ft-template .ft-content {
    margin-left: 250px;
  }
  #forms-editor ft-interactive .sidebar {
    width: 35%;
    width: 30%;
  }
  #forms-editor ft-interactive .ft-content {
    margin-left: 30%;
  }
  #forms-editor ft-interactive .ft-content.show {
    margin-left: 30%;
  }
}
#forms-editor .pri {
  margin-top: 1px;
  opacity: 0.2;
  color: white;
  padding: 2px 4px;
}
#forms-editor .pri:hover {
  opacity: 0.6;
}
#forms-editor .priSel {
  opacity: 1 !important;
}
#forms-editor .priHeader {
  display: none;
}
@media (min-width: 430px) {
  #forms-editor .priHeader {
    display: inline;
    background-color: #134c59;
    color: white;
    font-weight: bold;
    padding: 8px 8px;
  }
}
#forms-editor .priBlock {
  border: 1px solid #e5e2e2;
  padding: 4px;
  background-color: white;
}
@media (min-width: 430px) {
  #forms-editor .priBlock {
    padding: 7px;
  }
}
#forms-editor .statBlock {
  background-color: transparent;
  padding: 4px;
  font-size: 80%;
}
@media (min-width: 430px) {
  #forms-editor .statBlock {
    padding: 7px;
  }
}
#forms-editor .statBlock span {
  margin-right: 4px;
  border: 1px solid black;
}
#forms-editor .priVHigh {
  background-color: purple;
}
#forms-editor .priHigh {
  background-color: red;
}
#forms-editor .priMed {
  background-color: orange;
}
#forms-editor .priLow {
  background-color: green;
}
#forms-editor .priNA {
  background-color: grey;
}
#forms-editor .priOK {
  background-color: #9696f4;
}
#forms-editor .priAL {
  background-color: #e6cdd1;
  opacity: 0.5;
}
#forms-editor .priSel.priAL {
  color: #b32828;
  border-color: red;
}
#forms-editor .priSel.priOK {
  border-color: white;
}
#forms-editor .priSel.priNA {
  border-color: black;
}
#forms-editor .ft-t-1450 {
  background-color: rgba(251, 251, 213, 0.3);
  padding: 3px;
}
#forms-editor .ft-t-1450 .showActions {
  background-color: #a2bf8b;
  color: #034003;
  font-size: 0.7em;
  padding: 2px 6px;
  border-color: #4eb04e;
}
#forms-editor .ft-t-1450 .hideActions {
  background-color: #e6cdd1;
  color: #b32828;
  font-size: 0.7em;
  padding: 2px 6px;
  border-color: #dcb7bd;
}
#forms-editor .ft-action {
  background-color: rgba(227, 190, 145, 0.3019607843);
  padding: 3px;
}

.action-list .observation {
  color: #26267b;
}
.action-list .arequired {
  color: green;
  background-color: #ffffdf;
  padding-top: 4px;
  font-style: italic;
}
.action-list .timeline-wrapper {
  background-color: white;
  padding: 5px 1px;
}
.action-list .timeline-wrapper .timeline {
  list-style: none;
  padding: 10px;
  position: relative;
  font-weight: 300;
  margin: 0 4px;
  background: rgba(249, 170, 76, 0.1607843137);
  border-radius: 10px;
}
.action-list .timeline-wrapper .timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #ffffff;
  left: 50%;
}
.action-list .timeline-wrapper .timeline > li {
  margin-bottom: 10px;
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
  clear: left;
}
.action-list .timeline-wrapper .timeline > li:nth-child(2) {
  margin-top: 60px;
}
.action-list .timeline-wrapper .timeline > li:before, .action-list .timeline-wrapper .timeline > li:after {
  content: " ";
  display: table;
}
.action-list .timeline-wrapper .timeline > li:after {
  clear: both;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel {
  width: calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: -webkit-calc(100% - 18px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel:before {
  position: absolute;
  top: 6px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel:after {
  position: absolute;
  top: 7px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .timeline-heading h4 {
  font-weight: 400;
  padding: 0 15px;
  color: #4679bd;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .timeline-body {
  min-height: 3em;
  padding: 4px;
  overflow: hidden;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .timeline-body > p, .action-list .timeline-wrapper .timeline > li > .timeline-panel .timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .timeline-body .alst_comments {
  font-weight: bold;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer {
  padding: 5px 15px;
  background-color: #f4f4f4;
  text-align: right;
  font-size: 90%;
  position: relative;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer span.distance {
  left: 0;
  float: left;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer span.distance .fa-map-marker {
  color: red;
  font-size: 1.4em;
  left: 0px;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer span.distance .loc-icon {
  left: 0px;
  top: 2px;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer span.distance .loc-icon:after {
  margin: 3px 0 0 -10px;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer p {
  margin-bottom: 0;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .issue-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.action-list .timeline-wrapper .timeline > li > .timeline-panel .info-full.section {
  background-color: #ecf7ec;
}
.action-list .timeline-wrapper .timeline > li.timeline-inverted {
  clear: right;
  float: right;
}
.action-list .timeline-wrapper .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.action-list .timeline-wrapper .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.action-list .timeline-wrapper .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.action-list .no-float {
  float: none !important;
  clear: both;
}
@media (max-width: 767px) {
  .action-list ul.timeline:before {
    left: 40px;
  }
  .action-list ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  .action-list ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  .action-list ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  .action-list ul.timeline > li > .timeline-panel {
    float: right;
  }
  .action-list ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  .action-list ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .action-list .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .action-list .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
}

/**
    For SweetAlert popups
 */
.swal-footer {
  text-align: center;
}

.swal-button {
  padding: 5px 24px;
}

.swal-button--confirm {
  background-color: #54bef1;
}

.swal-button--success {
  background-color: rgba(12, 169, 16, 0.5882352941);
}
.swal-button--success:not([disabled]):hover {
  background-color: #0ca910;
}

.swal-button--info {
  background-color: rgba(230, 154, 14, 0.65);
}
.swal-button--info:not([disabled]):hover {
  background-color: #e69a0e;
}

.ss-btn {
  width: 90px;
  height: 27px;
  font-size: 90%;
  padding: 1px 8px 2px 8px;
  background-color: #dadafb;
  color: blue;
  border: 1px ridge #dbdbf1;
}

/*
 * ON OFF SWITCHES
 */
/* http://proto.io/freebies/onoff/ */
.onoffswitch-container {
  margin-top: 4px;
  margin-left: 7px;
  display: inline-block;
}

.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 3px;
  margin-bottom: 8px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.onoffswitch.medium-onoffswitch {
  width: 74px;
}
.pfail .onoffswitch {
  width: 55px;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #6f6f6f;
  border-radius: 50px;
  border-color: #c1c1c1 #c7c7c7 #b2b2b2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100% !important;
  display: block;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: attr(data-swchon-text);
  text-shadow: 0 -1px 0 #333333;
  padding-left: 7px;
  background-color: #3276b1;
  color: #fff;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: left;
}
.pfail .onoffswitch-inner:before {
  background-color: darkgreen;
}

.onoffswitch-inner:after {
  content: attr(data-swchoff-text);
  padding-right: 7px;
  text-shadow: 0 -1px 0 #fff;
  background-color: #fff;
  color: #626262;
  text-align: right;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pfail .onoffswitch-inner:after {
  background-color: darkred;
  color: white;
}

.onoffswitch.oo-chkl .onoffswitch-inner:before {
  background-color: #8aabf5;
  color: white;
  text-shadow: none;
  font-weight: normal;
}
.onoffswitch.oo-chkl .onoffswitch-inner:after {
  background-color: #e6cdd1;
  color: #b32828;
  text-shadow: none;
  font-weight: normal;
}

.onoffswitch-switch {
  width: 19px;
  height: 19px;
  margin: -2px;
  background: white;
  border: 1px solid #aeaeae;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, white, #eeeeee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, white, #eeeeee);
  background-image: -o-linear-gradient(top, white, #eeeeee);
  background-image: linear-gradient(to bottom, white, #eeeeee);
  background-repeat: repeat-x;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\f00d";
  color: #A90329;
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
  text-shadow: 0 -1px 0 #fff;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}

/* checked */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "\f00c";
  color: #57889c;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
  margin-left: 0 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2px;
  right: -8px;
}

.onoffswitch-switch:hover {
  background-color: #eeeeee;
}

.onoffswitch-switch:active {
  background-color: #eeeeee;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.onoffswitch.variable {
  width: auto;
}
.onoffswitch.variable .onoffswitch-switch {
  right: 82%;
}

.onoffswitch.oo-medium {
  width: 86px;
}
.onoffswitch.oo-medium .onoffswitch-switch {
  right: 78%;
}

.onoffswitch.oo-small {
  width: 64px;
}
.onoffswitch.oo-small .onoffswitch-switch {
  right: 78%;
}

/*
 * Disabled state
 */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
  text-shadow: 0 1px 0 #fff;
  background: #bfbfbf;
  color: #333333;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
  box-shadow: none !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
  border-color: #bfbfbf #adadad #9b9b9b !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #3276b1 #2a6395 #255681;
  display: block;
}

.onoffswitch + span, .onoffswitch-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.fr-radio-group {
  border: solid 3px #f7bb73;
  display: inline-block;
  margin: 2px;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .fr-radio-group {
    break-before: always;
  }
}
.fr-radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.fr-radio-group label {
  color: #9a929e;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 5px;
  font-family: roboto;
  margin: 0;
  white-space: nowrap;
}
.fr-radio-group input[type=radio]:checked + label {
  color: #ccc8ce;
  background: #f7bb73;
  color: #ffffff;
  background: #f7bb73;
}
.fr-radio-group label + input[type=radio] + label {
  border-left: solid 3px #f7bb73;
}

h1.asset {
  font-size: 1.35em;
  background: rgba(227, 190, 145, 0.3019607843);
  padding: 5px;
  color: #d55d06;
  text-align: center;
}
h1.asset.asset small {
  font-size: 0.7em;
  color: #ac4a03;
}

.asset-name {
  position: relative;
  padding: 4px;
  background-color: rgba(249, 220, 185, 0.3019607843);
  color: #d38902;
  font-weight: bold;
}

.edit-close {
  position: absolute;
  right: 3px;
  bottom: 0;
}

.txt-color-orangeDark {
  color: #a57225 !important;
}

.txt-warning {
  color: #a94c0d !important;
}

.txt-color-red {
  color: #a90329 !important;
}

.txt-color-green {
  color: green !important;
}

.txt-color-darkGreen {
  color: #0e7207 !important;
}

.txt-color-darkBlue {
  color: #160aa4 !important;
}

.txt-color-blue {
  color: #3d70d4 !important;
}

.txt-color-yellow {
  color: #b09b5b !important;
}

.txt-color-brightYellow {
  color: #fbf411 !important;
}

/**
    The overlay
 */
.vpb_pop_up_background,
#vpb_pop_up_background {
  display: none;
  _position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  position: fixed;
  z-index: 5998;
  opacity: 0.4;
}
.vpb_pop_up_background.level1,
#vpb_pop_up_background.level1 {
  z-index: 5999;
}
.vpb_pop_up_background .show,
#vpb_pop_up_background .show {
  display: block;
  opacity: 0.4;
}

.vpb_action_completed_pop_up_box, .vpb_pop_up_box {
  display: none;
  border: solid 1px #ffd075;
  background-color: #FFF;
  box-shadow: 0 0 20px #35270b;
  -moz-box-shadow: 0 0 20px #35270b;
  -webkit-box-shadow: 0 0 20px #35270b;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #324800;
}
.vpb_action_completed_pop_up_box #file-upload-dropzone, .vpb_pop_up_box #file-upload-dropzone {
  max-height: 67vh;
  overflow: scroll;
  text-align: center;
}
.vpb_action_completed_pop_up_box .close-photo-modal, .vpb_pop_up_box .close-photo-modal {
  position: absolute;
  right: 0;
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: bold;
  color: #718260;
  font-size: 22px;
}
.vpb_action_completed_pop_up_box label, .vpb_pop_up_box label {
  font-size: 140%;
  font-weight: bold;
}
.vpb_action_completed_pop_up_box .user-edit, .vpb_pop_up_box .user-edit {
  font-size: 11px;
}
.vpb_action_completed_pop_up_box .user-edit form, .vpb_pop_up_box .user-edit form {
  padding: 10px;
  margin: 0;
  height: 95%;
  overflow: scroll;
  background-color: #fffaf3;
  background: #F6F6EE url(/a4r/images/background1.png) !important;
}
.vpb_action_completed_pop_up_box .user-edit form p, .vpb_pop_up_box .user-edit form p {
  margin: 5px 0 0 0;
}
.vpb_action_completed_pop_up_box .user-edit form p.greyed, .vpb_pop_up_box .user-edit form p.greyed {
  color: grey;
}
.vpb_action_completed_pop_up_box .user-edit form label, .vpb_pop_up_box .user-edit form label {
  font-size: inherit;
  width: 12em;
  text-align: right;
  padding-right: 0.5em;
}
.vpb_action_completed_pop_up_box .user-edit form hr, .vpb_pop_up_box .user-edit form hr {
  margin: 10px 0;
}
.vpb_action_completed_pop_up_box .user-edit form select, .vpb_pop_up_box .user-edit form select {
  font-size: inherit;
  font-weight: inherit;
}
.vpb_action_completed_pop_up_box select, .vpb_pop_up_box select {
  color: #324800;
  font-weight: bold;
}
.vpb_action_completed_pop_up_box form, .vpb_pop_up_box form {
  margin: 10px;
  border: 2px solid transparent;
  border-radius: inherit;
  background-color: #c5d7e7;
}
.vpb_action_completed_pop_up_box form .dz-preview.dz-image-preview, .vpb_pop_up_box form .dz-preview.dz-image-preview {
  background-color: #fbedd1;
}
.vpb_action_completed_pop_up_box .dropzone, .vpb_pop_up_box .dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  padding: 20px 20px;
}
.vpb_action_completed_pop_up_box .dropzone .dz-message, .vpb_pop_up_box .dropzone .dz-message {
  font-size: 20px;
  margin: 2em 0;
}
.vpb_action_completed_pop_up_box .dropzone .dz-message .note, .vpb_pop_up_box .dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-image, .vpb_pop_up_box .dropzone .dz-preview .dz-image {
  margin: 12px auto;
  border-radius: 4px;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-rename, .vpb_pop_up_box .dropzone .dz-preview .dz-rename {
  text-align: center;
  background: #ffd075;
  padding: 4px;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-rename input, .vpb_pop_up_box .dropzone .dz-preview .dz-rename input {
  text-align: center;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-error-message, .vpb_pop_up_box .dropzone .dz-preview .dz-error-message {
  top: 50px;
  width: 100%;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-error-message:after, .vpb_pop_up_box .dropzone .dz-preview .dz-error-message:after {
  left: 50%;
}
.vpb_action_completed_pop_up_box .dropzone .dz-preview .dz-remove, .vpb_pop_up_box .dropzone .dz-preview .dz-remove {
  border: 1px solid #e09306;
  background: orange;
  color: #734c04;
  border-radius: 4px;
}
.vpb_action_completed_pop_up_box .dz-footer, .vpb_pop_up_box .dz-footer {
  color: black;
  font-size: 140%;
  font-weight: bold;
}
.vpb_action_completed_pop_up_box .dz-footer .dz-submit-buttons, .vpb_pop_up_box .dz-footer .dz-submit-buttons {
  display: none;
  text-align: center;
}

.vpb_pop_up_box {
  max-height: 97%;
  max-width: 97%;
  overflow: auto;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  right: auto;
  width: auto;
  transform: translate(-50%, -50%);
  z-index: 5999;
}
@media (max-width: 992px) {
  .vpb_pop_up_box .dz-message img {
    width: 100%;
    position: relative;
    min-width: 300px;
  }
}

.dd-inline {
  display: inline;
}

.popover {
  font-size: 12px;
  max-width: none;
  min-height: 200px;
  z-index: 10000;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .popover {
    min-width: 400px;
    max-width: 50%;
    width: auto;
  }
}
.popover .popover-header {
  background-color: #fff1da;
  text-align: center;
}
.popover .popover-title {
  text-align: center;
  font-weight: bold;
}
.popover .popover-body {
  background-color: rgba(251, 255, 202, 0.2784313725);
  max-height: 50vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.popover .popover-body .select2-search {
  margin-bottom: 10px;
}
.popover .popover-body .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  border-top-color: #a3a3a3;
  border-left-color: #a3a3a3;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
  -webkit-box-shadow: inset 0 1px 0 #d6d6d6;
  -moz-box-shadow: inset 0 1px 0 #d6d6d6;
  box-shadow: inset 0 1px 0 #d6d6d6;
  color: #000;
}
.popover .popover-body #contacts-list {
  height: auto !important;
  border-left: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(211, 211, 211, 0.31);
  max-height: 30vh;
  overflow: scroll;
}
.popover .popover-body .scs {
  background-color: white;
  cursor: pointer;
  padding: 4px;
  border-top: 1px;
  border-style: solid;
  border-color: rgba(211, 211, 211, 0.31);
}
.popover .popover-body .scs:hover {
  background-color: #fae2c7;
}
.popover .popover-body .scs.alt {
  background-color: #fff2cb;
}
.popover .popover-body .scs .tname {
  font-size: 85%;
  font-style: oblique;
  color: #4f4fff;
  font-weight: bold;
}
.popover .popover-body .scs .tname .error {
  color: #f95e36;
  font-weight: normal;
}
.popover .popover-body textarea {
  border-color: #f3f0f0;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  padding: 4px 8px;
  min-height: 5em;
}

.popup-full {
  position: absolute;
  z-index: 6000;
  margin: 0;
  height: 94vh;
  width: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (min-width: 539px) {
  .popup-full {
    margin-top: -30%;
    width: 76vw;
    padding: 20px;
  }
}
@media (min-width: 1023px) {
  .popup-full {
    margin-top: 100px;
    width: 74vw;
    padding: 20px;
  }
}
@media (min-height: 789px) {
  .popup-full {
    max-height: 70vh;
    min-height: 30vh;
    height: auto;
    top: 50%;
    left: 50%;
  }
}

.ft-image-gallery.pbThumbs {
  text-align: center;
  display: block;
  background: white;
  background-color: rgba(245, 245, 245, 0.3803921569);
  border: 1px solid rgba(177, 176, 176, 0.368627451);
  padding: 10px 10px 0 10px;
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .ft-image-gallery.pbThumbs {
    text-align: center !important;
  }
}
.ft-image-gallery.pbThumbs .photo-outer {
  width: 80px;
  border: 1px solid brown;
  background-color: white;
  text-align: center;
  float: left;
  margin: 3px;
}
.ft-image-gallery.pbThumbs .photo-outer .asbimg {
  height: 68px;
  width: 68px;
  margin: 4px auto 4px auto;
  background-color: transparent;
  position: relative;
}
.ft-image-gallery.pbThumbs .photo-outer .asbimg a img {
  margin: 0;
  margin-right: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 44px;
  width: 60px;
}
.ft-image-gallery.pbThumbs ul {
  white-space: initial;
  margin-top: 10px;
  height: auto;
}
.ft-image-gallery.pbThumbs ul li {
  vertical-align: top;
  border: 1px solid #dfae78;
}
.ft-image-gallery.pbThumbs ul li.deleting {
  opacity: 0.2;
}
.ft-image-gallery.pbThumbs ul li .rem.btn-info {
  background: rgba(224, 177, 124, 0.5607843137);
  border-bottom: 1px solid #e0b17c;
  cursor: pointer;
}
.ft-image-gallery.pbThumbs ul li img {
  border: 2px solid #ecd6b4;
}
.ft-image-gallery.pbThumbs ul li:hover img {
  border-color: #D8FF16;
}
.ft-image-gallery.pbThumbs img {
  max-height: 70px !important;
  max-width: 70px !important;
  overflow: hidden;
}

#ss-gallery-images {
  width: 90%;
  height: 90%;
  background-image: url(/images/bg1.png);
  height: 430px;
  height: 630px;
  width: 681px;
  margin: 0 auto;
  background-size: 100% 100%;
}
#ss-gallery-images .ss-container {
  height: 390px;
  height: 74%;
  width: 681px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/bg1.png);
  min-height: 59%;
  width: 681px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/bg1.png);
  background-size: 100% 100%;
}
#ss-gallery-images .ss-top {
  height: 50px;
  left: 220px;
  width: 440px;
  position: absolute;
  top: 10px;
}
#ss-gallery-images .ss-top .ss-heading {
  color: #ff9900;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: Verdana;
}
#ss-gallery-images .ss-left {
  background-image: url(/images/left.png);
  width: 185px;
  height: 380px;
  height: 89%;
  position: absolute;
  top: 25px;
  left: 25px;
  overflow-y: auto;
  overflow-x: hidden;
}
#ss-gallery-images .ss-left .items {
  list-style-type: none;
  margin: 0;
  padding: 10px;
}
#ss-gallery-images .ss-left .items a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #333;
  height: 1.85em;
  margin-bottom: 0px;
  padding: 5px 0 10px 0;
  border: 0px solid red;
}
#ss-gallery-images .ss-left .items a:hover {
  background: #84d0d2;
  color: blue;
}
#ss-gallery-images .ss-left .items a:focus {
  background: #eee;
  color: red;
}
#ss-gallery-images .ss-left .items a:active {
  background-color: white;
  color: red;
}
#ss-gallery-images .ss-left .items a.selected {
  background-color: white;
  color: red;
}
#ss-gallery-images .ss-left .items span {
  position: absolute;
  left: 5px;
  display: block;
  width: 140px;
}
#ss-gallery-images .ss-left .items li div.thumb {
  border: 1px solid #333;
  width: 80px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 5px;
}
#ss-gallery-images .ss-right {
  position: absolute;
  top: 50px;
  left: 220px;
  width: 449px;
  height: 363px;
  padding-bottom: 20px;
  overflow: auto;
}
#ss-gallery-images .ss-right img.thumb {
  border: 1px solid #333;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  cursor: hand;
}
#ss-gallery-images .ss-right img.thumb :hover {
  border: 1px solid #fff;
  z-index: 5;
}
#ss-gallery-images .ss-container-bot {
  height: 26%;
  width: 681px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(/images/bg1.png);
  background-size: 100% 100%;
}
#ss-gallery-images .ss-container-bot .ss-bottom {
  height: 90%;
  left: 2%;
  width: 96%;
  position: absolute;
  bottom: 5%;
  padding-left: 20px;
}
#ss-gallery-images .ss-container-bot .ss-bottom .use-hint,
#ss-gallery-images .ss-container-bot .ss-bottom .insert-hint,
#ss-gallery-images .ss-container-bot .ss-bottom .insert-btn {
  position: absolute;
  bottom: 50%;
  font-weight: bold;
  border-radius: 7px;
  padding: 20px;
  background-color: white;
  color: #0A40AA;
  border: 1px solid #0A40AA;
  text-align: center;
}
#ss-gallery-images .ss-container-bot .ss-bottom .use-hint {
  height: 7em;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ss-gallery-images .ss-container-bot .ss-bottom .insert-hint {
  height: 80%;
  width: 20%;
  top: 50%;
  left: 10px;
  transform: translate(0%, -50%);
}
#ss-gallery-images .ss-container-bot .ss-bottom .insert-btn {
  height: auto;
  width: 91px;
  right: 10%;
  padding: 5px;
  background-color: #05b705;
  color: white;
}
#ss-gallery-images .ss-container-bot .ss-bottom .img-container {
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 10px;
}
#ss-gallery-images .ss-container-bot .ss-bottom .img-container img {
  height: 100%;
  width: 100%;
  left: 1%;
  top: 50%;
}

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