@charset "IBM437";

html {
    font-size: 16px;
}

body {
    width: 100%;
}

.clearfix {
    clear: both;
}

.bold {
    font-weight: bold;
}

.orange, .orange:active, .orange:focus, .selected {
    color: #f88331;
}

.studyCheckNav {
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #FF9F5C;
    font-size: 16px;
    padding: 10px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modalText {
    margin: 15px;
}

.ng-invalid.form-control {
    box-shadow: inset 0 1px 1px red;
}

.studyCheckRemoveFromList {
    color: red;
    cursor: pointer;
}

.studyCheckHeader {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
}

.studyCheckHeaderTenant2 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
}

.studyCheckFileLabel {
    margin-bottom: 10px;
}

.studyCheckCheckbox {
    margin-bottom: 15px;
    right: -20px;
    
}

    .studyCheckCheckbox input[type=checkbox].border_checkbox:checked + label {
        cursor: initial;
    }

    .studyCheckCheckbox input[type=checkbox][disabled] + label {
        background: url("/Images/checkbox - w border.png") no-repeat left bottom;
        background-position: 0px -21px;
        cursor: initial;
    }

.studyCheckRow {
    cursor: default;
}

    .studyCheckRow td {
        text-align: left;
    }

        .studyCheckRow td.center {
            text-align: center;
        }

        .studyCheckRow td.details-col {
            text-align: start;
        }

.studyCheckDoneThisYear {
    color: #FF9F5C;
}

.is-sample {
    color: #f40500;
}

.studyCheckDetails {
    left: 50%;
    position: relative;
    color: #f88331;
    cursor: pointer;
}

.studyCheckValidation {
    position: inherit;
    margin-top: -22px;
}

.studycheckButton {
    margin-bottom: 20px;
}

.studyCheckSteps {
    left: 50%;
    position: relative;
}

.studyCheckCalenderButton {
    height: 34px;
}

.studyCheckUploadButton {
    right: -15px;
    position: relative;
}

.studyCheckNavButton {
    width: 20%
}

.studyCheckOldValue {
    background-color: #ffd370
}

#StudyCheckAdminApproved {
    background: darkgreen
}

a.selected #StudyCheckAdminApproved {
    background: #00B000
}

#StudyCheckApproved {
    background: green
}

a.selected #StudyCheckApproved {
    background: #21E41B;
}

#StudyCheckRejected {
    background: #b92a2c
}

a.selected #StudyCheckRejected {
    background: #F73630;
}

.studyCheckLabelText {
    margin-bottom: 34px;
}

.studyCheckCheckBoxHeaderLabel {
    font-weight: bold;
}

.study-header tr th a {
    color: black;
    display: flex;
}

    .study-header tr th a span.fa {
        margin-right: 3px;
    }

.study-select-answers {
    padding: 2px;
}

.last-started-text {
    padding-top: 10px;
    font-style: italic;
    font-weight: 600;
}

.missing-doc-container {
    margin-top: 25px;
    margin-bottom: 15px;
}

.italic {
    font-style: italic;
}

.no-left {
    padding-left: 0;
}

.hidden {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        background: url("/Images/checkbox.png") no-repeat left bottom;
        background-position: 0px -21px;
        height: 21px;
        width: auto;
        display: inline-block;
        padding: 0 0 0 0px;
        line-height: 21px;
        padding-left: 30px;
    }

    input[type=checkbox]:checked + label {
        background: url("/Images/checkbox.png") no-repeat left bottom;
        display: inline-block;
        padding: 0 0 0 0px;
        padding-left: 30px;
        background-position: 0px 0px;
    }

span + input[type=checkbox] ~ label {
    background: url("/Images/checkbox.png") no-repeat left bottom;
    background-position: 0px -21px;
    height: 21px;
    width: auto;
    display: inline-block;
    padding: 0 0 0 0px;
    line-height: 21px;
    padding-left: 30px;
}

span + input[type=checkbox]:checked ~ label {
    background: url("/Images/checkbox.png") no-repeat left bottom;
    display: inline-block;
    padding: 0 0 0 0px;
    padding-left: 30px;
    background-position: 0px 0px;
}

input[type=checkbox].big_checkbox + label {
    background: url("/Images/checkbox-big.png") no-repeat right top;
    height: 39px;
    width: auto;
    display: inline-block;
    padding: 0 0 0 0px;
    line-height: 39px;
    padding-right: 45px;
    width: 156px;
}

input[type=checkbox].big_checkbox:checked + label {
    background: url("/Images/checkbox-big.png") no-repeat right bottom;
    display: inline-block;
    padding: 0 0 0 0px;
    padding-right: 45px;
    width: 156px;
}

input[type=checkbox].border_checkbox + label {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
    background-position: 0px -21px;
    height: 21px;
    width: auto;
    display: inline-block;
    padding: 0 0 0 0px;
    line-height: 21px;
    padding-left: 30px;
}

input[type=checkbox].border_checkbox:checked + label {
    background: url("/Images/checkbox - w border.png") no-repeat left bottom;
    display: inline-block;
    padding: 0 0 0 0px;
    padding-left: 30px;
    background-position: 0px 0px;
}

label {
    font-weight: lighter;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #efefef;
    font-size: 16px;
    font-weight: lighter;
    color: #333;
    padding: 0;
}

.container {
    /*padding: 0;*/
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a.orange_button,
.orange_button {
    background-color: #f88331;
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    a.orange_button:hover, .orange_button:hover {
        background: #f88331;
        color: white;
        border: 1px solid white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.inverted_button {
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    border: 0px solid #f88331;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.studyCheck_inverted_button {
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    border: 1px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .studyCheck_inverted_button:hover, .studyCheck_inverted_button:focus {
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        border: 1px solid white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.grey_button {
    background: #ccc;
}

nav.navbar.landing-page {
    background: transparent;
}

nav.navbar {
    background: #333333;
    min-height: 95px;
    margin-bottom: 0px;
    border-bottom: 1px solid #8e9495;
    z-index: 99;
    border-radius: 0;
}

    nav.navbar .navbar-header img {
        float: left;
        margin-top: 13px;
    }

    nav.navbar .navbar-header h4 {
        float: left;
        display: block;
        color: white;
        font-size: 20px;
        font-weight: lighter;
        margin-left: 10px;
        margin: 0 0 0 25px;
        line-height: 93px;
    }

    nav.navbar #navbar .nav > li {
        height: 94px;
    }

        nav.navbar #navbar .nav > li a {
            line-height: 94px;
            padding: 0 15px;
            color: white;
            font-weight: lighter;
            font-size: 16px;
        }

            nav.navbar #navbar .nav > li a:hover, nav.navbar #navbar .nav > li a.open, nav.navbar #navbar .nav > li a:active {
                background-color: transparent;
                color: #f88331;
            }

            nav.navbar #navbar .nav > li a:focus {
                background-color: transparent;
                color: white;
            }

        nav.navbar #navbar .nav > li #search_header span {
            font-size: 20px;
        }

        nav.navbar #navbar .nav > li button {
            margin-top: 29px;
            margin-left: 15px;
        }

    nav.navbar #navbar .nav .open > a {
        background-color: transparent;
        color: #f88331;
    }

    nav.navbar #navbar .dropdown-menu {
        background: #333;
    }

        nav.navbar #navbar .dropdown-menu li {
            border-bottom: 1px solid #515151;
        }

            nav.navbar #navbar .dropdown-menu li a {
                line-height: 50px;
            }

            nav.navbar #navbar .dropdown-menu li.selected a {
                color: #f88331;
            }

            nav.navbar #navbar .dropdown-menu li.last {
                border-bottom: 0;
            }

#notification_box {
    background: #ccc;
    color: #666;
    text-align: right;
    line-height: 50px;
}

    #notification_box .dropdown a:hover, #notification_box .dropdown a:focus {
        text-decoration: none;
    }

    #notification_box .dropdown .glyphicon {
        font-size: 23px;
        margin-left: 15px;
        color: #999;
        top: 7px;
    }

    #notification_box .dropdown .caret {
        color: white;
    }

    #notification_box .dropdown .dropdown-menu {
        top: 33px;
        left: auto;
        right: 0;
        background: #ccc;
        border-radius: 0;
        -webkit-box-shadow: 0;
        box-shadow: 0;
    }

