﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.nevdaStyle #main {
    color:#333333;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.nav-bar-lay {
    color: #777777;
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors, .validation-summary-errors-login {
    background: none repeat scroll 0 0 #c26565;
    border-color: #953b39;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 3px;
}

.validation-summary-errors-login ul {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.validation-summary-errors ul {
    list-style: outside none none;
}

.validation-summary-errors-login ul {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}

.validation-summary-valid {
    display: none;
}

/* Styles for login form */

#LogonContainer {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

#SubmitButton {
    margin-top: 15px;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.k-grid-content > table > tbody > tr:hover {
    cursor: pointer;
    background-color: #cde7f3;
    color: #0c0b0b;
}

.form-border {
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    margin-bottom: 15px;
}

.form-button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.clear{
    clear:both;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    padding-top: 4px !important;
    border-radius: 0 !important;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-transform: translate(-300px, 0) scale(4);
        -ms-transform: translate(-300px, 0) scale(4);
        -o-transform: translate(-300px, 0) scale(4);
        -webkit-transform: translate(-300px, 0) scale(4);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }

.image-modal-window .modal-dialog {
    width: 90%;
}

.grid-modal-window .modal-dialog {
    width: 80%;
}

div#ajax-spinner span {
    margin-left: 15px;
}

.ajax-loader {
    position: relative;
}

/*form.ng-submitted span.ng-invalid span.k-dropdown-wrap, form.ng-submitted span.ng-invalid span.k-picker-wrap, 
div.ng-submitted span.ng-invalid span.k-dropdown-wrap, div.ng-submitted span.ng-invalid span.k-picker-wrap {
    border-color: #a94442;
}*/

.k-grid-header .k-header .k-link {
    font-weight:bold;
    font-size:12px;
}

.nevda-bar-line-chart .jqplot-point-label {
    width: 50px;
    padding-left: 1px;
}
.nevda-bar-line-chart {
    width: 600px;
}

.nonCursorGrid .k-grid .k-grid-content tr {
    cursor:default;
}

.nonCursorGrid.k-grid .k-grid-content tr {
    cursor:default;
}

.form-layout {
    padding: 15px;
}

.div-error {
    border: 1px solid #b94a48;
}

.nevdaStyle .form-group {
    margin-bottom:1px;
}

.nevdaStyle #content .navbar {
    margin-bottom:10px;
}

/*.nevdaStyle #content .col-xs-1, .nevdaStyle #content .col-sm-1, .nevdaStyle #content .col-md-1, .nevdaStyle #content .col-lg-1, .nevdaStyle #content .col-xs-2, .nevdaStyle #content .col-sm-2, .nevdaStyle #content .col-md-2, .nevdaStyle #content .col-lg-2, .nevdaStyle #content .col-xs-3, .nevdaStyle #content .col-sm-3, .nevdaStyle #content .col-md-3, .nevdaStyle #content .col-lg-3, .nevdaStyle #content .col-xs-4, .nevdaStyle #content .col-sm-4, .nevdaStyle #content .col-md-4, .nevdaStyle #content .col-lg-4, .nevdaStyle #content .col-xs-5, .nevdaStyle #content .col-sm-5, .nevdaStyle #content .col-md-5, .nevdaStyle #content .col-lg-5, .nevdaStyle #content .col-xs-6, .nevdaStyle #content .col-sm-6, .nevdaStyle #content .col-md-6, .nevdaStyle #content .col-lg-6, .nevdaStyle #content .col-xs-7, .nevdaStyle #content .col-sm-7, .nevdaStyle #content .col-md-7, .nevdaStyle #content .col-lg-7, .nevdaStyle #content .col-xs-8, .nevdaStyle #content .col-sm-8, .nevdaStyle #content .col-md-8, .nevdaStyle #content .col-lg-8, .nevdaStyle #content .col-xs-9, .nevdaStyle #content .col-sm-9, .nevdaStyle #content .col-md-9, .nevdaStyle #content .col-lg-9, .nevdaStyle #content .col-xs-10, .nevdaStyle #content .col-sm-10, .nevdaStyle #content .col-md-10, .nevdaStyle #content .col-lg-10, .nevdaStyle #content .col-xs-11, .nevdaStyle #content .col-sm-11, .nevdaStyle #content .col-md-11, .nevdaStyle #content .col-lg-11, .nevdaStyle #content .col-xs-12, .nevdaStyle #content .col-sm-12, .nevdaStyle #content .col-md-12, .nevdaStyle #content .col-lg-12 {
    padding:0px;
}*/

