﻿html {
    background-image: linear-gradient(to bottom, #077ddf 0, #FFFFFF 200px);
    background-repeat: repeat-x;
}

button {
    background-color: #1a467b;
    background-image: linear-gradient(to top, #1a467b 0, #077ddf 100%);
    border: 0;
    border-color: #163b68;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: medium;
    font-weight: bold;
    margin-top: 10px;
    padding: .3em .6em;
    position: relative;
    overflow: hidden;
}

hr {
    height: 1px;
    border: 0;
    background-image: -webkit-linear-gradient(left, #FFF050, #FF9500, rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, #FFF050, #FF9500, rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, #FFF050, #FF9500, rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, #FFF050, #FF9500, rgba(0,0,0,0));
}

.login-fields {
    background: #4f81bd;
    padding: 15px;
}

.input-container {
    background: none;
    color: #FFF;
    font-weight: bold;
    padding-left: 0;
}

.input-field {
    background: #fff;
    font-weight: bold;
    height: 30px;
    margin: 8px 0 8px 0;
    width: 100%;
}

.pestpac-logo {
    background: url(/images/pestpac_logo.png) no-repeat;
    background-position: center 15px;
    background-size: 90%;
    min-height: 100px;
    margin: 0 auto;
    max-width: 428px;
}

.mobile-logo {
    background: url(/images/logo.png) no-repeat;
    background-position: center 15px;
    background-size: 90%;
    min-height: 100px;
    margin: 0 auto;
    max-width: 428px;
}

.login-error {
    background-color: #ffeca6;
    color: #a64f1e;
    font-weight: bold;
    padding: .5em;
    text-align: center;
    margin-top: .5em;
}

.login-button {
    text-align: right;
}

    .login-button button {
        -webkit-background-clip: padding;
        background-clip: padding-box;
        background-image: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: large;
        height: 3em;
        min-height: 1.8em;
        -webkit-user-select: none;
        width: 12em;
        z-index: 1;
    }

.manager-login {
    padding: 30px 0 0 15px;
    width: 50%;
}

    .manager-login .input-container {
        color: #000000 !important;
    }

.header {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: x-large;
    font-variant: small-caps;
}

.container {
    padding: 10px;
}

.counts {
    font-size: small;
    font-variant: small-caps;
    text-align: right;
    width: 75%;
}

.company-list-container {
    height: 400px;
    overflow-x: hidden;
    width: 75%;
}

.company-list {
    font-size: small;
    width: 100% !important;
}

    .company-list .table-row {
        cursor: pointer;
    }

.company {
    padding: 5px;
    width: 100%;
}

.company-edit-container {
    background: #4f81bd;
    border-radius: 5px;
    margin: 15px;
    width: 60%;
}

.company-edit-container-inside {
    padding: 15px;
}

.company-edit-button {
    background-image: linear-gradient(to top, #FF9500 0, #FFF050 100%);
    border-radius: 5px;
    color: black;
    cursor: pointer;
    margin: 0 2px 0 2px;
    min-width: 40px;
    padding: 1px 15px 1px 15px;
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-right {
    text-align: right;
}

.padded-section {
    padding: 8px;
}

.user-list-container {
    height: 600px;
    overflow-x: hidden;
    width: 40%;
}

.user-list {
    width: 100% !important;
}

    .user-list .table-row {
        cursor: pointer;
    }

.user-edit-container {
    background: #4f81bd;
    border-radius: 5px;
    margin: 15px;
    width: 500px;
}

.user-edit-container-inside {
    padding: 15px;
}

    .user-edit-container-inside .table-cell {
        padding: 0 5px 0 5px;
    }

.error-list {
    font-size: 12px;
    width: 95% !important;
}

    .error-list .table-cell {
        padding: 2px 3px 2px 3px;
    }

        .error-list .table-cell:last-child {
            width: 55%;
        }

.table {
    border-spacing: 0;
    display: table;
    margin: 0 10px 0 10px;
    width: 75%;
}

    .table .table-row:hover {
        background: #FFFFF0 !important;
    }

    .table .table-row:nth-child(odd) {
        background: #D7E0E4;
    }

    .table .table-row:nth-child(even) {
        background: #E5EEF2;
    }

.table-header {
    display: table-row;
    font-variant: small-caps;
    font-weight: bold;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.info {
    font-size: smaller;
    font-style: italic;
    padding: 10px;
    width: 75%;
}

.config-options {
    color: #FFFFFF;
    font-size: small;
    padding: 5px;
    width: 50%;
}

    .config-options .table-row:hover {
        background: #FFB500 !important;
    }

        .config-options .table-row:hover .table-cell:first-child {
            border-radius: 5px 0 0 5px;
        }

        .config-options .table-row:hover .table-cell:last-child {
            border-radius: 0 5px 5px 0;
        }

    .config-options .table-row:nth-child(odd) {
        background: #4f81bd;
    }

    .config-options .table-row:nth-child(even) {
        background: #4f81bd;
    }

.collapsible-table {
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 3px 0 0 5px;
}

.columns div {
    width: 50%;
}

.clear {
    clear: both;
}

.back-button {
    float: left;
    margin: 40px 0 0 25px;
}

.change-password-button {
    float: right;
    font-size: small;
    margin: 40px 15px 0 0;
}

.logout-button {
    float: right;
    font-size: small;
    margin: 40px 25px 0 0;
}

.expired {
   color: #ff0000 !important;
}