/*------------------------------------------------------------
Should be one of the first css included as contains elements 
included across adviser, insurer and internal portals.
file and then others (jquery / grid etc.) override it, this 
allows any necessary adjustments for the Insurer Portal.
------------------------------------------------------------*/
/*----------------------------------------------------------
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.
----------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
html
{
	overflow-y: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
.helpText
{
	font-style: italic;
}

body
{
	background-color: #FFFFFF;
	font-size: .85em;/* overriden to 0.8em in IE for similar cross-browser size */
	font-family: myriad-pro, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #454545;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-position: 0px 185px;
	overflow-x: hidden;
}
p, ul
{
    /*
	margin-bottom: 20px;
	line-height: 1.6em;
    */
}

.alert p {
    margin-bottom: 0;
}

header, footer, nav, section
{
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4:not(#form-header-title), h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: news-gothic-std, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif !important;
	font-weight: normal;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif;
	/*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #454545;
	font-weight: normal;
}

h3
{
	padding: 0 0 2px 0;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	/*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	color: #454545;
	border-bottom: solid 1px #E0e0e0;
}

h4:not(#form-header-title)
{
	font-size: 1.1em;
	color: #454545;
}

h5, h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page {
	width: 960px;
	min-width: 960px;
    max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	position:relative;
}

/* NOTE: These widths should match HTMLHelpers.enableVariableWidth and disableVariableWidth's emulation parameters */
@media (min-width: 1020px) and (max-width: 1219px)
{
    .page.variablewidth {
        margin-left: 30px;
        margin-right: 30px;
        width: auto;
    }
    .page.variablewidth .buttonBar {
        margin-left: 40px;
        margin-right: 40px;
        width: auto;
        max-width: none !important;
    }
    .page.variablewidth .variableHeader {
        margin-left: 40px;
        margin-right: 40px;
        width: auto;
        max-width: none !important;
    }

}
@media (min-width: 1220px)
{
    .page.variablewidth {
        width: 1160px;
    }
    .page.variablewidth .buttonBar {
        width: 1140px;
        max-width: none !important;
    }
    .page.variablewidth .variableHeader {
        width: 618px;
        max-width: none !important;
    }
}

.page-border-l
{
    background:#FFF url(images/content-bg-sides.png) 0 0;
    width:4px;
    height:602px;
    position:absolute;
    top:0;
    left:0;
    z-index: 2;
}
.page-border-r
{
    background:#FFF url(images/content-bg-sides.png) 4px 0;
    width:3px;
    height:602px;
    position:absolute;
    top:0;
    right:0;
    z-index: 2;
}
.entryPage
{
	text-align: center;
}
.basicView
{
	margin: 0 auto 0;
	width: 400px;
	padding-top: 80px;
}
header, #header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}
header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}
.mainTitle
{
	position: absolute;
	top: 39px;
	left: 235px;
	color: #757678;
}
#main {
	padding: 20px 30px 0 30px;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
    /* this is a short-term solution for the KD-1416 bug about the colorbox scrolling the documents without any warning. */
	min-height: 79vh; 
	position: relative;
}

#main.loginSectionMain {
    min-height: 450px; /* don't change the min-height of the login page bro */
}

div#title
{
	display: block;
	float: left;
	text-align: left;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
    padding-top: 8px;
}
div#homeIcon
{
	display: inline-block;
	background-position: left top;
	background-repeat: no-repeat;
	width: 33px;
	height: 23px;
	padding: 0px;
}
footer, #footer
{
    position: absolute;
    /* bottom: 0px; */
    z-index: 1000;
    margin-bottom: 0px !important;/* overrides default layout */
    margin-left:0;
    margin-right:0;
    width:100%;
    /* min-width:960px; */
    color: #999;
    padding: 20px 0 0;
    text-align: center;
    line-height: normal;
    font-size: .85em;
    background: #FFF url(Images/footer-bar.png) no-repeat top center;
}

div#footerBox{
	display: flex;
	flex-direction: row;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#footerBoxLeft{
	margin-left: 10px;
	white-space: nowrap;
}

div#footerBoxRight{
	margin-left: auto;
	margin-right: 10px;
	white-space: nowrap;
}

span#phone
{
	vertical-align: baseline;
	height: 30px;
	padding-top: 4px;
    margin-bottom: 10px;
}
span#phone .phoneNumber
{
	color: #555;
	font-weight: bold;
    white-space: nowrap;
}

footer span#email
{
	display: inline-block;
	/*margin-left: 45px;
	margin-right: 62px;*/
	padding-top: 4px;
	font-weight: bold;
}
footer span#copyright
{
	display: inline-block;
	height: 30px;
	padding-left: 25px;
	padding-right: 105px;
	padding-top: 1px;
	background: url('images/konnect_NET_footer.png') no-repeat right top;
}
div#footerText
{
	display: inline-block;
	padding: 0px;
	text-align: left;
	vertical-align: central;
}

p.extra-info {
    color: #a9a9a9;
    margin-bottom: 15px;
}

/* Message Decline page ELEMENTS   
----------------------------------------------------------*/
div#msgDeclineHeader
{
    margin-left:0;
    margin-right:0;
    width:100%;
    height: 50px;
    padding: 20px 0 0;
    text-align: center;
    line-height: normal;
}
span#msgDeclineTopSureMedLogo
{
	display: inline-block;
    float: left;
    height: 50px;
}
span#msgDeclineTopRightLogo
{
	display: inline-block;
    float: right;
	height: 50px;
}
div#msgDeclineBy label {
    width: 15%;
}
div#msgDeclineBy input {
    width: 20%;
}
span#msgDeclineAddress, span.myOrgAddress {
     white-space: pre-wrap;
}

textarea.declinedReason-editor {
    resize: none;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;/*reset from inline*/
    width:100%;
    margin:0;/*remove defaults*/
    padding:4px;
    background:#EEF;
    border:1px;
    overflow-y:auto;/*resets IE*/
    overflow-x:hidden;/*resets IE*/
    font-weight: bold;
}
div.messageDeclineDiv {
    font-weight: bold;
}

/* 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
{
	border: solid 1px #ababab !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px;
	width: 98%;
	outline: none;
	height: 80px;
	font-size: 12px !important;
	font-family: myriad-pro !important;
}
#ExtendedTextTemplate
{
	width: 95% !important;
}
input[type="text"], .text-box, input[type="password"], input[type="number"] 
{
	background-color: White !important;
	outline: none;
	/* border: solid 1px #ababab; */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/* padding: 4px; */
}
input::-ms-clear {
    display: none;
}
#grid
{
}
/* fix input[type='text'] in the grids */
#grid input[type="text"]
{
	padding: 1px !important;
}
.gridExternalButtons
{
	position: absolute;
	right: 30px;
	top: 35px;
}
select
{
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 0.85em;
	color: Gray;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif; /* width: 240px;    height: 34px;*/
	overflow: hidden; /*background: url(images/phoneicon.png) no-repeat right;*/
	color: #444;
}

.styled-select select
{
	background: transparent;
	width: 268px; /*padding: 5px;    font-size: 16px;    border: 1px solid #ccc;*/
	height: 24px;
}



