﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

/***********login css************/
.my-login-container {
    display: table;
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: rgb(111, 137, 12);
}

.login-wrapper {
    display: table-cell;
    vertical-align: middle;
}

    .login-wrapper .login-form {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        max-width: 90vw;
        background-color: rgb(134, 162, 29);
        padding: 10px 20px 10px 20px;
    }

    .login-wrapper .login-message {
        margin-left: auto;
        margin-right: auto;
        width: 500px;
        max-width: 90vw;
        font-size: 12px;
        color: white;
        background-color: rgb(67, 82, 7);
        border: 1px solid;
        text-align: center;
    }

    .login-wrapper .login-form .logo-container {
        color: white;
        text-align: center;
    }

    .login-wrapper .login-form input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid white;
        color: white;
    }

    .login-wrapper .form-horizontal .form-group {
        margin-bottom: 5px;
    }

    .login-wrapper .login-form input:focus {
        outline: none;
    }

.error-message {
    color: red;
}

div.btn-login > button {
    background-color: rgb(182, 199, 119);
    width: 100%;
    border: none;
    font-size: 13px;
}

div.login-forgot {
    text-align: right;
    margin-top: 10px;
}

    div.login-forgot > a {
        color: white;
        text-decoration: none;
    }

.login-wrapper ::-webkit-input-placeholder {
    color: white;
}

.login-wrapper :-moz-placeholder { /* Firefox 18- */
    color: white;
}

.login-wrapper ::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

.login-wrapper :-ms-input-placeholder {
    color: white;
}

/*************END of login.css***************/


/*NEVDOS CSS paimta iš VVS*/

.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 {
    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-calendar .k-content .k-link, .nevdaStyle .k-calendar th {
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.nevdaStyle .k-calendar .k-content {
    text-align: left;
}

/*.nevdaStyle .k-calendar tbody:before {
    line-height:1px;
    content:"-";
    color:white; /* to hide text */
/*
display:block;
}

*/
/* = INITIAL LAYOUT
----------------------------*/

.nevdaStyle {
    /*overflow: hidden;*/
}

    .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.nevda-icon {
            color: #FFF;
            padding-left: 3px;
        }

            .nevdaStyle #header div.pull-right a.nlogout > i.nevda-icon: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;
    }

.nevdaStyle aside#top-panel 
{
    padding: 5px 40px 0 40px;
    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;
    }
}

#top-panel.noHeader {
    display: none !important;
}

#main.noHeader {
    margin-top: 18px !important;
}

.nevdaStyle aside#top-panel nav > ul > li {
    border: none;
    max-width: 140px;
    height: 40px !important;
    max-height: 40px;
    padding: 0 14px 0 14px !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;
    }


.nevdaStyle aside#top-panel nav > ul {
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 70px;
}

.nevdaStyle aside#top-panel nav ul span.menu-item-parent {
    display: table-caption;
}

/*Matomai outdated, skirtas senam meniu katram nebudavo iconu*/
/*.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: 3;
        bottom: -10px;
        left: 40%;
    }

.nevdaStyle aside#top-panel nav ul li.active > a:before {
    display: none;
}

.nevdaStyle nav ul li a:active {
    background: none !important;
}

.nevdaStyle aside#top-panel nav, .nevdaStyle aside#top-panel .right-menu, .nevdaStyle aside#top-panel .left-menu {
    display: inline-block;
    float: left;
}
.nevdaStyle aside#top-panel nav.main-nav {
        width: calc(100% - 185px);
        position: relative;
    }
.nevdaStyle aside#top-panel .left-menu {
    height: 75px;
    width: 100px;
}

.nevdaStyle aside#top-panel .right-menu {
    height: 75px;
    width: 85px;
}

    .nevdaStyle aside#top-panel .right-menu > div {
        margin-left: 10px;
        margin-top: 14px;
        padding-top: 10px;
    }

        .nevdaStyle aside#top-panel .right-menu > div i {
            font-size: 20px;
            color: #FFF;
        }

        .nevdaStyle aside#top-panel .right-menu > div ul.menu-dropdown > a {
            padding: 7px;
        }

        .nevdaStyle aside#top-panel .right-menu > div .menu-dropdown {
            padding-top: 1px;
            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;
    width: 15px;
    height: 48px;
    background-color: red;
}

.nevdaStyle .curtain-right {
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(92,92,92,0) 50%, rgba(92,92,92,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(92,92,92,0)), color-stop(100%,rgba(92,92,92,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(92,92,92,0) 50%,rgba(92,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(92,92,92,0) 50%,rgba(92,92,92,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(92,92,92,0) 50%,rgba(92,92,92,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(92,92,92,0) 50%,rgba(92,92,92,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#5c5c5c',GradientType=1 ); /* IE6-9 */
}

.nevdaStyle .curtain-left {
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(92,92,92,1) 0%, rgba(92,92,92,0) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(92,92,92,1)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,0) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,0) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(92,92,92,1) 0%,rgba(92,92,92,0) 50%); /* IE10+ */
    background: linear-gradient(to right, rgba(92,92,92,1) 0%,rgba(92,92,92,0) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#00ffffff',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 #container {
    width: 100%;
    height: 100%;
}

.nevdaStyle .left-bar {
    float: left;
    background-color: #f1f1f1;
    width: 40px;
    position: absolute;
    padding-top: 20px;
    height: calc(100% - 124px);
}

