﻿.fileInputItem:hover .fileInputItem__icon {
    color: #e9e9e9;
}

.fileInputItem__remove:active {
    opacity: .5;
}

.fileInputItem__add {
    float: right;
}

.fileInputProgressBar {
    height: 4px;
}

file-input[disabled] ul {
    display: inline;
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
}

file-input[disabled] li {
    display: inline;
    cursor: pointer;
}

file-input[disabled] li:hover {
    color: #157EBD;
}

.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; /*kad nesikeistu tarp kendo widgetu ir paprastuose puslapiuose esančių*/
}

.k-combobox {
    width: 100%;
}

body {
    font-size: 12px;
}

.skip-header {
    margin-top: 36px !important;
}

.kendo-dropdown-list-extended {
    width: 100%;
}

.greitas-filtras {
    font-size: larger;
}

.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);
}

.leftSplitterPanel .marginR0 {
    margin-right: 0px;
    overflow-x: hidden;
}

.leftSplitterPanel .marginR0 .col-xs-12 {
    padding-right: 0px;
}

.kendo-select-vaiku-islyginimas span.k-dropdown-wrap.k-state-default {
    height: 25px;
}

.kendo-select-vaiku-islyginimas.k-input {
    height: 23px;
}

.neperskaitytas-pranesimas {
    font-weight: bold;
}

/* Ikoną su tekstu inline'inam, o ne stack'inam */
.nevdaStyle aside#top-panel nav ul span.menu-item-parent {
    display: inline-block;
}

/* Nustatinėsim tik pavadinimui dydžio apribojimą */
.nevdaStyle aside#top-panel nav > ul > li {
    max-width: none;
}

/* Parinkto item'o tekstas neberyškinamas */
.nevdaStyle aside#top-panel nav > ul > li.active > div > a > span {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

i.menu-item-icon {
    color: #fff;
    font-size: 27px;
    vertical-align: middle;
    padding-right: 10px;
}

/* Pats item'o tekstas pakoreguojamas */
.menu-on-top .menu-item-parent {
    max-width: 100px !important;
    vertical-align: middle;
}

/* Rodyklėlė po ikona */
.nevdaStyle aside#top-panel nav > ul > li.active>div:after {
    left: 5px;
}

/* Perdarom kaip dešinėje esantys mygtukai išsidėstę */
.nevdaStyle aside#top-panel .right-menu {
    float: right;
    width: 82px;
}

/* Užimam visą plotą likusį po mygtukų */
.nevdaStyle aside#top-panel nav.main-nav {
    width: calc(100% - 82px);
}

/* Negalima visų taisyklių sumesti per kablelį, nes tada taisyklė netaikoma kažkodėl */
.k-combobox .k-input:-moz-placeholder {
    font-style: italic;
}

.k-combobox .k-input::-webkit-input-placeholder {
    font-style: italic;
}

.k-combobox .k-input::-moz-placeholder {
    font-style: italic;
}

.k-combobox .k-input:-ms-input-placeholder {
    font-style: italic;
}

.greitojo-filtro-pasirinkimas {
    width: 170px;
}

.greitojo-filtro-pasirinkimas-pranesimuose {
    width:100px;
}

.formos-pasirinkimas {
    width: 600px;
}

.technines-informacijos-pasirinkimas {
    width: 300px;
}

.k-grid .k-grid-content > div > table > tbody > tr:hover {
    background-color: #cde7f3;
}

.k-grid .k-grid-content > table > tbody > tr:hover {
    background-color: #cde7f3;
}

.tab-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear-btn {
    margin-top: 1px;
    height: 22px;
    width: 19px;
    text-align: center;
    padding-top: 1.5px;
    background-color: #fff;
}

.clear-btn.deleteSymbol {
    right: 24px;
}

/*.nevdaStyle .k-widget.k-splitter * nustatymu permusimui, neturetu jie ant grido inputu buti*/
.nevdaStyle .k-widget .k-filtercell .k-input {
    box-sizing: initial;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
}

.right-bar .icon-avatar {
    padding-top: 10px;
    margin-left: 10px;
    font-size: 18px;
    color: #666666;
}

.right-bar a {
    text-decoration:none;
}

.right-bar a:hover .icon-avatar {
    color: #222222;
}

h3.padL11 {
padding-left:11px;
}

i.inactive {
color:#cccccc;
}

.elipsis-overflow {
    overflow: hidden;
     text-overflow: ellipsis;
}

.reload-data-source:hover i.fa-refresh {
    -ms-transform: rotate(90deg) scale(1.2,1.2); /* IE 9 */
    -webkit-transform: rotate(90deg) scale(1.2,1.2); /* Safari */
    transform: rotate(90deg) scale(1.2,1.2);
}

