﻿/*----------------------------------------------------------
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 {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #333;
    background: #e9e9e9 url('../content/images/mainbg.gif') repeat-x top left;
}

.container {
    background: url('../content/images/swish-bg-fade.png') no-repeat center bottom;
}

div.message p {
    margin-left: 2.2em;
}

input.smaller {
    font-size: .75em !important;
}

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;
}

li {
    list-style-position: inside;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #1859a5;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.headerwrap {
    height: 153px;
    margin: 0 -20px;
    background: #fff url('../content/images/headerbg.gif') repeat-x bottom center;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header {
    overflow: visible;
}

#main {
    min-height: 305px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

    #main.row {
        max-width: 1120px;
    }

#footer {
    clear: both;
    background: url('../content/images/footerbg.gif') repeat-x top left;
    font-size: 16px;
    color: #FFFFFF;
}

    #footer a {
        color: #FFFFFF;
    }

.watermark {
    background: url('../content/images/watermark.png') no-repeat left bottom;
    margin: 0;
    padding: 0;
    height: 100px;
}

#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

/* TAB MENU   
----------------------------------------------------------*/
/* Main Nav */

#mainnav {
    font-size: 14px;
    margin: 8px 0 0 0;
    font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
    text-transform: uppercase;
}

    #mainnav ul li {
        display: block;
        float: left;
        height: 29px;
    }

ul.horizontal li {
    display: block;
    float: left;
    margin-right: 10px;
}

#mainnav ul li a {
    color: #333333;
    display: block;
    height: 28px;
    margin: 0;
    padding: 14px 12px 0 12px;
    font-weight: bold;
    background: url('../content/images/mainnavbg.png') no-repeat top right;
    text-decoration: none;
}

    #mainnav ul li a:hover {
        background-image: none;
        background-color: #FFFFFF;
    }

    /* on states */

    #mainnav ul li a.current_item {
        background-image: none;
        background-color: #FFFFFF;
    }

#mainnav .home-button a,
#mainnav .home-button a:hover,
#mainnav .home-button a.current_item {
    width: 65px;
    height: 43px;
    background: url('../content/images/homebutton-hover.gif') no-repeat top left;
    padding: 0;
    text-decoration: none;
}

    #mainnav .home-button a:hover {
        background: url('../content/images/homebutton-hover.gif') no-repeat bottom left;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1em;
    color: #444;
}

/* 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;
}

/* 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 {
    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;
}

#logindisplay {
    text-align: right;
    color: #fff;
}

    #logindisplay a, #logindisplay a:visited {
        color: #000;
        text-decoration: none;
    }

        #logindisplay a:hover, #logindisplay span.welcome a:hover {
            text-decoration: underline;
        }

    #logindisplay span {
        margin: 0 -3px;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        padding: 8px 12px;
    }

        #logindisplay span.welcome, #logindisplay span.signin {
            background: url('../content/images/clientnav-bg.png') no-repeat top left;
        }

            #logindisplay span.welcome a, #logindisplay span.welcome a:visited {
                color: #fff;
                text-decoration: none;
            }

            #logindisplay span.signin a, #logindisplay span.signin a:visited {
                color: #fff;
            }

        #logindisplay span.signout {
            background: url('../content/images/top-lastli.png') no-repeat top right;
        }

    #logindisplay span {
        background: url('../content/images/top-midli.png') repeat-x top;
    }

#signinhelp {
    font-size: .7em;
    margin: 2em;
}

    #signinhelp span {
        color: #ac1e2a;
        font-size: 1.5em;
        display: inline-block;
        padding: 1em;
    }

        #signinhelp span a, #signinhelp span a:visited {
            color: #ac1e2a;
            text-decoration: none;
        }

            #signinhelp span a:hover {
                text-decoration: underline;
            }

.splashlogo, #signinhelp {
    text-align: center;
}

    .splashlogo img {
        margin: 0 auto;
        display: block;
    }

    .splashlogo div {
        padding: 0 20px;
        margin-left: -3.8%;
    }

#splasheng {
    padding-left: 20px;
}

section.grid header, section.grid footer {
    font-weight: bold;
    background-color: #DBDBDB;
}

section.grid header, section fieldset {
    margin: 1em 0;
}

section.grid footer {
    margin: 1em 0;
    text-align: left;
    color: #333;
}

    section.grid footer label {
        margin: 0 1em 0 0;
    }

.row .even {
    background-color: #F7F7F7;
}

.search {
    text-align: right;
}

.pager {
    text-align: right;
}

fieldset ul, ul.form {
    text-align: left;
    list-style-type: none;
}

    fieldset ul li, ul.form li {
        list-style-type: none;
        margin: 0 5px 0 0;
    }

fieldset ul, ul.form {
    padding: .5em 0;
}

div.communications, .overflow {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}

label {
    display: block;
    font-weight: bold;
}

    label.checkbox, label.inline {
        font-weight: normal;
        display: inline;
    }

select {
    width: 100%;
}

textarea, .livespell_textarea {
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    width: 98%;
    overflow: auto;
}

input[type=text], input[type=password], input[type=file] {
    width: 99%;
}

input[type=submit], input[type=button], button {
    font-size: 1em;
    padding: .2em 1em;
}

.sidenav ul {
    border-bottom: 4px solid #d5d8da;
}

.navtool {
    display: inline-block;
    border-bottom: none !important;
}

.sidenav li, .navtool {
    list-style: none;
    border-bottom: 1px solid #d5d8da;
    padding: 9px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.message {
    padding: .75em;
    margin: 1em 0;
}

    .message span.ui-icon {
        float: left;
        margin: .3em .6em;
    }

input[type="text"].autoselect {
    border: none;
    border-style: none;
    border-width: 0;
}

#clientInstructions {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #eee;
    padding: 1em;
}

img.info {
    vertical-align: middle;
    cursor: pointer;
}

div.searchinstructions, div.statuslist {
    display: none;
}

.searchinstructions section {
    margin: 1em;
}

.attachmentcount {
    color: #f00;
}

img.printericon {
    vertical-align: middle;
}

div.newreport p, li.ewebinstructions p {
    padding: .25em 0;
}

.searchoptions {
    font-size: .8em;
    color: #888;
}

/*fix up some jquery UI overriding styles */
.ui-widget {
    font-size: .9em !important;
}

