﻿.kendo-grid-number-col {
    text-align: right;
}

.kendo-grid-center-col {
    text-align: center;
}

/*KALENDORIUS DESIGN*/
.kalendorius .uib-daypicker>table td.sventine button:not([disabled]),
li.kalendorius-context-menu-item div.sventine {
    background-color: #F9E6EA;
    border: 0px solid #F9E6EA;
}
.kalendorius .uib-daypicker>table td.sventine:hover button:not([disabled]),
.kalendorius .uib-daypicker>table td.sventine button:not([disabled]).hover,
li.kalendorius-context-menu-item div.sventine {
    background-color: #e9a6b5;
    border: 0px solid #e9a6b5;
}

.kalendorius .uib-daypicker>table td.savaitgalis button:not([disabled]),
li.kalendorius-context-menu-item div.savaitgalis {
    background-color:  #E3F0F0;
     border: 0px solid #E3F0F0;
}
.kalendorius .uib-daypicker>table td.savaitgalis:hover button:not([disabled]),
.kalendorius .uib-daypicker>table td.savaitgalis button:not([disabled]).hover,
li.kalendorius-context-menu-item div.savaitgalis {
    background-color:  #9ac9cb;
    border: 0px solid #9ac9cb;
}

.kalendorius .uib-daypicker>table td.darbo:hover button:not([disabled]),
.kalendorius .uib-daypicker>table td.darbo button:not([disabled]).hover,
li.kalendorius-context-menu-item div.darbo {
    background-color: #157EBD;
    border: 0px solid #157EBD;
    color: #fff;
}

.kalendorius .uib-daypicker>table td.darbo button:not([disabled]),
li.kalendorius-context-menu-item div.darbo {
    background-color: white;
    border: 0px solid white;
}

.kalendorius table th button.uib-title {
    background-color: white;
}

.kalendorius .uib-daypicker>table td button,
.kalendorius table th button.uib-title {
    border: none;
}

.kalendorius .uib-daypicker>table {
    border: 1px solid grey!important;
}

.kalendorius .uib-daypicker>table td button.active {
    box-shadow: none!important;
    border: none!important;
    border-radius: 0;
}
li.kalendorius-context-menu-item.row-disabled { opacity: 0.5 }

.uib-daypicker>table thead th button.uib-left,
.uib-daypicker>table thead th button.uib-right {
    display: none;
}

.calendar-row {
    padding-top: 10px;
}

.uib-daypicker>table thead th {
    color: black;
}
/*END OF KALENDORIUS DESIGN*/

/* kendo drag n drop grid */
.placeholder {
  outline-style: dashed;
  outline-width: 1px;
  outline-color: red;
}
/* end of kendo drag n drop grid */


/* angular-wizard nevda styles */

.steps-indicator {
    background-color: #D7D7D7;
    height: 37px;
    padding-left: 3px;
    padding-top: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.steps-indicator:before {
    width: 4px;
    height: 35px;
    position: relative;
    left: -1px;
    float: left;
    background-color: #157EBD;
    content: "";
}

.steps-indicator: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;
    content: "";
}

.wizard-step {
    padding: 0px;
    font-weight: bold;
    line-height: 0px;
    list-style:none;
}

.wizard-step 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-step 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-step 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;
}

.wizard-step.isBeforeSelectedStep a {
    color: #163038;
    background: #B8B8B8;
}

.wizard-step.isBeforeSelectedStep a:after {
    border-left: 12px solid #B8B8B8;
    z-index: 10;
}

.wizard-step.current a {
    color: #FFFFFF;
    background: #157EBD;
}

.wizard-step.current a:after {
    border-left: 12px solid #157EBD;
}

.not-allowed {
    cursor: not-allowed !important;
}

/* end of angular-wizard nevda styles */

.tabLikeBorders {
    padding: 0px 9px 0 9px;
    border: 1px solid #dadada;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
}

.k-dropdown-wrap.multi-select-with-button .k-select {
    line-height: 100%;
}

.k-multiselect li.k-button {
    border: 1px solid #dbdbde;
}

.kalendorius .text-info {
    color: #333;
}

.full-width {
    width: 100%;
}

.form-control-static {
    min-height: 26px;
    padding-bottom: 0;
}

.T155 {
    top: 155px;
}
.T141
{
    top: 141px;
}
.T99{
    top: 99px;
}

body.modal-open[style] {
    padding-right: 0 !important;
}

/* Disable'intiems button'ams uib-tooltip neveikia, todėl sukurta disabled klasė imituojanti disabled būseną, kai reikia ant jų rodyti tooltip. */
button.disabled {
    color: #333 !important;
    cursor: not-allowed;
    box-shadow: none;
}

button.disabled:active {
    position: inherit;
}

button.disabled:focus {
    background-color: #fff !important;
    border-color: #ccc !important;
}

.grid-table td {
    vertical-align: top !important;
    white-space: normal;
}

.app-modal-window .modal-dialog {
    width: 80%;
    height: 80%;
}
.possitionInherit .scrollable{
    position:inherit
}

