

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bbb;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}



::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}






.stdfontbold,
.stdfontmid,
.stdfont{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 13px;
	font-weight: 400;
    line-height: 20px;
}

.stdfontbold{
	font-weight: 900;
}

.stdfontmid{
	font-weight: 650;
}



.lbldbg,
.labeldebug,
.lbldebug{
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;	
	font-size:10px; color:red;
}

				








.stdlnk{
	color:blue;
	cursor:pointer;
}

.stdlnk:hover{
	color:orange;
}

.stdlnk2{
	text-decoration: none;
	color:white;
	cursor:pointer;
}

.stdlnk2:hover{
	color:orange;
}


.linkactive{
	cursor:pointer;
	color:black;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
.linkactive:hover{
	color:white;
	background:blue;
}

.linkinactive{
	color:rgba(0,0,0,0.3);
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}



a.disabled {
  pointer-events: none;
  cursor: default;
}





.stdinputboxdisabled,
.stdinputbox{
	margin:0;
	padding :  5px 5px;
	width: 300px; 
	min-height:30px;
/* tinggi 30, + padding 5 atas bawah, + border 1 atas bawah = 42 */
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.stdinputbox:focus{
	border-color:#66afe9;
	outline:none;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.stdinputboxdisabled{
	color:#ddd;
}





	
.stdinput{
	display: inline-block;
	padding : 0 8px;
/*	height:100%; */
	min-height:30px;
	width:100%;
	min-width:80px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}


.stdinput:focus{
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.btndisabled{
	--disabled : 0;
}

.stdbtndisabled,
.stdbtnbolddisabled,
.stdbtnbold,
.stdbtn{
	min-width:100px;
	max-width:300px;
	height:30px;

	font-family: 'Nunito Sans', sans-serif;
    line-height: 24px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
	
	padding : 0 10px;
	
	--disabled : 0;
	
    border: none;
    border-radius: 5px;
    background: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%) center center / 15000% rgb(220, 255, 220);
    box-shadow: rgb(181, 187, 197) 0px 2px 6px 0px;
}

.stdbtnbold:hover,
.stdbtn:hover{
    background: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%) center center / 15000% rgb(180, 255, 180);
	color:#08f;
}
.stdbtndisabled{
	color :#888;
	background: #ddd;
	cursor: default;
	--disabled : 1;
}


.stdbtn3{
	width:100px;
	height:30px;

	font-family: 'Nunito Sans', sans-serif;
    line-height: 24px;
    font-weight: 800;
    outline: none;
    cursor: pointer;
	
    border: none;
    border-radius: 10px;
    background: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%) center center / 15000% rgb(220, 255, 220);
    box-shadow: rgb(181, 187, 197) 0px 2px 6px 0px;
}
.stdbtn3:hover{
    background: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%) center center / 15000% rgb(180, 255, 180);
	color:#08f;
}


.btnsenddisabled{
	width:40px;
	height:40px;
	
	content: url('../../img/senddisabled.svg');
}
.btnsend{
	width:40px;
	height:40px;
	cursor:pointer;
	content: url('../../img/send.svg');
    opacity:0.5;
}
.btnsend:hover{
    opacity:1;
}





.btnspecial1{
	min-width:330px;
  background:#1AAB8A;
  color:#fff;
  border:none;
  position:relative;
  height:50px;
  font-size:1.3em;
  padding:0 1.0em;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
}
.btnspecial1:hover{
  background:#fff;
  color:#1AAB8A;
}
.btnspecial1:before,.btnspecial1:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #1AAB8A;
  transition:400ms ease all;
}
.btnspecial1:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btnspecial1:hover:before,.btnspecial1:hover:after{
  width:100%;
  transition:800ms ease all;
}


.btnWindowTop{
  display: none; 	
  position: fixed; 	
  bottom: 10px; 	
  right: 3px; 		
  height: 20px; 	
  width: 10px; 		
  z-index: 99; 		
  border: solid 1px #fff; 	
  outline: none; 	
  color: white; 	
  cursor: pointer; 	
  padding: 1px; 	
  border-radius: 1px;
  font-size: 14px;
  opacity:0.3;
  background-color: #555;
}

.btnWindowBottom{
  display: none; 	
  position: fixed; 	
  top: 40px; 	
  right: 3px; 		
  height: 20px; 	
  width: 10px; 		
  z-index: 99; 		
  border: solid 1px #fff; 	
  border: none; 	
  outline: none; 	
  background-color: red;
  color: white; 	
  cursor: pointer; 	
  padding: 1px; 	
  border-radius: 1px;
  font-size: 14px;
  opacity:0.3;
  background-color: #555;
}

.btnWindowTop:hover,
.btnWindowBottom:hover{
  border: solid 1px #444; 	
  background-color: #888;
  opacity:1;
}



.stddrop{
    padding:0 15px;
	display:none; 
}

.stddrop ul{
    list-style:none inside;
    margin:0;
    padding:0;
   /* text-align:center;*/
    color: #fff;
    font: 12px arial, verdana, sans-serif;
    font-weight: bold;
	max-height:200px; 
	overflow-y:scroll;
 }

.stddrop li {
/* 	z-index:100;
    display:block;
    position:relative;*/
	cursor:pointer;
	padding:5px 10px;
    background: #006633;  /* #006633;menu background color */
    }


.stddrop li:hover {
   background: #448855;  /* #006633;menu background color */
    }






.row:after {
  content: "";
  display: table;
  clear: both;
}


.stdbox{
	border: 1px solid #BFBFBF; 
	width: calc(100%- 5px); 
	height: calc(100%- 5px); 
	box-shadow: 3px 3px 2px #aaaaaa; /* right bottom blur color */
	margin : 0 5px 5px 0;
	background: white;
}
 
.stdbox1{
	border: 1px solid #BFBFBF; 
    border-radius: 10px;
	box-shadow: 3px 3px 2px #aaaaaa;
	margin : 0 5px 5px 0;
	background-image: url('../../img/ltrfyel3.gif');
	background: white;
}
 
.stdbox3{
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgb(181, 187, 197) 0px 2px 30px 0px;
}









/*  
#####################################################################################
#####################################################################################
	SCREEN mASK
#####################################################################################
#####################################################################################
*/ 



.screenmask {
position:fixed; left:0; top:0; right:0; bottom:0; overflow: hidden; background-color: rgba(0,0,0,0.6); 
z-index: 10000; display:none;
}

