﻿.body-bg2 {
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ebebeb 100%);
}
.link-color {
  color: #C12017;
  text-decoration: underline;
}
.clearfix:before,
.clearfix:after,
.form-group-container:before:before,
.form-group-container:before:after,
.form-subgroup-container:before:before,
.form-subgroup-container:before:after,
.form-buttons:before:before,
.form-buttons:before:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-group-container:before:after,
.form-subgroup-container:before:after,
.form-buttons:before:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
legend {
  color: #333333;
}
label {
  color: #404144;
}
input.k-textbox,
.k-dropdown,
.k-list {
  font-weight: 300 !important;
  font-family: inherit;
}
.k-icon {
  font-family: FontAwesome;
}
.k-numeric-wrap .k-icon {
  font-family: WebComponentsIcons;
}
.k-i-arrow-s:before,
.k-i-arrow-60-down:before {
  content: "\f107" !important;
  font-size: 16px;
}
.action-button-group ~ h3,
.action-button-group ~ h4 {
  display: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
.form-group,
.checkbox-group {
  margin: 15px 0;
  clear: both;
}
.form-group > .row,
.checkbox-group > .row {
  margin-bottom: -15px;
  padding: 15px 0;
}
.form-group > .row.noTopBorder,
.checkbox-group > .row.noTopBorder {
  border-top: none;
  box-shadow: none;
}
.form-group.row,
.checkbox-group.row {
  margin-bottom: 0;
}
.form-group:first-child > .row,
.checkbox-group:first-child > .row,
.form-group.form-subgroup > .row,
.checkbox-group.form-subgroup > .row,
.form-group.form-group-lg > .row,
.checkbox-group.form-group-lg > .row,
.modal-body .form-group > .row,
.modal-body .checkbox-group > .row {
  border-top: none;
  box-shadow: none;
}
.form-group.has-error .row,
.checkbox-group.has-error .row {
  background: #f2dede;
  color: #a94442;
}
.form-group textarea,
.checkbox-group textarea {
  max-width: 100%;
}
/* Tooltip panel*/
.form-group .panel-body {
  position: relative;
  margin-top: 30px;
  padding: 10px 20px;
  background: #ddd !important;
}
.form-group .panel-body:after {
  position: absolute;
  top: -19px;
  left: 5%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #ddd transparent;
}
.form-group .panel-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d93434;
  font-size: 25px;
}
.form-group .panel-body .close:hover {
  color: #c12017 !important;
}
.form-group .fa-question-circle {
  position: relative;
  z-Index: 1;
  cursor: pointer;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .form-group .panel-body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    white-space: normal;
    width: 100%;
    font-size: 16px;
  }
  .form-group .panel-body {
    margin-top: 30px;
  }
}
.form-group-container:before,
.form-subgroup-container:before {
  content: "";
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  height: 0;
}
.form-group-container .row,
.form-subgroup-container .row {
  border: none;
  box-shadow: none;
}
.form-title-group .subTitle {
  margin: 3px 0;
}
.custom-checkbox {
  display: inline-block;
  vertical-align: top;
}
.custom-checkbox + label {
  display: inline-block;
  margin-left: -35px;
  padding-left: 30px;
}
.custom-checkbox-vertical {
  display: inherit !important;
  margin: 0.5em 0;
}
.checkbox-group .checkbox-group-header > .row {
  margin-bottom: -15px;
  padding: 15px 0;
}
.checkbox-group .checkbox-group-header strong.required:after {
  content: "*";
  display: inline-block;
  padding-left: 3px;
  color: #C21C1D;
  width: 0;
}
.checkbox-group .form-group > .row,
.checkbox-group .checkbox-group-item > .row {
  border-top: none;
  box-shadow: none;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 10px 0;
}
.checkbox-group .form-group:last-child > .row,
.checkbox-group .checkbox-group-item:last-child > .row {
  margin-bottom: 0;
}
.checkbox-group .checkbox-group-item + .form-group {
  margin-top: -20px;
}
.checkbox-group .checkbox-group-item + .form-group > .row {
  margin-bottom: -15px;
  padding: 10px 0 15px;
}
.form-group.header-asterix .formgroup-header strong.required:after,
.checkbox-group.header-asterix .formgroup-header strong.required:after {
  content: "*";
  display: inline-block;
  padding-left: 3px;
  color: #C21C1D;
  width: 0;
}
.form-group.header-asterix label.required:after,
.checkbox-group.header-asterix label.required:after {
  content: none !important;
}
@media (min-width: 992px) {
  .floating-container + .form-body {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left !important;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .floating-container + .form-body {
    float: left;
    width: 75%;
  }
}
.form-body > h3 {
  font-size: 21px;
  color: #6D6E71;
  font-weight: 600;
}
.form-body > .rowLabel {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #E9573D;
}
.form-buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}
.form-buttons:before {
  content: "";
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  border-top: 2px solid #D8D9DA;
  position: relative;
  top: -30px;
}
.form-buttons .row {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.action-button-group {
  margin-bottom: 15px;
}
.action-button-group:before,
.action-button-group:after {
  content: " ";
  display: table;
}
.action-button-group:after {
  clear: both;
}
.action-button-group:before,
.action-button-group:after {
  content: " ";
  display: table;
}
.action-button-group:after {
  clear: both;
}
.btn {
  min-height: 34px;
  font-weight: 600;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  padding: 10px 24px;
}
@media screen and (max-width: 767px) {
  .btn {
    white-space: normal;
    width: 100%;
    font-size: 16px;
  }
}
.btn .btn-wrap {
  display: block;
  white-space: normal;
}
.btn .btn-icon-right {
  padding-right: 1.33em;
}
.btn .btn-icon-right i {
  float: right;
  clear: right;
  line-height: 1.33;
  margin-right: -1.33em;
}
.new-button-wrapper .btn {
  background: none;
  border: none;
  box-shadow: none;
  color: #c12017;
}
.new-button-wrapper .btn:hover {
  background: none;
  border: none;
  box-shadow: none;
  color: #c12017;
}
.generali-style.btn {
  border: 1px solid white;
  background-color: #c12017;
  color: white;
  transition: none;
  box-shadow: none;
  border-radius: 0;
}
.generali-style.btn.btn-success {
  color: #fff;
  background-color: #5E9E20;
  border-color: #51891c;
}
.generali-style.btn i {
  color: white;
}
.generali-style.btn:hover {
  border: 1px solid #c12017;
  color: #c12017;
  background-color: white;
  text-decoration: none;
}
.generali-style.btn:hover i {
  color: #c12017;
}
.generali-style.btn.inverse {
  border: 1px solid #c12017;
  background-color: white;
  color: #c12017;
}
.generali-style.btn.inverse i {
  color: #c12017;
}
.generali-style.btn.inverse:hover {
  border: 1px solid white;
  background-color: #c12017;
  color: white;
}
.generali-style.btn.inverse:hover i {
  color: white;
}
.generali-style.btn.inverse:hover:disabled {
  background-color: #959595;
}
.generali-style.btn.inverse.btn-success {
  color: #fff;
  background-color: #5E9E20;
  border-color: #51891c;
}
.generali-style.btn.inverse.btn-success i {
  color: #fff;
}
.generali-style.btn-group {
  border: 1px solid #c12017;
}
.generali-style.btn-group .btn-lg,
.generali-style.btn-group .btn-group-lg > .btn {
  border-radius: 0;
}
.generali-style.btn-group:hover {
  border: 1px solid #fff;
}
.generali-style.btn-group:hover .btn {
  color: #fff;
  background-color: #c12017;
  text-decoration: none;
}
.generali-style.btn-group:hover .btn:not(:only-child):first-of-type {
  border-right: none;
}
.generali-style.btn-group:hover .btn:not(:only-child):last-of-type {
  border-left: none;
}
.generali-style.btn-group .btn {
  color: #c12017;
  transition: none;
}
.generali-style.btn-group .btn:not(:only-child):first-of-type {
  border-right: none;
}
.generali-style.btn-group .btn:not(:only-child):last-of-type {
  border-left: none;
}
.btn-sm {
  min-height: 0;
}
.btn-xs {
  min-height: 0;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  /*border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7), 1px 1px 0 rgba(255, 255, 255, 0.7) inset;*/
}
.btn-link.btn-success,
.btn-link:hover.btn-success,
.btn-link:focus.btn-success,
.btn-link:active.btn-success {
  color: #5E9E20;
}
.btn-link.btn-danger,
.btn-link:hover.btn-danger,
.btn-link:focus.btn-danger,
.btn-link:active.btn-danger {
  color: #000;
}
.btn-multiline {
  position: relative;
  white-space: normal;
}
.btn-multiline i {
  /*display: block;
        position: absolute;
        top: 50%;
        .transform(translate(0px, -50%));*/
}
.generali-style fieldset {
  border: 2px solid #4b4b4b;
  border-radius: 5px 5px 5px 5px;
  background-clip: padding-box;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 0;
  line-height: 20px;
  vertical-align: baseline;
  color: #4b4b4b;
  box-shadow: none;
  clear: none;
}
.generali-style fieldset legend {
  border: none;
  color: #6d6e71;
  display: inline-block;
  float: left;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: normal;
  left: 10px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  right: auto;
  text-align: center;
  margin-top: -17px;
  width: auto;
  background-color: white;
  color: #4b4b4b;
}
.generali-style fieldset p {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.generali-style fieldset > div {
  padding: 25px;
}
.generali-style fieldset > div div {
  margin-bottom: 1em;
}
.generali-style fieldset.red {
  border: 2px solid #e9573d;
}
.generali-style fieldset.red legend {
  color: #e9573d;
}
main form .floating-container {
  margin: 0;
}
@media screen and (min-width: 768px) {
  main form .floating-container {
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  main form .floating-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    float: right !important;
    right: -20px;
    min-height: 750px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  main form .floating-container {
    float: left;
    width: 25%;
  }
}
main form .floating-container .k-progressbar-horizontal {
  width: 100%;
}
main form .floating-container .floating-panel {
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  main form .floating-container .floating-panel {
    margin-top: 0 !important;
  }
}
main form .floating-container .floating-panel .container-fluid {
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main form .floating-container .floating-panel .container-fluid > h2 {
    margin-top: 0 !important;
  }
}
main form .floating-container .floating-panel.affix {
  background-color: #f4f5f6;
}
@media screen and (max-width: 767px) {
  main form .floating-container .floating-panel.affix {
    margin-top: 0 !important;
  }
  main form .floating-container .floating-panel.affix h2 {
    margin: 0;
    text-align: center;
  }
}
main form .floating-container .floating-panel.affix .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
main form .floating-container .floating-panel .float-header {
  float: none;
  width: auto;
}
main form .floating-container .floating-panel .float-header h1 {
  margin: 0;
}
main form .floating-container .floating-panel .float-body {
  position: relative;
}
main form .floating-container .floating-panel .float-body:before,
main form .floating-container .floating-panel .float-body:after {
  content: " ";
  display: table;
}
main form .floating-container .floating-panel .float-body:after {
  clear: both;
}
main form .floating-container .floating-panel .float-body:before,
main form .floating-container .floating-panel .float-body:after {
  content: " ";
  display: table;
}
main form .floating-container .floating-panel .float-body:after {
  clear: both;
}
main form .floating-container .floating-panel .float-body section {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
main form .floating-container .floating-panel .float-body section h3,
main form .floating-container .floating-panel .float-body section h4 {
  margin: 0;
}
@media (min-width: 768px) {
  main form .floating-container .floating-panel .float-header {
    float: left;
    width: 50%;
  }
  main form .floating-container .floating-panel .float-header h1 {
    margin: 0;
  }
  main form .floating-container .floating-panel .float-body {
    float: left;
    width: 50%;
    position: relative;
  }
}
@media (min-width: 992px) {
  main form .floating-container .floating-panel {
    background-color: #f4f5f6;
    max-width: 263px;
    padding-bottom: 35px;
    padding-top: 0;
    -moz-background-clip: content-box;
    -webkit-background-clip: content-box;
    background-clip: content-box;
  }
  main form .floating-container .floating-panel:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    height: auto;
    width: 52%;
    padding-bottom: 19.5%;
    margin: auto auto -10%;
    background-color: inherit;
    -webkit-transform: rotate(10.85deg) skewX(-68deg);
    -moz-transform: rotate(10.85deg) skewX(-68deg);
    -o-transform: rotate(10.85deg) skewX(-68deg);
    -ms-transform: rotate(10.85deg) skewX(-68deg);
    transform: rotate(10.85deg) skewX(-68deg);
    -webkit-box-shadow: 12px 5px 5px -4px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 12px 5px 5px -4px rgba(0, 0, 0, 0.38);
    box-shadow: 12px 5px 5px -4px rgba(0, 0, 0, 0.38);
    z-index: 1;
  }
  main form .floating-container .floating-panel .container-fluid {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: inherit;
    z-index: 0;
    -webkit-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
  }
  main form .floating-container .floating-panel .float-header {
    float: none;
    width: auto;
  }
  main form .floating-container .floating-panel .float-header h1 {
    margin: 1.428571429em 0 0.71428571em 0;
  }
  main form .floating-container .floating-panel .float-header + hr {
    border-color: #C21C1D;
  }
  main form .floating-container .floating-panel .float-body {
    display: block;
    float: none;
    width: auto;
  }
  main form .floating-container .floating-panel .float-body section {
    float: none;
    width: auto;
    padding: 0;
  }
}
main form .floating-container .floating-panel h1 {
  font-size: 28px;
  line-height: 32px;
}
main form .floating-container .floating-panel h2 {
  font-size: 24px;
  line-height: 28px;
}
main form .floating-container .floating-panel h3 {
  font-size: 20px;
  line-height: 24px;
}
main form .floating-container .floating-panel nav,
main form .floating-container .floating-panel section {
  margin: 0;
}
main form .floating-container .floating-panel .progress-status:before,
main form .floating-container .floating-panel .progress-status:after {
  content: " ";
  display: table;
}
main form .floating-container .floating-panel .progress-status:after {
  clear: both;
}
main form .floating-container .floating-panel .progress-status:before,
main form .floating-container .floating-panel .progress-status:after {
  content: " ";
  display: table;
}
main form .floating-container .floating-panel .progress-status:after {
  clear: both;
}
main form .floating-container .floating-panel .nextPage {
  -webkit-transition: transform .2s .5s, opacity .2s .5s, background-color .15s;
  -moz-transition: transform .2s .5s, opacity .2s .5s, background-color .15s;
  -o-transition: transform .2s .5s, opacity .2s .5s, background-color .15s;
  transition: transform .2s .5s, opacity .2s .5s, background-color .15s;
}
main form .floating-container .affix {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 1028;
  -webkit-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.45);
}
@media (min-width: 992px) {
  main form .floating-container .affix {
    left: auto;
    width: 20.5%;
    width: calc(25% - 45px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
main form .floating-container .affix-top {
  position: relative;
  z-index: 1028;
  top: 0;
}
main form .floating-container .affix-bottom {
  position: relative;
  z-index: 1028;
}
main form .floating-container .affix-bottom .nextPage {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
@media screen and (max-width: 767px) {
  main form .floating-container + h2 {
    margin: 0 !important;
  }
}
.form-group label.required:after {
  content: "*";
  display: inline-block;
  padding-left: 3px;
  color: #C21C1D;
  width: 0;
}
.form-group label.required:empty::after {
  float: right;
  margin-right: -15px;
}
.form-group.input-validation-error .help-block,
.form-group.input-validation-error .control-label,
.form-group.input-validation-error .radio,
.form-group.input-validation-error .checkbox,
.form-group.input-validation-error .radio-inline,
.form-group.input-validation-error .checkbox-inline {
  color: #a94442;
}
.form-group.input-validation-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-group.input-validation-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.form-group.input-validation-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.form-group.input-validation-error .form-control-feedback {
  color: #a94442;
}
.form-error-group {
  margin: 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: both;
  background: #f2dede;
  color: #a94442;
  border: #ebccd1;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type="radio"] {
  position: absolute;
  left: -99999em;
}
.custom-checkbox input[type=checkbox] + label,
.custom-checkbox input[type="radio"] + label {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding: 0 0 4px 30px;
  line-height: 16px;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  font-weight: normal;
  color: #404144;
}
.custom-checkbox input[type=checkbox] + label:after,
.custom-checkbox input[type="radio"] + label:after {
  content: "";
  background-image: -webkit-linear-gradient(top, #A7A9AC 0%, #888a8e 100%);
  background-image: -o-linear-gradient(top, #A7A9AC 0%, #888a8e 100%);
  background-image: linear-gradient(to bottom, #A7A9AC 0%, #888a8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa7a9ac', endColorstr='#ff888a8e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background-color: #888a8e;
  border-color: #828589;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-position .2s;
  -moz-transition: background-position .2s;
  -o-transition: background-position .2s;
  transition: background-position .2s;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
}
.custom-checkbox input[type=checkbox] + label:after:hover,
.custom-checkbox input[type="radio"] + label:after:hover,
.custom-checkbox input[type=checkbox] + label:after:focus,
.custom-checkbox input[type="radio"] + label:after:focus {
  background-color: #888a8e;
  background-position: 0 -15px;
}
.custom-checkbox input[type=checkbox] + label:after:active,
.custom-checkbox input[type="radio"] + label:after:active,
.custom-checkbox input[type=checkbox] + label:after.active,
.custom-checkbox input[type="radio"] + label:after.active {
  background-color: #888a8e;
  border-color: #828589;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.custom-checkbox input[type=checkbox] + label:after:disabled,
.custom-checkbox input[type="radio"] + label:after:disabled,
.custom-checkbox input[type=checkbox] + label:after[disabled],
.custom-checkbox input[type="radio"] + label:after[disabled] {
  background-color: #888a8e;
  background-image: none;
}
.custom-checkbox input[type=checkbox] + label:hover:after,
.custom-checkbox input[type="radio"] + label:hover:after,
.custom-checkbox input[type=checkbox] + label:focus:after,
.custom-checkbox input[type="radio"] + label:focus:after,
.custom-checkbox input[type=checkbox]:checked + label:after,
.custom-checkbox input[type="radio"]:checked + label:after {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
  color: #404144;
}
.custom-checkbox input[type=checkbox] + label:before,
.custom-checkbox input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 6px;
  margin-bottom: -7px;
  margin-left: -30px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: white;
  border: 2px solid #dbdcde;
  border-color: rgba(167, 169, 172, 0.65);
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-checkbox input[type=checkbox] + label:empty,
.custom-checkbox input[type="radio"] + label:empty {
  margin-left: 0;
  margin-right: 0;
}
.custom-checkbox input[type=checkbox]:hover + label:before,
.custom-checkbox input[type="radio"]:hover + label:before {
  border-color: #C21C1D;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: 0 0 0 1px rgba(255,255,255,.5);
}
.custom-checkbox input[type=checkbox]:checked + label:before,
.custom-checkbox input[type="radio"]:checked + label:before,
.custom-checkbox input[type=checkbox]:focus + label:before,
.custom-checkbox input[type="radio"]:focus + label:before {
  border-color: #C21C1D;
  -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: 0 0 0 1px rgba(255,255,255,.5);
  box-shadow: 0 0 0 1px rgba(255,255,255,.5);
}
.custom-checkbox input[type=checkbox]:checked + label,
.custom-checkbox input[type="radio"]:checked + label {
  font-weight: bold;
}
.custom-checkbox input[type=checkbox]:checked + label:after,
.custom-checkbox input[type="radio"]:checked + label:after {
  background-image: -webkit-linear-gradient(top, #C21C1D 0%, #8d1415 100%);
  background-image: -o-linear-gradient(top, #C21C1D 0%, #8d1415 100%);
  background-image: linear-gradient(to bottom, #C21C1D 0%, #8d1415 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc21c1d', endColorstr='#ff8d1415', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background-color: #8d1415;
  border-color: #841314;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-position .2s;
  -moz-transition: background-position .2s;
  -o-transition: background-position .2s;
  transition: background-position .2s;
  background: #C21C1D;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.custom-checkbox input[type=checkbox]:checked + label:after:hover,
.custom-checkbox input[type="radio"]:checked + label:after:hover,
.custom-checkbox input[type=checkbox]:checked + label:after:focus,
.custom-checkbox input[type="radio"]:checked + label:after:focus {
  background-color: #8d1415;
  background-position: 0 -15px;
}
.custom-checkbox input[type=checkbox]:checked + label:after:active,
.custom-checkbox input[type="radio"]:checked + label:after:active,
.custom-checkbox input[type=checkbox]:checked + label:after.active,
.custom-checkbox input[type="radio"]:checked + label:after.active {
  background-color: #8d1415;
  border-color: #841314;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.custom-checkbox input[type=checkbox]:checked + label:after:disabled,
.custom-checkbox input[type="radio"]:checked + label:after:disabled,
.custom-checkbox input[type=checkbox]:checked + label:after[disabled],
.custom-checkbox input[type="radio"]:checked + label:after[disabled] {
  background-color: #8d1415;
  background-image: none;
}
.custom-checkbox input[type=checkbox][disabled] + label,
.custom-checkbox input[type="radio"][disabled] + label {
  color: #B0B2B3;
}
.custom-checkbox input[type=checkbox][disabled] + label:after,
.custom-checkbox input[type="radio"][disabled] + label:after {
  background-image: -webkit-linear-gradient(top, #D8D9DA 0%, #b9babc 100%);
  background-image: -o-linear-gradient(top, #D8D9DA 0%, #b9babc 100%);
  background-image: linear-gradient(to bottom, #D8D9DA 0%, #b9babc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8d9da', endColorstr='#ffb9babc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  background-color: #b9babc;
  border-color: #b3b5b7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset, inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-position .2s;
  -moz-transition: background-position .2s;
  -o-transition: background-position .2s;
  transition: background-position .2s;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  color: #D8D9DA;
}
.custom-checkbox input[type=checkbox][disabled] + label:after:hover,
.custom-checkbox input[type="radio"][disabled] + label:after:hover,
.custom-checkbox input[type=checkbox][disabled] + label:after:focus,
.custom-checkbox input[type="radio"][disabled] + label:after:focus {
  background-color: #b9babc;
  background-position: 0 -15px;
}
.custom-checkbox input[type=checkbox][disabled] + label:after:active,
.custom-checkbox input[type="radio"][disabled] + label:after:active,
.custom-checkbox input[type=checkbox][disabled] + label:after.active,
.custom-checkbox input[type="radio"][disabled] + label:after.active {
  background-color: #b9babc;
  border-color: #b3b5b7;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.custom-checkbox input[type=checkbox][disabled] + label:after:disabled,
.custom-checkbox input[type="radio"][disabled] + label:after:disabled,
.custom-checkbox input[type=checkbox][disabled] + label:after[disabled],
.custom-checkbox input[type="radio"][disabled] + label:after[disabled] {
  background-color: #b9babc;
  background-image: none;
}
.custom-checkbox input[type=checkbox][disabled] + label:before,
.custom-checkbox input[type="radio"][disabled] + label:before {
  background: #aaaaaa !important;
  border: 1px solid #999999;
}
.custom-checkbox input[type=checkbox][disabled]:not(:checked) + label:after,
.custom-checkbox input[type="radio"][disabled]:not(:checked) + label:after {
  display: none;
}
.custom-checkbox.custom-checkbox-sm input[type=checkbox] + label:hover:after,
.custom-checkbox.custom-checkbox-sm input[type=radio] + label:hover:after,
.custom-checkbox.custom-checkbox-sm input[type=checkbox] + label:focus:after,
.custom-checkbox.custom-checkbox-sm input[type=radio] + label:focus:after,
.custom-checkbox.custom-checkbox-sm input[type=checkbox]:checked + label:after,
.custom-checkbox.custom-checkbox-sm input[type=radio]:checked + label:after {
  top: 4px;
  left: 2px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
}
.custom-checkbox.custom-checkbox-sm input[type=checkbox] + label:before,
.custom-checkbox.custom-checkbox-sm input[type=radio] + label:before {
  margin-right: 4px;
  margin-bottom: -4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.custom-checkbox input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 6px;
  margin-bottom: -7px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-checkbox input[type=checkbox] + label:hover:after,
.custom-checkbox input[type=checkbox] + label:focus:after,
.custom-checkbox input[type=checkbox]:checked + label:after {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  background: none;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #A7A9AC;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.custom-checkbox input[type=checkbox] + label:focus:after,
.custom-checkbox input[type=checkbox]:checked + label:after {
  background: none;
  color: #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.custom-checkbox input[type=checkbox] + label:focus:before,
.custom-checkbox input[type=checkbox]:checked + label:before {
  background: #C21C1D;
}
.custom-checkbox input[type=checkbox][disabled] + label:after {
  color: #D8D9DA;
  text-shadow: 0 1px 0 #bec0c1;
}
select::-ms-expand {
  width: 12px;
  border: none;
  background: #fff;
}
@-moz-document url-prefix() {
  select {
    padding: 5px;
  }
}
.bootstrap-select.btn-group .btn .caret {
  border: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 42px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #ac191a;
  background: #C21C1D;
  color: #fff;
  -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,.25) inset;
  -moz-box-shadow: 0 -2px 0 rgba(0,0,0,.25) inset;
  box-shadow: 0 -2px 0 rgba(0,0,0,.25) inset;
  margin: 0;
  top: -1px;
  right: -1px;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bootstrap-select.btn-group .btn .caret:before {
  content: "\f078";
}
.bootstrap-select.btn-group .btn:hover .caret {
  background: #900000;
}
select:hover + .bootstrap-select.btn-group .btn .caret,
select:focus + .bootstrap-select.btn-group .btn .caret,
select:selected + .bootstrap-select.btn-group .btn .caret {
  background: #900000;
}
.form-control {
  border-color: #ccc !important;
}
input[type="text"].form-control,
input[type="numeric"].form-control,
input[type="text"].form-control ~ input[type="hidden"],
input[type="numeric"].form-control ~ input[type="hidden"],
input[type="text"].k-input,
input[type="numeric"].k-input,
input[type="text"].k-textbox,
input[type="numeric"].k-textbox {
  border-color: #ccc #ccc rgba(109, 110, 113, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  height: 30px;
  line-height: 1.42857143;
  padding: 6px 12px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*&[aria-invalid="true"] {
            border: 1px solid red !important;
            border-color: red !important;
        }*/
}
input[type="text"].form-control + .input-group-addon,
input[type="numeric"].form-control + .input-group-addon,
input[type="text"].form-control ~ input[type="hidden"] + .input-group-addon,
input[type="numeric"].form-control ~ input[type="hidden"] + .input-group-addon,
input[type="text"].k-input + .input-group-addon,
input[type="numeric"].k-input + .input-group-addon,
input[type="text"].k-textbox + .input-group-addon,
input[type="numeric"].k-textbox + .input-group-addon {
  border-left: none;
  border-color: #ccc !important;
  border-bottom-color: rgba(109, 110, 113, 0.45) !important;
  border-color: rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.45) !important;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.03);
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background: #fff;
  font-weight: 600;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="text"].form-control:focus,
input[type="numeric"].form-control:focus,
input[type="text"].form-control ~ input[type="hidden"]:focus,
input[type="numeric"].form-control ~ input[type="hidden"]:focus,
input[type="text"].k-input:focus,
input[type="numeric"].k-input:focus,
input[type="text"].k-textbox:focus,
input[type="numeric"].k-textbox:focus,
.k-state-focused input[type="text"].form-control,
.k-state-focused input[type="numeric"].form-control,
.k-state-focused input[type="text"].form-control ~ input[type="hidden"],
.k-state-focused input[type="numeric"].form-control ~ input[type="hidden"],
.k-state-focused input[type="text"].k-input,
.k-state-focused input[type="numeric"].k-input,
.k-state-focused input[type="text"].k-textbox,
.k-state-focused input[type="numeric"].k-textbox {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.k-input {
  border-radius: 0 !important;
}
.k-widget + .input-group-addon {
  border-left: none;
  border-color: #ccc !important;
  border-bottom-color: rgba(109, 110, 113, 0.45) !important;
  border-color: rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.15) rgba(109, 110, 113, 0.45) !important;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.03);
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  background: #fff;
  font-weight: 600;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.input-group .k-widget:first-child .k-autocomplete.k-state-default,
.input-group .k-widget:first-child .k-picker-wrap.k-state-default,
.input-group .k-widget:first-child .k-numeric-wrap.k-state-default,
.input-group .k-widget:first-child .k-dropdown-wrap.k-state-default,
.input-group .k-widget:first-child .k-multiselect.k-header {
  border-right-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-widget .k-input {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control.k-widget {
  padding: 0;
  width: 100%;
}
.input-group {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.input-group .k-state-focused {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.input-group .k-textbox,
.input-group .k-input {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.input-group .form-control:first-child,
.input-group .form-control:not(:first-child):not(:last-child) {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: none;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03);
}
.input-group .input-group-addon:first-child {
  background: #C12017;
  border-color: #9f1b13;
  color: white;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
  border-color: #ccc #ccc rgba(109, 110, 113, 0.45);
}
.k-textbox:hover,
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  border-color: #8997A3;
}
.k-textbox:focus,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  border-color: #F09273;
}
.k-textbox:focus.k-state-disabled,
.k-autocomplete.k-state-focused.k-state-disabled,
.k-picker-wrap.k-state-focused.k-state-disabled,
.k-numeric-wrap.k-state-focused.k-state-disabled,
.k-dropdown-wrap.k-state-focused.k-state-disabled,
.k-multiselect.k-header.k-state-focused.k-state-disabled {
  box-shadow: none;
  border-color: rgba(109, 110, 113, 0.25);
  border-bottom-color: rgba(109, 110, 113, 0.57);
  border-right: none;
}
.k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.k-state-focused,
.k-button:focus,
.k-button.k-state-focused,
.k-button:focus:active {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  background-color: #E9573D;
  border-color: #E9573D;
  color: #fff;
}
.k-animation-container,
.k-widget,
.k-widget *,
.k-animation-container *,
.k-widget *::before,
.k-animation-container *::after,
.k-block .k-header,
.k-list-container {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload,
.k-split-button {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-autocomplete.k-state-default .k-input,
.k-combobox .k-state-default .k-input,
.k-picker-wrap.k-state-default .k-input,
.k-numeric-wrap.k-state-default .k-input,
.k-multiselect-wrap,
.k-slider-track,
.k-slider-selection,
.k-progress-status-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k-dropdown-wrap .k-input {
  padding: 5px 0 !important;
}
.k-dropdown-wrap.k-state-hover {
  background-color: #fff !important;
}
.form-group .k-widget,
.form-group .k-textbox {
  width: 100%;
}
.form-group .k-widget.k-numerictextbox {
  width: 100% !important;
}
span.k-state-default {
  border-color: #ccc;
  border-bottom-color: rgba(109, 110, 113, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
span.k-state-default.k-state-focused {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
span.k-state-default .k-input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-multiselect.k-header {
  border-color: rgba(109, 110, 113, 0.25);
  border-bottom-color: rgba(109, 110, 113, 0.57);
}
.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-pager-numbers.k-state-expanded .k-current-page .k-link {
  background-color: #e6e6e6;
  border-color: #dedede #ebebeb #fff #ebebeb;
}
.k-calendar-container .k-icon {
  background-image: none;
}
.k-fa-icon,
.k-i-arrow-n:before,
.k-i-arrow-s:before,
.k-i-arrow-w:before,
.k-i-arrow-e:before,
.k-i-calendar:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background: none;
  color: #A7A9AC;
}
.k-icon.k-fa-icon {
  font-size: 0;
}
.k-icon.k-fa-icon:before {
  font-size: 14px;
}
.k-i-arrow-n {
  background: none;
}
.k-i-arrow-n:before {
  content: "\f106";
}
.k-i-arrow-s {
  background: none;
}
.k-i-arrow-s:before {
  content: "\f107";
}
.k-i-arrow-w {
  background: none;
}
.k-i-arrow-w:before {
  content: "\f104";
}
.k-i-arrow-e {
  background: none;
}
.k-i-arrow-e:before {
  content: "\f105";
}
.k-i-calendar {
  background: none;
}
.k-i-calendar:before {
  content: "\f073" !important;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-window-titlebar .k-input,
.k-block > .k-header .k-input,
.k-tabstrip-items .k-item .k-input,
.k-panelbar .k-tabstrip-items .k-item .k-input,
.k-tabstrip-items .k-link .k-input,
.k-calendar-container.k-state-border-down .k-input,
.k-list-container.k-state-border-down .k-input,
.k-autocomplete.k-state-border-down .k-input,
.k-multiselect.k-state-border-down .k-input,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-numeric-wrap.k-state-border-down .k-input {
  -moz-border-radius: 1px 0 0 1px;
  -webkit-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-bottom-width: 1px;
  padding-bottom: 0;
}
.k-popup .k-list .k-state-hover,
.k-popup .k-list .k-state-focused,
.k-popup .k-list .k-state-selected,
.k-overflow-container .k-state-hover,
.k-overflow-container .k-state-focused,
.k-overflow-container .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel.k-state-focused,
.k-list-optionlabel.k-state-selected {
  border-style: none;
  border-width: 0;
}
.k-dropdown-wrap .k-input {
  padding: 3px 12px;
}
.k-dropdown-wrap .k-select {
  background-color: #c12017;
  /*background: -moz-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,52,52,1)), color-stop(47%, rgba(217,52,52,1)), color-stop(100%, rgba(230,62,62,1)));
        background: -webkit-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
        background: -o-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
        background: -ms-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
        background: linear-gradient(to bottom, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93434', endColorstr='#e63e3e', GradientType=0 );*/
  border-radius: 0 !important;
  border-color: rgba(109, 110, 113, 0.25);
  border-bottom-color: rgba(109, 110, 113, 0.57);
  border-left: none;
  height: 104%;
}
.k-dropdown-wrap.k-state-hover .k-select {
  background: #d92a2b;
}
.k-dropdown-wrap.k-state-focused .k-select {
  background: #d92a2b;
}
.k-dropdown-wrap .k-i-arrow-s,
.k-dropdown-wrap .k-i-arrow-60-down {
  background: none;
}
.k-dropdown-wrap .k-i-arrow-s:before,
.k-dropdown-wrap .k-i-arrow-60-down:before {
  font-size: 20px;
}
.k-dropdown-wrap .k-i-arrow-s {
  background: none;
}
.k-dropdown-wrap .k-i-arrow-s:before {
  font-size: 17.5px;
  line-height: 32px;
}
.k-combobox .k-icon,
.k-dropdown .k-icon,
.k-selectbox .k-icon {
  height: 34px !important;
  line-height: 34px !important;
  margin-top: 2px !important;
}
.k-textbox:hover,
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background: #fff;
}
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-dropdown-wrap .k-select {
  width: 2.9em !important;
  cursor: pointer;
  background-color: #c12017;
  /*background: -moz-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,52,52,1)), color-stop(47%, rgba(217,52,52,1)), color-stop(100%, rgba(230,62,62,1)));
    background: -webkit-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
    background: -o-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
    background: -ms-linear-gradient(top, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
    background: linear-gradient(to bottom, rgba(217,52,52,1) 0%, rgba(217,52,52,1) 47%, rgba(230,62,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93434', endColorstr='#e63e3e', GradientType=0 );*/
}
.k-picker-wrap .k-select .k-icon:before,
.k-numeric-wrap .k-select .k-icon:before,
.k-dropdown-wrap .k-select .k-icon:before {
  color: white;
}
.k-picker-wrap .k-select {
  border-radius: 0 !important;
}
.k-textbox,
.k-autocomplete,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap {
  border-style: solid;
  border-width: 1px;
  padding: 0 2.9em 0 0;
  min-height: 40px;
}
.k-state-focused > .k-select {
  border-color: #8997A3;
}
.k-numerictextbox .k-link {
  height: 17px;
}
.k-numerictextbox .k-link .k-icon {
  height: 17px;
  line-height: 17px;
  width: 75%;
}
.k-numerictextbox .k-link:first-child .k-icon {
  border-bottom: 1px solid #D8D9DA;
}
.k-dropdown-default .k-dropdown-wrap,
.k-dropdown-primary .k-dropdown-wrap {
  margin-bottom: 0;
  font-weight: 600;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.k-dropdown-default .k-dropdown-wrap:focus,
.k-dropdown-primary .k-dropdown-wrap:focus,
.k-dropdown-default .k-dropdown-wrap:active:focus,
.k-dropdown-primary .k-dropdown-wrap:active:focus,
.k-dropdown-default .k-dropdown-wrap.active:focus,
.k-dropdown-primary .k-dropdown-wrap.active:focus {
  outline: none;
}
.k-dropdown-default .k-dropdown-wrap:hover,
.k-dropdown-primary .k-dropdown-wrap:hover,
.k-dropdown-default .k-dropdown-wrap:focus,
.k-dropdown-primary .k-dropdown-wrap:focus {
  color: #333;
  text-decoration: none;
}
.k-dropdown-default .k-dropdown-wrap:active,
.k-dropdown-primary .k-dropdown-wrap:active,
.k-dropdown-default .k-dropdown-wrap.active,
.k-dropdown-primary .k-dropdown-wrap.active {
  outline: 0;
  background-image: none;
}
.k-dropdown-default .k-dropdown-wrap.disabled,
.k-dropdown-primary .k-dropdown-wrap.disabled,
.k-dropdown-default .k-dropdown-wrap[disabled],
.k-dropdown-primary .k-dropdown-wrap[disabled],
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap,
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k-dropdown-default .k-dropdown-wrap {
  color: #333;
}
.k-dropdown-default .k-dropdown-wrap:hover,
.k-dropdown-default .k-dropdown-wrap:focus,
.k-dropdown-default .k-dropdown-wrap:active,
.k-dropdown-default .k-dropdown-wrap.active,
.open > .dropdown-toggle.k-dropdown-default .k-dropdown-wrap {
  color: #333;
  background-color: #fff;
}
.k-dropdown-default .k-dropdown-wrap:active,
.k-dropdown-default .k-dropdown-wrap.active,
.open > .dropdown-toggle.k-dropdown-default .k-dropdown-wrap {
  background-image: none;
  background-color: #e6e6e6;
  border-color: #dedede #ebebeb #fff #ebebeb;
}
.k-dropdown-default .k-dropdown-wrap.disabled,
.k-dropdown-default .k-dropdown-wrap[disabled],
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap,
.k-dropdown-default .k-dropdown-wrap.disabled:hover,
.k-dropdown-default .k-dropdown-wrap[disabled]:hover,
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap:hover,
.k-dropdown-default .k-dropdown-wrap.disabled:focus,
.k-dropdown-default .k-dropdown-wrap[disabled]:focus,
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap:focus,
.k-dropdown-default .k-dropdown-wrap.disabled:active,
.k-dropdown-default .k-dropdown-wrap[disabled]:active,
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap:active,
.k-dropdown-default .k-dropdown-wrap.disabled.active,
.k-dropdown-default .k-dropdown-wrap[disabled].active,
fieldset[disabled] .k-dropdown-default .k-dropdown-wrap.active {
  background-color: #fff;
  border-color: #ccc;
}
.k-dropdown-default .k-dropdown-wrap .badge {
  color: #fff;
  background-color: #333;
}
.k-dropdown-primary .k-dropdown-wrap {
  color: #fff !important;
  background-color: #C21C1D;
  border-color: #e44647 #df2324 #c21c1d #df2324;
  box-shadow: 0 -1px 0 0 rgba(255, 142, 143, 0.004), 0 1px 0 0 rgba(144, 16, 17, 0.004), 0 1px 4px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(181, 26, 27, 0.004), inset 0 -1px 0 0 rgba(0, 0, 0, 0.21);
}
.k-dropdown-primary .k-dropdown-wrap * {
  color: #fff !important;
}
.k-dropdown-primary .k-dropdown-wrap:hover,
.k-dropdown-primary .k-dropdown-wrap:focus,
.k-dropdown-primary .k-dropdown-wrap:active,
.k-dropdown-primary .k-dropdown-wrap.active,
.open > .dropdown-toggle.k-dropdown-primary .k-dropdown-wrap {
  color: #fff;
  background-color: #E9573D;
  border-color: #f3a699 #ef8774 #ec6b54 #ef8774;
}
.k-dropdown-primary .k-dropdown-wrap:hover *,
.k-dropdown-primary .k-dropdown-wrap:focus *,
.k-dropdown-primary .k-dropdown-wrap:active *,
.k-dropdown-primary .k-dropdown-wrap.active *,
.open > .dropdown-toggle.k-dropdown-primary .k-dropdown-wrap * {
  color: #fff;
}
.k-dropdown-primary .k-dropdown-wrap:active,
.k-dropdown-primary .k-dropdown-wrap.active,
.open > .dropdown-toggle.k-dropdown-primary .k-dropdown-wrap {
  background-image: none;
  background-color: #951616;
  border-color: #df2324 #e2393a #e85c5d #e2393a;
}
.k-dropdown-primary .k-dropdown-wrap.disabled,
.k-dropdown-primary .k-dropdown-wrap[disabled],
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap,
.k-dropdown-primary .k-dropdown-wrap.disabled:hover,
.k-dropdown-primary .k-dropdown-wrap[disabled]:hover,
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap:hover,
.k-dropdown-primary .k-dropdown-wrap.disabled:focus,
.k-dropdown-primary .k-dropdown-wrap[disabled]:focus,
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap:focus,
.k-dropdown-primary .k-dropdown-wrap.disabled:active,
.k-dropdown-primary .k-dropdown-wrap[disabled]:active,
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap:active,
.k-dropdown-primary .k-dropdown-wrap.disabled.active,
.k-dropdown-primary .k-dropdown-wrap[disabled].active,
fieldset[disabled] .k-dropdown-primary .k-dropdown-wrap.active {
  background-color: #C21C1D;
  border-color: #ac191a;
}
.k-dropdown-primary .k-dropdown-wrap .badge {
  color: #C21C1D;
  background-color: #fff;
}
.k-animation-container .k-list-container.k-popup .k-list-optionlabel {
  text-align: center;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: #A7A9AC;
  font-weight: bold;
  padding: 3px 18px;
}
.k-popup {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
  border: 0 !important;
}
.k-animation-container .k-list-container.k-popup {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
  height: auto !important;
}
.k-animation-container .k-list-container.k-popup .k-list-optionlabel {
  text-align: center;
  font-style: italic;
  color: rgba(109, 110, 113, 0.5);
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
.k-animation-container .k-list-container.k-popup .k-list-optionlabel.k-state-focused,
.k-animation-container .k-list-container.k-popup .k-list-optionlabel.k-state-selected,
.k-animation-container .k-list-container.k-popup .k-list-optionlabel.k-state-active {
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup .k-list-optionlabel.k-state-focused {
  background: #A7A9AC !important;
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup .k-list-optionlabel .k-animation-container .k-list-container.k-popup .k-list-optionlabel.k-state-focused {
  background: #A7A9AC !important;
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup .k-list {
  font-weight: bold;
}
.k-animation-container .k-list-container.k-popup .k-list .k-item {
  padding: 3px 12px;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.k-animation-container .k-list-container.k-popup .k-list .k-item.k-state-focused {
  background: #A7A9AC !important;
  color: #fff;
}
.k-animation-container .k-list-container.k-popup .k-list .k-item.k-state-selected,
.k-animation-container .k-list-container.k-popup .k-list .k-item.k-state-active {
  background: #E9573D !important;
  background: #A7A9AC !important;
  color: #fff;
}
.k-animation-container .k-list-container.k-popup .k-list .k-item.k-state-hover {
  background: #c1c3c5 !important;
  padding: 3px 12px !important;
  color: #fff;
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary {
  color: #fff !important;
  background-color: #C21C1D;
  border-color: #e44647 #df2324 #c21c1d #df2324;
  box-shadow: 0 -1px 0 0 rgba(255, 142, 143, 0.004), 0 1px 0 0 rgba(144, 16, 17, 0.004), 0 1px 4px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(181, 26, 27, 0.004), inset 0 -1px 0 0 rgba(0, 0, 0, 0.21);
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel {
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel.k-state-focused,
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel.k-state-selected,
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel.k-state-active {
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel.k-state-focused,
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list-optionlabel.k-state-hover {
  background: #8E1230 !important;
  color: rgba(255, 255, 255, 0.5);
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list .k-item.k-state-focused {
  background: #8E1230 !important;
  color: #fff;
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list .k-item.k-state-selected,
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list .k-item.k-state-active {
  background: #E9573D !important;
  color: #fff;
}
.k-animation-container .k-list-container.k-popup.k-dropdown-primary .k-list .k-item.k-state-hover {
  background: #8E1230 !important;
  color: #fff;
}
/* chart-filter-area */
.chart-filter-area .k-datepicker {
  width: auto;
}
.chart-filter-area .k-datepicker .k-picker-wrap {
  text-align: center;
  line-height: 33px;
  width: 100%;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.chart-filter-area .k-datepicker .k-picker-wrap .k-select {
  vertical-align: middle;
  height: 100%;
}
.chart-filter-area .k-datepicker .k-picker-wrap .k-input {
  text-align: center;
  width: 100%;
  border: 0;
}
.k-calendar th {
  background-color: #fff;
  color: #A7A9AC;
  font-weight: 100;
}
.k-calendar td {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.k-calendar .k-content .k-state-focused {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.k-calendar .k-content .k-state-selected {
  background-color: #E9573D;
}
.k-calendar .k-content .k-state-selected .k-link {
  color: #fff;
}
.k-calendar .k-today {
  background-color: #F9D3C2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.k-calendar .k-today .k-link {
  color: #E9573D;
}
.k-radio:checked + .k-radio-label::before {
  border-color: #ccc;
}
.k-radio-label::before {
  background-color: #fff;
  border-color: #ccc;
  border-radius: 50%;
  border-width: 1px;
}
.k-radio-label::before {
  border-style: solid;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
.k-radio:checked + .k-radio-label::after {
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 10px;
}
.k-radio:checked + .k-radio-label::after {
  background-color: #C21C1D;
  border-radius: 50%;
}
.k-checkbox:focus + .k-checkbox-label::after,
.k-radio:focus + .k-radio-label::before {
  border-color: #C21C1D;
  box-shadow: none;
}
.k-radio-label:active::before {
  border-color: #C21C1D;
  border-radius: 50%;
  box-shadow: none;
}
.k-checkbox:checked + .k-checkbox-label:after {
  content: "\f00c";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-family: "FontAwesome";
}
.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  border-radius: 2px;
  height: 100%;
  left: 0;
  right: auto;
  top: 0;
}
/*TODO alapadatoknál a BiztositasTartamaKod dropdown-al nem tudta megjeleníteni a teljes listát*/
.k-list-scroller80px .k-list-scroller {
  min-height: 80px !important;
}
.k-list-scroller100 .k-list-scroller {
  min-height: 80% !important;
}
.k-list-scroller-auto .k-list-scroller {
  height: auto !important;
}
.k-list-scroller {
  max-height: 100% !important;
  height: auto !important;
}
a.k-button.k-button-increase,
a.k-button.k-button-decrease {
  background-color: #c21c1d;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
.k-slider-horizontal .k-slider-selection,
.k-slider-horizontal .k-slider-track {
  margin-top: -3px;
}
a.k-button.k-button-increase span:before,
a.k-button.k-button-decrease span:before {
  color: white;
  font-size: 18px;
  top: 1.5px;
  position: relative;
  font-weight: 600;
}
a.k-button.k-button-increase span:before {
  position: relative;
  left: 1.2px;
}
.k-slider-selection {
  background-color: #c21c1d;
}
section.real-estate > h3,
.real-estate > h3 {
  color: #c21c1d;
  border-bottom: 1px solid #c21c1d;
  padding: 10px;
}
section.real-estate .row .col-md-6 .form-group,
.real-estate .row .col-md-6 .form-group {
  margin: 0;
}
section.real-estate .row .col-md-6 .form-group .row,
.real-estate .row .col-md-6 .form-group .row {
  padding: 0;
}
.property-data-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(39, 39, 39, 0.17);
}
@media screen and (min-width: 768px) {
  .property-data-row:first-of-type {
    margin-top: 1em;
    padding-top: 1em;
  }
}
.property-data-row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.property-data-row h3 {
  color: rgba(39, 39, 39, 0.57);
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.numeric-textbox.custom-border + .form-group .col-md-6 span.text-nowrap {
  background-color: #ebebeb;
  border: 1px solid rgba(109, 110, 113, 0.15);
  height: 40px;
  padding: 8px 10px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-right: 0;
}
.numeric-textbox.custom-border + .form-group .col-md-6 span.text-nowrap .input-group-addon {
  border: none;
  padding: 0 10px 0 0;
}
.row.keszpenz-ertekpapir .col-md-1 + .col-md-5 .no-padding {
  display: inline-flex;
  align-items: center;
  height: 40px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .row.keszpenz-ertekpapir .col-md-1 + .col-md-5 .no-padding + .input-group {
    width: 45%;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .btn-pull-left {
    float: left !important;
  }
}