* {
	margin: 			0;
	padding: 			0;
	outline:			none;
}

html, body {
	color:			#646464;
	font-size:		13px;
	font-family:		Arial, Helvetica, sans-serif;
	min-height:		100%;
	height:			auto !important;
	height:			100%;
	scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}

img {
	border:		none;
}

textarea {
	padding		: 4px;
}

DIV#pictext {
	position:		absolute;
	top:			0px;
	left:			230px;
	height:		    30px;
	font-size:		30px;
	font-weight:	bold;
	padding-top:	5px;
}

DIV#top {
	height:		115px;
	top:		0px;
	position: 	fixed;
	width: 100%;
	z-index: 100;
}
@media (max-width: 1170px) {
	#shortcutmenu {
	  display: none;
	}
}
DIV#topHome {
	position:			fixed;
	height:				65px;
	background: 			url(../images/menubalk.png) repeat-x top left;
	top:				0px;
	z-index:			15;
	width: 100%;
}
DIV#logo {
	height:			50px;
	padding-left:	20px;
	float:			left;
	width:			205px;
}
DIV#support {
	position:relative;
	top:-10px;
	height:84px;
	z-index:5;
	padding-top:15px;
	text-align:		center;
	color: #999999;
	font-style: italic;
	text-decoration: none;
	font-size: 17px;
	font-family: Calibri;
}

/* Menu */
#topmenu {
	top:0px;
	left: 227px;
	/*width:800px;*/
	float:left;
	position:fixed;
}

.topmenu {
	position:relative;
}

.topmenu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding-top:25px;
}

.topmenu li {
	float:left;
}

.topmenu a, .topmenu a:active, .topmenu a:visited, .topmenu a:hover {
	text-decoration:none;
	color:#FFF;
	padding:30px 10px 15px 10px;
}

#slide {
	position:relative;
	height:55px;
	background:#000;
	z-index:10;
	border-top:5px solid #EDAE34;
}
/* /Menu */

DIV#content {
	margin-bottom:		15px;
	padding-bottom: 	40px;
}
DIV#contentHome {
	position:			relative;
	height:				400px;
	background: 			url(../images/header-bg.png) repeat-x top left;
	top:				-5px;
	z-index:			10;
	color:				#FFFFFF;
}
DIV.left {
	background-color: 		#FFFFFF;
	width:				180px;
	padding: 			115px 25px 25px 25px;
	float:				left;
	font-size: 			16px;
	position: 			fixed;
	border-right: 			#c8c8c8 2px solid;
	height: 			100%;
	z-index: 			2;
}

DIV.leftnoborder {
	background-color: 		#FFFFFF;
	width:				100px;
	padding: 			115px 25px 25px 25px;
	float:				left;
	font-size: 			16px;
	position: 			fixed;
	height: 			100%;
	z-index: 			1;
	margin-left:        62px;
}

DIV.logo {
	background-color: 		#FFFFFF;
	width:				180px;
	padding: 			106px 25px 24px 49px;
	float:				left;
	font-size: 			16px;
	position: 			fixed;
/*	border-right: 			#c8c8c8 2px solid;*/
	height: 			100%;
}

DIV.logo2 {
	padding: 20px 0 24px 0;
	position: fixed;
	bottom: 0px;
}

.logo2 img {
	max-width: 180px;
}
@media screen and (max-height: 750px) {
  div.logo2 {
    display: none;
  }
}
DIV.text {
	right:				0;
	padding:			105px 20px 20px 20px;
	margin-left:			237px;
	min-height: 			420px;
	height:				auto !important;
	height:				420px;
}
DIV.textHome {
	right:				0;
	margin-left:			215px;
	padding:			85px 20px 20px 20px;
	min-height: 			420px;
	height:				auto !important;
	height:				420px;
	font-size:			16px;
	color:#FFFFFF;
}
DIV.text_popup {
	padding:			20px;

	height:				320px;
}

DIV.text_popupX {
	background-color:		#EEE;
	border:                 	1px solid #808080;
	padding:			14px;
	margin:                 	14px;
}

