﻿@import url('https://fonts.googleapis.com/css?family=PT+Sans');

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1.0em;
    font-family: PT Sans, Verdana, Geneva, sans-serif;
    color: #5C5858;
    background-attachment: fixed;
}

#container
{
    min-height: 99%;
    position: relative;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    background-image: url(../Images/PageBackground.png);
    background-repeat: repeat-y;
}

    #container h2, h3, h4, h5
    {
        margin-left: 10px;
    }

    #container h4
    {
        margin-left: 30px;
    }

    #container h5
    {
        margin-left: 30px;
        font-weight: normal;
    }

#header
{
    background: #fff;
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: 1px solid gray;
}

    #header img
    {
        margin-left: 5px;
        margin-bottom: 3px;
    }

#body
{
    padding: 0px;
    padding-bottom: 20px; /* Height of the footer */
}

#footer
{
    position: absolute;
    color: #666362;
    font-size: .8em;
    bottom: 0;
    width: 96%;
    border-top: 1px solid gray;
    left: 18px;
    height: 20px; /* Height of the footer */
}

    #footer .float-left
    {
        float: left;
        margin-left: 10px;
    }

    #footer .float-right
    {
        float: right;
        margin-right: 10px;
    }

#gradient_bar
{
    background: #0094d4; /*white url(http://criteriuminc.com/images/content_bgr.gif) repeat-x;*/
    display: inline-block;
    height: 22px;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 10px;
    width: 98%; /*950px;*/
    border-bottom: 2px solid navy;
}

    #gradient_bar label
    {
        color: white;
    }

        #gradient_bar label:first-child
        {
            float: left;
        }

    #gradient_bar span
    {
        padding-right: 6px;
        color:white;
    }

    #gradient_bar #divTimeout
    {
        color: white;
        float: right;
    }

.PageTitleCentered
{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 20px;
}

.EffectOptions
{
}

    .EffectOptions input
    {
        font-size: 1.8em;
        padding-left: 5px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
        margin-bottom: 20px;
        font-weight: bold;
    }

        .EffectOptions input:first-child
        {
            display: block;
            color: red;
        }

    .EffectOptions span
    {
        margin-left: 40px;
        font-style: italic;
        display: block;
    }

.FormEntry
{
    padding-bottom: 30px; /*Allow for footer at bottom of page*/
}

.FormInstruction
{
    margin: 0px 30px 10px 30px;
    font-size: .8em;
}

.FormHeader
{
    margin-left: 60px;
    margin-bottom: 20px;
    font-size: large;
    font-weight: bold;
    color: black;
}

    .FormHeader h4
    {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-weight: normal;
    }

    .FormHeader h5
    {
        margin-bottom: 20px;
        margin-top: 8px;
    }

.FormInstructions
{
    margin-left: 60px;
    margin-bottom: 25px;
    margin-right: 60px;
    font-size: medium;
    color: black;
}

.FormItemVertical
{
    margin: 0px 5px 3px 90px;
}

    .FormItemVertical input, textarea, select
    {
        font-size: .8em;
        padding-left: 5px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
        margin-bottom: 20px;
    }

    .FormItemVertical label:first-child
    {
        margin-bottom: 2px;
        vertical-align: top;
        color: black;
        display: block;
    }

    .FormItemVertical span:first-child
    {
        color: black;
        display: block;
    }

    .FormItemVertical label, span
    {
        color: #808080;
        font-size: .8em;
        padding-top: 3px;
        min-height: 22px;
    }

    .FormItemVertical span
    {
        margin-top: -2px;
        display: inline-block;
    }

    .FormItemVertical input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .FormItemVertical table
    {
        display: inline-block;
    }

.FormItemDisplay
{
    margin: 3px 0px 3px 10px;
}

    .FormItemDisplay label:first-child
    {
        width: 160px;
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
        font-weight: bold;
        color: black;
    }

    .FormItemDisplay span:first-child
    {
        width: 160px;
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
        font-weight: bold;
        color: black;
        /*margin-left: 80px; */
        /*margin-bottom: 3px;*/
    }

    .FormItemDisplay label, span
    {
        color: #808080;
        padding-right: 3px;
        font-size: .8em;
        padding-top: 3px;
        min-height: 20px;
    }

