﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  /*height: 30px;*/
  /*padding: 8px 12px;*/
  /*font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;*/
  /*-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;*/
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 1px solid #0097cf;
}

.tt-query {
  -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);
}

.tt-hint {
  color: #999;
  max-width: 100vw;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 18px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}


span.twitter-typeahead {
    width:100%;
}

span.twitter-typeahead > input {
    width:100%;
}

/* ----------    01/03/2019 Styles   ----------*/
.content-section {
    font-size:16px;
}

.content-section button {
    padding:8px 15px;
    margin:5px 0px;
    text-transform:initial;
    text-align:left;
}


.box-sec {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin: 10px 0px;
}

.box-sec p {
    margin-bottom:15px;
}

.box-sec ul, .box-sec ol {
    padding: 0px 0px;
    margin: 20px 0px 20px 20px;
}

.box-sec ul li {
    padding: 5px 0px;
    margin: 0px 0px;
    list-style-type:circle;
}

.box-sec ol li {
    padding: 5px 0px;
    margin: 0px 0px;
}

.content-section button.download-btn {
    position: absolute;
    top: -10px;
    /* left: 10px; */
    margin-left: 10px;
}

.content-section button.mt-1 {
    margin-top: 10px;
}
       


.content-section .choose_file {
    position: relative;
    display: inline-block;
    font: normal 14px Myriad Pro, Verdana, Geneva, sans-serif;
    color: #7f7f7f;
    margin-top: 2px;
    background: white
}

.content-section .choose_file input[type="file"] {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.content-section .alert-success-msg {
    color: #6abc55;
    font-size: 18px;
    padding:5px 0px;
}

.content-section .alert-failed-msg {
    color: #b94a48;
    font-size: 18px;
    padding: 5px 0px;
}

.content-section .table-responsive {
    margin:10px 0px;
}

.content-section .table-responsive table > thead {
    background: #cccccc;
}

#dropArea {
    background: #b5b5b5;
    border: black dashed 1px;
    height: 200px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

.active-drop {
    background: #77bafa !important;
    border: solid 2px blue !important;
    opacity: .5;
    color: black !important;
}

.upload-file {
    display: inline-block !important
}

.review-table tr td:last-child {
    white-space:pre;
}

.review-table tbody > tr > td[data-columnName="Failure Reason"] {
    white-space: pre;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
}

.table-responsive table {
    min-width:1024px;
}
.table-responsive.small table {
    min-width: auto;
}
.booking-dates-holder {
    width: 100%;
}

.booking-dates-holder p {
    display: inline-block;
}

.disabled-button {
    background-color: #c4c2c3 !important;
    color: #767676;
}

.dialog-link-group-loader {
    margin-left: -20px;
    width: 95% !important;
    height: 97% !important;
    margin-top: 85px;
}

.dialog-success-body h4 {
    margin-top: 0;
    color: #000;
    text-align: center;
}

.required-invalid-form {
    border: 1px solid red;
}

.tbl-link-group-permissions .permission-holder {
    margin-right: 10px;
}

.tbl-link-group-permissions .search-extendable-input {
    width: 95px;
}
.tbl-link-group-permissions .group-permission-box {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 5px;
}

.tbl-link-group-permissions .group-permission-box.box-header {
    margin-top: 20px;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

    .modal-body h4 {
        margin-top: 0;
        color: #000;
        text-align: center;
    }

.error-field {
    position: absolute;
}

.form-field {
    position: relative;
    padding-bottom: 7px;
}

.loader-container {
    position: absolute;
    bottom: 20px;
    left: 30%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.small-loader {
    width: 30px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #3498db;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}