.APIcontainer {
  /* border-radius: 5px; */
  /* background-color: #f2f2f2; */
  color: black;
  box-sizing: border-box;
  outline: 0;
  background-color: black;
  border-radius: 7px;
  background-color: rgba(7, 7, 6, 0.52);
  width: 95%;
  box-sizing: border-box;
  padding: 2%;
  border-radius: 4px;
  margin: auto;
  vertical-align: top;
  font-family: "Times New Roman", Times, serif !important;
}

.APIsmallbutton {
  margin-top: 10px;
  margin-bottom: 10px;
}
.APIcol-58 {
  width: 54%;
  display: inline-block;
  vertical-align: top;
}
.APIcol-42 {
  width: 45%;
  /* margin-right: -15px; */
  display: inline-block;
  vertical-align: top;
}
.APIcol-50 {
  width: 49%;
  display: inline-block;
  vertical-align: top;

  /* margin-top: 6px; */
}
.APIinforow {
  color: white;
  font-size: medium;
  text-align: left;
  display: block;
}
.APIdate {
  /* background-color: blue; */
  height: 35px;
  font-size: larger;
  text-align-last: center;
  border-radius: 4px 0 0 4px;

  width: 69%;
  /* margin: auto; */

  /* border-radius: 4px; */
}

.APItime {
  font-size: larger;
  text-align-last: center;
  border-radius: 0 4px 4px 0;
  /* background-color: blue; */
  height: 35px !important;
  width: 29%;
  /* margin: auto; */
}
select {
  width: 268px;

  height: 35px;
  background: url(/wp-content/plugins/skydb/api/Fonts/br_down.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position-x: 244px;
}
.fa.fa-clock-o {
  position: relative;
  z-index: 2222;
  top: 15px;
  /* background-color: white; */
  left: 20px;
}
.fa-calendar-alt:before {
  position: relative;
  z-index: 2222;
  top: 13px;
  background-color: white;
  left: -38px;
}

#APIbuttonsubmit {
  border-radius: 4px !important;
  float: right;
  margin-top: 10px;
  margin-right: 6px;
  height: 35px;
  width: 170px;
}

.select2-selection {
  height: 35px !important;
}
.select2-container--default .select2-results__group {
  font-weight: 500;
  font-size: large;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(/wp-content/plugins/skydb/api/Fonts//b702afc7b811840ebc49037cdc98bc45.png);
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  border: none !important;
  height: 26px !important;
  width: 20px !important;
  margin: auto !important;
  top: 2px !important;
  left: -1px !important;
}

.select2-selection__placeholder {
  color: black !important;
  /* background-color: white; */
  /* font-size: large;
  font-weight: 200; */
  font-family: "Times New Roman", Times, serif !important;
  /* height: 35px !important; */
}
.select2-container--default .select2-selection--single {
  background-color: white;
  border-radius: 2px;
}
.select2-results__option--selectable {
  font-size: larger;
  font-weight: 200;
  /* font-family: Arial, Helvetica, sans-serif !important; */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  /* margin-top: 12px; */
  font-size: larger;
  font-weight: 200;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  padding-top: 2px;
}

.select2-container {
  width: 97% !important;

  /* margin: 1%; */
  height: 35px !important;
  border-radius: 0;
  color: black;

  /* background-color: green; */
}
.select2-container-full {
  width: 197% !important;
  /* height: 35px !important; */
}
.btn-primary {
  border: #ff6600;

  background-color: #ff6600 !important;
}
.btn-default {
  background-color: #5f6267 !important;
  color: white;
  border: #5f6267;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
  outline-offset: 0;
}

@media screen and (max-width: 1000px) {
  .APIcontainer {
    padding: 20px;
  }
  .APIcol-58,
  .APIcol-42 {
    width: 100%;
    margin: auto;
  }
  #APIbuttonsubmit {
    margin-right: 18px;
  }
  .select2-container-full {
    width: 198% !important;
    /* height: 35px !important; */
  }
}

@media screen and (max-width: 580px) {
  /* h1 {
    font-size: 25px !important;
    line-height: 28px !important;
  } */
  .APIshiftup {
    margin-top: -15px;
  }
  .APIcontainer {
    padding: 20px;
  }
  .APIcol-50 {
    width: 99%;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align-last: center;
  }
  #APIbuttonsubmit {
    width: 94%;
    margin-right: 3%;
  }
  .select2-container-full {
    width: 100% !important;
    /* height: 35px !important; */
  }
  .select2-container {
    width: 100% !important;
    /* height: 35px !important; */
  }
  /* .APIinforow {
    text-align: left; 
    text-align-last: center;
  } */
}