#breadcrumbs {
    border-bottom: 1px solid white;
}

    #breadcrumbs ul.left li {
        float: left;
        font-size: 14px;
        line-height: 69px;
    }

        #breadcrumbs ul.left li a {
            color: #333;
        }

            #breadcrumbs ul.left li a:hover {
                color: #f88331;
                text-decoration: none;
            }

        #breadcrumbs ul.left li:not(.selected)::after {
            content: " /";
            margin-right: 5px;
        }

    #breadcrumbs #print_buttons li {
        float: left;
        font-size: 14px;
        line-height: 69px;
        margin-left: 25px;
    }

        #breadcrumbs #print_buttons li a {
            color: #333;
        }

            #breadcrumbs #print_buttons li a:hover {
                text-decoration: none;
                color: #f88331;
            }

        #breadcrumbs #print_buttons li img {
            margin-left: 10px;
            margin-top: -3px;
        }

#search_bar.no-map:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #595959;
    border-width: 10px;
    margin-left: -10px;
}

#search_bar {
    background: #595959;
    color: white;
    position: relative;
    z-index: 0;
}

    #search_bar > .container {
        padding: 45px 0 50px;
    }

    #search_bar h3 {
        font-size: 36px;
        font-weight: lighter;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #search_bar label {
        line-height: 36px;
        min-width: 110px;
        vertical-align: top;
        margin-right: 5px;
    }

    #search_bar .col-md-6 {
        margin-bottom: 15px;
    }

    #search_bar .range_desc {
        line-height: 28px;
        vertical-align: top;
    }

        #search_bar .range_desc.start {
            min-width: 110px;
            display: inline-block;
        }

.row.sliders > div {
    margin-bottom: 20px;
}

#search_bar select, #search_bar input {
    border-radius: 4px;
    margin: 0;
    border: 0;
    font-size: 22px;
    line-height: 39px;
    height: 39px;
    padding: 0 10px;
    color: #333;
    margin-bottom: 20px;
}

#search_bar select {
    padding-right: 25px;
    background: white url(/Images/select-bg.jpg) no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

    #search_bar select::-ms-expand {
        display: none;
    }

#search_bar .small_input {
    width: 45px;
}

#search_bar button {
    border: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    float: right;
    font-size: 16px;
    padding: 6px 0;
    width: 88px;
}

#search_map {
    background: #ccc;
}

    #search_map .container {
        color: #333;
        line-height: 75px;
    }

        #search_map .container > .container {
            padding: 60px 0 70px;
        }

        #search_map .container .filters {
            position: relative;
            z-index: 9;
        }

            #search_map .container .filters li {
                display: inline-block;
                margin-right: 35px;
            }

            #search_map .container .filters:after {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-top-color: #ccc;
                border-width: 10px;
                margin-left: -10px;
            }

    #search_map #google_map {
        position: relative;
    }

        #search_map #google_map iframe {
            width: 100%;
            height: 675px;
        }

        #search_map #google_map button {
            position: absolute;
            border: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            left: 50%;
            bottom: 0;
            margin-left: -41px;
        }

.landing {
    padding: 0;
    margin-top: -95px;
    width: 100%;
}

    .landing #landing-carousel .item min- img {
        width: 100%;
        height: auto;
    }

    .landing #landing-carousel .item .carousel-caption {
        right: 0;
        left: 0;
        bottom: 0;
        width: 900px;
        padding-top: 190px;
        margin: auto;
        position: static;
    }

        .landing #landing-carousel .item .carousel-caption button, .landing #landing-carousel .item .carousel-caption a.btn {
            font-size: 28px;
            font-weight: lighter;
            line-height: 55px;
            padding: 0 22px;
        }

            .landing #landing-carousel .item .carousel-caption button:hover, .landing #landing-carousel .item .carousel-caption a.btn:hover {
                color: white;
            }

        .landing #landing-carousel .item .carousel-caption h1 {
            margin-top: 90px;
            margin-bottom: 70px;
            font-size: 45px;
            font-weight: lighter;
            line-height: 55px;
        }

        .landing #landing-carousel .item .carousel-caption .quote {
            font-weight: lighter;
            font-size: 30px;
            margin-bottom: 50px;
        }

            .landing #landing-carousel .item .carousel-caption .quote span {
                font-size: 22px;
                font-style: italic;
            }

            .landing #landing-carousel .item .carousel-caption .quote p {
                margin-bottom: -13px;
            }

        .landing #landing-carousel .item .carousel-caption #login_carousel {
            margin-left: 25px;
        }

            .landing #landing-carousel .item .carousel-caption #login_carousel span {
                border-left: 1px solid white;
                padding-left: 12px;
            }

                .landing #landing-carousel .item .carousel-caption #login_carousel span img {
                    width: auto;
                    margin-top: -8px;
                }

    .landing #landing-carousel .carousel-indicators li {
        border: 0;
        background-color: white;
        width: 18px;
        height: 18px;
    }

    .landing #landing-carousel .carousel-indicators .active {
        background-color: #f88331;
    }

.main.landing_page {
    background: white;
}

    .main.landing_page .container.content {
        padding-bottom: 0;
    }

.main .container.content {
    padding-top: 40px;
    padding-bottom: 50px;
}

    .main .container.content #sidebar #sidebar_trigger {
        display: none;
    }

    .main .container.content #sidebar ul {
        margin-bottom: 60px;
        font-weight: lighter;
    }

        .main .container.content #sidebar ul ul {
            margin-top: 15px;
            margin-left: 20px;
            margin-bottom: 0;
        }

        .main .container.content #sidebar ul li.head {
            /*font-size: 26px;*/
            /*margin-bottom: 20px;*/
            padding-bottom: 0;
        }

        .main .container.content #sidebar ul li {
            padding-bottom: 15px;
            font-size: 16px;
            line-height: 20px;
        }

            .main .container.content #sidebar ul li a {
                color: #333;
            }

                .main .container.content #sidebar ul li a:hover, .main .container.content #sidebar ul li a.selected {
                    text-decoration: none;
                    color: #f88331;
                }

                .main .container.content #sidebar ul li a:focus {
                    text-decoration: none;
                }

            .main .container.content #sidebar ul li .box_number {
                background-color: #f88331;
                color: white;
                line-height: 21px;
                width: 21px;
                display: inline-block;
                text-align: center;
                border-radius: 3px;
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
            }

            .main .container.content #sidebar ul li.open {
                font-weight: bold;
            }

            .main .container.content #sidebar ul li.selected > a {
                color: #f88331;
            }

            .main .container.content #sidebar ul li.selected-parent {
                font-weight: bold;
            }

                .main .container.content #sidebar ul li.selected-parent li {
                    font-weight: lighter;
                }

/*.main .container.content #content h3
    {
        font-size: 26px;
        font-weight: lighter;
        line-height: 20px;
        margin: 0 0 35px;
    }

        .main .container.content #content h3 span.orange
        {
            display: block;
            font-size: 14px;
            font-weight: normal;
            margin-top: 5px;
        }

        .main .container.content #content h3.profile-title
        {
            margin-bottom: 15px;
        }*/

aside#sidebar h2, #content h1 {
    font-size: 26px;
    font-weight: lighter;
    margin: 0 0 35px;
    line-height: 30px;
}

    aside#sidebar h2 span.orange, #content h1 span.orange {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
    }

    aside#sidebar h2.profile-title, #content h1.profile-title {
        margin-bottom: 15px;
    }

.main .container.content #content .intro {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 35px;
}

    .main .container.content #content .intro.intro2 {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

.main .container.content #content .carousel {
    margin-bottom: 30px;
}

.main .container.content .carousel .carousel-indicators {
    bottom: auto;
    top: 5px;
    left: 5px;
    width: auto;
    margin: 0;
    padding-left: 0px;
}

    .main .container.content .carousel .carousel-indicators li {
        text-indent: 0;
        width: 21px;
        height: 21px;
        line-height: 21px;
        color: #999;
        background: white;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 0;
    }

        .main .container.content .carousel .carousel-indicators li.active {
            color: white;
            background: #f88331;
        }

.main .container.content p {
    /*font-size: 16px;*/
    margin-bottom: 30px;
    line-height: 18px;
    /*font-weight: normal;*/
}

.main .container.content #content p a {
    color: #f88331;
}

.main .container.content p.paragraph-header {
    margin-bottom: 3px;
    font-weight: bold;
}

.main .container.content #content .article_list li {
    line-height: 36px;
}

    .main .container.content #content .article_list li a {
        font-size: 16px;
        font-weight: lighter;
        text-decoration: underline;
        color: #333;
    }

        .main .container.content #content .article_list li a:hover {
            color: #f88331;
        }

