
.popup-content .text-pop p.blue-text {
    white-space: pre-line !important;
}

​​​​
header.mpp-head {
    margin-bottom: 50px !important;
}

.mpp-nav .bot-bar {
    background: none;
    border-top: 1px solid #eee;
}

.header-logo-box {
    position: absolute;
    bottom: -35px;
    left: 5%;
}

    .header-logo-box.scroll-logo {
        position: absolute;
        bottom: 0px;
    }

        .header-logo-box.scroll-logo img {
            width: 75px;
            transition: .5s linear;
        }

.content-home {
    position: relative;
    max-width: 1920px;
    margin: 0 auto 65px;
}

.info-box {
    color: #223965;
    background: #fff;
    padding: 40px 40px 40px 0;
    width: 665px;
    min-height: 260px;
    position: absolute;
    bottom: 170px;
}

.content-home.reverse-home .info-box {
    right: 20px;
    padding: 40px 0px 40px 40px;
}

.main-class h1, .info-box h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    color: #223965;
    margin-bottom: 20px;
}

.main-class p, .info-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
}

.btn-blue {
    font-size: 14px;
    background: #223965;
    color: #fff;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

.info-box .btn-blue {
    margin-right: 20px;
}

.content-home.reverse-home .home-img {
    text-align: left;
}

.home-img {
    text-align: right;
}

    .home-img img {
        object-fit: cover;
        width: 52%;
        height: 660px;
        object-position: left;
    }

    .home-img.first-home-img img {
        width: 56%;
    }

.gray-section {
    background: #EFEFEF;
    padding: 70px 0;
}

.gray-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gray-box {
    background: transparent;
    width: 48%;
}

    .gray-box.box-left.info-box {
        padding: 0;
    }

    .gray-box.box-right.info-box {
        padding: 0;
    }








.add-position {
    margin: 30px 0;
}

    .add-position h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        color: #223965;
        line-height: 59px;
        display: inline-block;
    }

    .add-position h3 {
        font-size: 28px;
        color: #223965;
        display: inline-block;
        float: right;
        margin-top: 20px;
        font-weight: 700;
    }

.ap-line {
    background: #4a4a4a;
    height: 2px;
    margin: 30px 0;
}

.add-position p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
}

.add-inputs {
    width: 50%;
}

.add-text {
    width: 50%;
}

.add-form {
    margin: 50px 0 100px;
}

    .add-form .input-box {
        width: 90%;
        position: relative;
        min-height: 110px;
        margin-bottom: 20px;
    }

    .add-form label {
        display: block;
        font-size: 16px;
        line-height: 20px;
        color: #666;
        margin-bottom: 5px;
    }

    .add-form input {
        background: #fff;
        border: 1px solid #223965;
        height: 50px;
        padding: 0 10px;
        width: calc(100% - 20px);
        font-size: 16px;
        color: #4a4a4a;
    }

    .add-form textarea {
        font-family: 'Montserrat', sans-serif;
        background: #fff;
        border: 1px solid #223965;
        height: 250px;
        padding: 10px;
        width: calc(100% - 20px);
        resize: none;
        font-size: 16px;
        color: #4a4a4a;
    }

    .add-form .num-left, .add-form .text-limit {
        font-size: 12px;
        line-height: 15px;
        text-align: right;
        color: #666666;
        margin-top: 5px;
        margin-bottom: 0;
        float: right;
        display: none;
    }

.blue-dot {
    background: #223965;
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 50%;
}

.add-inputs .blue-dot {
    position: absolute;
    right: -20px;
    top: 45px;
}

