.dataTables_length label, .dataTables_filter label {
	white-space: nowrap;
	margin: 10px 30px 10px 0px;
}

.dataTables_filter {
	text-align: right;
	padding-right: 25px;
}

.form-control {
	display: inline;
}

.tick {
    position:relative;
    color: green;
}

.tick:before {
    font-family: FontAwesome;
    top:0;
    left:-5px;
    padding-right:10px;
    content: "\f14a"; 
}

.hidden {
	display: none;
}

/* checkbox */
.checkbox label {
	font-weight: 400;
	cursor: pointer;
}

.clearfix {
    overflow: hidden;
    clear: both;
    float: none;
}

body {
  /* background-image: url('../img/bgimtiket.jpg'); */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}