*,
:after,
:before {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

[hidden]:not([hidden=until-found]) {
    display: none !important
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    background-color: #fff;
    color: #333;
    font-family: arial, serif;
    font-size: 15px;
    line-height: 21px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: auto;
    overflow-y: scroll
}

p {
    margin-bottom: 16px
}

a {
    color: #05558b;
    text-decoration: none
}

ul {
    list-style-position: inside
}

table {
    border-collapse: collapse
}

input[type=text],
select {
    border: 1px solid #333;
    display: block;
    width: 100%;
    padding: 1px 5px;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 15px
}

select {
    padding: initial
}

.nupp,
input[type=text],
select {
    height: 23px
}

.nupp {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    color: #333;
    background: #f0f0f0;
    border: 1px solid #333;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    line-height: 21px;
    padding: 0 10px
}

.nupp.nupp_keelatud {
    color: #7f7f7f;
    cursor: default
}

.nupp:not(.nupp_keelatud):hover {
    background-color: #e0e0e0
}

.lehe-lopp {
    height: 0;
    padding-top: 30px
}

.justify {
    text-align: justify
}

.konteiner {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.konteiner-std {
    max-width: 1020px;
    padding-left: 10px;
    padding-right: 10px
}

.flex-konteiner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-konteiner.flex-konteiner-rida {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-konteiner .flex0 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.flex-konteiner .flex1 {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.tuhi-rida {
    margin-top: 21px
}

.parem {
    text-align: right
}

.pais {
    background: #dc950c;
    padding: 20px 25px 0;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3
}

.pais .nimi {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 5px;
    overflow: hidden
}

.pais .kaardid {
    float: right;
    white-space: nowrap
}

@media (min-width:620px) {
    .pais .kaardid {
        margin-right: 30px
    }
}

.pais .kaardid .kaart {
    display: none;
    color: #05558b;
    background: #e0e0e0;
    border: 1px solid #333;
    padding: 0 10px;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pais .kaardid .kaart.aktiivne {
    background: #fff;
    border-bottom: 1px solid #fff
}

.pais .kaardid .kaart.passiivne:hover {
    color: #098ccc;
    background-color: #d3d3d3
}

.pais .kaardid .menuu {
    display: inline-block;
    position: relative
}

.pais .kaardid .menuu .kaart {
    cursor: pointer;
    display: inline-block
}

.pais .kaardid .menuu .menuu_kast {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 201;
    padding: 2px 0;
    background: #fff;
    border: 1px solid #333;
    border-top-color: #f0f0f0
}

.pais .kaardid .menuu .menuu_kast .menuu_element {
    display: block;
    padding: 1px 10px

}

.pais .kaardid .menuu .menuu_kast .menuu_element:hover {
    background-color: #d3d3d3
}

@media (min-width:560px) {
    .pais .kaardid .kaart {
        display: inline-block
    }

    .pais .kaardid .menuu {
        display: none
    }
}

div.info_raam {
    border: 1px solid #d3d3d3;
    padding: 20px;
    margin: 20px 0;
    text-align: center
}

div.modaal_dialoog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

div.modaal_dialoog .modaal-peal {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

div.modaal_dialoog .modaal_aken {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 20px);
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 40px 34px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

div.modaal_dialoog .modaal-all {
    -webkit-flex: 2 2 auto;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto
}

div.modaal_dialoog .modaal_aken.palun_oota {
    width: 200px
}

table.vork td,
table.vork th {
    padding: 2px 4px;
    border: 1px solid #d3d3d3;
    white-space: nowrap
}

table.vork th {
    text-align: left;
    background: #dc950c;
    color: #fff;
    font-weight: 700
}

table.vork th.dt-orderable-asc,
table.vork th.dt-orderable-desc {
    cursor: pointer
}

table.vork th.dt-ordering-asc {
    cursor: pointer;
    padding-right: 20px;
    background: #dc950c url("../../images/site/sort_asc-FT7udC9.png") 100% no-repeat
}

table.vork th.dt-ordering-desc {
    cursor: pointer;
    padding-right: 20px;
    background: #dc950c url("../../images/site/sort_desc-pCTyN-t.png") 100% no-repeat
}

table.vork tr {
    background: #fff
}

table.vork tr:nth-child(2n) {
    background: #fff8e6
}

table.vork tr:nth-child(2n)>td.tekstiinfo {
    background: #efefef
}

table.vork div.kontekst {
    display: inline-block;
    background: url("../../images/site/kontekst-C3w-7uu.png") 0 100% no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
    vertical-align: text-bottom
}

div.dt-info {
    display: inline-block;
    margin-top: 2px
}

div.dt-length {
    display: inline-block;
    margin-bottom: 2px
}

div.dt-length select {
    display: inline-block;
    width: auto
}

div.dt-search {
    margin-bottom: 2px
}

div.dt-search,
div.dt-paging {
    display: inline-block;
    padding-left: 10px
}

div.dt-search input,
div.dt-paging input {
    display: inline-block;
    width: auto
}

div.dt-search input[type=search] {
    border: 1px solid #333;
    padding: 1px 5px;
    height: 23px;
    outline: none;
    background: #fff;
    color: #333;
    font-size: 15px
}

div.dt-processing {
    display: inline-block;
    padding-left: 10px
}

button.dt-paging-button {
    padding: 0 3px;
    cursor: pointer;
    color: #333;
    background-color: #f0f0f0;
    border: 1px solid #d3d3d3
}

button.dt-paging-button:hover {
    color: #333;
    background-color: #e0e0e0
}

button.dt-paging-button.disabled {
    color: #7f7f7f
}

button.dt-paging-button.disabled:hover {
    color: #7f7f7f;
    background-color: #f0f0f0
}

button.dt-paging-button.current {
    padding: 0 3px;
    cursor: pointer;
    color: #000;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3
}

button.dt-paging-button.current:hover {
    color: #333
}

.alaraam {
    padding: 16px 16px 0;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3
}

.pilt-lehekylg {
    float: left;
    margin: 0 20px 16px 0;
    width: 202px;
    position: relative
}

.pilt-lehekylg img {
    width: 100%;
    height: auto;
    border: 1px solid #d3d3d3
}

.pilt-lehekylg .pilt-nimi {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #666
}

.juhend img {
    display: inline-block;
    vertical-align: text-top
}

.valjaanded .pilt-lehekylg {
    width: 152px
}

.valjaanded hr {
    background-color: #d3d3d3;
    height: 1px;
    border: none;
    margin-bottom: 20px
}

.valjaanded .pealkiri {
    color: #dc950c;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 5px
}

.valjaanded .autor {
    font-size: 18px;
    line-height: 22px;
    color: #6a6a6a;
    font-weight: 700;
    letter-spacing: 2px
}

.valjaanded .info {
    font-size: 13px;
    color: #666
}

.valjaanded p {
    text-align: justify
}

.multiselect_wrapper {
    position: relative
}

.multiselect_wrapper input {
    padding-right: 20px
}

.multiselect_wrapper .multiselect_expand {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 20px;
    cursor: pointer;
    background: url("../../images/site/multiselect_expand-Sn9uvO0.png") 50% no-repeat
}

.multiselect_wrapper .multiselect_dropdown {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 22px;
    width: 100%;
    min-width: 150px;
    min-height: 10px;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    padding: 2px;
    background: #fff;
    border: 1px solid #333;
    white-space: nowrap
}

.multiselect_wrapper .multiselect_dropdown .multiselect_item {
    cursor: pointer;
    padding: 0 4px
}

.multiselect_wrapper .multiselect_dropdown .multiselect_item:hover {
    background-color: #d3d3d3
}

.multiselect_wrapper .multiselect_dropdown .multiselect_item.multiselect_item_selected {
    background: #efefef
}

.multiselect_wrapper .multiselect_dropdown .multiselect_separator {
    background: #fff8e6;
    cursor: default;
    padding-left: 10px
}

table.vork th .dt-column-order {
    display: none
}

div.dt-container .dt-layout-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    column-gap: 10px
}

div.dt-container .dt-layout-row .dt-layout-cell {
    display: flex;
    align-items: center
}

div.dt-container .dt-layout-row .dt-layout-end {
    margin-left: 0
}
