/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 14, 2018, 2:46:07 PM
    Author     : NYA
*/
* {
    box-sizing: border-box;
    vertical-align: top;
}
html, body {
    margin:0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Trebuchet MS';
    color:#69695e;
    
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #69695e;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

#background {
    background: url(images/bg.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -99;
}

h1, h2, h3, h4, h5, h6 {
text-shadow: -1px 1px 1px #f7f7f7, 2px 2px 3px #bdbdbd;
text-align: center;
}

.heading-lines::before {
    display: inline-block;
    position: relative;
    height: 22px;
    margin: -1px 15px;
    width: 65px;
    border-right: #928c81 solid 7px;
    border-bottom: #928c81 solid 2px;
    content: "";
}
h4.heading-lines::before, h4.heading-lines::after {
    height: 11px;
    width: 18%;
}
.heading-lines::after {
    display: inline-block;
    position: relative;
    height: 22px;
    margin: -1px 15px;
    width: 65px;
    border-left: #928c81 solid 7px;
    border-bottom: #928c81 solid 2px;
    content: "";
}

.bigger {
font-size: 1.9em;
    vertical-align: initial;
}

.clear {
    clear: both;
}

header {
    background: #f1f1f1;
}

#logo {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 200px;
    box-sizing: border-box;
    background: url(images/logo.png) no-repeat center center;
    background-size: contain;
    transform: rotate(-5deg);
    float: left;
}
#menu-container {
    position: relative;
    display: inline-block;
    width: 80%;
    height: 200px;
    box-sizing: border-box;
    vertical-align: top;
    top: 0;
    background: #928c81;
    box-shadow: #484848 16px 2px 30px;
}

#menu-container ul {
    position: relative;
    height: 200px;
    width: auto;
    margin-left: 7%;
}

#menu-container li {
        list-style: none;
    display: inline-block;
    position: relative;
    height: 200px;
}

#menu-container a {
        position: relative;
    display: block;
    top: 15%;
    color: #d4d4d4;
    text-decoration: none;
     padding: 113px 20px 32px 20px;
        font-size: 1.1em;
        font-weight: 900;
    /*text-shadow: 0px -2px 0px #736a6a, 0px 1px 3px #7b7474;*/
}

#left-container ul {
        padding-top: 30px;
    padding-bottom: 45px;
}


#left-container li {
        list-style: none;
}

#left-container li::before {
    height: 27px;
    border-left: 6px solid white;
    border-top: 10px solid #00000059;
    border-bottom: 10px solid transparent;
    box-shadow: #00000040 2px 0px 5px;
    content: "";
    float: left;
}

#left-container a {
position: relative;
    display: block;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bolder;
    color: grey;
    text-shadow: 0px -2px 0px #ffffff, 0px 1px 3px #ffffff;
    
}
#left-container a:hover, #left-container a:active, #left-container a:focus {
background: #928c81;
color:#d4d4d4;
    box-shadow: #4c4c4c -2px 3px 8px;
    padding: 15px 25px 15px 35px;
    text-shadow: 0px -2px 0px #736a6a, 0px 1px 3px #7b7474;
    transition: padding 0.3s linear, background 0.2s linear, text-shadow 0.2s linear;
}

#menu-container a:hover, #menu-container a:active, #menu-container a:focus {
    background: #f1f1f1;
    color: grey;
    box-shadow: #777777 3px 3px 5px;
    text-shadow: 0px -2px 0px #ffffff, 0px 1px 3px #ffffff;
    transition: padding 0.3s linear, background 0.2s linear, text-shadow 0.2s linear;
}

#left-container {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 100%;
    float: left;
    background: #f1f1f1;
        box-shadow: #484848 5px 25px 30px;
}

#left-container p {
    text-align: center;
}

#right-container {
    position: relative;
    display: inline-block;
        padding: 25px 0;
    width: 20%;
    height: 100%;
    float: right;
}
#middle-container {
        position: relative;
    display: inline-block;
    width: 60%;
    /*height: 100%;*/
        padding: 10px 40px;
}

.panel-container {
margin: 15px 0px;
    padding: 10px 15px;
    background: #ffffffcf;
    box-shadow: grey 5px 5px 10px;
}

#penmakinglink {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
        margin-left: 10%;
    background:url(images/penmakinglink.jpg) no-repeat center center;
    background-size: contain;
}
#penmakinglink-container p {
    text-align: center;
    position: relative;
    display: inline-block;
}

.success {
            background: #10ff0038;
    text-align: center;
    padding: 5px;
    box-shadow: #b3b3b3 1px 1px 3px;
}

.error {
        background: #ff000038;
    text-align: center;
    padding: 5px;
    box-shadow: #b3b3b3 1px 1px 3px;
}

#personal-container #deliver-show {
    display: none;
}
#personal-container #pickup-show {
    display: none;
}

/*#transactionErrors #sms-show {
    display: none;
}*/

