.boxes .large, .boxes .small {
	float: left;
	margin-right: 5px;
	height: 50px;
	min-width: 25px;
	border-radius: 5px;
	width: 100%;
	padding: 8px 4px;
	overflow: hidden;
	margin-bottom: 5px;
}
.boxes .col-lg-3, .boxes .col-lg-4, .boxes .col-lg-2 {
	padding: 0px 3px;
}
.boxes div[class^="col-lg"]{
	padding: 0px 3px;
}

.boxes .others{
	max-width:25%;
	/*width:auto !important;*/
}
.boxes .others .dropdown-toggle{
	text-align: left;
    font-size: 16px;
	padding:8px;
    line-height: 28px;
}
.boxes .others .dropdown-toggle .caret{
	/*color: #FFFFFF;*/
	border-top: 10px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 11px;
    margin-right: 6px;
    float: right;
    
}
.boxes .others .dropdown-menu{
	margin-top:0px;
}
.boxes .others .dropdown-menu a{
	position:relative;
}
.boxes .others .dropdown-menu a .img {
	float: left;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 3px;
}
.boxes .others .dropdown-menu a .num {
    float: right;
    margin-left: 3px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}
.boxes .others .dropdown-menu a strong {
    display: block;
    margin-bottom: 3px;
}
.boxes .others .dropdown-menu a em {
    display: block;
    font-style: normal;
    font-size: 11px;
    white-space: nowrap;
}
.boxes .others .dropdown-menu a .txt strong{
	padding-right: 25px;
    padding-left: 34px;
}

/*.boxes  div[class^="col-lg"]:first-child{
	padding-left:15px;
}
.boxes  div[class^="col-lg"]:last-child{
	padding-right:15px;
}*/
.boxes .small:last-child {
	margin-right: 0;
}
.boxes .large {
	background: #4994C3;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 50px;
	padding: 0 !important;
}
.boxes .large .to_date,
.boxes .large .from_date {
	float: left;
	display: block;
	color: #fff;
	padding: 0 5px;
}

.boxes .large a:hover {
	color: #fff;
	text-decoration: none;
}
.boxes .large .from_date {
	background-image: url(../../images/date-bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-right: 16px;
	min-width: 50%;
}
.boxes .large .date, .boxes .large .voucher {
	float: left;
	line-height: 50px;
	padding-left: 5px;
}
.boxes .large .date {
	background: url(../../images/date-bg.png) right center no-repeat;
	padding: 0 18px 0 5px;
	min-width: 50%;
}

.reportrange{
	 border: none;
	 background-color: #4994c3 !important; 
	 background-image: url(../../images/date-bg.png);
	 background-size: 124px 50px;
	 background-repeat: no-repeat;
	 color: transparent;
	 text-shadow: 0 0 0 #fff;
	 font-size: 18px;
	 height: 50px;
	 cursor: pointer; 
}

.boxes .small {
	background: #EFEFEF;
	border: 1px solid #D6D6D6;
}
.boxes .small.active {
	background: #C8DEEC;
	border-color: #4994C3;
}
.boxes .small .img {
	float: left;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 3px;
}
.boxes .small .img .fa {
	line-height: inherit;
}
.boxes .small .num {
	float: right;
	margin-left: 3px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
}
.boxes .small strong {
	display: block;
	margin-bottom: 3px;
}
.boxes .small em {
	display: block;
	font-style: normal;
	font-size: 11px;
	white-space: nowrap;
}
.panel-heading .right-col {
	margin: -5px;
}
.panel-heading .right-col > div {
	font-size: 13px;
	line-height: 16px;
}
.panel-heading .right-col > div span {
	display: inline-block;
	width: 80px;
	text-align: right;
}
table a {
	color: inherit;
}
table .label {
	display: block;
	min-width: 80px;
	text-align: center;
}
.voucher {
	position: relative;
}
.voucher .voucher-form {
	margin: 0 26px;
}
.voucher .left-arrow, .voucher .right-arrow {
	position: absolute;
	top: 45%;
	width: 24px;
	height: 46px;
	background-image: url(../../images/arrows.png);
	background-repeat: no-repeat;
	margin: -23px 0;
}
.voucher .right-arrow {
	right: 0;
	background-position: top right;
}
.voucher .left-arrow {
	left: 0;
}
.voucher .top-row .input-icon, .voucher .top-row .form-group, .voucher .top-row .form-control {
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	line-height: 30px;
	height: 30px;
}
.voucher .middle-row {
}
.form-total:hover, .form-total {
	color: #fff !important;
	background-color: #428bca !important;
	border-color: #357ebd !important;
	cursor: default;
	padding: 0px 5px !important;
}
/* Signatures */

.signature .image {
	display: block;
	height: 50px
}
.signature {
	display: block;
	max-height: 100px
}
.signature .image img {
	max-width: 200px;
	max-height: 80px;
	margin: 0 15px;
}
.signature .name {
	line-height: 24px;
	height: 24px;
}
.signature-title {
	margin-top: 5px;
	border-top: 1px dashed;
	padding-top: 8px;
}
/* attachments */
.thumbs {
	text-align: center;
	padding: 3px;
}
.thumbs .vimg {
	position: relative;
	display: inline-block;
    vertical-align: top;
	float: left;
	width: 125px;
	height: 120px;
	margin: 2px;
	border: 1px solid #DDDDDD;
	z-index: 999;
	text-decoration: none;
}
.thumbs .vimg img {
	max-height: 100%;
	max-width: 100%;
}
.thumbs .vimg .caption {
	position: absolute;
	top: 0px;
	line-height: 30px;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 100%;
	z-index: 5;
	color: #444444;
	background: rgba(255, 255, 255, 0.8);
}
.thumbs .vimg .overlay {
	display: none;
}
.thumbs .vimg:hover .overlay {
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.thumbs .vimg .addimg {
	line-height: 120px;
	font-size: 85px;
	color: #DEDDDD;
	;
}
.thumbs .vimg .overlay i {
	line-height: 3em;
	font-size: 40px;
	color: #656464;
}
.thumbs .vimg .btns {
	position: absolute;
	bottom: 2px;
	width: 100%;
	text-align: right;
	padding: 3px 5px;
}
.vimg .btns .btn-xs {
}
.vimg .thumbnail {
	background: url(../../images/upload.png) center no-repeat;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
textarea.reason {
	margin: 0;
	min-height: 177px;
	line-height: 35px;
	font-size: 16px;
	padding: 6px 10px;
	border-radius: 0px;
	resize: vertical;
	border: none;
	width: 100%;
	background-image: url(../../images/notepad.png);
	background-attachment: local;
	background-size: 1px 35px;
}
.status-watermark {
	font-weight: bolder;
	text-align: center;
	position: absolute;
	z-index: 999;
	top: 30%;
	left: 50%;
	margin-left: -20%;
	opacity: 0.06;
	filter: alpha(opacity=10);
	color: #000;
	font-size: 64px;
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari */
    transform: rotate(-30deg);
}

@media all {
	div.page-break	{ display: none; }
}

@media print {
	.print-attachment{
		text-align:center;
	}
	.print-attachment .overlay{
		display:none;
	}
	.print-attachment img{
		display:inline-block;
		vertical-align:top;
		max-width:90%;
		margin:10px;
	}
	table tr.page-break{page-break-after:always}
	div.page-break	{ display: block; page-break-before: always; }

	.col-sm-4{
		width:33%;
	}
	
}