.nevdaStyle #main {
    height: auto;
    position: absolute;
    z-index: 3;
    background-color: #FFF;
    overflow: auto;
    left: 40px;
    right: 40px;
    bottom: 28px;
    top: 7px;
    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 9px 15px;
}

.nevdaStyle .right-bar {
    float: right;
    background-color: #f1f1f1;
    height: calc(100% - 124px);
    width: 40px;
    padding-top: 20px;
    position: absolute;
    right: 0;
}

.H100 {
    height: 100%;
}

#top-panel {
    z-index: 2;
}

.nevdaStyle .nevda-footer {
    z-index: 0;
    min-width: 100%;
    background-color: #f1f1f1 !important;
}

    .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;
    color: #BBB;
}

.nevdaStyle .right-bar {
    float: right;
    background-color: #f1f1f1;
    height: 100%;
    width: 40px;
}

.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 {
    text-decoration: none;
    color: #BBB;
    white-space: nowrap;
    padding: 12px;
}

.nevdaStyle .left-bar-icon:hover, .nevdaStyle .right-bar #nevdis > a:hover {
    background-color: #b5b5b5;
    color: white;
}

.nevdaStyle .left-bar .fa {
    margin-top: 10px;
    margin-bottom: 9px;
    margin-left: 9px;
    font-size: 16px;
}

.nevdaStyle .left-bar .nevda-icon {
    margin-bottom: 9px;
    margin-left: 9px;
    font-size: 20px;
}

.nevdaStyle .left-bar-icon.active a {
    color: #666666;
}

.nevdaStyle .left-bar-icon:not(.disabled):hover a {
    color: white;
    cursor: pointer;
}

.nevdaStyle .left-bar-icon a {
    color: #666666;
}

.nevdaStyle .left-bar-icon {
    position: relative;
    padding-top: 10px;
}

.nevdaStyle .left-bar .left-bar-icon.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 7px solid #5C5C5C;
    z-index: 0;
    bottom: 5px;
    left: 0;
}

.nevdaStyle .message-container {
    z-index: 5;
}

@media (max-width: 979px) {
    .nevdaStyle #main {
        width: auto !important;
    }
}

/*.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;
}

    .scrollable .row {
        margin-left: 0;
        margin-right: 0;
    }

.nonScrollable {
    overflow: hidden;
    position: absolute;
    top: 161px;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding-bottom: 10px;
}

.T141 {
    top: 141px;
}

.T161 {
    top: 161px;
}

.T163 {
    top: 163px;
}

.T0 {
    top: 0;
}

.T115 {
    top: 115px;
}

.T112 {
    top: 112px;
}

.T105 {
    top: 105px;
}

.T125 {
    top: 125px;
}

.T135 {
    top: 135px;
}

.T96 {
    top: 96px;
}

.T97 {
    top: 97px;
}

.T71 {
    top: 71px;
}

.T75 {
    top: 75px;
}

.T166 {
    top: 166px;
}

.T205 {
    top: 205px;
}

fieldset {
    margin-right: 15px;
}

.height100 {
    height: 100%;
}
/* = 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;
}*/

.k-grid-content > table > tbody > tr.disabledRow:hover, .k-grid-content > div > table > tbody > tr.disabledRow:hover {
    cursor: no-drop;
    background-color: #FFF;
    color: #666;
}


/*.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, .k-grid td div.tooltipWrapper {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.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%;
    }
/* = 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%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 70px;
        right: 15px;
    }

.nevdaStyle .confirmDialog .fa-exclamation-triangle {
    color: #f7ac00;
    position: absolute;
    top: 30px;
    left: 20px;
}

.nevdaStyle .modal-sm {
    width: 400px;
}
/* = ALERTS END
----------------------------*/


/* = FORMS
----------------------------*/
.nevdaStyle .form-control {
    box-shadow: none;
}

textarea {
    resize: none;
    height: auto;
}

.nevdaStyle .k-picker-wrap .k-input {
    height: 20px;
}

.nevdaStyle .inline div:first-child {
    margin-left: 0;
}

.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 .nevda-icon {
    font-size: 12px;
    padding-right: 6px;
}

.nevdaStyle .btn-group .divLineButtonSeperator {
    width: 2px;
    height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-right: 1px solid;
    border-right-color: black;
    float: left;
    z-index: 50;
    position: absolute;
    margin-left: 68px;
}

.nevdaStyle .btn-group .divLineButtonSeperator2 {
    width: 2px;
    height: 18px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-right: 1px solid;
    border-right-color: black;
    float: left;
    z-index: 50;
    position: absolute;
    margin-left: 74px;
}

.nevdaStyle .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #62a8d0;
}

.fa.k-sprite,
.fa.k-sprite::before {
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.nevdaStyle .btn-default:focus {
    background-color: #DADADA;
    border: 1px solid #797979;
}

.nevdaStyle .btn-default:hover, .nevdaStyle .btn-default:active, .open .dropdown-toggle.btn-default, .nevdaStyle .btn-default.inverse {
    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 .scrollable-filter .panel-body {
    max-height: 200px;
    overflow-y: scroll;
}

.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;
        /*padding-top:2px;
    padding-left: 5px;*/
        text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    }

    .nevdaStyle .grey-wrapper .toggleFilter > span {
        color: #157EBD;
        padding-left: 5px;
    }

        .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: #cde7f3;
    color: #0c0b0b;
}

.table-hover > tbody > tr.selected {
    background-color: #cde7f3;
    color: #0c0b0b;
}