button
{
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-khtml-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	padding: 2px 12px 2px 12px;
	font-size: .85em;
	font-weight: normal;
	color: #454545;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	cursor: pointer;
	background-color: #e0e0e0;
}

span.Mandatory, .FET_NotesMand, .FET_HistMand {
    color: red;
}

.putborders
{
	/*border: 2px solid white; 	padding: 4px 0px 4px 4px;*/
}
.therealputborders
{
	border: 2px solid red;
}
input[type='text']
{
	outline: none;
}
input[type='text'].input-validation-error, input[type='password'].input-validation-error, 
input[type='text'].error, input[type='password'].error
{
	border: solid 1px red !important; /* so that the above style is overridden */
}
#create-note-submit
{
    font-size: 12px !important;
}
.field-validation-error, label.error
{
	background: url(Images/validation-error.png) no-repeat;
	display: inline;
	width: 30px !important;
	margin-left: 5px;
	margin-top: 3px;
	text-indent: -100000px !important; /* moves text away */
	position: absolute; /* ensures that the validation message does not push elements around */
}

/* TABLE
----------------------------------------------------------*/

table
{
	border: none;
}

table th
{
	text-align: left;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

nav, #menucontainer
{
	position: relative;
	bottom: 0px;
	float: right;
}
#logindisplay
{
	font-size: 1.0em;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 3px;
	position: relative;
	bottom: 4px; /*konnect dark gray*/
	color: #3b322f;
	clear: left;
}
#logindisplay a:link
{
	text-decoration: none;
}

#logindisplay a:visited
{
	text-decoration: none;
}

#logindisplay a:hover
{
	text-decoration: none;
}

#search
{
	display: block;
	border: 1px solid red;
	width: 400px;
	position: relative;
	left: 600px;
	text-align: left;
}

div#topOrangeBar
{
	height: 31px;
	z-index: 10 !important;
}
div#grayHomeBar
{
	height: 31px;
	z-index: 10 !important;
	background: #3B3B3B;
}
div#widgemadgetBackground
{
	height: 60px;
	background: #3b3b3b url(Images/widgemadget/widgemadget_bg.png) repeat-x top left;
	color: #e5e5e5;
}
div#widgemadget
{
	text-align: left;
	/* padding-left: 20px; */
	/*width: 1000px;*/
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	vertical-align: middle;
	font-size: 32px;
	font-weight: lighter;
	font-family: news-gothic-std;
	padding-top: 6px;
}
div#widgemadget span
{
	display: block;
	font-size: 1.05em;
	float: left;
	padding-top: 9px;
	padding-left: 30px;
}
/* Widgemadget itself */
.widgemadgetTaskIcon {
	background-image: url('Images/Icons/taskicon-dark.png');
	background-repeat: no-repeat;
	font-size: 10pt;
	color: black;
	float: left;
	width: 80px;
	position: relative;
	left: 80px;
	top: 10px;
	cursor: pointer;
	height: 29px !important;
    padding: 0 2px;
	box-sizing: content-box;
}
.widgemadgetTaskIcon:hover
{
	background-image: url('Images/Icons/taskicon-light.png'); 
}
div#widgemadget img
{
	position: relative;
	left: 80px;
	top: 47px;
	float: left;
	padding-left: 10px;
}
div#widgemadget img.arrow
{
	left: 75px !important;
}
div#widgemadget .profileIcon
{
	/* override above style */
	top: 0 !important;
	left: 0 !important;
}
.profileIcon
{
	position: absolute;
	border-left: 1px dotted #555;
}
.widgemadgetTaskIcon .statusLabel
{
	text-align: center;
	padding-top: 2px;
}
.widgemadgetTaskIcon table
{
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
.widgemadgetTaskIcon #count { /* note: id #count is left in here as cannot update SharedHelpers at this time. In future, use class not id. */
	font-size: 20px;
	padding: 0px 4px;
	line-height: 26px;
}
.widgemadgetTaskIcon .count {
	font-size: 20px;
	padding: 0px 4px;
	line-height: 26px;
}
.widgemadgetSelected
{
	background-image: url('images/Icons/taskicon-light.png');
}
.widgemadgetLeftHeader
{
	float: left;
	position: relative;
	margin-right: 30px;
	width: 300px;
}

#headerControls .widgemadgetTaskIcon
{
	width: 110px;
	text-align: left;
	margin-right: 28px;
}

.widgemadgetTaskIcon#All
{
	width: 105px;
	border-right: dotted 1px #666;
	text-align: left;
	margin-right: 28px;
}
.widgemadgetTaskIcon#All .statusLabel
{
	text-align: left;
	text-indent: 30px;
}
/* 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: normal;
	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;
}
.summaryTable {
	background: #E0E0E0;
	color: Black;
	width: 100%;
	font-size: 0.85em;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 1px;
}

.summaryTable * {
	box-sizing: content-box;
}

.labelColumn
{
	padding: 8px 5px 8px 15px !important;
}

.summaryTable .labelColumn
{
	text-transform: uppercase;
	color: #202020;
	border-bottom: 1px solid white;
	padding: 5px;
}

.summaryTable .labelColumnNoBorder
{
	text-transform: uppercase;
	color: #202020;
	border-right: 1px dotted darkGrey;
	padding: 5px;
}
.summaryTable .dataColumn
{
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	/* font-size: 12px; */
}
.summaryTable .clientName
{
	font-size: 14px !important;
}
.summaryTable tr td
{
	padding: 5px;
}

.summaryTable.mobileSummaryTable .summaryTableDefaultHidden {
    display: none;
}

/* Mobile-responsive div-based summary box ---------- */

.responsive-summary-box {
    background: #E0E0E0;
    color: black;
    font-size: 12px !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.responsive-summary-box .row {
    margin: 0 !important;
    border-bottom: 1px solid white;
}
.responsive-summary-box .row:last-child {
    border-bottom: none;
}

.responsive-summary-box .row > div {
    border-right: 1px solid white;
    padding: 8px;
}
.responsive-summary-box .row > div:last-child {
    border-right: none;
}

.responsive-summary-box .row > div > label, .responsive-summary-box .row > div > span {
    vertical-align: middle;
}

.responsive-summary-box .row > div > label {
    text-transform: uppercase;
    color: #202020;
    margin-right: 5px;
}

.responsive-summary-box .row > div > span {
    max-width: 75%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.responsive-summary-box .row > div > span#tfh-rsb-description, .responsive-summary-box .row > div > span#tfh-rsb-assignedto {
    max-width: 50%;
}

/* For use as a wrapper around a standard Bootstrap row / col structure */
.responsive-summary-box-simple {
	background: #E0E0E0;
	color: black;
	font-size: 12px !important;
	border-radius: 6px;
	margin-bottom: 20px;
	padding: 1rem;
}

@media all and (min-width: 598px) and (max-width: 1023px) {
    .responsive-summary-box .row {
        border-right: none;
        border-bottom: none;
    }

    .responsive-summary-box .row > div {
        border-bottom: 1px solid white;
    }
    .responsive-summary-box .row > div:nth-child(even) {
        border-right: none;
    }

    .responsive-summary-box .row > div > span {
        max-width: 75%;
    }
    .responsive-summary-box .row > div > span#tfh-rsb-description, .responsive-summary-box .row > div > span#tfh-rsb-assignedto {
        max-width: 65%;
    }
}

