/*STYLE AZIS*/
.abrow input[type=text], .abrow input[type=password], .abrow label {
	padding: 6px 8px;
	display: inline-block;
	color: #000 !important;
}

.abrow. select {
	padding: 5px 8px;
	display: inline-block;
}

.abrow input[type=text], .abrow input[type=password], .abrow. select, .abrow textarea {
	width: 100% !important;
	height: 32px !important;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
}

.tombol {
	width: calc(100% - 12px) !important;
}

.tombol, .abrow input[type=submit], .abrow input[type=file], .abrow input[type=reset], .abrow table .tombol {
	/*padding: 2px 8px;*/
}

.tombol, .abrow input[type=file], .abrow input[type=reset], .abrow button, .abrow table .tombol {
	height: 32px !important;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF !important;
	border: #006666 1px solid !important;
	min-height: 24px;
	display: inline-table;
	line-height: 24px;
	min-width: 10px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0088b2+0,006699+100 */
	background: #0088B2; /* Old browsers */
	background: -moz-linear-gradient(top, #0088B2 0%, #006699 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0088B2 0%, #006699 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0088B2 0%, #006699 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088b2', endColorstr='#006699', GradientType=0); /* IE6-9 */
}

.abrow input[type=file] {
	height: auto !important;
}

.abrow input[type=text]:focus, .abrow input[type=password]:focus, .abrow input[type=date]:focus, .abrow input[type=datetime]:focus, .abrow input[type=number]:focus,
.abrow input[type=search]:focus, .abrow input[type=time]:focus, .abrow input[type=url]:focus, .abrow input[type=email]:focus, .abrow textarea:focus,
.abrow select:focus {
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}

/* For mobile phones: */
.abrow .input {
	height: auto !important;
	padding: 0px !important;
	margin: auto !important;
	border: 0px;
}

.abrow [class*="col-"] {
	width: 100%;
}

@media only screen and (max-width: 460px) {
	.panel .panel-body .row .col-sm-3 {
		text-align: left !important;
		line-height: 0px !important;
	}

	.row.form-row .abrow label {
		text-align: left !important;
	}
}

@media only screen and (max-width: 650px) {
	/* For tablets: */
	.abrow .col-p-1 {
		width: 8.33%;
	}

	.abrow .col-p-2 {
		width: 16.66%;
	}

	.abrow .col-p-3 {
		width: 25%;
	}

	.abrow .col-p-4 {
		width: 33.33%;
	}

	.abrow .col-p-5 {
		width: 41.66%;
	}

	.abrow .col-p-6 {
		width: 50%;
	}

	.abrow .col-p-7 {
		width: 58.33%;
	}

	.abrow .col-p-8 {
		width: 66.66%;
	}

	.abrow .col-p-9 {
		width: 75%;
	}

	.abrow .col-p-10 {
		width: 83.33%;
	}

	.abrow .col-p-11 {
		width: 91.66%;
	}

	.abrow .col-p-12 {
		width: 100%;
	}

	.td1 {
		display: none;
	}

	.td2 {
		display: none;
	}

	.td3 {
		display: table-cell;
	}

	.abrow .label {
		display: inline-block;
		float: left;
		text-align: left;
	}

	.abrow .samadengan {
		display: inline-block;
		float: left;
		padding: 6px 0px;
		text-align: left
	}

	.abrow .input {
		width: calc(100% - 16px) !important;
		padding: 0px 8px !important;
		display: inline-block;
		text-align: left
	}

	.menuweb {
		display: none;
	}
}

@media only screen and (min-width: 651px) {
	/* For tablets: */
	.abrow .col-m-1 {
		width: 8.33%;
	}

	.abrow .col-m-2 {
		width: 16.66%;
	}

	.abrow .col-m-3 {
		width: 25%;
	}

	.abrow .col-m-4 {
		width: 33.33%;
	}

	.abrow .col-m-5 {
		width: 41.66%;
	}

	.abrow .col-m-6 {
		width: 50%;
	}

	.abrow .col-m-7 {
		width: 58.33%;
	}

	.abrow .col-m-8 {
		width: 66.66%;
	}

	.abrow .col-m-9 {
		width: 75%;
	}

	.abrow .col-m-10 {
		width: 83.33%;
	}

	.abrow .col-m-11 {
		width: 91.66%;
	}

	.abrow .col-m-12 {
		width: 100%;
	}

	.td1 {
		display: none;
	}

	.td2 {
		display: table-cell;
	}

	.td3 {
		display: table-cell;
	}

	.abrow .label {
		width: calc(23% - 16px) !important;
		display: inline-block;
		float: left;
		text-align: left;
		margin: 4px 0px;
	}

	.abrow .samadengan {
		width: 2% !important;
		display: inline-block;
		float: left;
		padding: 6px 0px;
		margin: 4px 0px;
	}

	.abrow .input {
		width: 75% !important;
		display: inline-block;
		text-align: left;
		margin: 4px 0px;
	}

	.menuweb {
		display: block;
	}
}

@media only screen and (min-width: 1000px) {
	/* For desktop: */
	.abrow .col-1 {
		width: 8.33%;
	}

	.abrow .col-2 {
		width: 16.66%;
	}

	.abrow .col-3 {
		width: 25%;
	}

	.abrow .col-4 {
		width: 33.33%;
	}

	.abrow .col-5 {
		width: 41.66%;
	}

	.abrow .col-6 {
		width: 50%;
	}

	.abrow .col-7 {
		width: 58.33%;
	}

	.abrow .col-8 {
		width: 66.66%;
	}

	.abrow .col-9 {
		width: 75%;
	}

	.abrow .col-10 {
		width: 83.33%;
	}

	.abrow .col-11 {
		width: 91.66%;
	}

	.abrow .col-12 {
		width: 100%;
	}

	.td1 {
		display: table-cell;
	}

	.td2 {
		display: table-cell;
	}

	.td3 {
		display: table-cell;
	}
}

.abrow {
	line-height: 16px !important;
}

.abrow div {
	margin-bottom: 4px;
}

.abrow::after {
	content: "";
	clear: both;
	display: block;
}

.abrow [class*="col-"] {
	float: left;
	padding: 0;
}