/* CSS Document */
.line-bottom-theme-colored2:after {
	background: #f79317 !important;
}

.icon-theme-colored2 a {
  color: #f79317 !important;
}

.menuzord-brand img {
	max-height: 65px;
}

.form-control {
	border: 1px solid #ccc;
}

.input-sm {
	height: 40px;
	font-size: 14px;
}

select.input-sm {
	height: 40px;
	font-size: 14px;
}


.table-bordered {
	
}
th {
	font-weight: 500;
}
td {
	font-weight: 100;
}

.table-bordered tr td, .table-bordered tr th {
	color: #000;
}
.table-bordered tr td .b_l_0, .table-bordered tr th .b_l_0, .b_l_0 { border-left: none !important; }
.table-bordered tr td .b_r_0, .table-bordered tr th .b_r_0, .b_r_0 { border-right: none !important; }
.table-bordered tr td .b_b_0, .table-bordered tr th .b_b_0, .b_b_0 { border-bottom: none !important; }
.table-bordered tr td .b_t_0, .table-bordered tr th .b_t_0, .b_t_0 { border-top: none !important; }
.table-bordered tr td .b_0, .table-bordered tr th .b_0, .b_0 { border: none !important; }


.nav-pills li a:hover, .nav-pills li.active > a, .nav-pills li.active > a:hover, .nav-pills li.active > a:focus
{
	color: #337ab7;
    background-color: #fff;
	border-radius: 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
	color: #fff;
    background-color: #337ab7;
	border-radius: 0px;
}
.tab-content
{
	/*border: 1px solid #337ab7;*/
	padding: 5px;
}
a
{
    color: #333;
    text-decoration: none;
}
.table>tbody>tr>td, .table>tbody>tr>th
{
	color: #000;
	font-weight: 400;
}



.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a
{
	padding: 15px 25px;
}
.modern-header .header-nav .header-nav-wrapper
{
	margin-top: -25px;
}