@media all and (max-width: 597px) {
    .responsive-summary-box .row {
        border-right: none;
        border-bottom: none;
    }

    .responsive-summary-box .row > div {
        border-bottom: 1px solid white;
    }
    .responsive-summary-box .row:last-child > div:last-child {
        border-bottom: none;
    }

    .responsive-summary-box .row > div > label {
        width: 85px;
    }

    .responsive-summary-box .row > div > span {
        max-width: 60%;
    }
}

/* ---------- Summary box */

.includeeye
{
	/*	background-position:0 -1400px;*/
	padding: 0px 0px 0px 28px;
	/*	width: 240px;*/
	/*width: 100%;  SA-524 */
	height: 34px;
	overflow: hidden;
	background: url(images/icons/view-icon.png) no-repeat left;
	/* background:transparent url(images/view-icon.png) no-repeat scroll 0 0; */
}

.includeeye:hover
{
	background: url(images/icons/view-icon-rollover.png) no-repeat left;
}

.styled-select
{
	width: 140px;
	height: 24px;
	overflow: hidden;
	background: url(images/phoneicon.png) no-repeat right white;
}

/* LOGIN STYLES */

.loginContainer
{
	margin-left: 100px;
	width: 350px;
}
.loginContainer #titleText
{
	padding-top: 10px;
}
.loginTable
{
	width: 310px;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	background: #E0E0E0;
}
.loginTable .labelColumn
{
	color: #202020;
	border-bottom: 1px solid white;
	padding: 3px;
	width: 120px !important;
}
.loginTable .labelColumn
{
	font-family: myriad-pro !important;
	font-size: 12px;
	text-transform: uppercase;
}
.loginTable .inputArea
{
	color: #202020;
	padding: 5px;
}
.loginTable .textArea
{
	color: #202020;
	border-bottom: 1px solid white;
	padding: 5px;
}

.loginTable .textArea#input
{
	color: red;
}
.loginTable .remember-me-row td
{
	border-bottom: none !important;
	padding: 5px 3px;
}
.loginTable .remember-me-row td *
{
	float: left;
	margin-left: 4px;
	display: block;
	font-size: 12px;
	font-family: myriad-pro !important;
	text-transform: uppercase;
	color: #202020;
}
.loginInput
{
	width: 200px;
}
.loginTable td
{
	position: relative;
}
.loginTable .field-validation-error
{
	position: absolute;
	top: 3px; /* Shotbolt: Note; this used to be 8px on Insurer portal and Internal portal. Verify that 3px is correct. */
	right: -41px;
}
.loginFeedback
{
	font-size: 12px;
	margin-top: 5px;
	display: block;
	border-top: solid 5px white;
}
.loginFeedback li
{
	list-style: none;
	padding-top: 5px;
}
.loginExtras
{
	font-size: 12px;
	width: 310px;
	display: block;
	height: 32px;
}
.loginExtras *
{
	float: right;
	margin-left: 10px;
}
.loginExtras .coloredButton
{
	background-color: white !important;
	margin-top: -3px;
}
.forgotPassword, .forgotPasswordInstructions {
    text-align: center;
    margin-bottom: 5px;
}
#forgotPasswordLink {
    color: #A4A4A4;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.forgotPasswordInstructions {
    color: #000;
    font-size: 13px;
}
.forgotPassword a:hover {
    text-decoration: underline;
}
.forgotPassword .loginTable
{
	padding: 0 !important;
}
.forgotPassword .inputArea
{
	padding: 4px;
}
.forgotPassword .inputArea td
{
	width: 350px !important;
}
.forgotPassword .inputArea .forgotPasswordInput
{
	padding: 4px !important;
}
.forgotPassword .inputArea input
{
	width: 288px;
}
.forgotPasswordFeedback
{
	margin-top: 5px;
	padding-left: 3px;
	font-family: myriad-pro !important;
}
.passwordFeedback
{
    color: #00BB00;
    font-weight: bold;
}
.passwordFeedbackError
{
    color: #BB0000;
    font-weight: bold;
}
.logintitle
{
	padding-top: 150px;
	background: url(Konnect/konnect_NET_logo.png) no-repeat;
	background-position: left 166px;
	padding-left: 80px;
}
.logintitleIE
{
	padding-top: 150px;
	background: url(Konnect/SureMed_Clanwilliam_Logo.png) no-repeat center;
	background-size: 460px
	
}
.logintitleHiddenLogo
{
	padding-top: 150px;
}

.logintitle h2
{
	padding-bottom: 60px;
}
.loginbody
{
	background-image: url('images/background.png') !important;
	background-repeat: repeat-x !important;
	background-position: 0px 0px !important;
}
.loginHelpText
{
	background: url(images/icons/big-phone.png) no-repeat left top;
	width: 100%;
	margin: 30px 0px 0px 241px;
	padding-left: 35px;
	padding-top: 5px;
	position: relative;
	font-style: italic;
	line-height: 1.5em;
}


/*END LOGIN STYLES */

.profileTable td, .profilePasswordChange td
{
	padding: 6px 4px;
}
.profilePasswordChange input, .profileTable input
{
	/* width: 90%; */
	max-width: 200px;
	/* min-width: 140px; */
}
.profilePasswordChange input
{
	width: 200px;
}
.btnHolder
{
	height: 30px;
	padding-top: 10px;
}

.makeVisible
{
}
.makeInvisible
{
	display: none;
}
.btnHolder input
{
	float: right;
}

.threeColumnDiv
{
	float: left;
	width: 32%;
}
#newNoteDiv textarea
{
	margin-left: 0px !important;
	border: solid 1px red;
}
.demographicsTabTable
{
	border-top: 3px solid #E0E0E0;
	border-bottom: 3px solid #E0E0E0;
	border-collapse: collapse;
	width: 97%; /*margin: 0px 5px 0px 5px;*/
	text-align: left;
}

.demographicsTabTable td
{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	font-weight: bold;
	color: Black;
}

.demographicsTabTable tr.noborder td
{
	border: none;
}
.demographicsTabTable tr.topborder td
{
	border: none;
	border-top: 1px solid #E0E0E0;
}
.demographicsTabTable td:first-child
{
	text-transform: uppercase;
	font-weight: normal;
	color: Gray;
	padding-right: 1em;
}

.taskDetails
{
	float: left;
	width: 49%;
	display: inline;
}
.taskDetails .labelColumnNoBorder
{
	padding-right: 15px;
}

.taskHistory
{
	float: right;
	width: 49%;
	display: inline;
}

.taskDetailsTable
{
	background-color: lightgray;
	width: 100%;
}