.add-form .textarea-box {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.add-text .blue-dot {
    position: absolute;
    right: -20px;
    top: 150px;
}

.add-btns .blue-dot {
    display: inline-block;
    margin-right: 10px;
}

.add-btns p {
    display: inline-block;
}

.add-btns {
    margin-top: 10px;
}

.btns-flex {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.btn.btn-blue2 {
    background: #637599;
    padding: 12px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn.btn-green {
    background: #438E29;
    padding: 12px 20px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn.btn-green2 {
    background: transparent;
    padding: 12px 0px;
    color: #438E29;
    border: none;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

#popup-modal {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.39);
    text-align: center;
    transition: 0.3s all;
}

#popup-modal2 {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.39);
    text-align: center;
    transition: 0.3s all;
}

.popup-modal3 {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.39);
    text-align: center;
    transition: 0.3s all;
}

.popup-content {
    width: 540px;
    height: auto;
    background: #fff;
    text-align: left;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 50px 70px;
}

#popup-modal2 .popup-content {
    width: 1290px;
    height: auto;
    background: #fff;
    text-align: left;
    position: relative;
    display: block;
    margin: 0 auto 200px;
    padding: 50px 70px;
}

.popup-modal3 .popup-content {
    width: 950px !important;
    height: auto;
    background: #fff;
    text-align: left;
    position: relative;
    display: block;
    margin: 0 auto 200px;
    padding: 50px 70px;
}

.popup-modal4 {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.39);
    text-align: center;
    transition: 0.3s all;
}

    .popup-modal4 .popup-content {
        width: 550px !important;
        height: auto;
        background: #fff;
        text-align: left;
        position: relative;
        display: block;
        margin: 0 auto 200px;
        padding: 50px 70px;
    }

#popup-modal5 {
    display: none;
    position: fixed;
    z-index: 20;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.39);
    text-align: center;
    transition: 0.3s all;
}

    #popup-modal5 .popup-content {
        width: 600px !important;
        height: auto;
        background: #fff;
        text-align: left;
        position: relative;
        display: block;
        margin: 0 auto 200px;
        padding: 50px 70px;
        text-align: center;
    }

#popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popup-close2 {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popup-close3 {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popup-close4 {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popup-close5 {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.pop-head {
    margin-bottom: 20px;
}

.popup-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    color: #223965;
    line-height: 59px;
    margin-bottom: 10px;
}

.popup-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #4A4A4A;
    margin-bottom: 30px;
}

.popup-content label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 5px;
}

.popup-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #223965;
    margin-top: 10px;
}

.pop-input {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

    .pop-input input {
        background: #fff;
        border: 1px solid #223965;
        height: 50px;
        padding: 0 10px;
        width: calc(75% - 20px);
        display: inline-block;
    }

.pop-select select {
    background: #fff;
    border: 1px solid #223965;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}

.pop-input .btn-blue {
    display: inline-block;
    float: right;
    padding: 18px 20px;
}

.pop-input .blue-dot {
    position: absolute;
    top: 45px;
    right: 115px;
}

.pop-text {
    margin: 30px 0;
}

    .pop-text p {
        margin-bottom: 5px;
        font-weight: normal;
    }

.pop-select p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

.pop-select {
    position: relative;
    margin-bottom: 20px;
}

    .pop-select .blue-dot {
        position: absolute;
        right: -20px;
        top: 45px;
    }

.btn.btn-gray {
    background: #666666;
    border: none;
    color: #fff;
    padding: 12px 22px;
    cursor: pointer;
}

.btn.btn-gray2 {
    border: none;
    color: #fff;
    padding: 12px 22px;
    cursor: pointer;
    background: #bbbbbb;
    pointer-events: none;
}

.popup-content .add-btns .blue-dot {
    margin-bottom: 20px;
}

.popup-content .add-btns p {
    display: inline-block;
    width: 90%;
    margin-bottom: 10px;
}


.pop-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop-left {
    width: 48%;
}

.pop-right {
    width: 48%;
}

#popup-modal2 .pop-input {
    width: 95%;
}

#popup-modal2 .pop-select {
    margin-bottom: 50px;
    width: 96%;
}

    #popup-modal2 .pop-select select {
        width: 100%;
    }

#popup-modal2 .pop-input input {
    width: calc(100% - 20px);
}

#popup-modal2 .pop-input .upload-box {
    max-width: 100%;
    height: 50px;
}

    #popup-modal2 .pop-input .upload-box input {
        width: calc(100% + 50px);
        top: -25px;
    }

    #popup-modal2 .pop-input .upload-box .btn.btn-blue2 {
        margin: 0;
        display: block;
        position: relative;
        top: 4px;
        left: 4px;
    }

#popup-modal2 .pop-right .pop-input p {
    margin-bottom: 0;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
}


#popup-modal2 .pop-select .blue-dot,
#popup-modal2 .pop-input .blue-dot {
    right: -20px;
}

.pop-flex-small {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#popup-modal2 .pop-flex-small .pop-input {
    width: 48%;
}

.popup-modal3 .pop-head {
    display: flex;
    margin-bottom: 50px;
}