.nevdaStyle .k-state-selected td:last-child {
    border-right: 1px solid #157EBD;
}

.nevdaStyle .k-state-selected td {
    padding: 4px 7px 5px 7px !important;
}

.nevdaStyle .k-grid td {
    padding: 5px 7px;
}

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%;
}

.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 {
    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 {
    margin-bottom: 1px;
}

    .nevdaStyle .page-header span {
        font-size: 11px;
        vertical-align: 0;
    }

.nevdaStyle .tab-info {
    background: #E7E7E7;
    font-weight: bold;
    height: 24px;
    padding: 4px;
    margin: 0 0 1px 0;
}

.nevdaStyle .tab-info {
    margin-bottom: 1px;
}

    .nevdaStyle .tab-info span {
        font-size: 11px;
        vertical-align: 0;
        margin: 0 60px 0 0;
    }

.nevdaStyle .grey-wrapper, .nevdaStyle .grid-button-group-block {
    background-color: #E3E3E3;
    padding: 2px;
    margin-top: 0;
    margin-bottom: 1px;
    height: 29px;
}

.nevdaStyle .inline div {
    float: left;
    margin: 0 1px 0 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: 0 0 5px 0;
}

.nevdaStyle hr {
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 1px solid #5c5c5c;
}



.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;
}

fieldset.ruosinys {
    margin-right: 0;
}

    fieldset.ruosinys > div.col-xs-12 {
        padding-right: 0;
    }

.ruosinys .col-md-6, .ruosinys .col-xs-12, .ruosinys .col-xs-6 {
    padding-left: 0;
}

/*tbody:empty:before {
    content:'Nėra duomenų';
    text-align:center;
    display:table-cell;
    padding:0.5em;
    }*/

.noMargin {
    margin: 0 !important;
}

.marginR60 {
    margin-right: 60px;
}

.nevdaStyle .cursorPointer {
    cursor: pointer;
}

.marginL-13 {
    margin-left: -13px;
}

.marginL-15 {
    margin-left: -15px;
}

.mLeft10 {
    margin-left: 10px !important;
}

.marginB10 {
    margin-bottom: 10px;
}

.noPadding {
    padding: 0 !important;
}

.padL0 {
    padding-left: 0 !important;
}

.padL5 {
    padding-left: 5px !important;
}

.padL10 {
    padding-left: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padR5 {
    padding-right: 5px;
}

.padT2 {
    padding-top: 2px;
}

.padT4 {
    padding-top: 4px;
}

.padT5 {
    padding-top: 5px;
}

.padT7 {
    padding-top: 7px;
}

.padT15 {
    padding-top: 15px;
}

.sbjModal .select-wrapper input {
    height: 25px;
}

.sbjModal .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.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 .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 .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] {
    background-color: #fff;
}

.nevdaStyle .selectWrap {
    position: relative;
}

.nevdaStyle .modal-header .close {
    font-size: 25px;
    font-weight: bold;
}

/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
    padding: 0;
    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: 0 10px 0 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 {
    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 .deleteFile {
    position: absolute;
    z-index: 2;
    right: 65px;
    top: -2px;
    font-size: 20px;
    font-weight: 700;
    color: #BBBBBB;
}

.nevdaStyle .deleteSymbol {
    position: absolute;
    z-index: 1;
    right: 30px;
    top: -1px;
    font-size: 19px;
    font-weight: 700;
    color: #BBBBBB;
}

    .nevdaStyle .deleteSymbol:hover {
        color: #9D9999;
    }

.nevdaStyle .selectWrap:hover .selectInput {
    border-right: solid 1px #66AFE9;
}

.nevdaStyle span.deleteByla:hover {
    color: #9D9999;
}

.nevdaStyle #terminoTipas {
    width: 60px;
}

.nevdaStyle #vietove {
    width: 120px;
}

.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;
}

.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;
}

.nevdaStyle .select-sbj-wrapper {
    width: auto;
}

.daugiauTab, .daugiauTab:hover {
    color: #333;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #999;
}

.popover, .tooltip {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* = 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.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);
    }

/* = Loading Splash Screen End
----------------------------*/

[ng-cloak] {
    display: none;
}