.taskHistoryItem
{
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 0px 5px 0px;
	display: table;
	width: 100%;
}
.taskHistory-avatar
{
	width: 10%;
	min-width: 45px;
	height: 100%;
	display: table-cell;
	vertical-align: top;
}
.taskHistory-header
{
	/*font-weight: bold;*/
	color: #666;
	font-size: 13px !important;
}
.taskHistory-header b
{
	color: #000;
}
.taskHistory-body
{
	color: Black;
	padding: 0px 10px 0px 60px;
	font-size: 12px;
	font-family: myriad-pro, Tahoma, Arial, Sans-Serif;
	display: block;
}
.taskHistory-footer
{
	clear: both;
}
.History h2
{
	border-bottom: solid 4px lightgray;
	margin-bottom: 6px;
}
.taskDetails .summaryTable
{
	background: #F0EFEE;
}
.taskDetailBottom
{
	text-align: right;
	padding: 5px 0;
	border-top: 1px solid white;
    width: auto !important;
	padding-right: 5px;
	margin-left: -1px;
	background: #E6E5E4;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-khtml-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.context-menu
{
    color: White;
    background-color: orangered;
	border-radius: 6px;
	font-size: 12px !important;
	padding: 5px 10px 4px !important;
    width: 50px;
}

/***************************************** Uploader Styles *****************************************/

/** KnlUpload styling **/
.progressWrapper {
	width: 350px;
	overflow: hidden;
    word-wrap: break-word;
}

.progressContainer {
	margin: 1px 5px 0px 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}

/* Error */
.progressContainer.uploaderStateError {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* In Progress*/
.progressContainer.uploaderStateInProgress {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}
/* Complete */
.progressContainer.uploaderStateComplete, 
.progressContainer.uploaderStateCancelled {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 270px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	display: none;
}

.progressBar {
	font-size: 0;
	width: 0%;
	height: 10px;
	background-color: blue;
	margin-top: 2px;
}

.uploaderStateInProgress .progressBar {
	font-size: 0;
	background-image: url('Images/spinner/progressmeterOrange10px.gif'); /* Konnect Theme default */
}

.uploaderStateComplete .progressBar {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.uploaderStateError .progressBar {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.uploaderStateCancelled .progressBar {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: normal;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('Images/buttons/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

/***************************************** Button Styles *****************************************/
.submitButton
{
	color: whitesmoke;
	background-image: url('images/buttons/button-middle-background.png');
	background-repeat: repeat-x;
	border-collapse: collapse;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px !important;
	padding: 5px 10px 4px !important;


	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.submitButton.defaultActionTheme {
	background-image: url('images/buttons/button-middle-background-orange.png');
}
.submitButton:hover
{
	background-position: 0px -30px;
	color: white;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.submitButton:active {
	background-position: 0px 0px;
	box-shadow: none;
}
.submitButton.knlGridDisabled,
.submitButton:disabled
{
	background-position: 0px -60px;
	color: #DDD; 
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3); /* keep this */
	cursor: default;
}

.submitButton.gradientStyle {
	background-image: url('images/buttons/gradientstyle-button-background.png');
	text-transform: uppercase;
	color: #C3480F;
	padding: 2px 5px 1px !important;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
}
.submitButton.gradientStyle:hover 
{
	background-position: 0px -21px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.submitButton.gradientStyle:active {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3); /* keep this on click */
	color: #F05355;
}


.submitButton.gradientStyle.comboButtonStyle {
	width: 82px;
	text-align: left;
	text-indent: 5px;
	text-shadow: 1px 1px 1px #BBB;
	padding-bottom: 2px !important;
}



.coloredButton
{
	color: White;
	background-color: transparent;
	font-size: 1.1em !important;
	border-collapse: collapse;
	padding: 0px 15px 0 0 !important;
	margin-top: 3px;
	height: 33px;
	width: 83px;
	font-family: news-gothic-std;
	cursor: pointer;
	bottom-shadow: none;


	-webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	   -moz-border-radius: 6px;
            border-radius: 6px;
	
	height: 29px;
	background-position: 0px -2px;
}
.coloredButton:hover {
	background-position: 0px -35px;
}
.coloredButton:active {
	background-position: 0px -2px;
}
/* Added by shotbolt.  TODO: what about IE? */
.coloredButton:disabled {
	background-position: 0px -2px;
	color: #DDD;
	cursor: default;
	opacity: 0.7; 
}

.grayButton {
    color: White;
    font-size: 1.1em !important;
    border-collapse: collapse;
    margin-top: 3px;
    font-family: news-gothic-std;
    cursor: pointer;
    height: 29px;
    border-radius: 6px;
    background-position: 0px -2px;
    background-color: #6C6C6C;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#909090), to(#6C6C6C));
}

.knlColoredButton
{
	background-color: transparent;
	color: White;
	font-size: 15px !important; /* 1em !important; Expect 15px */
	border-collapse: collapse;
	padding: 2px 30px 0 0 !important;
	margin-top: 2px;
	text-indent: 12px;
	
	height: 28px;
	/* line-height ?? */
	font-family: news-gothic-std;
	cursor: pointer;

	background-image: url('images/buttons/KnlColoredButtonUnshadowed.png');
	background-position: 100% 0px;
	
	-webkit-border-radius: 6px;
	 -khtml-border-radius: 6px;
	   -moz-border-radius: 6px;
            border-radius: 6px;
            
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); /* ie9, chrome, ff*/
}
.knlColoredButton:hover {
	background-position: 100% -28px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); /* ie9, chrome, ff*/
}
.knlColoredButton:active {
	background-position: 100% 0px;
	box-shadow: none; 
}
/* Added by shotbolt.  TODO: what about IE? */
.knlColoredButton:disabled {
	background-position: 100% 0px;
	color: #DDD;
	cursor: default;
	opacity: 0.7; 
}
.spinnerFullOverlay
{
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.4); 
    top: 0; 
    left: 0;
    bottom: 0;
    right: 0;
}
.spinnerOverlay
{
    position: absolute;
    display: none;
    background: rgba(255, 255, 255, 0.75); 
    top: 0; 
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
}
.spinnerOverlay > .spinner.knlDial
{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.spinner.knlDial 
{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-image: url('images/spinner/loadingDialOrange.gif');
	background-position: -1px 0px;
	/* background-color: white;	 */
	
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.spinner.knlProgressBar 
{
	display: inline-block;
	height: 10px;
	background-image: url('images/spinner/progressmeter10px.gif');
}
.spinner.knlProgressBar.orangeStyle {
	background-image: url('images/spinner/progressmeterOrange10px.gif');
}
.spinner.standard 
{
	display: inline-block;
	height: 13px;
	width: 220px;
	background-image: url('images/spinner/loading.gif');
}
.spinner.loading 
{
    width: 100%;
    height: 100%;
    background:url(images/Spinner/loading.gif) no-repeat center center;
}

/* Fixed size so the container doesn't grow */
.spinner.loadingfixed 
{
    width: 200px;
    height: 19px;
    background:url(images/Spinner/loading.gif) no-repeat center center;
}

/* UserMenu - */
/* Menu at top left (next to home page icon) */
.userMenu
{
	margin: 8px 0 3px 0;
	padding: 0;
}
.userMenu li
{
	float: left;
	height: 25px;
	padding: 4px 8px 0 8px;
	list-style: none;
	border-right: solid 1px lightgray;
	overflow: hidden;
}
.userMenuLoginInfo
{
	border-collapse: collapse;
	border: 0px solid black;
	display: inline-block; 
	position: relative; 
	bottom: 6px; 
	font-size: 1em; 
	line-height: 1em;
	
	vertical-align: bottom; /* required for ie8 and ie9 to display correctly */
}
.userMenuLoginInfoOrg
{
	color: #757678;
	/* font-size: 12px;
	line-height: 12px;  */
}

#loginPadding
{
	padding-left: 0px;
}

.loginHelpText#span
{
	border: none !important;
}

.shortBreak
{
	padding-top: 4px;
}
.landingpage
{
	width: 400px;
	margin: 30px auto;
}
.colouredTextBig
{
	font-size: 1.2em;
}
.landingpage div
{
	height: 70px;
	border-bottom: solid 1px lightgray;
	margin-bottom: 5px;
}
.landingpage a
{
	text-decoration: none !important;
}
.landingpage p
{
	float: right;
	width: 200px;
	padding-top: 5px;
}
.landingpage img
{
	float: left;
	margin: 0;
	width: 185px;
}
.landingpage .orgSelect
{
	height: 30px;
}

.centerPanel
{
	text-align: center;
}

.centerText
{
	margin: 0px auto;
	width: 55%;
	text-align: left;

}
div#titleText
{
	padding: 30px 10px 0px 183px;
}
div#titleText h2
{
	color: #848586;
}
div#titleText.titleTextHiddenLogo
{
	padding: 30px 0 0 0;
    text-align: center;
    width: auto;
}
div#contactText
{
	padding: 0px 0px 0px 280px;
	width: 70%;
}

.leftSideBar
{
	/*	float: left;
	width: 29%;*/
	margin-right: 3%;
	padding-right: 4px;
	min-width: 200px;
	}
.leftSideBar h3, .mainPanel h3 .rightSideBar h3, .mainPanelLeft h3
{
	border-bottom: solid 4px lightgray;
}
.mainPanel
{
	border-left: 1px dotted #a1a1a1;
	padding-left: 10px; 
	/*	float: left;
	width: 65%;*/
}
.mainPanelLeft
{
    border-right: 1px dotted #a1a1a1;
    /* background-image: todo*/
    float: left;
    padding-right: 10px;
    width: 68%;
}


.rightSideBar
{
    float: left;
    width: 29%;
    margin-left: 1%;
    padding-left: 4px;
}
.ui-tabs-nav
{
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	padding-left: 0 !important;
	border-bottom-width: 4px !important;
}
.ui-tabs-nav li a
{
	padding: 8px 11px 5px 11px !important;
}

.ui-tabs .ui-state-hover {
    background-color: #EAEAEA;
}

/** **/

/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
	margin: 2px 2px 2px 2px;  /* Like regular button */
}
/* -- SWFUpload Object Styles ------------------------------- */


#knlUploadControlContainer input[type="button"],
.nfuSelectFileControl input[type="button"] {
	vertical-align: top;
}

.nfuSelectFileControl .nfuSelectFileButton {
	width: 160px;
	height: 22px;
	background-image: url('images/buttons/BrowseToSelectFile160x22.png');
	vertical-align: top;
}
.nfuSelectFileButton[disabled] {
	opacity: 0.7;
}

.nfuSelectFileControl:hover .nfuSelectFileButton {
	background-position: 0px -22px;
}
.nfuSelectFileControl:hover .nfuSelectFileButton[disabled] {
	background-position: 0px 0px;
}

.nfuFileValueLabel {
	display: block;
}



/******** NON-STYLING - SHOULD NOT BE CHANGED - items below are for hidden element *****/
.nfuTransparentContent {
	visibility:visible;
	opacity:0.0; 
	width: 160px; 
	height: 22px; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	cursor: pointer;
	text-align: right;
	overflow: hidden;
}
.nfuTransparentContent input 
{
	width: 160px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	left: 0px;
	font-size: 40px;
	font-family: sans-serif;
	padding: 0px 0px;
	margin-bottom: 0px;
}
/* IE 7-8 fix. Doesn't harm other browsers' */
.nfuTransparentContent input { 
	filter: alpha(opacity=0);
}
/***** END OF NON-STYLING ****/

.nfuSelectFileControl 
{
	display: inline-block;
	margin: 2px 2px 2px 2px; /* in line with submit button */

	/* Width and height of the button. Must be explicitly set. */
	width: 160px; 
	height: 22px; 
	
	background-color: transparent; 
	position: relative; 
	
	overflow:hidden;
	zoom: 1;
}

.nfuSelectFileButton 
{
	/* Width and height of the button. Must be explicitly set.*/
	width: 160px;
	height: 22px;
	
	position:absolute; 
	/*top: 0px;*/ 
	left: 0px; 
	
}
.nfuUploadFileButton {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0px;
}
.nfuFileValueLabel {
	display: inline-block;
	width: 300px;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}
.nfuUploadStatusLabel {
	display: inline-block;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}




/* Documents Grid Styling */

.knlGridRow.customerDocumentGrid-documentState-absent  {
	color: #AAA;
}

.knlGridRow.customerDocumentGrid-documentState-present .customersDocumentGrid-documentDescription {
	font-weight: bold;
}

.knlGridRow.customerDocumentGrid-documentRequirement-mandatory  {
	/* background-color: #FFEAEA !important; */
}
.knlGridRow.customerDocumentGrid-documentRequirement-optional  {
	background-color: #ECECEC !important;
}
table.showRowHoverHighlight tr.knlGridRow.customerDocumentGrid-documentRequirement-mandatory:hover {
	background-color: #FDE2DD !important;
}
table.showRowHoverHighlight tr.knlGridRow.customerDocumentGrid-documentRequirement-optional:hover {
	background-color: #E6E6E6 !important;
}



/********************* Popup Dialog Styling *********************/
.deleteDocumentWarningDialog {
	width: 420px;
	padding: 10px;
}
.deleteDocumentWarningDialog .deleteDocumentWarningDialogTitle {
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	font-size: 22px;
	color:  #C3480F;
}
.deleteDocumentWarningDialog .underlineBorder {
	border-top: 2px dotted #CCC;
}
.deleteDocumentWarningDialog .instructionsRegion {
	padding: 8px 10px 8px 10px;
}
.deleteDocumentWarningDialog .documentRequirementName {
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #C3480F;
}
/** TODO: theming for upload dialog **/
.uploadDialog {
	width: 580px; 
	padding: 10px;
}
.uploadDialog .progressWrapper {
	width: 400px;
}
.uploadDialog .progressBarStatus {
	width: 390px;
}

.uploadDialogTitle 
{
	display: block;
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #C3480F;
	margin-bottom: 1px;  
}

.uploadDialogContent 
{
	padding: 0 0 4px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 0.8em;
	color: #454545;
}
.uploadDialogContent .uploadDetails {
	width: 100%;
	color: #888;
	font-weight: bold;
	
	border-collapse: collapse;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	
	margin-bottom: 7px;
}
.uploadDialogContent .uploadDetails td {
	padding: 4px;
}
.uploadDialogContent .uploadDetails td.tdFor
{
	width: 20px;
}
.uploadDialogContent .uploadDetails td.tdDated
{
	width: 35px;
}
.uploadDialogContent .uploadDetails td.tdVersion
{
	width: 40px;
}
.uploadDialogContent .uploadDialogUserName {
	color: #C3480F;
	font-weight: bold;
}
.uploadDialogContent .uploadDate {
	color: #000000;
	font-weight: bold;
}
.uploadDialogContent .uploadDocVersion 
{
	font-weight: bold;
}
.uploadDialogContent .uploadInstructions 
{
	color: #888;
	font-style: italic;
	margin-bottom: 4px;
}
.uploadDialogContent .selectedFileStatus {
	padding: 10px 5px;
	display: inline-block;
	font-weight: bold;
	color: #666;
	width: 103px; /* set here so that if it changes from 'no file selected' to 'file selected' the adjacent compoentns dont move. */
}
.uploadDialogContent .documentTypeLabel {
	padding: 8px 3px 8px 3px;
	display: inline-block;
	font-weight: bold;
	color: #666;
	vertical-align: top;
}
.uploadDialogContent .typeSelectInstructions 
{
	color: #888;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 4px;
}
.uploadDialogContent .fileSelectSection {
	width: 97%;
	height: 60px;
	background-color: #CCCCCC;
	padding: 8px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.uploadDialogContent .originalFileNameLabel {
	display: inline-block;
    padding: 7px;
    vertical-align: top;
    text-align: center;
	text-transform: uppercase;
}
.uploadDialogContent .selectFilesButtonPlaceholder {
	display: inline-block;
}
.uploadDialogContent .typeSelectRegion {
	width: 97%;
	height: 30px;
	background-color: #CCCCCC;
	padding: 8px;
	margin-bottom: 4px;

	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.uploadDialogContent .typeSelectRegion .comboBoxWrapper {
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 0px;
}

.uploadDialogContent .typeSelectRegion select.documentTypeSelector {
	width: 178px;
}
.uploadDialogContent .typeSelectRegion select.documentSubTypeSelector {
	width: 253px;
}
.uploadDialogContent .uploadDialogLowerSection {
	height: 50px
}
.uploadDialogContent .uploadButton {
	float: right;
	/* TODO: remove when upload button is cleaned up  */
	background-position: 0px -2px;
	height: 28px;
}
.uploadDialogContent .nfuUploadFileButton {
	position: absolute;
	right: 90px;
	bottom: 5px;
}

.uploadDialogContent .uploadDialogBottomButton {
	margin-bottom: 0px;
	vertical-align: bottom !important; /* for some reason this will not override unless !important given here. */
	position: absolute;
	right: 0px;
	bottom: 5px;
}

.uploadDialogContent .ddTitleText.uploadDialogNonexistingItem {
	/* color: #C3480F; */
}
.uploadDialogContent .progressContainer .progressBarStatus 
{
	font-family: news-gothic-std, 'Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	color: #C3480F;
	text-align: left;
}

/* Uploader styling -state: Uploads complete */
.uploadDialogContent .progressContainer { /* }.uploaderStateComplete { */
	border: solid 1px transparent; /* #DED2D2; */
	background-color: transparent; /* #F5F5F5;*/
}
.uploadDialogContent .progressContainer.uploaderStateComplete .progressBarStatus {
}
.uploadDialogContent .progressContainer.uploaderStateComplete .progressBar 
{
	visibility: hidden;
}
.uploadDialogContent .progressContainer.uploaderStateError { 
	border: solid 1px #FFA2A2; /* #DED2D2; */
	background-color: #FFD2D2; /* #F5F5F5;*/
}


.uploadDialogContent #cancelUploadButtonPlaceholder {
	display: inline-block;
	width: 58px;
	height: 20px;
}

.bulkDownloadTitle {
    display: block;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif; /*font-family: 'Lucida Sans Unicode' , 'Lucida Grande' , sans-serif;*/
	font-size: 1.8em;
	color: #C3480F;
	border-bottom: 1px dotted #CCC;  
}


/* DevXpress styling */

.dxgvControl_BlackGlass
{
	background: none !important;
}
.dxgvTable_BlackGlass, #gvTrackAndTrace_DXHeadersRow0, #gvTasks_DXHeadersRow0
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	border-collapse: separate !important;
}
#gvTrackAndTrace_DXHeadersRow0 td:first-child, #gvTasks_DXHeadersRow0 td:first-child
{
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
#gvTrackAndTrace_DXHeadersRow0 td:last-child, #gvTasks_DXHeadersRow0 td:last-child
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
#gvTrackAndTrace_DXHeadersRow0 td:last-child table, #gvTasks_DXHeadersRow0 td:last-child table
{
	border: none !important;
}
#gvTrackAndTrace_DXHeadersRow0 table, #gvTasks_DXHeadersRow0 table
{
	width: 100%;
	border-right: dotted 1px #999999;
}
#gvTrackAndTrace_DXHeadersRow0 td, #gvTasks_DXHeadersRow0 td
{
	padding: 4px 0 2px;
}
#gvTrackAndTrace_DXHeadersRow0 table, #gvTasks_DXHeadersRow0 table
{
	width: 100%;
	border-right: dotted 1px #999999;
}

#gvTrackAndTrace_DXHeadersRow0 table td, #gvTasks_DXHeadersRow0 table td
{
	text-indent: 9px;
	font-family: myriad-pro;
	width: 100%;
	padding-right: 20px;
	border-radius: 0 !important;
	position: relative;
}
#gvTrackAndTrace_DXHeadersRow0 img, #gvTasks_DXHeadersRow0 img
{
	position: absolute;
	top: -2px;
	right: 2px;
}
.dxgv
{
	font-size: 11px;
	padding: 5px 8px;
}
.dxgv a
{
	font-size: 11px !important;
}
.dxgvFilterRow_BlackGlass td.dxgv
{
	background: url(Images/table-filter-bg.png) repeat-x !important;
	border-right: none !important;
}
.dxeTextBox_BlackGlass
{
	border-radius: 4px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	background: #F0F0F0 !important;
	margin: 2px;
}
.dxeTextBox_BlackGlass *
{
	border: none !important;
}
.dxeTextBox_BlackGlass input
{
	background: none !important;
	border: solid 1px #F0F0F0 !important;
	width: 90% !important;
}
.dxgvHeader_BlackGlass
{
	background: #6A6A6A !important;
	border: none !important;
}

.faq dt
{
	font-size: 1.3em;
	padding: 5px 0;
	font-family: news-gothic-std;
}
.faq dd
{
	font-family: myriad-pro;
	padding-left: 40px;
	width: 85%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666;
}
.faq dd li
{
	margin-left: 30px;
}
.MELegal1, .MELegal3, .MELegal4
{
	font-family: myriad-pro !important;
}
.create-note-loading
{
	padding-right: 40px;
	font-family: myriad-pro !important;
}
.termsContainer
{
	border: solid 1px #555;
	height: 350px;
	width: 900px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px 20px 20px 0;
}
.acceptTerms
{
	text-align: right;
	padding-right: 17px;
	margin: 20px 0;
}
.acceptTerms input
{
	text-indent: -7px;
}
#syndicatedTasksAndNotesPartial .field-validation-error
{
	height: 30px;
	margin-left: 520px;
}
#newNoteDiv .field-validation-error
{
	height: 30px;
	margin-left: 365px;
	margin-top: 14px;
}
#create-note-loading
{
	float: right;
	display: none;
	font-size: 12pt;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 13px !important;
	font-family: myriad-pro !important;
}
.taskWorkFlowManagement
{
	width: 400px !important;
}


.newsDate
{
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 20px;
	font-size: 1.1em;
}

/** KnlUpload usage styling move to popup area**/

.uploadDialogContent .selectedFileNameContainer {
	display: inline-block;
}
.uploadDialogContent .selectedFileName {
	display: inline-block;
    font-size: 18px;
    color: #C3480F;
    
	background-color: transparent !important;
	border: solid 1px transparent !important;
	font-size: 18px;
	font-family: news-gothic-std, Trebuchet MS , Verdana, Helvetica, Sans-Serif;
	width: 360px; /* Extend this if needed, once layout finalized. */
	  
	/*    
		white-space: nowrap;
		overflow: hidden;
	*/
}
.uploadDialogContent .selectedFileName:focus
{
	border: solid 1px #ABABAB !important;
	background-color: #EEE !important;
}

.uploadDialogContent .documentTypeDetailsPanel 
{
	display: none; 
	width: 185px;
    height: 120px;
	color: #666666;
    background-color: #CCCCCC;
    position: absolute;
    left: 600px;
    top: 95px;
	padding: 15px;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
            border-radius: 10px;
}
.uploadDialogContent .documentTypeDetailsContent {
	font-size: 1.2em;
}
.uploadDialogContent .knlUploadRenameDocumentButton {
	margin-top: 4px;
}  
.uploadDialogContent .infoIconWrapper {
	display: inline-block;
}
.uploadDialogContent .knlImageIcon.knlInfoIcon {
	/*display: inline-block; */
	margin-left: 4px;
	margin-top: 2px;
	/*width: 24px;
	height: 24px; */
	
	background-image: url('images/knlGrid/knlInfoIcon.png'); /** use infoIcon renderer.. */
}
.uploadDialogContent .uploadControlsRegion {
	display: inline-block;
	float: right;
}

.uploadDialogContent .coloredButton {
	height: 29px;
	background-position: 0px -3px;

	font-size: 1.25em !important;
	padding-right: 20px !important;
	
	-webkit-border-radius: 4px;
	 -khtml-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.uploadDialogContent .coloredButton:hover {
	background-position: 0px -36px;
}
.uploadDialogContent .coloredButton:disabled {
	background-position: 0px -3px;
}
.uploadControlsRegion .submitButton {
	vertical-align: bottom !important;
	margin-bottom: 3px;
}
.uploadControlsRegon .cancelUploadingQueueButton {
	vertical-align: bottom;
	margin-bottom: 5px;
	height: 27px;
}
.uploadControlsRegon #btnOK
{
	vertical-align: bottom;
	margin-bottom: 5px;
}

.forcewordwrap
{
    word-wrap: break-word;
    -moz-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}

.pindent p
{
    margin-left: 30px;
}

.faq li
{
	margin-left: 56px;
}

.legal td
{
    line-height: 1.6em;
    vertical-align: top;
    padding-bottom: 6px;
}
    
.indent td
{
    left:56px;
    position:relative;
}

.popupBody {
    height: 330px;
    overflow: auto
}

.popupFooter {
    border-top:solid 1px #E0e0e0;
    padding-top: 10px;
}

.confirmationPopup {
    padding: 8px;
}
.confirmationPopup .confirmationPopupTitle {
    font-size: 18px;
    font-weight: bold;
}
.confirmationPopup .confirmationPopupContent {
    height: 120px;
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.confirmationPopup .confirmationPopupContentAuto {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fileUploadContainer {
    border: solid 1px #e0e0e0;
    /*width: 590px;*/
    border-radius: 3px;
}

.iconWrapper {
    display: inline-block;
}

.customizedOverlayWithinPopup {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255, 255, 255, 0.75);    
    z-index:10000;
    color:white;
}

/* #container seriously needs renaming. It shouldn't be an id as it is not unique to the page, and it should also be a semantic class. eg reqPickerUploaderPanel '*/
#documentUploadContainer .row {
    padding-left: 15px;
}

#addOtherDocButton:focus{
    outline-color: white;
}

.addOtherDocRow {
    width: 99%;
    margin-top: 5px;
    margin-bottom: 15px;
}

#alertContainer
{
    padding: 5px 10px;
}
#alertContainer h2
{
    width: 250px;
    padding-bottom: 3px;
    margin-bottom: 0px;
}
#alertContainer div
{
    border-top: solid 1px silver;
    width: 305px;
    margin-top: 0px;
    padding: 8px 0;
}

#alertContainer p
{
	margin-bottom: 10px;
}

.knlAlert.alert, .knlAlertNoBorder.alert
{
    /* For alerts in the prepare application page and client portal, the alert icon should be absolutely positioned left of the text - the text should not wrap and appear underneath the icon */
    position: relative;
    padding-left: 28px;
}
.knlAlert.alert>i.fa, .knlAlertNoBorder.alert>i.fa
{
    position: absolute;
    top: 16px;
    left: 8px;
}

.knlAlert.alert {
    /* Konnect Modification - border should match text color (This is isolated as we don't want to mess with the Referral styles yet) */
    border-color: #c09853;
}
.knlAlert.alert.alert-success {
    /* Konnect Modification - border should match text color (This is isolated as we don't want to mess with the Referral styles yet) */
    border-color: #468847;
}
.knlAlert.alert.alert-error,.knlAlert.alert.alert-danger {
    /* Konnect Modification - border should match text color (This is isolated as we don't want to mess with the Referral styles yet) */
    border-color: #b94a48;
}
.knlAlert.alert.alert-info {
    /* Konnect Modification - border should match text color (This is isolated as we don't want to mess with the Referral styles yet) */
    border-color: #3a87ad;
}
.selectedspan
{
    background-color: #E0e0e0;
}
.selectOrganisationTopRow{
    text-align: center;
    margin: 10px;
}
.selectOrganisationMiddleRow {
    text-align: center;
    margin: 5px;
    font-weight: bold;
}
.selectOrganisationMiddleRow select {
    width: 296px;
}
.selectOrganisationBottomRow{
    color: #A4A4A4;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}
.selectOrganisationExtras {
    font-size: 12px;
	display: block;
	height: 32px;
    margin-top: 5px;
}
.selectOrganisationExtras *{
	float: right;
	margin-left: 10px;
}

/* KD-1077: BS - added some stylings for jquery.ajax-dropdown */
.inner_ac_result_area {
  background-color: transparent;
  border-top: 0;
  border: 1px solid #ababab;
  box-shadow:         2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:    2px 2px 2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.ac_results > li {
    font-size: 12px !important;
}

.ac_over {
    background-color: #FFD699 !important;
}

.ac_navi > p {
    font-size: 14px !important;
}

.ac_navi > p > a > .current {
    font-size: 14px !important;
}

.smallBreadcrumb {
    font-size: 0.9rem;
    color: #787878;
    line-height: 1;
}

#headerTabContainer {
    position: absolute;
    right: 71px;
}

div#browserSupportNotificationBox p {
    margin: 10px 0;
}
div#browserSupportNotificationBox ul {
    margin-left: 25px;
}



/* Document upload widget and encrypted document grid icon */

.gatherRequirementPopupContent {
	font-size: 13px;
}

.gatherRequirementPopupContent .requirementContainer {
	position: relative;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
	margin-top: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.gatherRequirementPopupContent #leftPanel {
	margin-top: 10px;
}

.gatherRequirementPopupContent .majorTitle {
	font-weight: bold;
	font-size: 17px;
}

.gatherRequirementPopupContent #itemsContainers {
	padding-top: 5px;
}

.gatherRequirementPopupContent #editContainer .instructionsSection {
	display: inline-block;
}
.gatherRequirementPopupContent #editContainer .choiceBar {
	padding-top: 0;
}

.gatherRequirementPopupContent .requirementContainer .row {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.gatherRequirementPopupContent #editContainer .selectedFileNameArea {
	border-radius: 3px;
	border: 1px solid transparent;
	-webkit-transition: background-color .5s,border-color .5s;
	-moz-transition: background-color .5s,border-color .5s;
	-o-transition: background-color .5s,border-color .5s;
	transition: background-color .5s,border-color .5s;
}

.gatherRequirementPopupContent #editContainer .selectedFileNameErrorArea {
	display: none;
	padding: 4px 6px;
	font-size: 12px;
}

.gatherRequirementPopupContent #selectedFileName {
	font-weight: bold;
}

