@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
a:hover, a:active, a:focus {
  text-decoration: none;
}

::selection {
  background: #576e7b;
  color: #FFF;
}

::-moz-selection {
  background: #576e7b;
  color: #FFF;
}

#appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.transition, .serviceUserCheckbox label:before {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

body {
  font-family: "Roboto", sans-serif;
  color: #666;
  overflow: hidden;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

body.login {
  background: none;
}

body.print {
  overflow: auto;
}

img.svg {
  opacity: 0;
}

body, html {
  height: 100%;
}

body.landscape .header, body.landscape .footer, body.landscape .printBody {
  width: 1030px;
}

.logo {
  position: absolute;
  z-index: 999;
  top: 44px;
  left: 55px;
  font-size: 36px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.logo a {
  color: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  text-decoration: none;
}

.logo a:hover, .logo a:active, .logo a:focus {
  color: #fff;
  text-decoration: none;
}

.logo span {
  cursor: pointer;
}

.logo b {
  font-weight: 700;
}

.logo img.svg, .logo svg {
  margin-right: 20px;
  width: 32px;
  height: 30px;
}

.logo img.svg path, .logo svg path {
  fill: #fff;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.logo.logoGray {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #666666;
}

.logo.logoGray a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  color: #666666;
}

.logo.logoGray a:hover {
  color: #666666;
}

.logo.logoGray img.svg path, .logo.logoGray svg path {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  fill: #666666;
}

.SiteMenuOuter .scrollArea {
  top: 104px;
}

.SiteMenu {
  width: 310px;
  display: inline-block;
  padding: 0px 0 0px 42px !important;
  margin: 0 0 0 -310px;
}

.SiteMenu li {
  width: 100%;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 30px;
}

.SiteMenu li a {
  display: block;
  width: 100%;
  padding: 20px 0px;
  color: #fff;
  text-decoration: none;
}

.SiteMenu li a:hover, .SiteMenu li a:active, .SiteMenu li a:focus {
  text-decoration: none;
}

.SiteMenu li a img.svg, .SiteMenu li a svg {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.SiteMenu.SiteMenuOpen {
  margin: 0;
}

.SiteMenuBottom {
  width: 310px;
  bottom: 0;
  position: absolute;
  display: inline-block;
  padding: 140px 0 55px 55px !important;
  margin: 0 0 0 -310px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  transform: perspective(1000px) rotateY(-15deg);
  -moz-transform: perspective(1000px) rotateY(-15deg);
}

.SiteMenuBottom li {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.SiteMenuBottom li a {
  display: block;
  width: 100%;
  padding: 20px 0px;
  color: #fff;
  text-decoration: none;
}

.SiteMenuBottom li a:hover, .SiteMenuBottom li a:active, .SiteMenuBottom li a:focus {
  text-decoration: none;
}

.SiteMenuBottom li a img.svg, .SiteMenuBottom li a svg {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.SiteMenuBottom.SiteMenuOpen {
  margin: 0;
}

.SiteContent {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  margin: 0;
  padding: 0 30px;
  transform: perspective(0) rotateY(0);
  -moz-transform: perspective(0) rotateY(0);
}

.SiteContent:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  z-index: 9999;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: url("../images/routaListTexture.gif");
}

.SiteContent.SiteContactSlide {
  left: 400px;
  box-shadow: 20px 0 50px rgba(0, 0, 0, 0.4);
}

.SiteContent.SiteContactSlide:after {
  opacity: 0.5;
  visibility: visible;
}

.SiteContent .SitePagination li {
  float: left;
  margin-right: 6px;
}

.SiteContent .SitePagination li:last-child {
  margin-right: 0px;
}

.SiteContent .SitePagination li:first-child a, .SiteContent .SitePagination li:last-child a {
  background: #7c7c7c;
}

.SiteContent .SitePagination li a {
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  border-radius: 6px;
  color: #fff;
  background: #a3a3a3;
}

.SiteContent .right {
  right: 30px !important;
}

.SiteContent .SiteTab {
  float: left;
  margin: 0;
}

.SiteContent .SiteTab li {
  float: left;
}

.SiteContent .SiteTab li:before {
  content: "";
  margin: 3px 18px 0px 18px;
  width: 2px;
  height: 20px;
  background: #999999;
  float: right;
}

.SiteContent .SiteTab li:last-child:before {
  display: none;
}

.SiteContent .SiteTab li a {
  float: left;
  font-size: 24px;
  color: #999999;
}

.SiteContent .SiteTab li.active a {
  color: #666666;
}

.SiteContent .fullScreen {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.SiteContent .fullScreen img.svg, .SiteContent .fullScreen svg {
  float: right;
  width: 25px;
  height: 25px;
  margin-left: 12px;
}

.SiteContent h4 {
  font-size: 24px;
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 20px 0;
}

.SiteContent h4 .titleBtn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
  background: #F8931D;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  float: right;
}

.SiteContent h6 {
  font-size: 20px;
  color: #3fa4b5;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
}

.SiteContent .actionList {
  margin: 0;
  position: absolute;
  right: 0;
  top: 9px;
}

.SiteContent .actionList li {
  float: left;
  position: relative;
}

.SiteContent .actionList li:before {
  content: "";
  margin: 3px 18px 0px 18px;
  width: 1px;
  height: 14px;
  background: #666666;
  float: right;
}

.SiteContent .actionList li:last-child:before {
  display: none;
}

.SiteContent .actionList li a {
  float: left;
  color: #666666;
  font-size: 16px;
}

.SiteContent .SiteContentLeft {
  position: absolute;
  width: calc(65% - 45px);
  top: 100px;
  bottom: 15px;
  z-index: 999;
  overflow: hidden;
  padding: 0 0px;
}

.SiteContent .SiteContentLeft .tabsFilter {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.SiteContent .SiteContentLeft .tabsFilter input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  width: 180px;
  outline: none;
  margin-right: 15px;
  float: left;
}

.SiteContent .SiteContentLeft .tabsFilter input[type=button], .SiteContent .SiteContentLeft .tabsFilter input[type=submit] {
  font-size: 14px;
  color: #fff;
  background: #7c7c7c;
  padding: 0px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  width: auto;
}

.SiteContent .SiteContentLeft .tabsFilter input[type=button].update, .SiteContent .SiteContentLeft .tabsFilter input[type=submit].update {
  background: #3da492;
  color: #fff;
}

.SiteContent .SiteContentLeft .tabsFilter input[type=button].remove, .SiteContent .SiteContentLeft .tabsFilter input[type=submit].remove {
  background: #cccccc;
  color: #666666;
}

.SiteContent .SiteContentLeft .tabsFilter button {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: #7c7c7c;
  padding: 0px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  width: auto;
}

.SiteContent .SiteContentLeft .tabsFilter button.update {
  background: #3da492;
  color: #fff;
}

.SiteContent .SiteContentLeft .tabsFilter button.remove {
  background: #cccccc;
  color: #666666;
}

.SiteContent .SiteContentLeft .tabsFilter .date {
  width: 220px;
  float: left;
  position: relative;
  margin-right: 15px;
}

.SiteContent .SiteContentLeft .tabsFilter .date input {
  width: 100%;
  box-shadow: none;
}

.SiteContent .SiteContentLeft .tabsFilter .date img.svg, .SiteContent .SiteContentLeft .tabsFilter .date svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
  pointer-events: none;
  margin-right: 0;
}

.SiteContent .SiteContentLeft .tabsFilter .date img.svg path, .SiteContent .SiteContentLeft .tabsFilter .date svg path {
  fill: #999999;
}

.SiteContent .SiteContentLeft .scroll-wrapper {
  left: 0px;
  top: 46px;
  right: 0;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting {
  background-color: #8999a2;
  position: relative;
  border-radius: 6px;
  border-left: solid 6px #41525c;
  padding: 0px 15px;
  height: 100px;
  margin-bottom: 5px;
  float: left;
  width: 100%;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting:last-child {
  margin-bottom: 0px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting:last-child .VBlistingMore ol {
  right: 40px;
  top: 13px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterIn {
  background: #576e7b;
  border-left-color: #02c39a;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterOut {
  background: rgba(87, 110, 123, 0.7);
  border-left-color: #ff6b6b;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul {
  float: left;
  margin: 17px 0;
  width: calc(100% - 60px);
  position: relative;
  padding-left: 83px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul li {
  float: left;
  width: calc((100% - 60px) / 7);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul li small {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3137254902);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul li .profileImg {
  width: 66px;
  height: 66px;
  border-radius: 33px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul li:first-child {
  width: 66px;
  position: absolute;
  left: 0;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting ul li:nth-child(n+2) {
  margin-top: 3px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore {
  float: right;
  position: relative;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore img.svg, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore svg {
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 34px 0;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol {
  display: none;
  right: 0;
  width: 160px;
  top: 70%;
  position: absolute;
  background: #eeeeee;
  border-radius: 6px;
  margin: 0;
  padding: 7px 0;
  z-index: 99;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li {
  color: #666666;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li a {
  display: block;
  font-size: 14px;
  color: #666666;
  padding: 7px 15px;
  line-height: 16px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li a img.svg, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li a svg {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 11px 0 0;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li a img.svg path, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol li a svg path {
  fill: #666666;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting .VBlistingMore ol.active {
  display: block;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul {
  float: left;
  margin: 17px 0;
  width: calc(100% - 136px);
  position: relative;
  padding-left: 152px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul li {
  float: left;
  width: calc((100% - 60px) / 6);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul li:first-child {
  position: absolute;
  width: auto;
  left: 5px;
  top: 17px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul li:nth-child(2) {
  position: absolute;
  width: auto;
  margin: 0;
  left: 57px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul.NoBtn {
  width: 100%;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul.visiQrCode {
  padding-left: 235px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul.visiQrCode li:nth-child(3) {
  position: absolute;
  width: auto;
  margin: 0;
  left: 144px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing ul.visiQrCode .QrCode {
  width: 66px;
  height: 66px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn {
  position: absolute;
  right: 40px;
  top: 16px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a {
  color: #666666;
  text-decoration: none;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a:hover, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a:active, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a:focus {
  color: #666666;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a img.svg, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a svg {
  width: 36px;
  height: 36px;
  margin: auto;
  margin-bottom: 8px;
  display: block;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a img.svg path, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn a svg path {
  fill: #F8931D;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn.nolabel a img.svg, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.VisiterListing .timeBtn.nolabel a svg {
  margin-top: 13px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn {
  right: 15px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn a {
  float: left;
  min-width: 60px;
  text-align: center;
  margin: 0 0 0 5px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol {
  display: none;
  right: 0;
  width: 160px;
  top: 50px;
  position: absolute;
  background: #eeeeee;
  border-radius: 6px;
  margin: 0;
  padding: 7px 0;
  z-index: 99;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li {
  color: #666666;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li a {
  display: block;
  font-size: 14px;
  color: #666666;
  padding: 7px 15px;
  line-height: 16px;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li a img.svg, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li a svg {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 11px 0 0 !important;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li a img.svg path, .SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol li a svg path {
  fill: #666666;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.withDIcon .timeBtn ol.active {
  display: block;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.barCodeIcon ul {
  padding-left: 148px !important;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.barCodeIcon ul li:first-child {
  top: 0;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.barCodeIcon ul li:nth-child(2) {
  left: 76px !important;
}

.SiteContent .SiteContentLeft .scroll-wrapper .VBlisting.barCodeIcon ul li:nth-child(3) {
  position: relative !important;
  left: 0 !important;
  width: calc((100% - 60px) / 5) !important;
}

.SiteContent .SiteContentLeft.SiteContentfull {
  width: auto;
  left: 30px;
  right: 30px;
}

.SiteContent .SiteContentLeft.SiteContentfull h4 {
  font-size: 30px;
  color: #999999;
  overflow: hidden;
  margin-bottom: 10px;
}

.SiteContent .SiteContentLeft.SiteContentfull .tab-content {
  height: calc(100% - 90px);
}

.SiteContent .SiteContentLeft.SiteContentfull .tab-content .tab-pane {
  height: 100%;
  position: relative;
}

.SiteContent .SiteContentLeft.SiteContentfull .tab-content .tab-pane .scroll-wrapper {
  bottom: 0;
  top: 55px;
}

.SiteContent .SiteContentLeft.SiteContenthalf {
  width: auto;
  width: calc(50% - 45px);
  left: auto;
  right: auto;
}

.SiteContent .SiteContentLeft.SiteContenthalf h4 {
  font-size: 30px;
  color: #999999;
}

.SiteContent .SiteContentLeft.SiteContentRevert .scroll-wrapper {
  bottom: 50px;
}

.SiteContent .SiteContentLeft.SiteContentRevert .scroll-wrapper .VBlisting {
  background: none;
  border: solid 2px #90b0c4;
}

.SiteContent .SiteContentLeft.SiteContentRevert .scroll-wrapper .VBlisting ul li {
  color: #666666;
}

.SiteContent .SiteContentLeft.SiteContentRevert .scroll-wrapper .VBlisting ul li small {
  color: rgba(102, 102, 102, 0.3137254902);
}

.SiteContent .SiteContentLeft.SiteContentRevert .SiteTab li a {
  font-size: 30px !important;
}

.SiteContent .SiteContentLeft.SiteContentRevert .SiteTab li:before {
  height: 26px;
}

.SiteContent .SiteContentLeft.fullheight .scroll-wrapper {
  bottom: 15px !important;
}

.SiteContent .SiteContentLeft.emergency .scroll-wrapper {
  top: 88px;
}

.SiteContent .SiteContentLeft.emergency h6 {
  text-align: right;
}

.SiteContent .SiteContentLeft.Withfilter .scroll-wrapper {
  top: 98px;
}

.SiteContent .SiteContentRight {
  position: absolute;
  right: 30px;
  width: calc(35% - 45px);
  top: 100px;
  bottom: 25px;
  z-index: 999;
  overflow: hidden;
  padding: 0 0px;
}

.SiteContent .SiteContentRight .ExpVisitors {
  float: left;
  width: 100%;
}

.SiteContent .SiteContentRight .ExpVisitors ul {
  margin: 0px -15px 30px -15px;
  overflow: hidden;
}

.SiteContent .SiteContentRight .ExpVisitors ul li {
  width: 33.3333333333%;
  overflow: hidden;
  float: left;
  padding: 0px 15px;
}

.SiteContent .SiteContentRight .ExpVisitors ul li span {
  display: block;
  text-align: center;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #666666;
  min-height: 140px;
  padding: 11px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .SiteContentRight .ExpVisitors ul li img {
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  border-radius: 33px;
  margin-bottom: 10px;
}

.SiteContent .SiteContentRight .ExpVisitors ul li b {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.SiteContent .SiteContentRight .ExpVisitors .ExpVisitorsBtn {
  margin: auto;
  display: table;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #666666;
}

.SiteContent .SiteContentRight .SiteForm {
  position: relative;
  height: calc(100% - 46px);
}

.SiteContent .SiteContentRight .SiteForm .scroll-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.SiteContent .SiteContentRight .SiteForm .scroll-wrapper .scroll-x {
  display: none !important;
}

.SiteContent .SiteContentRight .SiteForm .btnForm {
  float: left;
}

.SiteContent .SiteContentRight .SiteForm .btnForm .file {
  font-size: 14px;
  color: #fff;
  background: #576e7b;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: normal !important;
  margin-right: 5px;
}

.SiteContent .SiteContentRight .SiteForm .btnForm input, .SiteContent .SiteContentRight .SiteForm .btnForm button {
  font-size: 14px;
  color: #fff;
  background: #7c7c7c;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
}

.SiteContent .SiteContentRight .SiteForm .btnForm input.update, .SiteContent .SiteContentRight .SiteForm .btnForm button.update {
  background: #3da492;
  color: #fff;
}

.SiteContent .SiteContentRight .SiteForm .btnForm input.orangeColor, .SiteContent .SiteContentRight .SiteForm .btnForm button.orangeColor {
  background: #F8931D;
  color: #fff;
}

.SiteContent .SiteContentRight .SiteForm .btnForm input.remove, .SiteContent .SiteContentRight .SiteForm .btnForm button.remove {
  background: #cccccc;
  color: #666666;
}

.SiteContent .SiteContentRight.noExpV .Hcounter {
  margin-top: 0;
}

.SiteContent .SiteContentRight.noExpV .EExit {
  top: 130px;
}

.SiteContent .Hcounter {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.SiteContent .Hcounter ul {
  margin: 0px -15px 0px -15px;
  overflow: hidden;
  clear: both;
}

.SiteContent .Hcounter ul li {
  width: 50%;
  overflow: hidden;
  float: left;
  padding: 0px 15px;
  font-size: 16px;
  color: #666666;
}

.SiteContent .Hcounter ul li span {
  font-family: "Roboto Condensed", sans-serif;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  display: block;
  padding: 10px 10px 10px 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .Hcounter ul li span b {
  background: #F8931D;
  border-radius: 0 4px 4px 0;
  color: #fff;
  padding: 1px 0;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 19px;
  width: 44px;
  bottom: 1px;
  text-align: center;
  line-height: 40px;
}

.SiteContent .EExit {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  top: 367px;
  bottom: 40px;
  z-index: 999;
  overflow: hidden;
  bottom: 0px;
}

.SiteContent .EExit .scroll-wrapper {
  bottom: 3px;
  left: 0;
  right: 0;
}

.SiteContent .EExit .EExitListing {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}

.SiteContent .EExit .EExitListing article {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.SiteContent .EExit .EExitListing article ul {
  float: left;
  width: 100%;
  margin: 7px 0 0 0;
  position: relative;
  padding-left: 83px;
}

.SiteContent .EExit .EExitListing article ul li {
  float: left;
  width: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 5px 0;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .EExit .EExitListing article ul li small {
  display: block;
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SiteContent .EExit .EExitListing article ul li .profileImg {
  width: 66px;
  height: 66px;
  border-radius: 33px;
}

.SiteContent .EExit .EExitListing article ul li:first-child {
  width: 66px;
  position: absolute;
  margin: 0;
  left: 0;
}

.SiteContent .EExit .EExitListing article ul li:last-child {
  text-align: right;
}

.SiteContent .EExit .EExitListing article:last-child {
  margin: 0px;
}

.SiteContent .EExit .EExitListing article:last-child ul {
  margin: 0px;
}

.SiteContent .PrintBtn {
  font-size: 14px;
  color: #fff;
  background: #F8931D;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  right: 200px;
  top: 30px;
}

.SiteContent .SiteContentFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.SiteContent .SiteContentFooter.full {
  bottom: 15px;
  left: 30px;
  right: 30px;
}

.SiteContent .SiteContentFooter.visitorFooter, .SiteContent .SiteContentFooter.staffFooter {
  height: 30px;
  overflow: hidden;
  position: fixed;
  left: 30px;
  right: 30px;
  bottom: 15px;
}

.SiteContent .SiteContentFooter.visitorFooter .pagination li span, .SiteContent .SiteContentFooter.staffFooter .pagination li span {
  height: 30px;
  border: none;
  line-height: 30px;
  border-radius: 6px;
  padding: 0 12px;
  background: #a3a3a3;
}

.SiteContent .SiteContentFooter.visitorFooter .pagination li a, .SiteContent .SiteContentFooter.staffFooter .pagination li a {
  height: 30px;
  border: none;
  line-height: 30px;
  border-radius: 6px;
  padding: 0 12px;
  background: #a3a3a3;
}

.SiteContent .SiteContentFooter.visitorFooter .pagination li.active span, .SiteContent .SiteContentFooter.staffFooter .pagination li.active span {
  background: #F8931D;
}

.SiteContent .SiteContentFooter.visitorFooter .pagination li:first-child span, .SiteContent .SiteContentFooter.staffFooter .pagination li:first-child span {
  background: #7c7c7c;
  color: #fff;
}

.SiteContent .SiteContentFooter.visitorFooter .pagination li:first-child a, .SiteContent .SiteContentFooter.staffFooter .pagination li:first-child a {
  background: #7c7c7c;
  color: #fff;
}

.SiteContent .SiteContentFooter.visitorFooter ul, .SiteContent .SiteContentFooter.staffFooter ul {
  margin: 0;
  float: left;
  position: relative;
}

.SiteContent .SiteContentFooter.visitorFooter ul.actionList, .SiteContent .SiteContentFooter.staffFooter ul.actionList {
  float: right;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  height: auto;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 5px;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  z-index: 8000;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scrollArea > .scroll-element, .scrollArea > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollArea > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

/*specific Style*/
.scrollArea > .scroll-element .scroll-element_track {
  display: none;
}

.scrollArea > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollArea:hover > .scroll-element .scroll-bar, .scrollArea > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollArea > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollArea > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
}

.scrollArea > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollArea > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollArea > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollArea > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollArea > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollArea > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

.scrollArea > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollArea > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.SiteCheckbox label {
  cursor: pointer;
}

.SiteCheckbox label input {
  display: none;
}

.SiteCheckbox label input + span {
  height: 26px;
  width: 26px;
  border: 2px solid #f4f4f4;
  display: inline-block;
  position: relative;
  border-radius: 6px;
}

.SiteCheckbox label input + span img.svg, .SiteCheckbox label input + span svg {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.SiteCheckbox label input + span img.svg path, .SiteCheckbox label input + span svg path {
  fill: #fff;
}

.SiteCheckbox label input:checked + span {
  background: #3da492;
}

.popUp {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popUp .popUpContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 500px;
}

.popUp .popUpContentHeader {
  position: relative;
}

.popUp .popUpContentHeader h2 {
  font-family: "Roboto Condensed", sans-serif;
  color: #637176;
  font-size: 18px;
  margin: 0;
  line-height: 58px;
  text-align: center;
}

.popUp .popUpContentHeader img.svg, .popUp .popUpContentHeader svg {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.popUp .popUpContentBody {
  position: relative;
  padding: 0 30px 15px 30px;
}

.popUp .popUpContentBody .ProfileImg {
  width: 100px;
  height: 100px;
  border: solid 2px #999999;
  border-radius: 100%;
  margin: auto;
  display: table;
  margin-top: 8px;
  margin-bottom: 30px;
}

.popUp .popUpContentBody.scrollerBody {
  min-height: 450px;
}

.popUp .popUpContentBody.scrollerBody .row {
  margin: auto 0;
}

.popUp .popUpContentFooter {
  float: left;
  width: 100%;
}

.popUp .popUpContentFooter ul {
  margin: 0;
}

.popUp .popUpContentFooter ul li {
  float: left;
  width: 50%;
  position: relative;
}

.popUp .popUpContentFooter ul li a {
  display: inline-block;
  width: 100%;
  background: #b7b7b7;
  color: #333333;
  float: left;
  height: 50px;
  padding: 0px 20px;
  line-height: 50px;
}

.popUp .popUpContentFooter ul li a.update {
  background: #F8931D;
  color: #fff;
  text-align: right;
}

.popUp .popUpContentFooter ul li img.svg, .popUp .popUpContentFooter ul li svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 30px;
  z-index: 99;
  top: 13px;
  cursor: pointer;
}

.popUp .popUpContentFooter ul li img.svg path fill, .popUp .popUpContentFooter ul li svg path fill {
  color: #fff;
}

.SiteForm .form-group {
  margin-bottom: 20px;
  position: relative;
}

.SiteForm .form-group label {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 7px;
  font-family: "Roboto Condensed", sans-serif;
}

.SiteForm .form-group label span {
  color: #ffffff;
  background: #576e7b;
  padding: 3px 5px;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3px;
}

.SiteForm .form-group input[type=text] {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  width: 100%;
  outline: none;
}

.SiteForm .form-group select {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px;
  color: #999999;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.SiteForm .form-group .TimePick {
  cursor: pointer;
  position: relative;
}

.SiteForm .form-group .TimePick img.svg, .SiteForm .form-group .TimePick svg {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 11px;
}

.SiteForm .form-group .TimePick img.svg path, .SiteForm .form-group .TimePick svg path {
  fill: #637176;
}

.SiteForm .form-group .TimePick input[type=text] {
  padding-right: 48px;
  background: none;
  text-align: left;
}

.SiteForm .form-group .select {
  position: relative;
}

.SiteForm .form-group .select img.svg, .SiteForm .form-group .select svg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 13px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  pointer-events: none;
}

.SiteForm .form-group .select img.svg path, .SiteForm .form-group .select svg path {
  fill: #637176;
}

.SiteForm .form-group .select.time:after {
  font-family: "Roboto Condensed", sans-serif;
  content: "" attr(data-content) "";
  position: absolute;
  right: 7px;
  top: -8px;
  font-size: 10px;
  color: #ACB6B6;
  background: #fff;
  padding: 0px 2px;
}

.SiteForm .form-group .btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 4px 15px;
  border-radius: 6px;
  cursor: pointer;
  background: #a3a3a3;
  margin-right: 10px;
}

.SiteForm .form-group .btn.orangeColor {
  background: #F8931D;
}

.SiteForm .form-group .toggles {
  padding: 0;
  font-size: 14px;
  outline: none;
  float: left;
}

.SiteForm .form-group .toggles input {
  display: none;
}

.SiteForm .form-group .toggles input + label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: normal;
  width: 62px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  background: #a8a8a8;
  color: #ddd;
  padding: 0 8px 0 6px;
  position: relative;
  border-radius: 6px;
  height: 34px;
  line-height: 34px;
}

.SiteForm .form-group .toggles input + label:after {
  content: attr(data-off);
}

.SiteForm .form-group .toggles input + label:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 7px;
  text-indent: 34px;
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.SiteForm .form-group .toggles input:checked + label {
  background: #02c39a;
}

.SiteForm .form-group .toggles input:checked + label:after {
  content: attr(data-on);
  text-align: left;
  float: left;
  color: #fff;
}

.SiteForm .form-group .toggles input:checked + label:before {
  left: calc(100% - 26px);
  right: 0px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.siteloginContent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.siteloginContent .loginIcon {
  margin: auto;
  display: table;
}

.siteloginContent .loginIcon img.svg, .siteloginContent .loginIcon svg {
  height: 151px;
  width: 175px;
}

.siteloginContent .loginIcon h2 {
  font-size: 36px;
  color: #00c298;
  margin: 0;
  font-weight: 300;
}

.siteloginContent .loginIcon h2 b {
  font-weight: 500;
}

.siteloginContent p {
  color: #999999;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 40px 0 30px 0;
}

.siteloginContent form {
  float: left;
  width: 100%;
}

.siteloginContent form input {
  width: 100%;
  height: 50px;
  padding: 0px 25px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 2px #e8e8e8;
  margin-bottom: 10px;
}

.siteloginContent form input[type=submit] {
  width: 80%;
  border: none;
  background: #576e7b;
  color: #fff;
  margin: auto;
  display: table;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}

.siteloginContent form .forgotPass {
  margin: auto;
  display: table;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-family: "Roboto Condensed", sans-serif;
}

.siteloginContent form .forgotPass a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

.siteloginContent form .forgotPass a:hover, .siteloginContent form .forgotPass a:active, .siteloginContent form .forgotPass a:focus {
  color: #666666;
  text-decoration: none;
}

.siteloginPb {
  position: absolute;
  bottom: 25px;
  margin: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

.SettingPage {
  position: absolute;
  width: auto;
  left: 30px;
  right: 30px;
  top: 100px;
  bottom: 15px;
  z-index: 999;
  padding: 0 0px;
}

.SettingPage .SettingPageWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.SettingPage .SettingPageWrap .SettingPageLeft {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 75px;
}

.SettingPage .SettingPageWrap .SettingPageRight {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 75px;
}

.SettingPage .SettingPageWrap .SettingPageFull {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 75px;
}

.SettingPage .SettingPageWrap .SettingPageFull.inner {
  bottom: 0;
}

.SettingPage h4 {
  font-size: 30px;
  color: #999999;
}

.SettingPage form {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  bottom: 0;
}

.SettingPage form .CompanyLogo {
  height: 124px;
  padding: 10px;
  font-size: 12px;
  color: #999999;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  width: 100%;
}

.SettingPage form .CompanyLogo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

.SettingPage form .btnSetting {
  float: left;
}

.SettingPage form .btnSetting .file {
  font-size: 14px;
  color: #fff;
  background: #576e7b;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: normal !important;
  margin-right: 5px;
}

.SettingPage form .btnSetting a {
  font-size: 14px;
  color: #fff;
  background: #7c7c7c;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
}

.SettingPage form .btnSetting input, .SettingPage form .btnSetting button {
  font-size: 14px;
  color: #fff;
  background: #7c7c7c;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  margin-right: 5px;
}

.SettingPage form .btnSetting input.update, .SettingPage form .btnSetting button.update {
  background: #3da492;
  color: #fff;
}

.SettingPage form .btnSetting input.remove, .SettingPage form .btnSetting button.remove {
  background: #cccccc;
  color: #666666;
}

.SettingPage form .btnSetting.footer {
  position: absolute;
  left: 0;
  bottom: 0;
}

.SettingPage form .duplicateIcon {
  width: 30px;
  height: 30px;
  background: #3da492;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  right: 5px;
  bottom: 5px;
  color: #fff;
  cursor: pointer;
}

.SettingPage form .delIcon {
  width: 30px;
  height: 30px;
  background: #ff6b6b;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  right: 5px;
  bottom: 5px;
  color: #fff;
  cursor: pointer;
  transform: rotate(45deg);
  opacity: 0.5;
}

.SettingPage form .delIcon:hover, .SettingPage form .delIcon:active, .SettingPage form .delIcon:focus {
  opacity: 1;
}

.SettingPage form .settingTitle {
  font-size: 20px;
  color: #3fa4b5;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 20px 0;
}

.SettingPage .FeedbackQuesList {
  float: left;
  width: 100%;
  height: calc(100% - 266px);
  position: relative;
}

.SettingPage .FeedbackQuesList .scroll-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.SettingPage .FeedbackQuesList input {
  padding-right: 45px !important;
}

.SettingPage .VisitorAgreement {
  position: absolute;
  top: 346px;
  left: 0;
  right: 0;
  bottom: 0;
}

.SettingPage .VisitorAgreement label {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: block;
  position: relative;
  z-index: 10;
  margin-bottom: 7px;
  font-family: "Roboto Condensed", sans-serif;
}

.SettingPage .VisitorAgreement .textarea {
  position: absolute;
  top: 23px;
  bottom: 0;
  left: 15px;
  right: 15px;
  border: solid 1px #f4f4f4;
  border-radius: 6px;
  overflow: hidden;
}

.SettingPage .VisitorAgreement .textarea textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
  color: #999999;
  resize: none;
  border: none;
}

.SettingPage .ConnectedDevice {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
}

.SettingPage .ConnectedDevice .sliderItem {
  height: 180px;
  border: solid 1px #f4f4f4;
  border-radius: 4px;
  display: table;
  width: 100%;
  position: relative;
}

.SettingPage .ConnectedDevice .sliderItem span {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.SettingPage .ConnectedDevice .sliderItem span img.svg, .SettingPage .ConnectedDevice .sliderItem span .svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.SettingPage .ConnectedDevice .sliderItem span img.svg path, .SettingPage .ConnectedDevice .sliderItem span .svg path {
  fill: #cccccc;
}

.SettingPage .ConnectedDevice .sliderItem span h4 {
  color: #666666;
  margin: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
}

.SettingPage .ConnectedDevice .sliderItem span h4 small {
  font-size: 16px;
  color: #999999;
  display: block;
  margin-top: 10px;
}

.SettingPage .ConnectedDevice .sliderItem .slideDel {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 99;
  cursor: pointer;
}

.SettingPage .ConnectedDevice .sliderItem .slideDel path {
  fill: #666666;
}

.SettingPage .ConnectedDevice .sliderItem.addBtn {
  cursor: pointer;
}

.SettingPage .ConnectedDevice .sliderItem.addBtn h4 {
  font-size: 34px;
}

.SettingPage .ConnectedDevice .sliderItem.addBtn h4 small {
  margin-top: 0;
}

.SettingPage .ConnectedDevice .sliderItem.addBtn .slideDel {
  display: none;
}

.SettingPage .settingStaff {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
}

.SettingPage .settingStaff .tab-pane {
  height: 100%;
  position: relative;
}

.SettingPage .settingStaff .tab-pane form {
  top: 0;
}

.SettingPage .settingStaff .SiteContentLeft {
  top: 0;
  width: calc(65% - 5px);
}

.SettingPage .settingStaff .SiteContentLeft .scroll-wrapper {
  top: 55px;
}

.SettingPage .settingStaff .SiteContentRight {
  top: 0;
  right: 0;
  width: calc(35% - 25px);
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti {
  margin-bottom: 20px;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti h6 {
  color: #F8931D;
  margin-bottom: 15px;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label {
  position: relative;
  font-weight: normal;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #999999;
  cursor: pointer;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label input {
  display: none;
  position: relative;
  z-index: -9999;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label input:checked + span {
  background: #F8931D;
  border-color: #F8931D;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label input:checked + span img.svg path, .SettingPage .settingStaff .SiteContentRight .AllowNoti label input:checked + span svg path {
  fill: #fff;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label span {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin-right: 5px;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label span img.svg, .SettingPage .settingStaff .SiteContentRight .AllowNoti label span svg {
  width: 12px;
  height: 12px;
  margin: 4px 4px;
  float: left;
}

.SettingPage .settingStaff .SiteContentRight .AllowNoti label span img.svg path, .SettingPage .settingStaff .SiteContentRight .AllowNoti label span svg path {
  fill: #fff;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow {
  margin-bottom: 20px;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label {
  border-left: solid 5px #02c39a;
  background: #576e7b;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  position: relative;
  font-weight: normal;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  cursor: pointer;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label input {
  display: none;
  position: relative;
  z-index: -9999;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label input:checked + span {
  background: #02c39a;
  border-color: #02c39a;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label input:checked + span img.svg path, .SettingPage .settingStaff .SiteContentRight .PerAllow label input:checked + span svg path {
  fill: #fff;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label span {
  width: 22px;
  height: 22px;
  display: block;
  float: right;
  border: solid 1px #ccc;
  border-radius: 4px;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label span img.svg, .SettingPage .settingStaff .SiteContentRight .PerAllow label span svg {
  width: 12px;
  height: 12px;
  margin: 4px 4px;
  float: left;
}

.SettingPage .settingStaff .SiteContentRight .PerAllow label span img.svg path, .SettingPage .settingStaff .SiteContentRight .PerAllow label span svg path {
  fill: #fff;
}

.FeedbackWrap {
  float: left;
  width: 100%;
}

.FeedbackWrap article {
  float: left;
  border-bottom: solid 1px #f4f4f4;
  width: 100%;
  padding-bottom: 40px;
  margin-top: 40px;
}

.FeedbackWrap article:last-child {
  border: none;
  padding: 0;
}

.FeedbackWrap article:first-child {
  margin-top: 0;
}

.FeedbackWrap article .FeedbackIMg {
  float: left;
  width: 165px;
  height: 165px;
  border: solid 2px #e8e8e8;
  border-radius: 2px;
  margin-right: 35px;
}

.FeedbackWrap article .FeedbackIMg img {
  width: 100%;
  height: 100%;
}

.FeedbackWrap article div {
  display: table;
}

.FeedbackWrap article div ul {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.FeedbackWrap article div ul li {
  float: left;
  color: #666666;
  font-size: 14px;
  margin-right: 35px;
}

.FeedbackWrap article div ul li span {
  display: block;
  color: #999999;
  font-size: 12px;
}

.FeedbackWrap article div p {
  font-size: 16px;
}

.FeedbackWrap article div p span {
  color: #999999;
}

.FeedbackWrap article div p b {
  font-weight: bold;
}

.FeedbackWrap article div p b.average {
  color: #F8931D;
}

.FeedbackWrap article div p b.good {
  color: #008000;
}

.FeedbackWrap article div p b.bad {
  color: #cb0000;
}

.FeedbackWrap article div p:last-child {
  margin: 0;
}

.print {
  background-image: none;
}

.print .logo {
  position: relative;
  left: auto;
  top: auto;
}

.print h2 {
  font-size: 30px;
  color: #999999;
  margin: 20px 0;
  font-family: "Roboto Condensed", sans-serif;
}

.print h6 {
  font-size: 20px;
  color: #3fa4b5;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 5px;
}

.print .printRow .col-xs-6 {
  position: relative;
}

.print .printRow .col-xs-6:after {
  position: absolute;
  top: 43px;
  bottom: 0;
  right: 0;
  background: #f2f2f2;
  width: 1px;
  content: "";
}

.print .printRow .col-xs-6:last-child:after {
  display: none;
}

.print .VBlisting {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.print .VBlisting ul {
  float: left;
  margin: 0;
  width: 100%;
  position: relative;
  padding-left: 65px;
}

.print .VBlisting ul li {
  float: left;
  width: calc((100% - 0px) / 2);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10pt;
  font-weight: 300;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print .VBlisting ul li small {
  display: block;
  font-size: 9pt;
  color: rgba(102, 102, 102, 0.3137254902);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print .VBlisting ul li .profileImg {
  width: 50px;
  height: 50px;
  border-radius: 33px;
}

.print .VBlisting ul li:first-child {
  width: 66px;
  position: absolute;
  left: 0;
}

.print .VBlisting ul li:nth-child(n+2) {
  margin: 7px 0;
}

.print.VisitPring .VBlisting li {
  width: calc((100% - 0px) / 5);
}

.serviceUserCheckbox input {
  display: none;
}

.serviceUserCheckbox input:checked + label {
  border-color: #576e7b;
}

.serviceUserCheckbox input:checked + label:before {
  background-color: #576e7b;
  opacity: 1;
}

.serviceUserCheckbox label {
  height: 60px;
  width: 100%;
  line-height: 60px;
  color: #999999;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  border: solid 1px #f4f4f4;
  overflow: hidden;
}

.serviceUserCheckbox label:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 4px;
  z-index: 5;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.serviceUserCheckbox label img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  z-index: 10;
  float: left;
}

.emergencyList {
  height: calc(100% - 110px);
  transform: translateY(100px);
  overflow-y: auto;
  display: flex;
  gap: 20px;
  padding-top: 34px;
  flex-direction: column;
  font-family: "Poppins", serif;
}
@media print {
  .emergencyList {
    height: auto;
    transform: none;
    overflow: visible;
    position: relative;
  }
  .emergencyList article > .title {
    page-break-before: always;
  }
}
.emergencyList:before {
  content: "Emergency Exit";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  top: 0;
}
.emergencyList article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.emergencyList article > .title {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #005cc8 !important;
  font-weight: 500;
  width: 100%;
}
.emergencyList article ul {
  margin: 0;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #DDD !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  width: calc((100% - 20px) / 3);
}
@media (max-width: 1600px) {
  .emergencyList article ul {
    width: calc((100% - 10px) / 2);
  }
}
.emergencyList article ul li {
  font-size: 16px;
  line-height: 24px;
}
.emergencyList article ul li > img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
  border: 1px solid #DDD !important;
  float: left;
}
.emergencyList article ul li .title {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #666 !important;
  text-transform: uppercase;
}
.emergencyList article ul li input[type=checkbox] + label {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  cursor: pointer;
  background-image: url("../images/tick.png");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border: 1px solid #DDD !important;
  margin: 0;
}
.emergencyList article ul li input[type=checkbox]:checked + label {
  background-color: #00A651 !important;
}
.emergencyList article ul li.checkbox {
  width: auto;
  margin-left: auto;
}
.emergencyList article ul li:nth-child(2) {
  width: 200px;
}
.emergencyList article ul li:nth-child(3):has(+ .checkbox) {
  width: calc(100% - 314px);
}
.emergencyList article ul li:nth-child(3), .emergencyList article ul li:nth-child(4):not(.checkbox) {
  width: calc((100% - 314px) / 2);
}
@media print {
  .emergencyList article ul {
    break-inside: avoid;
    page-break-inside: avoid;
  }
}
.emergencyList.print {
  height: auto;
  transform: translateY(0);
  padding: 0;
}
.emergencyList.print:before {
  display: none;
}
.emergencyList.print article {
  gap: 5px;
}
.emergencyList.print article ul li {
  font-size: 12px;
  line-height: 18px;
}
.emergencyList.print article ul li .title {
  font-size: 10px;
  line-height: 14px;
}
.emergencyList.print article ul li:nth-child(2) {
  width: 80px;
}
.emergencyList.print article ul li:nth-child(3):has(+ .checkbox) {
  width: calc(100% - 179px);
}
.emergencyList.print article ul li:nth-child(3), .emergencyList.print article ul li:nth-child(4):not(.checkbox) {
  width: calc((100% - 179px) / 2);
}

.header {
  position: fixed;
  top: 0;
  width: 730px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  background-color: #FFF !important;
  z-index: 2;
}
.header .logo {
  float: left;
  width: 200px;
  position: relative;
  color: #333;
  font-family: "Poppins", serif;
}
.header > .title {
  float: right;
  height: 50px;
  width: calc(100% - 210px);
  padding: 11px 0;
}
.header > .title > span {
  display: block;
  border-radius: 6px;
  background-color: #000 !important;
  color: #FFF !important;
  font-size: 14px;
  padding: 0 5px;
  line-height: 28px;
  height: 28px;
}
.header > .title > span button {
  float: right;
  height: 28px;
  width: 28px;
  border: 0;
  cursor: pointer;
  background-image: url("../images/print.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-color: transparent !important;
}
@media print {
  .header > .title > span button {
    display: none;
  }
}
.header > .title > span button.back {
  background-image: url("../images/back.png");
}
.header > .title > span button.export {
  background-image: url("../images/export-new.png");
}
.header > .title > span button.downloadPDF {
  font-size: 14px;
  color: #FFF;
  width: auto;
  background-position: right center;
  padding-right: 25px;
  background-size: 20px;
  background-image: url("../images/pdf-file.png");
}

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  padding-top: 30px;
  line-height: 20px;
  text-align: center;
  width: 730px;
  background-color: #FFF !important;
  z-index: 2;
}
@media print {
  .footer.forInvoice {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
  }
}
.footer i {
  font-style: normal;
  position: absolute;
  left: 0;
}

.headerSpacer, .footerSpacer {
  height: 60px;
}
.headerSpacer.invoiceDetail, .footerSpacer.invoiceDetail {
  height: 120px;
}
@media print {
  .headerSpacer.invoiceDetail, .footerSpacer.invoiceDetail {
    height: 0;
  }
}

.printBody {
  width: 730px;
  margin: 0 auto;
  font-size: 8pt;
}
.printBody.eMar .headerSpacer {
  height: 145px;
}

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