﻿/* FRAME */
html {
    color: black;
    background-color: transparent;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: sans-serif;
    font-size: 1.2em;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;

    background-color: transparent;
    background: url('../../Images/MasterPage/LightBackground.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: cover;
}

form {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
}

table 
{
	font-family: Arial;
	font-size: 1.0em;	
}

tr 
{
	page-break-inside: avoid;
}

input[type='text'], input[type='file'], input[type='password'], select {
    border: 1px solid #b3b3b3;
    background-color: white;
    margin: 1px;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*width: 250px;*/
}

.master {
    font-family: Arial;
    font-size: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 243, 254, .3);
    /*background-image: url('../Images/Layout/Background.jpg');*/
    background-position: left top;
    background-repeat: repeat;
}

.message
{
	font-family: Arial;
	font-size: 10px;	
	width: 100%;	
	border-bottom: solid 1px #798c9a;
}

.login
{
	font-family: Arial;
	font-size: 10px;	
}

.pageheader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #3e7999;
	height: 15px;	
	border-left: solid 1px #798c9a;
	border-right: solid 1px #798c9a;
	border-top: solid 1px #798c9a;
	background-color: #f1dc8b;
}

.pagesubheader
{
	font-family: Arial;
	font-size: 1.0em;
	color: #3c638d;
	height: 15px;
	border-bottom: solid 1px #798c9a;
}

.subheader
{
	font-family: Arial;
	font-size: 12px;
	color: #3c638d;
}

.logount_link
{
	font-family: Arial;
	font-size: 10px;
	color: #3c638d;
	height: 20px;
}

.header
{
	font-family: Arial;
	font-size: 10px;
	color: #3c638d;
	height: 20px;
	border-bottom: solid 1px #798c9a;
}

.footer
{
	font-family: Arial;
	font-size: 10px;
	color: #3c638d;
	height: 20px;
	border-top: solid 1px #798c9a;
	padding-left:10px;
	padding-right:10px;
}

.menuseparator
{
	background-image: url('../Images/Layout/VerticalSplit.jpg');
	background-repeat: repeat-y;
	background-position: right top;	
}

.gridview
{
	font-family: Arial;
	font-size: 10px;	
}

.gridviewheader {
    background-color: rgba(32, 134, 180, .2);
    font-family: Arial;
    font-weight: bold;
    color: white;
    height: 15px;
    font-size: 1.0em;
    padding: 3px;
}

.gridviewrow0 {
    background-color: rgba(219, 237, 251, .8);
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    font-size: 1.6em;
}

.gridviewrow1 {
    background-color: rgba(154, 220, 254, .5);
    font-size: 1.6em;
}

.reportAuxInfoTag
{
	color: White;
	font-family: Arial;
	font-size: 11px;	
	font-weight: bold;
	padding-left:3pt;
	padding-right:3pt;
	border: solid 1px silver;
	background-image: url('../Images/Layout/DataHeader.jpg');
	background-color:#338e5a;
	text-align:center;
}

.reportAuxValueCell
{
	padding-left:3pt;
	padding-right:3pt;
	border: solid 1px silver;
	background-color:#ffffff;
	text-align:center;
}


.reportAuxInfoTag1
{
	color: White;
	padding-left:3pt;
	padding-right:3pt;
	background-color:#d2691e;
}

.reportAuxValueCell1
{
	padding-left:3pt;
	padding-right:38pt;	
	border: solid 1px silver;
	background-color:#ffffff;
}

.highlightedrow {
    color: #004165;
    background-color: white;
    font-size: 1.6em;
}

.divscrollable
{
	overflow: scroll;
	border: solid 1px #798c9a;
	background-color:White;
	height:150px;
}

.div_menu
{
	display:block;
}

.selectedrow {
    color: #004165;
    background-color: white;
    font-size: 1.6em;
}

.menu
{
	border-right: solid 1px #798c9a;
}

.label
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;	
	color: black;		
}

.data
{
	font-family: Arial;
	font-size: .8em;
	color: black;			
}

.linklabel
{
	font-family: Arial;
	font-size: 10px;
	color: blue;		
	text-decoration: underline;
	cursor: pointer;
}

.editpanel
{
	background-color: white;
	border: solid 1px #798c9a;	
}

.messagepanel
{
	background-color: white;
	border-left: solid 1px #798c9a;	
	border-right: solid 1px #798c9a;
	border-bottom: solid 1px #798c9a;
	font-weight: bold;	
}

.panel
{
	border: solid 1px #798c9a;	
}

.messagetext
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

.TableCell0001
{
	white-space: nowrap;
	font-size: 9pt;
	vertical-align: middle;
}

/* Task Tab Styles */
.HotPendingTaskCell
{
	background-color:#f7e87d;
}

.MenuTab
{
	background-color:#f0f8fb;
}

/* Calendar styles */
.CalendarHeader
{
	font-size:14pt;
	font-weight:bold;
}

.CalendarWeekDayTag
{
	color:#eeeeee;
	font-size: 11px;	
	font-weight: bold;
	border: solid 1px silver;
	background-image: url('../Images/Layout/DataHeader.jpg');
}

.CalendarEdge
{
}

.CalendarEdgeCurrentState
{
	background-color:#f7e87d;
}

.CalendarEdgeAlternateItem
{
	background-color:#e0e8f2;
}

.tdButton
{
    padding:1px;
    border:solid 1px #ffffff;
}

