body {
	padding-top: 70px;
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

i{
	padding-right: 5px;
}

.table-striped2 > tbody > tr > td
{
    background-color: #f2dede;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #e1e1e1;
}

.navbar-brand {
	padding: 5px 15px !important;
}

.ui-datepicker-year option{
	color: #000;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
{
	color: #000;
}

tr th{
	text-align: center;
}

.fa-15x{
	font-size: 1.5em;
}

.datepicker {
     z-index: 100000 !important;
    display: block;
}

.alert{
    padding: 5px !important;
}

button{
    width: 100%;
}

.table .sort-link
{
    color: #0f0f0f;
    text-decoration: underline;
}

.table .fa
{
    color: #0f0f0f;
    font-size: 1.1em;
}

.form-control option {
    color: #000 !important;
}