
@font-face {
    font-family: 'EB Garamond';
    src: url('../font/EBGaramond-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EB Garamond';
    src: url('../font/EBGaramond-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Arial Rounded';
    src: url('../font/ARLRDBD.ttf');
    font-weight: bold;
    font-style: normal;
}

div 
{
	border:0px solid #FF0000;
}

html, body
{
	/*background-color: white;*/
	background-color: #000;
	height:99%;
	/*overflow-x: hidden;*/
}

body,table
{
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited
{
	text-decoration:none;
}

a img
{
	border:none;
}

#header
{
    height: 10vw;
    background: black;
    flex: 0 1 auto;
}
#container
{

    overflow:visible;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0px;
    background:#fff;
    min-height:100vh;
    position: relative;
    display: flex;
    flex-flow: column;
}

#header-table{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#bannerlogo{
	text-align:center;
	vertical-align: middle;

}

#lawsoclogo{
	text-align:center;
	vertical-align: middle;
	margin-left: 30px;
}

#bannerwords {
	/*font-family:Segoe UI, Arial, Helvetica, sans-serif;*/
	font-family: "Garamond";
	font-size:3.3vw;
	color: white;
	text-align:left;
	vertical-align: bottom;
	padding-left: 2%;
	height: 60%;
}

#bannerwords-lower {
	font-family: "Garamond";
	font-size:1.7vw;
	color: white;
	text-align:left;
	vertical-align: top;
	padding-left: 2%;
	height: 40%;
}

.noselect {
	cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.blue-content{
	color: #01bee5;
}

.white-content{
	color: #FFF;
}

.has-bottom{
	position: relative;
}
.has-bottom:before {
	content: '';
	width: 2em;
	border-bottom: 3px solid #00AEEF;
	position: absolute;
	bottom: 0;
}

.title, .home-title{
	font-size: 50px;
	font-family: Garamond, Sarabun, Segoe UI, Arial;
	margin: 0;
	line-height: 1em;
}
.title.small-title {
	font-size: 35px;
}

.sub-title{
	margin-top: 1em;
	font-weight: bold;
}

.secondary-title {
	margin-top: 20px;
	font-size: 30px;
}

.landing-banner .title {
	color: #FFFFFF;
	font-family: Calibri, Sarabun, Segoe UI, Arial;
	font-size: 65px;
	text-shadow: 2px 2px 2px black;
}
.landing-banner .secondary-title.title {
	font-size: 55px;
}

.theme-text {
	font-weight: bold;
	color: #FFFFFF;
}

.banner-content .title {
	text-align: left;
}

#user-info-toolbar{
	display: flex;
	justify-content: space-between;
	background: #000;
	width: 100%;
	z-index: 20;
	align-items: center;
	}

	#user-info-toolbar #topmenu{
		width: calc(70% - 80px);
		padding: 0 40px;
	}

	#user-info-toolbar #topmenu > ul > li{
		padding: 5px 0;
	}

	#user-info-toolbar #topmenu > ul > li:not(:last-child):after{
		content: "|";
		color: #FFF;
		position: absolute;
		right: 0;
	}

	#user-info-toolbar .user-info{
		display: flex;
		font-size: 17px;
		color: #FFF;
		align-items: center;
		position: relative;
		/* right: 0; */
		padding-right: 20px;
		height: 50px;
	}
	#user-info-toolbar .user-info a{
		color: #FFF;
	}

	#user-info-toolbar .user-info > a:after{
		background: none repeat scroll 0 0 transparent;
		content: "";
		display: block;
		height: 3px;
		opacity: 0;
		position: relative;
		background: #00AEEF;
		transition: 0.5s;
		width: 100%;
	}

	#user-info-toolbar .user-info > a:hover:after{
		opacity: 1; 
	}

	#user-info-toolbar .user-info .sub-menu{
		width: 200px;
		left: -41px;
	}

#topmenu, #topmenu > ul > li {
	/*font-family:Segoe UI, Arial, Helvetica, sans-serif;*/
	font-family: Segoe UI, Georgia, serif;
	color: white;
	text-align:left;
	vertical-align: middle;
	padding: 0;
	background: transparent;
}

#topmenu > ul{
	display: flex
}

#topmenu > ul > li{
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 42px;
	padding: 31px 0;
	text-align: center;
}

#topmenu.home > ul > li {
	font-size: 20px;
}