.pop-head .pop-head-img {
    width: 64px;
    height: 64px;
    border: 1px solid #bbbbbb;
    margin-right: 30px;
}

.popup-modal4 .pop-head .pop-head-img {
    margin-bottom: 30px;
}

.popup-modal3 .pop-flex {
    margin-bottom: 30px;
}

.popup-content .text-pop {
    min-height: 90px;
    margin-bottom: 10px;
}

    .popup-content .text-pop p {
        margin-bottom: 5px;
    }

        .popup-content .text-pop p.blue-text {
            font-weight: 700;
            font-size: 18px;
            color: #223965 !important;
        }

.popup-content .pop-right .text-pop {
    min-height: 250px;
}

.popup-modal4 .position-info p {
    color: #223965 !important;
    margin-bottom: 20px;
}

    .popup-modal4 .position-info p img {
        width: 16px;
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.popup-modal4 .position-info .work-place::before {
    margin-right: 0;
}

.popup-modal4 .textarea-box {
    position: relative;
    margin: 40px 0 20px;
}

.popup-modal4 .add-inputs {
    width: 100%;
}

.popup-modal4 .textarea-box textarea {
    width: 100%;
    height: 250px;
}

.popup-modal4 .add-inputs .blue-dot {
    top: 135px;
}

.popup-modal4 .textarea-box .text-limit {
    float: right;
    display: none;
}

.popup-modal4 .textarea-box p {
    display: inline-block;
}




.header-img-box {
    position: relative;
    z-index: 1;
}

    .header-img-box h1 {
        position: absolute;
        bottom: 0;
        color: #fff;
        z-index: 5
    }

    .header-img-box .gradient {
        position: absolute;
        background: rgb(0,0,0);
        background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.40) 100%);
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        height: 280px;
    }

    .header-img-box img {
        width: 100%;
        height: auto;
        /*object-fit: cover;*/
    }

.inside-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

    .inside-page-content ul {
        padding-left: 20px;
        margin-bottom: 40px;
    }

        .inside-page-content ul li {
            list-style-type: disc;
            margin-bottom: 10px;
            font-size: 16px;
            color: #4A4A4A;
            font-weight: 500;
        }

        .inside-page-content ul.accordion {
            padding-left: 0;
            margin-top: 30px;
        }

            .inside-page-content ul.accordion li {
                list-style-type: none;
            }

.page-head-title {
    width: 100%;
}

.content-text {
    width: 70%;
}

    .content-text p {
        text-align: justify;
    }

    .content-text a {
        text-decoration: underline !important;
    }

.content-sidebar {
    width: 25%;
    margin-top: 75px;
}

    .content-sidebar h3 {
        color: #666;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
    }

.sidebar-box {
    margin-bottom: 70px;
}

    .sidebar-box .btn-blue2 {
        margin-bottom: 20px;
    }

.accordion > li .head {
    cursor: pointer;
    display: block;
    position: relative;
    box-sizing: border-box;
    line-height: 27px;
    padding: 15px 80px 15px 36px;
    font-size: 1.28rem;
    color: #253965;
    background: #f8f8f8;
    margin: 3px 0;
    font-weight: 500;
}

    .accordion > li .head span {
        content: "";
        position: absolute;
        background: #253965;
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        right: 24px;
        border-radius: 10px;
    }

.accordion > li .content {
    display: none;
    color: #333;
    font-size: 1.14rem;
    line-height: 24px;
    padding: 40px 35px;
}

