
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.alert-banner {
    border-radius: 0;
}

.login-logo {
    max-width: 90%;
    padding-bottom: 20px;
}

.header-logo {
    max-width: 90% !important;
    height: auto !important;
}

.action-icon {
    font-size: 20px !important;
    color: rgb(108, 117, 125) !important;
    text-decoration: none !important;
    margin-left: 3px;
    margin-right: 3px;
}

.sidebar-brand {
    line-height: normal !important;
}

.card-statistic-2 .card-body {
    font-size: 60px !important;
}

.card-statistic-1 .card-icon {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.card-button {
    cursor: pointer;
}

.card-button h5 {
    margin-top: 10px !important;
}

.select2-selection__choice {
    background-color: #353C48 !important;
}

/**
  File Pond Styles
 */
@media (min-width: 30em) {
    .filepond--item {
        width: calc(50% - .5em);
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(33.33% - .5em);
    }
}

.custom-switch {
    padding-left: 0 !important;
}

label.bid-labels, h5.bid-labels {
    transition: 0.3s !important;
}

label.bid-labels:hover, h5.bid-labels:hover {
    background-color: #d1d1d1 !important;
    color: white !important;
    text-shadow: 1px 1px 2px black;
}

label.bid-labels:active, h5.bid-labels:active {
    background-color: #d1d1d1 !important;
    color: white !important;
    text-shadow: 1px 1px 2px black;
}

#search {
    border: 1px solid transparent !important;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-header {
    font-weight: bold;
    font-size: 20px;
}

.autocomplete-item {
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-item i {
    font-size: 18px;
    margin-left: 20px;
}

.autocomplete-items {
  position: absolute;
    background-color: #fff;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
    max-height: 500px;
    overflow-y: scroll;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

.autocomplete-item:hover {
    background-color: #e9e9e9;
}

.folder-container {
  position: relative;
  text-align: center;
  color: white;
}

.folder-container img {
    max-width: 150px;
    width:100%;
}

.folder-label {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: large;
  font-weight: bold;
}

.job-image {
    height: 192px;
}

.job-document {
    height: 128px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.job-image-del {
    height: 72px;
}



@media only screen and (min-width: 600px) {
    .checkbox-menu {
        width: 450px;
    }

    .checkbox-menu .row {
        width: 450px;
    }
}


.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}