﻿.nevdaStylemenu-on-top #main {
    margin-top: 90px !important;
}

.nevdaStyle h1 {
    font-size: 18px;
}

.nevdaGrey {
    background-color: #5C5C5C;
}

.nevdaStyle button, div.evd-login form.evd-login button,
.k-dropdown-wrap, .k-list-container.k-state-border-up,
.k-list .k-state-hover, .k-dropdown-wrap.k-state-border-down, .k-dropdown-wrap.k-state-border-up,
.k-list .k-state-selected, .dropdown-menu, .k-picker-wrap .k-select,
.k-picker-wrap .k-input, .k-picker-wrap, .k-block, .k-button,
.k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window,
.k-window-titleless .k-window-content, .k-window-action, .k-inline-block,
.k-grid .k-filter-options, .k-grouping-header .k-group-indicator,
.k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap,
.k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox,
.k-picker-wrap, .k-numeric-wrap, .k-colorpicker .k-list-container, .k-calendar-container,
.k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline,
.k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload,
.k-picker-wrap.k-state-active, .k-calendar-container.k-state-border-up,
.k-dropdown-wrap.k-state-border-down .k-input,
.k-calendar .k-link.k-state-hover, .k-window-titlebar .k-link {
    border-radius: 0;
}

.nevdaStyle .k-calendar-container th {
    color:#333333;
}

.nevdaStyle .k-today>a {
    border:1px solid #157EBD;   
}

.nevdaStyle .k-calendar .k-state-hover {
    background-color:#157EBD;
    background-image:none;
}

.nevdaStyle .k-calendar td, .nevdaStyle .k-calendar th  {
    padding:0;
    height: 25px;
    width:25px;
    text-align:center;
}

.nevdaStyle .k-grid[kendo-grid] table {
    width: 100% !important;
}

.nevdaStyle .k-calendar .k-content .k-link, .nevdaStyle .k-calendar th {
    padding:0;
    height:25px;
    line-height:25px;
}

.nevdaStyle .k-calendar .k-content {
    text-align:left;
}

/* = INITIAL LAYOUT
----------------------------*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.nevdaStyle {
    overflow: hidden;
}

.nevdaStyle.menu-on-top {
    background-color:#f1f1f1;
}

    .nevdaStyle #header {
        height: 21px;
        border-bottom: none;
        background-color: #5C5C5C;
        padding: 0 18px 0 18px;
        color: #FFF;
        font-size: 14px;
    }

        .nevdaStyle #header > div {
            height: auto;
        }

        .nevdaStyle #header > .row {
            margin: 0;
            width: 100%;
            border-bottom: 2px solid #F7AC00;
        }

            .nevdaStyle #header > .row > div {
                padding: 0;
            }

            .nevdaStyle #header > .row #logo-group {
                padding: 0;
            }

                .nevdaStyle #header > .row #logo-group #slogan {
                    font-size: 14px;
                    font-weight: bold;
                }

                .nevdaStyle #header > .row #logo-group a:hover {
                    text-decoration: none;
                }

        .nevdaStyle #header div.pull-right > span {
            padding-left: 3px;
            padding-right: 3px;
            min-width: initial;
        }

        .nevdaStyle #header div.pull-right > :last-child {
            padding-left: 3px;
        }

        .nevdaStyle #header div.pull-right a.nlogout > i.fa {
            color: #FFF;
            padding-left: 3px;
        }

            .nevdaStyle #header div.pull-right a.nlogout > i.fa:hover {
                color: #FF0000;
            }

        .nevdaStyle #header div.pull-right > .header-dropdown-list {
            float: none;
        }

    .nevdaStyle .header-dropdown-list > li > .dropdown-toggle {
        margin-top: 0;
    }

    .nevdaStyle .header-dropdown-list .dropdown-menu.pull-right {
        left: 40px;
    }


    /*---------------------------------------------------------------------------------------
        --------- MENIU STYLE
        ---------------------------------------------------------------------------------------*/


    .nevdaStyle aside#top-panel {
        padding: 5px 0 0 0;
        background: none;
        background-color: #5C5C5C;
        padding-bottom: 40px;
        border: none;
        box-shadow: none;
        height: 101px;
        width: 100%;
        overflow: visible;
    }

@media (max-width: 979px) {
    .menu-on-top #main {
        margin-top: 69px !important;
    }
}

.nevdaStyle.noHeader #top-panel {
    /*display: none !important;*/
    z-index:2;
}
.nevdaStyle.noHeader aside#top-panel nav#static-left, .nevdaStyle.noHeader aside#top-panel nav#static-right {
    z-index:2;
}

.nevdaStyle.noHeader #main {
    margin-top: 20px !important;
    z-index:4;
}

.nevdaStyle .noTransition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in;
    transition: none !important;
}

.nevdaStyle aside#top-panel nav > ul > li {
    border: none;
    max-width: 140px;
    height: 40px !important;
    max-height: 40px;
    padding: 0 16px 0 15px !important;
    margin-top: 0;
    display: inline-block;
    position: relative;
    overflow: visible;
}

.nevdaStyle aside#top-panel nav > ul > li > div {
    height: 40px !important;
    max-height: 40px;
    display: table;
}
.reloadSpan {
    bottom: 2px;
    display: inline;
    position: relative;
}

.reloadSpan .fa-refresh {
    cursor: pointer;
}

.historySpan {
    bottom: -5px;
    display: inline;
    position: relative;
    right: 10px;
}

.historySpan .fa-history {
    cursor: pointer;
}

.nevdaStyle aside#top-panel nav > ul {
    display: inline-block;
    overflow-x: scroll;
    /*overflow-y:hidden;*/
    white-space: nowrap;
    height: 70px;
}

.cBlack {
    color: black;
}

.nevdaStyle aside#top-panel nav.main-nav > ul {
    padding-left: 25px;
    /*padding-right: 115px;*/
    /*height:6000px;*/
    margin-top: -1px;
}

    .nevdaStyle aside#top-panel nav.main-nav > ul > li#fake-element-left {
        width: 110px;
    }

    .nevdaStyle aside#top-panel nav.main-nav > ul > li#fake-element-right {
        width: 115px;
    }

 .nevdaStyle aside#top-panel nav.main-nav > ul > li#fake-element-left:hover,  .nevdaStyle aside#top-panel nav.main-nav > ul > li#fake-element-right:hover {
     background:none !important;
 }

.nevdaStyle aside#top-panel nav.main-nav.dropDownOpen > ul {
    height: 1000px;
}

.nevdaStyle aside#top-panel nav > ul > li:first-child {
    padding-left: 2px;
}

.nevdaStyle aside#top-panel nav ul span.menu-item-parent {
    display: table-cell;
}

.k-ie .nevdaStyle aside#top-panel nav ul span.menu-item-parent {
    display: table;
}

@media (max-width: 979px) {
    .menu-on-top .menu-item-parent {
        padding-left: 0;
    }
}

.nevdaStyle aside#top-panel nav > ul > li:hover {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8%, rgba(255,255,255,0.3) 99%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0)), color-stop(8%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
}



.nevdaStyle aside#top-panel nav > ul > li > div > a {
    height: auto;
    padding: 0 !important;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
}

.menu-on-top nav > ul > li.active {
    background: none;
}

.nevdaStyle aside#top-panel nav > ul > li > a:active {
    background: none !important;
}

.nevdaStyle aside#top-panel nav > ul > li > div > a {
    padding: 0;
}

    .nevdaStyle aside#top-panel nav > ul > li > div > a > span {
        max-width: 140px;
        white-space: normal;
        line-height: normal;
        text-align: left;
        overflow: visible;
        color: #FFF;
        min-width: 0;
    }

.k-ie .nevdaStyle aside#top-panel nav > ul > li > div > a > span {
    text-align: center;
}



.nevdaStyle aside#top-panel nav > ul > li.active > div > a > span {
    /*font-size: 14px;*/
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.nevdaStyle aside#top-panel nav > ul > li.active {
    border: none;
}

    .nevdaStyle aside#top-panel nav > ul > li.active > div:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 7px solid #FFF;
        z-index: 2;
        bottom: -9px;
        left: 40%;
    }

