.mjbl {
    background-color: #ffffff;
    padding-top: 30px;
}

.useful-info p {
    margin-bottom: 0;
}

span.applicable {
    margin-left: 15px;
    font-size: 12px;
    width: 70px;
    display: inline-block;
}

.read-more-link {
    margin: 0 30px 0 40px;
}

.mcsc-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #4a4a4a;
}


.how_does_it_container {
    background: #e6e6e6;
    padding: 40px;
    border-radius: 4px;
}

.number {
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: relative;
    padding: 2px;
    background: #eb297a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
}

.section_title {
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.how_does_it_container h4 {
    color: #747474;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.connect_border {
    max-width: 1px;
    border-style: dashed;
    position: relative;
    top: 5px;
    border-right-color: #eb297a;
    border-top: none;
    border-bottom: none;
    border-left-color: #fff;
    margin: 0 0 0 45%;
    height: 95%;
}

.row.table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.how_does_it_container {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 15px;
}

.mb-4 {
    margin-bottom: 30px;
}

.mb-2 {
    margin-bottom: 15px;
}

.loading-spacer {
    min-height: 400px;
}

#content-placeholder li {
    background: none !important;
    color: #4a4a4a !important;
    font: 16px/26px SourceSansPro-Regular, sans-serif !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 0 18px 28px !important;
    position: relative !important;
}

#content-placeholder li:before {
    background: #eb297a;
    border-radius: 50% !important;
    content: "";
    height: 8px !important;
    left: 0 !important;
    position: absolute !important;
    top: 11px !important;
    width: 8px !important;
}


.searchbar .navbar-row .servicebar .btn-group > .btn.dropdown-toggle {
    margin-left: 0;
}

.searchbar .navbar-row .servicebar .btn-group > .btn.dropdown-toggle > svg {
    top: 37%;
    width: auto;
    height: 20px;
}


/** LOGIN PAGE **/

.login-logo {
    max-width: 240px;
    width: 100%;
    margin: 30px 0 50px 0;
}

@media (min-height: 800px) {
    .login-logo {
        margin: 30px 0 100px 0;
    }
}


input[type='text'].form-control {
    border: 1px solid #c5c5c5;
    padding: 10px;
    color: #666;
    vertical-align: middle;
    line-height: 18px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
}

.card input[type='text'].form-control {
    background: #ffffff;
}

.login-left-side {
    background-image: url("../images/login.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 0;
}

.login-right-side {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}


/** HELPER CLASSES **/

.mt-2 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 30px;
}


/** CARDS **/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.card-header {
    padding: 14px 15px 0 20px;
    margin-bottom: 0;
    background-color: #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.card-header h2{
    margin: 10px 0 10px 0;
}

.card-header h4 {
    font-size: 16px;
    line-height: 1.5;
    color: rgb(74, 74, 74);
    margin: 0 0 10px 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.card-body h2 {
    font-size: 30px;
    margin: 20px 0 30px 0;
    text-align: left;
    font-weight: bold;
}

.card-body label {
    margin-bottom: 15px;
}


.shadow {
    /*box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;*/
}

/* PRETTYPRINT LINE NUMBERS */

#content-placeholder .linenums li {
    list-style-type: decimal !important;
    padding: 5px 0 0 2px !important;
}

#content-placeholder .linenums li span {
    padding-left: 5px !important;
}

#content-placeholder .linenums li:before {
    display: none;
}

#content-placeholder ol.linenums {
    padding: 0 0 0 20px;
}


/*** ICONS ***/
.icon-image {
    display: inline-block;
    margin: 0 15px;
    width: 24px;
    height: auto;
}

.btn .icon-image {
    margin: 0 5px 0 0;
}

.how_does_it_container .icon-image {
    width: 72px;
    margin: 0;
}

.icon {
    margin: 15px auto;
    display: block;
}

.icon .icon-image {
    display: block;
    margin: 0 auto;
    width: 28px;
}

.icon .icon-check {
    border-bottom: 2px solid #eb297a;
    border-left: 2px solid #eb297a;
    display: block;
    height: 10px;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 16px;
}

/** STATUS UGOVOR **/

.status-ugovor .icon {
    display: inline-block;
    margin: 0 15px;
}

a.status-ugovor-edit {
    margin-left: 30px;
}

.status-ugovor.info-icon {
    margin: 0 0 0 15px;
    display: inline-block;
    position: relative;
    top: 5px;
}

/** ACTIVITY FEED **/
#form-content-wrapper {
    display: block;
    width: 100%;
}

#form-content-wrapper.with-activity-feed {
    width: 65%;
}