.main .container.content #content #profile-head {
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

    .main .container.content #content #profile-head .profile-pic {
        position: relative;
        width: 119px;
        height: 119px;
        border-radius: 3px;
        background: #333;
        overflow: hidden;
        float: left;
    }

        .main .container.content #content #profile-head .profile-pic button {
            position: absolute;
            top: 44px;
            left: 7px;
            border: 0;
            display: none;
        }

        .main .container.content #content #profile-head .profile-pic:hover {
            box-shadow: 0 0 0 2px #f88331;
            width: 119px;
            height: 119px;
        }

            .main .container.content #content #profile-head .profile-pic:hover img {
                opacity: 0.5;
            }

            .main .container.content #content #profile-head .profile-pic:hover button {
                display: block;
            }

                .main .container.content #content #profile-head .profile-pic:hover button:hover {
                    color: white;
                    background: #f88331;
                }

    .main .container.content #content #profile-head .profile-info {
        padding-left: 0px;
        padding: 5px;
        float: left;
    }

        .main .container.content #content #profile-head .profile-info li {
            line-height: 20px;
        }

.main .container.content #content #logged-profile {
    font-weight: normal;
}

    .main .container.content #content #logged-profile .intro {
        font-weight: normal;
        font-size: 14px;
        border-bottom: 0;
        margin-bottom: 5px;
    }

    .main .container.content #content #logged-profile .logged-profile-elements .element {
        padding: 0;
        text-align: center;
        position: relative;
    }

        .main .container.content #content #logged-profile .logged-profile-elements .element .head {
            background: #595854;
            color: white;
            text-align: center;
            line-height: 40px;
        }

        .main .container.content #content #logged-profile .logged-profile-elements .element .section {
            background: white;
            position: relative;
            border: 1px solid #d9d9d9;
            min-height: 175px;
        }

            .main .container.content #content #logged-profile .logged-profile-elements .element .section img {
                margin: 30px auto 30px;
                display: block;
            }

            .main .container.content #content #logged-profile .logged-profile-elements .element .section .desc {
                padding-bottom: 24px;
                font-size: 14px;
                font-weight: normal;
                display: block;
            }

            .main .container.content #content #logged-profile .logged-profile-elements .element .section:hover {
                background: #c1c1c1;
                border-color: #f88331;
            }

                .main .container.content #content #logged-profile .logged-profile-elements .element .section:hover button {
                    display: block;
                    border: 0;
                }

        .main .container.content #content #logged-profile .logged-profile-elements .element button {
            position: relative;
            left: -50%;
            display: none;
        }

.main .container.content #content #studycheck-mypage {
    font-weight: normal;
}

    .main .container.content #content #studycheck-mypage .intro {
        font-weight: normal;
        font-size: 14px;
        border-bottom: 0;
        margin-bottom: 5px;
    }

    .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element {
        padding: 0;
        text-align: center;
        position: relative;
    }

        .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .head {
            background: #595854;
            color: white;
            text-align: center;
            line-height: 40px;
        }

        .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .section {
            background: white;
            position: relative;
            border: 1px solid #d9d9d9;
            min-height: 175px;
        }

            .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .section img {
                margin: 30px auto 30px;
                display: block;
            }

            .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .section .desc {
                padding-bottom: 24px;
                font-size: 14px;
                font-weight: normal;
                display: block;
            }

            .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .section:hover {
                background: #c1c1c1;
                border-color: #f88331;
            }

                .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element .section:hover a {
                    display: block;
                    border: 0;
                }

    .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .center-box {
        position: absolute;
        left: 50%;
        top: 50px;
    }

    .main .container.content #content #studycheck-mypage .studycheck-mypage-elements .element a {
        position: relative;
        left: -50%;
        display: none;
    }

.main .container.content #content .profile-form {
    margin-bottom: 50px;
}

    .main .container.content #content .profile-form input, .main .container.content #content .profile-form select {
        border-radius: 3px;
        line-height: 35px;
        height: 35px;
        padding: 0 10px;
        width: 93%;
        border: 0;
        /*margin-top: 10px;*/
        margin-bottom: 12px;
    }

        .main .container.content #content .profile-form input.zip, .main .container.content #content .profile-form select.zip {
            width: 20%;
            margin-right: 3%;
            float: left;
        }

        .main .container.content #content .profile-form input.by, .main .container.content #content .profile-form select.by {
            width: 70%;
            /*float: left;*/ /*please dont*/
            background: #f4f4f4;
        }

    .main .container.content #content .profile-form select {
        padding-right: 25px;
        background: white url(/Images/select-bg.jpg) no-repeat right;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

        .main .container.content #content .profile-form select::-ms-expand {
            display: none;
        }

    .main .container.content #content .profile-form .info {
        font-size: 14px;
        font-weight: bold;
        color: white;
        text-align: center;
        line-height: 21px;
        width: 21px;
        background: #30414a;
        border-radius: 30px;
        display: inline-block;
        margin-left: 2px;
    }

        .main .container.content #content .profile-form .info:hover {
            color: #f88331;
            cursor: pointer;
        }

    .main .container.content #content .profile-form .row > label {
        margin-top: 5px;
    }

.main .container.content #content .item-forum {
    border: 1px solid #ccc;
    padding: 10px;
    background: white;
    margin-bottom: 20px;
}

    .main .container.content #content .item-forum .gallery-pics {
        margin-bottom: 20px;
        position: relative;
    }

        .main .container.content #content .item-forum .gallery-pics img {
            width: 100%;
            height: auto;
        }

        .main .container.content #content .item-forum .gallery-pics #more_pics {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .main .container.content #content .item-forum .profile-info {
        margin-bottom: 15px;
        height: 55px;
    }

        .main .container.content #content .item-forum .profile-info img {
            max-height: 100%;
            width: auto;
            border: 1px solid #f88331;
            margin-right: 15px;
        }

        .main .container.content #content .item-forum .profile-info p {
            margin-bottom: 0;
            font-weight: normal;
        }

    .main .container.content #content .item-forum .item-info ul {
        margin-bottom: 25px;
    }

        .main .container.content #content .item-forum .item-info ul li {
            font-size: 13px;
            line-height: 18px;
            font-weight: normal;
        }

    .main .container.content #content .item-forum .item-info p {
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
        margin-bottom: 0;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }

.main .container.content #content .item-comments #view_more_comments {
    font-size: 14px;
    font-weight: normal;
}

    .main .container.content #content .item-comments #view_more_comments span {
        display: inline-block;
        width: 18px;
        height: 16px;
        background: url(/Images/comment_icon.png);
        margin-right: 10px;
        margin-bottom: -4px;
    }

.main .container.content #content .item-comments .comment {
    position: relative;
    margin-top: 25px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 35px 10px 10px;
}

    .main .container.content #content .item-comments .comment:before {
        position: absolute;
        top: -10px;
        left: 30px;
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 10px 9px;
        border-color: transparent transparent #ffffff transparent;
    }

    .main .container.content #content .item-comments .comment .profile-pic {
        width: auto;
        max-height: 43px;
        border: 1px solid #f88331;
        margin-right: 15px;
    }

    .main .container.content #content .item-comments .comment p {
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 6px;
    }

    .main .container.content #content .item-comments .comment .time {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
    }

    .main .container.content #content .item-comments .comment textarea {
        border: 0px;
        font-size: 13px;
        line-height: 15px;
        margin: 0px;
        width: 90%;
        max-width: 90%;
    }

    .main .container.content #content .item-comments .comment .comment_content {
        overflow: hidden;
    }

.main .container.content #content .item-comments button {
    margin-top: 25px;
    background: #d0ccc7;
    color: white;
    line-height: 38px;
    padding: 0 30px;
}

.main .container.content #content .tables .row {
    margin: 0;
}

.main .container.content #content .tables .nav-buttons li {
    background: #f88331;
    line-height: 35px;
    border-right: 1px solid #efefef;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    cursor: pointer;
}

    .main .container.content #content .tables .nav-buttons li.first {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .main .container.content #content .tables .nav-buttons li.last {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .main .container.content #content .tables .nav-buttons li.active, .main .container.content #content .tables .nav-buttons li:hover {
        background: #faae79;
    }

.main .container.content #content .tables .calendar_nav {
    margin-bottom: 40px;
}

    .main .container.content #content .tables .calendar_nav a {
        color: white;
        display: inline-block;
        width: 23px;
        height: 23px;
        background: #f88331;
        text-align: center;
        line-height: 23px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .main .container.content #content .tables .calendar_nav a span {
            font-size: 12px;
            top: 0;
        }

    .main .container.content #content .tables .calendar_nav #selected_month, .main .container.content #content .tables .calendar_nav #selected_year {
        padding: 0 10px;
    }

    .main .container.content #content .tables .calendar_nav .month {
        margin-right: 45px;
    }

