@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto');

@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');

.alert {
  font-family: 'Roboto';
  padding: 10px;
}

.alert-info {
  border-color: #77B6FF;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px !important;
}

label {
  font-weight: 400;
  font-family: 'Roboto';
}

.form-control {
  height:42px;
  font-family: 'Roboto';
  font-weight: 400;
}

.form-control:focus {
  border: solid 1px #77B6FF;
  box-shadow: unset;
}

.panel {
  margin-bottom: 14px;
}

.dropdown-menu {
  min-width: 80px;
}

.dropdown-toggle {
  color: #777;
}
.dropdown-toggle:hover,.dropdown-toggle:focus {
  color: black;
  text-decoration: none;
}

.input-group-addon {
  background-color: white;
}

.small-modal {
  max-width: 40vw;
}
.chips-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 25px;
}


.checkbox, .radio {
  display:inline-block;
}

.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}

#dropdown09 {
    padding-top: 0px;
}

#dropdown09-menu {
    left:-32px;
}

.checkbox .cr, .radio .cr {
    top: 3px;
    position: relative;
    display: inline-block;
    border: 1px solid black;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr.disabled, .radio .cr.disabled {
  cursor: not-allowed;
}

.checkbox label.disabled, .radio label.disabled {
  cursor: not-allowed;
}

.checkbox .cr.checked, .radio .cr.checked {
  background-color: #FBBA00;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 15%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  opacity: 1;
  background-color: #FBBA00;
  font-size:0.6em;
  margin-left:1px;
}

.disabled {
  opacity: 0.5;
  color:unset !important;
}







.input-group {
  z-index: 0;
}
.no-backkground-no-hover {
  background-color: transparent !important;
  border-left-color: transparent !important;
}
.no-backkground-no-hover:hover {
  background-color: transparent !important;
}

/* no-gutters Class Rules */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}


/* Collapsible content styling */
.content {
  border-left: solid 7px transparent;
  background-color: white;
  transition: margin 0.3s ease-in-out;
}

.test {
  border-left: solid 7px transparent !important;
  border-radius:unset !important;
}

.test:hover {
  border-left-color:lightskyblue !important;
}

.content:hover {
/*  background-color: #f5f5f5; */
border-left-color:lightskyblue;
}

.content.open {
  margin-bottom: 8px;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 4px -2px gray;
}

.content:focus, .content.focus {
  border-left-color: lightskyblue;
  outline-width: 0;
  outline-style: none;
}


.capitalize {
  text-transform: uppercase
}

.rc-slider-disabled {
  background-color: transparent !important;
}

body {
  background-color:#F9F9F9;
  font-family: 'Oswald', sans-serif;
}

.label-discount {
  background-color: #FFEC4D;
  font-size: 1.0em;
  color: black;
  font-weight: unset;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-top:4px;
}

button.close {
  opacity: 1.0;
  margin-top: 4px;
}

.btn-ev {
  border-radius: 20px;
  background: white;
  box-shadow: none;
  color: #717171;
  border-color: #FBBA00;
  text-transform: uppercase;
  font-weight: 400 !important;
  line-height: 2;
  padding: 6px 20px;
}

.ev-primary {
  background-color: #FBBA00;
  color: black;
}

.ev-success {
    border-radius: 20px;
    background: white;
    box-shadow: none;
    color: #717171;
    border-color: #FBBA00;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 2;
    padding: 6px 20px;
}

.ev-new {
    border-radius: 20px;
    background: white;
    box-shadow: none;
    color: #28a745;
    border-color: #FBBA00;
    text-transform: uppercase;
    font-weight: 400 !important;
    line-height: 2;
    padding: 6px 20px;
}

.ev-reject {
    background-color: #c9302c;
    color: white;
}

.btn-discount {
  border: none;
  color: #4A90E2;
}

.btn-discount:hover {
  color: #4A90E2;
  text-decoration: underline;
  border: none;
}

.btn-discount:active {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);  
}

.ev-secondary {
  background-color: #E0DEDE;
  color: #333333;
  border-color: transparent;
}

.ev-secondary:disabled {
  background-color: #EBEBEB;
  color: #A9A9A9;
}

