﻿body {
    background: url(/Content/images/top-bg.png) top center repeat-x;
}

.header-container {
    background: url(/Content/images/top-bg.png) top center repeat-x;
    padding: 0;
    z-index: 1000;
    width: 100%;
    height: 75px;
}

.header-container-columns {
    padding: 0;
}

.header
{
    height: 75px;
    padding-top: 5px;
}

.language {
    margin-top: -75px;
}

.language-div-container {
    float: right;
    width: 140px;
}

.language-div-container img {
    width: 20px;
}

.logged-in-info {
    padding: 2px 5px;
    float: left;
    font-size: 0.8rem;
}

.mainArea {
    background-color: #f2f2f2;
}

.mainContent {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 400px;
}

.footer {
    background-color: #ffffff;
    padding: 20px 0;
}

.header-panel {
    /*background-image: linear-gradient(#f5ece4, #ffffff);*/
    /*background-image: linear-gradient(135deg, #ffffff 25%, #f2f2f2 25%, #f2f2f2 50%, #ffffff 50%, #ffffff 75%, #f2f2f2 75%, #f2f2f2 100%);
    background-size: 5.66px 5.66px;*/
    background:url(
                  data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2M8c+bMfxMTE0YGKIAzMARgKjFUAABgFQgF5F4SdQAAAABJRU5ErkJggg==
    ) repeat;
    margin-top: 5px;
}
/*.header-panel h3, .header-panel h4, .header-panel div, .header-panel span {
        color: white;
    }*/

.margin-top {
    margin-top: 5px;
}

.error-stock {
    background-color: #ffcccc !important;
    font-weight: bold;
}

.warning-stock {
    background-color: #ffffcc !important;
    font-weight: bold;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.field-validation-error {
    color: #dc143c;
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
}

.field-validation-error h3 {
    color: #dc143c;
}

#dateRangeFiltering input[type="text"] {
    width: auto !important;
}

.flag-block {
    display:inline-block; 
    vertical-align: top; 
    width: 95px; 
    padding-bottom: 5px; 
    font-size: 12px;
}
.flag-block input[type='text'] {
    font-size: 12px;
    width: 30px;
    height: 25px; 
    padding: 2px; 
}

.button-block {
    display:inline-block; 
    vertical-align: top;
    width: 125px; 
    padding-bottom: 5px; 
    font-size: 12px;
    text-align: center;
}
.button-block input[type='text'] {
    font-size: 12px;
    width: 40px;
    height: 25px;
    padding: 2px; 
}

.accessory-block {
    display:inline-block; 
    vertical-align: top;
    width: 125px; 
    padding-bottom: 5px; 
    font-size: 12px;
    text-align: center;
}
.accessory-block input[type='text'] {
    font-size: 12px;
    width: 40px;
    height: 25px;
    padding: 2px; 
}

.order-medd-message {
    border: solid #5ea1da 1px;
    margin: 0 2px;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #99d0ff;
}

.order-medd-express {
    border: solid #d95e5e 1px;
    margin: 0 2px;
    float: left;
    width: 100%;
    background-color: #ff9999;
}

.order-medd-digital {
    border: solid #d9d85e 1px;
    margin: 0 2px;
    float: left;
    width: 100%;
    background-color: #fffe9a;
}

.order-medd-lasermaterial {
    border: solid #669900 1px;
    margin: 0 2px;
    float: left;
    width: 100%;
    background-color: #99cc00;
}

.alignRightDT {
    text-align: right;
}

.numberBig {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
}

th.alignRightDT {
    padding-right: 15px;
}

th.sorting_disabled {
    padding-right: 10px !important;
}

.generate-password-button {
    background-image: url("/Content/images/icons/update.png");
}

button.contact, .button.contact {
    padding-top: 0.775rem;
    padding-right: 1.25rem;
    padding-bottom: 0.8375rem;
    padding-left: 1.25rem;
    font-size: 0.8525rem;
    margin: 5px;
}

.button-deal {
    background: #d7d7d7;
    color: #000000 !important;
    font-weight: 100;
    padding: 15px;
    margin: 0 auto;
    -webkit-box-shadow: 6px 6px 5px 0px #cccccc;
    -moz-box-shadow: 6px 6px 5px 0px #cccccc;
    box-shadow: 6px 6px 5px 0px #cccccc;
    text-shadow: 6px 6px 5px 0px #cccccc;
    border: solid #CCCCCC 1px;
    text-decoration: none;
    display: block;
    max-width: 300px;
    cursor: pointer;
}

    .button-deal:hover {
        background: #E8E8E8;
        text-decoration: none;
        color: #000000 !important;
    }

.equal-height-div {
    /* Vertical align text */
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.SmallText {
    font-size: 0.725rem;
}

.separator {
    border: none !important;
    height: 3px !important;
    /* Set the hr color */
    color: #000 !important; /* old IE */
    background-color: #000 !important; /* Modern Browsers */
}

.separator2 {
    border: none !important;
    height: 3px !important;
    /* Set the hr color */
    color: #999 !important; /* old IE */
    background-color: #999 !important; /* Modern Browsers */
}

.login-container {
    padding-top: 0px;
    padding-bottom: 15px;
}

.flexFont {
    font-weight: 400;
}


@media (min-width: 40.063em) {
    .login-form-input {
    float: left;
}

.login-form-buttons {
    float: right;
}

.slide-text {
    padding: 10px 20px 5px 20px;
}

    .slide-text h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 64.063em)
{
    .header-container {
        position: fixed;
    }
    .menu {
        margin-top: 75px;
    }
}

@media (max-width: 40.063em) {
    .rightContextContainer {
        overflow-y: hidden !important;
        height: auto !important;
    }

    .login-form-input { float: none; }

    .login-form-buttons { float: none; }

    .slide-text { padding: 5px 10px 0 10px; }

    .slide-text h1 { font-size: 1rem; }

    .AF-align { text-align: center !important; }
}
@media print
{
    .language-div-container {
        display: none; }
    .menu {
        display: none; }
    .AFLogo {
        width: 50px; }
    .CustomerLogo {
        width: 150px; }

    a[href]:after {
    content: ""; }

    abbr[title]:after {
        content: ""; }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""; }
}

