@font-face {
    font-family: demiBold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Medium;
    src: url(../fonts/Lato-Black.ttf);
}
 
@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri.ttf);
}


th, th a {
    background-color:#e5e5e5;
    border-bottom:solid 1px black !important;
    color: black !important;
}
td {
    padding: 4px;
}
h3 {
    text-transform: uppercase;
    font-size: 16px !important;
}
h1 {
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
}
a:hover {
    text-decoration: underline;
}
a, #lang-opt-select, #lang-opt-select:active, #lang-opt-select:focus {
    outline: none !important;
}
input[type="text"] {
    border:solid 1px black;
    outline: none;

}
.btnLeft {
    margin-left:7px !important;
    float:left !important;
  background: url("../images/knap.svg") !important;
  background-size: 100% !important;
  height:34px !important;
  width:157px !important;
  border:none !important;
  outline:none !important;
  color: black !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important;


}

.btnRight {
    margin-left:7px !important;
    float:right !important;
  background: url("../images/knap.svg") !important;
  background-size: 100% !important;
  height:34px !important;
  width:157px !important;
  border:none !important;
  outline:none !important;
  color: black !important;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important;


}

.blueHeadLine {
    color: #32b5ee;
    font-size: 16px;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    font-family: Medium;
    text-transform: uppercase;
    padding-left:15px !important;
}

#invoicefiler {
    text-align: left !important;
    padding-left:0 !important;
}
.sadLink:hover {
    text-decoration: none;
    color:black;
}
.sadLink {
    border: solid 2px black;
    color: black;
    padding: 0 10px;
    margin-top: 5px;
    height: 15px;
    line-height: 10px;
    font-size: 10px;
}
#showImageBig {
    position: relative;
    margin-top: 20px;
    border:solid 5px white;
    vertical-align:middle;

}
#overlay {
    text-align: center;
    z-index: 10000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color:rgba(0,0,0,0.5);
}
.pause span, .pause a {
    color: #CACACA !important;
  
}
 .rightJustified {
        text-align: right;
    }
.pause a:hover {
    text-decoration: underline;
    
}
#pagination-container {
    float:right;
    margin-top:-86px
}
.pagination {
    margin:0 !important;
}
.request-loggedin-menu-top p {
    text-decoration: underline;
}
.request-loggedin-menu-top p:hover {
    cursor: pointer;
}
#pagination-container a {
font-size: 15px; 
}
.subpage_element .accountantHeadline {
    margin-top:30px !important;
    margin-bottom:10px !important;
}
#mapContainer {
    max-width: 100%;
    width: 600px;
    max-width: 100%;
    margin:auto; 
    height: 600px;
}
#phoneToggle {
    background:url(../images/phoneToggle.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 48px;
    width: 28px;
    float: right;
    margin-right: 10px;
    margin-left: 10px;

}
#accountModalTextNotApproved, #accountModalTextRejected {
    color: red !important;
}
.link {
    color: #337ab7;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}
#phone-kontooversigt {
    position: fixed;
    top: 8px;
    height: 100%;
    width: 0;
    overflow: scroll;
    left: 0;
    background-color: #383838;
    z-index: 998;
    color: white !important;
    margin-top: 0 !important;
}
.show-print {
    display: none !important;
}
.button {
    outline: none;
    width:100%;

    position: relative;
    border:solid 1px #32b5ee;
    border-radius: 8px;
    padding: 8px;
    
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+66,fefefe+66,f6f6f6+100 */
background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 80%, #fefefe 80%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefefe 80%,#fefefe 80%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefefe 80%,#fefefe 80%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
display: flex;
align-items:center;
}
.button span {

    margin: auto;
    font-weight: bold;
}
.button:hover .button-inner-dot {
    background-color:black; 
}

/* Le effect */
.effect
{
    position:relative;
    border-radius: 8px;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect:before, .effect:after
{
    content:"";
    position:absolute;
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.4);
    top:50%;
    bottom:0;
    left:35px;
    right:35px;
    border-radius:100px / 40px;
}
.flexBox {
    display: flex;
    align-items:center;
    justify-content:center;
}
.button-inner {
  
    height: 13px;
    width: 13px;
    background-color: #e6e6e6;
    display: flex;
    align-items:center;
}
.button-inner-dot {

    height: 5px;
    width: 5px;
    background-color: #44b7ed;
    display: flex;
    align-items:center;
    margin: auto;
}

#phone-kontooversigt * {
    color: white !important;
}
#lang-opt-select {
    border:none;
    outline: none;
    margin-top: 5px;
    cursor: pointer;
    background:none;
    color: white !important;
    float:right;
}
#lang-opt-select option {
    background-color:white;
}
#sel_company, #accountDropdown {
    text-align: left !important;
    text-indent: 30px !important;
}
#sel_company option, #accountDropdown option {
    width: 100% !important;
    color:black !important;
    text-align: left !important;
}
#createRequestOffer .row{
    margin-top: 15px;
}
#invoiceTable tr td{
    border-top:none !important;
}
.tableHeader td {
    background-color: #e5e5e5 !important;
    color: black !important;
    border-bottom:solid 1px black;
    border-top:solid 1px black !important;
}
.btn-wrapper input[type="submit"] {
    background-color: white;
    text-transform: uppercase;
    font-family: Medium;
    font-size: 15px;
    float:right;
    height: 100%;
    line-height: 22px;
    color: #383838;
    border:solid 2px #383838;
    width: 30%;
    max-width: 130px;
    margin-right: -15px !important;
    text-align: center;
}
body {
    background-color: #e6e6e6;
    font-family:Calibri, Arial; 
    font-size: 14px;
    width: 100%;
    height: 100vh !important;
}
label {
    font-weight: 100;
    margin-bottom: 0 !important;
}
 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    height: 150px !important;
    width: 150px !important; 
    font-size: 150px;
    padding-left: 80px;
    top: 35%;

}
.frontpageImage {
    width: 40%;
    display: block;
    margin:auto;
    padding-top:10px;
    padding-bottom:10px;
}
.profileLeft, .profileRight{
    min-height: 880px;
    max-height: 880px;
    border-top:solid 5px #3fb4fb;
    background-color: white;
    box-shadow: 1px 1px 10px #929191;
    margin-left: 0;
    padding-bottom: 30px !important;
}
.profileLeft {
    width: 300px;
    max-width: 100%;
    margin-right: 40px;
    padding-left:15px;
    padding-right:15px;
}
.profileDescription {
height:630px;
overflow:auto; 
}
.profileRight {
    width: 645px;
    max-width: 100%;
    margin-left:0;
}
.strong p {
    font-weight: bold;
} 
.strong p a {
    color: black;
}
.profileLeftInfo {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 15px;
}
.profileLeftInfo p {
    margin-bottom: 0;
}
.medlemmerCompanyName {
    color: black;
}
.carousel-control .glyphicon-chevron-left {
 height: 150px !important;
    width: 150px !important; 
    font-size: 150px;
    top: 35%;
    left: 10%;

}

