﻿.cia-error
{
    color: #fff;
    background-color: red;
}

.warning
{
    color: #000;
    text-shadow: 2px 2px 4px rgba(255, 0, 0, 1);

}

nav.main-navigation ul li a:visited
{
    color: #344d63;
}

nav.main-navigation ul li:hover > a
{
    color: #fff;
}


.input-validation-error
{
    border-color: red !important;
}

.cia-warning
{
    color: darkgoldenrod;
    color: #004080;
}

.field-container
{
    width: 50%;
    min-width: 400px;
    float: left;
}

.sortColumnLabel {
    cursor: pointer;
}

.editor-field-text-box
{
    width: 70%;
}


.editor-field-text-box-wide
{
    width: 100%;
}

#LastLoginInfo
{
    font-size:x-small;
    color: #fff
}

#UserInfo
{
	background-color: #fff;
	position: relative;
	top: -3.25em;
    left: 75%;
	width: 25%;
	margin-right: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bolder;
    line-height: 1.00em;
	color: #4486bd;
	text-align:left;
    overflow: visible;
    max-height: 3.25em;
    white-space: nowrap;
}

#ClaimInformation
{
    text-align: center;
    width: 100%;
    margin: 0, auto;
}

#search-icon .searchform {
    /*left: 0px !important;*/
    left: -455px;
    width: 100%;
}

#search-icon .searchform input[name=searchValue] {
    color: #000;
    font-size: 17px;
    font-weight: 200;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 42px;
    width: 40%;
    border: 1px solid #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
    padding: 0 15px;
    float: left;
}

#search-icon .searchform select[name=searchField] {
    color: #000;
    font-size: 17px;
    font-weight: 200;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 42px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
    padding: 0 15px;
    float: left;
    clear: both;
}

/*  Table Helper Elements */
#dataTable {
    width: 96%;
    border: solid 0.2em #4486bd;
	border-collapse: collapse;
    margin: 0 auto;
    font-size: 0.85em;
}

#dataTable th {
    background-color: #ccc;
    text-align: center;
}

#dataTable input[type=button]
{
    color: #e8eef4;
    background-color: #004080;
}

#dataTable input[type=button]:focus, input[type=button]:hover
{
    color: #fc0;
    background-color: #004080;
}

#dataTable td {
    padding: 0.4em;
    border: solid 0.1em #4486bd;
}

#dataTable tfoot {
    background-color: #b8beb4;
}

#dataTable tfoot a:link, a:visited
{
    padding: .625em 1.25em;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

#dataTable tfoot a:hover, a:visited:hover
{
    color: #0f406b;
    background-color: #034af3;
}


@media (min-width: 768px) {
    #statusPanelDiv {
        border: 1px inset darkgray;
        box-shadow: .2em .2em .1em #888888;
        position: fixed;
        top: 50%;
        left: 40%;
        background-color: white;
        z-index: 1000;
        height: 5em;
        width: 20%;
        min-width: 32em;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 3.5em;
        color: #000000;
        margin: auto;
    }
}

@media (max-width: 768px) {
    #statusPanelDiv {
        border: 1px inset darkgray;
        box-shadow: .2em .2em .1em #888888;
        position: fixed;
        top: 50%;
        left: 10%;
        background-color: white;
        z-index: 1000;
        height: 5em;
        max-width: 80%;
        min-width: 32em;
        display: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 3.5em;
        color: #000000;
        margin: auto;
    }
}


.tfootActivePage
{
    padding: .625em 1.25em;
    font-weight: normal;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #4486bd;
    color: #fff;
}

.btnPageGrid {
    padding: .625em 1.25em;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

.CurrencyCell
{
	text-align: right;
}

.DateCell
{
	text-align: right;
}

.RedFont {
    color: red;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 480px) {

    #centerContent {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 720px) {

    #centerContent {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 720px) {

    #centerContent {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}
