/* Raunex mobile version
 * main CSS file
 *
 */

/*
 * General settings
 */
body, #RaunexMobileMain{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body a {text-decoration: none;}


/* Header & Navigation tabs */
header{
    background: #0070b9;
    background: linear-gradient(to right,  rgba(0,116,190,1) 0%,rgba(0,77,157,1) 100%);
    padding-top:25px;
}

header ul.nav_main {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav_main li {
    display: inline-block;
    width:46px;
    height:46px;
}

ul.nav_main li a {
    display: block;
    border-radius:12px;
    width:22px;
    height:28px;
}


ul.nav_main li img {
    width: 22px;
    height: 22px;
}

header nav {margin-top:25px;}

header nav div {
    height:61px;
    border-radius:10px 10px 0px 0px;
    cursor: pointer;
}

header nav div span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

header nav div.active {cursor: auto;}

header nav div.active span {color: #004b9a;}

header nav div.active:first-of-type {
    background: #ffbb00;
    background: linear-gradient(to right,  rgba(255,200,0,1) 0%,rgba(255,187,0,1) 100%);
}

header nav div.active:last-of-type {
    background: #ffbb00;
    background: linear-gradient(to right,  rgba(244,189,0,1) 0%,rgba(234,179,0,1) 100%);

}

header .rnx_logo {
    background-image: url('/static/img/logo/raunex_logo-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x:  15px;
}

header #HeaderLink, .item_image_placeholder {
    display: block;
    clear: both;
    height: 100%;
}

/* Main content */
main {
    background: #ffbb00;
    background: linear-gradient(to right,  rgba(255,200,0,1) 0%,rgba(234,179,0,1) 100%);
    flex-grow: 1;
    padding-top: 10px;
}

/* Forms - input fields */
main .row .rnx_input, main .row .rnx_input_described {
    display: block;
    clear: both;
    border-radius: 25px;
    height: 50px;
    font-size: 16px;
    line-height: 46px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    background-color: #fff;
}

.rnx_input input {
    border: none;
    outline: none;
    margin-left: 5px;
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
}


main .row .rnx_input input:focus, main .row .rnx_input_described input:focus {
    border: none;
    outline: none;
}

.rnx_input div[class$='_helper']{
    color: #004b9a;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
}

.rnx_input .input_left_helper {
    border-right: 2px solid #004b9a;
    padding: 0px 10px 0px 15px;
    line-height: 40px;
}

.rnx_input>.input_field:first-child {
    margin-left: 20px;
}


.rnx_input .rnx_input_button {
    width: 40px;
    height: 100%;
    border: 2px solid #004b9a;
    background-color: #fff;
    color: #004b9a;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
    border-radius: 20px;
    padding: 0px;
  }
.rnx_input_button > i {
    position: relative;
    top: -7px;
}


/* Forms - Dropdown selection */

.rnx_select {position: relative; border-bottom: 2px solid #004b9a;margin-top:10px;}
.rnx_select select {display: none;}
.rnx_select .select-selected {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color:#004c9b;
    border-color: transparent transparent transparent transparent;
}
.rnx_select[data-bg] .select-items div {
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 24px;
    padding-left: 34px;
}

.rnx_select .select-selected:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #004b9a transparent transparent transparent;
}

/* Global filter */

.rnx_filter {position: relative; background-color: #ffc800;  margin-top:10px;}
.rnx_filter select {display: none;}
.rnx_filter .select-selected {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#004c9b;
    border-color: transparent transparent transparent transparent;
}
.rnx_filter .select-selected:after {
    position: absolute;
    content: "";
    top: 13px;
    right: 8px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #004b9a transparent transparent transparent;
}

#RnxFilterSubmit {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Tables */

.rnx_table{
    border-color: #004490;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #004c9b;
}
.rnx_table td{
    background-color: transparent;
    color: #004c9b;
    padding-top: 0.25rem;
    padding-bottom: 0.35rem;
}

.rnx_table tr:first-child td{
    border-top: 2px solid #004490;
}

.rnx_table tr:last-child td{
    border-bottom: 2px solid #004490;
}

/* Raunex specific buttons */
.rnx_btn {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 10px;
    color: #fff;
    background-color: #004490;
    border: 2px solid #004490;
    border-radius: 0px;
    padding: 10px 20px 13px;
    cursor: pointer;
}

.rnx_btn:hover {
    background-color: #ffb400!important;
    border: 2px solid #004490;
    color: #004490;
}

.rnx_btn:active, .rnx_btn:target  {
    background-color: #ffb400!important;
    border: 2px solid #004490;
    color: #004490;
}

div[class^="rnx_bc"]{
    background-color: transparent;
    border: 2px solid #004490;
    color: #004490;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
}

.back_inner{
    position: relative;
    top: 7px;
    left: 9px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right:6px solid #004490;
}

.search_query label{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #004c9b;
    margin-top: 1px;
}

.select-items div,.select-selected {
    padding: 3px 5px 5px 10px;
    border-color: transparent transparent transparent transparent;
    cursor: pointer;
}
.select-items div {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 28, 61, 0.5) transparent;

}
.select-items div{
    color: #0076bf;
}
.select-items div:last-of-type,.select-selected:last-of-type {
    border-color: transparent transparent transparent transparent;
}
.select-items {
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffb400;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 2px solid #004b9a;
    overflow:auto;
    max-height: 400px;
}
.select-hide {display: none;}

.select-items div:hover, .same-as-selected {color:#004c9b}

.form-check-input[type="radio"]{
    border: 1px solid #004490;
}

/* Titles and text elements */
div.rnx_title{
    display: block;
    clear: both;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #004c9b;
}

.rnx_section {
    color: #004b9a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 14px;
}

/* Footer */
footer{
    margin-top: auto;
    background: linear-gradient(to right,  rgba(0,118,191,1) 0%,rgba(0,75,156,1) 100%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
    padding: 15px 0px 15px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ffb400;
}

/* Mobile menu */

div[id^="RaunexMenu"] {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(to right,  rgba(0,116,190,1) 0%,rgba(0,77,157,1) 100%);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
}

div[id^="RaunexMenu"] ul{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px ;
}

div[id^="RaunexMenu"] ul li {
    display: block;
    font-weight: 600;
    line-height: 25px;
}

div[id^="RaunexMenu"] li.rnx_menu_section {
    padding: 8px 10px 8px;
    color: #f5f5f5;
    border-bottom: 2px solid #004490;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

div[id^="RaunexMenu"] li.rnx_menu_space {
    height: 8px;
}

div[id^="RaunexMenu"] ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

div[id^="RaunexMenu"] ul li a:hover {
    color: #ffc800;
}

/* Loginin menu buttons */
span.rnx_social_login a {
    color: #004490!important;
    text-transform: none!important;
    display: inline-block;
    max-width: fit-content;
    background-color: white;
    border-radius: 20px;
    margin-bottom: 6px;
    margin-top: 3px;
    padding: 10px 13px !important;
}

span.rnx_social_login a i {
    margin-right: 8px;
}

.rnx_link_block{
    color: #1871f1;
    cursor: pointer;

}

.rnx_link_block:hover{
    color: #0d5aca;
}
