﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.eot?ver=1');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2?ver=1') format('woff2'),
         url('../fonts/lato-regular.woff?ver=1') format('woff'),
         url('../fonts/lato-regular.ttf?ver=1') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoLight';
    src: url('../fonts/lato-light.eot?ver=1');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff2?ver=1') format('woff2'),
         url('../fonts/lato-light.woff?ver=1') format('woff'),
         url('../fonts/lato-light.ttf?ver=1') format('truetype'),
         url('../fonts/lato-light.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold.eot?ver=1');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2?ver=1') format('woff2'),
         url('../fonts/lato-bold.woff?ver=1') format('woff'),
         url('../fonts/lato-bold.ttf?ver=1') format('truetype'),
         url('../fonts/lato-bold.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
form{
    display: block;
    width: fit-content;
}
#waitWindow {
    position: absolute;
    border: none;
    opacity: 0.7;
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 235, 230);
}

#waitText {
    font-weight: bold;
    font-size: 200%;
    color: red;
    text-shadow: 2px 2px 2px grey;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

html {
    font-family: Lato, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    font-family: Lato, Verdana, Tahoma, Times, serif;
    font-size:14px;
    color:rgb(50,75,50);
    margin: 0;
    background: rgb(246, 247, 243);
    background-size:cover;
    overflow:hidden;
}
body.waiting * {
    cursor: progress;
}

img
{
    padding:0;
    border:0 solid #000000;
}

img.logo
{
    padding-bottom:15px;
    border:0 solid #000000;
}

img.logo_small
{
    padding:15px;
    border:0 solid #000000;
}

img.logo_small_mini {
    padding: 0;
    border: 0 solid #000000;
    width:45px;
}

img.SubMenu
{
    padding:0;
    border:0 solid #000000;
}

img.headerimg
{
    vertical-align: top;
}

img.rowimg
{
    border:0 solid #000000;
    padding-left:5px;
    padding-right:5px;
}

sup.info
{
    color:rgb(200,0,0);
    font-size:100%;
}
sup.header
{
    color:rgb(250,250,250);
    font-size:90%;
}

sup.normal
{
    color:rgb(50,75,50);
    font-size:90%;
}

span.kasutaja
{
  font-size: 120%;
  font-family: "Lato",serif;
  color: #f0ffd5;
  line-height: 1;
  text-align: center;
}

span.asutus
{
  font-size: 100%;
  font-family: "Lato",serif;
  color: #f0ffd5;
  line-height: 1.5;
  text-align: center;
}
span.roll
{
    font-size: 90%;
    font-family: "Lato",serif;
    color: #f0ffd5;
    line-height: 1.5;
    text-align: center;
    text-transform: lowercase;
}

span.footer
{
  font-size: 90%;
  font-family: "Lato",serif;
  color: rgb(192, 208, 158);
  line-height: 1.5;
  text-align: center;
}

a.footer
{
    color:rgb(255,255,255);
    text-decoration:none;
}

a.juhend
{
    font-size: 110%;
    font-family: "Lato",serif;
    color:rgb(255,255,255);
    text-decoration:none;
}

.header1
{
    display: inline-block;
    font-size: 200%;
    font-family: "LatoLight",serif;
    color: rgb(109, 109, 109);
    line-height: 2;
}
.header1::first-letter{
    text-transform: uppercase;
}

.header2
{
    display: inline-block;
    font-size: 150%;
    font-family: "LatoLight",serif;
    color: rgb(86, 86, 86);
    line-height: 1.5;
}
.header2::first-letter {
    text-transform: uppercase;
}

.header3 {
  display: inline-block;
  font-size: 200%;
  font-family: "LatoLight",serif;
  color: rgb(120, 146, 70);
  line-height: 2;
}
.header3::first-letter {
    text-transform: uppercase;
}

