HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /var/www/html/pmw24/app/public/customer_assets/less/colors/gray-dark.less
@import "../variables.less";

/*Just change your choise color here its theme Colors*/

@topbar:#a0aec4;
@sidebar:#4F5467;
@bodycolor:#f1f2f7;
@headingtext: #2b2b2b;
@bodytext: #686868;
@sidebar-text:#a6acbc;
@themecolor:#a0aec4;
@dark-themecolor:#4F5467;
@sidebar-dropdown:#393e4f;
@sidebar-active:#444859;

body{
  background:@sidebar;
}

/*Top Header Part*/


.logo i{ color:@white;}

.navbar-header{ 
     background:@topbar;
}
.navbar-top-links > li > a{
    color:@white;
}


/*Right panel*/
.right-sidebar .rpanel-title{
  background:@themecolor;
}

/*Bread Crumb*/
.bg-title .breadcrumb .active{
    color:@themecolor;
}
.bg-title{
  
}

/*Sidebar*/

.sidebar {
    background:@sidebar;
    box-shadow:1px 0px 20px rgba(0, 0, 0, 0.08);
  .label-custom{
      background:@megna;
  }  
}
#side-menu li a{
    color:@sidebar-text;
}
#side-menu li a{
    color:@sidebar-text;
  border-left:0px solid @sidebar;
}

#side-menu > li > a {
    border-color:@sidebar;
    &:hover, &:focus{
        background:rgba(0, 0, 0, 0.07);
        border-color:@sidebar;  
    }
   &.active {
            border-bottom:2px solid @themecolor;
            
            
            font-weight:500;
        i{
          color:@themecolor;
        }
        }

}
#side-menu ul > li > a {
    &:hover{
        color:@themecolor;
        background:none;
    }
    &.active{
     color:@white;
     font-weight:500;
    }
}
.sidebar #side-menu > li:hover a{
      background:@sidebar-dropdown;
   }
.sidebar #side-menu .user-pro{
  .nav-second-level a:hover{
          color:@themecolor;
        }
  }
#side-menu .nav-second-level li:hover{
      >a {color:@themecolor;}
} 
#side-menu .nav-second-level.two-li{
  background:@sidebar-dropdown;
} 
@media(min-width:768px) {
  .content-wrapper { 
       #side-menu li a.active, #side-menu ul, .sidebar #side-menu > li:hover{
              background:@sidebar-active;
         }

   }     
}
.fix-sidebar .top-left-part{
  background:@themecolor;
}
/*themecolor*/

.bg-theme {
  background-color: @danger !important;
}
.bg-theme-dark {
  background-color: @megna !important;
}

/*Chat widget*/
.chat-list .odd .chat-text{
    background:@themecolor;
}
/*Button*/
.btn-custom{
  background:@themecolor;
  border:1px solid @themecolor;
  color:@white;
  &:hover{
    background:@themecolor;
    opacity:0.8;
    color:@white;
    border:1px solid @themecolor;
  }
}
/*Custom tab*/
.customtab li.active a, .customtab li.active a:hover,  .customtab li.active a:focus{
 border-bottom:2px solid @themecolor;
 color:@themecolor;
}
.tabs-vertical li.active a, .tabs-vertical li.active a:hover,  .tabs-vertical li.active a:focus{
  background:@themecolor;
  border-right:2px solid @themecolor;
}
/*Nav-pills*/
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  background:@themecolor;
  color:@white;
}