#screenmask0 { z-index: 10000; }
#screenmask1 { z-index: 9500; }
#screenmask2 { z-index: 9000; }
#screenmask3 { z-index: 8500; }
#screenmask4 { z-index: 8000; }
#screenmask5 { z-index: 7500; }



.minifloatbox {
	margin:calc(100vh/2 - 125px) auto;
	width: 500px;
	height: 250px;
	overflow:hidden;
	position: relative;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;	
	font-weight: 400;
}
.minifloatbox>div {
	margin-left:20px;
	width: 460px;
}

.minifloatbox .msgbox {
	height:170px;
	width: 480px;
}

.minifloatbox button {
	float:right; margin-left:10px;
}

.maxifloatbox {
/* height: 500px; margin:calc(100vh/2 - 250px) auto; */	
	
	width: calc(100vw - 400px);		min-width: 490px;
	height: calc(100vh - 100px);	min-height: 400px;
	margin:50px auto;
	overflow:hidden;
	position: relative;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;	
	font-weight: 400;
}

.maxifloatbox>div{
	width: calc(100vw - 440px);		min-width: 450px;
	height: calc(100vh - 140px);	min-height: 360px;
	margin:20px;
}

.maxifloatbox>div>div{
	width: calc(100vw - 440px);		min-width: 450px;
}


.maxifloatbox .msgbox{
	height: calc(100vh - 230px);	min-height: 270px;
}

.maxifloatbox button{
	float:left; margin-right:10px;
}

.editorfloatbox {
	width:600px; height:calc(100vh - 50px); margin:25px auto;

	overflow:hidden;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;	
	font-weight: 400;
}


.editorfloatbox>div {
	width:560px; 
	height:calc(100vh - 90px); 
	margin:20px;
	overflow:hidden;
/*	background:#ff8; */
	
	position: relative;
	
	font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-weight: 400; 
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}



/*
.editorfloatbox > div > div {
	width:calc(100%-4px); 
	height:420px; 
	border:solid 1px #888888;
	font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: 400; 
	text-rendering: optimizeLegibility; 
	-webkit-font-smoothing: antialiased;
}
*/



/*  
#####################################################################################
#####################################################################################
	DATE PICKER
#####################################################################################
#####################################################################################
*/ 


#datepickbox {
	position: fixed; 
	left: 30px; 
	top: 50px; 
	width: 220px; 
	height: 220px; 
	z-index: 10060; display:none;
}


#timepickbox{
position: fixed; z-index: 10100; display:none; left: 30px; top: 50px; width: 220px; height: 220px;
}


/* ##################################################################################### */


#cal {
  position: relative;
  padding: 4px;
  font-weight: bold;
  background: #bebfc0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}

#cal:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #d9d9d9;
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


#cal a {
  text-decoration: none;
}
#cal tr:first-child td {
  border-top: 0;
}
#cal td:first-child {
  border-left: 0;
}
#cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}
#cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
#cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}
#cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}
#cal tr:last-child td:first-child a {
  border-radius: 0 0 0 3px;
}
#cal tr:last-child td:last-child a {
  border-radius: 0 0 3px 0;
}



#cal .caltable {
  border-collapse: collapse;
  border-spacing: 0;

  position: relative;
  margin: 0 0 1px;
  border-collapse: separate;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
}

#cal .calcaptionbox{
  width: 100%;
  height: 50px;

  padding-bottom: 1px;
  line-height: 32px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #629c2e;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
  background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
  background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
  background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.calcaption {
  width: 100%;
  height: 20px;
}


.calcaption a  {
  line-height: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  color: white;
}
.calcaption .prev {
  float: left;
  padding-left:5px;
}
.calcaption .next {
  float: right;
  padding-right:5px;
}



.cal-body td {
  width: 30px;
  font-size: 11px;
  font-weight: bold;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.cal-body a {
  display: block;
  position: relative;
  line-height: 28px;
  color: #555;
  text-align: center;
  background: white;
}
.cal-body a:hover {
  background: #fafafa;
}

.cal-off a {
  color: #ccc;
  font-weight: normal;

}

.cal-sun a {
  color: #c00;
  font-weight: normal;

}

.cal-sat a {
  color: #c0c;
  font-weight: normal;

}

.cal-fri a {
  color: #444;
  font-weight: normal;

}

.cal-today a {
  color: black;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
  background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
  background-image: -o-linear-gradient(top, whitesmoke, white 70%);
  background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-selected a, .cal-body a:active {
  margin: -1px;
  color: #b2494d;
  background: #fff5f6;
  border: 1px solid #e7d4d4;
}

.cal-check a {
  color: #f79901;
  overflow: hidden;
}
.cal-check a:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #ffb83b;
  background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lt-ie8 .cal-table {
  *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
  zoom: 1;
}







#timepickbox > div{
	margin: 0 auto;
	padding: 0;
	width: 220px;
	height: auto;
	min-height: 100px;
	
	color: #404040;
	line-height: 1;
	font: 13px/20px 'Lucida Grande', Tahoma, Verdana, sans-serif;
	text-align: center;
	vertical-align: baseline;
	
	border: 0;
}

#timepickbox .tcal {
  position: relative;
  padding: 4px;
  font-weight: bold;
  background: #bebfc0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  
  min-height:200px; 
  min-width:200px;
}

#timepickbox .mainbox {
  border-collapse: collapse;
  border-spacing: 0;

  position: relative;
  margin: 0 0 1px;
  border-collapse: separate;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
  
  min-height:200px; 
  min-width:200px;
}

#timepickbox .header {
	width: 100%;
	padding-bottom: 1px;
	line-height: 32px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
	background: #629c2e;
	border-radius: 3px 3px 0 0;
	background-image: -webkit-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: -moz-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: -o-linear-gradient(top, #89c84d, #629c2e 75%, #548d20);
	background-image: linear-gradient(to bottom, #89c84d, #629c2e 75%, #548d20);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);

	height:35px; 
	width:200px;
}

#timepickbox .next{
	text-decoration: none;
	line-height: 30px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: white;
	cursor:pointer;
}

#timepickbox .next:hover{
  color: #A87C25;
}


#timepickbox .content {
	height:200px; 
	width:200px; 
	margin:0; 
	position :relative;
	/* background: rgb(232,255,159); */
	background: linear-gradient(0deg, rgba(232,255,159,1) 2%, rgba(255,252,210,1) 25%);
	text-align:center;	
}

