/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.spacer-sm {
    margin-top: 20px;
}

body {
    font-family: "Roboto", sans-serif;
    background: rgba(245, 244, 231,1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF3d3d////riJKgAAAAAJ0Uk5T/wDltzBKAAAAFUlEQVR42mJgBAEGGMmAxAYCgAADAAGGABmnk/7aAAAAAElFTkSuQmCC);
    background: #ffffff;
}
body::after {
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
}

#usa-map {
  text-align: center;
}
.search-container path {
    stroke: white;
    fill:#D7DFE0 !important;
    transition: fill .4s ease;
}
.search-container path:hover {
    fill: #0070C0 !important;
}
.search-container input[type="text"],
.search-container input[type=text]:focus {
  font-size:14px;
  background: #E4E5E8;
  border:none;
  box-shadow: none;
}

.search-box {
  background-color: #ffffff;
}
#details-box {
    padding: 1rem;
    border-radius: 8px;
    font-size: 14px;
    position: fixed;
    color: white;
    background-color: black;
    width: fit-content;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .4s ease;
    z-index: 1;
}

.heading {
  color: #2400F8;
}
.col-one {
  margin-right: 20px;
  margin-bottom: 30px;
}
.search-container {
  font-size:14px;
  webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  margin-bottom: 10px;
  padding: 12px;
  position: relative;
  background: #f9f9fb;
  overflow: visible;
}

.row.criteria {
  margin-top:30px;
}
.search-speed input[type='text'] { 
    text-transform: uppercase;
}
.form-control {
  margin-bottom:10px;
}
path,
text,
th.click,
tr.request {
  cursor: pointer;
}
.modal-header {
  background-color: #F4F4F4;
}
.modal-title {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
}
.modal-card {
  position:relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.125rem;
  padding: 4px 12px;
}
.section {
  margin-bottom: 10px;
  font-size: 16px;
}
.section .modal-heading {
  font-size: 18px;
  font-weight: 500;
  padding-bottom:4px;
}
.section .modal-container {
  font-size: 14px;
  font-weight: 400;
  margin-left:10px;
}
.section .modal-container .modal-textarea {
  white-space: pre-wrap;
}
.section input {
  position: relative;
  top:2px;
}
tr .highlight {
  background-color: #F5F4E7;
}

.carrierField {
    position: relative;
    display: block;
    margin: 2px 2px 4px 2px;
    padding: 0;
    clear: both;
    zoom: 1;
    border: 1px solid transparent;
}

label {
  font-size: 14px;
  padding-right:5px;
  margin-bottom: .1rem;
}
label[for="workers-comp"], label[for="vetting-checklist"], label[for="viability"]  {
  margin-bottom: .6rem;
}