.activity-feed {
    display: none; /*by default - toggled via header button */
    width: 35%;
    float: left;
}

.profile-box {
    display: inline-block;
    position: relative;
    max-width: 100% !important;
    min-width: auto !important;
}

.profile-box ul.dropdown-menu {
    max-width: 240px !important;
    min-width: 201px !important;
    left: auto;
    right: 0;
}

.profile-box a.btn {
    /*height: 48px !important;*/
}

.searchbar .navbar-row .servicebar .profile-box.btn-group > .btn.dropdown-toggle > svg {
    top: 48%;
    width: auto;
    height: 12px;
}

button.form-control:focus, input.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eb297a;
}

a.btn.with-icon, button.btn.with-icon {
    padding: 9px 18px 9px 9px !important;
}

.g-recaptcha {
    text-align: center;
}

.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE FIXES */


header#page-header {
    min-width: 100%;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 1024px) {
    header#page-header {
        min-width: 960px;
    }
}

@media screen and (max-width: 768px) {
    .mhap .row.table-row > [class*=col-] {
        width: auto;
    }

    .row.table-row {
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .text-center-mobile {
        text-align: center;
    }

    .text-center-mobile a {
        display: block;
        margin: 15px auto;
        max-width: 250px;
    }

    .text-center-mobile .applicable {
        margin: 0;
    }
}


/* MOBILE TOP BAR */

@media screen and (max-width: 1024px) {

    .searchbar .navbar-row .logo > img,
    .searchbar .navbar-row .logo > svg {
        position: relative;
        top: auto;
        left: auto;
        margin-top: 5px;
    }

    .searchbar .container {
        padding: 0;
    }

    .searchbar .col-xs-6 {
        padding: 0;
    }

    .searchbar .navbar-row {
        height: auto;
        margin: 0;
    }

    .searchbar .navbar-row .logo {
        margin-top: 15px;
        margin-left: 15px;
        height: auto;
        width: auto;
    }

    .searchbar .navbar-row .logo img {
        height: 30px;
        width: auto;
    }
}
@media screen and (max-width: 768px) {

    .navbar-toggle {
        border: 0 solid;
        width: 60px;
        height: 60px;
        display: block;
        background-color: #eb297a;
        transition: background-color .3s;
        margin: 0;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar {
        display: none;
    }

    .navbar-toggle.collapsed {
        background-color: #ffffff;
        padding-left: 20px;
    }

    .navbar-toggle.collapsed .icon-bar {
        display: block;
    }

    .navbar-toggle.collapsed .close-x {
        display: none;
    }

    .navbar-toggle .icon-bar {
        width: 20px;
        color: #4a4a4a;
        background-color: #4a4a4a;
    }

    .navbar-toggle .close-x {
        position: relative;
    }

    .navbar-toggle .close-x::after {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: -8px;
        width: 18px;
        height: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: 1px solid #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar-toggle .close-x::before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: -8px;
        width: 18px;
        height: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 1px solid #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .menubar .navbar-collapse {
        background: #ffffff;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menubar .navbar-collapse .nav.navbar-nav {
        background: #ffffff;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #c5c5c5;
    }

    .menubar .navbar-collapse .nav.navbar-nav li {
        font-size: 18px;
        float: none;
        display: block;
        width: 100%;
        border-top: 1px solid #c5c5c5;
    }

    .menubar .navbar-collapse .nav.navbar-nav li a {
        padding: 15px 20px;
        margin-bottom: 0;
        text-align: left;
        color: #4a4a4a;
        display: block;
    }

    .btn.btn-menu {
        color:#ffffff !important;
        width: 120px;
        margin: 15px auto !important;
        text-align: center !important;
    }
}


.hero-image {
    background-color: green;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    right: 0;
    display: block;
    width: 100%;
    max-width: 1440px;
}

.hero-image-ecommerce {
    background-image: url('../images/ecommerce_2880x800.jpg');
}
.hero-image-plugins {
    background-image: url('../images/plugins-placeholder_2880x800.jpg');
}

.img-responsive.margin-center {
    margin: 0 auto;
    max-width: 100%;
}
.img-responsive.border-outline {
    border: 10px solid #ededed;
}

@media (min-width: 768px) {
    .hero-image {
        position: absolute;
        height: 400px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .img-responsive.margin-center {
        max-width: 75%;
    }
}



.hero-text ul {
    color: #fff;
    margin-top: 15px;
}

.hero-text ul li {
    list-style: disc;
    line-height: 22px;
    margin-left: 10px;
    font-size: 18px;
}

/* DISABLE CTA BUTTONS */

.hero-text .button-container {
    display: none;
}