.round {
	border-radius: 0.3125em; /* 5/16 */
	-moz-border-radius: 0.3125em; /* 5/16 */
	-webkit-border-radius: 0.3125em; /* 5/16 */
}
.border{
	border:1px solid #DDD;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
}
#boxfoto{
	width: 100%;
}
#boxfoto img{
	width: 150px;
	height: auto;
}
#kotaktombol{
	margin-top: 10px;
}
#totals {
	position: fixed;
	bottom: 0px;
	float: left;
	width: 270px;
	background-color: #0022EF;
	z-index: 99;
	font-size: 18px;
	color: white;
	padding: 10px;
}
.titlegrey{
	background-color: #CCCCCC;
	padding: 8px;
	color:black!important;
}
.titlegreen{
	background-color: #99CC66;
	padding: 8px;
	color:black!important;
}
#xnotice{
	position: fixed;
	bottom: 0px;
	left: 280px;
	width: 270px;
	background-color: #0022EF;
	z-index: 99;
	font-size: 18px;
	color: white;
	padding: 10px;	
}
.tbodyhover tr:hover,.odd:hover,.even:hover
{
	background-color:#ffff99;
}
.todo-list>li{
	padding-top: 0;
	height: 41px;
	padding-bottom: 0px;
}
.form-control{
	color:#000;
}
a.list-group-item, button.list-group-item{
	color:#000;
}
.greytoska{
	background-color: #CEF0E3;
}
.greyblue{
	background-color: #E6F7FC;
}
.greyyellow{
	background-color: #F9FAE8;
}
.applegreen{
	background-color: #8DB600;
}
.applegreen:hover{
	color: #000!important;
	background-color: #8DB600!important;
}
.beres{
	background-image:url('../../dist/img/beyes.png');
	background-repeat: no-repeat;
	padding-left: 35px;
}
.warning{
	background-image:url('../../dist/img/warning.png');
	background-repeat: no-repeat;
	padding-left: 35px;
}
.fixwidth{
	min-width: 120px!important;
}
.txtgrup{
	max-width: 200px!important;
}
ul {
	
	clear: both;
}
.simplePagerNav{
	float: left;
	padding-left: 0px;
}
ul.red {
	outline:10px solid red;
}
li.currentPage {
	background: red;
	background: #83bd63;	
}
ul.simplePagerNav li{
	display:block;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	font-family: georgia;
	font-size:14px;
}

ul.simplePagerNav li a{
	color: #333;
	text-decoration: none;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}



.page-header:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	background: #fc4f69;
	width: 8%;
	height: 1px;
	top: 43px;
}
.help-block{
	color: red;
}
.margin-top{
	margin-top:10px;
}
.resign{
	background: url(../img/resign.png) no-repeat;
}
.action
{
	
	width: 100%;
	max-width: 400px;
	height: 30px;
	margin: 10px 0;
}
.cropped>img
{
	margin-right: 10px;
}
.imageBox
{
	position: relative;
	height: 100%;
	width: 100%;
	max-height: 400px;
	max-width: 400px;
	border:1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor:move;
}

.imageBox .thumbBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	box-sizing: border-box;
	border: 1px solid rgb(102, 102, 102);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
	background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 400px;
	background: rgba(0,0,0,0.7);
}
/* ---- */
.header-nama-kantor{
	text-align:center;
	white-space: normal;
	color: white;
	font-size: 14px;
}
.header-tanggal{
	text-align:center;
	white-space: normal;
	color: white;
	font-size: 22px;
}
.bgtests{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.delbuttonclass{
	color: red;
	font-size: 24px;
}
#easyPaginateNav a{
	font-size: 24px;
	padding: 10px;
	background-color: red;
	color: white;
	margin: 5px;
	text-align:center;
	cursor: hand;
	border: 1px solid red; 
	float:left;
}
#easyPaginateNav a:hover{
	background-color: white;
	color: red;
}
.wrap{
	white-space: normal;
}
.login-page{
	background-color: #ffffff;
}
.login-box{
	border: 1px solid #DDD;
	padding:10px;
}
.information-box{
	background-color: #e5f5f9;
	padding: 5px;
	margin-top: 10px;
	margin: 0 auto;
}

.wraptextplease{
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis ;
}
.padding-left-zero{
	padding-left: 0;
}
.pad{
	margin-top:5px; 
	margin-bottom:10px; 
}
.kotak-foto{
	border: 1px solid #F0F0F0;
	margin: 5px;
	max-width: 200px;
	min-width: 18%;
	padding: 7px;
}
.easyPaginateNav a {padding:5px;}
.easyPaginateNav a.current {font-weight:bold;text-decoration:underline;}

/* back to top */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/* end of scroll to top */
label{
	font-weight: 500;
}

@media only screen and (max-width : 480px) {
	.wraptextplease{
		width: 178px;
	}
}


.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	_width: 160px;
	padding: 4px 5px;
	margin: 2px 0 0 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;

	.ui-menu-item > a.ui-corner-all {
		display: block;
		padding: 3px 15px;
		clear: both;
		font-weight: normal;
		line-height: 18px;
		color: #555555;
		white-space: nowrap;

		&.ui-state-hover, &.ui-state-active {
			color: red;
			text-decoration: none;
			background-color: #0088cc;
			border-radius: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			background-image: none;
		}
	}
}
.ui-state-focus {
	background-color: #ff851b !important;
	color: #ffffff !important;
	padding-left: 10px;
	cursor:pointer;
}
.ui-menu-item{
	padding-top: 10px;
}
.txtcheckbox{
	width: 30px; /*Desired width*/
	height: 30px; /*Desired height*/
}


.modal-full {
	min-width: 100%;
	margin: 0;
  }
  .modal-full .modal-content {
	min-height: 100vh;
  }