﻿html {
    -webkit-appearance: none;
    background-size: cover;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Jura';
    font-weight: 300;
    font-weight: normal;
    min-height: 100vh;
    background: linear-gradient(#e8ebf0, #fafafa) no-repeat;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

    body.login {
        background: url(../images/login.jpg?v=2) no-repeat #000;
        background-size: cover !important;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Arial, sans-serif;
        color: #ffffff;
    }


.login-box {
    background: linear-gradient(127deg, rgba(0,102,179,0.8), rgba(4,76,130,0.8));
    width: 100%;
    max-width: 1050px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.login-box-wrap {
    padding: 60px 80px 40px 80px;
}


.editRecord {
    display: block;
    padding-top: 0px;
}

    .editRecord h4 {
        padding-top: 60px;
        margin-bottom: 15px;
    }

    .editRecord .caption {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        padding-right: 30px;
    }

    .editRecord label {
    }

        .editRecord label.small {
            font-size: 17px;
        }

    .editRecord textarea {
        width: calc(100%);
        font-family: 'Jura';
        font-weight: 300;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        padding: 10px 0px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
        -ms-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .editRecord input[type=text], .editRecord input[type=date], .editRecord input[type=file], .editRecord input[type=password], .editRecord select {
        width: calc(100%);
        font-family: 'Jura';
        font-weight: 300;
        font-size: 16px;
        font-weight: normal;
        line-height: 30px;
        padding: 10px 0px;
        background: none;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
        border: 0px;
        border-bottom: 1px dotted #333;
        -ms-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        outline: none;
    }

.login input[type=text], .login input[type=password] {
    background: none;
    border-bottom: 1px solid rgba(255,255,255,0.3) !important;
    padding: 10px 0px !important;
    font-size: 30px;
    font-weight: 300;
    margin: 0px;
    color: #ccc;
}

#grid input[type=text], #grid input[type=number], #grid select {
    width: calc(100%);
    font-family: 'Jura';
    font-weight: 300;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    background: none;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    border: 0px dashed #999;
    text-align: center;
    -ms-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    outline: none;
}

#grid input[type=number] {
    padding: 0px 0px 0px 15px;
}

.login input[type=submit] {
    background: none;
    border: 1px solid #999;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px !important;
    cursor: pointer;
}

.editRecord .noBorder {
    border: 0px;
}

.editRecord .noBackground {
    width: calc(100% - 20px);
    background: rgba(255,255,255,1);
    border: 1px solid #cccccc !important;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15) !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    outline: 0px;
    margin-bottom: 7px;
}

.editRecord ::placeholder {
    color: #959595;
}

.editRecord :-ms-input-placeholder {
    color: #959595;
}

.editRecord ::-ms-input-placeholder {
    color: #959595;
}

.editRecord input[type=text].narrow, .editRecord input[type=date].narrow, .editRecord select.narrow {
    width: 90%;
    min-width: 220px;
    max-width: 220px;
    font-family: 'Jura';
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}

.editRecord input[type=text].narrow100, .editRecord input[type=date].narrow100, .editRecord select.narrow100 {
    width: 90%;
    min-width: 100px;
    max-width: 100px;
    font-family: 'Jura';
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}

.editRecord input[type=text].third, .editRecord input[type=date].third, .editRecord select.third {
    width: 32%;
    min-width: 190px;
    max-width: 190px;
    font-family: 'Jura';
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
}

.editRecord input[type=text].entered, .editRecord input[type=date].entered, .editRecord select.entered {
    width: 90%;
    min-width: 100px;
    max-width: 100px;
    font-family: 'Jura';
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
    disabled: true;
    opacity: 0.4;
}

.editRecord input[type=text].narrow125, .editRecord input[type=date].narrow125, .editRecord select.narrow125 {
    min-width: 125px;
    max-width: 125px;
}

.editRecord input[type=text].narrow150, .editRecord input[type=date].narrow150, .editRecord select.narrow150 {
    min-width: 150px;
    max-width: 150px;
}

.editRecord input[type=text].narrow450, .editRecord input[type=date].narrow450, .editRecord select.narrow450 {
    min-width: 450px !important;
    max-width: 450px !important;
}


.editRecord input[type=text].full {
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
}

.editRecord input[type=text].dimmed, .editRecord input[type=date].dimmed, .editRecord select.dimmed {
    background-color: #eaeaea !important;
    opacity: 0.5;
}

.editRecord input[type=checkbox], .editRecord input[type=radio] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    vertical-align: middle;
}

.editRecord .vAlignBottom input[type=checkbox], .editRecord .vAlignBottom input[type=radio] {
    vertical-align: bottom;
}

.editRecord small input[type=checkbox], small .editRecord small input[type=radio] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 0px;
}

.editRecord small label {
    font-size: 16px;
}

.editRecord small .vAlignBottom input[type=checkbox], .editRecord small .vAlignBottom input[type=radio] {
    vertical-align: bottom;
}


.editRecord label {
    font-size: 15px;
    vertical-align: middle;
}

    .editRecord label.heading {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 7px;
    }

.login .editRecord label.heading {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.editRecord label.heading span {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}


.editRecord label.heading .byline {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.editRecord input[type=submit] {
    width: 100%;
    background: #0066b3;
    font-family: 'Jura';
    font-weight: 300;
    font-size: 15px !important;
    font-weight: bold;
    color: #fff;
    border: 0px;
    border-radius: 2px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 15px;
    transition: 0.2s ease all;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

    .editRecord input[type=submit]:hover {
        background: #733542;
    }

    .editRecord input[type=submit].narrow {
        min-width: 200px;
        font-family: 'Jura';
        font-weight: 300;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        padding: 10px;
        margin-top: 15px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
    }

.editRecord .alert {
    background-color: #f35b2a;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.editRecord .fieldColumn {
    display: inline-table;
    width: 50%;
    vertical-align: top;
}

#alert {
    width: 100%;
    max-width: 290px;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

    #alert.b {
        background-color: #3f171f;
        color: #ffffff;
    }