.message
{
    font-size: 110%;
    font-family: "Lato",serif;
    color: rgb(86, 86, 86);
    line-height: 2;
}
.message:first-letter {
    text-transform: uppercase;
}
span.filter
{
    font-family: "LatoBold",serif;
    font-style:normal;
    font-size:100%;
    color: rgb(59, 59, 59);
    line-height: 1.4;
    text-align: left;
}

span.error
{
    font-family: "LatoBold",serif;
    font-size:110%;
    color: rgb(200,0,0);
}

span.info
{
    font-family: "LatoLight",serif;
    font-size:100%;
    color: rgb(49,48,49);
    font-weight:bold;
}

span.result {
    font-family: "LatoLight",serif;
    font-size: 100%;
    color: rgb(49,150,49);
    font-weight: bold;
}


span.disabled
{
    font-family: "LatoLight",serif;
    font-size:100%;
    color: rgb(49,49,49);
}

span.raportdate
{
    font-family: "Lato",serif;
    font-style:normal;
    font-size:100%;
    color: rgb(119, 119, 119);
}

span.small
{
    font-family: "Lato",serif;
    font-style:normal;
    font-size:90%;
}

span.tund {
    font-size: 100%;
    font-weight: bold;
    line-height: 2;
}

.hr1 {
  background-color: rgb(177, 177, 177);
  width: 98%;
  height: 1px;
  border-width:0;
  margin-left:0;
}

/**
    Aknad
**/
.infoBox {
    text-align: center;
    font-weight: normal;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    background-color: #90b741;
    display: none;
}
.warningBox {
    text-align: center;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    font-weight: bold;
    background-color: #ffeb3b;
}

.errorBox {
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    background-color: #aa0606;
}

#container {
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

#mainmenumenu {
    position: relative;
    float: left;
    width: 255px;
    height:auto;
    left: 0;
}

#mainmenumini {
    position: relative;
    width: 55px;
    float: left;
    height: auto;
    left: 0;
}

#mainMenu {
    background-color: rgb(115, 144, 55);
    background-image: url("../img/menu_bg.png");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    float: left;
    z-index: 999;
    overflow: auto;
}
/*
#subMenu {
    background-color: rgb(115, 144, 55);
    position: relative;
    top: 0;
    float: left;
    width: 150px;
}*/
ul.Menu {
    list-style-type: none;
    position:relative;
    margin: 0;
    padding: 0;
}

li.Menu {
    border-top: 1px solid rgb(111, 147, 50);
    border-bottom: 1px solid rgb(43, 59, 12);
    border-left: 0 none rgb(43, 59, 12);
    border-right: 0 none rgb(43, 59, 12);
    background-image: url("../img/menu_bg.png");
    font-family: "LatoBold";
    font-size: 110%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 4;
    width: 100%;
    height: 65px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
}

li.Menu:hover {
    background-image: url("../img/menu_bg_hover.png");
}

li.MenuActive {
    background-image: url("../img/menu_bg_active.png");
    border-bottom: 1px solid rgb(43, 59, 12);
    font-family: "LatoBold";
    font-size: 110%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 4;
    width: 100%;
    height: 65px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
}

li.MiniMenu {
    border-top: 0 none rgb(111, 147, 50);
    border-bottom: 0 none rgb(43, 59, 12);
    border-left: 0 none rgb(43, 59, 12);
    border-right: 0 none rgb(43, 59, 12);
    background-image: url("../img/menu_bg.png");
    width: 100%;
    height: 25px;
    text-decoration: none;
    cursor: pointer;
}

li.MiniMenu:hover {
    background-image: url("../img/menu_bg_hover.png");
}

/**
    Mobile menu
 */
#mainmenumob {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    display: none;
    background-image: url("../img/menu_bg.png");
}

.MobileMenuBt {
    border: none;
    position: absolute;
    background-image: url("../img/menu_bg_active.png");
    color: #FFF;
    bottom: 140px;
    right: 20px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1000;
    display: none;
}

