﻿* {
    transition: all 0 !important;
}

body, html {
    background: #e9e9e9;
    font-family: 'Roboto Slab', serif;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    height: 100%;
    outline: none;
    letter-spacing: -0.025em;
}

a {
    outline: none;
    color: #4293cf;
}

    a:hover {
        outline: none;
        color: #1967a9;
    }

* {
    outline: none;
}

label {
    font-weight: normal;
}

hr {
    height:1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.main-wrapper {
    min-height: 100%;
    padding-bottom: 152px;
    overflow: hidden;
}

.container {
    max-width: 970px;
    max-width: 1170px;
    max-width: 1000px;
}

.whsp-pre-line {
    white-space: pre-line
}

.text-semibold {
    font-weight:600;
}

.float-left {
    float: left;
}

.field-validation-error {
    color: #c11313;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
}

.datepicker:read-only, .datetimepicker:read-only {
    background-color: white;
    cursor: pointer;
}

.datepicker + .input-group-addon {
    cursor: pointer;
}

.input-group.date{
    max-width:150px;
}

.text-bold {
    font-weight:bold;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-15 {
    margin-right: 15px;
}

.m-auto {
    margin:auto;
}

.display-none{
    display:none;
}

.ajax-loader {
    background: url(img/loader.gif) no-repeat;
    background-position: center center;
    height: 11px;
    width: 16px;
}

/* header-banner
=====================================================================*/
.header-banner {
    min-height: 300px;
    background: url('../Content/img/bg_header_banner.jpg') 100% 100% no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

    .header-banner .overlay-dark {
        position: absolute;
        display: block;
        background: rgba(0, 0, 0, 0.75);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .header-banner a.logo {
        background: url('../Content/img/logo_mt_2x.png') no-repeat;
        background-position: top center;
        background-size: 180px 81px;
        width: 180px;
        height: 81px;
        display: inline-block;
        margin-top: 66px;
        cursor: pointer;
    }

/*/\/\/\/\/\/\ animation sloan */

@-webkit-keyframes slow-opacity-animation {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slow-opacity-animation-green {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes slow-opacity-animation {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes slow-opacity-animation-green {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes slow-opacity-animation {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes slow-opacity-animation-green {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-banner .slogan {
    color: #fff;
    font-weight: bold;
    font-size: 54px;
    text-align: center;
    margin: 35px 0 0 0;
    padding: 0;
    -webkit-animation: slow-opacity-animation 1s ease-in;
    animation: slow-opacity-animation 1s ease-in;
}

    .header-banner .slogan span {
        color: #7cc576;
        -webkit-animation: slow-opacity-animation-green 2s ease-in;
        animation: slow-opacity-animation-green 2s ease-in;
    }


/* content login page
=====================================================================*/

.content-login-page {
    background: url('../Content/img/content_bg_login_page.jpg') 100% 100% no-repeat;
    background-position: top center;
    background-size: cover;
    /*min-height:436px;*/
}

.login-form-container {
    background: rgba(0, 0, 0, 0.75);
    min-height: 436px;
    padding: 46px 60px 36px;
    color: #cccccc;
}


    /* login form
-----------*/

    .login-form-container h2 {
        margin: 0 0 0 0;
        padding: 0;
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

.login-form input {
    border-radius: 0;
}

.login-form label {
    font-weight: normal;
    padding-bottom: 5px;
}

.login-form .btn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 21px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
    transition: background 400ms;
}

.forgot-password {
    text-align: center;
    margin-top: 34px;
}

    .forgot-password a {
        color: #cccccc;
        text-decoration: underline;
        transition: color 400ms;
    }

        .forgot-password a:hover {
            color: #fff;
        }

.login-form .email {
    margin: 18px 0 0;
}

.login-form .password {
    margin: 10px 0 0;
}

.login-form .remember-me {
    margin: 10px 0;
}

/*reset pass, forgot pass*/

.login-form .imput {
    margin: 10px 0;
}

.confirmation-block {
    min-height: 0px;
    background: #398a33 url('../Content/img/stripes_green_confirm.png');
}

    .confirmation-block h2 {
        color: #88fc7e;
    }

    .confirmation-block a {
        color: #fff;
        text-decoration: underline;
    }

/* contacts
-----------*/

.contacts-login-page {
}

    .contacts-login-page h3 {
        color: #7cc576;
        font-size: 30px;
        font-weight: bold;
        padding: 0;
        margin: 30px 0 24px 0;
        text-transform: uppercase;
    }

    .contacts-login-page p {
        margin: 0;
        padding: 0;
    }

    .contacts-login-page hr {
        background: #d9d9d9;
        border: none;
        height: 1px;
        margin: 30px 0 30px 0;
        padding: 0;
    }

    .contacts-login-page .contact-info {
        margin: 0;
        padding: 0;
    }

        .contacts-login-page .contact-info::after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

    .contacts-login-page .logo-contact {
        /*width: auto;*/
        /*max-height: 58px;*/
        margin-right: 25px;
        display:block;
    }

    .contacts-login-page .logo-project-contact {
        width: auto;
        max-height: 85px;
        margin-top: 73px;
    }

    .contacts-login-page .col-contact {
        float: left;
        display: block;
    }

/* info login page
-----------*/

.info-login-page {
    background: rgba(0, 0, 0, 0.75);
    padding: 0 60px;
    position: relative;
}

    .info-login-page .company-info {
        border-top: 1px solid #636363;
        padding: 30px 0px 46px 0px;
        margin: 0px;
    }

        .info-login-page .company-info h3 {
            color: #7cc576;
        }

        .info-login-page .company-info p {
            color: #fff;
        }

.angle_list_fronpage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27px;
    height: 27px;
    background: url('../Content/img/angle_list_fronpage1.png') 100% 100% no-repeat;
    background-size: 27px 27px;
}

/* footer
=====================================================================*/

.footer {
    position: relative;
    margin-top: -125px;
    height: 125px;
    clear: both;
    background: #404040;
}

    .footer .links {
        margin: 48px 0 0 0;
    }
    .footer .copyright {
        color: #b0b0b0;
        font-size: 12px;
        padding: 0;
        display: inline-block;
    }

    .footer .privacy {
        color: #b0b0b0;
        margin: 0 0 0 45px;
        padding: 0;
        display: inline-block;
        text-decoration: none;
    }

.privacy-header-banner {
   margin-top: 30px;
}

.privacy-header-div {
    margin: 20px 50px 120px 50px;
}

.header-privacy .privacy {
    color: #f6f6f6;
    margin: 0px 0 0 45px;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}

.header-privacy {
    float:right; 
    margin: 25px;
}

.privacy-current {
    text-decoration: underline!important;
}

.privacy:active,
.privacy:hover {
    text-decoration: underline;
}

.privacy-text {
    color: #f6f6f6;
    font-size: 14px;
}

.privacy-margin {
    margin-bottom: 8px!important;
}

.privacy-sub-link {
    margin-left: 50px;
}

.privacy-description {
    font-weight: bold;
}

.privacy-description-start {
    font-size: 16px;
}

.backround-personvern {
    background: #404040;
}

.logo-privacy {
    margin-right: 30px;
    margin-bottom: 17px;
}

.image-privacy {
    max-height: 65px !important;
    display: block !important;
    margin-top: 15px;
}

.privacy-container {
    max-width: unset!important;
}

.privacy-ol {
    padding-inline-start: 15px;
    color: #4293cf;
    margin-bottom: unset;
}

.footer .back-to-top {
    height: 43px;
    width: 43px;
    background: url('../Content/img/icon_back_to_top.png') no-repeat;
    background-position: center center;
    background-size: 42px 42px;
    border-radius: 1000px;
    cursor: pointer;
    transition: ease background 400ms;
}

        .footer .back-to-top:hover {
            background-color: #4293cf;
        }

/* top menu mp
=====================================================================*/

.wrapper-top-menu {
    background: #404040;
    min-height: 80px;
}

    .wrapper-top-menu .logo-top-menu {
        width: 105px;
        height: 47px;
        background: url('../Content/img/logo_mt_2x.png') no-repeat;
        background-position: top center;
        background-size: 104px 47px;
        margin-top: 17px;
    }

/*menu*/

ul.nav-login-user {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

    ul.nav-login-user li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        margin-top: 28px;
        margin-bottom: 28px;
    }

        ul.nav-login-user li a {
            color: #7cc576;
            margin-right: 25px;
            font-weight: bold;
        }


        ul.nav-login-user li:last-child a {
            /*color:#dddddd;*/
            margin: 0;
            padding: 0;
            font-weight: normal;
        }

.menu-how-work {
    display: none !important;
}

/*title project*/

.title-project-wrapper {
    background: #fff;
    overflow: hidden;
}

    .title-project-wrapper h3 {
        margin: 0;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        letter-spacing: -0.05em;
        font-weight: bold;
        line-height: 119px;
        color: #7cc576;
    }

/*sub-menu-top*/

.sub-menu-top {
    background: #53954d;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: -0.05em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    min-height: 50px;
}

    .sub-menu-top ul {
        margin: 0;
        padding: 0;
    }

        .sub-menu-top ul li {
            list-style: none;
            margin-right: 18px;
            display: inline-block;
            margin-right: 6px;
        }

            .sub-menu-top ul li a {
                color: #fff;
                padding: 5px 16px;
                background: transparent;
                border-radius: 50px;
                -webkit-transition: all 500ms;
                transition: all 500ms;
                border: 1px solid #53954d;
                text-transform: uppercase;
            }

                .sub-menu-top ul li a:hover {
                    color: #fff;
                    padding: 5px 16px;
                    background: #53954d;
                    border-radius: 50px;
                    text-decoration: none;
                    border: 1px solid #2c7926;
                }

    .sub-menu-top .activeUnitMenuItem a {
        color: #fff;
        padding: 5px 16px;
        background: #2c7926;
        border-radius: 50px;
        border: 1px solid #53954d;
        text-transform: uppercase;
    }

        .sub-menu-top .activeUnitMenuItem a:hover {
            color: #fff;
            padding: 5px 16px;
            background: #2c7926;
            border-radius: 50px;
            border: 1px solid #2c7926;
        }

/*advertasing*/

.ad-link-top a {
    color: #a5f79f;
    padding: 5px 16px;
    background: transparent;
    border-radius: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: 1px solid #53954d;
}

    .ad-link-top a:hover {
        color: #fff;
        padding: 5px 16px;
        background: #53954d;
        border-radius: 50px;
        text-decoration: none;
        border: 1px solid #2c7926;
    }


/*content main wrapper*/

.content-main-wrapper {
    padding-top: 50px;
}

    .content-main-wrapper * {
        border-radius: 0;
    }

    .content-main-wrapper hr {
        background: #cbcbcb;
        height: 2px;
        border: none;
    }

    .content-main-wrapper h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .content-main-wrapper h1 {
        font-size: 30px;
    }

    .content-main-wrapper h2 {
        font-size: 18px;
    }

    .content-main-wrapper .img-plan {
        width: 100%;
        height: auto;
        max-width: 600px;
        margin-bottom: 10px;
    }

    .content-main-wrapper .btn-blue {
        font-family: "Montserrat",sans-serif;
        font-size: 16px;
        padding: 6px 21px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        background: #4293cf;
        transition: background 400ms ease 0s;
        border: 0px;
        margin: 5px;
        float: right;
    }

    .content-main-wrapper .btn-transparent {
        font-family: "Montserrat",sans-serif;
        padding: 6px 52px;
        color: #4293cf;
        background-color: transparent;
        border-color: #4293cf;
        transition: background 400ms ease 0s;
        margin: 5px;
        float: right;
        background-position: 10px 4px;
        background-repeat: no-repeat;
        text-align: left;
    }
    
    .btn-transparent-bankid {
    background: url(img/i_bankid.svg);
    }
    
    .btn-transparent-mobile {
    background: url(img/i_bankid_mobile.svg);
    }
    
    .btn-transparent-device {
    background: url(img/i_bankid_device.svg);
    }

    .content-main-wrapper .btn-green {
        font-family: "Montserrat",sans-serif;
        font-size: 16px;
        padding: 6px 21px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
        background: #7cc576;
        transition: background 400ms ease 0s;
        border: 0px;
    }

    .content-main-wrapper .btn-white {
        font-family: "Montserrat",sans-serif;
        font-size: 16px;
        padding: 6px 21px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
        text-transform: uppercase;
        background: #fff;
        transition: background 400ms ease 0s;
        border: 0px;
        color: #555;
        border: 1px solid #cccccc;
    }

    /*list document*/

    .content-main-wrapper ul.list-documents {
        margin: 0;
        padding: 0;
    }

        .content-main-wrapper ul.list-documents li {
            margin: 0 20px 0 0;
            padding: 0;
            list-style: none;
            display: inline-block;
        }

            .content-main-wrapper ul.list-documents li.title-document a {
                margin: 0 0 0 0;
                color: #000;
            }

                .content-main-wrapper ul.list-documents li.title-document a img {
                    position: relative;
                    top: 4px;
                    margin-right: 5px;
                }

                .content-main-wrapper ul.list-documents li.title-document a .name-document {
                    position: relative;
                    left: 5px;
                }

        .content-main-wrapper ul.list-documents .date-document {
            padding: 0;
            font-size: 12px;
            color: #8b8b8b;
        }

/*table*/

.table-user-style {
    background: #fff;
    margin-top: 30px;
}

    .table-user-style thead {
        font-weight: bold;
    }

    .table-user-style tfoot tr td {
        font-weight: bold;
        background: #dddddd;
        color: #935586;
        font-size: 20px;
        line-height: 1em;
    }

.sort_asc, .sort_desc {
    position: relative;
    cursor: pointer;
}

    .sort_asc:after {
        display: block;
        width: 15px;
        height: 15px;
        background: url('/Content/img/arrow-sort-down.png') center center no-repeat;
        background-size: 8px 4px;
        position: absolute;
        content: '';
        color: #fff;
        right: 10px;
        top: 10px;
    }

    .sort_desc:after {
        display: block;
        width: 15px;
        height: 15px;
        background: url('/Content/img/arrow-sort-top.png') center center no-repeat;
        background-size: 8px 4px;
        position: absolute;
        content: '';
        right: 10px;
        top: 10px;
    }


ul.category-material-list {
    margin: 0px 0 0 0;
    padding: 0;
}

    ul.category-material-list li {
        margin: 0 6px 25px 6px;
        padding: 0;
        list-style: none;
        display: block;
        max-width: 220px;
        min-height: 200px;
        border-bottom: 1px solid #cacaca;
        padding-bottom: 10px;
    }


        ul.category-material-list li a {
            display: block;
        }

        ul.category-material-list li span.name-category {
            display: block;
            text-align: center;
            margin: 5px 0 0px 0;
        }

.title-category-name-green h1 {
    color: #7cc576;
}

.category-banner{
    max-width:100%;
    margin: 10px 0;
}

.category-description {
    margin: 10px 0 30px;
}

/*category level 1*/

.category-material-list-level-1 {
    text-align: center;
}

    .category-material-list-level-1 img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }


    .category-material-list-level-1 a span {
        padding-top: 10px;
        padding-bottom: 20px;
        display: inline-block;
    }

/*sub category*/

#variants_values {
    width: 100%;
    max-width: 400px;
}

/*right*/
.right-side-sub-category-container {
    margin-bottom: 40px;
    margin-top: 10px;
}

    .right-side-sub-category-container .total-price {
        font-size: 20px;
    }

        .right-side-sub-category-container .total-price b {
            color: #935586;
        }

    .title-sub-category {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        margin-bottom:10px;
    }

         .title-sub-category b {
            text-transform: uppercase;
        }

        .title-sub-category span {
            color: #53954d;
        }

    /*list*/
    .right-side-sub-category-container ul.list-checked {
        padding: 0;
        margin: 0;
    }

        .right-side-sub-category-container ul.list-checked li {
            padding: 0;
            margin: 0;
            list-style: none;
            padding-left: 30px;
            background: url('../Content/img/v_list_checked.png') center left no-repeat;
        }

            .right-side-sub-category-container ul.list-checked li b {
                /*color:#935586;*/
            }

/*list alt*/

ul.list-checked-alt {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

    ul.list-checked-alt li {
        background: #fff !important;
        display: inline-block;
        margin: 5px !important;
        padding: 0 !important;
        list-style: none !important;
        position: relative;
    }

        ul.list-checked-alt li span.check-icon {
            background: url('../Content/img/v_list_checked.png') #fff center center no-repeat;
            width: 24px;
            height: 24px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        ul.list-checked-alt li img {
            margin: 4px;
            padding: 0;
        }

/*left*/
.left-side-sub-category-container {
}

    .left-side-sub-category-container img {
        width: 100%;
        height: 100%;
        max-width: 325px;
    }


    .left-side-sub-category-container h4 {
        margin-bottom: 25px;
        margin-top: 15px;
        display: inherit;
    }

    .left-side-sub-category-container .col-md-6 {
        padding-bottom: 0px;
        min-height: 360px;
    }

.left-side-sub-category-container2 .col-md-6 {
    padding-bottom: 0px;
}

.container-check-sub {
    padding: 6px 0px 0px 6px;
    font-size: 14px;
    position: relative;
}

    .container-check-sub label {
        font-weight: bold;
        /*width:80%;*/
    }



a.alternative_info {
    position: absolute;
    /*position:relative !important;*/
    vertical-align: top;
    text-align: left;
    top: -35px;
    left:10px;
    font-size:28px;
    width:26px;
    height:16px;
    display:inline-block;
    border-radius:20px;
    text-align:left;
}

    .alternative_info:before {
        position:absolute !important;
        width: 26px !important;
        height: 26px !important;
        background:#fff !important;
    }

a.alternative_info:after {
    position: absolute !important;
    top: -30px;
    left: 3%;
}




.container-price-sub {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 8px 2px;
    text-align: right;
}

.container-price-border {
    border-top: 1px solid #9a9a9a;
}

.container-price-sub b {
    /*color:#935586;*/
}


/* user page 
=====================================================================*/
/*plan*/

.img-container-userpage-plan a img {
    width: 100%;
    height: auto;
}

/*header*/

.header-table-userpage {
    /*line-height:74px;*/
    height: 74px;
    padding-left: 20px;
    background: #f9f9f9;
    border-bottom: 2px solid #dddddd;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
}

    .header-table-userpage a {
        color: #333;
        text-decoration: none;
        cursor: default;
    }

        .header-table-userpage a span {
            display: inline-block;
            left: 82px;
            margin-bottom: -61px;
            position: absolute;
            top: 13px;
        }



    .header-table-userpage img {
        margin-right: 10px;
        margin-top: 12px;
    }

    .header-table-userpage .btn-table-userpage {
        margin-left: 10px;
        display: inline-block;
        line-height: 19px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 8px;
        color: #fff;
        background: #4293cf;
        cursor: pointer;
        position: absolute;
        top: 41px;
        left: 72px;
    }

/*table*/



.body-table-userpage table.table-user-style {
    margin-top: 0px;
    margin-bottom: 0;
    border: 0px;
}

    .body-table-userpage table.table-user-style td {
        border: 0px;
        border-bottom: 1px solid #dddddd;
        padding: 8px 15px;
        /*width:40%;*/
        font-size: 14px;
    }

        .body-table-userpage table.table-user-style td:last-child {
            border-right: 0px solid #dddddd;
            /*width:20%;*/
        }

        .body-table-userpage table.table-user-style td:first-child {
            border-left: 0px solid #dddddd;
            /*-ms-word-break: break-all;
     word-break: break-all;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;*/
            word-break: normal;
        }


.body-table-userpage .btn-table-userpage {
    margin-left: 0px;
    display: inline-block;
    line-height: 19px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 8px;
    color: #fff;
    background: #4293cf;
    cursor: pointer;
}

.td1-btn-userpage {
    width: 70%;
    min-width: 150px;
    /*-ms-word-break: break-all;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;*/
    word-break: normal;
}

.td2-btn-userpage {
    width: 18%;
    border-left: 1px solid #dddddd !important;
    white-space: nowrap;
}

.td3-btn-userpage {
    width: 10%;
    border-left: 1px solid #dddddd !important;
}

/*total*/

.table-total-price {
    background: #dddddd;
    font-weight: bold;
    width: 100%;
    text-align: right;
}

    .table-total-price td {
        background: #dddddd;
        font-weight: bold;
        /*width:40%;*/
        padding: 8px 15px;
        font-size: 20px;
        color: #935586;
    }

        .table-total-price td:last-child {
            /*width:20%;*/
            white-space: nowrap;
        }


/*lable*/

.lable-userpage label {
    font-size: 14px;
}

.lable-userpage span {
    font-size: 14px;
    color: #53954d;
}

/* panel forms
=====================================================================*/

.panel-forms {
    background: #f5f5f5;
    padding: 30px 60px;
    position: relative;
}

    .panel-forms:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 27px;
        height: 27px;
        /*background:url('../Content/img/angle_form_panel.png') 100% 100% no-repeat;*/
        background-size: 27px 27px;
    }

    .panel-forms .panel-form-group {
        margin-bottom: 10px;
    }

    .panel-forms input[type="text"], textarea {
        width: 100%;
        border: 1px solid #bdbdbd;
    }


    .panel-forms .text-area-message-form textarea {
        width: 100%;
        height: 200px;
        min-height: 100px !important;
    }

    .panel-forms .note-editable {
        min-height: 100px !important;
    }


/* progect tab
=====================================================================*/
h3.title-units-project {
    display: block;
    padding: 14px 0 20px 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    letter-spacing: -0.05em;
    font-weight: bold;
    line-height: 60px;
    color: #7cc576;
}

#DropDownUnits {
    padding: 0;
    margin: 30px 0 0 0;
    display: inline-block;
    list-style: none;
    font-family: "Montserrat",sans-serif;
}

    #DropDownUnits li {
        padding: 9px 20px 5px 15px;
        margin: 0;
        display: inline-block;
        list-style: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }


        #DropDownUnits li.ActiveTab {
            background: #f6f6f6;
            border: 1px solid #53954d;
            border-bottom: 0;
            margin: 0;
        }

        #DropDownUnits li.NotActiveTab {
            background: #fff;
            border: 1px solid #fff;
            border-bottom: 0;
            margin: 0;
        }

        #DropDownUnits li a {
            padding: 0;
            margin: 0;
            display: inline-block;
            list-style: none;
            text-decoration: none;
            font-size: 12px;
        }

            #DropDownUnits li a:hover {
                text-decoration: none;
            }


            #DropDownUnits li a .poject-name {
                font-size: 14px;
                color: #333;
                line-height: 20px;
            }

            #DropDownUnits li a .unit-name {
                font-size: 26px;
                font-weight: bold;
                color: #7cc576;
                line-height: 34px;
            }

            #DropDownUnits li a .size-unit-name {
                font-size: 11px;
                color: #666;
                line-height: 12px;
            }

