﻿*,
*:focus {
  outline: 0;
}
html {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}
body {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
  font-size: 100%;
  color: #565656;
  background-color: #234465;
}
body main {
  background-color: #FFF;
  overflow: auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.5;
}
.no-margin-offset {
  margin-left: 0;
  margin-right: 0;
}
.no-padding {
  padding: 0;
}
.no-float {
  float: none;
}
/*============ Typography =============*/
h1,
h2,
h3,
h4,
h5,
h6,
strong.heading {
  font-family: "LatoBlack", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  color: #234465;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3em;
    line-height: 1.05em;
  }
  h1.extra-lg {
    font-size: 5em;
  }
  h2 {
    font-size: 2.25em;
    line-height: 1.25em;
  }
  h3 {
    font-size: 1.75em;
    line-height: 1.25em;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222em;
  }
  h5 {
    font-size: 0.75em;
    line-height: 1.15em;
  }
  h6 {
    font-size: 0.5em;
    line-height: 1em;
  }
  p.lead {
    font-size: 2.5em;
  }
  .redesign-h1 {
    font-size: 45px;
  }
  .redesign-h2 {
    font-size: 29px;
  }
  .redesign-h3 {
    font-size: 22px;
  }
  .redesign-h1,
  .redesign-h2,
  .redesign-h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h1.extra-lg {
    font-size: 4em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  p.lead {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h1.extra-lg {
    font-size: 3em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  h4 {
    line-height: 1.11111111em;
  }
  h5 {
    font-size: 0.75em;
    line-height: 1.15em;
  }
  h6 {
    font-size: 0.5em;
    line-height: 1em;
  }
  #page-footer .footer-list-wrapper strong.h-four {
    line-height: 1.11111111em;
    font-size: 24px;
  }
  p.lead {
    font-size: 1.75em;
  }
}
p {
  font-size: 1.15em;
}
p.lead {
  font-weight: 300;
}
.redesign-p {
  font-size: 16px;
  line-height: 1.3;
}
a,
.btn-link {
  font-family: LatoBold;
  color: #565656;
  text-decoration: none;
}
a:hover,
.btn-link:hover,
a:active,
.btn-link:active,
a:focus,
.btn-link:focus {
  text-decoration: none;
  color: #FFA000;
}
a.disabled,
.btn-link.disabled {
  color: #B4B4B4;
  cursor: default;
  text-decoration: none;
}
a.disabled:hover,
.btn-link.disabled:hover,
a.disabled:focus,
.btn-link.disabled:focus,
a.disabled:active,
.btn-link.disabled:active {
  color: #B4B4B4;
}
a.inversed {
  color: #FFF;
  text-decoration: none;
}
a.inversed.disabled {
  color: #E0E0E0;
  text-decoration: none;
}
a.inversed:hover,
a.inversed:focus,
a.inversed:active {
  color: #FFA000;
}
a.inversed-blue {
  color: #FFF;
  text-decoration: none;
}
a.inversed-blue.disabled {
  color: #ECECEC;
  text-decoration: none;
}
a.inversed-blue:hover,
a.inversed-blue:focus,
a.inversed-blue:active {
  color: #234465;
}
a.red {
  color: #F04F53;
  text-decoration: none;
}
a.red:hover {
  color: #FFF;
}
a.blue {
  color: #234465;
  text-decoration: none;
}
a.grey {
  color: #565656;
  text-decoration: none;
}
/*============ Containers =============*/
.redesign-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .redesign-container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .redesign-container {
    max-width: 970px;
  }
}
@media (min-width: 1320px) {
  .redesign-container {
    max-width: 1290px;
  }
}
.panel-primary > .panel-heading {
  background-color: #565656;
  border-color: #565656;
}
.panel-success .panel-heading {
  background-color: #9BCE02;
}
.panel-danger .panel-heading {
  background-color: #FF3636;
}
.panel-info .panel-heading {
  background-color: #234465;
}
/*============ Dialogs =============*/
/*============ Sliders =============*/
/*============ Buttons =============*/
.system-message.alert {
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
  background-color: #565656;
  border-top: 5px solid #FFF;
  color: #FFF;
}
.system-message.alert a {
  text-decoration: underline;
}
.system-message.alert a:hover {
  color: #FFF;
}
.system-message.alert.alert-dismissable {
  position: relative;
}
.system-message.alert.alert-dismissable .close {
  top: 0;
  right: 0;
}
.system-message.alert.alert-dismissable form {
  position: absolute;
  right: 15px;
  top: 0;
}
.system-message.alert.alert-info .fa-info-circle {
  display: block;
}
.system-message.alert.alert-success .fa-check-circle {
  display: block;
}
.system-message.alert.alert-warning .fa-exclamation-circle {
  display: block;
}
.system-message.alert.alert-danger .fa-exclamation-triangle {
  display: block;
}
.system-message-items-container {
  position: relative;
  display: flex;
}
.system-message-items-container .system-message-icon-container i {
  font-size: 30px;
  margin-right: 20px;
  color: #FFF;
  display: none;
}
.system-message-items-container .system-message-content-container {
  text-align: left;
}
.system-message-items-container .system-message-content-container .system-message-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  font-family: LatoBlack, Arial, Helvetica, sans-serif;
}
.system-message-items-container .system-message-content-container p {
  margin-bottom: 5px;
}
.hide-all-system-message {
  display: flex;
  justify-content: flex-end;
}
.hide-all-system-message > div {
  width: 1290px;
}
.hide-all-system-message .hide-all-system-messages-button {
  background: 0 0;
  border: 0;
  opacity: 0.8;
  float: right;
  font-size: 18px;
  padding: 0;
}
.hide-all-system-message .hide-all-system-messages-button:hover {
  opacity: 1;
  text-decoration: underline;
}
.btn {
  font-family: LatoBlack;
  text-transform: uppercase;
  border-radius: 8px;
  padding-bottom: 4px;
}
.btn-lg {
  padding-bottom: 8px;
}
.btn-xs {
  padding-bottom: 1px;
}
.btn-default {
  border: 5px solid #234465;
  color: #FFF;
  background: #234465;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  cursor: pointer;
  color: #234465;
  border-color: #234465;
  background: #FFF;
}
.btn-default.disabled {
  color: #FFF;
  background: #5F7385;
  border: 5px solid #5F7385;
}
.btn-info {
  border: 5px solid #234465;
  color: #234465;
  background: none;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  cursor: pointer;
  background: #234465;
  color: #FFF;
}
.btn-info.disabled {
  color: #5F7385;
  border: 5px solid #5F7385;
  background: none;
}
.btn-info-yellow {
  border: 5px solid #FFB401;
  color: #FFB401;
  background: none;
}
.btn-info-yellow:hover,
.btn-info-yellow:focus,
.btn-info-yellow:active {
  cursor: pointer;
  border: 5px solid #FFA000;
  background: #FFA000;
  color: #FFF;
}
.btn-info-yellow.disabled {
  color: #FFD650;
  border: 5px solid #FFD650;
  background: none;
}
.btn-primary {
  border: 5px solid #FFB401;
  color: #FFF;
  background: #FFB401;
}
.btn-primary:not([disabled]):hover,
.btn-primary:focus,
.btn-primary:active {
  cursor: pointer;
  color: #FFB401;
  border-color: #FFB401;
  background: none;
}
.btn-primary.disabled {
  background: #FFD650;
  color: #FFF;
  border: 5px solid #FFD650;
}
.btn-primary-reversed {
  border: 5px solid #FFB401;
  color: #FFA000;
  background: transparent;
}
.btn-primary-reversed:hover,
.btn-primary-reversed:focus,
.btn-primary-reversed:active {
  cursor: pointer;
  color: #FFB401;
  border-color: #FFB401;
}
.btn-primary-reversed.disabled {
  background: none;
  color: #ECECEC;
  border: 5px solid #ECECEC;
}
.btn-primary-inversed {
  border: 5px solid #FFB401;
  color: #FFF;
  background: transparent;
}
.btn-primary-inversed:hover,
.btn-primary-inversed:focus,
.btn-primary-inversed:active {
  cursor: pointer;
  color: #FFA000;
  border-color: #FFA000;
}
.btn-primary-inversed.disabled {
  background: none;
  color: #ECECEC;
  border: 5px solid #ECECEC;
}
.btn-success {
  border: 5px solid #9BCE02;
  color: #FFF;
  background: #9BCE02;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  cursor: pointer;
  color: #9BCE02;
  border-color: #9BCE02;
  background: #FFF;
}
.btn-success.disabled {
  background: #A2BC54;
  color: #FFF;
  border: 5px solid #A2BC54;
}
.btn-warning {
  border: 5px solid #FFBA00;
  color: #FFF;
  background: #FFBA00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  cursor: pointer;
  color: #FFBA00;
  border-color: #FFBA00;
  background: #FFF;
}
.btn-warning.disabled {
  background: #FFC03B;
  color: #FFF;
  border: 5px solid #FFC03B;
}
.btn-danger {
  border: 5px solid #FFB401;
  color: #FFF;
  background: #FFB401;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  cursor: pointer;
  color: #FFA000;
  border-color: #FFA000;
  background: #FFF;
}
.btn-danger.disabled {
  background: #FFD650;
  color: #FFF;
  border: 5px solid #FFD650;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.9;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn-slim-border {
  border-width: 3px;
}
.btn-slim-border:hover,
.btn-slim-border:active,
.btn-slim-border:focus {
  border-width: 3px;
}
.btn-slim-border.disabled {
  border-width: 3px;
}
.redesign-primary-button {
  background-color: #FFB401;
  color: #FFF;
}
.redesign-primary-button:hover,
.redesign-primary-button:focus,
.redesign-primary-button:active {
  background-color: #FFA000;
  border-color: #FFA000;
  color: #FFF;
  box-shadow: none;
}
.redesign-primary-button-reversed {
  background-color: #FFF;
  color: #FFB401;
}
.redesign-primary-button-reversed:hover,
.redesign-primary-button-reversed:focus,
.redesign-primary-button-reversed:active {
  background-color: #FFF;
  color: #FFA000;
  border-color: #FFA000;
}
.redesign-primary-button,
.redesign-primary-button-reversed {
  font-size: 16px;
  display: inline-block;
  padding: 6px 15px 4px;
  border-radius: 10px;
  text-transform: uppercase;
  border: 2px solid #FFB401;
}
.redesign-primary-button:hover,
.redesign-primary-button-reversed:hover,
.redesign-primary-button:focus,
.redesign-primary-button-reversed:focus,
.redesign-primary-button:active,
.redesign-primary-button-reversed:active {
  border-color: #FFA000;
  outline: none;
}
/*============ Indicators =============*/
.progress-bar,
.label-primary {
  background-color: #234465;
}
.progress-bar:not(.progress-bar-info):not(.progress-bar-danger):not(.progress-bar-success):not(.progress-bar-warning):last-child.progress-bar:before,
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: rgba(63, 77, 90, 0.25);
}
.label-info,
.alert-info {
  background-color: #565656;
}
.progress-bar-info {
  background-color: #565656;
}
.progress-bar-info:last-child.progress-bar:before {
  background-color: rgba(101, 101, 101, 0.25);
}
.alert-success,
.progress-bar-success,
.label-success {
  background-color: #9BCE02;
}
.alert-danger,
.progress-bar-danger,
.label-danger {
  background-color: #FF3636;
}
.alert-warning,
.progress-bar-warning,
.label-warning {
  background-color: #FFBA00;
}
.text-success {
  color: #9BCE02;
}
.text-danger {
  color: #FF3636;
}
.text-warning {
  color: #FFBA00;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(101, 101, 101, 0.35);
}
/*============ Navs =============*/
.navbar-inverse {
  margin: 0;
  background-color: #234465;
  border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 0.61em;
  font-weight: 500;
  text-transform: uppercase;
  color: #E0E0E0;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #E0E0E0;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}
.navbar-inverse {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  z-index: 1003;
}
.navbar-inverse .navbar-nav .redesign-anchor {
  font-size: 13px;
  color: #FFF;
  padding: 20px 6px;
  display: block;
}
.navbar-inverse .navbar-nav .redesign-anchor:hover,
.navbar-inverse .navbar-nav .redesign-anchor:focus {
  color: #FFA000;
}
.navbar-inverse .navbar-nav .redesign-anchor.sublist {
  font-size: 13px;
  color: #565656;
  padding: 12px 4px;
  display: block;
}
.navbar-inverse .navbar-nav .redesign-anchor.sublist:hover,
.navbar-inverse .navbar-nav .redesign-anchor.sublist:focus {
  color: #234465;
  font-weight: bold;
}
@media only screen and (min-width: 1260px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.875em;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1260px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1500px) {
  .navbar-inverse .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1400px) {
  .navbar-inverse .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 1335px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.8em;
    padding-left: 2px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 1220px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size: 0.75em;
  }
}
/*Making Bootstrap Menu collapse earlier*/
@media (max-width: 1319px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px 5px 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #FFA000;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  cursor: pointer;
  box-shadow: inset 0 -2px 0 #FFA000;
  color: #FFA000;
}
.nav-tabs > li.active > a:hover,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  cursor: pointer;
  color: #FFA000;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #FFA000;
  border-color: #FFA000;
}
/*============ Forms =============*/
.form-group label {
  display: block;
}
textarea:focus,
textarea.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus {
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 -2px 0 #FFA000;
}
textarea,
textarea.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
[type=text].form-control,
[type=password].form-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
  font-size: 16px;
}
/* -------- Checkboxes Common -------- */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label,
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 25px;
}
input[type=checkbox] + label:before,
input[type=checkbox] ~ label:before {
  content: "\f096";
  margin-right: 8px;
  font-family: FontAwesome;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 20px;
  line-height: 1.6em;
  color: #565656;
  position: absolute;
  left: 1px;
  top: 0px;
  border-width: 0;
}
input[type=checkbox]:focus + label,
input[type=checkbox]:focus ~ label {
  border-bottom: 3px solid rgba(255, 255, 255, 0.41);
}
input[type=checkbox]:focus + label:before,
input[type=checkbox]:focus ~ label:before {
  color: #FFA000;
}
input[type=checkbox]:focus + .k-checkbox-label:before,
input[type=checkbox]:focus ~ .k-checkbox-label:before {
  color: #FFA000;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked ~ label:before {
  content: "\f14a";
}
.k-checkbox:disabled + .k-checkbox-label:after,
.k-checkbox:checked:disabled + .k-checkbox-label:active:after,
.k-checkbox:disabled + .k-checkbox-label:hover:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:after {
  border-color: transparent;
}
.k-checkbox:disabled + .k-checkbox-label:before {
  color: #b6b6b6;
}
label.k-checkbox-label,
label.checkbox-label {
  padding-left: 0px;
  font-family: "LatoBlack", "Arial", "Helvetica", sans-serif;
  line-height: 22px;
  color: #565656;
  cursor: pointer;
}
label.k-checkbox-label,
label.checkbox-label,
.k-radio-label {
  font-size: 16px;
}
label.k-checkbox-label.white,
label.checkbox-label.white,
.k-radio-label.white,
input[type=checkbox] + label.white:before,
input[type=checkbox] ~ label.white:before,
.dark-container label.k-checkbox-label,
.dark-container label.checkbox-label,
.dark-container .k-radio-label,
.dark-container input[type=checkbox] + label:before,
.dark-container input[type=checkbox] ~ label:before {
  color: #FFF;
}
/* -------- End Checkboxes Common -------- */
/* -------- Radiobuttons Common -------- */
.k-filter-menu input[type=radio] {
  opacity: unset;
  position: relative;
  width: 13px;
  margin: 2px;
  top: 2px;
}
input[type=radio] {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  position: absolute;
}
.k-radio:checked + .k-radio-label {
  color: #565656;
  font-family: LatoBlack, Arial, Helvetica, sans-serif;
}
.k-radio:checked + .k-radio-label:before {
  border-color: #FFA000;
}
label.k-radio-label,
label.radio-label {
  position: relative;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 16px;
  line-height: 22px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #999;
}
label.k-radio-label:before,
label.radio-label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border-style: solid;
  border-color: #CCC;
  border-radius: 50%;
  background-color: #FFF;
  border-width: 3px;
}
.k-radio:checked + .k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:before,
input[type=radio]:checked + .radio-label:before,
input[type=radio]:checked + .radio-label:before {
  border-color: #FFA000;
  box-shadow: none;
}
input[type=radio]:checked + .k-radio-label:after,
input[type=radio]:checked + .radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #FFA000;
}
.k-checkbox-label:after,
.k-checkbox:checked ~ .k-checkbox-label:after {
  display: none;
}
form .radio-btn-wrapper {
  margin-top: 12px;
}
form .radio-btn-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
form .radio-btn-wrapper li {
  margin-right: 28px;
  float: left;
}
form .radio-btn-wrapper li:last-child {
  margin-right: 0;
}
form .radio-btn-wrapper li .k-radio-label {
  font-size: 16px;
}
form .radio-btn-wrapper li .k-radio-label:before {
  width: 20px;
  height: 20px;
  border-width: 2px;
}
form .radio-btn-wrapper li.k-radio:checked + .k-radio-label {
  font-family: "LatoBlack", "Arial", "Helvetica", sans-serif;
  color: #FFA000;
}
form .radio-btn-wrapper li.k-radio:checked + .k-radio-label:before {
  border-color: #FFA000;
}
form .radio-btn-wrapper li.k-radio:checked + .k-radio-label:after {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background-color: #FFA000;
}
/* -------- End Radiobuttons Common -------- */
.k-file,
.k-upload,
.k-dropzone {
  border: 0;
  background: transparent;
}
.k-split-button:focus {
  color: #FFF;
  background-color: #FFA000;
  border-color: #FFA000;
}
.k-button {
  border-radius: 4px;
  border: 4px solid #234465;
  font-family: 'LatoBold', 'Arial', 'Helvetica', sans-serif;
  color: #234465;
  background: transparent;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:active,
.k-button.k-state-active,
.k-button:focus,
.k-button.k-state-focused {
  color: #FFF;
  background-color: #FFA000;
  border-color: #FFA000;
}
.k-button:active .k-i-calendar,
.k-button:not(.k-state-disabled):hover .k-i-calendar,
.k-link:not(.k-state-disabled):hover > .k-i-calendar,
.k-state-hover > * > .k-i-calendar,
.k-state-hover > .k-i-calendar,
.k-textbox:hover .k-i-calendar {
  background-position: -32px -176px;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-combobox .k-dropdown-wrap.k-state-focused {
  border-color: #FFA000;
  background-color: #FFA000;
}
.k-dropdown .k-dropdown-wrap.k-state-focused {
  border-color: #FFA000;
}
.k-button:active .k-i-arrow-s,
.k-button:not(.k-state-disabled):hover .k-i-arrow-s,
.k-link:not(.k-state-disabled):hover > .k-i-arrow-s,
.k-state-hover > * > .k-i-arrow-s,
.k-state-hover > .k-i-arrow-s,
.k-textbox:hover .k-i-arrow-s {
  background-position: 0 -32px;
}
.k-popup .k-list .k-item {
  color: #234465;
}
.k-popup .k-list .k-state-selected {
  color: #FFF;
}
.k-popup .k-list .k-state-selected.k-state-focused {
  border-color: #FFA000;
}
.k-primary .k-icon,
.k-state-active .k-icon,
.k-button:active .k-icon,
.k-numerictextbox .k-state-selected .k-icon,
.k-multiselect-wrap .k-icon,
.k-calendar .k-header .k-icon,
.k-window-titlebar .k-icon,
.k-drag-clue .k-icon,
.k-group-indicator .k-icon,
.k-pivot-toolbar .k-icon,
.k-grid-content .k-button:active .k-icon,
.k-splitbar.k-state-focused .k-icon,
.k-scheduler-toolbar .k-icon,
.k-gantt-toolbar .k-icon,
.k-toolbar .k-overflow-anchor.k-state-border-down .k-i-more,
.k-panelbar > .k-state-active > .k-header .k-state-active .k-icon {
  opacity: 0.6;
}
.k-upload-files {
  line-height: 1.5;
}
div.k-window {
  overflow: hidden;
  border-width: 0;
}
.k-i-expand,
.k-plus,
.k-plus-disabled {
  background-position: 0 -208px;
}
a.k-button.k-button-icontext .k-icon {
  opacity: 1;
}
a.k-button.k-button-icontext .k-icon .k-delete {
  background-position: -48px -16px;
}
a.k-button.k-button-icontext .k-icon .k-edit {
  background-position: -48px 0;
}
.k-scheduler .k-scheduler-fullday .k-link:hover .k-icon {
  background-position: -32px -192px;
}
.no-padding-offset {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-offset-left {
  padding-left: 0;
}
.no-padding-offset-right {
  padding-right: 0;
}
.validation-summary-errors {
  color: #FF0000;
}