* {
    box-sizing: border-box;
}

#pageContainer {
    visibility: hidden;
    opacity: 0
}

#navitemlefttight {
    background: url(/tpl/images/CatEyes.png) no-repeat;
    margin-top: 11px;
    height: 30px;
    width: 42%;
    display: block;
    color: #fff;
    float: left;
    margin-left: 11px
}

.md-show .md-content h3 {
    background: #34aadc none repeat scroll 0 0
}

.memCachedDivOut {
    width: 100%;
    font-size: 8vh;
    margin-top: 8%
}

.memcDiv {
    text-align: center
}

.memCachedLinkDiv {
    font-size: 7vh;
    text-decoration: none
}

.memCachedLinkDiv>a {
    text-decoration: none
}

.inputbox {
    font-family: poppins!important;
    border: none;
    background-color: rgba(255, 255, 255, .9);
    font-size: 16px;
    padding: 4px;
    color: #000;
    width: 100%;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

.inputbox:focus {
    border: medium none;
    border-bottom: 1px solid #7bc1f7;
    color: #000;
    padding: 4px;
    outline: 0
}

.errorbox {
    margin-left: 14%!important;
    border: none;
    border-bottom: 1px solid red;
    background-color: rgba(255, 255, 255, .7);
    color: #d3d3d3;
    outline: 0;
    border-radius: 3px;
    padding-top: 1.5%;
    padding-bottom: 2%;
    font-family: RobotoLight;
    font-size: 16px;
    width: 100%;
    max-width: 70%!important;
    -webkit-appearance: none
}

.errorbox:not(#pwph):not(#signupname):not(#signupemail) {
    margin: 27px 0 20px 0
}

.gridElement {
    border: 1px solid #34aadc;
    display: inline-table;
    padding: 10px
}

.gridClass {
    border: 1px solid #34aadc
}

#docm {
    background-color: #fff;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 16px;
    position: absolute;
    border: 2px solid #34aadc;
    border-radius: 3px;
    display: none;
    border-top: 30px solid #34aadc
}

.gridClass input[type=checkbox] {
    display: none
}

.gridClass label {
    cursor: pointer;
    display: table
}

.gridClass input[type=checkbox]+label:before {
    border: 2px solid #3480dc;
    background-color: #ecf7fc;
    border-radius: 3px;
    content: "\00a0";
    display: inline-block;
    height: 16px;
    padding: 0;
    width: 16px
}

.gridClass input[type=checkbox]:checked+label:before {
    color: #1a7ba7;
    background-color: #ecf7fc;
    border-radius: 3px;
    content: "\2713";
    text-align: center
}

.gridClass input[type=checkbox]:checked+label:after {
    font-weight: 700
}

.gridClass .foot {
    margin: 10px
}

.gridClass .foot p {
    display: initial;
    margin-left: 3px
}

#errsnackbar, #errsnackbar2 {
    min-width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    font-size: 17px;
    transform: translate(-50%, -50%);
    font-family: RobotoLight;
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.show {
    visibility: visible!important
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.hide {
    -webkit-animation: fadeout 5s linear forwards;
    animation: fadeout 5s linear forwards
}

@-webkit-keyframes fadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeout {
    0% {
        opacity: 0
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

#err_bar {
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.closex {
    width: 100%;
    height: 22px
}

#language {
    font-size: 16px;
    margin: -3px 0 0 -34px;
    position: absolute
}

.closespan {
    margin: 0 10px 0 0;
    float: right;
    cursor: pointer;
    font-family: sans-serif
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popupkeyboard {
    left: 0;
    top: 0;
    width: 460px;
    height: 182px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 99999;
    text-shadow: #fff 0 0 0;
    margin: 430px 0 0 -6px
}

.popupkeyboard::after {
    position: absolute;
    top: -10%;
    left: 7%;
    margin-left: -1px;
    border-width: 14px;
    border-style: solid;
    border-color: #555 transparent transparent transparent
}

@media screen and (min-width:768px) {
    .popupkeyboard {
        margin: 420px 0 0 118px
    }
}

@media screen and (max-width:767px) {
    .langbox {
        /* padding: 50px !important; */
        margin-bottom: -400px;
    }
}

.keyInput {
    padding: 0;
    width: 100%;
    height: 28px;
    color: #fff;
    border-color: silver;
    border-radius: 6px;
    width: 100%;
    font-size: 12px;
    display: block;
    background: -webkit-linear-gradient(#000, #000);
    background: -o-linear-gradient(#000, #000);
    background: -moz-linear-gradient(#000, #000);
    background: linear-gradient(#000, #000)
}

.key_set {
    height: 146px;
    margin: 0 3px 1px 3px;
    background: #000;
    background: -webkit-linear-gradient(#696969, #000);
    background: -o-linear-gradient(#696969, #000);
    background: -moz-linear-gradient(#696969, #000);
    background: linear-gradient(#696969, #000)
}

.key_set ul {
    margin: 0;
    padding: 0
}

.key_set li {
    margin: .08%;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 6.9%
}

.keyInput:hover {
    background-color: #ff0
}

#caption, #caption2 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #000;
    font-family: robotolight;
    font-size: 4vmin;
    top: 48%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

#caption {
    animation: blinker 5s infinite ease-in-out
}

#caption2 {
    opacity: 0;
    animation: blinker2 5s infinite ease-in-out
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    30%, 80% {
        opacity: 0
    }
}

@keyframes blinker2 {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#caption:before {
    content: "Loading..."
}

#caption2:before {
    content: "Please be patient..."
}

.pageloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color:#0077B6;
    font-size: 148px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%, 95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%, 59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

.bck {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.catlogo {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 500px
}

.loaderOnOpen {
    width: 31vmin;
    top: 33%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute
}

a {
    cursor: pointer
}

@media only screen and (min-width:1260) {
    .keyInput {
        font-size: 14px
    }
}

/* Base for label styling */

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    /* position: absolute; */
    display: none;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label, [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before, [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after, [type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: .15em;
    left: .22em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before, [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}

/* accessibility */

[type="checkbox"]:checked:focus+label:before, [type="checkbox"]:not(:checked):focus+label:before {
    border: 2px dotted blue;
}

/* hover style just for information */

label:hover:before {
    border: 2px solid #4778d9!important;
}

* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}