/**
 *  Old brown: 6d5720
 */

/**
 *  Utility
 */
 input[type="text"], textarea, select {
    border: 1px solid #999;
}

.nav-tabs {
    margin-bottom: 0;
    border-bottom: 1px solid grey;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    border-left: 1px solid grey;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    background: #f5f5f5;

}

.nav-tabs > li:not(.active) > a {
    border-bottom: none;
    /* background-color: #e6e3e3; */
    background-color: #ccc;
}

.nav .active {

}

.nav .active a {

}

.nav > .active > a > [class^="icon-"],
.nav > .active > a > [class*=" icon-"] {
    background-image: url("../imgs/glyphicons-halflings.png");
}

.clear {
    clear: both;
}

.cols {
    overflow: hidden;
}

.cols .col-left {
    float: left;
    width: 350px;
}

.cols .col-right {
    margin-left: 360px;
}

.table {

}

.table .row-alt {
    background: #EEE;
}

table thead tr th {
    color: #3B5998;
}

input, textarea, select, .uneditable-input {
    height: auto;
}

legend {
    margin-bottom: 5px;
}

label {
    font-weight: bold;
    color: #3B5998;
    cursor: pointer;
}

.smaller {
    font-size: 9pt;
}

.ctrlHolder.region-sort label {
    font-weight: normal;
    color: #666666 !important;
}

.rating {
    overflow: hidden;
    margin-bottom: 20px;
}

.bar-text {
    float: left;
    width: auto;
}

.bar-img {
    float: left;
    width: 150px;
    margin-left: 10px;
}

.stars,
.small-stars {
    overflow: hidden;
    display: inline-block;
    width: 170px;
}

.small-stars {
    width: 60px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.review_job_title {
    display: inline;
    /*line-height: 40px;*/
    /*margin-left: 20px;*/
    /*margin-right: auto;*/
    padding: 10px;
    font-size: 10pt;
}

.stars .star,
.small-stars .star {
    width: 29px;
    height: 29px;
    float: left;
    padding: 1px;
}

.small-stars .star {
    width: 9px;
    height: 8px;
    /* background-size: 25px !important; */
}

.stars .halfstar {
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
}

.stars .filled,
.small-stars .filled {
    background: url(../imgs/stars-blue-medium.png) 0 0 no-repeat;
}

.stars .half,
.small-stars .half {
    background: url(../imgs/stars-blue-medium.png) 0 -32px no-repeat;
}

.small-stars .half {
    background-position: 0 -26px;
}

.stars .empty,
.small-stars .empty {
    background: url(../imgs/stars-blue-medium.png) 0 -63px no-repeat;
}

.small-stars .empty {
    background-position: 0 -52px;
}

.review .headline {
    font-weight: bold;
}

.review .message {
    padding: 10px;
}

.review .desc {
    color: #000;
    padding: 10px;
}

.italic_font {
    font-style: italic;
    font-size: 10pt;
    display: inline-block;
}

.bold_font {
    font-weight: bold;
}

.review_job_category {
    /*            padding-left: 10px;*/
    padding-right: 10px;
    font-size: 10pt;
    display: inline-block;
}

.inlineDiv {
    display: inline-block;
    /*padding-left: 10px;*/
}

.review {
    min-height: 20px;
    border-top: 1px solid;
}

.black_font {
    color: #000000;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.f2 {
    float: right;
    margin-top: 25px;
    padding-right: 15px;
    font-family: SegoePrint;
    color: #333;
}

.multiselect {
    width: 53%;
    float: none;
    height: 160px;
    /* margin: 0 0 50px 0; */
    /* overflow-y:scroll;
    border:1px solid #3B5998; */
}

.uniForm .cat-sort .categories,
.uniForm .region-sort .regions {
    width: 420px;
    float: none;
    height: 250px;
    overflow-x: hidden;
    border: 1px solid #45392B;
}

.multiselect .option {
    padding: 1px 10px;
    display: block;
    color: #3B5998;
    text-decoration: none;
    margin-bottom: 1px;
    font-size: 0.9em;
}

.multiselect .option:hover {
    background: #DDD;
    text-decoration: none;
}

.multiselect .selected {
    background: #FFDB7E;
}

.multiselect .selected:hover {
    background: #F9D16B;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.yellow {
    color: orange;
}

.align-right,
.text-right {
    text-align: right;
}

/**
 *  Specifics
 */
body {
    background: #FFF;
    padding: 0;
    color: #666;
    overflow-y: scroll;
}

a {
    color: #3B5998;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    text-decoration: underline;
}

a:focus,
a:active,
a:visited {
    outline: none;
}

.btn {
    outline: none;
}

.btn:focus {
    outline: none;
}

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background: #EEE;
}

fieldset {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #151515;
    /*color:#1B4E65;*/
    /*text-shadow:1px 1px 1px #CCC;*/
}

.modal {
    box-shadow: 0px 0px 3pt 1pt;
}

.modal .modal-header {
    background: #b2b2b2;
    padding: 3px 15px;
}

.modal .modal-header .close:hover {
    opacity: 0.7;
}

.modal .modal-header h3 {
    text-align: center;
    font-weight: normal;
    color: #fff;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.8em;
}

.messages {

}

.messages .message {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    border-radius: 5px;
}

.messages .message .image {
    float: left;
}

.messages .message .meta {
    margin-left: 50px;
    font-size: 0.8em;
    color: #999;
}

.messages .message .msg {
    margin-left: 50px;
    padding: 10px 0;
    font-size: 1.2em;
}

#headerwrap {
    width: 100%;
}

#header {
    max-width: 980px;
    margin: 0 auto;
    height: 94px;
    /*  line-height:94px;*/
    position: relative;
    overflow: visible;
    /*  overflow:hidden;*/
}

#header .logo {

    display: block;
    float: left;
    max-width: 100%;
}

#header .header-fb {
    width: 156px;
    float: right;
    z-index: 100;
    margin: 10px 0px;
    height: 40px;
}

#fb-clone {
    display: none;
}

@media (max-width: 660px) {
    #header {
        height: 100px;
    }

    #header .logo {
        float: none;
    }

    #header .header-fb {
        display: none;
    }

    #fb-clone {
        display: block;
        margin: 10px 20px;
    }
}

#topmenuwrap,
#bottommenuwrap {
    line-height: 30px;
    /*background-color: #2d36a8;*/
    background-color: rgb(3, 114, 146);
    /*border-bottom:1px solid #CCC;*/
    /*padding:5px 0;*/
}

.companymenu .btn-tmenu,
.usermenu .btn-tmenu {
    border-radius: 0px;
    border: none;
    height: 30px;
    line-height: 30px;
    background: #2d36a8;
    color: #c3c3c3;
    text-shadow: none;
    text-transform: uppercase;
}

.companymenu .btn-tmenu.active, .companymenu .btn-tmenu:hover, .companymenu .btn-tmenu:active,
.usermenu .btn-tmenu.active, .usermenu .btn-tmenu:hover, .usermenu .btn-tmenu:active {
    background: #7f86d2;
    color: #fff;
}

.topmenu,
.bottommenu {
    width: 960px;
    /* width: 1000px; */
    margin: 0 auto;
    /* padding: 0 40px; */
    padding: 12px 20px;
    line-height: 30px;
    max-width: 100%;
    overflow: hidden;
}

.topmenu .btn {
    vertical-align: top;
}

.topmenu img {
    line-height: 40px;
}

.bottommenu a,
.topmenu a {
    text-decoration: none;
    margin-right: 15px;
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    color: #fff;
    white-space: nowrap;
}

.topmenu a#din-side-link {
    margin-right: auto;
}

div.fb-like {
    margin-left: 5px;
}

.topmenu .fb-like {
    text-decoration: none;
    margin-right: 15px;
    font-size: 1.2em;
    height: 16px;
    line-height: 16px;
    color: #fff;
    white-space: nowrap;
}

.bottommenu a:hover,
.topmenu a:hover {
    color: #aaa;
}

#companyinfo-container {
    /*background-color: lightsteelblue;*/
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    border-top: 2px solid #333;
}

.companyinfo a {
    font-size: inherit;
    color: #000;
}

.companyinfo .red {
    color: red;
}

.companyinfo .green {
    color: green;
}

.unread-messages {
    font-weight: bold;
    line-height: 35px;
}

.unread-messages > a {
    color: #fff;
}

.companymenu,
.usermenu {
    max-width: 980px;
    margin: 0 auto;
}

.usermenu {
    /*text-align:right;*/
}

/*.companymenu .last,*/
.usermenu .last {
    border-right: 0;
}

.companymenu .btn {
    /*line-height: 15px;*/
    color: #c3c3c3;
    /*text-shadow: none;*/
}

#main {
    max-width: 1000px;
    padding: 10px;
    margin: 0 auto;
    padding-bottom: 50px;
    min-height: 320px;
}

#main .splash h1 {
    font-size: 1.4em;
    font-weight: normal;
}

#main .splash .img {

}

#main .splash .checks {
    margin: 0;
    padding: 0;
    margin-left: 30px;
    display: none;
}

#main .splash .checks li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    list-style-image: url(../imgs/check_24x20.png);
    margin-right: 50px;
}

#main .leftbar {
    width: 230px;
    padding-left: 20px;
    float: left;
    width: 25%;
}

#main .content {
    max-width: 710px;
    width: 75%;
    padding: 0 20px;
    float: left;
    /* padding-top: 20px; */
}

#main .content .columns {
    overflow: hidden;
}

#main .content .columns .column {
    float: left;
}

#main .content .two .column {
    width: 350px;
}

#main .content .two .right {
    margin-left: 10px;
}

#main .full {
    float: none;
    max-width: 960px;
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
}

#main .triple {
    width: 460px;
}

#main .two-cols-left-sidebar {
    width: 710px;
}

#main .sidebar {
    max-width: 220px;
    width: 25%;
    margin-left: 75%;
    margin-top: 16%;
}

#main .sidebar ul {
    margin: 0;
}

#main .sidebar .widget {
    padding: 20px;
    border-bottom: 1px solid #DDD;
}

#main .sidebar .last {
    border: 0;
}

.sidebar p {
    font-size: 10pt;
    margin-bottom: 20px;
}

.sidebar img {
    margin-bottom: 20px;
    margin-top: 20px;
}

.help-text {
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    color: #000
}

#footerwrap {
    /*background:#044258 url(../imgs/footerbg.png) repeat-x;*/
    /* background: rgb(3, 114, 146); */
    min-height: 320px;
    /* border-top: 1px solid #F5FBFB; */
    /*  height:300px;*/
    background: #262626;
}

#footer {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    height: 260px;
    color: #91CAE2;
    line-height: 1.4em;
}

#footer .padder {
    padding: 10px;
    padding-top: 0;
}

#footer .span4 {

}

#footer .expl {
    font-style: italic;
}

#footer li {
    margin-bottom: 10px;
}

#footer h4 {
    color: #EEE;
    text-shadow: none;
    margin-bottom: 10px;
}

#footer a {
    color: #EEE;
}

/**
 *  Bootstrap datepicker
 */
.datepicker {
    background-color: #ffffff;
    border-color: #999;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    position: absolute;
    z-index: 900;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    padding-bottom: 4px;
    width: 218px;
}

.datepicker .nav {
    font-weight: bold;
    width: 100%;
    padding: 4px 0;
    background-color: #f5f5f5;
    color: #808080;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1;
}

.datepicker .nav:before, .datepicker .nav:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

.datepicker .nav:after {
    clear: both;
}

.datepicker .nav span {
    display: block;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.datepicker .nav .bg {
    width: 100%;
    background-color: #fdf5d9;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .nav .fg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.datepicker .button {
    cursor: pointer;
    padding: 0 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .button:hover {
    background-color: #808080;
    color: #ffffff;
}

.datepicker .months {
    float: left;
    margin-left: 4px;
}

.datepicker .months .name {
    width: 72px;
    padding: 0;
}

.datepicker .years {
    float: right;
    margin-right: 4px;
}

.datepicker .years .name {
    width: 36px;
    padding: 0;
}

.datepicker .dow, .datepicker .days div {
    float: left;
    width: 30px;
    line-height: 25px;
    text-align: center;
}

.datepicker .dow {
    font-weight: bold;
    color: #808080;
}

.datepicker .calendar {
    padding: 4px;
}

.datepicker .days div {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .days div:hover {
    background-color: #0064cd;
    color: #ffffff;
}

.datepicker .overlap {
    color: #bfbfbf;
}

.datepicker .today {
    background-color: #fee9cc;
}

.datepicker .selected {
    background-color: #bfbfbf;
    color: #ffffff;
}

/**
 *  JS notes
 */
.note-alert {
    box-shadow: 2px 2px 3px #999;
    max-width: 776px;
}

.success {
    background-color: #D9E6C3;
    background-image: url(../imgs/icons/icon_notification_success.png);
    border-color: #77AB13;
}

.success strong {
    color: #69990F;
}

.note {
    background-color: #CEE6F2;
    background-image: url(../imgs/icons/icon_notification_information.png);
    border-color: #058DC7;
    max-width: 500px;
}

.note strong {
    color: #0576A6;
}

.warning {
    background-color: #FAF6D4;
    background-image: url(../imgs/icons/icon_notification_attention.png);
    border-color: #E6C26E;
}

.warning strong {
    color: #BE8007;
}

.replies {
}

.replies .reply {
    padding: 10px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #e5f0f8
}

.replies .my {
    margin-left: 50px;
    background-color: #e7f5d7
}

.replies .reply .meta {
    font-size: 0.8em;
    color: #999;
}

.buttons {
    margin-bottom: 60px;
}

.newjob_link_container {
    text-align: right;
    padding-right: 30px;
}

.newjob_button,
.newjob_button-sadan {
    float: right;
    /* margin-top: 40px; */
    margin-right: 70px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-shadow: none;
    background: url("../imgs/start-her-bg.png") repeat scroll 0 0 transparent;
}

.newjob_button-sadan {
    margin-top: auto;
}

.newjob_button.po32, .newjob_button-sadan.po32 {
    margin-top: none;
}

.plustext {
    font-size: 16px;
}

.accordion-body {
    display: none;
}

#comment_block,
#materials_block {
    padding: 20px;
}

.comment:hover,
.material:hover {
    background: #DDD;
}

.select_comment,
.select_material {
    text-decoration: underline;
}

.del_comment,
.del_predefined_material {
    text-decoration: underline;
    float: right;
}

.company_comment {
    text-decoration: underline;
    word-wrap: inherit;
}

#button_add_comment {
    margin: 20px 0px 20px 0px;
}

#bid-message {
    display: inline-block;
}

.modal-comment {
    display: inline-block;
    padding-left: 5px;
    border-right-width: 0px;
    font-size: 8pt;
    margin-right: 70px;
    width: 8px;
}

.mt10 {
    margin-top: 10px;
}

.centering {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pagination {
    margin: 0;
    padding: 0;
    height: auto !important;
}

.nowrap {
    white-space: nowrap;
}

.upload_popup_button, .upload_popup_button:hover {
    /*float: right;*/
    /*  margin-top: 40px 0;
  margin-right: 70px0;
  font-weight: bold;
  color: #fff;
  margin: 0px 70px 10px 0px;
  text-shadow: none;
  background: url('../imgs/blue_bg.png') repeat scroll 0 0 transparent;*/
}

.popup_data, .popup_data2 {
    position: relative;
}

.popup_data select, .popup_data input[type="text"], .popup_data2 select, .popup_data2 input[type="text"] {
    width: 100px;
}

.popup_data select, .popup_data2 select {
    height: 30px;
}

.popup_data div.datepicker {
    left: 75px !important;
    top: 32px !important;
}

.popup_data2 div.datepicker {
    left: 75px !important;
    top: 32px !important;
}

/*.popup_data2 lable{margin-right:4px;}
.popup_data input[type="text"],.popup_data2 input[type="text"]{margin-right: 75px;}*/

#calendar_company_events .modal-body {
    max-height: 400px;
}

.eventCalendar-wrap {
    margin-bottom: 0 !important;
}

.eventsCalendar-noEvents p {
    margin: 0 0 0 0 !important;
}

.showevents {
    display: block;
}

.hideevents {
    display: none;
}

.label_style {
    color: rgb(27, 78, 101);
    font-size: 18px;
    font-weight: bold;
}

.inform_style span {
    color: rgb(110, 102, 141);
    font-weight: bold;
}

.inform_style a {
    color: rgb(79, 95, 173);
    text-decoration: none;
    font-weight: bold;
}

.text_color {
    color: rgb(87, 87, 118);
}

.date_color_text lable {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.date_color_text2 lable {
    color: rgb(0, 0, 0);
}

/*.jstree-document{background:url("../imgs/32px.png") -100px -68px !important;}*/
.jstree-document {
    width: 0 !important;
    height: 0 !important;
}

#category_jstree, #regions, #category_jstree_profile {
    height: 300px;
    overflow-y: auto;
    width: 560px;
    border: 1px black solid;
    margin: 0 0 20px 0;
}

.icon-lightblue {
    background-image: url("../imgs/glyphicons-halflings-lightblue.png");
}

label.checkbox {
    font-weight: normal;
    color: inherit;
}

#category_jstree li label.tree-toggler > a.active_category, #category_jstree_profile li label.tree-toggler > a.active_category {
    text-shadow: none;
    color: #0E8EAB;
    background: none;
}

#category_jstree label.tree-toggler > a:hover, #category_jstree_profile label.tree-toggler > a:hover {
    text-decoration: none;
}

#category_jstree ul.nav.nav-list.tree li:hover, #category_jstree_profile ul.nav.nav-list.tree li:hover {
    cursor: pointer !important;
    font-size: 12px
}

#category_jstree ul.nav.nav-list.tree li, #category_jstree_profile ul.nav.nav-list.tree li {
    font-size: 12px;
}

#category_jstree ul.nav.nav-list.tree li a, #category_jstree_profile ul.nav.nav-list.tree li a {
    color: #000;
}

#category_jstree ul.nav.nav-list.tree li.active a, #category_jstree_profile ul.nav.nav-list.tree li.active a {
    color: #fff;
}

.active_category {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #08c;
}

.block_open {
    display: block;
}

.company_balans_modal_hide {
    display: none;
}

#text_modal {
    width: 98%;
    height: 150px;
}

.radio {
    color: black;
    font-weight: normal;
}

.company_balans_btn2 {

    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.company_balans_btn2 {
    height: 48px;
    padding: 12px 5px 7px 5px !important;
    width: 80px !important;
}

#vundne .tabledata .job_rows .messages, #vundne .tableheader .messages {
    width: 10% !important;
}

.tabledata .job .opgaver, .tableheader .opgaver {
    width: 14% !important;
}

/*.data.go.upload{width: 13% !important;}
.data.go.company_balans{width:9% !important;}*/
.head_facebook {
    width: 400px;
    float: right;
    z-index: 100;
    margin: 10px 0px; /*line-height: 0;*/
}

#header {
    max-width: 980px;
    margin: 0 auto;
    height: 94px;
    /*line-height:94px;*/
    position: relative;
    /*overflow:hidden;*/
}

.lukket {
    color: #b81414;
}

.eventTitle {
    cursor: pointer;
}

.mail-agent {
    width: auto !important;
    height: 250px !important;
}

.explanation {
    font-size: 9pt;
    font-style: italic;
}

.new_filter {
    margin: 21px 0 10px;
}

.categories_div {
    width: 180px;
    float: left;
    margin: 0 5px;
}

.region_div {
    width: 180px;
    float: left;
    margin: 0 5px;
}

.search_job_div {
    float: left;
    margin: 0 5px;
}

.reset_div {
    float: left;
    font-size: 12px;
    margin: 0 5px;
    width: 100px;
    text-align: right;
}

.calendar_div {
    float: right;
    margin: 0 5px 0 0;
}

.black-text {
    color: #000;
}

.lightgrey-text {
    color: lightgrey;
}

.form-inline input,
.form-inline select {
    padding: 1px;
}

/* New Top Menu .topmenu,*/
.bottommenu {
    height: 40px;
    line-height: 40px;
}

.topmenu.userinfo {
    height: 0px;
}

.pull-left .ul-tmenu {
    margin-left: -100px;
}

.ul-tmenu {
    list-style-type: none;
    list-style: none;
    margin: 0px;
}

.ul-tmenu li {
    display: block;
    float: left;
}

.ul-tmenu li a {
    font-size: 14px;
    border-radius: 0px;
    border: none;
    display: block;
    /* height: 31px; */
    /* line-height: 40px; */
    /*background: #2d36a8;*/
    background: rgb(3, 114, 146);
    color: #c3c3c3;
    text-shadow: none;
    padding: 8px 10px 8px 10px;
    margin: 0px;
    color: #c3c3c3;
    text-transform: uppercase;
}

.hide-tb {
    display: none;
}

.tabledata .jobopened .data {
    width: 100% !important;
}

.link_add_field a {
    text-decoration: underline;
    font-weight: bold;
    color: #3153D8;
    padding-left: 8px;
}

.textarea_form {
    padding: 8px;
}

.textarea_form textarea {
    width: 505px;
}

.textarea_form p {
    color: #000;
    margin-bottom: 5px;
}

.prislister_form table thead tr th {
    font-weight: normal;
    color: #000;
}

.prislister_div_left {
    float: left;
    width: 540px
}

.prislister_div_right {
    float: right;
    width: 340px;
    padding: 10px 0;
}

.prislister_div_right p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}

.add_field_ed, .add_categoty, .show_modal_del, .del_attr, .add_field, .del_field {
    cursor: pointer;
}

.pricelist {
    margin-top: 15px;
    margin-bottom: 40px;
}

@media (max-width: 860px) {
    .prislister_div_left {
        float: none;
        width: 100%;
    }

    .prislister_div_right {
        float: none;
        width: 100%;
    }

    .textarea_form textarea {
        width: 90%;
    }

    .pricelist, .pricelist_mobil {
        margin-bottom: 0;
    }
}

.conteiner_category {
    margin: 15px;
}

.block_category {
    width: 45%;
    float: left;
}

.multiselect_list {
    height: 300px;
    overflow-y: auto;
    border: 1px solid #000;
}

.block_city {
    width: 45%;
    float: right;
}

.city_list {
    height: 261px;
    overflow-y: auto;
    border: 1px solid #000;
}

.search_city_bar {
    margin: 10px 0 0 0;
}

.search_city_bar input[type='text'] {
    width: 95%;
}

.cat_block {
    margin: 10px;
}

.cat_head {
    color: #000;
}

.cat_head_left {
    float: left;
    font-size: 18px;
    padding-bottom: 5px;
}

.cat_head_right {
    float: right;
}

.category_attr {
    margin: 50px 0;
}

.label-custum {
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
}

.modal_list {
    cursor: pointer;
}

.prislister_form input, .textarea_form textarea {
    border: 1px solid #000;
}

.statusText {
    color: #188137;
}

.align-center {
    text-align: center !important;
}

.strike-text {
    text-decoration: line-through;
}

.examplesModal {
    cursor: pointer;
}

.background-white,
.bg-white, white-bg {
    background-color: #fff !important;
}

.prislister_form .table {
    margin-bottom: 0;
}

.substrate {
    background: #ebebeb;
    border: 1px solid #c3c3c3;
    padding: 10px 20px 5px;
}

.text-top-btn {
    margin-top: 30px;
    font-style: italic;
    font-size: 12px;
    color: #000;
}

.text-mod {
    font-size: 14px;
    color: #000;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

#examplesModal .text-mod {
    display: none;
}

#modal_list .modal-body .table td, #examplesModal .modal-body .table td {
    padding: 2px;
    border: none;
}

#modal_list p, #examplesModal p {
    margin: 2px !important;
}

.cat_block .destroir_link {
    display: none;
}

.prislister_form input.total {
    border: 1px solid #c3c3c3;
    background: #c3c3c3;
}

.total_text {
    display: block;
    position: absolute;
    top: 8px;
    right: -45px;
}

.text_total {
    position: absolute;
    top: 8px;
    right: -53px;
    display: none;
}

.total {
    position: absolute;
    padding: 4px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 8px;
    right: -80px;
    display: none;
    width: 73px;
    text-align: center;
}

#button_upload_vundne {
    width: 100px;
    float: left;
    padding: 10px 7px;
    text-align: center;
    background: #E1E4E6;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    margin: 15px 0px 15px 0px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}

#button_upload_vundne input {
    width: 150px;
    padding: 10px 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

#preview_box {
    width: 100px;
    margin-top: 3px;
    margin-left: 12px;
    display: none;
    float: left;
}

#preview_box img {
    border: 1px solid #ccc;
}

table.uploads_list {
    width: 100%;
}

table.uploads_list td.thumb {
    width: 75px;
    height: 75px;
    padding: 4px 8px 4px 8px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.uploads_list td.thumb img {
    width: 75px;
    height: auto;
}

table.uploads_list td.descr {
    position: relative;
    padding: 13px 5px 4px 10px;
    font-size: 9pt;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

table.uploads_list td.descr div.delete {
    position: absolute;
    bottom: 10px;
}

table.uploads_list td.descr div.delete a {
    cursor: pointer;
    color: #d69837;
}

#din_profil li a, #okonomi-tab li a {
    color: #383b42;
}

#din_profil li, #okonomi-tab li {
    text-align: center;
    width: 155px;
}

.copy-example span {
    font-size: 12px;
    position: relative;
    bottom: -3px;
}

.copy-example {
    text-decoration: none;
    color: #49bef4;
}

a.copy-example:hover {
    text-decoration: none;
    color: #49bef4;
}

.bid-popover {
    font-size: 14px;
    color: #000;
}

.bid-popover i {
    font-size: 16px;
    color: #7f8c8d;
}

#modal_list .modal-body {
    padding: 0;
}

#modal_list .modal-body .table_div {
    margin: 15px;
}

.date-hide {
    display: none;
}

.date-show i {
    font-size: 18px;
    color: #000;
}

.date-show {
    cursor: pointer;
}

