/* General */
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 2000px;
    }
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

h2 {
margin-left: 20px;
}

h5 {
    font-weight: bold;
}

h4 {
    display:inline-block;
}

a {
    cursor: pointer;
}

.white {
    color: white;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

/* Forms */
.form-custom{
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-left: 20px;
  padding:10px 5px 15px 20px;

  border: 2px solid transparent;
  border-radius: 25px;

  background-color: #29465b;

  color: white;
}

.subform {
margin:5px 15px 5px 5px;
padding:10px 5px 5px 5px;
border-bottom: 2px solid #FAF441;
}

.atn{
color: #FAF441;
}

select, input {
color: black;
}


#note {
color: black;
}

#detectors {
height:150px;
}

.row-btn {
text-align: center;
}

.btn-custom {
margin-top: 15px;
margin-left: -30px;

padding-left: 30px;
padding-right: 30px;

background-color: #FAF441;
color: #29465b;
font-weight: bold;
font-size: 120%
}

.btn-yel {
background-color: #FAF441;
color: #29465b;
}

.plus-btn {
    font-size: 1.6em;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.fas {
    color: #FAF441;
}

#new_location, #old_location {
    display:none;
}

#close_location, #correct_data {
    width: 30px;
    height: 30px;
}

#del_btn{
    background-color: #FAF441;
    color: #9A073F;
}

#add_files{
    color: #FAF441;
}

/* Form messages */
.warning{
    color: red;
    font-size: 150%;
}

.box {
  background-color: #FAF441;
  width: 60%;
  padding: 15px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;

  font-size: 150%;
}

.box.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid #FAF441;
  border-left: none;
  border-bottom: 15px solid transparent;
}

.box.arrow-right:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid #FAF441;
  border-bottom: 15px solid transparent;
}

/* Flex */
.flex-container {
 flex-wrap: wrap;
 flex-direction: column;
 align-items: flex-start;
 justify-content: center;
}

.flex-box {
 flex-wrap: wrap;
 display: flex;
 justify-content: flex-start;
 align-items: flex-start;
}

.flex-box-centered {

 flex-wrap: wrap;
 display: flex;
 justify-content: space-around;
}

.flex-item {
padding-bottom: 10px;
padding-left:15px;
}

.wide {
 width: 250px;
}

/* Charts */

.custom_chart {
padding:10px 15px 50px 15px;
}

.graph_block {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-left: 20px;
  padding:10px 5px 15px 20px;

  border: 2px solid transparent;
  border-radius: 25px;

  background-color: #29465b;
}

  .graph_wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;

  border: 2px solid transparent;
  border-radius: 15px;

  background-color: white;
  display:inline-block;

}

/* Tables */

.custom-table{
  margin-top: 20px;
  margin-bottom: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

/* Legends */

.legend {
    margin-left: 10px;
    display: inline-block;
    width: 55%;
}

.legend-label {
    width: 150px;
}