.s-title{
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.table{
		border-right: 1px solid #eeeeee;
		border-left: 1px solid #eeeeee;
	}
	.body .container .right{
		min-height: 1000px;
	}
	.daterangepicker {
		display: none;
	}
	.btn-success {
	    color: #fff;
	    background-color: #5cb85c;
	    border-color: #4cae4c;
	}	
	.btn {
	    display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.btn-sm {
	    padding: 5px 10px;
	    font-size: 12px;
	    line-height: 1.5;
	    border-radius: 3px;
	}
	input[name="daterangepicker"]{
		cursor: pointer;
		appearance:menulist;
		-moz-appearance:menulist; /* Firefox */
		-webkit-appearance:menulist; /* Safari and Chrome */
		border: 0;
		background-color: transparent;
		width: 200px;
	}
	select{
		border: 0;
		background-color: transparent;
		width: 200px;
		font-size: 14px;
	}
	.table li span:first-of-type{
		width: auto;
	}