.main .container.content #content .tables .tables-breadcrumbs li {
    float: left;
    margin-right: 25px;
    margin-bottom: 40px;
}

    .main .container.content #content .tables .tables-breadcrumbs li a {
        color: black;
        font-size: 14px;
        font-weight: normal;
    }

        .main .container.content #content .tables .tables-breadcrumbs li a i {
            color: #999;
            margin-right: 5px;
        }

        .main .container.content #content .tables .tables-breadcrumbs li a .fa-home {
            font-size: 22px;
            float: left;
        }

        .main .container.content #content .tables .tables-breadcrumbs li a .fa-caret-right {
            font-size: 24px;
            float: left;
        }

    .main .container.content #content .tables .tables-breadcrumbs li.active a {
        color: #f88331;
    }

.main .container.content #content .tables #go_up {
    color: #f88331;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
}

    .main .container.content #content .tables #go_up i {
        color: #999;
        margin-right: 5px;
    }

.main .container.content #content .tables .regular_table {
    margin-bottom: 35px;
}

    .main .container.content #content .tables .regular_table tr.header {
        background: #f88331;
    }

        .main .container.content #content .tables .regular_table tr.header th:first-child {
            border-top-left-radius: 5px;
        }

        .main .container.content #content .tables .regular_table tr.header th:last-child {
            border-top-right-radius: 5px;
        }

        .main .container.content #content .tables .regular_table tr.header th:first-child {
            border-bottom-left-radius: 5px;
        }

        .main .container.content #content .tables .regular_table tr.header th:last-child {
            border-bottom-right-radius: 5px;
        }

    .main .container.content #content .tables .regular_table th {
        background: #f88331;
        color: white;
    }

    .main .container.content #content .tables .regular_table td, .main .container.content #content .tables .regular_table th {
        font-size: 14px;
        font-weight: normal;
        line-height: 35px;
        padding: 0 55px 0 15px;
    }

        .main .container.content #content .tables .regular_table td.aligned-right, .main .container.content #content .tables .regular_table th.aligned-right {
            text-align: right;
        }

    .main .container.content #content .tables .regular_table.white_rows {
        border-collapse: separate;
        border-spacing: 0 9px;
        margin-top: -9px;
    }

        .main .container.content #content .tables .regular_table.white_rows tr {
            background: #f4f4f4;
        }

            .main .container.content #content .tables .regular_table.white_rows tr td:first-child {
                border-top-left-radius: 5px;
            }

            .main .container.content #content .tables .regular_table.white_rows tr td:last-child {
                border-top-right-radius: 5px;
            }

            .main .container.content #content .tables .regular_table.white_rows tr td:first-child {
                border-bottom-left-radius: 5px;
            }

            .main .container.content #content .tables .regular_table.white_rows tr td:last-child {
                border-bottom-right-radius: 5px;
            }

            .main .container.content #content .tables .regular_table.white_rows tr td {
                line-height: 36px;
            }

            .main .container.content #content .tables .regular_table.white_rows tr.header {
                background: #f88331;
            }

    .main .container.content #content .tables .regular_table.filters tr.header {
        background: transparent;
    }

    .main .container.content #content .tables .regular_table.filters th {
        background: none;
    }

        .main .container.content #content .tables .regular_table.filters th a {
            color: #333;
            font-size: 14px;
            font-weight: normal;
        }

            .main .container.content #content .tables .regular_table.filters th a i {
                margin-left: 5px;
                font-size: 18px;
                color: #999;
            }

            .main .container.content #content .tables .regular_table.filters th a .fa-caret-up {
                display: none;
            }

            .main .container.content #content .tables .regular_table.filters th a .fa-caret-down {
                display: inline-block;
            }

            .main .container.content #content .tables .regular_table.filters th a.asc .fa-caret-up {
                display: inline-block;
            }

            .main .container.content #content .tables .regular_table.filters th a.asc .fa-caret-down {
                display: none;
            }

    .main .container.content #content .tables .regular_table.filters td, .main .container.content #content .tables .regular_table.filters th {
        padding-left: 0;
        font-size: 14px;
        font-weight: normal;
    }

        .main .container.content #content .tables .regular_table.filters td label {
            font-weight: normal;
        }

        .main .container.content #content .tables .regular_table.filters td i {
            font-size: 18px;
            margin-right: 10px;
            margin-left: 5px;
        }

        .main .container.content #content .tables .regular_table.filters td .fa-folder-open, .main .container.content #content .tables .regular_table.filters td .fa-file-image-o {
            color: #999;
        }

        .main .container.content #content .tables .regular_table.filters td .fa-file-excel-o {
            color: green;
        }

        .main .container.content #content .tables .regular_table.filters td .fa-file-word-o {
            color: blue;
        }

.main .container.content #content .tables button {
    border: 0;
    margin-right: 20px;
    line-height: 40px;
    padding: 0 10px;
}

    .main .container.content #content .tables button .money-icon {
        width: 25px;
        display: inline-block;
        margin-right: 10px;
        height: 25px;
        background: url(/Images/money-icon.png);
        margin-bottom: -5px;
    }

.main .container.content #content .tables a.link {
    font-size: 15px;
    margin-top: 17px;
}

.main .container.content #content .tables .pagination {
    margin: 0 0 20px 0;
}

    .main .container.content #content .tables .pagination li a {
        border: 0;
        background: none;
        color: #333;
        font-size: 14px;
        padding: 0 5px;
    }

        .main .container.content #content .tables .pagination li a.arrows {
            color: white;
            background: #f88331;
            padding: 0 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-left: 2px;
        }

            .main .container.content #content .tables .pagination li a.arrows span {
                font-size: 12px;
            }

    .main .container.content #content .tables .pagination li.active {
        font-weight: bold;
    }

.main .container.content .results {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

    .main .container.content .results h4 {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .main .container.content .results .filters input, .main .container.content .results .filters select {
        border-radius: 4px;
        border: 1px solid #dadada;
        line-height: 43px;
        height: 43px;
        padding: 0 15px;
        margin-left: 15px;
        min-width: 220px;
        font-weight: normal;
    }

    .main .container.content .results .filters select {
        padding-right: 25px;
        background: white url(/Images/select-bg.jpg) no-repeat right;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

        .main .container.content .results .filters select::-ms-expand {
            display: none;
        }

    .main .container.content .results .filters label {
        font-weight: normal;
    }

    .main .container.content .results .filters .results_buttons li {
        float: right;
        padding: 0 15px 0 15px;
        margin-left: 15px;
        border-radius: 4px;
        border: 0;
        line-height: 43px;
        height: 43px;
        cursor: pointer;
    }

        .main .container.content .results .filters .results_buttons li span {
            display: inline-block;
            width: 15px;
            height: 15px;
            background-position: 0 0;
            background: url(/Images/results_type.png);
        }

        .main .container.content .results .filters .results_buttons li.active {
            border: 1px solid #dadada;
        }

        .main .container.content .results .filters .results_buttons li:hover {
            color: #f88331;
        }

            .main .container.content .results .filters .results_buttons li:hover span {
                background-position: 0 -15px;
            }

    .main .container.content .results .filters #gallery span {
        background-position: -15px 0px;
    }

    .main .container.content .results .filters #gallery:hover span {
        background-position: -15px -15px;
    }

    .main .container.content .results .filters #kort span {
        width: 21px;
        height: 20px;
        display: block;
        float: left;
        margin-top: 11px;
        margin-right: 5px;
        background-position: -30px 0px;
    }

    .main .container.content .results .filters #kort:hover span {
        background-position: -30px -20px;
    }

