/*
# MantisBT - A PHP based bugtracking system

# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.
*/
.footer .footer-inner {
    text-align: left;
    left: 0;
}
.nav-search .nav-search-input {
    width: 120px;
}

.rtl .pull-right {
    float: left !important;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .footer .footer-inner {
    text-align: right;
}
.rtl .navbar-right {
    float: left !important;
}
.rtl .navbar-left {
    float: right !important;
}

.nav-recent {
    line-height: 14px;
    position: absolute;
    right: 150px;
    top: 13px;
    font-size: x-small;
}

.uppercase {
    text-transform: uppercase;
}

.widget-title .badge {
    padding:4px 10px;
    line-height:12px;
    margin: 0 0 0 5px;
}

.profile-activity {
    padding: 10px;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
}

.width-13 {
    width: 13%;
}

.width-15 {
    width: 15%;
}

.padding-2 {
    padding:2px;
}
.padding-right-2 {
    padding-right:2px;
}
.padding-left-2 {
    padding-left:2px;
}
.rtl .padding-right-2 {
    padding-left:2px;
}
.rtl .padding-left-2 {
    padding-right:2px;
}

.padding-4 {
    padding:4px;
}
.padding-right-4 {
    padding-right:4px;
}
.padding-left-4 {
    padding-left:4px;
}
.rtl .padding-right-4 {
    padding-left:4px;
}
.rtl .padding-left-4 {
    padding-right:4px;
}

.padding-8 {
    padding:8px;
}
.padding-left-8 {
    padding-left:8px;
}
.padding-right-8 {
    padding-right:8px;
}
.rtl .padding-left-8 {
    padding-right:8px;
}
.rtl .padding-right-8 {
    padding-left:8px;
}


.margin-left-8 {
    margin-left:8px;
}
.margin-right-8 {
    margin-right:8px;
}
.rtl .margin-left-8 {
    margin-right:8px;
}
.rtl .margin-right-8 {
    margin-left:8px;
}

.margin-left-20 {
    margin-left: 20px;
}
.rtl .margin-left-20 {
    margin-right: 20px;
}

.login-container {
    width: 100%;
}

.signup-box .toolbar {
    background: none repeat scroll 0 0 #393939;
}

.widget-toolbar > .widget-menu > a {
    font-size: 11px;
    padding: 0 5px;
    line-height: 20px;
}

.widget-toolbar > .widget-menu form {
    display: inline-block;
}
.widget-toolbar > .widget-menu .input-xs {
    line-height: 20px;
}

.widget-toolbar > .widget-menu .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    padding: 2px 5px;
}

.btn-sm,
.btn-group-sm > .btn {
    height: 30px;
}

.bold {
    font-weight: bold;
}

table {
    background-color: #ffffff !important;
}