.tdButton:hover
{
    border-left:solid 1px #dadada;
    border-top:solid 1px #dadada;
    border-right:outset 1px;
    border-bottom:outset 1px;
}

.LinkInList
{
    color:#000055;
}

.LinkInList:hover
{
    color:#aa2222;
}

.GroupCaption
{
    font-size:8pt;
    font-weight:bold;
    padding-left:2px;
    background-color:#d7d9d9;    
    
    color: White;
    background-image: url('../Images/Layout/GridViewHeader.jpg');
	background-repeat: repeat-x;
	background-position: left top;	
}

.GroupControls
{
    background-color:#e7e9e9;
    border-bottom:outset 1px;
}

.CompanySubGroup
{
    background-color:#e7e9e9;
}

.ControlListBox
{
    background-color:#FFFFFF;
    border:solid 1px #7f9db9;
}

.ControlListHeader
{
    font-size:8pt;
    font-weight:bold;
    padding-left:2px;
    border-top:solid 1px #7f9db9;
    border-right:solid 1px #7f9db9;
    
    color: White;
    background-image: url('../Images/Layout/GridViewHeader.jpg');
	background-repeat: repeat-x;
	background-position: left top;	
}

.SubSectionHeader
{
    background-color:#B0C4DE;
    border-top:solid 1px #56789a;
}

/*-- Mobile Styles ---*/
.MobileInput
{
	font-family:Arial;
	font-size:medium;
	color: #000088;			
}

.MobileLabel
{
	font-family:Arial;
	font-size:medium;
	color: black;			
}

.MobileGroupCaption
{
    font-size:medium;
    font-weight:bold;
    
    color: White;
    background-image: url('../Images/Layout/DataHeader.jpg');
	background-repeat: repeat-x;
	background-position: left top;	
}

.MobileRowCell
{
    font-size:medium;
    border:outset 1px;
}

.MobileRowCell:hover
{	
	background-image: url('../Images/Layout/GridViewRowSelectedBg.jpg');
	background-repeat:repeat;
	background-position: left top;	
}

.MobileGridviewRow
{
    font-size:medium;
    vertical-align:top;
}

.MobileGridviewRow:hover
{
	background-image: url('../Images/Layout/GridViewRowSelectedBg.jpg');
	background-repeat:repeat;
	background-position: left top;	
}

.MobileGridviewRow:hover
{
    background-color:#DDFFDD;
}

.MobileSubGroup
{
    background-color:#ffffff;
    border-top:solid 1px #798c9a;
	border-left: solid 1px #798c9a;	
	border-right: solid 1px #798c9a;	
    border-bottom:outset 1px;
}

.SeminarReportRow
{

}

.SeminarReportRow:hover
{
    background-image: url('../Images/Layout/GridViewRowSelectedBg.jpg');
	background-position: left top;	
	background-repeat: repeat-x;
	background-color: #fde87d;
}

.padPanel
{
	font-family:Arial;
	font-size:7pt;
}








.td_main {
    vertical-align: top;
    height: 100%;
    /*background-color: rgba(32, 134, 180, .1);*/
}

.div_header {
    background-color: rgba(32, 134, 180, .2);
    float: left;
    width: 100%;
}

.div_header_sys_info {
    background-color: rgba(32, 134, 180, .1);
    float: left;
    width: 100%;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.app_logo {
    opacity: .7;
}

.app_name {
    color: #004165;
    font-size: .8em;
}

.app_logout {
}

.text_username {
    color: #004165;
    font-size: .8em;
}

.text_todays_date {
    color: #004165;
    font-size: .8em;
}

.text_environment {
    font-size: .8em;
}

.div_menu_container {
    float: left;
    background-color: rgba(222, 243, 254, .3);
    width: 100%;
}

.div_menu_messages {
    background-color: transparent;
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.div_message_error {
    background-color: rgba(233,67,69,0.2);
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    padding-top: 10px;
    padding-bottom: 20px;
}

.div_message_info {
    background-color: rgba(62,151,207,0.2);
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    padding-top: 10px;
    padding-bottom: 20px;
}

.div_message_warning {
    background-color: rgba(255,235,104,0.2);
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    padding-top: 10px;
    padding-bottom: 20px;
}

.text_source_title {
    font-size: .8em;
}

.text_message_title {
    color: #4a4a4a;
    font-size: 1.2em;
}

.text_sub_title {
    color: #747474;
    font-size: 1.0em;
}

.text_message_body {
    color: #3d3d3d;
    font-size: 1.0em;
}

.div_cols_1 {
    float: left;
    width: 100%;
}

.text_login_label {
    color: #004165;
    font-size: 1.0em;
    height: 2.4em;
    width: 220px;
}

.text_login_data {
    font-size: 1.0em;
    height: 1.4em;
    width: 250px;
}

.div_section_title {
    color: #026298;
    font-size: 1.2em;
}


.div_login_warning_notice_label {
    color: black;
    float: left;
    font-family: Arial;
    font-size: 1.0em;
    padding-top: 50px;
    text-align: center;
    width: 100%;
}

.div_login_warning_notice {
    color: #004165;
    float: left;
    font-size: .8em;
    text-align: justify;
    width: 100%;
}

.div_footer {
    background-color: transparent;
    color: #004165;
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
}

.button {
    float: left;
    padding-right: 0px;
    padding-bottom: 5px;
    border: solid 0px transparent;
    margin-right: 5px;
}

.button:hover {
    opacity: .5;
}

