body {
	padding-top: 60px;
	padding-bottom: 40px;
	word-wrap: break-word;
}


p {
  font-size: 15px;
}


label {
  font-size: 80%;
}

select {
  font-size: 80%;
  width: 170px;
  height: 25px;
}

.table th,
.table td {
  text-align: center;
}

.left-result {
    margin: 5px;
    float: left;
    width: 35%;
	font-weight: bold;
}

.right-result {
    margin: 5px;
    float: left; 
}
input {
	width: 190px;
}
.ticket-note-1 {
	border: 1px solid #ccc;
}

.ticket-note-2 {
	background-color: #def2fb;
	border: 1px solid #ccc;
}

.show-filter {
	display: none;
}
.filter {
	display: block;
}

.btn-group > input {
    display: none;
}

.btn-group input:first-child + .btn {
     /* This is an actual copy/paste of the .btn-group .btn:first-child style */
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}

input:checked + label.btn {
    /* This is an actual copy/paste of the .btn-success style */
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

input[disabled] + label.btn {
    /* This is an actual copy/paste of the .btn:disabled style */
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}


@media (max-width: 979px) {
	.show-filter {
		display: block;
	}
	.filter {
		display: none;
	}
}