.gatherRequirementPopupContent #documentUploadContainer .confirmArea {
	position: absolute;
	right: 0;
	width: 125px;
	display: inline-block;
	box-sizing: border-box;
	text-align: right;
}

.gatherRequirementPopupContent .requirementContainer .row {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.gatherRequirementPopupContent .doneContainerStatusIcon {
	margin-left: 5px;
	position: absolute;
	top: 9px;
}

.requirementContainer .listContainer span {
	font-family: myriad-pro, 'Trebuchet MS', Verdana;
}

.requirementContainerClose {
	font-size: 1.5em;
	color: #CACACA;
}

.requirementContainerClose:hover {
	color: #818181;
	cursor: pointer;
}

.gatherRequirementPopupContent .paUploadedDocumentMessage {
	margin-right: 4px;
}
.gatherRequirementPopupContent .paAttachedDocumentMessage {
	margin-right: 4px;
}
.gatherRequirementPopupContent .paUploadedDocumentName {
	font-weight: bold;
}
.gatherRequirementPopupContent .paAttachedDocumentName {
	font-weight: bold;
}

.appl-sprite {
	background: url('images/Application/spritesheet.png') no-repeat;
	display: inline-block;
}

.appl-checklist-check {
	width: 16px;
	height: 16px;
	background-position: -5px -88px !important;
}

.appl-state-success {
	width: 19px;
	height: 19px;
	background-position: -5px -121px;
}



/* Encrypted form nodes */

.encryptedIndicator {
    font-size: 16px !important;
    position: relative;
    top: 2px;
    margin-left: 4px;
}

.view-encrypted-node {
    padding: 4px 8px;
    border-radius: 12px;
    background-color: #ccc;
    color: #000 !important;
    text-decoration: none !important;
    margin-left: 8px;
}

.clear-encrypted-node {
    position: relative;
    background: url(images/formCancelButton.png) no-repeat right top;
    cursor: pointer;
    margin-left: 8px;
    padding: 2px 0 0 4px;
    top: 2px;
    left: -4px;
}

/* ---------- Encrypted form nodes */



@media all and (max-width: 959px) {
    div#contactText {
        padding: 0;
    }

    div.centerText {
        min-width: 475px;
    }

    div.loginContainer, div.loginTable, div.loginExtras {
        margin: auto;
    }

    div.loginContainer {
        width: 310px;
    }

    div.loginFeedback {
        width: 310px; /* the same as loginTable */
        margin-left: auto;
        margin-right: auto;
    }

    div#contactText {
        width: 100%;
    }

    div#contactText > div {
        text-align: center;
    }

    div#contactText > div > div.loginHelpText {
        text-align: left;
        width: auto;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

	div#footerBox{
		flex-direction: column;
		width: auto;
	}
	div#footerBoxLeft {
		margin-left: 0;
		margin-bottom: 5px;
		white-space: normal;
	}
	div#footerBoxRight {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
		white-space: normal;
	}
}

