﻿/*-------------------------------------*/
/* Site Wide HTML elements             */
/*-------------------------------------*/

html
{
    margin: 0;
    padding: 0;
}

body
{
    background-repeat: repeat-x;
    background-color: #DCDDDE;
    margin: 0 auto 0 auto;
    font-family: Arial !important;
    font-size: 11px;
    width: 900px;
}

a
{
    color: #2779AA;
    text-decoration: none;
    font-weight: bold;
}

h1, h2, h3,
h4, h5, h6 
{
    margin: 0 0 0 20px;
    padding-top: 0.5em;
    padding-bottom: 0.1em;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.2em;
}

h5, h6
{
    font-size: 1em;
}

input
{
    margin: 3px;
    padding: 1px;
}

textarea
{
    margin: 3px;
    padding: 1px;
    border-style: inset;
    border-width: 2px;
}

label
{
    margin: 4px;
}

table
{
    margin-bottom: 1.5em;
}

td
{
    padding: 0 6px 0 6px;
}

/*-------------------------------------*/
/* Site Wide Template elements         */
/*-------------------------------------*/

/*
    Body Section
*/

#body
{
}

/*
    User Section
*/

#userSection
{
    background-color: #FBFBFB;
    text-align: right;
    padding: 1px 4px 1px 4px;
}

/*
    Header Section
*/

#headerSection
{
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    height: 103px;
    margin: 0 0;
}

#loginHeaderSection
{
    background-image: url('images/header_login.png');
    background-repeat: no-repeat;
    height: 180px;
    margin: 0 0;
}

/*
    Menu Section
*/

/*Check menu.css*/

/*
    Content Section
*/

#contentSection
{
    margin-top: 5px;
    color: #2779AA;
    padding: 4px;
    background-color: #FFF;
}

/*
    Footer Section
*/
#footerSection
{
    padding: 0.2em;
    background-color: #3370AB;
    background: url("images/ui-bg_glass_50_3370AB_1x400.png") repeat-x scroll 50% 50% #3370AB;
    border: 1px solid #74B2E2;
    color: #FFFFFF;
    text-align: center;
    width: auto;
    margin: 0.7em auto;
}

/*-------------------------------------*/
/* Helpers and common classes          */
/*-------------------------------------*/

.mini-header
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 0.4em;
    background-color: #3370AB;
    background: url("images/ui-bg_glass_50_3370AB_1x400.png") repeat-x scroll 50% 50% #3370AB;
    border: 1px solid #74B2E2;
    color: #FFFFFF;
    font-weight: bold;
}

.mini-content
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #FBFBFB;
    padding: 8px;
    margin-bottom: 1.5em;
    border: 1px solid #74B2E2;
    border-top-width: 0px;
}

.mini-content-center
{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #FBFBFB;
    padding: 8px;
    margin-bottom: 1em;
    border: 1px solid #74B2E2;
    border-top-width: 0px;
    text-align: center;
    margin: 0 auto;
}

.mini-content-center table
{
    margin-left: auto; 
    margin-right: auto;
}

.mini-footer-content
{
    border-radius: 6px;
    padding: 0.2em;
    border: 1px solid #DDDDDD;
    text-align: center;
    width: auto;
    margin: 0.5em auto;
    background-color: #FBFBFB;
}

.mini-footer-content-left
{
    border-radius: 6px;
    padding: 0.2em;
    border: 1px solid #DDDDDD;
    text-align: left;
    width: auto;
    margin: 0.5em auto;
    background-color: #FBFBFB;
}

.invisible-content
{
    padding: 0.1em;
    width: auto;
    margin: 0.2em auto;
}

.mini-footer-content table
{
    margin-left: auto; 
    margin-right: auto;
    text-align: left;
}

.mini-footer
{
    border-radius: 6px;
    padding: 0.2em;
    background-color: #3370AB;
    background: url("images/ui-bg_glass_50_3370AB_1x400.png") repeat-x scroll 50% 50% #3370AB;
    border: 1px solid #74B2E2;
    color: #FFFFFF;
    text-align: center;
    width: auto;
    margin: 0.5em auto;
}

.dialog
{
    display: none;
    font-size: 1.1em;
}

.dialog-information
{
}

.dialog-confirm
{
}

.dialog-error
{
    color: #FF0000;
}

.dialog-image
{
    width: 64px;
}

.dialog-image img
{
    width: 64px;
    vertical-align: middle;
}

.dialog-text
{
    width: 390px;
    padding: 7px;
}

.modal
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: -25;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    min-height: 100%;
    width: 100%;
}

#loadingImage
{
    font-family: Arial;
    font-size: 10pt;
    width: 50px;
    height: 50px;
    position: fixed;
}

#loadingImage img
{
    display: block;
    height: 100%;
    width: 100%;
}

table.form
{
    text-align: left;
}

table.form td
{
    border-left-width: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: transparent;
    border-style: solid;
}

table.form .center
{
    text-align: center;
}

table.form .w100
{
    width: 100%;
}

input.date
{
    width: 6em;
}
input.false-date
{
    width: 6em;
}

input.datetime
{
    width: 8.4em;
}

input.false-datetime
{
    width: 8.4em;
}

input.time
{
    width: 2.8em;
}

input.spinner
{
    width: 2.5em;
    text-align: right;
}

.ztree li span.button.add
{
    margin-left:2px;
    margin-right: -1px;
    background-position:-144px 0;
    vertical-align:top;
}

.ui-autocomplete-loading
{
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.large
{
    width: 100%;
}

.medium
{
    width: 50%;
}

.small
{
    width: 25%;
}

.mini
{
    width: 10%;
}

.available
{
    /*Used to keep track of functional UI that is available for the user. Do not include properties.*/
}

.result-resume-list
{
    font-size: 0.85em;
}

.large-combobox
{
    width: 30em;
}

.medium-combobox
{
    width: 20em;
}

.small-combobox
{
    width: 10em;
}

.mini-combobox
{
    width: 5em;
}

.center-div div
{
    margin: 0 auto;
}

img.action-button
{
    margin: 0 3px 0 3px;
    cursor: pointer;
}

.small-int
{
    text-align: right;
    width: 2em;
}

.medium-int
{
    text-align: right;
    width: 4em;
}

/*-------------------------------------*/
/* Specific page layout                */
/*-------------------------------------*/

/*
    /Login
*/

#loginSection
{
    background-color: #FFFFFF;
    font-size: 12px;
    margin-top: 7px;
    padding: 2px;
    text-align: center;
}

#loginFormDiv
{
    text-align: center;
    width: 400px;
    margin: 1em auto;
}

#loginFormDiv input[type="text"],input[type="password"]
{
    width: 120px;
}

#loginFormDiv label
{
    width: 50px;
    display: inline-block;
}

/*
    /Call/Index
*/

.call-canceled
{
    color: #CC0044 !important;
}

/*-------------------------------------*/
/* jQuery and others Hacks             */
/*-------------------------------------*/

.select2-container .select2-choice
{
    color: inherit;
    font-weight: normal;
}

.ui-jqgrid tr.jqgroup
{
    background: #EAEAEA;
}

img.ui-datepicker-trigger
{
    vertical-align: middle;
}