#topmenu.home, #topmenu.home > ul > li {
	font-family: "Arial Rounded", Segoe UI, Georgia, serif;
}

#topmenu > ul > li:hover{
	background: #212121;
}

#topmenu > ul > li > a{
	position: relative;
	color: white;
	padding: 0 5px;
}


#topmenu > ul > li > a:after{
	background: none repeat scroll 0 0 transparent;
	bottom: -50%;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	background: #00AEEF;
	transition: 0.5s;
	width: 100%;
}

#topmenu > ul > li > a:hover:after{
	bottom: 0;
	opacity: 1; 
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: -200px;
    padding: 0px 32px;
    text-align: left;
    background: #060708;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    z-index: 50;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease 0s;
    display: -ms-flexbox;
    display: flex;
    width: 750px;
	}

	.sub-menu > li{
		flex: 1 1 300px;
		padding: 32px;
		cursor: pointer;
	}

	.sub-menu li a {
		min-width: 125px;
		color: white;
		transition: all 1s ease 0s;
	}

	.sub-menu.single-column > li.click-open {
		align-items: flex-start;
	}

	li.click-open > .sub-menu {
		transition: none;
	}

	.sub-menu:hover, .has-dropdown:not(.click-open):hover > .sub-menu, .has-dropdown.click-open.active-dropdown > .sub-menu {
		max-height: 900px;
	}

	.sub-menu ul li {
		padding: 5px 10px;
		display: flex;
	}

	.sub-menu-title{
		margin: 30px 10px 20px 10px;font-size: 20px;font-weight: bold
	}

.sub-menu.single-column{
	display: block;
	width: 350px;
	left: 0;
	}
	.sub-menu.single-column.width-long{
		width: 550px;
	}
	.sub-menu.single-column.parallel{
		position: relative;
		left: 10%;
	}

	.sub-menu.single-column > li{
		padding: 5px 10px;
		display: flex;
		align-items: center;
	}

	.sub-menu.single-column li:before, .sub-menu ul li:before{
		content: '\279E';
		direction: rtl;
		color: #FFF;
		font-size: 30px;
		transition: all 1s ease 0s;
		max-width: 7px;
		white-space: nowrap;
		overflow: hidden;
		position: absolute;
	}

	.sub-menu.single-column li:hover, .sub-menu ul li:hover{
		/*background: #00aeef;*/
		
	}

	.sub-menu.single-column > li:hover > a, .sub-menu ul > li:hover > a, #user-info-toolbar .user-info .sub-menu.single-column > li:hover > a{
		color: #00AEEF;
		
	}

	.sub-menu.single-column > li:hover:before, .sub-menu > ul > li:hover:before{
		/*content: '\2013>';*/
		color: #00AEEF;
		max-width: 30px;
	}
	.sub-menu.single-column > li > a:first-child, .sub-menu > ul > li > a:first-child{
		margin-left: 7px;
	}
	.sub-menu.single-column > li:hover > a:first-child, .sub-menu > ul > li:hover > a:first-child{
		margin-left: 30px;
		min-width: 102px;
	}

	.sub-menu.single-column > li:last-child, .sub-menu ul > li:last-child{
		margin-bottom: 10px;
	}

	.sub-menu.single-column > li.sub-list{
		margin-left: 30px;
		padding: 0;
		font-size: 13px;
	}


#login-footer-container {
	background: black;
	width: 100%;
	height: 80px;
	position: relative;
	color: white;
}

#login-footer-container a{
	color: #FFF;
	display: inline-block;
}

#footer-table{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

#footer-table td{
	font-size:15px;
	vertical-align: middle;
	height: 100%;
}

#footer-table td:first-child{
	text-align: left;
}
#footer-table td:last-child{
	text-align: right;
}

#header-search
{
	width:400px;
	float:right;
	text-align:right;
	margin:20px 20px 0px 0px;
}

#headerinfo
{
	width:100%;
	height:10px;
	font-weight:bold;
	padding:20px 0px 20px 0px;
}

#headerinfo a
{
	color:#000000;
}

#headerinfo-menu
{
	width:400px;
	float:left;	
}

#headerinfo-login
{
	width:400px;
	float:right;
	text-align:right;
}

#main-div{
	flex: 1 1 auto;
	/*padding-bottom: 3em;*/
	min-height: 600px;

}

#main-div.with-padding{
	padding: 30px;
}

#dashboard{
	font-size: 13px;
	padding: 0 60px;
}