.nevdaStyle aside#top-panel nav ul li.active > a:before {
    display: none;
}

.nevdaStyle nav ul li a:active {
    background: none !important;
}

.nv-inline {
    display: inline;
}

.nv-inline-block {
    display: inline-block;
}

.padSelSpan {
    color: #ffffff;
    font-family: Arial,"DejaVu Sans","Liberation Sans",Freesans,sans-serif;
    font-weight: normal;
    line-height: 16px;
    clear: both;
    display: block;
    line-height: 1.42857;
    padding: 3px 40px;
    white-space: nowrap;
}

.padSelSpan a {
    text-decoration: none;
    color: #ffffff;
}

.padSelSpan:hover,
.padSelSpan:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #3276b1;
    cursor: pointer;
}

.padSelSpan a:hover,
.padSelSpan a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #3276b1;
  cursor: pointer;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.nevdaStyle aside#top-panel nav#static-left {
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 5;
}

    .nevdaStyle aside#top-panel nav#static-left ul {
        overflow: hidden;
    }

.nevdaStyle aside#top-panel nav#static-right {
    position: absolute;
    top: 25px;
    right: 40px;
    z-index: 5;
}

.nevdaStyle aside#top-panel nav.main-nav {
    /*width: calc(100% - 156px);*/
    width: 100%;
    position: relative;
    z-index: 4;
    height: 50px;
    overflow: hidden !important;
}

    .nevdaStyle aside#top-panel nav.main-nav.dropDownOpen {
        overflow: visible !important;
    }

    .nevdaStyle aside#top-panel nav.main-nav .dropdown .dropdown-toggle {
        position: absolute;
        right: -16px;
        bottom: 0;
        width: 16px;
        height: 100%;
    }

    /*.nevdaStyle aside#top-panel nav.main-nav li.active .dropdown .dropdown-toggle {
        padding-left:11px !important;
        }*/

    .nevdaStyle aside#top-panel nav.main-nav li .dropdown .dropdown-toggle i.fa {
        position: absolute;
        bottom: -4px;
        right: -1px;
        width: 10px;
        color: #FFF;
    }

    .nevdaStyle aside#top-panel nav.main-nav li .dropdown a.dropdown-toggle:hover {
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0, rgba(255,255,255,0) 8%, rgba(255,255,255,0.3) 99%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(255,255,255,0)), color-stop(8%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0,rgba(255,255,255,0) 8%,rgba(255,255,255,0.3) 99%,rgba(255,255,255,0.3) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */
    }

.nevdaStyle aside#top-panel .left-menu {
    height: 75px;
    width: 99px;
}

.nevdaStyle aside#top-panel .right-menu {
    height: 25px;
    width: 85px;
}

    .nevdaStyle aside#top-panel .right-menu > div {
        margin-left: 10px;
        margin-top: 14px;
    }

        .nevdaStyle aside#top-panel .right-menu > div i {
            font-size: 14px;
            color: #FFF;
        }

        .nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown {
            position: absolute;
            bottom: 0;
            left: 54px;
            width: 25px;
        }

.k-ff .nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown {
    bottom: -8px;
}

.nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown > a {
    padding: 7px;
}

.nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown li.active > a {
    color: #fff !important;
    background-color: #157EBD;
}

.nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown li span {
    max-width: none;
}

.nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown li:hover a:after {
    content: "" !important;
}



.nevdaStyle aside#top-panel .right-menu > div .menu-dropdown {
    padding-top: 12px;
    margin-right: -5px;
}

.nevdaStyle aside#top-panel .right-menu .fa-angle-right {
    font-size: 25px;
    padding: 5px 10px 0 5px;
}

.nevdaStyle aside#top-panel .right-menu .fa-angle-left {
    font-size: 25px;
    padding: 5px 5px 0 10px;
}

.nevdaStyle aside#top-panel .right-menu > div i:hover, .nevdaStyle aside#top-panel .right-menu > div a:hover i {
    color: #ACACAC;
}

.nevdaStyle aside#top-panel .right-menu > div > i:last-child {
    margin-left: 5px;
    padding: 5px 5px 0 10px;
}

.nevdaStyle .curtain-left, .nevdaStyle .curtain-right {
    position: absolute;
    z-index: 3;
    height: 48px;
}

