﻿/*
Colour scheme : 
    
    main bg             - #e7e7e7 (off white)
    border              - #6a6a6a (dark grey)
    main text and link  - #142748 (dark navy blue)
    main border         - #bfc6cc (light grey)
	bottom border		- #c4c8cb (grey)
	report border 		- #c4c8cb (grey)
    user border         - #bdc9d9 (light grey/purple)
    user bg             - #f8f8f8 (near white)
    user logut link     - gainsboro (grey)
    boxed border        - #88a2c3 (light blue/grey)
	boxed padded/area	- #f3f3f3 (off white)
	boxed form			- #e7e7e7 (off white)
    unboxed padded      - none
    unboxed form        - #e7e7e7 (off whilte)
	footer border		- #132c55 (dark blue)	TFB blue ?
	title outer 		- #89a3c4 (light blue)
	title inner			- #a9bed9 (lighter blue)

	item active			- #146a9d (turquoise)
	item aborted		- #b1323b (pale red)
	item archived		- #76591f (brown/gold)
	item completed		- #34ce00 (green)
	
	popup content 		- #ff00ff (purple !! )
	popup bg			- #ECEDF1 (off white)
	
	contact bg			- #e8e6e7 (off white)
	
	mp readonly			- lightslategray
	mp mandatory		- dark red
	
	table header		- #132c55 (dark blue)	TFB blue ?
	
	error 				- #cc0000 (bright red)
	message normal		- black
	message note		- blue
	message warn		- orange
	message err			- red
	
	checkout button		- green
*/


/* global HTML styles */
body {
	background-color: #f0f6ff;/*#0c2b6b; */
	background-image: url("./images/logo_bg.png");
    background-repeat:no-repeat;
    background-position: left 20px top 20px;
	font-family: Calibri, verdana, arial, sans-serif;
	font-size: 85%;
	color: #142748;
	margin: 0;
	padding: 0;
}


div {
	color: #142748;
}
div.scroll {
	width: 100%;
	overflow: auto;
}
div.centre
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rightAlign {
    text-align:right !important;
}

.leftAlign {
    text-align:left !important;
}

.paygateway {
    /*align-content:center;*/
    /*text-align:center;*/
    width: 540px;
    /*height: 600px;*/
    margin-left: auto ;
    margin-right: auto ;
    background-color: green;
    border:2px dashed red;
    color: goldenrod;
}

iframe {
    /*width: 535px;
    height: 500px;
    margin: 50px auto;
    background-color: #777;*/
    display:block;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #142748;
}

a:hover {
	text-decoration: underline;
}
.hover_none {
    font-weight:bold;
    color:darkgreen;
    text-decoration:line-through;
}

h1 {
	color:black;
    padding:0; margin:0;
	font-size:160%;
	font-weight:bold;
	font-family: Calibri, verdana, arial, sans-serif;
}

h2 {
	color: darkslategray;
    padding:0; margin:0;
	font-size: 140%;
	font-weight: bold;
	font-family: Calibri, verdana, arial, sans-serif;
}

h3 {
	color: slategray;
    padding:0; margin:0;
	font-size: 120%;
	font-weight: bold;
	font-family: Calibri, verdana, arial, sans-serif;
}


table {
	border-collapse: collapse;
}

td {
	padding: 5px;
	vertical-align: top;
}

td.quote_item
{
}
td.quote_highlight
{
	font-weight:bold;
}

.quote_edit {
    background-color:white;
    color:blue;
}

.logo
{
    background-image:url("Images/logo.jpg");
    background-position: left top;
    background-repeat:no-repeat;
    width:600px;
    height:83px;
	padding-left:0px;
}

/* structural styles */

#main {
	margin: 20px auto;
	/*margin-top: 5px;*/
	width:1024px; /* auto;*/
	border: 1px #bfc6cc solid;
	background-color: white;
    /*background-repeat:no-repeat;
	background-image: url("./images/logo_bg.png");
    background-position:left top;
    background-size:initial;*/

}

#main_inner {
	padding: 40px;
}
    
#user_info {
	text-align: right;
	color: #6a6a6a;
    background-color:#f1f7ff;
	border-left: 10px #a6bcdb solid;
	border-top: 1px #a6bcdb solid;
	border-right: 1px #a6bcdb solid;
	border-bottom: 1px #a6bcdb solid;
	padding: 10px;
}
 
#content {
	/*border: 1px #c1c5c4 solid;*/
    background-color:#f8f8f8;
	margin-top: 10px;
	margin-bottom: 20px;
}

.detail {
    background-color:transparent;
	/*padding: 10px; USED TO cause boxed_form etc to overlap as has own padding*/
    padding:5px 10px 5px 10px;  /* remove if overlap issues again */
}

#footer {
	border-top: 5px #132c55 solid;
	padding-top: 5px;
	margin-top: 40px;
}
  
 /* menu styles */
 
#menu 
{
	padding: 15px 0 0 0;
}

#help {
	float: right;
	padding: 6px 10px 0px 10px;
}


/* login page styles */

#login_text {
	width: 300px;
	padding: 0px 80px 0px 10px;
    text-align:center;
}

