﻿.TopBottom_Center {
    display: flex;
    justify-content: center;
    align-items: center;  

}

.Button-wrap {
    padding: 10px 0 100px 0;
    margin-bottom: 200px;
}
form {
    height: 90%;
}

.ConnectTab{
    border-bottom: 5px solid var(--color-primary);
    margin-bottom: 5px;
}

.ConnectTab a{
display: inline-block;
    width: 140px;
    border: 1px solid var(--color-primary);
    text-align: center;
    margin:0 10px;
    padding: 5px;
}

.ConnectTab a[disabled="disabled"] {
     background-color: var(--color-primary) !important;
     border: 1px solid var(--color-primary) !important;
}

.ConnectTab .ConnectTab-Active{
    background: var(--color-primary);
    color: #fff;
}

.RcTxt{
    color: #000;
    font-size: var(--font-size-xs);
}

body .loaddiv {
    background: rgba(255,255,255,0.85);
    width: full;
    height: -webkit-fill-available !important;
}

.dpp_body {
    display: flex;
    margin-top: 5px;
}

.box-headerflight div{
    display: block;
}
    
.dpp_time {
    width: 40%;
    text-align: center;
}
.dpp_time span:first-child {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .content_flight .dpp_body .dpp_time {
        width: 40%;
    }
    .dpp_time span div {
        font-size: 90%;
    }
}
.dpp_flight {
    width: 20%;
    text-align: center;
}
.dpp_flight span {
    display: block;
}
@media screen and (max-width: 768px) {
    .dpp_flight span {
        font-size: 80%;
    }
}
.dpp_flight span:nth-child(2) {
    width: 80%;
    margin: 0 auto;
}
.dpp_flight img {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    vertical-align: inherit;
}
.dpp_flight span:nth-child(3) {
    width: 60%;
    margin: 0 auto;
    /*margin-bottom: 5px;*/
}
/*No390 start*/
.dpp_time_head {
    text-align: center;
    color: #FFF;
    padding-right: 1px;
}
.hr-icon-line {
    border-bottom:dotted;
    height: 1px;
    width: 100%;    
}
.comment_fontsize {
    font-size: 80%;
}
.uk-label-danger {
    background-color: #f0506e;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 70%;
}
.ad-price {
    font-weight: bold;
    color: hsl(0, 100%, 40%);
    font-size: 20px;
}
.ad-airport-select
{
    border-radius: 0px;
    border-style: solid;
    border-width: 0px;
    margin-right: 0px;
    padding: 5px;
    margin-left: 5px;
}
.uk-form-label {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 8px;
}
.uk-alert {
    background: #d8eafc;
    color: #1e87f0;
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;    
    margin-right: 10px;
    height:40px;
}
.flight-select-wrap,.phone .flight-select-wrap ,.tablet .flight-select-wrap{
    display: table;
    width: 100%;
    margin-top: 1px;
    height: 26px;
}
.flight-select-head,.phone .flight-select-head ,.tablet .flight-select-head {
    display: table-cell;
    background-color: var(--color-base-2);
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    /*min-width: 340px;*/
}
.flight-select-head_1,.phone .flight-select-head_1 ,.tablet .flight-select-head_1 {
    display: table-cell;
    background-color: var(--color-base-2);
    vertical-align: middle;
    text-align: center;
    line-height: 26px;
    min-width: 104px;
}
.flight-select-content {
    display: table-cell;
    width: calc(100% - 50px);
    border-top: 2px solid var(--color-neutral-0);
    padding: var(--space-s);
    vertical-align: middle;
}
.flight-select-content_1 {
    display: table-cell;
    width: calc(100% - 50px);
    border-top: 2px solid var(--color-neutral-0);
    padding: var(--space-s);
    vertical-align: middle;
    min-width: 104px;
}
.display-flex{    
    display: flex;
}

.main_warp{
    background-color: #FFF;
}

.selected_warp{
    background-color: #ECEFF1;
}

.btn.primary{
    background-color: var(--color-primary);
    border: var(--border-size-none);
    color: var(--color-neutral-0);
}
.un-line{
    border-bottom: 1px solid #CCC;
}

/*No390 end*/