.cart_job, .cart_job:hover {
    padding: 0;
    width: 240px;
    margin: 10px 0 0;
    /*  background: #e6e3e3;
  border: 1px solid #B7B7B7;
  background: rgb(230,227,227);  Old browsers
 IE9 SVG, needs conditional override of 'filter' to 'none'
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGMyYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(230,227,227) 0%, rgb(196,194,194) 100%);  FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(230,227,227)), color-stop(100%,rgb(196,194,194)));  Chrome,Safari4+
background: -webkit-linear-gradient(top,  rgb(230,227,227) 0%,rgb(196,194,194) 100%);  Chrome10+,Safari5.1+
background: -o-linear-gradient(top,  rgb(230,227,227) 0%,rgb(196,194,194) 100%);  Opera 11.10+
background: -ms-linear-gradient(top,  rgb(230,227,227) 0%,rgb(196,194,194) 100%);  IE10+
background: linear-gradient(to bottom,  rgb(230,227,227) 0%,rgb(196,194,194) 100%);  W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e3e3', endColorstr='#c4c2c2',GradientType=0 );  IE6-8 */

}

.job_name_cart {
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: /*30px 0 10px*/ 40px 0 20px;
}

.job_id_cart {
    font-size: 12px;
    color: #76707C;
    padding: 10px 0px 0px 5px;
}

.job_link_cart a {
    font-size: 14px;
    color: #5D48CC;
    text-decoration: none;
}

.job_link_cart {
    padding: 9px 5px 0 0;
}

.cart_job_des {
    display: none;
}

.title_job_block {
    float: left;
    width: 25%;
    margin: 0.5%;
}

.info_job_block {
    float: left;
    width: 26%;
    margin: 0.5% 1.5% 0.5% 3.5%;
}

.info2_job_block {
    float: left;
    width: 15%;
    margin: 0.5%;
    color: rgb(140, 140, 140);
    font-size: 11px;
    line-height: 12px;
}

.status_job_block {
    float: left;
    margin: 0.5%;
    width: 14%;
}

.upload_job_block {
    float: left;
    margin: 0.5%;
    width: 11%;
}

.company_balans_btn, a.company_balans_btn:hover {
    background: #22b14c;
    color: #fff; /*padding: 13% 15% 13% 16%;*/
    display: block;
    text-shadow: none;
}

.status_job_text {
    background: #fff;
    border: 1px solid #000;
    font-size: 11px;
    text-align: center;
    margin-top: 2px; /*width: 96%;*/
    padding: 4px 0;
}

.bg_btn2 {
    border: 6px solid #22B14C !important;
    background: #092C13 !important;
    color: #fff !important;
    padding: 5% 16% 6% !important;
}

.bg_btn {
    background: #ccc !important;
    padding: /*15%*/ /*9%*/ 0 !important;
    margin-bottom: 3px;
}

.active_job_st:nth-child(2n), .job:nth-child(2n) {
    background: #F2F2F2;
}

.currentjob .padder.cart_job2 {
    background: #F5F5F5;
}

.tabledata .jobopened .title_job_block {
    width: 100%;
}

.cart_job2 {
    padding: 5% 0;
}

.contact .messages .nav.nav-tabs li.active a {
    background: #fff;
}

.currentjob .cart_job2 a, .currentjob .cart_job2 a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.cart_job2 a, .cart_job2 a:hover {
    width: 195px;
    margin: 0 6px;
    background: rgb(230, 227, 227); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2ExYTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgb(230, 227, 227) 0%, rgb(163, 161, 161) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(230, 227, 227)), color-stop(100%, rgb(163, 161, 161))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(230, 227, 227) 0%, rgb(163, 161, 161) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(230, 227, 227) 0%, rgb(163, 161, 161) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(230, 227, 227) 0%, rgb(163, 161, 161) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(230, 227, 227) 0%, rgb(163, 161, 161) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e3e3', endColorstr='#a3a1a1', GradientType=0); /* IE6-8 */

}

.messages_2 .nav-tabs li {
    width: 50%;
}

.messages_2 .nav-tabs li a {
    color: #383b42 !important;
}

#firmaopgaver-tabs li.active a, #din_profil li.active a, #okonomi-tab li.active a {
    background: #fff;
}

/*Active*/
.title_active_bar {
    float: left;
    width: 25%;
    margin: 0.5%;
}

.title_active_bar .cart_job {
    margin-top: 6px;
}

.bid_active_bar {
    float: left;
    margin: 0.5%;
    width: 16%;
    padding-left: 4%;
}

.note_active_bar {
    float: left;
    margin: 0.5%;
    width: 18% !important;
    padding-right: 2%;
}

.message_active_bar {
    float: left;
    margin: 0.5%;
    width: 15%;
}

.btn_active_bar {
    float: left;
    margin: 0.5%;
    width: 15%;
}

/*inaktive*/
.title_inaktive_bar {
    float: left;
    width: 26%;
    margin: 0.5%;
}

.create_inaktive_bar {
    float: left;
    width: 11%;
    margin: 0.5%;
    padding-left: 2%;
}

.messages_inaktive_bar {
    float: left;
    width: 12%;
    margin: 0.5%;
    padding: 0 1%;
}

.amount_inaktive_bar {
    float: left;
    width: 10%;
    margin: 0.5%;
}

.zip_inaktive_bar {
    float: left;
    width: 10%;
    margin: 0.5%;
}

.notes_inaktive_bar {
    float: left;
    width: 20%;
    margin: 0.5%;
}

.btn_inaktive_bar {
    float: left;
    width: 11%;
    margin: 0.5%;
}

.rows .job.currentjob {
    border-top: 1px solid #DDD !important;
}

.tabledata .rows .job.last {
    border-top: 0px !important;
}

.tabledata .currentjob {
    border: 0px !important;
}

.btn-opgave {
    width: 245px;
    text-align: left;
    font-size: 14px;
    padding: 4px 10px;
}

.bar-messages {
    float: left;
}

.bar-messages a {
    padding: 6px 10px 5px;
    margin-left: 10px;
}

.information .btn_active_bar {
    width: 267px;
}

.text-firmavisning {
    color: #000;
    margin-top: 10px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-style: italic;
    text-align: justify;
}

.message_autobid_modal .modal-body {
    overflow: auto;
    height: 250px;
}

.message_autobid_modal .msg {
    color: #000;
}

.message_autobid_modal .image {
    float: right;
}

.message_autobid_modal .contact_messages_wrapper {
    float: left;
}

.message_autobid_modal .contact_message_read_time {
    margin-left: 25px;
}

.message_autobid_modal .msg {
    margin-top: 10px;
}

.message_autobid_modal .meta, .message_autobid_modal .meta .contact_messages_wrapper {
    font-size: 12px;
}

.pdf_file_none {
    display: none;
}

.pdf_file_bar {
    margin-bottom: 35px;
    color: #000;
    padding-left: 8px;
}

.first {
    margin-right: 20px;
}

.delete_pdf {
    cursor: pointer;
}

#why-use-autotilbud {
    margin-top: 0 !important;
}

#splashwrap.new_home_page {
    padding-bottom: 0;
    background-image: url(/media/imgs/vennepriser-forside3.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.categories_icons {
    width: 85% !important;
    margin-left: 25px;
}
a.categories_icon {
    display: block;
    width: 65px;
    height: 60px;
    background-color: #eeeeee;
    color: rgb(93, 93, 93) !important;
    padding: 5px 0px !important;
    text-align: center;
    line-height: 9em;
    border-radius: 9px;
    font-size: .8em;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position-x: center;
    background-position-y: 35%;
    text-decoration: none;
}
a.categories_icon:hover {
    background-color: #efe4b0;
}
a.categories_icon.painter_icon {
    background-image: url('/media/imgs/icons/categories/cat-paint-roller-64.png');
}
a.categories_icon.carpenter_icon {
    background-image: url('/media/imgs/icons/categories/cat-hammer-64.png');
}

a.categories_icon.bricks_icon {
    background-image: url('/media/imgs/icons/categories/cat-laying-bricks-50.png');
}

a.categories_icon.painter_icon {
    background-image: url('/media/imgs/icons/categories/cat-paint-roller-64.png');
}

a.categories_icon.tube_icon {
    background-image: url('/media/imgs/icons/categories/cat-water-pipe-64.png');
}

a.categories_icon.shovel_icon {
    background-image: url('/media/imgs/icons/categories/cat-spade-64.png');
}
a.categories_icon.other_categories span.dots {
    font-size: x-large;
    color: #4a90e2;
}
a.categories_icon.other_categories span {
    display: block;
    line-height: 1.75em;
}
.banner-venner-icon {
    background-image: url('/media/imgs/imgpsh_venner.png');
    width: calc(100% - 240px);
}
@media (max-width: 980px) {
    #splashwrap.new_home_page {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 75%;
    }
}
.mobile-icon {
    background-image: url('/media/imgs/imgpsh_venner_turn.png');;
}
.new_home_page .categories a, .new_home_page #categories-list-label {
    color: #fff;
    font-size: 18px;
}
.new_home_page #categories-list-label {
    cursor: default
}
.autocomplete-home {
    margin-top: 40px;
    padding: 16px 16px 16px 20px;
}
.new_home_page .categories p { /*text-align: justify;*/
    font-size: 12px !important;
    padding: 16px 16px 16px 20px !important;
    line-height: 27px;
}

/*16px 16px 16px 26px !important*/
.new_home_page #select-category-label {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    cursor: default;
}

.new_home_page .categories #start-btn, .new_home_page .categories #start-btn-category-firm {
    text-transform: uppercase;
    color: #333;
    font-size: 13pt;
    font-family: Trebuchet MS;
    height: 35px;
    width: 80px;
}

.new_home_page .categories #select-category {
    margin: 0;
    width: 330px;
    height: 25px;
    font-size: 16px;
}

.new_home_page .categories #search-category-firm, .new_home_page .categories .tt-hint, .new_home_page .home-category #search-category-firm, .new_home_page .home-category .tt-hint {
    width: 330px;
}

.new_home_page #splash .slides {
    width: 85%;
    max-width: 85%;
    padding-left: 15%;
    float: none;
}

/*.new_home_page #splash .slides h1{text-align:justify;}
.new_home_page #splash .slides .headline{width: 95%;}*/
.new_home_page .categories .input-categories {
    margin-top: 13px !important;
}

/*31px !important*/
ul.delete-href {
    margin: 0;
    list-style: none;
}

ul.delete-href li {
    text-decoration: none;
}

ul.delete-href li a {
    font-size: 12px;
}

ul.delete-href li a:hover {
    text-decoration: none;
}

ul.delete-href li ul {
    list-style: none;
}

.big-tick {
    background: url('../imgs/big-tick.png') no-repeat center;
    width: 87px;
    height: 87px;
}

.modal-category-header-link {
    font-weight: bold;
}

.link-cat a {
    text-decoration: underline;
    font-size: 13px;
}

.new_home_page .categories p.link-cat {
    padding: 13px 16px 16px 20px !important;
}

/*13px 16px 16px 26px !important*/
.new_home_page #splash {
    padding: 0 20px 15px;
}

.opgaver_burg {
    color: #666;
    text-align: right;
    font-style: italic;
    margin-right: 5px;
}

.alert-success {
    background: #CEF3F5;
    border-color: #a7f2fa;
}

.kundeinfo {
    cursor: pointer;
}

#kundeinfo-modal .modal-header {
    height: 24px;
}

#kundeinfo-modal .modal-body {
    overflow-y: auto;
    height: 300px;
}

#kundeinfo-modal .modal-body .link-complaint {
    text-align: right;
}

#kundeinfo-modal .modal-body .link-complaint a {
    color: #000;
    text-decoration: underline
}

.bg_block {
    background: #E9E9E9;
    margin-top: 15px;
    font-weight: bold;
    color: #000;
    padding: 2px 5px;
}

.kundeinfo-modal-text {
    color: #223D57;
    padding: 2px 5px;
    margin: 5px 0;
}

.kundeinfo-modal-text a {
    color: #223D57;
    text-decoration: none;
}

.pull-left.kundeinfo-modal-text {
    padding: 6px 0 0 5px;
}

.pull-right.kundeinfo-modal-text a {
    display: block;
}

.kundeinfo-job {
    margin-top: 5px;
    margin-bottom: 5px;
}

.kundeinfo-job p {
    margin: 0 0 5px 0;
    padding: 0 5px;
}

.kundeinfo-review {
    margin: 10px 5px;
    border-top: 1px solid #ccc;
    padding-top: 5px;
}

.kundeinfo-review-block .kundeinfo-review:first-child {
    border-top: 0;
    padding-top: 0px;
}

.kundeinfo-coment {
    margin-top: 5px;
    text-align: justify;
}

.kundeinfo-link {
    text-align: right;
}

.kundeinfo-job-row {
    padding: 0 5px;
}

.kundeinfo-job-more {
    text-align: center;
    padding: 10px 0;
}

.popovercomplaint {
    cursor: pointer;
}

.popover_style {
    width: 300px;
}

.popover_style .popover-content {
    margin: 0;
    padding: 0;
}

.popover_style .textarea_complaint {
    padding: 9px 14px;
}

.popover_style textarea {
    width: 258px;
    height: 135px;
}

.btn_complaint {
    background: #E7E7E7;
    padding: 9px 14px;
}

.fortryd {
    margin-right: 10px;
}

.btn-fortryd, .btn-fortryd:hover {
}

.btn-complaint-ok, .btn-complaint-ok:hover {
}

.alert-error {
    z-index: 10000;
}

.opgaveoprettet_bar {
    width: 400px;
    margin: 0 auto;
}

.opgaveoprettet_bar_text_top {
    color: #313131;
    font-size: 16px;
    text-align: center;
}

.opgaveoprettet_bar_text_bottom {
    font-size: 12px;
    text-align: center;
    color: #313131;
}

.opgaveoprettet_bar_social {
    text-align: center;
    margin: 10px 0;
}

/*text styles*/
.text.italic {
    font-style: italic;
}

.text.underline {
    text-decoration: underline;
}

.text.smaller {
    font-size: smaller;
}

.text.small {
    font-size: small;
}

.text.medium {
    font-size: medium;
}

.text.large {
    font-size: large;
}

.text.larger {
    font-size: larger;
}

.text.em14 {
    font-size: 1.4em;
}

.text.black {
    color: #000
}

.text.bold {
    font-weight: bold
}

@media (max-width: 1000px) {
    .new_home_page .categories #select-category {
        width: 96.5%;
    }

    .new_home_page .categories #search-category-firm, .new_home_page .categories .tt-hint, .new_home_page .home-category #search-category-firm, .new_home_page .home-category .tt-hint {
        width: 96.5%;
    }

    .new_home_page .categories #start-btn, .new_home_page .categories #start-btn-category-firm {
        width: 100%;
        margin-top: 10px;
    }
}

@media (max-width: 960px) {
    .new_home_page #splash .slides {
        width: 90%;
        max-width: 90%;
        padding-left: 10%;
        height: 255px;
    }
}

@media only screen and (orientation: portrait) and (min-width: 767px) and (max-width: 960px) {
    .new_home_page #splash .slides {
        height: 355px !important;
    }
    .new_home_page #splash .slides ul {
        margin-top: 20px;
    }
    .new_home_page #splash .slides ul li {
        padding-left: 10px;
        font-size: 1.38em;
    }
    .new_home_page #splash .slides .buttons_box {
        margin-top: 40px;
    }    
    .new_home_page #splash .slides .buttons_box .btn {
        font-size: 1.8em;
    }    
    .new_home_page #splash .slides .buttons_box #categories-btn {
        margin-right: 30px;
    }
}

@media (max-width: 910px) {
    .new_home_page #splash .slides {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .traditional #email, .traditional #password, .traditional .style_btn_mobil {
        height: 39px;
    }

    .new_home_page .categories #select-category {
        width: 98%;
        padding: 0.5% 1%;
        height: 50px;
        font-size: 18px;
    }

    .new_home_page .categories #search-category-firm, .new_home_page .categories .tt-hint {
        width: 98%;
        padding: 0.5% 1%;
        border: 0
    }

    .new_home_page .categories #start-btn {
        height: 55px;
    }

    .new_home_page .categories #start-btn-category-firm {
        height: 35px;
    }

    .new_home_page #splash .slides {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    .new_home_page #splash .slides .headline {
        width: 100%;
    }

    .new_home_page #splash .slides h1 {
        height: 44px;
    }

    .new_home_page #splash .padder .slide ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    .new_home_page #splash .slides {
        height: 220px;
    }

    .new_home_page .categories p.input-categories {
        padding: 0 !important;
    }

    .new_home_page .categories p.link-cat {
        padding: 0 !important;
        margin: 10px 0 !important;
    }

    .new_home_page .count_text {
        margin: 0 !important;
    }
    
    .twitter-typeahead .tt-menu .tt-suggestion {
        text-align: left !important;
    }
}

@media (max-width: 696px) {
}

@media (max-width: 526px) {
    .new_home_page #splash .slides h1 {
        height: 83px;
    }
}

@media (max-width: 379px) {
    #splashwrap.new_home_page {
        height: auto;
    }

    .new_home_page #splash .slides h1 {
        height: 50px;
    }
}

@media only screen and (orientation: portrait) and (max-width: 320px) {
    #splashwrap.new_home_page {
        height: 400px !important;
    }
}

.block-left-mail-agent {
    float: left;
    width: 50%;
}

.block-right-mail-agent {
    float: right;
    width: 50%;
}

.block-left-mail-agent .mail-agent-attr {
    height: 300px;
    overflow-y: auto;
    width: 560px;
    border: 1px black solid;
    margin: 0 0 20px 0;
}

.block-left-mail-agent .destroir_link {
    display: none;
}

.btn-grey, .btn-grey:hover {
    padding: 5px;
}

#slider-range-min {
    width: 340px;
}

#slider-range-min2 {
    width: 340px;
}

.slider-price-block {
    width: 300px;
}

/*#slider-range-min .ui-state-focus,#slider-range-min .ui-state-hover,.slider-price-block .ui-state-focus,.slider-price-block .ui-state-hover{border: 1px solid #dddddd;background: #f6f6f6 url(/media/imgs/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;font-weight: bold;color: #0073ea;}*/
.slide-bar-mail {
    margin-top: 10px;
    margin-bottom: 39px;
}

#category-attributes .destroir_link {
    display: none;
}

#category-attributes {
    width: 422px;
}

/*#slider-range-min,.slider-price-block{height: 5px !important;}*/
.block_city .slide-bar-mail-next {
    height: 20px;
    position: relative;
    width: 325px;
    margin: 0;
}

.slide-bar-mail-next {
    height: 20px;
    position: relative;
    width: 300px;
    margin: 15px auto 0;
}

/*#slider-range-min .ui-slider-handle.ui-state-default.ui-corner-all,.slider-price-block .ui-slider-handle.ui-state-default.ui-corner-all{top: -0.5em;width: 12px;}*/
/*#slider-range-min .ui-slider-handle.ui-state-default.ui-corner-all,.slider-price-block .ui-slider-handle.ui-state-default.ui-corner-all{background: #BDBDBD;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;margin-left:0 !important;}*/
/*#comment_block .comment:hover{background: none !important;}*/
.job .actions ul li a {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000;
}

.job .actions ul li.active a {
    color: #000 !important;
}

.slide-bar-val, .slide-bar-val2 {
    position: absolute;
    margin-left: -3px;
    width: 50px;
    color: #000;
}

/*.slider-price-block .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min,.slider-price-block{
  background: #ccc;
} */
/*#slider-range-min .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min,#slider-range-min{background: rgb(229,229,229);  Old browsers
 IE9 SVG, needs conditional override of 'filter' to 'none'
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(229,229,229) 0%, rgb(209,209,209) 100%);  FF3.6+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(229,229,229)), color-stop(100%,rgb(209,209,209)));  Chrome,Safari4+
background: -webkit-linear-gradient(top,  rgb(229,229,229) 0%,rgb(209,209,209) 100%);  Chrome10+,Safari5.1+
background: -o-linear-gradient(top,  rgb(229,229,229) 0%,rgb(209,209,209) 100%);  Opera 11.10+
background: -ms-linear-gradient(top,  rgb(229,229,229) 0%,rgb(209,209,209) 100%);  IE10+
background: linear-gradient(to bottom,  rgb(229,229,229) 0%,rgb(209,209,209) 100%);  W3C
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d1d1d1',GradientType=0 );  IE6-8
}*/
#jobs-sort-options fieldset {
    background: #F9F3E1 !important;
}

.block-bud-send {
    background: #fff;
    /* border: 1px solid #808080; */
    padding: 0 20px 30px 20px;
}

.block-bud-send h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #000;
    font-weight: normal;
}

.block-bud-send .name_input {
    font-weight: bold;
    color: #3B5998;
    font-size: 12px;
    margin-bottom: 5px;
}

.block-bud-send .input_sryles input {
    height: 30px;
    color: #000;
    font-size: 16px;
    text-align: right;
}

.block-bud-send .all_amount {
    color: #000;
    margin: 10px 0 20px 0;
}

.block-bud-send .full_price {
    margin-right: 10px;
}

.textarea_sryles textarea {
    padding: 5px;
}

.link_btn_active a {
    margin-right: 10px;
}

.link_btn_active {
    margin-bottom: 15px;
}

.phone_buy {
    border: 2px solid #7F7F7F;
    margin-bottom: 15px;
    color: #39395F;
    font-size: 16px;
}

.phone_buy h3 {
    color: #393939;
    font-size: 18px;
}

.block_estimate {
    color: #000;
}

.flipme {
    position: relative;
    /*  -webkit-perspective:600px;
  -moz-perspective:600px;*/
    height: 400px;
}

.flipme.flipped {
    height: 492px;
}

.flipme .front, .flipme .back {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flipme .front {
    z-index: 900;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flipme .back {
    z-index: 800;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipme.flipped .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipme.flipped .back {
    z-index: 1000;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.notes a:hover {
    color: #0E8EAB;
}

.focus_input {
    border-color: rgba(82, 168, 236, 0.8) !important;
    outline: 0 !important;
    outline: thin dotted \9 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

#subcategories-modal .modal-body {
    max-height: 150px;
}

#subcategories-modal .modal-body div {
    height: auto !important;
    overflow-y: auto !important;
}

.left_text_block ul {
    list-style: none;
}

/*.fb-facepile{display: none !important;}*/
.fb-facepile {
    margin-top: 8px;
}

.more-dropdown-menu a.dropdown-toggle {
    background: none;
    border: none;
    padding: 8px 10px 5px 10px;
    box-shadow: none;
    margin: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.more-dropdown-menu.open a.dropdown-toggle {
    background: #7f86d2 !important;
}

.more-dropdown-menu a.dropdown-toggle:hover {
    background: #7f86d2;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.new-bar-menu2 {
    width: 960px;
    margin: 10px auto 0;
    padding: 0 40px;
}

#three-tips-link {
    padding-top: 10px !important;
}

#three-tips-link .new-bar-menu a, #three-tips-link .new-bar-menu a span {
    font-weight: normal;
    text-decoration: none;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.content h1 {
    font-family: "Trebuchet MS";
    font-weight: normal;
    text-shadow: none;
}

#three-tips {
    /*padding-top: 70px;*/
}

.content .icon {
    width: 100%;
    height: 128px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content .personal_information {
    background: url(/media/imgs/icons/3-tips/personal-information-icon.png) no-repeat transparent center;
}

.content .qualification_history {
    background: url(/media/imgs/icons/3-tips/qualification-history-icon.png) no-repeat transparent center;
}

.content .star_rating {
    background: url(/media/imgs/icons/3-tips/star-rating-icon.png) no-repeat transparent center;
}

.content .column {
    width: 30%;
    float: left;
    margin-right: 10px;
}

.content #three-tips .span4,
.content #faq .span4 {
    text-align: center;
    padding: 20px 20px;
}

.content .span4 h3, .content h4 {
    color: #000;
    text-shadow: none;
}

.content .span4 h4 {
    color: #666;
    margin-bottom: 30px;
    font-weight: normal;
}

.content .span4 .frame {
    text-align: left;
    background: #c8c8c8;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    height: 400px;
}

.content #faq .span4 p {
    text-align: left;
}

#firmaopgaver-tabs li.new-icon-gamele {
    width: auto;
}

#firmaopgaver-tabs li.new-icon-gamele a {
    padding: 10px 0 0 0;
    background: none;
    border: 0;
    font-size: 24px;
    margin-right: 10px;
    color: #CDCDCD;

}

.companymenu {
    padding: 0px;
}

.companymenu .navbar.navbar-inverse {
    margin-bottom: 0 !important;
}

.companymenu .navbar-inner {
    border: 0;
    padding: 0;
    background: none;
}

.companymenu ul.nav li.active a, .companymenu ul.nav li a:hover {
    background: /*#7F86D2*/ /*#04a4d2*/ #46dd66 ;
    box-shadow: none !important;
}

.companymenu ul.nav li a {
    color: #c3c3c3;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 15px;
}

.companymenu .btn.btn-navbar {
    background: none;
    border: none;
    box-shadow: none;
}

.companymenu ul.nav li.dropdown a {
    padding: 8px 10px 8px;
}

.companymenu .dropdown-menu::before {
    background: none !important;
}

.companymenu ul.dropdown-menu li a {
    color: #333;
    font-size: 12px;
}

.companymenu ul.icon_menu li.open a, .companymenu ul.icon_menu li.open ul.dropdown-menu li:hover a {
    background: /*#7F86D2*/ #04a4d2 !important;
}

.companymenu ul.icon_menu li.open ul.dropdown-menu li:hover a {
    color: #fff;
}