#login_form {
	width: 300px;
	padding: 0px 30px 0px 30px;
    background-color:#f1f7ff;
    border:1px solid #a6bcdb;
}
#loggedin {
	margin-bottom:10px;
}

.login_reset {
    color:slategray;
    text-align:left;
    width:100%;
    font-size:small;
}
.logout_link {
    /*border-style:solid;
    border-width:thin;
    border-color:#bfc6cc;
    background-color:snow;*/
    padding:3px; 
}
.logout_link:hover {
    color:goldenrod;
}


/* Content */

.caption_banner
{
	background-color: #a45a88;
    font-size:120%;
	font-weight:bold;
	color:white;
    padding:.3em 1em .3em 1em;
    margin-bottom:1em;
    text-align:left;
}
.caption_header {
    padding:0;
    margin:0 0 1em 0;
	font-size: 115%;
	font-weight: bold;
	font-family: Calibri, arial, verdana, sans-serif;
    text-align:left;
}
.caption_info {
    padding:0; 
    margin:0 0 1em 0;
}
.detail_banner {
	background-color: #cbbbdc;
    font-size:110%;
	font-weight:normal;
	color: white;
    padding:.2em 1em .2em 1em;
    margin:0px;
    text-align:left;
}
.detail_header {
    padding:0; 
    margin:0 0 .5em 0;
	font-size: 100%;
	font-weight: bold;
	font-family: Calibri, arial, verdana, sans-serif;
}
.detail_info {
    padding:0; 
    margin:0 0 .5em 0;
}


/* case plan styles */

#caseplan #notes_intro_inner {
	padding: 15px;
}

#caseplan {
	/*width: 100%;*/
}

.caseplan_nolink {
    color:black;
}

.item_active {
	color: #146a9d;
	font-weight: bold;
}

.item_aborted {
	color: #b1323b;
	font-weight: bold;
}

.item_archived {
	color: #76591f;
	font-weight: bold;
}

.item_completed {
	color: #34ce00;
	font-weight: bold;
}

.doc_selected {
	color: #34ce00;
	font-weight: bold;
    font-size:larger;
}

/* popup styles */

.popup_body {
	background-color: white;
	overflow-y: auto;
}

.popup_content {
	color:#f0f;
	font-weight: bold;
}

.popup_detail {
	padding: 15px;
	font-weight: bold;
}

.popup_gradient {
	/*border: 1px #c4c8cb solid;*/
	/*background-image: url("images/shaded_bg.png");
	background-repeat: repeat-x;*/
	background-color: #ECEDF1;
	font-weight: bold;
	color: #000;
	padding: 10px 10px 10px 15px;
}

/* contact form styles */

.contact_table {
	background-color: #e8e6e7;
    border: 1px solid #a6bcdb;
	margin: 15px 0px 5px 0px;
	padding: 5px;
}

.contact_label {
	font-weight: bold;
}

.contact_input {
}

.contact_textarea {
	font-family: Calibri, verdana, arial, sans-serif;
	font-size: 100%;
	overflow: auto;
}

/* table styles */

#mp_view  {
    border:none;
    width:100% !important;
}
#mp_enq_view {
    border:none;
    width:100% !important;
    margin:1em 0 1em 2em;
    padding:1em 0 1em 0;
}
.mp_enq_error {
    color:red !important;
}
.mp_control_row, .mp_enq_control_row {   /* tr - new to force full width of right hand label/control area*/
    width:50% !important;
    margin:2px !important;
    padding:2px !important;
}
.mp_label, .mp_enq_label {
    width:30% !important;
    text-align:left !important;
    vertical-align: middle; 
    margin: 0 !important;
    padding: 0 !important;
}
.mp_control, .mp_enq_control {
    width:70% !important;
    text-align:left !important;
    vertical-align: middle; 
    margin: 0 !important;
    padding: .5em !important;
}
.mp_readonly, .mp_enq_readonly {
    color:lightslategray !important;
}
.mp_mandatory, .mp_enq_mandatory {
    color:darkred !important;
}
.mp_text, .mp_enq_text { 
    width:400px !important;
}
.mp_multiline, .mp_enq_multiline {
    width:400px !important;
}
.mp_number {
    width:155px !important;
}
.mp_date, .mp_enq_date {
}
.mp_time {
}
.mp_combo, .mp_enq_combo {
    width:200px !important;
}
.mp_hide {
    display:none;
}

.boxed_padded {
    background-color:#f3f3f3;
    border: 1px #c4c8cb solid;
	padding: 10px;
}

.boxed_area {
    background-color:#f3f3f3;
    border: 1px #c4c8cb solid;
}

.boxed_form {
    background-color:#e7e7e7;
    border: 1px #c4c8cb solid;
	padding: 1em;
}

.boxed_form td {
    padding:.4em .2em .4em .2em;
    text-align:left; /*center;*/
}

.unboxed_padded {
    border: none;
	padding: 10px;
}

.unboxed_area {
    background-color:#f3f3f3;
	border:none;
}

.unboxed_form {
    background-color:#e7e7e7;
	border:none;
	padding: 1em;
}