.banner-content{
	text-align: left;
	padding: 7% 7%;
	width: calc(78% - 430px);
	min-width: 600px;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
}
.banner-content.full-width {
	width: 100%;
}
.banner-content.white-content {
	color: #FFF;
}

.banner-content.landing-banner{
	min-width: 800px;
}

.banner-content p {
	text-align: justify;
}

.page-content{
	/*text-align: left;*/
	padding: 1% 0 1% 7%;
	width: 90%;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
}

.margin-placeholder {
	margin: 10px;
}

.widget-container{
	display: flex;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: space-evenly; */
	margin-bottom: 10px;

	}

	.widget-container .widget{
		padding: 10px 10px;
		display: flex;
	}

	.widget-container .widget-2{
		flex: 1 1 50%;
		max-width: 48%;
	}


	.widget-container .widget-3{
		flex: 1 1 33%;
		max-width: 30%;
	}

	.widget-container .widget-4{
		flex: 1 1 25%;
		max-width: 23%;
	}

	.widget-container .widget-content{
		width: 100%;
	}

	.widget .widget-button{
		position: relative;
		padding: 0 5%;
		background: #00AEEF;
		color: white;
		cursor: pointer;
		height: 180px;
		width: 100%;
		display: flex;
		align-items: center;
	}

	.widget .widget-button:hover{
		background: #626262;
	}

	.widget-button .widget-content{
		line-height: 1.5em;
		font-weight: bold;
		color: #FFF;
		margin-left: 20px;
		width: 85%;
	}
	.widget-button .widget-content.full-width{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.widget-button .widget-content.with-icon{
		width: calc(100% - 130px);
	}

	.widget-button .appear-on-hover{
		max-width: 0;
		overflow: hidden;
		float: left;
/*		position: absolute;
		right: 0;*/
	}
	.widget-button:hover .appear-on-hover{
		max-width: 130px;
	}

	.widget-content hr{
		margin: 10px 10px 0 0;
	}

	.widget-content .remark {
		position: absolute;
		bottom: 1em;
		right: 1em;
		font-size: 12pt;
	}

	.widget-container.full-width {
		justify-content: center;
		flex-wrap: nowrap;
	}
	.widget-container .banner-content {
		min-width: 0;
		padding-left: 2%;
		padding-right: 2%;
	}

	.widget-title {
		text-align: center;
		font-size: 1.5em;
		padding: 0.5em 0; 
	}

.small-paragraph{
	margin-bottom: 1em;
	font-size: 23px;
	font-weight: bold;
	line-height: 1em;
}
.small-paragraph2{
	line-height: 1.5em;
	margin-bottom: 1.5em;
	font-size: 14pt;
}
.small-paragraph2 .content{
	font-size: 11pt;
}

.small-button{
	width: auto;
	cursor: pointer;
	border-radius: 10px;
	padding: 0 15px;
	width: 100px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.5em;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
}
.black-gradient{
	color: #FFF;
	background: #000;
}

#topbar {
	width: 100%;
	margin:0;
	/*float:left;*/
}

#legend-head {
	color:#fff;
	font-size:11px;
	background: url(../img/legend_top.png) top left no-repeat;
        margin-left:4px;
        padding-top:6px;
	margin-top:7px;
        height:29px;
	padding-left:50px;
	font-weight:bold;
}

#legend,
#legendbot
{
	margin-left:16px;
	margin-top:18px;
	width:175px;
	float:left;
	background: url(../img/legend_bg.png) top left no-repeat;
}
#legendbot{
	height:5px;
	margin-top:0;
        background: url(../img/legend_bot.png) top left no-repeat;
	margin-bottom:10px;
}

.legend-item
{
        margin-left:4px;
        padding-top:2px;
        background:url(../img/legend_but.png) top left no-repeat;
        height:23px;
}

#content
{
	width:100%;
	float:left;
	padding-top:20px;
    margin-bottom:20px;


}

#leftmenu-head {
	color: #fff;
	font-size: 20px;
	background: #5B6770;
/*	margin-left:49px;
	margin-top:15px;*/
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
}

#leftmenu,
#leftmenubot
{
/*	margin-left:16px;
	margin-top:18px;
	width:175px;
	float:left;
	background: url(../img/sidemenu.png) top left no-repeat;*/
}
#leftmenubot{
	height:29px;
	margin-top:0;
    background: url(../img/sidemenu_bot.png) top left no-repeat;
	margin-bottom:10px;
}