.editableGridRowHeight tr{
   height:30px
}

/*busenos filtravime nevaizduoti x-iuko jei uzdeta sita klase*/
tr.k-filter-row span.k-filtercell.busena-filter button.k-button {
    display: none!important;
}

.dokumentoBusenaSarase.icon-redaguoti {
    color: #871F5D;
}

.dokumentoBusenaSaraseWhite.icon-redaguoti {
    color: #ffffff;
}

.dokumentoBusenaSarase.icon-registruoti {
    color: #2D4F8B ;
}

.dokumentoBusenaSaraseWhite.icon-registruoti {
    color: #ffffff ;
}

.middleAlignedVertically {
    vertical-align: middle;
}

.grid-modal-with-scrollable-body .modal-body {
    height: calc(100vh - 320px);
    overflow-y: auto;
    overflow-x: hidden;
}

.fakeMultiselect .k-multiselect-wrap
{
    padding-right: 20px;
}

.fakeMultiselect__addBtn {
    display: block;
    position: absolute;
    top: 4.5px;
    right: 4px;
    opacity: .8;
}

.fakeMultiselect__addBtn:hover {
    opacity: 1;
}

.fakeMultiselect__addBtn:active {
    opacity: .8;
}

.fakeMultiselect__item--readonly {
    padding-right: .4em !important;
}

.fakeMultiselect__removeBtn {
    padding-bottom: 2px;
}

.fakeMultiselect__removeBtn:active {
    opacity: .5;
}

multiple-dates {
    display: inline-block;
    width: 100%;
    min-width: 186px;
}

.padR40 {
    padding-right:40px;
}

.floatL {
    float:left;
}

.btn-group .dropdown-menu li.disabled {
    cursor: not-allowed;
}



.k-grid-content .selectInput  {
    height: 19px;
    padding-top: 2.124px;
    padding-bottom: 2.124px;
}

.k-grid-content .clear-btn{
    height: 23.22px !important;
    top: 0px !important;
}

.k-grid-content .clear-btn.deleteSymbol {
    right: 23px;
    border-left: 1px solid #DBDBDE;
}

.k-grid-content .clear-btn-x{
    top: 1px !important;
}

.grafikas .tabelis__stulpelis,
.grafikas .tabelis__headerCol {
    cursor: default;
}

.grafikas--asmuo-hidden .tabelis__headerCol--asmuo,
.grafikas--asmuo-hidden .tabelis__filterCol--asmuo,
.grafikas--asmuo-hidden .tabelis__stulpelis--asmuo,
.grafikas--etatas-hidden .tabelis__headerCol--etatas,
.grafikas--etatas-hidden .tabelis__filterCol--etatas,
.grafikas--etatas-hidden .tabelis__stulpelis--etatas,
.grafikas--tabelioNumeris-hidden .tabelis__headerCol--tabelioNumeris,
.grafikas--tabelioNumeris-hidden .tabelis__filterCol--tabelioNumeris,
.grafikas--tabelioNumeris-hidden .tabelis__stulpelis--tabelioNumeris,
.grafikas--tipas-hidden .tabelis__headerCol--tipas,
.grafikas--tipas-hidden .tabelis__stulpelis--tipas,
.grafikas--darbo-dienos-hidden .tabelis__headerCol--darboDienos,
.grafikas--darbo-dienos-hidden .tabelis__stulpelis--darboDienos,
.grafikas--darbo-valandos-hidden .tabelis__headerCol--darboValandos,
.grafikas--darbo-valandos-hidden .tabelis__stulpelis--darboValandos {
    display: none;
}

frozen-grafiko-irasas,
.frozen-grafiko-irasas,
grafiko-irasas,
.grafiko-irasas {
    display: block;
}

.tabelis {
    display: block;
    cursor: default;
}

.tabelis__rows {
    white-space: nowrap;
}

.tabelis__header,
.tabelis__header2 {
    color: #333333;
    background-color: #f3f3f4;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-repeat: repeat;
    border-bottom: solid 1px #E3E3E3;
    white-space: nowrap;
}

.tabelis__headerCols,
tabelis__headerCols2 {
    overflow: hidden;
    border-right: solid 1px #E3E3E3;
}

.tabelis__headerCol {
    font-weight: bold;
    vertical-align: bottom;
    display: inline-block;
    border-width: 0 0 0 1px;
}

.tabelis__filter {
    background-color: #F3F3F4;
    border-bottom: 1px solid #E3E3E3;
}

.tabelis__filterCols {
    display: inline-block;
    border-right: 1px solid #E3E3E3;
}

.tabelis__filterCol {
    display: inline-block;
    padding: 4px;
    border-left: 1px solid #E3E3E3;
}

.tabelis__filterInput {
    display: inline-block;
}