#personal-container input[type="radio"] {
display: none !important;
    box-shadow: none !important;
}
#personal-container input[type="radio"] + label  {
    color: #69695e;
    vertical-align: bottom;
        box-shadow: none !important;
}
#personal-container input[type="radio"] + label span {
    display:inline-block;
    width:17px;
    height:17px;
    margin:0px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

#personal-container input[type="radio"] + label span {
     background-color:#ababab;
}

#personal-container input[type="radio"]:checked + label span{
     background-color:#928c81;
}

#personal-container input[type="radio"] + label span,
#personal-container input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}

#personal-container input[value="deliver"]:checked ~ #deliver-show {
    display: block;
}
#personal-container input[value="pickup"]:checked ~ #pickup-show {
    display: block;
}

.radio-div {
background: #ffffff;
    box-shadow: grey 1px 1px 3px;
    padding: 5px 23px;
}

.button {
    padding: 10px 15px !important;
    background: #928c81 !important;
    box-shadow: #484848 1px 2px 8px !important;
    color: #d4d4d4 !important;
    text-shadow: #424242 1px 1px 2px !important;
        border: none !important;
    min-width: 100px !important;
}
#dashboard form .button {
    min-width: 100% !important;
}
#dashboard table .button {
    width: auto;
}

.button:hover, .button:active, .button:focus {
outline: none !important;
    background: #f1f1f1 !important;
    color: grey !important;
    box-shadow: #777777 1px 1px 4px 1px !important;
    text-shadow: 0px -2px 0px #ffffff, 0px 1px 3px #ffffff !important;
}

#penmakinglink-container {
        position: relative;
    display: inline-block;
    height: 250px;
    width: 50%;padding: 10px 30px;
}

#penmakinglink-container a {
    position: relative;
    display: inline-block;
    margin: 5% 18%;
    text-decoration: none;
}

#popular-container {
    
}

#popular-container div {
    position: relative;
    display: inline-block;
    width: 32.9%;
    height: 250px;
    background-size: contain;
}

#popular-001 {
    background:url(images/pen_001.jpg) no-repeat center center;
}
#popular-002 {
    background:url(images/pen_002.jpg) no-repeat center center;
}
#popular-003 {
    background:url(images/pen_003.jpg) no-repeat center center;
}

#contactinfo-left, #contactinfo-right {
    position: relative;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    float: left;
    text-align: center;
}
#contactinfo-left img, #contactinfo-right img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.normallink {
        color: #69695e;
    vertical-align: baseline;
    text-decoration: none;
}

input, select {
    box-shadow: grey 1px 1px 7px inset, white 1px 1px 100px inset;
    border: none;
    padding: 5px 10px;
    width: 250px;
    margin: 10px 0;
    display: block;
    color: #69695e;
}
#contact input {
        box-shadow: grey 1px 1px 7px inset, white 1px 1px 100px inset;
    border: none;
    padding: 5px 10px;
    width: 250px;
    margin: 10px 0;
}
#contact textarea {
        box-shadow: grey 1px 1px 7px inset, white 1px 1px 100px inset;
    border: none;
    padding: 5px 10px;
    height: 100px;
    width: 100%;
}

input[type=submit], #contact a {
    cursor: pointer;
}
.pen-container {
box-sizing: border-box;
    position: relative;
    width: 49%;
        height: 240px;
    float: left;
    background: #ffffffb3;
    margin: 2px;
    padding: 5px;
    box-shadow: #8080809c 1px 1px 3px;
}
.gift-container {
    box-sizing: border-box;
    position: relative;
    width: 49%;
        height: 340px;
    float: left;
    background: #ffffffb3;
    margin: 2px;
    padding: 5px;
    box-shadow: #8080809c 1px 1px 3px;
    text-align: center;
}
.gift-container img {
        width: 100px;
}
.turning-container {
    border-left: 35px #928c81 solid;
    border-right: 35px #928c81 solid;
    background: #928c816b;
    box-shadow: grey inset 0px 1px 25px;
}
.turningtools-container img {
    width: 16%;
}
.turning-container img {
    width: 32.8%;
}
#turning {
    text-align: center;
}

#order-container .pen-container {
    width: 100%;
    float: none;
    height: auto;
}
#order-container .pen-img-container {
width: 8%;
margin: 0 10px 0 0;
}

#order-container .pen-desc-container {
    display:inline-block;
}
#order-container p {
    display:inline-block;
}
#order-container .pen-desc-container {
    width: 87%;
}
#order-container form {
    display:inline-block;
        float: right;
}
#order-container input {
    display:inline-block;
    width: 80px;
    vertical-align: middle;
}
#order-container .button {
    display:inline-block;
}
.pen-img-container {
    position: relative;
    width: 50%;
    height: 180px;
    overflow: hidden;
    min-height: 180px;
    float: left;
    margin: 0 10px 10px 0;
}

#order .pen-img-container {
    height: auto;
        min-height: auto;
}

#second {
    display: none;cursor: pointer;
}
img[id^="second"] {
    display: none;cursor: pointer;
}