.nevdaStyle .korteleModal .modal-body .bendra-info-action {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media print {
    .nevdaStyle .korteleModal .modal-body .bendra-info-action,
    .nevdaStyle .korteleModal .modal-body {
        height: auto;
        overflow: hidden;
    }

    .notifications-container, .notificationCounter {
        display: none;
    }

    body > div:first-child, button.close, .form-button, .modal-footer {
        display: none;
    }

    @page {
        size: landscape;
    }

    .modal-content, .modal-dialog {
        margin: 0;
        border: none;
        width: 775px;
        overflow: hidden;
    }

    .row {
        margin-right: -100px;
    }

    .col-xs-8 {
        width: 45%;
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nevdaStyle .open > .dropdown-menu {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}

.nevdaStyle .disabledRow {
    cursor: no-drop;
}

.nevdaStyle .dokis-help {
    padding-right: 3px;
    font-size: 17px;
}

.nevdaStyle .dokis-form-help .dokis-help {
    padding-right: 0px;
    right: 50px;
    top: 13px;
    position: absolute;
    margin-right: -10px;
}

.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 .tooltip .tooltip-inner {
    width: auto;
    max-width: 350px;
}

.nevdaStyle .info-block {
    display: block;
    background-color: #DCE6DB;
    margin-bottom: 8px;
    padding: 5px;
}

/*END OF NEVDOS CSS paimta iš VVS*/


/*Darbalaukio CSS*/

.pranesimu-dezute {
    height: 120px;
    border: 1px solid #CCCCCC !important;
}

hr.topblue {
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 2px solid #157EBD;
}

.splitinimas {
    margin-bottom: 5px;
    display: inline-block;
}

.pranesimu-diagrama {
    border: 1px solid #CCCCCC !important;
    height: 80%;
}

    .pranesimu-diagrama .pull-right .pirmas-button {
        margin-top: 3px;
        margin-right: 0px;
        background-color: white;
        border: solid 1px black;
        border-radius: 5px 0 0 5px;
        height: 27px;
    }

    .pranesimu-diagrama .pull-right .antras-button {
        margin-top: 3px;
        margin-right: 0px;
        margin-left: 0px;
        background-color: white;
        border-top: solid 1px black;
        border-bottom: solid 1px black;
        border-left: none;
        border-right: none;
        height: 27px;
    }

    .pranesimu-diagrama .pull-right .trecias-button {
        margin-top: 3px;
        margin-right: 2px;
        margin-left: 0px;
        background-color: white;
        border: solid 1px black;
        border-radius: 0 5px 5px 0;
        height: 27px;
    }

.leftSplitterPanel {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #333333;
    font-size: 12px;
}

.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 .k-widget.k-splitter * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.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;
    }

        .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;
        padding-right: 15px;
    }

    .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 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 */
}

.fa-rotate-45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.nevdaStyle aside#top-panel nav.main-nav .dropdown .dropdown-toggle {
    position: absolute;
    right: -16px;
    bottom: 0;
    width: 16px;
    height: 100%;
}


.toolbarButton.toggled {
    background-color: hsla(0,0%,0%,.3);
    background-image: linear-gradient(hsla(0,0%,100%,.05), hsla(0,0%,100%,0));
    border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.45) hsla(0,0%,0%,.5);
    box-shadow: 0 1px 1px hsla(0,0%,0%,.1) inset, 0 0 1px hsla(0,0%,0%,.2) inset, 0 1px 0 hsla(0,0%,100%,.05);
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-duration: 10ms;
    -webkit-transition-timing-function: linear;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 10ms;
    transition-timing-function: linear;
}

    .toolbarButton.toggled:hover:active {
        background-color: hsla(0,0%,0%,.4);
        border-color: hsla(0,0%,0%,.4) hsla(0,0%,0%,.5) hsla(0,0%,0%,.55);
        box-shadow: 0 1px 1px hsla(0,0%,0%,.2) inset, 0 0 1px hsla(0,0%,0%,.3) inset, 0 1px 0 hsla(0,0%,100%,.05);
    }


.nevdaStyle aside#top-panel nav.main-nav.dropDownOpen {
    overflow: visible !important;
}

    .nevdaStyle aside#top-panel nav.main-nav.dropDownOpen > ul {
        height: 300px;
    }

.nevdaStyle .submenu-links, .menu-on-top nav ul.submenu-links ul {
    box-shadow: none;
    background: #eee !important;
}

.nevdaStyle .menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    box-shadow: none;
}

.nevdaStyle .menu-on-top nav ul ul, .menu-on-top nav ul ul ul, .menu-on-top nav ul ul {
    border: none;
    padding: 0;
}

    .menu-on-top nav ul ul li a:hover, .menu-on-top nav ul ul li:hover > a, .menu-on-top nav ul ul ul li a:hover {
        color: #fff;
        background-color: #157EBD;
    }
/*End of darbalaukio CSS*/

/*Tooltipu CSS*/
.info-tooltip {
    opacity: 1 !important;
}

    .info-tooltip div.tooltip-inner {
        text-align: left;
    }

    .info-tooltip.pranesimo-tipas-tooltip div.tooltip-inner {
        background: white;
        padding-bottom: 5px;
        border: 1px solid black;
        border-radius: 3px;
    }

        .info-tooltip.pranesimo-tipas-tooltip div.tooltip-inner * {
            margin-bottom: 3px;
            padding: 2px;
        }

.pranesimas-klaida {
    text-align: left;
    color: white;
}

.pranesimas-klaida-ico {
    color: #AD1313;
}

.pranesimas-klausimas {
    text-align: left;
    color: white;
}

.pranesimas-klausimas-ico {
    color: #6E6E6E;
}

.pranesimas-info {
    text-align: left;
    color: white;
}

.pranesimas-info-ico {
    color: #3D6E11;
}

.pranesimas-kita {
    text-align: left;
    color: white;
}

.pranesimas-kita-ico {
    color: #D59018;
}
/*END OF tooltip*/

a.disabled {
    color: #AAAAAA !important;
    cursor: default;
}

/*TABS*/
.nevdaStyle .nav-tabs {
    border-bottom: 2px solid #157EBD;
}

    .nevdaStyle .nav-tabs > li > a {
        background: none;
        box-shadow: none;
        border: none;
    }
    
