@import url("/css/ProbaNav2.1/stylesheet-probanav2.css");
@import url("https://cdn.a3.kyiv.ua/ProbaNav2.1/stylesheet-probanav2.css");

:root {
    /*Colors*/

    /*Blue*/
    --primary-color: hsla(150, 87%, 41%, 1);
    --primary-color-hover: hsla(150, 87%, 41%, 0.6);


    /*Fonts*/
    --font-text: "proba_nav2", sans-serif;
    --font-title: "proba_nav2", sans-serif;
}

html, body {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 18px;
}

h1, h2, h3, h4 {
    font-weight: 700;
    font-family: var(--font-title);
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;

}


h1 sup {
    font-weight: 400;
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #0EC269;
}

a:hover {
    text-decoration: none;
    color: #00EB77;
}

span.type {
    font-size: 90%;
}


.row.block {
    margin: 0 auto;
}

.signForm {
    background-color: #222242;
    border-radius: 10px;
    padding: 20px 40px;
    height: 215px;
}

.signForm.Name {
    width: 600px;
}


.signForm.Number {
    margin-left: 50px;
    width: 215px;
}

input.streetName,
input.streetType,
input.streetLatin,
input.buildingNumber,
input.buildingNumberLeft,
input.buildingNumberRight {
    text-align: left;
    border: none;
    background: 0 0;
    resize: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(215, 215, 255, 0.35);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(215, 215, 255, 0.35);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(215, 215, 255, 0.35);
}

.streetName, .streetType, .streetLatin, .buildingNumber {
    width: 100%;
}

.streetName:focus, .streetType:focus, .streetLatin:focus {
    outline: none;
}

.streetName {
    font-weight: 600;
    font-size: 80px;
    /*    position: absolute;
        display: flex;
        top:0;*/
}

.buildingNumber {
    font-weight: 600;
    font-size: 120px;
    text-align: center;
}

.streetType,
.streetLatin,
.buildingNumberLeft,
.buildingNumberRight {
    font-size: 35px;
}


/*  .streetType {
    position: absolute;
    display: flex;
    top:0;
  }

  .streetLatin {
    position: absolute;
    display: flex;
    top:0;
  }*/


.buildingNumberLeft,
.buildingNumberRight {
    width: 45%;
}

.signline {
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: flex;
}

ul {
    padding-left: 1em;
}

li {
    margin-bottom: 0.3em;
}

nav ul li {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.2;
}

nav ul li a {
    border-left: #FFFFFF solid 4px;
    padding: 5px 8px 3px;
}

nav ul li.active a{
    border-left-color: var(--primary-color);
}

.street-sign {
    margin-top: 60px;
}

.street-sign-comment {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 0.8rem;
    color: #888888;
}


.template-form .template-form-item {
    display: none;
    float: left;
}

.template-form .template-form-item input {
    width: 100%;
    text-align: left;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background: 0 0;
    resize: none;
    padding: 3px 8px;
    font-family: proba_nav2, sans-serif;
}

.template-form .template-form-item.street-name {
    width: 39%;
    padding-right: 2%;
}

.template-form .template-form-item.street-type {
    width: 18%;
    padding-right: 2%;
}

.template-form .template-form-item.street-translit {
    width: 39%;
}

.template-form .template-form-item #street-house {
    text-align: center;
}

.template-form .template-form-item.active {
    display: block;
}

.template-form .template-form-item label {
    display: block;
    font-size: 0.8rem;
    color: #222222;
    margin: 6px 0 2px;
    font-weight: 700;
}

