﻿.topiclng {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 1px;
    /* transform: translate(-50%, -50%); */
}

.topnavigation {

    /* background-color: red; */
    position: static;
    text-align: right;
    /* margin-right: 10px;
		max-width: 350px; */
    width: 200px;
    height: 50px;
    float: right;
    color: #7f8c8d;
    padding-top: 4px;
}

.topnavigation img {
    vertical-align: text-bottom;
}

.topnavigation a {
    color: #7f8c8d;

}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 70px;
    padding: 0 20px 0 25px;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    /* background: #41403e; */
    background-position: left;
    background-image: url(../images/world.png);
    background-repeat: no-repeat;

    border-radius: 4px;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 10px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    /* padding: 0 22px;*/
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 300;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}


/* Version */

/** Custom Select **/
.customversion-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.customversion-select-wrapper select {
    display: none;
}

.customversion-select {
    position: relative;
    display: inline-block;
}

.customversion-select-trigger {
    position: relative;
    display: block;
    width: 80px;
    
    padding: 0 20px 0 25px;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    line-height: 30px;
    /* background: #41403e; */
    background-position: left;
    background-image: url(../images/version_latest.png);
    background-repeat: no-repeat;

    border-radius: 4px;
    cursor: pointer;
}

.customversion-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.customversion-select.opened .customversion-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.customversion-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 10px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
        z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.customversion-select.opened .customversion-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.customversion-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.customversion-option {
    position: relative;
    display: block;
    /* padding: 0 22px;*/
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 300;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.customversion-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.customversion-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.customversion-option:hover,
.customversion-option.selection {
    background: #f9f9f9;
}