.nevdaStyle .links-as-tabs .nav-tabs.outer-tabs{
    margin-bottom: -1px;
}

    .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("img/sm-arrow2.png") no-repeat 50% 98%;
        box-shadow: none;
        /*kad nesokinetu*/
        border-left: none !important;
        border-right: none !important;
    }

    .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 > li.custom-tab {
        margin-bottom: 0px;
    }

        .nevdaStyle .nav-tabs > li.custom-tab > a {
            margin: 0;
            line-height: 1.42857143;
            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.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 .nav-tabs > li.custom-tab.active > a,
    .nevdaStyle .nav-tabs > li.custom-tab.active > a:hover,
    .nevdaStyle .nav-tabs > li.custom-tab.active > a:focus {
        color: #ffffff;
        background: none;
        background-color: #157EBD;
        cursor: default;
        font-weight: normal !important;
        border-top-width: 1px !important;
        border-top: 1px solid #157ebd;
        margin-top: 0px !important;
    }

.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;
}

.nevdaStyle .inner-tabs.nav-tabs > li {
    margin-bottom: 0;
}

.nevdaStyle .inner-tabs.nav-tabs, .nevdaStyle .tab-container .nav-tabs {
    padding-left: 15px;
}

/*END OF TABS*/

.irasas-item, .busena-item, .spalva-item, .spalva-item-large {
    display: inline-block;
    line-height: 1;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.busena-item {
    border: 1px solid white;
}

.spalva-item {
    width: 45px;
}

.spalva-item-large {
    width: 49px;
    height: 26px;
}

.irasas-aktyvus {
    background-color: rgb(0, 153, 0);
}

.irasas-neaktyvus {
    background-color: rgb(153, 153, 153);
}

.irasas-aktyvuojamas {
    background-color: rgb(255, 255, 0);
}

.perziura-icon-12 {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}

.k-sprite.nevda-icon {
    padding-top: 6px;
    font-size: 12px;
    font-family: nevda-icons;
}

.nevdaLogo {
    padding-top: 10px;
    padding-left: 10px;
}

a.greitas-filtras {
    text-decoration: none;
    color: #BBB;
}

.left-bar .left-bar-icon.disabled .nevda-icon {
    cursor: default;
    color: #cccccc;
}

.left-bar .left-bar-icon.disabled a {
    cursor: default;
    color: #cccccc;
}

.k-link {
    color: #333;
}

.k-loading-image {
    background-image: url('/Content/img/grid-loader.gif');
}

/*kadangi skinSite yra aprasyti kiti stulpeliu isdestymai su 0 paddingu, tai neiseina lygiai formu sudeliot ir nenoriu keisti SkinSite.css*/
.col-xs-12 .col-xs-2, .col-xs-12 .col-xs-10 {
    padding: 0;
}

.busena-naujas {
    background-color: white;
}

.busena-atviras {
    background-color: red;
}

.busena-laukiantis {
    background-color: rgb(255, 153, 0);
}

.busena-sustabdytas {
    background-color: rgb(150, 0, 0);
}

.busena-atmestas {
    background-color: rgb(144, 144, 144);
}

.busena-issprestas {
    background-color: rgb(0, 150, 0);
}

.busena-uzdarytas {
    background-color: black;
}

.informavimai-text {
    line-height: 25px;
    padding-top: 5px;
}

.T117 {
    top: 117px;
}

body.modal-open {
    padding: 0 !important;
}

.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;
    }

.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;
}

.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;
}

.nv-inline {
    display: inline;
}

.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;
}

form.ng-submitted .nevda-validate.ng-invalid,
.nevda-validate.ng-invalid.ng-dirty, span.ng-invalid.ng-dirty span.k-picker-wrap, form.ng-submitted span.ng-invalid span.k-picker-wrap,
form.ng-submitted .k-widget.k-numerictextbox.ng-invalid, .k-widget.k-numerictextbox.ng-dirty.ng-invalid,
form.ng-submitted .k-widget.k-autocomplete.ng-invalid, .k-widget.k-autocomplete.ng-dirty.ng-invalid,
.nevdaStyle form.ng-submitted .k-widget.ng-invalid span.k-dropdown-wrap.k-state-default, .nevdaStyle .k-widget.ng-dirty.ng-invalid span.k-dropdown-wrap.k-state-default {
    border: 1px solid #FA787E;
}

.bold {
    font-weight: 700;
}

.vresize {
    resize: vertical;
}

.formlySplitter.k-block, .formlySplitter .k-content, .formlySplitter .k-dropdown .k-input, .formlySplitter .k-popup, .formlySplitter .k-toolbar, .formlySplitter.k-widget {
    color: #000000;
}

.formlySplitter .k-block, .formlySplitter .k-widget {
    line-height: inherit;
    outline: 0;
}

.nevdaStyle .formlySplitter .k-picker-wrap .k-input {
    height: 24px;
}

.nevdaStyle .formlySplitter .k-dropdown-wrap .k-input, .nevdaStyle .formlySplitter .k-numeric-wrap .k-input, .nevdaStyle .formlySplitter .k-picker-wrap .k-input {
    height: 24px;
}

.control-edit-container {
    margin-left: 10px;
}

.splitter-tree-container {
    padding: 5px;
}

.dok-eiga-atmesta, .irasas-item.uzduotis-nepradeta, .pirkimas-nesuformuotas {
    background-color: #EBBEBD;
}

.dok-eiga-laukiama, .irasas-item.uzduotis-vykdoma, .sask-fakt-laukia-vizuotojo {
    background-color: #F7BE81;
}

.dok-eiga-reikia-patvirtinti, .irasas-item.uzduotis-ivykdyta, .pirkimas-turi-sutartis, .sask-fakt-reikia-patvirtinimo {
    background-color: #BDEBC5;
}