/*profile*/

.title-header-page-default {
    background: #fff;
}

    .title-header-page-default h1 {
        line-height: 115px;
        margin: 0;
        font-weight: 600;
    }

.profile-menu label {
    margin: 0;
    display: none;
}

.profile-menu a {
    color: #fff;
}

/* table-docs-list
=====================================================================*/

.table-docs-list {
    background: #fff;
}

    .table-docs-list .col-icon {
        padding-right: 2px;
    }

    .table-docs-list .title-name {
        line-height: 25px;
        display: inline-block;
        padding: 6px 0;
    }

    .table-docs-list .date-doc {
        line-height: 37px;
        color: #808080;
        font-size: 14px;
    }

    .table-docs-list .loaded_document {
        background: #f6f6f6;
    }

    .table-docs-list .new_document {
        background: #fff;
        font-weight: 600;
        color: #333;
    }

        .table-docs-list .new_document .date-doc {
            background: #fff;
            font-weight: 600;
            color: #333;
        }


        .table-docs-list .new_document .title-name:after {
            content: 'Ny';
            display: inline-block;
            background: #7cc576;
            color: #fff;
            font-weight: normal;
            line-height: normal;
            font-size: 9px;
            padding: 2px 6px;
            border-radius: 2px;
            margin-left: 15px;
            margin-top: -5px;
            vertical-align: middle;
        }