#profileCarousel .carousel-control .glyphicon-chevron-left {
    height: 50px !important;
    width: 50px !important; 
    font-size: 50px;
    top: 50%;
    left: 10%;
    margin-left: 10px;
    margin-top:-25px;
}
.centerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
#profileCarousel .carousel-control .glyphicon-chevron-right {
    height: 50px !important;
    width: 50px !important; 
    font-size: 50px;
    top: 50%;
    margin-top:-25px;
    margin-right: 40px;
}
.removePdfFile {
    cursor: pointer;
}
#profileCarousel .item img {
    width: 100%;
    height: 200px;
}
#profileCarousel .carousel-inner {
    width: 100%;
    height: 180px;
}
#profileCarousel {

    margin-top:10px;
    height: 180px;
}
header {
    height: 100px;
    background-color: #444444;
    width: 100%;
}

nav {
    background-color:#383838;
    width:100%;
    height:40px;
}

footer {
    height: 50px;
    background-color: #383838;
    clear: both;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;


}
#reportErrorTriggerWrapper {
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 15px gray;
    width: 300px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: white;
}
address p {
    margin:0 !important;
}
address {
    font-size: 1em;
    color: white;
    line-height: 50px;
    text-align: center;
    margin-bottom: 0 !important;
}
address a {
    color: white;
    text-decoration: underline;
}
.header-inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    height: 100px;
}
input {
    border-radius: 0 !important;
}
nav .nav-menu {
    float: none;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    margin: auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav .nav-menu li {
    padding: 0 10px;
}

nav .nav-menu li:last-child {
    padding-right: 5px;
}

nav ul .nav-menu-fixed-width {
    padding: 0 15px;
}

nav .nav-menu #wrapper-login {
    position: absolute;
}

nav .nav-menu .dropdown-trigger ul {
    position: absolute;
    height: fit-content;
}

.btn-wrapper {
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn-left {
    float: left;
    background-color: #383838;
    height: 100%;
    width: 50%;
    max-width: 166px;
    margin-left: -15px !important;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 85% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}
.btn-right:hover {

    color: #383838 !important;
    text-decoration: none;
}

.btn-right {
     font-family: Medium;
    font-size: 15px;
    float:right;
    height: 100%;
    line-height: 24px;
    color: #383838;
    border:solid 2px #383838;
    width: 30%;
    max-width: 150px;
    margin-right: -15px !important;
    text-align: center;
}

.wrapper-ribbon {
    width: 100%;
    display: none;
    max-width: 1000px;
   margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
    clear: both !important;
    float: none;
    padding-left: 0 !important;
    position: absolute;
}

nav .nav-menu li a{
    font-size:14px;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: block;
    color: white;
    line-height: 40px;
    font-family: Medium !important;
}

.wrapper-cover-image {
    /*verflow: hidden;*/
    background-repeat: no-repeat;
    height:100%;
}

.carousel-inner {
    height: 100%;
    max-height:380px;
}
.ribbon-white {
    
    height:70px;
    width:0px;
    /*background-image: url(../images/cover-ribbon-white.png);*/
    background-color:white;
    opacity: 1;
    background-repeat: no-repeat;
    max-width: 1000px;
    margin-top: 5%;
    font-size: 50px;
    position: relative;
    z-index: 9999999;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 94% 100%, 100% 0);
      /*      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 90%, 100% 0);*/
}

.ribbon-black {
    font-size: 50px;
    height:70px;
    width:0px;
    background-color: #383838;
      -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 94% 100%, 100% 0);
      /*      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 90%, 100% 0);*/
    background-repeat: no-repeat;
    max-width: 1000px;
    margin-top: 5%;
    position: relative;
    z-index: 9999999;
    opacity: 0.9;
    
}

.ribbon-black h2 {
    font-family: Medium;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 70px;
    color: white;
     font-size: 32px;
      opacity: 0;
      position: relative;

}

div[role="main"] {
    margin:auto;
   
    margin-bottom: 50px;
    padding: 0 !important;
   
}
.ribbon-white h1 {
    font-family: Medium;
    text-transform: uppercase;
    padding-left: 15px;
    line-height: 70px;
    color: #31a1d1;
    font-size: 38px;
    opacity: 0;
    position: relative;
}

#wrapper-login label, .modal-body label {
    width: 35%;
    font-size: 16px;
    font-family: Calibri, Arial;
    text-align: left;
    float:left;
}
#password {
    outline:none;
    border:solid 1px black;
}
#wrapper-login input[type="text"], #wrapper-login input[type="password"], .modal-body input[type="text"], .modal-body input[type="password"] {
    width: 55%;
    float:right;
    margin-right: 15px;
    border:solid 2px #3fb4fb;
    font-family: Calibri, Arial;
    border-radius: 0 !important;
}
.wrapper-kontooversigt thead {
    background-color: #e5e5e5;
    color: black;
    border-bottom: solid 1px black;
}
.wrapper-kontooversigt thead tr td a br {
    display: none;
}
.wrapper-kontooversigt tbody tr {
    background-color: #f5f5f5;
    cursor: pointer; 
}
.odd {
    background-color: white !important;
}
.text-left {
    text-align: left !important;
}
#test {
    display: inline-block;
    width: 70%;
        margin-top: 15px;
}
#test li:first-child {
    text-align: left !important;
}
#test li:last-child {
    text-align: right !important;
}
#test li {
    list-style: none;
    font-size: 14px;    
    font-family: Calibri, Arial;
    width: 33.3%;
    float:left;
    text-align: center;
}
.oversigt {
    height: 135px;
    padding-top: 15px;
    background-color: white;
    /*border: solid 1px #444;
    border-top: 0;*/
    box-shadow: 1px 1px 3px #888888;
}
.oversigt div {
    padding-right: 0 !important;
}
.oversigt ul {
    list-style: none;
    padding-left: 0 !important;
}
.oversigt ul img {
    margin-right: 5px;
}
.oversigt ul li a{
    color: black;
    height: 50px;
    font-size: 14px;
}
.oversigt ul li {
    width: 100% !important;
    height: 30px;
     color: black;
    font-size: 14px;
}
.oversigt ul li span {
    float:right;
}
.form-control {
    background-color: #3fb4fb;
    color:white;
}
.margin-bottom {
    margin-bottom: 15px;
}
.dropdown {
    background-position: left;
  background: url("../images/select.png") no-repeat 0 3px;
  background-size: 100%;
    width: 237px;
    height: 40px;
    border:none;
    outline: none;
    color: black;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ie-appearance: none;
    position: relative;
    left: 0;
    text-indent: 33px;
    text-overflow: '';
    font-size: 12px;
    font-weight: bold;
    margin-top: -3px;
    padding-left: -3px;
    margin-left:-5px;
    font-family: Calibri, Arial;
        text-align: left;
    text-indent: 33px;
 
}

