﻿/*----------------------------------------------------------
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: #f1f1f1;
    font-size: .75em;
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

/* main structure of panes */

/* header */

.header {
    height: 75px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.header-left {
    padding-top: 5px;
    padding-left: 7px;
    float: left;
}

.header-right {
    padding-top: 10px;
    padding-right: 5px;
    float: right;
}

/* sidebar */

.sidebar {
    width: 190px;
    position: absolute;
    left: 5px;
    top: 60px;
    bottom: 24px;
    overflow: hidden;
}

.sidebar-table {
    border: 0px;
}

    .sidebar-table tr td {
        border: 0px;
    }

/* wrapper for tabs and main content */

.wrapper {
    position: absolute;
    left: 200px;
    right: 5px;
    top: 60px;
    bottom: 24px;
    overflow: auto;
}

.wrapper-tabs {
    height: 99.5%;
}

.wrapper-tab-content {
    position: absolute !important;
    top: 34px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}

.wrapper-form {
}

#wrapper-tabs li .ui-icon-close {
    float: left;
    margin: 0.4em 0.2em 0 0;
    cursor: pointer;
}

/* footer */

.footer {
    clear: both;
    bottom: 0;
    height: 25px;
    left: 7px;
    right: 7px;
    position: absolute;
    text-align: right;
    overflow: hidden;
    line-height: 2em;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

/* tables with fields for details and edit */

.content-toolbar {
    padding: 3px;
}

.content-table {
    margin-left: -2px;
    border: 0px;
}

    .content-table tr th {
        padding-left: 3px;
        padding-right: 3px;
        text-align: left;
    }

    .content-table tr td {
        padding-left: 3px;
        padding-right: 3px;
        border: 0px;
    }

.content-table-field {
    width: 270px;
}

.content-table-field-small {
    width: 180px;
}

.content-table-field-large {
    width: 360px;
}

.content-table-pdffile {
    height: 750px;
    width: 650px;
}

.content-table-spacer {
    width: 10px;
}

/* labels */

.content-table-label {
    width: 100px;
}

.content-table-label-large {
    width: 180px;
}

.content-dropzone {
    width: 80px;
    height: 80px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    cursor: copy;
}

    .content-dropzone:hover {
        width: 80px;
        height: 80px;
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
        cursor: copy;
    }

/* links */

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-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #5c87b2;
}

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;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* 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: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: normal;
        padding: 5px 0;
        margin: 0;
        color: #0099cc;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    box-shadow: 0 6px 5px rgba(0,0,0,0.25);
    border-radius: 0 0 2px 2px;
    border: 1px solid #939AA3;
    border-top: none;
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------
*/
body .ui-widget {
    font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
}

body #menucontainer .wijmo-wijmenu {
    clear: left;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
    font-size: 1.3em;
}

#menucontainer {
    min-height: 43px;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 0 1em 1em 0;
    padding: 0 1em 0 1em;
    border: 1px solid #CCC;
    display: inline-block;
    vertical-align: top;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: #4F4F4F;
    }

    #logindisplay a:visited {
        color: #4F4F4F;
    }

    #logindisplay a:hover {
        color: #4F4F4F;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

.ui-accordion-content {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.ui-accordion a:link {
    text-decoration: none;
}