#leftmenu-topbar
{
	width:165px;
	height:30px;
	background: url(../img/topbar_bluearrow.png) top left no-repeat;
	color: #FFFFFF;
	font-weight:bold;
}

#leftmenu-links
{
/*	margin-top:20px;
	width:165px;*/
	font-weight:bold;
}

#leftmenu-links img
{
	margin:0;
	padding:0;
	float:left;
}
.leftmenu-links-header
{
	background:url(../img/leftmenuhead2.gif) top left repeat-y;
	height:23px;
	vertical-align:middle;
	margin:0;
	padding-top:8px;
	padding-left:10px;
	font-size:12px;
	color:#fff;
}

/*.leftmenu-links-item-top-selected,*/
.leftmenu-links-item-bot-selected,
/*.leftmenu-links-item-selected,*/
/*.leftmenu-links-item-top,*/
.leftmenu-links-item-bot
/*.leftmenu-links-item*/
{
	margin-left:4px;
	padding-top:2px;
	background:url(../img/menubut.png) top left no-repeat;
	height:29px;
}

.leftmenu-links-item,
.leftmenu-links-item-selected
{
	color:#fff;
	text-align:left;
	padding: 10px 0 10px 10px;
	border-bottom: solid 0.1px grey;
}

.leftmenu-links-item-top
{
/*	margin-top:25px;
	background:url(../img/leftmenuhead2.png) top left no-repeat;*/
	color: #fff;
	background: #737F8B;
	text-align:center;
	padding: 15px 0;
	border-bottom: solid 0.1px grey;
/*	padding-top:8px;*/
}

.leftmenu-links-item-bot
{
	margin-bottom:5px;
	background:url(../img/menubotbut.gif) top left repeat-y;
}

.leftmenu-links-item-selected
{
	/*background: url(../img/menubutdn.png) top left no-repeat;*/
	background: #00AEEF;
}
.leftmenu-links-item-top-selected
{
	margin-top:5px;
	background: url(../img/menutopbutdn.gif) top left repeat-y;
}
.leftmenu-links-item-bot-selected
{
	margin-bottom:5px;
	background: url(../img/menubotbutdn.gif) top left repeat-y;
}

#leftmenu-links a
{
	font-weight:normal;
	color:#fff;
	font-size:11px;
	font-family: Segoe UI, Helvetica, sans-serif;
}
#leftmenu-links .leftmenu-links-item-selected a,
#leftmenu-links .leftmenu-links-item-top-selected a,
#leftmenu-links .leftmenu-links-item-bot-selected a {
}

#legend img,
#leftmenu-links img
{
	float:none;
	vertical-align:middle;
	margin:0px 5px 0px 10px;
}
#legend img {
	margin-right:25px;
}

#content-topbar
{
	float:left;
	width:100%;
	height:22px;
/*	background:url(../img/topbar_whitearrow.png) top left no-repeat;
	background: -moz-linear-gradient(
		top,
		white,
		#2470ff 4%,
		#10367d
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(white),
		to(#10367d),
		color-stop(0.04, #2470ff)
	);*/
	background: black;
	border-radius: 5px;
	color: #FFFFFF;
	font-weight:bold;
	padding-top:8px;
}

#content-welcomebar
{
	width:auto;
	height:25px;
	margin: 5px 0px 5px 10px;
	color:#213A73;
}

.content-text,.content-nav
{
	margin-top:10px;
}

.content-nav
{
	text-align:right;
}

.contentbox
{
	border:1px solid #999999;
	margin-top:50px;
	overflow:hidden;
}

.contentbox-header
{
	height:35px;
	background:#e7e7e7 url(../img/bg_section_header.png) top left repeat-x;
	font-weight:bold;
	font-size:1.4em;
}

.contentbox-header-label
{
	width:210px;
	height:36px;
	float:left;
	padding: 7px 0px 0px 10px;
}

.contentbox-header-commands
{
	width:450px;
	height:36px;
	float:right;
	text-align:right;
	padding: 0px 10px 0px 0px;
}

.contentbox-content
{
	background-color:#FFFFFF;
	text-align:center;
}

.content-short
{
	width:700px;
}

.content-long
{
	width:1300px;
	padding-right:10px;
}

.longtable
{
	border:1px solid #ABABAB;
	width:650px;
	margin: 1px 20px 1px 20px;
}