.tabelis__headerCol,
.tabelis__stulpelis {
    overflow: hidden;
    border-style: solid;
    border-color: #E3E3E3;
    padding: 6px 7.2px 4.8px 7.2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.tabelis__stulpelis {
    display: inline-block;
    border-width: 0 0 1px 1px;
    min-height: 28.8px; /* UI-Resizable uždeda mažą aukštį, tai force'inam padorų. */
    height: 28.8px;
    vertical-align: top;
}

.tabelis__headerCol:first-child,
.tabelis__scrollableRows .tabelis__stulpelis:first-child {
    border-left-width: 0;
}

.tabelis__frozenRowsWrapper {
    overflow: hidden;
}

.tabelis__frozenRows {
    height: inherit;
    overflow: hidden;
    overflow-y: scroll;
}

.tabelis__scrollableRows {
    overflow-x: auto;
    overflow-y: scroll;
}

.tabelis__frozenHeaderCols,
.tabelis__frozenRowsWrapper,
.tabelis__frozenHeaderCols2 {
    border-right: solid 1px #E3E3E3;
}

.tabelis__stulpelis--fiktyvus:not(:first-child) {
    border-left-color: #fff; /* Nepašalinam, o tik suvienodinam su background, nes kitaip UI-Resizable netolygiai išdidina. */
}

.tabelis__headerCol--asmuo,
.tabelis__headerCol--etatas,
.tabelis__headerCol--dokumentoNumeris,
.tabelis__headerCol--tabelioNumeris,
.tabelis__headerCol--dokumentoTipas,
.tabelis__filterCol--asmuo,
.tabelis__filterCol--etatas,
.tabelis__stulpelis--asmuo,
.tabelis__stulpelis--etatas,
.tabelis__stulpelis--dokumentoNumeris,
.tabelis__stulpelis--dokumentoTipas,
.tabelis__stulpelis--tabelioNumeris,
.tabelis__filterCol--tabelioNumeris
 {
    /*min-width: 150px;*/
    width: 150px;
}
.tabelis__headerCol--visiLaukai {
    width:600px;
    height: 28.8px;
}

.tabelis__col--invisible {
    display: none;
}

.tabelis__headerCol--tipas,
.tabelis__stulpelis--tipas {
    /*min-width: 100px;*/
    width: 100px;
}

.tabelis__headerCol--darboDienos,
.tabelis__headerCol--darboValandos,
.tabelis__stulpelis--darboDienos,
.tabelis__stulpelis--darboValandos {
    min-width: 55px;
    font-weight: bold;
}

.tabelis__headerCol--suminesApskaitosValanduNorma,
.tabelis__headerCol--suminesApskaitosSkirtumas,
.tabelis__stulpelis--suminesApskaitosValanduNorma,
.tabelis__stulpelis--suminesApskaitosSkirtumas {
    min-width: 77px;
    font-weight: bold;
}

.tabelis__stulpelis--darboDienos,
.tabelis__stulpelis--darboValandos {
    min-width: 55px;
    font-weight: bold;
    text-align: right;
}

.tabelis__headerCol--diena,
.tabelis__stulpelis--diena {
    width: 48px;
    text-align: center;
}

.tabelis__headerCols2 {
    position: relative;
    overflow: hidden;
}

.tabelis__headerCol--menuo {   
    text-align: center;
    border-left: solid 1px #E3E3E3;
    height: 28.8px;
}

 .tabelis__headerCol--invisible,
 .tabelis__headerCol--invisible,
 .tabelis__headerCol--invisible,
 .tabelis__headerCol--invisible {
    border-right: none;
}

.tabelis__frozenHeaderCols2 {
    height: 28.8px;
}

dienos-dalies-eilute {
    display: inline-block;
}

.tabelis__frozenHeaderCols,
.tabelis__headerCols,
.tabelis__frozenRowsWrapper,
.tabelis__frozenRows,
.tabelis__scrollableRows,
.tabelis__headerCols2,
.tabelis__frozenHeaderCols2 {
    display: inline-block;
    vertical-align: top;
}

.tabelis__corner {
    width: 18px;
    height: 30px;
    float: right;
    border-left: 1px solid #333;
}

.tabelis .ui-resizable-e,
.atostogu-grafikas .ui-resizable-e {
    cursor: col-resize;
    width: 7px;
    right: 0;
}

#ziniarastisSplitter .grid-button-group-block {
    margin-bottom: 0;
    border-bottom: 1px solid #dedee0;
}

.tabelis__stulpelis--negaliojantiDiena {
    background-color: #f3f3f4 !important;
}

.tabelis__stulpelis--redaguojamaDiena {
    padding: 0;
    width: 48px;
}

.tabelis .valandos__input {
    border-color: #ceced2;
    border-width: 1px;
    border-style: solid;
}

.tabelis .valandos__input,
.tabelis .tabelis__stulpelis--redaguojamaDiena input {
    box-sizing: border-box;
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    text-align: center;
    text-indent: 0;
    border-color: #66AFE9;
    border-width: 0;
}

.tabelis .tabelis__stulpelis--redaguojamaDiena input:focus {
    border-width: 1px;
}

