﻿body
{
    background-color: whitesmoke;
    font-size: 12px;
}

.rd-container {
	width: 980px;
	margin: 0 auto;
}

.rd-top-header {
	background: #005688;
	/*background: #0c6da5;*/
    border-bottom: 1px solid #075c90;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),0 0px 10px rgba(0, 0, 0, 0.1);
}
.rd-sub-header {
	background-color: #0f7bb7;
}
.rd-sub-header-menu {
	background-color: #e6e6e6; 
	padding: 4px;
}
.rd-sub-header-title {
	border-top: 1px solid silver; 
	padding: 2px;  
	margin-bottom: 25px;
	background: #ddd;
	color: #555;
}

.top-header
{
	background: #FAFAFA;
    background: -moz-linear-gradient(#FAFAFA, #EAEAEA);
    background: -webkit-linear-gradient(#FAFAFA, #EAEAEA);
    background: linear-gradient(#FAFAFA, #EAEAEA);
    border-bottom: 1px solid #CACACA;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 0px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 8px;
}

.bottom-footer
{
    background: #FAFAFA;
    background: -moz-linear-gradient(#FAFAFA, #EAEAEA);
    background: -webkit-linear-gradient(#FAFAFA, #EAEAEA);
    background: linear-gradient(#FAFAFA, #EAEAEA);
    border-top: 1px solid #CACACA;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),0 0px 10px rgba(0, 0, 0, 0.1);
    height: 35px;
}

.header-footer-container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.table-striped tbody tr.selected-dgrow td
{
    background-color: #FFFF99;
}

.label-value
{
    font-weight: bold;
    padding-left: 5px;
    display: inline-block;
    padding-bottom: 4px;
}

.errorText
{
    color: red;
}

.primary-content
{
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 4px rgba(24, 28, 33, 0.12);
    min-height: 350px;
    position: relative;
    padding-top: 15px;
}

.widget-content
{
    padding: 4px;
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 3px #CCCCCC;
    position: relative;
}

.filter-container
{
    padding: 4px;
    background-color: gainsboro;
    border: 1px solid silver;
    border-radius: 3px;
    -moz-border-radius: 3px;
}


    .filter-container * input, .filter-container * select
    {
        margin-bottom: 0;
    }

.data-grid-header
{
    font-weight: bold;
    background-color: gainsboro;
    border-collapse: collapse;
    border-left: 0;
}

    .data-grid-header td
    {
        background-color: gainsboro;
        border-left: 0;
    }

.list-header td
{
    font-weight: bold;
}
/* Custom field classes*/

.cf-member-table
{
    width: 100%;
}

.cf-member-col1-read
{
    text-align: right;
    vertical-align: top;
    width: 30%;
}

.cf-member-col2-read
{
    text-align: left;
    vertical-align: top;
    width: 70%;
}

.cf-member-col1-edit
{
    text-align: right;
    vertical-align: top;
    width: 30%;
}

.cf-member-col2-edit
{
    text-align: left;
    vertical-align: top;
    width: 70%;
    padding-left: 13px;
}

/* Sticky Footer begin */

html,
body
{
    height: 100%;
}

#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -35px;
}

#push,
#footer
{
    height: 35px;
}

/* Sticky Footer end */

/* Member Name wrapping (supporting 100 characters) */
.rd-member-name-wrap {
    overflow-wrap: anywhere;
}