.nevdaStyle .curtain-right {
    width: 121px;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(92,92,92,0) 0%, rgba(92,92,92,0.91) 10%, rgba(92,92,92,1) 11%, rgba(92,92,92,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(92,92,92,0)), color-stop(10%,rgba(92,92,92,0.91)), color-stop(11%,rgba(92,92,92,1)), color-stop(100%,rgba(92,92,92,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(92,92,92,0) 0%,rgba(92,92,92,0.91) 10%,rgba(92,92,92,1) 11%,rgba(92,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(92,92,92,0) 0%,rgba(92,92,92,0.91) 10%,rgba(92,92,92,1) 11%,rgba(92,92,92,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(92,92,92,0) 0%,rgba(92,92,92,0.91) 10%,rgba(92,92,92,1) 11%,rgba(92,92,92,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(92,92,92,0) 0%,rgba(92,92,92,0.91) 10%,rgba(92,92,92,1) 11%,rgba(92,92,92,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c5c5c', endColorstr='#5c5c5c',GradientType=1 ); /* IE6-9 */
}

.nevdaStyle .curtain-left {
    width: 118px;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(92,92,92,1) 0%, rgba(92,92,92,1) 89%, rgba(92,92,92,0.91) 90%, rgba(92,92,92,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(92,92,92,1)), color-stop(89%,rgba(92,92,92,1)), color-stop(90%,rgba(92,92,92,0.91)), color-stop(100%,rgba(92,92,92,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,1) 89%,rgba(92,92,92,0.91) 90%,rgba(92,92,92,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,1) 89%,rgba(92,92,92,0.91) 90%,rgba(92,92,92,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,1) 89%,rgba(92,92,92,0.91) 90%,rgba(92,92,92,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(92,92,92,1) 0%,rgba(92,92,92,1) 89%,rgba(92,92,92,0.91) 90%,rgba(92,92,92,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#005c5c5c',GradientType=1 ); /* IE6-9 */
}

.nevdaStyle .menu-dropdown, .nevdaStyle .menu-dropdown .dropdown-menu {
    margin: 0;
    padding: 10px 0 0 0;
}

.nevdaStyle .menu-dropdown ul.dropdown-menu {
    padding: 5px 0;
}

.nevdaStyle .menu-dropdown .dropdown-menu {
    left: -140px;
}

.nevdaStyle .menu-on-top nav ul ul, .menu-on-top nav ul ul ul, .menu-on-top nav ul ul {
    border: none;
    padding: 0;
}

.nevdaStyle nav .open .list-unstyled {
    display: block;
    border: none !important;
    box-shadow: none;
}

.nevdaStyle .submenu-links {
    box-shadow: none;
    background: #eee !important;
}

.nevdaStyle .dropdown-menu.two-col .row-flex {
    display: flex;
    width: auto !important;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul, .nevdaStyle .dropdown-menu.two-col .row-flex > ul > ul {
    width: auto !important;
    padding: 0;
}

.nevdaStyle .dropdown-menu.two-col {
    width: auto !important;
    min-width: 50px;
    padding: 0;
    border: 1px solid #cccccc;
}

.nevdaStyle .dropdown-menu.two-col .dropdown-header {
    display: block;
    padding: 5px 10px 0 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #4C4F53;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul li.dropdown-header.with-link {
    padding: 0;
    padding-top;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul li.dropdown-header.with-link a {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul li:not(.dropdown-header) a {
    padding: 5px;
    padding-left: 25px !important;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul:nth-child(2) {
    border-left: 1px solid #cccccc;
}

.nevdaStyle .dropdown-menu.two-col .row-flex > ul, .nevdaStyle .dropdown-menu.two-col .row-flex > ul > ul {
    display: block;
    border-top: none !important;
}

.nevdaStyle .menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    box-shadow:none;
}

@media (max-width: 979px) {
    .menu-on-top nav ul ul li:hover > a:after, .menu-on-top nav > ul ul > li a:after, .menu-on-top nav > ul ul > li a:hover:after, .menu-on-top nav > ul > li > a:after {
        top: 0;
        right: 0;
        font-size: 0;
        margin-top: -0;
        content: "" !important;
    }
}

/*---------------------------------------------------------------------------------------
--------- END MENIU STYLE
---------------------------------------------------------------------------------------*/

.nevdaStyle #container {
    width: 100%;
    height: 100%;
}

.nevdaStyle .left-bar {
    float: left;
    background-color: #f1f1f1;
    height: 100%;
    width: 40px;
}

.nevdaStyle #main {
    height: auto;
    position: absolute;
    z-index: 3;
    background-color: #FFF;
    overflow: auto;
    left: 40px;
    right: 40px;
    bottom: 28px;
    top: 5px;
    padding-bottom: 0;
    min-height: 0;
    -webkit-box-shadow: 0 2px 1px 1px rgba(102,102,102,0.3);
    -moz-box-shadow: 0 2px 1px 1px rgba(102,102,102,0.3);
    box-shadow: 0 2px 1px 1px rgba(102,102,102,0.3);
}

.nevdaStyle #viewContainer {
    height: 100%;
    overflow: hidden;
    padding: 0 15px 28px 15px;
}


.nevdaStyle #main > div:last-child {
    height: 100%;
    padding: 0 15px 9px 15px;
}

.nevdaStyle .right-bar {
    float: right;
    background-color: #f1f1f1;
    height: 100%;
    width: 40px;
}

.H100 {
    height: 100%;
}

#left-panel {
    z-index: 11;
}

.nevdaStyle .nevda-footer {
    z-index: 0;
    min-width: 100%;
}

.nevdaStyle .nevda-footer > .nevda-copyright {
    padding-left: 40px;
    background-color: #f1f1f1 !important;
    display: inline-block;
}

.nevdaStyle .nevda-footer > .nevda-app-version {
    display: inline-block;
    padding-right: 40px;
    float: right;
    font-family: Aparajita;
    height: 25px;
    padding-top: 5px;
}

.nevdaStyle .right-bar {
    padding-top: 30px;
}

.nevdaStyle .right-bar #nevdis {
    font-size: 16px;
    font-weight: bold;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand');
    -moz-transform: matrix(0.00000000, 1.00000000, -1.00000000, 0.00000000, 0, 0);
    -webkit-transform: matrix(0.00000000, 1.00000000, -1.00000000, 0.00000000, 0, 0);
    -o-transform: matrix(0.00000000, 1.00000000, -1.00000000, 0.00000000, 0, 0);
    transform: matrix(0.00000000, 1.00000000, -1.00000000, 0.00000000, 0, 0);
}

.nevdaStyle .right-bar #nevdis > a, .nevdaStyle .right-bar #nevdis > a:hover {
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}

.nevdaStyle .left-bar {
    padding-top: 20px;
}

.nevdaStyle .left-bar .fa {
    margin-left: 12px;
    font-size: 16px;
}

.nevdaStyle .left-bar a:not(:first-child) .fa {
    padding-top: 10px;
}

.nevdaStyle .message-container {
    z-index: 5;
}

@media (max-width: 979px) {
    .nevdaStyle #main {
        width: auto !important;
    }

    .nevdaStyle .right-bar {
        padding-top: 30px;
    }

    .nevdaStyle .left-bar {
        padding-top: 20px;
    }
}

/*.noScroll {
    height: 100%;
    overflow: hidden;
    background-color: red;
    }*/

.scrollable {
        overflow: auto;
        position: absolute;
        top: 161px;
        bottom: 0;
        left: 15px;
        right: 15px;
        padding-bottom: 0;
        margin-bottom:5px;
        margin-top:1px;
    }

.scrollableInSplitter {
    overflow: auto;
    position: absolute;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
}

.STGSplitter {
    top: 98px;
    padding: 0 15px 0 15px;
}

.scrollable .row {
    margin-left: 0;
    margin-right: 0;
}

.scrollable .form-group {
    margin-left: 0;
    margin-right: 0;
}

.nonScrollable {
    overflow: hidden;
    position: absolute;
    top: 161px;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding-bottom: 5px;
}

.refreshDate {
    padding-right: 50px;
    cursor: default;
}

.T0 {
    top: 0;
}

.T6 {
    top: 6px;
}

.T30 {
    top: 30px;
}

.T96 {
    top: 96px;
}

.T102 {
    top: 102px;
}

.T71 {
    top: 71px;
}

.T107 {
    top: 107px;
}

.T109 {
    top: 109px;
}

.T112 {
    top: 112px;
}

.T121 {
    top: 121px;
}

.T136 {
    top: 136px;
}

.T141 {
    top: 141px;
}

.T161 {
    top: 161px;
}

.T163 {
    top: 163px;
}


fieldset {
    margin-right: 15px;
}

/*.tab-content {
    overflow: auto;
    position: absolute;
    top: 125px;
    bottom: 0;
    }*/

.height100 {
    height: 100%;
}

.padT5 {
    padding-top: 5px;
}

.padT4 {
    padding-top: 4px;
}

.padT3 {
    padding-top: 3px;
}

.padR5 {
    padding-right: 5px;
}

.padR10 {
    padding-right: 10px;
}

.padR15 {
    padding-right: 15px;
}

.padL5 {
    padding-left: 5px;
}

.padT7 {
    padding-top: 7px;
}

.fsLarge {
    font-size: large;
}

/*.nevdaStyle .nav-tabs {
    border-bottom: 2px solid #157EBD;
}

    .nevdaStyle .nevdaStyle .nav-tabs > li.active > a, .nevdaStyle .nav-tabs > li.active > a, .nevdaStyle .nav-tabs > li.active > a:hover, .nevdaStyle .nav-tabs > li.active > a:focus {
        background: url("images/sm-arrow2.png") no-repeat 50% 98%;
        }*/
/* = INITIAL LAYOUT END
----------------------------*/

/* = KENDO GRID
----------------------------*/
.k-grid-content > table > tbody > tr:hover, .k-grid-content > div > table > tbody > tr:hover {
    cursor: pointer;
    background-color: #cde7f3;
    color: #0c0b0b;
}

.nevdaStyle .k-grid tbody:empty {
    display: block;
    height: 30px;
}


    .nevdaStyle .k-grid tbody:empty:before {
        content: 'Įrašų nėra';
        display: table-cell;
        padding: 0.5em;
        position: absolute;
        padding-left: 50%;
        margin-left: -15px;
    }

.k-grid td {
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.nevdaStyle .k-pager-numbers .k-state-selected, .nevdaStyle .k-state-selected .k-link, .nevdaStyle .k-pager-wrap .k-link:hover, .nevdaStyle .k-list-container .k-list > .k-state-hover, .nevdaStyle .k-button:hover {
    background-color: #157EBD;
    border: 1px solid #157EBD;
    color: #fff;
    background-image: none;
}

.nevdaStyle .k-item.k-state-default.k-state-hover, .nevdaStyle .k-item.k-state-default.k-state-hover > .k-link {
    background-color: #157EBD;
    color: #fff !important;
    background-image: none;
}

.nevdaStyle .k-state-focused {
    box-shadow: none;
}


.nevdaStyle .treeGrid .noRows {
    width: 100%;
    /*border: 1px solid #E3E3E3;
    border-top: none;*/
    position: relative;
    height: 30px;
}

.nevdaStyle .treeGrid .noRows > span {
    padding-top: 9px;
    position: absolute;
    left: 50%;
}

.nevdaStyle .treeGrid.sumine-ataskaita .selectWrap.multiselect .deleteSymbol {
    top: 2px !important;
}

.nevdaStyle .treeGrid.sumine-ataskaita .tooltipWrapper {
    overflow: visible !important;
}

/* = KENDO GRID END
----------------------------*/


/* = ALERTS
----------------------------*/
.nevdaStyle .alert-nevda {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
    position: relative;
    z-index: 6;
}

    .nevdaStyle .alert-nevda > button {
        position: absolute;
    }

.nevdaStyle .confirmDialog > .modal-body {
    height: 100px;
    position: relative;
    font-size: 13px;
}

    .nevdaStyle .confirmDialog > .modal-body > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 70px;
        right: 15px;
    }

.nevdaStyle .confirmDialog .fa-exclamation-triangle {
    color: #f7ac00;
    position: absolute;
    top: 30px;
    left: 20px;
}

 .modal-scroll {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    overflow-x: hidden;
 }

.modal.large .modal-dialog {
    width: 95vw;
    height: 90vh;
}

.nevdaStyle .modal-sm {
    width: 400px;
}
/* = ALERTS END
----------------------------*/


/* = FORMS
----------------------------*/
.nevdaStyle .form-control {
    box-shadow: none;
}

.nevdaStyle .k-picker-wrap .k-input {
    height: 25px;
}

.nevdaStyle .inline div:first-child {
    margin-left: 0;
}

.nevdaStyle .k-dropdown-wrap.k-state-default.k-state-hover,
.nevdaStyle .k-picker-wrap.k-state-default.k-state-focused,
.nevdaStyle .k-picker-wrap.k-state-default.k-state-hover,
.nevdaStyle input:hover, .nevdaStyle textarea:hover,
.nevdaStyle .k-dropdown-wrap.k-state-default.k-state-focused {
    border-color: #66AFE9;
}

    .nevdaStyle .k-picker-wrap.k-state-default.k-state-focused .k-select, .nevdaStyle .k-picker-wrap.k-state-default.k-state-hover .k-select {
        border-left: 1px solid #66AFE9;
    }


    .nevdaStyle .k-dropdown-wrap.k-state-default.k-state-focused .k-select {
        border-left: 1px solid #66AFE9;
    }


/* = FORMS END
----------------------------*/

/* = BTN
----------------------------*/
.nevdaStyle .btn {
    box-shadow: 0 1px 0 #fefefe inset;
    padding-top:5px;
}

.grid-decimal-number {
    text-align: right;
}

.nevdaStyle .btn-default:focus {
    background-color: #DADADA;
    border: 1px solid #797979;
}

.nevdaStyle .btn-default:hover, .nevdaStyle .btn-default:active, .open .dropdown-toggle.btn-default {
    background-color: #157EBD;
    color: #fff;
}

.nevdaStyle .btn-file {
    position: relative;
    overflow: hidden;
    left: 1px;
    border-radius: 0 0 0 0;
}

.nevdaStyle .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


/* = BTN END
----------------------------*/

/* = FILTRAS
----------------------------*/
.nevdaStyle .IsplestinisFiltras div.panel-heading {
    background-color: #E3E3E3;
    padding: 2px;
}

.nevdaStyle .IsplestinisFiltras div.panel-group {
    margin-bottom: 1px;
}

.nevdaStyle .IsplestinisFiltras div.panel {
    border: none;
}

.nevdaStyle .IsplestinisFiltras div.panel-collapse {
    border: 1px solid #E3E3E3;
    border-top: none;
}

.nevdaStyle .IsplestinisFiltras .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    padding-top: 5px;
}

.nevdaStyle .IsplestinisFiltras .fa {
    line-height: 26px;
    padding-right: 5px;
    font-size: 18px;
}

.nevdaStyle .IsplestinisFiltras fieldset {
    margin-right: 0;
}

    .nevdaStyle .IsplestinisFiltras fieldset > div:first-child {
        padding-left: 0;
    }

.nevdaStyle .IsplestinisFiltras .row {
    margin-left: 0;
    margin-right: 0;
}

    .nevdaStyle .IsplestinisFiltras .row .inline .input-sm, .nevdaStyle input.small {
        width: 149px;
    }

.nevdaStyle .IsplestinisFiltras .panel-group .panel {
    overflow: visible;
}

.nevdaStyle .grey-wrapper > .toggleFilter {
    line-height: 28px;
    margin-right: 5px;
}

    .nevdaStyle .grey-wrapper>.toggleFilter>i {
        font-size: 15px;
        color: #5C5C5C;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .nevdaStyle .grey-wrapper > .toggleFilter > span {
        color: #157EBD;
    }

        .nevdaStyle .grey-wrapper > .toggleFilter > span:hover, .nevdaStyle .grey-wrapper > .toggleFilter > span:focus {
            text-decoration: underline;
        }

/* = FILTRAS END
----------------------------*/

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #550055;
    color: #eeeeee;
}

.table-hover > tbody > tr.selected {
    background-color: #550055;
    color: #eeeeee;
}

.nevdaStyle .k-state-selected td:last-child {
    border-right: 1px solid #157EBD;
}

/*thead th {
    background-color: #006DCC;
    color: white;
    }*/

.ac-select-main {
    margin-right: 0;
}

.ac-select-popup li {
    white-space: normal;
}

.select-dropdown {
    width: 100%;
    display: block;
}

.ac-select, .ac-select .ac-select-table {
    width: 100%;
}

.nevdaStyle .grey-wrapper .form-control.input-sm-splitter {
    height: 15px;
    width: 149px;
}

.nevdaStyle .grey-wrapper .form-control.input-sm {
    height: 25px;
    width: 149px;
}

.input-sm .ac-select-main, .input-sm .selected-item {
    height: 30px;
}

.input-sm div.ac-select-popup {
    top: 30px;
}

.ac-select.input-sm {
    padding: 0;
}

.modal-dialog.paieskos-forma {
    width: 1000px;
}

.top-border {
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
}

.triangle-simple {
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #446E9B;
    border-top: 15px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
}

/*input.ng-invalid.ng-dirty {
    background-color: #FA787E;
    }*/

.k-grid .form-control, .k-grid .ac-select-popup {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.medis {
    clear: both;
}

.wide .modal-dialog {
    width: 900px;
}


.nevdaStyle .page-header {
    background: #F5F3D3;
    height: 24px;
    font-weight: bold;
    padding: 4px;
    margin: 0 0 1px 0;
}

.nevdaStyle .page-header, .nevdaStyle .tab-info {

    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #F5F3D3;
    height: 24px;
    font-weight: bold;
    padding: 4px;
    margin: 0px 0px 1px 0px;
}

    .nevdaStyle .page-header span {
        font-size: 11px;
        vertical-align: 0;
    }

.nevdaStyle .tab-info {
    background: #E7E7E7;
    font-weight: bold;
    height: 24px;
    padding: 4px;
    margin: 0px 0px 1px 0px;
}

.nevdaStyle .tab-info {
    margin-bottom: 1px;
}

    .nevdaStyle .tab-info span,  .nevdaStyle .page-header span {
        font-size: 11px;
        vertical-align: 0;
        margin: 0px 40px 0px 0px;

    }

.nevdaStyle .grey-wrapper, .nevdaStyle .grid-button-group-block {
    background-color: #E3E3E3;
    padding: 2px;
    margin-top: 0;
    margin-bottom: 1px;
    height: 29px;
    color: #333333;
}

.nevdaStyle .light.grey-wrapper {
    background-color: #f3f3f3;

}

.nevdaStyle .inline div {
    float: left;
    margin: 0px 1px 0px 1px;
}

    .nevdaStyle .inline div.sm {
        padding-top: 5px;
    }

.nevdaStyle {
    background-color: #FFFFFF;
    background-image: none;
}

button .kampe {
    position: absolute;
    float: right;
    bottom: -3px;
    right: -4px;
}

.btn-group .dropdown-menu li {
    cursor: pointer;
}

.nevdaStyle .requiredLabel {
    color: rgb(51, 153, 255);
}

.nevdaStyle .filter-panel {
    height: 35px;
    background: #dadada;
    padding: 4px;
    margin: 0px 0px 5px 0px;
}

.nevdaStyle hr {
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 1px solid #5c5c5c;
}

.nevdaStyle hr.topblue {
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 2px solid #157EBD;
}


.nevdaStyle #header .langDropdown a, .nevdaStyle #header .langDropdown span {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
}

.nevdaStyle #header .dropdown-menu {
    background: #5c5c5c;
}

.nevdaStyle .wizardButtonBottomLine {
    padding-bottom: 4px;
    border-bottom: solid #000000 1px;
}

.ruosinys .row {
    margin: 1px;
}

.ruosinys .col-md-6, .ruosinys .col-xs-12, .ruosinys .col-xs-6 {
    padding-left: 0;
}

.noMargin {
    margin: 0px !important;
}

.marginR60 {
    margin-right: 60px;
}

.nevdaStyle .cursorPointer {
    cursor: pointer;
}

.nevdaStyle .deleteFile {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: -2px;
    font-size: 20px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .deleteFile.r75 {
    right: 75px;
}

.nevdaStyle .deleteSymbol {
    position: absolute;
    z-index: 1;
    right: 33px;
    top: -1px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .deleteSymbol30 {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -1px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .colorDeleteSymbol {
    position: absolute;
    z-index: 1;
    left: 55px;
    top: -1px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .modal-dialog .colorDeleteSymbol {
    left: 70px;
}

.marginL-13 {
    margin-left: -13px;
}

.noPadding {
    padding: 0px !important;
}

.padL0 {
    padding-left: 0px !important;
}

.padL10 {
    padding-left: 10px;
}

.sbjModal .select-wrapper input {
    height: 25px;
}

.sbjModal .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.nevdaStyle .sbjModal .istorijosIrasai {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.nevdaStyle .sbjModal .istorijosIrasai li {
    background-color: #DADADA;
    border: 1px solid #797979;
    max-height: 26px;
    font-size: 11px;
    list-style: none;
    padding-right: 10px;
}

    .nevdaStyle .sbjModal .istorijosIrasai li > span {
        display: inline-block;
        max-width: 138px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis !important;
        -o-text-overflow: ellipsis !important;
        text-overflow: ellipsis !important;
        text-align: center;
        font-size: 11px;
        line-height: 26px;
        margin-left: 15px;
    }

.nevdaStyle .sbjModal .istorijosIrasai:first-child li span {
    margin-left: 10px;
}

.nevdaStyle .sbjModal .istorijosIrasai li:after, .nevdaStyle .sbjModal .istorijosIrasai li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom: 0;
}

.nevdaStyle .sbjModal .istorijosIrasai li:after {
    right: -10px;
    top: 0;
    border-left: 8px solid #DADADA;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 2;
}

.nevdaStyle .sbjModal .istorijosIrasai li:before {
    right: -11px;
    top: 0;
    border-left: 8px solid #797979;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: 1;
}

.nevdaStyle .sbjModal .istorijosIrasai li:hover {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.nevdaStyle .sbjModal .istorijosIrasai li:hover:after {
    border-left: 8px solid #ebebeb;
}

.nevdaStyle .sbjModal .istorijosIrasai li:hover:before {
    border-left: 8px solid #adadad;
}

.nevdaStyle .sbjModal {
    line-height: 25px;
}

.nevdaStyle .modal-header {
    border: none;
    padding: 10px 10px 5px 10px;
    margin: 0;
}

.nevdaStyle .modal-footer {
    border: none;
    padding: 5px 10px 10px 10px;
    margin: 0;
}

.nevdaStyle .modal-body {
    padding: 0 10px 0 10px;
}

.nevdaStyle .modal-header hr:last-child {
    border-top: 2px solid #3399ff;
    margin-bottom: 3px;
}

.nevdaStyle .modal-body hr:last-child {
    border-top: 2px solid #797979;
    margin-top: 3px;
}

.nevdaStyle .modal-content {
    border-radius: 0;
}

.nevdaStyle .modal-header .close {
    margin: 1px;
}

.nevdaStyle .close.close-card {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index:5;
    font-size:28px;
}

.nevdaStyle .selectInput {
    border: none;
    border-right: solid 1px #DBDBDE;
    border-radius: 0;
    padding: 0.177em 0;
    text-indent: 0.33em;
    height: 23px;
}

.nevdaStyle input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.nevdaStyle .selectInput:hover, .nevdaStyle .selectInput.inputFocused {
    border-right: solid 1px #66AFE9;
}

.nevdaStyle .selectWrap:hover {
    border-color: #66AFE9;
}

.nevdaStyle .selectWrap.inputFocused {
    border-color: #66AFE9;
}

.nevdaStyle .selectArrow {
    border-radius: 0;
}

.nevdaStyle .selectArrow.inputFocused, .nevdaStyle .selectArrow:hover {
    cursor: pointer;
    background: -webkit-linear-gradient(#CACFD9, #B5BCC9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CACFD9, #B5BCC9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CACFD9, #B5BCC9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CACFD9, #B5BCC9); /* Standard syntax (must be last) */
}

.nevdaStyle .selectDropdown {
    cursor: pointer;
    position: absolute;
    background-color: white;
    right: 0;
    left: 0;
    z-index: 100;
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0;
    padding: 2px;
    overflow-y: auto;
    max-height: 155px;
    width: 100%;
}

.nevdaStyle .selectWrap .multi-block {
    padding:3px;
    padding-right:25px;
    margin:3px;
    float:left;
    background-color:#f5f5f5;
    border:1px solid #DBDBDE;
    position:relative;
}

.nevdaStyle .select-activeItem {
    border: 1px solid #328DC5;
    border-radius: 0;
    padding: 2px;
}

.nevdaStyle .select-item {
    padding: 2px;
}

.nevdaStyle .select-item:hover {
    background: -webkit-linear-gradient(#CACFD9, #B5BCC9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CACFD9, #B5BCC9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CACFD9, #B5BCC9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CACFD9, #B5BCC9); /* Standard syntax (must be last) */
}

.nevdaStyle .select-item-group {
    padding: 2px;
}

.nevdaStyle .moreWindows {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAQAAABaOFzUAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAADsMAAA7DAcdvqGQAAAF+SURBVCjPTZExb9NgEIaf+/w5tWnSxKRqJKIoSFR0pQiQmNgQc38BP4KR38CvQOwMjGxMqIgFhBCoqCWQAqGJk5jYOP6OwU7Ije89p3vfO6GqAXPm5OhKQNjicDsrLMCCgO91OZQ2KhuIkfOg/spSzvm/73x7kuypgqwIRCan3Q8WTun79NLurBcdRx9XiCvEDO+O2oFvwUZvj+Lr04M48IM8cypAjdbZlZdx/2+rUAvJweDRct/LGo5b7jaowswmk+CH7CCChSxI/eh5/5nkRa6AWL/25cH4KA1wABZURcJLV4/t3FwAaJ3O8L4Xqit928q9zSb5rJQ0kVGplzcy64ROqqs5LXvGGd1ANmsJCks/v+e6ilaLUExoirMFgFejrjr2i4c1r3ESVYjTqW2ZWm+CgIY0NWmkzaetT7ujywMLnmDG/deP1/9RiK/5aefFzTcMKSyE5+138xujzn83ghC9D7/yc1GoCvyy0/14d7EOCcKWNC92Pu9lf9jmH6uAl/qGlLrBAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA4LTAzVDE5OjM2OjA2KzAyOjAwQQ5l0QAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wOC0wM1QxOTozNjowNiswMjowMDBT3W0AAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 16px;
    position: absolute;
    right: 10px;
    right: 5px;
    top: 2px;
}

.nevdaStyle .selectArrow {
    border-radius: 0;
}

.nevdaStyle .select-wrapper {
    width: 100%;
    position: relative;
}

.nevdaStyle .selectWrap input[disabled]:hover {
    cursor: not-allowed;
}

.nevdaStyle .selectWrap {
    position: relative;
}

.nevdaStyle .modal-header .close {
    font-size: 25px;
    font-weight: bold;
}

/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    padding: 0px;
    position: relative;
    font-weight: bold;
}

    .wizard-steps div {
        position: relative;
    }

.wizard-nav {
    background-color: #D7D7D7;
    height: 37px;
    padding-left: 3px;
    padding-top: 1px;
    margin-top: 5px;
}

    .wizard-nav:before {
        width: 4px;
        height: 35px;
        position: relative;
        left: -1px;
        float: left;
        background-color: #157EBD;
        z-index: 9;
    }

    .wizard-nav:after {
        width: 11px;
        padding: 1px;
        height: 35px;
        background-color: #157EBD;
        display: inline-block;
        position: relative;
        left: -2px;
        z-index: 11;
        border-right: 5px solid #D7D7D7;
        border-left: 2px solid #D7D7D7;
    }

.wizard-head .form-button {
    margin-top: -5px;
}

/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
    position: relative;
    display: block;
    width: auto;
    height: 35px;
    margin-right: 1px;
    padding: 0px 10px 0px 3px;
    float: left;
    font-size: 11px;
    line-height: 35px;
    text-indent: 10px;
    color: #666;
    background: #FFFFFF;
    text-decoration: none;
}

    .wizard-steps a:after {
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 12px solid #FFFFFF;
        position: absolute;
        content: "";
        top: 7px;
        right: -10px;
        z-index: 10;
    }

    .wizard-steps a:before {
        width: 0;
        height: 0;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 12px solid #D7D7D7;
        position: absolute;
        content: "";
        top: 7px;
        right: -12px;
        z-index: 9;
    }

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps.visited a {
    color: #163038;
    background: #B8B8B8;
}

    .wizard-steps.visited a:after {
        border-left: 12px solid #B8B8B8;
        z-index: 10;
    }
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps.active a {
    color: #FFFFFF;
    background: #157EBD;
}

    .wizard-steps.active a:after {
        border-left: 12px solid #157EBD;
    }

.not-allowed {
    cursor: not-allowed !important;
}

.nevdaStyle div.k-grid-header th.k-header, .nevdaStyle tfoot.k-footer-template td{
    font-weight: bold;
}

.nevdaStyle .k-column-menu {
    font-weight: normal !important;
}

.nevdaStyle .deleteByla {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -2px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .selectWrap:hover .selectInput {
    border-right: solid 1px #66AFE9;
}

.nevdaStyle span.deleteByla:hover {
    color: #9D9999;
}

.nevdaStyle #terminoTipas {
    width: 60px;
}

.input-group button {
    white-space: nowrap;
    margin-left: -1px;
    vertical-align: bottom;
}

.input-group input {
    height: 25px;
}

.nevdaStyle .smallInput {
    width: 150px;
}

.grid-button-group-block.inline > label {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
    color: #333333;
}

.col-md-6 .col-xs-6, .col-md-6 .col-xs-4, .col-md-6 .col-xs-8 {
    padding: 0;
}

.form-horizontal .col-md-6 .form-group {
    margin: 1px;
}

.orgPadSelection select.form-control {
    font-size: 11px;
    height: 20px;
    padding: 0px;
    margin: 0px;
}

.orgPadSelection .k-datepicker {
    width: 100px;
}

.nevdaStyle .orgPadSelection .k-picker-wrap .k-input {
    height: 18px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.orgPadSelection .k-picker-wrap .k-select {
    min-height: 18px;
    line-height: 1.3em;
}

.orgPadSelection .control-label {
    font-size: 11px;
}

.nevdaStyle .k-grid {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-splitbar .k-icon {
    background-image: url("images/bvsSplitterArrowSprite.png");
    background-color: #157EBD;
    background-repeat: no-repeat;
}

.k-splitbar-horizontal .k-collapse-prev {
    background-position: -17px -84px;
    margin-top: -40px;
    height: 30px;
}

.k-splitbar-horizontal .k-collapse-next {
    background-position: -16px -38px;
    margin-top: 10px;
    height: 30px;
}

.k-splitbar-horizontal .k-resize-handle, .k-splitbar-vertical .k-resize-handle {
    background-image: url("images/bvsSprite.png");
}

.k-splitbar-vertical .k-collapse-prev {
    background-position: 5px -12px;
    margin-left: -40px;
    left: 50%;
    width: 30px;
    height: 5px;
}

.k-splitbar-vertical .k-collapse-next {
    background-position: -12px -12px;
    margin-left: 10px;
    left: 50%;
    width: 30px;
    height: 5px;
}

.k-splitbar-horizontal .k-expand-prev {
    background-position: -16px -35px;
}

.k-splitbar-horizontal .k-expand-next {
    background-position: -17px -96px;
}

/*.k-splitbar-vertical .k-expand-next {
    background-position: -9px -12px;
    }*/

.k-splitbar-vertical .k-expand-next {
    background-position: -9px -12px;
}

.k-splitbar-vertical .k-expand-prev {
    background-position: -9px -73px;
}

.k-splitter .k-splitbar-horizontal-hover, .k-splitter .k-splitbar-vertical-hover {
    border-color: #157EBD;
}

.k-grid td, .k-grid td div.tooltipWrapper {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

select.form-control {
    padding: 3px 5px;
    height: auto;
    font-size: 12px;
}

/*  ---------------------------------------------------------------------
    tabs style
    ---------------------------------------------------------------------*/

.nevdaStyle .nav-tabs {
    border-bottom: 2px solid #157EBD;
}

.nevdaStyle .nav-tabs > li > a {
    background: none;
    box-shadow: none;
    border: none;
}

.nevdaStyle .nav-tabs > li.active > a, .nevdaStyle .nav-tabs > li.active > a, .nevdaStyle .nav-tabs > li.active > a:hover, .nevdaStyle .nav-tabs > li.active > a:focus {
    background: url("images/sm-arrow2.png") no-repeat 50% 98%;
    box-shadow: none;
    border: none;
}

.nevdaStyle .nav-tabs.inner-tabs {
    border-bottom: 2px solid #157EBD;
}

.nevdaStyle .nav-tabs.inner-tabs > li > a {
    margin: 0;
    line-height: 1.128571429;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    padding: 5px;
    /*border-radius: 2px 2px 0 0;*/
}

.nevdaStyle .nav-tabs.inner-tabs > li > a:hover {
    /*border-color: #eeeeee #eeeeee #dddddd;*/
}

.nevdaStyle .nav-tabs.inner-tabs > li.active > a, .nevdaStyle .nav-tabs.inner-tabs > li.active > a:hover, .nevdaStyle .nav-tabs.inner-tabs > li.active > a:focus {
    color: #ffffff;
    background: none;
    background-color: #157EBD;
    cursor: default;
    font-weight: normal !important;
    border-width:1px;
}

.nevdaStyle .grid-button-group-block {
    background: #e4e4e4;
    padding: 2px;
    margin-top: 0px;
}

.nevdaStyle .inner-tabs .nav-tabs > li > a {
    border-radius: 0px;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dadada;
    border-bottom-width: 0px !important;
    margin-right: -1px !important;
    padding: 5px 10px;
}

.nevdaStyle .inner-tabs .nav-tabs > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #157EBD !important;
    border-right: 1px solid #dadada;
    border-left: 1px solid #157EBD;
    /*border-bottom: 1px solid #394a7e;*/
    margin-top: 0px !important;
    font-weight: normal;
    color: #fff;
    background-color: #157EBD;
}

.nevdaStyle .inner-tabs .nav-tabs {
    border-bottom: 2px solid #157EBD;
    padding-left: 17px;
}

    .nevdaStyle .inner-tabs .nav-tabs > li {
        margin-bottom: 0px;
    }

.tabbable .tab-content {
    margin-top: 5px;
}

.nevdaStyle .inner-tabs .tab-content {
    background: #fff;
    padding: 5px 9px 0 9px;
    border: 1px solid #dadada;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
}

.form-horizontal .form-control-static {
    padding-top: 0;
    padding-bottom: 7px;
}

.block_h29 {
    height: 29px;
}

.smallerText {
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 5px;
}

.nevdaStyle .k-combobox {
    width: 100%;
}

.nevdaStyle .selectWrap.multiselect {
    background-color:#FFF;
}

.nevdaStyle .selectWrap.multiselect .deleteSymbol {
    right: 0;
    top: -2px;
    padding-left: 9px;
    padding-right: 9px;
}

.nevdaStyle .selectWrap.multiselect input, .nevdaStyle .selectWrap.multiselect .selectInput.inputFocused {
    border:none;
}

    .nevdaStyle .selectWrap.multiselect input.hiddenInput, .nevdaStyle .selectWrap.multiselect .selectInput.inputFocused.hiddenInput {
        height: 0;
        margin: 0;
        padding: 0;
        display: block;
    }

.nevdaStyle .selectWrap.multiselect .selectArrow {
    border-left:1px solid #dbdbde;
    background-color: #f3f3f4;
}

.nevdaStyle .selectWrap.multiselect .selectArrow.inputFocused {
    border-color: #66AFE9;
}

/*#region Loading Splash Screen*/
.nevdaStyle .splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    min-height: 245px;
}

.nevdaStyle [ng-cloak].splash {
    display: block !important;
}

.nevdaStyle .splash .ajax-loader {
    top: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: -15px;
}

.nevdaStyle .splash .ajax-loader img {
    display: block;
    margin: 0 auto;
}

.nevdaStyle .splash .ajax-loader img:first-child {
    margin-bottom: 20px;
}

.nevdaStyle .splash .ajax-loader.with-logo {
    margin-top: -105px;
}

.nevdaStyle .splash .background {
    background-color: white;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.nevdaStyle .splash .background.transparent {
    opacity: 0.4;
    filter: alpha(opacity=0.4);
}

/*#endregion Loading Splash Screen*/

[ng-cloak] {
    display: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.modal {
    overflow: auto;
    text-align: center;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0;
}

.modal-body .paieskos-medis {
    max-height: 400px;
    height: 400px;
    overflow-y: scroll;
}

.nevdaStyle .paieskos-medis .light.grey-wrapper {
    border: 1px solid #ccc;
    border-bottom:none;
    margin-bottom:0;
    margin-top:1px;
    line-height:22px;
}

.nevdaStyle .open > .dropdown-menu {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nevdaStyle .grid-filter-hidden .k-filter-row {
    display: none;
}

/*  Šitas dvigubindavo greito filtro border'ius
    .k-filtercell .k-input {
        border: 1px solid #dbdbde;
}
*/

.k-filtercell .k-picker-wrap .k-input {
    border: none;
}

.k-filtercell .k-picker-wrap {
    border: 1px solid #dbdbde;
}

/*#region Greitojo filtro išvalymo mygtukai*/
.nevdaStyle .k-filtercell .k-datepicker ~ .k-button {
    background-color:transparent !important;
    border-color:white;  
    font-size: 0;
    position: absolute;
    right: 28px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-button:focus:active:not(.k-state-disabled):not([disabled]){
    box-shadow: rgba(20, 108, 164, 0) 0px 0px 15px 5px inset;
}

a.disabled {
    color: #AAAAAA !important;
    cursor: default;
}

a:hover.disabled {
    background-color: white !important;
}

.nevdaStyle .k-filtercell .k-numerictextbox ~ .k-button {
    background-color:transparent !important;
    border-color:white;  
    font-size: 0;
    position: absolute;
    right: 29px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-dropdown ~ .k-button {
    background-color:transparent !important;
    border-color:white;  
    font-size: 0;
    position: absolute;
    right: 28px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-button {
    background-color:transparent !important;
    border-color:white;  
    font-size: 0;
    position: absolute;
    right: 5px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell>.k-operator-hidden {
    padding-right: 0em;
}

.nevdaStyle .k-filtercell>span {
    padding-right: 0em;
    display: inherit;
}

.k-operator-hidden {
    position:relative;
}
/*#endregion Greitojo filtro išvalymo mygtukai*/

/*Greitojo filtro uzdarymas/atidarymas*/

.nevdaStyle .greitas-filtras {
    color: #000;
    font-size: 19px;
    padding-right: 5px;
    padding-left: 5px;
}

/*+PABAIGA+ Greitojo filtro uzdarymas/atidarymas*/

/*.nevdaStyle .k-filter-row span.k-widget {
    width:100%;
}*/

/*.nevdaStyle .k-filter-row .k-widget.k-datepicker.k-header {
    width:90%;
}*/


.k-filter-row th {
    border-left: 1px solid #dbdbde;
    border-top: 1px solid #dbdbde;
}

.nevdaStyle .k-datepicker.like-dropdown, .nevdaStyle .k-datepicker.like-dropdown > span, .nevdaStyle .k-datepicker.like-dropdown > span > input {
    border: #5C5C5C;
    background-color: #5C5C5C;
    color: #FFF;
    box-shadow: none;
}

.nevdaStyle .k-datepicker.like-dropdown {
    width: 100px;
    height: 20px;
}

.nevdaStyle .k-datepicker.like-dropdown span.k-picker-wrap {
    background-image: none !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.nevdaStyle .k-datepicker.like-dropdown span.k-picker-wrap:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 2px;
}

.nevdaStyle input.like-dropdown {
    width: 80px !important;
}

.nevdaStyle .k-datepicker.like-dropdown span, .nevdaStyle .k-datepicker.like-dropdown .k-state-focused, .nevdaStyle .k-datepicker.like-dropdown .k-state-hover {
    background-image: none !important;
    border: #5C5C5C !important;
    width: 71px;
    cursor: pointer;
}

.nevdaStyle .k-datepicker.like-dropdown span.k-icon {
    position: relative;
    left: -30px;
}

.nevdaStyle .orgPadSelection .dropdown > a, .nevdaStyle .k-datepicker.like-dropdown input, .nevdaStyle .orgPadSelection .dropdown li > a,
.nevdaStyle .optionsDropdown .dropdown > a, .nevdaStyle .k-datepicker.like-dropdown input, .nevdaStyle .optionsDropdown .dropdown li > a  {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 16px;
}

.nevdaStyle .orgPadSelection .dropdown > a i.fa,
.nevdaStyle .optionsDropdown .dropdown > a i.fa {
    text-decoration: none !important;
    padding-left: 5px;
    padding-right: 5px;
}

.nevdaStyle .dokBusena {
    border: 1px;
    border-style: groove;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.nevdaStyle .borderedGridHeader {
    border: 1px;
    margin-left: 8px;
    border-style: groove;
    text-align: right;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.nevdaStyle .tooltip-inner {
text-align: left;
max-width: none;
/*background-color: white;
color: black;
border-color: grey;*/
}

.nevdaStyle .k-header .dokBusena {
    background-color: white !important;
}

 .nevdaStyle .close.close-card {
        position: absolute;
        top: 8px;
        right: 15px;
        z-index:5;
        font-size:28px;
    }

 .nevdaStyle .papildomiDuomLablesOffset .form-label{
     margin-left: 30px;
 }
 .nevdaStyle .papildomiDuomLablesOffset .control-label.radio{
    margin-right: 3px;
    float: left;
    margin-top: -5px;
 }
 
 .nevdaStyle .papildomiDuomLablesOffset .index{
    margin-right: 3px;
    float: left;
    margin-top: 0;
 }

 .nevdaStyle .radioGroup {
     margin-left: 40px;
     margin-right: 2px;
 }

 .nevdaStyle .radioGroupWithField {
     margin-left: 47px;
 }

 .nevdaStyle  div.radioGroupWithField {
     width: 20%;
 }
.nevdaStyle .ng-valid .k-numeric-wrap.k-state-hover, .nevdaStyle .ng-valid .k-numeric-wrap.k-state-focused {
     border: 1px solid #3399ff;
 }

.nevdaStyle .checkboxGroup input {
    margin-top: 1px;
    margin-right: 2px;
}

 .nevdaStyle .checkboxGroup {
    margin-top: 20px;
}

 .nevdaStyle .kitasLabel {
     float: left;
     width: 20%;
 }

 /*Dropdown overwritinimas*/
 .nevdaStyle .k-popup .k-list .k-item.k-state-hover {
     background: linear-gradient(#CACFD9, #B5BCC9);
     color: black;
     border: none;
 }

 .nevdaStyle .k-popup .k-list .k-item {
     background-color: white;
 }

 .nevdaStyle .k-popup .k-list .k-item.k-state-selected {
     border: 1px solid #328DC5; 
 }

 .nevdaStyle .k-popup .k-list .k-item {
     padding: 0px 4px 0px 4px;
 }
 /*Dropdown overwritinimas END*/

 /*Datepicker overwritinimas*/
 .nevdaStyle .k-calendar td.k-weekend {
     background-color: lightgrey;
 }

 .nevdaStyle .k-calendar {
     width: 200px;
 }

 .nevdaStyle .k-calendar td.k-weekend.k-state-hover {
     background-color: #428bca;
 }
 /*Datepicker overwritinimas END*/

 .nevdaStyle .k-state-selected td {
     padding-top: 3.8px;
 }

.nevdaStyle .grid-modal-window .modal-dialog {
    width: 50%;
}

.nevdaStyle .selected:before, .nevdaStyle .selected:after {
    display:none;
}

.nevdaStyle .deleteSymbol:hover {
    color: #9D9999;
}

.nevdaStyle .colorDeleteSymbol:hover {
    color: #9D9999;
}

.nevdaStyle .deleteInput {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: -2px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle span.deleteInput:hover {
    color: #9D9999;
}

.nevdaStyle .tabbable .tab-content {
    border:1px solid #ccc;
    padding:7px 7px;
    margin-top:0;
}

.nevdaStyle .inner-tabs.nav-tabs > li {
 margin-bottom: 0; 
}

.nevdaStyle .inner-tabs.nav-tabs {
    padding-left:15px;
}

.nevdaStyle .tabbable  {
   margin-top:20px;
   padding-left:13px;
   padding-right:13px;
}

.nevdaStyle #papDuomenys label {
    color:#333;
}

.nevdaStyle .radio-header {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin: 10px 0 0 -13px;
    display: block;
}

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.treeGrid .sortable-pad-left {
    margin-left: 30px;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
}

.as-sortable-item-handle.cursor-move {
    cursor: not-allowed;
}

.as-sortable-item-handle.cursor-ns-resize {
    cursor: ns-resize;
}
.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
    border: 1px solid #e3e3e3;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-item,
.as-sortable-placeholder {
    z-index: 9999;
    border: 1px solid red !important;
}

.as-sortable-placeholder {
    z-index: 9999;
    border: 1px solid red !important;
}

span.square-size-20, span.square-size-12 {
    float: left;
    display: block;
}

span.square-size-20 {  
    width: 20px;
    height: 20px;
}

span.square-size-12 {
    width: 12px;
    height: 12px;
}

.sortable-tree-grid-row .tree-icon:hover {
    cursor: pointer;
    text-decoration: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.k-icon.k-i-none {
  background-image: none !important;
}

.ng-e-chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 8px;
  text-align: center;
}

.ng-e-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
    display: inline-block;
    line-height: 120px;
    z-index: 2;
    font-weight: bold;
}

.stack-box-well {
    min-height: 20px;
    padding: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border: none;
}

.stack-box {
    width: 100%;
    padding: 0px;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    cursor: text;
}

.stack-box:hover {
    border: solid 1px #66AFE9;
}

.stack-box-well-input{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    margin: 0px;
    border: none;
}

.stack-box-listbox {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.stack-box-listbox-item {
    border-radius: 4px;
    margin: 3px;
}

.vykdymo-busena {
    display: block;
    float: left;
    width:12px;
    height:12px;
}

.vykdymo-busena.vykdyta {
    background-color: green;
}

.vykdymo-busena.nevykdyta {
    background-color: yellow;
}

.ivykdymo-busena {
    display: block;
    float: left;
    width:12px;
    height:12px;
}

.ivykdymo-busena.ivykdyta {
    background-color: green;
}

.ivykdymo-busena.neivykdyta {
    background-color: orange;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-block-transitions {
    transition: 0s all !important;
    -webkit-transition: 0s all !important;
}

.ng-hide-add-active, .ng-hide-remove {
    /*display: block !important;*/
}

.nevdaStyle .k-widget.k-splitter *:not(input) {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.nevdaStyle .input-group-btn:last-child > .btn, .nevdaStyle .input-group-btn:last-child > .btn-group {
    margin-left: 0px;
}



/*.pull-right-xs,
.pull-right-sm,
.pull-right-md,
.pull-right-lg {
  float: left !important;
}*/
@media (max-width: 767px) {
  .pull-right-xs {
    float: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-sm {
    float: right !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-md {
    float: right !important;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
}

.daugiauTab, .daugiauTab:hover {
    color: #333;
}

.nevdaStyle .fa.mygtukas,
.nevdaStyle .glyphicon.mygtukas {
    opacity: 0.7;
}

    .nevdaStyle .fa.mygtukas:hover,
    .nevdaStyle .glyphicon.mygtukas:hover {
        opacity: 1;
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

.nevdaStyle .k-window-titlebar {
    background-color: #1984c8;
    background-image: none;
    color: white !important;
}

.nevdaStyle .k-window-content .btn {
    height: 19px;
}

.nevdaStyle .k-window .k-window-titlebar .k-window-actions .k-link {
    background: #fff;
}

#SearchElement {
    padding: 0px;
}

.headerSearchField {
    font-weight: normal;
    height: 24px;
}

.no-resize {
    resize: none;
}

.resize-vertical {
    resize: vertical;
}

.btn-group.clickable {
    cursor: pointer;
}

.nevdaStyle .dropdown-menu > .disabled > a, .nevdaStyle .dropdown-menu > .disabled > a:hover, .nevdaStyle .dropdown-menu > .disabled > a:focus {
    color: #AAA;
}

.nevdaStyle .km-switch-handle, .nevdaStyle .km-switch-background {
    color: #009900;
}

#kendoPivotGridContainer .k-grid.k-widget .k-grid-header {
    padding-right: 16px !important;
}

button[disabled].fa {
    color: #AAAAAA !important;
}

i[disabled].fa {
    color: #AAAAAA !important;
}

.nuorodaEditor table.k-editor {
    height: auto;
}

.nuorodaEditor .k-content{
    height: 81px !important;
}

span.busena1 {
    width:12px;
    height:12px;
    background-color: #FF0000;
}

span.busena2 {
    width:12px;
    height:12px;
    background-color: #FFB164;
}

span.busena3 {
    width:12px;
    height:12px;
    background-color: #FFFF99;
}

span.busena4 {
    width:12px;
    height:12px;
    background-color: #CCFFCC;
}

span.busena5 {
    width:12px;
    height:12px;
    background-color: white;
    opacity: 1.0;
}

span.busena6 {
    width:12px;
    height:12px;
    background-color: gray;
}

.leftSplitterPanel {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #333333;
}

.middleSplitterPanel {
    color: #333333;
    padding-left: 5px;
    padding-right: 5px;
}

.rightSplitterPanel {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #333333;
}

.nevdaStyle .manoDokBusena {
width:12px;
height: 12px;
}

.nevdaStyle .manoDokBusena.busena1 {
    background-color: #FF0000;
}

.nevdaStyle .manoDokBusena.busena2 {
    background-color: #FFB164;
}

.nevdaStyle .manoDokBusena.busena3 {
    background-color: #FFFF99;
}

.nevdaStyle .manoDokBusena.busena4 {
    background-color: #CCFFCC;
}

.nevdaStyle .manoDokBusena.busena5 {
    background-color: white;
    border:1px solid lightgrey;
}

.nevdaStyle .manoDokBusena.busena6 {
    background-color: gray;
}

.nevdaStyle .listView {
    margin: 0;
    padding: 5px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-left-width: 8px;
    border-color: #e3e3e3;
    border-collapse: collapse
}

.nevdaStyle .listView.k-state-selected {
    border-color: #157ebd
}

.nevdaStyle pre {
    font-family: Arial, Helvetica, Sans-Serif;
}

.lngh25{
    line-height:25px;
}

.mrg0{
    margin:0;
}

.formos-rodiklis .input-su-mygtukais .input{
    width:81%;
    display:inline-block;
}

@media (max-width: 992px) {
    .formos-rodiklis .input-su-mygtukais .input{
        width:71%;
    }
}

.k-grid-footer .k-footer-template, .k-footer-template td:not(.align-left){
    text-align:right;
}
.grey-wrapper .selectInput{
    box-sizing: border-box;
}
.pull-left button{
    vertical-align:top;
}

#kaledos {
    position: absolute;
    top: 91px;
    left: 5px;
}