.shorttable
{
	border:1px solid #ABABAB;
	width:314px;
	float:left;
	margin: 1px 1px 1px 20px;
}

.shorttable td,.longtable td
{
	background:#e7e7e7 url(../img/bg_section_item.png) top left repeat-x;
	font-weight:bold;
	text-align:left;
}

.regulartable
{
	width: 80%;
}

.largetable
{
	width: 1250px;
}

.regulartable,.largetable
{
	margin-left:20px;
	text-align:center;
	border:1px solid #ABABAB;
}

.regulartable th,.largetable th
{
	background:#e7e7e7 url(../img/bg_section_item.png) top left repeat-x;
	font-size:10px;
}

.regulartable th,.regulartable td,.largetable th,.largetable td
{
	border:1px solid #CDCDCD;
	height:30px;
	vertical-align: middle;
}

.button
{
	cursor: pointer;
}

.button-search
{
	width:58px;
	height:22px;
	background:url(../img/bttn_search.png) top left no-repeat;
	border: 0px;
}

.button-logout
{
	width:64px;
	height:27px;
	background:url(../img/bttn_logout.png) top left no-repeat;
	border: 0px;
}

.button-inputlawyer
{
	width:74px;
	height:36px;
	background: url(../img/bttn_addlawyer.png) top left no-repeat;
	border: 0px;
}

.button-inputlawyerlist
{
	width:88px;
	height:36px;
	background: url(../img/bttn_addlawyerlist.png) top left no-repeat;
	border: 0px;
}

.button-prev
{
	width:64px;
	height:26px;
	background: url(../img/bttn_prev.png) top left no-repeat;
	border: 0px;
}

.button-next
{
	width:64px;
	height:26px;
	background: url(../img/bttn_next.png) top left no-repeat;
	border: 0px;
}

.button-pageno
{
	width:26px;
	height:26px;
	background: url(../img/bg_pageno.png) top left no-repeat;
	border: 0px;
	color:#000000;
	font-size:10px;
}

.button-current
{
	width:26px;
	height:26px;
	background: url(../img/bg_pageno_current.png) top left no-repeat;
	border: 0px;
	color:#FFFFFF;
	font-size:10px;
}

.button-refresh
{
	width:27px;
	height:26px;
	background: url(../img/bttn_refresh.png) top left no-repeat;
	border: 0px;
}

.button-calculatepremium
{
	width:123px;
	height:36px;
	background: url(../img/bttn_calculateprermium.png) top left no-repeat;
	border: 0px;
}

.button-submit
{
	width:79px;
	height:31px;
	background: url(../img/bttn_submit.png) top left no-repeat;
	border: 0px;
}

.button-step-previous
{
	width:80px;
	height:31px;
	background: url(../img/bttn_stepprevious.png) top left no-repeat;
	border: 0px;
}

.button-step-next
{
	width:68px;
	height:31px;
	background: url(../img/bttn_stepnext.png) top left no-repeat;
	border: 0px;
}

.button-step-saveasdraft
{
	width:107px;
	height:31px;
	background: url(../img/bttn_stepsaveasdraft.png) top left no-repeat;
	border: 0px;
}

.button-step-cancel
{
	width:69px;
	height:31px;
	background:  url(../img/bttn_stepcancel.png) top left no-repeat;
	border: 0px;
}

.numberedblock
{
	background: url(../img/bttn_number.png) top left no-repeat;
	width:24px;
	height:19px;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	text-align:center;
}

.fineprint
{
	font-size:0.8em;
}

#headerinfo {
width: 100%;
height:45px;
}
#headerinfo td {
vertical-align:middle;
}

#logged-in-as {

}

#content-stepsbar .wizard-steps li {
white-space:normal;
width:90px;
float:left;
height:60px;
}

.proposal-table tbody td{
	height: 60px;
}

table.with-color td{
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(225, 225, 225, 0.85));
}



