﻿body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #444444;
    padding-bottom: 20px;
    padding-top: 78px;
}

.body-content {
    background-color: white;
    /* Set padding to keep content from hitting the edges */
    padding-left: 15px;
    padding-right: 15px;
}



.navbar-header {
    min-height: 78px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}


.navbar-inverse {
    background-color: #009AE3;
}

.nav.navbar-nav.navbar-right a {
    color: white;
}

/*Large icons in the menu*/
.navbar-icon.fa {
    font-size: 30px;
    top: 10px;
    margin-bottom: 15px;
    margin-right: 10px;
}

.navbar-text-shadow {
    transition: all 0.3s ease-in;
}

.navbar-text-shadow:hover {
        text-shadow: 1px 0px 20px white;
    }

.navbar {
    padding: 0px;
    border-bottom: 1px;
}

.shadowfilter {
    filter: drop-shadow(0px 0px 0px white);
    transition: all 0.3s ease-in;
}

    .shadowfilter:hover {
        filter: drop-shadow(0px 0px 10px white);
    }





/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



/* Använd som smårubriker för ritningar och artiklar*/
.itemheading {
    font-weight: bold;
}

.partpriceheader {
    font-weight: small;
}

.partprice {
    font-size: x-large;
    color: orange;
}

.partquantityborder {
    border: 1px;
    border-style: solid;
    padding: 1em;
    border-color: lightgrey;
    border-radius: 5px;
}

.no-margin-top {
    margin-top: 0px;
}

.parts-button, .drawings-button {
    color: rgb(51, 51, 51);
    background-color: #FEE899;
    margin-top: 10px;
    margin-bottom: 10px;
}



.document-filename {
    font-size: large;
}

.document-date {
    color: slategrey;
}

.document-header {
    margin-top: 50px;
}

.shopping-instructions {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.shopping-instructions-button {
    margin-bottom: 10px;
    clear: left;
}

.document-button {
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
    color: white;
    text-decoration-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ordernumber-search-button {
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
    color: white;
    text-decoration-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox-rememberme {
    margin-left: 0px;
    font-style: normal;
    font-weight: normal !important;
}


/* Ta bort spinner vid numerisk inmatning i Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ta bort spinner vid numerisk inmatning i Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.support-ticket-problem-icon {
    font-size: 40px;
    color: rgb(54, 167,233);
}

.support-ticket-solution-icon {
    font-size: 40px;
    color: rgb(92, 184, 92);
}

.RequestPriceButton, .RequestDeliveryTimeButton {
    width: 170px !important;
}

.cart-part-image {
    display: block;
    max-width: 100px;
    width: auto;
    height: auto;
}

.cart-header {
    font-weight: bold;
    text-transform: uppercase;
}

.cart-row-remove {
    color: red;
}

.alert-message {
    margin-top: 30px;
    margin-bottom: 30px;
}

.currencyPicker {
    /*margin: 15px;
    margin-top: 31px;*/
    /*color: #9d9d9d;
    background-color: #009AE3;*/
    border-color: transparent;
    /*color: white;*/
}


.deliveryAddress {
    background-color: lightgrey;
    border-radius: 6px;
    padding: 10px;
    margin: 10px;
}

.button-margin {
    margin: 10px;
}

label {
    font-weight:bold;
}
/* Verification code input (Account/VerifyEmail) */
.verification-code {
    font-size: 1.75rem;
    letter-spacing: 0.35em;
    max-width: 14rem;
}
