body {
	overflow-x: hidden;
}
body .page-container.horizontal-menu header.navbar ul.nav > li:hover {
	background-color: transparent;
}
.addFileRow .template-upload-img {
	background-image: none !important;
}
.alert-danger a {
	font-weight: bold;
}

.btn-info {
	background-color: #4a90e2;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #609de6;
	border-color: #1782ad;
}
.btn-regNonUser {
	color: #fff;
	background-color: #4a90e2;
	border-color: #4a90e2;
}
.btn-regNonUser:hover {
	color: #fff;
	border-color: #1782ad;
	background-color: #609de6;
}
.file-browse-container-wrapper .file-preview-wrapper .image-name-title {
	font-size: 16px;
}
.file-browse-container-wrapper .section-wrapper .prev-link, .file-browse-container-wrapper .section-wrapper .next-link {
	opacity: .1;
	filter: alpha(opacity=10);
	z-index: 1;
}
.file-browse-container-wrapper .section-wrapper.image-preview-wrapper .image-fullscreen-link {
	opacity: .1;
	filter: alpha(opacity=10);
	display: block;
}
.file-upload-wrapper .baseText {
	text-transform: none;
}
.files .processing {
	background: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg') center 40% no-repeat !important;
	background-image: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 40px !important;
}
.ftpTextBox a{
	font-weight: bold;
}
.initialUploadText {
	font-size: 1.2em;
}
.label-info {
	background-color: #4a90e2;
}
.label-info[href]:hover {
	background-color: #609de6;
}
.modal-content {
	max-width: 950px;
	margin: 100px auto;
}
.modal-backdrop.in {
	-webkit-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.nav > li > a {
	padding: 10px 12px;
}
.nav-tabs {
	margin-bottom: 0px !important;
}
.page-container {
	height: auto;
}
.page-container.horizontal-menu header.navbar .navbar-brand {
	height: 32px;
	/* margin: 17px 0 0 16px; */
	margin-top: 17px;
	text-align: center;
}
.template-upload-img div.faded
{
	background: rgba(0, 0, 0, .3);
}
.template-upload-img, .template-download-img  {
	background: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg') center 40% no-repeat;
	background-image: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}
.text-logo {
	font-weight: 300 !important;
	font-size: 25px;
	font-family: 'Open Sans','Helvetica','Arial',sans-serif;
	text-decoration: none !important;
}
.text-logo a {
	font-weight: 300 !important;
	color: #4a90e2;
	text-decoration: none;
}
.text-logo a:hover {
	font-weight: 300 !important;
	/*color: #609de6;*/
	filter: brightness(1.1);
	text-decoration: none;
}
.text-logo-loggedin a {
	color: #88bbf7;
}
.text-logo-loggedin a:hover {
	/*color: #609de6;*/
	filter: brightness(1.1);
}
.text-logo-loggedin {
	font-weight: 300 !important;
}


/* SVG SPINNER */
.content-preview-wrapper.loader {
	background-image: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	background-color: transparent;
}
.fileManagerIcon .fileListing .fileIconLi .thumbIcon, .file-browse-container-wrapper .similar-images .slick-slider .slick-slide .thumbIcon {
	background-image: url('https://www.udrop.com/themes/spirit/assets/images/loading.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
}

/* API Doco */

.api_left {
	float: left;
	margin-right: 20px;
}
.api_right {
	/*margin: 0 -220px 0 auto;*/
	margin: auto;
	width: 100%;
}
.api_wrapper {
	margin: 0px;
	padding: 0px;
	/*padding-right: 240px;*/
	overflow: hidden;
}
.x_content {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
}
.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	transition: all .2s ease;
}

@media (prefers-color-scheme: dark) and (max-width: 1100px) {
	.row.breadcrumbs-container {
		border: 1px solid rgba(72, 94, 144, 0.25);
	}
}

@media (prefers-color-scheme: dark) { 
/* V5 DARK BLUE MODE */
html, body {
	background: linear-gradient(rgb(0, 0, 35), rgb(0, 0, 0));
	background-color: rgb(0, 0, 0);
	background-repeat: no-repeat;
	color: #ccc;
	min-height: 100%;
	height: 100%;
}
a {
	color: #3a82d7;
}
img {
	filter: brightness(85%); 
}
.additional-options-wrapper {
	background: transparent;
}
.alert-danger {
        background-color: transparent;
        border-color: #e23636;
        color: unset;
}
.alert-warning {
	background-color: transparent;
	border-color: #e23636;
        color: unset;
}
.alert.bg--error {
	background: transparent;
	border-color: rgba(72, 94, 144, 0.25);
}
.alert.bg--success {
    background: #e4f5e5;
    border-color: rgba(72, 94, 144, 0.25);
}
.back-to-top {
	background: #003;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.back-to-top i {
	color: #ccc;
}
.bg--secondary {
	background-color: #16212c;
	filter: brightness(1.3);
}
body .page-container .sidebar-menu {
	background: transparent;
}
body .page-container.horizontal-menu header.navbar {
	background: rgb(0, 0, 30);
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
	background: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
	box-shadow: none;
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li ul:hover{
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li.active > a span {
	color: #ccc;
}
body .page-container.horizontal-menu header.navbar ul.nav > li > a:hover, body .page-container.horizontal-menu header.navbar ul.nav > li > a:focus {
	background-color: transparent;
	border: none;
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
	border-color: transparent;
}
body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a:hover {
	background: transparent;
	filter: brightness(1.5);
	border: none;
}
body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0);
}
body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open {
	background-color: transparent;
}
body .page-container.horizontal-menu header.navbar ul.nav > li:hover {
	background: transparent !important;
}
.bootstrap-tagsinput {
	background: transparent;
	border: 1px solid rgba(72, 94, 144, 0.25)
}
.bootstrap-tagsinput:hover {
	/* border-color: #cbd0d9; */
}
.boxed:not([class*="bg-"]) {
	background-color: transparent;
}
.boxed.boxed--border {
	border: 1px solid rgba(72, 94, 144, 0.25);
	/*background-color: #1e2b37;*/
}
.btn .btn__text{
	color: #eee !important;
}
.btn-breadcrumb .btn.btn-white.mid-item::after {
	background: transparent;
	border-left: 10px solid #002;
}
.btn-breadcrumb .btn.btn-white.mid-item::before {
	background:transparent;
	border-left: 10px solid rgba(72, 94, 144, 0.50);
}
.btn-breadcrumb .btn.btn-white.mid-item:hover::after, .btn-breadcrumb .btn.btn-white.mid-item:focus::after {
	background: transparent;
	border-left: 10px solid #002;
}
.btn-breadcrumb .btn.btn-white.mid-item:hover::before, .btn-breadcrumb .btn.btn-white.mid-item:focus::before {
	border-left: transparent;
	border-left: 10px solid rgba(72, 94, 144, 0.50);
}
.btn-default, .btn-default, .btn-default, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #264b77;
	background: transparent;
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #001737;
	background: transparent;
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn-default.dropdown-toggle {
	border-left-color: rgba(72, 94, 144, 0.25);
}
.btn-success, .btn-green {
	color: #ffffff;
	background-color: #02773a;
	border-color: #009147;
}
.btn-success:hover, .btn-green:hover, .btn-success:focus, .btn-green:focus, .btn-success:active, .btn-green:active, .btn-success.active, .btn-green.active, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #007d3d;
	border-color: #006933;
}
.btn:not([class*="primary"]) {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn:not([class*="primary"]):hover {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #eee;
	border-color: #777;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #818da2;
}
.btn-primary {
	color: #fff;
	background-color: #1a8fbf;
	border-color: #4a90e2;
}
.btn-primary:hover {
	color: #fff;
	background-color: #14769d;
}
.btn-white {
	color: #3a82d7;
	background: transparent;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn-white > .caret {
	border-top-color: #999;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
	color: #3a82d7;
	background: transparent;
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
	background: transparent;
	color: #3a82d7;
	filter: brightness(0.5);
}
[class^="entypo-"]::before, [class*=" entypo-"]::before {
	color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
	/*filter: brightness(1.3);*/
	color: unset;
}
.dropdown-menu .divider {
	background: transparent;
	filter: brightness(1.3);
}
.dropdown-menu .divider a:hover {
	background: transparent;
}
.dropdown-menu > li:hover {
	background: transparent;
}
.dropdown-menu {
	background: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
	box-shadow: none;
}
.dropdown-menu a[rel="HtmlMenuSection"] {
	background-color: transparent;
}
.dropdown-menu .context-menu-icon {
	color: #ccc;
}
.dropdown-menu > li > a, .dropdown-menu > li > a {
	color: #777;
}
.dropdown-menu > li:hover {
	color: #3a82d7;
}
.dropdown-menu > li > a, .dropdown-menu > li > a {
	color: #3a82d7;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
	filter: brightness(1.3);
	color: unset;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #ccc;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	background: transparent;
	filter: brightness(1.0);
}
.dropdown .dropdown__content:not([class*="bg-"]) {
	/*background: transparent;*/
	/*filter: brightness(1.0);*/
	background: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.dropdown .dropdown__content:not([class="bg--dark"]) .menu-vertical a {
	color: #fff;
}
.fileManagerList .fileListing {
	border-top: 1px solid transparent;
}
.fileManagerList .fileListing > div {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.fileManagerList .fileListing > div:nth-child(2n+1) {
	background-color: transparent;
}
.fileManagerIcon .fileListing .fileIconLi:hover, .fileManagerList .fileListing .fileIconLi:hover, .fileManagerList .fileListing .fileIconLi > li:nth-child(2n+1):hover {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.file-browse-container-wrapper .section-wrapper {
	background: transparent;
}
.file-browse-container-wrapper .file-preview-wrapper .file-details-view {
	background: transparent;
}
.file-browse-container-wrapper .file-preview-wrapper .tab-content{
	background: transparent;
}
.file-browse-container-wrapper .nav-tabs > li.active > a, .file-browse-container-wrapper .nav-tabs > li.active > a:hover, .file-browse-container-wrapper .nav-tabs > li.active > a:focus {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
	border-left: 1px solid rgba(72, 94, 144, 0.25);
	border-right: 1px solid rgba(72, 94, 144, 0.25);
	border-bottom: 1px solid transparent;
}
.file-browse-container-wrapper .nav-tabs {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.fileManagerIcon .fileListing .fileIconLi, .file-browse-container-wrapper .similar-images .slick-slider .slick-slide {
	background: transparent;
}
.fileManagerIcon .fileListing .fileIconLi .thumbIcon, .file-browse-container-wrapper .similar-images .slick-slider .slick-slide .thumbIcon {
	background-color: #002;
}
.fileManagerIcon .fileListing .thumbIcon, .file-browse-container-wrapper .similar-images .slick-slider .slick-slide .thumbIcon {
	background-color: #002;
}
.file-upload-wrapper .close {
	color: #fff;
	background: #4a90e2;
}
.file-upload-wrapper .nav-tabs {
	background-color: #000025;
}
.file-upload-wrapper .nav-tabs.bordered + .tab-content {
	background: transparent;
}
footer:not(.bg--primary):not(.bg--dark) a {
	color: #777;
}
.form-control {
	color: #DDD;
	background-color: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.form-control:focus {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #002;
}
.form-groups-bordered .form-group {
	border-bottom: 1px solid transparent;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #eee;
}
.hamburger-toggle i {
	color: #eee;
}
hr {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.image-browse .gallery-env {
	background: transparent;
}
input[type], textarea, select {
	color: #ddd;
	background-color: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.input-group-btn {
	color: #333;
}
.input-group-addon {
	background-color: transparent;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.jstree-default li a .jstree-icon::before, .jstree-default .jstree-loading .jstree-icon::before {
	color: #ccc;
}

.lead {
	color: unset;
}
.modal-content {
	background: linear-gradient(rgb(0, 0, 35), rgb(0, 0, 0));
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.modal-header {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.modal-footer {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
}
.menu-horizontal > li a:hover {
	text-decoration: underline;
}
.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger {
	color: #ccc;
}
.menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
	color: #ccc;
}
.modal .modal-header .close {
	background: #4a90e2;
	color: #fff;
}
.nav-tabs {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.nav-tabs.bordered + .tab-content {
	border: none;
	background-color: transparent;
}
.nav-tabs > li > a {
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	filter: brightness(0.5);
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	border-top: 1px solid rgba(72, 94, 144, 0.25);
	border-left: 1px solid rgba(72, 94, 144, 0.25);
	border-right: 1px solid rgba(72, 94, 144, 0.25);
	border-bottom: 1px solid transparent;
	background-color: rgb(0,0,25);
	filter: brightness(1.1);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
	border-left: 1px solid rgba(72, 94, 144, 0.25);
	border-right: 1px solid rgba(72, 94, 144, 0.25);
	border-bottom: 1px solid transparent;
	background-color: rgb(0,0,25);
	filter: brightness(1.0);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
	border-left: 1px solid rgba(72, 94, 144, 0.25);
	border-right: 1px solid rgba(72, 94, 144, 0.25);
	border-bottom: 1px solid transparent;
	color: #3a82d7;
	background-color: rgb(0,0,30);
}
p strong {
	color: #777;
}
.paginationRow {
	background: transparent;
}
.panel {
	background: transparent;
}
.panel-primary {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.panel-primary > .panel-heading {
	color: #eee;
	/*filter: brightness(1.3);*/
	border-color: transparent;
	background: #003;
}
.panel.minimal > .panel-heading {
	padding: 0;
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.panel.minimal > .panel-heading > .panel-title {
	color: #eee;
}
.page-container .sidebar-menu #folderTreeview li a {
	color: #3a82d7;
}
.page-container .sidebar-menu #folderTreeview li a:hover {
	background-color: transparent !important;
	filter: brightness(1.5);
}
.page-container .sidebar-menu #folderTreeview li a.jstree-clicked:hover, .page-container .sidebar-menu #folderTreeview li .jstree-clicked a:hover {
	color: #264b77;
	background-color: transparent !important;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu li, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu a, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu p {
	color: #3a82d7;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu i {
	color: #ccc;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu {
	background-color: rgb(0, 0, 40);
	border-top: transparent;
	border-left: 1px solid rgba(72, 94, 144, 0.16);
	border-right: 1px solid rgba(72, 94, 144, 0.16);
	border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li.top > p {
	background-color: transparent;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu .convert-trial-account-menu-item a {
	background-color: #c47b13;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu .convert-trial-account-menu-item a:hover {
	background-color: #553507;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li {
	background: transparent;
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-default > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-default > a > i {
	background-color: #aaa;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > i, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li.notification-info > a > i {
	background-color: #4a90e2;
}
.page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > a:hover, .page-container.horizontal-menu header.navbar ul.nav > li.dropdown .dropdown-menu > li > ul > li > p:hover {
	background-color: #003 !important;
}
.page-container .navbar-fixed-top .navbar-inner .navbar-toprow {
	background-color: #002;
}
.page-container .sidebar-menu #folderTreeview li a.jstree-clicked {
	background-color: transparent !important;
	color: #3a82d7;
}
.page-container .navbar-fixed-top .navbar-inner .navbar-secondrow{
	background-color: #002;
}
.page-container .navbar-fixed-top .navbar-inner .navbar-secondrow .navbar-secondrow-right .navbar-form-sm input::placeholder {
	color: #eee;
}
.page-container .navbar-fixed-top .navbar-inner .navbar-secondrow .navbar-secondrow-right .navbar-form-sm input {
	background: transparent;
}
.page-container .navbar-fixed-top .navbar-inner .navbar-secondrow .navbar-secondrow-right .navbar-form-sm .btn-input-pre {
	padding: 8px 0px;
	background: transparent;
	border-top: 1px solid #264b77;
	border-left: 1px solid #264b77;
	border-right: transparent;
	border-bottom: 1px solid #264b77;
}
.pagination > li > a, .pagination > li > span {
background: transparent;
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
background: transparent;
	filter: brightness(1.3);
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #999;
	background: transparent;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.paging_full_numbers span.paginate_button {
	color: #999;
	background: transparent;
	filter: brightness(1.3);
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.paging_full_numbers .paginate_button_disabled.paginate_button:hover {
	cursor: not-allowed;
}
.popover-content {
	background-color: #16212c;
	filter: brightness(1.3);
}
pre {
	color: #ccc;
	background: #002;
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.pricing-section-2 .pricing {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.pricing-section-2 div[class*="col-"]:last-child .pricing {
	border-right: 1px solid rgba(72, 94, 144, 0.25);
}
.pricing-3 .pricing__head {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.pricing-3 ul li:not(:last-child) {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.progress {
	background-color: #aaa;
}
.side-notice {
	background-color: transparent;
}
.sidebar-menu .remaining-storage .left-section-wrapper:hover {
	background: transparent !important;
}
.table-bordered {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.tab-content .tab-pane {
	background: transparent;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background: transparent;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	background-color: rgba(72, 94, 144, 0.25);
}
table.border--round {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
table th {
	color: #ccc;
	background-color: rgba(0, 0, 30);
}
.table td, .table th {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
}
.table--alternate-row tbody tr:nth-child(2n) {
	background-color: rgba(0, 0, 25);
	filter: brightness(1.1);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid rgba(72, 94, 144, 0.25);
}
.template-upload-img, .template-download-img {
	border: 1px solid rgba(72, 94, 144, 0.25);
}
.template-upload-img .previewWrapper .filename, .template-download-img .filename {
	color: #ccc;
}
.text-logo a {
	color: #4a90e2;
}
.text-logo a:hover {
filter: brightness(1.1);
}
.text-logo-loggedin a {
	color: #4a90e2;
}
.text-logo-loggedin a:hover {
		filter: brightness(1.1);
}
.text-logo-loggedin {
	font-weight: 300 !important;
}
#top-search .group-title {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
#top-search .twitter-typeahead {
	border-top: 1px solid #264b77;
	border-left: transparent;
	border-right: 1px solid #264b77;
	border-bottom: 1px solid #264b77;
}
.tile-stats.tile-white {
	border: 1px solid rgba(72, 94, 144, 0.25);
	background: #002;
}
.tile-stats.tile-white:hover {
	background: #002;
}
.tile-stats.tile-white .icon {
	color: #555;
}
.tile-stats.tile-white .num, .tile-stats.tile-white h3, .tile-stats.tile-white p {
	color: #ccc;
}
.tt-menu {
	background-color: #002;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.tt-suggestion:hover, .tt-suggestion.tt-cursor {
	background-color: rgba(72, 94, 144, 0.25);
	color: #555;
}
.toolbar-container {
	background: transparent;
}
.urlUploadMainInternal .accountStateTable {
	border-bottom: 1px solid rgba(72, 94, 144, 0.25);
}
.upload-button-wrapper .btn {
	/*! opacity: 0.7; */
}
.x_panel {
	background: transparent;
	border: 1px solid rgba(72, 94, 144, 0.25);
}


/* DARK UPLOAD ICONS */


.files > [title*=".3FR"], .files > [title*=".3fr"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/3fr.png") center 40% no-repeat;
}

.files > [title*=".AI"], .files > [title*=".ai"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ai.png") center 40% no-repeat;
}

.files > [title*=".AVI"], .files > [title*=".avi"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/avi.png") center 40% no-repeat;
}

.files > [title*=".BMP"], .files > [title*=".bmp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bmp.png") center 40% no-repeat;
}

.files > [title*=".BMP2"], .files > [title*=".bmp2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bmp.png") center 40% no-repeat;
}

.files > [title*=".BMP3"], .files > [title*=".bmp3"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bmp.png") center 40% no-repeat;
}

.files > [title*=".CR2"], .files > [title*=".cr2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cr2.png") center 40% no-repeat;
}

.files > [title*=".CRW"], .files > [title*=".crw"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/crw.png") center 40% no-repeat;
}

.files > [title*=".CUR"], .files > [title*=".cur"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cur.png") center 40% no-repeat;
}

.files > [title*=".DCR"], .files > [title*=".dcr"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dcr.png") center 40% no-repeat;
}

.files > [title*=".DNG"], .files > [title*=".dng"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dng.png") center 40% no-repeat;
}

.files > [title*=".DOT"], .files > [title*=".dot"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dot.png") center 40% no-repeat;
}

.files > [title*=".EPS"], .files > [title*=".eps"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/eps.png") center 40% no-repeat;
}

.files > [title*=".EPS2"], .files > [title*=".eps2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/eps.png") center 40% no-repeat;
}

.files > [title*=".EPS3"], .files > [title*=".eps3"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/eps.png") center 40% no-repeat;
}

.files > [title*=".EPSF"], .files > [title*=".epsf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/eps.png") center 40% no-repeat;
}

.files > [title*=".EPSI"], .files > [title*=".epsi"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/eps.png") center 40% no-repeat;
}

.files > [title*=".GIF"], .files > [title*=".gif"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/gif.png") center 40% no-repeat;
}

.files > [title*=".GIF87"], .files > [title*=".gif87"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/gif.png") center 40% no-repeat;
}

.files > [title*=".HTM"], .files > [title*=".htm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/htm.png") center 40% no-repeat;
}

.files > [title*=".HTML"], .files > [title*=".html"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/html.png") center 40% no-repeat;
}

.files > [title*=".ICO"], .files > [title*=".ico"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ico.png") center 40% no-repeat;
}

.files > [title*=".ICON"], .files > [title*=".icon"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ico.png") center 40% no-repeat;
}

.files > [title*=".ISOBRL"], .files > [title*=".isobrl"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/iso.png") center 40% no-repeat;
}

.files > [title*=".JPE"], .files > [title*=".jpe"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/jpg.png") center 40% no-repeat;
}

.files > [title*=".JPEG"], .files > [title*=".jpeg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/jpg.png") center 40% no-repeat;
}

.files > [title*=".JPG"], .files > [title*=".jpg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/jpg.png") center 40% no-repeat;
}

.files > [title*=".KDC"], .files > [title*=".kdc"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/kdc.png") center 40% no-repeat;
}

.files > [title*=".M4V"], .files > [title*=".m4v"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/m4v.png") center 40% no-repeat;
}

.files > [title*=".MEF"], .files > [title*=".mef"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mef.png") center 40% no-repeat;
}

.files > [title*=".MOV"], .files > [title*=".mov"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mov.png") center 40% no-repeat;
}

.files > [title*=".MPEG"], .files > [title*=".mpeg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mpg.mpg") center 40% no-repeat;
}

.files > [title*=".MPG"], .files > [title*=".mpg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mpg.png") center 40% no-repeat;
}

.files > [title*=".MRW"], .files > [title*=".mrw"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mrw.png") center 40% no-repeat;
}

.files > [title*=".NEF"], .files > [title*=".nef"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/nef.png") center 40% no-repeat;
}

.files > [title*=".ORF"], .files > [title*=".orf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/orf.png") center 40% no-repeat;
}

.files > [title*=".PDF"], .files > [title*=".pdf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pdf.png") center 40% no-repeat;
}

.files > [title*=".PDFA"], .files > [title*=".pdfa"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pdf.png") center 40% no-repeat;
}

.files > [title*=".PEF"], .files > [title*=".pef"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pef.png") center 40% no-repeat;
}

.files > [title*=".PNG"], .files > [title*=".png"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG00"], .files > [title*=".png00"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG24"], .files > [title*=".png24"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG32"], .files > [title*=".png32"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG48"], .files > [title*=".png48"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG64"], .files > [title*=".png64"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PNG8"], .files > [title*=".png8"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/png.png") center 40% no-repeat;
}

.files > [title*=".PSD"], .files > [title*=".psd"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/psd.png") center 40% no-repeat;
}

.files > [title*=".RAF"], .files > [title*=".raf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/raf.png") center 40% no-repeat;
}

.files > [title*=".RAW"], .files > [title*=".raw"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/raw.png") center 40% no-repeat;
}

.files > [title*=".RW2"], .files > [title*=".rw2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/rw2.png") center 40% no-repeat;
}

.files > [title*=".SR2"], .files > [title*=".sr2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/sr2.png") center 40% no-repeat;
}

.files > [title*=".SVG"], .files > [title*=".svg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/svg.png") center 40% no-repeat;
}

.files > [title*=".SVGZ"], .files > [title*=".svgz"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/svg.png") center 40% no-repeat;
}

.files > [title*=".TIFF"], .files > [title*=".tiff"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tiff.png") center 40% no-repeat;
}

.files > [title*=".TIFF64"], .files > [title*=".tiff64"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tiff.png") center 40% no-repeat;
}

.files > [title*=".TTF"], .files > [title*=".ttf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ttf.png") center 40% no-repeat;
}

.files > [title*=".TXT"], .files > [title*=".txt"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/txt.png") center 40% no-repeat;
}

.files > [title*=".WMF"], .files > [title*=".wmf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/wmf.png") center 40% no-repeat;
}

.files > [title*=".WMV"], .files > [title*=".wmv"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/wmv.png") center 40% no-repeat;
}

.files > [title*=".X3F"], .files > [title*=".x3f"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/x3f.png") center 40% no-repeat;
}


.files > [title*=".WBMP"], .files > [title*=".wbmp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bmp.png") center 40% no-repeat;
}

.files > [title*=".MP4"], .files > [title*=".mp4"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mp4.png") center 40% no-repeat;
}

.files > [title*=".WAV"], .files > [title*=".wav"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/wav.png") center 40% no-repeat;
}

.files > [title*=".OTF"], .files > [title*=".otf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/otf.png") center 40% no-repeat;
}

.files > [title*=".M3U"], .files > [title*=".m3u"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/m3u.png") center 40% no-repeat;
}

.files > [title*=".PPTM"], .files > [title*=".pptm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pptm.png") center 40% no-repeat;
}

.files > [title*=".MAX"], .files > [title*=".max"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/max.png") center 40% no-repeat;
}

.files > [title*=".FCPX"], .files > [title*=".fcpx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/fcpx.png") center 40% no-repeat;
}

