﻿@CHARSET "UTF-8";

/*
 * -------------------------------
 * by POLDINGS
 * www.poldings.com
 *
 * for Writer's Hatch
 * -------------------------------
*/
/*
* -------------------------------
* MAIN PORTAL STYLESHEET
* -------------------------------
*/
/* global reset padding and margins */
*, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*
 * -------------------------------
 * MAIN STRUCTURE
 * -------------------------------
 */
body {
    margin: 0 auto;
    padding: 0;
    font: 100%/ 1.4 'HelveticaNeue', 'arial', sans-serif;
    color: #444;
}


/* 
 * -------------------------------
 * WRAPPERS
 * -------------------------------
*/
.header-wrapper {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
}

.header-content {
    clear: both;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}

.content-wrapper {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.content-content {
    clear: both;
    width: 90%;
    font-size: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    width: 100%;
    clear: both;
    margin: 0px 0 20px 0;
    padding: 0;
    border-top: 1px solid #ccc;

}

.footer-content {
    clear: both;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    font-weight: normal;
    max-width: 100%;
}

/*
 * -------------------------------
 * TITLE TAGS
 * -------------------------------
 */

h1 {
    font-size: 240%;
    margin: 0px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2 {
    font-size: 180%;
    line-height: 150%;
    margin: 0 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

h3 {
    font-size: 160%;
    line-height: 140%;
    margin: 0 0 15px 0;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;

}

h4 {
    font-weight: normal;
    font-size: 150%;
    line-height: 150%;
    margin: 40px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    font-weight: normal;
    font-size: 150%;
    line-height: 150%;
    margin: 40px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    color: #c7006e;
}

h6 {
    font-size: 130%;
    line-height: 100%;
    margin: 40px 0 10px 0;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #444;
}

/*
 * -------------------------------
 * COMMON ELEMENTS
 * -------------------------------
 */
p {
    font-size: 100%;
    margin: 0 0 15px 0;
    line-height: 150%;
    color: #444;
}

ol {
    margin: 0 0 10px 25px;
}

ul {
    margin: 0 0 10px 20px;
    font-size: 100%;
}

li {
    line-height: 150%;
    padding: 0 0 0px 10px;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

.w100 {
    min-width: 98%;
}

.w50 {
    min-width: 50%;
    max-width: 50%;
}

.small {
    font-size: 80%;
}

.grey {
    color: #bcbcbc;
}

.breadcrumb {
    margin: 0 0 0px 0;
}
/*
 * -------------------------------
 * LINKS
 * -------------------------------
 */
.header-content a, .header-content a:link, .header-content a:visited, .header-content a:active {
    color: #e96949;
    text-decoration: none;
}

.header-content a:hover {
    color: #2db6ed;
}

a, a:link, a:visited, a:active {
    color: #e96949;
    text-decoration: none;
}

a:hover {
    color: #2db6ed;
}
/*
 * -------------------------------
 * LISTS
 * -------------------------------
 */
ul.list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

ul.list li {
    display: block;
    float: left;
    width: 100%;
    line-height: 150%;
    padding-left: 40px;
    margin: 0 0 10px 0;
}

/*
 * -------------------------------
 * SPACERS
 * -------------------------------
 */
.space40 {
    height: 40px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.space20 {
    height: 20px;
    clear: both;
}

.space15 {
    height: 15px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}

.space-line {
    clear: both;
    border-top: 1px dashed #ccc;
    margin: 15px 0 0px 0;
    padding: 10px 0 0 0px;
}
.hspace20 {
    margin: 0 20px 0 0;
}
/*
 * -------------------------------
 * COLUMNS
 * -------------------------------
 */
.col5 {
    float: left;
    width: 5%;
}

.col10 {
    float: left;
    width: 10%;
}

.col15 {
    float: left;
    width: 15%;
}

.col20 {
    float: left;
    width: 20%;
}

.col25 {
    float: left;
    width: 25%;
}

.col30 {
    float: left;
    width: 30%;
}

.col35 {
    float: left;
    width: 35%;
}

.col40 {
    float: left;
    width: 40%;
    padding: 0;
    margin: 0;
}

.col45 {
    float: left;
    width: 45%;
}

.col50 {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

.col55 {
    float: left;
    width: 55%;
}

.col60 {
    float: left;
    width: 60%;
}

.col65 {
    float: left;
    width: 65%;
}

.col70 {
    float: left;
    width: 70%;
}

.col75 {
    float: left;
    width: 75%;
}

.col80 {
    float: left;
    width: 80%;
}

.col85 {
    float: left;
    width: 85%;
}

.col90 {
    float: left;
    width: 90%;
}

.col95 {
    float: left;
    width: 95%;
}

/*
 * -------------------------------
 * STANDARD FORM
 * -------------------------------
 */

::-webkit-input-placeholder {
    color: #1987cc;
    font-style: italic;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #1987cc;
    font-style: italic;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #1987cc;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #1987cc;
    font-style: italic;
}

.captcha {
    display: inline;
    font-size: 200%;
}

input[type=submit], .button a {
    border: none;
    padding: 0.5em 1em 0.5em 1em;
    text-decoration: none;
    font-size: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e96949;
    color: #ffffff;
    -webkit-appearance: none;
}

input[type=submit]:hover, .button a:hover {
    background: #2db6ed;
    cursor: pointer;
}

.button {
    margin: 0;
}

input[type=text], input[type=password], input[type=file] {
    font: 100%/ 1.4 'HelveticaNeue', 'arial', sans-serif;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 1% 0.5em 1%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
    font-size: 100%;
}

input[type=text].alert, input[type=password].alert, input[type=file].alert {
    border: 1px solid #ff9451;
    background-color: #ffe4d3;
}

input[type=text]:disabled, input[type=password]:disabled, input[type=file]:disabled, textarea:disabled {
    background-color: #f3f3f3;
}

input[type=text].text_box_alert, input[type=password].text_box_alert, input[type=file].text_box_alert {
    background-color: #ffcc99;
}

textarea {
    font: 100%/ 1.4 'HelveticaNeue', 'arial', sans-serif;
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.5em;
    width: 90%;
    height: 130px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
}

input[type=checkbox] {
    margin: 10px 10px 10px 0;
    padding: 0.5em;
    font-size: 100%;
}

select {
    margin: 0 0 0 0;
    padding: 0.5em;
    font-size: 100%;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #444444;
    background-color: #ffffff;
}

.error a {
    position: relative;
    clear: both;
    margin-top: 1em;
}

label {
    font-weight: bolder;
    display: block;
    color: #666666;
}

.form_instructions {
    color: #777;
    padding: 0;
    margin: 5px 0 0.5em 0;
    clear: both;
    font-size: 90%;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, textarea:focus {
    border: 1px solid #1987cc;
}

input[type=text].alert, input[type=password].alert, input[type=file].alert, select.alert {
    border: 1px solid #ff9451;
    background-color: #ffe4d3;
}

/*
 * -------------------------------
 * MENU LEFT NEW
 * -------------------------------
 */
.menu_left ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 100%;

}

.menu_left li {
    padding: 0;
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 0px 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.menu_left li a {
    display: block;
    padding: 0.5em 0 0.5em 0em;
    color: #e96949;
    text-decoration: none;
    background: #fff;
}

.menu_left li a:hover {
    color: #2db6ed;
}

.menu_left li.active a {
    color: #444;
}

.menu_left li.inactive {
    display: block;
    padding: 0.5em 0 0.5em 0em;
    color: #999;
    text-decoration: none;
}

/*
 * -------------------------------
 * TAB NAVIGATION
 * -------------------------------
 */
.tabs {
    margin: 7px 0 20px 0;
    padding: 0 0 0px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 100%;

}

.tabs ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs li {
    padding: 0 0 1em 0;
    margin: 0 1em 0 0;
    float: left;
}

.tabs li a {
    padding: 0.5em;
    margin: 0;
    color: #666;
    text-decoration: none;
    background: #ccc;
}

.tabs li a:hover {
    background: #888;
    color: #fff;
}

.tabs li.active a {
    color: #fff;
    background: #777;
}

/*
 * -------------------------------
 * TABLE DATA
 * -------------------------------
 */
table {
    width: 100%;
    font-size: 90%;
}

tr {

}

td {
    vertical-align: top;
    padding: 1em 0.5em 1em 0.5em;

}

td:last-child {
    border-right: none;
}

th {
    font-weight: normal;
    text-align: left;
    padding: 0.5em;
    background: #cac9c9;
    border-bottom: 1px solid white;
}

#pagination a, #pagination strong {
    font-size: 100%;
    background: #f9f9f9;
    padding: 6px 10px;
    margin: 0 5px 0 0;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#pagination strong, #pagination a:hover {
    font-weight: normal;
    background: #ccc;
}

.sort_desc:after {
    content: " ▲";
}

.sort_asc:after {
    content: " ▼";
}

tr:nth-child(even) {
    background: #e9e9e9;
}

tr:nth-child(odd) {
    background: #f9f9f9;
}

tr:hover {
    background: #ffe4d3;
}

.row-link {
    cursor: pointer;
}


table.blank tr:nth-child(even) {
    background-color: #FFfff7;
}
table.blank tr:nth-child(odd) {
    background: #fffff7;
}

table.blank tr {
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
}


table.blank .row-link {
    cursor: pointer;
}

table.blank td {
    vertical-align: top;
    padding: 1em 0.5em 1em 0.5em;
}

table.blank th {
    vertical-align: top;
    padding: 1em 0.5em 1em 0.5em;
    background-color: #ebebeb;
    border: 0px solid #ccc;

}

table.blank tr .title {
    background-color: rgba(255, 228, 211, 0.83);
}



table.blank-scale tr:nth-child(even) {
    background-color: #f9f9f9;
}
table.blank-scale tr:nth-child(odd) {
    background: #ffffff;
}

table.blank-scale tr {
    margin: 10px 0 10px 0;
    border: 1px solid #ccc;
}


table.blank-scale .row-link {
    cursor: pointer;
}

table.blank-scale td {
    vertical-align: top;
    padding: 1em 0.5em 1em 0.5em;
    border: 1px solid #ccc;

}

table.blank-scale th {
    vertical-align: top;
    padding: 1em 0.5em 1em 0.5em;
    background-color: #f1f1f1;
    border: 1px solid #ccc;

}

table.blank-scale tr .title {
    background-color: rgba(255, 228, 211, 0.83);
}
/*
 * -------------------------------
 * CUSTOM ELEMENTS
 * -------------------------------
 */

.clear {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

.left {
    float: left;
}
.right {
    text-align: right;
}

.float-left {
    float: left;
}

.center {
    text-align: center;
}

.middle {
    vertical-align: middle;
}

.alert {
    background: #ffcc99;
    padding: 5px;
    color: #444444;
}

.personal-alert {
    padding: 5px;
    color: #2db6ed;
}

.word-alert {
    background: #ffcc99;
    padding: 0 5px 0 5px;
    color: #444444;
}

.highlight {
    background-color: rgba(233, 105, 73, 0.05);
    margin-bottom: 20px;
    padding: 19px;
    min-height: 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.icon-sm {
    float: left;
    margin: 0 20px 0 0;
}
/*
 * -------------------------------
 * SUPPORT MODULE
 * -------------------------------
 */
.support_reply {
    margin: 10px 0 0 0;
    padding: 10px;
}

.highlight-support {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.highlight-support p {
    line-height: 110%;
}