﻿@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular.woff2') format('woff2'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') 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');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light.woff2') format('woff2'), url('../fonts/lato-light.woff') format('woff'), url('../fonts/lato-light.ttf') 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');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold.woff2') format('woff2'), url('../fonts/lato-bold.woff') format('woff'), url('../fonts/lato-bold.ttf') format('truetype'), url('../fonts/lato-bold.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.waitWindow {
    position: absolute;
    border: none;
    opacity: 0.7;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgb(230, 235, 230);
    padding-top: 30%;
    padding-left: 50%;
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: rgb(50,75,50);
    background-image: url("../img/background.png");
    background-size: cover;
    overflow: hidden;
}

img {
    padding: 0;
    border: 0 solid #000000;
}

.logo {
    padding-bottom: 15px;
    border: 0 solid #000000;
}

.logo_small {
    padding: 15px;
    border: 0 solid #000000;
}

.logo_small_mini {
    padding: 0;
    border: 0 solid #000000;
    width: 45px;
}

.rowimg {
    border: 0 solid #000000;
    padding-left: 5px;
    padding-right: 5px;
}
.importDestinationCodes {display:flex;align-items:center;}
.importDestinationCodes img {
    margin:0 0 0 20px;
    height:max-content;
}

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%;
}

.kasutaja {
    font-size: 120%;
    font-family: "Lato", serif;
    color: #cabeb1;
    line-height: 1;
    text-align: center;
}

.asutus {
    font-size: 100%;
    font-family: "Lato", serif;
    color: #cabeb1;
    line-height: 1.5;
    text-align: center;
}

span.footer {
    font-size: 90%;
    font-family: "Lato", serif;
    color: #cabeb1;
    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 {
    font-size: 200%;
    font-family: "LatoLight", serif;
    color: rgb(109, 109, 109);
    line-height: 2;
}

.header2 {
    font-size: 150%;
    font-family: "LatoLight", serif;
    color: rgb(86, 86, 86);
    line-height: 2;
}

.header3 {
    font-size: 200%;
    font-family: "LatoLight", serif;
    color: rgb(120, 146, 70);
    line-height: 2;
}

.header4 {
    font-size: 120%;
    font-family: "Lato", serif;
    font-weight: bold;
    line-height: 2;
}

.message {
    font-size: 110%;
    font-family: "Lato", serif;
    color: rgb(86, 86, 86);
    line-height: 2;
}

span.filter {
    font-family: "LatoBold", serif;
    font-style: normal;
    font-size: 100%;
    color: rgb(59, 59, 59);
    line-height: 1.4;
    text-align: left;
}

.error {
    font-family: "LatoBold", serif;
    font-size: 110%;
    color: rgb(200,0,0);
}

.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);
}

.small {
    font-family: "Lato", serif;
    font-style: normal;
    font-size: 90%;
}
.large {
    font-family: "LatoBold", serif;
    font-style: normal;
    font-size: 110%;
}

.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;
}

.errorBox {
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    background-color: #aa0606;
}

