/* global styles */

form {
	display:inline
}

/* html {
	background:#FFFBDE;
	font-size:100%;
} */

body {

}

h3 {
	color: #fff;
}

table {
	border-collapse: collapse;
}

th {
	background-color: #0b9b42;
	color:#fff;
}

td {
	height: 15px;
}

ul, ol {
	margin: 0;
	padding-left: 20px;
}
tr td,tr th{padding:3px;}
.no-padding-side{padding-left: 0 !important;padding-right: 0 !important;}
#contentAdmin{padding-left:40px;width:100%;}
.detail-item:hover {background-color: #a1a1a1}
.button{
	width:100px;
	height:25px;
	background: orange;
	color:#fff;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
}
.even-row{background-color: #e6e6e6;}
.odd-row{background-color: #fff;}
.right {
	text-align:right;
}

.grey {
	color:#808080;
}

.absolute {
	position:absolute;
}

.float-left {
	position:relative;
	float:left;
}

.float-right {
	position:relative;
	float:right;
}

.clear-both {
	clear:both;
}

input.long {
	width:300px;
}

input.medium {
	width:200px;
}

input.short {
	width:100px;
}

input.tiny {
	width:50px;
}

input.supertiny {
	width:25px;
	font-size:90%;
	padding:0;
	text-align:right;
}

div.message {
	background-color:#FFFFE0;
	border-color:#E6DB55;
}

div.warning {
	background-color:#FFEFEF;
	border-color:#FF9F9F;
}

div.message, div.warning {
	-moz-border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	padding:10px;/*0 0.6em;*/
	margin-bottom:10px;
}

.message p, .warning p {
	margin:5px;
}

.site-wrapper {
	/* width:960px; */
	/* margin:auto; */
}

.paging {
	margin-top: 10px;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.paging a:hover {
	text-decoration: none !important;	
	color: white !important;
	border: 1px solid #111111;
	border-radius: 2px;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
	/* FF3.6+ */
	background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
	/* IE10+ */
	background: -o-linear-gradient(top, #585858 0%, #111111 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #585858 0%, #111111 100%);
	  /* W3C */
}

.paging b {
	padding: 0.5em 1em;
	color: #333333 !important;
	border: 1px solid #979797;
	border-radius: 2px;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
	background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
	background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
	background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
	background: -o-linear-gradient(top, white 0%, gainsboro 100%);
	background: linear-gradient(to bottom, white 0%, gainsboro 100%);
}
.paging a {
	padding: 0.5em 1em;
	color: #333333 !important;
}

.paging a {
	color:blue;
}

.paging-wrap {
	margin:auto;
	float:right;
}
#form-search{
	padding: 10px;
background: #FDFDFD;
border: 1px solid #e6e6e6;
margin-bottom: 20px;
display: block;
}
.titik2{margin-right: 20px;}
.modal-header{background-color:#8d98e3 }
.modal-footer{background-color:#8d98e3 ;text-align: center !important;}
.titlemodal{color:#fff;}

#manualphone{color:blue;font-size: 10px; font-style: italic;cursor: pointer;}
.search-input{border:1px solid #ced4da;border-radius: 4px;}
.right-icon{
	float: right;
	margin-right: 10px;
	font-size: 10px !important;
	margin-top: 10px;
}