.main .container.content .item_list {
    padding-top: 25px;
}

    .main .container.content .item_list .item {
        position: relative;
        background: white;
        outline: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 40px;
    }

        .main .container.content .item_list .item .close {
            top: -19px;
            position: absolute;
            right: -21px;
            color: #333;
            background: white;
            opacity: 1;
            padding: 19px 15px;
            border-radius: 99px;
            font-weight: normal;
            font-size: 14px;
            z-index: 10;
            border: 1px solid #ccc;
        }

        .main .container.content .item_list .item .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.3);
            display: none;
        }

            .main .container.content .item_list .item .overlay .buttons {
                text-align: center;
                margin-top: 45px;
            }

                .main .container.content .item_list .item .overlay .buttons button {
                    margin-bottom: 14px;
                    min-width: 175px;
                    padding: 9px 12px;
                    color: white;
                    background: #ccc;
                }

                    .main .container.content .item_list .item .overlay .buttons button span {
                        font-size: 23px;
                        margin-right: 2px;
                        top: -1px;
                        float: left;
                    }

                    .main .container.content .item_list .item .overlay .buttons button:hover {
                        background: #f88331;
                    }

        .main .container.content .item_list .item:hover {
            outline: 2px solid #f88331;
        }

            .main .container.content .item_list .item:hover .overlay {
                display: block;
            }

        .main .container.content .item_list .item img {
            width: 100%;
            height: auto;
            margin-bottom: 0px;
        }

        .main .container.content .item_list .item p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 25px;
            font-weight: normal;
            max-height: 50px;
            overflow: hidden;
        }

            .main .container.content .item_list .item p a {
                color: black;
            }

            .main .container.content .item_list .item p.head {
                font-size: 16px;
                font-weight: 600;
                color: #30414a;
                margin-bottom: 8px;
                line-height: 24px;
            }

        .main .container.content .item_list .item .info {
            font-weight: normal;
            margin-bottom: 12px;
        }

        .main .container.content .item_list .item.small {
            font-weight: normal;
            min-height: 434px;
        }

            .main .container.content .item_list .item.small li.desc {
                color: #666;
                padding-top: 3px;
                line-height: 16px;
                font-size: 13px;
                height: 35px;
                overflow: hidden;
            }

                .main .container.content .item_list .item.small li.desc a {
                    color: black;
                }

        .main .container.content .item_list .item.stage1, .main .container.content .item_list .item.stage2 {
            min-height: 388px;
            outline: 2px solid #f88331;
            background: #c1c1c1;
            display: block;
        }

            .main .container.content .item_list .item.stage1:hover .overlay, .main .container.content .item_list .item.stage2:hover .overlay {
                display: none;
            }

            .main .container.content .item_list .item.stage1 button {
                position: absolute;
                border: 0;
                left: 50%;
                margin-left: -90px;
                padding: 9px 12px;
                width: 175px;
                top: 170px;
            }

            .main .container.content .item_list .item.stage2 p {
                font-weight: normal;
                margin-bottom: 10px !important;
            }

            .main .container.content .item_list .item.stage2 input {
                width: 100%;
                font-size: 14px;
                line-height: 35px;
                height: 35px;
                padding: 0 12px;
                background: white url("/Images/calendar-icon.png") no-repeat;
                background-position: 96% 7px;
                border: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin-bottom: 12px;
            }

            .main .container.content .item_list .item.stage2 textarea {
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                width: 100%;
                height: 165px;
                margin-bottom: 10px;
                border: 0;
                padding: 15px;
                font-size: 14px;
            }

            .main .container.content .item_list .item.stage2 button {
                border: 0;
                margin: 0 auto;
                display: block;
                min-width: 175px;
                padding: 9px 12px;
            }

.main .container.content #info_box {
    margin-top: -40px;
    padding: 18px 0;
}

    .main .container.content #info_box img {
        float: left;
        margin-right: 18px;
    }

    .main .container.content #info_box .text {
        float: left;
        font-size: 16px;
        max-width: 79%;
    }

        .main .container.content #info_box .text .head {
            color: #30414a;
            font-weight: bold;
            margin-bottom: -3px;
            text-transform: uppercase;
        }

            .main .container.content #info_box .text .head span {
                color: #999;
                font-weight: lighter;
                font-size: 12px;
            }

        .main .container.content #info_box .text p {
            margin: 0;
        }

    .main .container.content #info_box button {
        margin-top: 5px;
        float: right;
    }

.main .container.content .building_top {
    background: white;
    padding: 10px;
    border: 1px solid #d0cdc7;
}

    .main .container.content .building_top .gallery {
        padding-left: 0;
    }

        .main .container.content .building_top .gallery .bigImage {
            float: left;
            /*width: 66%;*/
            padding-right: 10px;
            position: relative;
        }

.building_top .image-box {
    display: inline-block;
    float: left;
    position: relative;
}

.main .container.content .building_top .gallery .smallImage {
    float: left;
    /*width: 30%;*/
    padding-bottom: 10px;
}

    .main .container.content .building_top .gallery .smallImage.second {
        padding-bottom: 0;
    }

.main .container.content .building_top .gallery #open_gallery {
    position: absolute;
    bottom: 10px;
    right: 20px;
    /* margin-left: -64px; */
}

.main .container.content .building_top .top-info {
    padding-left: 0;
}

    .main .container.content .building_top .top-info h3 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
        color: #30414a;
    }

    .main .container.content .building_top .top-info p {
        margin-bottom: 0;
        font-weight: normal;
        font-size: 14px;
        color: #666;
    }

    .main .container.content .building_top .top-info #view_at_map {
        margin-top: -30px;
        cursor: pointer;
        color: #333;
    }

        .main .container.content .building_top .top-info #view_at_map span {
            display: inline-block;
            width: 21px;
            height: 20px;
            margin-right: 5px;
            background-position: 0 0;
            background: url(/Images/results_type.png);
        }

        .main .container.content .building_top .top-info #view_at_map span {
            background-position: -30px 0px;
        }

        .main .container.content .building_top .top-info #view_at_map:hover span {
            background-position: -30px -20px;
        }

.landing #landing-carousel .item img {
    /*width: 100%;*/
}

.btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
}


@media screen and (min-width: 768px) {
    .main .container.content .building_rooms {
        margin-left: -30px;
        margin-right: -30px;
    }
}

.dearName {
    padding-bottom: 25px;
    display: block;
}

#search_bar {
    padding: 0px 15px;
}

    #search_bar .row {
        margin-left: -15px;
        margin-right: -15px;
    }

.main .container.content .building_rooms {
    margin-top: 25px;
}

    .main .container.content .building_rooms .element {
        margin-bottom: 30px;
        background: white;
        outline: 1px solid #cfcbc6;
        position: relative;
        padding: 15px 10px;
    }

        .main .container.content .building_rooms .element ul {
            font-weight: normal;
            font-size: 15px;
        }

        .main .container.content .building_rooms .element .buttons {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            margin: 7px auto 0;
            text-align: center;
            color: white;
        }

            .main .container.content .building_rooms .element .buttons button {
                margin-bottom: 10px;
            }

                .main .container.content .building_rooms .element .buttons button:hover {
                    background: #f88331;
                    color: white;
                }

                .main .container.content .building_rooms .element .buttons button span {
                    font-size: 20px;
                    margin-top: -1px;
                    margin-right: 8px;
                    display: block;
                    float: left;
                }

        .main .container.content .building_rooms .element:hover {
            background: #c5c2bc;
            outline: 2px solid #f88331;
        }

            .main .container.content .building_rooms .element:hover .buttons {
                display: block;
            }

        .main .container.content .building_rooms .element.last {
            margin: 0;
        }

