﻿/* General begins */
@media print {
    a[href]:after {
        content: none !important;
    }
}

/* Aeonik Light */
@font-face {
    font-family: 'Aonik Light';
    src: url('/Fonts/Aonik/aeonik-light.woff2') format('woff2'),
        url('/Fonts/Aonik/aeonik-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* Aeonik Regular */
@font-face {
    font-family: 'Aonik Regular';
    src: url('/Fonts/Aonik/aeonik-regular.woff2') format('woff2'), 
        url('/Fonts/Aonik/aeonik-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

body {
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

body, td {
    line-height: 18px;
    font-size: 16px;
    color: #58595B;
    font-family: 'Aonik Light', sans-serif;
    font-weight: 300;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

form {
    margin: 0px;
}

hr {
    border-top: 1px solid #ebebeb;
    padding: 0px;
    margin: 0px;
}

input:-webkit-input-placeholder {
    color: #cecece !important;
}

input:-moz-placeholder {
    color: #cecece !important;
}

input:-ms-input-placeholder {
    color: #cecece !important;
}

input:-moz-placeholder {
    color: #cecece !important;
}

a {
    text-decoration: none;
    color: #58595B
}

    a:hover {
        text-decoration: underline;
        color: #59e87c;
    }


.Textsida a {
    color: #59e87c;
    text-decoration: underline;
}

img {
    border: 0px;
}

.MessageFailed {
    color: Red;
}

.Price > div {
    display: inline-block;
}

.Price .Kronur {
    line-height: normal;
    font-size: 24px;
    color: #242424;
}

.Price .Oyru {
    vertical-align: top;
    line-height: normal;
    padding-top: 1px;
    font-size: 14px;
    color: #242424;
}

.Price.Price9Chars .Kronur, .Price.Price10Chars .Kronur {
    font-size: 20px;
}

.Price.Price9Chars .Oyru, .Price.Price10Chars .Oyru {
    font-size: 11px;
}

.PriceExclVat {
    color: #999;
}
/* Price ends */ /* Buttons begins */

.Button {
    background-color: #59e87c;
    height: 32px;
    min-width: 160px;
    cursor: pointer;
    color: black;
    border: 0px;
}

    .Button.Main, .btn-primary {
        background-color: #59e87c;
        border: none;
        padding: 5px 10px;
    }

.CustomerChangeSearch {
    font-size: 16px;
    height: 32px;
}

.TextBox {
    font-size: 16px;
    height: 32px;
}

.Button[disabled] {
    cursor: default;
    color: Gray;
}

.Button.Gray {
    background-color: #d8d8d8;
    color: black;
}

.Button.Blue {
    background-color: #d8d8d8;
    color: black;
}

.PrevNext {
    background-color: #242424;
    border-radius: 3px;
    border: 0px solid #242424;
    padding-left: 10px;
    padding-right: 10px;
    height: 37px;
    color: white;
}

.FileUpload {
    vertical-align: top;
    height: 32px;
}

.LargeSelect {
    font-size: 14px;
    padding: 5px;
    height: 32px;
    border: 1px solid #d8d8d8;
    margin: 0px;
}
/* Buttons ends */ /* Inventory begins */

.ItemInventory {
    display: none;
}
/* Inventory ends */ /* Paging begins */

.PagingTable {
    padding-top: 50px;
    display: table;
    width: 100%;
}

    .PagingTable a {
        cursor: pointer;
    }

    .PagingTable > div {
        display: table-cell;
    }

    .PagingTable .PagingPrevious {
        text-align: left;
        width: 15%;
    }

    .PagingTable .PagingNumbers {
        text-align: center;
        font-size: 18px;
    }

        .PagingTable .PagingNumbers a {
            margin-right: 3px;
            margin-left: 3px;
        }

        .PagingTable .PagingNumbers .Current {
            text-decoration: underline;
            font-weight: bold;
        }

    .PagingTable .PagingNext {
        text-align: right;
        width: 15%;
    }
/* Paging ends */ /* Breadcrumb begins */

.Breadcrumb {
    padding-bottom: 10px;
    display: block;
    font-weight: bold;
}

    .Breadcrumb > div {
        vertical-align: middle;
        padding-top: 2px;
        display: inline-block;
    }

        .Breadcrumb > div.Seperator {
            padding: 0px 3px;
        }
/* Breadcrumb ends */

.BookingHelp {
    margin-bottom: 10px;
    /* border: 3px solid #ececec;*/
    padding: 5px 0;
    font-size: 12px;
    color: #7a7a7a;
    text-align: left;
}

.CartHeadlineRow td {
    border-bottom: 2px solid #dddddd;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: #eee;
    color: #666666;
    padding: 7px 5px 4px 5px;
}

.CartRow td, .CartRowRelated td {
    border-top: 1px solid #ebebeb;
}

.cart-total {
    font-weight: 600;
    font-size: 16px;
}

@media (min-width: 421px) {
    .CartRow td.PaddedCell {
        padding: 5px;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 420px) {
    .CartRow td.PaddedCell {
        padding: 5px;
    }

    .CartRow td:first-child {
        padding-left: 0;
    }

    .CartRow td:last-child {
        padding-right: 0;
    }
}


.CartRow + .CartRowRelated td {
    border-top: 0px;
}

.CartDescription {
    font-size: 18px;
    color: #2f2f2f;
}

.CartNo {
    display: inline-block;
    font-size: 14px;
    color: #72b000;
}

.CartInventoryHolder {
    display: inline-block;
}

.CartInventory {
    display: none;
}

.CartProfit, .CartProfitTotal {
    display: none;
}

.NoFiletypeIcon {
    padding-left: 20px;
}

.FiletypeIcon {
    vertical-align: middle;
    height: 16px;
}

@media (max-width: 768px) {
    .fullView {
        display: none;
    }
}

.login-form input[type=text], .login-form input[type=password], .login-form input[type=submit] {
    padding: 0px 10px;
    height: 35px;
    margin: 5px 0px;
}

.login-forgot-password input[type=text], .login-forgot-password input[type=password], .login-forgot-password input[type=submit] {
    padding: 0px 10px;
    height: 35px;
    margin: 5px 0px;
}

.login-label {
    font-size: 13px;
    font-weight: 600;
    color: #58595B;
}

.status-msg {
    color: #b01e00;
}