#third {
        position: fixed;
    display: none;
    top: 15%;
    width: 30%;
    margin-left: 11%;
    margin-right: auto;
    box-shadow: black 0px 0px 100px;
    z-index: 99;
}
div[id^="third"] { 
    display: none;
    background: grey;
    z-index: 99;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.third {
        background-color: rgba(134, 132, 132, 0.9);
    box-shadow: #1f1f1f 0px 2px 21px;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 31%;
    min-width: 345px;
}
#third span {
position: fixed;
    display: block;
    top: 15%;
    left: 43%;
    margin-left: 20%;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 1.5em;
    color: white;
    box-shadow: black 0px 0px 100px;
    z-index: 100;
    cursor: pointer;
}
div[id^="third"] span {
position: fixed;
    display: block;
    top: 15%;
    left: 43%;
    margin-left: 20%;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 1.5em;
    color: white;
    box-shadow: black 0px 0px 100px;
    z-index: 100;
    cursor: pointer;
}

#gallery-container .button {
        min-width: 100% !important;
}

.pen-img-container img {
    position: relative;
    width: 100%;
}

.pen-desc-container {
    
}
#login-container {
position: relative;
    top: 17%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    width: 280px;
    background: #ffffffcf;
    box-shadow: grey 5px 5px 10px;
}
#login-container img {
    width: 100%;
    transform: rotate(-3deg);
    margin-top: 20px;
    margin-bottom: 50px;
}
#login-form .button {
        width: 250px;
    margin: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
#myorder {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #f1f1f1;
    color: grey;
    box-shadow: #777777 3px 3px 5px;
    text-shadow: 0px -2px 0px #ffffff, 0px 1px 3px #ffffff;
    transition: padding 0.3s linear, background 0.2s linear, text-shadow 0.2s linear;
        padding: 10px;
    
}

#footer {
    display: block;
    position: relative;
    background: white;
    bottom: 0px;
    box-shadow: #565656 inset 0px 4px 12px;
}
#footer p {
    padding: 0px 20px;
    text-align: center;
    display: inline-block;
    width: 94%;
}
#footer a {
    display: inline-block;
    position: relative;
    bottom: 0px;
        color: #69695e;
        text-decoration: none;
}
#footer #admin {
    float: right;
    width: 5%;
}

/*tabs*/
.tabs {
  position: relative;   
  min-height: 200px; /* This part sucks */
  height: 100%;
  clear: both;
top: 15%;
width: 90%;
margin-left: auto;
    margin-right: auto;
}
.tab {
  float: left;
}
.tab label {
    padding: 10px;
    margin-left: -1px;
    position: relative;
    left: 1px;
}
.tab label:hover {
background: #ffffffcf;
    box-shadow: grey 1px 2px 4px;
    border-radius: 30px;
    cursor: pointer;
}
.tab [type=radio] {
  display: none;   
}
.content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc;
  display:none;
}
[type=radio]:checked ~ label {
    /*background: #ffffffcf;*/
    box-shadow: grey 1px 2px 4px;
    border: none;
    /*border-bottom: 1px solid white;*/
    z-index: 2;
    border-radius: 30px;
}

#dashboard [type=radio]:checked ~ label {
    background: #ffffffcf;
}
/*[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}*/
[type=radio]:checked ~ label ~ .content {
  display:block;
}


/*end tabs*/
table {
    /*border-collapse: collapse;*/
    padding-top: 5px;
}

th {
    background:#928c81;
    color: #d4d4d4 !important;
    text-shadow: #424242 1px 1px 2px !important;
    padding: 5px;
    box-shadow: #484848 0px 1px 1px !important;
}
td {
/*    background:#928c81;
    color: #d4d4d4 !important;
    text-shadow: #424242 1px 1px 2px !important;*/
    padding: 5px;
    vertical-align: middle;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#editPenForm, #editBoxForm, #editMaterialForm, #editKitForm {
    display: block;
}

.modal-content {
    background-color: #f1f1f1;
    box-shadow: #1f1f1f 0px 2px 21px;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 295px;
}

#logout-form {
    position: absolute;
    display: block;
    top: 0;
    margin: 0;
    right: 0;
}
#logout-form .button {
        width: auto;
    margin: 0;
}

.table-image img {
    position: relative;
    width: 50px;
}

.table-image span {
position: fixed;
    display: block;
    top: 15%;
    left: 41%;
    margin-left: 20%;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 1.5em;
    color: white;
    box-shadow: black 0px 0px 100px;
    z-index: 100;
    cursor: pointer;
}

#primaryLarge {
position: absolute;
    display: none;
    width: 30%;
    top: 10%;
    left: 35%;
    box-shadow: #404040 0px 0px 200px;
    z-index: 99;
}

#primaryLarge img {
/*position: absolute;
    display: none;*/
    width: 100%;
/*    top: 10%;
    left: 35%;
    box-shadow: #404040 0px 0px 200px;
    z-index: 99;*/
}