.files > [title*=".MPEG"], .files > [title*=".mpeg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mpeg.png") center 40% no-repeat;
}

.files > [title*=".ASP"], .files > [title*=".asp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/asp.png") center 40% no-repeat;
}

.files > [title*=".INI"], .files > [title*=".ini"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ini.png") center 40% no-repeat;
}

.files > [title*=".QT"], .files > [title*=".qt"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/qt.png") center 40% no-repeat;
}

.files > [title*=".IBOOKS"], .files > [title*=".ibooks"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ibooks.png") center 40% no-repeat;
}

.files > [title*=".PPM"], .files > [title*=".ppm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ppm.png") center 40% no-repeat;
}

.files > [title*=".DAT"], .files > [title*=".dat"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dat.png") center 40% no-repeat;
}

.files > [title*=".WMA"], .files > [title*=".wma"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/wma.png") center 40% no-repeat;
}

.files > [title*=".ASPX"], .files > [title*=".aspx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/aspx.png") center 40% no-repeat;
}

.files > [title*=".FLA"], .files > [title*=".fla"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/fla.png") center 40% no-repeat;
}

.files > [title*=".XLS"], .files > [title*=".xls"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xls.png") center 40% no-repeat;
}

.files > [title*=".DOC"], .files > [title*=".doc"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/doc.png") center 40% no-repeat;
}

