﻿@charset "UTF-8";

/* ******************************************
*         !!!  T E M P O R A R Y  !!!
******************************************* */

/* KVOLI IE */
template {
    display: none;
}
.margins {
    margin-bottom: 15px;
    margin-top: 30px;
}

.margins-first-level {
    margin-bottom: 30px;
    margin-top: 30px;
}

.title-margin {
    margin-bottom: 30px;
}

#borderLeft {
    border-left: 5px solid #DEE0E2;
    position: absolute;
    top: 0;
    bottom: 16px;
    left: 0;
}

.padding-pipe:last-child > #borderLeft {
    bottom: 0px;
}

.padding-pipe {
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #DEE0E2;
}

.padding-pipe:last-child {
    border-bottom: none;
}

.label-inline {
    display: inline;
    font-weight: bold;
}

.govuk-span {
    word-wrap: break-word;
}

/*body {
    margin: 0;
    padding: 10px;
    background-color: #ffffff;
    font-family: "nta", Arial, sans-serif;
    overflow-y: scroll;
    width: 1024px;
    margin: 0px auto 50px auto !important;
    display: block;
    font-size: 19px
}*/

body {
    margin: 0;
    padding: 10px;
    background-color: #ffffff;
    font-family: "nta", Arial, sans-serif;
    overflow-y: scroll;
    margin: 0px 23% 50px 23% !important;
    display: block;
    font-size: 19px;
}

@media (max-width: 992px) {
    body {
        margin: 0px 5% 50px 5% !important;
    }
}

a {
    text-decoration: none;
    color: #202020;
    font-size: inherit;
    font-weight: 600;
}

    a:hover {
        color: #ff4500
    }

button,
button.parent {
    border: none;
    padding: 8px 15px;
    background-color: #cc0000;
    color: #ffffff;
    font-size: 14px;
    margin: 0 2px;
    font-weight: lighter;
}

    button.parent {
        background-color: #ff4500;
    }

    button:hover {
        cursor: pointer;
        background-color: #404040;
    }

    button:disabled {
        opacity: 0.35;
        cursor: not-allowed;
    }

.main-page-content {
    display: block;
}

    .main-page-content li {
        padding: 2px 0;
        list-style: none;
        list-style-type: decimal;
    }

    .main-page-content h2 {
        padding-left: 44px;
    }

        .main-page-content h2::before {
            width: 26px;
            height: 26px;
            background-image: url("../images/logo.svg");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: 26px 26px;
            position: absolute;
            content: '';
            left: 21px;
        }

.menu-list {
    font-size: 18px;
}

.status-red {
    color: #cc0000;
}

.status-green {
    color: #008000;
}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox mensie od 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera mensie od 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*************************************
*  Overloads
 *************************************/


/* sticky title (kvoli wizard scroll animaciam)  */
.govuk-page-title {
    width: 100%;
    text-align: left;
    z-index: 9;
    background-color: #ffffff;
    position: fixed;
    top: 0;
}

.govuk-breadcrumbs .govuk-heading-l {
    margin-bottom: 10px;
}

/* koniec sticky title */

.govuk-table .govuk-button {
    margin: 0;
}

.govuk-breadcrumbs__list-item::before {
    bottom: -3px;
}
/*************************************
*  UK>ID OVERLOADS
 *************************************/
.govuk-autocomplete {
    display: block;
    width: 100%;
    position: relative
}
.govuk-form-group--error {
    padding-left: 15px !important;
    border-left: 5px solid #b10e1e !important;
}

.govuk-autocomplete.govuk-form-group--error {
    width: calc(100% - 20px);
}

.govuk-autocomplete-options {
    background-color: #FFFFFF;
    border: 2px solid #0b0c0c;
    border-radius: 0;
    border-top: 0;
    display: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    width: calc(100% - 4px); /* 4px border */
    z-index: 99;
}

.govuk-form-group--error .govuk-autocomplete-options {
    width: calc(100% - 4px - 15px);
}

.govuk-autocomplete-options li {
    color: #0b0c0c;
    border-bottom: 1px solid #b1b4b6;
    display: block;
    font-family: nta, Arial, sans-serif;
    font-size: 1.1875rem;
    line-height: 1.31579;
    padding: 5px 10px;
    width: calc(100% - 20px);
}

    .govuk-autocomplete-options li:last-of-type {
        border-bottom-width: 0;
    }

    .govuk-autocomplete-options li.selected {
        background-color: #1d70b8;
        border-color: #1d70b8;
        color: #ffffff;
    }

    .govuk-autocomplete-options li:hover {
        background-color: #1d70b8;
        border-color: #1d70b8;
        color: #ffffff;
        cursor: pointer;
    }

