/* =============================================================================
   InvoicePlane
   Custom Stylesheet

   All changes made in this file will override the default styles.
   ========================================================================== */

 /* DASHBOARD */

.dashboard {padding: 0!important}
.dashboard .row {margin: 0}
/*.dashboard .table-condensed > tbody > tr > td,
.dashboard .table-condensed th:first-child,
.dashboard .table-condensed td:first-child {
   padding: 0 5px;
}*/

.dashboard .table-condensed th{
	padding: 12px 10px
} 
.dashboard .table-condensed td{
	padding: 2px 10px; 
}

.dashboard .table-condensed th{text-align: left;border-bottom: medium none;}

.dashboard .table-condensed td{ border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;}
.dashboard .table-condensed td:first-child, 
.dashboard .table-condensed td:last-child{ border-left: medium none; border-right: medium none}

/*
.dashboard .table-condensed tr th:nth-child(2),
.dashboard .table-condensed tr th:nth-child(4),
.dashboard .table-condensed tr th:nth-child(6),
.dashboard .table-condensed tr th:nth-child(8),
.dashboard .table-condensed tr th:nth-child(10) {
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;

}
.dashboard .table-condensed tr td:nth-child(2),
.dashboard .table-condensed tr td:nth-child(4),
.dashboard .table-condensed tr td:nth-child(6),
.dashboard .table-condensed tr td:nth-child(8),
.dashboard .table-condensed tr td:nth-child(10) {
  border-right: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
}
*/
.dashboard td#empty{text-align: left;}
.dashboard tr#total-line{height: 40px;}
.label {padding: 8px 0;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
font-size: 9px;
margin: 5px 0;
}

span.bell-alert{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	position: absolute;display: block;
	margin-left: 10px;
	margin-top: 1px;
	width: 15px;
	text-align:center;
}

 /* DATE INPUTS DOCS */
 .details-box .input-group .form-control:first-child,
 .details-box .input-group-addon:first-child{
 	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.details-box .input-group input{
	background: transparent url('calendar.png') no-repeat 100% 50% ;
}
.details-box .input-group {
	width: 100%
}

.modal-body .input-group .form-control:first-child,
.modal-body .input-group-addon:first-child{
 	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.modal-body .input-group input{
	background: transparent url('calendar.png') no-repeat 100% 50% ;
}
.modal-body .input-group {
	width: 100%
}
#date_payments input{
	background: transparent url('calendar.png') no-repeat 100% 50% ;
	 	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
#date_payments{
	width: 100%
}
.table-striped .btn-group>.btn {
    padding: 0 4px;
}
.table-striped>tbody>tr>th {
    padding: 10px;
}
.table-striped>tbody>tr>td {
    padding: 0 0 0 10px;
}