.files > [title*=".SMI"], .files > [title*=".smi"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/smi.png") center 40% no-repeat;
}

.files > [title*=".PL"], .files > [title*=".pl"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pl.png") center 40% no-repeat;
}

.files > [title*=".M4A"], .files > [title*=".m4a"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/m4a.png") center 40% no-repeat;
}

.files > [title*=".TORRENT"], .files > [title*=".torrent"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/torrent.png") center 40% no-repeat;
}

.files > [title*=".OGG"], .files > [title*=".ogg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ogg.png") center 40% no-repeat;
}

.files > [title*=".THMX"], .files > [title*=".thmx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/thmx.png") center 40% no-repeat;
}

.files > [title*=".SWF"], .files > [title*=".swf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/swf.png") center 40% no-repeat;
}

.files > [title*=".DIVX"], .files > [title*=".divx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/divx.png") center 40% no-repeat;
}

.files > [title*=".AU"], .files > [title*=".au"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/au.png") center 40% no-repeat;
}

.files > [title*=".MKV"], .files > [title*=".mkv"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mkv.png") center 40% no-repeat;
}

.files > [title*=".MOBI"], .files > [title*=".mobi"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mobi.png") center 40% no-repeat;
}

.files > [title*=".JSP"], .files > [title*=".jsp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/jsp.png") center 40% no-repeat;
}