.govuk-autocomplete-options.visible {
    display: block;
}

.govuk-accordion__section--disabled {
    background-color: #f3f2f1;
}

    .govuk-accordion__section--disabled .govuk-accordion__section-header,
    .govuk-accordion__section--disabled .govuk-accordion__section-header .govuk-accordion__section-button {
        color: #6f777b;
        cursor: not-allowed;
    }

.govuk-back-link--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

    .govuk-back-link--disabled:focus {
        background-color: white;
        outline: none;
    }

/*************************************
*  Overlays
 *************************************/
.govuk-page-overlay {
    -webkit-animation: fadein 0.45s;
    animation: fadein 0.45s;
    background-color: rgba(10, 10, 10, 0.75);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}

    .govuk-page-overlay.hide {
        -webkit-animation: fadeout 0.45s;
        animation: fadeout 0.45s;
    }


.govuk-page-overlay-content {
    -webkit-animation: fadein 0.45s;
    animation: fadein 0.45s;
    background-color: #ffffff;
    display: inline-block;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    min-height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 100%;
}

.govuk-page-overlay-content-body {
    padding-left: 50px;
    padding-right: 50px;
    height: calc(100% - 200px);
    overflow-y: auto;
}

.govuk-page-overlay-content-buttons {
    margin-left: 50px;
}

.govuk-page-overlay-content-header {
    margin-left: 50px;
    margin-right: 50px;
}

.govuk-wizard-legend {
}



.govuk-page-overlay-content .header {
}

.govuk-page-overlay-content .body {
}

.govuk-page-overlay-content .footer {
}

/* Obsolete */