.hideMobile{
    display: block;
}
#dataPanel
{
    background-color: rgba(255, 255, 255,0.0);
    padding:0;
    position:absolute;
    display:block;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

#mapid {
     position:absolute;
     top:0;
     bottom:0;
     left: 0;
     right:0;
}

#mapwindow{
    position:absolute;
    top:3px;
    left:0;
    width:100%;
    height:850px;
    border:none;
}

/*
    MAINMENU
*/
.menuBack
{
    border-collapse:collapse;
    border-style:none;
    width: 100%;
}

.menuImg {
    float: left;
    padding: 4px;
    margin-right: 5px;
    margin-top: 7px;
    width: 40px;
    height: 40px;
}
.menuName {
    padding:5px;
    text-align: center;
}
.menuNews {
    position:relative;
    background-image: url('/img/news.png');
    background-repeat: no-repeat;
    background-size: 40px 35px;
    color: #ffffff;
    padding-top:4px;
    padding-left:14px;
    font-weight: bold;
}
.menuNewsRed {
    position:relative;
    background-image: url('/img/newsRed.png');
    background-repeat: no-repeat;
    background-size: 40px 35px;
    color: #ffffff;
    padding-top:4px;
    padding-left:14px;
    font-weight: bold;
}


.miniMenuImg {
    float: right;
    padding: 3px;
    width: 20px;
    height: 20px;
}

/*
    SUBMENU
*/

.subMenuBack
{
    position:absolute;
    top:0;
    background-color: rgb(115, 144, 55);
    /* background-image: url(../img/menu_bg.png);*/
    border-collapse: collapse;
    border-style: none;
    right: 0;
    left:255px;
    height: fit-content;
    z-index: 900;
}

.btSubMenu,
.btSubMenuDisabled,
.btSubMenuActive{
    position: relative;
    font-family: "LatoBold",serif;
    color: #ffffff;
    text-transform: uppercase;
    background-color: rgb(115, 144, 55);
    border: none;
    padding: 0 15px 0 35px;
    line-height: 40px;
    background-size: 18px;
    background-position: 12px 10px;
    background-repeat: no-repeat;
    cursor: pointer;
    float:left;
}


.btSubMenuDisabled {
    cursor: default;
}

.btSubMenu:hover
{
    background-color: rgb(88, 110, 42);
}
ul.timeMenu{
    padding: 0;
}

li.timeMenu {
    font-size: 90%;
    font-family: "LatoBold",Lato,serif;
    color: rgb(80, 80, 80);
    border: none;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    padding-left: 25px;
    display: inline;
    text-transform: uppercase;
    padding-top: 3px;
    text-decoration: none;
    line-height: 2.5;
}

li.timeMenu:hover {
    color: #3687c5;
    text-decoration: none;
}


/* DATA */
.data
{
    border : 1px none rgb(110, 120, 90);
    border-collapse:collapse;
}
table.data {
    margin-left: 5px;
    width: 99%;
}

.data2
{
    border : 1px none rgb(110, 120, 90);
    border-collapse:collapse;
    min-width:350px;
}

.data2 tr
{
    background: rgb(255,255,255);
    border-color:rgb(110, 120, 90);
    height:40px;
}

.data2 tr:hover
{
    background-color: rgb(210, 214, 203);
    border-color:rgb(110, 120, 90);
}

.data2 td
{
    font-size: 100%;
    font-family: "Lato", serif;
    color: rgb(64, 71, 50);
    border: 1px solid rgb(110, 120, 90);
    padding:5px;
}

.data2 th
{
    font-size: 100%;
    font-family: "LatoBold", serif;
    color: rgb(249, 249, 249);
    text-align: left;
    background-color: rgb(110, 120, 90);
    border: 1px solid rgb(110, 120, 90);
    padding:5px;
}

.autoTm{
    font-size: 100%;
    font-family: "Lato", serif;
    color: rgb(64, 71, 50);
    border-right: 2px dotted rgb(110, 120, 90);
    padding:5px;
    text-align:center;
}

