/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 12, 2016, 10:59:06 PM
    Author     : Sammy Guergachi <sguergachi at gmail.com>
*/

/*@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300';*/

.navbar-inverse {
    background: #043462 !important;
   
}
body {
	/*font-family: 'Open Sans Condensed', sans-serif;*/
	font-family:Arial;
	font-size:13px;
	margin:0px;
	padding:0px;

}
.panel  { margin-top:30px;}
.navbar-inverse .navbar-nav>li>a { color: #FFF; }
.dataTables_wrapper .dataTables_paginate .paginate_button { padding: 0px !important; }

.thumbnail img { width:100%; height:auto;}
table.dataTable tbody th, table.dataTable tbody td { padding:3px 5px;}

.table tbody>tr>td{
    vertical-align: middle !important;
}
.table tbody>tr>td .btn-group-sm>.btn, .btn-sm { padding:3px 5px;}
#tailan { display:none; margin-bottom:0px;}



@media print {
	body { padding:20px 10px 30px 20px; }
}


.column5
{
    float: left;
    width: 20%;
}
 