.list-circle-show{
    position: relative;
    left: -31px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #03a9f4;
    z-index: auto;
}
.list-circle{
    border: 2px solid #03a9f4;
    position: relative;
    top: 20px;
    left: -30px;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 5px;
    z-index: auto;
}
.vertical-line{
    position: absolute;
    width: 2px;
    height: 144px;
    background: #03a9f4;
    left: 1px;
    top:-40px;
    z-index: -1
}
.vertical-line-f{
    position: absolute;
    width: 2px;
    height: 120px;
    background: #03a9f4;
    left: 4px;
    top:9px;
    z-index: -1
}
.item-name{
    color: black;
}
.item-desc{
    color: darkgray;}
.item-time{
    color: darkgray;
    float:left;
}
.item-status-first{
    text-align: right;
    font-weight: 600;
    color: #03a9f4;
}
.item-status{
    text-align: right;
}
.desc{
    padding-left: 20px;
}
.explist-item{
    border-bottom: darkgray solid 1px;
    padding: 0 14px;

}
.info-area {
    display: block;
    margin-bottom: 25px;
}
.no-padding {
    padding: 0px !important;
}
.col-xs-15 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    text-align: center;
    padding-top:20px;
}
.info-back-line{
    background-color: #ffffff;
    font-size: 8px;
}
.info-back-line:before {
    content: '';
    position: absolute;

    height: 1px;
    top: 25px;
    right: 13%;
    left: 6%;
}
.exp-info{
    max-width: 500px;
    margin:auto 0;

}
.title-content{
    background-color: #03a9f4;
    padding: 20px 0 24px 15px;
    margin-bottom: 24px;
    font-size: 16px;
    color: #ffffff;
    clear: both;
}




.exp_num {
    color: black;
    height: 44px;
    background-color: #05060f0a;
    border-radius: .2rem;
    padding: 0 1rem;
    border: 2px solid transparent!important;
    font-size: 1.5rem;
    transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
}



.exp_num:hover, .exp_num:focus,.input-group:hover .exp_num ,.exp_com:hover,.select:focus,.select:hover .exp_com {
    outline: none;
    border-color: #05060f!important;
}

.input-group:hover , .exp_num:focus {
    color: #05060fc2;
}
.exp_com{
    color: black;
    height: 44px;
    background-color: #05060f0a;
    border-radius: .2rem;
    padding: 0 1rem;
    border: 2px solid transparent!important;
    font-size: 1.5rem;
    transition: border-color .3s cubic-bezier(.25,.01,.25,1) 0s, color .3s cubic-bezier(.25,.01,.25,1) 0s,background .2s cubic-bezier(.25,.01,.25,1) 0s;
}
.search-button {
    display: block;
    margin: 0 auto;
    width:130px;
    height: 35px;
    background-color: #eee;
    border: none;
    font-size: 1.5rem;
    border-radius: 0.2rem;
    color: #00a3fe;
    box-shadow: 0 0.4rem #dfd9d9;
    cursor: pointer;
}

.search-button:active {
    color: white;
    box-shadow: 0 0.2rem #dfd9d9;
    transform: translateY(0.2rem);
}

.search-button:hover:not(:disabled) {
    background: #00a3fe;
    color: white;
    text-shadow: 0 0.1rem #bcb4b4;
}

.search-button:disabled {
    cursor: auto;
    color: grey;
}
.carrier-id{
    padding-top: 5px;
    font-size: 24px;
}
.title-notice {
    clear: both;
    border: 1px solid #ffffff;
    border-radius: 16px;
    font-size: 12px;
    width: 80px;
    height: 22px;
    padding: 0px 9px;
    margin-bottom: 8px;
}
.card {
    border: darkgray solid 2px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