#asfiler,#triggerMemberPrint, #triggerMemberCategorymodal {
    margin-top: 14px;
}


.modal-backdrop {
    z-index: 0;
}
.dropdownOptions {
    width:160px;
    height: 92px;

    position: absolute;
    z-index: 999999999;
    display: none;
box-shadow: 1px 1px 10px #929191;
}
.dropdownOptions ul {
padding: 0;
margin-left: 0;
border-bottom:solid 3px #3fb4fb;
}
.dropdownOptions ul li {
    cursor: pointer;
    list-style: none;
line-height: 30px;
    background-color: white !important;
    height: 30px;
    border-bottom: solid 1px #3fb4fb;
    width: 100% !important;
    margin-left: 0;
    text-align: left;
    padding-left: 15px !important;
    overflow-y:hidden; 
}
.dropdown option {
    color: black;
    width:50px;
    text-align: center;
    padding-left: 10px;
}
select::-ms-expand {
    display: none;
}



#noResult {
    width: 100%;
    max-width: 1000px;
    background-color: white;
    margin:auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}

#noResultDateRange {
    display: none;
    font-size: 16px;
}
.date {
    padding-left: 10px;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-control option {
    background-color: white;
    color: black
}
.kontooversigt-settings{
    height: 295px !important;
    padding: 15px !important;
    background-color: white;
    border-top:solid 5px #3fb4fb;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.medlemmer-settings-wrapper{
    height: 295px !important;
    padding: 15px !important;
    background-color: white;
    border-top:solid 5px #3fb4fb;
    margin-top: 30px;
    position: relative;

}

#next-search-page {
    margin:0 !important;
    float: right;
}
.kontooversigt-settings {
    min-height: 240px !important;
    height: auto !important;
}
.kontooversigt-settings h2 {
    margin-top: 0;
    font-size: 20px;
    font-family: Medium;
}
.medlem-data-wrapper h2 {
   font-size: 20px;
    margin: 25px !important;
    margin-left: 15px !important;
    font-family: Medium;
}
.medlem-data-wrapper {
    padding-left:0;
    padding-right:0;
    box-shadow: 1px 1px 10px #929191;
    margin-bottom: 15px;
}
.medlem-data-wrapper table {
    margin-bottom: 85px;
    border:none !important;
    border-bottom: solid 1px #3fb4fb !important;
}
.medlem-image-container {
    height: 50px;
    width: 30px;
    background-color: #32b5ee !important;
    background-size: 60% !important;
}
.medlem-data-arrow {
    margin-right: 15px !important;
}

.restaurants {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/restaurants.svg") no-repeat center;
}
.craft {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/craft.svg") no-repeat center;
}
.it {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/it.svg") no-repeat center;
}   
.marketing {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/marketing.svg") no-repeat center;
}
.auto {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/auto.svg") no-repeat center;
}
.detail {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/detail.svg") no-repeat center;
}
.services {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/services.svg") no-repeat center;
}
.all {
    background-color: #32b5ee;
    background: transparent url("../images/kategorier/all.svg") no-repeat center;
}

.medlemmer-settings-wrapper h2 {
    font-size: 20px !important;
    font-family: Medium;
    margin-top: 10px !important;
}
.medlemmer-settings-wrapper{
    height: auto !important;
    padding:15px !important;
    position: relative !important;
    z-index: 1;
    box-shadow: 1px 1px 10px #929191;
}
.wrapper-kontooversigt thead tr th {
    text-align: center;
    vertical-align: middle;
    font-size: 14px !important;
}
.wrapper-kontooversigt thead tr th a {
    color: white;
}
.wrapper-kontooversigt tbody tr td {
    font-size: 14px !important;
    vertical-align: middle !important;
}
.medlem-data-wrapper table tr td{
    background-color: white;
    border-top:solid 1px #32b5ee;
    vertical-align: middle;
    font-size: 14px !important;
    font-family: Calibri, Arial;
}
.wrapper-kontooversigt {
    max-width: 1000px;
    margin: auto !important;
}
.nav-menu .col-md-3 {
    min-width: 10%;
    width: 12.4% ;
}
.nav-menu .col-md-6:first-child {
    max-width: 250px !important;
    width: 17% !important;
}
#wrapper-logout li{
    padding-top:5px !important;
    padding-bottom:5px !important;
    height: 30px;
}
#wrapper-logout li img {
    margin-top: -4px;
    margin-right: 20px;
}
#wrapper-logout li a {
    font-size: 14px !important;
    color:black;
    line-height: 50px;
}
#wrapper-logout li a:hover {
    text-decoration: underline;
    color: black !important;
}
#wrapper-logout li a span {
    float: right;
    margin-right: 15px;
}
#wrapper-logout {
   
}
#wrapper-login, #wrapper-logout {
    width: 350px;
    overflow: auto;
    display: none;
    position: relative;
    z-index: 10;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0 !important;
    border: solid 1px black;
    border-top:solid 0px black;
}

.btn-main {
  background: url("../images/knap.svg");
  background-size: 100%;
  height:34px;
  width:157px;
  border:none;
  outline:none;
  color: black;
  float:right;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: bold;

}

