﻿@import url(reset.css);

/*MAIN*/
body {
    font-size: 1.05em;
    line-height: 1.25em;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
    background: #ffffff;
    color: #000;
    min-width: 850px;
}

input[type=text], textarea {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
    padding: 10px;
    border: 2px solid black;
    width: 100%;
    width: calc(100% - 24px);
}

.custom-file-label {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
    padding: 10px;
    border: 2px solid black;
    width: calc(100% - 24px);
    display: inline-block;
    margin-top: 22px;
}

select {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
    padding: 10px;
    border: 2px solid black;
    width: 100%;
}

.dataTables_length select {
    width: initial;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.hiddenLink {
    text-decoration: inherit;
    font-weight: inherit;
    color: inherit;
}

a:hover {
    color: #444;
}

header {
    background: #fff;
    width: 100%;
    height: 76px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#logo {
    padding: 0px 60px;
    float: left;
    display: block;
    color: black;
}

nav {
    float: right;
    padding: 20px 50px;
}

#menu-icon {
    display: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background: url(../img/menu-icon.png) center;
}

a:hover#menu-icon {
    background-color: black;
    background: url(../img/menu-icon-neg.png) center;
}

ul {
    list-style: none;
}

li {
    display: inline-block;
    float: left;
    padding: 10px
}

section {
    margin: 100px auto 40px;
    max-width: calc(100% - 120px);
    position: relative;
    padding: 20px
}

h1 {
    font-size: 2em;
    color: black;
    line-height: 1.15em;
    margin: 20px 0;
}

h2 {
    font-size: 1.5em;
}

h2 > a > img {
    height:23px;
    width:23px;
}

h4 {
    font-size: 1.1em;
    font-weight: normal;
    margin-bottom:20px;
}

.titleMargin {
    margin-bottom:10px;
}

.titleMarginAll {
    margin-bottom: 10px;
    margin-top:10px;
}

p {
    line-height: 1.45em;
    margin-bottom: 20px;
}

input[type="submit"] {
    border: 2px solid black;
    background-color: white;
    font-size: X-Large;
    cursor: pointer;
}

button[type="submit"] {
    border: 2px solid black;
    background-color: white;
    font-size: X-Large;
    cursor: pointer;
}

.tableWrapper {
    margin-top: 20px;
}

.floatRight {
    float:right;
}

.error {
    color:red;
    text-align:right;
}

.justify {
    text-align:justify;
}

.strikeThrough {
    text-decoration: line-through;
    text-decoration-thickness: 10%;
}

.terms{

}

    .terms > h2, .terms > h3 {
        margin-bottom:20px;
    }


.grid {
    display: grid;
    grid-template-columns: 33.3% 33.3% auto;
    grid-gap: 50px;
}

.gridBio {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 50px;
}

.gridBioButton {
    width: 100%;
    padding: 20px;
}

.gridBioImages {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

.gridBioConfig {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 50px;
}

.gridWatches {
    display: grid;
    grid-template-columns: calc(25% - 7px) calc(25% - 7px) calc(25% - 7px) calc(25% - 7px);
    grid-gap: 10px;
}

.gridWatchEdit {
    display: grid;
    grid-template-columns: 30% 30% auto;
    grid-gap: 20px;
}

.gridWatchEditDetails {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
}

.gridWatchEditDesc {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 20px;
}

.gridWatchEditPhotos {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.gridSingleWatch {
    display: grid;
    grid-template-columns: 33% 33% auto;
    grid-gap: 10px;
}

.gridSingleWatchImages {
    display: grid;
    grid-template-columns: calc(33% - 8px) calc(33% - 8px) calc(33% - 8px);
    grid-gap: 10px;
}

.gridSingleWatchSpec {
    display: grid;
    grid-template-columns: 33% auto;
    grid-gap: 10px;
}

.gridLogin {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    margin: 0px auto 0px auto;
    width: 400px;
}
    .gridLogin > div > input[type="email"], input[type="password"] {
        width: calc(100% - 24px);
        padding: 10px;
        border: 2px solid black;
    }

.grid-item {
    
}

.grid-item-flex {
    /*display: block;*/
}

.grid-item-margin > div:first-child {
    margin-bottom:20px;
}

.grid-item--2-span {
    grid-column: span 2;
}

.grid-item--2-span-always {
    grid-column: span 2;
}

.grid-item--3-span {
    grid-column: span 3;
}

.grid-item--4-span {
    grid-column: span 4;
}

.grid-item--5-span {
    grid-column: span 5;
}

.grid-item > h1:first-child {
    margin-top:0px;
}

img{
    max-width:100%;
    max-height:100%;
    cursor:pointer;
}

.appText {
}

/*MEDIA QUERY*/
@media only screen and (max-width : 1680px) {
    .gridWatches {
        display: grid;
        grid-template-columns: calc(33% - 7px) calc(33% - 7px) calc(33% - 7px);
        grid-gap: 10px;
    }
}

@media only screen and (max-width : 1280px) {
    .gridWatches {
        display: grid;
        grid-template-columns: calc(50% - 5px) calc(50% - 5px);
        grid-gap: 10px;
    }
}

@media only screen and (orientation: portrait), (max-width : 1000px) {
    header {
        padding-bottom: 20px;
    }

    body {
        font-size: 1.5em;
    }

    h2 {
        margin-bottom: 20px;
    }

        h2 > a > img {
            height: 30px;
            width: 30px;
        }

    p {
        font-size: 1em;
    }

    #menu-icon {
        display: inline-block;
    }

    nav {
        padding: 30px 50px;
    }

        header > nav ul, nav:active ul {
            display: none;
            position: absolute;
            padding: 20px;
            background: #fff;
            border: 5px solid black;
            right: 50px;
            top: 70px;
            width: 50%;
        }

        nav li {
            text-align: center;
            width: 100%;
            padding: 10px 0;
            margin: 0;
        }

        nav:hover ul {
            display: block;
        }

    footer > nav > ul {
        list-style: none;
    }

        footer > nav > ul > li {
            display: inline-block;
            float: left;
            padding: 10px;
            width: initial;
        }

    .grid {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .gridWatches {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .gridWatchEdit {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .gridSingleWatch {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .gridSingleWatchImages {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 10px;
    }

    .grid-item-mobile-show {
        grid-column: span 2;
    }

        .grid-item-mobile-show > img {
            margin: auto;
        }

    .grid-item-mobile-hide {
        display: none;
    }

    .grid-item--2-span {
        grid-column: 1;
    }

    .grid-item--3-span {
        grid-column: 1;
    }

    input[type=submit] {
        padding: 1em;
    }
}