﻿
@media print {
    @page {
        size: portrait;
    }

    html {
        font-size: 18px;
    }

    a[href]:after {
        content: none !important;
    }

    .no-print {
        display: none !important;
    }
}

@media not print {
    .print-only {
        display: none !important;
    }

    html {
        font-size: 14px;
    }
}

@page {
    size: portrait;
    margin: 1.25cm !important;
}

@page rotated {
    size: landscape
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.w-100 {
    width: 100%;
}

.col-centered {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.row-stretch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
}

.row-left {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: normal;
}

    .row-left label {
        margin-right: 2em;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.required {
    color: red;
}

.the-legend {
    border-style: none;
    border-width: 0;
    line-height: 20px;
    margin-bottom: 0;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: 0;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.my-jumbotron {
    display: table;
    padding: 0, 15px, 15px, 15px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee;
}

.site-logo {
    width: 100px;
    height: 160px;
    border-style: none;
}

.jewellersText {
    margin-top: 5px;
    font-style: italic;
    color: rgb(148,111,31);
    font-family: serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}

.charleskollText {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 0.8;
}

.kollStyle {
    color: #D00000;
    font-weight: bolder;
}

.charleskollh3 {
    margin-top: 24px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
}

.charleskollh6 {
    margin-bottom: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.1;
}

.datePicker {
    cursor: pointer !important;
    background-color: #FFFFFF !important;
}

/*Web Grid style start*/

.webgrid-header td {
    text-align: left;
}

.webgrid-header th {
    background-color: #EFEFEF;
    margin-bottom: 2px;
}

.webgrid td {
    padding-right: 15px;
}

.webgrid-footer td {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: .85em;
    text-align: center;
    /*    padding-right: 21px !important;
    color: #000;
    background-color: #EFEFEF;
*/
}
/*
    .webgrid-footer td a {
        text-align: right !important;
        padding: 0 .4em 0 .4em;
        font-size: .83em;
        text-decoration: none;
        color: #FFFFFF;
        border: 1px solid #C0C0C0;
        background-color: #808080;
    }

        .webgrid-footer td a:hover {
            background-color: #6BBEC7;
        }

        .webgrid-footer td a.selected {
            background-color: #f00;
            color: #f00;
        }
*/
.webgrid a {
    color: #fff;
}

.colRowButton {
    width: 70px;
    text-align: left;
}

.webgrid-row-style {
    border-bottom: 1px solid #E8EEF4;
}

.webgrid-alternating-row td {
    background-color: #f9f9f9;
}

.webgrid-selected-row {
    font-weight: bold;
}

a.icon-link {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.width100 {
    width: 6.25em;
}

.width150 {
    width: 9.375em;
}

.width200 {
    width: 12.5em;
}

.width250 {
    width: 15.625em;
}

.width300 {
    width: 18.75em;
}

.wordWrapWidth280 {
    word-wrap: break-word;
    width: 280px;
}

.gridWidth1140 {
    width: 1140px;
    overflow-x: auto;
}

.content-loading {
    background: URL('/Content/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
/*Web Grid style end*/

