/**
**				Special CSS code to according with Bootstrap
**/


.dropdown-menu li, .nav li, .nav-list li {
background-image : none !important;
margin : 0 !important;
padding : 0 !important;
}

.dropdown-menu a, .dropdown-menu a:hover,
.nav li a, .nav li a:hover, .nav-list li a, .nav-list a:hover {
-webkit-transition : none;
-moz-transition : none;
-ms-transition : none;
-o-transition : none;
transition : none;
text-shadow : none  !important;
}

.navbar {
line-height:20px;
}

label, input, button, select, textarea {
color : #777;
font-size:100%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color : #777;
font-size:100%;
}

.main_component .thumbnails > li {
background-image:none;
padding:0;
margin: 0 0 20px 18px;
}

.page-header {
border-top: 1px dotted #CCCCCC;
border-bottom: none;
margin: 30px 0 20px 0;
padding: 10px 0 0 0;
}

/**		table		**/

.table td, .table th {
background-color : rgba(255, 255, 255, 0.40);
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
background-color: rgba(255, 255, 255, 0.15);
}

/** 	Supersized 		**/

#supersized img {
max-width : inherit;
}