@keyframes positive-buysell-btn-bg-dark-theme {
	0%,100% {
		background: #1a1a1a;
	}
	50%	{
		background: var(--system-green-color);
		color: #d6d6d6;
	}
}

@keyframes negative-buysell-btn-bg-dark-theme {
	0%,100% {
		background: #1a1a1a;
	}
	50%	{
		background: var(--system-green-color);
		color: #d6d6d6;
	}
}

@keyframes sell-btn-positive-bg-dark-theme{
	0%, 100%{
		background: #1a1a1a;
	}
	50% {
		background: var(--system-green-color);
		color: #d6d6d6;
	}
}

@keyframes buy-btn-negative-bg-dark-theme{
	0%, 100%{
		background: #1a1a1a;
	}
	50% {
		background: var(--system-red-color);
		color: #d6d6d6;
	}
}

html[data-theme='dark'] body {
	background-color: #050505;
   	color: #d6d6d6;
}

html[data-theme='dark'] .main-div {
	background-color: #050505;
}

html[data-theme='dark'] #trending-widget-wrapper a,
html[data-theme='dark'] #broker-widget-wrapper .broker-widget-content a,
html[data-theme='dark'] #featured-widget-wrapper a {
	color: #d6d6d6;
}

html[data-theme='dark'] .positive-price-change{
	-webkit-animation:1s ease-in-out positive-buysell-btn-bg-dark-theme;
	-moz-animation: 1s ease-in-out positive-buysell-btn-bg-dark-theme;
	-o-animation: 1s ease-in-out positive-buysell-btn-bg-dark-theme;
	animation: 1s ease-in-out positive-buysell-btn-bg-dark-theme;
}

html[data-theme='dark'] .negative-price-change{
	-webkit-animation:1s ease-in-out negative-buysell-btn-bg-dark-theme;
	-moz-animation:1s ease-in-out negative-buysell-btn-bg-dark-theme;
	-o-animation: 1s ease-in-out negative-buysell-btn-bg-dark-theme;
	animation: 1s ease-in-out negative-buysell-btn-bg-dark-theme;
}

html[data-theme='dark'] .bid-ask-sell.positive-price-change .bid-ask-ind{
	-webkit-animation:1s ease-in-out sell-btn-positive-bg-dark-theme;
	-moz-animation:1s ease-in-out sell-btn-positive-bg-dark-theme;
	-o-animation:1s ease-in-out sell-btn-positive-bg-dark-theme;
	animation: 1s ease-in-out sell-btn-positive-bg-dark-theme;
}

html[data-theme='dark'] .bid-ask-buy.negative-price-change .bid-ask-ind {
	-webkit-animation:1s ease-in-out buy-btn-negative-bg-dark-theme;
	-moz-animation:1s ease-in-out buy-btn-negative-bg-dark-theme;
	-o-animation:1s ease-in-out buy-btn-negative-bg-dark-theme;
	animation: 1s ease-in-out buy-btn-negative-bg-dark-theme;
}

html[data-theme='dark'] .navbar-mtdesk {
	background-color: #1a1a1a;
}

html[data-theme='dark'] .card {
	background-color:#1a1a1a;
}

html[data-theme='dark'] .white-card-div {
	background-color: #1a1a1a;
	border:1px solid #1a1a1a;
}

html[data-theme='dark'] .nav-item,
html[data-theme='dark'] .navbar-nav {
	color:#d6d6d6;
	background-color: #1a1a1a;
}

html[data-theme='dark'] #navbars .nav-link {
	color:#d6d6d6;
}

html[data-theme='dark'] .site-icon-mobile-light {
	display:none !important;
}

html[data-theme='dark'] .site-icon-mobile-dark {
	display:inline !important;
}

html[data-theme='dark'] #navbar-toggler .fa-user {
	color:#d6d6d6;
}

html[data-theme='dark'] .post-type-icon {
	color:#d6d6d6;
}

html[data-theme='dark'] .menu-option-collapse {
	background-color:#1a1a1a;
}

