/* Add here all your CSS customizations */
.input-pro{
	width: 70px !important; 
	text-align: right; 
	display: inline;
}

.table-bordered td, .table-bordered th {
    font-size: 11px;
}

.buttons-print, .buttons-excel, .buttons-pdf {
    font-size: 11px;
}

.dataTables_length {
    font-size: 11px;
}

.card-admin {
    margin-bottom: : 0px;
}

table .danger a, table .warning a  {
	color: white; 
	text-decoration: underline;
}

#datatable-tabletools_wrapper input, .dataTables_length span, #datatable-tabletools_wrapper select {
	font-size: 0.70rem;
 	line-height: 1;
 	min-height: 1.6rem !important;
 	height: 1.6rem !important;
}

tr td a{
	text-decoration: underline;
}

footer {
    margin-top: : 10px;
}

.card-body {
    padding: 1.25rem 0rem;
}

.container {
    padding-right: 3px;
    padding-left: 3px;
}
@media (max-width: 1200px) and (min-width: 991px)  {  
 	#header .header-nav-main nav > ul > li > a {
    	padding: 0.5rem 0.6rem;
	}
}

@media (max-width: 767px) {
	.footer-image {
 		height: 35px; 
 	}

 	.table-bordered td, .table-bordered th {
    	font-size: 8px;
	}

	.card-admin .card-title {
	    font-size: 14px;

	}

	.page-header .breadcrumb {
		padding: 0 0 0 20px;
	}

	#header .header-logo {
	    margin: 0 0;
	}

	.header-logo a img {
		width: 189px;
		height: 60px;
	}

	h4 {
	    font-size: 1em;
	}


	.container {
   		max-width: 764px;
    }

}