﻿body {
	/*local colour*/
	/*background: #282a2b;*/
	/*original colour*/
	background: #e8e8e8;
	/*Test colour*/
	/*background: #9fc2bc;*/
	font-size: 65%;
	font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #000;
}
.red {
    color: #D60000;
}
.green {
    color: #007f00;
}
.blue {
    color: #0066cc;
}
.yellow {
    color: #ffcc00;
}
/*a:link
{
	color: #034af3;
	text-decoration: none;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}*/

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
}

.swal-overlay {
	z-index: 100005;
}

.swal-modal {
	z-index: 99999;
}
/*button 
{
    border-bottom:solid 1px;
    border-bottom-color: #C0C0C0;
    background:#fff;
    color: #000;
    height:30px;
}

button:hover
{
    border: 1px dashed #CCCCCC;
    border-bottom: 2px ridge Red;
}*/

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding: 2px;
}

input.grid-disabled {
	pointer-events: none;
	border: none;
}

img {
    border: none;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

/*prevent scroll bars in tabs*/
#TabStrip > .k-content {
    overflow: visible;
}

ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}

    ul.countdown li {
        display: inline-block;
    }

        ul.countdown li span {
            font-size: 16px;
            line-height: 16px;
        }

        ul.countdown li.seperator {
            font-size: 16px;
            line-height: 11px;
            vertical-align: top;
        }

        ul.countdown li p {
            color: #a7abb1;
            font-size: 10px;
        }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5, h6 {
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.menu {
    background: #fff;
}

.header {
	/*color: #282a2b;*/
	/*local colour*/
	background: #C2C5D9;
	/*original colour*/
	background: #fff;
	/*Test colour*/
	/*	background: #c3d9d5;*/
}

#header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}

#header h2 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
}

.main {
	padding: 20px 30px 15px 30px;
	/*local colour*/
	/*background-color: #e9eaee;*/
	/*original colour*/
	background-color: #e8e8e8;
	/*Test colour*/
	/*background-color: #9fc2bc;*/
	margin-bottom: 30px;
	min-height: 350px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.row-padding-sml {
    padding: 5px;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}
.scroll-col {
    position: relative;
    height: 100%;
    max-height: 150px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

form {
    width: 100%;
}
accordion {
    width: 100%;
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* 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 
{
	min-height: 75px;
}*/

.dropd200 {
    width:200px;
}

/* TABLE
----------------------------------------------------------*/

/*table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: none;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: none;   
}*/

.physicaladdresstable 
{
  border: none;
  border-collapse: collapse;
  vertical-align:top;
  width:400px;
}

.physicaladdress td
{
	border: none;
}

.physicaladdress tr
{
  vertical-align:top;
}

.postaladdresstable 
{
  border: none;
  border-collapse: collapse;
  vertical-align:top;
}

.postaladdress td
{
	border: none;
}

.postaladdress tr
{
  vertical-align:top;
}

.batchpayments table 
{
    border: solid 1px #CCCCCC;
}

.batchpayments td 
{
    width:200px;
    color:#000;
}

.batchpayments th 
{
    background:url(../Images/Shared/PanelBackground.jpg) repeat-x #e34243;
    color:#FFFFFF;
}
.batchpayments tr 
{

}

/* LOGON 
----------------------------------------------------------*/
#logonpage {
	width: 410px;
	margin: 100px auto;
	min-height: 200px;
	vertical-align: middle;
	color: #000;
	background: #ffffff;
	/*#bdd9d4*/
	/*ffffff*/
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#logindisplay
{
	font-size:1em;
	display:block;
	text-align:left;
	margin:5px;
	color:#fff;
	float:none;
	width:550px;
}

#logonpage .submit {
	background: url("../images/Shared/ButtonIcons/signin.gif") no-repeat scroll 5px center;
	border-top: 1;
	border-right: 1;
	border-bottom: 1;
	border-left: 1;
	display: inline;
	margin: 0;
	padding: 2px;
	width:100px;
	color:#000;
}

.logonheader
{
	background: #444; /*url("../images/Backend/Skins/XPRed/LoginHeader.jpg") #ffffff;*/
	color: #fff;
	font-size:12px;
	text-align:center;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}

#menucontainer
{
	margin-top:0px;
	float:left;
	width: 100%;
    padding: 2px;
}

#title
{
	display:block;
	float:left;
	text-align:left;
	background: #fff;
	width:100%;
	height: 90px;
}

.header-table
{
	border: none;
	background-color: #fff;
	padding: 0px;
	width: 100%;
}

#news
{
    width:100%;
    text-align:center;
    min-height:250px;
    padding: 50px 0px 0px 0px;
}

#Insurers tr:hover{
        background-color: #ccc;
}


#UserPerm tr {
    vertical-align: top;
}

#UserPerm td {
    vertical-align: top;
}

#UserGrp tr {
    vertical-align: top;
}

#UserGrp td {
    vertical-align: top;
}

#UserBranch tr {
    vertical-align: top;
}

#UserBranch td {
    vertical-align: top;
}

/* 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: bold;
	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;
}

.asteriks 
{
    color: red;
}

.notification {
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	padding-top: 5px;
}

.button-group {
	margin-top: 3px;
	display: inline
}

.button-group button {
	margin: 0 0px;
	width: 0.5vw;
}

.index-button {
	outline-color: #007BFF;
	outline-style: solid;
	outline-width: 2px;
}

.index-button:hover {
	background-color: #f8f9fa;
	color: #007BFF;
}

.HelpTable
{
    border:solid;
    border-width:1px;
}

#TitleIDContainer td 
{
    border:solid;
    border-width:1px;
}

#AccountTypeContainer td 
{
    border:solid;
    border-width:1px;
}

#GenderIDContainer td 
{
    border:solid;
    border-width:1px;
}

#BankIDContainer td 
{
    border:solid;
    border-width:1px;
}

#PayMethodContainer td 
{
    border:solid;
    border-width:1px;
}