.accordion > li .head span:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion > li .head span:after, .accordion > li .head span:before {
    position: absolute;
    width: 12px;
    height: 2px;
    background: #f8f8f8;
    content: "";
    left: calc(50% - 6px);
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.accordion > li .content p {
    margin: 25px 0;
}


.footer-content {
    padding: 40px 0 30px;
    width: 65%;
}

.footer-logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.f-logo-box {
    margin-right: 20px;
}

.footer-text-box p {
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
}

    .footer-text-box p span {
        color: #253965;
        font-weight: 500;
    }

.footer-text-box a {
    font-weight: 500;
}

.mob-logo {
    position: absolute;
    bottom: -4px;
    display: none;
}

    .mob-logo img {
        width: 87px;
    }

.izmeni-box {
    background: #666666;
    padding: 0px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.izmeni-box-text {
    width: 45%;
    padding-left: 5px;
}

    .izmeni-box-text h3 {
        float: none;
        color: #fff;
        margin-bottom: 5px;
        font-size: 20px;
        margin-top: 10px;
    }

    .izmeni-box-text p {
        float: none;
        color: #fff;
        margin-bottom: 10px;
    }

.izmeni-box-btn {
    width: 45%;
    text-align: right;
}

.btn.btn-transparent {
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.izmeni-box-btn .btn.btn-transparent {
    margin-top: 10px;
}

.btns-position {
    margin-top: 30px;
}

    .btns-position .btn-blue {
        margin-right: 20px;
    }

.upload-box {
    border: 1px solid #666;
    overflow: hidden;
    position: relative;
    min-width: 300px;
    max-width: 450px;
    height: 120px;
}

    .upload-box input[type="file"] {
        border: none;
        position: absolute;
        left: -49px;
        top: -23px;
        width: 500px;
        height: 144px;
        cursor: pointer;
    }

    .upload-box .btn.btn-blue2 {
        margin: 45px auto;
        display: block;
    }


/*Aktiviraj / Deaktiviraj*/

.button.b3 {
    position: relative;
    top: 50%;
    width: 214px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
}

.b3 .knobs:before, .b3 .knobs:after, .b3 .knobs span {
    position: absolute;
    top: 4px;
    width: 95px;
    height: 15px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 11px 4px 5px;
}

.b3 .knobs p {
    position: absolute;
    top: 14px;
    left: 100px;
    font-size: 14px;
    color: #666;
}

.b3 .knobs:before {
    content: '';
    left: 4px;
    color: #666;
}

.b3 .knobs:after {
    content: 'Деактивиран';
    right: 4px;
    color: #666;
}

.b3 .knobs span {
    display: inline-block;
    left: 4px;
    color: #448f2a;
    z-index: 1;
}

.b3 .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

    .b3 .checkbox:checked + .knobs span {
        color: #666;
    }

    .b3 .checkbox:checked + .knobs:before {
        left: 104px;
    }

    .b3 .checkbox:checked + .knobs:after {
        color: #000;
        font-weight: 700;
    }



/*Wizard*/

input.invalid {
    background-color: #ffdddd;
}

#regForm .tab {
    display: none;
}

.reg-form-btns {
    overflow: auto;
    padding-top: 30px;
    border-top: 2px solid #000;
    margin-top: 50px;
}

.reg-form-btns-flex .btn.btn-gray {
    float: left;
}

.reg-form-btns-flex .btn-blue {
    float: right;
}

#prevBtn {
    background-color: #bbbbbb;
}

#regForm .form-flex {
    justify-content: space-between;
}

#regForm .add-inputs {
    width: 48%;
}

    #regForm .add-inputs .input-box {
        width: 95%;
    }

.blue-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 50px;
    position: relative;
}

.regform-text {
    margin-bottom: 70px;
}

    .regform-text p {
        color: #4A4A4A;
        text-align: left;
    }



.blue-steps:before {
    content: "";
    position: absolute;
    height: 3px;
    background: #223965;
    width: calc(90% - 30px);
    top: 25px;
    left: 58px;
}

.step-box {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #223965;
    text-align: center;
    position: relative;
    z-index: 5;
}

.step .step-box span {
    color: #223965;
    font-size: 32px;
    padding-top: 5px;
    display: block;
}

.step h3 {
    font-size: 22px;
    display: block;
}

.step.active .step-box {
    background: #223965;
}

    .step.active .step-box span {
        color: #fff;
    }

.step.finish .step-box {
    background: #637599;
}

    .step.finish .step-box span {
        color: #fff;
    }

.regform-table {
    margin: 50px 0 0;
}

.regform-down {
    margin-top: 50px;
}

.regform-table-line {
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    height: 44px;
}

    .regform-table-line .rf-num,
    .regform-table-line .rf-obrazovanje,
    .regform-table-line .rf-ustanova,
    .regform-table-line .rf-akcija {
        border: 1px solid #DEE2E6;
        border-top: none;
    }

    .regform-table-line.first-line .rf-num,
    .regform-table-line.first-line .rf-obrazovanje,
    .regform-table-line.first-line .rf-ustanova,
    .regform-table-line.first-line .rf-akcija {
        border: 1px solid #B3B6BA;
        background: #eeeeee;
    }

    .regform-table-line p {
        padding-top: 12px;
        margin-bottom: 0;
        text-align: center;
    }