.btn-main-link {
  background: url("../images/knap.svg");
  background-size: 100%;
  height:34px;
  width:157px;
  border:none;
  outline:none;
  color: black;
  float:right;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;

}
.request-loggedin-menu-top p {
    text-decoration: none !important;
}
.btn-omregn {
    width: 100px !important;
}
.btn-main:hover, .btn-main-link:hover {
 background: url("../images/knap_over.svg");
background-size: 100%;
text-decoration: none;
color: black !important;
}
.btn-main-link:active, .btn-main-link:focus {
   text-decoration: none;
   color: black !important; 
}
.absi-kort {
    width: 40px;
    
    display: block;
    margin: auto;
}
#wrapper-login li, #wrapper-logout li, .modal-body li {
    padding-top: 15px;
    background-color: white;
    clear: both;
    height: 50px;
    position: relative;
    z-index: 11;
    width: 100% !important;
    padding-left: 15px;
    display: block;
    text-align: left;
}
.modal-body li {
    height: 35px;
}
.modal-content {
    font-size: 16px;
    font-family: Calibri, Arial !important;
    clear: both; 
}

#wrapper-login li:last-child {
    height: 65px;
}

nav .nav-menu li a:hover{
    text-decoration: none !important;
}

nav .nav-menu li:first-child {
    background-color: #32b5ee;
    text-align: left;
    padding-left: 15px !important;
    min-width: 150px;
}
.nav-link:hover {
    color: #32b5ee !important;
}
nav .nav-menu li a:first-child:hover {
    color: white;
}
.active {
    color:#32b5ee !important;
}
nav .nav-menu li:first-child a:hover, nav .nav-menu li a:first-child {
    text-decoration: none;
}

.kontooversigt-settings .row {
    margin-top:15px;
    font-size: 14px;
}
.wrapper-logo {
    padding-left: 0;
    position: relative;
    top: 50%;
    margin-top: -23px;
    vertical-align: middle;
    padding-left: 10px;
}
#myCarousel {
    /*height: 380px;*/

}
.wrapper-logo img {

  max-width: 80%;
}

.test {
    border:solid 1px red;
}

.wrapper-search-input {
    height: 100px;
    padding-left: 0;
    padding-right: 0 !important;
}

.wrapper-search-input form {
    padding:0;
    margin-top:30px;
}

.wrapper-search-input input[type="text"],
.medlemmer-settings-wrapper input[type="text"] {
    border-radius: 0 !important;
    height: 35px;
    color:black;
    border:solid 1px gray !important;
    outline:none;
    font-family: Calibri, Arial;
    font-size: 14px;

}

.wrapper-search-input input[type="text"] {
    width: 95% !important;
    margin:0;
}
.medlemmer-settings-wrapper input[type="text"] {
    height: 25px;
    background-color: #fdfcfc;
    border:solid 1px #0172a6 !important;
    border-right: none !important;
    font-size: 14px;
    color: #383838;
}
.medlemmer-settings-wrapper input[type="submit"] {
    background:url('../images/search-btn.png');
    background-size: 100%;
    height: 25px;
    width: 30px;
    border:none;
    outline: none;
}
.wrapper-search-input input[type="text"]:active, .wrapper-search-input input[type="text"]:focus {

}
.form-medlemmer {
    padding-top:15px;
}
.medlemmer-settings-wrapper table tr{
    background-color: transparent;

}
.medlemmer-settings-wrapper table tr td {
    border:none;
    text-align: left;
     vertical-align: middle;
}
.medlemmer-settings-wrapper table tr td input[type="checkbox"] {
    display:none;
}

input[type="radio"]{
    display:none;
}
#mainWrapper {
    min-height: 600px;
    height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    border:solid 1px red;
    overflow: auto;
}
input[type="radio"] + label
{
    cursor: pointer;
    height: 29px !important;
    width: 31px;
    vertical-align: middle;
    background-image: url("../images/checkbox.png");
background-size: 100% !important;
}

input[type="radio"]:checked + label
{
background-image: url("../images/checkbox-checked.png");
background-size: 100% !important;
}


input[type=checkbox]{
    display:none;
}
input[type=checkbox] + label{
    cursor: pointer;
    height: 29px !important;
    width: 31px;
    vertical-align: middle;
} 
input[type=checkbox]:checked + label{
    background-image: url("../images/checkbox-checked.png") !important;
    background-size: 100% !important;
}
input[type=checkbox] + label{
    background-image: url("../images/checkbox.png") !important;
    background-size: 100% !important;
} 

input[type=checkbox] + label{
    background-position:0 0; /* as per your requirement*/
    height: 40px;
}

.table-responsive{
    border:none !important;
}


.wrapper-search-input button,
.medlemmer-settings-wrapper button {
    display: inline;
    outline: none;
    border: none;
    width: 38px;
    height: 33px;
    color: white;
    background-color: #61c6f2;
    margin-top: 1px;
}

.wrapper-mobile-menu {
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 16px;
    font-family: Medium;
    padding: 0;
}

.content, .content-bottom {
    max-width: 1000px;
    margin:auto;
    margin-top: 40px;
    
}

.content {
    min-height: 0px;
    overflow: auto;
    border-top:#32b5ee solid 5px;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 15px !important;
    background-color: white;
    margin-bottom: 15px !important;

}
.content-main {
    width: 100%;
    max-width: 1000px !important;
    margin:auto;
    margin-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content-bottom {
    margin-top: 0 !important;
    padding: 0 !important;

}
.blue-border {
    border-top:solid 5px #3fb4fb;
}
.content-box {
    height:320px;
    background-color:white;
    border-top:solid 5px #3fb4fb;
    width: 370px;
    max-width: 100%;
    margin-bottom:40px !important;
    margin-left:0;
    margin-right:0;
    box-shadow: 1px 1px 10px #929191;
}
.content-box:first-child {
    margin-left: 0;
    margin-right: 40px;
}
.content-box:last-child {
    margin-left:40px;
}

.content-box-bottom {
    border-top:solid 5px #3fb4fb;
    min-height: 210px;
    max-height: 100%;
    background-color:white;
    margin-bottom:40px !important;
    max-width: 48%;
    margin-top: 0 !important;
    box-shadow: 1px 1px 10px #929191;
 }
 .content-box-bottom:last-child {
    margin-left: 40px;
 }
 .content-box-bottom p,  .content-box p, .content p {
    margin-top: 10px;
    font-size: 14px;
    font-family: Calibri, Arial; 
 }
 .right {
    float:right;
}
#filter a{
    line-height: 50px;
    font-family: Calibri, Arial;
    font-size: 14px;
    vertical-align: middle;
}
.bold {
   
    font-size: 14px !important;
    font-family: Medium;
}

