﻿/* Webfont: Lato-Regular */
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*Layout*/
html {
  background-color: white;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

main.container {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.body-margin {
  padding-top: 96px;
}

.content-margin {
  margin-top: 25px;
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

h1 {
  margin: 15px 0 40px 20px;
  font-size: 2rem;
}

.logged-user {
  margin-right: 25px;
}

.logged-user-top {
  text-transform: uppercase;
  padding-top: 12px;
  width: 300px;
}

.btn {
  border-radius: 0 !important;
  font-size: 20px;
}

.text-danger {
  color: #e82225 !important;
}

a:not(.btn, .nav-link) {
  text-decoration: underline;
}

.btn-danger {
  background-color: #e82225;
}
.btn-danger:hover {
  background-color: #000000;
  border-color: #000000;
}

.btn-dark {
  background-color: #000000;
}
.btn-dark:hover {
  background-color: #e82225;
  border-color: #e82225;
}

.btn-dark-read-only {
  color: #FFFFFF;
  background-color: #000000;
}
.btn-dark-read-only:hover {
  color: #FFFFFF;
  background-color: #000000;
}

.modal-content {
  border-radius: 0;
}

/*navbar*/
.navbar .container {
  flex-wrap: wrap;
}

.navbar-brand img {
  width: 220px;
}

@media (max-width: 991px) {
  .navbar-light {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 300px;
  }
  .scrolled-down {
    transform: translateY(-139px);
    transition: all 0.3s ease-in-out;
  }
  .scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }
  .content-margin {
    margin-top: 99px;
  }
  .content-margin-virtual {
    margin-top: 43px;
  }
  .wide-title {
    font-size: 60px !important;
  }
  .global-footer {
    text-align: left !important;
    padding: 50px 0;
  }
  .global-footer img {
    height: 160px !important;
    margin-left: 25px;
  }
  .global-footer .contact-info-container {
    display: flex;
    margin-bottom: 10px;
  }
  .global-footer .contact-info {
    margin-top: 0px !important;
    padding-left: 25px;
    padding-top: 20px;
  }
  .global-footer .copyright {
    text-align: center;
  }
  .btn-size-md {
    min-width: 165px !important;
  }
  .btn-size-lg {
    min-width: 260px !important;
  }
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: transparent !important;
  height: 50px;
  margin-top: 25px;
}

.navbar-nav .nav-item.active a, .navbar-nav .nav-item:hover a {
  font-weight: bold;
  color: #e82225 !important;
}
.navbar-nav .nav-item .nav-link {
  color: black;
  text-transform: uppercase;
}

.navbar-brand {
  margin-right: 2rem;
}

.footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.footer .container {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-content {
  padding-bottom: 70px;
}

.wide-title {
  text-transform: uppercase;
  text-shadow: 2px 2px #000 !important;
  padding: 50px 0px;
  background: url(../img/title-background.png);
  color: #FFFFFF;
  text-align: center;
  font-size: 40px;
}

.media-wide-title {
  background: url(../img/title-background.png);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: -134px;
}
.media-wide-title H1 {
  font-size: 60px;
  font-weight: 700;
}
.media-wide-title H2 {
  font-size: 34px;
  font-style: italic;
}
.media-wide-title .exclusive-library {
  background-color: rgba(0, 0, 0, 0.5);
}
.media-wide-title .vendor-library {
  background-color: rgba(232, 34, 37, 0.5);
}
.media-wide-title .col-lg-6 {
  padding: 100px 40px;
}
.media-wide-title .btn {
  padding: 25px;
  margin-top: 40px;
}

.global-footer {
  color: #FFFFFF !important;
  background-color: #000000;
  padding: 20px 0;
  text-align: center;
}
.global-footer img {
  height: 113px;
}
.global-footer .contact-info {
  margin-top: 20px;
}
.global-footer .contact-info a {
  color: #FFFFFF !important;
}
.global-footer .contact-info .btn-icon i {
  color: #e82225 !important;
}
.global-footer .contact-info .btn.btn-rounded {
  border-radius: 50px !important;
  margin-right: 10px;
  width: 38px;
  font-size: 14px;
}
.global-footer .contact-info-container {
  margin-bottom: 10px;
}
.global-footer .copyright {
  text-align: center;
  font-size: 13px;
}

@media print {
  .footer {
    display: none !important;
  }
  .collapse {
    display: block !important;
    height: auto !important;
  }
  h1 {
    margin: 0 0 20px 20px;
    font-size: 2rem;
  }
  hr {
    display: none !important;
  }
  body {
    padding-top: 0;
  }
  .footer-content {
    padding-bottom: 0;
  }
}
.contact-form h1 {
  margin-left: 0px;
  margin-right: 0px;
}
.contact-form .contact-info a {
  color: #e82225;
}

/*forms*/
.form-control {
  border-radius: 0;
}

.input-validation-error {
  border-color: #e82225;
}

form label.required:after {
  color: red;
  content: " *";
}

.btn:not(.btn-link) {
  box-shadow: rgba(0, 0, 0, 0.25) 0 3px 11px 0;
}

.btn-size {
  min-width: 90px;
}

.btn-size-lg {
  min-width: 100%;
}

.clear-date-btn {
  position: absolute;
  bottom: 22px;
  right: 56px;
  cursor: pointer;
}

.modal-form-xl {
  overflow: auto;
  height: 60vh;
}

.modal-form-md {
  overflow: auto;
  height: 60vh;
}

.k-tabstrip-items {
  margin: 0 0.286em !important;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.tab-container {
  padding: 10px 0;
}

.note {
  font-size: 12px;
  margin-left: 10px;
}

.k-expander {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.k-expander .k-expander-header {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.k-expander .k-expander-header .k-expander-title {
  color: #212529 !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.k-expander .k-state-focused {
  box-shadow: none !important;
}

.k-tabstrip > .k-content:focus {
  outline: none !important;
}

.control-label {
  font-weight: normal !important;
}

.btn-xs {
  padding: 0.05rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.k-combobox .k-state-hover {
  background-color: white !important;
}
.k-combobox .k-select {
  border-color: white !important;
  background-color: white !important;
  width: 22px !important;
  font-weight: 500 !important;
}
.k-combobox .k-clear-value {
  right: calc(3em - 30px) !important;
}
.k-combobox .k-clear-value .k-icon {
  margin-top: 8px;
}
.k-combobox .k-i-arrow-60-down:before {
  content: "\e015" !important;
}

.dntCaptcha {
  width: 195px;
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#dntCaptchaImg {
  height: 34px;
  margin-left: 30px;
}

.k-tabstrip-items .k-item {
  /*width: 25%;*/
  height: 50px;
}
.k-tabstrip-items .k-item .k-link {
  color: #212529 !important;
  text-align: center;
}
.k-tabstrip-items .k-item.k-state-active .k-link, .k-tabstrip-items .k-item:hover .k-link {
  color: #e82225 !important;
  font-weight: bold;
}

.table-application th {
  border-top: none;
}

/*Grids*/
.link {
  color: #007bff !important;
}

.k-command-cell .k-button {
  min-width: unset !important;
  padding: 2px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.k-command-cell .k-button .k-icon {
  margin: 0px !important;
}
.k-command-cell .k-button.k-grid-update {
  color: green !important;
}
.k-command-cell .k-button.k-grid-cancel {
  color: #e82225 !important;
}
.k-command-cell .k-button.k-grid-delete {
  color: #e82225 !important;
}

.k-master-row input[type=checkbox]:not(.k-checkbox) {
  transform: scale(1.3);
}

.fa-check-circle {
  color: #82c91e;
  font-size: 20px;
}

.fa-circle {
  color: #ffd43b;
  font-size: 20px;
}

.fa-times-circle {
  color: #e82225;
  font-size: 20px;
}

.fa-trash-alt {
  color: #e82225 !important;
}

.k-filter-and {
  display: none !important;
}

.k-filter-row .k-clear-value .k-icon.k-i-x {
  margin-top: 8px;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 3.3em !important;
}

.bottom-title {
  background-color: #000000;
  padding: 1px 0;
}
.bottom-title .k-textbox, .bottom-title .k-multiselect-wrap, .bottom-title .k-dropdown-wrap {
  border-radius: 0px !important;
}
.bottom-title .k-multiselect > span {
  color: #e82225;
  opacity: 1;
}
.bottom-title .k-multiselect, .bottom-title .k-dropdown {
  border: 2px solid;
  border-color: #e82225 !important;
  border-radius: 0;
}
.bottom-title .k-multiselect-wrap, .bottom-title .k-dropdown-wrap {
  background-color: #000000 !important;
  border: none !important;
}
.bottom-title .k-multiselect-wrap .k-clear-value, .bottom-title .k-dropdown-wrap .k-clear-value {
  color: #FFFFFF;
}
.bottom-title .k-multiselect-wrap .k-button, .bottom-title .k-multiselect-wrap .k-button:active, .bottom-title .k-dropdown-wrap .k-button, .bottom-title .k-dropdown-wrap .k-button:active {
  background-color: #000000 !important;
  border: none !important;
  color: #FFFFFF;
}
.bottom-title .k-multiselect-wrap .k-button .k-select, .bottom-title .k-multiselect-wrap .k-button:active .k-select, .bottom-title .k-dropdown-wrap .k-button .k-select, .bottom-title .k-dropdown-wrap .k-button:active .k-select {
  display: none !important;
}
.bottom-title .k-multiselect-wrap > .k-input, .bottom-title .k-dropdown-wrap > span {
  color: #FFFFFF;
  opacity: 1;
  font-size: 16px;
}

.k-list .k-item.k-state-selected {
  background-color: #e82225 !important;
}

.k-popup {
  border-radius: 0px !important;
}

.k-link-search {
  margin-right: 15px;
}

.accordion-files {
  background-color: rgba(0, 0, 0, 0.03);
}

/*workflow timeline*/
.timeline-wrapper {
  z-index: 0;
}
.timeline-wrapper .status-tracking {
  margin-bottom: 30px;
  overflow: hidden;
  color: #6c757d;
  padding-left: 0px;
  margin-top: 30px;
  text-align: center;
}
.timeline-wrapper .status-tracking li {
  list-style-type: none;
  font-size: 14px;
  width: 16.6666666667%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #6c757d;
}
.timeline-wrapper .status-tracking li:first-child:before {
  margin-left: 15px !important;
  padding-left: 11px !important;
  text-align: left !important;
}
.timeline-wrapper .status-tracking li:last-child:before {
  margin-right: 5px !important;
  padding-right: 11px !important;
  text-align: right !important;
}
.timeline-wrapper .status-tracking li > div {
  color: #FFFFFF;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  font-size: 22px;
  background: #6c757d;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;
}
.timeline-wrapper .status-tracking li:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #6c757d;
  position: absolute;
  left: -50%;
  right: 0%;
  top: 23px;
  z-index: -1;
}
.timeline-wrapper .status-tracking li:first-child:after {
  width: 0;
}
.timeline-wrapper .status-tracking li.active {
  font-weight: bold;
  color: #e82225;
}
.timeline-wrapper .status-tracking li.active:after {
  background: #e82225;
}
.timeline-wrapper .status-tracking li.active > div {
  background: #e82225;
}
