.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color:#3c8dbc !important;
	border-color:#d2d6de !important;
	border-radius:0px !important;
}

.select2-container--default .select2-selection--multiple

{
	border-radius:0px !important;

}


.scrollable{
	
	overflow-x: scroll;
}

.login-page, .register-page{
	background: url("../themes/img/login-bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover !important; 
  -moz-background-size: cover !important; 
  -o-background-size: cover !important; 
  background-size: cover !important; 
}

.login-logo, .register-logo{
	    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    padding-top: 70px;
}

.login-company{
	    font-size: 25px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 300;
    padding-top: 5px;
}

/* Black and White Theme with White Sidebar */
.skin-black .main-sidebar,
.skin-black .left-side {
    background-color: #ffffff;
    border-right: 1px solid #e0e0e0;
}

.skin-black .sidebar-menu > li > a {
    color: #333333;
}

.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a {
    color: #000000;
    background-color: #f5f5f5;
    border-left-color: #333333;
}

.skin-black .sidebar-menu > li.active > a {
    border-left-color: #333333;
    background-color: #f0f0f0;
}

.skin-black .sidebar-menu > li > .treeview-menu {
    background-color: #f8f8f8;
}

.skin-black .sidebar-menu > li > .treeview-menu > li > a {
    color: #444444;
}

.skin-black .sidebar-menu > li > .treeview-menu > li > a:hover,
.skin-black .sidebar-menu > li > .treeview-menu > li.active > a {
    color: #000000;
    background-color: #f0f0f0;
}

.skin-black .sidebar a {
    color: #333333;
}

.skin-black .sidebar-menu .treeview-menu > li > a {
    color: #444444;
}

.skin-black .sidebar-menu .treeview-menu > li > a:hover {
    color: #000000;
}

.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
    color: #333333;
}

.skin-black .sidebar-form input[type="text"],
.skin-black .sidebar-form .btn {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    color: #333333;
}

.skin-black .sidebar-menu > li > a > .fa,
.skin-black .sidebar-menu > li > a > .glyphicon,
.skin-black .sidebar-menu > li > a > .ion {
    color: #555555;
}

/* MAIN NAVIGATION header styling */
.skin-black .sidebar-menu > li.header {
    color: #888888;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 25px 10px 15px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* User panel border */
.skin-black .user-panel {
    border-bottom: 1px solid #e0e0e0;
}

/* Active menu item styling */
.skin-black .sidebar-menu > li.active > a {
    background-color: #f0f0f0;
    color: #000000;
    border-left: 3px solid #333333;
}

.skin-black .sidebar-menu > li.active > a > .fa,
.skin-black .sidebar-menu > li.active > a > .glyphicon,
.skin-black .sidebar-menu > li.active > a > .ion {
    color: #333333;
}

/* Active treeview submenu items */
.skin-black .sidebar-menu > li.active > .treeview-menu {
    background-color: #f5f5f5;
}

.skin-black .sidebar-menu .treeview-menu > li.active > a {
    color: #000000;
    font-weight: 600;
}

.skin-black .sidebar-menu .treeview-menu > li.active > a > .fa {
    color: #333333;
}

/* Treeview arrow rotation when open */
.skin-black .sidebar-menu > li.menu-open > a > .pull-right-container > .fa-angle-left {
    transform: rotate(-90deg);
}

/* Logo area styling */
.skin-black .main-header .logo {
    background-color: #ffffff;
    color: #333333;
    border-bottom: 1px solid #e0e0e0;
}

.skin-black .main-header .logo:hover {
    background-color: #f5f5f5;
}

/* Navbar styling */
.skin-black .main-header .navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.skin-black .main-header .navbar .nav > li > a {
    color: #333333;
}

.skin-black .main-header .navbar .nav > li > a:hover,
.skin-black .main-header .navbar .nav > li > a:focus {
    background-color: #f5f5f5;
    color: #000000;
}

.skin-black .main-header .navbar .sidebar-toggle {
    color: #333333;
}

.skin-black .main-header .navbar .sidebar-toggle:hover {
    background-color: #f5f5f5;
    color: #000000;
}

/* Select2 styling for black/white theme */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #333333 !important;
    border-color: #555555 !important;
}

/* Box headers */
.box.box-primary {
    border-top-color: #333333;
}

.box.box-info {
    border-top-color: #555555;
}

/* Buttons - keep some color for usability */
.btn-primary {
    background-color: #333333;
    border-color: #222222;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #222222;
    border-color: #111111;
}

.btn-info {
    background-color: #555555;
    border-color: #444444;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #444444;
    border-color: #333333;
}

/* ============================================
   MODERN DASHBOARD CARDS - Sneat Style
   ============================================ */

/* Modern stat card styling */
.stat-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.stat-card .stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
}

.stat-card .stat-icon.primary {
    background: rgba(105, 108, 255, 0.16);
    color: #696cff;
}

.stat-card .stat-icon.success {
    background: rgba(113, 221, 55, 0.16);
    color: #71dd37;
}

.stat-card .stat-icon.warning {
    background: rgba(255, 171, 0, 0.16);
    color: #ffab00;
}

.stat-card .stat-icon.danger {
    background: rgba(255, 62, 29, 0.16);
    color: #ff3e1d;
}

.stat-card .stat-icon.info {
    background: rgba(3, 195, 236, 0.16);
    color: #03c3ec;
}

.stat-card .stat-icon.purple {
    background: rgba(133, 68, 255, 0.16);
    color: #8544ff;
}

.stat-card .stat-icon.navy {
    background: rgba(32, 43, 78, 0.16);
    color: #202b4e;
}

.stat-card .stat-icon.maroon {
    background: rgba(216, 27, 96, 0.16);
    color: #d81b60;
}