.boxPadding {
    padding:15px;
}
.no-margin {
    margin:0 !important;
}
.pointer {
    cursor: pointer !important;
}
.clear-float {
    float:none;
}
.float {
    float:left;
}
.oversigt ul li .highlight + .oversigt ul li .highlight span {
   
}
.table-sog tbody tr td{
    text-align: left;
    vertical-align: middle;
    font-size: 14px !important;
    padding-right: 10px !important;
}
#hide-toggle-trigger {
    cursor: pointer;
    float: left;
    margin-top: 10px;
    width: 157px;
    font-size: 14px;

}
.blueHeadline {
color: #32b5ee;
    font-size: 16px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-family: Medium;
    text-transform: uppercase;
}
#hide-toggle {
  display: none;
}

#lang-opt {
    float: right;
    color: white;
    line-height: 35px;
    font-size: 14px;
    margin-right: 16px;

}
#lang-opt i {
    vertical-align: middle;
}

.dropdown-trigger .menu-dropdown-list img{
    display: inline-block;
    vertical-align: middle;
    margin-right:5px;
}
.dropdown-trigger .menu-dropdown-list{
    list-style: none;
    display: none;
    position: relative;
    z-index: 10;
    background-color: white;
    height: 100%;
    overflow: hidden;
    width: 260px;
    padding:0 !important;
    border-bottom:solid 5px #3fb4fb;
    box-shadow: 1px 1px 10px #929191;
}
.dropdown-trigger .menu-dropdown-list li{
    line-height: 55px;
    background-color: white !important;
    height: 55px;
    border-bottom:solid 1px #3fb4fb;
    width: 100% !important;
    margin-left: 0;
    text-align: left;
    padding-left: 15px !important;
}
.dropdown-trigger .menu-dropdown-list li:last-child {
    border-bottom: none;
}
.dropdown-trigger .menu-dropdown-list li a{
    color: black;
    display: inline-block;
    width: 85% !important;
    font-family: Calibri, Arial;
    font-size: 12px !important;
}
.dropdown-trigger .menu-dropdown-list li a:hover{
    color: black !important;
    text-decoration: underline;
}
.profileCategory {
    padding-left: 0;
    overflow: auto;
    max-height: 260px;
}
.profileCategory li{
    font-weight: bold;

    list-style: none;
}
.profileImageSmall:first-child {
    margin-left:15px;
}
.profileImageSmall {
    width:70px;
    height: 70px;
    float: left;
    border:solid 2px #32b5ee; 
    clear:right;
    margin: 10px;
    
    display: inline-block;
}
.profileImageSmall:hover {
    cursor: pointer;
    border:solid 2px #2585af; 
}
.offerImage {
    width: 180px;
    height: 100px;
}

.profileProductsContainer {
    padding:0 !important;
    margin:0 !important;
    margin-left:6px !important;
}
.profileProductsContainer .content-box {
    margin-right:40px;
    margin-left:0px !important;
}
.profileProductsContainer .content-box:last-child {
    margin-right: 0 !important;
}
#createOfferBtn {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.weekoffer-content-main .btn-wrapper {
    margin-top: 15px;
}
#offerFormData{
    overflow: hidden;
    padding-left: 15px;
}
.frontpage-box-wrapper {
    height: 310px !important;
}

/*==================================================
=            Bootstrap 3 Multi-select              =
==================================================*/

.multiselect {
    border-radius: 0;
    width: 100% !important;
}
.multiselect-wrapper {
    margin-top:5px;
    padding-left:0;
    padding-right:0;
}
.multiselect .dropdown-toggle .btn .btn-default {
    width: auto !important;
}
/*==================================================
=            Bootstrap 3 Modal                     =
==================================================*/
.modal-header {
    background-color: #444444;
    color: white;
    font-size: 16px !important;
    font-family: Medium !important;
}
.close {
    color: white;
    opacity: 1 !important;
}

.modal-logo {
    width: 10% !important;
}

.modal-body-head {
    line-height: 35px;
    color: white;
    width: 100%;
    height: 35px;
    background-color: #32b5ee;
    margin: 0 !important;
    margin-top: -1px !important;
    padding:0 !important;
    padding-left:15px !important;
}
.modal-infomations p {
    font-size: 14px;
    font-family: Calibri, Arial;
    margin-bottom: 0 !important;

}
#phoneLoginModal label {
    line-height: 35px;
}
/*==================================================
=            Bootstrap 3 Nvbar                     =
==================================================*/

.navbar-header {
   height: 48px; 
}
.navbar-brand {
    padding: 0 15px;
    width: 35%;
    height:48px;
}
.navbar-brand img {
    width: 100%;
    vertical-align: middle;
     position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.navbar .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle .icon-bar {
    width: 30px;
}

.navbar-toggle {
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 0;
}
.medlem-data-wrapper .btn-wrapper{
    margin-bottom: 15px !important;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px; 
}
.nav > li > a:hover, .nav > li > a:focus {
    color:#333333 !important;
}
.menu-text {
    display: inline-block;
    text-align: right;
    width: 43%;
}
.navbar-nav {
    width: 100% !important;
    margin: 0 0px;
    padding: 0 -1px;
    height: 100% !important; 
    background-color: #333333;
    position: relative;
    z-index: 1000;
    display: block;
    webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d !important;
}
#accountTable{
    width: 97%;
    margin-left: 15px;
    border:solid 1px black;
    border-collapse:separate;
}
    #accountTable>tbody>tr:nth-child(odd)>td,
#accountTable>tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5;
    color: black !important;

}
#accountTable td, #accountTable th {
   color: black !important;
}
.navbar-nav a {
    color: white !important;
    width: 100%;
}
.navbar-collapse {
    padding: 0;
    margin: 0;
    margin-left: -1px;
    margin-right: -1px;

}
.navbar-nav > li > a {
    overflow: none
}

.content-box h2, .content-box-bottom h2, .content h1, .profileLeft h2,.profileRight h2, #createRequestOffer h1 {
    color:#32b5ee;
    font-size: 16px;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
    font-family: Medium;
    text-transform: uppercase;
}
.content-box h3, .content-box-bottom h3 {
    margin-top:0 !important;
     font-size: 16px;
     font-family: Medium
}
.error {
    color: red;
}
.inputError {
    border:solid 1px red !important;
}
#offerFormData input, textarea {
    outline: none;
    border:solid 1px gray;
    border-radius: 0 !important;
    padding-right: 5px !important;
}

#image_upload_preview, #dokument_upload_preview {
    height:200px;
    width:160px;
    display: block;
    border:solid 2px #3fb4fb;
}
.topMargin 
{
    margin-top: 10px !important;
}
.space-left {
    margin-left: 5px !important;
}
.left{
    float: left;
}
.right{
    float:right;
}

