.spec-version{
    margin-left: 2.5vw;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 12px 10px;
}
.spec-version:hover .service-blinde-link{
    opacity: 1;
    visibility: visible;
}
.service-box {
    width: 30vw;
}
.service-box__title {
    display: flex;
    align-items: center;
    font-size: 1.125em; /* 18/16 */
    margin-bottom: 4vh;
}
.service-box__icon {
    line-height: 0;
    display: block;
    margin-right: 1.5vw;
}

.service-blinde-link {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    position: absolute;
    top: 100%;
    background-color: #fff;
    transition: all 0.3s;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5vw;
    display: flex;
    align-items: center;
    *margin-bottom: 9vh;
}
.service-blinde-link > *:hover {opacity: 0.7;}
.service-blinde-link__letter {
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    margin-right: 10px;
}
.service-blinde-link__arrowUp,
.service-blinde-link__arrowDown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 0;
    cursor: pointer;
}
.service-blinde-link__arrowUp {
    background-color: #cc4ecb;
    padding-bottom: 2px;
    position: relative;
}
.service-blinde-link__arrowDown {
    background-color: #9ac3f1;
    margin-left: -5px;
}
.service-blinde-link__brick {
    background-image: url(/bg/spritesheet.png);
    background-repeat: no-repeat;
    background-position: -20px -20px;
    width: 34px;
    height: 29px;
    margin-left: 3vw;
    cursor: pointer;
}
.service-blinde-link__ml {
    cursor: pointer;
    margin-left: 1vw;
}

.spec-ver-sprite {
    background-image: url(/bg/spec.png);
    background-repeat: no-repeat;
    display: block;
}

.spec-ver-black {
    width: 32px;
    height: 32px;
    background-position: -5px -5px;
}

.spec-ver-normal {
    width: 32px;
    height: 32px;
    background-position: -5px -47px;
    border-left: 1px solid #9ac3f1;
}

.spec-ver-voice {
    width: 32px;
    height: 32px;
    background-position: -5px -89px;
}