.stat-card .stat-value {
    font-size: 28px;
    font-weight: 600;
    color: #2b3a4a;
    margin-bottom: 4px;
    line-height: 1.2;
}

.stat-card .stat-label {
    font-size: 13px;
    color: #5a6a7a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.stat-card .stat-change {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-card .stat-change.positive {
    color: #71dd37;
}

.stat-card .stat-change.negative {
    color: #ff3e1d;
}

.stat-card .stat-footer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.stat-card .stat-footer a {
    font-size: 12px;
    color: #696cff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.stat-card .stat-footer a:hover {
    color: #5a5ee0;
}

/* Card with icon on the right */
.stat-card.icon-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.stat-card.icon-right .stat-icon {
    margin-bottom: 0;
    position: absolute;
    right: 24px;
    top: 24px;
}

.stat-card.icon-right .stat-content {
    flex: 1;
}

/* Modern box styling */
.box-modern {
    background: #ffffff;
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.box-modern .box-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    background: transparent;
}

.box-modern .box-header .box-title {
    font-size: 16px;
    font-weight: 600;
    color: #2b3a4a;
    margin: 0;
}

.box-modern .box-header .box-title i {
    margin-right: 8px;
    color: #696cff;
}

.box-modern .box-body {
    padding: 24px;
}

.box-modern .box-footer {
    padding: 16px 24px;
    background: #f8f9fa;
    border-top: 1px solid #f0f0f0;
    border-radius: 0 0 8px 8px;
}

/* Modern timeline styling */
.timeline-modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-modern > li {
    position: relative;
    padding: 16px 0 16px 48px;
    border-left: 2px solid #f0f0f0;
    margin-left: 16px;
}

.timeline-modern > li:last-child {
    border-left: 2px solid transparent;
}

.timeline-modern > li .timeline-icon {
    position: absolute;
    left: -17px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #ffffff;
    border: 2px solid #f0f0f0;
}

.timeline-modern > li .timeline-icon.primary { background: rgba(105, 108, 255, 0.16); color: #696cff; border-color: #696cff; }
.timeline-modern > li .timeline-icon.success { background: rgba(113, 221, 55, 0.16); color: #71dd37; border-color: #71dd37; }
.timeline-modern > li .timeline-icon.warning { background: rgba(255, 171, 0, 0.16); color: #ffab00; border-color: #ffab00; }
.timeline-modern > li .timeline-icon.danger { background: rgba(255, 62, 29, 0.16); color: #ff3e1d; border-color: #ff3e1d; }
.timeline-modern > li .timeline-icon.info { background: rgba(3, 195, 236, 0.16); color: #03c3ec; border-color: #03c3ec; }

.timeline-modern > li .timeline-content {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 6px;
}

.timeline-modern > li .timeline-title {
    font-size: 14px;
    font-weight: 600;
    color: #2b3a4a;
    margin-bottom: 4px;
}

.timeline-modern > li .timeline-text {
    font-size: 13px;
    color: #4a5a6a;
    margin-bottom: 4px;
}

.timeline-modern > li .timeline-time {
    font-size: 11px;
    color: #6a7a8a;
}

/* Content wrapper background */
.skin-black .content-wrapper {
    background-color: #f5f5f9;
}

/* Modern page header */
.content-header-modern {
    padding: 24px 0;
}

.content-header-modern h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2b3a4a;
    margin: 0;
}

.content-header-modern h1 small {
    display: block;
    font-size: 14px;
    color: #5a6a7a;
    margin-top: 4px;
}

/* Chart containers */
.chart-container {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

.chart-container .chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.chart-container .chart-title {
    font-size: 16px;
    font-weight: 600;
    color: #2b3a4a;
}

.chart-container .chart-subtitle {
    font-size: 13px;
    color: #5a6a7a;
}

/* Filter section styling */
.filter-section {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.filter-section .form-control {
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    font-size: 14px;
}

.filter-section .form-control:focus {
    border-color: #696cff;
    box-shadow: 0 0 0 2px rgba(105, 108, 255, 0.1);
}

/* Label badges */
.badge-modern {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-modern.primary { background: rgba(105, 108, 255, 0.16); color: #696cff; }
.badge-modern.success { background: rgba(113, 221, 55, 0.16); color: #71dd37; }
.badge-modern.warning { background: rgba(255, 171, 0, 0.16); color: #ffab00; }
.badge-modern.info { background: rgba(3, 195, 236, 0.16); color: #03c3ec; }

/* Store Performance Table */
.chart-container .table {
    margin-bottom: 0;
}

.chart-container .table thead th {
    background: #f8f9fa;
    padding: 12px 16px;
    font-weight: 600;
    color: #2b3a4a;
    border-bottom: 2px solid #e9ecef;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.chart-container .table tbody tr {
    transition: background-color 0.2s ease;
}

.chart-container .table tbody tr:hover {
    background-color: #f8f9fa;
}

.chart-container .table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    color: #2b3a4a;
}

/* Store icon container */
.store-icon {
    width: 36px;
    height: 36px;
    background: rgba(105, 108, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #696cff;
}

/* Performance badges */
.perf-badge {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.perf-badge.good { background: rgba(113, 221, 55, 0.16); color: #71dd37; }
.perf-badge.warning { background: rgba(255, 171, 0, 0.16); color: #ffab00; }
.perf-badge.danger { background: rgba(255, 62, 29, 0.16); color: #ff3e1d; }

/* Growth indicators */
.growth-indicator {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
}

.growth-indicator.positive { color: #71dd37; }
.growth-indicator.negative { color: #ff3e1d; }

.growth-indicator i {
    font-size: 11px;
}