.ev-danger {
  background-color: #F1DBD9;
  color: black;
}

.ev-information {
  background-color: #4A90E2;
  color: black;
}

.btn-ev.ev-information {
  background-color: #BED5F0;
  border-color: transparent;
}


/*.btn-ev:focus {
  outline:none;
}*/

.badge {
  width: 20px;
  height: 20px;
  padding: 4px 5px;
}

.badge-small {
  width: 13px;
  height: 13px;
  padding: 2px 3px;
  font-size: 0.8em;
}

.badge-ev-orange {
  background-color: #FBBA00;
  font-weight: 400;
  color: black;
}
.badge-ev-blue {
  background-color: #9BC1EF;
  font-weight: 400;
  color: black;
}
.badge-ev-red {
  background-color: #F05F59;
  font-weight: 400;
  color: black;
}

.badge-ev-green {
  background-color: lightseagreen;
  font-weight: 400;
  padding: 3px 5px;
  color: black;
}

.with-right-margin {
  margin-right: 16px;
}

.img-small {
  width: 24px;
}


legend {
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 2em;
}

.navbar {
  font-weight: 400;
  font-size:16px;
}
.navbar-nav>li>a {
  color: #333333 !important;
  font-weight: 400;
}

.navbar-default {
  background-image: none !important;
  box-shadow: none !important;
  background-color: white;
}

.navbar-brand {
  padding-left:16px;
  cursor: pointer;
  height: 66px;
}

.navbar-default .navbar-brand  {
  background-color:#FFB81E !important;
  color: white !important;
}

.navbar > .container {
  margin-left:0px;
  margin-right:0px;
}

.navbar-default .navbar-collapse > li.active > a,
.navbar-default .navbar-nav > li.active > a {
    box-shadow: none !important;
    background-image: none !important;
    background-color: white;
    color: #000;
    border-bottom: solid 4px #FBBA00;
}

li > a.active {
    box-shadow: none !important;
    background-image: none !important;
    background-color: white;
    color: #000;
    border-bottom: solid 4px #FBBA00;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-image:none !important;
  background-color:white;
  color: #000;
  border-bottom: solid 4px #FBBA00;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  border-bottom: solid 4px #FBBA00 !important;
  background-color: transparent;
}

/* Collapsible rows + columns */
section {
  padding-left: 16px;
  padding-right: 16px;
}

header {
  display: flex;
  padding-bottom: 12px;
}

input[type=checkbox], input[type=radio] {
  margin-left: -18px !important;
  margin-top: 8px;
}

/* Flex div styles (aka Table styles) */
.tRow {
  display: flex; /* aligns all child elements (flex items) in a row */
  background-color: white;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #f0f0f0;
  line-height: 2em;
}

.tRow:hover {
   background-color: #f5f5f5; 
}

.plain {
  padding:0px;
  margin:0px;
  border: none;
}

.area {
  margin-top:12px !important;
}

/*
.list-group-item:hover .tRow {
  background-color: #f5f5f5;
}
*/

.tCol {
  flex: 1; /* distributes space on the line equally among items */
  font-weight: 400;
  text-align: left;
}

.tCol.rightPadding {
  text-align: right !important;
  padding-right: 16px;
}

.footer {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 16px;
  border: none;
}
.footer .tRow {
  background: transparent;
}

.c-50 {
  flex-grow: 5;
}

.c-40 {
  flex-grow: 4;
}

.c-35 {
  flex-grow: 3.5;
}

.c-30 {
  flex-grow: 3;
}

.c-25 {
  flex-grow: 2.5;
}

.c-20 {
  flex-grow: 2;
}

.c-10 {
  flex-grow: 1;
}

.with-top-margin {
  margin-top: 2px;
}

.container-max-size {
    max-width: 97%;
}

.container-padding {
    padding-left: 15%;
    padding-right: 15%;
}

.kmf-row {
    padding-top: 15px;
}

.kmf-label {
    font-size: 1.0em;
    margin-top: 8px;
}

.alert-with-button {
    min-height: 73px;
}

/*.btn:focus,
.btn:hover {
    color: initial !important;
    background-color: #FBBA00 !important;
    border-color: initial !important;
}*/