/* login page */
#loginForm {

}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

.login-form form {
    margin: 0;
}

.login-form input {
    display: inline-block;
    width: auto;
    margin-bottom: 7px;
}

    .login-form input[type=text], .login-form input[type=password], .login-form input[type=checkbox] {
        margin-right: 5px;
    }

.login-form .validation-summary-errors {
    color: #dc143c;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }


label.checkbox {
    display: inline;
}

/* Articles datatable */
#myDealItemArticlesDataTable {
    padding: 0;
    margin: 0;
}

#myDealItemArticlesDataTable tr, #myDealItemArticlesDataTable tr td {
    padding: 1px;
    margin: 0;
    font-size: 0.825rem;
}

#myDealItemArticlesDataTable tr th {
    font-size: 0.825rem;
}


/* For pagination */
.paging-container {
	overflow: auto; 
	padding: 4px;
}

ul.page-numbers {
	border:0; 
	margin:0; 
	padding:0;
	display: block;
	float: right;
}

.page-numbers li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style: none;
	display: inline;
}
.page-numbers li * {
	border:solid 1px #555;
	margin-right:2px;
	color:#000;
	display:inline;
	padding:3px 6px;
	text-decoration:none;
}
.page-numbers a:link,
.page-numbers a:visited {
}
.page-numbers .active{
	font-weight:bold;
	padding:4px 6px;
}
.page-numbers .selected-page * {
	background-color: #000;
	color: #fff;
}

/* Accordion */
.accordion dd.active .content a {
    background: #ffffff; }

.accordion dd.active .content {
    padding: 0.1rem; }

/* Tabs */
.tab-center {
    text-align: center;
}

.tab-center dd {
    float: none !important;
    display: inline-block;
}

/* Slick slider */
.slide-text {
    position: absolute;
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.slide-text h1 {
    color: #ffffff;
}

.slide-container {
    padding-top: 10px;
    padding-bottom: 20px;
}
/* Override foundation.css */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #cccccc;
    border-color: #a79e9e;
    color: #666666;
}
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        background-color: #cccccc;
        color: #666666; }

.has-tip {
    font-weight: normal;
    border-bottom: dotted 1px #000;
}

.has-tip:after {
    content: '\a0?\a0';
    color: #666;
    border: solid #666 1px;
    border-radius: 50%;
    font-size: 85%;
    font-weight: bold;
    margin-left: 2px;
}

.panel {
    background-color: #ffffff;
    border-color: #cccccc;
    padding: 0.75rem;
    -webkit-box-shadow: 6px 6px 5px 0px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 6px 6px 5px 0px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 6px 6px 5px 0px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: whitesmoke; }

table tr:hover {
    background: #fffacf; }

.top-bar {
    height: 35px;
    line-height: 35px;
}
    .top-bar .name {
        height: 35px;
    }
        .top-bar .name h1 {
            line-height: 35px;
        }
    .top-bar .toggle-topbar a {
        height: 35px;
        line-height: 35px;
    }
.top-bar-section ul li > a {
    font-family: Verdana, Arial, sans-serif;
    font-size: 0.785rem;
}
.top-bar-section [role="separator"] {
    height: 1px; }
.top-bar-section .has-dropdown > a:after {
    top: 17.5px; }
@media only screen and (min-width: 40.063em){
    .top-bar-section li a:not(.button) {
        line-height: 35px; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        height: 35px; }
    .top-bar-section .has-form {
        height: 35px; }
}

.top-bar-section .dropdown li a {
    line-height: 1; }


p,
ul,
ol,
dl,
.row
{
    font-size: 0.875rem;
}

.row, .contain-to-grid .top-bar {
    max-width: 1200px;
}

@media (min-width: 40.063em) {
    h1 {
        font-size: 2.075rem;
    }

    h2 {
        font-size: 1.6375rem;
    }

    h3 {
        font-size: 1.325rem;
    }

    h4 {
        font-size: 1.095rem;
    }

    h5 {
        font-size: 1.075rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media (max-width: 40.063em) {

    h1 {
        font-size: 1.675rem;
    }

    h2 {
        font-size: 1.4375rem;
    }

    h3 {
        font-size: 1.175rem;
    }

    h4 {
        font-size: 1.055rem;
    }

    h5 {
        font-size: 1.035rem;
    }

    h6 {
        font-size: 1rem;
    }
}
/* Override from Datatable.css */
.dataTable.display thead th {
    background-color: black;
    color: white;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #E0C91F;
        text-decoration: none;
    }

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 10px;
}

    #cookieConsent a.cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/

/*Close button on alerts*/
.alert-box a.close {
    background-color: #8e8e8e;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    margin: 8px;
    line-height: normal;
    opacity: 1;
    top: auto;
    bottom: 0;
    right: 0;
    font-size: 0.9rem;
}

    .alert-box a.close:hover {
        background-color: #7a7b7b;
        color: #ffffff;
        opacity: 1;
    }
/************************/