.col-xs-6 .col-xs-6, .col-xs-6 .col-xs-4, .col-xs-6 .col-xs-8, .col-xs-8 .col-xs-4, .col-xs-8 .col-xs-6, .col-xs-12 .col-xs-4 {
    padding:0;
}

.nevdaStyle .formly-field .col-xs-7, .nevdaStyle .formly-field .col-xs-7, .nevdaStyle .formly-field .col-xs-5, 
.nevdaStyle .formly-field .col-xs-7, .nevdaStyle .formly-field .col-xs-9, .nevdaStyle .formly-field .col-xs-11{
    padding:0;
}

.form-horizontal .col-xs-6 .form-group {
    margin:1px;
}

.nevdaStyle #content h2 {
    color:#3a3633;
    font: bold 12px Arial;
    border-bottom:none;
    padding: 10px 0 10px 0;
    margin:0;
    letter-spacing:normal;
}

.nevdaStyle .dottedLine {
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
    padding-bottom:5px;
}

.nevdaStyle .page-title {
    margin-bottom:14px;
}

.nevdaStyle div > label {
    color:#797979;
}

.nevdaStyle .k-link:link, .nevdaStyle .k-link:visited, .nevdaStyle .k-nav-current.k-state-hover .k-link, .nevdaStyle .k-header {
    color:#333333;
}

.nevdaStyle .form-control.input-sm {
    height: 26px;
}

.nevdaStyle .h28 {
    height: 28px;
}

.nevdaStyle .k-picker-wrap .k-input {
    height: 19px;
}

/*, .nevdaStyle .k-textbox>input, .nevdaStyle .k-autocomplete .k-input, .nevdaStyle .k-picker-wrap .k-input, .nevdaStyle .k-numeric-wrap .k-input, .nevdaStyle .k-dropdown-wrap .k-input, .nevdaStyle .k-selectbox .k-input*/


.nevdaStyle .page-title {
    background: #d3d4d6;
    height: 24px;
    padding:4px;
    margin:0 0 5px 0;
}

.nevdaStyle .page-title span {
    font-size:14px;
    vertical-align:0;
}

.nevdaStyle h1 {
    font-size:14px;
    font-weight:bold;
    letter-spacing: normal;
}

.nevdaStyle h2, .nevdaStyle h3 {
    font-size:14px;
    font-weight:bold;
    letter-spacing: normal;
    margin:10px 0
}

.nevdaStyle #content {
    padding: 10px 0;
}

.nevdaStyle .btn {
    height:25px;
    font-size:11px;
    line-height:none;
    box-shadow:none;
}

.nevdaStyle .btn-sm {
    padding: 0 10px 0;
}

.nevdaStyle .btn-default {
    background-color: #dadada;
    border: 1px solid #797979;
}

.nevdaStyle .nav-tabs {
    border-bottom: 2px solid #3399ff;
}

.nevdaStyle .nav-tabs > li > a {
    background:none;
    box-shadow:none;
    border:none; 
    cursor:pointer;
}

.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('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RURGREM2QzFFQzhCMTFFMzg1RkNBNDgxODZENTlDRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RURGREM2QzJFQzhCMTFFMzg1RkNBNDgxODZENTlDRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFREZEQzZCRkVDOEIxMUUzODVGQ0E0ODE4NkQ1OUNEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFREZEQzZDMEVDOEIxMUUzODVGQ0E0ODE4NkQ1OUNEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvwkzEkAAAB1SURBVHjaYvj//z8DLly84+9/k5n//y+78Os/PnWMIAIbyN327//xJ0xgNiMQF5n/ZojUZ2XEpharIcgGwBXiMQjDEGwGEDIIxRB8BuAzCG4IMQbgMghsCCkGYDOIZf/dX/9PPGFjIBWA3N93khVI/v4PEGAA70F4zA/0jAYAAAAASUVORK5CYII=') /*images/sm-arrow.png*/ no-repeat 50% 98%;
    box-shadow:none;
    border:none;
}

.nevdaStyle .grid-button-group-block {
    background:#e4e4e4;
    padding:2px;
    margin-top:0;
}