.companymenu ul.icon_menu li.open ul.dropdown-menu li a {
    background: none !important;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li a {
    text-align: left;
    color: #c3c3c3;
    font-size: 12px;
    padding-left: 30px;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu {
    margin-bottom: 0;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li a {
    text-transform: none;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li {
    width: auto !important;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li a {
    color: #c3c3c3 !important;
    background: none !important;
}

.companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li.active a, .companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li:hover a {
    background: #7F86D2 !important;
    color: #fff !important;
}

.hidden-desktop-new, .modil_menu {
    display: none;
}

.phone-tab-menu {
    display: none !important;
}

.desktop-tab-menu, .profile-menu-desktop {
    display: block !important;
}

.mobil_bid {
    display: none;
}

@media (max-width: 979px) {
    .fb-facepile {
        display: none !important;
    }

    #main .sidebar {
        display: none;
    }

    .beskeder-mobile table {
        background: none;
    }

    .icon_menu, .left-menu-desktop, .new-bar-menu, .new-bar-menu2, #company_category_wrapper {
        display: none !important;
    }

    .icon_menu_duplicate, .modil_menu {
        display: block !important;
    }

    .phone-tab-menu {
        display: block !important;
    }

    .desktop-tab-menu, .profile-menu-desktop {
        display: none !important;
    }

    .companymenu ul.nav li a:hover, .companymenu ul.nav.pull-left li ul.nav.phone-tab-menu li:hover a {
        background: none !important;
    }

    #main .content {
        padding: 0 !important;
    }

    .table {
        background: #ccc;
    }

    .open td {
        background: #ccc;
    }

    /*  tr.open td, tr.tmp td{
    background: #FFFEDF !important;
  }*/

}

.jobmoreinfo-phone-text2, .mobil-block-template {
    display: none;
}

#extended_search_form .categories_div .multiselect-container, #extended_search_form .region_div .multiselect-container {
    max-height: 300px !important;
    height: 300px !important;
}

.afsendte_bud {
    text-align: left;
    width: 275px;
    height: 38px;
}

#vundne table.openjobs td:nth-child(2), #vundne .openjobs td:nth-child(3), #vundne .openjobs td:nth-child(4), #vundne .openjobs td:nth-child(5) {
    border-left: 0;
}

#vundne .openjobs .open .btn_disabled {
    padding: 4px 0px !important;
}

#vundne .openjobs .open td:nth-child(1) {
    border-left: 2px solid #000;
}

#vundne .openjobs .open td:nth-child(5) {
    border-right: 2px solid #000;
}

#vundne .openjobs td:nth-child(1) {
    width: 25%;
}

#vundne .openjobs td:nth-child(2) {
    width: 23%;
    padding-left: 3%;
}

#vundne .openjobs td:nth-child(3) {
    width: 23%;
}

#vundne .openjobs td:nth-child(4) {
    width: 3%;
    padding: 20px 0 0;
}

#vundne .openjobs td:nth-child(5) {
    width: 14%;
}

/*#vundne .openjobs td:nth-child(5){width:11%;}*/
#vundne .openjobs tr:nth-child(2n) {
    background: #F2F2F2;
}

.bestillinger_info_bar {
    margin: 0.5%;
    color: rgb(140, 140, 140);
    font-size: 11px;
    line-height: 12px !important;
    width: 94px;
}

#vundne .openjobs.jobmoreinfo-desktop {
    height: auto !important;
}

#vundne .openjobs .open .jobmoreinfo-desktop .job_name_cart, #vundne .openjobs .open .jobmoreinfo-desktop .job_link_cart a, #vundne .openjobs .open .jobmoreinfo-desktop .job_id_cart {
    color: #fff !important;
}

#vundne .openjobs .tmp .ajaxcontent {
    padding: 0;
    height: auto !important;
}

#vundne .openjobs .tmp #company-description td:nth-child(1) {
    width: 65% !important;
    text-align: justify;
}

#vundne .openjobs .tmp #company-description td:nth-child(2) {
    width: 50% !important;
}

#vundne .openjobs .tmp #company-description .map {
    margin-bottom: 0;
}

#vundne .openjobs .tmp .TaskAndCarInfo tr:nth-child(2n) {
    background: #fff;
}

#vundne .openjobs .tmp .TaskAndCarInfo td {
    width: auto !important;
    padding: 8px;
}

#vundne .openjobs .tmp .TaskAndCarInfo td {
    border-left: 1px solid #ddd;
}

#vundne .openjobs .tmp .TaskAndCarInfo tr:nth-child(2n+1) {
    background: #EEE;
}

.mobil-cat-city, .mobil-open-city {
    color: #000;
    margin-bottom: 10px;
}

.mobil-open-title, .mobil-open-city {
    color: #000;
    display: none;
}

.open .mobil-open-title, .open .mobil-open-city {
    display: block;
}

.open .mobil-cat-city {
    display: none;
}

ul.mobil-message {
    display: none !important;
}

.mail-agent-table .btn.btn-grey {
    width: 98%;
    padding: 2% 1%;
    margin-bottom: 5px;
}

.usermenu .navbar {
    margin-bottom: 0px;
}

.usermenu ul.nav {
    margin: 0;
}

.usermenu ul.nav li.active , .usermenu ul.nav li.active:hover , .usermenu ul.nav li:hover  {
    background: #46dd66  /*#04a4d2 #7f86d2*/;
    color: #fff;
    box-shadow: none !important;
}

.usermenu ul.nav li a {
    /* text-transform: uppercase; */
    text-shadow: none;
    color: #c3c3c3;
    padding: 10px;
    font-weight: normal;
}

.usermenu ul.nav.pull-right.hidden-phone li a {
    text-transform: none;
    color: #fff;
}

.mobil-messages-full-text {
    display: none;
    color: #000;
}

.mobil-messages-text {
    color: #000;
}

.link_more {
    color: #000;
}

#modal_list .mobil-modal-ifno-comp {
    display: none;
}

.inforight {
    float: left;
}

/*.upload-bar{display: none  !important;}*/
#swap_block2 {
    padding-top: 62px;
}

@media (max-width: 979px) {
    #swap_block2 {
        padding-top: 0px;
    }

    .new_blockselect {
        display: none;
    }

    #find_checked {
        margin-top: 20px;
    }

    .new_page_mobil_style {
        padding: 2.5%;
    }

    .top-company-bar {
        display: none;
    }

    #swap_block1 {
        display: table-footer-group;
    }

    #swap_block2 {
        display: table-header-group;
    }

    .company_balans_btn span {
        visibility: hidden;
    }

    .jobposted {
        padding: 0 2.5%;
    }

    /*#slider-range-min .ui-slider-handle.ui-state-default.ui-corner-all,.slider-price-block .ui-slider-handle.ui-state-default.ui-corner-all{top: -10px;width: 12px;height: 24px;}*/
    #three-tips-link {
        padding: 0 !important;
    }

    #mobil_modal_bid .nav-tabs li a {
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        color: #000;
        font-size: 16px;
    }

    /* #mobil_modal_bid .nav-tabs li a {
        background: #fff;
    }

    #mobil_modal_bid .nav-tabs li a {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        color: #000;
    }

    #mobil_modal_bid ul.nav-tabs li.active a {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #000;
    } */

    #mobil_modal_bid .modal-header {
        background: #fff;
        border: 0;
    }

    /*.old_pricebar{display:none;}*/
    .prislister_div_right {
        width: 100% !important;
    }

    input.mobil_input {
        width: 94% !important;
    }

    #form_category .category_prislister {
        width: 100% !important;
    }

    .block_category, .block_city {
        width: 100%;
        float: none;
    }

    .conteiner_category {
        margin: 0;
    }

    #slider-range-min {
        width: 94%;
    }

    .slide-bar-val {
        margin-left: 0;
        left: 0 !important;
    }

    .city_list multiselect_list {
        width: 100%;
    }

    .send_form_prislister .text_total, .send_form_prislister .total {
        display: none !important;
    }

    .send_form_prislister .ydelse {
        width: 80% !important;
    }

    .send_form_prislister .pris {
        width: 70% !important;
    }

    .send_form_prislister .rabat {
        width: 50% !important;
    }

    .upload-bar {
        display: none !important;
        margin: 10px 0 0;
    }

    .upload-bar .fileinput-button {
        margin: 0 !important;
        width: 99%;
        padding: 4px 0;
    }

    .upload-bar-open {
        float: none !important;
        padding: 2%;
        width: 96%;
        margin-bottom: 10px;
    }

    .prislister_div_button {
        float: none !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 2%;
    }

    .upload-bar-open .fileinput-button {
        width: 100%;
        margin: 0 !important;
        padding: 7px 0px;
    }

    .textarea_form textarea {
        width: 96% !important;
        height: 150px !important;
    }

    .textarea_form {
        padding: 2%;
    }

    .slider-price-block, .send_form_prislister {
        width: 100% !important;
    }

    .slide-bar-mail-next {
        width: 100% !important;
    }

    .inform-bar {
        margin: 0 0 20px !important;
    }

    .new-prislister_div_left, .new-prislister_div_right {
        width: auto !important;
        float: none !important;
    }

    .infoleft {
        float: none !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        border: none !important;
    }

    .inforight {
        float: none !important;
    }

    .my_class_block {
        display: block !important;
    }

    .page_help_mobil {
        padding: 0 3%;
    }

    .page_help_mobil .accordion {
        float: none;
        margin-right: 0;
        width: auto;
    }

    .topmenu .pull-left, .topmenu .pull-right {
        display: none;
    }

    .registr-bg {
        background: none;
    }

    .mobil-messages {
        display: block !important;
    }

    .table-beskeder tbody tr td.text_iform {
        width: 94% !important;
        padding: 2% 5% !important;
    }

    .mobil_counter_new_messages {
        display: block !important;
        font-size: 14px;
        margin-top: 10px;
    }

    .mobil_last_messages {
        display: block !important;
        font-size: 12px;
        margin-top: 10px;
    }

    .beskeder-mobile {
        padding: 3%;
    }
}

.submit_new_oplysninger {
    text-align: right;
}

.mobil-title-reg {
    margin-left: 23%;
}

.margin {
    margin: 0 10px;
}

.home-category #select-category {
    margin: 0;
    width: 330px;
    height: 25px;
    font-size: 16px;
}

.home-category #start-btn {
    text-transform: uppercase;
    color: #333;
    font-size: 13pt;
    font-family: Trebuchet MS;
    height: 35px;
    width: 80px;
}

.home-category p.link-cat {
    padding: 15px 16px 16px 20px !important;
}
.home-category hr {
    border: 1px solid #fff;
    margin: 0px 40px 20px 20px;
}
.TopCategory:hover {
    color: #fff;
}

#new-job-modal .TopCategory {
    color: #000; /*#0E8EAB*/
}

.TopCategory {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.home-category p {
    padding: 0 !important;
}

#splash {
    padding: 20px;
}

#splash .home-category {
    margin-top: 29px;
}

.home-category p.link-cat a {
    line-height: 27px;
}

#splash .slides {
    padding-top: 11px !important;
}

.help-margin {
    padding-right: 5%;
}

.jobposted-mobile-little-text {
    font-size: large;
    color: #666;
}

@media (max-width: 480px) {

}

.find_job_link {
    float: left;
    margin-top: 5px;
    color: #005580;
}

.find_checked_block .mobil, .mobil-block-navigation {
    display: none;
}

.find_checked_block .comp {
    display: inline;
}

.top-company-bar {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .mobil-company-stars .stars_tetx {
        font-size: 8px;
        color: #000;
    }

    .mobil-company-stars .new_stars_block_10 {
        width: 56px;
        margin: 0 auto;
    }

    .mobil-block-navigation {
        display: block;
        margin: 20px 0 5px;
    }

    .mobil-block-navigation .pull-left {
        color: #000;
    }

    .mobil-block-navigation .pull-left i {
        color: #7f7f7f;
    }

    .mobil-block-navigation .pull-left a:hover.mobil-block-navigation .pull-right a, .mobil-block-navigation .pull-right a i {
        color: #3f48cc !important;
        text-decoration: none;
    }

    .mobil-title-job {
        display: none;
    }

    .find_checked_block .comp {
        display: none;
    }

    .find_checked_block .mobil {
        display: inline;
    }

    .find_checked_separator {
        height: 15px !important;
    }

    .find_checked_block {
        background: #7f7f7f !important;
        color: #fff !important;
        width: 96% !important;
        padding: 2% !important;
        margin-bottom: 15px;
    }

    .find_checked_block a {
        color: #fff !important;
    }

    .find_checked_headline {
        display: none;
    }

    .jobposted-mobile-h1 {
        font-size: 30px;
    }

    .jobposted-mobile-little-text {
        font-size: 15px;
        color: #666;
        font-weight: bold;
    }

    .fb-facepile {
        display: none !important;
    }

    .find_job_link {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .help-margin {
        padding-right: 0;
    }

    .bar-img {
        width: 50px !important;
    }

    .btn_create_job_mobil {
        width: 100%;
    }

    #s2id_autogen1 {
        width: 100% !important;
    }

    .margin {
        margin: 0;
    }

    .margin #images {
        width: auto;
    }

    div#billeder {
        margin-top: 20px;
    }

    .submit_new_oplysninger {
        margin-top: 15px;
    }

    #historik td.hidden-desktop {
        display: block !important;
    }

    #okonomi-tab li {
        width: 50% !important;
    }

    .okonomi-block {
        padding: 3%;
    }

    .okonomi-block .table {
        background: none;
    }

    .contract_company_next {
        float: none;
        margin-bottom: 10px;
    }

    #text_modal {
        width: 95%;
    }

    textarea.contactnewmessage {
        width: 94% !important;
    }
    textarea.contactnewmobile {
        width: 76% !important;
    }

    #company_start_date_date, #company_end_date_date {
        width: 95px;
    }

    .messages ul.nav.nav-tabs li {
        width: 50%;
    }

    .messages ul.nav.nav-tabs li a {
        width: 100% !important;
        padding: 4% 0;
    }

    #company_start_date_hour, #company_start_date_minuts, #company_end_date_hour, #company_end_date_minuts {
        width: 55px
    }

    .text-align {
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }

    .registr-bg td {
        padding: 0 !important;
    }

    .registr-bg td textarea {
        width: 100% !important;
    }

    .registr-bg td input[type='text'] {
        width: -webkit-fill-available;
        height: 36px !important;
    }

    .registr-bg #company-zip {
        width: 25%;
        padding: 0.5%;
    }

    .registr-bg #company-city {
        width: 75%;
        padding: 0.5%;
    }
    zip-city {
        display: flex;
        justify-content: space-between;
    }
    .zip-city #company-zip {
        width: 20%;
        height: 26px !important;
    }
    .zip-city #company-city {
        height: 26px !important;
    }
    .login-information {
        margin-left: 0px !important;
    }
    #content-sign-up {
        padding: 12px;
        border-radius: 12px;
        background-color: rgb(228, 228, 228);
    }

    .registr-bg label.hidden-desktop {
        padding: 5px 0;
    }

    .mobil-reg-bar {
        padding: 0% 5%;
    }

    .mobil-title-reg {
        margin: 0;
    }

    .registr-bg .labels {
        display: none;
    }

    .left_text_block.hidden-desktop p {
        margin: 0 !important;
    }

    .mobil-create-job #job-submit-form .table, #why-use-autotilbud {
        background: none !important;
    }

    .mobil-create-job {
        padding: 0 4%;
        margin-bottom: 40px;
    }

    .mobil-create-job #city {
        width: 60%;
    }

    .topmenu .pull-left, .topmenu .pull-right {
        display: none;
    }

    .topmenu .pull-right.modil_menu {
        float: right;
    }


    .slides-block {
        display: none !important;
    }

    #mobil_modal_bestilt .timeframe_form {
        display: none;
    }

    #mobil_modal_bestilt .timeframe_form_mobil {
        display: block;
    }

    #modal_list .modal-footer {
        padding: 8px 5px 8px;
        text-align: left;
    }

    #modal_list .contact2 {
        display: none;
    }

    #modal_list #callmebtn i {
        display: none;
    }

    #modal_list #callmebtn {
        padding: 6px 5px !important;
        margin: 0 0px !important;
    }

    #modal_list .modal-footer .model_success {
        padding: 4px 10px;
    }

    #modal_list .mobil-modal-ifno-comp {
        display: inline-block;
        padding: 4px 5px;
        margin: 0;
    }

    #show-job-modal-rate {
        z-index: 9000;
    }

    .mobil-company-stars .black-text.smaller {
        display: none !important;
    }

    .mobil-company-stars .mobil-stars {
        display: block !important;
        font-size: 8px;
    }

    .user-tb-mobil tr {
        width: 100%;
    }

    .italic_font.fr {
        float: none;
    }

    .review_job_title {
        display: block;
        line-height: normal;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .review_job_category {
        display: block;
        line-height: normal;
        margin: 5px 0;
        padding: 0;
    }

    .review .message {
        padding: 5px 0px;
    }

    #invitable-companies-list {
        width: 100% !important;
    }

    #invitable-companies-list .hidden-desktop.hidden-tablet {
        display: block !important;
    }

    #invitable-companies-list .hidden-desktop.hidden-tablet .pull-left, .user-tb-mobil .pull-left {
        width: 60%;
    }

    #invitable-companies-list .hidden-desktop.hidden-tablet .pull-right, .user-tb-mobil .pull-right {
        width: 38%;
    }

    #invitable-companies-list td {
        width: 94% !important;
        padding: 2% 3%;
    }

    .mobil-profile {
        padding: 0 2.5%;
    }

    .newjob_link_container {
        margin: 10px 0;
    }

    .modal-body table {
        background: none;
    }

    #mobil_modal_bestilt .modal-body {
        padding: 10px;
        height: 275px;
    }

    #mobil_modal_bestilt .modal-footer {
        border: 0;
        padding: 8px;
    }

    #mobil_modal_bestilt .modal-footer .model_success {
        padding: 13px 14px 14px;
    }

    #mobil_modal_bestilt .modal-footer .contract_view {
        padding: 15px 20px 14px;
    }

    .mobil-modal-ifno-comp {
        cursor: pointer;
    }

    .mobil-modal-ifno-comp, .mobil-modal-ifno-comp:hover {
        display: block;
        text-decoration: none;
    }

    .modal_nav {
        margin: 10px 0 0;
    }

    #mobil_modal_bestilt .modal-header {
        padding: 3px 0 0;
        border: 0;
    }

    #mobil_modal_bestilt .modal-header .close {
        margin: -10px 0px -10px -10px;
    }

    #mobil_modal_bestilt .modal-title {
        color: #fff;
        text-align: center;
    }

    .modal_nav .navbar-inner {
        padding: 0;
        min-height: 30px;
        box-shadow: none;
        border: 0 !important;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .modal_nav ul li a {
        padding: 5px 3px !important;
        margin: 0 !important;
    }

    .modal_nav ul {
        width: 100%;
    }

    /*  .modal_nav ul li:nth-child(1){float:left;margin-left: 5px;}
  .modal_nav ul li:nth-child(3){float:right;}
  .modal_nav ul li:nth-child(2) a{padding: 5px 2px!important;}
  .modal_nav ul li:nth-child(2){margin: 0 8px 0 8px !important;}
  .modal_nav ul li:nth-child(1) a{width: 82px;}
  .modal_nav ul li:nth-child(2) a{width: 103px;}
  .modal_nav ul li:nth-child(3) a{width: 75px;}*/
    .modal_nav ul li:nth-child(1) {
        width: 33%;
        text-align: center;
    }

    .modal_nav ul li:nth-child(2) {
        width: 34%;
        text-align: center;
    }

    .modal_nav ul li:nth-child(3) {
        width: 33%;
        text-align: center;
    }

    .modal_nav ul li a {
        color: #000 !important;
        display: block;
    }

    .modal_nav ul li a b {
        display: none;
    }

    .modal_nav ul li a b.caret {
        margin: 8px 0 0 0px;
    }

    .modal_nav ul li.active a b {
        display: inline-block;
    }

    .modal_nav ul.nav li.active a {
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .modal_nav ul.nav li:hover a, .modal_nav ul.nav li.active:hover a {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .modal_nav .nav {
        margin: 0;
    }

    .mobil-company-name {
        color: #5B4EC6;
        margin-bottom: 10px;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        color: #000;
        font-size: 18px;
        text-align: center;
    }

    .mobil-company-name a {
    }

    .mobil-company-marker {
        text-align: right;
        width: 38%;
    }

    .mobil-messages-block {
        width: 90%;
        text-align: justify;
        margin: 1% auto 2%;
    }

    .mobil-modal-ifno-comp-block {
        width: 37%;
    }

    .mobil-company-marker i {
        font-size: 18px;
        color: #B0B0B0;
        text-decoration: none;
    }

    .mobil-company-marker a {
        font-size: 15px;
        color: #000;
        text-decoration: none;
    }

    .mobil-company-stars {
        padding-top: 1px;
        width: 23%;
        text-align: center;
        margin-left: 1%;
    }

    .mobil-company-stars .stars.ratings {
        width: auto;
    }

    .mobil-company-stars a {
        text-decoration: none;
    }

    .mobil-company-price {
        color: #000;
        padding: 5% 0 2%;
        text-align: center;
    }

    .mobil-company-stars .stars .star {
        width: 11px;
        height: 10px;
    }

    .mobil-company-stars .star.empty {
        background: url(../imgs/stars-blue-medium-mobil.png) 0 -26px no-repeat !important;
    }

    .mobil-company-stars .star.half {
        background: url(../imgs/stars-blue-medium-mobil.png) 0 -13px no-repeat !important;
    }

    .mobil-company-stars .star.filled {
        background: url(../imgs/stars-blue-medium-mobil.png) 0 0 no-repeat !important;
    }

    .modal-templete-bg {
        background: #F5EFCF;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 3% 2% 2% 2%;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
    }

    .mobil-templete-compani-bid {
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        background: #fff;
        /*    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 53px;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 53px;
    border-radius: 10px;
    border-top-left-radius: 53px;*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 2.5%;
        height: auto;
        margin-bottom: 15px;
    }

    .mobil_block_func ul.nav.nav-pills {
        margin: 15px 0 25px;
    }

    .mobil_block_func ul.nav.nav-pills li a {
        padding: 6px 4px;
        margin: 0 7px;
        /*    background: #fff;
    border: 2px solid #C4C4C4;*/
        color: #000;
    }

    .mobil-color {
        background: /*#F0F0F0*/ #d7d7d7;
        padding: 0 2%;
    }

    #prislister table.pricelist_mobil td.hidden-desktop {
        display: block !important;
    }

    .mobil-price-list, .mobil-price-list-categor, .mobil-price-list-btn {
        margin-bottom: 5px;
    }

    .mobil-price-list a {
        margin-right: 10px;
    }

    #oplysninger-tabcontent #company-zip {
        width: 63px;
    }

    #oplysninger-tabcontent #adgangskode button {
        margin: 10px 0;
    }

    #merinformation-tabcontent .uniForm table td {
        padding-left: 0;
        padding-right: 0;
    }

    #merinformation-tabcontent, #portfolio-tabcontent, #openinghours-tabcontent, #brancheforeninger-tabcontent, #kundebedommelser-tabcontent, #oplysninger-tabcontent, #prislister, #mailagent-tabcontent,
    #billeder-tabcontent {
        padding: 0 4.5%;
    }

    #jobs-sort-options .slide-bar-mail div, #jobs-sort-options #slider-range-min, #jobs-sort-options #category_jstree {
        width: 99% !important;
    }

    #jobs-sort-options .ctrlHolder {
        width: auto;
    }

    #jobs-sort-options .cat-sort, #jobs-sort-options .region-sort {
        float: none;
    }

    #jobs-sort-options .region-sort {
        padding: 0 !important;
    }

    #jobs-sort-options .buttonHolder {
        position: initial !important;
        margin-top: 10px !important;
    }

    #merinformation-tabcontent .table {
        width: 100% !important;
    }

    #merinformation-tabcontent #images {
        width: auto;
    }

    #merinformation-tabcontent #category_jstree {
        width: 99%;
    }

    #kundebedommelser-tabcontent table, #merinformation-tabcontent table, #openinghours-tabcontent table, #oplysninger-tabcontent table, #prislister table.table {
        background: none !important;
    }

    #kundebedommelser-tabcontent table td {
        padding: 0 0 10px !important;
    }

    #kundebedommelser-tabcontent .comment-button { /*padding: 14px 4px;*/
    }

    ul.mobil-message {
        display: block !important;
    }

    .openjobs {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .mobil-btn-upload, .mobil-btn-bid, .mobil-btn-calendar, .mobil-price {
        text-align: center;
    }

    .mobil-btn-calendar a {
        font-size: 28px;
        color: #000;
    }

    .mobil-price, .mobil-btn-calendar, .mobil-btn-upload {
        margin-bottom: 5px;
    }

    .mobil-btn-upload a.upload_popup_button {
        float: none;
        margin: 0;
        font-weight: normal;
        font-size: 28px;
        color: #000;
        background: none;
    }

    #vundne .openjobs .mobil-btn-bid div {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        padding: 0 !important;
        margin: 0 auto 0 auto;
        width: 35px;
        height: 35px;
        display: block;
    }

    #vundne .openjobs tr:nth-child(2n) {
        background: none;
    }

    #vundne .open td {
        border: 0 !important;
    }

    .reset_div {
        width: auto; /*margin: 5px 0;*/
        margin-top: 5px;
    }

    .reset_div .reset_status {
        float: left;
        font-size: 14px;
    }

    .reset_div .reset_link {
        float: left;
        font-size: 14px;
        line-height: inherit !important;
        margin: 0 0 0 10px;
    }

    .btn-bar-mobil .pull-left {
        padding: 2px;
        margin-right: 5px;
    }

    .btn-bar-mobil div:nth-child(2) {
        padding: 2px;
        margin: 0;
    }

    .mobil-block-bid {
        background: #ECECEC;
        border: 1px solid #C9C9C9;
        padding: 2%;
        margin: 15px 0;
        max-height: 400px;
        overflow: auto;
    }

    .modal-comment {
        display: block;
    }

    .bid-message, #fixed-bid {
        margin-bottom: 0;
    }

    #extended_search_btn {
        padding: 4px 20px;
    }

    .mobil-title-link {
        color: #fff;
        text-shadow: none;
        padding: 5px 0 5px 5px;
        font-size: 16px;
        /* width: 84%; */
        margin-left: 10px;
    }

    #open .table-bordered {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -moz-border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    /*,#three-tips-link*/
    .new_filter {
        background: #858585;
        margin: 0;
        padding: 2% 2%;
    }

    .new_filter form.uniForm {
        margin: 0 !important;
    }

    #extended_search_form .search_job_div {
        margin: 0 0 0 5px !important;
    }

    #extended_search_form .search_job_div input {
        width: 82px
    }

    #extended_search_form .categories_div .multiselect-container > li > a > label {
        padding: 3px 18px 3px 28px;
    }

    #extended_search_form .categories_div {
        margin: 0 6px 0 0 !important;
    }

    #extended_search_form .categories_div, #extended_search_form .region_div {
        width: auto !important;
        padding-top: 5px;
    }

    #extended_search_form .categories_title, #extended_search_form .region_title {
        border: 0;
        box-shadow: none;
        width: auto !important;
        padding: 0;
    }

    #main .content {
        padding: 0 !important;
        width: 100% !important;
    }

    .for-templete {
        border: 0;
        background: #fff;
    }

    .openjobs .open .border-mobil {
        background: #fff;
        padding: 1.5% !important;
    }

    #open .openjobs tr.open .border-mobil {
        background: #fff;
        padding: 0% !important;
    }

    .openjobs .open td {
        padding: 2% 3% 0% 3% !important;
    }

    .openjobs .tmp td {
        padding: 0% 3% 2% 3% !important;
    }

    .tmp .ajaxcontent {
        background: #000 !important;
        padding: 0 0.5% 0.5% !important;
    }

    .tmp .ajaxcontent .border-mobil2 {
        background: #fff;
    }

    tr.open td {
        /*padding:  1% 1% 0 0.9%  !important;*/
    }

    /*.openjobs tr.tmp td {padding: 0 1% 1% 1%  !important;}*/
    .tmp .ajaxcontent {
        background: #fff;
    }

    .mobil_bid {
        display: initial;
    }

    .actions {
        display: none !important;
    }

    /* .buy-phone-number-button {
        left: 195px !important;
        right: auto !important;
        top: 0 !important;
        width: 100px !important;
        font-size: 13px !important;
        margin: 0 !important;
        padding: 6px 0 !important;
    } */

    .open .jobmoreinfo-phone-text2 {
        display: block;
        margin-top: 15px;
        text-align: justify;
    }

    .openjobs {
        border: none;
    }

    .openjobs td {
        padding: 2.5% 3% 2.5% 3% !important;
        border: none;
    }

    .openjobs tr.row-alt {
        background: none;
    }

    #open .openjobs .currentjob .for-templete {
        width: 99% !important;
        height: 142px !important;
    }

    #open .openjobs .currentjob.open .for-templete {
        height: auto !important;
    }

    #open .openjobs .currentjob .for-templete {
        padding: 0.5% 0.5% 0 0.5% !important;
    }

    #open .openjobs .for-templete .mobil-bg-head .pull-left {
        width: 82%;
    }

    #open .openjobs .for-templete .mobil-bg-head .pull-right {
        width: 17%;
    }

    #open .openjobs .for-templete .mobil-bg-body {
        padding: 3% 3% 3% 3%;
    }

    #open .openjobs .for-templete .mobil-bg-body .pull-left {
        width: 82%;
    }

    #open .openjobs .for-templete .mobil-bg-body .pull-right {
        width: 15%;
        padding-top: 20px;
    }

    #open .openjobs .for-templete .mobil-bg-head .user_avatar {
        width: 55px !important;
        height: 55px !important;
        border-radius: 30px !important;
    }

    #open .openjobs .for-templete .mobil-bg-head .user_avatar.higher {
        background-size: 55px auto;
    }

    #open .openjobs .for-templete .mobil-bg-head {
        position: relative;
        padding: 1% 3% 0% 3%;
        background: #F5EFCF;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .afsendte_bud {
        width: 96% !important;
        height: 120px !important;
    }

    .afsendte_bud {
        width: 96% !important;
        height: 130px !important;
    }

    .tmp .job.row-fluid {
        display: none !important;
    }

    .jobmoreinfo-phone {
        width: 100%;
    }

    .bid-popover {
        text-align: center;
    }

    .pull-right .avatar-placeholder {
        width: 35px !important;
    }

    .user_avatar, .avatar-placeholder {
        width: 35px !important;
        height: 35px !important;
        margin: 0 auto 6px !important;
    }

    .open td:nth-child(2) {
        border-top: none;
        border-left: none;
        border-right: none;
        /*    border-top: 1px solid rgba(0, 0, 0, 0.17);
    border-left: 1px solid rgba(0, 0, 0, 0.17);
    border-right: 1px solid rgba(0, 0, 0, 0.17);*/
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .tmp > td {
        background: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.17) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.17) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.17) !important;*/
        -webkit-border-bottom-right-radius: 10px !important;
        -webkit-border-bottom-left-radius: 10px !important;
        -moz-border-radius-bottomright: 10px !important;
        -moz-border-radius-bottomleft: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
    }

    .open .jobmoreinfo-phone-text {
        display: none;
    }

    .open .for-templete.currentjob.btn-primary {
        border: none;
        background: none;
        text-shadow: none;
        box-shadow: none;
    }

    tr.open td, .tmp {
        /*background:#fff;*/
    }

    .mobil-block-template {
        padding: 0 2% 1%;
        display: block;
    }

    /* .mobil-block-img {
        margin-top: 10px;
    } */

    .mobil-block-img a {
        margin-right: 5px;
    }

    .avatar-placeholder {
        height: 41px;
    }
}

