/*****************************************
		Theme Black
******************************************/

body {
color:#bbb;
}

.module-title h3 {
text-shadow: none;
background-image: url(../images/underline-black-theme.png);
}

h2.contentheading, h1 + h1, .page-header > h2 {
background: rgba(255,255,255,0.08);
border-color: rgba(255,255,255,0.4);
}

/************************************************************************************************************************************

														General settinsg for Black theme in content box
														
************************************************************************************************************************************/	

hr {
border-color : #666;
}

pre {
color:#ddd;
}

.alert-warning {
background:transparent url(../images/white-40.png) 0 0 repeat;
border:none;
}

blockquote small {
color: #CCCCCC;
}

.bg-success, .bg-info, .bg-warning, .bg-danger {
color :#444;
}

.bg-success a, .bg-info a, .bg-warning a, .bg-danger a,
.bg-success a:hover, .bg-info a:hover, .bg-warning a:hover, .bg-danger a:hover {
color :#111;
}

table, table * {
border-color: rgba(255,255,255,0.4) !important;
}

.js-border .main_component img, #tinymce .js-border img, img.js-border {
box-shadow : 0px 1px 3px rgba(0,0,0,0.60);
border-color: rgba(255,255,255,0.10);
background: rgba(0,0,0,0.26);
}

.horizontal-menu li {
background:#444444;
background:rgba(255,255,255,0.05);
}

div[class*="horizontal-menu"] li > * {
border-color:rgba(255,255,255,0.10);
}

div[class*="vertical-menu"] li {
border-color:rgba(255,255,255,0.22);
}

div[class*="vertical-menu"] li.current > a {
background-color:rgba(255,255,255,0.12);
}

.moduletable.shadow {
background-image: url(../images/shadow-module-black.png);
}

.moduletable.border > div {
border:1px solid #333;
border-color : rgba(255,255,255, 0.12);
box-shadow : 0px 0px 3px 0px rgba(255,255,255, 0.10) ;
}

.title-centered .module-title {
border-top: 1px dotted #333;
border-color : rgba(255,255,255,0.22);
}

legend {
color: #ccc;
border-color: #555;
border-color: rgba(255,255,255,0.3);
}

.well {
filter:none;
background : #444;
background : rgba(255,255,255,0.18) ;
border: 1px solid #555;
border-color:rgba(255,255,255,0.18);
box-shadow: none;
}

/**		Unordered lists without bullet 		**/

ul.simple li {
border-left:2px solid #484848;
border-color:rgba(255,255,255,0.18) ;
background:#383838;
background:rgba(255,255,255,0.10) ;
}

/**		Ordered lists	**/

ol.simple > li {
border-left: 2px solid #484848;
border-color:rgba(255,255,255,0.18) ;
}
ol.simple > li:before {
color: #aaa; 
}

ol.labels > li {
background: #444;
background:rgba(0,0,0,0.06);
}

ol.labels > li:before {
color: #aaa;
background: #666;
background: rgba(255,255,255,0.19) ;
}

ol.circle > li, .items-more ol > li {
border-color:rgba(255,255,255,0.28) ;
}

ol.circle > li:before, .items-more ol > li:before {
background: #666;
background:  rgba(255,255,255,0.19) ;
border-color : rgba(255,255,255,0.18) ;
color: #aaa;
}

.items-more ol > li:first-child {
border-color : #666;
border-color:rgba(255,255,255,0.19);
}

/*
*	Quotation
*/

blockquote {
border-color : #666;
border-color: rgba(255,255,255,0.18) ;
}

blockquote.pull-right {
border-color : #666;
border-color: rgba(255,255,255,0.28) ;
}

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"], .inputbox {
background : #333;
background : rgba(255,255,255,0.10) ;
border: 1px solid #555;
border-color:rgba(255,255,255,0.09);
color:#ddd;
}

.contact-category th, .category-list th, table.weblinks th, table.newsfeeds th, table.category th, table.jlist-table th {
background:rgba(255,255,255,0.10);
border-color: #555;
border-color: rgba(255,255,255,0.10);
}