.main .container.content .building_facts {
    padding: 0 15px;
    border: 1px solid #d0cdc7;
    margin: 0 -15px;
}

    .main .container.content .building_facts > .white {
        background: white;
        margin: 0 -15px;
    }

        .main .container.content .building_facts > .white h3 {
            font-size: 25px;
            margin-top: 20px;
            margin-bottom: 28px;
        }

        .main .container.content .building_facts > .white .element {
            margin-bottom: 15px;
            margin-top: -8px;
        }

            .main .container.content .building_facts > .white .element .fakt-icon {
                width: 87px;
                height: 84px;
                display: inline-block;
                background: url(/images/boligextra/departmenticons/General-misc.png) no-repeat;
                margin-right: 15px;
                border: 1px solid #d0cdc7;
                border-radius: 2px;
            }

                .main .container.content .building_facts > .white .element .fakt-icon.icon_fact_2 {
                    background: url(/images/boligextra/departmenticons/build-year.png) no-repeat;
                }

                .main .container.content .building_facts > .white .element .fakt-icon.icon_fact_3 {
                    background: url(/images/boligextra/departmenticons/pets.png) no-repeat;
                }

                .main .container.content .building_facts > .white .element .fakt-icon.icon_fact_5 {
                    background: url(/images/boligextra/departmenticons/internet.png) no-repeat;
                }

                .main .container.content .building_facts > .white .element .fakt-icon.icon_fact_6 {
                    background: url(/images/boligextra/departmenticons/No-Smoking.png) no-repeat;
                }

                .main .container.content .building_facts > .white .element .fakt-icon.icon_fact_8 {
                    background: url(/images/boligextra/departmenticons/cable-tv.png) no-repeat;
                }

            .main .container.content .building_facts > .white .element h5 {
                margin-top: 0;
                font-size: 16px;
                margin-bottom: 5px;
            }

            .main .container.content .building_facts > .white .element p {
                font-size: 14px;
                line-height: 16px;
                font-weight: normal;
                color: #666;
            }

                .main .container.content .building_facts > .white .element p a {
                    color: black;
                }

            .main .container.content .building_facts > .white .element #fakt-icon2 {
                background-position: -87px 0px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon3 {
                background-position: -174px 0px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon4 {
                background-position: -261px 0px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon5 {
                background-position: 0px -84px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon6 {
                background-position: -87px -84px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon7 {
                background-position: -174px -84px;
            }

            .main .container.content .building_facts > .white .element #fakt-icon8 {
                background-position: -261px -84px;
            }

.main .container.content .building_page_button {
    padding: 6px 50px;
    margin-top: 42px;
    color: white;
    background: #d0ccc7;
}

.footer {
    background: url("/Images/footer_background.jpg") center no-repeat;
    background-size: cover;
    min-height: 535px;
    padding-top: 80px;
}

    .footer .col-md-4 {
        padding-right: 70px;
    }

    .footer ul {
        margin: 0;
        padding: 0;
    }

        .footer ul li.head {
            text-transform: uppercase;
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .footer ul li {
            font-size: 14px;
            line-height: 30px;
            color: white;
        }

            .footer ul li > a {
                color: white;
            }

            .footer ul li a:hover {
                color: #f88331;
                text-decoration: none;
            }

            .footer ul li.selected a {
                color: #f88331;
            }

            .footer ul li.bold {
                text-transform: uppercase;
            }

    .footer .orange, .footer .orange:hover {
        text-decoration: underline;
    }

@media screen and (max-width: 1600px) {
    .landing #landing-carousel .item .carousel-caption {
        padding-top: 120px;
        width: 800px;
    }

        .landing #landing-carousel .item .carousel-caption h1 {
            margin-top: 50px;
            margin-bottom: 30px;
            font-size: 40px;
            line-height: 45px;
        }
}

@media screen and (max-width: 1230px) {
    nav.navbar .navbar-header h4 {
        display: none;
    }

    /*.landing #landing-carousel .item .carousel-caption
    {
        top: 100px;
    }

        .landing #landing-carousel .item .carousel-caption button, .landing #landing-carousel .item .carousel-caption a.btn
        {
            font-size: 20px;
            line-height: 40px;
        }

        .landing #landing-carousel .item .carousel-caption #login_carousel span img
        {
            margin-top: -5px;
            width: 20px;
        }

        .landing #landing-carousel .item .carousel-caption h1
        {
            font-size: 28px;
            line-height: 37px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .landing #landing-carousel .item .carousel-caption .quote
        {
            font-size: 27px;
            margin-bottom: 20px;
        }*/
}
/* MODALS */
.modal-dialog {
    margin-top: 150px;
}

    .modal-dialog .modal-header {
        padding: 20px 30px 0;
        border: 0;
    }

        .modal-dialog .modal-header .close {
            margin-top: -60px;
            margin-right: -66px;
            color: #ccc;
            background: white;
            opacity: 1;
            padding: 15px 11px;
            border-radius: 99px;
            font-size: 11px;
            font-weight: normal;
        }

    .modal-dialog .modal-body {
        padding: 30px;
    }

        .modal-dialog .modal-body .itemPic {
            margin-right: 10%;
            max-width: 40%;
            height: auto;
            position: relative;
        }

            .modal-dialog .modal-body .itemPic img {
                width: 100%;
            }

        .modal-dialog .modal-body #more_pics {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

        .modal-dialog .modal-body .info {
            width: 50%;
        }

            .modal-dialog .modal-body .info li {
                line-height: 35px;
                font-weight: normal;
            }

    .modal-dialog .modal-footer {
        padding: 15px 30px;
        border: 0;
    }

        .modal-dialog .modal-footer button span {
            font-size: 21px;
            float: left;
            margin-right: 5px;
            top: -1px;
        }

/* PLUGIN EDITS */
.theme-green .back-bar .selected-bar {
    background: white;
}

.theme-green .back-bar .pointer {
    border: 0;
    background: #aeaeae;
    width: 18px;
    height: 18px;
    top: -7px;
}

.slider-container .scale {
    top: -5px;
}

.theme-green .scale span {
    border-left: 1px solid #595959;
}

.slider-container .scale ins {
    top: 15px;
}

.slider-container {
    display: inline-block;
    margin: 0 15px;
    width: 275px;
}


@media screen and (max-width: 1199px) {
    /*.slider-container
{
    width: 225px;
}*/
    #search_bar label {
        min-width: 170px;
    }
}



@media screen and (max-width: 992px) {
    nav.navbar {
        /*border: 0;*/
    }

    .main .container.content #sidebar #sidebar_trigger {
        display: block;
        background-color: #333;
        width: 30px;
        height: 100%;
        position: absolute;
        right: -30px;
        top: 0;
        background-image: url(/Images/menu-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: background-color 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: background-color 1s cubic-bezier(0.7, 0, 0.3, 1);
        cursor: pointer;
        opacity: 0.6;
    }

    .main .container.content #sidebar {
        width: 273px;
        position: fixed;
        background: #efefef;
        z-index: 9;
        height: 100%;
        left: 0;
        margin-left: -273px;
        top: 0;
        padding-top: 30px;
        -webkit-transition: margin 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: margin 1s cubic-bezier(0.7, 0, 0.3, 1);
    }

        .main .container.content #sidebar.active {
            z-index: 999999;
            margin-left: 0;
        }

            .main .container.content #sidebar.active #sidebar_trigger {
                opacity: 0.9;
            }

    nav.navbar #navbar {
        margin: 0 -30px;
    }

    nav.navbar .navbar-header {
        height: 93px;
    }

    .carousel-inner > .item > img {
        max-width: none;
        width: 100%;
        height: auto;
        float: right;
    }

    .main .container.content .item_list .item.stage1, .main .container.content .item_list .item.stage2 {
        min-height: 475px;
    }

    .main .container.content .building_facts > .white .element h5 {
        clear: both;
        padding-top: 5px;
    }

    .main .container.content .item_list .item.small {
        min-height: 475px;
    }

    #search_bar button {
        float: left;
        margin-right: 20px;
    }

    .main .container.content #content h3 {
        padding-top: 10px;
    }

    .footer {
        padding-top: 0;
    }

        .footer ul {
            margin-top: 30px;
        }

            .footer ul li.head {
                margin-bottom: 15px;
            }

    #search_bar .range_desc.start {
        min-width: 170px;
        display: inline-block;
    }
}


@media screen and (max-width: 991px) {
    .main .container.content .building_top .gallery .smallImage {
        padding-right: 10px;
        padding-top: 10px;
    }
}



@media screen and (max-width: 768px) {
    .container {
        /*padding: 0 10px;*/
    }

    .row {
        margin: 0 auto;
    }

    #content {
        padding-left: 25px;
        padding-right: 0;
    }

    #notification_box {
        line-height: 25px;
        padding: 5px 0;
        min-height: 50px;
    }

    .main .container.content .results .filters .results_buttons {
        float: left;
        margin-top: 20px;
    }

        .main .container.content .results .filters .results_buttons li {
            margin-left: 0;
            margin-right: 15px;
        }

    .main .container.content .item_list .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .landing #landing-carousel .item .carousel-caption {
        width: 90%;
    }

    .carousel-inner > .item > img {
        min-height: 440px;
    }

    .landing #landing-carousel .item .carousel-caption h1 {
        font-size: 20px;
        line-height: 27px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .landing #landing-carousel .item .carousel-caption .quote {
        font-size: 18px;
    }

        .landing #landing-carousel .item .carousel-caption .quote p {
            margin-bottom: -10px;
        }

        .landing #landing-carousel .item .carousel-caption .quote span {
            font-size: 15px;
        }

    .main .container.content #info_box .text {
        max-width: 100%;
    }

    .main .container.content .building_rooms .col-sm-4 {
        padding: 0;
    }

    .main .container.content #content .item-comments .comment textarea {
        width: 74%;
    }

    .main .container.content #content .tables .regular_table td, .main .container.content #content .tables .regular_table th {
        padding: 0 5px;
    }

    .main .container.content .building_facts > .white .element .fakt-icon {
        float: none !important;
    }

    .modal-dialog .modal-header, .modal-dialog .modal-body, .modal-dialog .modal-footer {
        padding: 10px;
    }

        .modal-dialog .modal-header .close {
            margin-top: -50px;
            margin-right: -13px;
        }

        .modal-dialog .modal-body .itemPic, .modal-dialog .modal-body .info {
            width: 100%;
            max-width: 100%;
            margin-right: 0;
        }

    table, thead, tbody, th, td, tr {
        display: block;
    }

    .main .container.content #content .tables .regular_table {
        display: block !important;
    }

        .main .container.content #content .tables .regular_table th {
            position: absolute !important;
            top: -9999px !important;
            left: -9999px !important;
            display: block !important;
        }

        .main .container.content #content .tables .regular_table tr {
            display: block !important;
            border: 1px solid #ccc !important;
        }

            .main .container.content #content .tables .regular_table tr td {
                border: none;
                border-bottom: 1px solid #ccc;
                position: relative;
                padding-left: 50%;
            }

                .main .container.content #content .tables .regular_table tr td:before {
                    /* Now like a table header */
                    position: absolute !important;
                    color: #f88331;
                    /* Top/left values mimic padding */
                    top: 6px !important;
                    left: 6px !important;
                    width: 45% !important;
                    padding-right: 10px !important;
                    white-space: nowrap !important;
                }

    #table1 td:nth-of-type(1):before {
        content: "Tekst";
    }

    #table1 td:nth-of-type(2):before {
        content: "Beløb";
    }

    #table1 td:nth-of-type(3):before {
        content: "Evt. periode";
    }

    #table2 td:nth-of-type(1):before {
        content: "Dato";
    }

    #table2 td:nth-of-type(2):before {
        content: "Tekst";
    }

    #table2 td:nth-of-type(3):before {
        content: "Beløb";
    }

    #table2 td:nth-of-type(4):before {
        content: "Saldo";
    }

    #table3 td:nth-of-type(1):before {
        content: "Indflytningsdato";
    }

    #table3 td:nth-of-type(2):before {
        content: "Navn";
    }

    #table3 td:nth-of-type(3):before {
        content: "Adresse, \A Postnummer / By";
        white-space: pre;
    }

    #table4 td:nth-of-type(1):before {
        content: "Brugererklæring";
    }

    #table4 td:nth-of-type(2):before {
        content: "Navn";
    }

    #table4 td:nth-of-type(3):before {
        content: "Adresse, \A Postnummer / By";
        white-space: pre;
    }

    .main .container.content #content .tables #table5 th {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        display: table-cell !important;
    }

    #search_bar label, #search_bar .range_desc.start {
        display: block;
    }

    .slider-container {
        width: 77%;
    }

    .main .container.content .building_facts {
        padding: 0 15px;
        border: 1px solid #d0cdc7;
        margin: 0px;
    }
}