@media all and (max-width: 767px) {
    div.logintitle {
        background-position-x: center;
        padding-left: 0;
    }

    div#titleText {
        position: relative;
        top: 30px;
        padding: 30px 0 0 0 !important; /* to override IE css styling... */
        text-align: center;
        width: auto !important; /* to override IE css styling... */
    }

    div#titleText.titleTextHiddenLogo {
        top: 0 !important;
    }

    div.centerText {
        min-width: 0;
        width: 100%;
    }

    #main.loginSectionMain {
        padding-left: 5px;
        padding-right: 5px;
    }

    div#browserSupportNotificationBox {
        width: 50vw !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 499px) {
    div.logintitle {
        padding-top: 0;
        background-position-y: 16px;
    }
    div.logintitleHiddenLogo
    {
        padding-top: 0;
    }

    div#browserSupportNotificationBox {
        width: 245px !important;
    }

    div#msgDeclineBy label {
        width: 40%;
    }
    div#msgDeclineBy input {
        width: 60%;
        margin-left: -17px;
    }

    span#msgDeclineTopRightLogo img {
        width: 100px;
        height: auto;
    }
    span#msgDeclineTopSureMedLogo img {
        width: 100px;
        height: auto;
    }
}

.pageSpinnerContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10003;
    top: 0;
    left: 0;
}

