.caret {
	color: black;
}

.top-most-disable {
	z-index: 999;
	width: 110%;
	height: 100%;
	top: 0;
	left: -30;
	display: none;
	position: absolute;
	background-color: #C6C6C6;
	color: #aaaaaa;
	opacity: .4;
	filter: alpha(opacity=50);
}

.loader-cari {
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 1000;
}

.popup-bayar {
	display: none;
	position: absolute;
	z-index: 1000;
}

/*div.dataTables_filter input.form-control {
	width: 16em;
}
*/

/*.menu-xtop-user {
	margin-right: 20px;
	padding-left: 23px;
	cursor: default;
}

.menu-xtop-ip {
	margin-right: 20px;
	padding-left: 23px;
	cursor: default;
}

.menu-xtop-kaunter {
	margin-right: 20px;
	padding-left: 23px;
	cursor: default;
}

.menu-xtop-resit {
	margin-right: 20px;
	padding-left: 23px;
	cursor: default;
}*/

.frmResit {
    display: block;
    border: none;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 295px;
    height: 170px;
    border-top: #c00 1px dotted;
    border-right: #c00 1px dotted;
    border-bottom: #c00 1px dotted;
    border-left: #c00 1px dotted;
/*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
*/
    -moz-box-shadow: 4px 4px 10px #000;
    -webkit-box-shadow: 4px 4px 10px #000;
    box-shadow: 4px 4px 10px #000;

    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);
}

.selectsize {
	width: 85px !important;
}

.searchsize {
	width: 120px !important;
	/*margin-left: -50px !important;*/
}

.ucase {
	text-transform: uppercase;
}