.dok-eiga-patvirtinta, .pirkimas-turi-uzduotis {
    background-color: #ebe121;
}

.pirkimas-archyvuotas {
    background-color: #A7A7A7;
}

.dok-eiga-reikia-nerasta {
    background-color: #040404;
}

.inline {
    display: inline;
}

toggle-grid-filter {
    position: relative;
}

/*#region Greitojo filtro išvalymo mygtukai*/

.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;
}

.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;
    border-color: white;
    font-size: 0;
    position: absolute;
    right: 27px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-datepicker ~ .k-button {
    background-color: transparent;
    border-color: white;
    font-size: 0;
    position: absolute;
    right: 28px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-combobox ~ .k-button {
    background-color: transparent;
    border-color: white;
    font-size: 0;
    position: absolute;
    right: 28px;
    top: 3px;
    border-style: hidden;
}

.nevdaStyle .k-filtercell .k-button {
    background-color: transparent;
    border-color: white;
    font-size: 0;
    position: absolute;
    right: 1px;
    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*/

.k-grid tr:hover {
    background-color: transparent;
}

textarea.form-control {
    font-size: 12px;
}

a.accordion-toggle:hover, a.accordion-toggle:active, a.accordion-toggle:link {
    text-decoration: none;
    cursor: default;
}

/*.collapsing {
    -webkit-transition: none;
    transition: none;
}*/

.k-grid .nevda-icon, .tooltip .nevda-icon {
    vertical-align: middle;
}

.nevdaStyle .noTransition {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in;
    transition: none !important;
}

.k-filtercell span .k-combobox + button.k-button.k-button-icon,
.k-filtercell span .k-datepicker + button.k-button.k-button-icon {
    right: 25px;
}

.k-filtercell span span.k-header:not(.k-dropdown) + button.k-button.k-button-icon {
    background-color: #FFF;
}

.k-filtercell span span.k-header.k-dropdown + button.k-button.k-button-icon {
    background-color: #f6f6f6;
}

@-moz-document url-prefix() {
    .k-filtercell span .k-combobox + button.k-button.k-button-icon,
    .k-filtercell span .k-datepicker + button.k-button.k-button-icon {
        right: 24px;
    }
}

.app-modal-window-1000 .modal-dialog {
    width: 1000px;
}

.app-modal-window-1200 .modal-dialog {
    width: 1200px;
}

@media (min-width: 768px) {
    .app-modal-window-1400 .modal-dialog {
        width: 90%;
        max-width: 1400px;
    }
}

.borderless-input {
    border: none;
}

.nevdaStyle .fl {
    float: left;
}

.r75 {
    right: 75px !important;
}

.rightSide {
    float: right;
    margin-top: 2px;
}

.inlineBlock {
    display: inline-block;
}

.inlineBlockW190 {
    display: inline-block;
    width: 190px;
}

.vTop {
    vertical-align: top;
    line-height: 12px;
}

.nevdaStyle .two-inputs input {
    padding: 0;
}

.nevdaStyle .two-inputs .k-widget.k-numerictextbox {
    border: 0;
}

.toggleFormGroupBtn {
    display: inline-block;
    float: right;
    margin-top: 13px;
    cursor: pointer;
}

.row-modal-group {
    padding-left: 16px;
    padding-right: 16px;
}

/* BEGIN: Links as tabs paimtas stilius is kontoros */
.nevdaStyle .list-tabs {
    margin: 0;
    bottom: 0;
    position: absolute;
}

.nevdaStyle .links-as-tabs h1:first-child {
    white-space: nowrap;
    overflow-x: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.nevdaStyle .list-tabs > .nav-tabs {
    overflow-x: hidden;
    /*Kad nerodytu rodiklyciu Chrome ir IE 20160513*/
    overflow-y: hidden;
    border-left: 1px solid #dddddd;
    border-bottom: none;
    padding-right: 16px;
    border-top-left-radius: 4px;
    /*Del IE kad vaizduotu vienoje eiluteje 20160513*/
    white-space: nowrap;
}

.nevdaStyle .links-as-tabs {
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid #157EBD;
    margin-bottom: 2px;
}

.nevdaStyle .list-tabs .nav > li > a {
    padding: 5px 10px 5px;
    -moz-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    -o-transform: skewX(-35deg);
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.nevdaStyle .list-tabs .active {
    background: #157EBD !important;
}

.nevdaStyle .list-tabs .nav > li {
    -moz-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    border: 1px solid #dddddd;
    padding: 0 10px;
    border-left: none;
    background: #ffffff;
}

    .nevdaStyle .list-tabs .nav > li:first-child {
        margin-left: -16px;
        padding-left: 26px;
    }

.nevdaStyle .list-tabs .nav-tabs > li.active > a, .list-tabs .nav-tabs > li.active > a:hover, .list-tabs .nav-tabs > li.active > a:focus {
    background: none;
    color: #ffffff;
    font-weight: normal !important;
}

.nevdaStyle .list-tabs .nav-tabs > li:hover {
    text-decoration: none;
    background-color: #eee;
}
/*Del IE reik perasyt boostrap kad nenaudotu float 20160513*/
.list-tabs .nav-tabs > li {
    float: none;
    display: inline-block;
}
/* END: Links as tabs */
.widget-input {
    width: 100%;
}

.fsLarge {
    font-size: large;
}

.busenu-eile {
}


ul.busenos-blokas {
    padding: 0 15px;
    margin: 0;
    font-size: 0;
    cursor: default;
}

    ul.busenos-blokas li.busena {
        margin: 5px 0;
        display: inline-block;
        vertical-align: middle;
    }

        ul.busenos-blokas li.busena .eilute, .busenos-grid .eilute {
            min-width: 100px;
            max-width: 140px;
            color: #157ebd;
            padding: 5px 10px 5px 5px;
            border: 1px solid #157ebd !important;
            border-radius: 5px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1;
            font-size: 12px;
            text-align: left;
        }

            ul.busenos-blokas li.busena .eilute:not(.eilute-selected,.eilute-perziura):hover {
                background-color: #d9d9d9 !important;
            }

            ul.busenos-blokas li.busena .eilute.eilute-perziura.visited {
                background-color: #d9d9d9 !important;
            }


        ul.busenos-blokas li.busena .arrow {
            height: 5px;
        }

            ul.busenos-blokas li.busena .arrow path {
                fill: #157ebd;
                stroke-linejoin: miter;
                stroke: #157ebd;
                stroke-width: 0;
                stroke-dashoffset: 0;
                fill-rule: nonzero;
                marker-start: none;
                marker-mid: none;
                marker-end: none;
                fill-opacity: 1;
                stroke-opacity: 1;
            }

        ul.busenos-blokas li.busena .nevda-icon {
            font-size: 12px;
            margin-right: 1px;
        }

    ul.busenos-blokas .eilute.eilute-selected {
        color: #ffffff !important;
        font-weight: bold;
        background-color: #157ebd !important;
        border: 1px solid #116597 !important;
    }

        ul.busenos-blokas .eilute.eilute-selected:not(.eilute-perziura):hover {
            background-color: #116597 !important;
        }


.nevdaStyle #klasifikatoriaiContent h1,
.nevdaStyle #nustatymaiContent h1 {
    padding-left: 25px;
}


.k-grid-content tr:first-child .glyphicon-arrow-up {
    display: none;
}

.k-grid-content tr:last-child .glyphicon-arrow-down {
    display: none;
}

.nevdaStyle #klasifikatoriaiContent .k-autocomplete .k-input,
.nevdaStyle #klasifikatoriaiContent .k-dropdown-wrap .k-input,
.nevdaStyle #klasifikatoriaiContent .k-numeric-wrap .k-input,
.nevdaStyle #klasifikatoriaiContent .k-picker-wrap .k-input,
.nevdaStyle #klasifikatoriaiContent .k-selectbox .k-input,
.nevdaStyle #klasifikatoriaiContent .k-textbox > input {
    height: 24px;
}

.k-grid.busenos-grid td {
    line-height: inherit;
}

.nevdaStyle .vertical30 {
    line-height: 30px;
    margin: 0;
}

.nevda-icon.icon-empty {
    width: 1.28571429em;
    text-align: center;
}

.diagram-section {
    overflow: auto;
    position: absolute;
    top: 172px;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
    border: 1px solid #dedee0;
}

    .diagram-section .k-widget.k-diagram {
        border: none;
    }

    .diagram-section .k-layer {
        width: 100% !important;
        height: 100% !important;
    }

.k-dropdown.k-dropdown-eigos {
    border: none;
    background: none;
}

    .k-dropdown.k-dropdown-eigos .k-eiga-item {
        border-radius: 5px;
        border: 1px solid #157ebd;
        background: #FFFFFF;
    }

        .k-dropdown.k-dropdown-eigos .k-eiga-item.k-state-border-down {
            padding-bottom: 0 !important;
        }

        .k-dropdown.k-dropdown-eigos .k-eiga-item.k-state-hover:not(.k-state-active) {
            background-color: #d9d9d9;
        }

        .k-dropdown.k-dropdown-eigos .k-eiga-item .k-input {
            background: none;
            border-radius: 5px;
            color: #157ebd;
            text-align: left;
            line-height: 1;
            padding: 5px 5px 5px 5px;
            height: 14px;
        }

/* diagram; temporary */
.nevdaStyle .k-radio:checked + .k-radio-label:after {
    top: 2px;
    left: 2px;
}

.nevdaStyle .lnhg25 {
    line-height: 25px;
}

#busenuDiagrama {
    min-width: 100%;
    min-height: 100%;
}

.nevdaStyle .km-scroll-container_11111 {
    position: relative;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
}

.nevdaStyle .k-radio-label {
    display: inline;
}
/* end diagram */

.nevdaStyle .grey-wrapper .input-block {
    padding: 0 5px;
}

    .nevdaStyle .grey-wrapper .input-block div,
    .nevdaStyle .grey-wrapper .input-block label {
        padding: 0;
    }

    .nevdaStyle .grey-wrapper .input-block label {
        line-height: 25px;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .nevdaStyle .grey-wrapper .input-block .k-datepicker {
        width: 110px;
    }
}

.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;
}