#timepickbox .buletan{
	position :absolute;
	left:20px; 
	top:20px; 
	height:160px; 
	width:160px; 
	background:#ddd; 
	border-radius:50%;
}

#timepickbox .pm{
	position :absolute;
	background:#ddd;
/*	left:10px; top:10px; */
	height:23px; width:23px;
	border-radius:25%;
	color:#444;
	cursor:pointer;
}

#timepickbox .pm:hover{
	color:#dde;
	background:#44d;
}

#timepickbox .node{
	position :absolute;
	background:#dda;
/*	left:10px; top:10px; */
	height:23px; width:23px;
	border-radius:25%;
	color:#444;
	cursor:pointer;
}

#timepickbox .node:hover{
	color:#dde;
	background:#44d;
}







/*  
#####################################################################################
#####################################################################################
	IMAGE PICKER
#####################################################################################
#####################################################################################
*/ 

#kotakuploadgambar{
	z-index: 100;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;

    width: 100vw;
    height: 100vh;

	overflow:auto;
    background-color: rgba(0,0,0,0.4);
    display: none; 
}

#kotakuploadgambar > div{
    box-shadow: rgb(181, 187, 197) 0px 2px 30px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;	
	
	padding:20px; 
	margin:20px auto; 
	
	width:400px;
	height:300px;
	margin : auto;
	margin-top : calc((100vh - 300px)/2);
}
/*
#kotakuploadgambar .btnimgclose{
	cursor:pointer;
	width: 15px; height: 15px; top:5px; right:5px; position:absolute;
	content: url('../../img/close2.svg');
}

#kotakuploadgambar .btnimgclose:hover{
	content: url('../../img/close2hover.svg');
}
*/
.labelerrorstatus{
	color:red; 
	font-size:10px;
}


.btnimgclose{
	cursor:pointer;
	width: 15px; height: 15px; top:5px; right:5px; position:absolute;
	content: url('../../img/close2.svg');
	
	animation: 2s danifadeIn;
	animation-fill-mode: forwards;
	  
	visibility: hidden;
	
}


@keyframes danifadeIn {
  99% {visibility: hidden; }
  100% {visibility: visible;}
}

.btnimgclose:hover{
	content: url('../../img/close2hover.svg');
}








.stdtable {
color: #333;
font-family: Helvetica, Arial, sans-serif;
font-size:14px;
/*width: 640px;*/
border-collapse: collapse; 
border-spacing: 0;
}

.stdtable td, th {
	height: 30px;
	transition: all 0.3s; /* Simple transition for hover effect */
}

.stdtable th {
	background: #DFDFDF; /* Darken header a bit */
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	
}


.stdtable td {
	background: #FAFAFA;
	padding: 3px 5px;
	margin-right: 1px;
}