html[data-theme='dark'] #menuOptionOverlay .menu-option-item {
	background-color:#1a1a1a;
	color:#d6d6d6;
}

html[data-theme='dark'] #menuOptionOverlay .menu-option-item:hover{
	background-color: #ced8fa;
}

html[data-theme='dark'] #menuOptionOverlay .menu-option-item:hover .menu-item-span {
	color: #000;
}

html[data-theme='dark'] #menuOptionOverlay .menu-item-span {
	color:#d6d6d6;
}

html[data-theme='dark'] select{
	color:#d6d6d6;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='white' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'></path></svg>") no-repeat;
	background-size: 12px;
   	background-position: calc(100% - 5px) center;
}

html[data-theme='dark'] .form-control {
	background-color: #000;
}

html[data-theme='dark'] .form-control:focus {
	color: #d6d6d6;
	background-color: #000;
}


html[data-theme='dark'] #navbars .navbar-nav .dropdown-menu,
html[data-theme='dark'] .dropdown-table .dropdown-menu {
	background-color: #1A1A1A;
	color:#d6d6d6;
}

html[data-theme='dark'] .dropdown-item {
	color:#d6d6d6;
}

html[data-theme='dark'] .modal-content {
	background-color:#202020;
}

html[data-theme='dark'] .broker-card-div {
	background-color:#1a1a1a;
}

html[data-theme='dark'] .broker-img-div {
	padding:0.35rem 0.75rem;
	background-color:#b0b0b0;
}

html[data-theme='dark'] .broker-desc::after {
	content: '';
    position: absolute;
    background: rgb(26,26,26);
    background: -moz-linear-gradient(180deg, rgba(26,26,26,0) 0%, rgba(26,26,26,0.25) 30%, rgba(26,26,26,0.5) 60%, rgba(26,26,26,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(26,26,26,0) 0%, rgba(26,26,26,0.25) 30%, rgba(26,26,26,0.5) 60%, rgba(26,26,26,1) 100%);
    background: linear-gradient(180deg, rgba(26,26,26,0) 0%, rgba(26,26,26,0.25) 30%, rgba(26,26,26,0.5) 60%, rgba(26,26,26,1) 100%);
}

html[data-theme='dark'] .btn-feed-type {
	background-color:#050505;
	color:#878787;
}

html[data-theme='dark'] .btn-feed-type.active {
	background-color: #030e26;
   	border-color: var(--system-color);
   	color: var(--system-color);
}

html[data-theme='dark'] .su-card-deck .card {
	background-color:#404040;
}

html[data-theme='dark'] .su-card-deck .su-name > a {
	color:#d6d6d6;
}

html[data-theme='dark'] .text-muted {
	color: #b0b0b0 !important
}

html[data-theme='dark'] .su-card-deck .su-name > a:hover {
	color: var(--system-color);
}

html[data-theme='dark'] a:hover {
    color: #0056b3;
    text-decoration: underline;
}

html[data-theme='dark'] .user-post-name {
    color: #d6d6d6;
    font-size: 1.1em;
    font-weight: 700;
}

html[data-theme='dark'] .show-comment-div {
	background-color:#0c0e13;
}

html[data-theme='dark'] .write-comment-form {
	background-color: #1a1a1a;
}

html[data-theme='dark'] .btn-post-action,
html[data-theme='dark'] .comment-action {
	color:#d6d6d6;
}

html[data-theme='dark'] .comment-input[placeholder]:empty:before {
	color:#878787;
}

html[data-theme='dark'] .btn-emoji:hover{
	color:#d6d6d6;
}

html[data-theme='dark'] .add-photo-videos-div {
	background-color: #303030;
}

html[data-theme='dark'] .add-photos-videos-title {
	color:#b5b5b8;
}

html[data-theme='dark'] #add-photos-videos-btn .fa-file-plus {
	color:#b5b5b8;
}

html[data-theme='dark'] .btn-remove-photos-videos {
	background-color:rgba(255,255,255,0.8);
}