/* tabs-message
=====================================================================*/

/*tabs*/
.tabs-message {
}

    .tabs-message ul#DropDownUnits {
        margin: 35px 0 0 0;
        padding: 0;
        display: block;
        border-bottom: 3px solid #53954d;
    }

        .tabs-message ul#DropDownUnits li {
            margin: 0;
            padding: 0px 0px;
            list-style: none;
        }

            .tabs-message ul#DropDownUnits li.ActiveMTab {
                border: 1px solid #53954d;
                border-bottom: 0px;
                background: #53954d;
            }

                .tabs-message ul#DropDownUnits li.ActiveMTab a {
                    font-size: 12px;
                    color: #fff;
                    line-height: 34px;
                    height: 34px;
                    padding: 0px 15px;
                }

            .tabs-message ul#DropDownUnits li.NotActiveMTab {
                border: 1px solid #d8d8d8;
                border-bottom: 0px;
                background: #d8d8d8;
            }

                .tabs-message ul#DropDownUnits li.NotActiveMTab a {
                    font-size: 12px;
                    color: #333;
                    line-height: 34px;
                    height: 34px;
                    padding: 0px 15px;
                }

    /*table*/
    .tabs-message table {
        margin-top: 0px;
    }


/* tabs-message
=====================================================================*/