.rf-num {
    width: 5%;
    text-align: center;
}

.rf-obrazovanje {
    width: 35%;
    text-align: center;
}

.rf-ustanova {
    width: 35%;
    text-align: center;
}

.rf-akcija {
    width: 24%;
    text-align: center;
}

.regform-text h3 {
    display: block;
    float: none;
    font-size: 20px;
    margin-bottom: 20px;
}

.input-form.form-ucesce.page-filters {
    display: block;
}

.input-form.form-ucesce {
    width: 50%;
    position: relative;
}

.input-form select {
    background-color: #fff !important;
    border: 1px solid #223965;
    height: 50px;
    padding: 0 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    color: #4a4a4a;
}

    .input-form select:focus {
        border: 1px solid #223965;
    }

.input-form p {
    font-size: 12px;
}

.add-text.regform-textarea {
    width: 100%;
}

    .add-text.regform-textarea textarea {
        height: 770px;
    }


.btn-blue.submitbtn {
    background: #438E29;
}


.input-box.input-form {
    margin-bottom: 50px;
}

    .input-box.input-form.page-filters {
        display: block;
    }

.pop-select.page-filters {
    display: block;
}

.add-form .textarea-box.f-area {
    width: calc(90% - 20px);
}

.add-text.regform-add .textarea-box {
    width: 97%;
}

    .add-text.regform-add .textarea-box textarea {
        height: 485px;
        font-family: 'Montserrat', sans-serif;
        background: #fff;
        border: 1px solid #223965;
        padding: 10px;
        width: calc(100% - 20px);
        resize: none;
        font-size: 16px;
        color: #4a4a4a;
    }

    .add-text.regform-add .textarea-box .blue-dot {
        top: 285px;
    }


.chosen-container.chosen-container-multi {
    background: #fff;
    border: 1px solid #223965;
    min-height: 50px;
    padding: 0 10px;
    width: calc(96% - 20px) !important;
    font-size: 16px;
    color: #4a4a4a;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px 0px;
    width: unset;
    height: auto;
    border: none;
    background-color: #fff;
    background-image: none;
    cursor: text;
}

.chosen-container-active .chosen-choices {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-drop {
    left: 0;
}

.chosen-search-input {
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #637599;
    color: #fff;
    border-radius: 0;
    border: none;
    margin: 0 5px 0 0;
    padding: 7px 25px 7px 8px;
}

li.search-choice:after {
    content: "x";
    position: absolute;
    font-size: 14px;
    top: 7px;
    right: 6px;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
}

.add-lang-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.add-jezik {
    width: 30%;
}

.add-citanje {
    width: 20%;
}

.add-pisanje {
    width: 20%;
}

.add-govor {
    width: 20%;
}

.add-ukloni {
    width: 10%;
}

    .add-ukloni p {
        border: none;
        background: #fff;
        font-size: 16px;
        color: #F20000 !important;
        text-decoration: underline;
        cursor: pointer;
        padding-top: 35px;
    }

.add-lang-form .input-box.input-form {
    margin-bottom: 0px;
    width: 98%;
}

    .add-lang-form .input-box.input-form select {
        color: #223965;
        font-weight: 700;
    }

.add-lang-form:first-child .add-ukloni p {
    display: none;
}

#addNewLang {
    border: none;
    background: #fff;
    font-size: 16px;
    color: #637599;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.responsive-tab {
    margin-bottom: 50px;
    display: none;
}

    .responsive-tab h3 {
        float: unset;
        margin-bottom: 10px;
    }




.gray-back {
    background: linear-gradient(90deg, rgba(255,255,255,1) 35%, rgba(245,245,245,1) 75%);
    padding: 50px 0;
}

.page-head-text {
    margin-bottom: 80px;
}

    .page-head-text h2 {
        display: inline-block;
    }

.ic.add-form {
    display: inline-block;
    margin: 0;
    position: relative;
    float: right;
}

    .ic.add-form input#searchTxt {
        padding: 0 10px 0 55px;
        width: 160px;
    }

    .ic.add-form button {
        position: absolute;
        top: 15px;
        left: 10px;
        cursor: pointer;
        border: none;
        background: #fff;
    }

.position-select {
    margin-bottom: 50px;
}

.page-filters .input-form label {
    color: #666;
    margin-bottom: 6px;
    display: block;
}

.add-select.page-filters {
    justify-content: space-between;
}