.greitas-filtras:hover i.icon-filtras {color:#222}
.greitas-filtras i.nevda-icon {font-size:18px}

.k-listview .listView > .row:hover
{
    cursor: pointer;
    background-color: #cde7f3;
    color: #0c0b0b;
}

.nevdaStyle .k-listview .k-state-selected .row {
	border-color: #157EBD;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
	background: none;
    color: #666666;
}

.nevdaStyle .k-listview .row {
	border-color: #E3E3E3;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
	background: none;
    color: #666666;
}

.marginLeftMinus7 {
    margin-left:-7px;
}

.padL17 {
    padding-left:17px;
}

.padR7 {
    padding-right:7px;
}

.bilietas-klaida {
    text-align: left;
    color: white;
}

.bilietas-klaida-ico {
    color :#AD1313;
}

.bilietas-klausimas {
    text-align: left;
    color: white;
}

.bilietas-klausimas-ico {
    color:#6E6E6E;
}

.bilietas-problema {
    text-align: left;
    color: white;
}

.bilietas-problema-ico {
    color:#d05401;
}

.bilietas-uzduotis {
    text-align: left;
    color: white;
}

.bilietas-uzduotis-ico {
    color:#0d6eac;
}

.pagination.navigationButtons {
    float: left;
    padding-right: 5px;
    margin: 0;
    background-color: white; 
    border-width: 0; 
    padding-top: 8.5px;
    font-size: 9px;
}

.navigationButtons__prev {
    margin: 0 1px 2px 0;
}

.navigationButtons__next {
    margin: 0 0 2px 1px;
}

.padL0 {
    padding-left: 0px;
}

.padR0 {
    padding-right: 0px;
}

.grid-icon-color-gray {
    color: #999;
}

.grid-icon-color-red {
    color: #AD1313;
}

.grid-icon-color-dark {
    color: #666;
}

.grid-icon-color-light-gray {
    color: #dddddd;
}

.formos-bruksnys {
    text-align: center; 
    font-size: 16px; 
    line-height: 26px; 
    vertical-align: middle;
}

.col-xs-48-proc {
    width: 48%; 
    float:left
}

.col-xs-4-proc {
    width: 4%!important; 
    float:left
}

.testines-aplinkos-ikona {
    position: absolute;
    top: -30px;
    left: 2px;
    color: #ef7259;
    font-size: 16px !important;
}

.info-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #E7E7E7;
    height: 24px;
    line-height: 24px; /* Vertikaliai centruoja vieną eilutę teksto. */
    padding: 0 4px;
    margin-bottom: 1px;
}

.info-line--main {
    background: #F5F3D3;
}

.info-line__group:not(:last-child):after {
    content: "|";
    margin: 0 20px;
}

.info-line__item {
    font-size: 11px;
    font-weight: bolder;
    margin-right: 60px;
}

.info-line__item:last-child {
    margin-right: 0;
}

.info-line__item-label {
    color: #999;
}

.info-line__item-label--icon {
    color: #333;
    vertical-align: middle;
}

.header-tooltip-item-be-ikonos {
    margin-left: 17px;
}

.force-hr-style hr {
    border-color: #DADADA;
}

.with-underline {
    border-bottom: 1px solid #5c5c5c;
}

.form-button.with-underline {
    margin-bottom: 0;
    padding-bottom: 5px;
}

/*FULL TEXT SEARCH*/
.search-wrapper {
    padding: 2px;
    margin-bottom: 1px;
    height: 35px;
    margin-top: 4px;
    border-bottom: 1px solid #ccc;
}
.search-legend {
    display: inline-block;
    margin-top: -6px;
    margin-left: -1px;
}
.search-pull-right {
    float: right;
    padding-left: 3px;
    padding-top: 2px;
    margin-right: -2px;
    padding-bottom: 0;
    height: 33px;
    border-bottom: 29px solid #e3e3e3;
    border-left: 20px solid transparent;
}

.search-control {
    display: inline-block;
    width: 250px;
    box-shadow: none;
    height: 25px;
    padding: 5px 10px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 4px;
}

.search-control-button {
    display: inline-block;
    margin-left: -23px;
    padding-right: 8px;
    cursor: pointer;
}
/*END OF FULL TEXT SEARCH*/

.k-multiselect li.k-button {
    border-color: #f5f5f5;
}

.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;
}

.nevda-icon.icon-uzdaryti2 {
    font-size: 14px;
}

.anchor-in-button {
    color: inherit;
}

.anchor-in-button:hover, .anchor-in-button:focus, .anchor-in-button:active {
        text-decoration: none;
        color: #fff;
    }
.help-icon {
    color: #fff;
    cursor: pointer;
    font-style: normal;

}

.help-icon:hover {
        text-decoration: underline;
    }