.list-alternative-features {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list-alternative-features input[type="checkbox"] {
        margin-right: 5px;
    }

    .list-alternative-features .container-price-sub {
        padding: 0 0 5px 21px;
        font-size: 16px;
    }

/* Other Category
=====================================================================*/

#OtherDescription {
    height: 300px;
}


/*nav message (?)*/

li.message-new-doc,
li.message-new-blog
{
    position: relative;
}

    li.message-new-doc #docCount,
    li.message-new-blog #blogCount
    {
        position: absolute;
        display: block;
        background: #e21d1d;
        border-radius: 50px;
        font-size: 10px;
        line-height: normal;
        padding: 1px 5px;
        top: 8px;
        right: -8px;
        border: 1px solid #f6f6f6;
        min-width: 17px;
        min-height: 17px;
        text-align: center;
    }

li.message-new-message {
    position: relative;
}

    li.message-new-message #messageCount {
        position: absolute;
        display: block;
        background: #e21d1d;
        border-radius: 50px;
        font-size: 10px;
        line-height: normal;
        padding: 1px 5px;
        top: 8px;
        right: -9px;
        border: 1px solid #f6f6f6;
        min-width: 17px;
        min-height: 17px;
        text-align: center;
    }

/**/

.table-user-style .read_item {
    background: #f6f6f6;
    color: #808080;
}

