input {
    outline: 0;
}

.app-contaier > .navigation {
    height: 48px;
    line-height: 48px;
    background-color: #D0F6F6;
    padding-left:28px;
    font-weight: 600;
    font-size:16px;
    color:rgba(0,0,0,.6);
}

.body .body-tabs{
   background-color: #fff;
   display: flex; 
   border-bottom:1px solid rgba(121, 121, 121, 1); 
}

.body .body-tabs .body-tabs-item{
    flex:1;
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size:14px;
    font-weight: 600;
    color:rgba(0,0,0,.68);
}

.body .body-tabs .body-tabs-item:hover {
    cursor: pointer;
    color:#008080;
}

.body .body-tabs .body-tabs-item.is-active {
   background-color: rgba(242, 242, 242, 1);
}

.body .body-tabs .body-tabs-item.is-active:hover {
  color:rgba(0,0,0,.68); 
}

.body .body-tab-content{
    margin: 30px 0 0 0;
}

#Imagevering:hover {
    cursor: pointer;
}


.search-button-container {
    display: flex;
}

.search-button {
    flex:1;   
    margin-top: 10px;
    box-sizing: border-box;
  
}

.search-button .button {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.search-button a:hover {
    color:#fff;
}

.search-button:first-of-type {
    padding-left:90px;
}

.search-button:nth-of-type(2) {
   text-align: left;
}