/* Cells in even rows (2,4,6...) are one color */
.stdtable tr:nth-child(even) td { background: #FEFEFE; }

/* Cells in odd rows (1,3,5...) are another (excludes header cells) */
.stdtable tr:nth-child(odd) td { background: #F1F1F1; }

/*.stdtable tr td:hover { background: #666; color: #FFF; } */ /* Hover cell effect! */



/* ########################################################################## */


.stdtableborder{
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	/*width: 640px;*/
	border-collapse: collapse; 
	border-spacing: 0;
}

.stdtableborder td, th {
	height: 30px;
	transition: all 0.3s; /* Simple transition for hover effect */
}


.stdtableborder th{
	background: #DFDFDF; /* Darken header a bit */
	font-weight: bold;
	text-align: center;
	padding: 0 5px;
	
}

.stdtableborder th {
	border-right: dotted 1px #aaa;
}

.stdtableborder th:first-child {
	border-left: dotted 1px #aaa;
}

.stdtableborder td {
	background: #FAFAFA;
	padding: 0 5px;
	margin-right: 1px;
}
.stdtableborder td {
	background: #FAFAFA;
	padding: 0 5px;
	margin-right: 1px;
	border-right: dotted 1px #aaa;
	
}

.stdtableborder td:first-child {
	border-left: dotted 1px #aaa;
}

/* Cells in even rows (2,4,6...) are one color */
.stdtableborder tr:nth-child(even) td { background: #FEFEFE; }

/* Cells in odd rows (1,3,5...) are another (excludes header cells) */
.stdtableborder tr:nth-child(odd) td { background: #F1F1F1; }

/* .stdtableborder tr td:hover { background: #666; color: #FFF; } */ /* Hover cell effect! */



.table1 tr th { background: #ccc; }
.table1 tr:nth-child(even) td { background: #F1F1F1; }
.table1 tr:nth-child(odd) td { background: #FEFEFE; }
.trdeleted td { color: #900; }
.trinactive td { color: #888; }
.tractive td { color: #88f; }









/*
###############################################################################
###############################################################################
###############################################################################	EDITOR
###############################################################################
###############################################################################
*/


.editorbtnslctd,
.editorbtn{
	float:left; 
	width:60px; 
	height:29px;
	font-weight:bold;
	font-size:16px;
	margin:0;
	cursor:pointer;
	background:#eff
}

.editorbtnslctd{
	background:#fcf;
}


.editorbtn:hover{
	background:#d8d;
}


.editorbtnslctd>div,
.editorbtn>div{
	margin-top:3px; font-weight:bold; text-align:center;
}


/*
###############################################################################
*/

#editorpreview{
	height:100%; background:#eee; overflow:scroll; padding:10px; word-wrap: break-word;/ *  word-break: break-all;  * /
}

#editoredit{
	width:calc(100%-4px); height:calc(100%-4px); display:none; overflow:scroll; padding:10px;
	resize: none;
	 border: none;
	 outline: 0;
}
#editoredit:focus{
 
}


/*
###############################################################################
###############################################################################	EDITOR
###############################################################################
*/


.editormibtn{
	float:left; width:auto; height:30px; cursor:pointer;
}
.editormibtn:hover{
	background:#fcf;
}
.editormibtn>div{
	margin-top:0px; font-weight:normal; text-align:center;
	padding:3px 7px;width:auto;height:auto;
}

#editornavleft{
	cursor:pointer;
	width: 10px; height: 29px; float:left;
	content: url('../../img/left.svg'); 
}
#editornavleft:hover{
	content: url('../../img/left2.svg');
}


#editornavright{
	cursor:pointer;
	width: 10px; height: 29px; float:right;
	content: url('../../img/right.svg');
}
#editornavright:hover{
	content: url('../../img/right2.svg');
}

/*
###############################################################################
###############################################################################
###############################################################################	
###############################################################################
###############################################################################
*/






/* #################################    CHAT INVITATION   ############################### */


.invitebox{
	margin: calc(100vh/2 - 255px) auto;
	width:  360px;
	height: 510px;
	overflow:hidden;
	position: relative;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;	
	font-weight: 400;
}
.invitebox .labelerror{	
	left:0;
	bottom :10px;
	width:100%;
	height:10px;
	position:absolute;
}
.invitebox .buttonwrapper{	
	left:0;
	bottom :50px;
	width:100%;
	height:30px;
	position:absolute;
}	
.invitebox .avawrapper{	
	left:0;
	bottom :160px;
	width:100%;
	height:130px;
	position:absolute;
}	
.invitebox .msgwrapper{	
	left:0;
	top :80px;
	width:100%;
	height:140px;
	overflow-y:auto;
	position:absolute;
	text-align:center;
}	
.invitebox .titlewrapper{	
	left:0;
	top :40px;
	height:30px;
	width:100%;
	position:absolute;
	text-align:center;
}	
.invitebox .imgoutline{
	width:90px; height:90px; top:0px; left:0px; background:#fcc; border-radius:50%; position:absolute;
}
.invitebox .imgava{
	position:absolute; top:5px; left:5px; width:80px; height:80px; border-radius:50%;
}
.invitebox .imgoutlinecenter{
	width:130px; height:130px; top:0px; left:70px; background:#ddd; border-radius:50%; position:absolute;
}
.invitebox .imgavacenter{
	position:absolute; top:5px; left:75px; width:120px; height:120px; border-radius:50%;
}
.invitebox .imgoutlineright{
	width:90px; height:90px; top:0px; left:180px; background:#ddd; border-radius:50%; position:absolute;
}
.invitebox .imgavaright{
	position:absolute; top:5px; left:185px; width:80px; height:80px; border-radius:50%;
}









.btnback{
	width:26px;
	height:26px;
	content: url('../../img/back.svg');
	cursor:pointer;
}

.btnback:hover{
	content: url('../../img/back2.svg');
}








.popupmenubox{
	color: #222;
	font: 400 14px/16px Roboto, sans-serif;
	
	box-sizing: border-box;
	width: 180px;
	height: auto;
	min-height: 30px;
	
	padding-top:20px;
	padding-bottom:20px;
	
	overflow: auto;
	position:relative;
	border-radius: 3px;
	background: #f7f3ed;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);
}

.popupmenuitem{
	cursor:pointer;
    color: #374046;
	min-height: 5px;
    padding: 10px;
    display: block;
    text-decoration: none;
    transition: all .1s ease-in-out 0s;
}


.popupmenuitem:hover{
     background: #E8D0A9;
}













.chatinfobox{
	margin: calc(100vh/2 - 255px) auto;
	width:  360px;
	height: 510px;
	overflow:hidden;
	position: relative;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;	
	font-weight: 400;
}

.chatinfobox>div{
	position: absolute;
}

.btnlink{
	margin:5px;
	cursor:pointer;
	border-radius:50%;
	width: 20px; height: 20px;
	background:#ddd;
	content: url('../../img/link.svg'); 
}
.btnlink:hover{
	background:#e88;
	content: url('../../img/link2.svg');
}

.btnlinkwrapper{
	cursor:pointer;
	border-radius:50%;
	width: 30px; height: 30px;
	background:#ddd;
}

.btnlinkwrapper:hover{
	background:#e88;
}



.invitebox .labelerror{	
	left:0;
	bottom :10px;
	width:100%;
	height:10px;
	position:absolute;
}
.invitebox .buttonwrapper{	
	left:0;
	bottom :50px;
	width:100%;
	height:30px;
	position:absolute;
}	
.invitebox .avawrapper{	
	left:0;
	bottom :160px;
	width:100%;
	height:130px;
	position:absolute;
}	
.invitebox .msgwrapper{	
	left:0;
	top :80px;
	width:100%;
	height:140px;
	overflow-y:auto;
	position:absolute;
	text-align:center;
}	
.invitebox .titlewrapper{	
	left:0;
	top :40px;
	height:30px;
	width:100%;
	position:absolute;
	text-align:center;
}	
.invitebox .imgoutline{
	width:90px; height:90px; top:0px; left:0px; background:#fcc; border-radius:50%; position:absolute;
}
.invitebox .imgava{
	position:absolute; top:5px; left:5px; width:80px; height:80px; border-radius:50%;
}
.invitebox .imgoutlinecenter{
	width:130px; height:130px; top:0px; left:70px; background:#ddd; border-radius:50%; position:absolute;
}
.invitebox .imgavacenter{
	position:absolute; top:5px; left:75px; width:120px; height:120px; border-radius:50%;
}
.invitebox .imgoutlineright{
	width:90px; height:90px; top:0px; left:180px; background:#ddd; border-radius:50%; position:absolute;
}
.invitebox .imgavaright{
	position:absolute; top:5px; left:185px; width:80px; height:80px; border-radius:50%;
}














body{
	margin:0;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	font-size: 13px;
	font-weight: 400;
    line-height: 20px;
}


.container{
	margin:0 auto;
	width:1000px;
}


.outerboxround,
.outerbox{
	padding:5px;
	margin:1px 4px 4px 1px;
	width:985px;
	border:solid 1px #888;
	box-shadow: 3px 3px 2px #aaaaaa;
}

.outerboxround{
	border-radius:10px;
}


@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
	.container{
		width:750px;
		margin:0 auto;
	}

	.outerboxround,
	.outerbox{
		width:735px;
	}

}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
	.container{
		width:500px;
		margin:0 auto;
	}
	.outerboxround,
	.outerbox{
		width:485px;
	}
}





#adminbar{
	top:0;
    direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 32px;
    height: 32px;
    margin: auto;
    width: 100%;
    z-index: 1000;
    background: #23282d;
    position: fixed;
}

#adminbar>div{
    margin: 0 auto;
}

#adminbar>div>div{
	width:50%;
	float:left;
}


.adminitem{
	height: 32px; width:auto;  padding:0 10px; cursor:pointer; float:right;
}

.adminitemleft{
	height: 32px; width:auto;  padding:0 10px; cursor:pointer; float:left; 
}


.adminitem:hover{
	background:#add;
	color:#00f;
}