.data tr
{
    background: rgb(255,255,255);
    border-color:rgb(110, 120, 90);
    height:40px;
}
.data tr:hover
{
    background-color: rgb(210, 214, 203);
    border-color:rgb(110, 120, 90);
}

.data th
{
    font-size: 100%;
    font-family: "LatoBold", serif;
    color: rgb(249, 249, 249);
    text-align: left;
    background-color: rgb(110, 120, 90);
    border: 1px solid rgb(110, 120, 90);
    padding:5px;
}

.sort th{
    cursor:pointer;
}

.data td
{
    font-size: 100%;
    font-family: "Lato", serif;
    color: rgb(64, 71, 50);
    border: 1px solid rgb(110, 120, 90);
    padding:5px;
}

a.data
{
    font-size: 100%;
    font-family: "LatoBold", "Lato", serif;
    text-decoration:none;
    color: rgb(64, 71, 50);
}

.sum
{
    font-family: "LatoBold", "Lato", serif;
    font-size: 100%;
    text-align:right;
    background: rgb(220,225,220);
    border-style:solid;
}


td.sortTD
{
    font-size: 100%;
    font-family: "LatoBold", serif;
    text-align:right;
    padding:5px;
}

th.sortTD
{
    font-size: 100%;
    font-family: "LatoBold", "Lato", serif;
    text-align:left;
    padding:5px;
}


/*
    vormide sisu
*/
.hidden
{
    color: rgb(59, 59, 59);
    line-height: 1.2;
    border-style:none;
}
.hidden td {
    padding-right: 5px;
    padding-bottom: 5px;
}

.lankRights form {width:unset;}
.lankRights table {border:0 solid transparent;border-collapse:collapse;width:100%;margin:10px 0 0 0;}
.lankRights label {cursor:pointer;}
.lankRights .subGroupCheck {margin:0 0 0 20px;}