.contact-category td, .category-list td, table.weblinks td, table.newsfeeds td, table.category td, table.jlist-table td {
border-color: #555;
border-color: rgba(255,255,255,0.12);
}

.login + div .nav-stacked > li {
border-color: #555;
border-color: rgba(255,255,255,0.12);
}

.result-text .highlight {
background:rgba(255,255,255,0.08);
}

/**			Tags 			**/

.list-striped, .row-striped {
border-top: 1px solid rgba(255,255,255,0.14);
}

.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
border-bottom: 1px solid rgba(255,255,255,0.14);
}

.list-striped li > h3, .list-striped dd > h3, .row-striped .row > h3, .row-striped .row-fluid > h3 {
border-bottom: 1px solid rgba(255,255,255,0.14);
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
background : rgba(255,255,255,0.03);
}

/**  		Error Message  		**/

#system-message-container > div {
background-color : rgba(255,255,255,0.1);
box-shadow:2px 2px 4px #000;
}

/**		Button ( Joomla 2.5 ) 		**/

input[type="submit"], button, .btn-primary {
background : transparent url(../images/white-30.png) 0 0 repeat;
background: rgba(255,255,255,0.18);
border: 1px solid #666;
border-color:rgba(255,255,255,0.14);
color: #ddd ;
}

input[type="submit"]:hover, button:hover, .btn-primary:hover, .btn:hover, .btn:focus {
background : transparent url(../images/white-20.png) 0 0 repeat;
background: rgba(255,255,255,0.22);
border: 1px solid #666;
border-color:rgba(255,255,255,0.17);
color: #ddd ;
}

input[type="submit"]:active, button:active, .btn-primary:active {
background : transparent url(../images/white-30.png) 0 0 repeat;
background: rgba(255,255,255,0.20);
border: 1px solid #666;
border-color:rgba(255,255,255,0.17);
color: #ddd ;
}

/**		Category					**/

.category-desc {
background-color: transparent;
border: none;
}

/**		Pagination 					**/

.pagination li > a, .pagination li > span {
background-color: rgba(255,255,255,0.06);
border-color: #444;
border-color: rgba(255,255,255,0.12);
}

/**			Contact Form 			**/

.panel, #slide-contact .accordion-group {
background:transparent;
background: rgba(255,255,255,0.04);
}

.contact-form {
border-color: #444;
border-color: rgba(255,255,255,0.06);
box-shadow : none;
}

.contact-miscinfo {
background:transparent;
background: rgba(255,255,255,0.04);
}

.contact .pane-toggler-down + div,								/** 		J2.5  		**/
.accordion-body.in {											/** 		J3.5  		**/
border-color: #444 !important;
border-color: rgba(255,255,255,0.06) !important;
background: rgba(255,255,255,0.04);
}


#basic-details > a, #display-form > a, #display-misc > a,				/** 		J2.5  		**/
.accordion-heading > strong > a {									/** 		J3.5  		**/
color:#bbb;
border-color: #222;
border-color: rgba(255,255,255,0.07);
background: #333;
background: rgba(255,255,255,0.16);
}

.pane-sliders #basic-details a:hover, .pane-sliders #display-form a:hover, .pane-sliders #display-misc a:hover,
.pane-sliders #basic-details.pane-toggler-down a, .pane-sliders #display-form.pane-toggler-down a, .pane-sliders #display-misc.pane-toggler-down a,				/** 		J2.5  		**/
.accordion-heading strong a:hover {
background: rgba(255,255,255,0.20);
}


/**********			Contact Tabs				****************/

div.current,
#myTabContent {
border-color: #444;
border-color: rgba(255,255,255,0.12);
background:transparent;
background: rgba(255,255,255,0.04);
}

dl.tabs dt,
#myTabTabs li {
background: #222;
background: rgba(0,0,0,0.25);
border-color: #444;
border-color: rgba(255,255,255,0.12);
color: #ddd;
}

.tabs .contact-miscinfo {
background:transparent;
}

/**		Frontend admin article Joomla 3.5 		**/

.edit #adminForm .tab-content > .tab-pane {
border-color: #444;
border-color: rgba(255,255,255,0.12);
}