﻿@import "fonts/webfonts.css";
@import "colors.css";

/* 
    global style 
*/
* {
    font-family: 'Titillium Web';
}

body, html {
    height: 100%;
    background-color: #eee;
}

span, p, label, h1, h2, h1, h4, h5, h3, div {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

p, span {
    white-space: pre-line;
}

.clearFix {
    clear: both;
}

.wrapper {
    position: relative;
    min-height: 100%;
    min-width: 966px !important;
}

.divider-row {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #0c1f39;
}

.vertical-space-100 {
    height: 100px;
    display: block;
    clear: both;
}

.vertical-space-50 {
    height: 50px;
    display: block;
    clear: both;
}

.vertical-space-60 {
    height: 60px;
    display: block;
    clear: both;
}

.vertical-space-70 {
    height: 70px;
    display: block;
    clear: both;
}

.vertical-space-30 {
    height: 30px;
    display: block;
    clear: both;
}

.vertical-space-20 {
    height: 20px;
    display: block;
    clear: both;
}

.mainWindow {
    position: relative;
    min-height: calc(100% - 156px);
    width: 100%;
    background-image: none;
    background-color: #ffffff;
    padding-bottom: 58px;
}

.with-background {
    background-image: url(../../Images/EnviPortal/envidan_no_background.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}


.label-12px-grey {
    font-size: 12px;
    color: #525050;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
}

.color-655c56 {
    background-color: #655c56;
    color: white;
}

.color-5e534d {
    background-color: #5e534d;
    color: white;
}

/* 
    Envidan web elements
*/
.default-btn-style {
    color: white;
    background-color: #50c7f4;
    padding: 0px 18px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    letter-spacing: 0.035em;
    border: 1px solid #50c7f4;
    text-decoration: none !important;
}

    .default-btn-style:hover {
        background-color: #30bdf2;
        color: white;
        text-decoration: none !important;
    }

    .default-btn-style:active {
        background-color: #00aeef;
        color: white;
        text-decoration: none !important;
    }

.white-btn {
    /*background-color: #eee;
    color: #3D3D3D;
    border: 1px solid white;*/
    padding: 3px 0px 0px 13px;
    position: relative;
    top: 50%;
    left: 30%;
    text-decoration: none;
    width: 94px;
    height: 28px;
    text-align: center;
    font-size: 14px;
}

.product-list-btn {
    padding: 3px 0px 0px 16px;
    position: relative;
    top: 50%;
    left: 30%;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff !important;
}

.white-btn:hover {
    /*color: #3D3D3D;
        text-decoration: none !important;
        background-color: #eee !important;*/
}

.white-btn:active {
    /*color: #3D3D3D;
        text-decoration: none !important;
        background-color: #eee !important;*/
}

.product-info-white-btn {
    /*background-color: #50c7f4;
    color: white;
    padding: 5px 18px;
    position: relative;
    left: 34%;
    text-decoration: none;
    width: 94px !important;
    height: 28px;
    text-align: center;
    top: 215px;
    border: none !important;*/
    background-color: #50c7f4;
    color: white !important;
    padding: 4px 16px;
    position: absolute;
    left: 36%;
    text-decoration: none;
    width: 94px !important;
    height: 28px;
    text-align: center;
    top: 47%;
    border: none !important;
    display: inline-block;
}


.color-blue-zodiac-btn {
    background-color: #0c1f39;
    color: white;
    text-decoration: none !important;
    border: none;
}

    .color-blue-zodiac-btn:hover {
        background-color: #0c1f39;
    }

    .color-blue-zodiac-btn:active {
        background-color: #0c1f39;
    }

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: -10px -10px;
}

.overlay-with-image {
    background-image: url(../../../Images/EnviPortal/EnviPortal/envidan_background-v2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay-color-203149 {
    background-color: #203149;
    border-top: 1px solid #1e2c40;
}

.overlay-color-0c1f39, .overlay-color-cloud-burst {
    background-color: #202d42;
}

.color-black-pearl {
    background-color: #081b2b;
}



.overlay-color-white {
    background-color: #ffffff;
}

.overlay-color-eee {
    background-color: #eee;
}

.overlay-color-Mercury {
    background-color: #e6e6e6;
}

.overlay-color-Concrete {
    background-color: #f2f2f2;
}
/*
    Brand style
*/
.brand-name {
    height: 77px;
    display: table-cell;
    vertical-align: middle;
}

/*
    login button and box style
*/
.login-block {
    text-align: right;
}

.loggedIn-block {
    padding: 0px;
    margin: 0px;
}

.login-btn {
    text-align: right;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

.login-box {
    display: none;
    text-align: left;
}

    .login-box .login-foot {
        text-align: center;
        background-color: #ccc;
        padding: 23px 0px 24px 0px;
        margin: 0px -33px 0px -33px;
        border-radius: 0px 0px 3px 3px;
    }

        .login-box .login-foot > input {
            width: 100px;
            height: 36px;
            font-size: 15px;
        }

.wrapper-login-box {
    z-index: 1001 !important;
}


.tri {
    position: relative;
    bottom: 48px;
    left: 196px;
    line-height: 0px;
    width: 0px;
    height: 0px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #e6e6e6;
    border-left: 15px solid transparent;
}

.login-box {
    line-height: 28px;
    border-radius: 3px;
    background-color: #e6e6e6;
    position: absolute;
    right: 26px;
    top: 135px;
    padding: 33px;
    z-index: 100000;
    width: 280px;
    height: 413px;
}

    .login-box label {
        font-weight: 300;
        color: #081b2b;
    }

    .login-box > hr {
        width: 280px;
        position: relative;
        right: 33px;
        border-top: 1px solid #b3b3b3;
    }

    .login-box .login-box-title {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.035em;
    }

    .login-box form label {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.035em;
    }

    .login-box .close-btn img {
        width: 18px;
        position: relative;
        top: -5px;
    }

    .login-box form .remember-login input[type=checkbox] {
        position: relative;
        top: 3px;
    }

    .login-box form a {
        font-size: 12px;
        letter-spacing: 0.035em;
        color: #081b2b;
        position: relative;
        top: -8px;
    }

        .login-box form a.newUser {
            float: right;
            position: relative;
            top: 1px;
        }

@media (min-width: 768px) {
    .login-box {
        top: 90px;
    }
}

.footer {
    display: block;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    min-height: 0px;
    position: absolute;
    bottom: 0px;
    background-color: #172037;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    letter-spacing: 0.035em;
}

    .footer ul {
        width: 100%;
        height: 58px;
        line-height: 58px;
    }

    .footer li {
        color: white;
    }

        .footer li.left {
            float: left;
            margin-left: 15px;
        }

        .footer li.right {
            float: right;
            margin-right: 29px;
        }

    .footer .envidanSmallLogo {
        background-image: url(../../Images/EnviPortal/Momentum-whiteLogo.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 15px;
        width: 15px;
        height: 20px;
        display: inline-block;
        margin-right: 7px;
        margin-left: 10px;
    }

.container.mainWindow {
    margin-bottom: 90px;
}
/*
    menus
*/
/* top menu */
.top-nav-bar {
    background-color: #081b2b;
    color: #cccccc;
    height: 28px;
    font-family: 'Titillium Web';
    font-size: 14px;
    margin: 0px;
    padding: 5px 0px;
}

    .top-nav-bar .language-list-style-2 {
        display: inline-block;
        float: right;
    }

        .top-nav-bar .language-list-style-2 li {
            float: left;
            margin-right: 10px;
        }

            .top-nav-bar .language-list-style-2 li a {
                color: #ccc;
                text-transform: uppercase;
                font-size: 14px;
                letter-spacing: 0.035em;
            }

                .top-nav-bar .language-list-style-2 li a.active {
                    text-decoration: underline;
                }

    .top-nav-bar .link-to-website {
        float: right;
        font-size: 12px;
        letter-spacing: 0.035em;
        color: #ccc;
        margin-right: 60px;
        position: relative;
        top: 1px;
    }

.mainMenu {
    margin: 0px;
    padding: 0px;
    z-index: 10000;
}

.main-menu-wrapper {
    text-align: center;
}

.sub-menu-warpper {
    text-align: center;
}

/*
    top right menu 
*/

.top-right-menu-links {
    list-style: none;
    min-width: 196px;
    margin: 0px;
    padding: 0px;
    height: 60px;
    padding-top: 30px;
    text-align: right;
    float: right;
}

    .top-right-menu-links li {
        float: left;
        position: relative;
    }

        .top-right-menu-links li .user-fullname {
            font-size: 14px;
            color: white;
            min-width: 130px;
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: initial;
            text-align: center;
        }

        .top-right-menu-links li > .top-right-menu-item {
            position: relative;
        }

        .top-right-menu-links li > .top-right-menu-item {
            margin-left: 10px;
            text-align: center;
            font-size: 13px;
            position: relative;
        }

            .top-right-menu-links li > .top-right-menu-item > .notification-counter {
                display: inline-block;
                position: absolute;
                top: -8px;
                right: -5px;
                background-color: red;
                line-height: 1;
                padding: 3px;
                min-width: 16px;
                text-align: center;
                font-size: 10px;
                border-radius: 50%;
                color: white;
            }

.top-right-menu-item img {
    line-height: 1px;
}
/*
   profile box 
*/

.profile-box {
    display: none;
    background-color: #e6e6e5;
    position: absolute;
    width: 350px;
    right: -32px;
    top: 60px;
    border-radius: 5px;
    z-index: 1000;
    text-align: left;
}

    .profile-box .tri {
        position: absolute;
        bottom: 71px;
        left: 289px;
        line-height: 0px;
        width: 0px;
        height: 0px;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #e6e6e6;
        border-left: 15px solid transparent;
    }

    .profile-box .profile-box-header {
        margin: 0px;
        padding: 20px 0px;
        border-bottom: 1px solid #cecece;
        position: relative;
    }

        .profile-box .profile-box-header .user-fullname {
            font-size: 15px;
            color: #525050;
            width: 242px;
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: initial;
            text-align: left;
            font-weight: bold;
            padding-left: 20px;
        }

        .profile-box .profile-box-header > a {
            color: white;
            background-color: #30bdf2;
            padding: 5px 18px;
            border-radius: 24px;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }

.profile-box-body {
    position: relative;
    height: 180px;
}

    .profile-box-body > .left-side {
        float: left;
        width: 50%;
    }

        .profile-box-body > .left-side > ul {
            width: 80%;
            list-style: none;
            margin: 2% 0 14% 0;
            padding-left: 22px;
        }

            .profile-box-body > .left-side > ul > li {
                float: none;
                padding: 0px;
                margin: 0px;
                line-height: 2;
            }

                .profile-box-body > .left-side > ul > li > a {
                    font-size: 13px;
                    color: #172037;
                    font-weight: bold;
                }


    .profile-box-body > .right-side {
        float: left;
        width: 50%;
    }


        .profile-box-body > .right-side > .settings-box {
            width: 80%;
            margin: 10% auto;
            background-color: #cacaca;
            border-radius: 5px;
            text-align: center;
            font-size: 12px;
            font-weight: 600;
            color: #172037;
            text-align: left;
            padding: 5px;
        }

.userLabel {
    display: none;
    height: 100%;
}
/*
   notification box 
*/

.notification-box {
    display: none;
    background-color: #e6e6e5;
    position: absolute;
    width: 350px;
    right: -32px;
    top: 60px;
    border-radius: 5px;
    z-index: 1000;
}

    .notification-box .tri {
        position: absolute;
        bottom: 62px;
        left: 289px;
        line-height: 0px;
        width: 0px;
        height: 0px;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #e6e6e6;
        border-left: 15px solid transparent;
    }

    .notification-box .notification-box-header {
        margin: 0px;
        padding: 20px 0px 43px 0px;
        border-bottom: 1px solid #cecece;
        position: relative;
    }

        .notification-box .notification-box-header div {
            margin: 0px;
            padding: 0px;
        }

        .notification-box .notification-box-header .user-fullname {
            font-size: 15px;
            color: #525050;
            width: 242px;
            display: inline-block;
            margin: 0px;
            padding: 0px;
            line-height: initial;
            text-align: left;
            font-weight: bold;
            padding-left: 20px;
        }

        .notification-box .notification-box-header > a {
            color: white;
            background-color: #30bdf2;
            padding: 5px 18px;
            border-radius: 24px;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }

.notification-box-body {
    position: relative;
}

    .notification-box-body > .left-side {
        padding-left: 5px;
    }

        .notification-box-body > .left-side > ul {
            list-style: none;
        }

            .notification-box-body > .left-side > ul > li {
                float: none;
                padding: 0px;
                margin: 0px;
                line-height: 2;
                padding: 10px 0px;
            }

        .notification-box-body > .left-side.numberstatus > ul > li {
            display: inline;
        }

        .notification-box-body > .left-side > ul > li > div {
            padding: 10px 0px;
        }

.pronotificationfile-box-body > .left-side > ul > li > a {
    font-size: 13px;
    color: #172037;
    font-weight: bold;
    text-decoration: none;
}

.notification-box-body > .right-side {
    float: left;
    width: 50%;
}

    .notification-box-body > .right-side > .settings-box {
        width: 80%;
        margin: 10% auto;
        background-color: #cacaca;
        border-radius: 5px;
        text-align: center;
        font-size: 12px;
        color: #172037;
    }

.notification-box-body .notification-counter {
    position: relative;
    top: 0px;
    right: 0px;
    display: inline-block;
    background-color: red;
    line-height: 1;
    padding: 7px 0px;
    min-width: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
}

/*
  support box   
*/

.support-form-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    right: -24px;
    z-index: 1000;
    background-color: #e6e6e6;
    color: #172037;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    width: 450px;
}

    .support-form-wrapper > .support-form > .support-form-header > .tri {
        position: absolute;
        bottom: 60px;
        left: 402px;
    }

    .support-form-wrapper .support-form-header {
        border-bottom: 1px solid #cccccc;
        padding: 20px 0px 20px 0px;
    }

        .support-form-wrapper .support-form-header img {
            text-align: center;
            width: 20px;
            margin-left: 17px;
        }

        .support-form-wrapper .support-form-header .title {
            font-size: 15px;
            font-weight: bold;
        }

    .support-form-wrapper .support-form-body .extra-content ul {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 10px;
        margin-top: 10px;
    }

        .support-form-wrapper .support-form-body .extra-content ul > li {
            font-size: 15px;
            float: none;
            padding: 0px;
            margin: 0px;
            line-height: 22px;
        }

    .support-form-wrapper .support-form-body .extra-content > a {
        padding: 0px 0px 0px 15px;
        display: block;
        font-size: 13px;
        text-decoration: none;
    }

    .support-form-wrapper .support-form-body .extra-content {
        padding-top: 10px;
    }

        .support-form-wrapper .support-form-body .extra-content > ul > li {
            font-size: 12px;
        }

    .support-form-wrapper .support-form-body .form-elements {
        margin-top: 26px;
        padding-bottom: 30px;
    }

        .support-form-wrapper .support-form-body .form-elements .button-send-besked {
            float: right;
            background-color: #47bee2;
            background-image: none;
            text-shadow: none;
            color: white;
            border-color: #3caac3;
            outline: 0px;
        }

            .support-form-wrapper .support-form-body .form-elements .button-send-besked:hover {
                color: white;
            }
/*
    vertical menu style
*/
.vertical-menu {
    top: 90px;
    z-index: 100;
    display: inline-block;
    position: absolute;
    left: -70px;
    height: auto;
}

.verticalMenuHandle {
    background-color: #172037;
    color: white;
    width: 25px;
    height: 70px;
    border-radius: 0px 5px 5px 0px;
    position: absolute;
    left: 0px;
    top: 250px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    z-index: 1000;
}

    .verticalMenuHandle img {
        width: 18px;
        position: relative;
        top: 23px;
    }

.vertical-menu #verticalMenuList {
    position: relative;
}

.vertical-menu .verticalMenuWrapper {
    overflow-y: scroll;
    overflow-y: -moz-scrollbars-none;
    overflow-x: hidden;
    height: 426px;
    -ms-overflow-style: none;
}

.vertical-menu .verticalMenuHandleUp img, .vertical-menu .verticalMenuHandleDown img {
    width: 15px;
}

.verticalMenuOuterWrapper {
    overflow: hidden;
    width: 70px;
    position: relative;
}

.verticalMenuWrapper::-webkit-scrollbar {
    display: none;
}


.vertical-menu .verticalMenuHandleUp {
    width: 70px;
    background-color: #172037;
    color: white;
    text-align: center;
    cursor: pointer;
}

.vertical-menu .verticalMenuHandleDown {
    width: 70px;
    background-color: #172037;
    color: white;
    text-align: center;
    cursor: pointer;
}

.vertical-menu > ul {
    /*position: relative;*/
    height: 100%;
}

.vertical-menu .verticalMenuWrapper > ul > li {
    position: relative;
}

    .vertical-menu .verticalMenuWrapper > ul > li:hover .left-side {
        background-color: #203149;
        width: 70px;
    }

    .vertical-menu .verticalMenuWrapper > ul > li:hover .right-side {
        display: inline-block;
    }



.vertical-menu .search-box:hover .left-side {
    background-color: #203149;
    width: 70px;
}

.vertical-menu .search-box:hover .right-side {
    display: inline-block;
}

.vertical-menu .search-box > .right-side {
    display: none;
    background-color: #203149;
    padding: 23px 0px 24px 0px !important;
    width: 250px;
    position: absolute;
    top: 20px !important;
    left: 70px;
}

.vertical-menu .vertical-menu-item {
    width: 100%;
}

    .vertical-menu .vertical-menu-item > .left-side {
        width: 70px;
        text-align: center;
        padding: 10px;
        background-color: #4b586c;
        border-top: 1px solid #203149;
    }

    .vertical-menu .vertical-menu-item .search-input {
        background-color: #203149;
        border: none;
        color: white;
        outline: none;
        border-bottom: 1px solid #ffffff;
    }

    .vertical-menu .vertical-menu-item > .left-side > img {
        width: 80%;
    }

    .vertical-menu .vertical-menu-item > .left-side > .icons-border {
        border: 2px solid white;
        border-radius: 50%;
        padding: 11px 0px;
    }

        .vertical-menu .vertical-menu-item > .left-side > .icons-border > i, .vertical-menu .vertical-menu-item > .left-side > .icons-border > a > i {
            color: white;
            font-size: 20px;
        }

    .vertical-menu .vertical-menu-item > .right-side {
        display: none;
        background-color: #203149;
        padding: 23px 0px 28px 0px;
        width: 250px;
        position: absolute;
        top: 0px;
        left: 70px;
    }

        .vertical-menu .vertical-menu-item > .right-side div {
            text-align: left !important;
        }

        .vertical-menu .vertical-menu-item > .right-side span {
            font-size: 15px;
            color: white;
            font-weight: bold;
            margin-left: 10px;
            font-family: 'Titillium Web' !important;
        }

.vertical-menu .default-btn-style {
    padding: 5px 18px;
}

/*
    subMenu child
*/
.third-menu-section {
    display: none;
    background-color: #493c37;
    height: 153px;
}

.sub-menu-child {
    display: none;
    background-color: #493c37;
    padding: 15px 0px 10px 0px;
    position: absolute;
    z-index: 100;
    margin: 0px;
    text-align: left;
    left: 32px;
}

    .sub-menu-child > li > a {
        font-size: 13px;
        color: white;
        text-decoration: none;
    }

/*
    start up section 
*/
.body-section {
    height: auto;
}

    .body-section .startup-section > span {
        color: white;
        font-size: 44px;
        font-family: 'Titillium Web';
        display: block;
        line-height: 60px;
        letter-spacing: 0.015em;
        font-weight: 300;
    }

        .body-section .startup-section > span:nth-child(2) {
            font-size: 44px;
            font-weight: 100;
            display: inline-block;
        }

    .body-section .startup-section a {
        display: inline-block;
    }

    .body-section .startup-section {
        display: inline-block;
        text-align: center;
        margin-top: 20%;
        margin-left: 28%;
        width: 1000px;
    }

        .body-section .startup-section .startup-btn-style > img {
            position: relative;
            top: -12px;
            left: 3px;
        }


    /*
    info board
*/
    .body-section > .right-side {
        float: right;
        display: inline-block;
        width: 700px;
        clear: both;
        margin-right: 2%;
    }

.info-board {
    background-color: #4b586c;
    display: inline-block;
    /*width: 700px;
    margin-top: 10px;
    height: 200px;
    overflow: hidden !important;*/
    width: 700px;
    margin-top: 10px;
    height: 210px;
    -ms-overflow-style: none;
}

    .info-board .default-btn-style {
        padding: 5px 18px !important;
    }

    .info-board .board-header {
        padding: 16px 1px 15px 30px;
    }

        .info-board .board-header h3.title {
            color: white;
            font-size: 20px;
            font-family: 'Titillium Web';
            margin: 0px;
            padding: 0px;
        }

        .info-board .board-header label.discription {
            color: #30bdf2;
            margin: 0px;
            padding: 0px;
            font-size: 12px;
        }

    .info-board .board-body .board-row {
        padding: 10px 0px;
    }

        .info-board .board-body .board-row label.discription {
            display: block;
            color: white;
            font-weight: 100;
            padding: 0px;
            margin: 0px;
        }

        .info-board .board-body .board-row span.title {
            color: white;
            font-weight: bold;
        }

    .info-board > .board-body > .board-row > div > a {
        margin-top: 5px;
        display: inline-block;
        padding: 5px 18px;
    }

    .info-board .right-side {
        margin-left: 0px;
        padding-left: 0px;
    }

.cards-item {
    padding: 0px;
}

    .cards-item .left-side img {
        width: 40px;
        padding: 10px 0px;
    }

    .cards-item .right-side span {
        color: white;
        font-weight: bold;
        line-height: 4;
    }

    .cards-item a {
        display: inline-block;
        color: #30bdf2;
        font-weight: bold;
        font-style: italic;
        font-family: 'Titillium Web';
        font-size: 14px;
        line-height: 40px;
        display: inherit;
    }


/*
* diapo style 
*/
.diapo-section {
    position: relative;
    /*width: 80%;*/
    margin: 0px auto;
}

    .diapo-section .portalProductsBg {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: block;
    }

    .diapo-section > div > .row > div {
        padding-left: 25px !important;
    }

    .diapo-section .top {
        display: block;
        height: 138px;
    }

    .diapo-section .top-left-box {
        width: 286px;
        height: 100%;
        display: inline-block;
    }

        .diapo-section .top-left-box .title .left-side,
        .diapo-section .top-right-box .title .left-side,
        .diapo-section .center-left-box .title .left-side,
        .diapo-section .center-right-box .title .left-side,
        .diapo-section .bottom-left-box .title .left-side,
        .diapo-section .bottom-right-box .title .left-side {
            text-align: left;
            padding: 6px 0px 4px 3px;
        }

        .diapo-section .top-left-box .title .right-side,
        .diapo-section .top-right-box .title .right-side,
        .diapo-section .center-left-box .title .right-side,
        .diapo-section .center-right-box .title .right-side,
        .diapo-section .bottom-left-box .title .right-side,
        .diapo-section .bottom-right-box .title .right-side {
            text-align: left;
            padding: 6px 0px 0px 0px;
        }

        .diapo-section .top-left-box .title span,
        .diapo-section .top-right-box .title span,
        .diapo-section .center-left-box .title span,
        .diapo-section .center-right-box .title span,
        .diapo-section .bottom-left-box .title span,
        .diapo-section .bottom-right-box .title span {
            color: white;
            font-size: 17px;
            font-family: 'Titillium Web';
            text-transform: uppercase;
            margin-left: 9px;
            letter-spacing: 0.035em;
            font-weight: 600;
        }

        .diapo-section .top-left-box .title img,
        .diapo-section .top-right-box .title img,
        .diapo-section .center-left-box .title img,
        .diapo-section .center-right-box .title img,
        .diapo-section .bottom-left-box .title img,
        .diapo-section .bottom-right-box .title img {
            width: 25px;
        }

        .diapo-section .top-left-box .list .left-side,
        .diapo-section .top-right-box .list .left-side,
        .diapo-section .center-left-box .list .left-side,
        .diapo-section .center-right-box .list .left-side,
        .diapo-section .bottom-left-box .list .left-side,
        .diapo-section .bottom-right-box .list .left-side {
            padding: 3px 0px 0px 5px;
            text-align: left;
        }

            .diapo-section .top-left-box .list .left-side > img,
            .diapo-section .top-right-box .list .left-side > img,
            .diapo-section .center-left-box .list .left-side > img,
            .diapo-section .center-right-box .list .left-side > img,
            .diapo-section .bottom-left-box .list .left-side > img,
            .diapo-section .bottom-right-box .list .left-side > img {
                width: 20px;
            }

        .diapo-section .top-left-box .list > li > .nyhed-tag,
        .diapo-section .top-right-box .list > li > .nyhed-tag,
        .diapo-section .center-left-box .list > li > .nyhed-tag,
        .diapo-section .center-right-box .list > li > .nyhed-tag,
        .diapo-section .bottom-left-box .list > li > .nyhed-tag,
        .diapo-section .bottom-right-box .list > li > .nyhed-tag {
            background-image: url(../../Images/EnviPortal/tagIcon.png);
            background-position: center;
            background-repeat: no-repeat;
            width: 25px;
            height: 20px;
            background-size: 25px;
            position: absolute;
            top: 7px;
            left: 5px;
        }


        .diapo-section .top-left-box .list .right-side,
        .diapo-section .top-right-box .list .right-side,
        .diapo-section .center-left-box .list .right-side,
        .diapo-section .center-right-box .list .right-side,
        .diapo-section .bottom-left-box .list .right-side,
        .diapo-section .bottom-right-box .list .right-side {
            text-align: left;
            padding: 3px 0px 0px 9px;
        }


            .diapo-section .top-left-box .list .right-side > a,
            .diapo-section .top-right-box .list .right-side > a,
            .diapo-section .center-left-box .list .right-side > a,
            .diapo-section .center-right-box .list .right-side > a,
            .diapo-section .bottom-left-box .list .right-side > a,
            .diapo-section .bottom-right-box .list .right-side > a {
                color: white;
                font-size: 12px;
                display: inline-block;
                max-width: 80%;
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
                text-decoration: none;
                letter-spacing: 0.035em;
                font-weight: 300;
            }

                .diapo-section .top-left-box .list .right-side > a > img,
                .diapo-section .top-right-box .list .right-side > a > img,
                .diapo-section .center-left-box .list .right-side > a > img,
                .diapo-section .center-right-box .list .right-side > a > img,
                .diapo-section .bottom-left-box .list .right-side > a > img,
                .diapo-section .bottom-right-box .list .right-side > a > img {
                    width: 10px;
                    position: relative;
                    top: 0px;
                }

        .diapo-section .top-left-box a.view-more,
        .diapo-section .top-right-box a.view-more,
        .diapo-section .center-left-box a.view-more,
        .diapo-section .center-right-box a.view-more,
        .diapo-section .bottom-left-box a.view-more,
        .diapo-section .bottom-right-box a.view-more {
            margin-top: 0px;
            color: #30bdf2;
            padding-left: 5px;
            display: inline-block;
            font-weight: bold;
            font-style: italic;
            font-size: 12px;
        }

    .diapo-section .top-right-box {
        width: 286px;
        height: 100%;
        display: inline-block;
    }

    .diapo-section .center {
        display: block;
        height: 138px;
        margin-top: 22px;
    }


    .diapo-section .center-left-box {
        width: 283px;
        height: 100%;
        display: inline-block;
    }

    .diapo-section .center-center-box {
        width: 140px;
        height: 100%;
        display: inline-block;
        padding-top: 41px;
    }

        .diapo-section .center-center-box .top-side,
        .diapo-section .center-center-box .bottom-side {
            text-align: center;
        }

            .diapo-section .center-center-box .top-side > .main-title {
                color: white;
                font-weight: bold;
                font-size: 17px;
                letter-spacing: 0.035em;
            }

            .diapo-section .center-center-box .bottom-side > .sub-title {
                color: white;
                font-size: 17px;
                font-weight: 300;
                letter-spacing: 0.035em;
            }

    .diapo-section .center-right-box {
        width: 286px;
        height: 100%;
        display: inline-block;
    }

    .diapo-section .bottom {
        display: block;
        height: 138px;
        margin-top: 22px;
    }

    .diapo-section .bottom-left-box {
        width: 286px;
        height: 100%;
        display: inline-block;
    }

    .diapo-section .bottom-right-box {
        width: 286px;
        height: 100%;
        display: inline-block;
    }

    .diapo-section .btn-section {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .diapo-section .btn-section a {
            padding: 5px 18px;
            color: white;
            text-decoration: none;
            position: relative;
            z-index: 1000;
            display: inline-block;
        }
/* 
    intro section
*/
.intro-section {
    color: white;
    position: relative;
}

    .intro-section .one-col-left-box {
        position: relative;
    }

    .intro-section .overlay {
        margin: 0px;
    }

    .intro-section .overlay-color-0c1f39 {
        margin: 0px;
    }

    .intro-section .bottom-side .title {
        font-size: 44px;
        font-weight: 300;
        letter-spacing: 0.035em;
        color: #ffffff;
    }

    .intro-section .bottom-side .description {
        font-size: 25px;
        font-weight: 300;
        letter-spacing: 0.035em;
        color: #ffffff;
    }

    .intro-section .intro-description {
        /*height: 208px;*/
    }

        .intro-section .intro-description p {
            font-size: 19px;
            letter-spacing: 0.035em;
            font-weight: 300;
        }
/*
    intro section  second layout
*/
.accordion-wrapper {
    position: relative;
}

    .accordion-wrapper .intro-section-second-layout {
        color: white;
        position: relative;
    }

.expand-collapse-accordion-btns {
    display: inline-block;
    position: absolute;
    top: -34px;
    right: 19px;
    height: 40px;
    padding: 5px 0px;
}

.open-all-accordion-items {
    background-image: url(../../Images/EnviPortal/twoArrowHeadsPointingDown.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #544741;
    display: inline-block;
    background-size: 18px;
}

.accordion-item .row-header .left-side img {
    width: 41px;
}

.accordion-item .row-header .right-side .title {
    font-size: 26px;
    letter-spacing: 0.035em;
    font-weight: 300;
    color: #0c1f39;
    margin-top: 6px;
    margin-bottom: 3px;
}

.accordion-item .row-header .right-side .discription {
    font-size: 18px;
    letter-spacing: 0.035em;
    font-weight: 300;
    color: #0c1f39;
}

.close-all-accordion-items {
    background-image: url(../../Images/EnviPortal/twoArrowHeadsPointingUp.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #544741;
    display: inline-block;
    background-size: 18px;
}

.intro-section-second-layout .accordion-branch-item {
    position: relative;
}

.intro-section-second-layout .one-col-left-box {
    position: relative;
}

.intro-section-second-layout .overlay {
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.intro-section-second-layout .overlay-color-0c1f39 {
    margin: 0px;
}

.intro-section-second-layout .top-side {
    text-align: center;
}

    .intro-section-second-layout .top-side .title {
        font-size: 44px;
        color: white;
        letter-spacing: 0.015em;
        font-weight: 100;
    }

    .intro-section-second-layout .top-side p {
        color: white;
        font-size: 22px;
        letter-spacing: 0.015em;
        font-weight: 100;
    }

.intro-section-second-layout .bottom-side {
    text-align: center;
}

    .intro-section-second-layout .bottom-side a {
        margin-top: 20px;
        display: inline-block;
    }

        .intro-section-second-layout .bottom-side a > img {
            width: 30px;
        }

.accordion-branch-item .item-header {
    padding: 20px 0px;
    background-color: #544741;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    cursor: pointer;
    letter-spacing: 0.035em;
    font-weight: 300;
}

    .accordion-branch-item .item-header:hover {
    }

.accordion-branch-item .item-body {
    display: none;
}

.accordion-branch-item .one-row {
    position: relative;
}

    .accordion-branch-item .one-row .row-header {
        padding: 40px 0px;
        position: relative;
    }

        .accordion-branch-item .one-row .row-header .right-side {
            padding-left: 25px;
        }

    .accordion-branch-item .one-row .row-body .two-col-box {
        position: relative;
    }

    .accordion-branch-item .one-row .row-body {
        position: relative;
    }

        .accordion-branch-item .one-row .row-body .overlay {
            margin: 0px;
        }

.accordion-branch-item .left-side > .left-side {
    text-align: right;
}

.accordion-branch-item .left-side > .right-side > .title {
    padding: 0px;
    margin: 0px;
}

.accordion-branch-item .right-side > a {
    margin-top: 20px;
    display: inline-flex;
}
/*
    accordion style 
*/
.accordion-wrapper .panel {
    background-color: red;
    margin: 0px;
    border-radius: 0px;
}

.accordion-list {
    padding: 0px;
}

.accordion-wrapper .panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-default {
    border: none;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #172037;
        border: none;
        padding: 10px;
        background-image: none;
        border-radius: 0px;
    }

        .panel-default > .panel-heading a {
            display: block;
            padding: 10px 15px;
            color: white;
            font-weight: bold;
        }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    border: none;
    color: white;
    font-weight: bold;
}

    .panel-default > .panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

/* accordion style 2 */
.accordion-product-item {
    background-color: white;
}

    .accordion-product-item .item-header {
        padding: 20px 0px 10px 10px;
        cursor: pointer;
        height: 85px;
    }

        .accordion-product-item .item-header .left-side {
            color: white;
            font-weight: bold;
        }

            .accordion-product-item .item-header .left-side span {
                position: relative;
                top: 7px;
                font-family: 'Titillium Web Light';
                font-size: 20px;
                font-weight: 200;
                letter-spacing: 0.035em;
            }

        .accordion-product-item .item-header .right-side {
            text-align: right;
            padding: 10px;
        }

            .accordion-product-item .item-header .right-side > a > img {
                width: 17px;
                margin-right: 10px;
                margin-top: 5px;
            }

    .accordion-product-item .item-body {
        position: relative;
        display: none;
    }

        .accordion-product-item .item-body .two-col-box,
        .accordion-product-item .item-body > .one-col-left-box {
            background-image: url(../../Images/EnviPortal/envidan_background-v2.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center top;
            padding: 10px;
            position: relative;
        }


.accordion-branch-item {
    position: relative;
}

    .accordion-branch-item .two-col-box {
        position: relative;
    }

    .accordion-branch-item .item-body .two-col-box .overlay {
        margin: 0px;
    }

    .accordion-product-item .item-body .one-col-left-box p,
    .accordion-branch-item .item-body .one-col-left-box p {
        color: white;
    }

    .accordion-product-item .item-body .one-col-left-box .top-side,
    .accordion-branch-item .item-body .one-col-left-box .top-side {
        padding-bottom: 30px;
    }

        .accordion-product-item .item-body .one-col-left-box .top-side img,
        .accordion-branch-item .item-body .one-col-left-box .top-side img {
            width: 40px;
        }

    .accordion-product-item .item-body .one-col-left-box .bottom-side .title,
    .accordion-branch-item .item-body .one-col-left-box .bottom-side .title {
        color: white;
        font-size: 15px;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
    }

    .accordion-product-item .item-body .one-col-left-box .bottom-side .discription,
    .accordion-branch-item .item-body .one-col-left-box .bottom-side .discription {
        color: white;
        font-weight: 100;
        padding: 0px;
        margin: 0px;
    }

    /* two col  stylel */
    .accordion-product-item .item-body .two-col-box .left-side,
    .accordion-branch-item .item-body .two-col-box .left-side {
        color: white;
        font-weight: bold;
        padding: 0px;
    }

.two-col-box .case-title {
    margin-bottom: 30px !important;
    display: block;
}

.two-col-box .regular-content {
    margin-top: 60px;
}

.accordion-product-item .item-body .two-col-box .left-side .top-side span {
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.035em;
    margin-bottom: 30px;
    display: inline-block;
}


.accordion-product-item .item-body .two-col-box .left-side .bottom-side .title,
.accordion-branch-item .item-body .two-col-box .left-side .bottom-side .title {
    font-size: 34px;
    font-family: 'Titillium Web';
    letter-spacing: 0.035em;
    font-weight: 300;
}

.accordion-product-item .item-body .two-col-box .right-side p {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: #0c1f39;
}

.accordion-product-item .item-body .two-col-box .right-side > p,
.accordion-branch-item .item-body .two-col-box .right-side > p {
    color: white;
    font-size: 19px;
    letter-spacing: 0.035em;
    font-weight: 300;
    margin-top: 60px;
    display: inline-block;
}

.accordion-product-item .item-body .two-col-box .avatar,
.accordion-branch-item .item-body .two-col-box .avatar {
    text-align: right;
}

.accordion-product-item .item-body .two-col-box .right-side,
.accordion-branch-item .item-body .two-col-box .right-side {
    color: white;
}

    .accordion-product-item .item-body .two-col-box .right-side .contact,
    .accordion-branch-item .item-body .two-col-box .right-side .contact {
        padding-bottom: 15px;
        font-weight: bold;
    }

    .accordion-product-item .item-body .two-col-box .right-side .tag,
    .accordion-product-item .item-body .two-col-box .right-side span,
    .accordion-branch-item .item-body .two-col-box .right-side .tag,
    .accordion-branch-item .item-body .two-col-box .right-side span {
        display: block;
        padding: 0px;
        margin: 0px;
        letter-spacing: 0.035em;
        font-size: 15px;
    }

    .accordion-branch-item .item-body .two-col-box .right-side .tag,
    .accordion-product-item .item-body .two-col-box .right-side .tag {
        font-weight: 300;
        font-size: 15px;
        letter-spacing: 0.035em;
        font-style: italic;
    }

.accordion-product-item .item-body .two-col-box .avatar > img,
.accordion-branch-item .item-body .two-col-box .avatar > img {
    width: 139px;
    border-radius: 50%;
    position: relative;
    top: -20px;
    height: 139px;
}

/*
   three col style video list
*/

.three-col-box .tutorial-section .title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.035em;
    color: #0c1f39;
    margin-bottom: 10px;
}

.three-col-box .tutorial-section .description {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: #0c1f39;
}

.three-col-box .video-box .header .top-title > span {
    font-weight: 300;
    padding-bottom: 0px;
    display: inline-block;
    color: #00aeef;
    font-size: 12px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.three-col-box .video-box .header .bottom-title > span {
    font-weight: bold;
    padding-bottom: 20px;
    display: inline-block;
    color: #0c1f39;
    font-size: 19px;
    letter-spacing: 0.035em;
}

.three-col-box .video-box {
    position: relative;
    padding: 10px 10px;
}

    .three-col-box .video-box .header {
        position: relative;
    }

    .three-col-box .video-box .poster {
        position: relative;
        height: 215px;
    }

        .three-col-box .video-box .poster img {
            width: 100%;
            height: 100%;
        }

        .three-col-box .video-box .poster .overlay {
            margin: 0px;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .three-col-box .video-box .poster .play-video-btn {
            background-color: rgba(0, 0, 0, 0.6);
            background-image: url('../../Images/EnviPortal/bluePlaybtn.svg');
            background-repeat: no-repeat;
            background-size: 50px;
            background-position: center;
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
        }

/* four col style books list */
.four-col-box .tutorial-section .title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.035em;
    color: #0c1f39;
    margin-bottom: 10px;
}

.four-col-box .tutorial-section .description {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0.035em;
    color: #0c1f39;
}

.four-col-box .book-box .header .bottom-title > span {
    font-weight: 300;
    padding-bottom: 20px;
    display: inline-block;
    color: #0c1f39;
    font-size: 19px;
    letter-spacing: 0.035em;
}

.four-col-box .book-box {
    position: relative;
    padding: 10px 10px;
}

    .four-col-box .book-box .header {
        position: relative;
    }

        .four-col-box .book-box .header .top-title > span {
            font-weight: 300;
            padding-bottom: 0px;
            display: inline-block;
            color: #00aeef;
            font-size: 28px;
            letter-spacing: 0.035em;
            text-transform: uppercase;
        }

    .four-col-box .book-box .poster {
        position: relative;
    }

        .four-col-box .book-box .poster img {
            width: 100%;
        }

        .four-col-box .book-box .poster .overlay {
            margin: 0px;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .four-col-box .book-box .poster .download-book-btn {
            background-color: rgba(0, 0, 0, 0.6);
            display: block;
            height: 100%;
            position: absolute;
            width: 100%;
        }

            .four-col-box .book-box .poster .download-book-btn .white-btn {
                border: none;
                padding: 5px 18px;
            }

.book-box .rapporter-cover {
    height: 350px;
    background-image: url(../../Images/EnviPortal/bookCover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .book-box .rapporter-cover img {
        height: 350px;
    }

.book-box .produktinfo-cover {
    height: 420px;
    background-image: url(../../Images/EnviPortal/bookCover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .book-box .produktinfo-cover img {
        height: 420px;
    }

.book-box .brugermanual-cover {
    height: 300px;
    background-image: url(../../Images/EnviPortal/bookCover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .book-box .brugermanual-cover img {
        height: 300px;
    }




.book-box .cover {
    background-image: url(../../Images/EnviPortal/bookCover.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

    .book-box .cover img {
        height: 100%;
    }


.four-col-box .book-box .content .discription p {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
}

/*
    case markup style
*/
.case .title {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
}

.case .image {
    /*padding-left:0px;*/
}

    .case .image > img {
        width: 100%;
    }

.case .article {
    /*padding-left:0px;*/
}

.noPaddingLeft {
    padding-left: 0px;
}

.case .article .title {
    color: #00aeef;
    font-size: 28px;
    letter-spacing: 0.035em;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}

.case .article .sub-title {
    color: #0c1f39;
    font-size: 25px;
    letter-spacing: 0.035em;
    font-weight: bold;
}

.case .article p.bold-content {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
}

.case .article p.regular-content {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    display: inline-block;
}

/*
     product section style and related product
*/

.two-col-box .read-more-btn {
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    display: inline-block;
}

.two-col-box .product-info {
    color: #172037 !important;
}


    .two-col-box .product-info .top-side img {
        width: 50px;
    }

.two-col-box .product-image > img {
    width: 100%;
}

.two-col-box .product-info ul {
    margin-left: 15px;
}

    .two-col-box .product-info ul > li {
        margin-top: 5px;
    }

.two-col-box .product-info > div > a.default-btn-style {
    margin-left: 13px;
    padding: 5px 18px;
    margin-top: 10px;
    display: inline-block;
}

.related-products .item-body .product-info .bottom-side .title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.035em;
    margin-top: 0px;
}

.related-products .item-body .product-info .bottom-side .description {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.035em;
    margin-bottom: 10px;
}
/*rp*/
.rp-block {
    background-image: url(../../Images/EnviPortal/envidan_background-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .rp-block .overlay {
        margin: 0px;
    }

    .rp-block .rp-header .title {
        color: #00aeef;
        font-size: 15px;
        letter-spacing: 0.035em;
        font-weight: 300;
        margin: 0px;
    }

    .rp-block .rp-header .sub-title {
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 0.035em;
        font-weight: 300;
        margin-top: 6px;
    }

    .rp-block .rp-list {
    }

        .rp-block .rp-list .rp-item {
            margin: 0px;
            padding-right: 0px;
            font-family: 'Titillium Web Light';
        }

            .rp-block .rp-list .rp-item .left-side {
                margin: 0px;
                padding: 0px;
            }

                .rp-block .rp-list .rp-item .left-side .image {
                    width: 100%;
                    height: 244px;
                }

                .rp-block .rp-list .rp-item .left-side .button {
                    position: absolute;
                    top: 45%;
                    left: 31%;
                    display: inline-block;
                    width: 115px;
                    height: 35px;
                    padding-top: 6px;
                    text-align: center;
                }

            .rp-block .rp-list .rp-item .right-side {
                margin: 0px;
                padding: 30px;
                background-color: #e6e6e6;
                overflow-y: auto;
                height: 244px;
            }

                .rp-block .rp-list .rp-item .right-side .header {
                }

                    .rp-block .rp-list .rp-item .right-side .header .icon {
                        width: 32px;
                        margin-bottom: 10px;
                    }

                    .rp-block .rp-list .rp-item .right-side .header .title {
                        font-weight: 200;
                        font-size: 29px;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        color: #0c1f39;
                    }

                    .rp-block .rp-list .rp-item .right-side .header .sub-title {
                        font-weight: 200;
                        margin-top: 5px;
                        color: #0c1f39;
                        font-size: 20px;
                        letter-spacing: 0.035em;
                    }

                .rp-block .rp-list .rp-item .right-side .content p {
                    color: #0c1f39;
                    font-weight: 200;
                    font-size: 15px;
                    letter-spacing: 0.035em;
                }


/*
    subMenu style
*/
.subMenu {
    display: none;
}

    .subMenu a #area-icon {
        width: 27px;
        height: 27px;
        display: inline-block;
        margin-right: 5px;
    }

.active-menu-item-style {
    border-bottom: 2px solid #fafafa;
    padding-bottom: 4px;
    padding-right: 4px;
    margin-right: -4px;
}

.active-sub-menu-item-style {
    /*background-image: -webkit-linear-gradient(top, #493c37 0, #493c37 100%);
    background-image: -o-linear-gradient(top, #493c37 0, #493c37 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#493c37), to(#493c37));
    background-image: linear-gradient(to bottom, #493c37 0, #493c37 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#493c37', endColorstr='#493c37', GradientType=0);
    background-repeat: repeat-x;*/
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-color: #493c37;
}

.sub-menu-section {
    position: absolute;
    width: 100%;
    top: 104px;
    z-index: 100;
}

/*
    hover colored
*/
.subMenu .color-brown-2:hover {
    background-color: #544741 !important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.subMenu .color-cerulean-2:hover {
    background-color: #009be0 !important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.subMenu .color-persimmon-2:hover {
    background-color: #ff5a4d !important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.subMenu .color-fruit-salad-2:hover {
    background-color: #499b6a !important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.subMenu .color-dove-gray-2:hover {
    background-color: #6d6d6d !important;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

/*
   product overview svg
*/
.st0 {
    display: none;
}

.st1 {
    display: inline;
    fill: #6D6E71;
    stroke: #000000;
    stroke-miterlimit: 10;
}

.st2 {
    opacity: 0.5;
    fill: #0D2039;
}

.st3 {
    opacity: 0.5;
    fill: #263045;
}

.st4 {
    /*opacity: 0.6;
    fill: #0D2039;*/
    opacity: 0.8;
    fill: #031D39;
}

.st5 {
    fill: #4A3D37;
}

.st6 {
    opacity: 0.5;
    fill: #031D39;
}

.st7 {
    fill: #189AD6;
}

/*
    language list
*/
.language-list {
    margin-left: 9px;
    background-color: #172037;
    color: #4b586c;
    border: none;
    outline: none;
    position: relative;
    top: 2px;
}

    .language-list .language-list-item:hover {
        background-color: red;
    }

    .language-list .language-list-item {
        display: block;
        float: none;
    }

        .language-list .language-list-item img {
            width: 20px;
            height: 20px;
        }

    .language-list button {
        background-color: #172037;
        padding: 3px 3px;
        border: 1px solid #4b586c;
    }


        .language-list button img {
            width: 20px;
            height: 20px;
            float: left;
        }

        .language-list button span {
            float: right;
            position: relative;
            top: 8px;
            left: 1px;
        }

    .language-list ul {
        display: none;
        background-color: #172037;
        color: #4b586c;
        border-radius: 0px;
        margin: 0px;
        width: 39px !important;
        min-width: 39px !important;
        padding: 0px;
        border: 1px solid;
    }

    .language-list li {
        display: inline-block;
        width: 100%;
    }

        .language-list li > a {
            display: inline-block;
            width: 100%;
            padding: 2px 0px;
            margin: 0px;
            padding-left: 4px;
        }

            .language-list li > a:hover {
                background-color: #4b586c !important;
            }

            .language-list li > a > img {
                display: inline-block;
                width: 100%;
            }

/*
    contact info
*/
.contact-info .title {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}

.contact-info .description {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 19px;
}

.intro-section .page-title {
    font-size: 40px;
}

.contact-info-section {
    background-color: #eee;
}

    .contact-info-section .intro-text h3 {
        font-size: 25px;
        font-weight: bold;
    }

    .contact-info-section .intro-text p {
        font-size: 20px;
        font-weight: normal;
    }

    .contact-info-section .personal-info img {
        width: 100%;
        height: 190px;
    }

    .contact-info-section .personal-info .full-name {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .contact-info-section .personal-info .phone {
        display: block;
        font-weight: normal;
    }

    .contact-info-section .personal-info .email {
        display: block;
        font-weight: normal;
    }

.support-info-section {
    background-color: white;
}

    .support-info-section .intro-text p {
        font-size: 20px;
        font-weight: normal;
    }

    .support-info-section .intro-text h3 {
        font-size: 25px;
        font-weight: bold;
    }

    .support-info-section .working-hours span {
        display: block;
    }

    .support-info-section .call-us span {
        display: block;
        color: #00aeef;
        margin-bottom: 10px;
    }

    .support-info-section .call-us label {
        display: block;
    }

    .support-info-section .write-to-support a {
        margin: auto 10px;
        background-color: #eee;
        color: #444;
        border: none;
    }

    .support-info-section .write-to-support label {
        color: #00aeef;
    }

/*
    media Query
*/
@media only screen and (max-width:1200px) {

    .mainMenu {
        /*background-color: greenyellow;*/
        width: 1200px !important;
    }

    .wrapper {
        width: 1200px !important;
    }

    #main-menu > li, .subMenu ul.navbar-nav > li {
        display: inline-block !important;
    }

    .subMenu .navbar-nav {
        margin: 0 !important;
    }
}

/*
    view layouts
*/
.view-layouts {
    width: 220px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 14px;
    z-index: 90;
}

    .view-layouts .white {
        color: #ffffff !important;
    }

    .view-layouts .gray {
        color: #808280 !important;
    }

    .view-layouts .divider {
        display: inline-block;
        color: #ffffff;
    }

    .view-layouts .overview-layout {
        text-align: center;
        padding: 0px;
    }

        .view-layouts .overview-layout > .title {
            font-size: 12px;
            color: #ffffff;
            display: block;
            letter-spacing: 0.035em;
        }

        .view-layouts .overview-layout > .icon {
        }

    .view-layouts .list-layout {
        text-align: center;
        padding: 0px;
    }

        .view-layouts .list-layout > .title {
            font-size: 12px;
            color: #ffffff;
            display: block;
        }

        .view-layouts .list-layout > .icon {
        }

/*
    menu  layout style 2
*/
.menu-layout-style-2 {
    background-color: #262f44;
    color: white;
    display: none;
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

    .menu-layout-style-2 .category-intro {
        color: white;
    }

        .menu-layout-style-2 .category-intro .title {
            font-family: 'Titillium Web';
            font-size: 22px;
            margin-bottom: 10px;
            display: block;
            /*font-weight: 600;*/
        }

        .menu-layout-style-2 .category-intro .description {
            font-size: 19px;
            line-height: 25px;
            letter-spacing: 0.035em;
        }



    .menu-layout-style-2 .category-box {
        margin-bottom: 50px;
    }

        .menu-layout-style-2 .category-box .icon {
            display: block;
            margin-bottom: 10px;
            height: 30px;
        }

            .menu-layout-style-2 .category-box .icon img {
            }

        .menu-layout-style-2 .category-box .title {
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
            letter-spacing: 0.035em;
        }

        .menu-layout-style-2 .category-box .description {
            font-size: 15px;
            color: white;
            margin-bottom: 20px;
            display: block;
            letter-spacing: 0.035em;
            margin-top: 5px;
        }

        .menu-layout-style-2 .category-box .view-more {
            padding: 2px 0px 0px 0px;
            height: 28px;
            text-align: center;
            width: 94px;
            display: inline-block;
        }

/*
   support page
*/
.hero-image {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .hero-image img {
        width: 100%;
        height: 427px;
        margin: 0px;
        padding: 0px;
    }

.contact-bg {
    background-image: url(../../Images/EnviPortal/envidan_background-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center;
}

    .contact-bg .overlay {
        background-color: rgba(0, 0, 0, 0.3);
    }

.envidan-bg {
    background-image: url(../../Images/EnviPortal/envidan_background-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center;
}

.envidan-no-bg {
    background-image: url(../../Images/EnviPortal/envidan_no_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center;
}

.envidan-se-bg {
    background-image: url(../../Images/EnviPortal/envidan_se_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    background-position: center;
}

.height-427px {
    height: 427px;
}

.height-325px {
    height: 325px !important;
}

.accordion-intro-bg {
    background-image: url(../../Images/EnviPortal/envidan_background-v2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 325px;
    background-position: top;
}
.accordion-intro-no-bg {
    background-image: url(../../Images/EnviPortal/envidan_no_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 325px;
    background-position: center;
}
.accordion-intro-se-bg {
    background-image: url(../../Images/EnviPortal/envidan_se_background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 325px;
    background-position: center;
}

.training-and-courses-bg {
    background-image: url(../../Images/EnviPortal/training-and-courses.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 427px;
    width: 100%;
    display: block;
    background-position: center;
}

.courses-block .box .title {
    height: 60px;
}

.courses-block .no-result{
    background-color: #f2f2f2;
    padding: 20px 20px;
    display: block;
    font-size: 15px;
    border-radius: 2px;
}

.training-programs-bg {
    background-image: url(../../Images/EnviPortal/training-programs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 427px;
    width: 100%;
    display: block;
    background-position: center;
}

.idelab-bg {
    background-image: url(../../Images/EnviPortal/idelab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 427px;
    width: 100%;
    display: block;
    background-position: center;
}

.background-position-center {
    background-position: center;
}

.ideLab-section,
.training-and-courses-section {
    background-color: #e6e6e6;
}

    .ideLab-section .left-side,
    .training-and-courses-section .left-side {
    }

        .ideLab-section .left-side .icon,
        .training-and-courses-section .left-side .icon {
        }

        .ideLab-section .left-side .title,
        .training-and-courses-section .left-side .title {
            font-size: 32px;
            letter-spacing: 0.035em;
            font-weight: 600;
            margin-bottom: 20px;
            display: block;
        }

        .ideLab-section .left-side .description p,
        .training-and-courses-section .left-side .description p {
            font-size: 19px;
            letter-spacing: 0.035em;
            margin-bottom: 30px;
        }

    .ideLab-section .right-side ul,
    .digitalization-Meeting .right-side ul,
    .training-and-courses-section .right-side ul {
        margin-top: 30px;
    }

        .ideLab-section .right-side ul li,
        .digitalization-Meeting .right-side ul li,
        .training-and-courses-section .right-side ul li {
            padding: 20px 0px;
            border-bottom: 1px solid #0c1f39;
        }

            .ideLab-section .right-side ul li:nth-child(1),
            .digitalization-Meeting .right-side ul li:nth-child(1),
            .training-and-courses-section .right-side ul li:nth-child(1) {
                border-top: 1px solid #0c1f39;
            }

            .ideLab-section .right-side ul li a,
            .digitalization-Meeting .right-side ul li a,
            .training-and-courses-section .right-side ul li a {
                letter-spacing: 0.035em;
                font-weight: 600;
                font-size: 16px;
                color: #0c1f39 !important;
                text-decoration: none;
            }

/*programmed-courses*/
.programmed-courses {
    background-color: white;
}

    .programmed-courses .top-side .title {
        color: #0c1f39;
        font-size: 28px;
        letter-spacing: 0.035px;
    }

    .programmed-courses .top-side .title {
        color: #0c1f39;
        font-size: 28px;
        letter-spacing: 0.035px;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }

    .programmed-courses .top-side .description {
        color: #0c1f39;
        font-size: 19px;
        letter-spacing: 0.035px;
    }

    .programmed-courses .bottom-side .box {
        background-color: #f2f2f2;
        padding: 30px;
    }

        .programmed-courses .bottom-side .box .title label {
            font-size: 19px;
            font-weight: 300;
            letter-spacing: 0.035em;
            color: #0c1f39;
            display: block;
            margin: 0px;
        }

        .programmed-courses .bottom-side .box .title strong {
            font-size: 19px;
            font-weight: bold;
            letter-spacing: 0.035em;
            color: #0c1f39;
            display: block;
        }

        .programmed-courses .bottom-side .box .description {
            font-size: 15px;
            font-weight: 300;
            letter-spacing: 0.035em;
            color: #0c1f39;
            display: block;
            margin: 10px 0px 20px 0px;
            height: 150px;
            max-height: 150px;
            overflow: hidden;
        }

        .programmed-courses .bottom-side .box .list {
        }

            .programmed-courses .bottom-side .box .list li {
                padding-bottom: 10px;
            }

                .programmed-courses .bottom-side .box .list li label {
                    color: #00aeef;
                    display: block;
                    font-size: 12px;
                    font-weight: 300;
                    letter-spacing: 0.035em;
                }

                .programmed-courses .bottom-side .box .list li span {
                    color: #0c1f39;
                    display: block;
                    font-size: 12px;
                    font-weight: 300;
                    letter-spacing: 0.035em;
                }

        .programmed-courses .bottom-side .box .btn-section {
            padding: 30px;
            background-color: #e6e6e6;
            text-align: center;
            margin: 10px -30px -30px -30px;
        }

            .programmed-courses .bottom-side .box .btn-section a {
                font-size: 12px;
                letter-spacing: 0.035em;
                color: #0c1f39;
                padding: 6px 20px;
            }

    .programmed-courses .view-all {
        text-align: center;
    }

        .programmed-courses .view-all a {
            font-size: 12px;
            letter-spacing: 0.035em;
            color: #0c1f39;
            text-decoration: underline;
        }

.course {
}

    .course .course-date {
        font-size: 15px;
    }

    .course .top-side .description {
        color: #0c1f39;
        font-size: 19px;
        letter-spacing: 0.035px;
    }

    .course .opret-ide-popup .content {
        padding: 30px 0px 0px 0px;
        background-color: white;
    }

    .course .opret-ide-popup {
        width: auto;
        background-color: white;
        border-radius: none;
        box-shadow: none;
        z-index: 0;
    }

        .course .opret-ide-popup .submit {
            width: 195px;
            height: 41px;
            letter-spacing: 0.035em;
            font-size: 17px;
            font-weight: 300;
        }

    .course .list {
        margin-left: 0px;
        padding-left: 0px;
    }

        .course .list li label {
            width: 47px;
        }

        .course .list li {
            padding: 5px 0px;
            border-bottom: 1px solid #e4e4e4;
        }

            .course .list li:last-child {
                border-bottom: none;
            }

.form-message {
    padding: 10px 20px !important;
    width: 100%;
}

/*tailored-programs*/
.tailored-programs {
    background-color: #f2f2f2;
    display: block;
}

    .tailored-programs .description p {
        margin: 15px 0px;
        font-size: 19px;
        letter-spacing: 0.035em;
        font-weight: 300;
    }

    .tailored-programs .title {
        color: #0c1f39;
        font-size: 28px;
        letter-spacing: 0.035px;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }

/*teaching-via-screen*/
.teaching-via-screen {
    background-color: #ffffff;
}

    .teaching-via-screen .description p {
        margin: 15px 0px;
        font-size: 19px;
        letter-spacing: 0.035em;
        font-weight: 300;
    }

    .teaching-via-screen .title {
        color: #0c1f39;
        font-size: 28px;
        letter-spacing: 0.035px;
        font-weight: 600;
        margin-bottom: 20px;
        display: block;
    }
/*contact-section*/
.contact-section {
    font-weight: 300;
    letter-spacing: 0.035em;
    height: 240px;
    overflow: hidden;
}

    .contact-section .contact-image {
        height: 240px !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        /*background-color: #eaeaea;*/
    }

    .contact-section .left-side {
        margin: 0px;
        padding-right: 0px;
        height: 100%;
    }

    .contact-section .right-side {
        margin: 0px;
        padding: 0px 0px 1px 23px;
        background-color: #ffffff;
    }

    .contact-section .left-side img {
        width: 100%;
        height: 100%;
    }

    .contact-section .right-side {
        height: 240px;
    }

        .contact-section .right-side .title {
            font-size: 25px;
            color: #00aeef;
            margin-bottom: 30px;
            display: block;
        }

        .contact-section .right-side .teaching-adviser span {
            font-size: 19px;
            font-weight: 600;
        }

        .contact-section .right-side .teaching-adviser label {
            font-weight: 300;
            font-size: 17px;
            letter-spacing: 0.035em;
        }

        .contact-section .right-side .phone {
            margin-top: 10px;
            display: block;
            font-size: 17px;
            font-weight: 300;
            margin-bottom: 0px;
        }

        .contact-section .right-side .email {
            display: block;
            font-size: 17px;
            font-weight: 300;
        }

/*
    ideBox
*/
.digitalization-Meeting,
.ideBox-section {
    background-color: #ffffff;
}

    .ideLab-section .left-side > .title,
    .digitalization-Meeting .left-side > .title {
        color: #0c1f39;
        font-size: 32px;
        letter-spacing: 0.035em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .ideBox-section .left-side > .title {
        color: #0c1f39;
        font-size: 30px;
        letter-spacing: 0.035em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .ideLab-section .left-side > .sub-title,
    .digitalization-Meeting .left-side > .sub-title,
    .ideBox-section .left-side > .sub-title {
        color: #0c1f39;
        font-size: 32px;
        letter-spacing: 0.035em;
        font-weight: 300;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .ideLab-section .left-side > .description .bold-content,
    .digitalization-Meeting .left-side > .description .bold-content,
    .ideBox-section .left-side > .description .bold-content {
        margin-bottom: 20px;
        margin-top: 30px;
    }

        .ideLab-section .left-side > .description .bold-content p,
        .digitalization-Meeting .left-side > .description .bold-content p,
        .ideBox-section .left-side > .description .bold-content p {
            color: #0c1f39;
            font-size: 19px;
            letter-spacing: 0.035em;
            font-weight: 600;
        }

    .ideLab-section .left-side > .description .regular-content p,
    .digitalization-Meeting .left-side > .description .regular-content p,
    .ideBox-section .left-side > .description .regular-content p {
        color: #0c1f39;
        font-size: 19px;
        letter-spacing: 0.035em;
        font-weight: 300;
    }

    .ideLab-section .left-side > .description .caption-content p,
    .digitalization-Meeting .left-side > .description .caption-content p,
    .ideBox-section .left-side > .description .caption-content p {
        color: #0c1f39;
        font-size: 15px;
        letter-spacing: 0.035em;
        font-weight: 600;
        padding: 20px 20px;
        background-color: #f2f2f2;
    }

    .ideLab-section .right-side > .ideas-box,
    .digitalization-Meeting .right-side > .ideas-box,
    .ideBox-section .right-side > .ideas-box {
        background-color: #f2f2f2;
        padding: 0px 30px;
    }

        .ideLab-section .right-side > .ideas-box .header .title,
        .digitalization-Meeting .right-side > .ideas-box .header .title,
        .ideBox-section .right-side > .ideas-box .header .title {
            color: #0c1f39;
            font-size: 22px;
            letter-spacing: 0.035em;
            font-weight: 600;
            padding: 30px 29px 30px;
            margin: 0px -30px;
            border-bottom: 1px solid #b3b3b3;
        }

        .ideLab-section .right-side > .ideas-box .regular-content,
        .digitalization-Meeting .right-side > .ideas-box .regular-content,
        .ideBox-section .right-side > .ideas-box .regular-content {
            padding: 30px 0px;
        }

            .ideBox-section .right-side > .ideas-box .regular-content .description p {
                color: #0c1f39;
                font-size: 15px;
                letter-spacing: 0.035em;
                font-weight: 300;
                margin-bottom: 20px;
            }

        .ideLab-section .right-side > .ideas-box .foot,
        .digitalization-Meeting .right-side > .ideas-box .foot,
        .ideBox-section .right-side > .ideas-box .foot {
            padding: 31px 0px;
            background-color: #e6e6e6;
            text-align: center;
            margin: 0px -30px;
        }

.ideas-box .foot .create-idea-btn {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.035em;
    font-weight: 300;
    height: 41px;
    display: inline-block;
    cursor: pointer;
}

.digitalization-Meeting .right-side > .ideas-box .foot .create-idea,
.ideBox-section .right-side > .ideas-box .foot .create-idea {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 0.035em;
    font-weight: 300;
    height: 41px;
    display: inline-block;
    padding-top: 7px;
    cursor: pointer;
}

.ideLab-section .right-side > .contact-us,
.digitalization-Meeting .right-side > .contact-us,
.ideBox-section .right-side > .contact-us {
    color: #0c1f39;
    font-size: 15px;
    letter-spacing: 0.035em;
    font-weight: 300;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}

.ideBox-section form .form-message-error {
    background-color: #ffcece;
    width: 100%;
    padding: 10px 10px;
    font-weight: 300;
    border-radius: 3px;
    color: red;
}

.ideBox-section form .form-message-success {
    background-color: #c3fbb5;
    width: 100%;
    padding: 10px 10px;
    font-weight: 300;
    border-radius: 3px;
    color: #475d41;
}
/*
    third block 
*/
.third-block {
    background-color: #f2f2f2;
}

    .third-block .title {
        color: #0c1f39;
        font-size: 30px;
        letter-spacing: 0.035em;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .third-block .sub-title {
        color: #0c1f39;
        font-size: 32px;
        letter-spacing: 0.035em;
        font-weight: 300;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .third-block .description {
    }

        .third-block .description > .regular-content > p {
            color: #0c1f39;
            font-size: 19px;
            letter-spacing: 0.035em;
            font-weight: 300;
        }

        .third-block .description > .bold-content > p {
            color: #0c1f39;
            font-size: 19px;
            letter-spacing: 0.035em;
            font-weight: 600;
        }




/*
    digitalization meeting 
*/

/*
    support page 
*/

.support-section {
    background-color: #f2f2f2;
}
/*support-schedule*/
.support-schedule .title {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 30px;
}

.support-schedule .description {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 19px;
}

.support-schedule .working-hours {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 19px;
}

    .support-schedule .working-hours .days {
        display: inline-block;
        min-width: 200px;
    }

    .support-schedule .working-hours .hours {
    }
/*call-support*/
.call-support .title {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: bold;
    font-size: 19px;
}

.call-support .description {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 19px;
}

    .call-support .description > strong {
        color: #0c1f39 !important;
    }


/*support-team*/
.support-team .avatar {
    width: 100%;
}

.support-team .title {
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: bold;
    font-size: 19px;
}

.support-team .phone {
    display: block;
}

.support-team .email {
    display: block;
}


.support-team .fullname {
    display: block;
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0px;
}

.support-team .jobTitle {
    display: block;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
}

.support-team .description {
    display: block;
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 15px;
}

.support-team .st-image {
    height: 150px;
    width: 100%;
    /*background-color: #dcdcdc;*/
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

/*write-to-support*/
.write-to-support .title {
    display: block;
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 30px;
}

.write-to-support .description {
    display: block;
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 19px;
}

.write-to-support .submit-btn {
    display: inline-block;
    color: #0c1f39;
    letter-spacing: 0.035em;
    font-weight: 300;
    font-size: 12px;
    margin: 30px 0px;
    padding: 6px 18px;
}

/*
    ide box popup 
*/
.opret-ide-popup {
    width: 600px;
    background-color: #f2f2f2;
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    border-radius: 4px;
    box-shadow: 0px 1px 2px #b3b3b3;
    z-index: 100000;
}

    .opret-ide-popup .close img {
        position: absolute;
        right: 20px;
        top: 34px;
        width: 20px;
    }

    .opret-ide-popup * {
        padding: 0px;
    }

    .opret-ide-popup .form-control {
        font-size: 12px;
        letter-spacing: 0.035em;
        font-weight: 300;
        padding: 10px 10px;
        border-radius: 0px;
    }

    .opret-ide-popup .content {
        padding: 30px 20px 20px 20px;
    }

        .opret-ide-popup .content .description {
            height: 170px;
        }

    .opret-ide-popup .foot {
        background-color: #e6e6e6;
        padding: 35px 0px;
        text-align: center;
        border-radius: 0px 0px 4px 4px;
    }

        .opret-ide-popup .foot .submit {
            width: 195px;
            height: 41px;
            letter-spacing: 0.035em;
            font-size: 17px;
            font-weight: 300;
        }

    .opret-ide-popup .head {
        padding: 34px 22px;
        border-bottom: 1px solid #d0d0d0;
    }

        .opret-ide-popup .head .title {
            font-size: 22px;
            color: #0c1f39;
            letter-spacing: 0.035em;
            font-weight: 300;
            padding: 0px;
            margin: 0px;
        }

/*
    feedback box style
*/
.feedback-box {
}

    .feedback-box .hide-feedback-question {
        display: none;
    }


    /*smileys*/
    .feedback-box .smileys-1-5 .smiley-1,
    .feedback-box .smileys-1-3 .smiley-1 {
        width: 80px;
        height: 80px;
        background-image: url(../../Images/smiley1.png);
        background-size: 80px;
        /*background-position: 7px 0px;*/
        display: inline-block;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .feedback-box .smileys-1-5 .smiley-2{
        width: 80px;
        height: 80px;
        background-image: url(../../Images/smiley2.png);
        background-size: 80px;
        /*background-position: -75px 0px;*/
        display: inline-block;
        cursor: pointer;
    }

    .feedback-box .smileys-1-5 .smiley-3,
    .feedback-box .smileys-1-3 .smiley-2  {
        width: 80px;
        height: 80px;
        background-image: url(../../Images/smiley3.png);
        background-size: 80px;
        /*background-position: -159px 0px;*/
        display: inline-block;
        cursor: pointer;
    }

    .feedback-box .smileys-1-5 .smiley-4{
        width: 80px;
        height: 80px;
        background-image: url(../../Images/smiley4.png);
        background-size: 80px;
        /*background-position: -242px 0px;*/
        display: inline-block;
        cursor: pointer;
    }

    .feedback-box .smileys-1-5 .smiley-5,
    .feedback-box .smileys-1-3 .smiley-4  {
        width: 80px;
        height: 80px;
        background-image: url(../../Images/smiley5.png);
        background-size: 80px;
        /*background-position: -323px 0px;*/
        display: inline-block;
        cursor: pointer;
    }

    .feedback-box .smileys-type {
        text-align: center;
    }

    .feedback-box .fq-radiobuttons .fq-radiobutton {
        margin-left: 64px;
    }

        .feedback-box .fq-radiobuttons .fq-radiobutton:first-child {
            margin-left: 0px;
        }

    .feedback-box .feedback-question span {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0.035em;
    }


/*yes no*/
.yesNo-type .fq-radiobuttons-yesNo label {
    position: relative;
    top: -3px;
    left: 5px;
    cursor: pointer;
}

/* text type*/
.text-type textarea {
    height: 100px !important;
}

/*feedback footer */
#feedbackModal .foot .feedback-next {
    float: right;
    margin-right: 20px;
    width: 129px !important;
}

#feedbackModal .foot .feedback-prev {
    display: none;
    float: left;
    margin-left: 20px;
    width: 129px !important;
}

#feedbackModal .foot #feedback-submit {
    display: none;
    float: right;
    margin-right: 20px;
    background-color: #4cb100 !important;
    border: 1px solid #51b108 !important;
}

    #feedbackModal .foot #feedback-submit:hover,
    #feedbackModal .foot #feedback-submit:active {
        background-color: #429007 !important;
        border: 1px solid #51b108 !important;
    }

.feedback-success, .feedback-error {
    padding: 15px 10px;
}

#feedbackModal {
    z-index: 700000;
}

.system-status-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    color:black;
    background-color: white;

    border-radius: 0.3rem;

    padding: 1.5rem 2rem;
    margin-top: 2rem;
}

.system-status-logo {
    width: 50px;
}

.system-status-header {
    margin-top: 2rem;
}

.system-status-text {
    text-align: left;
}