﻿.white,
.white:hover {
  background-color: white;
  border-color: #606161;
  color: black;
}
.grey,
.grey:hover {
  background-color: #606161;
  border-color: #606161;
  color: white;
}
.orange,
.orange:hover {
  background-color: #f16824;
  border-color: #f16824;
  color: white !important;
}
.orange-border {
  border-color: #f16824;
  color: white;
}
.grey-border {
  border-color: #606161;
  color: white;
}
.blue {
  background-color: #245fac !important;
  color: white !important;
}
.light-blue {
  background-color: #478fcc;
  color: white;
}
.red {
  background-color: #E00303;
  color: white;
}
.lightgrey-text {
  color: #e6e7e7;
}
.grey-text {
  color: #606161;
}
.blue-text {
  color: #245fac;
}
.orange-text {
  color: #f16824 !important;
}
a.orange-text {
  color: #f16824 !important;
}
.black-text {
  color: black;
}
.red-text {
  color: #E00303;
}
.green-text {
  color: green;
}
.active {
  background-color: #f16824;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none !important;
  border: 1px solid #CED4DA !important;
  font-size: 0.8em !important;
  /*border-color: white;
    box-shadow: 0 1px 1px white inset, 0 0 8px white;
    outline: 0 none;*/
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none !important;
  border: 1px solid #CED4DA !important;
  font-size: 0.8em;
  /*border-color: white;
    box-shadow: 0 1px 1px white inset, 0 0 8px white;
    outline: 0 none;*/
}
a {
  text-decoration: none!important;
}