.overlay {
    -webkit-animation: fadein 1s;
    animation: fadein 1s;
    background-color: #ffffff;
    height: auto;
    left: 50%;
    max-height: 80%;
    max-width: 90%;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

/*************************************
*  Timeline
 *************************************/

/* DOROBIT RESPONSIVNU VERZIU */

.govuk-timeline {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 10px;
}

    .govuk-timeline section {
        padding: 0 0 25px 25px;
        margin-bottom: 10px;
    }

    .govuk-timeline section {
        border-left: solid 5px #BFC1C3;
    }

        .govuk-timeline section h2 {
            color: #000000;
            font-size: 19px;
            font-weight: 600;
        }

        .govuk-timeline section h1 {
            line-height: 1.0;
        }

            .govuk-timeline section h1::before {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background-color: #ffffff;
                border: solid 5px #BFC1C3;
                left: -1px;
            }

        .govuk-timeline section.govuk-timeline-error h1::before {
            border: solid 5px #D4351C;
        }

        .govuk-timeline section.govuk-timeline-error {
            border-left: solid 5px #D4351C;
        }

        .govuk-timeline section.govuk-timeline-pending h1::before {
            border: solid 5px #1D70B8;
        }

        .govuk-timeline section.govuk-timeline-pending {
            border-left: solid 5px #1D70B8;
        }

        .govuk-timeline section.govuk-timeline-completed h1::before {
            border: solid 5px #00703C;
        }

        .govuk-timeline section.govuk-timeline-completed {
            border-left: solid 5px #00703C;
        }

        .govuk-timeline section.govuk-timeline-warning h1::before {
            border: solid 5px #f47738;
        }

        .govuk-timeline section.govuk-timeline-warning {
            border-left: solid 5px #f47738;
        }

        .govuk-timeline section.govuk-timeline-postponed h1::before {
            border: solid 5px #d53880;
        }

        .govuk-timeline section.govuk-timeline-postponed {
            border-left: solid 5px #d53880;
        }

/*************************************
*  Wizard overloads
 *************************************/

.govuk-wizard {
    margin-bottom: 80px;
    width: 100%;
    left: 0px;
}

    .govuk-wizard:after {
        content: "";
        display: table;
        clear: both;
    }

.govuk-slide-box {
    z-index: 1;
}

/*
.govuk-wizard .govuk-slide-box.scroll-up {
    -webkit-animation: slide-up 0.35s ease-out;
    animation: slide-up 0.35s ease-out;
}


.govuk-wizard .govuk-slide-box.scroll-down {
    -webkit-animation: slide-down 0.35s ease-out;
    animation: slide-down 0.35s ease-out;
}
*/

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


@keyframes slide-up {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}



.govuk-wizard .govuk-wizard-steps {
    float: left;
    width: calc(70% - 20px);
    margin-top: -25px;
    margin-left: 20px;
}

.govuk-wizard .govuk-wizard-legend {
    position: relative;
    float: left;
    width: calc(30% - 50px);
    padding: 0px;
    margin-left: -10px;
    margin-right: 50px;
}

.govuk-wizard .govuk-wizard-legend-item {
}

    .govuk-wizard .govuk-wizard-legend-item.selected {
        background-color: #e8e8e8;
    }


        .govuk-wizard .govuk-wizard-legend-item.selected:hover {
            background-color: #d0d0d0;
        }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item:hover,
    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item.selected:hover {
        color: #000000;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item {
        border-left: solid 5px #BFC1C3;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-error {
        border-left: solid 5px #D4351C;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-pending {
        border-left: solid 5px #1D70B8;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-completed {
        border-left: solid 5px #00703C;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-warning {
        border-left: solid 5px #f47738;
    }

    .govuk-wizard .govuk-wizard-legend-item.govuk-wizard-legend-item-status-postponed {
        border-left: solid 5px #d53880;
    }

/*************************************
*  Bottom buttons
 *************************************/
.wd-buttons {
    position: fixed;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    float: left;
    background-color: #efefef;
    padding-top: 20px;
    border-top: solid 1px #000000;
    padding: 0px;
    padding-left: 50px;
}

    .wd-buttons button, .wd-buttons input {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.govuk-form-group {
    margin-bottom: 30px;
    margin-top: 30px;
}

.govuk-form-group-readOnly {
    margin-bottom: 15px;
    margin-top: 15px;
}

.govuk-button {
    /*margin-top: 20px;*/
}

input.govuk-button {
    padding-top: 2px;
    padding-bottom: 3px;
}

.table-checkbox, .table-button {
    width: 30px;
}

.section-inside {
    display: block;
    padding-left: 50px;
    border-left: 5px solid #c6c6c6;
}

.dtc-listbox {
    width: 100%;
    margin: 50px 0;
}

.govuk-table__cell .govuk-checkboxes__item {
    margin-left: 13px;
}

tr.govuk-table-row-error {
    border-left: solid 5px #b10e1e;
}

.validation-list {
    padding-left: 0;
}

.validation-error-item {
    border-left: solid 5px #b10e1e;
    list-style-type: none;
    color: #b10e1e;
    padding: 0 8px 0 10px;
}

    .validation-error-item.selected,
    .validation-error-item:hover {
        background-color: #ffe6e6;
        cursor: pointer;
    }

.govuk-label--xl {
    font-size: 48px;
    font-size: 1.5rem;
    line-height: 1.04167;
}

table button {
    float: right
}

caption.hidden {
    display: none
}

table th:first-child {
    width: 60px;
}

.govuk-date-input .govuk-form-group {
    margin-top: 0px;
}

.govuk-breadcrumbs {
    border-bottom: 1px solid #c6c6c6;
    display: block;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.govuk-table__caption {
    font-size: 19px;
    font-weight: 400;
}


.govuk-checkboxes__item {
    font-family: "GDS Transport",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left
}

@media print {
    .govuk-checkboxes__item {
        font-family: sans-serif
    }
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__item {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579
    }
}

@media print {
    .govuk-checkboxes__item {
        font-size: 14pt;
        line-height: 1.15
    }
}

.govuk-checkboxes__item:last-child, .govuk-checkboxes__item:last-of-type {
    margin-bottom: 0
}

.govuk-checkboxes__input {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0
}

.govuk-checkboxes__label {
    display: inline-block;
    margin-bottom: 0;
    /*padding: 8px 15px 5px;*/
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

    .govuk-checkboxes__label::before {
        content: "";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border: 2px solid currentColor;
        background: transparent
    }

    .govuk-checkboxes__label::after {
        content: "";
        position: absolute;
        top: 11px;
        left: 9px;
        width: 18px;
        height: 7px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: solid;
        border-width: 0 0 5px 5px;
        border-top-color: transparent;
        opacity: 0;
        background: transparent
    }

.govuk-checkboxes__hint {
    display: block;
    padding-right: 15px;
    padding-left: 15px
}

.govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    border-width: 4px;
    -webkit-box-shadow: 0 0 0 3px #fd0;
    box-shadow: 0 0 0 3px #fd0
}

.govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
    opacity: 1
}

.govuk-checkboxes__input:disabled, .govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
    cursor: default
}

    .govuk-checkboxes__input:disabled + .govuk-checkboxes__label {
        opacity: .5
    }

.govuk-checkboxes__conditional {
    margin-bottom: 15px;
    margin-left: 18px;
    padding-left: 33px;
    border-left: 4px solid #b1b4b6
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes__conditional {
        margin-bottom: 20px
    }
}

.js-enabled .govuk-checkboxes__conditional--hidden {
    display: none
}

.govuk-checkboxes__conditional > :last-child {
    margin-bottom: 0
}

.govuk-checkboxes--small .govuk-checkboxes__item {
    margin-bottom: 0;
    padding-left: 34px;
    float: left
}

    .govuk-checkboxes--small .govuk-checkboxes__item:after {
        content: "";
        display: block;
        clear: both
    }

.govuk-checkboxes--small .govuk-checkboxes__input {
    left: -10px
}

.govuk-checkboxes--small .govuk-checkboxes__label {
    margin-top: -2px;
    padding: 13px 15px 13px 1px;
    float: left
}

@media (min-width: 40.0625em) {
    .govuk-checkboxes--small .govuk-checkboxes__label {
        padding: 11px 15px 10px 1px
    }
}

.govuk-checkboxes--small .govuk-checkboxes__label::before {
    top: 8px;
    width: 24px;
    height: 24px
}

.govuk-checkboxes--small .govuk-checkboxes__label::after {
    top: 15px;
    left: 6px;
    width: 9px;
    height: 3.5px;
    border-width: 0 0 3px 3px
}

.govuk-checkboxes--small .govuk-checkboxes__hint {
    padding: 0;
    clear: both
}

.govuk-checkboxes--small .govuk-checkboxes__conditional {
    margin-left: 10px;
    padding-left: 20px;
    clear: both
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
    -webkit-box-shadow: 0 0 0 10px #b1b4b6;
    box-shadow: 0 0 0 10px #b1b4b6
}

.govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
    -webkit-box-shadow: 0 0 0 3px #fd0,0 0 0 10px #b1b4b6;
    box-shadow: 0 0 0 3px #fd0,0 0 0 10px #b1b4b6
}