.form.search-form {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.search-form .search {
	float: none;
	width:120px;
	padding-right:24px;
}
.search-form label {
	margin: 0 1em 0 0;
	width: auto;
}
.search-form select {
	width: 200px;
}

form td, .table td{
padding:6px;
margin:0;
min-height:23px;
height: 25px;
vertical-align: middle;

float:none;
border:1px solid #ddd;
border-bottom:2px solid #999;
vertical-align:middle;
}
form input, form label {
float:left;
min-height:11px;
margin:0;
}
form select,
form textarea,
form input {
width:400px;
float:right;
}
/*#premiuminput input,
#premiumtable input {
width:100px;
}*/
form textarea{
/*white-space:pre*/
}
form select {
width:415px;
}
form label {
vertical-align:middle;
margin-right:5px;
padding-top:5px;
width:29%;
}
#premiuminput label,
#premiumtable label{
width:60%;
}
.instructions .number,
#content-stepsbar .number,
.number-indicator {
			font-size: 14px;
			line-height: 1em;
			width: 1.571em;
			text-indent: 0;
			padding: 0.286em 0;
			float: left;
			margin: 0 10px 0 0;
/*			background: #0c5fa5 url(../img/old-browsers-bg/number-bg.png) repeat-x top;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
			background: -moz-linear-gradient(
				top,
				#67BADC,
				#183557
			);
			background: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#67BADC),
				to(#183557)
			);*/
			background: black;
			border: 1px solid white;
			-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
			-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
			-moz-text-shadow: none;
			-webkit-text-shadow: none;
			text-shadow: none;
			-moz-transition: all 100ms;
			-webkit-transition: all 100ms;
			-o-transition: all 100ms;
			transition: all 100ms;
}
.instructions .number {
width:33px;
height:20px;
font-size:18px;
margin-top:10px;
margin-left:10px;
}
.instructions td {
vertical-align:top;
}
.instructions p {
margin-top:10px;
}
.error-message {
    color: #f00;
    margin-top: 4px;
}

th {
	min-width:70px;
}

.form h1 {
background:none;
font-size:18px;
font-weight:bold;
border:0;
margin:0;
color:#000;
/* float:left; */
line-height:18px;
}

.controls-buttons .number {
font-size:12px;
}

#content-stepsbar td {
height:60px;
vertical-align:middle;
}
#content-stepsbar a {
color:#fff;
}

#content-stepsbar .number {
position:relative;
float:none;
margin:0;
top:-15px;
margin-left:40px;
}

#content-stepsbar td.step-numbers {
height:10px;
text-align:center;
vertical-align:top;
}

.altrow td {
background-color:#fff;	
}

.lform table {
width:650px;
border:0
}

.lform td {
border:0;
background:transparent;
}

.lform label {
width:30px;
display:inline;
vertical-align:middle;
}
	
.lform input {
width:30px;
vertical-align:middle;
margin-right:10px;
}

table.jCalendar {
    background: #fff;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #666;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	min-width:0;
}

table.jCalendar td {
	background: #8cc63f;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #fff;
	color: #8cc63f;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #ddd;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	border: 1px solid #000;
	background: #fff;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: auto;
	line-height: 14px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	color:#000000;
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
.cleardiv {
	display:inline-block;
	width:100%
}
.numberpad {
	float:left;
	display:block;
	margin-right:30px;
}
.controls-buttons {
	margin-top:10px;
}
.block-controls h1 {
	width:100%;
	text-align:left;
}
#footer {
	vertical-align:bottom;
	text-align:right;
	color:#fff;
	background: url(../img/footer_bg.png) top left no-repeat;
	width:900px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
}

.caltitle h2 {
	width:auto;
}

.caltitle {
	width:162px;
	height:10px;
	margin:0;
	padding:0;
	float:left;
	text-align:center;
}

.table .checkbox {
padding:0;
margin:0;
width:20px;
}
input[readonly] {
	background-color:#eee;
}

#content-stepsbar .wizard-steps * {
font-size:14px;
}

#content-stepsbar * {
padding:0;
border:0;
}

#content-stepsbar td {
background:none;
}
#content-stepsbar .wizard-steps td {
font-size:15px;
line-height:16px;
text-align:center;
vertical-align:middle;
height:60px;
}


#content-welcomebar img 
{
	margin-right:10px;
	vertical-align:middle;
	color:#213a73;
}

#content-stepsbar
{
	width:700px;
	height:85px;
}

.stepsbar-sectionnumber
{
	width:27px;
	height:24px;
	margin-top:-10px;
	padding-top:5px;
	overflow:visible;
	background:url(../img/bttn_number.png) top left no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}

#content-stepsbar .stepsbar-section-blue
{
	height:67px;
	background: url(../img/bg_bluefade.png) top left no-repeat;
	font-size:14px;
	color:#FFFFFF;
	line-height:12px;
}

