@CHARSET "ISO-8859-1";

/* See https://codepen.io/huange/pen/rbqsD for a different button design */

.relap_search {
    width: 100%;
    position: relative;
    display: flex;
}

.relap_input {
    width: 100%;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}

.relap_input:focus{
    color: #00B4CC;
}

.relap_submit {
    height: 36px;
    width: 100px !important;
    padding: 5px 10px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 18px;
}

.relap_output{
    margin: 30px 0;
    padding: 10px 0px 0px 5px;
}

.relap_info{
    margin: 0 20px;
    padding: 5px 20px;
    color: #ababab;
    border-bottom: 1px dotted #cdcdcd;
}

.relap_spinner {
    display: block;
    width: 320px;
    height: 226px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url('busy01.gif') no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
}

.relap_download {
    padding: 0px 10px;
    border: 1px solid #aaa;
    background: #aaa;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

tr.relap-input-hdr {
    background: #dedede;
}

/* ----- Flex block definitions ----- */
.relap-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 0px 0;
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
    background-color: transparent;
    border: 1px solid #f1f1f1;
}
.relap-flex-container > .relap-flex-full {
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    padding: 5px 5px;
}

.relap-flex-container > .relap-flex-2 {
    box-sizing: border-box;
    background-color: #efefef;
    width: 50%;
    /*margin: 10px 10px;*/
    padding: 15px 10px 10px 10px;
    text-align: left;
    /*border: 1px solid #cdcdcd;*/
}

.relap-flex-2.relap-right {
    text-align: right;
}

/* ----- Flag menu styling ----- */

ul.relap_menu_block {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

.relap_menu_block li {
    float: left;
}

.relap_menu_block li a {
    display: block;
    color: #cdcdcd;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

img.relap_flag {
    vertical-align: middle;
}