.btOK, .btOKDisabled
{
    font-family:"Lato", serif;
    font-size:100%;
    text-align:center;
    color: rgb(255,255,255);
    background-color: rgb(145, 183, 65);
    border-style:none;
    width: 130px;
    height: 34px;
    line-height: 34px;
	cursor:pointer;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    min-width: 115px;
}
.btOKDisabled {
    cursor: default;
    background-color: #c3c3c3;
}
.btOKAlt{
    font-family:"Lato", serif;
    font-size:100%;
    text-align:center;
    color: rgb(90,90,90);
    background-color: rgb(200, 200, 200);
    border-style:none;
    width: 130px;
    height: 34px;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.btOK.koondakt {margin:1em 0 0 auto;}

.btErr
{
    color: rgb(255,255,255);
    background-color: rgb(175, 0, 0) !important;
}
.btErr:hover{
    background-color: rgb(155, 0, 0) !important;
}

.btPlus
{
    font-family: LatoBold, serif;
    font-size:110%;
    text-align:center;
    color: rgb(80, 83, 83);
    background-color: rgb(197, 204, 197);
    border-style:none;
    width: 40px;
    height: 34px;
	cursor:pointer;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.btHall{
    font-family:LatoBold,Lato,serif;
    font-size:110%;
    text-align:center;
    padding: 0 15px 0 15px;
    color: rgb(80, 83, 83);
    background-color: rgb(197, 204, 197);
    border-style:none;
    height: 34px;
    cursor:pointer;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.btSihtkohad
{
    font-family:"Lato", serif;
    font-size:100%;
    text-align:center;
    color: rgb(255,255,255);
    background-color: rgb(221, 75, 11);
    border-style:none;
    width: 225px;
    height: 34px;
	cursor:pointer;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}


.fileToUpload{
    font-family:Lato, serif;
    font-size:110%;
    color: rgb(80, 83, 83);
    border-style:none;
    width: 600px;
    height: 25px;
	cursor:pointer;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}


/* Combo */
.custCombo select {
    font-family: "Lato", serif;
    font-size: 100%;
    padding-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    background: rgb(249, 249, 249) url(../img/combo.png) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 187px;
    height: 34px;
}
.accessCombo select{
    color: #f0ffd5;
    border: none;
    background-color: rgba(0,0,0,0) !important;
    width: 80%!important;
    height: 25px!important;
    text-align: center;
}
.accessCombo option{
    color: #000000!important;
    background-color: rgba(255,0,0,0) !important;
}
.accessCombo select:focus{
    outline: none;
}
.comboTund select{
    width: 150px;
}

.reportCombo select {
    font-family: "Lato", serif;
    color: rgb(48, 48, 48);
    font-size: 120%;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    background: url(../img/combo.png) no-repeat right rgb(249, 249, 249);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 370px;
    height: 40px;
}

/*
    text
*/


.sortTxt
{
    width:60px;
    height:31px;
    text-align:center;
    background-color: rgb(249, 249, 249);
    padding:0;
}


.masinTxt {
    width: 90px;
    height: 31px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(249, 249, 249);
    padding: 0;
}


.sortSumTxt {
    width: 60px;
    height: 31px;
    text-align: center;
    background-color: rgb(249, 249, 249);
    padding: 0;
}

.formTxt {
    width: 180px;
    height: 31px;
    background-color: rgb(249, 249, 249);
    padding: 0;
    /*text-transform: uppercase;*/
}
.shortTxt {
    width: 118px;
    height: 31px;
    background-color: rgb(249, 249, 249);
    padding: 0;
}
.longTxt {
    width: 300px;
    height: 31px;
    background-color: rgb(249, 249, 249);
    padding: 0;
}

.timeTxt {
    font-family: "Lato", serif;
    color: rgb(48, 48, 48);
    font-size: 110%;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    padding: 5px 10px 5px 10px;
    width: 100px;
    height: 22px;
    background-color: rgb(249, 249, 249);
}

input[type="text"], input[type="password"] {
    font-family: "Lato", serif;
    color: rgb(48, 48, 48);
    font-size: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    padding: 0 0 0 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    font-family: "Lato", serif;
    color: rgb(48, 48, 48);
    font-size: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    background-color: rgb(249, 249, 249);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-width: 230px;
}

input[readonly]
{
    background-color:rgba(240,240,240,0.0);
}

textarea[readonly] {
    background-color:rgba(240,240,240,0.0);
}

/* Date  */
.datepicker
{
    font-family: "Lato", serif;
    color: rgb(48, 48, 48);
    font-size:100%;
    -webkit-appearance: none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    padding:5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(157, 157, 157);
    background-color: rgb(249, 249, 249);
    height:32px;
    width:115px;
}

input[type=date]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    display: none;
}
/*
to thml <input type='date' required> // eemaldab tühjendamise risti
input[type=date]::-webkit-datetime-edit { }
input[type=date]::-webkit-datetime-edit-fields-wrapper { }
input[type=date]::-webkit-datetime-edit-text { }
input[type=date]::-webkit-datetime-edit-month-field { }
input[type=date]::-webkit-datetime-edit-day-field { }
input[type=date]::-webkit-datetime-edit-year-field { }
input[type=date]::-webkit-inner-spin-button { }
input[type=date]::-webkit-calendar-picker-indicator { }
*/

/*
    Check
*/

.custCheck {
	-webkit-appearance: none;

	border-style: solid;
    border-width: 1px;
    border-color: rgb(157, 157, 157);
    background-color: rgb(255, 255, 255);

	padding: 10px;
	border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	display: inline-block;
	position: relative;
}
/*
.custCheck:active, .custCheck:checked:active {
	-webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
}
*/
.custCheck:checked {
	background-color: rgb(145, 183, 65);
	border-style: solid;
    border-width: 1px;
    border-color: rgb(145, 183, 65);
	border-radius: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
	color: rgb(255, 255, 255);
}

.custCheck:checked:after
{
    font-family: "Lato", serif;
    color: rgb(255, 255, 255);
    font-weight:bold;
    font-size:100%;
	content: '\2714';
	position: absolute;
	top: -2px;
	left: 4px;
}

input[type=checkbox][disabled] {
    background-color: rgb(145, 183, 65);
    opacity:0.5;
}

.info-dialog{
    display: none;
}

.ui-dialog{
    padding:0;
    max-height: 520px;
}

.ui-widget-header {
  height:20px;
  margin:-1px;
  font-size:100%;
  font-family:"Lato", serif;
  font-weight:normal;
}
.ui-widget-content{
    margin-top:12px;
}
.ui-dialog, .ui-widget-content {
    background:rgb(245,245,245) !important;
}

.ui-multiselect { font-size:100%; font-family:"Lato",serif; font-weight:normal; padding:2px 0 2px 4px; text-align:left; height:34px; background: rgb(249, 249, 249);width: 187px!important;}
.ui-multiselect span.ui-icon { float:right;background: url(../img/combo.png) no-repeat right; margin-top:3px; }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; background-color: rgb(249, 249, 249); }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important;background-color: rgb(249, 249, 249);}

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px;  width: 253px!important; height: auto;}
.ui-multiselect-header ul { font-size:100% }
.ui-multiselect-header ul li { float:left; padding:0 12px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0; display:none; }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:1000; text-align: left;background-color: rgb(249, 249, 249);width: 257px!important;}
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll; height: 100%; max-height: 250px;}
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:90%; padding-right:3px; background-color: rgb(249, 249, 249); }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:0; margin:1px 0; text-decoration:none }