.bottom_border_padded {
	border-bottom: 1px #c4c8cb solid;
	padding: 10px;
}

.data_table td {
	padding: 4px;
	border-top: 1px #c4c8cb solid;
}

.report_header {
    width: 100%;
	background-color: #132c55;
	padding: .5em;
	text-align: left;
	color: white;
	font-weight: bold;
}

.report_header td {
    padding:.5em;
}

.report_header th {
    /* used in GridView to match report_header used in asp:DataGrid */
    width: 100%;
    color: white;
    padding:.5em;
}

.report_table {
    background-color:#f3f3f3;
	border:none;
}

.report_table td {
	padding: 1em;
	border: 1px #c4c8cb solid;
}

.report_inner_menu td {
	/*border:1px #c4c8cb solid;*/
    border:none !important;
    margin:1em;
	padding:.6em 2em .6em 2em;
}

.report_view_detail_desc {
    width:auto;
    text-align:left;
}

.report_view_detail_date {
    width:auto;
    min-width:10em;
    text-align:center;
}

.report_view_detail_hidden {
    width:0;
    display:none;
}

div.note_block
{
  width: 90%;
  padding-bottom:10px;
}
.note_area {
    background-color:#f3f3f3;
    border: 1px #c4c8cb solid;
    margin:0 0 .2em 0 !important;
    padding:0;
}
.note_detail {
    display:block;
    background-color:#f3f3f3;
    padding:2px 4px 2px 4px;
    margin:1px;
    white-space:pre-wrap;
}
.note_detail_hidden {
    display:none;
}
.note_detail_deleted {
    display:block;
    background-color:#e7e7e7;
    color:darkgray;
    padding:2px 4px 2px 4px;
    margin:1px;
    white-space:pre-wrap;
}
.note_title {
    font-size:small;
    padding:0;
    margin:0;
}

.no_formatting {
}

/* general styles */

.float_left {
	float: left;    
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.error {
	font-weight: bold;
	color: #c00;
}

.font_tiny {
	font-weight:lighter;
	font-style:normal;
	font-size:smaller;
}
.font_small {
	font-weight: normal;
	font-style: normal;
	font-size:small;
}
.font_normal {
    font-family: Calibri, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
  	font-size:100%;
}

.bold {
	font-weight: bold;
}

.infoMsgBlock {
    padding:.4em 0 .4em 0;
}
.infoMsgNormal {
	font-weight: normal;
    font-size:100%;
    background-color:transparent;
	color: black;
}
.infoMsgNote {
	font-weight: normal;
    font-size:110%;
    background-color:transparent;
	color: blue;
}
.infoMsgWarning {
    padding:2px;
    margin:2px;
	font-weight: bold;
    font-size:110%;
    background-color:#ff6633;
	color: white;
}
.infoMsgError {
    padding:2px;
    margin:2px;
	font-weight: bold;
    font-size:110%;
    background-color:red;    /*#ff6633;*/
	color: white;
}

/*
.rvClient .rvDescr { }
.rvStep .rvStepCompl .rvStepNA { }

.rvMatterCompl {
	color:#c00;
	font-weight: bold;
}
*/
@media print 
{
	/*#ID's of divs etc not to print...*/
	#menu, 
	#user_info, 
	.doNotPrint {display:none;}
	/*#other overrides for printing...*/
	h1 {display:none;}
	.boxed { border:0; }
	.boxed_padded{ border:0; padding:0; }
	#main { width:100%; border:0; }	
}


.RadButton
{   /* used for oversize pay buttons */
    height: 16px;
    text-indent:10px;
}

.radPageView 
{   /* used to force max height on Telerik RadPageView */
    height: 100% !important; 
}

.RadFileExplorer {
    /* used to force max width on Telerik RadFileExplorer */
    width: 100% !important;
}

.lib_download {
    /* used to line up RadFileExplorer with title/box containers */
    margin: 0px;
    padding: .2em .2em .2em 0em;
}

.upper
{
    text-transform: uppercase;
}

/* Some password match colour codes */
.Base
{
    display: inline-block;
    font: 12px/18px "segoe ui" ,arial,sans-serif;
    height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 121px;
    color: #fff;
    border: 1px solid #333;
}
.L0
{
    border: 0 none;
}
.L1
{
    background-color: #ff3933;
}
.L2
{
    background-color: #ff6633;
}
.L3
{
    background-color: #ff3399;
}
.L4
{
    background-color: #cccc33;
}
.L5
{
    background-color: #33cc00;
}

.show_submit_file {
    visibility:visible;

    color:white; 
    font-size:110%;
    padding:4px;
    background-color:rgba(67,156,67,1);
    border:1px solid #c4c8cb;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border-bottom:1px solid #9f9f9f;
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
    cursor:pointer;
    display:inline-block;
    width:150px;

    background-image: url(./Images/save.png);
    background-repeat: no-repeat;
    background-position: 10px;
    padding-left: 20px;
}
.show_submit_file:hover {
    background-color:rgba(75,168,75,1);
}
.hide_submit_file {
    visibility: hidden;
    width: 0;
    padding: 0;
}


