.table{
    border:1px solid #ddd;
    margin-bottom:15px;
    border-collapse:collapse;
    border-spacing:0px;
}
.table > thead > tr > th, 
.table > tbody > tr > td{
    border:1px solid #ddd;
    padding: 5px;
    font-size:11px;
    font-family:arial;
    vertical-align:top;
}
.table > thead > tr > th{
    background-color: #f4f4f4;
    vertical-align: middle;
    padding: 8px 5px;
}
a.editStsT, a.fa-ubah-sts{
    padding: 0px 7px;
}
a.fa-simpan-sts{
    padding: 3px 10px;
}
div.status-kirim{
    padding-top: 5px;
}
div.status-kirim p{
    padding-right: 30px;
    margin-bottom: 3px;
    font-weight: bold;
    text-decoration: underline;
}
.input-list, .input-date{
    border: 1px solid #ccc;
    height: auto;
    padding: 5px;
    -webkit-border-radius: 0;
            border-radius: 0;
}
.input-date{
    width: 70px;
}
.input-list{
    width: 100%;
}
@media screen and (min-width: 992px) {
    .modal-dialog-histori{
        width: 70%;
    }
}

/* START FILE INPUT SIMPLE */
.simple-fileupload .form-inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.simple-fileupload .form-inputfile-reset {
	position: absolute;
	top: calc(50% - 10px);
	right: 2px;
	cursor: pointer;
	padding: 0px 5px;
	z-index: 2;
	background-color: #f56954;
	border-color: #f4543c;
	color: #fff;
}

.simple-fileupload .label-inputfile {
	margin-bottom: 0px;
	width: 100%;
	font-weight: 400;
}

.simple-fileupload a.download-file-digrid{
	margin-top: 5px;
	display: block;
	font-size: 11px;
	text-align: right;
}

.simple-fileupload .input-group .btn-primary{
	border-radius: 0px;
	border-color: #2e6da4;
	background-color: #337ab7;
}
.simple-fileupload .label-inputfile .btn-primary {
	cursor: pointer;
	color: #fff;
}
.simple-fileupload .label-inputfile .input-group{
	width: auto;
}
.simple-fileupload .label-inputfile .form-control{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* END FILE INPUT SIMPLE */

/* START JQUERY VALIDATION */
label.error{
	color: #ee0101;
	font-style: italic;
	font-weight: normal;
	margin: 3px 0;
}
.form-horizontal .control-label{
	text-align: left;
	margin-bottom: 5px;
	font-weight: 400;
}
.form-group.has-error{
	background-color: #fff;
	border: 0px;
	padding: 0px;
}
.box-body{
	padding: 20px;
}
.swal2-modal .swal2-styled{
	padding: 5px;
	min-width: 130px;
	font-family: arial;
	font-size: 14px;
	margin: 10px;
}
.swal2-styled.swal2-confirm{
	min-width: 80px;
	font-size: 14px;
	font-family: arial;
}
/* END JQUERY VALIDATION */

.modal-loading-data .modal-dialog{
	background: url("./images/loading.gif") no-repeat scroll 50% 50%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
.mydatagrid-loading {
	opacity: 0.4;
	display: none;
	position: fixed;
	z-index: 1040;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000 url('./images/loading-sm.gif') 50% 50% no-repeat;
}