DIV.text_popup a,
DIV.text_popupX a{
	color				: #646464;
	font-weight			: bold;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
UL.menu {
    margin-bottom:		10px;
}
UL.menu LI {
    list-style: 		none;
}
ul.menu li.menuNameItem {
	text-align			: right;
	border-bottom		: 2px solid #C8C8C8;
	font-weight			: bold;
}
ul.menu li.menuNameGroup {
	text-align			: center;
	/*border-bottom		: 2px solid #EDAE34;*/
	background-color: #D8D8D8;
	font-weight			: bold;
	color:#646464;
}
UL.menu LI a {
	color:				#333;
	text-decoration:	none;
}
UL.menu LI a:hover {
	text-decoration:	underline;
	color:				#EDAE34;
}

h1{
	font-size:24px;
	color:#EDAE34;
}

.header1{
	font-size:24px;
	color:#EDAE34;
	font-weight			: bold;
}

hr{
	height:2px;
	border-width:0;
	color:#c8c8c8;
	background-color:#c8c8c8;
}

.pAdminheader {
	background-color:	#EDAE34;
	color:				#FFF;
	font-weight:		bold;
	font-size:			14px;
	margin-bottom:		15px;
	height:				20px;
	padding-left:		10px;
	padding-top:		5px;
}
.pTranslateheader {
	background-color:	#B8DA76;
	color:				#FFF;
	font-weight:		bold;
	font-size:			14px;
	margin-bottom:		15px;
	height:				20px;
	padding-left:		10px;
	border:				1px solid Black;
	padding-top:		5px;
}
.pWarningheader {
	background-color:	#FF8;
	color:				#000;
	font-weight:		bold;
	font-size:			14px;
	margin-bottom:		15px;
	height:				20px;
	padding-left:		10px;
	background-image:	url(/images/h_warning.gif);
	background-repeat:	repeat;
	border:				2px solid #FFCC33;
	padding-top:		5px;
}

.tinyText {
	font-size:			11px;
	color:				Maroon;
}

.pheader img,
.pAdminheader img,
.pWarningheader img {
	border:				none;
}
.lHeader {
	color:				#646464;
	font-weight:		bold;
	font-size:			14px;
	height:				28px;
}

.lHeader td {
	border-bottom: 2px solid #777;
}

.lTotal {
	color:				#646464;
	border-top: 2px solid #777;
}

.sHeader {
	color:				#646464;
	font-weight:		bold;
	font-size:			13px;
	height:				25px;
}

.tdHeader {
	background-color:	#EDAE34;
	color:				#FFF;
	font-weight:		bold;
	font-size:			16px;
}

.hHeader {
	float: left;
	position: absolute;
}
.headerDiv {
	height: 28px;
}
.line {
	color:				#000;
	background-color:	#DEDBD8;
}

.bBottomDarkGrey {
	border-bottom: 2px solid #777;
}

.bBottomLightGrey {
	border-bottom: 2px solid #E5E5E5;
}

.even, .even_nonclick, .even_nohand {
	background-color:	#fff;
}
.odd, .odd_nonclick, .odd_nohand {
	background-color:	#f2f2f2;
}
.even:hover, .odd:hover, .subsearch:hover {
	color:				#FFF;
	background-color:	#EDAE34;
	cursor: pointer;
}
.subsearch:hover span.yellowtext {
	color:				#FFF;
	background-color:	#EDAE34;
}
.even_nohand:hover, .odd_nohand:hover {
	color:				#FFF;
	background-color:	#EDAE34;
}
.even:hover span.yellowtext, .odd:hover span.yellowtext, .even_nohand:hover span.yellowtext, .odd_nohand:hover span.yellowtext {
	color:				#FFF;
	background-color:	#EDAE34;
	cursor: pointer;
}
.even:hover a.parent-color, .odd:hover a.parent-color, .subsearch:hover a.parent-color {
	color:				#FFF;
	background-color:	#EDAE34;
	cursor: pointer;
}

.even:hover .color-basic, .odd:hover .color-basic, .even:hover .color-yellow, .odd:hover .color-yellow, .even_nohand:hover .color-basic, .odd_nohand:hover .color-basic, .even_nohand:hover .color-yellow, .odd_nohand:hover .color-yellow, .subsearch:hover .color-basic{
	color: #FFF !important;
	cursor: pointer;
}

.even:hover .locallink, .odd:hover .locallink, .even_nohand:hover .locallink, .odd_nohand:hover .locallink, .subsearch:hover .locallink{
	color: #FFF !important;
	cursor: pointer;
}

.even:hover .locallink:hover, .odd:hover .locallink:hover, .even_nohand:hover .locallink:hover, .odd_nohand:hover .locallink:hover, .subsearch:hover .locallink:hover{
	text-decoration-line: underline;
}

.even:hover .tooltiptablenice .color-basic, .odd:hover .tooltiptablenice .color-basic, .even:hover .tooltiptablenice .color-yellow, .odd:hover .tooltiptablenice .color-yellow, .even_nohand:hover .tooltiptablenice .color-basic, .odd_nohand:hover .tooltiptablenice .color-basic, .even_nohand:hover .tooltiptablenice .color-yellow, .odd_nohand:hover .tooltiptablenice .color-yellow{
	color: #EDAE34 !important;
}

.even:hover .tooltiptable .color-basic, .odd:hover .tooltiptable .color-basic, .even:hover .tooltiptable .color-yellow, .odd:hover .tooltiptable .color-yellow, .even_nohand:hover .tooltiptable .color-basic, .odd_nohand:hover .tooltiptable .color-basic, .even_nohand:hover .tooltiptable .color-yellow, .odd_nohand:hover .tooltiptable .color-yellow{
	color: #EDAE34 !important;
}

.default_party {

}

.default_party .color-basic{

}

.default_party span.yellowtext{

}

.default_party a.company{

}

.default_party a.offlinecompany{

}

.activerow {
	color:				#FFF;
	background-color:	#EDAE34;
}
.activerow .color-basic{
	color:				#FFF;
	background-color:	#EDAE34;
}
.activerow span.yellowtext{
	color:				#FFF;
	background-color:	#EDAE34;
}
.activerow a.company{
	color:				#FFF;
}
.even:hover a.company {
	color:				#FFF;
}

.odd:hover a.company {
	color:				#FFF;
}

.activerow a.offlinecompany{
	color:				#FFF;
}
.even:hover a.offlinecompany {
	color:				#FFF;
}

.odd:hover a.offlinecompany {
	color:				#FFF;
}

.chap_mandatory {
	color:				#000;
	cursor: pointer;
	line-height: 20px;
}
.chap_border{
	border-bottom:  1px solid #646464;
}
.chap_mandatory:hover{
	background-color: gray;
	color: white;
}
.chap_optional, .chap_optional_nonclick {
	color:				#fff;
	background-color:	#EDAE34;
}
.chap_optional:hover {
	color:				#fff;
	background-color:	#D88E04;
	cursor: pointer;
}
.emtpyruler {
	color:				#000;
	background-color:	#aaa;
	height:				2px;
}
.frmSubmit,.frmReset,.frmSubmitLogin,.frmResetLogin{
	height:				34px;
	width:				210px;
	color:				#FFF;
	font-weight:		Bold;
	font-size:			18px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			5px 10px 5px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitRed{
	height:				34px;
	width:				210px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			18px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	red;
	padding: 			5px 10px 5px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitRed:hover {
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
    font-size:			18px;
    background-color: #d20101;
}

.frmSubmitReverse {
	height: 34px;
	width: 210px;
	color: #EDAE34;
	font-weight: Bold;
	font-size: 18px;
	border: 1px #EDAE34 solid;
	cursor: pointer;
	background-color: #FFF;
	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitReverse:hover {
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;
	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
	font-size: 18px;
	border: 1px solid #d47217;
	color: #d47217;
}

.frmSubmitReverse:focus {
	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
	font-size: 18px;
	border: 1px solid #d47217;
	color: #d47217;
}

.frmSubmit300{
	height:				34px;
	width:				300px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			18px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			5px 10px 5px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmit400{
	height:				34px;
	width:				400px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			18px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			5px 10px 5px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitSmall{
	height:				22px;
	width:				50px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			16px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			2px 10px 3px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitSmall100{
	height:				21px;
	width:				100px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			16px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			1px 10px 3px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmSubmitSmallLong{
	height:				22px;
	width:				175px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			16px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			2px 10px 3px 7px;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
}

.frmButtonSmallLong{
	height:				22px;
	width:				175px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			16px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	silver;
	padding: 			2px 10px 3px 7px;
}

.frmButtonSmallLongActive{
	height:				22px;
	width:				175px;
	color:				#FFF;
	font-weight:			Bold;
	font-size:			16px;
	border:				0px;
	cursor: 			pointer;
	background-color: 	#EDAE34;
	padding: 			2px 10px 3px 7px;
}


.frmSubmitLogin:hover,
.frmSubmit:hover,
.frmReset:hover,
.frmResetLogin:hover,
.frmSubmitSmall:hover,
.frmSubmitSmall100:hover,
.frmSubmitSmallLong:hover,
.frmSubmit300:hover,
.frmSubmit400:hover,
.frmButtonSmallLongActive:hover,
.btn-relogin:hover {
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;

	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
	/*font-size: 18px;*/
	background-color: #d47217;
}
.frmSubmitLogin:focus,
.frmSubmit:focus,
.frmReset:focus,
.frmResetLogin:focus,
.frmSubmitSmall:focus,
.frmSubmitSmall100:focus,
.frmSubmitSmallLong:focus,
.frmSubmit300:focus,
.frmSubmit400:focus,
.frmButtonSmallLongActive:focus {
	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition: all .3s; /* moz */
	transition: all .3s; /* CSS3 */
	background-color: #d47217;
}

.frmInput, .frmInputBig {
	color:				#333;
	width:				322px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput50 {
	color:				#333;
	width:				50px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput60 {
	color:				#333;
	width:				60px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput80 {
	color:				#333;
	width:				80px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput100 {
	color:				#333;
	width:				100px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput150 {
	color:				#333;
	width:				150px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput175 {
	color:				#333;
	width:				175px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput200 {
	color:				#333;
	width:				200px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput250 {
	color:				#333;
	width:				250px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput300 {
	color:				#333;
	width:				300px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput400 {
	color:				#333;
	width:				400px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput500 {
	color:				#333;
	width:				500px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput600 {
	color:				#333;
	width:				600px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInputDisabled {
	color:				#333;
	width:				322px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #ffffff;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput_error, .frmInputBig_error {
	color:				#333;
	width:				322px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput50_error {
	color:				#333;
	width:				50px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput60_error {
	color:				#333;
	width:				60px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput80_error {
	color:				#333;
	width:				80px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput100_error {
	color:				#333;
	width:				100px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput150_error {
	color:				#333;
	width:				150px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput200_error {
	color:				#333;
	width:				200px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput250_error {
	color:				#333;
	width:				250px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput300_error {
	color:				#333;
	width:				300px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInput400_error {
	color:				#333;
	width:				400px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}
.frmInputLarge_error {
	color:				#333;
	width:				500px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
	padding-left:       5px;
}
.frmDate{
	color:				#333;
	width:				161px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmNumber{
	color:				#333;
	width:				100px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmInput:hover,
.frmInput:focus,
.frmInput50:hover,
.frmInput50:focus,
.frmInput60:hover,
.frmInput60:focus,
.frmInput80:hover,
.frmInput80:focus,
.frmInput100:hover,
.frmInput100:focus,
.frmInput150:hover,
.frmInput150:focus,
.frmInput200:hover,
.frmInput200:focus,
.frmInput250:hover,
.frmInput250:focus,
.frmInput300:hover,
.frmInput300:focus,
.frmInput400:hover,
.frmInput400:focus,
.frmInputBig:hover,
.frmInputBig:focus,
.frmInputLarge:hover,
.frmInputLarge:focus,
.frmSelect:hover,
.frmSelect:focus,
.frmSelectNr:hover,
.frmSelectNr:focus,
.frmSelect50:hover,
.frmSelect50:focus,
.frmSelect60:hover,
.frmSelect60:focus,
.frmSelect150:hover,
.frmSelect150:focus,
.frmSelect200:hover,
.frmSelect200:focus,
.frmSelect225:hover,
.frmSelect225:focus,
.frmSelect300:hover,
.frmSelect300:focus,
.frmSelect400:hover,
.frmSelect400:focus,
.frmSelect500:hover,
.frmSelect500:focus,
.frmDate:hover,
.frmDate:focus,
.frmSelectBorder:hover,
.frmSelectBorder:focus,
.frmSelectBorder600:hover,
.frmSelectBorder600:focus,
.frmNumber:hover,
.frmNumber:focus
{
	border: 1px solid #EDAE34;
	border-width: 0px 0px 1px 0px;
}


.frmDate_error{
	color:				#333;
	width:				161px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
    padding-left:       5px;
}

.frmSelect{
	color:				#333;
	width:				327px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
    padding-left:       5px;
}

.frmSelectNr{
	color: #333;
	width:  45px;
	height: 22px;

	background: none repeat scroll 0 0 #FFF;
	border-color: #aaaaaa;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

.frmSelectBorder{
	width:				327px;
	border: 1px solid #AAA;
	border-width: 0px 0px 1px 0px;
}

.frmSelectBorder600{
	width:				600px;
	border: 1px solid #AAA;
	border-width: 0px 0px 1px 0px;
}

.frmSelect200{
	color:				#333;
	width:				200px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect225{
	color:				#333;
	width:				225px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect300{
	color:				#333;
	width:				300px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect400{
	color:				#333;
	width:				400px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect500{
	color:				#333;
	width:				500px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect150{
	color:				#333;
	width:				150px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect100{
	color:				#333;
	width:				100px;
	height: 			19px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect50{
	color:				#333;
	width:				50px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect60{
	color:				#333;
	width:				60px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmSelect_error{
	color:				#333;
	width:				329px;
	height: 			22px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color: 		#f91600;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	z-index:			1;
	padding-left:       5px;
}

.frmSelectBorder_error{
	width:				327px;
	border: 1px solid #f91600;
	border-width: 0px 0px 1px 0px;
}
.frmInputLogin {
	color:				#333;
	width:				200px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#f91600;
    border-style:		solid;
    border-width:		1px;
}
.frmTextArea {
	color:				#333;
	width:				319px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
}
.frmTextArea1 {
	color:				#333;
	width:				400px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
}
.frmTextArea2 {
	color:				#333;
	width:				680px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
}

.frmTextArea3 {
	color:				#333;
	width:				900px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
}

.frmTextArea:hover,
.frmTextArea:focus,
.frmTextArea1:hover,
.frmTextArea2:focus,
.frmTextArea2:hover,
.frmTextArea2:focus,
.frmTextArea3:hover,
.frmTextArea3:focus{
	border-color: 		#EDAE34;
	border-style:		solid;
	border-width:		1px;
}

.frmInputBig {
	width:				800px;
}
.frmInputSmall {
	width:				50px;
	color:				#333;
	background-color:	#FFF;
	border:				1px solid #333;
	padding-left:		3px;
}

.frmInputLarge {
	color:				#333;
	width:				500px;
	height: 			20px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;
	padding-left:       5px;
}

.frmCheckBox,
.frmRadio {
	color:				#333;
	background-color:	#FFF;
	/*border:		1px solid #333;*/
}


/* start error popup */

 .error{
 	display:inline;
	position:relative;
	}

.errorSelect {
	display:inline;
	position:relative;
	float: left;
}

 .error:hover, .error:focus{text-decoration:none}

.error:hover:after, .error:focus:after, .error:focus-within:after, .errorSelect:hover:after, .errorSelect:focus:after, .errorSelect:focus-within:after {
   background:#DF0101;
   /*border-radius:5px;*/
   bottom:28px;
   color:#fff;
   content:attr(error);
   display:block;
   left: 100px;
   padding:2px 10px;
   position:absolute;
   white-space:nowrap;
   z-index:98;
   line-height:20px;
  }
.error:hover:before, .error:focus:before, .error:focus-within:before, .errorSelect:hover:before, .errorSelect:focus:before, .errorSelect:focus-within:before {
    border:solid;
    border-color:#DF0101 transparent;
    border-width:6px 6px 0px 6px;
    bottom:22px;
    content:"";
    display:block;
    left: 110px;
    position:absolute;
    z-index:99;
   }

/* einde error popup */

.filter {
	height:			30px;
	font-size: 			16px;

}
#filter {
	float:				right;

}
.frmSearch{
	float:				right;
	padding-top:		4px;

}

.frmFilter{
	float				: right;
	padding-top			: 1px;
	font-size			: 16px;
}
.frmAutomail{
	position: 			relative;
	top: 				8px;
	padding-left: 		490px;
}
.frmAutomailParties{
	position: 			relative;
	top: 				7px;
	padding-left: 		112px;
}
.inputSearch, .selectFilter {
	color				: #333;
	width				: 250px;
	background			: #FFF;
	border-color        : #AAA;
	border-style        : solid;
	border-width        : 0px 0px 1px 0px;
    padding-left        : 5px;
}
.selectFilter120 {
	color				: #333;
	width				: 120px;
	background			: #FFF;
	border-color        : #AAA;
	border-style        : solid;
	border-width        : 0px 0px 1px 0px;
    padding-left        : 5px;
}
.selectFilterNr {
	color				: #333;
	width				: 60px;
	background			: #FFF;
	border-color        : #AAA;
	border-style        : solid;
	border-width        : 0px 0px 1px 0px;
    padding-left        : 5px;
}

.inputSearchTop {
	color				: #333;
	width				: 250px;
	background			: #FFF;
	border-color:			#AAA;
	border-style:			solid;
	border-width:			0px 0px 1px 0px;
	height				: 20px;
}
.inputSearch500 {
	color				: #333;
	width				: 500px;
	background			: #FFF;

    border-width: 0px 0px 1px 0px;
    border-color: #AAA;
    border-style: solid;

	height				: 20px;
}
.inputSearchTop:hover,
.inputSearchTop:focus,
.inputSearch500:hover,
.inputSearch500:focus
{
	background: 			none repeat scroll 0 0 #FFF;
	border-width:			0px 0px 1px 0px;
	border-color:			#EDAE34;
	border-style:			solid;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centernontext{
	margin-left: 30%;
}

/* LOG MESSAGES */
span.logwarning {
	font-weight			: bold;
	color				: #CC6600;
}
span.logerror {
	font-weight			: bold;
	color				: Red;
}
span.loginfo {
	font-weight			: bold;
	color				: #336633;
}
span.logdebug {
	font-weight			: bold;
	color				: #0099CC;
}

DIV.text a {
	font-weight: bold;
	text-decoration: none;
	color:			#646464;
}

DIV.content{
	margin-left			: 25px;
}

DIV.text p {
	margin-top			: 15px;
}

DIV.text p.top {
	text-align			: right;
	background-color		: #CCF;
	padding-right			: 5px;
}

DIV.text p.top a {
	color				: #646464;
	font-weight			: bold;
}

DIV.text p.helpheader {
	font-weight			: bold;
	font-size 			: 18px;
}

tr.ins_line,
td.ins_line {
	color				: #000;
	background-color		: #CFC;
}
tr.rem_line,
td.rem_line {
	color				: #000;
	background-color		: #FCC;
}

.border {
	border				: 2px solid #C8C8C8;
}

.imgLeft {
	float				: left;
	margin-right			: 14px;
	margin-bottom			: 4px;
	border				: 1px solid #333;
}

.imgLeftError {
	float				: left;
	margin				: 6px 13px 6px 6px;
}

.imgLeftWarning {
	float				: left;
	margin				: 5px 13px 5px 5px;
}

p {
	margin-bottom			: 15px;
}

#shutdown {
	position			: absolute;
	float				: right;
	right				: 16px;
	margin-top			: 5px;
}
#shutdown .fa-layers:hover {
	color: #e80000;
}
#help{
	position			: absolute;
	float				: right;
	right				: 56px;
	margin-top			: 5px;
}
#help .fa-layers:hover {
	color: #ed9a34;
}
#profile{
	position			: absolute;
	float				: right;
	right				: 96px;
	margin-top			: 5px;
}
#profile .fa-layers:hover {
	color: #ed9a34;
}
#history {
	/*position			: absolute;*/
	float				: right;
	right				: 136px;
	margin-top			: 5px;
	margin-right		: 137px;
}
#history .fa-layers:hover {
	color: #ed9a34;
}
#newticket{
	position			: absolute;
	float				: right;
	right				: 136px;
	margin-top			: 5px;
}
#newticket .fa-layers:hover {
	color: #3a8a3e;
}
#history2 {
	float				: right;
	right				: 136px;
	margin-top			: 5px;
	margin-right		: 176px;
}
#history2 .fa-layers:hover {
	color: #ed9a34;
}
#search {
	position			: absolute;
	top					: 60px;
	float				: right;
	right				: 10px;
	margin				: 10px;
	font-size			: 16px;
}

a#projectTitle {
	color				: #646464;
	position			: absolute;
	top					: 67px;
	float				: left;
	left				: 247px;
	margin				: 10px;
	font-size			: 22px;
	font-weight			: bold;
	z-index: 20;
}

#projectTitle:hover {
	color				: #000000;
	text-decoration		: none;
}

.searchWord {
	top: 2px;
	position: relative;
}

.editcolumn {
	white-space			: nowrap;
	width				: 40px;
	text-align			: center;
}

.bold {
	font-weight			: bold;
}
.center{
	text-align			: center;
}
.left{
	text-align			: left;
}
.right{
	text-align			: right;
}
.hand {
	cursor				: pointer;
}
.move {
	cursor				: move;
}

.blue {
	margin-top			: 3px;
	background-color		: #9CF;
	padding				: 2px;
}

.green {
	margin-top			: 3px;
	background-color		: #CF9;
	padding				: 2px;
}

.important {
	color				: Red;
	font-size			: 13px;
	font-weight			: bold;
}

.underline {
	text-decoration			: underline;
}

.italic {
	font-style			: italic;
}

.topruler {
	border-top			: 1px solid Black;
}

div#generating {
	position			: absolute;
	z-index				: 1001;
	left				: 234px;
	top				: 108px;
	width				: 100%;
	height				: 100%;
	display				: none;

	background-color		: #000;
	color				: #fff;
	font-size			: 12px;
	font-family			: Verdana;

	filter				: alpha(opacity=70);
	-moz-opacity			: 0.7;
	opacity				: 0.7;
}

div#generating_inner {
	margin				: 0px auto;
	position			: absolute;
	z-index				: 2000;
	left				: 150px;
	top					: 150px;
	width				: 500px;
	height				: 30px;
	display				: none;
	border				: 3px Solid Maroon;
	padding				: 30px;
	line-height: 15px;

	color				: #000;
	background-color		: #fff;
	font-size			: 13px;
	font-family			: Verdana;
	font-weight			: bold;

	filter				: alpha(opacity=100);
	-moz-opacity			: 1.0;
	opacity				: 1.0;
}

div#show_checkboxes,
div#show_checkboxes_1 {
	position			: absolute;
	z-index				: 1001;
	left				: 234px;
	top				: 108px;
	width				: 80%;
	height				: 100%;
	display				: none;

	background-color		: #000;
	color				: #fff;
	font-size			: 12px;
	font-family			: Verdana;

	filter				: alpha(opacity=85);
	-moz-opacity			: 0.85;
	opacity				: 0.85;
}

div#show_checkboxes_inner,
div#show_checkboxes_inner_1 {
	margin				: 0px auto;
	position			: absolute;
	z-index				: 2000;
	left				: 150px;
	top				: 100px;
	width				: 500px;

	display				: none;
	border				: 3px Solid Maroon;
	padding				: 30px;
	line-height			: 15px;

	color				: #000;
	background-color		: #fff;
	font-size			: 13px;
	font-family			: Verdana;
	/*font-weight			: bold;*/

	filter				: alpha(opacity=100);
	-moz-opacity			: 1.0;
	opacity				: 1.0;
}

div#show_checkboxes_1 {
	height				: 875px;
}

.ErrorCode legend {
	font-weight: bold;
}

.ErrorCode  {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV#contentDate{
	position:			relative;
	z-index:			5;
	padding-top:			110px;
	color:				#646464;
	font-size:			16px;
}

#codeTable {
	padding-top: 20px;
}

#codeTxt {
	float: left;
	width: 	50px;
	margin-top: 2px;
}
#cm_link A{
	color: #999999;
	font-style: italic;
	text-decoration: none;
	font-size: 17px;
	font-family: Calibri;
}
#cm_link A:hover{
	color: black;
}
#cm_link A:hover .cm_link2{
	color: red;
}
.bgcolor{
	background-color: #D8D8D8;
}
td {
	padding: 4px;
}
.smallTd{
	padding: 0px;
	line-height: 19px;
}
.midTd{
	padding: 2px;
	line-height: 19px;
}
.listTd{
	padding: 3px;
    line-height: 21px;
}
.codeTd {
	/*padding: 12px 0px 10px 0px;*/
	padding: 12px 0px 7px 0px;
	line-height: 26px;
}
.highlight{
	background-color: #808080;
	cursor: pointer;
	color: white;
}
.projectInfoTable{
	font-size: 16px;
}
.playOptionUl{
	font-size: 14px;
}
.tdField{
	border-bottom:1px #c8c8c8 solid;
	padding-top:10px;
	padding-bottom:10px;
	line-height: 22px;
}
.tdFieldAddress{
	padding-top:10px;
	padding-bottom:0px;
	line-height: 22px;
}
.tdFieldNoBorder{
	padding-top:10px;
	padding-bottom:10px;
	line-height: 22px;
}

.form{
	padding:15px;
	border:1px #c8c8c8 solid;
}
.groupheader{
	font-size: 16px;
	color:				#EDAE34;
	font-weight: bold;
}
.required{
	color: red;
	font-weight: bold;
	font-size: 16px;
}
.download{

}
.btn-relogin, .btn-download{
	height            :	34px;
	width             :	200px;
	color             :	#FFF;
	font-weight       :	Bold;
	font-size         :	18px;
	border            :	0px;
	cursor            : pointer;
	background-color  : #EDAE34;
	padding           : 5px 10px 5px 7px;
	-webkit-transition: all .3s; /* chrome webkit */
	-moz-transition   : all .3s; /* moz */
	transition        : all .3s; /* CSS3 */
}
DIV.text a.btn-relogin, DIV.text a.btn-download{
	color:				#FFF;
	text-decoration: none;
}

#btn-home-help{
	background: url(/images/icon-help-sprite-flat.png) no-repeat 0 0;
}
#btn-home-handleiding{
	background: url(/images/icon-handleiding-sprite-flat.png) no-repeat 0 0;
}
#btn-home-film{
	background: url(/images/icon-film-sprite-flat.png) no-repeat 0 0;
}
#btn-home-mail{
	background: url(/images/icon-mail-sprite-flat.png) no-repeat 0 0;
}
#btn-home-help:hover, #btn-home-handleiding:hover, #btn-home-film:hover, #btn-home-mail:hover{
	background-position: 0 -70px;
}
.btn-home{
	width				: 70px;
	height				: 70px;
	display				: inline-block;
	border				: 0px;
	cursor				: pointer;
}
fieldset {
     border:1px solid red;
     padding: 10px;
 }

fieldset.legenda {
	border:1px solid silver;
	padding: 3px;
}

fieldset.projectbox {
	border:1px solid silver;
	padding: 13px;
	width: 90%;
}

legend {
	font-weight:bold;
	font-size: 14px;
	color: #646464;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
}

td.fieldsetcell{
	padding: 0px;
}


.cellDate_0{
	display: table;
	width: 80px;
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FF0000,endColorstr=#50FF0000);
    zoom: 1;
    background: rgba(255, 0, 0, 0.35);
}
.cellDate_1{
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FF7E00,endColorstr=#50FF7E00);
    zoom: 1;
	background: rgba(255, 126, 0, 0.35);
	display: table;
	width: 80px;
}
.cellDate_2{
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFF00,endColorstr=#50FFFF00);
    zoom: 1;
	background: rgba(255, 255, 0, 0.35);
	display: table;
	width: 80px;
}
.legend{
	float				: left;
	padding-top			: 11px;
	padding-left		: 246px;
	font-size			: 12px;
}
.legend_0{
	background: #FFA6A6;
	top				: -2px;
	position			: relative;
}
.legend_1{
	background: #FFD2A6;
	top				: -2px;
	position			: relative;
}
.legend_2{
	background: #FFFFA6;
	top				: -1px;
	position			: relative;
}
.automailon{
	display: block;
}
.automailoff{
	display: none;
}
.triggeron{
	display: block;
}
.triggeroff{
	display: none;
}
.activepage{
	background: #EDAE34;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
}
UL.menu LI a.activemenu{
	font-weight: bold;
	color:#EDAE34;
}
UL.menu LI a.selectedmenu{
	font-weight: bold;
	color:#EDAE34;
}
span.yellowtext{
	font-weight: bold;
	color:#EDAE34;
	display: inline;
}
span.bigyellowtext{
	font-weight: bold;
	color:#EDAE34;
	display: inline;
	font-size: 16px;
}
.grayedout{
	color:#C0C0C0;
}

TD a.company{
	font-weight: normal;
	color:#646464;
}

TD a.foreigncompany{
	font-weight: normal;
	color:#f87217;
}

TD a.company:hover, TD a.foreigncompany:hover{
	font-weight: normal;
	color:white;
	text-decoration: underline;
}

span.nocompany, TD a.nocompany{
	font-weight: bold;
	color:red;
}

span.nocompany:hover, TD a.nocompany:hover{
}

span.offlinecompany, TD a.offlinecompany{
	font-weight: bold;
	color:#EDAE34;
}

span.offlinecompany:hover, TD a.offlinecompany:hover{

}

/* Start nieuwe menu layout */

.header-line-left {
	position: fixed;
	width: 58.333333%;
	border-bottom: 10px solid #EDAE34;
	border-right: 10px solid transparent;
	transform: scaleY(-1);
	z-index: 101;
	float: left;
}

.header-line-right {
	position: fixed;
	top: 0px;
	width: 40.555%;
	border-top: 10px solid #505050;
	border-left: 10px solid transparent;
	transform: scaleY(-1);
	right: 0px;
	z-index: 101;
	float: right;
}

.fake--div{
	position: fixed;
	height: 20px;
	background: #fff;
	width: 100%;
	z-index: 100;
}



DIV#top{
	height: 45px;
	top: 20px;
	position: fixed;
	width: 100%;
	z-index: 100;
	background: #f2f2f2;
	-webkit-box-shadow: 0 1px 2px #aaa;
	-moz-box-shadow: 0 1px 2px #aaa;
	box-shadow: 0 1px 2px #aaa;
}

#topmenu{
	/*width: 1100px;*/
	padding-top: 20px;
	margin-left: 19px;
}

#topmenu li {
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    display: inline-block;
    padding: 0 2.5px 0 2.5px;
}
#topmenu li a {
    color: #737373;
    text-decoration: none;
    /*border-radius: 5px;*/
    padding: 5px 10px 5px 10px;
}
#topmenu li a.active {
    background-color: #EDAE34;
    color: #fff;
    /*border-radius: 5px;*/
    padding: 5px 10px 5px 10px;
}
#topmenu li a:hover {
    background-color: #EDAE34;
    color: #fff;
}


.topmenu a, .topmenu a:active, .topmenu a:visited, .topmenu a:hover{
	font-size: 16px;
	color: #737373;
	font-weight: 500;
}

#logo > a > img {
  top: 0;
  height: 40px;
}

.submenu{
	height: 0px;
}

.stencillegend{
	position: relative;
	top: 7px;
	display: inline;
	left: 350px;
}
/* end */


/* font awesome */

.bd-blue {
  border-color: #446CB3 !important;
}


.btn {
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  box-shadow: 0 1px 2px #aaa;
  -webkit-box-shadow: 0 1px 2px #aaa;
  -moz-box-shadow: 0 1px 2px #aaa;
  text-shadow: none;
}

.actionlist {
	 width: 37px;
	 padding: 2px 0;
	 border-radius: 50%;
	 background: #fff;
	 /*transform: scale(0.9);*/
 }

.iconlist {
	width: 10px;
  background: #fff;
}

/* end font awesome*/


/* short tags */

.color-mariner {
  color: #446CB3;
}

.color-red{
	color: red;
}

.color-basic{
     color: #EDAE34;
}

.color-yellow{
	color: #EDAE34;
}

.color-default{
	color: #EDAE34;
}

.color-gray{
	color: gray;
}

.color-grey{
	color: #646464;
}

.color-white{
	color: white;
}

.color-green{
	color: #4caf50;
}

.color-blue{
	color: blue;
}

a.color-green:hover{
	color:#52ca56;
} 

.color-orange{
	 color: #f87217;
}

.color-black{
	 color: #000000;
}

.color-contrast{
	color: #FFFFFF;
}

.color-disabled {
	color: #bdbec0;
}

.color-lightgrey{
	color: #CCCCCC;
}

.verify_icon .color-green:hover{
	color: #3a8a3e;
}
.verify_icon .color-red:hover{
	color: #d80000;
}

.bgcolor-disabled {
	background-color: silver;
}
.bgcolor-disabled:hover, .bgcolor-disabled:focus {
	background-color: grey;
}
.border-with-radius{
	/*border: 1px solid;*/
	border-radius: 50%;
}

.border-color-red{
	border-color: red;
}

.border-green {
	border: 1px solid #4caf50;
}

.border-red {
	border: 1px solid red;
}

.border-yellow {
	border: 1px solid #EDAE34;
}

.border-basic {
	border: 1px solid #EDAE34;
}

.border-grey{
	border: 1px solid #646464;
}

.border-lightgrey{
	border: 1px solid #CCCCCC;
}

.border-blue {
	border: 1px solid #446CB3;
}

a.color-red{
	color: red !important;
}
a.color-basic{
	color: #EDAE34 !important;
}
a.color-yellow{
	color: #EDAE34 !important;
}

.small-card, .large-card, .green-card, .red-card {
    margin-top: 18px;
    margin-right: 18px;
    margin-bottom: 10px;
    width: 200px;
    background: #F2F2F2;
}
.small-card {
	position: relative;
	height: 110px;
    display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 1px 10px #aaa;
    -moz-box-shadow: 0 1px 10px #aaa;
    box-shadow: 0 1px 10px #aaa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;

}
.active-card:hover {
    background: #EDAE34;
	cursor: pointer;
}
.green-card {
    height: 122px;
}
.active-card:hover .cardtext {
	color: #ffffff;
}
.active-card:hover .subcard {
	color: #EDAE34;
	background: #F2F2F2;
}

.red-card {
    height: 122px;
}

.subcard{
    position: absolute;
    top: -15px;
    left: 10px;
    width: 50px;
    height: 40px;
	background: #EDAE34;
	-webkit-box-shadow: 0 1px 10px #aaa;
    -moz-box-shadow: 0 1px 10px #aaa;
    box-shadow: 0 1px 10px #aaa;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	color: #ffffff;
	padding-top: 12px;
}

.card {
    box-shadow: 0 10px 20px #aaa;
    background: #fff;
    user-select: none;
    padding: 1em;
    float: left;
}

.content {
	position: relative;
	color: #5e656b;
	line-height: 23px;
	font-weight: 400;
}
.center.cardtext {
	height: 16px;
	font-size: 14px;
	text-align: right;
	margin-top: 75px;
	padding-right: 13px;
}
.focus.cardtext {
	font-size: 33px;
	float: right;
	padding-right: 10px;
	padding-top: 30px;
}
.redtext.cardtext {
	color: #e51c23;
}
.greentext.cardtext {
	 color: #259b24;
}
.yellowtext.cardtext {
	color: #EDAE34;
}
.defaulttext.cardtext {
	color: #259b24;
}
.thin.cardtext {
	font-weight: 100;
	margin-top: 6px;
	font-family: "Calibri Light",Arial;
}
.plain.cardtext {
	font-weight: bold;
}
.plain2.cardtext {
	font-weight: bold;
}
.plain3.cardtext {
	font-weight: bold;
}
.center.cardtext.info-label{
	top: -35px;
	font-size: 9px;
}

.help{display:inline;
position:relative;
}

.hidden-help{
	display: none;
}
div.help:hover>.hidden-help{
	display: block;
	background:#EDAE34;
	/*border-radius:5px;*/
	position:absolute;
	z-index:1000;
	width: 200px;
	color:#fff;
	padding:10px;
	bottom:23px;
	left: -45px;
}
.help:hover:before, .help:focus:before{
	border:solid;
	border-color:#EDAE34 transparent;
	border-width:6px 6px 0px 6px;
	bottom:17px;
	content:"";
	display:block;
	left: 1px;
	position:absolute;
	z-index:99;
}

.help2{display:inline;
position:relative;
}

.hidden-help2{
	display: none;
}
div.help2:hover>.hidden-help2{
	display: block;
	background:#8c8c8c;
	/*border-radius:5px;*/
	position:absolute;
	z-index:1000;
	width: 140px;
	color:#fff;
	padding:10px;
	bottom:23px;
	left: 37px;
}
.help2:hover:before, .help2:focus:before{
	border:solid;
	border-color:#8c8c8c transparent;
	border-width:6px 6px 0px 6px;
	bottom:17px;
	content:"";
	display:block;
	left: 45px;
	position:absolute;
	z-index:99;
}

.help3{display:inline;
position:relative;
}

.hidden-help3{
	display: none;
}
div.help3:hover>.hidden-help3{
	display: block;
	background:#8c8c8c;
	/*border-radius:5px;*/
	position:absolute;
	z-index:1000;
	width: 200px;
	color:#fff;
	padding:5px;
	bottom:29px;
	left: -7px;
}
.help3:hover:before, .help3:focus:before{
	border:solid;
	border-color:#8c8c8c transparent;
	border-width:6px 6px 0px 6px;
	bottom:23px;
	content:"";
	display:block;
	left: 2px;
	position:absolute;
	z-index:99;

}

.help4{display:inline;
position:relative;
}

.hidden-help4{
	display: none;
}
div.help4:hover>.hidden-help4{
display: block;
    background: #8c8c8c;
    /* border-radius: 5px; */
    position: absolute;
    z-index: 1000;
    /* width: 200px; */
    color: #fff;
    padding: 5px;
    bottom: 29px;
    white-space: nowrap;
    left: -7px;
    text-align: left;
}
.help4:hover:before, .help4:focus:before{
	border:solid;
	border-color:#8c8c8c transparent;
	border-width:6px 6px 0px 6px;
	bottom:23px;
	content:"";
	display:block;
	left: 2px;
	position:absolute;
	z-index:99;

}

.help5{display:inline;
position:relative;
}

.hidden-help5{
	display: none;
}
div.help5:hover>.hidden-help5{
	display: block;
    background: #8c8c8c;
    /* border-radius: 5px; */
    position: absolute;
    z-index: 1000;
    /* width: 200px; */
    color: #fff;
    padding: 5px;
    bottom: 29px;
    white-space: nowrap;
    left: -7px;
    text-align: left;
}
.help5:hover:before, .help5:focus:before{
	border:solid;
	border-color:#8c8c8c transparent;
	border-width:6px 6px 0px 6px;
	bottom:23px;
	content:"";
	display:block;
	left: -1px;
	position:absolute;
	z-index:99;

}

.help5{display:inline;
position:relative;
}

.help6{display:inline;
position:relative;
}

.hidden-help6{
	display: none;
}
div.help6:hover>.hidden-help6{
display: block;
    background: #8c8c8c;
    /* border-radius: 5px; */
    position: absolute;
    z-index: 1000;
    /* width: 200px; */
    color: #fff;
    padding: 6px;
    bottom: 0px;
    white-space: nowrap;
    left: 27px;
    text-align: left;
	font-style: normal;
    font-size: 12px;
    line-height: 6px;
}
.help6:hover:before, .help6:focus:before{
	border:solid;
	border-color:transparent #8c8c8c;
	border-width:6px 6px 6px 0px;
	bottom:3px;
	content:"";
	display:block;
	left: 21px;
	position:absolute;
	z-index:99;
}

.help7{display:inline;
position:relative;
}

.hidden-help7{
	display: none;
}
div.help7:hover>.hidden-help7{
    display: block;
    background: #8c8c8c;
    /* border-radius: 5px; */
    position: absolute;
    z-index: 1000;
    width: 175px;
    color: #fff;
    padding: 5px;
    bottom: -36px;
    left: 47px;
	font-weight: normal;
}
.help7:hover:before, .help7:focus:before{
	border:solid;
	border-color:#8c8c8c transparent;
	border-width:0px 6px 6px 6px;
	bottom:-10px;
	content:"";
	display:block;
	left: 55px;
	position:absolute;
	z-index:99;
}

.marginauto{
	margin: auto;
}

.tablecell {
	display: table-cell;
	width: 1000px;
}
.key{
	padding: 1px 6px;
	background: #f0f0f0;
	background: linear-gradient(to bottom,#f0f0f0,#fcfcfc);
	/*border-radius: 3px;*/
	color: #303030;
	border: 1px solid #e0e0e0;
	border-bottom-width: 2px;
	white-space: nowrap;
}
.mincell{
	min-width: 275px;
}
.iconcell{
	min-width: 275px;
}

.copycode{
	background-color:transparent;
    border: 0px solid;
    width:50px;
	font-weight: bold;
	font-size: 16px;

}

img.bline
{
	vertical-align: text-top;
}

.inline
{
	display:inline;
}

.font-bold{
	font-weight: bold;
}

DIV.text a.basiclink {
	color: #EDAE34; !important;
}
DIV.text a.basiclink:hover {
	color: #0e0e0e; !important;
}

.question {
	position: relative;
	padding: 10px 10px 10px 10px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #646464;
	font-weight: bold;
	font-size: 14px;
}
.answers {
	background: #F2F2F2;
	padding: 0px 15px;
	margin: 5px 0;
	height: 0;
	overflow: hidden;
	position: relative;
	opacity: 0;
	-webkit-transition: .7s ease;
	-moz-transition: .7s ease;
	-o-transition: .7s ease;
	transition: .7s ease;
}
.questions:checked ~ .answers{
	height: auto;
	opacity: 1;
	padding: 15px;
}
.divright {
	display: block;
	float: right;
}

.frmSingle{
	color:				#333;
	width:				50px;
	height: 			50px;
	background: 		none repeat scroll 0 0 #FFF;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
	font-size: 			32px;
	text-align: 		center;
	border-radius: 		10px;
}

.frmSingle:hover, .frmSingle:focus{
	background: 			none repeat scroll 0 0 #EDAE34;
}

.frmSingleDisabled{
	color:				#333;
	width:				50px;
	height: 			50px;
	background: 		none repeat scroll 0 0 #d0d0d021;
	border-color:		#AAA;
	border-style:		solid;
	border-width:		1px;
	font-size: 			32px;
	text-align: 		center;
	border-radius: 		10px;
}

.pwdindicator{
	margin-left: 2px;
}

.button-disabled {
	background: #d8d8d8 !important;
	color: #8e8e8e !important;
	cursor:default;
	box-shadow: none;
}

input[type="submit"]:disabled, input[type="button"]:disabled, button[type="button"]:disabled, .frmSubmit:disabled {
	background: #d8d8d8 !important;
	color: #8e8e8e !important;
	cursor:default;
	box-shadow: none;
}

/*Fixed head*/

.fixed_top {
	background-color: #FFFFFF;
	height: 66px;
	position: fixed;
	top: 49px;
	left: 232px;
	right: 0px;
	padding: 20px 20px 20px 25px;
	z-index: 2;
}

.fixed_top_no_header {
	background-color: #FFFFFF;
	height: 66px;
	position: fixed;
	top: 49px;
	left: 232px;
	right: 0px;
	padding: 20px 20px 0px 25px;
	z-index: 1;
}

.top_profile {
	background-color: #FFFFFF;
	height: 0px;
	position: relative;
	top: -30px;
	z-index: 15;
}

.frmfixed_Filter{
	clear: both;
	float: right;
	padding-top: 9px;
	font-size: 14px;
}

.frmfixed_Search{
	float: right;
	font-size: 14px;
	margin-top: 4px;
}

.fixed_right_options{
	float: right;
	font-size: 14px;
	margin-top: 4px;
}

.fixed_right_options td {
	padding: 3px;
}

.fixed_Pagetitle {
	float: left;
	position: absolute;
	margin-top: 36px;
}

.fixed_Projecttitle {
	color: #646464;
	position: absolute;
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-top: 7px;
	z-index: 20;
}

.fixed_Projecttitle:hover {
	color: #000000;
	text-decoration: none; !important;
}

.fixed_Pagetitle_no_header {
	float: left;
	position: absolute;
	margin-top: 33px;
	margin-left: 0px;
}
.fixed_hr{
	margin-top: 64px;
}
.fixed_hr_no_header{
	margin-top: 64px;
	margin-left: 0px;
}
.filterWord{
    float: left;
    padding-top: 2px;
    padding-right: 4px;
}
.filterGroup{
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 4px;
	width: 91%;
}
.filterGroup:hover{
	background-color: #EDAE34;
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.filterGroup:hover .color-grey, .filterGroup:hover .filterIcon{
	color: white;
}
.filterLink{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
}
.filterIcon{
	color: #EDAE34;
}
.filterActive{
	color: #4CAF50;
}
.searchCard{
    float: left;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 4px;
	width: 91%;
}
.searchCard:hover{
	background-color: #EDAE34;
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.searchCard:hover .color-grey, .searchCard:hover .color-basic{
	color: white;
}
.searchCardLink{
	float: left;
	padding-top: 4px;
	padding-right: 4px;
}
/*.searchCardIcon{*/
/*	color: #EDAE34;*/
/*}*/
/*.searchCardLink:hover .searchCardIcon{*/
	/*color: #d47217;*/

/*}*/
/*.searchCardLink:hover{*/
/*	color: #d47217;*/
/*}*/
.labeltop{
	top: 3px;
	position: relative;
}

/*Fixed table-head*/

.fixed_header_table {
	table-layout:fixed;
	margin-top: 46px;
	overflow: auto;
}



.fixed_header_table_actionbar, .fixed_table_actionbar {
	table-layout:fixed;
	margin-top: 77px;
	overflow: auto;
}

.fixed_header_table_parktable {
	table-layout:fixed;
	margin-top: 114px;
	overflow: auto;
}

.parktable > tbody > tr{
	background-color: #FFFFFF;
}

.parktable > tbody > tr > td {
	height: 18px;
	line-height: 18px;
}

.fixed_no_header_table {
	table-layout:fixed;
	margin-top: 0px;
	overflow: auto;
}

.fixed_no_header_table30 {
	table-layout:fixed;
	margin-top: 40px;
	overflow: auto;
}

.fixed_header_table > thead, .fixed_header_table_actionbar > thead, .fixed_header_table_parktable > thead {
	position: fixed;
	background-color: #FFFFFF;
	z-index: 1;
	padding-right: 20px;
}

.fixed_header_table > thead > tr > td, .fixed_header_table_actionbar > thead > tr > td, .fixed_header_table_parktable > thead > tr > td {
	height: 18px;
}

.fixed_header_table > tbody, .fixed_header_table_actionbar > tbody, .fixed_header_table_parktable > tbody {
	display: table;
	margin-top: 27px;
}

.fixed_header_table > tbody > tr > td, .fixed_header_table_actionbar > tbody > tr > td, .fixed_header_table_parktable > tbody > tr > td  {
	height: 18px;
}

.table_no_padding > tbody > tr > td {
	padding: 0px; !important;
}
.table_align_center > tbody > tr > td {
	text-align: center;
}

.table_valign_top > tbody > tr > td {
	vertical-align: top;
}

tbody.fields_tbody > tr > td {
	padding: 0px;
}

.td5{
	width: 5px;
	min-width: 5px;
	max-width: 5px;
}

.td10{
	width: 10px;
	min-width: 10px;
	max-width: 10px;
}

.td15{
	width: 15px;
	min-width: 15px;
	max-width: 15px;
}

.td20{
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}

.td25{
	width: 25px;
	min-width: 25px;
	max-width: 25px;
}

.td30{
	width: 30px;
	min-width: 30px;
	max-width: 30px;
}

.td31{
	width: 31px;
	min-width: 31px;
	max-width: 31px;
}

.td35{
	width: 35px;
	min-width: 35px;
	max-width: 35px;
}

.td40{
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}

.td45{
	width: 45px;
	min-width: 45px;
	max-width: 45px;
}

.td50{
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}

.td55{
	width: 55px;
	min-width: 55px;
	max-width: 55px;
}

.td60{
	width: 60px;
	min-width: 60px;
	max-width: 60px;
}

.td65{
	width: 65px;
	min-width: 65px;
	max-width: 65px;
}

.td80{
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}

.td90{
	width: 90px;
	min-width: 90px;
	max-width: 90px;
}

.td100{
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

.td105{
	width: 105px;
	min-width: 105px;
	max-width: 105px;
}

.td110{
	width: 110px;
	min-width: 110px;
	max-width: 110px;
}

.td115{
	width: 115px;
	min-width: 115px;
	max-width: 115px;
}

.td120{
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}

.td125{
	width: 125px;
	min-width: 125px;
	max-width: 125px;
}

.td130{
	width: 130px;
	min-width: 130px;
	max-width: 130px;
}

.td135{
	width: 135px;
	min-width: 135px;
	max-width: 135px;
}

.td140{
	width: 140px;
	min-width: 140px;
	max-width: 140px;
}

.td145{
	width: 145px;
	min-width: 145px;
	max-width: 145px;
}

.td150{
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

.td160{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.td175{
	width: 175px;
	min-width: 175px;
	max-width: 175px;
}

.td200{
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

.td250{
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}

.td300{
	 width: 300px;
	 min-width: 300px;
	 max-width: 300px;
}

.td350{
	width: 350px;
	min-width: 350px;
	max-width: 350px;
}


.td370{
	width: 370px;
	min-width: 370px;
	max-width: 370px;
}

.td400{
	 width: 400px;
	 min-width: 400px;
	 max-width: 400px;
}

.td500{
	width: 500px;
	min-width: 500px;
	max-width: 500px;
}

.td600{
	width: 600px;
	min-width: 600px;
	max-width: 600px;
}

.td700{
	width: 700px;
	min-width: 700px;
	max-width: 700px;
}

.td800{
	width: 800px;
	min-width: 800px;
	max-width: 800px;
}

.td900{
	width: 900px;
	min-width: 900px;
	max-width: 900px;
}

.td1000{
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
}

.tdleft {
	text-align: left;
}

.tdright {
	text-align: right;
}

.tdcenter {
	text-align: center;
}

.tdtop{
	vertical-align: text-top;
}

.tdcol35-125{
	width: 160px;
	min-width: 160px;
	max-width: 160px;
}

.oa_button, .oa_button_placeholder{
	color: #646464;
	border: none;
	background: none;
}

.oa_button:hover {
	cursor: pointer;
}

.oa_button_placeholder{
	visibility: hidden;
}

.oa_button_small {
	width: 16px;
}

.oa_button_large {

}

.oa_button_disabled {
	color: lightgrey;
}

.oa_button_disabled:hover {
	cursor: default;
}

DIV.text a.mail_icon_link:hover {
	text-decoration: none;
}

.btnAdd .fa-circle{
	color: #FFFFFF;
}

.btnAdd:hover >.fa-circle, .btnAdd:focus >.fa-circle{
	color: #E3E3E3;
}

.btnAdd-disabled .fa-plus.color-green {
	color: silver;
}

.btnSelect{
	background-color: #EDAE34;
	border: none;
	height: 22px;
	padding: 0px 5px;
	color: #FFFFFF;
	font-weight: bold;
}


.party_row_searched {
	background-color: #F0CA7D;
}

.party_row_searched.even {

}

.party_row_searched.odd {

}

.party_hide {

}

.vertical_spacer {
	width: 23px;
	height: 20px;
	display: inline-block;
	text-align: center;
	padding: 5px;
}

.locallink, td a.locallink, p a.locallink, li a.locallink, DIV.text a.locallink{
	color: #EDAE34;
	cursor: pointer;
	font-weight: bold;
}

.locallink:hover, DIV.text a.locallink:hover{
	color: #d47217;
}

.bTopDarkGrey {
	border-top: 2px solid #777;
}
.bTopLightGrey {
	border-top: 2px solid #E5E5E5;
}

td a.a_icon {
	color: #EDAE34;
}

td a.a_icon:hover {
	color: #d47217;
	text-decoration: none;
}

td a.a_link {
	color: #d47217;
}

td a.a_link:hover {
	color: #d44317;
	text-decoration: none;
}

td.clickable {
	color: #EDAE34;
}

td.clickable:hover {
	color: #d47217;
	text-decoration: none;
}

td a.a_modal {
	font-weight: normal;
}

td a.a_modal:hover {
	font-weight: bold;
	color: #d47217;
	text-decoration: none;
}
mark {
	border-radius: 4px;
	padding: 1px;
	font-weight: normal;
    font-size: 13px;
}
.mark-basic {
	color:#FFF;
	background-color:#EDAE34;
}
.mark-basic:hover {
	color:#FFF;
	background-color: #d47217;;
}
.mark-button {
	padding: 3px;
	border-radius: 0px;
	color:#FFF;
	background-color:#EDAE34;
	font-weight: bold;
}
.mark-button:hover {
	color:#FFF;
	background-color: #d47217;;
}
div.mark-next {
	margin-top: 7px;
}
td a.timesheetcompany{
	font-weight: normal;
}
td a.timesheetcompany:hover{
	text-decoration: underline;
}

/*ACTIONBAR START*/
.actionbar{
	background-color: #f2f2f2;
	line-height: 27px;
}

.action-link{
	color: #646464;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.action-link:hover{
	background-color: #EDAE34;
	color: white;
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.action-link:hover .color-basic {
	color: #ffffff;
}

.action-active{
	background-color: #EDAE34;
	color: white;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.action-active .color-basic {
	color: #ffffff;
}

.action-active:hover{
	-webkit-box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
	box-shadow: 0 1px 10px #aaa;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.action-active:hover .color-basic {
	color: #ffffff;
}

.action-disabled{
	color: #bdbec0;
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.actionbar-strip{
	height: 10px;
	background-color: white;
}

/*ACTIONBAR END*/

.dashboard-header{
	background-color: #F2F2F2;
	color: #EDAE34;
	padding: 5px
}
.marginr2{
	margin-right: 2px;
}
.marginr3{
	margin-right: 3px;
}
.marginr8{
	margin-right: 8px;
}
.marginl2{
	margin-left: 2px;
}
.marginl3{
	margin-left: 3px;
}
.marginl6{
	margin-left: 6px;
}
.marginl8{
	margin-left: 8px;
}
.marginl14{
	margin-left: 14px;
}
.margint6{
	margin-top: 6px;
}
.margint7{
	margin-top: 7px;
}
.margint11{
	margin-top: 11px;
}
.margint18{
	margin-top: 18px;
}
.marginb3{
	margin-bottom: 3px;
}
.marginb6{
	margin-bottom: 6px;
}
.marginb22{
	margin-bottom: 22px;
}
.marginb30{
	margin-bottom: 30px;
}
.paddingl0{
	padding-left: 0px;
}
.paddingt8{
	padding-top: 8px;
}
.paddingt10{
	padding-top: 10px;
}
.floatr{
	float: right;
}
.collapsible_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.padl0{
	padding-left: 0px;
}
.padl1{
	padding-left: 1px;
}
.padl2{
	padding-left: 2px;
}
.line5{
	line-height: 5px;
}
.line12{
	line-height: 12px;
}
.line14{
	line-height: 14px;
}
.line18{
	line-height: 18px;
}
.line20{
	line-height: 20px;
}
.line22{
	line-height: 22px;
}
.counter{
	border-radius: 1em;
	display: inline-block;
	min-width: 1.5em;
	text-align: center;
	background-color: #EDAD34;
	color: #FFFFFF;
	float: right;
	font-weight: bold;
	padding: 0px 4px;
	margin-top: 2px;
}
.span-caret{
	float: right;
    width: 20px;
}
.span-caret:hover{
	cursor	: pointer;
}
.menu-caret{
	float: right;
    padding-right: 5px;
}
.menu-caret:hover{
	color: #EDAE34;
}

.document-subheading {
	font-size:12px;
	font-weight:bold;
	color:#EDAE34;
	color:#999;
}
.leftdash{
    border-left: 2px dashed silver;
}
.rightdash{
    border-right: 2px dashed silver;
}
.dash{
    border-bottom: 2px dashed silver;
    border-top: 2px dashed silver;
}
.parkplaceholder{
	color: silver;
}

table.no-spacing {
	border-spacing: 0;
}

table.no-side-padding td {
	padding: 5px 0;
}

.list-item{
	display: flex;
	gap: 10px;
}
.timestamp{
	display: inline-block;
    width: 54px;
}