.street-sign-template {
    display: none;
    padding: 40px;
    border-radius: 6px;
    background: linear-gradient(0, #121441 50%, #34355c);
    border-bottom: 5px solid #000000;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    margin-bottom: 40px;
}

.street-sign-template.active {
    display: block;
}

.street-sign-template .template-item {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

.street-sign-template .template-item > span {
    font-size: 65%;
}

.street-sign-template .template-item > span > span {
    font-size: 65%;
}

.template-container .splitter {
    height: 2px;
    background-color: #FFFFFF;
}

.template-container > .splitter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.template-container .street-arrow {
    width: 48%;
}

.template-container .street-arrow.street-arrow-left {
    float: left;
}

.template-container .street-arrow.street-arrow-left .template-item {
    text-align: left;
}

.template-container .street-arrow.street-arrow-right {
    float: right;
}

.template-container .street-arrow.street-arrow-right .template-item {
    text-align: right;
}

.template-container .street-arrow .street-arrow-block {
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 7px;
    margin: 4px 0;
}

.template-container .street-arrow.street-arrow-left .street-arrow-block {
    background-image: url("/i/arrow-white-left.png");
    background-position: left center;
}

.template-container .street-arrow.street-arrow-right .street-arrow-block {
    background-image: url("/i/arrow-white-right.png");
    background-position: right center;
}

.template-container .template-item.street-building {
    margin-bottom: -5.5% !important;
}

.group-house {
    float: left;
    width: 140px;
    margin-right: 80px;
}

.group-house input {
    width: 100%;
}

.template-form-item.street-arrow-left {
    float: left;
    width: 55px;
}

.template-form-item.street-arrow-right {
    width: 55px;
    float: right;
    text-align: right;
}

.template-form-item.street-arrow-right input {
    text-align: right;
}

.template-preview {
    padding-top: 30px;
    overflow: hidden;
}
.template-preview canvas {
    border-radius: 5px;
}

.nav-link.header {
    padding-right: 0;
    padding-left: 0;
    margin-right: 2em;
    font-size: 16px;
}

.nav-link.active.header {
    border-bottom: 3px solid #0EC269; 
    color: #222222;
}

.nav-item.left {
    font-size: 16px;
    padding: 0.3rem 0 0.4rem 0;
    border-left: #FFFFFF solid 4px;
}

.nav-item.left.header {
    font-weight: 700;
}

.nav-item.left.active > a {
    color: #222222;
    border-left-color: #0EC269;
    cursor: default;
}

.nav-link.disabled{
    color: #a1a1a1;
}

.label-header {
    font-weight: 700
}

/*Likely styles*/

.likely .likely__widget {
    /*background: none;*/
    font-family: proba_nav2, sans-serif;
    font-size: 14px;
}
.likely .likely__button {
    padding: 2px 4px 1px 2px;
}

.likely .likely__counter {
    padding: 2px 4px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-top: 7px;
}

.feedback {
    font-size: 13px;
    line-height: 1em;

    padding: 1.75px 13px 0 0;
    color: #a1a1a1;
}

.a3 {
    /*text-decoration: underline;*/
    border-bottom: 0.4px solid;
}

input:focus {
    outline: none;
}

.easy-autocomplete-container:focus {
    outline: none;
}
.easy-autocomplete-container {
    margin: 0;
    border-radius: 10px;
    outline: none;
}
#eac-container-street-name {
    width: 710px;
}
#eac-container-street-type {
    width: 100%;
}

.easy-autocomplete-container ul {
    /*top: 130px;*/
    background-color: rgba(255,255,255,1);
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 rgba(235,235,255,1);
}

.soon-badge {
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    padding: 3px 4px 1px;
    margin: 0 0 0 5px;
    color: #a1a1a1;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.doc-shadow {
    box-shadow: 0 15px 20px 0 rgba(0,54,91,0.10);
}

.caption {
    font-size: 14px;
}

.grey {
    color: #aaa;
}

.bold {
    font-weight: 700;
}

table {
    font-size: 16px;
    margin: 1em 0 2em 0;
}

.borderless td, .borderless th {
    border: none;
}

.code {
    font-family: 'Fira Code', monospace;
    font-size: 0.85rem;
}

.dropzone {
    border:dashed 1px #A1A1A1;
    color: #bdbdbd;
    border-radius: 10px;
}

.dz-message {
    padding: 1em;
}

@media only screen and (max-width: 1200px) {
    #eac-container-street-name {
        width: 595px;
    }
}

@media only screen and (max-width: 992px) {
    #eac-container-street-name {
        width: 441px;
    }
}