.table-user-style .new_item {
    background: #fff;
    font-weight: 600;
}

    .table-user-style .new_item .name {
        position: relative;
        display: inline-block;
        margin-right: 38px;
    }

        .table-user-style .new_item .name::after {
            content: 'Ny';
            display: inline-block;
            background: #7cc576;
            color: #fff;
            font-weight: normal;
            position: absolute;
            line-height: normal;
            font-size: 9px;
            padding: 2px 6px;
            border-radius: 2px;
            right: -38px;
            top: 5px;
        }

/*load file container*/

.load-file-container {
    background: #e9e9e9;
}

    .load-file-container:after {
        display: block;
        content: '';
        height: 0;
        float: none;
        clear: both;
    }

    .load-file-container #fakeBrowse {
        display: inline-block;
        width: auto;
        float: left;
    }

    .load-file-container #filename {
        display: inline-block;
        width: 70%;
        float: left;
        margin-left: 15px;
        background: transparent;
        border: 0;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }

.btn-default {
    background: #666;
    color: #fff;
    border: 0;
}

    .btn-default:hover {
        background: #777;
        color: #fff;
    }

    .btn-default:active {
        background: #555;
        color: #fff;
    }

    .btn-default:focus {
        background: #555;
        color: #fff;
    }

/*window message*/

