@font-face {
    font-family: "JingJingW01";
    src: url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.eot");
    src: url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.woff") format("woff"), url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/fe4dad761a2352ca02d2acd8163afb10.svg#JingJingW01") format("svg");
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    font-size: .85em;
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    -background: url(/images/bg-pt-small.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
}

.hidden {
    position: absolute;
    visibility: hidden;
}

dl {
    float: left;
    width: 100%;
    margin: 1em 0;
    padding: 0;
}

dl .simple {
    float: none;
    width: 50%;
}

dt {
    clear: left;
    float: left;
    width: 35%;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #999;
    font-weight: bold;
}

    dt:last-of-type {
        border-bottom: 1px solid #999;
    }

dd {
    float: left;
    width: 55%;
    margin: 0;
    padding: 5px;
    border-top: 1px solid #999;
}

    dd:last-of-type {
        border-bottom: 1px solid #999;
    }

.strong {
    font-weight: 800;
}

.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 50px 10px #CFCFCF;
    -ms-box-shadow: inset 0 0 50px 10px #CFCFCF;
    box-shadow: inset 0 0 50px 10px #CFCFCF;
}

.centre-text {
    text-align: center;
}

.parent-left {
    float: left;
    padding: 2%;
}

.parent-right {
    float: right;
    padding: 2%;
}

.submenu {
    display: none;
}

.top {
    z-index: 100;
}