@media (hover: none), (pointer: coarse) {
    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
        -webkit-box-shadow: initial;
        box-shadow: initial
    }

    .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
        -webkit-box-shadow: 0 0 0 3px #fd0;
        box-shadow: 0 0 0 3px #fd0
    }
}

/*h1 { 
    font-size: 34px !important 
}*/

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}
.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 999;
    text-align: center;
}

.spinner {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 100%;
    content: url('spinner.gif');
}


.govuk-form-group.required .govuk-fieldset__legend:after {
    content: "" !important;
    color: #b10e1e;
}

.heading-small
{
	font-size: 20px;
}

.govuk-page-title
{
	white-space: nowrap;
    	text-overflow: ellipsis;
}

.displayNone {
	display:none;	
}



/* pouziteie wizard step */

.govuk-wizard-step {
	margin: 0px auto;
	width:1100px;
}

.govuk-wizard-step .govuk-wizard-legend, .govuk-wizard-step .govuk-wizard-steps{
	float:none;

}

.govuk-wizard-step .govuk-wizard-steps
{
	margin-left:0px;
}

.govuk-page-inline-content-buttons
{
	margin-top:20px;
}



/*
    html {
        zoom: 2;
        background-color:red;
    }

    .wd-buttons {
        position: relative;
        bottom: 0;
        left: 0px;
        display: block;
        width: 100%;
        float: left;
        background-color: #efefef;
        padding-top: 20px;
        border-top: solid 1px #000000;
        padding: 0px;
    }

        .wd-buttons button, .wd-buttons input {
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100%;
        }

    
*/


.unit-buttons {
    position: fixed;
    top: 0px;
    right: 0px;
    display: block;
    width: 250px;
    float: left;
}

    .unit-buttons button, .unit-buttons input {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-bottom: 2px;
        background: red;
    }