/*----------------------------------------------------------------------------------------
     ----------- Logino klases 
----------------------------------------------------------------------------------------*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 400px;
}

div.evd-login {
  height: 50%;
  border-bottom: 12px solid #F8B000;
  background-color: #FFFFFF;
}

div.evd-login .evd-h1-sm {
  font-size: 20px !important;
  font-weight: normal;
}

div.evd-login .evd-mt-sm {
  margin-top: 20px;
}

div.evd-login .evd-mt-md {
  margin-top: 40px;
}

div.evd-login .evd-mt-lg {
  margin-top: 80px;
}

div.evd-login form.evd-login label {
  font-size: 14px;
  font-weight: normal;
  padding-top: 2px !important;
  text-align:right;
}

div.evd-login form.evd-login input,
div.evd-login form.evd-login button {
  border-radius: 2px;
  height: auto;
}

div.evd-login form.evd-login input {
  font-size: 14px;
  padding: 2px;
}

div.evd-login form.evd-login button {
  font-size: 12px;
  padding: 3px 15px ;
  background-color: #CFCFCF;
  border: 1px solid #A7A7A7;
}

footer.evd-login-copyright {
  position: fixed;
  height: 27px;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 11px;
  padding-left: 13px;
  background-color: transparent !important;
}

footer.evd-login-copyright > div {
  margin-top: 6px;
}

/*----------------------------------------------------------------------------------------
     ----------- END Logino klases 
----------------------------------------------------------------------------------------*/

.nevdaStyle #header {
    background:#5c5c5c;
    border-bottom: 3px solid #f7ac00;
}

#slogan {
    font-family:Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size:18px;
    font-weight:normal;
    white-space:nowrap;
    color:#FFFFFF;
}

.nevdaStyle #logo-group {
    padding: 11px 0 0 10px;
}

.nevdaStyle .btn-header > :first-child > a, .nevdaStyle .header-search > input[type="text"] {
    margin-top: 8px;
}

.manoMainFilter label {
    padding-top:5px;
}

.manoMainFilter {
    background: #e4e4e4;
    margin: 3px 0 0 0;
    padding: 2px 0 0 0;
}

.loginWrapper, .row.titlePage {
    margin:0;
    padding:0;
}

.table-condensed > tbody > tr > th {
    background:#e4e4e4;
    font-weight:normal;
}

.nevdaStyle .form-horizontal .control-label {
    text-align:left;
}

.nevdaStyle .wellRange {
    padding:5px; 
    margin: 0 0 5px 0;
}

.w312 .k-widget.k-dropdown {
    width:312px;
}

#uzimtumoLentele .input.ng-invalid {
    border:1px solid;
}

footer.nevda-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nevda-copyright {
  height: 25px;
  color: #000000;
  font-size: 11px;
  padding-left: 13px;
  padding-top: 5px;
  background-color: #e4e4e4 !important;
}

.savaitgalis {
    background:#dadada;
}

#uzimtumoLentele .input {
    background:none;
    border:0;
    width:30px;
}

#scrollableTimeTable {
    overflow: auto;
    height: 100px;
    display: block;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#scrollableTimeTable .divCell {
    border: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.nevdaStyle .k-state-selected {
	border-color: #157EBD !important;
	background: none;
    color: #666666;
}

.nevdaStyle .k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0.4em 0.6em;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.nevdaStyle .k-grid .k-state-focused {
    background:none;
    box-shadow:none;
}

.nevdaStyle .k-state-selected td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #157EBD !important;
    border-top: 1px solid #157EBD !important;
}

.nevdaStyle .k-grid-content tr {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor:pointer;
}

.nevdaStyle .k-grid-content tbody:last-child td {
    border-bottom: 1px solid #E3E3E3;
}

.nevdaStyle .k-grid-content td:first-child {
    border-left: 8px solid #E3E3E3;
}

.nevdaStyle .k-state-selected td:first-child {
    border-left: 8px solid #157EBD;
}

.alert-nevda {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  background-color: #f2f2f2;
}

.alert-nevda-close {
  position:fixed; 
  right:10px;
}

.alert-nevda.warning { 
  border-bottom: 2px solid #c09853;
  padding: 5px;
}

.alert-nevda.warning > #icon { 
  color: #c09853;
}

.alert-nevda.error { 
  border-bottom: 2px solid #b94a48;
  padding: 5px;
}
.alert-nevda.error > #icon { 
  color: #b94a48;
}

.alert-nevda.success { 
  border-bottom: 2px solid #468847;
  padding: 5px;
}

.alert-nevda.success  > #icon { 
  color: #468847;
}

.alert-nevda.info { 
  border-bottom: 2px solid #c6d0de;
  padding: 5px;
}

.alert-nevda.info > #icon { 
  color: #c6d0de;
}

/* = 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
----------------------------*/