.submenu.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-item {
    margin: -4px;
    position: absolute;
}

    .menu-item ul {
        width: 150px;
        display: table;
        margin: 0;
        padding: 4px;
        background-color: rgba(255, 255, 255, 1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

        .menu-item ul li {
            width: 150px;
            height: 25px;
        }

.terminology {
    display: table;
    width: 100%;
    -webkit-padding-start: 0px;
    list-style-position: inside;
}

    .terminology li {
        clear: left;
        float: left;
        width: 91%;
        margin: 0;
        padding: 5px;
        border-top: 1px solid #999;
        font-weight: bold;
    }

        .terminology li:last-of-type {
            border-bottom: 1px solid #999;
        }

a {
    font-family: Arial Black, Helvetica, sans-serif;
    color: #555666;
    text-decoration: none;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

    a:hover {
        -ms-text-shadow: 1px 1px 20px #555555;
        text-shadow: 1px 1px 20px #555555;
        color: #020476;
    }

.logo-holder {
    position: absolute;
    width: 89%;
    height: 20%;
    top: 2%;
    left: 5%;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
    text-align: center;
    z-index: 1;
}

a.logout::before, a.login::before {
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    vertical-align: text-top;
    position: relative;
    left: -4px;
    top: -2px;
}

a.logout::before {
    background-image: url('/Images/logout.svg');
}

a.login::before {
    background-image: url('/Images/login.svg');
}

.language {
    position: fixed;
    top: 15%;
    padding: 5px;
    text-align: center;
    z-index: 2;
    width: 21px;
    background-color: transparent;
    -ms-opacity: 0.9;
    opacity: 0.9;
}

    .language .lv {
        z-index: 2;
        display: block;
        width: 21px;
        height: 14px;
        text-indent: -9999px;
        background-image: url("/images/language/flag_lv.png");
        background-repeat: no-repeat;
        padding: 1px 0;
        margin-bottom: 6px;
    }

    .language .en {
        z-index: 2;
        display: block;
        width: 21px;
        height: 14px;
        text-indent: -9999px;
        background-image: url("/images/language/flag_gb.png");
        background-repeat: no-repeat;
        margin-top: 5px;
    }

.menu-left:before, .menu-right:before {
    display: block;
    content: "";
    height: 60%;
}

.menu-left {
    height: 100%;
    width: 35%;
    float: left;
    text-align: right;
    display: none;
}

.menu-right {
    height: 100%;
    width: 35%;
    float: right;
    text-align: left;
    display: none;
}

.menu-left a {
    padding: 0;
    float: left;
    display: block;
}

.menu-right a {
    padding: 0;
    float: left;
    display: block;
}

.logo {
    display: block;
    width: 15%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    background-size: auto 100%;
    -moz-min-width: 260px;
    -ms-min-width: 260px;
    -o-min-width: 260px;
    -webkit-min-width: 260px;
    min-width: 260px;
}

.content-holder, .content {
    position: absolute;
    width: 89%;
    height: 78%;
    left: 5%;
    top: 12%;
}

.content, .sub-content {
    position: absolute;
    background-color: #F0F0F0;
    width: 89%;
    height: 78%;
    left: 5%;
    top: 12%;
    -ms-opacity: 0.9;
    opacity: 0.9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -moz-min-width: 305px;
    -ms-min-width: 305px;
    -o-min-width: 305px;
    -webkit-min-width: 305px;
    min-width: 305px;
    -webkit-box-shadow: 0 0 30px 1px #9E9E9E;
    -ms-box-shadow: 0 0 30px 1px #9E9E9E;
    box-shadow: 0 0 30px 1px #9E9E9E;
}

.frame {
    padding: 0 3%;
    overflow: scroll;
    overflow-x: auto;
    position: absolute;
    top: 20%;
    width: 87%;
    height: 79%;
    left: 5%;
}

.social {
    display: block;
    position: absolute;
    bottom: 0;
    left: 7%;
}

.sub-content {
    left: 5%;
    top: auto;
    height: 1.8em;
    bottom: -1.8em;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-min-width: 285px;
    -ms-min-width: 285px;
    -o-min-width: 285px;
    -webkit-min-width: 285px;
    min-width: 285px;
    -webkit-box-shadow: 0 3px 5px 1px #9E9E9E;
    -ms-box-shadow: 0 3px 5px 1px #9E9E9E;
    box-shadow: 0 3px 5px 1px #9E9E9E;
}

.copyright, .credits {
    font-size: .7em;
    margin-top: 7px;
    margin-right: 10px;
    float: right;
}

.credits {
    margin-left: 10px;
    float: left;
}

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* MOBILE NAV */
.mobile-nav {
    display: block;
    background: #999999;
    color: #ffffff;
    position: relative;
    background-color: #585858;
    background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
    margin: 0 auto;
    width: 45%;
    height: 30px;
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

    .mobile-nav #responsive_current_menu_item {
        display: block;
        padding: 7px 40px 5px 10px;
        color: #ffffff;
        font-weight: 700;
        cursor: pointer;
        text-align: left;
    }

    .mobile-nav a#responsive_menu_button {
        position: absolute;
        display: block;
        top: 0;
        left: 100%;
        height: 30px;
        width: 23px;
        margin-left: -30px;
        background: url('/images/custom/select-icons.png') 0 5px no-repeat;
        cursor: pointer;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

        .mobile-nav a#responsive_menu_button.responsive-toggle-open {
            background: url('/images/custom/select-icons.png') 0 -46px no-repeat;
        }

.mobile-nav-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 1000;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.mobile-nav-list, .menu-nav-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-list li {
    float: none;
    background-color: darkslategray;
    border: none;
    text-align: left;
}

.mobile-nav-list ul li a {
    padding: 0 20px;
}

.mobile-nav-list li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    height: 35px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    text-shadow: none;
    text-align: left;
    cursor: pointer;
    padding-bottom: 1em;
}

.mobile-nav-list .current_page_item {
    background-color: Black;
}

.children {
    padding-left: 0;
}

.children li a {
    padding-left: 0px;
}

.children li a:before {
    content: '\2013';
    position: absolute;
    top: 0;
    left: 10px;
}

ul {
    list-style: none;
}

td ol {
    margin: 0;
    padding-left: 1em;
}

td ul {
    padding-left: 1em;
    list-style: circle;
}

td ul li {
}

li ul {
    padding-left: 1em;
}

th strong, td strong, li strong {
    font-family: JingJingW01;
    font-size: x-small;
}

thead th {
    position: sticky;
    position: -webkit-sticky;
    top: -1px;
    background: #adadad;
    z-index: 10;
}

#_atssh {
    display: none;
}
/* Smartphones (landscape) ----------- */
@media only screen and (max-height : 320px) {
    /* Styles */
    body {
        -background-image: url("/images/bg-ls-small.png");
    }
}
/* Desktops and laptops (Portrait)----------- */
@media only screen and (min-width : 480px) {
    /* Styles */
    body {
        -background-image: url("/images/bg-pt-medium.png");
    }
}
/* Desktops and laptops (Landscape)----------- */
@media only screen and (min-width : 480px) and (max-height : 500px) {
    /* Styles */
    body {
        -background-image: url("/images/bg-ls-medium.png");
    }
}
/* Desktops and laptops (Portrait)----------- */
@media only screen and (min-width : 1024px) {
    /* Styles */
    body {
        /*-background-image: url("/images/bg-pt-large.png");*/
    }

    .menu-left, .menu-right {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .frame {
        top: 15%;
        height: 82%;
    }
}


.addthis_16x16_style {
    top: 30% !important;
    background: transparent !important;
}

.addthis_floating_style.addthis_16x16_style .addthis_internal_container {
    width: 14px !important;
}

.addthis_floating_style .at300b, .addthis_floating_style .at300bo, .addthis_floating_style .at300m {
    padding: 0 !important;
}

.addthis_toolbox a {
    -ms-opacity: 0.9;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 30px 1px #9E9E9E;
    -ms-box-shadow: 0 0 30px 1px #9E9E9E;
    box-shadow: 0 0 30px 1px #9E9E9E;
}

.addthis_floating_style span {
    line-height: 16px;
}


.at-floatingbar-share {
    margin: 0 auto;
}

.addthis_floating_style {
    position: fixed;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 1;
    background: #fff;
}

    .addthis_floating_style .at300b > *, .addthis_floating_style .at300bo > *, .addthis_floating_style .at300m > * {
        margin-bottom: 5px;
    }

    .addthis_floating_style.addthis_16x16_style {
        margin: 0 auto;
        width: 20px;
        padding-bottom: 0;
        line-height: 20px;
        font-size: 12px;
    }

.addthis_internal_container {
    width: 20px;
}

.addthis_floating_style a, .addthis_floating_style.addthis_16x16_style a, .addthis_floating_style.addthis_20x20_style a, .addthis_floating_style.addthis_32x32_style a {
    margin-bottom: 15px;
    display: block;
}

div.atclear {
    clear: both;
}

.at300b, .at300bo, .at300m, .at300bs {
    cursor: pointer;
}

.at300bs {
    overflow: hidden;
    display: block;
    height: 16px;
    width: 16px;
    line-height: 16px !important;
}

.at16nc {
    overflow: hidden;
    display: block;
    height: 16px;
    width: 16px;
    line-height: 16px !important;
    background: url(/images/custom/widget016_top.gif) no-repeat;
}

.at15t_draugiem {
    background-position: 0 -1088px;
}

.at15t_facebook {
    background-position: 0 -1328px;
}

.at15t_google_plusone_share {
    background-position: 0 -1872px;
}

.at15t_twitter {
    background-position: 0 -4384px;
}

.at16nc.at16t_draugiem {
    background-position: 0 -224px;
}

.at16nc.at16t_facebook {
    background-position: 0 -272px;
}

.at16nc.at16t_google_plusone_share {
    background-position: 0 -352px;
}

.at16nc.at16t_twitter {
    background-position: 0 -832px;
}

.at_a11y {
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.btn {
    border: 1px solid;
}