.files > [title*=".SDR"], .files > [title*=".sdr"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/sdr.png") center 40% no-repeat;
}

.files > [title*=".MP3"], .files > [title*=".mp3"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mp3.png") center 40% no-repeat;
}

.files > [title*=".XML"], .files > [title*=".xml"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xml.png") center 40% no-repeat;
}

.files > [title*=".BAT"], .files > [title*=".bat"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bat.png") center 40% no-repeat;
}

.files > [title*=".MDB"], .files > [title*=".mdb"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mdb.png") center 40% no-repeat;
}

.files > [title*=".7Z"], .files > [title*=".7z"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/7z.png") center 40% no-repeat;
}

.files > [title*=".ONE"], .files > [title*=".one"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/one.png") center 40% no-repeat;
}

.files > [title*=".XLSB"], .files > [title*=".xlsb"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xlsb.png") center 40% no-repeat;
}

.files > [title*=".TMP"], .files > [title*=".tmp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tmp.png") center 40% no-repeat;
}

.files > [title*=".DOCX"], .files > [title*=".docx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/docx.png") center 40% no-repeat;
}

.files > [title*=".DB"], .files > [title*=".db"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/db.png") center 40% no-repeat;
}

.files > [title*=".JPE"], .files > [title*=".jpe"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/jpe.png") center 40% no-repeat;
}