html[data-theme='dark'] .btn-remove-photos-videos:hover{
	background-color:rgba(255,255,255,1);
}

html[data-theme='dark'] .btn-edit-photos-videos, 
html[data-theme='dark'] .btn-add-photos-videos {
	background-color:rgba(255,255,255,0.8);
}

html[data-theme='dark'] .btn-edit-photos-videos:hover,
html[data-theme='dark'] .btn-add-photos-videos:hover {
	background-color:rgba(255,255,255,1);
}

html[data-theme='dark'] .dropdown-item:focus,
html[data-theme='dark'] .dropdown-item:hover {
	background-color: var(--system-color);
	color: #d6d6d6;
}

html[data-theme='dark'] .type-btn {
	color: #d6d6d6;
}

html[data-theme='dark'] .type-btn:hover, 
html[data-theme='dark'] .type-btn.active {
    color: var(--system-color);
}

html[data-theme='dark'] .code-block,
html[data-theme='dark'] .code-block-code {
	background: #1a1a1a;
	color: #c8c8c8;
}

html[data-theme='dark'] .btn-cp-type,
html[data-theme='dark'] .btn-news-type,
html[data-theme='dark'] .btn-pill-mobile {
	background: #232f48;
	color: #d6d6d6;
	border: 1px solid #232f48;
}

html[data-theme='dark'] .btn-cp-type.active,
html[data-theme='dark'] .btn-news-type.active,
html[data-theme='dark'] .btn-pill-mobile.active {
	background: #6995f2;
	color: #000;
	border: 1px solid #6995f2;
}

html[data-theme='dark'] .profile-div {
	background: #1a1a1a;
}

html[data-theme='dark'] .dropdown-menu {
	background: #000;
}

html[data-theme='dark'] .article-sub-title,
html[data-theme='dark'] .su-sub-title {
	color: #878787;
}

html[data-theme='dark'] #blog-list a {
	color: #d6d6d6;
}

html[data-theme='dark'] .profile-type-btn {
	color: #d6d6d6;
}

html[data-theme='dark'] .profile-type-btn:hover, 
html[data-theme='dark'] .profile-type-btn.active,
html[data-theme='dark'] .event-type-btn:hover,
html[data-theme='dark'] .event-type-btn.active {
	color: var(--system-color);
}

html[data-theme='dark'] #create-new-blog-card {
	background-color:#050505;
}

html[data-theme='dark'] #blog-card-deck .blog-card-div .card {
	background-color:#1a1a1a;
}

html[data-theme='dark'] #blog-card-deck .card{
	border: 1px solid #434343;
}

html[data-theme='dark'] .form-control:focus {
	
}
html[data-theme='dark'] #trending-widget-wrapper a:hover {
   	color: var(--system-color);
}

html[data-theme='dark'] #broker-widget-wrapper .broker-thumbnail {
	background-color: #c8c8c7;
}

html[data-theme='dark'] #cp-table-info {
	background-color: #282828 !important;
}

html[data-theme='dark'] #cp-forex-select {
	background-color: #282828;
}

html[data-theme='dark'] #cp-forex-select option {
	background-color: #282828 !important;
}

html[data-theme='dark'] .cp-range-bar {
  background-color:#393838;
}

html[data-theme='dark'] .bid-ask-sell,
html[data-theme='dark'] .bid-ask-buy {
  background-color: #1a1a1a;
}

html[data-theme='dark'] .cp-item:hover {
	background-color: #282828;
}

html[data-theme='dark'] .cp-name.gray {
	color: #b0b0b0;
}

html[data-theme='dark']	.embed-link-desc {
	color: #c8c8c7;
}

html[data-theme='dark'] #trending-card-deck .card {
	background-color: #1a1a1a;
	border:1px solid #4a4a4a
}

html[data-theme='dark'] #trending-card-deck a,
html[data-theme='dark'] #news-blogs-card-deck a {
  color: #d6d6d6;
}

