/* Responsavel por compatibilizar o channel com bootstrap 
	
	Comentado no bootstrap.css o 
.modal
.hidden
*/

.table-channel td {
	padding: 5px !important;
}

.border-collapse {
	border-collapse: collapse !important;
}

.borderTable td, th {
	padding: 2px;
}

.filtro {
	padding: 2px;
}
td, th {
	padding: unset;
}
label {
	font-weight: normal;
}

input[type=button]:not(.btn) {
	font-size: 12px;
}

table {
	border-collapse: inherit;
}

div.content table.arial11 td {
	padding: 5px;
}

.unico_item > .arial11 {
	padding: 0px;
}

input {
	line-height: normal;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

 .navbar-inverse {
	background-color:#2F313E;
 }

 .navbar-inverse .navbar-nav>li>a {
	 color: #6E6F79;
 }
 
 .breadcrumb {
	padding: initial;
	margin-bottom: 0px;
	list-style: none;
	background-color: #DFDFDF;
	border-radius: initial;
}
.row {
	background-color:white;
}
a:hover, a:focus {
	color: black;
	text-decoration: underline;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0px 0 0;
}