.editor-label-title {
    color: #546e7a;
    margin-bottom: 4px;
}

hr.hr-thin {
    height: 1px;
    border: 0;
    margin: 0px 0 20px 0;
}

.subject-message label {
    font-weight: 600;
    font-size: 18px;
    color: #546e7a;
}


/*logo-index-page-project*/

.logo-index-page-project {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    max-height: 300px;
}

.text-index-page-project {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.list-btn-index-project ul {
    padding: 0;
    margin: 0;
}

    .list-btn-index-project ul li {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
        max-width: 50%
    }

        .list-btn-index-project ul li .btn {
            width: 100%;
            text-align: left;
            background: #53954d;
        }

            .list-btn-index-project ul li .btn:hover {
                width: 100%;
                text-align: left;
                background: #7cc576;
            }

/*write date form*/

.write-date-form > input[type="text"] {
    border: 1px solid #bdbdbd;
    width: 133px;
    padding: 5px 5px 6px 5px;
}

.write-date-form > .btn-blue {
    margin-top: -4px;
}

.write-date-form-text label {
    color: #333;
    font-size: 12.6px;
}

/*btn message date*/

#SendMessageForMeeting .btn {
    margin-top: -550px;
}

#MessageForMeetingEx {
    margin-top: -3px !important;
}