.FormItem
{
    margin: 3px 0px 6px 10px;
}

    .FormItem label:first-child
    {
        width: 160px;
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
        font-weight: bold;
        color: black;
    }

    .FormItem span:first-child
    {
        width: 160px;
        display: inline-block;
        text-align: right;
        margin-right: 8px;
        vertical-align: top;
        font-weight: bold;
        color: black;
        /*margin-left: 80px; */
        margin-bottom: 10px;
    }

    .FormItem label, span
    {
        color: #808080;
        padding-right: 3px;
        font-size: .8em;
        padding-top: 3px;
        min-height: 20px;
    }

    .FormItem textarea, select, input[type=text], input[type=number] /*, input*/
    {
        font-size: .8em;
        padding-left: 3px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
    }

    .FormItem select
    {
        min-height: 22px;
        margin-bottom: 0px;
        border-color: gray;
        box-shadow: 3px 3px 3px lightgray;
    }

    .FormItem input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .FormItem input[type=checkbox]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
        /*margin-right: 5px;*/
        transform: scale(1.5);    
    }

.FormItemNotice
{
    clear: both;
    margin-left: 190px;
    color: #808080;
    padding-right: 3px;
    font-size: .8em;
    padding-top: 3px;
    min-height: 22px;
}

.CheckBoxList
{
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        padding-right: 3px;
        margin-top: 2px;
        margin-bottom: 15px;
        margin-right: 5px;
        /*transform: scale(1.5);*/    
}

    .CheckBoxList label
    {
        padding-right: 15px;
        margin-bottom:15px;
        margin-top:0px;
    }

.FormButtonCancel
{
    float: left;
    margin-left: 20px;
}

    .FormButtonCancel a
    {
        color: royalblue;
    }

.FormButtonNavigate
{
    float: right;
    margin-right: 20px;
}

.FormVerticalButton
{
    width: 200px;
}

.FormButton
{
    /*float: right;*/
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    /*display: inline;*/
}

    .FormButton a
    {
        display: inline-block;
        text-decoration: none;
        border: solid 1px lightgray;
        background-color: #eee9e9;
        border-radius: 5px;
        padding: 5px 10px;
        margin-left: 10px;
        margin-right: 10px;
        min-width: 100px;
        text-align: center;
        font-size: .8em;
    }

        .FormButton a:hover
        {
            background-color: #dddfff;
        }