@media (max-width: 700px) {
    .new-bar-menu {
        float: none !important;
        padding: 0 10px;
        margin-bottom: 15px !important;
    }

    #three-tips-link {
        margin-top: 0 !important;
    }

    #company_category_wrapper {
        float: none !important;
        padding: 0 10px;
    }

    #company_category_form select {
        width: 100%;
    }
}

@media (max-width: 671px) {
    /*  .categories_div,.categories_div button,.region_div,.region_div button{
    width: auto !important;
  }*/
    /*  .search_job_div input{
    width: 100px;
  }*/
    .actions {
        margin-top: 10px;
    }

    .actions, .ajaxcontent {
        padding: 0 !important;
    }

    .ajaxcontent .job .actions {
        margin-left: 0 !important;
    }

    .open .job .actions {
        margin-left: 0 !important;
    }
}

@media (max-width: 486px) {
    .hidden-desktop-new {
        display: block;
    }

    .money_bar a {
        margin-left: 0 !important;
    }

    #company_category_form select {
        width: 100%;
    }

}

.filter_display {
    display: none;
}

@media (max-width: 486px) {

}

.focusInput {
    box-shadow: 0px 0px 20px #F13228 !important;
}

.menu, .more {
    margin-top: 10px;
}

#wrapper {
    padding-right: 0px;
    transition: all 0s ease;
}

.btn-menu {
    color: #000;
}

.inset {
    padding: 20px;
}

@media (max-width: 767px) {
    .showall_work label {
        font-size: 10px;
    }

    .newjob_link_container {
        display: none;
    }

    #fb-clone {
        display: none;
    }

    .fb-login-button iframe, .fb-login-button > span {
        width: 100% !important;
    }

    .style_btn_mobil {
        width: 100%;
    }

    .inset {
        padding: 15px;
    }
}

.modil_menu {
}

.phone-tab-menu {
    margin: 0;
}

.mobil_bid {
    cursor: pointer;
}

.bid_modal_mob {
    position: relative;
}

#aktuelle .ajaxcontent {
    height: auto !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ny {
    display: none;
}

.animate_load_template {
    margin: 10px 0;
}

.animate_load_template_text {
    Color: #000;
    text-align: center;
    font-weight: bold;
}

.animate_load_template_img {
    width: 50px;
    margin: 10px auto;
}

.message.black_font.italic_font {
    display: block;
}

#ratings .review .stars .star, .new-stars .review .stars .star, #publicratings .review .stars .star, #friendratings .review .stars .star {
    width: 21px;
    height: 20px;
}

#ratings .review .stars.help .star.filled, .new-stars .review .stars.help .star.filled, #publicratings .review .stars.help .star.filled, #friendratings .review .stars.help .star.filled {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 0 no-repeat;
}

#ratings .review .stars.help .star.empty, #publicratings .review .stars.help .star.empty, #friendratings .review .stars.help .star.empty, .new-stars .review .stars.help .star.empty {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 -46px no-repeat;
}

#ratings .review .stars.help .star.half, #publicratings .review .stars.help .star.half, #friendratings .review .stars.help .star.half, .new-stars .review .stars.help .star.half {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 -23px no-repeat;
}

.avatar-placeholder, .user_avatar {
    /*background:#000  !important;*/
    border-radius: 25px;
}

img.help {
    margin-left: 4px;
}

img.help:first-child {
    margin-left: 0;
}

.new-prislister_div_left {
    float: right;
    width: 495px;
}

.new-prislister_div_left .send_form_prislister {
    width: 410px;
}

.new-prislister_div_right {
    float: left;
    width: 410px;
}

/* .substrate-obs {
    background: #ebebeb;
    border: 1px solid #c3c3c3;
    padding: 4% 4% 2%;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
} */

/* duplicate */
.substrate-obs {
	background: rgb(228,228,228);
	/* border: 1px solid #c3c3c3; */
	padding: 4% 4% 2%;
	/* font-family: 'Trebuchet MS', Helvetica, sans-serif; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 12px;
}

.substrate-obs-head {
    color: #9A8C9A;
    font-size: 11px;
}

.animate-success, .animate-error {
    display: none;
    position: absolute;
    right: -15px;
    top: 8px;
}

.animate-error i {
    font-size: 18px;
    color: red;
}

.animate-success i {
    font-size: 18px;
    color: rgb(12, 183, 12);
}

.block-hide {
    display: none;
}

.headline-bar:first-child {
    margin: 0 0 30px;
}

.headline-bar {
    margin: 30px 0;
}

.inform-bar {
    margin-top: 66px;
    /*font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
}

.inform-bar ul {
    margin: 10px 20px;
}

.inform-bar ul li {
    list-style: none;
}

a.old_pricebar {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.opgave_data .tabledata, .opgave_data .tabledata .contact {
    overflow: visible;
}

.dropup ul.dropdown-menu li a {
    cursor: pointer;
}

.delete-href li a, .typeahead.dropdown-menu li a {
    color: #000 !important;
}

.typeahead.dropdown-menu li.active a {
    color: #fff !important;
}

/*.custome-mes{position: absolute;z-index: 2000;border:1px solid #000;margin-top: 4px;}
.custome-mes textarea{margin: 0px;border: 0px;box-shadow: none;border-radius: 0;height: 100px;max-height: 100px;width: 210px;max-width: 210px;display: block;}
.custome-mes a{margin: 0px;border: 0px;border-radius: 0;width:100%;padding:4px 0;}*/
.show-class {
    display: block;
}

.table-beskeder {
    border: 2px solid #454545;
}

.table-beskeder tbody tr {
    cursor: pointer;
}

.table-beskeder tbody tr:first-child td {
    border-top: none;
}

.table-beskeder tbody tr td {
    border-top: 1px solid #50504E;
}

.table-beskeder tbody tr {
    background: #ECECEC;
}

.table-beskeder tbody tr:hover, .table-beskeder tbody tr.new-message-beskeder:hover {
    background: #FCFAF3
}

.table-beskeder tbody tr.new-message-beskeder {
    background: #FBF8EA;
}

.table-beskeder tbody tr td.text_iform {
    width: 85%;
    vertical-align: middle;
    color: #4E4354;
    font-size: 16px;
    padding-left: 15px;
}

.table-beskeder tbody tr td.inform_bar {
    width: 15%;
}

.counter_new_messages {
    color: #484848;
    font-size: 16px;
    height: 20px;
    margin-bottom: 10px;
}

.last_messages {
    font-size: 12px;
}

.upload-bar .upload-text {
    display: none;
}

.upload-bar-open .upload-text {
    display: block;
    font-size: 12px;
    margin-left: 8px;
    color: #000;
    margin-top: 6px;
}

.upload-bar-open .fileinput-button {
    margin-left: 8px;
}

.icon_menu li.dropdown.open ul.dropdown-menu li.active {
    background: #7F86D2 !important;
}

.icon_menu li.dropdown.open ul.dropdown-menu li a {
    text-transform: lowercase;
}

.portfolio_new {
    padding: 0;
    margin: 10px;
    list-style: none;
}

.portfolio_new li {
    float: left;
    margin: 0 10px 10px;
}

.line_bar {
    background: #BEBEBF;
    text-align: center;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 18px;
}

#oplysninger-tabcontent #category_jstree, #oplysninger-tabcontent #category_jstree_profile {
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#mobil_modal_bid .modal-body {
    overflow-y: auto !important;;
    -webkit-overflow-scrolling: touch;
    max-height: 477px;
}

#mobil_modal_bid .modal-body .bid-types-links {
    display: none;
}

#error_mess, #claim-job-comment-modal {
    z-index: 6000;
}

.show_popup_pricelist .modal-header {
    border: 0;
}

.show_popup_pricelist .modal-body {
    max-height: 380px;
}

.user-rates {
    position: absolute;
    bottom: 20px;
}

#main .mobil-create-job .content {
    max-width: 100%;
    width: 100%;
    padding: 20px 0 0;
}

#main .mobil-create-job .content input[type="text"] {
    width: 97%;
}

#main .mobil-create-job .content select {
    width: 99%;
}

#main .mobil-create-job .content #s2id_autogen1 {
    width: 97% !important;
}

#main .mobil-create-job .content input[name="location"] {
    width: 30%;
}

#main .mobil-create-job .content input[name="city"] {
    width: 62%;
}

#main .mobil-create-job .content input[name="location2"] {
    width: 30%;
}

#main .mobil-create-job .content input[name="city2"] {
    width: 62%;
}

.new-sidebar {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
}

