﻿/*TopRight header background*/
.skin-blue .main-header .navbar {
   background: #007363;   
  background: -moz-linear-gradient(left, #007363 0%, #00bfa5 100%);   
  background: -webkit-linear-gradient(left, #007363 0%, #00bfa5 100%);   
  background: linear-gradient(to right, #007363 0%, #00bfa5 100%);   
}

/*TopLeft header background*/
.skin-blue .main-header .logo {
   background: #007363;   
  /*background: -moz-linear-gradient(left, #007363 0%, #00bfa5 100%);   
  background: -webkit-linear-gradient(left, #007363 0%, #00bfa5 100%);    
  background: linear-gradient(to right, #007363 0%, #00bfa5 100%);*/   

    background: -moz-linear-gradient(left, #007363 0%, #007363 100%);   
  background: -webkit-linear-gradient(left, #007363 0%, #007363 100%);    
  background: linear-gradient(to right, #007363 0%, #007363 100%);   
  cursor:default;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

/*SideMenu a tag color*/
.sidebar-menu > li a {
  color:#54667a;
}

/*SideMenu a hover color*/
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color:#007363;
  background-color:white;
  font-weight:bold;
}

/*SideMenu inner a tag li color*/
.treeview-menu > li > a:hover{
    color:#007363 !important;
}
/*TopMenu hover a tag color*/
.navbar1 a:hover, .dropdown1:hover .dropbtn1 {
  background-color: white;
  color:#007363;
  font-weight:bold;
}
/*TopMenu dropdown a tag over*/
.dropdown-content1 a:hover {
  color:#007363;
  font-weight:normal;
}
/*button color*/
.bg-navy {
  background-color:#00bfa5;
  color:#fff!important;
  padding:2px 10px;
}
/*SideMenu background color*/
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: white;
}

/*Icon color*/
.fatitle {color:#a6b7bf}

.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
  color:#a6b7bf;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #a6b7bf;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color:#00bfa5;
    border-color:#00bfa5;
    font-size: 11px;
    }
  /*Selected menu color*/
 .a-i-selected-Sub-Menu-Color{
    color:#007363 !important;
}
 /*Selected top menu color*/
  .a-i-selected-Top-Menu-Color{
    color:#007363 !important;
    font-weight:bold;
  }
  .box-title{
color:#636c72 !important;
}
  .breadcrumb a{
color:#00bfa5 !important;
}
  .table > thead > tr > th
 {
  border-bottom: 2px solid #f4f4f4;
  background-color:#00bfa5;
  color:#fff;
  text-align:center;
  padding:2px;
  font-size:11px !important;
}
  a {
  color: #00bfa5;
}
 