html[data-theme='dark'] #trending-card-deck a:hover,
html[data-theme='dark'] #news-blogs-card-deck a:hover {
  color: var(--system-color);
}

html[data-theme='dark'] .trending-blog-news-date {
	color: #a3a3a3;
}

html[data-theme='dark'] .blog-news-author,
html[data-theme='dark'] .blog-news-views, 
html[data-theme='dark'].blogs-news-info {
	color:#878787;
}

html[data-theme="dark"] .text-muted {
  color: #878787 !important;
}

html[data-theme="dark"] .blog-news-author a,
html[data-theme="dark"] .blog-news-views a {
  color: #878787 !important;
}

html[data-theme="dark"] .news-blogs-card-div .card {
	background-color:#1a1a1a;
}

html[data-theme="dark"] .side-nav-name.active {
	background-color:#1a1a1a;
}

html[data-theme="dark"] #myBlogsBtn {
	color:#d6d6d6;
}

html[data-theme="dark"] hr{
	border-top: 1px solid #414142
}

html[data-theme="dark"] .embed-website,
html[data-theme="dark"] .post-unavailable-div {
	border-top: 1px solid #414142;
	border-bottom: 1px solid #414142;
}

html[data-theme="dark"] .user-comment-new-div {
	border-top: 1px solid #414142;
}

html[data-theme="dark"] #profile-menu {
	border-top: 1px solid #4a4a4a!important;
   	border-bottom: 1px solid #4a4a4a!important;
}

html[data-theme="dark"] .profile-feed .white-card-div,
html[data-theme="dark"] .profile-feed-right .white-card-div{
	border:1px solid #4a4a4a;
}

html[data-theme="dark"] .upload-camera-icon {
    background-color: #363535;
    color:#d6d6d6;
}

html[data-theme="dark"] .profile-search-wrapper,
html[data-theme="dark"] .following-div
{
	border: 1px solid #4a4a4a !important;
}

html[data-theme="dark"] a.following-name-name {
	color: #d6d6d6;
}

html[data-theme="dark"] a.following-name-name:hover {
	color: var(--system-color);
}

html[data-theme="dark"] .commented-card-div, 
html[data-theme="dark"] .liked-card-div {
	background-color: #1a1a1a;
}

html[data-theme="dark"] #liked-card-deck a,
html[data-theme="dark"] #commented-card-deck a {
	color: #d6d6d6;
}

html[data-theme="dark"] #liked-card-deck a:hover, 
html[data-theme="dark"] #commented-card-deck a:hover {
	color: var(--system-color);
}

html[data-theme="dark"] .activity-timestamp {
	color: #d6d6d6;
}

html[data-theme="dark"] .view-all-btn,
html[data-theme="dark"] .btn-pill-black {
	border:1px solid #fff;
   	color: #d6d6d6;
   	background-color: #292929;
}

html[data-theme="dark"] .view-all-btn:hover,
html[data-theme="dark"] .btn-pill-black:hover {
   	color: #d6d6d6;
   	background-color: #808080;
}

html[data-theme="dark"] .blog-channel-div {
	background-color: #1a1a1a;
}

html[data-theme="dark"] #blog-post-tab-row .nav-pills .nav-link {
	color:#d6d6d6;
}

html[data-theme="dark"] .blog-channel-div .card{
	background-color: #1a1a1a;
	border: 1px solid #4a4a4a;
}

html[data-theme="dark"] .form-control {
	color: #a0a0a0;
}

html[data-theme="dark"] .subtitle {
	color: #c8c8c7;
}

html[data-theme="dark"] .page-link {
	background-color: #202020;
   	border: 1px solid #383838;
}

html[data-theme="dark"] .page-item.disabled .page-link {
	background-color: #202020;
   	border: 1px solid #383838;
}

html[data-theme="dark"] .page-link:hover{
	background-color: #303030;
	border: 1px solid #383838;
	color:#d6d6d6;
}

html[data-theme="dark"] .page-item.active .page-link {
    color: #d6d6d6;
    background-color: #007bff;
    border-color: #007bff;
}