.files > [title*=".XLTM"], .files > [title*=".xltm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xltm.png") center 40% no-repeat;
}

.files > [title*=".SRT"], .files > [title*=".srt"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/srt.png") center 40% no-repeat;
}

.files > [title*=".CSV"], .files > [title*=".csv"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/csv.png") center 40% no-repeat;
}

.files > [title*=".PAGES"], .files > [title*=".pages"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pages.png") center 40% no-repeat;
}

.files > [title*=".MPP"], .files > [title*=".mpp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mpp.png") center 40% no-repeat;
}

.files > [title*=".MIX"], .files > [title*=".mix"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mix.png") center 40% no-repeat;
}

.files > [title*=".ICNS"], .files > [title*=".icns"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/icns.png") center 40% no-repeat;
}

.files > [title*=".APP"], .files > [title*=".app"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/app.png") center 40% no-repeat;
}

.files > [title*=".RTF"], .files > [title*=".rtf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/rtf.png") center 40% no-repeat;
}

.files > [title*=".BAK"], .files > [title*=".bak"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bak.png") center 40% no-repeat;
}

.files > [title*=".BIN"], .files > [title*=".bin"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bin.png") center 40% no-repeat;
}

.files > [title*=".FCP"], .files > [title*=".fcp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/fcp.png") center 40% no-repeat;
}