.suggest-prompt::-ms-clear {
    display: none;
}

/*MS CROSS*/

.suggest-prompt::-ms-clear {
    display: none;
}

#exitFromUserSession > a:hover, #exitFromUserSession > a:active, #exitFromUserSession > a:visited, #exitFromUserSession > a:focus {
    text-decoration: none;
}

.FeeInfo span {
    font-size: 80%;
    font-style: italic;
    color: grey;
}

.CategoryFeeInfo {
    background: none;
    font-style: italic;
    color: gray;
    background: url('../Content/img/v_list_gray.png') center left no-repeat !important;
    font-size: 80%;
}

.variants select {
    width: 100%;
    background-color: #e9e9e9;
}

a.tooltips {
    position: relative;
    display: inline-block;
    text-decoration: none;
    outline:none;
}

    a.tooltips span {
        position: absolute;
        width: 200px;
        color: black;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        background: #C9D8E2;
        height: auto;
        text-align: left;
        visibility: hidden;
        border-radius: 2px;
        padding: 12px;

        background:#333;
        color:#fff;
        border-radius:4px;
        left:-168px;
    }

        a.tooltips span:after {
            content: '';
            position: absolute;
            top: 100%;
            right: 10px;
            width: 0;
            height: 0;
            border-top: 8px solid #C9D8E2;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-top: 8px solid #333;
        }

a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    right: -12px;
    z-index: 999;
}

.body-table-userpage .root_category_title {
    color: #000;
    padding-top: 6px;
    display: inline-block;
    text-decoration: none;
}

.root_category_cell {
    position: relative;
}

.category_deadline {
    position: absolute;
    font-size: 10px;
    margin-top: 5px;
    top: 1px;
    right: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #e6e6e6 !important;
}

.td2-btn-userpage a {
    text-decoration: none;
}

.order_item_edit_link a {
    font-size: 80%;
    text-decoration: none;
}

.loadinImage {
    background: url("img/loading.gif");
    background-repeat: no-repeat;
    background-size: cover;
    width: 228px !important;
    height: 228px !important;
}

.L350 {
    width: 328px !important;
    height: 328px !important;
}

.L450 {
    width: 428px !important;
    height: 428px !important;
}

.helptextlabel {
    padding: 2px 10px;
    font-size: 90%;
}

.img-container-userpage-plan {
    margin-top: 41px;
}

.colorinput {
    width: 180px;
    font-size: 120%;
    border:0;
    text-align:center;
}

    .colorinput.error {
        border-color: red;
    }

.colorresult {
    width: 180px;
    height: 120px;
    border: 1px solid;
}
.colorpicker-table > tbody > tr > td{
    vertical-align:middle;
}
.glyphicon-info-sign:before {
    content: "\e086";
    background-color: white;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    display: block;
}


/*.a_result_info{
    height: 60px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    
}*/

.expand_order_item_text_wrapper {
    position: relative;
}

/*.expand_order_item_text_wrapper:after{
    content: "...";
    position: absolute;
    display: block;
    border-bottom: 0;
    right: 3px;    
    bottom: 10px;
    color: #1967a9;
}*/

.expand_order_item_text {
    font-size: 80%;
    text-align: right;
    position: absolute;
    right: 2px;
    bottom: 10px;
}