.add-select-left {
    width: 65%;
}

    .add-select-left .input-form {
        width: 30%;
    }

.add-select .input-form select {
    color: #223965;
    font-weight: 700 !important;
}

.add-select-right {
    width: 30%;
}

    .add-select-right .form-flex {
        justify-content: flex-end;
    }

    .add-select-right .input-form {
        width: 50%;
    }

.positions .add-boxes ul {
    grid-gap: 2em;
}

    .positions .add-boxes ul li {
        background: #fff;
        width: unset;
        margin-bottom: 1em;
    }

.add-boxes .position-info h3.company-name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    max-width: 85%;
}

.add-boxes .position-info p {
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 2em;
}

    .add-boxes .position-info p img {
        width: 16px;
        position: relative;
        top: 2px;
        margin-right: 5px;
    }

.position-btns {
    display: flex;
    justify-content: space-between;
}

#popup-modal5 .position-btns {
    width: 70%;
    margin: 40px auto 0;
}

.add-boxes .position-info p.occupation {
    margin-bottom: 20px;
}

.add-boxes .position-info p.work-place::before {
    margin-right: 0;
}

.pagination .mvc-grid-pager {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid;
    text-align: center;
}

    .pagination .mvc-grid-pager button {
        color: #000;
        padding: 0 20px;
        border: none;
        background: transparent;
    }

        .pagination .mvc-grid-pager button#currentPage {
            font-weight: 700;
        }

.fade-position {
    opacity: 0.5;
}








@media only screen and (max-width: 1390px ) {
    .home-img img {
        object-fit: cover;
        width: 53%;
        height: 480px;
    }

    .info-box {
        bottom: 70px;
    }

    .content-home.reverse-home .info-box {
        right: 10px;
        padding: 40px 0px 40px 40px;
    }

    .add-form .textarea-box {
        width: 95%;
    }
}

@media only screen and (max-width: 1295px) and (min-width: 991px) {
    body > header.mpp-head .mpp-nav nav {
        left: 170px !important;
        width: auto !important;
        bottom: 0px;
    }

    body > header.mpp-head nav > ul > li {
        line-height: 20px;
        width: unset;
        height: 58px;
        padding: 0 14px;
    }
}

@media only screen and (max-width: 1298px ) {
    .info-box {
        width: 52%;
    }

    .content-home.reverse-home .info-box {
        width: 52%;
    }
}

@media only screen and (max-width: 1280px ) {
    .add-select-right {
        width: 38%;
    }

    .add-select-left {
        width: 60%;
    }

        .add-select-left .input-form {
            width: 33%;
        }
}

