[v-cloak] {
    display: none;
}

.kundportal-pkg{
    min-height:1000px;
}
header {display:none!important;}

footer{display:none!important;}

footer.kundportal-footer {
    display:block!important;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 30px;
    padding-top: 150px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    max-width:1200px;
  margin: 0 auto;
}
footer.kundportal-footer .row.footer-nav{
    background-image: linear-gradient(to right, #E74142 33%, rgba(255,255,255,0) 0%);
    background-position: top;
    background-size: 5px 2px;
    background-repeat: repeat-x;

    margin-top: -90px;
    padding-top: 135px;
}
footer.kundportal-footer .inrego-logo{
    text-align: center;
}

footer.kundportal-footer .footer-nav span {
    margin: 0 0px;
    color: #000;
    font-size: 12px;
    font-weight: 100;
    font-size: 11px;
    text-decoration: none;
    padding: 0;
    display: block;
    line-height: 15px;
}
footer.kundportal-footer .footer-nav a {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight:100;
  text-decoration: none;
  display: block;
  line-height: 17px;
}
footer.kundportal-footer .footer-nav a:hover {
  color: #999;
}
footer.kundportal-footer .footer-nav .newsletter-button {
    width: 25px;
    height: 25px;
    font-size: 17px!important;
    min-width: 25px;
    line-height: 18px!important;
    min-height: 25px;
    margin: 1px;
    padding: 0px;
    border:none;
    color:#E74142!important;
    background: #fff;
}

main {
    min-height: 900px;
}

.kundportal-content {
    margin-top: 40px;
}

.fake-link {
    color: #E74142;
    font-weight: 700;
    cursor: pointer;
}

.fake-link:hover {
    text-decoration: underline;
}

.fake-link-no-hover {
    color: #E74142;
    font-weight: 700;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.tpl {
    display: none;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

main {
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 13px;
}

nav {
    background: #fff;
    font-size: 12px;
    font-weight: 300;
}

nav .pages {
    text-align: center;
}

nav .pages li {
    margin-left: 10px;
    margin-right: 10px;
}

nav .pages svg {
    display: block;
    margin: 9px auto -1px auto;
}

nav li a:link,
nav li a:visited,
nav li a:hover,
nav li a:active {
    color: #333;
    font-weight: 300;
}

nav li a:link svg *,
nav li a:visited svg *,
nav li a:hover svg *,
nav li a:active svg * {
    stroke: #333!important;
    stroke-width: 0.3;
}

nav li.active {
    background-color: #ebebeb;
}

nav li.active a:link,
nav li.active a:visited,
nav li.active a:hover,
nav li.active a:active {
    color: #000;
    font-weight: 300;
}

nav li.active a:link svg *,
nav li.active a:visited svg *,
nav li.active a:hover svg *,
nav li.active a:active svg * {
    stroke: #E74142!important;
    stroke-width: 0.3;
}

.top-nav li {
    padding-top: 2px;
}

.top-nav .dropdown {
    position: absolute;
    height: 100px;
    background: #d3d3d3;
    margin-left: -38px;
    width: 150px;
    border: 1px solid #636363;
    z-index: 100;
    padding-top: 20px;
}

.top-nav .dropdown-button:after {
    content: '';
    z-index: 200;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0px;
    margin-left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 11px 0 11px;
    border-color: #d3d3d3 transparent transparent transparent;
}

.top-nav li.active .dropdown-button:after {
    border-color: #636363 transparent transparent transparent;
}

.top-nav .icon-link {}

.top-nav .text-link {
    width: 85px;
    display: inline-block;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: -10px;
}

.top-nav .text-link-dropdown {
    width: 81px;
    display: block;
    line-height: 13px;
    height: 30px;
    overflow: hidden;
    margin: 8px auto;
    margin-bottom: -5px;
    color: #333!important;
}

nav .right-sidemenu {
    border-left: 1px solid #777;
    margin-top: 3px;
    vertical-align: top;
    min-height: 65px;
    padding-left: 20px;
    text-align:left;
}

nav .filter-wrapper {
    background-color: #ebebeb;
    font-size: 13px!important;
    font-weight: 300;
    color: #000;
    padding-top: 21px;
}

nav .contracts-filter {
    margin-top: 2px;
}

nav .contracts-filter span.filter-label {
    margin-top: 14px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    line-height: 10px;
    margin-left: 1px;
    margin-bottom: 5px
}

nav .contracts-filter .filter {
    margin-top: -10px;
}

nav .contracts-filter .v-select .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0px;
    white-space: normal;
    transition: border-radius .25s;
}

nav .contracts-filter .v-select input[type=search] {
    height: 28px;
}

nav .contracts-filter .v-select .open-indicator {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: inline-block;
    cursor: pointer;
    pointer-events: all;
    transition: all .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855);
    opacity: 1;
    transition: opacity .1s;
    height: 10px;
    width: 10px;
}

nav .contracts-filter .v-select.open .open-indicator {
    bottom: 1px;
}

nav .contracts-filter .v-select .open-indicator:before {
    border-color: #e74142;
}

nav .contracts-filter .v-select.open input[type=search],
nav .contracts-filter .v-select.open input[type=search]:focus {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.42857143;
    font-size: 1em;
    height: 20px;
    display: inline-block;
    border: none;
    outline: none;
    margin: 0;
    padding: 0 .5em;
    width: 10em;
    max-width: 100%;
    background: #fff;
    position: relative;
    box-shadow: none;
    float: left;
    clear: none;
    color: #fff;
}

nav .contracts-filter .v-select .selected-tag {
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    height: 14px;
    margin: 2px 0px 0px 1px;
    padding: 1px 3px 1px 3px;
    float: left;
    line-height: 12px;
    font-size: 12px;
    display: inline-flex;
}

nav .contracts-filter .v-select .selected-tag .close {
    /* font-size: 20px;
    appearance: none;
    background: 0 0; */
    border: 0;
    /* font-weight: 300;
    line-height: 0;
    color: #ccc;
    text-shadow: 0 0px 0 #fff; */
    filter: alpha(opacity=40);
    opacity: .4;
    margin-left: 3px;
}

nav .contracts-filter .v-select.dropdown.open .dropdown-toggle,
nav .contracts-filter .v-select.dropdown.open .dropdown-menu {}

nav .contracts-filter ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

nav .contracts-filter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

nav .contracts-filter :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

nav .contracts-filter :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

nav .contracts-filter .v-select ul {
    margin: 0;
    padding: 0;
}

nav .contracts-filter .v-select ul li {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

nav .contracts-filter .v-select ul {
    line-height: 12px;
    font-size: 12px;
    background-color: #636363;
    color: #fff;
}

nav .contracts-filter .v-select .active a {
    background-color: #636363;
    color: #fff;
}

nav .contracts-filter .v-select .highlight a,
nav .contracts-filter .v-select li:hover a {
    background-color: #ccc;
    color: #636363;
}

.subnav,
.subnav nav {
    background: #E74142;
    margin-left: -10px;
}

.subnav nav li {}

.subnav nav li a {
    min-width: 150px;
    font-family: 'League Gothic', sans-serif;
    text-align: center;
    font-size: 22px!important;
    line-height: 12px!important;
    border: 4px solid #E74142;
}

.subnav nav li .router-link-active,
.subnav nav li a:hover {
    border: 4px solid #FFF!important;
    background: #fff!important;
    color: #E74142 !important;
}

.simple-title {
    margin-top: -20px;
}

.steps {
    margin: 20px 0px;
    padding: 0;
    overflow: hidden;
}

.steps li {
    float: left;
    margin-left: 0;
    width: 25%;
    height: 96px;
    list-style-type: none;
    padding: 20px 0px 0px 0px;
    border-right: 5px solid white;
    position: relative;
}

.steps li a {
    display: block;
    text-align: center;
}

.steps li a:link svg *,
.steps li a:visited svg *,
.steps li a:hover svg *,
.steps li a:active svg * {
    stroke: #fff!important;
    stroke-width: 1;
}

.steps li.current a:link svg *,
.steps li.current a:visited svg *,
.steps li.current a:hover svg *,
.steps li.current a:active svg * {
    stroke: #e74142!important;
    stroke-width: 1;
}

.steps li a.simple-nav-title {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 27px;
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.steps li.current a.simple-nav-title {
    color: #e74142;
}

.steps li:first-child {
    padding-left: 5px;
}

.steps li:last-child {
    border-right: none;
}

.steps li:nth-child(n+2)::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-left: 25px solid white;
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    width: 0;
    height: 0;
    content: " ";
}

.steps li::after {
    z-index: 1;
    position: absolute;
    top: 0;
    right: -25px;
    display: block;
    border-left: 25px solid #7c8437;
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    width: 0;
    height: 0;
    content: " ";
}

.steps li {
    background-color: #e74142;
}

.steps li::after {
    border-left-color: #e74142;
}

.steps li.current {
    background-color: #d3d3d3;
}

.steps li.current::after {
    border-left-color: #d3d3d3;
}

.steps li:hover {
    background-color: #d3d3d3
}

.steps li:hover a:link svg *,
.steps li:hover a:visited svg *,
.steps li:hover a:hover svg *,
.steps li:hover a:active svg * {
    stroke: #e74142!important;
    stroke-width: 1;
}

.steps li:hover a.simple-nav-title {
    color: #e74142;
}

.steps li:hover::after {
    border-left-color: #d3d3d3
}

.steps .settlement-qty {
    border-radius: 9px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 142px;
    top: 16px;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
}

@media (max-width: 992px) {
    .steps li a.simple-nav-title {
        letter-spacing: 0.3px;
    }
    .steps .settlement-qty {
        left: 112px;
        top: 16px;
    }

}

@media (max-width:767px) {
    .steps li a.simple-nav-title {
        font-size: 13px;
        line-height: 20px;
    }
    .steps .settlement-qty {
        left: 102px;
        top: 16px;
    }
}

@media (max-width:550px) {
    .steps li {
        border-right: none;
    }
    .steps li:nth-child(n+2)::before {
        display: none;
    }
    .steps li::after {
        display: none;
    }
    .steps .settlement-qty {
        left: 162px;
        top: 16px;
    }
}


@media (min-width: 1200px) {
    .steps .settlement-qty {
        left: 162px;
        top: 16px;
    }
}

.vuetable-pagination {
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: white!important;
    background-color: #E74142!important;
    border-color: #c3c2c2!important;
}

.pagination>li>a,
.pagination>li>span {
    line-height: 1.42857143!important;
    text-decoration: none!important;
    color: #E74142!important;
    background-color: white!important;
    border: 1px solid #c3c2c2!important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3!important;
    color: #fff!important;
    background-color: #E74142!important;
    border-color: #c3c2c2!important;
}

.datepicker table tr th {
    color: white;
}

.scuCell {
    min-width: 7em;
    white-space: nowrap;
}

.typeCell {
    min-width: 7em;
}

.assetCell {
    min-width: 7em;
}

.serialCell {
    min-width: 7em;
}

.brandCell {
    min-width: 7em;
}

.modelCell {
    min-width: 7em;
}

.cpuCell {
    min-width: 7em;
}

.memoryCell {
    min-width: 7em;
}

.hddCell {
    min-width: 7em;
}

.opticalCell {
    min-width: 9em;
}

.screenCell {
    min-width: 7em;
}

.envCell {
    min-width: 7em;
}

.recyclingCell {
    min-width: 8em;
}

.commentCell {
    min-width: 8em;
}

.statusCell {
    min-width: 7em;
}

.wipingsCell {
    min-width: 7em;
}

.fullpriceCell {
    min-width: 7em;
}

.deductionCell {
    min-width: 8em;
}

.priceCell {
    min-width: 7em;
}

select.form-control {
    width: inherit;
    height: 2.3em;
}

input[type=number] {
    padding-left: 5px;
    padding-right: 0;
}

dt,
dd {
    line-height: 1.5em;
}

.has-error label {
    color: #a94442;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-active {
    opacity: 0
}

.details-container .settlement-personal-note {
    min-height: 11.5em;
}

.details-container .settlement-feedback-note {
    min-height: 7em;
}

tr.current-row {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #eaeaea;
}

.errors {
    font-size: 13px;
}

.user-profile {
    max-width: 480px;
    background-color: #fff;
    margin: 0 auto;
}

.user-profile .submit {
    margin-top: 25px;
    width: 100%;
}

.errors {
    font-size: 13px;
}

.user-login,
.user-reset-password {
    padding-top:200px;
    max-width: 480px;
    background-color: #fff;
    margin: 0 auto;
}

.user-login .submit,
.user-reset-password .submit {
    margin-top: 25px;
    width: 100%;
}

.user-login .link-reset-password,
.user-reset-password .link-login {
    font-size: 14px;
    text-align: right;
    display: block;
}

.user-new-password {
    max-width: 480px;
    background-color: #fff;
    margin: 0 auto;
}

.user-reset-password .message strong {
    font-size: 14px;
}

.user-reset-password .message .link-login {
    text-align: left;
}

.vuetable-pagination {
    height: 40px;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active in <2.1.8 */

{
    opacity: 0
}

.inrego-ext-boot-grid .fetching {
    opacity: 0.4;
}

.cards .card.borders {}

.cards .card.borders:after {
    content: '';
    content: '';
    position: absolute;
    border-right: 2px dotted #ee4c4b;
    height: 98px;
    top: 50px;
    right: 0;
}

.cards .card.borders:before {
    content: '';
    content: '';
    position: absolute;
    border-right: 2px dotted #ee4c4b;
    height: 98px;
    top: 50px;
    left: 0;
}

.cards .card.borders-right-dotted:after {
    content: '';
    content: '';
    position: absolute;
    border-right: 2px dotted #ee4c4b;
    height: 150px;
    top: 50px;
    right: 0;
}

.cards .card {
    min-height: 200px;
    position: relative;
}

.cards .card-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
}

.cards .card.border-white-right {
    border-right: 2px solid #fff;
}

.cards .card.border-white-top {
    border-top: 2px solid #fff;
}

.cards .card h3 {
    font-size: 28px;
    font-family: 'MuseoSans', sans-serif;
    color: #ee4c4b;
    font-weight: 900;
}

.cards .card p {
    font-size: 11px;
    font-weight: 300;
    color: #4C4C4C;
    line-height: 16px;
}

.cards .card.diagram .diagram-svg {
    display: inline-block;
}

.cards .card.diagram .diagram-svg svg {
    height: 100px;
    width: 90px;
    margin-top: -50px;
    top: 30px;
    position: relative;
    margin-left: -18px;
}

.cards .card.diagram .diagram-text {
    display: inline-block;
    position: relative;
    top: 15px;
}

.cards .card.diagram .diagram-text p {
    line-height: 16px;
    margin: 0;
    font-size: 11px;
}

.cards .card.diagram .diagram-text .box {
    height: 7px;
    width: 7px;
    display: inline-block;
    margin-right: 5px;
}

.cards .card.diagram .diagram-text .percent {
    min-width: 24px;
    display: inline-block;
}

.cards .card .bottom-title {
    position: absolute;
    bottom: 10px;
    font-weight: 700;
    left: 19px;
}

.banner {
    margin-top: 11rem;
}

@media (max-width: 767px) {
    .cards .card.borders-right-dotted:after {
        display: none;
    }
    .cards .card.diagram .diagram-text {
        top: -10px;
    }
    .cards .card {
        position: relative;
    }
    .cards .card .bottom-title {
        left: 38%;
    }
}

@media (min-width: 992px) {
    .cards .card.diagram .diagram-text {
        top: -10px;
        margin-left: -8px;
    }
    .cards .card .bottom-title {
        left: 46px;
    }
}

@media (min-width: 1200px) {
    .widercontainer {
        width: 1200px!important;
    }
    .cards .card .bottom-title {
        left: 72px;
    }
}

@media (min-width: 1150px) {
    .units-container {
        width: 1150px!important;
    }
}

.button-not-valid {
    opacity: 0.75;
    cursor: not-allowed!important;
}

.multi-report-link:hover {
    color: #fff !important;
}

@font-face {
    font-family: 'MuseoSans';
    src: url("/application/themes/inrego/assets/fonts/MuseoSans_900Web.eot");
    src: url("/application/themes/inrego/assets/fonts/MuseoSans_900Web.eot?#iefix") format("embedded-opentype"), url("/application/themes/inrego/assets/fonts/MuseoSans_900Web.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

.tooltip-inner {
    max-width: 400px!important;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}

.simple_nav_info {
    border: 1px solid #ccc;
    width: 170px;
    position: absolute;
    background-color: #fff;
    line-height: 15px;
    z-index: 1100;
    padding: 10px;
}
.simple_nav_locked_units {
    border: 1px solid #ee4c4b;
    width: 145px;
    position: absolute;
    background-color: #ee4c4b;
    color:#fff;
    line-height: 15px;
    z-index: 1000;
    padding: 10px;
}

@media (max-width: 560px) {
    .book_delivery_order_info {
        display: none;
    }
    .book_retrieval_order_info {
        display: none;
    }
    .under_work_info {
        display: none;
    }
    .under_work_locked_units {
        display: none;
    }
    .settlements_info {
        display: none;
    }
}

@media (min-width: 560px) {
    .book_delivery_order_info {
        top: -10px;
        left: 5%;
        height: 100px;
    }
    .book_retrieval_order_info {
        top: -10px;
        left: 32%;
        height: 130px;
    }
    .under_work_info {
        top: -10px;
        left: 57%;
        height: 120px;
    }
    .under_work_locked_units {
        top: -10px;
        left: 57%;
        height: 50px;
    }
    .settlements_info {
        top: -10px;
        left: 82%;
        height: 120px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.pagination>li>a {
    border: none!important;
    font-size: 20px!important;
}

.pagination>li>span {
    border: none!important;
    font-size: 14px;
    color: #000 !important;
    line-height: 30px !important;
}

.form-control {
    font-size: 13px!important;
}



.gdpr-table td{
    min-width: 52px;
    vertical-align: top;
}
.gdpr-table h4{
    margin-top:0px;
}
.gdpr-customer-table td{
    width:50%;
    vertical-align:top;
    border:1px solid black;
    padding:5px;
    line-height:15px;
    }