.top-company-bar-bg {
    width: 94%;
    padding: 3%;
    background: #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-company-head {
    color: #000;
    padding-bottom: 5px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.top-company {
    position: relative;
}

/*.mobil-company-stars{padding-top:1px;width: 23%;text-align: center;margin-left: 1%;}
  .mobil-company-stars .stars.ratings{width:auto;}
  .mobil-company-stars a{text-decoration: none;}
  .mobil-company-price{color: #000;padding: 5% 0 2%;text-align: center;}*/
.top-company .stars .star {
    width: 9px;
    height: 8px;
}

.top-company .star.empty {
    background: url(../imgs/stars-blue-small.png) 0 -22.6px no-repeat !important;
}

.top-company .star.half {
    background: url(../imgs/new_stars_10.png) -40px -10px no-repeat !important;
}

.top-company .star.filled {
    background: url(../imgs/new_stars_10.png) -40px 0px no-repeat !important;
}

.profi_stars .stars .star {
    width: 21px;
    height: 20px;
}

.profi_stars .star.filled {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 0 no-repeat;
}

.profi_stars .star.half {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 -46px no-repeat;
}

.profi_stars .star.empty {
    background: url(../imgs/stars-blue-medium-mobil2.png) 0 -23px no-repeat;
}

.top-company { /*margin: 20px 0;*/
}

.new_page_input input[name="zip"] {
    height: 25px;
    font-size: 14px;
    width: 144px;
    margin-left: 25px;
}

.top-company-style {
    float: left; /*width:16%;margin:0 0.5%; */
    width: 33%;
    text-align: center;
}

.select_url_new_page {
    width: 84.5% !important;
}

.multiselect-group {
    padding: 0 0 0 10px !important;
}

.error_messages {
    background: #DD5B5B;
    width: 38%;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.error_messages label {
    color: #fff;
    font-weight: normal;
    padding: 3px 10px;
}

.grey {
    color: #9E9D9D
}

.error-complaint {
    font-weight: normal !important;
    font-size: 12px !important;
    color: red !important;
}

.top-company-style span.black-text.smaller {
    display: none !important;
}

.top-company-style .top-company-style-seporator {
    height: 20px;
}

/*stars size 25px*/
.new_stars_block_25 { /*background:#fff*/
}

.new-star-25 {
    float: left;
    height: 25px;
    width: 25px;
    margin: 0 2px 0 1px;;
}

.new-star-5-25, .new-star-5 {
    background: url(../imgs/new_stars_25.png) -100px 0px no-repeat;
}

.new-star-half-5-25, .new-star-half-5 {
    background: url(../imgs/new_stars_25.png) -100px -25px no-repeat;
}

.new-star-4-25, .new-star-4 {
    background: url(../imgs/new_stars_25.png) -75px 0px no-repeat;
}

.new-star-half-4-25, .new-star-half-4 {
    background: url(../imgs/new_stars_25.png) -75px -25px no-repeat;
}

.new-star-3-25, .new-star-3 {
    background: url(../imgs/new_stars_25.png) -50px 0px no-repeat;
}

.new-star-half-3-25, .new-star-half-3 {
    background: url(../imgs/new_stars_25.png) -50px -25px no-repeat;
}

.new-star-2-25, .new-star-2 {
    background: url(../imgs/new_stars_25.png) -25px 0px no-repeat;
}

.new-star-half-2-25, .new-star-half-2 {
    background: url(../imgs/new_stars_25.png) -25px -25px no-repeat;
}

.new-star-1-25, .new-star-1 {
    background: url(../imgs/new_stars_25.png) 0 0px no-repeat;
}

.new-star-half-1-25, .new-star-half-1, .new-star-half-0-25 {
    background: url(../imgs/new_stars_25.png) 0 -25px no-repeat;
}

.new-star-empty-25 {
    background: url(../imgs/new_stars_25.png) -125px 0px no-repeat
}

/*stars size 20px*/
.new_stars_block_20 { /*background:#fff*/
}

.new-star-20 {
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 2px 0 1px;
}

.new-star-5-20 {
    background: url(../imgs/new_stars_20.png) -80px 0px no-repeat;
}

.new-star-half-5-20 {
    background: url(../imgs/new_stars_20.png) -80px -20px no-repeat;
}

.new-star-4-20 {
    background: url(../imgs/new_stars_20.png) -60px 0px no-repeat;
}

.new-star-half-4-20 {
    background: url(../imgs/new_stars_20.png) -60px -20px no-repeat;
}

.new-star-3-20 {
    background: url(../imgs/new_stars_20.png) -40px 0px no-repeat;
}

.new-star-half-3-20 {
    background: url(../imgs/new_stars_20.png) -40px -20px no-repeat;
}

.new-star-2-20 {
    background: url(../imgs/new_stars_20.png) -20px 0px no-repeat;
}

.new-star-half-2-20 {
    background: url(../imgs/new_stars_20.png) -20px -20px no-repeat;
}

.new-star-1-20 {
    background: url(../imgs/new_stars_20.png) 0 0px no-repeat;
}

.new-star-half-1-20, .new-star-half-0-20 {
    background: url(../imgs/new_stars_20.png) 0 -20px no-repeat;
}

.new-star-empty-20 {
    background: url(../imgs/new_stars_20.png) -100px 0px no-repeat
}

/*stars size 15px*/
.new_stars_block_15 { /*background:#fff*/
}

.new-star-15 {
    float: left;
    height: 15px;
    width: 15px;
    margin: 0 2px 0 1px;
}

.new-star-5-15 {
    background: url(../imgs/new_stars_15.png) -60px 0px no-repeat;
}

.new-star-half-5-15 {
    background: url(../imgs/new_stars_15.png) -60px -15px no-repeat;
}

.new-star-4-15 {
    background: url(../imgs/new_stars_15.png) -45px 0px no-repeat;
}

.new-star-half-4-15 {
    background: url(../imgs/new_stars_15.png) -45px -15px no-repeat;
}

.new-star-3-15 {
    background: url(../imgs/new_stars_15.png) -30px 0px no-repeat;
}

.new-star-half-3-15 {
    background: url(../imgs/new_stars_15.png) -30px -15px no-repeat;
}

.new-star-2-15 {
    background: url(../imgs/new_stars_15.png) -15px 0px no-repeat;
}

.new-star-half-2-15 {
    background: url(../imgs/new_stars_15.png) -15px -15px no-repeat;
}

.new-star-1-15 {
    background: url(../imgs/new_stars_15.png) 0 0px no-repeat;
}

.new-star-half-1-15, .new-star-half-0-15 {
    background: url(../imgs/new_stars_15.png) 0 -15px no-repeat;
}

.new-star-empty-15 {
    background: url(../imgs/new_stars_15.png) -75px 0px no-repeat
}

/*stars size 10px*/
.new_stars_block_10 {
    background: none;
    width: auto;
}

.new-star-10 {
    float: left;
    height: 10px;
    width: 10px;
    margin: 5px 0.5px;
}

.new-star-5-10 {
    background: url(../imgs/new_stars_10.png) -40px 0px no-repeat;
}

.new-star-half-5-10 {
    background: url(../imgs/new_stars_10.png) -40px -10px no-repeat;
}

.new-star-4-10 {
    background: url(../imgs/new_stars_10.png) -30px 0px no-repeat;
}

.new-star-half-4-10 {
    background: url(../imgs/new_stars_10.png) -30px -10px no-repeat;
}

.new-star-3-10 {
    background: url(../imgs/new_stars_10.png) -20px 0px no-repeat;
}

.new-star-half-3-10 {
    background: url(../imgs/new_stars_10.png) -20px -10px no-repeat;
}

.new-star-2-10 {
    background: url(../imgs/new_stars_10.png) -10px 0px no-repeat;
}

.new-star-half-2-10 {
    background: url(../imgs/new_stars_10.png) -10px -10px no-repeat;
}

.new-star-1-10 {
    background: url(../imgs/new_stars_10.png) 0 0px no-repeat;
}

.new-star-half-1-10, .new-star-half-0-10 {
    background: url(../imgs/new_stars_10.png) 0 -10px no-repeat;
}

.new-star-empty-10 {
    background: url(../imgs/new_stars_10.png) -50px 0px no-repeat
}

.new_page_bar .select-attr { /*width:66%;float:left;*/
}

.new_page_bar .select-attr .select_new_page {
    height: 35px;
    font-size: 14px;
    width: 100%;
}

.new_page_bar .find_company_zip {
    /*float:left;*/
    width: 96%;
    height: 25px;
    border: 1px solid #000;
}

.new_bar_topcompany .select_top_region {
    width: 100%;
}

.select_top_region { /*width: 31%;*/
    width: 100%;
}

.item_company_block {
    margin-bottom: 20px;
    background: #dfdfdf;
    /*  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 53px;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 53px;
  border-radius: 10px;
  border-top-left-radius: 53px;*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*border:1px solid #D5D5D5;*/
    padding: 2.5%;
    min-height: 95px;
}

.item_company_avatar {
    position: relative; /*height:20px;width:15px;*/
    height: 20px;
    width: 92px;
}

.item_company_inform {
    margin-left: 10px;
}

.item_company_stars { /*margin-left:15px;*/
    height: 20px;
}

.item_company_inform {
    width: 150px; /*margin-left: 25px;*/
}

.item_company_stars {
    font-size: 11px;
}

.item_company_amount {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-right: 40px;
    background: yellow;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto;
}

.contactinfo .new_stars_block_25 {
    background: none;
    margin-bottom: 10px;
}

.contactinfo .new_stars_block_25 .new-star-25 {
    margin: 0 1.5px;
}

.message .new_stars_block_20.help {
    height: 20px;
    float: left;
    background: none;
}

.rating .stars .star {
    height: 25px;
    width: 25px;
    margin: 0 2px;
    padding: 0;
}

.rating .stars .star.filled {
    background: url(../imgs/new_stars_25.png) -100px 0px no-repeat;
}

.rating .stars .star.half {
    background: url(../imgs/new_stars_25.png) -100px -25px no-repeat;
}

.rating .stars .star.empty {
    background: url(../imgs/new_stars_25.png) -125px 0px no-repeat;
}

.new_page_h1 h1 {
    margin: 0 0 10px 0;
    font-size: 24px !important;
}

.new_page_left_block {
    width: 32%;
    float: left;
}

.new_page_right_block {
    width: 64%;
    float: right; /*padding:1.5%;border:2px solid #BEBEBE;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;*/
}

.select_top_region {
    height: 35px;
    border: 1px solid #000; /*margin-left:10px;*/
    margin-top: 15px;
}

.select_top_region_emp {
    height: 35px;
    border: 1px solid #000;
    width: 100%;
}

.new_page_option {
    margin-bottom: 10px;
}

.item_company_inform_comp_name { /*color: #423EC9;*/
    color: #000;
    font-size: 16px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif; /* font-weight: bold;*/
    margin-bottom: 10px;
    text-transform: capitalize;
}

.item_company_inform2 {
    width: 150px;
    margin-left: 15px;
}

.item_company_inform_comp_description {
    font-size: 11px;
    /*text-align: justify;*/
    color: #000;
    line-height: 16px;
}

.user_bid_form_input, .user_bid_form_btn {
    width: 70%;
}

.company_inform_board {
    margin-left: 5%;
    width: 70%;
    border: 1px solid #000;
    padding: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.user_bid_form_back {
    margin-bottom: 50px;
}

.top-company-style-stars {
    height: 20px;
}

.top-company-style-stars .stars_tetx {
    display: none;
}

.not_company_item {
}

.not_company_item_text {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.not_company_item_btn {
    text-align: center;
}

.not_company_item_btn button {
    width: 60%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 7px 14px;
}

.info_category_score {
    margin: 20px 0;
    cursor: pointer; /*height:145px;width: 80%;*/
    display: inline-table;
}

.message_bruger_block {
    border: 2px solid #C3C3C3;
    margin-bottom: 15px;
    padding: 1.5%;
    background: #EFEFEF;
    height: 40px;
    cursor: pointer;
}

.message_bruger_block_text {
    width: 50%;
    height: 40px;
    display: table;
    color: #565656;
}

.message_bruger_block_text2 {
    width: 50%;
    height: 40px;
    text-align: right;
    font-weight: bold;
    display: table;
    color: #000;
}

.popover.info_popover_company {
    width: 355px;
}

.openjobs-new tbody tr:hover {
    background: #F5EDCB;
}

.jobmoreinfo_new {
    cursor: pointer;
}

.topcompanylanding_block {
    margin: 0 auto; /*width: 66%;*/
    width: 80%;
}

.topcompanylanding_img {
    float: left;
    text-align: center;
    margin: 0 10px;
    width: 105px;
}

.item_company_btn_topcompany {
    text-align: center;
}

.item_company_btn_topcompany a {
    margin-top: 15px;
}

@media (max-width: 979px) {
    .mobil-fixed-top {
        position: fixed !important;
        width: 100%;
        z-index: 1000;
    }

    .item_company_mobil_bar {
        width: 65%;
        /*    border:1px solid #ffaec9;
    padding: 3%;*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .item_company_mobil_bar_name {
        font-weight: bold;
        color: #000;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        text-transform: capitalize;
        font-size: 16px;
    }

    .item_company_mobil_bar_description {
        font-size: 14px;
        color: #6e6e6e;
        line-height: 16px;
        margin-top: 2px;
    }

    .topcompanylanding_block {
        margin: 20px auto 0;
        width: 90%;
    }

    .openjobs-new tbody tr:hover {
        background: none;
    }

    .popover.info_popover_company {
        width: auto;
    }

    .messages_bruger {
        padding: 10% 3% 0;
    }

    .item_company_block .top-firmaer {
        left: -8px;
        top: -11px;
        zoom: 80%;
    }

    .item_company_block .item_company_avatar {
        width: auto;
        height: auto;
    }

    .item_company_block {
        background: #d7d7d7;
        -webkit-border-radius: 10px;
        /* -webkit-border-top-left-radius: 53px; */
        -moz-border-radius: 10px;
        /* -moz-border-radius-topleft: 53px; */
        border-radius: 10px;
        border-top-left-radius: 53px;
        padding: 2.5%;
        height: auto;
        /*border:1px solid #4B4B4B;*/
        /*    padding:0%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:none;*/
    }

    .new_page_h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    .new_page_left_block, .new_page_right_block {
        float: none;
        width: auto;
        border: none;
    }

    .new_page_option .select-attr {
        width: 50%;
        float: left;
    }

    .new_page_option .select-attr .select_new_page {
        width: 100%;
    }

    .select_top_region {
        float: right;
        width: 47%;
        margin: 0;
    }

    .new_page_bar .find_company_zip {
        margin: 0 !important;
        float: right;
        width: 44%;
    }

    .new_page_headline {
        margin-bottom: 10px;
    }

    .item_company_block_mobil {
        background: #d7d7d7;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 53px;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 53px;
        border-radius: 10px;
        border-top-left-radius: 53px;
        padding: 2.5%;
        height: auto;
    }

    .item_company_block_mobil .item_company_avatar {
        height: auto;
        width: 32%;
    }

    .item_company_block_mobil .top-firmaer {
        left: -8px;
        top: -10px;
    }

    /*.item_company_inform{padding:2% 1.5% 1.5%;float: none !important;width:auto;margin: 0;background:#F5EFCF;-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}*/
    .item_company_inform_comp_name {
        text-align: center;
        font-size: 18px;
    }

    .item_company_inform .item_company_inform_zip {
        width: 38%;
        float: left;
        font-size: 11px;
        text-align: right;
    }

    .item_company_inform .item_company_inform_link {
        width: 38%;
        float: right;
    }

    .item_company_inform .item_company_inform_link a {
        font-size: 11px !important;
        text-decoration: none !important;
    }

    .item_company_inform_stars {
        float: right;
    }

    .item_company_inform_stars {
        margin: 0 1.5%;
        width: 21%;
    }

    .item_company_inform_stars .stars_tetx {
        font-size: 10px;
    }

    .item_company_inform_stars .new_stars_block_10 {
        width: 57px;
        margin: 0 auto;
    }

    .item_company_block .item_company_amount {
        margin: 20px 0 10px;
        text-align: center;
    }

    .item_company_btn {
        float: none !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .item_company_btn a {
        width: 80%;
    }

    .item_company_inform_zip_topcompany {
        float: left;
        width: 38%;
        text-align: right;
        font-size: 12px;
    }

    .item_company_inform_stars_topcompany {
        width: 24%;
        float: left;
    }

    .item_company_inform_stars_topcompany .new_stars_block_10 {
        width: 57px;
        margin: 0 auto;
    }

    .item_company_inform_stars_topcompany .stars_tetx {
        display: none;
    }

    .item_company_inform_link_topcompany {
        float: right;
        width: 38%;
    }

    .item_company_inform_link_topcompany a {
        text-decoration: none !important;
    }

    .item_company_btn_topcompany {
        float: none !important;
        text-align: center;
        margin: 20px 0 10px;
    }

    .item_company_btn_topcompany a {
        width: 80%;
    }

    .item_company_inform_stars .stars_tetx {
        display: none;
    }

    .user_bid_form {
        padding: 3%;
    }

    .user_bid_form .error_messages {
        width: 100%;
        margin-top: 20px;
    }

    .user_bid_form_input, .user_bid_form_btn {
        float: none;
        width: 100%;
    }

    .company_inform_board {
        margin: 0;
        width: 93%;
    }

    .user_bid_form_back {
        margin-bottom: 20px;
    }

    .showall_work label {
        color: #6C6158 !important;
    }
}

.headline_sub_show, .headline_sub_hide {
    cursor: pointer;
}

.showall_work label {
    color: #BBA493; /*margin: 10px 5px 0 0;*/
    font-weight: normal;
}

.showall_work input[type="checkbox"] {
    margin: 0;
}

.hide_this_work, .show_this_work {
    text-align: right;
    margin: 20px 0 0;
}

.hide_this_work a, .show_this_work a {
    cursor: pointer;
    font-size: 11px;
    color: #49423d;
}

.new_error_block {
    position: absolute;
    z-index: 1000; /*width: 84%;*/
    width: 90%;
    background: rgba(0, 0, 0, 0.68);
    min-height: 75%;
    margin: 0 2%;
    top: 50px;
    padding: 6% 3%;
}
/* change mitid when  companies show:social_registration */
#action-create-mitid {
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    background: rgb(9, 94, 223);
    border: none;
}
#action-create-mitid:hover {
    background: #024fc3;
}
/*  */
.new_error_text {
    color: #fff;
}

.top-firmaer {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    /*border-radius: 60px;*/
    border-radius: 10px;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 3px;
    position: absolute;
    left: -14px;
    top: -17px;
}

.top-firmaer.higher {
    background-size: 100px auto;
}

.top-firmaer.wider {
    background-size: auto 100px;
}

.new_error_text a {
    color: #fff;
    text-decoration: underline;
}

.nophoneuser {
    position: absolute;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    left: 113px;
    top: 44px;
}

.nophoneuser-text {
    color: #000;
    margin-bottom: 5px;
}

.input-nophoneuser input {
    margin: 0;
}

.mobil-bg-body .hide_this_work, .mobil-bg-body .show_this_work {
    margin: 0;
    font-size: 10px;
}

.duble .show_this_work, .duble .hide_this_work {
    margin: 0;
}

tr .duble, tr.open .original_duble {
    display: none;
}

tr.open .duble, tr .original_duble {
    display: block;
}

.new_blockselect {
    margin-bottom: 20px;
}

.html_select_category .select_url_new_page option {
    text-align: center;
}

#main .mobil-create-job .html_select_category .select2-container.select_url_new_page#s2id_autogen1 {
    width: 100% !important;
    text-align: center;
}

.html_select_category .select2-container .select2-arrow {
    background: none !important;
    border-left: 0 !important;
}

input.select2-input, .select2-search {
    display: none !important;
}

.custom_attributes input.select2-input {
    display: block !important;
}

.top-company-img {
    display: block;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 75px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.top-company-img-width {
    background-size: auto 75px;
}

.top-company-img-height {
    background-size: 75px auto;
}

.test span {
    text-align: right;
}

.popover {
    max-width: 100%;
    /*width: auto;*/
}

.info_popover_company {
    max-width: 355px;
    margin: 0 auto;
    position: fixed;
}

.jobmoreinfo-new .hide_this_work, .jobmoreinfo-new .show_this_work {
    margin: 0;
}

.jobmoreinfo-new .hide_this_work a, .jobmoreinfo-new .show_this_work a {
    font-size: 12px !important;
}

.for-templete {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error_for_priselist {
    position: absolute;
    z-index: 999;
    width: 90%;
    background: rgba(0, 0, 0, 0.68);
    min-height: 100%;
    padding: 0 5%;
}

@media (max-width: 486px) {
    .topcompanylanding_img {
        float: left;
        text-align: center;
        margin: 0 10px 10px;
        /*width: 42%;*/
        width: 26%;
    }

    .error_for_priselist_social_btn .btn-facebook, .error_for_priselist_social_btn .btn-twitter, .error_for_priselist_social_btn .btn-linkedin {
        width: 100% !important;
    }
}

.error_for_priselist_text {
    margin-top: 5%;
    color: #fff;
}

.error_for_priselist_social_btn {
    margin-top: 20px;
}

.error_for_priselist_social_btn a {
    text-shadow: none;
}

.medal_blokc {
    position: absolute;
    left: -41px;
    bottom: -94px;
    display: none;
}

.medal-img-1 {
    background: url('../imgs/medal-yellow-54.png');
    height: 54px;
    width: 54px;
}

.medal-img-2 {
    background: url('../imgs/medal-grey-54.png');
    height: 54px;
    width: 54px;
}

.medal-img-3 {
    background: url('../imgs/medal-coral-54.png');
    height: 54px;
    width: 54px;
}

.btn_disabled {
    padding: 4px 14px !important;
    cursor: default !important;
}

.min-estimate-amount {
    padding: 4px !important;
}

.hide-finish-job {
    margin-top: 30px;
    float: right;
}

.hide-finish-job label, .hide-finish-job label input {
    margin: 0
}

.hide-finish-job label {
    font-weight: normal;
    color: #7f7f7f;
    margin-right: 5px;
}

.verifice .help, .verifice-comp img.help {
    margin: 0;
}

.info_popover_company .popover-title {
    padding: 0;
}

.info_popover_company a.info_category_score_closed {
    display: block;
    padding: 8px 14px;
}

@media (max-width: 767px) {
    .hide-finish-job {
        padding-left: 0 !important;
        margin-top: 5px;
    }

    .hide-finish-job label {
        font-size: 10px;
    }

    .new_error_block {
        margin: 0;
        width: 96%;
        top: 0;
        min-height: 424px;
    }

    .comment-button-modil {
        padding: 21px 4px !important;
    }
}

@media (max-width: 480px) {
    #kundebedommelser-tabcontent .comment-button, #kundebedommelser-tabcontent .btn-facebook {
        display: block;
    }

    #kundebedommelser-tabcontent .comment-button {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (min-width: 980px) {
    /*#kundebedommelser-tabcontent .btn-facebook{display: none;}*/
}

.company_balans_btn, .bg_btn {
    padding: 27px 14px !important;
}

.bg_btn {
    /*padding:17px 13px !important;*/
    padding: 0px 13px !important;
}

.bg_btn2 {
    padding: 2px 0px !important;
    margin-top: 10px;
}

.bg_btn2 a {
    color: #00A2E8;
    text-decoration: underline;
}

.company_balans_btn.bg_btn, .company_balans_btn.bg_btn:hover {
    color: #535353;
    opacity: 1;
    margin-top: 10px;
}

.new_vundne_block {
    text-align: center;
}

/*.new_vundne_block a{margin: 0 2px;}*/
.new_vundne_block a:nth-child(1) {
    margin-right: 1px;
}

.new_vundne_block a:nth-child(2) {
    margin: 0 1px;
}

.green_btn_padding {
    /*padding: 27px 10px !important;*/
    padding: 10px 10px !important;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.link_text, .distancetext {
    font-weight: bold;
}

.new-bar-select1 {
    width: 60%;
}

.new-bar-select2 {
    width: 35%;
}

.new-bar-select2 .new_blockselect {
    background: #E6E6E6;
    margin-bottom: 0;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.new-bar-select2 .select2-container.select_url_new_page {
    width: 100% !important;
    text-align: center;
}

@media (max-width: 979px) {
    .new-bar-select1, .new-bar-select2 {
        float: none !important;
    }

    .new-bar-select1 {
        width: 100%;
    }

    .new-bar-select1 .table {
        background: none !important;
    }

    .new-bar-select1 .table tr:first-child td:nth-child(1) {
        border-top: none !important;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .new-bar-select1 .table tr:last-child td:nth-child(1) {
        -webkit-border-bottom-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}

.new-bar-select1 .table tr:first-child td {
    border-top: none !important;
}

.new-bar-select1 .table tr:first-child td:nth-child(2) {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.new-bar-select1 .table tr:first-child td:nth-child(5) {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.new-bar-select1 .table tr:last-child td:nth-child(2) {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.new-bar-select1 .table tr:last-child td:nth-child(5) {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.error_timeout_job {
    color: #fff;
    font-size: 14px;
    text-align: justify;
}

.new_btn_fin {
    padding: 7px 0 !important;
}

.new_btn_fin span {
    text-decoration: underline;
}

input:disabled, textarea:disabled {
    cursor: default;
}

.new_btn_bestil {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.btn_message_censel {
    font-weight: normal;
    padding: 7px 10px !important;
    text-align: left;
}

.btn_message_censel a {
    color: #fff;
}

.btn_message_censel a span {
    text-decoration: underline;
}

.btn_message_censel a:hover {
    text-decoration: none;
}

.modal_censel_message {
    display: block;
}

.mobil-btn-bid div.bg_btn2 {
    border: none !important;
    background: #FFAEC9 !important;
    color: #717D85 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: auto !important;
    height: 42px !important;
}

.mobil-btn-bid div.bg_btn2 a {
    color: #5D3FCA;
}

.mobil-btn-bid div div {
    width: auto !important;
    height: auto !important;
}

.mobil-btn-bid .new_btn_bestil div {
    text-align: center;
}

.mobil-btn-bid div.btn_message_censel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: auto !important;
    height: 42px !important;
}

/*.mobil-btn-bid .new_btn_bestil {position:relative;}
.mobil-btn-bid div.bg_btn2 div{position: absolute;width: 64px !important;left: -16px;}
.mobil-btn-bid div.btn_message_censel a{color: #000 !important;text-align: center;}
.mobil-btn-bid .btn_message_censel div{width: 47px !important;text-align: center;position: absolute;left: -7px;}*/
.btn_fb_like_position {
    position: absolute;
    bottom: 19px;
    margin-top: 0;
}

.verifice-comp {
    float: right;
    width: 34.2%;
}

.inform-comp {
    float: left;
    width: 63.2%;
}

.btn_prislist {
    width: 36%;
    padding: 7px 24px;
    background: #fff;
    font-weight: bold;
}

.btn_tilbud1 {
    background: #ff7f27;
    color: #fff;
    font-weight: normal;
    padding: 7px 24px;
    text-shadow: none;
    width: 36%;
    font-weight: bold;
}

.btn_tilbud2 {
    margin: 0 !important;
    text-shadow: none;
    width: 36%; /*font-weight: bold !important;*/
}

.font_style, .message.black_font.italic_font {
    font-size: 16px;
    color: rgb(29, 28, 28);
}

.show_review .review {
    border: none;
    padding: 19px 19px 37px 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);*/
    position: relative;
}

@media (max-width: 768px) {
    .btn_prislist {
        margin-bottom: 10px
    }

    .btn_prislist, .btn_tilbud2, .btn_tilbud1 {
        width: 66%;
    }

    .btn_fb_like_position {
        position: static;
        bottom: 0px;
        margin-top: 20px !important;
    }

    .inform-comp {
        width: auto;
    }
}

.only_numbers_verified {
    width: 85% !important;
}

.block_review_1 {
    float: left;
    width: 21%;
    padding: 0 2%;
}

.block_review_text_color {
    color: #979797;
    margin-bottom: 10px;
    font-size: 12px;
}

.block_review_text_color2 {
    margin-bottom: 5px;
}

.block_review_text_color2 a {
    color: #0e8eab;
    font-size: 14px;
    line-height: 0px;
}

.block_review_text_color3 {
    color: #000;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 14px;
}

.block_review_2 {
    float: left;
    /*width: 42%;*/
    width: 70%;
    padding: 0 2%;
}

.block_review_2_stars {
    width: 120px;
    /*height: 20px;*/
    margin-bottom: 10px;
}

.block_review_2_messages {
    width: 85%;
    font-size: 16px;
    color: rgb(29, 28, 28);
    /*font-style: italic;*/
    text-align: justify;
}

.block_review_3 {
    float: right;
    /*width: 22%;*/
    width: 27%;
    text-align: right;
    /*padding-right: 15px;*/
}

.review_user_avatar {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -28px;
}

.review_user_avatar.higher, .review_company_avatar.higher {
    background-size: 55px auto;
}

.review_user_avatar.wider, .review_company_avatar.wider {
    background-size: auto 55px;
}

.review_username {
    margin-top: 10px;
    margin-bottom: -10px;
    margin-left: -10px;
    font-size: .9em;
    font-weight: bold;
}

.block_review_1_margin { /*margin-top:25px;*/
}

.block_review_2_margin {
    margin-top: 25px;
}

.block_review_3_margin {
    margin-top: 24px;
}

.review_margin:first-child {
    margin-top: 20px;
}

.review_margin {
    margin-top: 40px;
}

.block_comment_avatar {
    float: left;
    width: 25%;
    height: 55px;
}

.block_comment {
    float: left;
    /*width: 42.5%;*/
    width: 60%;
    padding: 2%;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.block_comment h2 {
    margin-top: 0;
}

.review_company_avatar {
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 55px;
    background-position: center;
    background-repeat: no-repeat;
}

.block_comment_company {
    margin-top: 40px;
    margin-bottom: 20px;
}

.text-line {
    width: 50%;
    margin-top: 8px;
}

.well {
    padding: 15px 19px 19px 19px;
}
@media (max-width: 400px) {
    .create-job-warn-text {
        margin-top: 30px;
    }
}
@media (max-width: 979px) {
    .company_name {
        margin: 0 0 8px !important;
    }

    .text-line {
        width: auto;
    }

    .top-menu-mobil {
        height: 100%;
        overflow: visible;
    }

    #map.new-map {
        height: 100px;
    }

    #swap_block1 input[type="text"], #swap_block1 input[type="email"], #swap_block1 select {
        height: 40px;
    }

    .obsceneword.toggleval {
        height: 40px !important;
    }

    #swap_block1 .input-append span {
        height: 30px !important;
    }

    #swap_block1 .select2-choices {
        height: 38px !important;
    }

    .block_comment {
        float: none;
        width: 96%;
    }

    .block_review_2 {
        float: none;
        width: 96%;
        padding: 0 2%
    }

    .block_review_1 {
        float: none;
        width: 96%;
        padding: 0 2%
    }

    .block_review_1 .block_review_text_color {
        margin-bottom: 5px;
    }

    .block_comment_company {
        margin-top: 20px;
    }

    #ratings .block_comment {
        background: #fff !important;
        margin-bottom: 10px;
    }

    .mobil-padding {
        padding: 0 4% 4%;
    }

    .search-city {
        width: 100% !important;
    }

    .search-city input.find_category_city {
        height: 46px !important;;
        font-size: 14px !important;
        width: 86% !important;
    }

    .btn_search_city {
        padding: 10px 2% !important;
        width: 8% !important;
    }

    .style-info-job-mobil {
        padding: 2.5%
    }

    .style-info-job-mobil .column {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
    }
}

#ratings .review, #publicratings .review, #friendratings .review {
    border: none;
    padding: 19px 19px 37px 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #EFEFEF; /*#e3e3e3*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);*/
    position: relative;
}

#ratings .review, #publicratings .review, #friendratings .review { /*background: #f5f5f5  !important;*//*background: #ECECEC !important;*/
    background: #EFEFEF !important;
}

#ratings .block_review_3, #publicratings .block_review_3, #friendratings .block_review_3 {
    font-size: 12px;
}

#ratings .block_review_2, #publicratings .block_review_2, #friendratings .block_review_2 {
    padding: 0 2% 0 3%;
}

#ratings .block_comment_avatar {
    width: 26%;
}

/*#ratings .block_comment {background: #f5f5f5;}*/
/* #ratings .block_comment.block_comment_new, #publicratings .block_comment, #friendratings .block_comment {
    padding: 0;
    width: 73%;
} */

#ratings .block_comment textarea, #publicratings .block_comment textarea, #friendratings .block_comment textarea {
    width: 98%;
    border: 0;
    height: 118px;
    padding: 1%;
    margin: 0;
    box-shadow: none;
}

#priselist_error_conteiner {
    height: 30px;
}

.priselist_error {
    background: #f2555b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 2px 0;
    position: absolute;
    width: 100%;
    left: 0;
}

#priselist_error_conteiner .priselist_error a {
    font-weight: normal;
    color: #fff;
}

#company_category_form {
    margin-bottom: 0;
}

.pricelist_mobil.table td {
    padding: 20px 8px 20px !important
}

.error_show_message_style {
    width: 120px;
}

.error_show_message_style.in {
    opacity: 1;
}

.error_show_message_style .tooltip-inner {
    background: #f2555b;
    color: #fff;
}

.error_show_message_style .tooltip-inner a {
    color: #c7c4ea
}

.error_show_message_style.left .tooltip-arrow {
    border-left-color: #f2555b;
}

.error_price_mobil {
    background: #f2555b;
    color: #fff;
    width: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.mobil-btn-bar {
    margin-top: 20px;
}

/*.mobil-btn-bar a:first-child{float:left;}*/
.mobil-btn-bar a {
    width: 22.5%;
    float: left;
    padding: 3% 0% !important;
    margin: 0 1% !important;
}

.new-mobil-menu {
    display: block;
    width: 45px;
    float: right !important;
    height: 40px;
}

.new-mobil-menu ul {
    margin: 0;
}

.new-mobil-menu ul li {
}

.new-mobil-menu ul li a {
    padding: 8px 10px 7px 10px;
    border-radius: 0;
    margin: 0;
    height: auto;
}

/*.new-mobil-menu ul li a:hover{background:#737373;}*/
.new-mobil-menu .nav > li > a:hover {
    background: none;
}

.new-mobil-menu .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
    border: 0;
}

.new-mobil-menu ul li.open a.dropdown-toggle, .new-mobil-menu ul li ul.dropdown-menu {
    background: #313131;
}

.scroll-to-stars {
    cursor: pointer;
}

.search-city {
    border: 1px solid #ccc;
    width: 91.5%;
    margin: 20px 0;
}

.search-city input.find_category_city {
    float: left;
    border: none;
    box-shadow: none;
    width: 89%;
    height: 39px;
    font-size: 18px;
    margin: 0;
    padding: 0 0 0 2%;
}

.btn_search_city {
    padding: 6px 2%;
    float: right;
    width: 4%;
    border: 0;
    background: none;
    box-shadow: none;
}

.btn_search_city:hover {
    background: none;
}

.btn_search_city:active {
    box-shadow: none;
}

.pdf-icon-ul {
    list-style: none;
    margin: 0 0 15px 0;
}

.pdf-icon-ul li {
    float: left;
    margin: 0 5px;
}

.item_company_inform .full {
    padding: 0 !important;
    margin: 0 !important;
}

.conform_modal_img {
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.conform_modal_img_height {
    background-size: 100px auto;
}

.conform_modal_img_width {
    background-size: auto 100px;
}

.sendmail {
    cursor: pointer;
}

.actions.span5 .bestillinger_table {
    padding: 0 !important;
}

.actions.span5 .bestillinger_table .table tr td {
    margin: 0;
    padding: 5px !important;
}

.actions.span5 .bestillinger_table .table tr:nth-child(2n+1) td {
    background: #EEE;
}

.modal_prise_pdf {
    background: #E0E0E0;
    padding: 5px 15px 3px 15px;
}

.actions.span5 .modal_prise_pdf {
    margin-bottom: 15px;
}

.actions.span5 .modal_prise_pdf {
    background: none;
    padding: 0;
}

.autobid_style {
    padding: 0 !important;
    margin-left: 2% !important;
}

.mobil-title-link .lukket {
    color: #FF0101;
}

.avatar-inf-block {
    height: auto;
    width: auto;
    position: relative;
}

.avatar-inf-block .top-firmaer {
    left: -8px;
    top: -11px;
}

#aktuelle tr.open td, #vundne tr.open td {
    border-top: 2px solid #000;
    border-left: 0;
}

#aktuelle tr.open td:first-child {
    border-left: 2px solid #000;
}

.firm-li-disabled {
    padding: 10px 20px 5px;
    font-style: italic;
    color: #8A8A8A;
}

.autocomplete-home .twitter-typeahead {
    display: inline !important;
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-hint {
    top: auto !important;
    margin-bottom: 0px !important;
    height: 25px !important;
    color: #DDD !important;
}

#search-category-firm {
    height: 25px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
}