.adminitemleft:hover{
	background:#add;
	color:#00f;
}



@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
	#adminbar>div>div{
		width:50%;
		float:left;
		background: #60282d;
	}
}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
	#adminbar>div>div{
		background: #28602d;
		width:50%;
		float:left;
	}
}







.warnagradasijaksa{
	    background: linear-gradient(to bottom,#0000cc 0,#000066 100%);
}

.fontjudul2,
.fontjudul1,
.fontjudul0,
.fontjudul{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 26px;
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-shadow: 1px 1px #000;
	color: #fff;
}

.fontjudul0{
	font-size: 32px;
}

.fontjudul2{
	font-size: 12px;
}

.text1bannerbox{
	
}

.text2bannerbox{
	
}

.text3bannerbox{
	
}

.fontfototext{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 14px;
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

.topnavbox{
	    background: linear-gradient(to bottom,#cea71a 0,#a5751a 100%);
	cursor:pointer;
	width:300px; height :55px; float:left;
				border: 2px solid #73AD21;  border-radius: 10px;
}

.topnavbox:hover{
	    background: linear-gradient(to bottom,#99a71a 0,#a57570 100%);

}

.topnavfont{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 20px;
	text-shadow: 1px 1px #000;
	color: #fff;
	text-align :center;
}



@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
	#bannerimg{
		display:none;
	}
	.fontjudul0{
		font-size: 28px;
	}
	.fontjudul1{
		font-size: 28px;
	}
}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
	#bannerlogo{
		display:none;
	}
	.fontjudul0{
		font-size: 24px;
	}
	.fontjudul1{
		font-size: 22px;
	}
}






/*
###############################################################################
 MENU MENU END
############################################################################### */


.warnagradasi{
	    background: linear-gradient(to bottom,#cea71a 0,#a5751a 100%);
}

.fontjudul{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 26px;
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-shadow: 1px 1px #000;
	color: #fff;
}

.fontjudul2{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 12px;
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	text-shadow: 1px 1px #000;
	color: #fff;

}

.fontfototext{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 14px;
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}

.topnavbox{
	    background: linear-gradient(to bottom,#cea71a 0,#a5751a 100%);
	cursor:pointer;
	width:300px; height :55px; float:left;
				border: 2px solid #73AD21;  border-radius: 10px;
}

.topnavbox:hover{
	    background: linear-gradient(to bottom,#99a71a 0,#a57570 100%);
}

.topnavfont{
	font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
    line-height: 1.1;
	font-size: 20px;
	text-shadow: 1px 1px #000;
	color: #fff;
	text-align :center;
}


#wfooter{
	direction: ltr;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 32px;
    height: 100px;
    width: 100%;
    background: #23282d;
}








/*
###############################################################################
 MENU MENU BEGIN
############################################################################### */

#nav {
    list-style:none inside;
    margin:0;
    padding:0;
   /* text-align:center;*/
    color: #fff;
    font: 12px arial, verdana, sans-serif;
    font-weight: bold;
    }

#nav li {
    display:block;
    position:relative;
    float:left;
    background: #006633; /* menu background color */
    }

#nav li a {
    display:block;
    padding:0;
    padding-left:20px;
    padding-right:20px;
    text-decoration:none;
 /*   width:200px; *//* this is the width of the menu items */
    line-height:35px; /* this is the hieght of the menu items */
    color:#ffffff; /* list item font color */
    }

#nav li li a {
	font-size:90%;  
	width:200px;
} /* smaller font size for sub menu items */

#nav li:hover {background:#003f20;} /* highlights current hovered list item and the parent list items when hovering over sub menues */


.menuhighlight{
	background:#174;
}
.menuhighlight:hover{
	background:#003f20;
}





/*--- Sublist Styles ---*/
#nav ul {
    position:absolute;
    padding:0;
    left:0;
	display:none; /* hides sublists */
	z-index: 1000;
    }

#nav li:hover ul ul {display:none;} /* hides sub-sublists */

#nav li:hover ul {display:block;} /* shows sublist on hover */

#nav li li:hover ul {
    display:block; /* shows sub-sublist on hover */
    margin-left:240px; /* this should be the same width as the parent list item */
    margin-top:-35px; /* aligns top of sub menu with top of list item */
    }

/* SUB OF SUB MENU */






#navbar{
	height:35px;
}

#nav{
	height:35px;
}

@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
	#navbar{
		height:70px;
	}
	#nav{
		height:70px;
	}

}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
	#navbar{
		height:70px;
	}
	#nav{
		height:70px;
	}
}









.footerwing{
	display:inline-block;
	width:20%;
}

.footercenter{
	display:inline-block;
	width:60%;
}


@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
	.footerlinktext{
		display:none;
	}
	.footerwing{
		width:10%;
	}

	.footercenter{
		width:80%;
	}
	.footerctrext1{
		display:none;
	}

}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
	.footercenter{
		font-size: 10px;
	}
	#footerright{
		display:none;
	}
}






















/*  
#####################################################################################
#####################################################################################
	CHAT
#####################################################################################
#####################################################################################
*/ 


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #888; 
}


	
#btnshowchatbox,
.btnshowchatbox{	
    position: fixed;
    right: 6%;
    bottom: 0px;
    width: auto;
    height: auto;
    z-index: 100;
	
    border: none;
    border-radius: 20px;
    background: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%) center center / 15000% rgb(255, 255, 255);
    box-shadow: rgb(181, 187, 197) 0px 2px 6px 0px;
    transition: all 0.2s ease-in-out 0s;
    transform: translateY(-20px);
    opacity: 1;
	
	font-family: 'Nunito Sans', sans-serif;
    line-height: 24px;
    font-weight: 800;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-indent: initial;
    padding: 6px 20px;
    color: rgb(3, 172, 14);
    font-size: 16px;
}
	
#chatbox{
	max-height: calc(100vh - 233px);
    height: 470px;
    width: 560px;
    display: flex;
    position: fixed;
    right: 6%;
    bottom: 0px;
    transform: translateY(-20px);
	
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgb(181, 187, 197) 0px 2px 30px 0px;
    z-index: 99;
    transition: all 0.2s ease-in-out 0s;
    opacity: 1;
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;	
	display:none;
}


#chatbox > div{
	display: flex;
    position: relative;
    width: 100%;
    height: 100%"
}


#leftside{
	width: 30%;
	display: flex;
	flex-direction: column;
}