.files > [title*=".IDX"], .files > [title*=".idx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/idx.png") center 40% no-repeat;
}

.files > [title*=".ZIP"], .files > [title*=".zip"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/zip.png") center 40% no-repeat;
}

.files > [title*=".VBP"], .files > [title*=".vbp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/vbp.png") center 40% no-repeat;
}

.files > [title*=".PPS"], .files > [title*=".pps"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pps.png") center 40% no-repeat;
}

.files > [title*=".XLSM"], .files > [title*=".xlsm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xlsm.png") center 40% no-repeat;
}

.files > [title*=".FON"], .files > [title*=".fon"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/fon.png") center 40% no-repeat;
}

.files > [title*=".VOB"], .files > [title*=".vob"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/vob.png") center 40% no-repeat;
}

.files > [title*=".DRV"], .files > [title*=".drv"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/drv.png") center 40% no-repeat;
}

.files > [title*=".CTB"], .files > [title*=".ctb"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ctb.png") center 40% no-repeat;
}

.files > [title*=".SQL"], .files > [title*=".sql"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/sql.png") center 40% no-repeat;
}

.files > [title*=".EMF"], .files > [title*=".emf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/emf.png") center 40% no-repeat;
}

.files > [title*=".JAVA"], .files > [title*=".java"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/java.png") center 40% no-repeat;
}