h3.league-name {
    margin: 0;
    padding: 0;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 14px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-dataset-category-names .tt-suggestion,
.tt-dataset-company-names .tt-suggestion,
.tt-dataset-pricelists .tt-suggestion {
    padding: 3px 10px !important;
    color: #000;
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.class_bg {
    background: #037292 !important;
}

.class_bg .ul-tmenu li a {
    background: #037292;
}

.class_bg .ul-tmenu li a:hover {
    color: #f0fbd1;
}

.class_bg .topmenu a {
    color: #E7E3E3;
}

.tt-hint {
    font-size: 16px !important;
}

.TopCategory.modal-category-header-link.btn.search-firm-se {
    background: #0499ca !important;
}

.active-menu {
    background: #04a4d2 /*#7f86d2 */ !important;
    color: #fff !important;
    text-decoration: none;
}

.usermenu .active-menu {
    background: #04a4d2 /*#7f86d2*/ !important
}

.class_bg .active-menu {
    background: #0499ca !important;
}

.class_bg .usermenu ul.nav li.active a, .class_bg .usermenu ul.nav li.active:hover a, .class_bg .usermenu ul.nav li:hover a {
    background: #0499ca !important;
}

.search-bar .search-firm-topcomp.tt-input {
    width: 75%;
    padding-right: 23%;
    height: 25px;
    font-size: 16px;
    border: 0;
    box-shadow: none;
}

.search-bar .search-firm-topcomp.tt-hint {
    width: 97%;
    border: 0 !important;
    background: none !important;
}

.search-bar .twitter-typeahead {
    /*float: left;*/
    width: 100%; /*88*/
}

.search-bar {
    position: relative;
    width: 100%;
    border: 1px solid #999;
    height: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.send-search-firm {
    /*float:right;*/
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
}

.block-sort {
    background: #d7d7d7;
    padding: 4.5%;
    margin-top: 20px;
    border-radius: 12px;
}

.header-block {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.block-sort-area-input input[type="text"] {
    float: left;
    width: 30%;
}

.block-sort-area-input select {
    float: left;
    width: 40%;
    height: 30px;
    margin-left: 1.5%;
}

.block-sort-score select {
    width: 100%;
    height: 30px;
}

.block-sort-diverse label {
    font-weight: normal;
}

.block-sort-diverse label input[type="checkbox"] {
    margin: 0;
}

.header-block h3 {
    margin: 0;
}

.mobil-bar-option {
    margin: 15px 0;
}

.mobil-bar-option ul {
    list-style: none;
    margin: 0;
}

.mobil-bar-option ul li {
    float: left;
    width: 23%;
    margin: 0 0 0 0.5%
}

.mobil-bar-option ul li:first-child {
    margin: 0 0 0 0;
}

.mobil-bar-option ul li:nth-child(2) {
    width: 29.5%;
}

.mobil-bar-option ul li a {
    display: block;
    color: #fff;
    background: #4d4d4d; /*#cdd0f1; #e2e2e2*/
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.mobil-bar-option ul li a i {
    font-size: 25px;
    position: absolute;
    right: 7px;
    top: 8px;
    color: #fff;
}

.mobil-bar-option ul li a.active i {
    color: #fff; /*#04b1e3*/
}

.show-block {
    display: block !important;
    margin-bottom: 10px;
    max-height: 250px;
    overflow: auto;
}

.block-sort-item a {
    color: #4d4d4d;
    text-decoration: underline;
}

.block-sort-item lable {
    color: #4d4d4d;
}

.mobil-bar-option-style ul li {
    width: 32%;
}

.mobil-bar-option-style ul li:nth-child(2) {
    width: 35%;
}

/*.class_bg_top_firmaer{background:#037292 !important;}*/
.item_company_mobil_bar_description .description_hide span {
    color: #000 /*#0E8EAB;*/
}

.item_company_mobil_bar_description .description_hide {
    color: #000;
    text-decoration: none;
}

.randomblock {
    width: 65%;
}

@media (max-width: 767px) {
    .randomblock {
        width: 90%;
    }

    .usermenu .new-mobil-menu-user ul li:hover a, .usermenu .new-mobil-menu-user ul li:focus a {
        background: none !important;
    }
}

.header-block .popover {
    font-weight: normal;
}

/*.class_bg_top_firmaer .ul-tmenu li a{background:#037292 !important;}*/


/*.tt-menu .tt-suggestion.tt-selectable{margin:5px 0;}*/
/*
.search-bar .tt-menu .tt-suggestion.tt-selectable{margin:10px 0;}
*/
.tt-menu {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.error-tooltip-show {
    color: #ABD4E6;
    cursor: pointer;
}

.error-tooltip-show:hover {
    color: #ABD4E6;
}

.search-category-list {
    margin: 20px 0;
}

.search-category-list ul {
    margin: 0;
    list-style: none;
}

.search-category-list ul li a {
    color: #000;
    text-decoration: underline;
}

.search-category-list ul li strong {
    color: #000;
}

.search-category-list ul li ul {
    margin: 15px 0 20px;
}

.questions .accordion-heading, .questions .accordion-body {
    background: none !important;
}

.usermenu .new-mobil-menu-user {
    width: 45px;
    height: 40px;
}

.usermenu .new-mobil-menu-user ul {
    margin: 0;
}

.usermenu .new-mobil-menu-user ul:after, .usermenu .new-mobil-menu-user ul:before {
    border: none !important;
}

.usermenu .new-mobil-menu-user ul li a {
    padding: 8px 10px 7px 10px;
    border-radius: 0;
    margin: 0;
    height: auto;
}

.usermenu .new-mobil-menu-user .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
    border: 0;
}

.usermenu .new-mobil-menu-user ul li.open a.dropdown-toggle,
.usermenu .new-mobil-menu-user ul li.dropdown.open > .dropdown-toggle,
.usermenu .new-mobil-menu-user ul li ul.dropdown-menu {
    background: #313131 !important;
}

.usermenu .new-mobil-menu-user ul li.dropdown.open a {
    background: none !important;
    color: #fff;
    text-transform: initial;
    font-size: 16px;
}

.usermenu .new-mobil-menu-user .dropdown-menu {
    width: 205px;
}

/*.usermenu .new-mobil-menu-user ul li.dropdown.open:hover ul li a{background:none;}*/
.usermenu .new-mobil-menu-user ul li.dropdown.open ul li.active a {
    background: #7f86d2 !important;
}

.user-rates-mobil {
    font-size: 11px;
    color: #fff;
    padding: 0 10px;
}

.user-rates-mobil {
    margin-top: 45px;
    margin-bottom: 35px;
    height: 40px;
}

.companymenu .new-mobil-menu-company {
    width: 45px;
    height: 40px;
}

.companymenu .new-mobil-menu-company ul {
    margin: 0;
}

.companymenu .new-mobil-menu-company ul li ul.dropdown-menu {
    background: #737373 !important;
    height: 380px;
    width: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.companymenu .new-mobil-menu-company ul:after, .companymenu .new-mobil-menu-company ul:before {
    border: none !important;
}

.companymenu .new-mobil-menu-company ul li a {
    padding: 8px 10px 7px 10px;
    border-radius: 0;
    margin: 0;
    height: auto;
}

.companymenu .new-mobil-menu-company .dropdown-menu {
    left: auto;
    right: 0;
    border-radius: 0;
    border: 0;
}

.companymenu .new-mobil-menu-company li.dropdown a {
    padding: 7px 10px 8px !important;
}

.companymenu .new-mobil-menu-company .dropdown.open .dropdown-menu li a {
    font-size: 14px;
}

.companymenu .new-mobil-menu-company ul li.open a.dropdown-toggle,
.companymenu .new-mobil-menu-company ul li.dropdown.open > .dropdown-toggle,
.companymenu .new-mobil-menu-company ul li ul.dropdown-menu {
    /* background: #313131 !important; */
    background: #000 !important;
}

.companymenu .new-mobil-menu-company ul li.dropdown.open a {
    color: #fff !important;
    text-transform: initial;
}

/*.companymenu .new-mobil-menu-company ul li.dropdown.open ul li:hover ul li{background:none !important;}*/
/*.companymenu .new-mobil-menu-company ul li.dropdown.open ul li ul li.active a{background:#7f86d2;}*/
.companymenu .new-mobil-menu-company ul li.dropdown.open .phone-tab-menu, .companymenu .new-mobil-menu-company ul li.dropdown.open .phone-tab-menu.nav > li {
    float: none !important;
}

.companymenu .new-mobil-menu-company ul li.dropdown.open .style-new-menu li {
    width: auto;
    text-align: left;
    box-shadow: none;
}

/*.companymenu .new-mobil-menu-company ul li.dropdown.open .style-new-menu li.active {background:#7f86d2;}*/
.companymenu .new-mobil-menu-company ul li.dropdown.open .style-new-menu li.active a {
    box-shadow: none;
}

.companymenu .new-mobil-menu-company li.active a {
    background: #7f86d2;
}

#din_profil.style-new-menu li {
    width: auto;
    text-align: left;
}

#din_profil.style-new-menu li a, #top-tab.style-new-menu li a {
    text-transform: initial;
}

.style-new-menu {
    list-style: none;
}

.companymenu .new-mobil-menu-company ul li.dropdown.open .style-new-menu li a {
    font-size: 12px;
}

.heder-li {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #ccc;
    margin: 10px 0 10px;
}

.heder-li > span {
    position: relative;
    padding: 0 10px;
    display: inline-block;
}

.heder-li > span:before, .heder-li > span:after {
    content: "";
    width: 45%;
    border-top: 1px solid;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
}

.heder-li > span:after {
    left: 100%;
}

.heder-li2 > span:before, .heder-li2 > span:after {
    width: 38%;
}

.heder-li3 > span:before, .heder-li3 > span:after {
    width: 53%;
}

.companymenu .new-mobil-menu-company ul li.dropdown.open .style-new-menu li a {
    font-size: 16px;
}

.usermenu .new-mobil-menu-user ul li.dropdown.open .style-new-menu li a {
    font-size: 14px;
}

.button-message-user {
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #7f7f7f;
    font-size: 10px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    width: 18%;
}

.message-modal-user .modal-header a:hover {
    text-decoration: none;
}

#branch_btn input:disabled {
    color: rgb(85, 85, 85) !important;
    -webkit-text-fill-color: #000;
}

.check-block, .check-block-black {
    margin: 20px auto 0;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    width: 85%;
    color: #fff;
}

.top-img-check-block {
    background: url('../imgs/triangular_arrow_up-24.png') repeat-x;
    height: 10px;
}

.body-check-block {
    background: #0095d5;
    padding: 4%;
}

.print-check-block a {
    color: #fff;
}

.header-text-check-block {
    text-align: center;
    color: #fff;
    font-size: 26px;
    margin: 30px 0 30px;
}

.id-job-check-block {
    text-transform: uppercase;
    font-size: 18px;
    width: 30%;
    text-align: right;
}

.inform-check-block {
    width: 65%;
}

.footer-check-block {
    width: 55%;
    margin: 15px auto 0;
}

.underline-check-block {
    background: #fff !important;
}

.data-check-block {
    color: #fff;
}

.check-block-black {
    color: #000 !important;
}

.print {
    cursor: pointer;
}

@media (max-width: 767px) {
    .header-text-check-block {
        font-size: 20px;
    }

    .footer-check-block {
        width: 90%;
    }
}

.new-profile-well-blocktop {
    margin-bottom: 0;
    padding: 15px 19px 0 19px;
    border-bottom: none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.new-profile-well-block2 {
    width: 59%;
}

.new-profile-well-block-btn {
    width: 31.5%;
}

.new-profile-well-block2, .new-profile-well-block-btn {
    border-top: 0;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.new-profile-well-block-btn a:first-child {
    margin: 0;
}

.new-profile-well-block-btn a {
    width: 100%;
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-size: 18px;
    padding: 2.4% 0;
    font-weight: normal;
}

.new-profile-btn-gray, .new-profile-btn-gray:hover {
    /*  background: #c3c3c3;
  color: #fff;*/
    background: #fff;
    color: #000;
    text-shadow: none;
}

.new-profile-btn-gray i.fa-phone, .new-profile-btn-gray i.fa-phone:hover {
    color: #7f8c8d;
}

.newjob_link_style:hover {
    background: #ff7f27;
    color: #fff;
}

.new-profile-well-tab ul, .new_review_company ul {
    margin: 0;
    padding: 0;
    border: 0;
}

.new-profile-well-tab ul li, .new_review_company ul li {
    width: 33%;
    margin: 0;
    padding: 0;
}

.new-profile-well-tab ul li a, .new_review_company ul li a {
    border: 1px solid #000;
    margin: 0;
    text-shadow: none;
    border-radius: 0;
}

.new-profile-well-tab ul li.active a:hover, .new_review_company ul li.active a:hover {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.new-profile-well-tab ul li.active a, .new_review_company ul li.active a {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.new-profile-well-tab ul li:not(.active) a, .new_review_company ul li:not(.active) a {
    background: #a2a2a2;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

.new-profile-well-tab ul li a, .new_review_company ul li a {
    text-align: center;
    font-size: 16px;
}

.new-profile-well-tab ul li.active .for-tab, .new_review_company ul li.active .for-tab {
    display: block;
}

.for-tab {
    display: none;
    background: url('../imgs/for-tab.png') no-repeat;
    height: 24px;
    width: 27px;
    margin: -1px auto 0;
}

.new-profile-well-tab ul li:nth-child(2), .new_review_company ul li:nth-child(2) {
    width: 34%;
}

.new-profile-well-tab ul li:nth-child(2) a, .new_review_company ul li:nth-child(2) a {
    padding: 3.8% 10%;
}

.new-profile-well-tab ul li:nth-child(3) a, .new_review_company ul li:nth-child(3) a {
    padding: 9% 0;
}

.new-profile-well-tab ul li:nth-child(1) a, .new-profile-well-tab ul li:nth-child(1) a:hover, .new_review_company ul li:nth-child(1) a, .new_review_company ul li:nth-child(1) a:hover {
    border-right: 0;
}

.new_review_company ul li:nth-child(1) a {
    padding: 2% 18%;
}

.new_review_company ul li:nth-child(2) a {
    padding: 2% 25%;
}

.new_review_company ul li:nth-child(3) a {
    padding: 5.2% 0;
}

.new-profile-well-tab ul li:nth-child(3) a, .new-profile-well-tab ul li:nth-child(3) a:hover, .new_review_company ul li:nth-child(3) a, .new_review_company ul li:nth-child(3) a:hover {
    border-left: 0;
}

.new-profile-well-tab ul li:nth-child(2) a, .new-profile-well-tab ul li:nth-child(2) a, .new-profile-well-tab ul li:nth-child(2) a:hover, .new_review_company ul li:nth-child(2) a, .new_review_company ul li:nth-child(2) a, .new_review_company ul li:nth-child(2) a:hover {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.new-profile-well-tab ul li:nth-child(3) a, .new_review_company ul li:nth-child(3) a {
    border-left: 0;
}

.new-profile-well-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #ccc;
    z-index: 99;
    padding-bottom: 10px;
}

.new-profile-well-fixed-top .contact_picture {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.default_contact_picture {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
    background-image: linear-gradient(#01944d, #5ff14e);
    color: #fff;
    font-size: .85em;
    font-weight: bold;
    padding: 5px;
    display: table;
    float: left;
    margin-top: 10px;
}

.default_contact_picture p {
    max-width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-profile-btn-fixed-top {
    float: right;
    width: 20%;
    margin-top: 20px;
}

.new-profile-btn-fixed-top a {
    width: 100%;
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    padding: 2.4% 0;
    font-weight: normal;
    text-shadow: none;
}

.new-profile-name-fixed-top {
    float: left;
    margin: 20px 0 0 50px;
}

.new-profile-company-name-fixed-top {
    color: #000;
    font-size: 30px;
}

.new-profile-user-name-fixed-top {
    color: #666;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px
}

.timework-modal-style {
    width: 75%;
    margin: 0 auto;
}

@media (max-width: 979px) {
    .timework-modal-style {
        width: 100%;
        margin: 0;
    }

    .verifice-comp {
        width: 100%;
        float: none;
    }

    .inform-comp {
        width: 100%;
        float: none;
    }

    .button-for-mobil {
        margin-top: 5px;
    }

    .button-for-mobil a {
        width: 47%;
        padding: 1px 0;
    }

    .new-profile-name-fixed-top {
        margin: 15px 0 0 15px;
        width: 62%;
    }

    .new-profile-company-name-fixed-top {
        font-size: 18px;
    }

    .new-profile-user-name-fixed-top {
        margin-top: 5px;
        font-size: 12px;
    }

    .new-profile-well-block2 {
        float: none !important;
        width: auto;
    }

    .new-profile-well-fixed-top {
        top: 40px;
    }

    .new-profile-well-block-btn {
        float: none !important;
        width: auto;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #e3e3e3;
    }
}

.load_reviews, .load_publicreview, .load_friendtestimonials {
    text-align: center;
    /*width: 162px;*/
    width: 98%;
    margin: 0 auto 10px;
    cursor: pointer;
    /*background-color: #ECECEC;*/
    /*background-color: #fff;*/
    background-color: #EFEFEF !important;
    padding: 5px;
    border: 1px solid #EFEFEF; /*#e3e3e3*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.load_reviews_text, .load_reviews_text, .load_friendtestimonials_text {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.load_reviews_icon, .load_reviews_icon, .load_friendtestimonials_icon {
    font-size: 40px;
    color: #000;
}

.publicreview_block {
    background-color: rgb(236, 236, 236);
    width: 48%;
    position: relative;
}

.publicreview_blockimg {
    width: 80px;
    height: 80px;
    right: -30px;
    top: -30px;
}

.publicreview_blockimg.higher {
    background-size: 80px auto;
}

.publicreview_blockimg.width {
    background-size: auto 80px;
}

.mail-form-block {
    background: #F5F5F5;
    padding: 10px;
}

.mail-form-block-border {
    border: 1px solid #DCE0E0;
}

.mail-form-block-head {
    background: #EDEFED;
    color: #454545;
    padding: 3% 7%;
    font-size: 16px;
}

.mail-form-block-body {
    border-top: 1px solid #DCE0E0;
    background: #fff;
    padding: 6% 5% 5%;
}

.mail-form-block-text {
    margin: 31px 0 15px;
}

.mail-form-block-text textarea {
    width: 90%;
    height: 100px;
}

.mail-form-block-btn a {
    color: #565A72;
    margin-bottom: 10px;
}

.send-email-review {
    cursor: pointer;
}

.input-publick {
    width: 70%;
    height: 25px;
    margin-top: 5px;
}

.input-publick-text {
    width: 70%;
    height: 150px;
}

@media (max-width: 979px) {
    .new-profile-well-tab #myTab li:nth-child(1) a {
        font-size: 11px;
        height: 41px;
    }

    .new-profile-well-tab #myTab li:nth-child(2) a {
        font-size: 11px;
        padding: 6.8% 10%;
        height: 41px;
    }

    .new-profile-well-tab #myTab li:nth-child(3) a {
        font-size: 11px;
        padding: 16% 0;
        height: 20px;
    }

    .input-publick-text {
        width: 96%;
        height: 150px;
        padding: 2%;
    }

    .input-publick {
        width: 96%;
        padding: 2%;
    }

    .publicreview_block {
        width: 92%;
        padding: 4%;
    }

    .publicreview_blockimg {
        right: 0;
    }
}

.new_color_block {
    /*background:#ECECEC !important;*/
    /*background:#E2E2E2 !important;*/
    background: #EFEFEF !important;
}

.block_review_2_stars {
    float: left;
}

.block_review_2_date {
    float: right;
}

#contact-person .contact_name h2 {
    font-size: 10px !important;
}

.new-bar-menu {
    width: 77%;
}

.new-profile-well-fixed-top .contact_picture img {
    height: 80px;
}

.company-info .info, .block-contact-info .info {
    margin-top: 10px;
}

.company-info .info .address, .company-info .info .city, .block-contact-info .info .city, .block-contact-info .info .address {
    font-size: 14px;
    color: rgb(78, 78, 78);
}

.company-icon-nohide img {
    display: block !important;
}

.company-icon-nohide {
    width: 100%;
}

.mobil-icon-social .btn-social-icon {
    display: block !important;
}

.mobil-icon-social {
    margin-bottom: 20px;
}

@media (max-width: 979px) {
    .block_review_2_messages {
        width: 100%;
    }

    #publicratings .block_comment, #friendratings .block_comment {
        width: 96% !important;
    }
}

.alert-success4 {
    background: rgb(0, 162, 232);
    border: 0;
    color: #fff;
    text-shadow: none;
    font-size: 21px;
    text-align: center;
    padding: 26px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.alert-success4 .close {
    display: none;
}

.user-jobs-years {
    font-weight: bold;
    font-size: 24px;
    background: rgb(189, 189, 189);
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    padding: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: default;
    height: 24px;
}

.hide-mobil {
    display: none !important;
}

@media (max-width: 979px) {
    .user-jobs-years {
        margin: 3% 4%;
    }

    .trust-h1 {
        font-weight: bold !important;
        font-size: 18px;
        margin: 15px 0 !important;
    }
}

a.modal-category-header-link {
    background: rgb(4, 164, 210) !important;
}

.trust-num-item {
    position: absolute;
    left: -32px;
    top: 16px;
    color: #000;
    font-size: 16px;
}

@media (max-width: 979px) {
    .trust-num-item {
        display: none;
        left: -3px;
        top: 0;
    }

    .fixed-block-sort {
        position: fixed;
        width: 85%;
        top: 61px;
        z-index: 1000;
    }
}

.mobil-bar-option-fixed-top {
    position: fixed;
    width: 95%;
    top: 26px;
    padding: 0;
    /*background: #fff;*/
    z-index: 12;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: none;
    /*height: 265px !important;*/
}

.slider-review .slide {
    color: #000;
}

.slide-img {
}

.slide-img {
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    background-position: center;
    background-repeat: no-repeat;
    /*margin-top: 2px;*/
    /*    position: absolute;
    left: -14px;
    top: -17px;*/
}

.slide-img.higher {
    background-size: 80px auto;
}

.slide-img.wider {
    background-size: auto 80px;
}

.slider-category span:nth-child(2) {
    color: #000 !important;
    font-weight: bold;
}

.slider-review-block {
    float: left;
    width: 48%
}

.slider-company-block {
    float: right;
    width: 48%
}

.slider-review-block-message .separator {
    height: 5px;
}

.slider-review-block-style {
    background: #fff;
    margin: 0 0 10px 0;
    padding: 4% 5%;
    border-radius: 12px;
}

.slider-company-info {
    width: 76%;
    color: #000;
    text-shadow: none;
}

@media (max-width: 979px) {
    .slider-review-block, .slider-company-block {
        float: none;
        width: 95%;
        margin: 0 2.5%;
    }

    .slider-review-block-stars, .slider-review-block-message {
        float: none !important;
        width: auto !important;
        clear: both;
    }

    .slider-review-block-message {
        margin-top: 10px;
    }

    .slider-review-block-message .separator {
        height: 10px;
    }

    .slider-review-block-style {
        font-size: 12px;
    }

    .bx-wrapper .bx-viewport {
        height: 285px !important;
    }

    .slider-company-info {
        width: 68%;
        font-size: 12px;
    }

    .slider-company-block .bx-wrapper .bx-viewport {
        height: 246px !important;
    }

    .block_review_2_date {
        font-size: 10px
    }

    .new_review_company ul li:nth-child(1) a {
        font-size: 11px;
        padding: 2% 4%;
    }

    .new_review_company ul li:nth-child(2) a {
        font-size: 11px;
        padding: 2% 4%;
    }

    .new_review_company ul li:nth-child(3) a {
        font-size: 11px;
        padding: 9.8% 0;
    }
}

.slider-company a, .slider-review a {
    color: #000;
}

.slider-company a:hover, .slider-review a:hover {
    color: #0E8EAB;
    text-decoration: none;
}

.clear-fild-search {
    /*float: right;*/
    position: absolute;
    top: 0;
    right: 34px;
    display: block;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 979px) {
    .search-bar .twitter-typeahead {
        /*width:76%;*/
        width: 100%;
    }
}

.headline_sub_show span, .headline_sub_hide span {
    color: #3f48cc;
}

.headline_sub_show, .headline_sub_show:hover, .headline_sub_hide, .headline_sub_hide:hover {
    text-decoration: none !important;
    color: #000;
}

#new-tab-price {
    margin: 0;
    padding: 0;
    border: none;
}

#new-tab-price li {
    margin: 20px 0 0 0;
    width: 50%;
}

/*#new-tab-price li a:nth-child(1){
  border-right:1px solid #000;
}*/
#new-tab-price li.active a {
    background: #fff;
    color: #000;
}

#new-tab-price li:nth-child(1).active a {
    border-left: 1px solid #000;
}

#new-tab-price li:nth-child(2).active a {
    border-right: 1px solid #000;

}

#new-tab-price li.active div.for-tab {
    display: block;
}

#new-tab-price li a {
    text-align: center;
    background: #a2a2a2;
    color: #fff;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
}

#new-tab-price li:nth-child(1) a {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#new-tab-price li:nth-child(2) a {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.btn-upload-price, .btn-upload-price:hover {
    background: #22B14C;
    color: #fff;
    text-shadow: none;
    border: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 96%;
    padding: 5% 2%;
}

.total {
    right: 10px;
}

.text_total {
    right: 42px;
}

.text-pricelist {
    color: #000;
    text-align: justify;
    width: 45%;
}

.show-form-price {
    margin-top: 20px;
    width: 42%;
}

@media (max-width: 979px) {
    #new-tab-price li:nth-child(1) a {
        padding: 12% 0;
        font-size: 12px;
    }

    #new-tab-price li:nth-child(2) a {
        padding: 6% 0;
        font-size: 12px;
    }

    .text-pricelist, .show-form-price {
        width: 100%;
    }
}

.priselist_error {
    position: static;
    margin-top: 10px;
}

.pricelist_mobil tr:last-child {
    border-bottom: 1px solid #ddd;
}

.block-web-input {
    width: 88%;
}

@media (max-width: 979px) {
    .text-pricelist {
        margin-top: 20px;
    }
}

.mediacenter-text {
    width: 75%;
    margin-bottom: 30px;
}

.mediacenter-img {
    width: 100%;
}

.mediacenter-textarea textarea {
    height: 120px;
    width: 96%;
}

@media (max-width: 979px) {
    .page_help_mobil .mediacenter-img, .page_help_mobil .mediacenter-text {
        width: 100%;
    }

    .mediacenter-textarea textarea {
        padding: 2%;
        width: 96%;
    }
}

.price-box {
    width: 50%;
}

.item-box {
    color: #000;
    margin-bottom: 10px;
}

.item-box-name {
    float: left;
    padding-top: 6px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    width: 70%;
}

.item-box-price {
    float: right;
    padding-top: 6px;
    width: 25%;
}

.item-box-btn {
    float: left;
    width: 25%;
    text-align: center;
}

.modaltabshow, .mail-agent-link {
    padding: 10px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.error-reg {
    margin: 0 0 0 35%;
    background: red;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
}

@media (max-width: 979px) {
    .new-btn-profil-link {
        width: 100%;
    }

    .modaltabshow {
        display: block;
        margin-top: 10px;
        padding: 6px 30px;
        width: 87%;
    }

    .mail-agent-link {
        display: block;
        padding: 6px 30px;
        /*width: 90%;*/
    }

    .timework-modal-block {
        width: 87%;
        margin-top: 10px;
    }

    .price-box {
        width: auto;
    }

    .item-box {
        background: #E0E0E0;
        padding: 3%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .form-field input {
        height: 39px;
    }

    .form-field #company-password, .form-field #company-zip, .form-field #company-city, .form-field #company-sub_title, .form-field #company-website {
        height: 29px;
    }

    .form-field #company-sub_title, .form-field #company-description, .form-field #company-website {
        width: 95% !important;
    }

    .block-web-input {
        width: 100%;
    }

    #oplysninger-tabcontent #adgangskode button {
        padding: 9px 0px 8px;
    }

    .form-field .timework-modal-block {
        padding: 7% 0 !important;
    }

    .error-reg {
        margin: 0;
    }
}