#leftside .top {
	min-height: 60px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	padding: 12px 8px 8px;
	box-shadow: rgb(229, 231, 233) 0px 2px 4px 0px;
}



#leftside .bottom{
	overflow-y: auto;
	z-index: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 0px 4px;
	border-bottom-left-radius: 12px;
	overscroll-behavior-y: contain;
}
	

#leftside .label{
	font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	overflow-y: auto;
	z-index: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 0px 4px;
	border-bottom-left-radius: 12px;
	overscroll-behavior-y: contain;
}
	
	

/* ######################################################################################### */



#leftside .clst1{
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 5px;
    color: rgb(49, 53, 59);
}

#leftside h1{
	line-height: 1; font-family: 'Nunito Sans' !important;
	font-size: 16px;
    font-weight: 700;
    margin: 0px;
	display: block;
}

#leftside .clst2xx{
	border-radius: 8px;
    display: flex;
    -webkit-box-flex: inherit;
    flex-grow: inherit;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
    transition: border-color 280ms ease 0s;
    width: 100%;
    height: 32px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(229, 231, 233);
    flex-direction: row-reverse;
}

#leftside input{
	min-width: 0px;
    min-height: 0px;
	width: 100%; 
    color: rgba(49, 53, 59, 0.96);
    font-family: inherit;
    background-color: transparent;
    line-height: 22px;
    border: none;
    outline: none;
    height: 30px;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}


#leftside .dcbtncari1{
	position: relative;
    cursor: pointer;
    padding: 0px;
    transition: background-color 280ms ease 0s;
    width: 32px;
    background-color: rgb(243, 244, 245);
    flex: 0 0 32px;
	
	
	box-sizing: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
	text-transform: none;
	border: none;
	outline: none;
	
	cursor: pointer;
	font-family: "Open Sans", Tahoma !important;	
}

#leftside .dcbtncari1:hover{
	background-color: rgba(49, 53, 59, 0.12);
}



/* ##########################################    CHAT LIST    ############################################### */



.chatconvboxcont{
	position:relative;
}

.chatconvboxcont:hover{
	cursor:pointer;
}


.chatconvbox{
	line-height: 1.15;
	font-size: 14px;
	color: rgba(0,0,0,.54);
	font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	box-sizing: inherit;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 12px;
	padding: 0px 8px;
	height: 51px;
}		
	
.chatconvimgwrapper{	
	height: 26px;
	position: relative;
	margin-right: 8px;
	box-sizing: inherit;
	flex-shrink: 0;
	cursor: pointer;
}	

.chatconvimg{
	width: 26px;
    border-radius: 50%;
}




.chatconvcont{
	-webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 0px;	
}
.chatconvname{
	font-size: 12px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
    line-height: 22px;
    width: 100%;
    color: rgba(49, 53, 59, 0.96);
    font-family: "Nunito Sans", sans-serif !important;
}
.chatconvsub{
	font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 3px;
    padding: 0px 4px;
    margin: 0px;
    color: rgb(3, 172, 14);
    background: rgb(214, 255, 222);
}







/* #################################    CHAT BOX BAGIAN KANAN    ############################### */




.rightside{
	width: 70%;
    border-left: 1px solid rgb(229, 231, 233);
}
.rightside > div{
	display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}




.chkananatas{
	display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-height: 56px;
    z-index: 100;
    -webkit-box-align: center;
    align-items: center;
    height: 56px;
    padding: 5px 8px 2px 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
    margin: 0px 2px 4px 0px;
	
}
.chkananatas .header{
flex: 0 0 auto;
    width: 36px;
    height: 36px;
    position: relative;
    cursor: pointer;
}	

.chkananatas .headerimg{
	border-radius: 50%;
    max-width: 100%;
}

.chkananatas .profilebox {
	-webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 8px;
    width: calc(100% - 164px);
    cursor: pointer;
    height: 62px;
	
}
.chkananatas .wrapper{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
	margin-top:5px;
    height: 35px;
}
.chkananatas .name{
	color: rgb(82, 86, 94);
    font-weight: bold;
    line-height: 22px;
    margin: 0px 4px 0px 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Nunito Sans", sans-serif !important;
}
.chkananatas .label{
	background-color: rgb(214, 255, 222);
    color: rgb(3, 172, 14);
    border-radius: 3px;
    font-size: 10px;
    vertical-align: super;
    font-weight: 600;
    line-height: 18px;
    padding: 0px 4px;
}
.chkananatas .status{
	font-size: 10px;
    color: rgba(49, 53, 59, 0.68);
    font-weight: 400;
    margin: 0px;
    line-height: 13px;


}



.chkananatas .btnclosebox{
	cursor:pointer;
}





/* #################################    CHAT BOX BAGIAN KANAN  EDIT-BAR   ############################### */




#chkanantengah{
	position:absolute;
	top:56px;
	right:0px;
	display: none;
	width: 90px;
	height: 28px;
	background:#fff;
}
#chkanantengah .wrapper{
	width:26px; height:26px; cursor:pointer; float:right;
}
#chkanantengah .wrapper:hover{
	background:#ddd;
}
#chkanantengah img{
	width: 22px;height: 22px; margin: 3px; 
}



/* #################################    CHAT BOX BAGIAN KANAN BAWAH  ############################### */




#chkananbawah{
	display: flex;
	flex-direction: column;
	height: calc(100% - 76px);
	position: relative;
}
#chkananbawahpesan{
	display: flex;
    flex-direction: column;
    height: calc(100% - 36px);
    position: relative;
	
}
#chkananbawahinput{
	display: flex;
    box-shadow: rgba(0, 0, 0, 0.08) 0px -1px 2px 0px;
    padding: 3px 16px;
    align-items: flex-end;	
}


#chatboxstillempty{	
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		text-align: center;
		flex-direction: column;
		height: 100%;	
}

/* #################################    CHAT BOX BAGIAN KANAN BAWAH -> PESAN   ############################### */

#chkananbawahpesaniklan{
		display: flex;
    background-color: rgb(243, 244, 245);
    padding: 10px 16px;
    -webkit-box-align: center;
    align-items: center;
	margin: 0px -16px;
	margin: 16px;

}
#chkananbawahspace{
	height: 1px;
}
#chkananbawahpesanbox{
	position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0px 16px;
    overflow-y: auto;
    overscroll-behavior-y: contain;
}




/* #################################    CHAT BOX BAGIAN KANAN BAWAH -> PESAN -> GetStringPrivate   ############################### */