.FormOptions
{
    display: inline-block;
    max-width: 500px;
    font-size: .9em;
    text-indent: -20px;
    margin-left: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

    .FormOptions input[type="radio"]
    {
        box-shadow: none;
        border-radius: 0px;
        min-height: 0px;
        border-width: 0px;
        border-color: none;
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 0px;
    }


.FormWatermark
{
    font-size: .7em;
    color: silver;
    font-style: italic;
}

.FormProcessing
{
    background: url(../images/hourglass.png) no-repeat;
    background-position-y: center;
}

.FormValidation
{
    background: url(../Images/error.png) no-repeat;
    margin-left: 5px;
    padding-left: 20px;
    min-width: 40px;
    display: inline-block;
    font-size: .95em;
    vertical-align: top;
    margin-top: 4px;
    color: orangered;
    height: 18px;
}

.FormValidationCompact
{
    margin-left: 0px;
    padding-left: 0px;
    min-width: 40px;
    display: flex;
    font-size: .95em;
    vertical-align: top;
    margin-top: -1em;
    color: orangered;
    height: 1em;
}

.FormSelection
{
    margin: 0 10px 10px 10px;
    border-radius: 5px;
    border: solid 1px black;
    padding: 5px 0 10px 0;
}

    .FormSelection label:first-child
    {
        font-weight: bold;
    }

    .FormSelection label
    {
        padding-right: 5px;
        padding-left: 20px;
        font-size: .8em;
    }

    .FormSelection input, textarea, select
    {
        font-size: .8em;
        padding-left: 3px;
        font-family: Verdana;
        box-shadow: 3px 3px 3px lightgray;
        border-radius: 5px;
        min-height: 20px;
        border-width: 1px;
        border-color: lightgray;
    }

.FormTitle
{
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.FormListing
{
    padding-left: 60px;
    padding-bottom: 20px;
    max-height: 370px;
    overflow: auto;
}

.HideSelectButton
{
    display: none;
}

.shadow
{
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.FormAccordionHeader
{
    background-color: #AACBDF;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    cursor: pointer;
}

.FormAccordionHeaderSelected
{
    background-color: #AADFD9;
    color: #BD7B51;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-bottom: 3px;
    margin-left: 3px;
    cursor: pointer;
}

.FormAccordionContent
{
    text-align: center;
    margin: 0px 5px 15px 5px;
    border-radius: 5px;
    border: solid 1px lightgray;
}

    .FormAccordionContent a
    {
        font-size: .8em;
        border: solid 1px lightgray;
        background-color: #eee9e9;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 10px;
        width: 150px;
    }

    .FormAccordionContent a
    {
        text-decoration: none;
    }

        .FormAccordionContent a:hover
        {
            background-color: #dddfff;
        }

.FormInlineLink
{
    font-size: small;
    padding-left: 10px;
    padding-right: 10px;
}

.GroupedGridView table
{
    margin: 10px;
}

.GroupedGridView th
{
    font-weight: bold;
    border-bottom: solid 1px black;
}

.GroupedGridView td
{
    color: black;
}

.GroupedGridView h6
{
    font-size: 1.2em;
    font-weight: bold;
    color: red;
    margin-top: 10px;
    margin-bottom: 3px;
}

.modalBackground
{
    background-color: lightgray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalHeaderBar
{
    height: 25px;
    margin: 3px -8px 3px -8px;
    background-color: royalblue;
    border-radius: 3px;
    text-align: left;
    cursor: move;
}

    .modalHeaderBar label:first-child
    {
        color: White;
        padding-left: 5px;
        padding-top: 5px;
        font-weight: bold;
        font-size: 15px;
    }

.modalWindow
{
    width: 300px;
    min-height: 200px;
    border-radius: 5px;
    background-color: Window;
    border: solid 2px black;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.0em;
}

.AccordionHeader
{
    border: solid 2px silver;
    background-color: teal;
    color: white;
    border-radius: 5px;
    padding: 10px 5px 10px 5px;
    margin: 0px 10px 0px 10px;
}

ul#menu
{
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

    ul#menu li
    {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a
        {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover
            {
                color: #333;
                text-decoration: none;
            }

.TAMLogin
{
    float: left;
    padding: 0px 10px 10px 0px;
    width: 320px;
    text-align: left;
    padding-left: 15px;
}

    .TAMLogin h3
    {
        /*font-size:1.0em;*/
    }
    /*.TAMLogin label
    {
        padding-top:5px;
        padding-left:5px;
        font-size: 1.0em;
    }*/
    .TAMLogin input
    {
        font-size: 1.1em;
        border-radius: 4px;
    }

    .TAMLogin a
    {
        padding-top: 10px;
        display: inline-block;
        text-decoration: none;
    }

    .TAMLogin p
    {
        font-size: 1.0em;
    }

/*Used in TAM Login Control to controle next/back button height */
.ui-block-a a
{
    height: 30px;
    padding-top: 0px;
}

.ui-block-b a
{
    height: 30px;
    padding-top: 0px;
}

.loginStatus
{
    margin-right: 10px;
    top: -25px;
}

table.radioWithProperWrap input
{
    float: left;
}

table.radioWithProperWrap label
{
    margin-left: 25px;
    display: block;
    margin-right: 50px;
}