.mediacenter-color {
    margin-bottom: 20px;
    height: 34px;
}

.mediacenter-color ul {
    margin: 0;
    list-style: none;
}

.mediacenter-color ul li {
    float: left;
    margin-right: 5px;
}

.mediacenter-color ul li a {
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
}

.mediacenter-color ul li:nth-child(1) a {
    background: #000;
}

.mediacenter-color ul li:nth-child(2) a {
    background: rgb(106, 106, 106);
}

.mediacenter-color ul li:nth-child(3) a {
    background: rgb(195, 195, 195);
}

.mediacenter-color ul li:nth-child(4) a {
    background: rgb(3, 114, 146);
}

.mediacenter-color ul li:nth-child(5) a {
    background: rgb(138, 71, 11);
}

.mediacenter-color ul li:nth-child(6) a {
    background: rgb(18, 95, 41);
}

.mediacenter-color ul li:nth-child(7) a {
    background: rgb(201, 16, 26);
}

/*.mediacenter-frame .slider-review-block-message{width: 45% !important;}*/
.mediacenter-block-right { /*float: right;*/
    /* width: 50%; */
}

.mediacenter-block-left { /*float:left;*/
    /* width: 72%; */
}

@media (max-width: 979px) {
    .mediacenter-block-right, .mediacenter-block-left {
        float: none;
        width: auto;
    }

    .mediacenter-text span {
        display: block;
    }

    .mediacenter-frame {
        margin-bottom: 40px;
    }

    #footerwrap {
        min-height: 40px;
    }
}

.frame-radio {
    margin-bottom: 25px;
}

.frame-radio input[type='radio'], .frame-radio label {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

#footerwrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

}

.contentblock {
    padding-bottom: 320px;
}

@media (max-width: 979px) {
    .contentblock {
        padding-bottom: 40px;
    }
}

@media only all and (max-height: 359px) {
    .companymenu .new-mobil-menu-company ul li ul.dropdown-menu {
        max-height: 350px;
    }
}

.price-info-block {
    position: absolute;
    top: 43px;
    left: 0;
    height: auto;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid #ccc;
    z-index: 99;
    padding-bottom: 10px;
}

.price-info-block-link {
    display: block;
    min-height: 108px;
}

.price-info-block-conteiner {
    max-width: 960px;
    min-height: 108px;
    margin: 0 auto;
}

.price-info-block-btn {
    float: right;
    width: 20%;
    margin-top: 20px;
}

.price-info-block-btn a, .price-info-block-btn-mobil {
    width: 100%;
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    padding: 2.4% 0;
    font-weight: normal;
    text-shadow: none;
    background: #ff7f27;
    color: #fff;
}

.price-info-block-text1 {
    display: block;
    color: #000;
    font-size: 30px;
}

.price-info-block-text2 {
    display: block;
    color: #666;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.price-info-block-avatar {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.price-info-block-company {
    display: block;
    float: left;
    margin: 20px 0 0 50px;
}

.price-info-block-left {
    float: left;
}

.price-info-block-btn-mobil {
    /*width: 40%;*/
    padding: 1px 0;
    display: block;
    /*position: absolute;*/
    bottom: 0px;
    /*left: 115px;*/
}

@media (max-width: 979px) {
    .price-info-block-left {
        float: none;
        position: relative;
    }

    .price-info-block {
        top: 41px;
    }

    .price-info-block-avatar img {
        height: 80px;
    }

    .price-info-block-company {
        margin: 15px 0 0 25px;
        width: 64%;
    }

    .price-info-block-text1 {
        font-size: 18px;
    }

    .price-info-block-text2 {
        margin-top: 5px;
        font-size: 12px;
        margin-bottom: 5px; /*25px*/
    }
}

.total-edit {
    right: -80px;
}

.text_total_edit {
    right: -53px;
}

.prislister_form .total {
    right: -80px;
}

@media (max-width: 979px) {
    #opgaver-i-udbud-tab, #aktuelle, #vundne {
        background: #858585;
        /* background: #fff; */
    }

    #opgaver-i-udbud-tab .pagination .disabled a, #aktuelle .pagination .disabled a, #vundne .pagination .disabled a {
        background: #fff;
    }

    #aktuelle tr.open td, #vundne tr.open td {
        border-top: none;
    }
}

.description_hide {
    color: #000 !important;
}

.block_review_2_messages {
    margin-top: 7px;
}

.color-job-link a {
    color: #002137;
}

#edit-job-modal input[disabled], #edit-job-modal select[disabled], #edit-job-modal textarea[disabled], #edit-job-modal input[readonly], #edit-job-modal select[readonly], #edit-job-modal textarea[readonly] {
    /*color:#272727 !important;*/
    -webkit-text-fill-color: rgba(99, 97, 97, 1);
    -webkit-opacity: 1;
    color: rgba(99, 97, 97, 1);
}

.online-company, .item_company_online {
    font-size: 14px;
    color: #8E8A8A;
}

.online-company span, .item_company_online span {
    background: #8E8A8A;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.item_company_online {
    font-size: 12px;
}

.item_company_online span {
    font-size: 12px;
    height: 8px;
    width: 8px;
}

@media (max-width: 979px) {
    .new_btn_bid {
        display: inline-block !important;
        width: 66%;
        text-align: right;
        margin-top: 13px;
        margin-left: 6%;
    }

    .show-block {
        background: #4d4d4d;
    }

    .show-block .block-sort-item a, .show-block .block-sort-item label {
        color: #fff !important;
    }

    .fixed-block-sort {
        width: 86%;
    }
}

.option-show-block-4::-webkit-scrollbar {
    -webkit-appearance: none;
}

.option-show-block-4::-webkit-scrollbar:vertical {
    width: 7px;
}

.option-show-block-4::-webkit-scrollbar:horizontal {
    height: 7px;
}

.option-show-block-4::-webkit-scrollbar-thumb {
    background-color: rgba(215, 215, 215, .5);
    border-radius: 10px;
    /*border: 2px solid #ffffff;*/
}

.option-show-block-4::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.option-show-block-4::-webkit-scrollbar-track-piece {
    background-color: #4d4d4d;
}

.user-dropdown .dropdown.open a, .user-dropdown .dropdown.open:hover a {
    background: #04a4d2 !important;
}

.user-dropdown li.open a {
    background: #04a4d2 !important;
}

.user-dropdown li.open ul.dropdown-menu li a {
    background: none !important;
}

.user-dropdown ul.dropdown-menu li a {
    color: #333 !important;
    font-size: 12px;
}

.user-dropdown .dropdown.open:hover ul.dropdown-menu li a {
    background: none !important;
}

.user-dropdown .dropdown.open ul.dropdown-menu li:hover a {
    background: #04a4d2 !important;
    color: #fff !important;
}

.idea_popover .popover-content {
    padding: 0;
}

.idea_popover ul {
    padding: 0;
    margin: 0;
}

.idea_popover ul li {
    list-style: none;
}

.idea_popover ul li a {
    padding: 6px;
    display: block;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.idea_popover ul li:last-child a {
    border-bottom: none;
}

.idea_popover ul li a:hover {
    background: #68A5F6;
    color: #fff;
}

.idea_popover ul li a span {
    color: #89792c;
}

.idea_popover ul li a:hover span {
    color: #f4c946
}

@media (max-width: 979px) {
    .idea_popover {
        right: 0px !important;
        left: initial !important;
    }

    .idea_popover .arrow {
        left: inherit !important;
        right: 53px !important;
    }
}

.idea-icon li.open, .idea-icon li.open > a {
    background: #04a4d2 !important;
}

.idea-icon li.open:hover .dropdown-menu li a {
    /*background:none;*/
    color: #000;
}

.idea-icon li.open .dropdown-menu li:last-child {
    border: none;
}

.idea-icon li.open .dropdown-menu {
    border: 1px solid #58555c;
}

.idea-icon li.open .dropdown-menu li {
    border-bottom: 1px solid #474747;
}

.idea-icon li.open .dropdown-menu li a span {
    color: #ffe48a;
}

.idea-icon li.open .dropdown-menu li:hover a {
    background: #68a5f6;
    color: #fff !important;
    cursor: pointer;
}

.idea-icon li.open .dropdown-menu li:hover a span {
    color: #ffe48a;
}

.idea-icon li.open .dropdown-menu {
    width: 300px;
}

.idea-icon li.open .dropdown-menu li a {
    white-space: normal;
}

.idea-icon li.open .dropdown-menu li a {
    color: #000 !important;
}

.idea-icon li.open .dropdown-menu li a {
    background: #68a5f6;
    color: #fff !important;
    text-transform: none;
}

.idea-icon li.open .dropdown-menu li a span {
    color: #ffe48a;
}

#dine-vundne-opgaver {
    position: relative;
}

#dine-vundne-opgaver .new-job-company {
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.style-new-menu #dine-vundne-opgaver .new-job-company {
    right: 97px;
}

.new-mobil-menu-company a.dropdown-toggle {
    position: relative;
}

.new-mobil-menu-company a.dropdown-toggle .new-job-company {
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    right: 5px;
    top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*#company_categories{
  background: #0484b1;
}*/
#company_categories .modal-header {
    background: #0484b1;
    border-bottom: none;
}

#company_categories .modal-body {
    background: #0484b1;
}

#company_categories .modal-body a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}

.jobs-modal .modal-header, .jobs-modal .modal-body {
    /* background: #0484b1; */
    background: #fff;
}

.jobs-modal .modal-header {
    border-bottom: none;
}

.jobs-modal .modal-body {
    padding: 0 48px 15px;
}

.jobs-modal #select-category-label {
    margin-bottom: 29px;
    color: #000;
    font-size: 26px;
}

.jobs-modal #categories-list-label {
    display: none;
}

.jobs-modal .link-cat a {
    color: #000;
    padding-right: 5px;
}

.jobs-modal .link-cat {
    margin-top: 26px;
    line-height: 27px;
}

.jobs-modal #start-btn2 {
    color: #000;
    text-transform: uppercase;
    font-size: 13pt;
    font-family: Trebuchet MS;
}

@media (max-width: 979px) {
    .jobs-modal .modal-body {
        padding: 0 15px 15px;
    }

    .jobs-modal .input-categories input[type="text"] {
        width: 96% !important;
    }

    .jobs-modal .input-categories button {
        margin-top: 15px;
        width: 100%;
    }

    .null-result {
        margin-left: 10px;
    }
}

.jobs-modal {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.jobs-modal .modal-header {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.jobs-modal .modal-body {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

@media (max-width: 979px) {
    .jobs-modal #select-category2 {
        height: 45px !important;
        font-size: 18px;
    }

    .jobs-modal #start-btn2 {
        padding: 16.5px 14px !important;
    }

    .jobs-modal #select-category-label {
        margin-bottom: 15px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
    }

    .jobs-modal .link-cat {
        margin-top: 15px;
    }
}

.btn_switch_account {
    margin-top: 30px;
}

.btn_switch_account ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_switch_account ul li {
    float: left;
    margin-left: 5px;
}

.btn_switch_account ul li:first-child {
    margin-left: 0;
}

.btn_switch_account ul li.active a, .btn_switch_account ul li:hover a {
    background: #efe4b0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
}

.btn_switch_account ul li a {
    text-transform: capitalize;
    color: #49423d;
    text-decoration: none;
    padding: 8px;
    font-size: 12px;
}

.btn_login_facebook,.loginFacebook {
    display: block;
    color: white;
    width: 154px;
    font-family: helvetica, arial, sans-serif;
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 -1px 0 #354c8c;
}

.btn_login_facebook:hover,.loginFacebook:hover {
    background: linear-gradient(#5b7bd5, #4864b1);
    border-bottom-color: #3b5998;
    border-left-color: #4961a8;
    border-right-color: #4961a8;
    border-top-color: #5874c3;
    box-shadow: inset 0 1px 0 #607fd6;
    cursor: pointer;
    color: #fff;
}

.btn_login_facebook_icon,.loginFacebookIcon {
    margin: 3px 0 0 3px
}

.btn_login_facebook_text,.loginFacebookText {
    font-size: 11px;
    line-height: 14px;
    padding: 7px 6px;
    font-weight: bold;
}

.user-jobs-years {
    cursor: pointer;
}

@media (max-width: 979px) {
    .top-firmaer-bg, .trust-bg {
        /*background: #0484B1;*/
        background: #DAD9D9;
    }

    .trust-bg {
        min-height: 587px;
    }

    .trust-bg .new_page_right_block ul li a {
        /*color:#fff !important;*/
    }

    .trust-bg .trust-h1, .trust-bg .trust-num-item {
        /*color:#fff !important;*/
    }

    .top-firmaer-bg .search-bar, .trust-bg .search-bar {
        background: #fff;
    }

    .top-firmaer-bg .search-category-list ul li a {
        color:#fff;
    }

    .top-firmaer-bg .search-category-list ul li strong {
        /*color:#fff;*/
    }

    .top-firmaer-bg-text {
        /*color:#fff !important;*/
    }

    .top-firmaer-bg .pagination ul {
        background: #fff;
    }

    .trust-bg .new_page_right_block .pagination ul li a {
        color: #000 !important;
    }

    .user-jobs-years {
        background: rgb(164, 164, 164);
    }

    .trust-bg .pagination ul li.disabled a {
        background-color: #fff;
    }

    .typeahead.dropdown-menu li.active a {
        font-size: 18px;
        font-weight: normal;
    }

    .typeahead.dropdown-menu li a {
        font-size: 18px;
        font-weight: normal;
    }
}

.idea-icon li.open .dropdown-menu li a {
    min-height: 40px;
}

.new_stars_block_9 {
    background: none;
    width: auto;
}

.new-star-9 {
    float: left;
    height: 9px;
    width: 9px;
    margin: 5px 0.5px;
}

.new-star-5-9 {
    background: url(../imgs/new_stars_9.png) -36px 0px no-repeat;
}

.new-star-half-5-9 {
    background: url(../imgs/new_stars_9.png) -36px -9px no-repeat;
}

.new-star-4-9 {
    background: url(../imgs/new_stars_10.png) -30px 0px no-repeat;
}

.new-star-half-4-9 {
    background: url(../imgs/new_stars_9.png) -27px -9px no-repeat;
}

.new-star-3-9 {
    background: url(../imgs/new_stars_9.png) -18px 0px no-repeat;
}

.new-star-half-3-9 {
    background: url(../imgs/new_stars_9.png) -18px -9px no-repeat;
}

.new-star-2-9 {
    background: url(../imgs/new_stars_9.png) -10px 0px no-repeat;
}

.new-star-half-2-9 {
    background: url(../imgs/new_stars_9.png) -10px -9px no-repeat;
}

.new-star-1-9 {
    background: url(../imgs/new_stars_9.png) 0 0px no-repeat;
}

.new-star-half-1-9, .new-star-half-0-9 {
    background: url(../imgs/new_stars_9.png) 0 -10px no-repeat;
}

.new-star-empty-9 {
    background: url(../imgs/new_stars_9.png) -45px 0px no-repeat
}

@media (max-width: 979px) {
    #wrapper {
        background: #DAD9D9;
    }

    /* #category_jstree {
        background: #fff;
    } */

    .mobil-profile-mobil, .mobil-profile-mobil2 {
        background: #DAD9D9;
    }

    /*  .mobil-profile-mobil2{
    background:#fff;
  }*/
    .mobil-profile-mobil .accordion-group, .mobil-profile-mobil2 .accordion-group {
        background: #fff;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .mobil-profile-mobil .accordion-inner {
        border-top: 1px solid #000;
    }

    .messages-history-item .pull-left {
        background: #fff;
    }

    .mobil-profile input[type="text"], .mobil-profile input[type="password"] {
        height: 45px;
    }

    .jobs-modal .tt-hint {
        height: 45px !important;
    }
}

.idea-icon li.open .dropdown-menu li a.save_history {
    background: none;
    color: #000 !important;
}

.idea-icon li.open .dropdown-menu li a.save_history span {
    color: #DAA907;
}

.color_text {
    color: grey;
}

#job-submit-form .JobDescription {
    background-color: #0D95BA !important; /*#36BBDF  !important;*/
}

#job-submit-form .JobDescription label {
    color: #fff;
}

#job-submit-form .JobDescription .custom_attributes .CheckboxesGroup, #job-submit-form .JobDescription .custom_attributes .checkbox {
    color: #fff;
}

#job-submit-form .color_text {
    color: #fff;
}

#job-submit-form .well {
    background-color: #A9A9A9;
}

#job-submit-form .control-group {
    color: #fff;
}

#job-submit-form .left_text_block {
    background-color: #C5C5C5 !important;
}

@media (max-width: 979px) {
    .search-bar {
        height: 45px;
    }

    .search-bar .search-firm-topcomp.tt-input {
        height: 37px;
    }

    .search-bar .search-firm-topcomp.tt-hint {
        height: 37px !important;
    }

    .clear-fild-search, .send-search-firm {
        padding: 10px 5px;
    }

    .pricelist_mobil td {
        border-top: none;
        background: #EAE7E7;
        margin: 5px 0;
        padding: 14px;
    }

    .page_help_mobil .accordion-toggle {
        background: #FFF !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .okonomi-block .tab-content {
        background: #fff;
        border-bottom: 1px solid grey;
        border-left: 1px solid grey;
        border-right: 1px solid grey;
    }

    .okonomi-block h3 {
        margin-left: 7px;
    }

    .okonomi-block .tab-content .table {
        margin-bottom: 0;
    }

    .mobil-kundebedommelser-left, .mobil-kundebedommelser-right {
        width: 100% !important;
        float: none;
    }

    .mobil-kundebedommelser-right {
        margin-bottom: 20px;
    }
}

.page_help_mobil .accordion-toggle {
    background: #E3E3E3;
}

.page_help_mobil .accordion {
    /* width: 350px; */
    width: 800px;
}

.page-profile-show {
    background: #ECECEC !important;
}

.mobil-reg-bar-send {
    width: 100% !important;
    height: 40px;
}

@media (max-width: 979px) {
    .background-show-page {
        background: #fff;
    }

    #friendratings {
        margin: 10px 0 25px;
        /*padding: 10px;*/
        background: #EFEFEF !important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #publicratings {
        margin: 10px 0 25px;
        padding: 0px;
        /*background: #EFEFEF !important;*/
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    #cardamount {
        height: 30px;
    }

    #cardamount_cent {
        height: 30px;
    }

    #cardsubmit {
        height: 40px;
        width: 100%;
    }

    .messages-history-item .pull-left img {
        padding: 0 !important;
    }

    .mobil-reg-bar-send {
        height: 40px;
        width: 100% !important;
    }

    .block_review_text_color2 a {
        font-size: 14px;
        font-weight: normal;
    }

    .block_review_text_color3 {
        font-size: 14px !important;
    }

    .block_review_text_color {
        margin-bottom: 5px;
    }

    #ratings .block_review_2, #publicratings .block_review_2, #friendratings .block_review_2 {
        padding: 0;
    }

    .block_review_1 {
        padding: 0;
    }

    .block_review_text_color {
        font-size: 14px;
    }
}

#kundebedommelser-tabcontent #ratings .review, #kundebedommelser-tabcontent #publicratings .review, #kundebedommelser-tabcontent #friendratings .review {
    background: #ECECEC !important;
}

.custom_attributes.checkbox-primary p {
    color: #fff;
}

.item_company_btn_topcompany .new_stars_block_20 {
    height: 20px;
    cursor: pointer;
}

.mobil-create-job input.select2-input, .select2-search {
    display: block !important;
}

.subscriptions-block, .subscriptions-block-2, .subscriptions-block-3 {
    width: 30%;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    display: block;
    text-decoration: none;
    background-color: #fff;
    min-height: 580px;
}

.subscriptions-block {
    margin: 0 4.5% 0 0;
}

.subscriptions-block-3 {
    margin: 0 0 0 4.5%;
}

.subscriptions-block-2 {
    /*margin: 0px 4.5%;*/
}

.subscriptions-block-margin {
    margin: 0 2.25% 0 19%;
}

.subscriptions-block-margin-3 {
    margin: 0 0 0 2.25%;
}

.subscriptions-block:hover, .subscriptions-block-2:hover, .subscriptions-block-3:hover {
    text-decoration: none;
}

.subscriptions-block .subscriptions-head, .subscriptions-block-2 .subscriptions-head, .subscriptions-block-3 .subscriptions-head {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0;
    display: block;
}

.subscriptions-block .subscriptions-body, .subscriptions-block-2 .subscriptions-body, .subscriptions-block-3 .subscriptions-body {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10% 7% 0;
    display: block;
}

.subscriptions-block .subscriptions-head {
    background: rgb(127, 127, 127);
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.subscriptions-block-2 .subscriptions-head {
    background: rgb(236, 183, 0);
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.subscriptions-block-3 .subscriptions-head {
    background: rgb(192, 215, 226);
    color: #000;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.subscriptions-block .subscriptions-body div, .subscriptions-block-2 .subscriptions-body div, .subscriptions-block-3 .subscriptions-body div {
    display: block;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.subscriptions-block .subscriptions-body, .subscriptions-block-2 .subscriptions-body {
    /*margin-bottom:60px;*/
}

.subscriptions-block .subscriptions-body-price {
    margin: 146px 0 32px !important;
}

@media (max-width: 979px) {
    .subscriptions-block {
        margin: 0 5px 0 0;
    }

    .subscriptions-block-2 {
        margin: 0;
    }

    .subscriptions-block-3 {
        margin: 0 0 0 5px;
    }

    .subscriptions-block-margin {
        margin: 0 0 30px 0;
    }

    .subscriptions-block-margin-3 {
        margin: 0 0 0 0;
    }

    .subscriptions-page {
        margin: 2.5%;
    }

    .subscriptions-block, .subscriptions-block-2, .subscriptions-block-3 {
        /*float: none;*/
        width: 31.5%;
        background: #fff;
    }

    .subscriptions-block .subscriptions-body div, .subscriptions-block-2 .subscriptions-body div, .subscriptions-block-3 .subscriptions-body div {
        font-size: 9px !important;
        margin: 0 !important;
    }

    .subscriptions-body-price {
        font-size: 14px;
        margin: 10px 0 !important;
    }

    .block-subscriptions {
        float: none;
        margin: 0 auto 25px;
    }

    .block-subscriptions:nth-child(1) {
        margin-top: 25px;
    }

    .page_help_mobil .accordion-toggle {
        background: #E3E3E3;
    }

    .page_help_mobil .accordion {
        width: 100%;
    }

}

.modal-job-details-edit select,
.modal-job-details-edit textarea,
.modal-job-details-edit input[type="text"],
.modal-job-details-edit input[type="password"],
.modal-job-details-edit input[type="datetime"],
.modal-job-details-edit input[type="datetime-local"],
.modal-job-details-edit input[type="date"],
.modal-job-details-edit input[type="month"],
.modal-job-details-edit input[type="time"],
.modal-job-details-edit input[type="week"],
.modal-job-details-edit input[type="number"],
.modal-job-details-edit input[type="email"],
.modal-job-details-edit input[type="url"],
.modal-job-details-edit input[type="search"],
.modal-job-details-edit input[type="tel"],
.modal-job-details-edit input[type="color"],
.modal-job-details-edit .uneditable-input
.modal-job-details-edit input::-webkit-input-placeholder,
.modal-job-details-edit textarea::-webkit-input-placeholder {
    color: #000 !important;
}

.show-modal-tree .delete-href a {
    color: #fff !important;
}

.little_stars .new-star-9 {
    margin: 3px 0.5px 3px !important;
}

.money_bar a:hover span, .money_bar2 a:hover span {
    text-decoration: underline !important;
}

#aktuelle .aktuelle_checkbox {
    margin-top: 13px;
}

.job-item-block .flipme {
    height: auto;
}

.job-item-block .flipme .front, .job-item-block .flipme .back {
    width: 100%;
}

.job-item-block .flipme .front {
    position: static;
}

.job-item-block .flipme.flipped .front {
    position: absolute;
}

.job-item-block .flipme.flipped .back {
    background: rgb(32, 168, 72);
    height: 460px;
    color: #daf291;
    padding: 10px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: helvetica, arial, sans-serif;
}

.job-item-block .flipme.flipped .back img, #mobil_modal_bid .flipme .back img {
    height: 53px;
}

.job-item-block .flipme.flipped {
    height: 480px;
    width: 94%;
}

#mobil_modal_bid .flipme .front {
    width: 100%;
}

#mobil_modal_bid .flipme .back {
    background: rgb(32, 168, 72);
    height: 460px;
    width: 94%;
    color: #daf291;
    padding: 10px;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: helvetica, arial, sans-serif;
}

#start-btn {
    margin-left: 1px;
}

@media (max-width: 979px) {
    .timework-modal-block {
        width: 87%;
        margin-top: 10px;
    }

    #start-btn {
        margin-left: 0px;
    }

    .mobil-login-block {
        padding: 0 8%;
    }
}