html[data-theme="dark"] .btn-outline-dark {
	color:#d0d0d0;
}

html[data-theme="dark"] .btn-outline-dark:hover{
	color:#d6d6d6;
}

html[data-theme="dark"] .thumbnail-upload-div {
	color:#d6d6d6;
}

html[data-theme="dark"] .btn-privacy-setting {
	color: #d3d3d3;
}

html[data-theme="dark"] .btn-privacy-setting.active {
	color: var(--system-color);
}

html[data-theme="dark"] #navbars #search-input-wrapper {
	background-color:#050505 !important;
}

html[data-theme="dark"] #currency-list-modal {
	border: 1px solid #808080;
 		background-color: #282828;
}

html[data-theme="dark"] .currency-opt-symbol {
	color: #d6d6d6;
}

html[data-theme="dark"] .currency-opt:hover {
	background-color: #050505;
}

html[data-theme="dark"] .su-card-deck .glider-arrow {
	background-color: #000;
}

html[data-theme="dark"] .su-card-deck .arrow-icon {
	color:#d6d6d6;
}

html[data-theme="dark"] #market-widget-wrapper .view-all-btn {
	border: 1px solid #fff;
	color: #d6d6d6;
}

html[data-theme="dark"] #market-widget-wrapper .view-all-btn:hover{
	border: 1px solid #fff;
    color: #d6d6d6;
    background-color: #808080;
}

html[data-theme="dark"] #market-widget-wrapper .cp-table>thead:first-child>tr:first-child>th {
	color: #c8c8c7;
}

html[data-theme="dark"] .stock-chart-img {
	filter:invert(100%) hue-rotate(180deg);
}

html[data-theme="dark"] .row-currency {
	color:#d6d6d6;
}

html[data-theme="dark"] #market-widget-wrapper .cp-table .row-currency.active,
html[data-theme="dark"] #market-widget-wrapper .cp-table .row-currency:hover {
	background-color: #050505;
}

html[data-theme="dark"] .market-type-btn,
html[data-theme="dark"] .news-blogs-type-btn {
	color: #d6d6d6;
}

html[data-theme="dark"] .blog-channel-link {
	color:#d6d6d6;
}

html[data-theme="dark"] #blog-post-tab-row .nav-pills .nav-link.active {
	background-color: #7196b7;
    background-color: transparent;
    color: #0d6efd;
}

html[data-theme="dark"] #navbars-2.navbar-collapse {
	background-color:#1a1a1a;
	color:#d6d6d6;
}

html[data-theme="dark"] .navbar-light .navbar-toggler {
	color: rgba(255,255,255,.5);
}

html[data-theme="dark"] #navbarMobile .nav-link {
	color:#d6d6d6;
}

html[data-theme="dark"] #navbarMobile .nav-link:hover,
html[data-theme="dark"] #navbarMobile .dropdown-item:hover{
	background-color: #ced8fa;
	color: #000;
}