.nevdaStyle .km-widget {
    background: none !important;
}

.nevdaStyle .formly-field .input-group-addon {
    padding: 0 5px;
    transition: none;
    cursor: pointer;
}

    .nevdaStyle .formly-field .input-group-addon .fa {
        font-size: 12px;
        border-radius: 0;
    }

    .nevdaStyle .formly-field .input-group-addon:hover {
        background-color: #b5bdcb;
        background-image: url(textures/highlight.png);
        background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.3)),to(rgba(255,255,255,0)));
        background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%);
        background-image: none,linear-gradient(to bottom,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 100%);
        background-position: 50% 50%;
        border-color: #bebec3;
    }

.nevdaStyle .k-editor.k-editor-readonly {
    border-spacing: 0;
    border: none;
}

.f18 .icon-nustatymai, .f18.icon-atnaujinti, .nevdaStyle .grey-wrapper .toggleFilter > i {
    font-size: 18px;
    color: #BBB;
}

.f18 .icon-nustatymai:hover, .f18.icon-atnaujinti:hover, .f18 .btn-group.open .icon-nustatymai {
    font-size: 18px;
    color: #333333;
}

.no-records {
    margin-top: 5px;
}

.autoResizingWrapper {
    border: 1px solid #dedee0;
    overflow-y: auto;
}

