﻿html, body {
    padding: 0;
    margin: 0;
}

body {
    background: #fff; /*url('/Content/img/wood.jpg');*/
    width: 100%;
    font-family: 'Lato',sans-serif;
    font-size: 1.8em;
    line-height: 2.6em;
    color: #555;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.logo {
    color: #5b4b38;
    line-height: 30px;
    vertical-align: top;
    font-size: 1.5em;
    width: 225px;
    height: 37px;
    margin: 0 0 2em;
    font-family: 'Pacifico',sans-serif;
}

    .logo img {
        width: 225px;
    }

    .logo span {
        line-height: 30px;
        vertical-align: top;
    }

.body-left {
    position: relative;
    max-width: 600px;
    background: #fff;
    margin: 0;
    min-width: 35%;
    -webkit-box-shadow: 10px 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 0 10px rgba(0,0,0,0.4);
    box-shadow: 10px 0 10px rgba(0,0,0,0.4);
}

.left-col {
    float: right;
    padding: 50px;
    width: 600px;
}

.body-right {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 35%;
    z-index: -1;
}

.body-right-wrapper {
    /*position: relative;
    height: 100%;
    min-height: 100%;
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.alt-path {
    margin: 2em 0;
}

p.secondary, label.secondary {
    color: #9e9ea6;
    font-size: 1.25em;
    line-height: 1.5em;
}

p {
    color: #555;
    margin: 0 0 1em 0;
    font-size: 1.25em;
    line-height: 1.5em;
}

.large-bottom-margin {
    margin-bottom: 2rem !important;
}

.small-left-margin {
    margin-left: .5rem !important;
}

h1, h2, h3, h4 {
    font-weight: 900;
    font-family: 'Lato',sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -1px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h1, h2 {
    /*color: #5b4b38;*/
    color: #000;
}

.sm-setup {
}

select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-family: 'Lato',sans-serif;
    display: inline-block;
    height: 1.9em;
    font-size: 15px;
    color: #555;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    vertical-align: middle;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
}

    select, select.form-control, textarea, textarea.form-control, input[type='text'], input[type='email'], input[type='password'], input[type='number'] {
        height: 2.4em;
        font-size: 20px;
        line-height: 20px;
        padding: .25em .75em;
        border-width: 2px;
        width: 18em;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
    }

        select, select.form-control {
            -webkit-appearance: menulist;
        }

        textarea, textarea.form-control {
            height: 5em;
            resize: vertical;
        }

.input-group.domain {
    width: 330px;
}

    .input-group.domain .input-group-addon {
        text-align: left;
        height: 2.4em;
        padding: 5px;
        border-width: 2px;
        border-left: none;
        font-size: 20px;
        line-height: 20px;
        padding: .25em .75em;
        color: #888;
    }

    .input-group.domain input[type='text'] {
        width: 195px;
    }