.spec-ver-yellow {
    width: 32px;
    height: 32px;
    background-position: -5px -131px;
}
.spec-ver-voice.active{
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.service-list {
    margin-bottom: 5vh;
}
.service-list__item {color: #000;}
.service-list__item:not(:last-child) {margin-bottom: 2.5vh;}
.service-list__link {
    display: inline-flex;
    align-items: center;
    font-size: 1.125em; /* 18/16 */
    font-family: "Roboto";
}
.service-list__icon {
    display: block;
    line-height: 0;
    margin-right: 1.5vw;
}
.service-list__link:hover {color: #0950a4 !important;}

.service-social-list {display: flex;align-items: center;margin-left: -0.5vw;margin-right: -0.5vw;}
.service-social-list__item {
    padding: 0 0.5vw;
}
.service-social-list__link {
    display: block;
    line-height: 0;
    transition: opacity 0.3s ease-out;
}
.service-social-list__link:hover {
    opacity: 0.7;
}

.header-top {
    position: fixed;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 75px;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 70;
}
.logo {line-height: 0;}
.logo:hover {opacity: 0.7;}
.lang-select {
    margin-left: 2.5vw;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.lang-select__text {
    font-weight: 500;
    color: black;
}
.lang-select__icon {line-height: 0;margin-left: 0.3vw;}
.lang-select__list {
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding-top: 15px;
    margin-left: -25px;
    padding-left: 25px;
    margin-right: -25px;
    padding-right: 25px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s;
    box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
}
.lang-select:hover .lang-select__list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang-select__item {
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity 0.3s 0s;
}
.lang-select:hover .lang-select__item {
    opacity: 1;
    transition-delay: 0.25s;
}
.lang-select__link {font-weight: 500;color: #0950a4;}


/* Spec Version */
.invertStyle img, .grayStyle {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.invertStyle, .invertStyle a,.invertStyle a:visited, .invertStyle embed, .invertStyle video {
    background-color: #000;
    color: #ff0 !important;
}
#rv_spk {
    width: 32px;
    height: 32px;
    background-image: url(/bg/spec.png);
    background-position: -5px -89px;
    background-repeat: no-repeat;
}
#rv_spk{
    position: absolute;
    left: -9999px;
    top: -9999px;
    cursor: pointer;
    z-index: 1100;
    color: #fff;
    line-height: 47px;
    text-align: center;
}
.column-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.column1 .column-list:first-child, .column1 .column-list:nth-child(even){
    background-color: #ecf0f3;
}
.column1 .column-list:nth-child(2n),.column1 .column-list:nth-child(5n){
    background-color: #fce3fc;
}
.column1 .column-list:nth-child(4n){
    background-color: #ecf0f3;
}
.column2 .column-list:nth-child(1n){
    background-color: #fce3fc;
}
.column2 .column-list:nth-child(2n){
    background-color: #ecf0f3;
}
.column2 .column-list:nth-child(4n){
    background-color: #fce3fc;
}
.column2 .column-list:nth-child(5n){
    background-color: #ecf0f3;
}
.column-list:nth-child(3n){
    background-color: #d2e1ed !important;
}
.column-list{
    transition: all .5s ease;
    margin-bottom: 20px;
}
.column-list img{
    width: 32px;
    margin-right: 5px;
}
.column-list:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.column-list a{
    text-decoration: none;
    color:#5c5656;
    padding: 20px;
    display: block;
    height: 80px;
    line-height: 40px;
}
.vote-item-vote{
    margin-top: 10px;
}
.vote-item-vote label{
    font-weight: normal;
    font-size: 1rem;
}
[name="passSerial"]{
    text-transform: uppercase;
}
.coronavirus-btn {
    margin-left: 2vw;
    border-bottom: 1px solid;
    border-color: #992C87;
}
.coronavirus-btn a, .coronavirus-btn a:visited {
    text-decoration: none;
    color: #992C87;
}
.coronavirus-btn img {
    height: 18px;
    vertical-align: sub;
}
/* End */


table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
    border: 1px solid #ddd !important;
}

th, td {
    text-align: left !important;
    padding: 8px !important;
}
table, th, td {
    border: 1px solid black;
}
tr:nth-child(even){background-color: #f2f2f2 !important;}

.info-box-card{
    width:100%;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ccc;
    padding:5px;
    margin-top:5px;
}
.info-box-card:last-child{
    margin-top:10px;
}
.info-box-card:hover{
    border-color:#adadad;
    background-color: #e6e6e6;
}
.info-box-card h2{
    text-align: right;
    margin:0;
    font-size:18px;
    color:#4c66a3;
}
.info-box-card h2 span:first-child{
    font-size:10px;
}
.info-box-card h2 span:last-child{
    font-size:25px;
    font-weight: bold;
}

.info-contact-box{
    margin-top:5px;
}
.info-contact-box:last-child{
    margin-top:10px;
}

.info-contact-box a{
    line-height:45px;
    font-size:18px;
    height:58px;
    color:#4c66a3;
}
.info-contact-box a:hover{
    color: #4c66a3;
}


.social-icons-widget {
    text-align: center;
}
.profile-link {
    display: inline-block;
}
.social-icons-widget .fa-facebook-block {
    background: #3c5a98;
}
.social-icons-large .social-icons-icon {
    width: 48px;
    height: 48px;
    font-size: 25px;
    line-height: 48px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}
.mg-sidebar a {
    transition: all 0.3s ease 0s;
}
.social-icons-icon {
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
    transition: background-color 0.3s linear, border-color 0.3s linear, font-size 0.1s linear;
}
.social-icons-icon {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 4px;
    position: relative;
}
.social-icons-icon i {
    position: relative;
    line-height: inherit;
    vertical-align: top;
}
.social-icons-widget .fa-twitter-block {
    background: #32ccfe;
}
.social-icons-widget .fa-instagram-block {
    background: #3f729b;
}
.social-icons-widget .fa-youtube-block {
    background: #d4231e;
}
.social-icons-widget .fa-telegram-block {
    background: #56a8f3;
}
.social-icons-large .social-icons-icon:hover {
    font-size: 30px;
}


.shortcode-content img.fr-fic.fr-dii {
    margin: 15px 0px;
    border-radius: 4px;
}

.shortcode-content, .shortcode-content *{
	color:#000;
}