.kontakt_table {
    width: 100%;
}
#mypartnerContainer {
    overflow: hidden;
}
.formtable tr td {
    border:none !important;
}
.listselect p{
    margin:0 !important;
}
.cats {
display: block;
    background-color: #CFE0F2;
    color: #002A5C;
    margin-top: 1px;
    padding: 3px;
    border: 1px solid #002A5C;
    width: 95%;
    font-weight: bold;
    font-size: 85%;
}
.listselect  a:hover {
    text-decoration: none !important;
}
.listselect img {
        float: right;
    margin-top: 5px;
}
.cats:hover {
    color:white;
    background-color: #002A5C;
}
#contactPage table tr th, #complaintsTable tr td, #nyhedsbrevTable tr td, #nyhedsbrevTable tr th{
    border:none;
}
#contactPage table tr td{
    border:none;
    padding-top:0;
    padding-bottom: 0;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
       
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    
    }

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1350px)
    and (orientation: landscape) {

        .carousel-inner {
            height: 100%;
        }
        .hide-mobile {
            display: none !important;
        }

        #offerFormData {
            padding-left: 15px !important;
        }
        #subpage {
            width: 98%;
            margin:auto;
            margin-top: 40px;
        }
       
    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1024px)
    and (orientation: landscape) {
        .tabletMarginBottom {
            margin-bottom: 15px;
        }

        .profileRight{
            width: 58.4% !important;
        }
        #overskrift-white{
            margin-top:1% !important;
        }
        .ribbon-white {
            margin-top: 1%;
            }
        .header-inner form input {
            width: 94%;
        }
        #subpage {
            width: 98%;
            margin:auto;
            margin-top: 40px;
        }
        #image_upload_preview, #dokument_upload_preview, #dokument_upload_preview, #dokument_upload_preview {
            height:200px;
            width:160px;
        }
        address {
            font-size: 1em;
        }
        .content-box {
            width: 47% !important;
            margin-bottom:40px !important;
            z-index: -1;
            
        }
        .content-box:first-child {
            margin-right:1.8%;
            margin-left:1.8%;
        }
        .content-box:last-child {
            margin-left: 1.8% !important;
            margin-bottom: 0px !important;
        }
        .content-box-bottom {

            width: 47%;
            max-width: 1000px !important;
            margin: 0 !important;
            margin-top: 40px !important;
            margin-bottom: 40px !important;
            margin: auto;
        }
        .content-box-bottom:first-child {
            margin-right:1.8% !important;
            margin-left:1.8% !important;
        }
        .carousel-inner {
            height: 100%;
        }
        #offerFormData{
            padding-left: 0;
        }
        footer {
            display: none !important;
        }

    }

/* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        .oversigt {
            height: 120px;
            padding-top: 15px;
            background-color:none;
            border: none;
            border-top: 0;
        }
        .tabletMarginBottom {
            margin-bottom: 15px;
        }
        .profileProductsContainer .content-box, .profileProductsContainer .content-box:last-child {
            width: 100% !important;
            margin-left:0 !important;
            margin-right:0 !important;
        }
        h3 {
            font-size: 14px !important;
        }
        .fixPhoneSize {
            font-size: 10px !important;
            line-height: 30px;
        }
        #offerFormData{
            padding-left: 0;
        }
        
    }

    @media only screen and (max-width : 1000px)
    {
        nav .nav-menu li a{
            font-size:0.7em !important;
        }
    }

    /* Small Devices, Tablets (md)*/
    @media only screen and (max-width : 1024px)
    and (orientation: portrait)
    {
         .request-btn {
            margin:0 !important;
        }
        #triggerMemberCategorymodal {
            margin-bottom: 13px !important;
        }
        .newestMemberTabel tr td {
            padding: 0 !important;
        }
        #subpage {
            width: 98%;
            margin:auto;
            margin-top: 40px;
        }
        .profileDescription {
            height: auto !important;
            max-height:430px !important;
        }
        #searchbox .btn-main {
            float:left !important;
        }
        #profileCarousel, #profileCarousel .carousel-inner, #profileCarousel img, #profileCarousel .item {
            height: 250px !important;
        }
        .content-bottom {
            margin-left: 15px !important;
            margin-right: 15px !important;
        }
         .profileLeft, .profileRight {
            width: calc(100% - 30px) !important;
            margin-left:7px !important;
            margin-right:30px !important;

         }
         .profileRight {
            min-height: 0;
            height: auto !important;
         }
         .profileLeft {
            margin-left:7px !important;
            margin-bottom: 30px !important;
        }
        
        .medlem-data-wrapper table tr td {
            font-size: 14px !important;
        }
        .table-sog tbody tr td{
            font-size: 12px !important;
        }
        nav .nav-menu li {
            padding-left: 10px;
            padding-right: 10px;
        }
        nav .nav-menu li a{
           /* font-size:0.7em !important;*/
        }
        nav .nav-menu li:last-child {
            padding-right: 5px;
        }
        #lang-opt-select {
            padding-right: 10px;
        }
       
        .profileProductsContainer .content-box,  .profileProductsContainer .content-box:last-child {
            width: calc(100% - 30px) !important;
            margin-left: 15px !important;
            margin-right: 15px !important;

        }
        .profileProductsContainer .content-box:last-child {
            margin-bottom: 50px !important;
        }

        .content-box,  .content-box:last-child {
            margin-left:0 !important;
            margin-right:0 !important;
            padding:0 !important;
            width: 100% !important;
        }
        .content-box:first-child {
   
        }
        .content-box:last-child {
          
        }
        .margin-md {
            margin-left: 10px !important;
        }
        .content-main {
            padding:0 !important;
        }
        .content-box-bottom {
            width: 100% !important;
            max-width: 1000px !important;
            margin: 0 !important;
            margin-bottom: 40px !important;
            margin: auto;
        }
        .content-box-bottom:first-child {
            margin-top: 40px !important;
        }
        .content-box h2, .content-box p {
            padding-left: 5px;
        }
        address {

            font-size: 0.7em !important;
        }
        .ribbon-white h1, .ribbon-black h2 {
            font-size: 20px;

        }
        #overskrift-white{
            margin-top:0.5% !important;
        }
        .ribbon-white {
            margin-top: 0.7% !important;
            max-width: 80%;
            line-height: 55px;
            height: 55px !important;
             -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
        }
        .ribbon-black {
            line-height: 55px;
            height: 55px !important;
            max-width: 70%;
             -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 90% 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
            
        }
        .ribbon-black h2, .ribbon-white h1 {
            line-height: 55px;
        }
        .carousel-inner, #myCarousel {
            height: 200px;
        }
        #image_upload_preview, #dokument_upload_preview, #dokument_upload_preview {
            width: 100% !important;
            height: 250px !important;
        }
        #offerFormData{
            padding-left: 15px;
        }
        .no-margin {
            margin-top:5px !important;
        }
         .phoneMarginTop {
            margin-top: 15px;
        }
        .wrapper-search-input input[type="text"] {
            width: 91% !important;
            margin:0;
        }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 568px) {
        #triggerMemberPrint {
            margin-bottom: 7px;
        }
         .newestMemberTabel tr td {
            padding: 0 !important;
        }
        #login #password {
            border: solid 2px #3fb4fb !important;
        }
        .phoneMarginBottom {
            margin-bottom: 15px;
        }
        .phoneFullWidth {
            width: 100% !important;
        }
        #subpage {
            width: 98%;
            margin:auto;
            margin-top: 40px;
        }
        .no-padding-phone{
            padding:0 !important;
        }
         .profileLeft, .profileRight, .row {
            margin-left: 0 !important;
            margin-right: 0 !important;
            width: 100% !important;
            max-height: 100% !important;
         }
        body {
             margin-top:60px !important;
        }
        #phone-table tr td{
            padding: 4px !important;
            width: 33% !important;
        }
        .dropdown-trigger-phone .menu-dropdown-list img{
            display: inline-block;
            vertical-align: middle;
            margin-right:5px;
        }
        .dropdown-trigger-phone .menu-dropdown-list{
            list-style: none;
            display: none;
            position: relative;
            z-index: 10;
            background-color: white;
            height: auto;
            overflow: hidden;
            width: 100% !important;
            padding:0 !important;
            border:none !important;
            
        }
        .dropdown-trigger-phone .menu-dropdown-list li{
            
            background-color: #555555 !important;
            border-bottom:none !important;
            width: 100% !important;
            margin-left: 0;
            text-align: left;
           
            padding-left: 0px !important;
        }
        .dropdown-trigger-phone .menu-dropdown-list li:last-child {
            border-bottom: none;
        }
        .dropdown-trigger-phone .menu-dropdown-list li a{
            color: black;
            display: inline-block;
            height: 100% !important;
            width: 100% !important;
            font-family: Calibri, Arial;
           padding: 0px 25px !important;
           vertical-align: middle;
            font-size: 14px !important;
            text-transform: uppercase;
        }
        .dropdown-trigger-phone .menu-dropdown-list li a:hover{
            color: black !important;
            text-decoration: underline;
        }
        .dropdown {

            width: 190px !important;
            padding-top: -20px !important;
        }
        .kontooversigt-settings .row {
            margin-top:0;
        }
        .kontooversigt-settings .col-md-6{
            margin-top: 15px;
        }
        .kontooversigt-settings {
            margin-top: 50px;
        }
        #mobile-login-form li {
        padding-left: 0; 
        }
        .wrapper-kontooversigt tbody tr td {
            font-size: 12px !important;
        }
        .phone-padding-fix {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        .content-box, .content-bottom {
            width: 100% !important;
            margin-left:0 !important;
            margin-right:0 !important;

        }
         .content-box:last-child {
            width: 100% !important;
            margin-right: 0% !important;
            margin-left: 0% !important;
        }
        .content-box-bottom {
            min-height:280px !important;
        }
        header, .header-inner {
            height: 50px;
        }
        header {
            position: fixed;
          left: 0px;
          top: 0px;
          opacity: 0.99;
          width:100%;
        
          z-index: 99;
          margin-bottom: 10em;
        }
        .btn-right {
            margin-left: 15px !important;
            margin-right: 0px !important;
            width:20% !important;
            font-size: 0.5em;

        }
        .margin-md {
            margin-left: 0px !important;
        }
        footer {
            height: 60px;
        }
        address {
            font-size: 0.6em !important;
            line-height: 27px;
        }
        .medlemmer-settings-wrapper {
            margin-top: 75px;
        }
        .medlem-data-arrow {
            width: 22% !important;
        }
        .modal-body input {
            float:right;
        }
        .modal-body form {
            min-height: 200px;
        }
        .modal-footer input {
            zoom:0.7;
            float: right;
        }
        .nav > li > a:hover, .nav > li > a:focus {
           
            background-color: #333333 !important;
            color: white !important;
        }
        .nav > li > a {
             font-family: Calibri, Arial !important;
            font-size: 14px !important;
        }
        .medlem-data-wrapper select {
            margin:15px;
            margin-top: 0 !important;
        }
        .content-main {
            margin-top: 50px !important;
        }
        #subpage {
            margin-top: 0 !important;
        }
        #offerFormData{
            padding-left: 0;
        }

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }





@media print