#content-stepsbar .stepsbar-section-green
{
	height:67px;
	background: url(../img/bg_greenfade.png) top left no-repeat;
	font-size:14px;
	color:#FFFFFF;
	line-height:12px;
}
.claims_but 
{
	float:right;
}
.content-nav button, .content-nav a{
font-size:13px;
border-color: #50a3c8 #297cb4 #083f6f;
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(255, 255, 255);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(255, 255, 255);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(255, 255, 255);
border-top-style: solid;
border-top-width: 1px;

/*background: #0ca55f url(../img/old-browsers-bg/button-element-bg2.png) repeat-x left top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
white,
#FF4A70 4%,
#FF1721
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(white),
to(#FF4A70),
color-stop(0.03, #FF1721)
);*/
background: #00AEEF;
-moz-border-radius: 0.333em;
-webkit-border-radius: 0.333em;
-webkit-background-clip: padding-box;
border-radius: 0.333em;
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
text-transform:uppercase;
padding: 0.286em 1em 0.357em;
line-height: 1.429em;
cursor: pointer;
font-weight: bold;
font-family:Arial;
}

button.subbut {
border-color: #50a3c8 #297cb4 #083f6f;
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(255, 255, 255);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(255, 255, 255);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(255, 255, 255);
border-top-style: solid;
border-top-width: 1px;

/*background: #0ca55f url(../img/old-browsers-bg/button-element-bg1.png) repeat-x left top;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
background: -moz-linear-gradient(
top,
white,
#67DCBA 4%,
#185735
);
background: -webkit-gradient(
linear,
left top, left bottom,
from(white),
to(#67DCBA),
color-stop(0.03, #185735)
);*/
background: #00AE5E;
-moz-border-radius: 0.333em;
-webkit-border-radius: 0.333em;
-webkit-background-clip: padding-box;
border-radius: 0.333em;
color: white;
-moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
text-transform:uppercase;
padding: 0.286em 1em 0.357em;
line-height: 1.429em;
cursor: pointer;
font-weight: bold;
font-family:Arial;
}

#PremiumBut {
/*        background: #0c5fa5 url(../img/old-browsers-bg/button-element-bg.png) repeat-x left top;
        background: -moz-linear-gradient(
                top,
                white,
                #67BADC 4%,
                #183557
        );
        background: -webkit-gradient(
                linear,
                left top, left bottom,
                from(white),
                to(#67BADC),
                color-stop(0.03, #183557)
        );	*/
        background: #F68A33;
}

.table-actions a {
margin-right:5px;
}
.instructions td {
border:0;
padding:5px;
}
.instructions ul {
list-style:disc;
list-style-position:inside;
padding-left: 10px;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width:680px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
.facebox_div p {
margin-bottom:10px;
}
.facebox_div ol {
list-style:decimal;
list-style-position:inside;
padding-left: 10px;
text-indent: -20px;
}
.main_div {
padding:10px;
}
.main_div li,
.facebox_div li {
margin-bottom:10px;
margin-left:10px;
}
.main_div ol{
list-style:decimal;
list-style-position:inside;
padding-left: 10px;
text-indent: -20px;
}
.facebox_div ol ol {
list-style:lower-alpha;
margin-left:20px;
}
.facebox_div ol ol ol {
margin-left:20px;
list-style:lower-roman;
}
.main_div ul {
margin-left:20px;
list-style:disc;
}

	button:disabled,
	button:disabled:hover,
	.big-button.disabled,
	.big-button.disabled:hover {
		color: #bfbfbf;
		border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
		background: -moz-linear-gradient(
			top,
			#f0f2f2,
			#c8c8c8
		);
		background: -webkit-gradient(
			linear,
			left top, left bottom,
			from(#f0f2f2),
			to(#c8c8c8)
		);
		-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
		-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		cursor: auto;
	}
	/* IE class */
	button.disabled,
	button.disabled:hover {
		color: #bfbfbf;
		border-color: #e9f2f6 #c4c3c3 #a2a2a2 #e3e2e2;
		cursor: auto;
	}

/*#bannerwords {
float:right;
margin-right:270px;
padding-top:100px;
color:#fff;
font-size:16px;
font-weight:bold;
line-height:24px;
text-align:right;
}*/
.subtable{
width:630px;
margin:0;
margin-left:30px;
}
.labelhead{
display:table-cell;
width:630px;
font-weight:bold;
padding-bottom:10px;
}
.facebox_overlayBG{
opacity:1;
}
.table .giro td{
background-color:#dfd;
}
#bottomRightDiv{
    position: fixed;
    height: 40px;
    width: 110px;
    background: transparent;
    bottom: 0;
    right: 0;
    margin: 10px;
}
.bottomRightWrapper{
    height: 30px;
    width: 30px;
    margin-left: 10px;
    padding: 5px;
    background: black;
    border-radius: 20px;
    display: inline-block;
}
.bottomRightWrapper.has-message:after{
	content: '\25CF';
	font-size: 20px;
	color: #F68A33;
	position: absolute;
	top: 0;
	left: 35px;
}

.bottomRightWrapper .icon{
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    fill: #FFF;
}

.bottomRightWrapper:hover #bottomRight, #bottRight:hover{
    display: block;
}
.visibleDiv,#bottomRight{
	background: black;
	border: 1px solid grey;
	border-radius: 5px;
	position: fixed;
	width: 500px;
	height: 80px;
	vertical-align: middle;
	text-align: left;
	padding:15px;
	color:#fff;
	line-height:16px;
	font-size:11px;
	display: none;
	max-width: calc(100% - 30px);
}
.visibleDiv a, #bottomRight a{
	color:#fff;
	text-decoration:underline;
}