.warningBox {
    text-align: center;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000000;
    font-weight: bold;
    background-color: #ffeb3b;
}
.page{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dataPanel {
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 240px;
    overflow: auto;
}

.content{
    margin: auto;
    justify-content: center;
    width: fit-content;
    padding-top: 65px;
}

.mainMenuBar {
    background-color: rgb(120 100 80);
    background-image: url("../img/menu_bg.png");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow: auto;
}
.miniMenuBar{
    background-color: rgb(120 100 80);
    background-image: url("../img/menu_bg.png");
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 75px;
    overflow: auto;
    z-index: 999;
}
.mobileMenuBar{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    background-image: url("../img/menu_bg.png");
    display: none;
}

.menuImg {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
}

.Menu {
    position: relative;
    background-color: rgb(146 126 103);
    background-image: url("../img/menu_bg.png");
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    color:rgb(255,255,255);
    font-size: 110%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    line-height: 4;
    cursor: pointer;
}
.Menu:hover {
    background: rgb(128, 111, 90);
    background-image: url("../img/menu_bg_hover.png");
}

.MenuActive{
    position: relative;
    background: rgb(128, 111, 90);
    background-image: url("../img/menu_bg_active.png");
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    color:rgb(255,255,255);
    font-size: 110%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 4;
    text-align: left;
    cursor: pointer;
}

.subMenuButtonsBar{
    position: absolute;
    border: 0 none;
    padding: 5px;
	background-color:rgb(156 136 113);
    top:0;
    right: 0;
    left: 240px;
    z-index: 800;
    height: fit-content;
}

.subMenu {
    font-family: "LatoBold", serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 5px 10px 10px 10px;
    text-align: center;
    line-height: normal;
    border: none;
	background-color:rgb(156 136 113);
    cursor: pointer;
    height: 40px;
}

.subMenu:hover {
    background: rgb(128, 111, 90);
    background-image: url("../img/menu_bg_hover.png");
}

.subMenu:active {
    color: rgb(229, 224, 224);
    background: rgb(128, 111, 90);
    background-image: url("../img/menu_bg_active.png");
}
.subMenuActive {
    background: rgb(128, 111, 90)!important;
    background-image: url("../img/menu_bg_active.png");
}

.mobileMenuBtn {
    border: none;
    position: absolute;
    background-image: url("../img/menu_bg_active.png");
    color: #FFF;
    bottom: 40px;
    right: 40px;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
    display: none;
}

.mainMenuMob {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 900;
    background-image: url("../img/menu_bg.png");
    display: none;
}
.hideMobile{
    display: block;
}


.link{
    font-family: "LatoBold", serif;
    font-size: 100%;
    color: rgb(123, 149, 77);
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
}
/* 
    MAINMENU 
*/


.cursorPointer {
    cursor: pointer;
}


.miniMenuImg {
    float: right;
    padding: 3px;
    width: 20px;
    height: 20px;
}



/* DATA */
.data {
    border: 1px none #ccbfaf;
    border-collapse: collapse;
}

#koondakt-dialog .data {width:100%;}

.data tr {
    background: rgb(255,255,255);
    border-color: #ccbfaf;
}

.data tr:hover {
    background-color: rgb(214, 209, 203);
    border-color: #ccbfaf;
}

.data th {
    font-size: 100%;
    font-family: LatoBold, Arial, serif;
    color: rgb(80, 80, 80);
    text-align: left;
    background-color: #ccbfaf;;
    border: 1px solid #ccbfaf;
    padding: 5px;
}

.data2 {
    border: 1px none #ccbfaf;
    border-collapse: collapse;
    min-width: 400px;
}

    .data2 tr {
        background: rgb(255,255,255);
        border-color:#ccbfaf;
    }

        .data2 tr:hover {
            background-color: rgb(210, 214, 203);
            border-color: #ccbfaf;
        }

    .data2 td {
        font-size: 100%;
        font-family: Lato, Arial, serif;
        color: rgb(64, 71, 50);
        border: 1px solid #ccbfaf;
        padding: 5px;
    }

    .data2 th {
        font-size: 100%;
        font-family: LatoBold, Arial, serif;
        color: rgb(249, 249, 249);
        text-align: left;
        background-color:#ccbfaf;
        border: 1px solid #ccbfaf;
        padding: 5px;
    }

.leftDots {
    border-right: 2px dotted rgb(110, 120, 90);
}

.sort th {
    cursor: pointer;
}

.data td {
    font-size: 100%;
    font-family: "Lato", serif;
    color: rgb(64, 71, 50);
    border: 1px solid rgb(236, 230, 223);
    padding: 5px;
}

a.data {
    font-size: 100%;
    font-family: "LatoBold", serif;
    text-decoration: none;
    color: rgb(133 74 6);
}

a.warn {
    font-size: 100%;
    font-family: "LatoBold", serif;
    text-decoration: none;
    color: #C00E0EFF;
}

.sum {
    font-size: 100%;
    text-align: right;
    background: rgb(236, 230, 223);
    border-style: none;
}

td.sortTD {
    text-align: right;
    padding: 5px;
}

th.sortTD {
    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;
    }
.emptyRow{
    height: 1px;
    background-color: #fff9f1;
}

.login {
    color: rgb(59, 59, 59);
    line-height: 1.2;
    border-style: none;
    width: 230px;
}

    .login td {
        color: rgb(255, 255, 255);
        font-size: 16px;
    }

/** Buttons  **/

.btOK {
    text-align: center;
    color: rgb(255,255,255);
    background-color: #898c61;;
    border-style: none;
    min-width: 130px;
    height: 34px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btOK.koondakt {width:fit-content;line-height:34px;margin:1em 0 0 auto;}
.formBtn{
    text-align: center;
    color: rgb(255,255,255);
    background-color: #898c61;;
    border-style: none;
    min-width: 130px;
    height: 34px;
    margin-top: 5px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 10px 0 10px;
}
div.formBtn {line-height:34px;}

.smallBtn{
    text-align: center;
    color: rgb(255,255,255);
    background-color: #898c61;;
    border-style: none;
    width: 32px;
    height: 30px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
}

.btErr {
    color: rgb(255,255,255);
    background-color: #aa0606  !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;
}

.btSihtkohad {
    text-align: center;
    color: rgb(255,255,255);
    background-color: #898c61;;
    border-style: none;
    width: 225px;
    height: 34px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.fileToUpload {
    font-size: 110%;
    color: rgb(80, 83, 83);
    border-style: none;
    height: 25px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btLogin:hover {
    background-color: rgb(135, 173, 55);
}

.btLogin:active {
    color: rgb(245,245,245);
    background-color: rgb(145, 183, 65);
}


/* Combo */
.custCombo select {
    color: rgb(48, 48, 48);
    padding-left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    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: 187px;
    height: 30px;
}

.comboTund select {
    width: 150px;
}

/* 
    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;
}


.sumTxt {
    width: 60px!important;
    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!important;
    height: 31px;
    background-color: rgb(249, 249, 249);
    padding: 0;
}

.timeTxt {
    color: rgb(48, 48, 48);
    font-size: 110%;
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    padding: 5px 10px 5px 10px;
    width: 100px!important;;
    height: 22px;
    background-color: rgb(249, 249, 249);
}


input[type="text"], input[type="password"] {
    font-family: "Lato", serif;
    font-size: 14px;
    color: rgb(48, 48, 48);
    border-style: solid;
    border-width: 1px;
    border-color: #d3d3d3;
    width: 180px;
    padding-left: 2px;
    height: 30px;
    background-color: rgb(249, 249, 249);
}

textarea {
    font-family: "Lato", serif;
    font-size: 14px;
    color: rgb(48, 48, 48);
    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 {
    color: rgb(48, 48, 48);
    -webkit-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 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;
}
.docFrame{
    padding: 10px;
    background-color: rgba(255,255,255,.5);
}

/*
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(180, 160, 140);
        border-style: solid;
        border-width: 1px;
        border-color: rgb(180, 160, 140);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        color: rgb(255, 255, 255);
    }

        .custCheck:checked:after {
            color: rgb(255, 255, 255);
            font-weight: bold;
            font-size: 110%;
            content: '\2714';
            position: absolute;
            top: -3px;
            left: 4px;
        }

input[type=checkbox][disabled] {
    background-color: #cabeb1;
    opacity: 0.5;
}

input[type=radio][disabled] {
    background-color: #cabeb1;
    opacity: 0.5;
}
.info-dialog {
    display: none;
}

.ui-dialog {
    padding: 0;
}

.ui-widget-header {
    height: 20px;
    margin: -1px;
}

.ui-widget-content {
    margin-top: 12px;
}

.ui-dialog, .ui-widget-content {
    background: rgb(245,245,245) !important;
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
    height: 34px;
    background: rgb(249, 249, 249);
}

    .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
}

    .ui-multiselect-header ul {
        font-size: 70%
    }

        .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: 100;
    text-align: left;
    background-color: rgb(249, 249, 249);
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    overflow-y: scroll;
}

    .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
            }

    /* remove label borders in IE6 because IE6 does not support transparency */
    * html .ui-multiselect-checkboxes label {
        border: none
    }

div.legend {
    background-color: white;
    padding: 5px;
    opacity: 0.8;
    color: rgb(0,0,0);
}

.markerpopup {
    min-width: 160pt;
    padding: 0;
}

a.markerpopup {
    text-decoration: none;
    color: rgb(64, 71, 50);
}

a.markertitle {
    text-decoration: none;
    color: rgb(64, 71, 50);
}

tr.markertitle {
    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(180, 160, 140, 0.3);
    background-color: #ffffff;
    border: 1px solid #edece1;
}

.custScroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 160, 140);
    outline: 1px solid rgb(180, 160, 140);
}

.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(180, 160, 140);
}


.custScroll::-webkit-scrollbar-thumb {
    background-color: rgb(180, 160, 140);
    outline: 1px solid rgb(180, 160, 140);
}

.searchInput {
    background-image: url('/img/searchicon.png');
    background-size: 20px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 300px;
    font-size: 100%;
    padding: 3px 3px 3px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    height: 31px;
}
.keyText{
    width: 320px;
}
.vepGreen {
    height: 15px;
    width: 15px;
    background-color: #00bb00;
    border-radius: 50%;
    display: inline-block;
}

.vepRed {
    height: 15px;
    width: 15px;
    background-color: #bb0000;
    border-radius: 50%;
    display: inline-block;
}
.vepYellow {
    height: 15px;
    width: 15px;
    background-color: #C6B400;
    border-radius: 50%;
    display: inline-block;
}
.vepGrey {
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}
.vepErr {
    height: 15px;
    width: 15px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}
.menuNews {
    position:relative;
    background-image: url('/img/news.png');
    background-repeat: no-repeat;
    background-size: 40px 30px;
    color: #ffffff;
    padding-top:4px;
    padding-left:14px;
    font-weight: bold;
}

.subContent{
    font-family: Arial, serif;
    font-size: 12px;
    max-width: 640px;
    margin-left: 50%;
    transform: translate(-50%);
}
.print{
    width: 650px;
    vertical-align: top;
}
.printHeader{
    font-family: "LatoBold", serif;
    font-size: 100%;
}
.printBtn{
    float: right;
    margin-top:15px;
    background-color: rgba(255,255,255,0);
}

.printTbl{
    width: 325px;
    font-family: Lato, serif;
    color: rgb(0, 0, 0);
    text-align: left;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px solid black;
    border-collapse: collapse;
}
.printTbl td{
    border: 1px solid black;
    padding: 3px;
}
.printTbl th{
    font-weight: bold;
    font-size: 110%;
    padding: 3px;
}
.barcode{
    margin-top:40px;
    position: relative;
    float:left;
}

.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;
}

.im-hidden {
    display: none;
}



table.sortAmountTable {}
table.sortAmountTable tr td:nth-child(2) {padding-left:20px;width:100px;}
table.sortAmountTable tr td:nth-child(3) {padding-right:20px;}

@media screen and (max-width: 1100px) {
    .formBtn {
        min-width: 85px;
    }
	.content{
		padding-top: 90px;
	}
}

@media screen and (max-width: 900px) {

}

@media only screen and (max-width: 900px), screen and (max-height: 600px) {
    .mobileMenuBtn{
        display: block;
    }
    .hideMobile{
        display: none !important;
    }
    .mainMenuBar {
        display:none;
    }
    .dataPanel{
        margin: 0;
        padding: 0;
        width: 100%;
        transform: none;
    }
    .img{
        transform: scale(0.7);
    }
}

@media screen and (max-width: 500px) {
    img{
        transform: scale(0.7) !important;
    }
}