@media screen and (max-width: 767px) {
    .main .container.content .building_top .gallery {
        padding-right: 0;
    }

    .building_top .image-box.big {
        width: 100%;
    }

    .main .container.content .building_top .gallery .bigImage {
        width: 100%;
        padding-right: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 480px) {
    .landing #landing-carousel .item .carousel-caption h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .landing #landing-carousel .item .carousel-caption #login_carousel {
        margin: 0;
    }

    .carousel-inner > .item > img {
        min-height: 580px;
        width: 200%;
    }

    .landing #landing-carousel .item .carousel-caption .quote {
        font-size: 20px;
    }

        .landing #landing-carousel .item .carousel-caption .quote p {
            margin-bottom: 0;
        }

        .landing #landing-carousel .item .carousel-caption .quote span {
            font-size: 18px;
        }

    .main .container.content #content #profile-head .profile-info {
        width: 100%;
        padding-left: 0;
    }

    .main .container.content .building_top .gallery .smallImage {
        width: 28%;
    }

    .profile-form .col-md-5, .profile-form .col-md-7, .profile-form .col-md-12 {
        padding: 0;
    }

    .profile-form input {
        /*width: 88% !important;*/
    }

    .main .container.content .results .filters .results_buttons li {
        width: 100%;
    }

    #content .tables .calendar_nav .month:nth-child(2) {
        margin-top: 10px;
        width: 100%;
    }

    #search_map #google_map {
        padding: 0 10px;
    }

        #search_map #google_map iframe {
            height: 300px;
        }
}
/* BOOTSTRAP FIX NAVBAR */
@media screen and (max-width: 950px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

        .navbar-toggle .icon-bar {
            background: white;
        }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-header button {
        margin-top: 30px;
        /*margin-right: 0;*/
        background: #f88331;
    }

    nav.navbar {
        z-index: 999999;
    }

        nav.navbar #navbar .nav > li {
            height: auto;
            text-align: center;
            background: black;
        }

            nav.navbar #navbar .nav > li a {
                line-height: 40px;
            }

            nav.navbar #navbar .nav > li button {
                margin: 0;
                margin-bottom: 15px;
            }

        nav.navbar #navbar .nav .dropdown-menu {
            text-align: center;
        }
}

@media screen and (min-width: 920px) {
    .modal-dialog {
        width: 920px;
    }

        .modal-dialog h4 {
            font-size: 45px;
            color: #f88331;
        }
}

/*Husleje moduler*/

.print-avoid-break {
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
}

.page-filters {
    background: #e6e6e3;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 25px;
}

    .page-filters #DownloadAsPdf {
        line-height: 15px;
        margin-top: 22px;
        margin-left: 5px;
    }

    .page-filters select {
        -moz-min-width: 130px;
        -ms-min-width: 130px;
        -o-min-width: 130px;
        -webkit-min-width: 130px;
        min-width: 130px;
        cursor: pointer;
    }

    .page-filters .selectWrapper select {
        display: inline-block;
    }

    .page-filters .select-field {
        margin-right: 30px;
    }

        .page-filters .select-field p {
            margin-bottom: 2px;
            margin-top: 0;
        }

    .page-filters .select3, .page-filters .select2 {
        margin-right: 8px;
        width: 250px;
    }

        .page-filters .select2 select, .page-filters .select3 select {
            -moz-min-width: 100px;
            -ms-min-width: 100px;
            -o-min-width: 100px;
            -webkit-min-width: 100px;
            min-width: 100px;
            width: 47%;
        }

.item-rows .blue-item {
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}

    .item-rows .blue-item .title {
        font-size: 18px;
        font-weight: 600;
    }

    .item-rows .blue-item .price {
        font-weight: 600;
        font-size: 18px;
    }

.item-rows .blue-info {
    margin-top: -15px;
    margin-bottom: 15px;
}

    .item-rows .blue-info .last .val {
        -moz-min-width: 85px;
        -ms-min-width: 85px;
        -o-min-width: 85px;
        -webkit-min-width: 85px;
        min-width: 85px;
        text-align: right;
        display: inline-block;
    }

    .item-rows .blue-info .line {
        padding: 5px 15px;
        background: #fafaf9;
    }

    .item-rows .blue-info .total {
        font-weight: 600;
        font-size: 18px;
    }

    .item-rows .blue-info .line + .line {
        border-top: 1px solid #ebebea;
    }

.item-rows .line-item {
    line-height: 45px;
    min-height: 45px;
    padding: 0 12px;
}

    .item-rows .line-item.grey {
        background: #fafaf9;
    }

    .item-rows .line-item .title {
        font-weight: 600;
    }

    .item-rows .line-item .date {
        color: #999999;
    }

    .item-rows .line-item .price {
        text-align: right;
    }

    .item-rows .line-item .file {
        text-align: right;
    }

.minside-table .responsive-table {
    width: 100%;
}

.minside-table .head {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    clear: both;
}

    .minside-table .head span {
        float: right;
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }

.minside-table table .header {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    font-weight: bold;
}

    .minside-table table .header .align-left {
        text-align: left;
        padding-left: 10px;
    }

    .minside-table table .header th {
        padding: 7px 0;
        text-align: center;
        line-height: 23px;
    }

.minside-table table tr {
    background: #fafaf9;
    line-height: 40px;
    border-bottom: 1px solid #ebebea;
}

    .minside-table table tr .align-left {
        text-align: left;
        padding-left: 10px;
    }

    .minside-table table tr td {
        text-align: center;
    }

.closeBtn {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    margin-top: -120px !important;
    margin-right: -85px !important;
}

    .closeBtn span {
        color: #666666;
        font-size: 15px;
        font-weight: 100;
    }

/*Husleje moduler end*/

.officehours-text {
    font-size: 12px;
}

.deleteFile {
    margin-right: 7px;
    width: 14px;
}

.permission-textarea {
    width: 93%;
    height: 150px
}

.imageViewerItem {
    max-width: 100%;
}

.navigationText {
    padding-left: 5px;
    width: 175px;
}

.doc-container {
    margin-bottom: 5px;
    margin-top: 5px;
    /*float: left;*/
}

.doc-item {
    cursor: pointer;
}

    .doc-item label {
        cursor: pointer;
    }

    .doc-item .active {
        font-weight: bold;
    }

.navigation_controls {
    margin-bottom: 25px;
}

#consentsButton {
    margin-bottom: 15px;
}

.margin-bottom25 {
    margin-bottom: 25px;
    display: block;
}

.help-text-image {
    margin-bottom: 3px;
    margin-left: 3px;
}

.text-align-center {
    text-align: center;
}

.validator-success {
    color: green;
    margin-right: 15px;
}

.overview-table {
    font-size: 14px;
}

    .overview-table .created {
        width: 91px;
    }