.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:1em; width:100%; }
.ui-multiselect-header .ui-multiselect-filter input { font-size:.9em; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
.ui-multiselect-excluded {display: none}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    width: 255px;
}

div.toggleLegend{
    border: 2px solid #bcbcbc;
    border-radius: 5px;
    padding: 3px 6px;
    background: #fff;
    user-select: none;
    cursor: pointer;
}

div.legend{
    font-family: 'Lato', serif;
    background-color: white;
    padding:5px;
    opacity:0.8;
    font-size:100%;
    color:rgb(0,0,0);
}

div.legend.hidden{
    display: none;
}

.markerpopup{
    font-size:100%;
    font-family: 'Lato', serif;
    min-width:160pt;
    padding:0;
    border: 0 none;
}

a.markerpopup {
    font-size: 90%;
    font-family: "LatoBold", serif;
    text-decoration: none;
    color: rgb(64, 71, 50);
}

a.markertitle{
    overflow-wrap: anywhere;
    font-size: 100%;
    font-family: "LatoBold", serif;
    text-decoration: none;
    color: rgb(64, 71, 50);
}
tr.markertitle{
    font-size: 100%;
    font-family: "LatoBold", serif;
    text-decoration: none;
    color: rgb(64, 71, 50);
}

.custScroll::-webkit-scrollbar {
    width: .7em;
}

.custScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(111, 147, 50, 0.3);
    background-color: #ffffff;
    border: 1px solid #edece1;
}


.custScroll::-webkit-scrollbar-thumb {
    background-color: rgb(111, 147, 50);
    outline: 1px solid rgb(111, 147, 50);
}

.stopper {
    margin: 3px;
    width: 28px;
    height: 30px;
    background-position-x: 3px;
    background-position-y: 3px;
    background-image: url('/img/stopper.png');
    background-repeat: no-repeat;
    background-size: 21px;
    cursor:pointer;
}
    .stopper:hover {
        background-image: url('/img/stopper_h.png');
    }

.custScroll::-webkit-scrollbar {
    width: .7em;
}

.custScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
    border: 1px solid rgb(115, 144, 55);
}


