﻿.theme-touch .navbar {
  background-color: #0F95CC; }

.theme-touch .navbar-brand {
  color: #fff; }
  .theme-touch .navbar-brand:hover {
    color: #fff; }
  .theme-touch .navbar-brand:active {
    color: #fff; }
  .theme-touch .navbar-brand:focus {
    color: #fff; }

.theme-touch .nav > li > a {
  color: #fff; }
  .theme-touch .nav > li > a:hover {
    background-color: transparent; }
  .theme-touch .nav > li > a:focus {
    background-color: transparent; }

.theme-touch .nav .open > a {
  background-color: transparent; }
  .theme-touch .nav .open > a:hover {
    background-color: transparent; }
  .theme-touch .nav .open > a:focus {
    background-color: transparent; }

.theme-touch .bars {
  color: #fff; }

.theme-touch .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-touch .sidebar .menu .list li.active > :first-child i, .theme-touch .sidebar .menu .list li.active > :first-child span {
    color: #0F95CC; }

.theme-touch .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-touch .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-touch .sidebar .legal {
  background-color: #fff; }
  .theme-touch .sidebar .legal .copyright a {
    color: #0F95CC !important; }

.spinner-layer {
  border-color: #0F95CC;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #0F95CC; }

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #0F95CC; }

.dtp table.dtp-picker-days tr td a.selected {
  background: #0F95CC;
  color: #fff; }