.kotakchatpesan, .kotakchatpesansender{
	line-height: 1.15;
	font-size: 10px;
	color: rgba(0,0,0,.54);
	font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	box-sizing: inherit;
	
	text-align: left;
/*    margin: 5px 0px 8px;  */
    margin: 0px;
	
	font-family: "Open Sans", Tahoma !important;
}
.kotakchatpesansender{
	text-align: right;
}
.kotakchatpesansender > div{
	background: #ffffff;
}


.kotakchatjam{
	line-height: 1.15;
	font-size: 10px;
	color: rgba(0,0,0,.54);
	font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	box-sizing: inherit;

	text-align: center;
    margin: 12px 0px 5px;
	
	font-family: "Open Sans", Tahoma !important;
}


.chtmsgwrappersender,
.chtmsgwrapper{
    color: rgba(49, 53, 59, 0.96);
    border: 1px solid rgb(229, 231, 233);
    padding: 6px 12px;
    width: auto;
    max-width: 330px;
    text-align: left;
    display: inline-block;
	border-radius: 0px 20px 20px 20px;
    background-color: rgb(243, 244, 245);
    color: rgba(49, 53, 59, 0.96);
	
	background-color: #ffffe8;
    border: none;
	max-width:80%;
}
.chtmsgwrappersender{
	border-radius: 20px 20px 0px 20px;
}

.chkananbawahpesanbox .msgselected{
	background-color: #dfd;
    border: solid 1px #888;
}


.chkananbawahpesanbox .isipesan{
	word-break: break-word;
    font-size: 13px;
    overflow:auto;
    line-height: 22px;
    font-family: "Open Sans", Tahoma !important;	
	display: inline;
}

.chkananbawahpesanbox .timestatus{
	margin-left: 8px;
    margin-top: 4px;
    float: right;	
}
.chkananbawahpesanbox .statusinner{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: -2px;	
}



.chkananbawahpesanbox .msgstatus{
	margin-bottom: -2px;border-style: none;
}

.chkananbawahpesanbox .msgtime{
	color: rgba(0, 0, 0, 0.38);
    font-size: 11px;
    margin-left: 4px;
    line-height: 16px;

}


/* #################################    CHAT BOX BAGIAN KANAN BAWAH -> PESAN -> GetStringPrivate -> Grup   ############################### */

.chkananbawahpesanbox .avawrapper,
.chkananbawahpesanbox .avawrappersender{	
	line-height: 1.15;
	font-size: 14px;
	color: rgba(0,0,0,.54);
	font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	cursor: pointer;
	box-sizing: inherit;
	position: relative;
	margin-right: 8px;
	flex-shrink: 0;
	width:auto;
	height:20px;
}	
.chkananbawahpesanbox .avawrappersender{	
	text-align:right;
}
.chkananbawahpesanbox .avawrapperinner{
	margin:2px 7px; float:left
}
.chkananbawahpesanbox .avawrappersenderinner{
	margin:0; float:right
}
.chkananbawahpesanbox .avaimg{
	width: 20px;
    border-radius: 50%;
	margin:0px; 
	float:left
}
.chkananbawahpesanbox b{
	font-size:12px; 
	color:rgba(0,0,0,0.3)
}



/* #################################    CHAT BOX BAGIAN KANAN BAWAH -> INPUT   ############################### */


#chkananbawahinput > div{
position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: calc(100% - 42px);
    display: flex;
    align-items: flex-end;
	
}	


#chkananbawahinput .kotakkiri{

line-height: 1.15;
font-size: 14px !important;
color: rgba(0,0,0,.54);
-webkit-font-smoothing: antialiased;
font-family: "Nunito Sans", "Open Sans", Tahoma !important;
box-sizing: inherit;
position: relative;
-webkit-box-flex: 1;
flex-grow: 1;
display: flex;
}

#chkananbawahinput .attach{
height: 40px;
    border: none;
    padding: 0px;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 10px;
    z-index: 1;	
}

#chkananbawahinput .inputbox{
	position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
}


#chkananbawahinput .emoji{
position: absolute;
    bottom: 9px;
    left: 9px;
    height: 24px;
    width: 24px;
}

#chkananbawahinput .emojiinner{
	position: relative;
}


#chkananbawahinput textarea{
	-webkit-font-smoothing: antialiased;
	box-sizing: inherit;
	margin: 0;
	overflow: auto;
	resize: none;
	background-color: rgb(255, 255, 255);
	width: 100%;
	margin-bottom: 0px;
	line-height: 20px;
	color: rgb(64, 69, 76);
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
	border: 1px solid rgb(229, 231, 233) !important;
	border-radius: 20px !important;
	padding: 10px 34px 10px 40px !important;
	font-size: 13px !important;
}
#chkananbawahinput textarea:focus{
	outline: none;
}

#chkananbawahinput .imgsend{

}
#chkananbawahinput .imgsend:focus{
	outline: none;
}

#chkananbawahinput button{
	height: 42px;
    border: none;
    padding: 0px;
    margin-left: 8px;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;	
}
#chkananbawahinput button:focus{
	outline: none;
}



/* #################################    CHAT BOX BAGIAN KANAN BAWAH -> PESAN -> URUSAN QUOTE   ############################### */


.cht111{
	background:rgba(0,0,0,0.1);
	width:auto;
	height:auto; 
	padding:3px;
}

.cht111 > div{
	margin: 3px;
}

.cht121{
	font-style:bold;
	font-size:10px; 
	color:gray; 
	height:18px;
}
.cht131{
	background:rgba(0,0,0,0.2); 
	height:1px; margin:3px 0;
}

.cht141{
 font-size:10px; color:gray; min-height:18px;
}


/* #################################    CHAT BOX BAGIAN KIRI BAWAH -> Tombol Tambah Conv   ############################### */


.addconv{
	min-width:60px;
	height:40px; 
	position:absolute; 
	bottom:10px; 
	left:15px; 
	z-index:1000;cursor:pointer;
}

.addconv img{
width:30px;height:30px; 
}








.lframe{
	width: 450px;
	float:left;
}

.rframe{
	width: 550px;
	float:left;
}


@media screen and (max-width:1000px){
	/* di sini dieksekusi jika layar di resize lebar 1000 ke bawah*/
/*
	.container{
		width:750px;
		margin:0 auto;
	} 
*/
	.lframe{
		width: 370px;
	}
	.rframe{
		width: 380px;
	}
}

