.nav-item a:hover {
    color: #FF6600 !important;
    cursor: pointer;
}
 .btn-link {
    color: #FF6600 !important;
    cursor: pointer;
}
.card {
    background-color: #d3d3d351 !important;
}
.icon {
    color: #FF6600 !important;
}
.skin-main {
    background-color: #d3d3d351 !important;
}
.skin-li {
    padding: 10px;
}
.skin-account {
    color: white !important;
}
    .skin-account:hover {
        color: gray !important;
    }
.skin-a {
    color: #4f4f4f !important;
}
    .skin-a:hover {
        color: #FF6600 !important;
        text-decoration: none;
    }
    .skin-a b:hover{
      color: #FF6600 !important;
      text-decoration: none;
    }
.skin-box {
    background-color: white !important;
    border: 1px outset #FF660038 !important;
    border-radius: 3px !important;
    margin-bottom: 10px !important;
}
.skin-prod-box {
    background-color: white !important;
    border: 1px outset #FF660038 !important;
    border-radius: 3px !important;
    margin-bottom: 10px !important;
}
    .skin-prod-box:hover {
        background-color: white !important;
        border: 2px solid #FF6600 !important;
    }
    .skin-prod-box h5:hover {
        color: #FF6600  !important;
    }
.list-group-skin .list-group-item {
    background-color: white;
    border: 2px solid #8080802e;
    border-radius: 3px;
    margin-bottom: 5px;
}
    .list-group-skin .list-group-item:hover {
        background-color: #FF6600;
    }
.skin-dws-box {
    background-color: white !important;
    border: 1px solid #8080802e !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
}
.btn-primary {
    background-color: #FF6600 !important;
    border: 1px solid #FF6600 !important;
}
    .btn-primary:hover {
        background-color: darkorange !important;
    }
    .btn-primary:disabled {
        background-color: darkorange !important;
        opacity: .6 !important;
    }
.alert-warning {
    color: black !important;
    background-color: lightgray !important;
    border: 1px solid gray !important;
}
.fa-bars{
  color: white !important;
}
    .fa-bars:hover{
      color: gray !important;
    }
.linebreak{
  border-bottom: 1px solid #FF660038;
}
.navbar{
   // border-bottom: 1px solid #FF660038;
   box-shadow: 5px 5px 10px lightgray;
   background-color: #FF6600 !important;
   padding:0px !important;
}
.navbar-collapse{
    background-color: #FF6600 !important
}
.navbar a{
  color:white !important;
}
.navbar a:hover{
  color:gray !important;
}
.nav-link{
  color:white !important;
}
.nav-link:hover{
  color:gray !important;
}
h5,h4,h3,h2,b{
  color: #4f4f4f !important;
}
.dropdown-menu a{
  color: #4f4f4f !important;
}
.dropdown-menu a:hover{
  color: #FF6600 !important;
}
.nav-tabs a{
  color:#4f4f4f !important;
}
.nav-pills a{
  color:#4f4f4f !important;
}
.nav-pills .active{
  color:white !important;
}
.skin-prod-box-static:hover{
    border: 1px outset #FF660038 !important;
    border-radius: 3px !important;
}
.app_store_button img:hover{
   opacity:.7 !important;
   cursor: pointer !important;
} 
.skin-a-prominent{
 color: #FF6600 !important;
}
.skin-a-prominent:hover{
 font-weight: bold !important;
 text-decoration:none !important;
}
.dropdown-menu a:hover{
  color: #FF6600 !important;
}
.nav-tabs a{
  color:#4f4f4f !important;
}
.nav-pills a{
  color:#4f4f4f !important;
}
.nav-pills .active{
  color:white !important;
}
.skin-prod-box-static:hover{
    border: 1px outset #FF660038 !important;
    border-radius: 3px !important;
}
.app_store_button img:hover{
   opacity:.7;
   cursor: pointer;
}
.account-link.active {
background-color: gray !important;
}