html[data-theme="dark"] .nav-link[aria-expanded="false"] .arrow{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath style='fill: white;' d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

html[data-theme="dark"] .nav-link[aria-expanded="true"] .arrow{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath style='fill: white;' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");	
}

html[data-theme="dark"] .nav-link[aria-expanded="false"]:hover .arrow {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

html[data-theme="dark"] .nav-link[aria-expanded="true"]:hover .arrow {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}

html[data-theme="dark"] .user-post-info {
	color: #c8c8c8;
}

html[data-theme="dark"] .category-overlay {
	background-color: #1a1a1a;
}

html[data-theme="dark"] .category-collapse {
	background-color: #1a1a1a;
	overflow-y: auto;
}

html[data-theme="dark"] .close-overlay-xmark {
	color:#d6d6d6;
}

html[data-theme="dark"] .list-group-item {
	background-color:#1a1a1a;
	color:#d6d6d6;
}

html[data-theme="dark"] .category-list-group .list-group-item.active,
html[data-theme="dark"] .category-list-group .list-group-item:hover {
	background-color: #ced8fa;
    color: #000;
}

html[data-theme="dark"] .mobile-search-bar-wrapper {
	background-color: #050505 !important;
}

html[data-theme="dark"] .mobile-nav-icon {
	color:#c8c8c7;
}

/* Login Theme */

html[data-theme="dark"] .navbar-login-mtdesk, 
html[data-theme="dark"] .dropdown-login-mobile {
	background-color:#050505;
}

html[data-theme="dark"] .card-body-wrapper {
	background-color:#1a1a1a;
}

html[data-theme="dark"] #forgot-pwd-label {
	color:#d6d6d6;
}

html[data-theme="dark"] .su-widget-wrapper a {
	color:#d6d6d6;
}

html[data-theme="dark"] .trade-post-div:hover {
	background-color: #303030;
}

html[data-theme="dark"] .cp-table .row-currency.active,
html[data-theme="dark"] .cp-table .row-currency:hover {
	background-color: #050505;
}

html[data-theme="dark"] .timeline-wrapper a,
html[data-theme="dark"] .news-blogs-wrapper a {
	color: #d6d6d6;
}

html[data-theme='dark'] .timeline-wrapper a:hover, 
html[data-theme='dark'] .news-blogs-wrapper a:hover{
	color: #0056b3;
}

html[data-theme='dark'] #broker-widget-wrapper .broker-widget-content a:hover {
	color: var(--system-color);
}

html[data-theme='dark'] .widget-div .white-card-div {
	border:1px solid #4a4a4a
}

html[data-theme='dark'] .market-detail-div .white-card-div {
	border: 1px solid #4a4a4a;
}

html[data-theme='dark'] .cp-item {
	border-bottom: 0.5px solid #414142;
}

html[data-theme='dark'] #search-trigger-btn {
	color:#d6d6d6;
}

html[data-theme='dark'] .action-count {
	color:#d6d6d6;
}

html[data-theme='dark'] .broker-hr {
	border-top:1px solid #414142;
}

html[data-theme='dark'] #cp-type-div {
	border-top: 1px solid #414142!important;
   	border-bottom: 1px solid #414142!important;
}

html[data-theme='dark'] #cp-table-main .heading-border{
	border-bottom: 1px solid #606060;
}

html[data-theme='dark'] #cp-table th {
	color: #d6d6d6;
}

html[data-theme='dark'] #mtdesk-nav-main .dropdown-menu  {
	border: 1px solid #878787;
}

html[data-theme='dark'] option {
	background-color:#282828;
	color:#d6d6d6;
}

/* Bootstrap Table */
.table>:not(caption)>*>*{
	border-bottom-color: #45506a;
}

/* Datatable */
html[data-theme='dark'] .dataTables_wrapper .dataTables_length, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_filter, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_info, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_processing, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate,
html[data-theme='dark'] .dataTables_wrapper .dataTables_filter input,
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button{
	color: #999999 !important;
}
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
html[data-theme='dark'] .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	background: #101316;
}
html[data-theme='dark'] table.dataTable tbody tr{
	background-color: transparent;
}
html[data-theme='dark'] table.dataTable thead th, 
html[data-theme='dark'] table.dataTable thead td,
html[data-theme='dark'] table.dataTable.no-footer,
html[data-theme='dark'] .dataTables_wrapper .dataTables_filter input,
html[data-theme='dark'] .dataTables_wrapper .dataTables_length select{
	border-color: #45506a;
}
html[data-theme='dark'] table.dataTable.row-border tbody th, 
html[data-theme='dark'] table.dataTable.row-border tbody td, 
html[data-theme='dark'] table.dataTable.display tbody th, 
html[data-theme='dark'] table.dataTable.display tbody td{
	border-top: 1px solid #45506a;
}
html[data-theme='dark'] table.dataTable tfoot th, table.dataTable tfoot td {
  border-top: 1px solid #45506a;
}
html[data-theme='dark'] .dataTables_length option{
	background-color: #101316;
}