input.small {
    font-size: .8em;
}

#loginbutton {
    margin-top: 15px;
    height: 94px;
    min-width: 94px;
    border: none;
    border: 1px solid #ccc;
    background-color: #ac1e2a;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

    #loginbutton.noplaceholder {
        margin-top: 35px;
    }

.loginbody {
    background: #fff;
}

.logincontainer {
    width: auto;
    margin: 30px auto;
    border: solid 2px #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 15px 10px #ccc;
    -webkit-box-shadow: 0 0 15px 10px #ccc;
    -moz-box-shadow: 0 0 15px 10px #ccc;
    max-width: 1140px;
    min-width: 755px;
}

#loginlogo {
    display: block;
    margin: 30px auto;
}

#logincontainermain input[type=text], #logincontainermain input[type=password] {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 10px 0;
}

#logincontainerfooter {
    font-size: .8em;
    padding-top: 10px;
}

#ckrlogo {
    display: block;
    margin: 0 auto;
    padding-right: 20px;
    border-right: solid 3px #ccc;
}

#logincontainerfooter p {
    padding-top: 20px;
}

.loginbox {
    padding: 20px;
}

ul.readonly li {
    margin-top: 5px;
    margin-bottom: 5px;
}

sub.question {
    color: #006600;
}

.callcenterq {
    display: none;
}

.sticky {
    position: fixed;
    margin: 0;
    background-color: #fff;
    padding-bottom: 1em;
    top: 0;
    float: right;
    border-bottom: solid 1px #ddd;
}

.callcenterinstructions {
    font-weight: bold;
    margin: 1em 0;
}

.callcenterstatements {
    margin: 10px 0;
    background-color: #ddd;
    padding: 1em;
    border: solid 1px #bbb;
}

ol.callcenterinstructions li {
    list-style-type: decimal !important;
    margin: 1em 0;
}

ul.callcenterinstructions li {
    list-style-type: disc !important;
    margin: 1em 0;
}

.callcenterintro li {
    list-style-type: disc !important;
}

.download-frame {
    display: none;
}

@media handheld, only screen and (max-width: 767px) {

    section.grid header {
        display: none;
    }

    section.grid section span {
        display: block;
    }

    .search {
        text-align: left;
    }

    .pager {
        text-align: center;
    }
}

.login-contacts{
    font-size: .8em; 
    text-align: center;
    border-top: solid 5px #656469;
    border-bottom: solid 5px #656469;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.login-contacts div{
    padding: 10px 10px;
    margin: 20px 0;
    display: inline-block;
}

.login-contacts div.middle{
    border-right: solid 3px #ccc;
    border-left: solid 3px #ccc;
}