.k-pane .autoResizingWrapper {
    border-width: 0;
}

.autoResizingWrapper > .k-widget {
    margin: 0;
    padding: 0;
    border-width: 0;
    height: 100%;
}

refresh-data-source i{
    cursor: pointer;
}

.kendo-grid-number-col {
    text-align: right;
}

.full-width {
    width: 100%;
}

.hidden-on-narrow {
    display: inline-block;
    vertical-align: top;
}

auto-resizing-wrapper .k-chart {
    height: calc(100% - 4px);
}

/*reikalingas norint panaikinti pilka juosta kendo komponentuose, kai jie yra splitteryje*/
.k-pane .k-input {
    height: 24px !important; 
}

#map {
    height: 100%;
}

/*
 * SEARCH RESULTS
 */
.search-results {
  padding: 18px 5px;
}
.search-results + .search-results {
  border-top: 1px dashed #E3E3E3;
}
.search-results > :first-child {
  margin-bottom: 4px;
  font-weight: 400;
}
.search-results > :first-child a {
  text-decoration: underline;
}
.search-results .url {
  font-style: normal;
  font-size: 14px;
}
.search-results img {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  width: 100px;
}
.search-results > div {
  display: inline-block;
  vertical-align: top;
}
.search-results .note {
  margin: 0;
  line-height: normal;
}
.search-results .note a {
  text-decoration: none !important;
  color: #333333;
}
.search-results .note a:hover {
  color: #ed1c24;
}

.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}

/*
 * END OF SEARCH RESULTS
 */

.toggleFilter span.hasFilter {
    color: white;
    background-color: rgb(50, 118, 177);
    padding: 3px;
}

.navigationButtons {
    float: left;
    padding: 8.5px 5px 0 0;
    margin: 0;
    background-color: white;
    border-width: 0;
    font-size: 9px;
    display: inline-block;
    border-radius: 4px;
}

.navigationButtons__next {
    margin: 0 0 2px 1px;
}

.navigationButtons__prev {
    margin: 0 1px 2px 0;
}

.blueLink{
    cursor: pointer;
    color: #337ab7;
}

.k-dropdown-wrap.multi-select-with-button .k-select {
    line-height: 100%;
}

.header-line__group {
    display: inline-block;
    margin: 0 2px;
}

.header-line__item {
    display: inline-block;
}

.header-line__item:not(:last-child):after {
    content: "|";
    margin: 0 5px;
}

.header-line__item:last-child {
    margin-right: 0;
}

.header-line__item .dropdown-toggle.btn-default,
.header-line__item .dropdown-toggle.btn-default:hover,
.header-line__item .dropdown-toggle.btn-default:focus
 {
    background-color: #5C5C5C;
    font-size: 14px;
    color: white;
    border: none;
}

.header-line__item .dropdown-menu > li {
    padding: 2px 20px;
}

.header-line__item .dropdown-menu > li:hover {
    background-color: #3276B1;
}

.atsijungimo-ikona:hover {
    color: #FF0000;
}

header-pasirinkimas {
    display: inline-block;
}

.headerPasirinkimas__mygtukas {
    text-align: right;
}

.headerPasirinkimas__pasirinkimas {
    display: inline-block;
    width: calc(100% - 18px);
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.headerPasirinkimas__dropdown {
    padding-bottom: 0;
}

.headerPasirinkimas__filtras {
    color: #515967;
    padding: 0 5px 5px 5px;
}

.headerPasirinkimas__filtras:hover {
    background-color: transparent !important;
}

.headerPasirinkimas__pasirinkimai {
    max-height: 168px;
    overflow-y: auto;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.headerPasirinkimas__pasirinkimai li {
    padding: 2px 20px;
}

.headerPasirinkimas__pasirinkimai li:hover {
    background-color: #3276B1;
}

.tree-scrollable {
    overflow: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 0;
}

.remas-icon-vaizdui {
    padding: 5px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-style: solid;
    border-width: 1px;
    border-color: rgb(206,206,210);
}

.custom-colors-kendo-like {
    background-color: rgb(248,248,248);
    border: solid;
    border-color: rgb(206,206,210);
    border-width: 1px;
    margin: 0 1px 0 0 !important;
    padding-bottom: 3px;
    line-height: normal;
}

.nevdaStyle .importo-klaidos-grid.k-grid td {
    overflow: visible; 
}


.nevdaStyle .auto-width-klaidos  .modal-content {
    width: 50%;
    margin-left: 25%;
}

.modal.auto-width-klaidos.in .modal-dialog {
    width:auto;
}

/* Reikia ir pakankamai plataus col kad ir reikšmė ir mygtukai tilptų. */
.nevdaStyle .fix-datetimepicker-clear-button-position > .k-button {
    right: 52px;
}
