﻿/* DEFAULTS
----------------------------------------------------------*/
html
{
    background-color: #deeaee;
}
body
{
    font-size: 1.2em !important;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif !important;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
#applicationHelper
{
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #FFAE00;
    padding: 10px;
    color: #252525;
    -webkit-border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1.2em;
}

h5, h6
{
    font-size: 1.2em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    max-width: 900px;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 10px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.float-div-container
{
    overflow: auto;
}
.divider
{
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
}
.div-margin-top-10
{
    margin-top: 10px !important;
}
.div-margin-top-20
{
    margin-top: 20px;
}
.field-float-left
{
    float: left;
}
.field-float-right
{
    float: right;
}
.pager
{
    position: absolute;
    top: 33px;
    right: 20px;
}
.frm-left-c
{
    margin-right: 10px;
}
.box-content
{
    margin-top: 20px;
}
/* FORM ELEMENTS   
----------------------------------------------------------*/
.field-error
{
    color: #ff0000;
}
.field-error ul
{
    display: none;
}
.ErrorControl
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

fieldset
{
    margin: 1.2em 0px;
    padding: 1.2em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1.2em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}
div.accountInfo
{
    width: 42%;
}
textarea
{
    min-height: 75px;
    min-width: 270px;
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 1.1.2em;
    color: #696969;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin-left: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}
.t-area-long
{
    min-height: 60px !important;
    min-width: 543px !important;
}
input[type="text"], input[type="password"]
{
    border: 1px solid #ccc !important;
    padding: 6px;
    font-size: 1.2em;
    color: #696969;
    width: 292px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.txt-short
{
    width: 153px !important;
}
.txt-long
{
    box-sizing: border-box;
    width: 552px !important;
}
input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
select
{
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 1.2em;
    color: #696969;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.select-medium, .gtxtbox
{
    width: 270px !important;
}

.inputextLong
{
    width: 250px !important;
}
.input-long
{
    width: 100% !important;
    box-sizing: border-box;
}
.inputP
{
    width: 100% !important;
}
.input-long-select
{
    width: 432px !important;
}

.display-label, .editor-label
{
    margin: 5px 0 0 2px;
}

.display-field, .editor-field
{
    margin: 0 0 2px 2px;
}

.display-field
{
    padding: 8px;
    background-color: #E4E4E4;
    min-height: 18px;
}
.detail-label
{
    font-weight: bold;
}
.display-field-width
{
    width: 252px;
}
.button_back
{
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: inline-block;
    color: #696969 !important;
    background-color: #E5E5E5;
    background-image: linear-gradient(to bottom, #E5E5E5, #E5E5E5);
}

.button_back:hover
{
    /*-webkit-box-shadow: #999 0px 0px 3px;     border-color: #999;*/
    background: #BEBEBE -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BEBEBE), to(#BEBEBE));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BEBEBE), to(#BEBEBE));
    outline: 0px;
}

.button_example_small
{
    padding: 3px 20px;
    text-decoration: none !important;
}

.button_example
{
    border: 1px solid #26759e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 1.2em;
    display: inline-block;
    color: #FFFFFF !important;
    background-color: #26759e;
    background-image: linear-gradient(to bottom, #26759e, #26759e);
}

.button_example:hover
{
    -webkit-box-shadow: #999 0px 0px 3px;
    border: 1px solid #0371A9;
    background-color: #0371A9;
    background-image: linear-gradient(to bottom, #0371A9, #0371A9);
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1.2em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.p-relative
{
    position: relative;
}

/*rad input*/
.riTextBox
{
    padding: 16px 8px !important;
    width: 270px !important;
}

select
{
    border: 1px solid #ccc !important;
    width: 270px;
    font-size: 1.2em !important;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif !important;
    padding: 6px 2px !important;
}
input
{
    font-size: 1.2em !important;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif !important;
}
.btn-a
{
    font-size: 1em !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width: 480px)
{
    .divLeft
    {
        margin: 1% 0 1% 0%;
    }
    .page
    {
        width: 100% !important;
    }
    .txt-long
    {
        box-sizing: border-box;
        width: 270px !important;
    }
    .leftlabel
    {
        text-align: left !important;
        width: 100% !important;
    }
}

@media (max-width: 480px)
{
    .divLeft
    {
        margin: 1% 0 1% 0%;
    }
    .page
    {
        width: 100% !important;
    }
    .txt-long
    {
        box-sizing: border-box;
        width: 270px !important;
    }
    .leftlabel
    {
        text-align: left !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .divLeft
    {
        margin: 1% 0 1% 0%;
    }
    .page
    {
        width: 100% !important;
    }
    .txt-long
    {
        box-sizing: border-box;
        width: 270px !important;
    }
    .leftlabel
    {
        text-align: left !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) and (orientation : landscape)
{
    .divLeft
    {
        margin: 1% 0 1% 0%;
    }
    .page
    {
        width: 100% !important;
    }
    .txt-long
    {
        box-sizing: border-box;
        width: 270px !important;
    }
    .leftlabel
    {
        text-align: left !important;
        width: 100% !important;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px)
{
    /* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px)
{
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px)
{
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
    /* Styles */
    .w-50
    {
        width: 51%;
    }
    #frm-div
    {
        padding: 10px 20px;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    /* Styles */
    .w-50
    {
        width: 54.10%;
    }
    .bs-example
    {
        width: 100%;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px)
{
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px)
{
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5)
{
    /* Styles */
}