textarea { resize:vertical ; }

.login-page{
	background: #067c1f url("../images/main-bg.jpg") no-repeat;
	background-size: cover;
}

.index-workplace {	
	width:100%;
	background-color: white;
	border-radius: 5px;
}
.disable-padding{
	padding:0px !important;
}

.disable-padding-top{
	padding-top:0px ;
}

.disable-padding-bottom{
	padding-bottom:0px !important;
}

.disable-padding-left{
	padding-left:0px !important;
}

.disable-padding-right{
	padding-right:0px !important;
}

.disable-margin{
	margin:0px !important;
}

.disable-margin-top{
	margin-top:0px ;
}

.disable-margin-bottom{
	margin-bottom:0px !important;
}

.disable-margin-left{
	margin-left:0px !important;
}

.disable-margin-right{
	margin-right:0px !important;
}
.block-content{
	padding:10px;
	background-color: white;
}

@media (min-width: 992px){
	.login-centered{
		position: fixed;
		top: 20%;
		margin-top: -50px;
	}
	.min-height500{
		min-height:500px;
	}
}

thead > tr > th{
	border-bottom: 0px !important;
	border-top: 0px !important;
	/*text-align: center;*/
	background-color: #26A65B;
	/*vertical-align: middle !important;*/
	color:white;
}
tfoot > tr > th{
	border-bottom: 0px !important;
	border-top: 0px !important;
	/*text-align: center;*/
	background-color: #26A65B;
	/*vertical-align: middle !important;*/
	color:white;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color: #C8F7C5;
}

ul.nav.nav-pills {
	margin-bottom: -3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	border-top-color: #1E824C;
	background-color: #26A65B;
}

.nav-pills > li.danger > a,
.nav-pills > li.danger > a:hover,
.nav-pills > li.danger > a:focus {
	border-top-color: #c23321;
	background-color: #dd4b39 !important;
	color: #fff;
}

.nav-pills > li.warning > a,
.nav-pills > li.warning > a:hover,
.nav-pills > li.warning > a:focus {
	border-top-color: #c87f0a;
	background-color: #f39c12 !important;
}

div.control-label{
	text-align: left !important;
}

.control-label.center{
	padding-top:7px;
}

.form-control{
	color:black;
	padding: 6px 8px !important;
}

.dropdown{
	color:gray;
}

.form-horizontal .control-label {
	/*text-align: left;*/
}

/*Form Wizard*/

.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.connecting-line-2 {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}
span.round-tab i{
	color:#555555;
}
.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #26A65B;

}
.wizard li.active span.round-tab i{
	color: #26A65B;
}

span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs > li {
	width: 10%;
}

.lingkaran-bidan {
	width: 13% !important;
}

.wizard li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #26A65B;
	transition: 0.1s ease-in-out;
}

.wizard li.active:after {
	content: " ";
	position: absolute;
	left: 42.5%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #26A65B;
}

.wizard .nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 50px;
}

.wizard h3 {
	margin-top: 0;
}

@media( max-width : 585px ) {

	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}

input[type=checkbox] {
	width: 30px;
	height: 30px;
}

.PP-Total {
	border-top:3px solid black !important;
	border-bottom:3px solid black !important;
	font-weight: bold;
}

.PP-Bold {
	font-weight: bold;
}

.PP-No{
	width:2%;
}

.PP-Uraian{
	width:32%;
}

.PP-Debet-Kredit{
	width:15%;
}

/*.bootstrap-timepicker-widget table td input {
	width:100% !important;
}*/

.row-panggil{
	display: flex;
	align-items: center;
}

.row-panggil a.panggil-baru{
	padding: 30px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    text-align: center;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 3vw;
    line-height: 3vw;
    background-color: #16a245;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-panggil a.panggil-baru:hover{
	background-color: #008d4c;
}

.row-panggil a span{
	font-size: 1vw;
	line-height: 1vw;
}

.row-panggil .info-antrian{
	margin-left: 20px;
}

.row-panggil .info-antrian .nilai{
	padding-left: 20px;
}

.row-panggil .info-antrian h4{
	margin:0;
}

.row-panggil .info-antrian tr:not(:last-child) h4{
	margin:0 0 10px 0;
}

.list-loket{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding:10px 0;
	border-bottom: 1px solid gray;
}

.list-loket button{
	margin-left: 20px;
}

.list-loket h3{
	margin:0;
}

.m-0{
	margin:0;
}

h5.modal-title{
	float: left;
}

.selectize-control .selectize-dropdown {
	width: 100% !important;
	border: 1px solid #d0d0d0 !important;
} 
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px !important;
    left: 0;
    width: 100%;
}

.selectize-input:not(.has-items) > input {
	width: 100% !important;
}

.cursor-pointer {
	cursor: pointer;
}

.full-width {
	width: 100% !important;
}

.required:after {
	content:"*";
	color: #dd4b39;
}

/*RMC*/
.no-auth-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-white {
	color:white;
}

.login-box-body {
	border-radius: 5px;
}

.form-group.has-icon .input-icon {
    position: relative;
    float: right;
    top: -34px;
    z-index: 9999;
    pointer-events: all;
    cursor: pointer;
}