@media screen and (max-width:750px){
	/* di sini dieksekusi jika layar di resize lebar 700 ke bawah*/
/*
	.container{
		width: 500px;
		margin:0 auto;
	} 
*/
	.lframe{
		width: 500px;
		float:none;
	}
	.rframe{
		width: 500px;
		float:none;
	}
}



/* ############################################################################################# */
/* ############################################################################################# */
/* ############################################################################################# */

.profilebox{
	height:240px; position:relative;
}

.profilebox .bgwrap{
position:absolute; top:0; left:0; width:100%; height:240px; overflow:hidden;border-radius:10px;
}

.profilebox .bgimg{
width:100%; height:100%; background-size:cover;
}

.profilebox .bgborderwrp{
position:absolute; top:15px; left:0; width:100%; 
}

.profilebox .bgborderwrp > div{
width:210px; height:210px; background:#fff; border-radius:50%; margin: 0 auto;
}

.profilebox .prfwrp{
	position:absolute; top:20px; left:0; width:100%; text-align:center;
}

.profilebox .prfwrp > img{
width:200px; height:200px; background:#855; border-radius:50%; margin: 0 auto;
}

.profilebox .bgbtnwrp{
	position:absolute; left:0; bottom:10px; width:100%; height:15px;
}


.profilebox .bgbtnwrp > div{
position:relative; width:calc(100% - 10px);  height:100%; text-align:right;
}

.profilebox .bgbtnwrp img{
width:15px; height:15px; margin-right:3px;cursor:pointer;
}


.profilebox button{
	cursor:pointer;   
	font-size: 10px;
    font-family: Helvetica,Calibri,Arial,sans-serif;
}



/* ############################################################################################# */

.biografibox{
	text-align:center;
}

.biografibox table{
	font-size:14px;					
	line-height:150%;					
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;
}

.biografibox .tabletr{
	min-height:20px;
	cursor: pointer;	
}
.biografibox .td1{
	text-align:right;
	width:36%;
	float:left;
	min-height:20px;
	margin-left:0;
}
.biografibox .td2{
	text-align:center;
	float:left;
	min-height:20px;
}
.biografibox .td3{
	text-align:left;
	float:left;
	min-height:20px;
}

.prflupper{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:50px;
	opacity:0.2;
}
.prflupper:hover{
	opacity:1;
}

.prflupper div{
	/*opacity:0.2;*/
}

.prflupper div:hover{
	opacity:1;
}


.prflbottom{
	opacity:0.5;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
}

.prflbottom:hover{

opacity:1;
}





/* ############################################################################################# */
/* ############################################################################################# */
/* ############################################################################################# */

.rframe{
	
}



.rframe .statuswrapper{
	position:relative; height:auto; padding:10px; margin-bottom:10px; background:#ccc; 
}




/*
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
##############################################################################################################
*/





























.imgtexttgl{
}
.imgtexttgl:hover{
	
}

.fontkecilimg{
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	font-size:10px;
	color:#ddd;
	text-shadow: 2px 2px 8px #FF0000;
}

.fontkecilnrm{
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;
	font-size:10px;
	line-height:120%;
	color:#222;
}

.fontbesarnrm{
	font-size:14px;					
	line-height:150%;					
	font-family: 'Nunito Sans', 'Open Sans', Tahoma !important;
	cursor: pointer;							
}

.consent-btn {
    margin-right: 30px;
    color: rgb(0,0,0);
    flex: 1 0 130px;
    background-color: rgb(139,237,79);
    border-color: transparent;
    padding: .2em .5em;
    font-size: 1.2em;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-weight: bolder;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    min-height: 30px;
}


.asd{
/*	 class="td1"]]
th, td {
  border-bottom: 1px solid #ddd;
}	 
*/	 
}

.profstatimgcomment {
	width: 20px;
	height: 20px;
	background-image:url('../../img/comment.svg'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;float:right;
}

.profstatimgcomment:hover {
	background-image:url('../../img/commenthover.svg'); 
}

.rframe .komenimg {
	width: 20px;
	height: 20px;
	background-image:url('../../img/comment.svg'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;float:right;
}

.rframe .komenimg:hover {
	background-image:url('../../img/commenthover.svg'); 
}

.rframe .komennum{
	height:20px; margin:0 5px; float:right; padding-top:3px; 
}

.rframe .likesimg{
	width: 20px;
	height: 20px;
	background-image:url('../../img/likeadd.svg'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;float:right;
}

.rframe .likesimg:hover{
	background-image:url('../../img/likeaddhover.svg'); 
}

.rframe .likesnum{
	height:20px; margin:0 5px; float:right; padding-top:3px;
}

.profstatimglikes {
	width: 20px;
	height: 20px;
	background-image:url('../../img/likeadd.svg'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;float:right;
}

.profstatimglikes:hover {
	background-image:url('../../img/likeaddhover.svg'); 
}

.profstatimgliked {
	width: 20px;
	height: 20px;
	background-image:url('../../img/liked.svg'); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
	cursor:pointer;float:right;
}

.profstatimgliked:hover {
	background-image:url('../../img/likedlose.svg'); 
}






.pageoverlay{
	z-index: 100;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;

    width: 100vw;
    height: 100vh;

	overflow:auto;
    background-color: rgba(0,0,0,0.4);
    display: none; 
}

.pageoverlay>div{
    box-shadow: rgb(181, 187, 197) 0px 2px 30px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    font-family: "Nunito Sans", "Open Sans", Tahoma !important;	
	
	width:500px; 
	height:200px; 
	padding:20px; 
	margin:20px auto; 
	margin-top:calc(100vh/ 2 - 100px);
	
	position:relative;
}














#listmenu {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  max-width: 600px;
  min-width: 400px;
  
  margin:30px 0;
}

#listmenu td, #listmenu th {
  border: 1px solid #ddd;
  padding: 8px;
}

#listmenu tr{background-color: #ffeeee;}

#listmenu tr:hover {background-color: #daa;}

#listmenu [onclick] { cursor: pointer; }

#listbox {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  max-width: 600px;
  min-width: 400px;
}

#listbox td, #listbox th {
  border: 1px solid #ddd;
  padding: 8px;
}

#listbox tr:nth-child(even){background-color: #f2f2f2;}

#listbox tr:hover {background-color: #ddd;}

#listbox th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

#listbox [onclick] { cursor: pointer; }