input[type="checkbox"] {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.checkbox label, .alert {
    padding-left: 20px;
    line-height: 1.5em;
}

    .checkbox label .text {
        display: inline-block;
        margin-left: 20px;
        line-height: 1.5em;
    }

.btn {
    /*background: #2ab27b;*/
    color: white !important;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato',sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 900;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border: 0;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-outline {
    background: #fbfbfa;
    border: 1px solid #c7cacd;
    color: #555459 !important;
    font-weight: 700;
    text-shadow: none;
}

.btn-large {
    padding: 14px 32px;
    font-size: 20px;
}

.btn.btn-large.btn-outline {
    padding: 14px 31px;
}

.btn-large i {
    margin-right: .5em;
    font-size: 18px;
}

.btn i {
    margin-right: .25em;
}

.form-control.onlycolors.input-validation-error {
    background-color: #fee;
}

    .form-control.onlycolors.input-validation-error:focus {
        background-color: #fff8f8;
    }

input[type=checkbox].form-control.onlycolors.input-validation-error + span {
    color: #ff6347;
}

    input[type=checkbox].form-control.onlycolors.input-validation-error + span:before,
    input[type=radio].form-control.onlycolors.input-validation-error + span:before {
        background-color: #fee;
    }



@media screen and (max-width: 600px) {
    .logo {
        color: #5b4b38;
        line-height: 30px;
        vertical-align: top;
        font-size: 1.5em;
        width: 300px;
        height: 37px;
        margin: 1em 0 1.2em 0;
        font-family: 'Pacifico',sans-serif;
    }

        .logo img {
            width: 260px;
        }

    .body-left {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-bottom: 1em;
    }

    .left-col {
        float: right;
        padding: 5px;
        width: 100%;
    }

    .body-right {
        display: none;
    }

    p.secondary, label.secondary {
        color: #9e9ea6;
        font-size: 1.1em;
        line-height: 1.5em;
    }

    p {
        color: #555;
        margin: 0 0 1em 0;
        font-size: 1.25em;
        line-height: 1.5em;
    }

    .large-bottom-margin {
        margin-bottom: 2rem !important;
    }

    .small-left-margin {
        margin-left: .5rem !important;
    }

    h1, h2, h3, h4 {
        -webkit-font-smoothing: antialiased;
        margin: 0 0 0.5em 0;
    }

    h1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: -1px;
    }

    h2 {
        font-size: 24px;
        line-height: 32px;
    }


    textarea, textarea.form-control, input[type='text'], input[type='email'], input[type='password'], select, select.form-control {
        width: 100%;
    }

    .input-group.domain {
        width: 100%;
    }

        .input-group.domain .input-group-addon {
            text-align: left;
            height: 2.4em;
            padding: 5px;
            border-width: 2px;
            border-left: none;
            font-size: 20px;
            line-height: 20px;
            padding: .25em .75em;
            color: #888;
        }

        .input-group.domain input[type='text'] {
            width: 100%;
        }
}

.field-validation-error {
    display: block;
    margin-top: -.5em;
    color: #ff6347;
}

.error-holder {
    background-image: none;
    font-family: 'Lato',sans-serif;
    padding-top: 180px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #333;
    font-size: 1em;
    text-shadow: 1px 1px 1px #fff;
}

    .error-holder p {
        font-size: 0.6em;
    }

    .error-holder h1, .error-holder h2 {
        font-family: 'Lato',sans-serif;
        font-weight: 900 !important;
        color: #333;
        -webkit-font-smoothing: antialiased;
        margin: 0 0 0.5em 0;
        text-shadow: 1px 1px 1px #fff;
    }

    .error-holder h1 {
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -1px;
    }

    .error-holder h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 50px;
    }


.table tbody > tr:hover > td {
    background-color: #f7f7f7;
    cursor: pointer;
}

.table tr td input:hover {
    cursor: pointer;
}

.language-picker {
    position: absolute;
    top: 0;
    right: 0;
}
.language-picker ul {
    list-style: none;
    padding: 0 6px;
}
.language-picker ul>li {
    display: inline-block;
    padding: 0 6px;
}
.language-picker ul>li a {
    color: rgba(74, 74, 74, 0.4);
    font-size: 0.8em;
}
.language-picker ul>li a:focus,
.language-picker ul>li a:hover {
    color: rgba(74, 74, 74, 0.6);
}
.language-picker ul>li.selected a {
    color: rgba(74, 74, 74, 0.75);
}
.language-picker ul>li.selected a:hover,
.language-picker ul>li.selected a:focus {
    color: rgba(74, 74, 74, 1);
}

.grecaptcha-badge {
  /*  visibility: collapse !important;
    display: none !important;*/
}


.input-group.vat {
    width: 20em;
}

    .input-group.vat .input-group-addon {
        text-align: left;
        height: 2.4em;
        padding: 5px;
        border-width: 2px;
        font-size: 20px;
        line-height: 20px;
        padding: .25em .75em;
        color: #888;
    }

    .input-group.vat input[type='text'] {
        width: 100%;
    }