body {
  font-family: 'Open Sans', sans-serif;
}

.rtnflight {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  width: 16%;
  display: inline-block;
  padding: 0 10px;
}

.control-label {
  display: block;
}

input, select {
  width: 100%;
  padding:2px 5px;
}

option[default] {
  display: none;
  color: gray;
}



.centered {text-align:center;}

.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper input {
  width: 100%;
}

.autocomplete-results {
  position: absolute;
  background: white;
  z-index: 1;
  top: 100%;
  left: 0;
  font-size: 13px;
  border: solid 1px #ddd;
  border-top-width: 0;
  border-bottom-color: #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.autocomplete-result {
  padding: 12px 15px;
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.autocomplete-result:last-child {
  border-bottom-width: 0;
}

.autocomplete-location {
  opacity: .8;
  font-size: smaller;
}

.autocomplete-results[data-highlight='0'] > :nth-child(1) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='1'] > :nth-child(2) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='2'] > :nth-child(3) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='3'] > :nth-child(4) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='4'] > :nth-child(5) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='5'] > :nth-child(6) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='6'] > :nth-child(7) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.autocomplete-results[data-highlight='7'] > :nth-child(8) {
  color: white;
  background: #26C9FF;
  border-bottom-color: #26C9FF;
  outline: solid 1px #00b6f2;
}

.minus, .plus {
    cursor:pointer;
    width:20px;
    height:20px;
    padding:5px 5px 7px 5px;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    background-color: rgb(47, 85, 151);
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}
		
input, 
select,
input#passpick {
    height:34px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

.autocomplete-result:hover {
    background: #2f5597;
    color: #FFF;
}

#passpick {
    text-align: center;
    font-size: 20px;
    width: 50px;
}

.teas-form input[type="button"],
.teas-form input[type="submit"]{
    margin-bottom: 0px;
    border-radius: 3px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background:unset;
    background-color: rgb(47, 85, 151);
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor:pointer;
}

.minus:hover,
.plus:hover,
.teas-form input[type="button"]:hover,
.teas-form input[type="submit"]:hover {
    background-color: rgb(18, 67, 151);
    border-color: rgb(142, 142, 142);
}

input.remove-btn {
    width: 80px;
    display: inline-block;
}

.form-group:last-child {
    width: 50px;
}

.row-wrap .form-group:nth-last-child(2) {
    width: 130px;
}

@media (max-width:1025px){

.repeat-row .form-group {
    width:46%;
    padding:0 5px;
}

.repeat-row .form-group:nth-child(3),
.repeat-row .form-group:nth-child(4),
.repeat-row .form-group:nth-child(5),
.repeat-row .form-group:nth-child(6) {
    width:20%
}
.repeat-row .form-group:nth-child(5),
.repeat-row .form-group:nth-child(6){
    margin:0 auto; 
    text-align:center;
}



}
.repeat-row:nth-child(even) {
    background:#f7f7f7;
}
.repeat-row {
    padding:20px 0;
}

/*.search-details {*/
/*    padding: 20px;*/
/*}*/

.search-details .form-group {
    width: 20%;
    margin-bottom: 20px;
    display:inline-block;
    padding: 0 12px;
}

table {
    width: 100%;
}

.search-details .form-group.txtarea {
    width: 100%;
    max-width: 620px;
    padding-left: 12px;
    padding-right: 0px;
}

.search-details .form-group.txtarea textarea {
    width: 100%;
}

label[for="special"] {
    text-align: center;
    width: 100%;
    display: block;
}

.search-details .form-group.txtarea {
    display:none;
}

.form-group.special-wrap {
    float: left;
}


@media screen and (max-width:769px){

.repeat-row .form-group {
    width:100%;
    padding:0;
}

.repeat-row .form-group:nth-child(3),
.repeat-row .form-group:nth-child(4),
.repeat-row .form-group:nth-child(5),
.repeat-row .form-group:nth-child(6) {
        width: 48%;
    padding: 0px;
}
.repeat-row .form-group:nth-child(5),
.repeat-row .form-group:nth-child(6){
    margin:0 auto; 
    text-align:center;
}

.form-group.panel {
        width: 48%;
    padding: 0px;
}

.search-details .form-group {
    width:90%;
    text-align: center;
}

.search-details .form-group.txtarea textarea {
    width: 100%;
    margin: 0 auto;
    padding: 0px 16px;
}

.search-details .form-group.txtarea {
    width: 90%;
    
}
    .search-details input {
        width:100%!important;
        display:block!important;
    }
input[type="checkbox"] {
    margin: 5px auto;
}

}