.tabelis__frozenCols {
    position: relative;
    top: 0;
    left: 0;
}

.tabelis__stulpelis--poilsioDiena,
.tabelis__stulpelis--poilsioDiena input {
    background-color: #e1eff0 !important;
}

.tabelis__stulpelis--sventineDiena,
.tabelis__stulpelis--sventineDiena input {
    background-color: #f9e4e9 !important;
}

.tabelis__contextMenuItem {
    font-weight: normal;
    width: 100%;
    padding: 3.36px 10px 4.56px 10px;
    margin-bottom: 0;
}

.tabelis__contextMenuItem:hover {
    color: #fff;
    background: #157EBD;
}

frozen-dienu-dalys .tabelis__stulpelis--etatas,
frozen-dienu-rodikliai .tabelis__stulpelis--etatas,
frozen-default .tabelis__stulpelis--etatas {
    border-left: none;
}

frozen-etatas,
asmens-eilute,
asmens-valandos,
dienos-dalies-eilute,
dienu-rodikliai,
frozen-default {
    display: inline-block;
}

span.square-size-12 {
    width: 12px;
    height: 12px;
    float: left;
    display: block;
}

.grid-button-group-block .k-input {
    height: 24px !important;
}

.grid-button-group-block isplestinis-filtras .k-input {
    height: 1.65em !important;
}

.hidden-on-narrow {
    display: inline-block;
    vertical-align: top;
}

.modal-900 {
    width: 900px !important;
}

.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%;
}

.validated--ofConstrainedWidth {
    display: inline-block;
}

button-input[disabled] .buttonInput__input {
    background-color: #eee !important;
    opacity: 1;
    cursor: not-allowed !important;
}

