﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #A15151;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1223px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background-color: White;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main
{
    border: 2px solid #9A9A9A;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}

#main h2
{
    font-size: medium;
    margin: 0px;
    color: inherit;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* APP MENU   
----------------------------------------------------------*/
ul#menu
{
    border: 2px solid #9A9A9A;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 5px;
}

ul#menu li
{
    display: inline-block;
    list-style: none;
    margin-right: 25px;
}

ul#menu li a
{
    color: #9a9a9a;
    text-decoration: none;
}

ul#menu li a:hover
{
    color: black;
    text-decoration: none;
}

ul#menu li a:active
{
    text-decoration: none;
}

ul#menu li.selected a
{
    color: black;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 0.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 50px;
    color: #444;
}

input[type="text"], input[type="password"], input[type="number"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 200px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 0px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 0px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer
{
    margin-top: 40px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    background-color: #F1ADAD;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Custom stuff
-----------------------------------------------------------*/
.home-list ul li
{
    list-style: none;
}

.home-list
{
    margin: 5px;
    padding: 5px;
    padding-top: 0px;
}

div.home-list button {
    width: 370px;
    margin: 3px;
}

.project-groupbox
{
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

.project-item
{
    background-color: #E2E2E2;
    border: 1px solid #9a9a9a;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0px 10px 15px 10px;
}

.project-item:active
{
    background-color: #CCCCCC;
}

#header
{
    height: 50px;
    background-color: #BB0000;
    padding-top: 5px;
    padding-left: 5px;
    border: 2px solid #9A9A9A;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#apptitle
{
    display: inline-block;
    width: 300px;
    float: left;
}

#projectname
{
    font-size: x-large;
    color: White;
    width: 600px;
    text-align: center;
    margin: 0 auto;
    line-height: 2em;
}

.rounded-border
{
    border: 2px solid #9A9A9A;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.group-title
{
    background-color: #CCCCCC;
    border-bottom: 2px solid #9A9A9A;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #B00;
    padding: 2px;
}

/* Login page
-----------------------------------------------------------*/

.login-layout
{
    margin: 10px;
}

.login-panel
{
    height: 552px;
    margin-top: 10px;
}

.login-control
{
    margin: 10px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.login-image
{
    margin: 10px;
    width: 600px;
    height: 528px;
    display: inline-block;
}

.login-details
{
    margin: 10px;
}

#logindisplay
{
    width: 300px;
    float: right;
    text-align: right;
    margin-right: 10px;
    color: White;
    line-height: 3.5em;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* 
------------------------------------------------------------*/
.ui-datepicker-trigger
{
    display: inline-block;
    margin-left: 10px;
}

/* 
------------------------------------------------------------*/

div.error-message
{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 25px;
    margin-bottom: 400px;
    text-align: center;
    color: red;
    background: pink;
    border: 1px solid red;
    font-weight: bold;
}

/*
---------------------------------------------------------------
DISABLED
---------------------------------------------------------------
*/
select:disabled
{
    color: #444;
    background-color: #EBEBE4;
}

input:disabled
{
    color: #444;
    background-color: #EBEBE4;
}

textarea[readonly=readonly], textarea[readonly]
{
    background: #EBEBE4;
}


/*
-------------------
COMMENT HISTORIES
-------------------
*/
.comment-header
{
    font-style: italic;
    color: grey;
    font-size: small;
    width:180px;
    float:left;
}

.comment-text
{
    vertical-align:top;
    color:#444;
}

.comment
{
    width: 780px;
    clear: both;
}


/*
-------------------
PLACE HOLDERS
-------------------
*/
::-webkit-input-placeholder { font-style: italic; }
::-moz-placeholder { font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { font-style: italic; } /* ie */
input:-moz-placeholder { font-style: italic; }



/*
-------------------
PAGING CONTROLS
-------------------
*/

div#paging-controls {
    margin-bottom: 5px;
}

div#paging-controls span#words {
    margin-right: 10px;
}

div#paging-controls a:link {
    color: #696969;
}

div#paging-controls a:visited {
    color: inherit;
}

div#paging-controls a:hover {
    color: inherit;
}