.custome-mes {
    position: absolute;
    z-index: 2000;
    /*border:1px solid #000;*/
    padding: 5px 0;
    margin-top: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.custome-mes textarea {
    /*  margin: 0px;
  border: 0px;
  box-shadow: none;
  border-radius: 0;*/
    height: 160px;
    max-height: 160px;
    width: 230px;
    margin: 5px 10px 10px;
    max-width: 230px;
    border: 1px solid #ccc;
    display: block;
}

.custome-mes a {
    margin-left: 10px;
    margin-bottom: 10px;
    /*  margin: 0px;
  border: 0px;
  border-radius: 0;
  width:100%;
  padding:4px 0;*/
}

.subscriptionscoment {
    margin: 40px 12px 12px 12px;
    padding: 12px;
}

.subscriptionscoment-icon {
    margin: 0 auto;
    width: 200px;
}

.subscriptionscoment-icon img {
    width: 200px;
}

.subscriptionscoment-text {
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 30px 0 20px;
}
.subscriptionscoment-textarea {
    margin: 0 auto;
}

.subscriptionscoment-textarea textarea {
    height: 100px;
    width: -webkit-fill-available;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 500px) {
    .subscriptionscoment {
        background-color: rgb(228, 228, 228);
        border-radius: 10px;
    }
    .subscriptionscoment-btn button {
        background: #fff !important;
        color: #000 !important;
    }
    .subscriptionscoment-btn button:hover {
        background-color: #f6f6f6 !important;
        color: #000 !important;
    }
}

.subscriptionscoment-btn {
    text-align: center;
    margin-top: 10px;
}

.subscriptionscoment-btn button {
    background: #c3c3c3;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.subscriptionscoment-btn button:hover {
    background: #c3c3c3;
    color: #fff;
}

.subscriptions-body-price {
    font-weight: bold;
    font-size: 25px !important;
    text-align: center;
    margin: 20px 0 0px !important;
    color: #414141;
}

.subscriptions-bottom {
    text-align: center;
    /*margin-bottom: 25px*/
}

.subscriptions-bottom .subscriptions-block-btn1, .subscriptions-bottom .subscriptions-block-btn2, .subscriptions-bottom .subscriptions-block-btn3 {
    color: #fff;
    border: 0;
    width: 65%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-shadow: none;
    padding: 10px;
}

.subscriptions-bottom .subscriptions-block-btn1, .subscriptions-bottom .subscriptions-block-btn2, .subscriptions-bottom .subscriptions-block-btn3 {
    background: #22b14c;
}

.subscriptions-bottom .subscriptions-block-btn1.selected, .subscriptions-bottom .subscriptions-block-btn2.selected, .subscriptions-bottom .subscriptions-block-btn3.selected {
    background: #c3c3c3;
}

.subscriptions-block-3 .subscriptions-body div.subscriptions-body-price {
    margin: 20px 0 0px !important;
}

.link-subscriptions {
    /*  padding: 15px 8px 0;
  color: #000;
  font-weight:bold;
  position: relative;*/
    float: left;
    font-family: Arial Black, sans-serif;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 10px;
}

.link-subscriptions a span:nth-child(1) {
    color: #7f7f7f;
}

.link-subscriptions a span:nth-child(2) {
    color: #7f7f7f; /**/
}

.link-subscriptions a {
    color: #ff7f27;
}

.link-subscriptions a.pro span:nth-child(3), .link-subscriptions a.pro-plus span:nth-child(3) {
    display: none;
}

.background-show-page .well {
    border: 1px solid #EFEFEF;
}

.subscriptions-bottom .disabled {
    opacity: 1;
}

.subscriptions-text {
    padding: 0;
    margin: 6px 0 6px !important;
    font-size: 12px !important;
    text-align: center;
}

.subscriptions-pay-icon {
    margin: 20px auto 0;
    /* width: 43%; */
    position: relative;
    margin-left: 270px;
}

.subscriptions-modal {
    position: absolute;
    left: -270px;
    top: 10px;
}

.subscriptions-modal input[type="checkbox"] {
    margin: 0 10px 0 0;
}

.subscriptions-text-change {
    height: 17px;
    text-align: center;
    font-size: 12px;
    color: red;
    padding-top: 3px;
    font-weight: bold;
    padding-bottom: 5px;
}

.subscriptions-text-change a {
    color: #6b6bdf;
    text-decoration: underline;
}

.subscriptions-text-change a.change_card {
    margin-right: 15px;
}

.pro-plus-pay td, .current-pay td, .to_pay td {
    padding-bottom: 15px;
}

.pro-plus-pay td:nth-child(3), .current-pay td:nth-child(3), .to_pay td:nth-child(3) {
    padding-left: 10px;
}

.archiv-page > h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 25px 0;    
}

.archiv-page-main{
    background: #F2F2F2;
    padding-top: 15px;
    padding-left: 45px;
    padding-right: 15px;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-top: 40px;
}

@media (max-width: 979px) {
    /* .subscriptions-text-change span {
        display: none;
    } */

    .subscriptions-pay-icon {
        margin: 0 auto 10px;
        width: 100%;
    }

    .subscriptions-pay-icon img {
        height: 28px;
    }

    .subscriptions-modal {
        position: static;
        left: 0;
        top: 0;
        margin-bottom: 10px;
    }

    .subscriptions-block-3 .subscriptions-body div.subscriptions-body-price {
        margin: 5px 0 0 !important;
    }

    .subscriptions-block .subscriptions-body div.subscriptions-body-price {
        margin: 58px 0 20px !important;
    }

    .subscriptions-block-2 .subscriptions-body div.subscriptions-body-price {
        margin: 38px 0 0 !important;
    }

    .subscriptions-block .subscriptions-head, .subscriptions-block-2 .subscriptions-head, .subscriptions-block-3 .subscriptions-head {
        font-size: 14px;
        padding: 7px;
    }

    .subscriptions-block .subscriptions-block-btn1, .subscriptions-block-2 .subscriptions-block-btn2, .subscriptions-block-3 .subscriptions-block-btn3 {
        font-size: 12px;
    }

    .subscriptions-block .subscriptions-block-btn1 img, .subscriptions-block-2 .subscriptions-block-btn2 img, .subscriptions-block-3 .subscriptions-block-btn3 img {
        display: none;
    }

    .subscriptions-block .subscriptions-block-btn1.selected, .subscriptions-block-2 .subscriptions-block-btn2.selected, .subscriptions-block-3 .subscriptions-block-btn3.selected {
        padding: 10px;
    }

    .subscriptions-modal {
        margin-top: 10px;
    }

    .subscriptions-scroll-mobil {
        width: 100%;
        margin-bottom: 10px;
        /*overflow: scroll;*/
    }

    .subscriptions-scroll-mobil-block {
        /*width: 500px;*/
        width: 100%;
    }

    .subscriptions-block .subscriptions-body, .subscriptions-block-2 .subscriptions-body, .subscriptions-block-3 .subscriptions-body {
        padding: 5% 7% 0;
    }

    .subscriptions-block-3-text {
        line-height: 11px;
    }
}

#splash .slides {
    padding-top: 11px !important;
}

.color-archive {
    color: #808080;
    font-weight: normal;
}

.archiv-page {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 15px;
}

.archiv-page-link a {
    color: rgb(63, 72, 213);
}

.background-show-page .well {
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.overall-rating {
    height: 25px;
    cursor: pointer;
}

.message_reg_company {
    background: rgb(243, 234, 199);
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1.5% 2%;
    color: rgb(71, 71, 94);
    position: relative;
}

.message_reg_company span {
    color: #000;
    font-weight: bold;
}

.message_reg_company_link {
    text-shadow: none;
    background: #fff;
    box-shadow: none;
    border: 1px solid #000;
    color: rgb(71, 71, 94);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.message_reg_company_hide {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.message_reg_company_hide img {
    height: 20px;
}

.fancybox-next {
    right: 16px;
}

#fancybox-loading {
    display: none;
}

@-moz-document url-prefix() {
    .modal-job-details-edit .job-details-edit-upload span {
        padding-top: 0px;
    }
}

.categories_div .multiselect-container.dropdown-menu .input-group {
    width: 100%;
}

.categories_div .form-control.multiselect-search {
    width: 91%;
    margin: 5px 2% 10px;
    padding: 2% 2%;
}

.dubl-click-topcomp {
    cursor: pointer;
}

.new-color {
    background: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -khtml-border-radius: 10px !important;
    display: block;
}

.new-color.table-striped tbody tr:nth-child(2n+1) th,
.new-color.table-striped tbody tr:nth-child(2n+1) th,
.new-color.table-bordered tbody:first-child tr:first-child td:last-child,
table.TaskAndCarInfo.new-color tr:nth-child(even),
.new-color.table-striped tbody tr:nth-child(2n+1) td {
    background: none;
}

@media (max-width: 979px) {
    .select2-container {
        width: 99% !important;
    }

    .new_home_page #splash .row-fluid div:nth-child(1) {
        width: 100%;
    }

    .new_home_page .categories #start-btn {
        width: 98.5%;
    }

    #swap_block1 {
        width: 100%;
    }

    #swap_block1 input[type="email"] {
        width: 97%;
    }

    #swap_block2 {
        display: none;
    }
}

@media (max-width: 700px) {
    .new_home_page .categories #start-btn {
        width: 100%;
    }
}

@media (max-width: 979px) {
    .job-item-block.open-block .job-item-block-main .job-item-block-mobil .job-item-block-mobil-name,
    .job-item-block.open-block .job-item-block-main .job-item-block-mobil .job-item-block-mobil-description {
        display: none !important;
    }
}

.show_details_job {
    background: rgb(238, 238, 238);
}

.show_details_job #company-description {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
    background: #fff
}

.show_details_job #company-description td:nth-child(1) {
    width: 68%;
}

.show_details_job .job .information .description {
    padding: 10px;
    margin-bottom: 10px;
}

.show_details_job .description {
    font-style: normal;
}

.show_details_job .kundeinfo-link .notes {
    display: none;
}

.messages-history-text img.emojione, .beskeder-top-message-info img.emojione {
    height: 20px;
}

.well {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.item-price-full {
    overflow: hidden;
    height: 177px;
}

.item-price-show {
    color: rgb(77, 77, 77);
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
}

.item-price-full-open {
    height: auto;
    overflow: auto;
}

.region_div .form-control.multiselect-search {
    width: 85%;
    margin: 5px 4% 10px;
    padding: 4% 4%;
}

.subscriptions-block .subscriptions-body-price.subscriptions-body-price-first {
    /* margin: 160px 0 58px !important; */
    margin: 120px 0 58px !important;
}

.publicreview_block_title_first {
    margin-top: 40px;
}

@media (max-width: 979px) {
    .item-price-full {
        height: auto;
    }

    .item-price-show {
        display: none;
    }

    .pagination, .no-job-text, .emptyrow {
        margin: 0 2%;
    }

    .subscriptions-block div.subscriptions-body-price.subscriptions-body-price-first {
        margin: 58px 0 40px !important;
    }

    .publicreview_block_title_first {
        margin-top: 16px;
    }

    .publicreview_block .input-publick {
        height: 40px;
    }

    .publicreview_block select {
        height: 50px !important;
        width: 100% !important;
    }
}

#subscriptions-modal-block .modal-header {
    background: none;
    border-bottom: none;
}

.button-for-mobil .btn_tilbud1 {
    background: #037292;
    color: #fff;
}

@media (max-width: 979px) {
    .form-control.multiselect-search {
        display: none;
    }

    .new_color_block, /*#publicratings,*/
    #friendratings, #ratings .review, #publicratings .review, #friendratings .review, .load_reviews, .load_publicreview, .load_friendtestimonials {
        background: #d7d7d7 !important;
    }
}

@media (max-width: 414px) {
    .new-profile-well-tab #myTab li:nth-child(2) a {
        height: 39px;
    }

    .new-profile-well-tab #myTab li:nth-child(3) a {
        height: 16px;
    }
}

@media (max-width: 375px) {
    .new-profile-well-tab #myTab li:nth-child(2) a {
        height: 40px;
    }

    .new-profile-well-tab #myTab li:nth-child(3) a {
        height: 19px;
    }
}

@media (max-width: 320px) {
    #myTab.nav-tabs > li > a {
        padding-right: 9px;
        padding-left: 8px;
    }

    .new-profile-well-tab #myTab li:nth-child(1) a {
        height: 57px;
    }

    .new-profile-well-tab #myTab li:nth-child(2) a {
        height: 59px;
    }

    .new-profile-well-tab #myTab li:nth-child(3) a {
        padding: 21% 0 33% 0;
    }
}

/*.btn_sendmail_modal.mobil-kundebedommelser-hover:hover,.fbsend.mobil-kundebedommelser-hover:hover{
      background: #f4efd1;
}
.btn_sendmail_modal.mobil-kundebedommelser-hover:hover{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.fbsend.mobil-kundebedommelser-hover:hover{
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}*/
.footer-icon-background {
    background: #fff;
    padding-bottom: 365px;
    padding-top: 45px;
}

.footer-icon {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

.footer-icon-background .footer-icon div {
    display: inline-block;
    font-size: 24px;
    font-family: 'Trebuchet MS';
    margin: 0 10px;
    color: rgb(192, 192, 192);
}

@media (max-width: 414px) {
    .footer-icon-background .footer-icon div:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .footer-icon-background .footer-icon div:nth-child(2),
    .footer-icon-background .footer-icon div:nth-child(3),
    .footer-icon-background .footer-icon div:nth-child(4),
    .footer-icon-background .footer-icon div:nth-child(5),
    .footer-icon-background .footer-icon div:nth-child(6),
    .footer-icon-background .footer-icon div:nth-child(7) {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        margin: 10px 0;
    }

    .footer-icon-background .footer-icon div:nth-child(7) {
        margin: 20px 0;
    }
}

@media (max-width: 414px) {
    .footer-icon-background .footer-icon div:nth-child(4) {
        clear: both;
    }

    .footer-icon-background {
        padding-bottom: 240px;
    }
}

/*stars size 28px*/
.new_stars_block_28 { /*background:#fff*/
}

.new-star-28 {
    float: left;
    height: 28px;
    width: 28px;
    margin: 0 2px 0 1px;;
}

.new-star-5-28, .new-star-5 {
    background: url(../imgs/new_stars_28.png) -112px 0px no-repeat;
}

.new-star-half-5-28, .new-star-half-5 {
    background: url(../imgs/new_stars_28.png) -112px -28px no-repeat;
}

.new-star-4-28, .new-star-4 {
    background: url(../imgs/new_stars_28.png) -84px 0px no-repeat;
}

.new-star-half-4-28, .new-star-half-4 {
    background: url(../imgs/new_stars_28.png) -84px -28px no-repeat;
}

.new-star-3-28, .new-star-3 {
    background: url(../imgs/new_stars_28.png) -56px 0px no-repeat;
}

.new-star-half-3-28, .new-star-half-3 {
    background: url(../imgs/new_stars_28.png) -56px -28px no-repeat;
}

.new-star-2-28, .new-star-2 {
    background: url(../imgs/new_stars_28.png) -28px 0px no-repeat;
}

.new-star-half-2-28, .new-star-half-2 {
    background: url(../imgs/new_stars_28.png) -28px -28px no-repeat;
}

.new-star-1-28, .new-star-1 {
    background: url(../imgs/new_stars_28.png) 0 0px no-repeat;
}

.new-star-half-1-28, .new-star-half-1, .new-star-half-0-28 {
    background: url(../imgs/new_stars_28.png) 0 -28px no-repeat;
}

.new-star-empty-28 {
    background: url(../imgs/new_stars_28.png) -140px 0px no-repeat
}

.company-info .info {
    margin-top: 43px;
}

.errot_invoises, .error_balans, .error_social, .error_aprove, .error_limit_bids {
    padding: 0 3%;
}

.error_jobdetails .actions {
    background: none;
}

#angiv_vondet_modal {
    z-index: 1051;
}

.message_modal {
    z-index: 1052;
}

.block_comment_new_success {
    position: absolute;
    bottom: 42px;
    right: -17px;
    font-size: 30px;
}

.load_icon {
    position: fixed;
    left: 50%;
    top: 50%;
    color: #fff;
    z-index: 1050;
}

.reset_div .btn {
    padding: 4px 2%;
    width: 96%;
    background: #efe4b0;
}

@media (max-width: 979px) {
    #ratings .block_comment.block_comment_new, #publicratings .block_comment, #friendratings .block_comment {
        width: 100%;
    }

    .load_icon {
        left: 40%;
    }

    .reset_div {
        width: 100px;
        margin: 5px 0 0 0;
    }

    .reset_div .btn {
        padding: 4px 2%;
        width: 96%;
    }

    .idea-icon li.open .dropdown-menu {
        width: 265px;
    }
}

@media (max-width: 414px) {
    #kundebedommelser-tabcontent .new_review_company ul li:nth-child(3) a {
        padding: 10px 9px 15px 8px;
    }
}

@media (max-width: 375px) {
    #kundebedommelser-tabcontent .new_review_company ul li:nth-child(3) a {
        padding: 2px 9px 3px 8px;
    }
}

@media (max-width: 320px) {
    .contentblock {
        padding-bottom: 0px;
    }
    #kundebedommelser-tabcontent .new_review_company ul li:nth-child(2) a {
        padding: 12px 9px 12px 8px;
    }

    #kundebedommelser-tabcontent .new_review_company ul li:nth-child(3) a {
        padding: 22px 9px 22px 8px;
    }
    .mobil-profile,
    .mobil-profile-mobil2 {
        margin-bottom: 60px;
    }
}

#preloader_block {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    text-align: center;
}

#preloader_block > img {
    margin-top: 12%;
}

label.big {
    font-size: 20px;
}

div.leftside_menu {
    background-color: #5e5e5e;
    min-height: 500px;
    padding-top: 30px;
}

div.leftside_menu ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 0px;
}

div.leftside_menu ul > li {
    color: #fff;
    font-family: Arial;
    font-size: 1.3em;
    font-weight: bold;
}

div.leftside_menu ul > li:hover {
    background-color: #b1b1b1;
}

div.leftside_menu ul > li.active {
    background-color: #b1b1b1;
}

div.leftside_menu a {
    color: #fff;
    display: inline-block;
    width: 95%;
    padding: 15px 0px 15px 10px;
}

div.leftside_menu a:hover {
    text-decoration: none;
}

.mail-agents-block-right .btn-primary {
    background: orange;
    font-size: 1.2em;
    padding: 14px 30px;
}

.din-profil-default-text {
    font-weight: normal;
    text-shadow: none;
    font-size: 16px;
}

.btn-newjob-link{
    background: #31b14c;
    padding: 10px 30px;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.popupreview_success {
    margin:5px 74px 35px 72px;
}

.create-job-warn-text {
    background-color: #f5eed1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.create-job-warn-text p {
    font-size: 15px;
    margin-bottom: 0px;
    color: #7f7f8d;
}

.createjob-button {
    color:#000;
    border: 1px solid black;
    padding: 10px 50px;
    border-radius: 7px;
    font-size: 13px;
}

.createjob-button:hover {
    color:#000;
    text-decoration: none;
}

.user-open-job-modal .modal-body {
    padding: 0px 20px 15px;
}

/* Mobile */
@media (max-width: 979px) {
    .mobil-profile-mobil2 > #main > .content > p.hint_for_companies {
        color: #fcfcfc;
    }

    .emptyrow, .hide-finish-job label {
        color: white !important;
    }

    /* #prislister, #main .full, .contentblock, /*#wrapper,*/ .mobil-profile-mobil, .new_page_mobil_style {
        background: #858585 !important;
    } */

    #cms-price .prislister_div_left a, .CompanyAvatar #manage-avatar-btn, .CompanyAvatar .fileinput-button span, #branch_btn .formHint a {
        color: #8ce6fb !important;
    }

    #branch_btn .formHint, #portfolio-tabcontent p, .mobil-kundebedommelser-left em {
        color: #333;
    }

    #branch_btn .social-hint {
        color: white;
    }

    .search-bar {
        background: white;
    }

    #branch_btn #fb-users-desktop table {
        border-color: #c7c7c7;
        color: white;
        border-collapse: inherit;
    }

    .pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
        background: #fff;
    }

    #why-use-autotilbud {
        /*background: #fff !important;*/
    }

    .inform-bar {
        color: white;
    }

    #branch_btn label, #avatar-section label {
        color: white !important;
    }

    #images .image {
        color: white;
        border: 1px solid white !important;
    }

    .password-form h1, .password-form p {
        color: white !important;
    }

    .info_category_score .hidden-desktop, .info_category_score div {
        color: white !important;
    }

    .mail-agents-page h1 {
        display: none;
    }

    .mail-agents-page p, .mail-agent-table th, .mail-agent-table tr td ul li {
        color: white;
    }

    .mail-agent-edit, .mail-agent-delete {
        margin-top: 10px;
    }

    .block-left-mail-agent > div {
        color: white !important;
    }

    /* newwwwwwwwwwwww  */
    .block-left-mail-agent #category_jstree {
        width: 100% !important;
        border-radius: 8px;
    }
    ul.nav.nav-list li{
        background: #fff;
        border-radius: 8px;
        /* margin: 0 !important; */
    }
    ul.nav.nav-list {
        padding-top: 15px;
        border-radius: 8px;
        background: #fff;
    }
    ul.nav.nav-list li{
        padding-left: 5px;
        padding-right: 5px;
    }
    ul.nav.nav-list.tree {
        padding:0px
    }
    label.tree-toggler.nav-header {
        padding-top: 10px;
    }
    .nav-header .nav-list{
        padding: 0px;
    }
    .tree-toggler.nav-header {
        font-size: 12px;
    }
    /* end new */

    .block-right-mail-agent span, .slide-bar-val, .color-white, label[for="job_size1"], label[for="job_size2"],
    label[for="job_size3"], .mail-agent-checkbox-mobil-fix label, #portfolio-tabcontent h3,
    #portfolio-tabcontent h4, #portfolio-tabcontent p, #kundebedommelser-tabcontent span,
    .mobil-kundebedommelser-hover strong, .mobil-kundebedommelser-hover p, .mobil-kundebedommelser-left em, label[for="creditcard"], label[for="mobilepay"], label[for="bank"],
    .creditcart-block label, .page_help_mobil h1, .page_help_mobil h4, .page_help_mobil label, .page_help_mobil h2 {
        color: white !important;
    }

    #friendratings .mobil-kundebedommelser-hover strong, #friendratings .mobil-kundebedommelser-hover p, #friendratings .mobil-kundebedommelser-left em, .slide-bar-val {
        color: #0e0e0e !important;
    }

    #slider-range-min {
        margin: auto;
    }

    .mail-agent-checkbox-mobil-fix {
        padding-left: 22px !important;
        color: white !important;
    }

    .subscriptions-modal label {
        color: white !important;
    }

    .subscriptions-modal a {
        color: #94e5f7 !important;
    }
    .usermenu ul.nav li.active , .usermenu ul.nav li.active:hover , .usermenu ul.nav li:hover  {
        background: #000  /*#04a4d2 #7f86d2*/;
        color: #fff;
        box-shadow: none !important;
    }
    .popupreview_success {
        margin: 10px;
    }
    .create-job-warn-text {
        padding: 5px 7px;
        border-radius: 5px;
    }
    .create-job-warn-text p {
        font-size: 13px;
    }
}
@media screen and (orientation: portrait) and (max-width: 800px) {
    #wrapper,
    div.mobil-profile-mobil2,
    div.mobil-profile-mobil2 > #main {
        background: #858585 !important;
    }
    div.mobil-profile-mobil_custom > #main{
        background: #fff !important;
    }
    
    #wrapper.home_wrapper,
    #wrapper.home_wrapper div.mobil-profile-mobil2 > #main {
        background: #DAD9D9 !important;
    }
    
    #wrapper.categories_wrapper,
    #wrapper.categories_wrapper div.mobil-profile-mobil2 > #main {
        background: #0484b1 !important;
    }
    .color-archive {
        color: darkslategrey;
        font-weight: normal;
    }
}
@media screen and (orientation: landscape) and (max-width: 823px) {
    #wrapper,
    div.mobil-profile-mobil2,
    div.mobil-profile-mobil2 > #main {
        background: #DAD9D9 !important;
    }
    
    #wrapper.home_wrapper,
    #wrapper.home_wrapper #div.mobil-profile-mobil2 > #main {
        background: #DAD9D9 !important;
    }
    
    #wrapper.categories_wrapper,
    #wrapper.categories_wrapper #div.mobil-profile-mobil2 > #main {
        background: #0484b1 !important;
    }
}
@media screen and (orientation: portrait) and (max-width: 420px) {
    .modal-body div ul li {
        font-style: normal !important;
    }
}

/* Archive job */
@media screen and (orientation: portrait) and (max-width: 320px) {
    .archiv-page > h1 {
        margin: 30% 0 25px 0;
    }
}
@media screen and (orientation: portrait) and (max-width: 700px) {
    .archiv-page {
        background-color: lightgray;
        border-radius: 30px;
        margin: 15% 1.5% 1.5% 1.5%;
    }

    .archiv-page div.avatar_section {
        position:absolute;
        top:6%;
    }

    .archiv-page > h1 {
        margin: 25% 0 25px 0;
    }
}

@media screen and (orientation: portrait) and (min-width: 760px) and (max-width: 790px) {
    .archiv-page {
        background-color: lightgray;
        border-radius: 30px;
        margin: 7% 1.5% 1.5% 1.5%;
    }

    .archiv-page div.avatar_section {
        position:absolute;
        top:6%;
    }

    .archiv-page > h1 {
        margin: 15% 0 25px 0;
    }
}

@media screen and (orientation: portrait) and (min-width: 800px) and (max-width: 1000px) {
    .archiv-page {
        background-color: lightgray;
        border-radius: 30px;
        margin: 10% 1.5% 1.5% 1.5%;
    }

    .archiv-page div.avatar_section {
        position:absolute;
        top:6%;
    }

    .archiv-page > h1 {
        margin: 20% 0 25px 0;
    }
}
@media screen and (orientation: portrait) and (max-width: 420px) {
    .modal-body div ul li {
        font-style: normal !important;
    }
}
.header-pc {
    padding: 140px 0px 0px 0px;  
}
.detail-job-offer.active {
    background-color: #ddf0ff;
    border-radius: 8px;
    width: 100px;
}
.detail-job-offer img {
    opacity: 0.6;
    margin-bottom: 12px;
}
.detail-job-offer span {
    font-weight: 600;
    font-size: 13px;
}
.title-header-pc {
    color: #000;
    font-size: 42px;
    display: flex;
    justify-content: center; 
}
.title-header-mobile {
    color: #000;
    font-size: 26px;
    display: flex;
    justify-content: center; 
}