.custScroll::-webkit-scrollbar-thumb {
    background-color: rgb(115, 144, 55);
    outline: 1px solid rgb(115, 144, 55);
}

#searchInput {
    background-image: url(/img/searchicon.png);
    background-size: 20px;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    width: 300px;
    font-size: 100%;
    padding: 3px 3px 3px 40px;
    border: 1px solid #ddd;
    margin-left: 10px;
    height: 25px;
}

.displayShow{
    display:block;
}
.displayHide {
    display: none;
}
.cursorPointer{
    cursor:pointer;
}

.prdfiledlg {
    position:absolute;
    left:20px;
    top:170px;
    padding: 5px 5px 5px 5px;
    background-color:#ffffff;
    border: 2px solid #ddd;
    margin-bottom: 12px;
}

.sihtBg {
    opacity: 0.65;
}

.barcode{
    margin-top:40px;
    position: relative;
}

.PdfStyle{
    font-family: "Arial", serif;
    font-size: 14px;
    color:#000000;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 100%;
}

.centerBox{
    margin: auto;
    justify-content: center;
    width: fit-content;
}
.kmRed{
    background-color: #f188a57a;
}

.w70{
    width:70px!important;
}
.w300{
    width:100px;
}
.w500{
    width:500px;
}
.w600{
    width:600px!important;
}
.w800{
    width:600px!important;
}
.w1100{
    width:1100px!important;
}
.w1400{
    width:1400px!important;
}
.mw600{
    min-width:600px;
}
.waybillButtons{
    position: relative;
    width: 75%;
    margin: auto;
    justify-content: center;
}

.wrap-table-columns {
    word-wrap: break-word;
    max-width: 150px;
}

.im-hidden {
    display: none;
}

@media only screen and (max-width: 900px) {
    .MobileMenuBt {
        display: block;
    }
    .hideMobile{
        display: none;
    }
    #mainmenumenu {
        display:none;
    }

    #mainMenu {
        display: none;
    }
    /*.centerBox{
        margin-left: 0;
        transform: none;
        width: 100%;
    }*/

}
.backgroundBox{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1000;
    inset:0;
}
.dialogBox{
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    width: fit-content;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #a6a6a6;
    box-shadow: 3px 3px 10px rgb(120,120,120);
    z-index: 1001;
    overflow: auto;
}

.eudrNumberActions {
    padding: 0;
}

tbody .eudrNumbersRow .newEudrNumbers {
    width: 18px;
    height: 18px;
    background: url("../img/plus.png") no-repeat center;
    cursor: pointer;
}

tbody .eudrNumbersRow .removeEudrNumbers {
    width: 18px;
    height: 18px;
    background: url("../img/minus.png") no-repeat center;
    cursor: pointer;
}

#destinationList .destinationRow .addNewDestinationRowButton {
    display: none;
}

#destinationList .destinationRow .addNewDestinationRowButton img {
    padding: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
}

#destinationList .destinationRow .addNewDestinationRowButton img:hover {
    border-color: #8c8c8c;
}

#destinationList .destinationRow:nth-last-child(2) .addNewDestinationRowButton {
    display: table-cell;
}

.kpdc_info {
    display:inline-block;width:16px;height:16px;margin:0 0 0 8px;cursor:pointer;background-color:#FFFFFF;mask-image:url("/img/info.png");mask-repeat:no-repeat;mask-size:contain;
}

.none {display:none!important;}

@media only screen and (max-width: 620px){
    .main{
        font-size: 12px!important;
    }
    .menuImg{
        width: 30px;
        height: 30px;
    }
    li.Menu{
        height: 50px;
    }
    li.MenuActive{
        height: 50px;
    }
    .logo_small{
        width: 150px;
        height: 62px;
    }
    .waybillButtons{
        position: relative;
        margin: 0;
        justify-content: normal;
    }
    .hiddenMobile{
        display: none;
    }
}