@media only screen and (max-width: 1260px ) {

    .home-img img {
        object-fit: cover;
        width: 52%;
    }

    .content-home .info-box {
        padding: 40px 40px 40px 20px;
    }

        .content-home .info-box.first-info-box {
            bottom: 60px;
        }

    .content-home.reverse-home .info-box {
        padding: 40px 20px 40px 40px;
        right: 20px;
    }

    .gray-box.info-box {
        width: 46%;
    }

    .gray-box.box-left.info-box {
        padding: 0 20px;
    }

    .gray-box.box-right.info-box {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1150px ) {

    .gray-section {
        padding: 40px 0;
    }

    .gray-flex {
        flex-direction: column;
    }

    .gray-box {
        position: unset;
        background: transparent;
        width: 90%;
        margin: 0;
    }

        .gray-box.box-left {
            padding: 0 20px 50px;
        }

        .gray-box.box-right {
            padding: 0 20px 50px;
        }

    .step h3 {
        font-size: 18px;
        display: block;
    }

    .popup-modal3 .popup-content {
        width: 85% !important;
        padding: 30px 20px;
    }

    #popup-modal2 .popup-content {
        width: 85% !important;
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1024px ) {
    .content-home {
        margin: 0 auto 0px;
    }

        .content-home .info-box.first-info-box {
            bottom: 0px;
        }

        .content-home .info-box {
            width: 85%;
            position: relative;
            margin: -40px auto 20px;
            padding: 20px;
            bottom: 0;
        }

        .content-home.reverse-home .info-box {
            width: 85%;
            position: relative;
            margin: -40px auto 20px;
            padding: 20px;
            right: 0;
            bottom: 0;
        }

    .info-box .btn-blue, .sidebar-box .btn-blue {
        padding: 12px 32px;
    }

    .sidebar-box .btn.btn-blue2 {
        margin-bottom: 0;
    }

    .home-img.first-home-img img {
        width: 100%;
        height: auto;
    }

    .home-img img {
        width: 100%;
        height: auto;
    }

    .inside-page-content {
        flex-direction: column;
    }

    .content-text {
        width: 100%;
    }

    .content-sidebar {
        margin: 40px auto;
        width: 50%;
    }

    .footer-content {
        width: 95% !important;
    }

    .add-select.page-filters {
        justify-content: space-between;
        flex-direction: column;
    }

    .add-select-left {
        width: 100%;
    }

    .add-select-right {
        width: 50%;
    }

    .add-select.page-filters .input-form {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 990px ) {
    body > header.mpp-header {
        height: 70px;
    }

    .header-logo-box.scroll-logo {
        display: none;
    }

    .mob-logo {
        display: block;
    }

    body > header.mpp-head.open .mob-logo {
        display: none;
    }

    .add-form .input-box {
        width: 98%;
    }

    .add-form .textarea-box.f-area {
        width: calc(97% - 20px);
    }

    .blue-steps:before {
        width: calc(90% - 20px);
    }

    .step h3 {
        font-size: 18px;
        display: none !important;
    }

    .regform-text {
        display: none;
    }

    .responsive-tab {
        display: block;
    }

    .rf-obrazovanje {
        width: 32%;
    }
}

@media only screen and (max-width: 842px ) {
    .sidebar-box .btn.btn-blue2 {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 820px ) {
    .f-logo-box {
        margin-right: 10px;
    }

    .popup-modal3 .pop-flex {
        flex-direction: column;
    }

    .pop-left {
        width: 100%;
    }

    .pop-right {
        width: 100%;
    }

    .popup-content .text-pop {
        min-height: unset;
        margin-bottom: 40px;
    }

    .popup-content .pop-right .text-pop {
        min-height: unset;
    }
}

@media only screen and (max-width: 767px ) {
    body > header.mpp-head {
        margin-bottom: 0px;
        height: auto;
        position: sticky;
    }

    .info-box h1 {
        font-size: 38px;
    }

    .form-flex {
        flex-direction: column;
    }

    .add-inputs {
        width: 100%;
    }

    #regForm .add-inputs {
        width: 100%;
    }

    .add-text {
        width: 100%;
    }

    .add-form .input-box {
        width: 95%;
    }

    .popup-content {
        width: 70%;
        height: auto;
        background: #fff;
        text-align: left;
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 20px 40px;
    }

    .pop-input {
        margin-bottom: 100px;
    }

        .pop-input input {
            width: calc(100% - 20px);
            display: block;
            margin-bottom: 20px;
        }

        .pop-input .blue-dot {
            right: -20px;
        }

    .popup-content h3 {
        font-size: 16px;
    }

    .info-box .btn-blue {
        margin-bottom: 20px;
    }

    .content-sidebar {
        margin: 40px auto 0;
        width: 100%;
    }

    .main-class h1, .info-box h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .header-img-box h1 {
        font-size: 32px;
        width: 90%;
        line-height: 1.2;
    }

    .f-logo-box {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 48%;
    }

    .sidebar-box .btn-blue {
        display: block;
    }

    .add-form .input-box {
        width: 100%;
    }

    .add-form .textarea-box.f-area {
        width: calc(100% - 20px);
    }

    .step {
        width: 25%;
    }

    .blue-steps:before {
        width: 75%;
    }

    .add-text.regform-textarea textarea {
        height: 500px;
    }

    .add-select-left .input-form {
        width: 100%;
    }

    .add-select-right {
        width: 100%;
    }

        .add-select-right .input-form {
            width: 100%;
        }

    .add-select.page-filters select {
        width: 100%;
    }

    .popup-modal3 .pop-head {
        flex-direction: column;
    }

    .pop-head .pop-head-img {
        margin-bottom: 20px;
    }

    .popup-modal3 .pop-head {
        margin-bottom: 30px;
    }

    .popup-content h2 {
        line-height: 38px;
    }

    .popup-modal4 .popup-content {
        width: 85% !important;
        padding: 30px 20px;
    }

    .popup-modal4 .textarea-box textarea {
        width: calc(100% - 20px);
    }

    .popup-modal4 .add-inputs .blue-dot {
        right: 0;
    }

    .pagination .mvc-grid-pager button {
        padding: 0 10px;
    }

    #popup-modal5 .popup-content {
        width: 85% !important;
        padding: 30px 20px;
    }

    #popup-modal5 .position-btns {
        width: 100%;
    }
}