/* Breaking lines when needed */
td.column-description, td.bug-description,
td.column-steps-to-reproduce, td.bug-steps-to-reproduce,
td.column-additional-information, td.bug-additional-information,
td.bugnote-note, td.column-notes,
td.cftype-textarea {
    overflow-wrap: anywhere;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    overflow-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Disable printing of link urls */
a:link:after, a:visited:after {
    content: normal !important;
}

/* Disable theme backgrounds */
.skin-3 .main-container:before {
    background: none repeat scroll 0 0 #ffffff !important;
}

.light-login {
    background: none repeat scroll 0 0 #ffffff !important;
}

/* Show pointer for active nav tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: pointer !important;
}

/* Clickable hover arrows on collapsed sidebar #22245 */
.nav-list li > .arrow {
    pointer-events: none;
}

.fa-xlg {
    font-size: 1.6em;
    line-height: 0.73em;
    vertical-align: -15%;
}

.fa-status-box {
    font-size: 1.8em;
    line-height: 0.73em;
    vertical-align: -25%;
}

.skin-3 .navbar .navbar-toggle {
    background-color:  #777 !important;
}

.user-info {
    line-height: 33px !important;
    max-width: 270px !important;
}

.page-content {
    background-color: #fff;
    margin: 0 0 10px;
    padding: 8px 8px 24px;
    position: relative;
}

.ace-nav .nav-avatar-container-40 {
    width: 48px; 
    height: 40px;
    float: left;
}

.ace-nav .nav-avatar-40 {
    margin: -4px 8px 0 0;
    border: 2px solid #FFF;
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px !important;    
}
.profile-activity-avatar-40 {
    border-radius: 15% !important;
    margin-bottom: 6px !important;
}

.profile-activity-avatar-container-40 {
    width: 48px; 
    line-height: 40px;
    float: left;
    text-align: center;
}

.table-responsive {
    margin-bottom: 0 !important;
}

.bugnote-avatar-80 {
    border: 2px solid #c9d6e5;
    border-radius: 15%;
    box-shadow: none;
    margin:0;
    max-width: 80px;
    max-height: 80px;
}

.bugnote-avatar-container-80 {
    line-height: 80px;
    width: 84px;
    text-align: center;
}

.input-sm {
    width: 90px !important;
    /*display: inline-block !important;*/ /* removed because it messes with js hide/show capabilities */
    vertical-align: middle !important;
    padding: 4px 6px !important;
}

.input-xs {
    width: auto !important;
    /*display: inline-block !important;*/ /* removed because it messes with js hide/show capabilities */
    vertical-align: middle !important;
    padding: 1px 2px !important;
}

select.input-xs {
    border-radius: 0;
    padding: 0;
    height: 22px;
    line-height: 8px;
}

select.input-xs option, select.form-control.input-xs option {
    padding: 0 2px !important;
}

select[disabled] {
    background-color: #eee !important;
    color: #848484 !important;
}

textarea.input-xs, select.input-xs[multiple] {
    height: auto;
}

.scroll-bar {
    width: auto !important;
}

.zoom-130 {
    margin: 0 2px;
    display: inline-block;
    opacity: 0.85;
    transition: all 0.1s;
}
.zoom-130:hover {
    text-decoration: none;
    opacity: 1;
    transform: scale(1.3);
}
.well-xs {
    padding: 4px 9px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.table-condensed2 > thead > tr > th,
.table-condensed2 > tbody > tr > th,
.table-condensed2 > tfoot > tr > th,
.table-condensed2 > thead > tr > td,
.table-condensed2 > tbody > tr > td,
.table-condensed2 > tfoot > tr > td {
    padding: 1px 3px;
}

th > label,
td > label {
    font-size: 13px;
}

th > label {
    font-weight: bold;
}

.scrollable-menu {
    height: auto;
    max-height: 435px;
    overflow-x: hidden;
}

.navbar-toggle {
    display:  block;
}

/* date/time picker */
input.datetimepicker {
    margin:0 5px 0 0;
}

i.datetimepicker {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    color: #333333;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.list > li {
    height: 30px;
    line-height: 22px;
}
.list > li > a {
    display: block;
    padding: 3px 12px;
    white-space: nowrap;
    margin: 1px 0;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.list > li > a:focus, list > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-searchbox input {
    height: 30px;
    margin: 6px 10px;
}

/* typeahaed styling */
input.typeahead, input.tt-query, input.tt-hint {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    min-width: 175px;
    outline: medium none;
}
input.tt-hint, .form-group input.tt-hint {
    background-color: #fff !important;
    color: #b0b0b0 !important;
}
.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 0 !important;
    margin-top: 2px;
    min-width: 175px;
    padding: 8px 0;
    position: absolute;
    right: 0 !important;
    text-align: left;
}
.tt-suggestion {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 12px 4px;
}
.tt-suggestion.tt-selectable:hover, .tt-suggestion.tt-cursor {
    background-color: #4f99c6;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
input.typeahead.scrollable ~ .tt-menu {
    max-height: 200px;
    overflow-y: auto;
}

/* ------------------------------------------------------------------------
 * Dropzone.js styling
 */
.dropzone {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 60px;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: white;
    border: 1px solid #acacac;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 17px;
    padding: 6px;
    position: relative;
    font-size: 14px;
}

.dropzone .dz-preview.dz-error,
.dropzone-previews .dz-preview.dz-error {
    background-color: #f2dede;
}

.dropzone .dz-image-preview > img,
.dropzone-previews .dz-image-preview img {
    margin: 5px auto;
}

/* No image preview when there is an error */
.dropzone .dz-error img,
.dropzone-previews .dz-error > img {
    display: none;
}

/* Truncate file name with ellipsis if too long */
.dropzone .dz-preview .dz-filename,
.dropzone-previews .dz-preview .dz-filename {
    margin: 0 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone-previews .dz-preview.dz-error .dz-error-message {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #800;
    opacity: 1;
    display: flex;
    align-items: center;
    min-width: 200px;
    border-radius: unset;
    margin: 5px auto;
    padding: 6px 8px;
    position: unset;
    z-index: 500;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    font-size: 30px;
    color: #ee162d;
    display: unset;
    position: relative;
    left: 0;
    margin: auto 10px auto 0;
    animation: none;
}

.dropzone .dz-preview .dz-error-message > span,
.dropzone-previews .dz-preview .dz-error-message > span {
    display: block;
    text-align: left;
    text-wrap: auto;
}

.dropzone .dz-preview .dz-error-message::after {
    content: none;
}

.dropzone .progress {
    margin-bottom: 10px;
}

.dropzone .dz-preview > a,
.dropzone-previews .dz-preview > a {
    cursor: pointer;
}

.dropzone > span {
    white-space: normal;
}

/* ------------------------------------------------------------------------ */

.btn-group .single-button-form {
	margin: 0 1px 0 0;
}

.fa-xs-top {
	font-size: 60%;
	vertical-align: top;
}

.progress {
    background:#bbb;
}
.progress.progress-large {
    height: 32px;
}
.progress.progress-large[data-percent]:after {
    line-height:32px;
    font-size:18px;
}

hr {
    /* Set to match body text color */
    border-color: #393939;
}

/* Changelog and Roadmap items */
ul.changelog, ul.roadmap {
    list-style-type: none;
    margin-left: 0;
}
ul.changelog > li, ul.roadmap > li {
    margin-bottom: 4px;
}

/* Mantis 28826: Remove vertical lines for bordered tables. */
.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-left-width: 0;
  border-right-width: 0;
}

.sidebar:not(.menu-min) {
    min-width: 190px;
    width: auto;
}

.sidebar.menu-min .nav-list > li > a > .menu-text {
    width: max-content;
    padding-right: 12px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .page-content {
        padding: 8px 16px 24px;
    }

    .input-sm {
        width: 120px !important;
    }

    .navbar.navbar-collapse .navbar-header {
        float: left !important;
    }

    .navbar.navbar-collapse .navbar-buttons {
        float: right !important;
        border-style: none !important;
        width: auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .page-content {
        padding: 8px 20px 24px;
    }

    .input-sm {
        width: auto !important;
    }

    .sidebar.compact + .main-content {
        margin-right: auto !important;
        margin-left: 125px !important;
    }

    .sidebar.menu-min + .main-content {
        margin-right: auto  !important;
        margin-left: 43px !important;
    }

    .sidebar:not(.min-width) {
        min-width: auto;
    }

    .sidebar.compact, .sidebar.compact.navbar-collapse {
        width: 125px;
    }

    .sidebar.compact ~ .footer .footer-inner {
        left: 125px;
    }

    .sidebar.menu-min ~ .footer .footer-inner {
        left: 43px;
    }

    .rtl .sidebar.compact + .main-content {
        margin-left: auto !important;
        margin-right: 125px !important;
    }

    .rtl .sidebar.menu-min + .main-content {
        margin-left: auto !important;
        margin-right: 43px !important;
    }

    .rtl .sidebar.compact ~ .footer .footer-inner {
        right: 125px !important;
    }

    .rtl .sidebar.menu-min ~ .footer .footer-inner {
        right: 43px !important;
    }

    .navbar.navbar-collapse .navbar-header {
        float: left !important;
    }

    .navbar.navbar-collapse .navbar-buttons {
        float: right !important;
        border-style: none !important;
        width: auto;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .page-content {
        padding: 8px 20px 24px;
    }

    .input-sm {
        width: auto !important;
    }

    .sidebar.compact + .main-content {
        margin-right: auto !important;
        margin-left: 125px !important;
    }

    .sidebar.menu-min + .main-content {
        margin-right: auto  !important;
        margin-left: 43px !important;
    }

    .sidebar.compact, .sidebar.compact.navbar-collapse {
        width: 125px;
    }

    .sidebar.compact ~ .footer .footer-inner {
        left: 125px;
    }

    .sidebar.menu-min ~ .footer .footer-inner {
        left: 43px;
    }

    .rtl .sidebar.compact + .main-content {
        margin-left: auto !important;
        margin-right: 125px !important;
    }

    .rtl .sidebar.menu-min + .main-content {
        margin-left: auto !important;
        margin-right: 43px !important;
    }

    .rtl .sidebar.compact ~ .footer .footer-inner {
        right: 125px !important;
    }

    .rtl .sidebar.menu-min ~ .footer .footer-inner {
        right: 43px !important;
    }

}
/* Disable padding for the top included page */
.navbar-container {
    padding-left: 0;
    padding-right: 0;
}
/* Move the button higher than the bottom included page */
.btn-scroll-up {
    z-index: 1099;
}
/* Fix the background of the navbar */
.skin-3 .navbar.navbar-collapse {
	background-color: #404040;
}

/* ========================================
   DARK THEME - TOLTECH
   ======================================== */

/* --- Page de Login (dark-login) --- */
.dark-login {
    background: #5a5a5a !important;
}

.dark-login .login-container {
    color: #e8e8e8;
}

.dark-login .login-logo img {
    max-width: 250px;
    height: auto;
}

.dark-login .widget-box {
    background: #3d3d3d;
    border: 1px solid #6a6a6a;
}

.dark-login .widget-box .widget-main {
    background: #3d3d3d;
}

.dark-login .signup-box .toolbar {
    background: #2d2d2d;
}

.dark-login h4.header {
    color: #e8e8e8;
}

.dark-login .form-control,
.dark-login input[type="text"],
.dark-login input[type="password"],
.dark-login input[type="email"] {
    background-color: #4a4a4a;
    color: #e8e8e8;
    border: 1px solid #6a6a6a;
}

.dark-login .form-control:focus,
.dark-login input:focus {
    border-color: #7cb9e8;
    box-shadow: 0 0 5px rgba(124, 185, 232, 0.3);
}

.dark-login .form-control::placeholder,
.dark-login input::placeholder {
    color: #b0b0b0;
}

.dark-login .btn-success {
    background-color: #4f99c6;
    border-color: #4f99c6;
}

.dark-login .btn-success:hover {
    background-color: #3a7ca5;
    border-color: #3a7ca5;
}

.dark-login .alert-danger {
    background-color: #5c3d3d;
    border-color: #8b5a5a;
    color: #f5c6cb;
}

.dark-login .alert-warning {
    background-color: #5c5a3d;
    border-color: #8b865a;
    color: #fff3cd;
}

.dark-login a {
    color: #7cb9e8;
}

.dark-login a:hover {
    color: #a3d0f5;
}

.dark-login .back-to-login-link {
    color: #b0b0b0;
}

.dark-login .back-to-login-link:hover {
    color: #e8e8e8;
}

/* --- Application principale (dark-theme) --- */

/* Background principal */
.dark-theme .main-container:before {
    background: #5a5a5a !important;
}

.dark-theme .main-content {
    background: #5a5a5a;
}

.dark-theme .page-content {
    background-color: #4a4a4a;
    color: #e8e8e8;
}

/* Sidebar */
.dark-theme .sidebar {
    background-color: #3d3d3d;
    border-right: 1px solid #6a6a6a;
}

.dark-theme .sidebar .nav-list > li > a,
.dark-theme.skin-3 .nav-list > li > a,
.skin-3.dark-theme .nav-list > li > a {
    color: #e8e8e8;
    background-color: #3d3d3d;
}

.dark-theme .sidebar .nav-list > li > a:hover,
.dark-theme.skin-3 .nav-list > li > a:hover,
.skin-3.dark-theme .nav-list > li > a:hover {
    background-color: #4a4a4a;
    color: #7cb9e8;
}

.dark-theme .sidebar .nav-list > li.active > a,
.dark-theme.skin-3 .nav-list > li.active > a,
.skin-3.dark-theme .nav-list > li.active > a,
.skin-3.dark-theme .nav-list > li.active.highlight > a,
.dark-theme.skin-3 .nav-list > li.active.highlight > a {
    background-color: #4f99c6 !important;
    color: #ffffff !important;
}

.skin-3.dark-theme .nav-list > li.active > a:hover,
.dark-theme.skin-3 .nav-list > li.active > a:hover,
.skin-3.dark-theme .nav-list > li.active.highlight > a:hover {
    background-color: #3a7ca5 !important;
    color: #ffffff !important;
}

.dark-theme .sidebar .nav-list > li.open > a,
.dark-theme.skin-3 .nav-list > li.open > a {
    background-color: #4a4a4a;
}

.dark-theme .sidebar .nav-list > li > .submenu,
.dark-theme.skin-3 .nav-list > li > .submenu {
    background-color: #2d2d2d;
}

.dark-theme .sidebar .nav-list > li > .submenu > li > a,
.dark-theme.skin-3 .nav-list > li > .submenu > li > a {
    color: #b0b0b0;
    background-color: #2d2d2d;
}

.dark-theme .sidebar .nav-list > li > .submenu > li > a:hover,
.dark-theme.skin-3 .nav-list > li > .submenu > li > a:hover {
    color: #e8e8e8;
    background-color: #3d3d3d;
}

.dark-theme .sidebar .sidebar-toggle {
    background-color: #2d2d2d;
    border-color: #6a6a6a;
}

.dark-theme .sidebar .sidebar-shortcuts {
    background-color: #3d3d3d;
}

/* Navbar */
.dark-theme .navbar {
    background-color: #2d2d2d !important;
}

.dark-theme .navbar .navbar-brand {
    color: #e8e8e8;
}

.dark-theme .ace-nav > li > a {
    color: #e8e8e8;
}

.dark-theme .ace-nav > li > a:hover {
    background-color: #4a4a4a;
}

/* Tables */
.dark-theme table {
    background-color: #3d3d3d !important;
    color: #e8e8e8;
}

.dark-theme table th {
    background-color: #2d2d2d !important;
    color: #e8e8e8;
    border-color: #6a6a6a !important;
}

.dark-theme table td {
    border-color: #6a6a6a !important;
}

/* Category cells - Ultra specific selectors */
td.category,
th.category,
.category {
    background-color: #2d2d2d !important;
    color: #e8e8e8 !important;
}

td.category label,
th.category label,
.category label,
td.category > label,
th.category > label {
    color: #e8e8e8 !important;
    font-weight: bold;
}

/* Additional category overrides */
table td.category,
table th.category,
.table td.category,
.table th.category,
.widget-body td.category,
.widget-body th.category,
.widget-main td.category,
.widget-main th.category {
    background-color: #2d2d2d !important;
    color: #e8e8e8 !important;
}

table td.category label,
table th.category label,
.table td.category label,
.table th.category label {
    color: #e8e8e8 !important;
}

.dark-theme .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #454545;
}

.dark-theme .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #3d3d3d;
}

.dark-theme .table-hover > tbody > tr:hover {
    background-color: #4a4a4a;
}

.dark-theme .table-bordered {
    border-color: #6a6a6a;
}

.dark-theme tr.spacer,
.dark-theme tr.spacer td {
    background-color: #5a5a5a !important;
}

/* Widgets */
.dark-theme .widget-box {
    background-color: #3d3d3d;
    border: 1px solid #6a6a6a;
}

.dark-theme .widget-header {
    background-color: #2d2d2d;
    color: #e8e8e8;
    border-bottom: 1px solid #6a6a6a;
}

.dark-theme .widget-header .widget-title {
    color: #e8e8e8;
}

.dark-theme .widget-body {
    background-color: #3d3d3d;
}

.dark-theme .widget-main {
    background-color: #3d3d3d;
    color: #e8e8e8;
}

.dark-theme .widget-toolbar {
    background-color: #2d2d2d;
    border-left: 1px solid #6a6a6a;
}

.dark-theme .widget-toolbox {
    background-color: #2d2d2d;
    border-top: 1px solid #6a6a6a;
    color: #e8e8e8;
}

/* Forms */
.dark-theme .form-control,
.dark-theme input[type="text"],
.dark-theme input[type="password"],
.dark-theme input[type="email"],
.dark-theme input[type="number"],
.dark-theme input[type="search"],
.dark-theme select,
.dark-theme textarea {
    background-color: #4a4a4a;
    color: #e8e8e8;
    border: 1px solid #6a6a6a;
}

.dark-theme .form-control:focus,
.dark-theme input:focus,
.dark-theme select:focus,
.dark-theme textarea:focus {
    border-color: #7cb9e8;
    box-shadow: 0 0 5px rgba(124, 185, 232, 0.3);
}

.dark-theme .form-control::placeholder,
.dark-theme input::placeholder,
.dark-theme textarea::placeholder {
    color: #b0b0b0;
}

.dark-theme select[disabled],
.dark-theme input[disabled],
.dark-theme textarea[disabled] {
    background-color: #3a3a3a !important;
    color: #888888 !important;
}

/* Buttons */
.dark-theme .btn-default {
    background-color: #4a4a4a;
    border-color: #6a6a6a;
    color: #e8e8e8;
}

.dark-theme .btn-default:hover {
    background-color: #5a5a5a;
    border-color: #7a7a7a;
    color: #ffffff;
}

.dark-theme .btn-primary {
    background-color: #4f99c6;
    border-color: #4f99c6;
}

.dark-theme .btn-primary:hover {
    background-color: #3a7ca5;
    border-color: #3a7ca5;
}

.dark-theme .btn.btn-white,
.dark-theme .btn-white,
.skin-3.dark-theme .btn.btn-white,
.dark-theme.skin-3 .btn.btn-white {
    background-color: #4a4a4a !important;
    border-color: #6a6a6a !important;
    color: #e8e8e8 !important;
}

.dark-theme .btn.btn-white:hover,
.dark-theme .btn-white:hover,
.skin-3.dark-theme .btn.btn-white:hover,
.dark-theme.skin-3 .btn.btn-white:hover {
    background-color: #5a5a5a !important;
    border-color: #7a7a7a !important;
    color: #ffffff !important;
}

.dark-theme .btn.btn-white:active,
.dark-theme .btn-white:active,
.dark-theme .btn.btn-white.no-hover:active,
.dark-theme .btn.btn-white.no-hover:hover,
.skin-3.dark-theme .btn.btn-white:active,
.skin-3.dark-theme .btn.btn-white.no-hover:active,
.skin-3.dark-theme .btn.btn-white.no-hover:hover,
.dark-theme.skin-3 .btn.btn-white.no-hover:active,
.dark-theme.skin-3 .btn.btn-white.no-hover:hover {
    background-color: #3d3d3d !important;
    border-color: #6a6a6a !important;
    color: #e8e8e8 !important;
}

/* Alerts */
.dark-theme .alert {
    color: #e8e8e8;
}

.dark-theme .alert-info {
    background-color: #3d5a6a;
    border-color: #4a7a8a;
    color: #d1ecf1;
}

.dark-theme .alert-success {
    background-color: #3d5a3d;
    border-color: #5a8a5a;
    color: #d4edda;
}

.dark-theme .alert-warning {
    background-color: #5c5a3d;
    border-color: #8b865a;
    color: #fff3cd;
}

.dark-theme .alert-danger {
    background-color: #5c3d3d;
    border-color: #8b5a5a;
    color: #f5c6cb;
}

/* Links */
.dark-theme a {
    color: #7cb9e8;
}

.dark-theme a:hover {
    color: #a3d0f5;
}

/* Dropdowns */
.dark-theme .dropdown-menu {
    background-color: #3d3d3d;
    border: 1px solid #6a6a6a;
}

.dark-theme .dropdown-menu > li > a {
    color: #e8e8e8;
}

.dark-theme .dropdown-menu > li > a:hover,
.dark-theme .dropdown-menu > li > a:focus {
    background-color: #4a4a4a;
    color: #7cb9e8;
}

.dark-theme .dropdown-menu .divider {
    background-color: #6a6a6a;
}

/* Pagination */
.dark-theme .pagination > li > a,
.dark-theme .pagination > li > span {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
    color: #e8e8e8;
}

.dark-theme .pagination > li > a:hover {
    background-color: #4a4a4a;
    color: #7cb9e8;
}

.dark-theme .pagination > .active > a,
.dark-theme .pagination > .active > span {
    background-color: #4f99c6;
    border-color: #4f99c6;
    color: #ffffff;
}

/* Breadcrumbs */
.dark-theme .breadcrumbs {
    background-color: #3d3d3d;
    border-bottom: 1px solid #6a6a6a;
}

.dark-theme .breadcrumb > li + li:before {
    color: #b0b0b0;
}

.dark-theme .breadcrumb > li > a {
    color: #7cb9e8;
}

/* Tabs */
.dark-theme .nav-tabs {
    border-bottom-color: #6a6a6a;
}

.dark-theme .nav-tabs > li > a,
.dark-theme .nav-tabs > li > a:focus {
    color: #e8e8e8;
    background-color: #2d2d2d;
    border-color: #6a6a6a;
}

.dark-theme .nav-tabs > li > a:hover {
    background-color: #4a4a4a;
    border-color: #6a6a6a;
    color: #7cb9e8;
}

.dark-theme .nav-tabs > li.active > a,
.dark-theme .nav-tabs > li.active > a:focus,
.dark-theme .nav-tabs > li.active > a:hover {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
    border-bottom-color: #3d3d3d;
    color: #7cb9e8;
}

/* Wells */
.dark-theme .well {
    background-color: #3d3d3d;
    border: 1px solid #6a6a6a;
    color: #e8e8e8;
}

/* Panels */
.dark-theme .panel {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
}

.dark-theme .panel-heading {
    background-color: #2d2d2d;
    border-bottom-color: #6a6a6a;
    color: #e8e8e8;
}

.dark-theme .panel-body {
    color: #e8e8e8;
}

/* Badges */
.dark-theme .badge {
    background-color: #4f99c6;
    color: #ffffff;
}

/* Labels */
.dark-theme .label-default {
    background-color: #4a4a4a;
}

/* Code and Pre */
.dark-theme code {
    background-color: #2d2d2d;
    color: #e8e8e8;
    border: 1px solid #6a6a6a;
}

.dark-theme pre {
    background-color: #2d2d2d;
    color: #e8e8e8;
    border: 1px solid #6a6a6a;
}

/* HR */
.dark-theme hr {
    border-color: #6a6a6a;
}

/* Footer */
.dark-theme .footer {
    background-color: #2d2d2d;
    border-top: 1px solid #6a6a6a;
}

.dark-theme .footer .footer-inner {
    color: #b0b0b0;
}

/* Progress bars */
.dark-theme .progress {
    background-color: #4a4a4a;
}

/* Typeahead */
.dark-theme .tt-menu {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
}

.dark-theme .tt-suggestion {
    color: #e8e8e8;
}

.dark-theme .tt-suggestion.tt-selectable:hover,
.dark-theme .tt-suggestion.tt-cursor {
    background-color: #4f99c6;
}

/* DateTimePicker */
.dark-theme .bootstrap-datetimepicker-widget {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
}

.dark-theme .bootstrap-datetimepicker-widget table td,
.dark-theme .bootstrap-datetimepicker-widget table th {
    color: #e8e8e8;
}

.dark-theme .bootstrap-datetimepicker-widget table td.active {
    background-color: #4f99c6;
}

/* Dropzone */
.dark-theme .dropzone {
    background-color: #3d3d3d;
    border-color: #6a6a6a;
}

.dark-theme .dropzone .dz-preview {
    background-color: #4a4a4a;
    border-color: #6a6a6a;
}

/* Scrollbar (for webkit browsers) */
.dark-theme ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.dark-theme ::-webkit-scrollbar-track {
    background: #3d3d3d;
}

.dark-theme ::-webkit-scrollbar-thumb {
    background: #6a6a6a;
    border-radius: 5px;
}

.dark-theme ::-webkit-scrollbar-thumb:hover {
    background: #8a8a8a;
}
