body {
	font-family: 'Inter', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 500;
	background-color: #F8F8F8;
}

.bg1 {
	background-image: url(/themes/img/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50%;
/*	background-attachment: fixed;*/
}
.bg2 {
	background-image: url(/themes/img/corner.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.theader {
	text-align: center;
	background: #e7f1ff;
	padding: 25px 10px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.theader > h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
.cardWeb {
	background-color: white;
	padding: 10px;
	margin-bottom: 15px;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}
.cardWeb > .image {
	height: 200px;
}
.cardWeb > .details {}
.cardWeb > .details > .title {
	font-weight: bold;
	padding: 5px;
	font-size: 17px;
}
.cardWeb > .details > .address {
	padding: 5px;
	color: #777777;
}
.cardWeb > .details > .price {
	font-size: 15px;
	padding: 5px;
	color: #0a53be;
}


.tc {
	 color: green;
	 font-weight: bold;
}
.msg {
	color: red;
	font-style: italic;
}
.form-control {
	background-color: #F4F5F7;
}
.seInput {
	margin: 10px 0px;
}
.aview {
	color: #3E97FF;
	cursor: pointer;
	padding: 0px 5px;
	text-decoration: none;
}
.aremove {
	color: red;
	cursor: pointer;
	padding: 0px 5px;
	text-decoration: none;
}
.headt {
	font-weight: bold;
	padding: 10px;
	text-decoration: underline;
}
.menu-top {
	position: fixed;
	z-index: 998;
	top: 0;
	width: 100%;
	background-color: white;
	padding-left: 265px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #99A1B7;
}
.menu-top > div {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.menu-top > div > a {
	padding: 10px;
	text-decoration: none;
	border-radius: 5px;
	margin-top: 5px;
}
.menu-top > div > a:hover {
	background-color: #F8F8F8;
}

.menu-top > div:nth-child(1){
	text-align: left;
}

.menu-top > div:nth-child(2){
	text-align: right;
}
.menu-top > div:nth-child(2) a > i{
	font-size: 34px;
}


.menu-left	{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 250px;
	background-color: #202B46;
	height: 100vh;
	color: white;
}
.menu-left > .title {
	height: 60px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-size: 25px;
	padding: 10px 20px 10px 30px;
}
.menu-left > .title a {
	text-decoration: none;
	color: white;
}
.menu-left > .menu {
	padding: 15px 25px;
	overflow: auto;
	height: 100vh;
	padding-bottom: 100px;
}

.menu-left > .menu > a {
	display: block;
	text-decoration: none;
	padding: 7px 15px;
	color: rgba(255, 255, 255, 0.5);
}
.menu-left > .menu > a:hover, .menu-left > .menu > a.active {
	background-color: #3E97FF;
	border-radius: 5px;
	color: white;
}
.menu-left > .menu > .divide {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.3);
	font-weight: 600;
}
.menu-left > .menu > a > i {
	font-size: 15px;
}

.menu-left > .version {
	position: fixed;
	left: 15px;
	bottom: 15px;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.2);
}

/*.psLoad {
	padding-left: 265px; padding-top: 75px;
}
*/
.psLoadWeb {
	
}
.breadc {
	margin-bottom: 15px;
}
.breadc > div:nth-child(1){
	font-size: 16px;
	font-weight: 600;
	color: #1E2129;
}
.breadc > div:nth-child(2){
	font-size: 13px;
	font-weight: 500;
	color: #99A1B7;
}
.breadd {
	text-align: right;
}
.form-group label {
	padding-left: 3px;
}
.box-login {
	padding: 20px;
	background-color: white;
	border-radius: 5px;
	border-color: transparent;
	box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.03);
	margin-top: 20vh;
}

.box-main {
	padding: 20px;
	background-color: white;
	border-radius: 5px;
	border-color: transparent;
	box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.03);
	margin-bottom: 15px;
}
.box-main > .header {
	padding-bottom: 15px;
}
.box-main > .header > div:nth-child(1){
	font-weight: 600;
	color: #1E2129;
	font-size: 17px;
}
.box-main > .header > div:nth-child(2){
	font-weight: 400;
	color: #99A1B7;
	font-size: 13px;
}
.box-main > .body {}

.form-control {
	font-size: 13px;
}

.mgt15 {
	margin-top: 15px;
}

table td {
	font-weight: 400;
}

/* loading ani */
.runOverlay {
    position:fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.1);
    padding-top: 40vh;
}
.runOverlay > div {
    display: table;
    margin: 0 auto;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



.blinking-divx {
    animation: blink-border 2.5s infinite;
  }

  @keyframes blink-border {
        0%, 100% {
          border-color: red;
          background-color: red;
          color: white;
        }
        50% {
/*          border-color: transparent;*/
          background-color: transparent;
          color: #000;
        }
      }

.imageUpload {
	background-color: #ddd;
	height: 40px;
	cursor: pointer;
}
.imageUpload > div {
	text-align: center;
	padding: 10px;
}

.tabbing1 {

}
.tabbing1 > a {
	padding: 10px 20px;
	background-color: white;
	text-decoration: none;
}
.tabbing1 > a.active {
	text-decoration: underline;
}

.box-web-reg {
	padding: 20px;
	background-color: white;
	border-radius: 5px;
	border-color: transparent;
	box-shadow:  0px 3px 4px 0px rgba(0, 0, 0, 0.03);
	margin-bottom: 15px;
}

.xstatus {}
.xstatus .cstatus {
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	cursor: pointer;
} 
.xstatus .cstatus.active {
	background-color: #D9FDD3;
}

.p-project {}
.p-project > .list {
	padding: 5px 15px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.stc {
	padding: 10px;
	margin-bottom: 5px;
}
.stc > div {
	display: inline-block;
}
.stc > div:nth-child(1){
	font-size: 10px;
	width: 10%;
	vertical-align: top;
	height: 20px;
	width: 20px;
	background-color: #A8F29A;
}
.stc > div:nth-child(2){
	width: 90%;
	padding-left: 15px;

}

.boxCard1 {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 5px;
	background: white;
}
.boxCard1:hover {
/*	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
	transition: all 1s ease;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.boxCard1 > .image {
	height: 180px;
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
}
.boxCard1 > .image > span.ongoing {
	  display: inherit;
    background-color: #198754;
    padding: 5px 10px;
    margin-left: -20px;
    width: 70px;
    rotate: -45deg;
    font-size: 10px;
    color: white;
}
.boxCard1 > .image > span.upcoming {
	  display: inherit;
    background-color: #ffc107;
    padding: 5px 10px;
    margin-left: -20px;
    width: 70px;
    rotate: -45deg;
    font-size: 10px;
    color: white;
}
.boxCard1 > .project_name {
	padding: 8px;
	color: #1E2129;
	text-transform: uppercase;
	font-weight: bold;
}
.boxCard1 > .project_location {
		padding: 5px;
		color: #99A1B7;
}
.boxCard1 > .analy {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.boxCard1 > .analy > div {
	display: inline-block;
	width: 30.33%;
	padding: 5px;
	font-size: 15px;
	color: #1E2129;
}
.boxCard1 > .analy > div > div {
	font-size: 9px;
	color: #99A1B7;
}
.boxCard1 > .link {
	padding: 10px;
}


.no_sales_representative {
	font-size: 10px;
	padding: 5px;
	color: #dc3545;
	
}

.modal-full {
    --bs-modal-width: 90%;
}


.divBtn, .divBtn2, .divBtn3 {
	padding: 5px 10px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 5px;
}
.imgDiv {
	width: 23%;
	border: 2px solid #fff;
	display: inline-block;
	height: 100px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.imgDiv > div:nth-child(1){
	cursor: pointer;
	background-color: rgba(255,255,255,0.7);
	position: inherit;
	margin-top: 75px;
	padding: 3px;
}

/* tracking */
.cTracking {
	padding: 10px;
	/*border: 1px dashed red;*/
}
.cTracking > .title {}
.cTracking > .title > div {
	display: inline-block;
	vertical-align: top;
}
.cTracking > .title > .dot {
	height: 30px;
	width: 30px;
	background: #ddd;
	border-radius: 50%;
}
.cTracking > .title > .active {
	background: #202B46;
}

.cTracking > .title > .desc {
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}

.cTracking > .details {}
.cTracking > .details > div {
	display: inline-block;
	vertical-align: top;
}
.cTracking > .details > .line {
	background: #7CB342;
}
.cTracking > .details > .desc {
	border-left: 3px dashed #ddd;
	margin-left: 13px;
	padding: 10px 10px 10px 30px;
	color: #1a202c;
	min-height: 50px;
}
.cTracking > .details > .active {
	border-left: 3px solid #202B46;
	animation: border-dance 1s 3 ease-in-out; 
}
.cTracking > .details > .desc > div {
	display: block;
}
.cTracking > .details > .desc .datetime {
	font-style: italic;
	font-size: 10px;
	color: #a0aec0;
}
.cTracking > .details > .desc .cStatus {
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 30px;
}
.cTracking > .details > .desc .cRemarks {
	padding: 5px;
	background: #FFFFE6;
	font-style: italic;
}
.cTracking > .details > .desc > div:nth-child(3){
	margin-bottom: 10px;
}

.cTracking > .details:nth-last-child(1) .active{
	border-left: 0px !important;
}
.cTracking > .details:nth-last-child(1) > .desc {
	border-left: 0px !important;
}


@keyframes border-dance {
  0% {
    border-left: 3px solid #202B46;
  }
  20% {
  	border-left: 3px dashed #202B46;
  }
  40% {
    border-left: 3px dotted #202B46;
  }
  60% {
  	border-left: 3px dashed #202B46;
   }
  80% {
  	border-left: 3px dotted #202B46;
   }
  100% {
  	border-left: 3px dashed #202B46;
   }

}


.tooltipz2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.tooltipz2 .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  font-size: 10px;
  position: absolute;
  z-index: 999;
  margin-left: -150px;
  margin-top: -30px;
}

.tooltipz2:hover .tooltiptext {
  visibility: visible;
}

.label-platform {
	font-size: 10px;
	padding: 3px 5px;
	background-color: #ddd;
}
.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.appendSearch {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
}

.webTop {
	position: fixed;
	z-index: 999;
	background: white;
	width: 100%;
	padding: 20px 20px;
	border-bottom: 1px solid #ddd;
}
.webTop > a {
	text-decoration: none;
	font-weight: bold;
}
.bottomWeb {
	position: fixed;
	z-index: 999;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: white;
}

.img_child > div {
	display: inline-block;
	height: 100px;
	width: 100px;
	padding: 2px;
	cursor: pointer;
}