{
.content{
    margin-top: -150px !important;
}

#noResult {
        margin-top:200px; 
    }
    #noResultDateRange {
     display: block !important;
    }
         table { page-break-inside:auto !important }
        tr    { page-break-inside:avoid !important; page-break-after:auto !important }
        thead { display:table-header-group }
        tfoot { display:table-footer-group }

        #accountTable>thead {
            border: solid 0px black !important;
            border: none !important;
        }
    #accountTable>tbody>tr>td:first-child, #accountTable>tbody>tr>th:first-child {
           width:5px !important;

    }
    #accountTable tr td input[type="checkbox"]:first-child {
        margin:0 !important;
        padding: 0 !important;
        display: block !important;

    }
    #accountTable tr td div{
        display: none !important;
    }
    td>label {
        background-color: green !important;
        display: block !important
    }
    #accountTable {
        margin-left: 0 !important;
        overflow:hidden !important;
        width: 100% !important;
    }
        *{
        overflow:hidden !important;
        zoom:0.99;
        }
        #accountTable>* {
         font-size: 70% !important;
            -ms-zoom:0.7;
            zoom:0.7;
        }
        .no-print, .no-print *
        {
            display: none !important;
        }
        .show-print {
            display: inline-block !important;
        }
      
       .table {
        width: 100% !important;
        border: none !important;
        
       }
       .table a {
        /*display: none !important;*/
       }
       .table tr td {
         
        border:none !important;
       }
       .table tr th {
         
        border:none !important;
       }
       .table tr {
         border: none !important;
       }
       .table tr th {
        font-weight: 100; 
         
       }
        .hidden-xs {
            display: inline-block !important;
        }
        .borderPrint {
             border:solid 1px #888;
        }
        #memberTable {
            display: block !important;
            width: 100% !important;
        }
        .medlem-data-wrapper {
            border:none !important;
        }
         a[href]:after {
        content: "";
      }
      #changeForPrint {
        width: 150px !important;
      }
      .medlem-data-wrapper table tr td, .medlem-data-wrapper table {
        border:none !important;
      }
      .medlem-data-wrapper table tr {
        border-bottom: solid 1px black !important;
      }
    }







    /*

    SEARCH ADS 

     */

        

        DIV.absisearchad {
            margin-bottom   : 15px;
            cursor          : pointer;
             box-shadow: 1px 1px 3px #888888;
        }

        DIV.absisearchad P, .edit_line {

            width           : 100%;

            margin          : 0;

            font-size       : 11px;

        }



        /* GOLD MEMBERLEVEL */

        #absiAdsContainer div:last-child {
            margin-bottom: 30px;
        }
        #absiAdsContainer div:first-child {
            margin-bottom: 30px;

        }

          #absiAdsContainer div:nth-child(2) {

            border-top:solid 0px #32b5ee !important;
        }
        DIV.goldad {
             border-top:solid 3px #32b5ee;

            height          : auto;
        
            background-color: #f4f4f4;
           
            padding-left: 5px;

            color           : #002F5B;


        }
        .goldad .sad-label-default {
            margin-left:-6px !important;
            margin-bottom:-6px !important;
        }
        .silverad .sad-label-default {
            margin-bottom:-6px !important;

        }
        DIV.inMenu
        { 
            width:90% ;
            height          : auto;

             background-color: #f4f4f4;
          
            padding-left: 5px;
           
            margin-left: 5% !important;
             
            color           : #002F5B;
        }

        DIV.goldad DIV, DIV.silverad DIV {

            
            padding         : 6px;

            padding-right   : 0px;

            padding-top     : 4px;

        }
        DIV.silverad DIV {
            padding-left:10px;
             border-top:solid 1px #32b5ee;
        }
        DIV.silverad {
            width:90% ;    
            margin-left:5%;
        }

        DIV.goldad DIV P.absiprocent {
        
            color           : #8992A6;
            
        }

        DIV.goldad DIV P.title, .edit_title {

            font-size       : 14px;

            font-weight     : bold;

        }

        DIV.goldad A.memberlink {

            color           : #002A5C;/*#EF6305;*/

            text-decoration : none;

        }

        

        /* SILVER MEMBERLEVEL */

        DIV.silverad {

            color           : #4D6E8D;

        }

        DIV.silverad DIV P.absiprocent {

            color           : #ADB3C1;

        }

        DIV.silverad DIV P.title {

            font-weight     : bold;

        }

        DIV.silverad A.memberlink {

            color           : #F49250M;

            text-decoration : none;

        }
        .goldad {
            width:90%;
            margin-left: 5% !important;
        }





        /*
        ALL SEARCH ADDS
         */
        
        DIV.absisearchad2 {
            height: 146px;
            margin-bottom   : 15px;
            cursor          : pointer;
             box-shadow: 1px 1px 3px #888888;
        }

        DIV.absisearchad2 P, .edit_line {

            width           : 100%;
            
            margin          : 0;

            font-size       : 11px;

        }



        /* GOLD MEMBERLEVEL */



      
        DIV.goldad2 {
             border-top:solid 3px #32b5ee;

            height          : auto;
        
            background-color: #f4f4f4;
           
            padding-left: 5px;

            color           : #002F5B;


        }
        .goldad2 .sad-label-default2 {
            margin-left:-6px !important;
            margin-bottom:-6px !important;
        }
        .silverad2 .sad-label-default2 {
            margin-bottom:-6px !important;

        }
        DIV.inMenu2
        { 
            width:100%;
            height          : auto;

             background-color: #f4f4f4;
          
            padding-left: 5px;
           
             
            color           : #002F5B;
        }

        DIV.goldad2 DIV, DIV.silverad2 DIV {

            
            padding         : 6px;

            padding-right   : 0px;

            padding-top     : 4px;

        }
        DIV.silverad2 DIV {
            padding-left:10px;
             border-top:solid 1px #32b5ee;
        }
        DIV.silverad2 {
            width:100% ;    

        }

        DIV.goldad2 DIV P.absiprocent2 {
        
            color           : #8992A6;
            
        }

        DIV.goldad2 DIV P.title, .edit_title {

            font-size       : 14px;

            font-weight     : bold;

        }

        DIV.goldad2 A.memberlink {

            color           : #002A5C;/*#EF6305;*/

            text-decoration : none;

        }

        

        /* SILVER MEMBERLEVEL */

        DIV.silverad2 {

            color           : #4D6E8D;

        }

        DIV.silverad2 DIV P.absiprocent {

            color           : #ADB3C1;

        }

        DIV.silverad2 DIV P.title {

            font-weight     : bold;

        }

        DIV.silverad2 A.memberlink {

            color           : #F49250M;

            text-decoration : none;

        }
        .goldad2 {
            width:100% ;
        }


        .goldad2 .sad-label-default2 {
        background-color: #383838;
        left: 0;
        width: 30%;
        height: 13px;
        border: none !important;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 85% 100%, 100% 0);
        bottom: 0;
        color: white;
        margin-bottom: -6px;
        margin-left: -5px !important;
        margin-top: 20px;
    }
        .silverad2 .sad-label-default2 {
        background-color: #383838;
        left: 0;
        width: 30%;
        height: 13px;
        border: none !important;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 85% 100%, 100% 0);
        bottom: 0;
        color: white;
        margin-bottom: -6px;
        margin-left: 0px !important;
        margin-top: 20px;
    }
    .sadLink2 {
        border: solid 2px black;
        color: black;
        background-color: white;
        padding: 0 10px;
        margin-top: 20px;
        height: 15px;
        line-height: 10px;
        font-size: 10px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

        .dropdown {
            padding-left: 50px;
            
        }
        .dropdown option{
            padding-left: 0px;
            
        }

    }




    @-moz-document url-prefix() {
        #sel_company, #accountDropdown {
        text-align: left !important;
        text-indent: 7% !important;
    }
    #sel_company option, #accountDropdown option {
        width: 100% !important;
        color:black !important;
        text-align: left !important;
    }
}

/* START: UL list styling */
.ul-dashed {
    list-style-type: '-    ';
}
/* END: UL list styling */