.files > [title*=".ITL"], .files > [title*=".itl"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/itl.png") center 40% no-repeat;
}

.files > [title*=".CMD"], .files > [title*=".cmd"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cmd.png") center 40% no-repeat;
}

.files > [title*=".IPA"], .files > [title*=".ipa"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ipa.png") center 40% no-repeat;
}

.files > [title*=".POTM"], .files > [title*=".potm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/potm.png") center 40% no-repeat;
}

.files > [title*=".DEFAULT"], .files > [title*=".default"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/default.png") center 40% no-repeat;
}

.files > [title*=".EXE"], .files > [title*=".exe"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/exe.png") center 40% no-repeat;
}

.files > [title*=".CSS"], .files > [title*=".css"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/css.png") center 40% no-repeat;
}

.files > [title*=".PPSX"], .files > [title*=".ppsx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ppsx.png") center 40% no-repeat;
}

.files > [title*=".AAC"], .files > [title*=".aac"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/aac.png") center 40% no-repeat;
}

.files > [title*=".MID"], .files > [title*=".mid"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mid.png") center 40% no-repeat;
}

.files > [title*=".TGZ"], .files > [title*=".tgz"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tgz.png") center 40% no-repeat;
}

.files > [title*=".CDR"], .files > [title*=".cdr"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cdr.png") center 40% no-repeat;
}

.files > [title*=".NUMBERS"], .files > [title*=".numbers"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/numbers.png") center 40% no-repeat;
}

.files > [title*=".PPTX"], .files > [title*=".pptx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/pptx.png") center 40% no-repeat;
}

.files > [title*=".CUE"], .files > [title*=".cue"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cue.png") center 40% no-repeat;
}

.files > [title*=".XMP"], .files > [title*=".xmp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xmp.png") center 40% no-repeat;
}

.files > [title*=".M4R"], .files > [title*=".m4r"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/m4r.png") center 40% no-repeat;
}

.files > [title*=".IFO"], .files > [title*=".ifo"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ifo.png") center 40% no-repeat;
}

.files > [title*=".TRM"], .files > [title*=".trm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/trm.png") center 40% no-repeat;
}