#bottomRight
{
    bottom:0;
    right:0;
}
.form input.ui-autocomplete-loading { background: #eee url('../img/info-loader.gif') 380px center no-repeat; }
.red-row,table tbody .red-row td {background-color:#f99}
.orange-row,table tbody .orange-row td {background-color:#fb0}
.blue-row,table tbody .blue-row td {background-color:#99f}
.white-row,table tbody .white-row td {background-color:#FFF}
.collegend{width:60px;float:left;margin-left:10px;text-align:center;color:#fff;padding:2px;font-weight:bold;position: relative;}
.collegend.excluded:before{content: " ";position: absolute;height: 0;left: 0;top: 50%;width: 100%;border-bottom: 2px solid #000;}
.collegend.white-row{color:#000;}
.can-filter .collegend {cursor: pointer;}



.big-notice{
	padding: 1.5em;
	line-height: 1.5em;
	margin-bottom: 1em;
	border: 1px solid #999999;
	background: #F0F0F0;
	-moz-border-radius: 0.333em;
	-webkit-border-radius: 0.333em;
	-webkit-background-clip: padding-box;
	border-radius: 0.333em;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 89;
	text-align: center;
	font-size: 16px;
}
.big-notice .big-button{
	font-size: 16px;
}


/******************** datepicker **********************/

.ui-datepicker-calendar th{
	min-width: 0;
}


/******************** List **********************/
.circle-list{
	list-style-type: circle;
	list-style-position: inside;
}


/******************* ***********************/


@media only screen and (max-width: 1200px){
	#user-info-toolbar #topmenu{
		width: calc(70% - 40px);
		padding: 0 20px;
	}
	#user-info-toolbar #topmenu > ul > li, #user-info-toolbar #topmenu > ul li.sub-list{
		font-size: 100%;
	}

	.widget-container .widget-2{
		flex: 1 1 90%;
		max-width: 90%;
	}
	.widget-container .widget-3{
		flex: 1 1 50%;
		max-width: 45%;
	}
	.widget-container .widget-4{
		flex: 1 1 50%;
		max-width: 45%;
	}

}
@media only screen and (max-width: 850px){
	.landing-banner .title {
		font-size: 35px;
	}
	.landing-banner .secondary-title.title {
		font-size: 30px;
	}

	.widget-container.full-width {
		flex-wrap: wrap;
	}
	
	.banner-content{
		min-width: 0;
		width: 80%;
	}

	.banner-content.landing-banner{
		min-width: 0;
	}

	#main-div.with-padding{
		padding: 30px 15px;
	}

	.sticky {
		width: calc(100% - 30px);
	}

	#dashboard{
		padding: 0
	}
}


@media only screen and (max-width: 600px){

	.widget-container .widget-3{
		flex: 1 1 80%;
		max-width: 80%;
	}
	.widget-container .widget-4{
		flex: 1 1 80%;
		max-width: 80%;
	}
}

@media only screen and (max-width: 1023px){
	.title, .home-title {
		font-size: 35px;
	}

	.banner-content .home-title {
		text-align: left;
	}
}