/* ============================================================================================================================================
   DISTRIFILE - BLACK THEME
   ============================================================================================================================================
   Author: Jerome Cloninger-DistriFile

   DO NOT EDIT THIS FILE!!!  ALL CHANGES WILL BE LOST UPON UPDATING!!!
      
   You can either:
      A) Copy what you want to change and paste into the Custom CSS tab in the Admin's "Site Settings" menu.

      B) Copy/paste/rename the file without "df" in the prefix and then select the file in the Theme tab in the Admin's "Site Settings" menu.
   ============================================================================================================================================ */
/* These are color values set to a "null" element used in jQuery and html address bar color for mobile Chrome on Android. */
.waveform-color {
	color: #696969;
	}	
.mobile-theme-header-color {
	color: #000000;
	}
/* Now the rest */	
.bg-primary {
    color: #fff !important;
    background-color: #000 !important;
}
.btn-outline-primary {
    color: #000;
    border-color: #000;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: #fff;
	background-color:#696969;
    border-color: #696969;
}
.open > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color:#696969;
    border-color: #696969;
	}
.offcanvas-toggler-left {
	color: #000;
    background-color: rgba(0,0,0,.2);
	border-color:#000;
}
.offcanvas-toggler-left:hover, .offcanvas-toggler-left:focus {
	color: #fff;
    background-color: rgba(0,0,0,1);
	border-color:#000;
}
.offcanvas-toggler-right {
	color: #000;
    background-color: rgba(0,0,0,.2);
	border-color:#000;
}
.offcanvas-toggler-right:hover, .offcanvas-toggler-right:focus {
	color: #fff;
    background-color: rgba(0,0,0,1);
	border-color:#000;
}
.t-header,.t-header-always-on {
	background-color: #696969;
}
.df-pagination-icon {
    color: #696969;
}
.df-pagination-icon:hover {
    color: #000;
}
.df-dp-icon {
    color: #696969;
}
.df-dp-icon:hover {
    color: #000;
}
.df-upload-icon {
    color: #696969;
}
.df-upload-icon:hover {
    color: #000;
}
.df-upload-share-icon{
	color:#000;
	}
.df-upload-share-icon:hover{
	color:#696969;
	}	
.folder-username {
	color: rgba(0,0,0,.75);
	}
.folder-username:hover {
	color: rgba(0,0,0,.9);
	}
.folder-username:focus {
	color: rgba(0,0,0,1);
	font-weight:700;
	}	
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #696969;
    border-color: #696969;
}
.uploaderInfo {
  border:2px solid #696969;
}