﻿/* #region HTML RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym,address, big,cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas,  details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video
{
    font: inherit;
    margin: 0;
}

.phone .shortcut {
    font-size: 30px;

}

/* #endregion */

html {
    padding: 0;
    color: black;
    background: #DEDEDE;
}

body {
    font-size: 13px;
    margin: 0 auto;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    /*text-transform: uppercase;
    letter-spacing: -1px !important;*/
    color: #777;
}

#content {
    background: #FFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #dddddd;
}

#main-wrapper {
    margin: 70px 1% 1% 1%;
}

.page-splash
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    opacity: 0.2;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.page-splash-message {
    text-align: center;
    margin: 10% 0 0 0;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    font-family: monospace;
    color: #F58A00;
    padding: 0;
}
.page-progress-bar {
    margin: 10% 30% 0 30%;
}

.toast {
    font-weight: normal;
}
.toast-info
{
    background-color: #194D7B;
}

.toast-bottom-right {
    bottom: 50px;
}
.navbar-content-center {
    text-align: center;    
}

footer a {
    font-weight: bold;
}
footer span {
    padding: 10px 80px;
    font-size: 18px;
}


@media only screen and (max-width: 979px) {
    .page-splash-message {
        font-size: 150%;
    }

    .navbar-fixed-bottom {
        position: fixed;
    }

	footer span {
		padding: 10px 50px;
		font-size: 14px;
	}
}

.tab-content {
    padding: 15px;
}

#active-tab-container {
    padding-top: 20px
}


#content {
    min-height: 500px; 
}

.single-line {
    white-space: nowrap;
}

.product-icon {
    font-size: 14px;
    display: inline-block;
    width: 14px;
}

tr.new-orderline > td:first-child {
    background-color: blue !important;
}

.validationMessage { color: Red; }