.a_result_info {
    display: block;
    display: -webkit-box;
    height: 60px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.disclaimer {
    font-size: 13px;
}

.display {
    display: none;
}

.clear-check:checked ~ .display {
    display: block;
}

.main-select-image {
    margin-top: 20px;
}

/*card view tilvag*/

.card-table-tilvag {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 6px #cccccc;
    background: #fff;
}


    .card-table-tilvag h5 {
        margin-bottom: 0px;
        background: #fff;
        padding: 15px 15px;
        border-bottom: 1px solid #dddddd;
        text-transform: none;
    }

    .card-table-tilvag hr {
        display: none;
    }

    .card-table-tilvag .body-table-userpage > br {
        display: none;
    }

    .card-table-tilvag .lable-userpage {
        background: #fff;
        padding: 15px;
    }

    .card-table-tilvag .table-total-price td {
        background: #f8f8f8;
        border-bottom: 1px solid #dddddd;
    }

.iframeBankId {
    height: 100%;
    width: 100%;
    min-height: 292px;
    padding: 5px;
}


/*figure-caption*/

.figure-caption {
    display:none;
}

.card-table > tbody > tr > td {
    vertical-align: middle;
    height: 200px;
    padding: 10px;
}


.button-submit {
    width: 100%;
}

div.top-ajax-loader {
    background: url('img/loader_ajax.gif') no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    min-height: 297px;
    padding: 5px;
}



.contact-image {
    width:100%;
}

.complaint-details label {
    font-weight:bold
}

.complaint-images-preview a {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right:3px;
}

.complaint-files-list {
    font-size: 14px;
}

.required::after {
    content: " * ";
    font-weight: bold;
    color: #c11313;
}

.complaint-error {
    display: none;
    color: #c11313;
    margin-top: 5px;
}

.removeComplaintFile {
    margin-left: 5px;
    cursor: pointer;
}


.dialog-messages .dialog-messages-list {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.dialog-messages .dialog-message {
    margin-bottom: 20px;
}

.dialog-messages .dialog-message-body {
    background-color: white;
    border: 1px solid #e4e4e4;
    padding: 15px;
    margin-top: 5px;
}

.dialog-messages .dialog-message-date,
.dialog-messages .dialog-message-sender {
    font-size: 14px;
}

.badge-circle {
    background-color: #c60101;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
}

.dropzone {
    border: 1px dashed #888 !important;
    font-size: 14px;
    color: #555;
    text-align: center;
}

    .dropzone .dz-preview .dz-image {
        border-radius:3px !important;
    }

    .dropzone .remove-btn {
        position: absolute;
        z-index: 100;
        right: -10px;
        cursor: pointer !important;
        padding: 5px;
        top: -10px;
        background-color: #c60101;
        color: #fff;
        border-radius: 10px;
        font-size: 10px;
    }
    
    .table-price {
        white-space: nowrap;
    }

.drop-files {
    width: 160px;
    min-height: 35px !important;
    padding: 0 !important;
    background: #4293cf !important;
    border: 1px dashed #4293cf !important;
    color: white !important;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.drop-files-div,
.drop-files-icon {
    margin: 0.2em !important;
}

.div-unit-images,
.content-main-wrapper .btn-video {
    display: none;
}

.blog-image {
    max-width: 100%;
    max-height: 50%;
}

.blog-small-image {
    max-width: 140px;
    max-height: 90px;
}

.blog-content {
    padding-left: 0px;
}

.blog-read {
margin-top: 10px;
margin-bottom: 10px;
}

.blog-date {
    margin-top: 15px;
    margin-bottom: 10px;
}

.blog-title {
    margin-top: 10px;
}

.blog-text h1, h2, h3, h4, h5, h6 {
    text-transform: unset;
    font-weight: normal;
}

.table-border-bottom {
    border-bottom: 1px solid #7cc576;
}

.blog-page {
    color: #7cc576!important;
    background: transparent !important;
}

.table-news .new_item .date::after {
    content: 'Ny';
    display: inline-block;
    background: #7cc576;
    color: #fff;
    font-weight: normal;
    position: absolute;
    line-height: normal;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 2px;
    right: -38px;
    top: 5px;
}

.table-news {
    margin-bottom: 20px;
}

.style-category {
    font-size: 16px !important;
    font-weight: 500;
    vertical-align: middle !important;
}

.style-bold {
    font-weight: bold;
}

.style-image-col {
    padding-left: 0px;
}
/*read messages*/
.read-container {
    max-width: 1050px;
    margin:auto;
}
.read-main {
    background-color: #F7F7F7;
}
.read-content {
    padding: 24px;
}
.read-center {
    text-align: center;
}
.read-subject-text {
    font-weight: bold;
}
.read-padding-bottom {
    padding-bottom: 24px;
}
.read-padding {
    padding: 16px;
}
.read-not-left-padding {
    padding: 16px 16px 16px 0px;
}
.read-background-white {
    background-color: white;
}
.read-background-blue {
    background-color: #3966A6;
    color: white;
}
.read-right {
    float: right;
}
.read-right-content {
    background-color: #3966A6;
    color: white;
    text-align: right;
}

.read-white-content {
    background-color: white;
}
.read-inherit {
    float: inherit !important;
}
.read-right-content img {
    display: initial !important;
}
.read-right-content label {
    display: block;
}
.read-link {
    color: white;
}
.read-link:active,
.read-link:hover {
    color: #F7F7F7;
}
.read-margin {
    margin: 16px;
}
.reply-message input[type="text"], textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
}
.reply-message .text-area-message-form textarea {
    max-width: 95% !important;
    min-width: 95% !important;
    height: 100px;
    min-height: 100px !important;
}

