﻿.prodwizard-container {
    font-size: 12px;
}

.prodwizard-table {
    width: 470px;
}

.prodwizard-table td {
    width: 225px;
    padding: 2px 0 2px 0;
}

.prodwizard-table td select{
    width: 225px;
    border: 1px solid #7c888e;
    font-size: 12px;
    padding: 1px 0 1px 0;
}

.prodwizard-table-input{
    width: 213px;
    border: 1px solid #7c888e;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
}

.prodwizard-title {
    font-weight: bold;
}

.prodwizard-statOption {
    width: 213px;
    display: block;
    border: 1px solid #7c888e;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    padding: 2px 5px 2px 5px; 
}

/* PrintArticle */
.paList {
    padding: 0;
    margin: 0;
    list-style: none;
}
.paList li {
    margin: 0;
    padding: 2px 0 2px 0;
}

.paHeader {
    width: 150px;
    display: block;
    float: left;
    font-weight: bold;
}

.paOptionName {
    display: block;
    width: 200px;
    float: left;
    font-weight: bold;
}

.paReadLeft {
    float: left;
    width: 465px;
    margin-right: 15px;
}
.paReadRight {
    float: left;
    width: 465px;
    margin-left: 15px;
}

.paReadRightImageContainer {
    -webkit-appearance: none;
    background-color: rgb(230,230,230);
    border: 1px solid #cacece;
    box-shadow: 0 5px 2px #000000, inset 0px -15px 10px -12px #000000;
    box-shadow: 0 5px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    min-height: 250px;
    width: 450px;
    text-align: center;
}

#SeaDragonContainer {
    height: 250px;
    width: 450px;
}

/* PLUPLOAD */
.uploadControl-container {
    width: 100%;
}

.uploadControl, .uploadFiles {
    width: 49%;
    float: left;
}

.uploadSplashscreen
{
    position: absolute;
    z-index: 1000000;
    width: 100%;
    padding-top: 165px;
    height: 165px;
    background: url('/Assets/upload-overlay.png');
    margin: 1px 0 0 1px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.ui-tabs-panel {
    padding: 10px 0 0 0!important;
}

.plupload_container {
    padding: 0 !important;
}

/* CHECKBOX STYLES */
.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;   
}

.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

/* PRINTARTICLE */
.paActions {
    clear: both;
    float: left;
    width: 100%;
    border-top: 2px solid #7c888e;
    margin-top: 10px; 
    padding-top: 10px;
}

/* PRODUCT COMB PRICES */
.ppTable {
    border: 1px solid #adb8c0;
    width: 960px;
    padding: 0;
    margin: 0;        
}
.ppTable td {
    padding: 5px 0 5px 0;
    margin: 0;
    border-bottom: 1px solid #adb8c0;
}
.ppTable tr {
    padding: 0;
    margin: 0;
}

/* MIJNHUISTIJL CATINDEX */
.my-cat-table {
    padding: 0;
    margin: 0;    
}

.my-cat-table td {
    width: 200px;
    padding: 0 15px 10px 0;
    vertical-align: top;
    text-align: center;
}

.my-cat-table td a {
    border: 1px solid #7c888e;
    display: inline-block; 
}

.my-cat-table-title {
    width: 200px;    
    padding: 5px 0;
    line-height: 16px;
    text-align: left;
}
.my-cat-table-title i {
    margin-right: 10px;
}

/* PA ORDER */
.pa-order-textarea {
    width:450px;
    height:80px;
    border:1px solid #7c888e;
    font-size: 12px;
    font-family: arial;
}