.stat_inline {
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

    .stat_inline._oth-style {
        background: none;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #f8f8f8;
    }

    .stat_inline .wraper {
        width: 49%;
        display: inline-block;
    }

    .stat_inline label {
        font-weight: normal;
    }

    .stat_inline input[type="text"] {
        width: 50%;
        display: inline-block;
        height: 40px;
        border: 1px solid #ccc;
        padding: 0 13px;
        border-radius: 7px;
        margin-right: 0;
        float: none;
    }

.loginStatWrapper {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    color: #333;
    background-color: white;
}

    .loginStatWrapper:hover {
        background-color: #f4f4f4;
        cursor: default;
    }

    .loginStatWrapper:first-child {
        background-color: #ddd;
        font-weight: bold;
        margin-top: 0;
    }

    .loginStatWrapper:last-child {
        border-bottom: 1px solid #ddd;
    }

    .loginStatWrapper .loginStatIconCell,
    .loginStatWrapper .loginStatCell {
        display: inline-block;
        width: 20%;
        padding: 10px;
    }

        .loginStatWrapper .loginStatIconCell:first-child {
            width: 8%;
            text-align: center;
        }

        .loginStatWrapper .loginStatCell:last-child {
            float: right;
            width: 12%;
        }

    .loginStatWrapper ul.loginStatDetails {
        margin: 10px 0 0 0;
        border-radius: 3px;
    }

    .loginStatWrapper li.loginStatList {
        border-top: 1px solid #ddd;
        padding: 10px;
        font-size: 14px;
        background: white;
    }

        .loginStatWrapper li.loginStatList:nth-child(odd) {
            background-color: #f8f8f8;
        }

            .loginStatWrapper li:hover,
            .loginStatWrapper li.loginStatList:nth-child(odd):hover {
                background-color: #f4f4f4;
                cursor: default;
            }

    .loginStatWrapper .btn.btn-default {
        padding: 2px 5px;
    }

@media (max-width: 767px) {
    .stat_inline {
        width: 100%;
    }

        .stat_inline:nth-child(2n+1) {
            border: 3px solid #ddd;
        }

    .loginStatWrapper:first-child {
        font-size: 14px;
    }

    .loginStatWrapper .loginStatIconCell,
    .loginStatWrapper .loginStatCell {
        width: 30%;
    }

        .loginStatWrapper .loginStatCell:nth-child(2) {
            padding-right: 0;
            width: 25%
        }

        .loginStatWrapper .loginStatCell:nth-child(3) {
            padding-left: 0;
            padding-right: 0;
        }

        .loginStatWrapper .loginStatCell:nth-child(4) {
            display: none;
        }

        .loginStatWrapper .loginStatCell:last-child {
            width: 30%;
            padding-left: 0;
        }

    .loginStatWrapper li.loginStatList {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        width: 100%;
    }

    .stat_inline .wraper {
        width: 100%;
    }

    .stat_inline input[type="text"] {
        width: 100%;
    }
}

/*login statistik*/

ul {
    list-style-type: none !important;
}

#summary ul {
    padding: 0;
    cursor: default;
}

    #summary ul li {
        padding: 5px 0;
    }

        #summary ul li:hover {
            background-color: #f8f8f8;
        }

        #summary ul li label {
            float: right;
            font-weight: normal;
        }

.stat_inline {
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: top;
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}

    .stat_inline._oth-style {
        background: none;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #f8f8f8;
    }

    .stat_inline .wraper {
        width: 49%;
        display: inline-block;
    }

    .stat_inline label {
        font-weight: normal;
    }

    .stat_inline input[type="text"] {
        width: 50%;
        display: inline-block;
        height: 40px;
        border: 1px solid #ccc;
        padding: 0 13px;
        border-radius: 7px;
        margin-right: 0;
        float: none;
    }

.loginStatWrapper {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    color: #333;
    background-color: white;
}

    .loginStatWrapper:hover {
        background-color: #f4f4f4;
        cursor: default;
    }

    .loginStatWrapper:first-child {
        background-color: #ddd;
        font-weight: bold;
        margin-top: 0;
    }

    .loginStatWrapper:last-child {
        border-bottom: 1px solid #ddd;
    }

    .loginStatWrapper .loginStatIconCell,
    .loginStatWrapper .loginStatCell {
        display: inline-block;
        width: 20%;
        padding: 10px;
    }

        .loginStatWrapper .loginStatIconCell:first-child {
            width: 8%;
            text-align: center;
        }

        .loginStatWrapper .loginStatCell:last-child {
            float: right;
            width: 12%;
        }

    .loginStatWrapper ul.loginStatDetails {
        margin: 10px 0 0 0;
        border-radius: 3px;
    }

    .loginStatWrapper li.loginStatList {
        border-top: 1px solid #ddd;
        padding: 10px;
        font-size: 14px;
        background: white;
    }

        .loginStatWrapper li.loginStatList:nth-child(odd) {
            background-color: #f8f8f8;
        }

            .loginStatWrapper li:hover,
            .loginStatWrapper li.loginStatList:nth-child(odd):hover {
                background-color: #f4f4f4;
                cursor: default;
            }

    .loginStatWrapper .btn.btn-default {
        padding: 2px 5px;
    }

@media (max-width: 767px) {
    .stat_inline {
        width: 100%;
    }

        .stat_inline:nth-child(2n+1) {
            border: 3px solid #ddd;
        }

    .loginStatWrapper:first-child {
        font-size: 14px;
    }

    .loginStatWrapper .loginStatIconCell,
    .loginStatWrapper .loginStatCell {
        width: 30%;
    }

        .loginStatWrapper .loginStatCell:nth-child(2) {
            padding-right: 0;
            width: 25%
        }

        .loginStatWrapper .loginStatCell:nth-child(3) {
            padding-left: 0;
            padding-right: 0;
        }

        .loginStatWrapper .loginStatCell:nth-child(4) {
            display: none;
        }

        .loginStatWrapper .loginStatCell:last-child {
            width: 30%;
            padding-left: 0;
        }

    .loginStatWrapper li.loginStatList {
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        width: 100%;
    }

    .stat_inline .wraper {
        width: 100%;
    }

    .stat_inline input[type="text"] {
        width: 100%;
    }
}

/* Cookie module */
.incom-cookie-module {
    display: none;
}

.text-primary {
    color: #f88331;
}

.bg-primary, .bg-primary:hover, .bg-primary:focus {
    background: #f88331;
}

.btn.bg-primary {
    border: white;
}

.border-primary {
    border-color: #f88331;
}


.incom-cookie-module.fixed {
    z-index: 9999;
}

@media (min-width: 1024px) {
    category-toggles.flex-wrap {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1024px) {
    nav.lg\:justify-between {
        justify-content: space-between;
    }
}

category-toggles input[type=checkbox] + label,
category-toggles input[type=checkbox]:checked + label {
    background: none;
    padding-left: 0;
    display: block;
}
/* end Cookie module */

.study-sample-input {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.textarea-study {
    width: 100%;
    height: 250px;
    margin: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .textarea-study:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

.Attestation .height100{
    height: 100px;
}

.Attestation .height150 {
    height: 150px;
}

.details-btn {
    margin: 0 5px 0 5px;
}

/* TUTORIAL MODULE */
/*.tutorial {
    display: inherit;
}

.tutorial-message {
    position: relative;
    display: none;
}

    .tutorial-message .active {
        display: block;
    }

.tutorial-message {
    position: absolute;
    background: #f88331;
    color: #fff;
    bottom: 100%;
    font-size: #fff;
    width: 275px;
    z-index: 5;
}

    .tutorial-message .custom-checkbox {
        color: #fff !important;
    }

.tutorial-close {
    position: absolute;
    right: -12px;
    padding: 10px;
    background: #fff;
    color: #f88331;
    border-radius: 100px;
    line-height: 12px;
    top: -12px;
}

.tutorial-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #f88331 transparent transparent transparent;
    position: absolute;
    left: 25px;
    top: 100%;
    z-index: 1;
}


.bottom .tutorial-message {
    bottom: auto;
    top: 100%;
}

.tutorial-arrow {
    border-color: transparent #f88331 transparent transparent;
    top: auto;
    bottom: 100%;
}

@media(max-width:767px) {
    .right .tutorial-message {
        max-width: 100%;
    }
}

@media(min-width:768px) {
    .right .tutorial-message {
        bottom: auto;
        left: 100%;
        top: 25%;
    }

    .right .tutorial-arrow {
        border-width: 0px 13px 13px 0px;
        border-color: transparent #f88331 transparent transparent;
        top: 25px;
        right: 100%;
        left: auto;
    }

    .left .tutorial-message {
        bottom: auto;
        right: 100%;
        top: 25%;
    }

    .left .tutorial-arrow {
        border-width: 13px 13px 0px 0px;
        border-color: #f88331 transparent transparent transparent;
        top: 25px;
        left: 100%;
    }
}*/