.pageSpinnerContainer > .pageSpinnerOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 9999;
    top: 0;
    left: 0;
}

/* ---------- Styles for single sign on login UI */

.sso-separator {
	display: flex;
	align-items: center;
	text-align: center;
	width: 290px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.sso-separator::before,
.sso-separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #E0E0E0;
}

.sso-separator:not(:empty)::before {
	margin-right: 1.5em;
}

.sso-separator:not(:empty)::after {
	margin-left: 1.5em;
}

.sso-initiate-button
{
	color: black;
	border-collapse: collapse;
	margin-top: 3px;
	width: 200px;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 6px;
	background-position: 0px -2px;
	margin-left:55px;
	background-color: transparent;
	height:29px;
}

.sso-disclaimer
{
	display: flex;
	flex-direction: row;
	width:210px;
	margin-left:145px;
	font-size:0.9em;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flex-item {
	flex-grow: 0;
	padding:2px;
}

.sso-submit-button {
	color: #fff;
	background-image: url('Konnect/LoginButtonWide.png');
	background-repeat: no-repeat;
	background-position: 0px -2px;
	background-color: transparent;
	border-collapse: collapse;
	padding: 0 15px 0 0 !important;
	border: none;
	height:29px;
	border-radius: 6px;
	margin-top: 3px;
	font-family:news-gothic-std;
	font-size: 1.1em !important;
	width: 198px;
}

.sso-submit-button:hover {
	background-position: 0px -35px;
}
.sso-submit-button:active {
	background-position: 0px -2px;
}

.ssoEmail
{
	width: 100%;
}
.ssoEmail::placeholder
{
	font-size:12px;
 	color:#A9A9A9
}

.ssoFeedback
{
	font-size: 12px;
	margin-top: 5px;
	display: block;
	border-top: solid 5px white;
}
.ssoFeedback li
{
	list-style: none;
	padding-top: 5px;
}

.pull-right {
	float: right;
}
.pull-left {
	float: left;
}