button-input[disabled] .buttonInput__button {
    cursor: not-allowed;
    background: -webkit-linear-gradient(#CACFD9, #B5BCC9);
    background: -o-linear-gradient(#CACFD9, #B5BCC9);
    background: -moz-linear-gradient(#CACFD9, #B5BCC9);
    background: linear-gradient(#CACFD9, #B5BCC9);
}

button-input[disabled] .buttonInput__button:hover,
button-input[disabled] .buttonInput__button > span {
    cursor: not-allowed;
}

.notifications-container.modalContainerFA {
    bottom:0px; 
    left: 9px;
    width: 99%;
    box-shadow:none;
}

.notificationCounter.modalContainerFA{
    bottom: 69px;
    right: 55px;
}

.notificationCounter.modalContainerFA.expand {
    bottom: 184px;
}

.notificationCounter.modalContainerFA{
    bottom: 39px;
    right: 25px;
}

.notificationCounter.modalContainerFA.expand {
    bottom: 148px;
}

#slogan {
    padding-top: 3px;
}

.header-line__group {
    display: inline-block;
    margin: 0 2px;
}

.header-line__item {
    display: inline-block;
    vertical-align: middle;
}

.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-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;
}

.k-filtercell [data-role='maskedtextbox'] {
    width: 50px;
}

.nevdaUzklausa__konstruktorius .accordion-toggle:hover,
.nevdaUzklausa__konstruktorius .accordion-toggle:focus {
    text-decoration: none;
}

.uzklausa__rootFromItemPasirinkimas,
.uzklausa__expressions--tuscia,
.uzklausa__conditions--tuscia {
    text-align: center;
    padding: 20px 0;
    background-color: #f5f5f5;
    display: block;
    font-style: italic;
    font-size: 16px;
    height: 100px;
    vertical-align: middle;
    /* Pagal http://stackoverflow.com/a/22218694/710458 */
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.uzklausa__rootFromItemPasirinkimas {
    display: block;
}

.uzklausa__saltinioTekstas {
    font-style: italic;
    padding-bottom: 10px;
}

.uzklausa__saltinioTekstas--secondary {
    font-size: x-small;
    padding-bottom: 2px;
}

.uzklausa__rootFromItemPasirinkimoDdl {
    font-style: normal;
    font-size: 12px;
}

from-item {
    display: block;
}

.fromItem__itemRow,
.condition__itemRow,
select-expression {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px 7px;
}

.fromItem__path,
.selectExpression__path {
    line-height: 20px;
}

.fromItem__aliasInput,
.selectExpression__aliasInput {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 20px !important;
}

.fromItem__icon,
.selectExpression__icon {
    cursor: pointer;
    padding-left: 5px;
    line-height: 20px !important;
}

.fromItem__childrenRow {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.fromItem__childRow {
    margin-top: 5px;
}

condition {
    display: block;
}

/* Naudojam Flexbox būdą pagal https://css-tricks.com/fluid-width-equal-height-columns/ vienodam aukščiui */
.condition__itemRow {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 0;
    margin-bottom: 5px;
    line-height: 32px;
}

.condition__operator {
    display: inline-block;
    width: 75px;
    padding: 0 7px;
}

.condition__input {
    width: calc(100% - 119px);
    display: inline-block;
}

token-select .fakeMultiselect__addBtn {
}

select-expression {
    margin-bottom: 5px;
}

.selectExpressions__list {
    padding-left: 0;
    margin-bottom: 0;
}

.selectExpressions__item,
.condition__list {
    list-style: none;
    padding-left: 0;
}

.selectExpression--last,
.condition__list {
    margin-bottom: 0;
}

.selectExpression__icon {
    padding-right: 19px;
}

token-select .k-multiselect-wrap {
    line-height: 24px;
}

token-select .fakeMultiselect__addBtn {
    margin: 0.2px 4px 0 4px;
}

token-select .fakeMultiselect__addBtn > .personalas {
}

.tokenSelect__input {
    vertical-align: middle;
    margin-left: 3px;
    padding: 0;
    border: none;
}

/*PDFJS CSS*/
.modal-100 {
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: 0;
}

.modal-100 .modal-content {
    height:100%;
    width:100%;
    overflow: hidden;
}

.modal-100 .modal-body {
    height:100%;
    width:100%;
    padding:0;
}

.close-pdf-viewer {
    position: absolute;
    z-index: 123;
    top: 0;
    right: 6px;
    width: 25px;
    height: 24px;
    background-color:transparent;
    
    min-width: 16px;
    padding:5px 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: hsla(0,0%,100%,.8);
    font-size: 25px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* Opera does not support user-select, use <... unselectable="on"> instead */
    cursor: default;
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-duration: 150ms;
    -webkit-transition-timing-function: ease;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease;
    
    margin: 3px 2px 4px 0;
    display: inline-block;
    overflow: hidden;
}

.maximize-pdf-viewer {
    position: absolute;
    z-index: 123;
    top: 107px;
    right: 19px;
    width: 25px;
    height: 24px;
    background-color:transparent;
    min-width: 16px;
    padding:5px 0;
    border: 1px solid transparent;
    border-radius: 2px;
    color: hsla(0,0%,100%,.8);
    font-size: 25px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /* Opera does not support user-select, use <... unselectable="on"> instead */
    cursor: default;
    -webkit-transition-property: background-color, border-color, box-shadow;
    -webkit-transition-duration: 150ms;
    -webkit-transition-timing-function: ease;
    transition-property: background-color, border-color, box-shadow;
    transition-duration: 150ms;
    transition-timing-function: ease;

    margin: 3px 2px 4px 0;
    display: inline-block;
    overflow: hidden;
}
/*End of PDFJS CSS*/

auto-resizing-wrapper .k-chart {
    height: calc(100% - 4px);
}

.info-text-padding {
    padding-right:15px; 
    padding-left:15px;
}

atsaukti-btn .popover-content {
    padding: 9px 14px;
}
nutraukti-btn .popover-content {
    padding: 9px 14px;
}


.btn-default.btn--disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}

.btn-default.btn--disabled:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-group > disablable-btn {
    float: left;
}

.nevdaUzklausa__konstruktorius {
    height: 100%;
}

.nevdaUzklausa__konstruktoriausDalis:not(:last-child) {
    border-right: 1px solid #DEDEE0;
}

nevda-uzklausos-konstruktorius {
    display: block;
    margin: 10px;
}

.nevdaUzklausa__ctorGroupTitle {
    font-weight: bold;
    color: #333;
}

.nevdaUzklausa__ctorGroup {
    background-color: #fcf6f8;
    border: 1px dashed #DEDEE0;
    margin-bottom: 15px;
}

.nevdaUzklausa__ctorList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nevdaUzklausa__ctorItem {
    display: inline-block;
    margin: 4px;
}

.nevdaUzklausa__ctorItem:hover {
    cursor: pointer;
}

rezultato-israiska {
    display: inline-block;
    border: 1px solid #DEDEE0;
    padding: 3px;
    line-height: 19px;
}

rezultato-israiska i {
    vertical-align: middle;
}

.nevdaUzklausosKonstruktorius__rootFromItemPasirinkimas {
    text-align: center;
    padding: 20px 0;
}

.nevdaUzklausa__konstruktorius .panel-group {
    margin: 10px;
}

.nevdaUzklausa__konstruktorius .panel-default>.panel-heading {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid #DEDEE0;
}

.nevdaUzklausa__konstruktorius .panel.panel-default {
    border: none;
}

.nevdaUzklausa__konstruktorius .panel-group .panel {
    margin-bottom: 10px;
}

.nevdaUzklausa__konstruktorius [uib-accordion-header] {
    font-size: 14px;
    font-weight: bold;
}

.nevdaUzklausa__konstruktorius .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.nevdaUzklausa__draggable {
    background-color: #eee;
    border: 1px solid #DEDEE0;
    padding: 7px;
    display: inline-block;
}

nevda-uzklausos-sql pre {
    background-color: inherit;
    border: none;
    margin: 0;
    padding: 0;
}

.saltinioPridejimasLabel {
    font-weight: bold;
    padding-left: 8px;
}

.saltinioPridejimasValue {
    padding: 5px 0 5px 15px;
}

.nevdaUzklausa__part:not(:last-child)::after {
    content: '.';
    font-weight: bold;
    padding: 0 2px;
}

.tokenSelect__token--operator .tokenSelect__parts {
    font-weight: bold;
    text-transform: lowercase;
}

token-select .tokenSelect__salinti,
token-select .tokenSelect__prideti {
    font-size: 10px;
    cursor: pointer;
}

token-select .tokenSelect__salinti {
    color: #e10101;
}

.dropTarget {
    border: 1px dashed #DEDEE0;
    padding: 10px 15px 20px 15px;
}

nevda-uzklausos-sql,
.nevdaUzklausosSql__editor {
    height: 100%;
    width: 100%;
}

.aktyvusMygtukas {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

.nevdaUzklausa__formavimoBudas {
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: 2px 4px 1px 4px;
}

.nevdaUzklausa__formavimoBudas--aktyvus {
    color: #222;
    background-color: #ccc;
}

.nevdaUzklausa__formavimoBudas > i {
    font-size: 18px !important;
}

/* begin public formos base */

@font-face {
  font-family: 'Didact Gothic';
  src: url('../fonts/Didact Gothic/Didact-Gothic.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Didact Gothic/Didact-Gothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Didact Gothic/Didact-Gothic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Didact Gothic/Didact-Gothic.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/Didact Gothic/Didact-Gothic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Didact Gothic/Didact-Gothic.svg#DidactGothic') format('svg');
  /* Legacy iOS */
}

.nevda__content {
    font-family: "Didact Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 600px;
    min-height: 268px;
}

.nevda__main {
    padding-top: 20px;
}

.nevda__main,
.nevda__secondary {
    height: 100%;
}

.nevda__secondary {
    font-family: "Didact Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #5C5C5C;
}

.nevda__aplinkosPaveiksliukas {
    margin-left: 40px;
    margin-right: 15px;
    float: left;
}

.nevda__aplinkosPavadinimas {
    color: #c5c1c1;
    font-size: 21px;
    text-transform: uppercase;
}

.nevda__sistema {
    color: #878282;
    font-size: 14px;
}

.nevda__sistemosIkona {
    font-size: 60px !important;
}

.nevda__nuorodaApieSistema {
    font-size: 14px;
    text-align: center;
}

.nevda__mainItems {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nevda__prisijungimoMygtukas {
    padding-top:10px;
}

.nevda__prisijungimoMygtukas button {
    text-align: center;
    color: #FFF;
    background-color: #ecb32a;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    /*border-radius: 4px !important;*/
    width: 200px;
}

.nevda__prisijungimoMygtukas button:hover,
.nevda__prisijungimoMygtukas button:focus,
.nevda__prisijungimoMygtukas button:active {
    background-color: #d09913 !important;
    border-color: #c79212 !important;
}

.nevda__prisijungimoMygtukas button:hover:active {
    background-color: #b08110 !important;
    border-color: #8a650c !important;
}

.nevda__footer {
    font-family: "Didact Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 8px 20px;
}

@media (max-width: 991px) {

    .nevda__verticallyCenteredMain > .col-md-6 {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .nevda__content {
        height: calc(100%); /* atimam nevda__footer aukštį */
    }
}

.nevda__verticallyCenteredMain {
    height: calc(100% - 67px); /* atimam aplinkos info aukštį */
}

/* end public formos base */

/* begin loginLogout.js */

vietinis-atsijungimas {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.loginLogout__secondary {
    color: #C5C1C1;
    font-size: 14px;
    padding-right:0px;
    display:inline-block;
}

.loginLogout__secondaryHidden {
    color: #C5C1C1;
    background-color: #FFFFFF;
    font-size: 14px;
    padding-right:0px;
}

.loginLogout__forgotPassword{
    font-size:14px;
    color: #e8e5e5;
    padding-left: 32px;
}

.loginLogout__menuBar {
    float:left;
    width: 74px;
    border-right:solid 1px;
    border-right-color:#7A7879;
}

.loginLogout__expandedMenuBar {
    float:left;
    width: 400px;
}

.loginLogout__expandedMenuBar span {
    color: #C5C1C1;
    font-size: 18px;
    text-transform: uppercase;
}

.loginLogout__MenuTopExtended span{
    font-size:14px;
    padding-left:30px;
    padding-top:25px;
    display:inline-block;
}

.loginLogout__MenuTopExtended i {
    display: inline-block;
    float: right;    
    font-size: 22px;
    padding-top: 25px;
    padding-right: 33px;
    color: #C5C1C1;
    padding-left: 17px;
}

.loginLogout__MenuTopExtended i:hover, .loginLogout__MenuTopExtended i:hover {
    color: #FFFFFF;
}

.loginLogout__expandedBlocks i {
    padding-top: 19px;
    font-size: 40px;
    color: #C5C1C1;
    display:inline-block;
}

.loginLogout__expandedBlocks-rightSide{
    display:inline-block;
    float:left;
    padding-left:30px;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.loginLogout__expandedBlocks span{
    display:block;
    justify-content: center;
    align-items: center;
}

.loginLogout__expandedBlocks .loginLogout__expandedBlocksSmallText {
    font-size: 14px;
    color: #EBEBEB;
    text-transform: initial;
}

.loginLogout__expandedBlocks {
    height:74px;
    position: relative;
    cursor:default;
    flex:0;
}

.loginLogout__expandedBlocks-LeftSide {
    width:74px;
    height:74px;
    border-right: solid 1px;
    border-right-color:#808080;
    display:inline-block;    
    text-align: center;
}

.loginLogout__expandedBlocks-filler {
    cursor:default;
    width:74px;
    border-right: solid 1px;
    border-right-color:#808080;
    flex:1;
}

.loginLogout__otherIconsExtended {
    height: calc(100% - 75px);
    display:flex;
    flex-direction:column;
}

.loginLogout__expandedBlocks:hover:not(.disabled), .loginLogout__expandedBlocks.active {

    background-color: #808080;
    border-left: solid 4px;
    border-left-color: #ECB32A;
}

.loginLogout__expandedBlocks:hover:not(.disabled) i , .loginLogout__expandedBlocks.active i {
    color: #FFFFFF;
}


.loginLogout__expandedBlocks:hover:not(.disabled) .loginLogout__expandedBlocks-LeftSide , .loginLogout__expandedBlocks.active .loginLogout__expandedBlocks-LeftSide {
    color: #FFFFFF;
    width:70px;
    border-right-color:#5C5C5C;
}

.loginLogout__expandedBlocks:hover:not(.disabled) .loginLogout__expandedBlocks-rightSide , .loginLogout__expandedBlocks.active .loginLogout__expandedBlocks-rightSide {
    padding-left: 29px;
}


.loginLogout__expandedBlocks:hover:not(.disabled) span:not(.loginLogout__expandedBlocksSmallText), .loginLogout__expandedBlocks.active span:not(.loginLogout__expandedBlocksSmallText):not(.disabled){
    color:#ECB32A
}

.loginLogout__expandedBlocks.disabled i {
    color: #7C7C7C;
}

.loginLogout__expandedBlocks.disabled span {
    color: #7C7C7C;
}

.loginLogout__MenuTop {
    border-bottom: solid 1px;
    border-bottom-color:#808080;
    text-align: center;
    height:74px;
}

.loginLogout__linkas{
    font-size:30px;
}

.loginLogout__linkas a{
    color:#ECB32A;
}

.loginLogout__MenuTopExtended {
    border-bottom: solid 1px;
    border-bottom-color:#808080;
    height:74px;
    cursor:default;
}

.loginLogout__MenuTopExtended-LeftSide {
    width:74px;
    height:74px;
    border-right: solid 1px;
    border-right-color:#808080;
    display:inline-block;
    float:left;
    text-align:center;
}

.loginLogout__MenuTopExtended-RightSide {
    display:inline-block;
    width:325px;
    height:74px;
}

.loginLogout__uzdaryti {
    border-bottom: solid 1px;
    border-bottom-color:#808080;    
    height: 74px;
    display:inline-block;
    width: calc(100% - 74px);
}

.loginLogout__mainVirsus{
    position: relative;
    min-height: 55px;
    padding-bottom: 10px;
}

.loginLogout__mainSpanTekstas {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    font-size:14px;
    color:#878282
}


.loginLogout__mainSpanTekstasTop {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 70px;
    font-size: 18px;
    color: #B2ADAD;
    text-transform: uppercase;
}

.loginLogout__userName {
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: solid 1px;
    border-bottom-color:#F1EFF0;
    width: 400px;
    font-size: 14px;
    color: #5C5C5C;
}

.loginLogout__userName.noborder{
    padding-top: 5px;
    padding-bottom: 3px;
    width: 400px;
    font-size: 14px;
    color: #5C5C5C;
    border-bottom:none;
}

.loginLogout__herbas {
    width:50px;
    height:50px;
    margin-top: 12px;
}
.loginLogout__otherIcons {
    text-align: center;    
}

.loginLogout__otherIconsPad{
    padding-top:150px;
}

.loginLogout__menuBar i.disabled {
    color: #7C7C7C;
}

.loginLogout__menuBar i {
    color: #C5C1C1;
    font-size: 40px;
    display:block;
    padding-top: 19px;
    padding-bottom: 15px;
}

i.loginLogout__MenuTopIcon{
    color: #C5C1C1;
    font-size: 22px;    
    display: block;
    padding-top: 26px;
    padding-bottom: 26px;
}

i.loginLogout__MenuTopIcon:hover {
        color: #FFFFFF;
}

.loginLogout__userName i {
    font-size:20px;
}

.loginLogout__userNameText {
    display: inline;
    padding-left:10px
}

.loginLogout__menuBar i:hover:not(.disabled):not(.loginLogout__MenuTopIcon), .loginLogout__otherIcons i.active{
    color: #FFFFFF;
    background-color:#808080;
    border-left: solid 4px;
    border-left-color:#ECB32A;
}

.loginLogout__uzdaryti i {
    color: #C5C1C1;
    font-size: 22px;    
    padding-top: 25px;
    padding-right: 33px;
    float:right;
}


.loginLogout__uzdaryti i:hover {
    color: #FFFFFF;
}

.loginLogout__uzdaryti span {    
    font-size: 14px;
    padding-left: 30px;
    padding-top: 25px;
    display: inline-block;
    color: #C5C1C1;
    text-transform: uppercase;
}

.loginLogout__textArea {
    padding-left:125px;    
    padding-right: 58px;
}

.loginLogout__projektuPasirinkimas {
    padding-right: 34px;
}

.loginLogout__projektuPasirinkimas .icon-deka_meniu {
    font-size: 25px;
}

.loginLogout__projektuPasirinkimas .icon-deka_meniu:hover {
    color: #c5c1c1 !important;
}

.loginLogout__error {
    background-color:#c33b13;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height:37px;
    padding-left: 50px;
}

.loginLogout__error i {
    color: #FFFFFF;
    font-size: 18px;
    vertical-align: middle;
}

.loginLogout__error span{
    padding-left: 10px;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

.loginLogout__padeka i {
    color: #333333;
    font-size: 18px;
    vertical-align: middle;
}

.loginLogout__padeka span {
    padding-left: 10px;
    color: #C5C1C1;
    font-size: 18px;
    text-transform: uppercase;
    vertical-align: middle;
}

.loginLogout__padeka {
    background-color:#808080;
    display: flex;
    align-items: center;
    height:37px;
    padding-left: 50px;
}

.loginLogout__circle {
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #ECB32A;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #515967;
}

.loginLogout__circle span{
    padding-top: 5px;
    display: inline-block;
}

.nevda__footerInHidden {
    font-family: "Didact Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 8px 90px;
    font-size: 12px;
    color: #333;
    position: absolute;
    bottom: 0px;
    left: 27px;
}

.loginLogout__userName .form-control:hover {
  border-color: #ecb32a;
}

@media (max-width: 1000px) {
    .loginLogout__secondary, .loginLogout__secondaryHidden, .nevda__main{
        display:inline-block;
    }
}

@media (min-width: 300px) {
    .nevda__content {
        height: calc(100%);
    }
}

@media (max-width: 800px){
    .nevda__verticallyCenteredMain{
        text-align: left;
    }
}

@media (max-width:550px) {
    .loginLogout__projektuPasirinkimas{
       width: calc(50vh)
    }
}


@media (max-width:450px) {
    .loginLogout__projektuPasirinkimas{
       width: calc(45vh)
    }
}

/* end loginLogout.js */

/* begin nevdaLoader.js */

nevda-loader {
    display: block;
    width: 100%;
    height: 100%;
    background: white;
}

.nevda-loader__circle-par {
    font-size: 10px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nevda-loader__circle,
.nevda-loader__circle-par {
    width: 24rem;
    height: 24em;
}

.nevda-loader__circle {
    background: white;
    border-radius: 50%;
    border: 1em solid white;
    border-top-color: orange;
    animation: spin 2s infinite linear;
}

.nevda-loader__content {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 25%;
    bottom: 25%;
    background: white;
    border-radius: 50%;
}

.nevda-loader__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nevda-loader__logo--img {
    width: 120px;
    height: 120px;
}

.nevda-loader__logo--icon > i {
    font-size: 14em !important;
    line-height: 1 !important;
}

/* end nevdaLoader.js */

.nevdaLoader--active.nevdaStyle .splash {
    display: none;
}

.pakeitimuIstorija {
    cursor: pointer;
}

.inline {
    display: inline;
}

.right-menu-icon {
    font-size: 20px !important;
}

.right-bar-top {
    height: 45px;
    width: 40px;
    position:relative;
}

.right-bar-top ul{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -14px !important;
}

.right-bar-icon {
    height:40px;
    width: 40px;
    font-size: 20px;
    position: relative;
}

.right-bar-icon:hover {
    background-color:#157EBD;
}

.right-bar-icon:hover a{
    color: #fff !important;
}

.right-bar-icon a{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -9px;
}


.right-bar-circle {    
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    font-size: 20px;
    color: #BBB;
    text-align: center;
    border: 2px solid #fff;
}

.right-bar-circle i{
    font-size:18px !important;
}

.right-bar-circle:hover{
    border:2px solid #F7AC00; 
}

.nevda-user {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-size: 30px;
    background-color: #ECB32A;
    font-family: "Didact Gothic","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #515967;
    text-align: center;
}

.nevda-report-viewer {
    display: block;
}

.nevda-report-viewer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.nevda-report-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.nevda-report-container__controls {
    flex: none;   
}

.nevda-report-container .nevda-report-viewer {
    flex: 1;
    min-height: 0;
    /* Gal dar koks border'is praverstų. */
}

#kaledos {
    position: absolute;
    top: 91px;
    left: 5px;
}