@media only screen and (max-width: 1097px ) {
    .add-text.regform-add .textarea-box textarea {
        height: 498px;
    }
}

@media only screen and (max-width: 964px ) {
    .add-text.regform-add .textarea-box textarea {
        height: 488px;
    }
}


@media only screen and (max-width: 662px ) {
    .add-jezik {
        width: 50%;
    }

    .add-citanje {
        width: 50%;
    }

    .add-pisanje {
        width: 50%;
    }

    .add-govor {
        width: 50%;
    }

    .add-ukloni p {
        padding-top: 0px;
    }

    .add-lang-form {
        margin-bottom: 50px;
    }

        .add-lang-form .input-box.input-form {
            width: 100%;
        }

    .add-text.regform-add .textarea-box {
        width: calc(100% - 20px);
    }

        .add-text.regform-add .textarea-box textarea {
            height: 450px;
        }

    .input-form.form-ucesce {
        width: 80%;
    }

    .table-responsive {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        display: block;
        flex-wrap: unset;
    }

    .regform-table {
        width: 650px;
    }

    .page-head-text h2 {
        display: block;
    }

    .ic.add-form {
        display: block;
        float: none;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 530px ) {
    .mob-logo {
        display: block;
        bottom: 0;
        left: 8px;
    }

        .mob-logo img {
            width: 75px;
        }

    .add-position h2 {
        display: block;
    }

    .add-position h3 {
        display: block;
        margin-top: 10px;
    }

    .
    .ap-line {
        margin: 50px 0 20px;
    }

    .btns-flex {
        flex-direction: column;
    }

    .btn.btn-blue2 {
        margin-bottom: 30px;
    }

    .add-btns .btn.btn-gray {
        margin-bottom: 20px;
    }

    .pop-input input {
        height: 40px;
    }

    .pop-select select {
        height: 40px;
    }

    .pop-input .blue-dot {
        top: 40px;
    }

    .pop-select .blue-dot {
        top: 40px;
    }

    .pop-text {
        margin: 0px 0 20px;
    }

    .pop-input .btn-blue {
        padding: 12px 20px;
    }

    .pop-input {
        margin-bottom: 70px;
    }

    .pop-select {
        margin-bottom: 0px;
    }

        .pop-select p {
            font-weight: normal;
            font-size: 12px;
            line-height: 15px;
            color: #666666;
            margin-bottom: 10px;
        }

    .footer-content {
        width: 95%;
        padding: 40px 0 50px !important;
        margin: 0 auto !important;
    }

    .footer-text-box {
        text-align: center;
    }

    .f-logo-box {
        margin: 0 auto 20px;
        width: 80%;
        text-align: center;
    }
}

@media only screen and (max-width: 480px ) {
    .info-box h1 {
        font-size: 32px;
    }

    .info-box {
        width: 80%;
        padding: 25px;
    }

    .add-btns p {
        width: 90%;
        text-align: left;
    }

    .add-btns .blue-dot {
        margin-right: 5px;
        margin-bottom: 14px;
    }

    #popup-modal {
        padding-top: 30px;
    }

    .popup-content .add-btns p {
        font-size: 12px;
    }

    .header-img-box img {
        height: unset;
    }

    .inside-page-content {
        padding: 30px 0 0;
    }

    .input-form.form-ucesce {
        width: 100%;
    }

    .step-box {
        height: 40px;
        width: 40px;
    }

    .step .step-box span {
        padding-top: 0px;
    }

    #popup-modal5 .position-btns {
        flex-direction: column;
        margin: 20px auto 0;
    }

        #popup-modal5 .position-btns button {
            width: 200px;
            margin: 20px auto 0;
        }
}

@media only screen and (max-width: 480px ) {
    .reg-form-btns .btn-blue {
        padding: 8px 12px;
    }

    .reg-form-btns-flex .btn.btn-gray {
        padding: 8px 12px;
    }

    .positions .add-boxes ul {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}

@media only screen and (max-width: 359px ) {
    .reg-form-btns .btn-blue {
        font-size: 12px;
    }

    .reg-form-btns-flex .btn.btn-gray {
        font-size: 12px;
    }
}
