﻿* {
    margin: 0;
}

body {
    font-family: Arial;
    margin: 0;
    padding: 0;
    color: #272019;
    font-size: 10pt;
    overflow-y: scroll;
    overflow-x: auto;
    background-color: white;
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    color: #272019;
    font-size: 10pt;
    background-color: #FCFCFC;
    height: 100%;
}

table {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

td {
    vertical-align: top;
}


input[type=text] {
    width: 250px;
    padding: 5px;
}

select {
    width: 250px;
    padding: 5px;
}

input[type=number] {
    width: 250px;
    padding: 5px;
}

input[type=password] {
    width: 250px;
    padding: 5px;
}

input[type=datetime-local] {
    width: 250px;
    padding: 5px;
}

input[type=datetime] {
    padding: 5px;
}

input[type=date] {
    width: 250px;
    padding: 5px;
}

input[type=time] {
    width: 250px;
    padding: 5px;
}

input[type=email] {
    width: 250px;
    padding: 5px;
}

input[type=checkbox] + label {
    padding-left: 5px;
    cursor:pointer;
}

input[type=checkbox]{
    cursor:pointer;
}

input[type=checkbox]:hover{
}



.action {
    text-align: left;
    display: block;
    margin-bottom: 4px;
    margin-top: 2px;
    padding-left: 8px;
    border-left: 5px #0099FF solid;
    color: black;
    font-style: normal;
    text-decoration: none;
}

    .action:visited {
        font-style: normal;
        text-decoration: none;
    }

    .action:hover {
        font-style: normal;
        text-decoration: underline;
        color: #0099FF;
    }

    
.actionSection {
    text-align: center;
    padding: 4px;
    color: black;
    background: #eeeeee;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    margin-bottom:4px;
    border-bottom:1px #0099FF solid;
}



    .tabPanel {
        padding: 4px;
    }

        .tabPanel .tab {
            text-align: left;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 10px;
            padding-right: 10px;
            width: auto;
            background-color: #dadada;
            color: black;
            font-size:120%;
            border-left:1px black solid;
            border-right:1px black solid;
            border-top:1px black solid;
        }

        .tabPanel .content {
            border: 1px black solid;
            padding: 10px;
            text-align:center;
        }

.fieldTable {
    background-color: white;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

    .fieldTable tr {
    }

    .fieldTable .headers {
        text-align: left;
        vertical-align: top;
        color: white;
        font-weight: bold;
        background-color: darkgray;
        text-align: center;
    }

    .fieldTable .values td {
        padding-top: 6px;
        padding-bottom: 6px;
    }


    .fieldTable .values .number {
        text-align: right;
    }


    .fieldTable .values .text {
        text-align: left;
    }

    .fieldTable td {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
        padding-right: 8px;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
    }


.fc-admin-page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}

.fc-admin-page .fc-admin-page-footer-push {
    background-color: transparent;
    height: 40px;
}

.fc-admin-page-footer {
    clear: both;
    position: relative;
    background-color: white;
    width: 100%;
    z-index: 10;
    height: 40px;
    margin-top: -40px;
    border-top: 1px solid gray;
}

.filters {
    display:flex;
    text-align: left;
    vertical-align: central;
}

    .filters section {
        display:block;
        padding: 4px;
        text-align: left;
        vertical-align: central;
    }

        .filters section input[type=text] {
            margin-bottom: 4px;
        }

        .filters section input[type=email] {
            margin-bottom: 4px;
        }

        .filters section input[type=number] {
            margin-bottom: 4px;
        }

/* -----------------------------------------------------------------------------------*/
/* BUTTONS */
/* -----------------------------------------------------------------------------------*/

input[type=button] {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0099FF;
    color: #FFFFFF;
    border-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
}

    input[type=button]:hover {
        background-color: #33ADFF;
    }


input[type=submit] {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0099FF;
    color: #FFFFFF;
    border: 1px black solid;
    font-weight: bold;
    cursor: pointer;
}

    input[type=submit]:hover {
        background-color: #33ADFF;
    }

.fc-admin-main-panel {
    width: 100%;
}

.fc-admin-menu-panel-placeholder {
    height: 34px;
    background-color: transparent;
}

.fc-admin-window-header-panel-placeholder {
    height: 32px;
    background-color: transparent;
}

.fc-admin-window-top-panel-placeholder {
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

/* -----------------------------------------------------------------------------------*/
/* TOP BAR AND MENU
/* -----------------------------------------------------------------------------------*/

.fc-admin-top-panel {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.fc-admin-menu-panel {
    width: 100%;
    background-color: #eeeeee;
    border-bottom: 1px solid gray;
    position: relative;
}

    /* ------------------------------------------------------------------------------------------------------- */
    /* LOGIN CARD */
    /* ------------------------------------------------------------------------------------------------------- */

    .fc-admin-menu-panel .fc-login-card {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        float: right;
    }

        .fc-admin-menu-panel .fc-login-card .cell {
            display: table-cell;
            float: left;
            height: 32px;
        }

            .fc-admin-menu-panel .fc-login-card .cell .textContent {
                display: table-cell;
                height: 32px;
                vertical-align: middle;
            }

/* -----------------------------------------------------------------------------------*/
/* WINDOWS
/* -----------------------------------------------------------------------------------*/

.fc-window {
    background-color: white;
    float: none;
}

    .fc-window .header {
        height: 32px;
        border-bottom: 1px solid gray;
        background-color: #dadada;
    }

        .fc-window .header .title {
            font-weight: bold;
        }

        .fc-window .header .content {
            margin: 10px;
        }

        .fc-window .header .cell {
            display: table-cell;
            float: left;
            height: 32px;
        }

            .fc-window .header .cell .textContent {
                display: table-cell;
                height: 32px;
                vertical-align: middle;
            }

    /* -----------------------------------------------------------------------------------*/
    /* WINDOW - TOP PANEL (FILTERS)
/* -----------------------------------------------------------------------------------*/

    .fc-window .top-panel {
        border-bottom: 1px solid gray;
        background-color: #fcfcfc;
    }

        .fc-window .top-panel .fc-filters {
        }

            .fc-window .top-panel .fc-filters .row {
                display: table-row;
            }

                .fc-window .top-panel .fc-filters .row .cell {
                    display: table-cell;
                    padding-right: 10px;
                }

                    .fc-window .top-panel .fc-filters .row .cell .label {
                    }

                    .fc-window .top-panel .fc-filters .row .cell .editbox {
                    }

                    .fc-window .top-panel .fc-filters .row .cell .button {
                    }

/* ------------------------------------------------------------------------------------------------------- */
/* TABLE */
/* ------------------------------------------------------------------------------------------------------- */

.fc-admin-table {
    background-color: white;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-collapse: collapse;
    border-spacing: 0;
}

.fc-admin-table-main-header-row {
    background-color: #404040;
}

.fc-admin-table-header-row {
    background-color: darkgray;
}

.fc-admin-table-header-cell {
    font-weight: bold;
    padding: 4px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    color: white;
    text-align: center;
}

.fc-admin-table-header-cell-alternate {
    font-weight: bold;
    background-color: #606060;
    padding: 4px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    color: white;
    text-align: center;
}

.fc-admin-table-row {
    background-color: white;
}

.fc-admin-table-cell {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    padding-left: 3px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}


.fc-admin-table-row-alternate {
    background-color: #EFEFEF;
}

.fc-admin-table-cell-no-record {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 3px;
    padding-left: 3px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
    color: red;
}

.fc-admin-table-cell-row-count {
    padding: 4px;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: left;
    color: #666666;
    background-color: #fafafa;
}

/* ------------------------------------------------------------------------------------------------------- */
/* DETAILS PAGE */
/* ------------------------------------------------------------------------------------------------------- */

.fc-details-page {
}

    .fc-details-page .details-table {
        background-color: white;
        border-top: 1px solid gray;
        border-left: 1px solid gray;
        margin-left: auto;
        margin-right: auto;
        border-collapse: collapse;
    }

        .fc-details-page .details-table td {
            padding-top: 4px;
            padding-bottom: 4px;
            padding-left: 8px;
            padding-right: 8px;
            border-bottom: 1px solid gray;
            border-right: 1px solid gray;
        }

        .fc-details-page .details-table .labels-row {
        }

            .fc-details-page .details-table .labels-row td {
                text-align: left;
                vertical-align: top;
                color: white;
                font-weight: bold;
                background-color: darkgray;
                text-align: center;
            }

        .fc-details-page .details-table .values-row {
        }

            .fc-details-page .details-table .values-row td {
                padding-top: 6px;
                padding-bottom: 6px;
            }

            .fc-details-page .details-table .values-row .number {
                text-align: right;
            }

            .fc-details-page .details-table .values-row .label {
                text-align: left;
            }

    .fc-details-page h4 {
        padding-bottom: 8px;
        padding-top: 8px;
    }

.highlight {
    font-weight: bold;
    color: #381d04;
}

    .highlight a {
        font-weight: bold;
        text-decoration: none;
        outline: none;
        color: #381d04;
    }

        .highlight a:hover {
            outline: none;
            text-decoration: none;
            font-weight: bold;
            color: #0d5182;
        }

        .highlight a:link {
            outline: none;
            text-decoration: none;
            font-weight: bold;
            color: #0d5182;
        }

        .highlight a:visited {
            outline: none;
            text-decoration: none;
            font-weight: bold;
            color: #381d04;
        }

.horizontalCenteringFirst {
    float: right;
    right: 50%;
    position: relative;
}

.horizontalCenteringLast {
    float: right;
    right: -50%;
    position: relative;
}

.verticalCenterCell {
    display: table-cell;
    vertical-align: middle;
}

.clear {
    clear: both;
}
