﻿@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);

body {
    margin: 0px;
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    background-color: #fff;
    color: #2b2e34;
    min-width: 1020px;
}

form {
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: none;
}

p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h1 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
}

h2 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

h3 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

a {
    color: #008e82;
    text-decoration: underline;
}

    a:hover {
        color: #008e82;
        text-decoration: underline;
    }

strong {
    font-weight: bold;
}

section {
    min-height: 540px;
    display: block;
    margin: auto;
    padding: 0px;
    width: 980px;
    margin-bottom: 80px;
    overflow: hidden;
}

.section-holder
{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    float: left;
    clear: both;
}

footer {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
    clear: both;
    margin-bottom: 0;
    background-color: #f1f1f1;
    width: 100%;
}

.footer-container {
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 980px;
}

/* remove the crap from safari input fields */
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
    -webkit-appearance: none;
    box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
}

/* end element styles */

/* general */

.note {
    font-size: 13px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.left-float {
    text-align: left;
    float: left;
}

.right-float {
    text-align: right;
    float: right;
}

.hidden {
    display: none;
}

.top-40 {
    margin-top: 40px !important;
}

.bottom-40 {
    margin-bottom: 40px !important;
}

.left-140 {
    margin-left: 140px !important;
}

.left-200 {
    margin-left: 200px !important;
}

/* general */

/* form inputs */

/*
.inputtext, .inputmenu
    */
.inputtext {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    background-color: #fff;
    margin: 0px;
    padding: 0px 10px;
    color: #333;
    line-height: 32px;
    text-space-collapse: preserve-breaks;
    white-space: pre-wrap;
    letter-spacing: normal;
    border-image-width: 0px;
    outline: none;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    vertical-align: middle;
    resize: none;
    height: 32px;
}

    .inputtext[disabled], .inputmenu[disabled] {
        background-color: #efefef;
    }

textarea.inputtext {
    padding: 10px;
    min-height: initial;
    height: initial;
    line-height: initial;
}

input[type="date"].inputtext, input[type="datetime"].inputtext {
    width: initial;    
}

.inputlabel {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 32px;
    margin-right: 20px;
    text-align: right;
}


.inputmenu {
    margin-bottom: 20px;
}
/*
.inputmenu
{
    height: 40px;
    -webkit-appearance: none;
    box-shadow: none !important;
    -moz-appearance:none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
    background-color: transparent;
    background-image: url(../../resources/public/dropdown.png);
    background-position: right center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
} 
    */

p .inputtext, p .inputmenu, td .inputtext, td .inputmenu {
    margin-bottom: 0px;
    display: inline-block;
    box-sizing: border-box;
}


/* end form inputs */


/* buttons */
.action-button {
    background-color: #9a9b9f;
    color: #fff;
    display: inline-block;
    margin: 0px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    outline: none;
    border: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    vertical-align: middle;
    height: 40px;
}

    .action-button:hover {
        background-color: #838487;
        color: #fff;
        text-decoration: none;
    }

    .action-button.destructive, .action-button.destructive:hover
    {
         background-color: #ef4135;
    }

/* end buttons */

/* errors */

.inputtext.error {
    border-color: #ef4135;
}

div.error {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #ef4135;
    font-weight: bold;
    border: #ef4135 2px solid;
    border-radius: 10px;
    padding: 10px;
    display: block;
}

/* end errors */

div.success {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    color: #b8ca35;
    font-weight: bold;
    border: #b8ca35 2px solid;
    border-radius: 12px;
    padding: 10px;
    display: block;
}

/* sign in */

.signin {
    width: 280px;
}

    .signin .logo, .accept .logo {
        margin: 0px auto;
        padding: 0px;
        margin-top: 50px;
        margin-bottom: 20px;
        width: 120px;
        height: 120px;
        display: block;
    }

    .accept .logo {
        margin-bottom: 100px;
    }

        .signin .logo img {
            width: 100%;
            height: 100%;
        }

    .signin .signin-block {
        width: 100%;
        padding: 20px;
        margin: 0px;
        margin-bottom: 20px;
        box-sizing: border-box;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
        background-color: #fff;
    }

    .signin .inputtext {
        width: 100%;
    }

    .signin .action-button {
        width: 100%;
    }

/* end sign in */

/*error pages */

.error-page {
    width: 280px;
}

    .error-page .logo {
        margin: 0px auto;
        padding: 0px;
        margin-top: 50px;
        margin-bottom: 100px;
        width: 240px;
        height: 50px;
        display: block;
    }

        .error-page .logo img {
            width: 100%;
            height: 100%;
        }
/* end error pages */
