/*
       ======================
     ===========================
  =================================  
=====================================
  Dark-Green style - Skeletor @ W4S
  =================================
    Visit us: www.web4sync.com
     ===========================
       ======================
	     ==================
	       ==============
	 	     ==========
	 	       ======
			     ==
*/

body {
    background-color: #272727 !important;
    // background-image: url(img/bg2.png) !important;
    // background-attachment: fixed !important;
}

#content {
    background: #3d3d3d !important;
}

#topcorners {
    background: #666 !important;
}

#bottomcorners {
    background: #666 !important;
}

#logo {
    background: #3d3d3d !important;
}

#logo img {
    display: none !important;        
}

table {
    background: #313131 !important;
    border: 2px solid #666 !important;  
}

a {
    color: white !important
}

table tbody tr:nth-child(2n) {
    background: #494848;
}

.filesize {
    color:white !important;
}

.filetime {
    color:white !important;
}

.open {
    background: #313131 !important;
    color: white !important;
}

input {
    background: #666 !important;
    border-color: #777 !important;
    border-right: 0 !important;
}

input[type="text"] {
    color:white !important;
}

.postfix {
    border-left: 0 !important;
    border-color: #777 !important; 
}

#dir-links {
    background: #666 !important;
}

.button.dropdown ul.no-hover.show-dropdown {
    background: #313131 !important;
    border-color: #777 !important;
}

.container span {
    color: white !important
}

.odd{
	
	background: none repeat scroll 0 0 #494848 !important;
}

.even{
	
	background: none repeat scroll 0 0 #313131 !important;
}

.button.dropdown > ul li:hover {
    background-color: #666666 !important;
    color: white !important;
}	

.button {
    background: #00a65a !important;
    border: 1px solid #00a65a !important;
}

.button:hover { 
    color: white !important; 
	background-color: #00884a !important; 	
}

.button.dropdown.split > span {
    background-color: #00a65a !important;
    border-left: 1px solid #00a65a !important;
}	
	
.button.dropdown.split > span:hover {
	background-color: #00884a !important;
}

.button.dropdown.split > a:hover { 
    background-color: #00884a !important; 
}

.button.secondary {
    background-color: #e9e9e9 !important;
    color: #1d1d1d !important;
    border: 1px solid #c3c3c3 !important;
}

.top-menu {
    height: 30px !important;
    background-color: #00a65a !important;
}

.top-menu-spacer {
    height: 50px !important;
}

.lb-outerContainer {
    background-color: #313131 !important;
}

.reveal-modal {
    background: #313131;
}	