﻿
html,body { height: 100%; }

body {
	font-family: "Open Sans", "sans-serif";
	text-align: center;
}

form
{
	margin: 0px;
    padding: 0px;
    border: none;
}
input[type=text]
{
	font-size: 1em;
	margin-top: 5px;
	vertical-align: bottom;
	color:#666666;
	border-color: #c7d1df;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
}
input[type=number], .numeric
{
    text-align: right;
}
.textbox
{
	width: 100%;
	color: #666666;
	border-color: #c7d1df;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
}
textarea
{
	font-size: 1em;
	font-family: "Open Sans", "sans-serif";
	overflow-x: hidden;
	border-color: #c7d1df;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
}
.error
{
    border-color: #990000;
    border-width: 1px;
    border-style: solid;
}
.button
{
	border-radius: 5px;
	padding: 6px;
	text-transform: uppercase;
	font-family: "Open Sans" , "sans-serif"; /*background: url("../img/btn-bg.png") repeat-x scroll center top #9E1B32;*/
	background-color: #55a832;
	background-image: url("../img/btn-bg.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	color: #FFF;
	text-shadow: 0px -1px 0px #3c8c19;
	cursor: pointer;
	color: #fff;
	font-size: 9px !important;
	margin: 0px;
	border: 0px;
	line-height: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #439222;
	border-bottom-color: #439222;
}


.button:hover
{
	background-color: #69bb46;
	color: #fff;
}


.formSplitter
{
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.button a, a.button
{
    color: #fff;
    text-decoration: none;
}

.full-width {
    width: 100%;
}
fieldset
{
	padding: 5px; 
	border-color: #c7d1df;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
}
legend
{
	font-weight: bold;
}
select
{
	font-size: 0.9em;
	border-color: #c7d1df;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	font-family: "Open Sans", "sans-serif";
	padding: 5px;
	margin-top: 5px;
}
img
{
	border: 0px;
	vertical-align: bottom;
}
ul
{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: disc;
    list-style-position: outside;
}
ol
{
    margin-top: 0px;
    margin-bottom: 0px;
    list-style-type: decimal;
    list-style-position: outside;
}
a
{
    color: #9E1B32;
    cursor: pointer;
}
h1
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
h2
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
h3
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
h1 a, h2 a, h3 a
{
    text-decoration: none;
}
p
{
    padding: 5px 0px 5px 0px;
    margin: 0px;
}
table
{
    width: 100%;
    border-collapse: collapse;
}
th, td
{
    padding: 2px 3px;
    height: 20px;
    line-height: 20px;
}
td img, td input
{
    vertical-align: text-top;
}
th
{
	background-color:#EEEEEE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: left;
}
tfoot tr td
{
	background-color:#EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;	
	font-weight: bold;
}
tfoot tr
{
    text-align: right;
}
td
{
    border: 1px solid #ddd;
}
/* ======================================================================== */
/* Alignment Classes                                                        */
/* ======================================================================== */
.right-align
{
    float: right;
}
.left-align
{
    float: left;
}
.center-align
{
    text-align: center;
}
/* ======================================================================== */
/* Style Control                                                            */
/* ======================================================================== */
.clear
{
    clear: both;
    height: 0px;
    width: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}
.hidden
{
    display: none;
}
/* ======================================================================== */
/* Content Splitters                                                        */
/* ======================================================================== */
.tenSplitter
{
    height: 10px;
    font-size: 0px;
    clear: both;
}
.fiveSplitter
{
    height: 5px;
    font-size: 0px;
    clear: both;
}


/* ======================================================================== */
/* Default Colours	                                                        */
/* ======================================================================== */
.error-message
{
	color: #a70020;
	font-weight: bold;
}
.success-message
{
	color: #9E1B32;
	font-weight: bold;
}
.green
{
    color: #9E1B32;
}
.orange
{
    color: #9E1B32;
}
.purple
{
    color: #9E1B32;
}
.red
{
	color: #C90018;
}

.green-background
{
    background-color: #008641;
}
.orange-background
{
     background-color: #f7941e;
}
.yellow-background
{
     background-color: #fefe3c;
}
.red-background
{
	 background-color: #C90018;
}
.black-background
{
	 background-color: #000000;
}

/* ======================================================================== */
/* Default Columns	                                                        */
/* ======================================================================== */

.fiveColumn .leftOuterColumn, .fiveColumn .leftInnerColumn, .fiveColumn .middleColumn, .fiveColumn .rightInnerColumn, .fiveColumn .rightOuterColumn
{
    width: 20%;
    float: left;
}
.fourColumn .leftOuterColumn, .fourColumn .leftInnerColumn, .fourColumn .rightInnerColumn, .fourColumn .rightOuterColumn
{
    width: 25%;
    float: left;
}
.threeColumn .leftColumn, .threeColumn .rightColumn, .threeColumn .middleColumn
{
    width: 33.3333%;
    float: left;
}
.twoColumn .leftColumn, .twoColumn .rightColumn
{
    width: 50%;
    float: left;
}
.search
{
    float: right;
    margin-right: 10px;
    margin-top: 30px;
}
/* ======================================================================== */
/* Tablesorter  	                                                        */
/* ======================================================================== */
table thead tr .header
{
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 21px;
}
table thead tr .headerSortUp
{
	background-image: url(../images/asc.gif);
}
table thead tr .headerSortDown
{
	background-image: url(../images/desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp
{
    background-color: #CCC;
}
table tbody tr.odd td
{
	background-color: #f9f9f9;
}
.divPopup
{
    display: none;
    position: absolute;
    background-color:#EEEEEE;
	border: 2px solid #CCCCCC;
	padding: 5px 10px;
}
.devWarning
{
	text-align: center;
	background-color: #0066FF;
	color: #ffffff;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
    /* removing position fixed, as the dev warning was trapping clicks on the integration tests */
	/* position: fixed; */
	left: 0px;
	right: 0px;
	top: 0px;
}
.devWarningPadding
{
    /* height: 20px; */
}
.bulk-action
{
    margin-top: -3px;
    margin-left: 5px;
}
.demoAccount
{
    padding: 10px;
    font-weight: bold;
    background-color: #EEEEEE;
}
.messagecontainer
{
    padding: 0px 5px 5px 5px;
}
.messageblock
{
	border: 1px solid #aaa;
	background-color: #ddd;
	padding: 5px 10px;
}


thead {
background-color:#EEEEEE;	
}







input.formsubmit
{
    display: block;
    background-image: url(/images/buttons/background.png);
    border: 1px #ab2c46 solid;
    padding: 3px;
    color: #fff;
    float: right;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    font-weight: bold;
}
select.formdropdown
{
    border: 3px solid #eaeced;
}
input.formtextbox, textarea.formtextarea
{
    border: 3px solid #eaeced;
    padding: 3px;
}
.formquestion
{
    margin-top: 10px;
    min-height: 25px;
    clear: both;
}
.formquestion.tall
{
    height: 25px!important;
}
.formquestion .formquestion { padding-left: 20px; }
.formquestion .labeltextbox
{
    width: 100px;
    display: block;
    float: left;
}
.formquestion select
{
    float: right;
    width: 200px;
}
.formquestion input
{
    width: 70%;
    float: right;
}
.formquestion textarea
{
    width: 98%;
    height: 30px;
    resize: none;
}

.sectionname
{
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.logocontainer{

height:20px !important;
}

.portalMaster_searchbox {
width:400px;
text-align:right;
}

@media only screen and (max-device-width: 360px) and (orientation : portrait)
{
	body, html, form 
	{
		width: auto;
		height: auto;
		display: inline-block;
	}
	.siteContainer, .header, .siteContent, .copyrightHolder, .copyrightHolderInvisible
	{
		width: auto;
		display: inline-block;
	}
}

@media only screen and (max-device-width: 640px) and (orientation : landscape)
{
	body, html, form 
	{
		width: auto;
		height: auto;
		display: inline-block;
	}
	.siteContainer, .header, .siteContent, .copyrightHolder, .copyrightHolderInvisible
	{
		width: auto;
		display: inline-block;
	}
}

@media only screen and (max-device-width: 768px) and (orientation : portrait)
{
	body, html, form 
	{
		width: auto;
		height: auto;
		display: inline-block;
	}
	.siteContainer, .header, .siteContent, .copyrightHolder, .copyrightHolderInvisible
	{
		width: auto;
		display: inline-block;
	}
}

@media only screen and (max-device-width: 768px) and (orientation : landscape)
{
	body, html, form 
	{
		width: auto;
		height: auto;
		display: inline-block;
	}
	.siteContainer, .header, .siteContent, .copyrightHolder, .copyrightHolderInvisible
	{
		width: auto;
		display: inline-block;
	}
}

.modal-content {
    border-radius: 0;
}
.modal-content h4 {
    font-size: 16px;
}
.nav-tabs .nav-link {
    font-size: 13px;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link span {
    margin-left: 5px;
    padding: 0.4em 0.6em;
}
.form-group label {
    font-size: 0.9rem;
}

i.fa {
    font-size: 14px;
}

.filters {
    padding: 15px;
    border: 1px solid #ccc;
}

.btn, .card, .alert {
    border-radius: 0;
}

.btn {
    margin-top: 0;
}

.card {
    margin-bottom: 20px;
}
.card .card-header {
    padding: 0.4rem 1.25rem;
}

.invalid-feedback {
    font-size: 100%;
    font-style: italic;
}

input[type=checkbox] + label {
    margin-right: 20px;
    top: 11px;
    position: relative;
}

.custom-checkbox .custom-control-label {
    position: static;
    margin: 0;
}

.custom-file-name:after {
    content: attr(data-content) !important;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0.5rem 1rem;
}

.on-hold-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    z-index: 100;
    text-align: center;
}

.on-hold-overlay span {
    font-size: 15pt;
    text-transform: uppercase;
    font-weight: bold;
}

.on-hold-overlay a {
    color: #eee;
    font-size: 11pt;
    margin-left: 30px;
}
.on-hold-overlay a:hover {
    color: #fff;
    text-decoration: none;
}