.files > [title*=".DIC"], .files > [title*=".dic"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dic.png") center 40% no-repeat;
}

.files > [title*=".POTX"], .files > [title*=".potx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/potx.png") center 40% no-repeat;
}

.files > [title*=".SLDX"], .files > [title*=".sldx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/sldx.png") center 40% no-repeat;
}

.files > [title*=".XLSX"], .files > [title*=".xlsx"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/xlsx.png") center 40% no-repeat;
}

.files > [title*=".BZ2"], .files > [title*=".bz2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/bz2.png") center 40% no-repeat;
}

.files > [title*=".DVD"], .files > [title*=".dvd"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dvd.png") center 40% no-repeat;
}

.files > [title*=".CHM"], .files > [title*=".chm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/chm.png") center 40% no-repeat;
}

.files > [title*=".PPT"], .files > [title*=".ppt"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ppt.png") center 40% no-repeat;
}

.files > [title*=".CP"], .files > [title*=".cp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cp.png") center 40% no-repeat;
}

.files > [title*=".DLL"], .files > [title*=".dll"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dll.png") center 40% no-repeat;
}

.files > [title*=".DMG"], .files > [title*=".dmg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dmg.png") center 40% no-repeat;
}

.files > [title*=".TAR"], .files > [title*=".tar"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tar.png") center 40% no-repeat;
}

.files > [title*=".MOS"], .files > [title*=".mos"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mos.png") center 40% no-repeat;
}

.files > [title*=".KEY"], .files > [title*=".key"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/key.png") center 40% no-repeat;
}

.files > [title*=".DWG"], .files > [title*=".dwg"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/dwg.png") center 40% no-repeat;
}

.files > [title*=".ENC"], .files > [title*=".enc"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/enc.png") center 40% no-repeat;
}

.files > [title*=".C++"], .files > [title*=".c++"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/c++.png") center 40% no-repeat;
}

.files > [title*=".MMF"], .files > [title*=".mmf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mmf.png") center 40% no-repeat;
}

.files > [title*=".URL"], .files > [title*=".url"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/url.png") center 40% no-repeat;
}

.files > [title*=".CAB"], .files > [title*=".cab"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cab.png") center 40% no-repeat;
}

.files > [title*=".M3U8"], .files > [title*=".m3u8"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/m3u8.png") center 40% no-repeat;
}

.files > [title*=".ARE"], .files > [title*=".are"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/are.png") center 40% no-repeat;
}

.files > [title*=".Z"], .files > [title*=".z"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/z.png") center 40% no-repeat;
}

.files > [title*=".HLP"], .files > [title*=".hlp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/hlp.png") center 40% no-repeat;
}

.files > [title*=".MPG2"], .files > [title*=".mpg2"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/mpg2.png") center 40% no-repeat;
}

.files > [title*=".SYS"], .files > [title*=".sys"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/sys.png") center 40% no-repeat;
}

.files > [title*=".STB"], .files > [title*=".stb"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/stb.png") center 40% no-repeat;
}

.files > [title*=".PPSM"], .files > [title*=".ppsm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ppsm.png") center 40% no-repeat;
}

.files > [title*=".RAR"], .files > [title*=".rar"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/rar.png") center 40% no-repeat;
}

.files > [title*=".EPUB"], .files > [title*=".epub"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/epub.png") center 40% no-repeat;
}

.files > [title*=".LOG"], .files > [title*=".log"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/log.png") center 40% no-repeat;
}

.files > [title*=".PPAM"], .files > [title*=".ppam"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/ppam.png") center 40% no-repeat;
}

.files > [title*=".JS"], .files > [title*=".js"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/js.png") center 40% no-repeat;
}

.files > [title*=".PHP"], .files > [title*=".php"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/php.png") center 40% no-repeat;
}

.files > [title*=".TIF"], .files > [title*=".tif"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/tif.png") center 40% no-repeat;
}

.files > [title*=".AIFF"], .files > [title*=".aiff"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/aiff.png") center 40% no-repeat;
}

.files > [title*=".INDD"], .files > [title*=".indd"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/indd.png") center 40% no-repeat;
}

.files > [title*=".AIF"], .files > [title*=".aif"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/aif.png") center 40% no-repeat;
}

.files > [title*=".DOCM"], .files > [title*=".docm"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/docm.png") center 40% no-repeat;
}

.files > [title*=".CDF"], .files > [title*=".cdf"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/cdf.png") center 40% no-repeat;
}

.files > [title*=".ITDB"], .files > [title*=".itdb"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/itdb.png") center 40% no-repeat;
}

.files > [title*=".GZ"], .files > [title*=".gz"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/gz.png") center 40% no-repeat;
}

.files > [title*=".SKP"], .files > [title*=".skp"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/skp.png") center 40% no-repeat;
}

.files > [title*=".RSS"], .files > [title*=".rss"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/rss.png") center 40% no-repeat;
}

.files > [title*=".MIDI"], .files > [title*=".midi"] {
    background: #002 url("https://www.udrop.com/themes/spirit/assets/images/file_icons/48px/midi.png") center 40% no-repeat;
}



}