/* Minification failed. Returning unminified contents.
(2319,14): run-time error CSS1038: Expected hex color, found '#666	'
 */
/*Don't do: slows things down @import url("http://fonts.googleapis.com/css?family=Open+Sans");*/

body {
	/** SETTINGS TO GET STICKY FOOTER **/
	/*-webkit-user-select: none;
    -webkit-touch-callout: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', Verdana, Helvetica, Sans-Serif;
	color: #58585a;
	background-color: #fff;
}

h1 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}

	h1.largeTitle {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 15px;
		font-weight: normal;
		text-transform: none;
		color: #58585a;
	}

	h1.smallTitle {
		text-transform: none;
		color: #58585a;
	}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

	h2.grayTitle {
		color: #58585a;
		font-weight: bold;
	}

h3 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h4 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}

	h4.crmSection {
		margin-top: 5px;
		line-height: 23px;
		border-bottom: 1px solid #58585a;
		display: block;
	}

header, footer, nav, section {
	display: block;
}

header {
	height: 120px;
}

	header a.logo {
		display: block;
		width: 260px;
		height: 74px;
		text-indent: -9999px; /* hides the link text */
	}

	header .logoWrapper {
		float: left;
	}

	header .menuWrapper {
		float: right;
	}

	/** NAVIGATION **/
	header nav #menu li {
		background-color: darkgray;
	}

ul.bulletList {
	list-style-type: disc;
	margin-left: 15px;
}

.description ul {
	list-style: disc inside;
}

.description ol {
	list-style: decimal inside;
}

.crmButton {
	margin-left: 1px;
	display: block;
	text-align: center;
	padding: 10px 25px;
	color: white;
	cursor: pointer;
	margin-bottom: 1px;
}

	.crmButton.small {
		display: inline;
	}

	.crmButton.menu {
		padding-right: 40px;
		background-image: url('/Content/Images/icons_16x16/menuarrow.png');
		background-position: right 15px center;
		background-repeat: no-repeat;
	}

	.crmButton.inline {
		padding: 5px 10px;
	}

	.crmButton.gray {
		background-color: darkgray;
		padding: 3px 4px;
	}

a.crmButton,
a.crmButton:link,
a.crmButton:visited {
	color: white;
}

	a.crmButton:hover {
		color: black;
		text-decoration: none;
	}

.crmButton.icon {
	display: inline;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: darkgray;
}

	.crmButton.icon.delete {
		background-image: url('/Content/Images/icons_16x16/deletewhite.png');
	}

	.crmButton.icon.archive {
		background-image: url('/Content/Images/icons_16x16/archivewhite.png');
	}

	.crmButton.icon.copy {
		background-image: url('/Content/Images/icons_16x16/copywhite.png');
	}

	.crmButton.icon.search {
		background-image: url('/Content/Images/icons_16x16/searchwhite.png');
	}

	.crmButton.icon.reply {
		background-image: url('/Content/Images/icons_24x24/replymail.png');
	}

	.crmButton.icon.newmail {
		background-image: url('/Content/Images/icons_24x24/newmail.png');
	}

	.crmButton.icon.list {
		background-image: url('/Content/Images/icons_24x24/list.png');
	}

	.crmButton.icon.toc {
		background-image: url('/Content/Images/icons_24x24/TOC.png');
	}

	.crmButton.icon.searchlarge {
		background-image: url('/Content/Images/icons_24x24/search.png');
	}

	.crmButton.icon.back {
		background-image: url('/Content/Images/icons_16x16/back.png');
	}

	.crmButton.icon.requestown {
		background-image: url('/Content/Images/icons_24x24/RequestOwn.png');
	}

	.crmButton.icon.requestother {
		background-image: url('/Content/Images/icons_24x24/RequestOther.png');
	}

	.crmButton.icon.vieweid {
		background-image: url('/Content/Images/icons_24x24/view_eid.png');
	}

	.crmButton.icon.doc_add {
		background-image: url('/Content/Images/icons_24x24/doc_add.png');
	}

	.crmButton.icon.user_del {
		background-image: url('/Content/Images/icons_24x24/user_del.png');
	}

	.crmButton.icon.doc_save {
		background-image: url('/Content/Images/icons_24x24/doc_save.png');
	}

	.crmButton.icon.doc_upload {
		background-image: url('/Content/Images/icons_24x24/doc_upload.png');
	}

	.crmButton.icon.check {
		background-image: url('/Content/Images/icons_16x16/checkedwhite.png');
	}

#btnAddBrokerHostname {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 2px;
}

a.infoLink {
	float: right;
	font-size: 12px;
}

.ui-tooltip {
	font-size: 10px !important;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: 0 0 7px black;
	width: 250px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin-left: -8px !important;
	margin-top: -8px !important;
}


.info-button {
	background-image: url("/content/images/icons_16x16/info.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	display: inline-block;
}

	.info-button:hover {
		cursor: pointer;
	}

#quotationForm .info-button {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

/** TWO COLUMNS **/
.pageTwoColumns {
	width: 100%;
}

	.pageTwoColumns .leftPanel,
	.pageTwoColumns .rightPanel {
		float: left;
	}

	.pageTwoColumns .leftPanel {
		width: 45%;
		margin-right: 5%;
	}

	.pageTwoColumns .rightPanel {
		width: 45%;
		margin-left: 5%;
	}

		.pageTwoColumns .rightPanel img {
			-webkit-box-shadow: #ddddde 1px 1px 2px;
			box-shadow: #ddddde 1px 1px 2px;
		}

/** ONE COLUMN **/
.pageOneColumn {
	width: 50%;
	margin: 0 auto;
}

	.pageOneColumn.requestInfo {
		width: 100%;
	}

	.pageOneColumn.large {
		width: 70%;
		margin: 0 auto;
	}

#homePage ul li,
#loginPage ul li {
	list-style-position: inside;
	list-style-type: disc;
}

.mceEditor > table {
	width: 100% !important;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: darkgray;
}

	a:hover {
		text-decoration: underline;
	}

.content-wrapper {
	margin: 0 auto;
	/*margin-bottom: 25px;*/
	/*padding-bottom: 35px;*/
	width: 960px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear,
.clear-fix {
	clear: both;
}

img.loadingImage {
	position: fixed;
	top: 15px;
	right: 15px;
    display: block;
}

img.loadingImageStep {
    position: relative;
    top: 50%;
    left: 50%;
}

.tableButton > .t-grid-actions > div > .t-button > .t-delete {
	background-repeat: no-repeat;
	background-image: url("/Content/Images/icons_16x16/cancel.png");
	background-position: 0;
}

.deleteButton {
	background: url("/Content/Images/icons_16x16/cancelwhite.png") center center no-repeat;
	height: 20px;
}

#imgprofilepic, .uploadPic {
	max-width: 150px;
	max-height: 200px;
}

#crmLanguages, #crmLanguagesLoggedIn {
	margin-bottom: 8px;
	text-align: right;
	float: right;
}


	#crmLanguagesLoggedIn {
		display: none; 
	}

.languageChoice {
	color: darkgray;
	padding: 0 2px;
	margin: 2px 0;
	width: 15px;
	text-align: center;
}

	.languageChoice:last-of-type {
		padding-right: 0;
	}

	.languageChoice.chosen {
		border-bottom: solid 2px darkgray;
	}

	.languageChoice:hover {
		border-bottom: solid 2px darkgray;
		text-decoration: none;
	}


.ChartImage {
	height: 300px;
	width: 100%;
}

	.ChartImage svg {
		width: 100%;
	}

.TextBold {
	font-weight: bold;
}

.Inactive {
	color: lightgray;
}

.ui-progressbar {
	position: relative;
	background: lightgray !important;
}

.ui-progressbar-value {
	position: relative;
	background: white !important;
	z-index: 2;
}

.progress-label {
	position: absolute;
	z-index: 5;
	left: 43%;
	top: 4px;
	font-weight: bold;
	color: lightgray;
}

/*Carousel*/
.bx-wrapper ul li { 
	height: 200px; 
	text-align:center;
}

.bx-wrapper img {
	height: 200px;
	display: inline !important;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/*END Carousel*/



.PrintMenu .dropdownPrintLang {
	padding: 10px 5px;
	/*background: url("/Content/Images/icons_16x16/menuarrow.png") right center no-repeat;*/	
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACESURBVDhP7Y7LDUBAFEUnYqkAJShGSTpRgIWFJdYWFopQiGQ4zE1ExmcKcJLJlffOHWN+Tqy10xoIbq2aiZQ7nTKEXnmFmxv95BGcUroP+wRhdqoPu5GIpd+DlDv9CvOFyKS9sz/T1U6YFVp/gx9TGFz1KFdahUMvpThxWr4TjX88jNkAULjSkgzj0d8AAAAASUVORK5CYII=) right center no-repeat;
	width: 30px;
	height:16px;
	text-align: left;
}
.alertify,
.alertify-show,
.alertify-log {
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.alertify-hide {
	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide {
	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);
	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
	position: fixed; z-index: 99998;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color:white;
	filter:alpha(opacity=0);
	opacity:0;
}
	.alertify-cover-hidden {
		display: none;
	}
.alertify {
	position: fixed; z-index: 99999;
	top: 50px; left: 50%;
	width: 550px;
	margin-left: -275px;
	opacity: 1;
}
	.alertify-hidden {
		-webkit-transform: translate(0,-150px);
		   -moz-transform: translate(0,-150px);
		    -ms-transform: translate(0,-150px);
		     -o-transform: translate(0,-150px);
		        transform: translate(0,-150px);
		opacity: 0;
		display: none;
	}
	/* overwrite display: none; for everything except IE6-8 */
	:root *> .alertify-hidden {
		display: block;
		visibility: hidden;
	}
.alertify-logs {
	position: fixed;
	z-index: 5000;
	bottom: 10px;
	right: 10px;
	width: 300px;
}
.alertify-logs-hidden {
	display: none;
}
	.alertify-log {
		display: block;
		margin-top: 10px;
		position: relative;
		right: -300px;
		opacity: 0;
	}
	.alertify-log-show {
		right: 0;
		opacity: 1;
	}
	.alertify-log-hide {
		-webkit-transform: translate(300px, 0);
		   -moz-transform: translate(300px, 0);
		    -ms-transform: translate(300px, 0);
		     -o-transform: translate(300px, 0);
		        transform: translate(300px, 0);
		opacity: 0;
	}
	.alertify-dialog {
		padding: 25px;
	}
		.alertify-resetFocus {
			border: 0;
			clip: rect(0 0 0 0);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
		}
		.alertify-inner {
			text-align: center;
		}
		.alertify-text {
			margin-bottom: 15px;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			font-size: 100%;
		}
		.alertify-buttons {
		}
			.alertify-button,
			.alertify-button:hover,
			.alertify-button:active,
			.alertify-button:visited {
				background: none;
				text-decoration: none;
				border: none;
				/* line-height and font-size for input button */
				line-height: 1.5;
				font-size: 100%;
				display: inline-block;
				cursor: pointer;
				margin-left: 5px;
			}

@media only screen and (max-width: 680px) {
	.alertify,
	.alertify-logs {
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.alertify {
		left: 5%;
		margin: 0;
	}
}

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
	font-family: sans-serif;
}
.alertify {
	background: #FFF;
	color: #666;
	border: 3px solid #333; /* browsers that don't support rgba */
	border: 3px solid rgba(0,0,0,.7);
	border-radius: 0px;
	box-shadow: 0 3px 3px rgba(0,0,0,.3);
	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */
	   -moz-background-clip: padding;     /* Firefox 3.6 */
	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
	.alertify-text {
		border: 1px solid #CCC;
		padding: 10px;
		border-radius: 4px;
	}
    .alertify-buttons {
        margin-top: 15px;
    }
	.alertify-button {
		color: #58585a;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
	}
	.alertify-button:hover,
	.alertify-button:focus {
		outline: none;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));
	}
	.alertify-button:focus {
		box-shadow: 0 0 15px #58585a;
	}
	.alertify-button:active {
		position: relative;
		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	}
		.alertify-button-cancel,
		.alertify-button-cancel:hover,
		.alertify-button-cancel:focus {
            background-color: rgba(255, 0, 0, 0.15);
            border: 1px solid;
	        border-color: rgba(255, 0, 0, 0.2);
		}
		.alertify-button-ok,
		.alertify-button-ok:hover,
		.alertify-button-ok:focus {
            background-color: rgba(0, 255, 0, 0.15);
            border: 1px solid;
	        border-color: rgba(0, 255, 0, 0.5);
            box-shadow: 0 0 15px #58585a;
		}

.alertify-log {
	background: #1F1F1F;
	background: rgba(0,0,0,.9);
	padding: 15px;
	border-radius: 4px;
	color: #FFF;
	text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}
	.alertify-log-error {
		/*background: #FE1A00;
		background: rgba(254,26,0,.9);*/
        background: rgba(255, 0, 0, 0.15);
	}
	.alertify-log-success {
		/*background: #5CB811;
		background: rgba(92,184,17,.9);*/
        background: rgba(0, 255, 0, 0.15);
	}
.BrokerDocumentBuilder .blockLeft {
    width: 250px;
    padding-right: 10px;
    float: left;
}

.BrokerDocumentBuilder .blockRight {
    width: 690px;
    float: left;
}

.BrokerDocumentBuilder .blockLeft .t-treeview {
overflow-x: hidden !important;

}

    .BrokerDocumentBuilder .blockLeft .boxed,
	.BrokerDocumentBuilder .blockRight .boxed  {
        height: 600px;
    }
.titles #parentCategory,
.titles #breadcrumb {
	float: left;
	width: 50%;
}

.titles #breadcrumb {
	padding-top: 10px;
	text-align: right;
}

.categoryList .category,
.categoryDetail {
	float: left;
	width: 460px;
	background-color: #f0f1f1;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
}

.categoryDetail {
	width: 100%;
	margin: 0;
}

.categoryList .category.even {
	margin-right: 0;
}

.categoryList .category h2,
.categoryDetail h2 {
	font-weight: bold;
}

.categoryList .category .left,
.categoryDetail .left {
	float: left;
	overflow: hidden;
	height: 200px;
	min-height: 200px;
}

	.categoryList .category .left img,
	.categoryDetail .left img {
		height: 100%;
	}

.categoryList .category .left {
	width: 150px;
	max-width: 150px;
	position: relative;
	overflow: hidden;
}

	.categoryList .category .left img {
		position: absolute;
		left: -80px;
	}

.categoryDetail .left {
	width: 315px;
	max-width: 315px;
}

.categoryList .category .right,
.categoryDetail .right {
	float: left;
	padding: 15px;
	line-height: 18px;
	text-align: justify;
	-ms-text-justify: inter-word;
	text-justify: inter-word;
}

.categoryList .category .right {
	width: 270px;
	height: 170px;
	overflow: hidden;
}

.categoryDetail .right {
	width: 615px;
}

	.categoryDetail .right .description {
		-moz-column-count: 2; /* Firefox */
		-webkit-column-count: 2; /* Safari and Chrome */
		column-count: 2;
		-moz-column-gap: 25px;
		-webkit-column-gap: 25px;
		column-gap: 25px;
	}

.categoryList .category .actions,
.categoryDetail .actions {
	position: absolute;
	bottom: -5px;
	right: -7px;
	float: right;
	text-align: right;
}

	.categoryList .category .actions .shadowcorner,
	.categoryDetail .actions .shadowcorner {
		width: 0;
		height: 0;
		border-bottom: 7px solid;
		border-right: 7px solid transparent;
		border-bottom-color: #58585a;
		float: right;
	}

	.categoryList .category .actions .actionButton,
	.categoryDetail .actions .actionButton {
		float: right;
		background-color: silver;
		height: 28px;
		line-height: 28px;
		padding-left: 10px;
		padding-right: 10px;
		color: white;
		text-transform: lowercase;
		font-size: 13px;
	}

	.categoryList .category .actions .drilldeeper,
	.categoryList .category .actions .quotation,
	.categoryList .category .actions .numberOfContracts,
	.categoryDetail .actions .quotation,
	.categoryDetail .actions .contact,
	.categoryDetail .actions .numberOfContracts {
		float: right;
	}

	.categoryList .category .actions .numberOfContracts,
	.categoryDetail .actions .numberOfContracts {
		border-right: 2px solid white;
		display: none;
	}

	.categoryList .category .actions .moreInfo,
	.categoryDetail .actions .moreInfo,
		.categoryList .category .actions .contact,
	.categoryDetail .actions .contact {
		border-left: 2px solid white;
	}

.categoryBlockRight .categoryListDetails,
.categoryBlockRight .categoryDetailTB2Codes {
	margin-left: 15px;
}

.categoryDetailTB2Codes .crm_small_button.delete_icon {
	cursor: pointer;
	display: inline-block;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	width: 16px;
	height: 16px;
	background-image: url("/Content/Images/icons_16x16/delete.png");
}

.claimDetailAccordion .claimSection .styledSection {
    border: solid 1px lightgray;
    margin-bottom: 15px;
}

.claimDetailAccordion .styledSection .claimSectionTitle {
    display: block;
    background-color: lightgray;
    padding: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.claimDetailAccordion .styledSection .claimGroup {
    margin-bottom: 10px;
    border-top: dotted lightgray 1px;
    padding: 10px;
    padding-bottom: 0;
}

.claimDetailAccordion .claimGroup .field-label {
    font-weight: bold;
}

.notSent {
	color: #FF0000 !important;
}

.claimAttachmentButtons {
    float: right;
    margin-top: 15px;
}

    .claimAttachmentButtons a {
        color: white !important;
        background-color: darkgray;
        padding: 3px;
        min-width: 92px;
        display: inline-block;
        text-align: center;
    }

        .claimAttachmentButtons a:hover {
            text-decoration: none;
        }

.consultationFieldBuilder .blockLeft {
    width: 250px;
    padding-right: 10px;
    float: left;
}

.consultationFieldBuilder .blockMiddle {
    width: 310px;
    padding-right: 10px;
    float: left;
}

.consultationFieldBuilder .blockRight {
    width: 380px;
    float: left;
}

    .consultationFieldBuilder .blockLeft .boxed,
    .consultationFieldBuilder .blockMiddle .boxed,
    .consultationFieldBuilder .blockRight .boxed {
        height: 500px;
        border: solid 1px black;
    }

.consultationField #tvConsultationFields,
.consultationField #tvConsultationFieldTemplate,
.consultationField .consultationFieldsList {
    height: 470px;
}

/** Contract Detail Accordion **/
.contractDetailAccordion  .contractSection.styledSection,
.clientDetailAccordion  .contractSection.styledSection,
.claimDetailAccordion  .contractSection.styledSection {
    border: solid 1px lightgray;
    margin-bottom: 15px;
}

.contractDetailAccordion .styledSection .contractSectionTitle,
.clientDetailAccordion .styledSection .contractSectionTitle,
.claimDetailAccordion .styledSection .contractSectionTitle {
    display: block;
    background-color: lightgray;
    padding: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

.contractDetailAccordion .styledSection .contractGroup,
.clientDetailAccordion .styledSection .contractGroup,
.claimDetailAccordion .styledSection .contractGroup {
    margin-bottom: 10px;
    border-top: dotted lightgray 1px;
    padding: 10px;
    padding-bottom: 0;
}

.contractDetailAccordion .contractGroup .field-label,
.clientDetailAccordion .contractGroup .field-label,
.claimDetailAccordion .contractGroup .field-label {
    font-weight:bold;
}
.contractBuilder .blockLeft {
    width: 310px;
    padding-right: 10px;
    float: left;
}

.contractBuilder .blockMiddle {
    width: 310px;
    padding-right: 10px;
    float: left;
}

.contractBuilder .blockRight {
    width: 320px;
    float: left;
}

.contractBuilder .blockLeft .boxed,
.contractBuilder .blockMiddle .boxed,
.contractBuilder .blockRight .boxed {
    height: 500px;
    border: solid 1px black;
}

.contractBuilder #tvContractTemplate,
.contractBuilder #tvCategories,
.contractBuilder .categoryFieldsList {
    height: 470px;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.ClaimQuestionBuilder .blockLeft {
	width: 250px;
	padding-right: 10px;
	float: left;
}

.ClaimQuestionBuilder .blockRight {
	width: 700px;
	float: left;
}

.ClaimQuestionBuilder .blockLeft .boxed,
.ClaimQuestionBuilder .blockRight .boxed {
	height: 500px;
	border: solid 1px black;
}

#fileUploadControl {
    margin-bottom: 25px;
    clear: both;
}

.crmUploadText {
    width: 70% !important;
    float: left;
}

.crmUploadTextSmall {
    width: 45% !important;
    float: left;
}

.crmUploadButton {
    padding: 2px;
    width: 25%;
    float: right;
}

    .crmUploadButton .t-upload-files, .crmUploadButton .t-dropzone em {
        display: none;
    }

#fileUploadOverview .directoryItems {
    height: 350px;
    overflow: auto;
}

#fileUploadOverview .directoryItem {
    width: 100px;
    padding: 5px;
    float: left;
    border: 1px solid lightgray;
}

#fileUploadOverview .itemRemove {
    min-height: 16px;
    min-width: 16px;
    max-width: 16px;
    max-height: 16px;
    float: right;
}

#fileUploadOverview .itemRemove a {
    margin-left: -16px;
    cursor: pointer;
}

#fileUploadOverview .directoryItem .itemImage {
    min-height: 100px;
    min-width: 100px;
    max-width: 100px;
    max-height: 100px;
}

#fileUploadOverview .directoryItem .itemValue {
    display: none;
}

#fileUploadOverview .directoryItem .itemImage img {
    max-width: 100px;
    max-height: 100px;
}

#fileUploadOverview .directoryItem .itemName {
    font-size: 10px;
    clear: both;
    width: 100%;
    max-width: 100%;
    text-align: center;
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    word-break: break-all;
}

#fileUploadOverview .directoryItem:hover {
    background-color: lightgray;
    cursor: pointer;
}

/** FILE UPLOAD QUESTION ATTACHMENTS **/
.questionAttachmentFileUpload {
}

    .questionAttachmentFileUpload .lblUploadedFile {
        font-size: 13px;
    }

.crmForm .t-upload .t-icon {
    width: 16px;
}

.crmForm .crmUpload {
    width: 100%;
    border: 1px solid #e5e5e5;
    min-height: 25px;
}

.crmUpload.t-upload .t-upload-button {
    float: right;
}

    .crmUpload.t-upload .t-upload-button:hover {
        cursor: pointer;
    }

.crmUpload.t-upload .t-filename {
    max-width: 90%;
}

.crmUpload.t-upload .t-upload-selected {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: darkgray;
    color: white;
}

.crmUpload.t-upload .t-upload-files {
    font-size: 13px;
}

.crmUpload .t-dropzone {
    padding: 0;
    min-height: 27px;
}

    .crmUpload .t-dropzone em {
        visibility: visible;
        font-size: 12px;
    }

.crmUpload .t-upload-files .t-icon {
    width: 15px;
}


/*.crmForm .lblUploadedFile {
    float: left;
    width: 60%;
}

.crmForm #btnDeleteUploadedFile {
    float: right;
    width: 25%;
    padding: 2px 6px;
    margin-top: 2px;
    margin-right: 2px;
    background-color: darkgray;
    min-width: 86px;
}*/


footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background-image: url("/Content/Images/footer/footer_bg.png");
    background-repeat: repeat-x;
    background-position: top center;
}

    footer .contact-data {
        color: white;
        margin: 0 auto;
        padding: 5px 5px;
        width: 950px;
        font-size: 12px;
    }

        footer .contact-data a,
        footer .contact-data a:link,
        footer .contact-data a:visited,
        footer .contact-data a:active {
            color: white;
        }

    footer #footerButtonWrapper {
		min-height: 10px;
        float: left;
        position: relative;
        left: 50%;
    }

    footer #footerButtons {
        /*display: none;*/
        float: left;
        position: relative;
        left: -50%;
        text-align: center;
        margin: 0 auto;
        margin-top: -38px;
        margin-bottom: 20px;
        height: 110px;
    }

        footer #footerButtons a,
        footer #footerButtons a:link,
        footer #footerButtons a:visited,
        footer #footerButtons a:active {
            color: #58585a;
        }

        footer #footerButtons .current {
            font-weight: bold;
        }

        footer #footerButtons .footerButton {
            text-transform: lowercase;
            text-align: center;
            margin: 0 auto;
            width: 110px;
            margin-left: 10px;
            margin-right: 10px;
            float: left;
        }

            footer #footerButtons .footerButton .buttonImage {
                /*background-color: white;*/
            }

            footer #footerButtons .footerButton .buttonText {
            }



/* Styles for basic forms
-----------------------------------------------------------*/
.crmForm {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .crmForm.small {
        width: 50%;
        margin: 0 auto;
    }

    .crmForm.left {
        margin-left: 0px;
    }

    .crmForm .crmFormStep {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .crmForm .field-label {
        width: 35%;
        float: left;
        padding-top: 7px;
        clear: both;
    }

    .crmForm .field-label-label {
        width: 100%;
        float: left;
        padding-top: 7px;
        clear: both;
    }

    .crmForm .field-label-info {
        width: 5%;
        float: left;
        clear: both;
    }

    .crmForm .field-label span {
        float: left;
    }

    .crmForm .question.dependend .field-label span {
        margin-left: 20px;
    }

    .crmForm .field-data {
        width: 65%;
        float: left;
        padding-top: 7px;
    }

    .crmForm .field-data-progress {
        width: 63%;
        float: left;
    }

    .crmForm .field-data-info {
        width: 100%;
        float: left;
    }

    .crmForm.contact h2.title {
        font-size: 25px;
    }

    .crmForm.contact .field-label,
    .crmForm.contact .field-data {
        padding-top: 10px;
    }

    .crmForm .field-data.label {
        padding-top: 10px;
        vertical-align: auto;
    }

    .crmForm .field-val {
        width: 100%;
        display: block;
    }

    .crmForm span.info,
    .crmForm input,
    .crmForm textarea,
    .crmForm select {
        margin: 0;
        padding: 3px 2%;
        width: 96%;
        border: 0;
    }

    .crmForm .chosen-container-single > a {
        padding: 0 2%;
        width: 99%;
        border-color: #58585a;
    }

#DueRepeatPeriodUnit {
    padding: 2px !important;
}

.crmForm span {
    padding-left: 0px;
    padding-right: 0px;
}

    .crmForm span.ui-icon {
        width: 16px;
        height: 16px;
    }

.crmForm .ui-accordion-icons {
    padding-left: 2.2em;
}

.crmForm input.placeholder {
    font-style: italic;
    color: darkgray;
}

.crmForm input.dateTimeFormat.isViaPicker,
.crmForm input.datePicker.isViaPicker {
    cursor: pointer;
    background-image: url("/Content/Images/icons_16x16/calendar.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.crmForm input[type=text],
.crmForm input[type=email],
.crmForm input[type=password],
.crmForm textarea,
.crmForm select {
    border: 1px solid darkgray;
    margin: 2px 0;
    padding-right: 4px;
    resize: none;
    font-family: 'Open Sans', Verdana, Helvetica, Sans-Serif;
    color: #58585a;
}

.crmForm input[type=radio],
.crmForm input[type=checkbox],
.crmForm label.checkbox {
    width: auto;
    clear: both;
    margin: 5px 10px 5px 5px;
}

.crmForm #showCompletedTasks input[type=checkbox] {
    margin: 11px 10px 5px -10px !important;
}

.crmForm #showCompletedTasks span {
    margin-bottom: 25px;
}

.crmForm input[type=radio],
.crmForm input[type=checkbox],
.crmForm label.checkbox,
.crmForm .questionOption,
.crmForm .chkRole {
    float: left;
    line-height: 22px;
}

.crmForm label.questionOption {
    max-width: 565px;
}

.crmForm .questionOption.checked,
.crmForm .questionOption.unchecked {
    padding-left: 10px;
}


.crmForm textarea {
    height: 100px;
}

    .crmForm input.required,
    .crmForm textarea.required,
    .crmForm select.required,
    .crmForm .required > input,
    .chosen-container-single.required > a {
        border-left-width: 5px;
        padding-right: 0;
    }

.crmForm .questionOptionsList {
    margin-top: 5px;
    padding-left: 10px;
}

.crmForm .additionalInfo {
    clear: both;
    display: none;
    padding-left: 2px;
    padding-bottom: 10px;
    font-size: 13px;
    font-style: italic;
}

.crmForm .questionOptionsList.required {
    border-left: 5px solid darkgray;
    padding-left: 5px;
}

.crmForm select,
.crmForm input {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .crmForm input[type="button"],
    .crmForm input[type="submit"],
    .crmForm input[type="reset"] {
        background-color: darkgray;
        border: 1px solid darkgray;
        float: left;
        width: auto;
        padding: 2px 25px;
        color: white;
        margin-top: 10px;
        font-size: 14px;
        cursor: pointer;
    }

        .crmForm input[type="submit"].large,
        .crmForm input[type="button"].large {
            width: 100%;
            white-space: normal;
            padding: 4px 0;
        }

        .crmForm input[type="submit"][disabled=disabled] {
            cursor: wait;
            background-color: lightgray;
            border: 1px solid darkgray;
        }

.crmMessage {
    display: block;
    padding: 17px 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgba(2, 139, 255, 0.2);
    background: rgba(2, 139, 255, 0.15);
}

.crmSuccess {
    display: block;
    padding: 17px 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(0, 255, 0, 0.15);
    border-color: rgba(0, 255, 0, 0.5);
}

.crmWarning {
    display: block;
    padding: 17px 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(255, 204, 0, 0.35);
    border-color: rgba(255, 204, 0, 0.5);
}

.crmError,
.validation-summary-errors {
    display: block;
    padding: 17px 18px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.2);
    clear: both;
}

input.error, select.error,
label.error + div > a {
    background-color: rgba(255, 0, 0, 0.15);
    border-color: rgba(255, 0, 0, 0.2);
}

label.error {
    color: #FF0000;
}

/*.crmForm input[type="checkbox"] {
            -webkit-appearance: none;
border: 1px solid red; padding: 12px; display: inline-block; position: relative;
}

.crmForm input[type="checkbox"]:checked {
    color: #58585a;
}

    .crmForm input[type="checkbox"]:checked:after {
        content: '\2714';
        font-size: 24px;
        position: absolute;
        top: 0px;
        left: 3px;
        color: #58585a;
    }

*/ .crmForm .registerIfNoAccount {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.loginFooterRow .registerIfNoAccount a,
.loginFooterRow .registerIfNoAccount a:link,
.loginFooterRow .registerIfNoAccount a:hover {
    color: #98999D;
    font-style: italic;
}

.loginFooterRow #btnLogin {
    padding: 5px 55px;
}

.loginFooterRow #btnLoginEid {
    margin: 5px 0;
}

.loginFooterRow td {
    vertical-align: top;
}

#quotationForm {
    padding-bottom: 40px;
}

    #quotationForm .actions {
        float: right;
    }

        #quotationForm .actions a {
            margin-left: 10px;
            font-size: 13px;
        }

    #quotationForm .optionOthersTextbox {
        float: right;
        width: auto;
        margin-top: -2px;
    }

.Page_Quotation_RequestInfo #quotationForm .ui-accordion-header {
    cursor: text;
}

#quotationForm #breadcrumb {
    float: right;
}

#dialogConsultationBrokerClients input {
    display: inline;
}

.ucaseme {
    text-transform: uppercase;
}

#dialogAddBrokerHostname {
    display: none;
}

/* ACCORDIONS
-----------------------------------------------------------*/
.brokerAccordion .brokerDetailsStep {
    display: none;
}

.brokerAccordion .field-label {
    font-weight: bold;
}

.crmAccordion h3.ui-state-default,
.crmAccordion h2.ui-state-default,
.MyManager > h2 {
    background: darkgray !important;
    text-transform: uppercase;
    padding: 3px;
    color: white;
}

.crmAccordion .ui-icon {
    background-image: none !important;
}

.loadingIcon {
    background-image: url("/Content/Images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
}

#ConsultationSearchForm .crmAccordion #btnSubmitSearch {
    position: absolute;
    bottom: 10px;
    width: 95%;
}

#pageConsultationSearch #ConsultationSearchForm .crmAccordion #btnSubmitSearch {
    position: relative;
    bottom: 0;
    width: 100%;
}

.consultationSearchAccordion.ui-accordion .ui-accordion-content {
    height: 250px;
}

.ui-accordion .ui-accordion-content {
    overflow: visible !important;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error,
fieldset .field-val {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

#homePage .validation-summary-errors ul li, #loginPage .validation-summary-errors ul li {
    list-style-type: none;
}

.validation-summary-valid {
    display: none;
}

/* Styles for button icons
-----------------------------------------------------------*/
input.crm_button.add_icon {
    background-image: url("/content/images/icons_24x24/add.png");
}

input.crm_button.add_icon_light {
    background-image: url("/content/images/icons_16x16/addgray.png");
    background-position: left center;
}

input.crm_button.remove_icon {
    background-image: url("/content/images/icons_24x24/delete.png");
}

input.crm_button.up_icon {
    background-image: url("/content/images/icons_24x24/arrow_up.png");
}

input.crm_button.down_icon {
    background-image: url("/content/images/icons_24x24/arrow_down.png");
}

input.crm_button.edit_icon {
    background-image: url("/content/images/icons_24x24/edit.png");
}

input.crm_button.details_icon {
    background-image: url("/content/images/icons_24x24/icon_search.png");
}

input.crm_small_button.publish_icon {
    background-image: url("/content/images/icons_16x16/doc_publish.png");
}

input.crm_small_button.archive_icon {
    background-image: url("/content/images/icons_16x16/doc_archive.png");
}

input.crm_small_button.edit_icon {
    background-image: url("/content/images/icons_16x16/doc_edit.png");
}

input.crm_small_button.view_icon {
    background-image: url("/content/images/icons_16x16/doc_view.png");
}

input.crm_small_button.new_icon {
    background-image: url("/content/images/icons_16x16/doc_new.png");
}

input.crm_small_button.import_icon {
    background-image: url("/content/images/icons_16x16/doc_import.png");
}


input.crm_button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 24px;
    padding-left: 24px;
    vertical-align: middle;
}

input.crm_small_button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 16px;
    padding-left: 16px;
    vertical-align: middle;
}

input[readonly="readonly"], input[readonly="true"], input[disabled="true"], input[disabled="disabled"], select[disabled], select[disabled="disabled"], textarea[disabled="disabled"] {
    cursor: not-allowed;
    background-color: #F0F0F0;
}

.registerwhy {
    display: none;
    background-color: darkgray;
    color: white;
    width: 95%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    transform: skew(5deg,0deg);
    -ms-transform: skew(5deg,0deg); /* IE 9 */
    -webkit-transform: skew(5deg,0deg); /* Safari and Chrome */
    -o-transform: skew(5deg,0deg); /* Opera */
    -moz-transform: skew(5deg,0deg); /* Firefox */
}

.registerwhytext {
    transform: skew(-5deg,0deg);
    -ms-transform: skew(-5deg,0deg); /* IE 9 */
    -webkit-transform: skew(-5deg,0deg); /* Safari and Chrome */
    -o-transform: skew(-5deg,0deg); /* Opera */
    -moz-transform: skew(-5deg,0deg); /* Firefox */
}

.iknowyou,
.iknowyouOtherportals,
.quotationStatus,
.questionAfterwardsLink {
    display: none;
    background-color: orange;
    color: white;
    width: 95%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    transform: skew(5deg,0deg);
    -ms-transform: skew(5deg,0deg); /* IE 9 */
    -webkit-transform: skew(5deg,0deg); /* Safari and Chrome */
    -o-transform: skew(5deg,0deg); /* Opera */
    -moz-transform: skew(5deg,0deg); /* Firefox */
}

    .iknowyou a,
    .iknowyou a:link,
    .iknowyou a:hover,
    .iknowyou a:visited,
    .iknowyouOtherportals a,
    .iknowyouOtherportals a:link,
    .iknowyouOtherportals a:hover,
    .iknowyouOtherportals a:visited {
        color: white;
        text-decoration: underline;
    }

    .questionAfterwardsLink a,
    .questionAfterwardsLink a:link,
    .questionAfterwardsLink a:visited {
        color: white;
    }

.quotationStatus,
.questionAfterwardsLink {
    display: block;
}

    .iknowyou > div,
    .iknowyouOtherportals > div,
    .quotationStatus > div,
    .questionAfterwardsLink > div {
        transform: skew(-5deg,0deg);
        -ms-transform: skew(-5deg,0deg); /* IE 9 */
        -webkit-transform: skew(-5deg,0deg); /* Safari and Chrome */
        -o-transform: skew(-5deg,0deg); /* Opera */
        -moz-transform: skew(-5deg,0deg); /* Firefox */
    }

.iknowyouvalidation {
    color: red;
}

.iknowyoulogin {
    margin-top: 10px;
}

    .iknowyoulogin .loginLabel {
        float: left;
        width: 35%;
        font-weight: bold;
    }

    .iknowyoulogin .loginValue {
        float: left;
        width: 65%;
    }

    .iknowyoulogin a.loginBtn,
    .iknowyoulogin a.loginBtn:link,
    .iknowyoulogin a.loginBtn:hover,
    .iknowyoulogin a.loginBtn:visited {
        float: right;
        padding: 5px 10px;
        color: white;
    }

.InfoTitle {
    font-size: 16pt;
}

.registerinline {
    display: none;
    margin: 0px;
    padding: 0px;
}

.registerorlogin {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.registerwhy a, .registerwhy a:link, .registerwhy a:visited, .registerwhy a:active {
    color: white;
    font-weight: bold;
}

.longDropDown {
    width: 250px;
}

.authenticateUser.crmForm input[type=radio] {
    margin-top: 2px;
    margin-left: 0;
    padding: 0;
}

.authenticateUser .authTypeContent {
    display: none;
    margin-left: 25px;
}

.authenticateUser .authInfo {
}

/* GRID ICONS */
.t-grid .t-icon.profile {
    background: url("/Content/Images/icons_16x16/profile.png") center center no-repeat;
}

.t-grid .t-icon.archive {
    background: url("/Content/Images/icons_16x16/archive1.png") center center no-repeat;
}

.t-grid .t-icon.archive {
    background: url("/Content/Images/icons_16x16/cancel.png") center center no-repeat;
}

.t-grid .t-icon.details {
    background: url("/Content/Images/icons_16x16/details.png") center center no-repeat;
}

.iconAttachment {
    padding: 4px 4px 4px 10px !important;
    background: url("/Content/Images/icons_16x16/attachment.png") center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.iconDetails,
.iconArchive,
.iconReference,
.iconServices,
.iconProfile,
.iconDelete,
.iconRoles,
.iconDownload {
    padding: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    display: inline-block;
    margin: 0 .2em;
    line-height: 1.435;
    width: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 0;
    text-indent: -3333px;
    text-align: center;
    vertical-align: middle;
}

    .iconDetails:hover,
    .iconReference:hover,
    .iconArchive:hover,
    .iconServices:hover,
    .iconProfile:hover,
    .iconDelete:hover,
    .iconRoles:hover,
    .iconDownload {
        background-color: #A0A0A0;
    }

.iconDetails {
    background: url("/Content/Images/icons_16x16/details.png") center center no-repeat;
}

.iconDelete {
    background: url("/Content/Images/icons_16x16/cancel.png") center center no-repeat;
}

.iconCancelWhite {
    background: url("/Content/Images/icons_16x16/cancelwhite.png") center center no-repeat;
}

.iconArchive {
    background: url("/Content/Images/icons_16x16/archive1.png") center center no-repeat;
}

.iconServices {
    background: url("/Content/Images/icons_16x16/services.png") center center no-repeat;
}

.iconProfile {
    background: url("/Content/Images/icons_16x16/profile.png") center center no-repeat;
}

.iconReference {
    background: url("/Content/Images/icons_16x16/reference.png") center center no-repeat;
}

.iconRoles {
    background: url("/Content/Images/icons_16x16/roles.png") center center no-repeat;
}

.iconDownload {
    background: url("/Content/Images/icons_16x16/download.png") center center no-repeat;
}

.iconChecked {
    background: url("/Content/Images/icons_16x16/checkedwhite.png") center center no-repeat;
}

.saveSuccess {
    color: green;
}

.ui-widget-header,
.ui-widget-header a {
    color: white !important;
}

#quotationDetail table,
#contractDetail table,
#clientDetail table {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', Verdana, Helvetica, Sans-Serif !important;
}

    #quotationDetail table td,
    #contractDetail table td,
    #clientDetail table td {
        padding-left: 25px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.checkboxList > .field-label {
    width: 60%;
}

.checkboxList > .field-data {
    width: 40%;
}

.t-treeview .t-group {
    overflow-x: hidden;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
header .content-wrapper {
	margin-top: 10px;
}

header nav {
	float: left;
	clear: both;
	margin-top: 5px;
	text-align: right;
}

header #userWelcome {
	margin-bottom: 5px;
	min-height: 20px;
	float: right;
}

	header #userWelcome a {
		color: #58585a;
	}

header nav #menu {
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

	header nav #menu li {
		float: left;
		margin-left: 1px;
	}

		header nav #menu li a {
			display: block;
			text-align: center;
			padding: 10px 25px;
		}

#menu a,
#menu a:link,
#menu a:visited {
	color: white;
}

	#menu a:hover,
	#menu li.selected a {
		color: black;
	}

#alertViewer {
    cursor: pointer;
	width: 30px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/Content/Images/icons_24x24/noti.png');
	margin: 0 5px;
	float: right;
}

	#alertViewer.warning {
		background-image: url('/Content/Images/icons_24x24/noti_alert.png') !important;
	}

#alertList {
	position: relative;
	display: none;
	z-index: 999;
	padding: 10px;
	width: 300px;
	height: 180px;
	border: 1px solid #58585a;
	border-radius: 5px;
	top: 25px;
	left: -280px;
	background-color: white;
}

.alertNoMessages {
	line-height: 150px;
	text-align: center;
}

.privacyDeclaration {
    color: black !important;
    font-weight: bold;
}
.prioMail {
	color: #FF0000 !important;
}

.messageDetailAccordion .messageSection .styledSection {
	border: solid 1px lightgray;
	margin-bottom: 15px;
}

.messageDetailAccordion .styledSection .messageSectionTitle {
	display: block;
	background-color: lightgray;
	padding: 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.messageDetailAccordion .styledSection .messageGroup {
	margin-bottom: 10px;
	border-top: dotted lightgray 1px;
	padding: 10px;
	padding-bottom: 0;
}

.messageDetailAccordion .messageGroup .field-label {
	font-weight: bold;
}

ul.myAccountMenu {
    list-style-type: none;
}

    ul.myAccountMenu li {
        float: left;
        border: 1px solid darkgray;
        display: block;
        margin: 5px;
        background-repeat: no-repeat;
        background-position: center bottom;
        position: relative;
        margin-bottom: 20px;
        background-color: darkgray;
    }

        ul.myAccountMenu li a.actionButton {
            padding: 0 5px;
            height: 75px;
            display: table-cell;
            vertical-align: middle;
            width: 130px;
            text-align: center;
            color: white;
        }

        ul.myAccountMenu li:hover {
            background-color: white;
            color: darkgray;
            cursor: pointer;
        }

            ul.myAccountMenu li:hover a.actionButton {
                color: darkgray;
            }

ul.myAccountShortMenu {
    list-style-type: none;
}

    ul.myAccountShortMenu li {
        /*float: left;*/
        border-bottom: 1px solid darkgray;
        display: block;
        margin-bottom: 2px;
        background-repeat: no-repeat;
        background-position: center bottom;
        position: relative;
        vertical-align: central;
		width:100%;
    }

        ul.myAccountShortMenu li:last-of-type {
            border-bottom: none;
        }

        ul.myAccountShortMenu li a.actionButton {
            height: 30px;
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            width: 220px;
            color: darkgray;
        }

        ul.myAccountShortMenu li:hover {
            cursor: pointer;
        }

            ul.myAccountShortMenu li:hover a.actionButton {
                /*color: white;*/
            }

.imgDashboard {
    padding-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -5px;
}

#btnSearchConsultation {
    height: 25px;
}

    #btnSearchConsultation img {
        margin-bottom: -7px;
    }

.DashboardMenu {
    vertical-align: middle;
    height: 40px;
}

.DashboardWelcome {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
}

.DashboardBlock {
    border-color: darkgray;
    color: darkgray;
    width: 95%;
    border: solid 1px !important;
    margin: 5px 5px 5px 10px;
    padding: 5px;
}

#dashboardQuickMenu {
    float: left;
    width: 250px;
}

#dashboardContent {
    float: left;
    width: 525px;
}

#dashboardManager {
    float: left;
    width: 185px;
}

.MyManager {
    text-align: center;
	padding: 0 !important;
}

.MyManagerInfo {
    text-align: center;
    width: 100%;
    display: block;
}

.companyBlockLeft,
.BrokerDocumentBuilder .blockLeft {
    float: left;
    width: 30%;
    min-height: 36em;
}

.companyBlockRight,
.BrokerDocumentBuilder .blockRight {
    float: right;
    width: 60%;
    min-height: 30em;
}

.companyBlockRight {
    margin-top: -40px;
}

.companyList {
    border: 1px solid black;
    height: 500px;
}
#pageViewer p{margin-top:10px;margin-bottom:15px}#pageViewer ul,#pageViewer ol{margin-top:10px;margin-bottom:15px}#pageViewer ul>li{list-style-position:outside;list-style-type:circle;margin-left:15px;margin-bottom:5px}#pageViewer ol>li{list-style-position:outside;list-style-type:decimal;margin-left:15px;margin-bottom:5px}
.questionDetailsBlock, .questionCategoriesBlock {
	float: left;
}

.questionDetailsBlock {
	width: 50%;
	margin-right: 50px;
}

.questionCategoriesBlock {
	width: 40%;
}

.questionOptions {
	width: 100%;
}

	.questionOptions .questionOption {
		width: 100%;
	}

		.questionOptions .questionOption .questionOptionNumber {
			float: left;
			width: 10%;
		}

		.questionOptions .questionOption .questionOptionSettings {
			float: left;
			width: 12%;
		}

			.questionOptions .questionOption .questionOptionSettings input {
				float: left;
				clear: none;
				margin: 5px;
			}

		.questionOptions .questionOption .questionOptionTB2 {
			float: left;
			width: 16%;
			padding: 0 2%;
		}

		.questionOptions .questionOption .questionOptionValue {
			float: left;
			width: 58%;
		}

			.questionOptions .questionOption .questionOptionValue textarea {
				height: 50px;
			}

	.questionOptions input.crm_small_button {
		background-color: transparent;
		border: 0px;
		margin: 0px;
		padding: 0px;
		margin-top: 3px;
		width: 16px;
		height: 16px;
	}

		.questionOptions input.crm_small_button.delete_icon {
			background-image: url("/Content/Images/icons_16x16/delete.png");
		}

	.questionOptions input.add_icon {
		background-image: url("/Content/Images/icons_16x16/add.png");
		background-position-x: left;
		background-position-y: center;
		background-repeat: no-repeat;
	}

.questionOptionsAdd {
	text-align: right;
	float: right;
}

.questionOptions .field-data {
	width: 75%;
}

/*.questionOptions .prefix {
    width: 25%;
}

.questionOptions .code {
    width: 25%;
    margin: 3px 0;
    margin-right: 5%;
    float: left;
}

.questionOptions .translations {
    width: 70%;
    float: left;
}*/

.questionWizardAddDynamicContentBlock {
	float: right;
	/*width: 24px;
    height: 24px;*/
	width: auto;
}

	.questionWizardAddDynamicContentBlock a {
		background-image: url("/Content/Images/icons_24x24/add_black.png");
		background-position: right center;
		background-repeat: no-repeat;
		/*width: 24px;
        height: 24px;*/
		border: solid 1px black;
		color: black !important;
		border-radius: 12px;
		padding: 2px 30px 2px 10px;
		display: block;
	}

		.questionWizardAddDynamicContentBlock a:hover {
			background-color: #8e8e8e;
			color: white !important;
			text-decoration: none;
		}

.questionWizardPrevious {
	float: left;
	width: 24px;
	height: 24px;
}

	.questionWizardPrevious a {
		background-image: url("/Content/Images/icons_24x24/arrow_left_black.png");
		background-position: left;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
		display: block;
	}

		.questionWizardPrevious a:hover {
			background-image: url("/Content/Images/icons_24x24/arrow_left.png");
		}

.questionWizardNext {
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}

	.questionWizardNext a {
		background-image: url("/Content/Images/icons_24x24/arrow_right_black.png");
		background-position: right;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
		display: block;
	}

		.questionWizardNext a:hover {
			background-image: url("/Content/Images/icons_24x24/arrow_right.png");
		}


.questionWizardButtons {
	margin-top: 10px;
}

.dynamicBlockQuestions {
	border: solid 1px lightgray;
	padding: 10px;
	margin-bottom: 15px;
}

	.dynamicBlockQuestions.even {
		background-color: #F5F5F0;
	}

	.dynamicBlockQuestions .deleteDynamicBlock {
		display: none;
		float: right;
		background-image: url("/Content/Images/icons_24x24/delete_black.png");
		background-position: right;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
		cursor: pointer;
		margin-bottom: 5px;
		text-decoration: none;
	}

		.dynamicBlockQuestions .deleteDynamicBlock:hover {
			background-image: url("/Content/Images/icons_24x24/delete.png");
		}

.questionWizardQuestions ul {
	list-style-type: disc;
	margin-left: 40px;
	/*list-style-position: inside;*/
}

.AonQuoteResult, .AonQuoteDisplayResult, .AonQuoteMultilineResult, .AonQuoteTotal, .AonQuoteDiscount {
    clear: both;
}

	.AonQuoteResult .wantedDescr, .AonQuoteMultilineResult .wantedDescr {
		width: 200px !important;
		float: left !important;
	}

	.AonQuoteResult .info-button, .AonQuoteDiscount .info-button, .AonQuoteMultilineResult .info-button {
		float: none !important;
	}

    .AonQuoteResult .amount, .AonQuoteDisplayResult .amount, .AonQuoteMultilineResult .amount {
        width: 80px !important;
        float: right !important;
        text-align: right;
    }

	.AonQuoteResult .wantedCheck, .AonQuoteMultilineResult .wantedCheck {
		width: 40px !important;
		float: left !important;
		clear: none !important;
	}

.AonQuoteTotal, .AonQuoteDiscount {
	margin-top: 25px !important;
}

.refreshQuote {
    float: right !important;
    width: 25px !important;
    height: 25px !important;
    background-image: url("/Content/Images/icons_16x16/refresh_white.png");
    background-position: center !important;
	background-repeat: no-repeat !important;
    margin: 3px 10px !important;
    padding: 0 !important;
}

	.AonQuoteTotal .wantedDescr, .AonQuoteDiscount .wantedDescr {
		width: 350px !important;
		font-weight: bold !important;
		float: left !important;
	}

	.AonQuoteTotal .amount, .AonQuoteDiscount .amount{
		width: 80px !important;
		font-weight: bold !important;
		float: right !important;
		text-align: right;
	}

#quotationDetail {
}

#quotationDetail table {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', Verdana, Helvetica, Sans-Serif !important;
}

#quotationDetail table td {
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnMailToClient {
    float: right;
    width: 35px;
    height: 25px;
    background-image: url('/Content/Images/mail.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 !important;
}

#quotationAttachments {

}

table.quotationProposals {
    border: solid 1px darkgray;
    width: 100%;
}

table.quotationProposals tr {    
    padding: 10px;
}

table.quotationProposals td.active a {    
    font-weight: bold;
    text-decoration: underline;
}

table.quotationProposals tr.even {
    background-color: #e5e5e5;
}

table.quotationProposals .header {
    font-weight:bold;
    background-color: #A9A9A9;
    color: white;
}

table.quotationProposals td{
    padding: 2px 10px;
}


.actionBlock {
    text-align: center;
    background-color: silver;
    padding: 3px;
    min-height: 24px;
}

.quotationTemplateHistory {
    width: 100%;
}

.categoryBlock {
    float: left;
    width: 50%;
}

.categoryBlockLeft {
    float: left;
    width: 33%;
    min-height: 36em;
}

.categoryBlockRight {
    float: left;
    width: 67%;
    min-height: 30em;
}

.boxed {
    border-width: 1px;
    border-style: solid;
    margin: 5px;
    overflow: auto;
}

.quotationTemplateList,
.categoryQuestionList,
.versionOverview {
    margin: 0px;
}

.categoryQuestionList {
    margin-right: 5px;
}

thead {
    position: relative;
    top: 0px;
}

.templateCategoryList {
    height: 34.7em;
    overflow-x: hidden;
}

.quotationTemplateList div.t-treeview {
    height: 20em;
    overflow-x: hidden;
}

.categoryQuestionList,
.categoryQuestionList div.t-treeview {
    height: 290px;
    overflow-x: hidden;
}

.categoryQuestionList,
.categoryQuestionList div.t-treeview {
    height: 290px;
    overflow-x: hidden;
}

.categoryQuestionList .t-treeview .t-item.used,
.categoryFieldsList .t-treeview .t-item.used {
    color: #cccccc
}

.versionList {
    height: 10em;
}

.versionOverview {
    height: 6em;
    overflow: auto;
    width: 641px;
    margin-top: 5px;
}

.versionTable, .versionTableActionButtons {
    width: 100%;
}

    .versionTable th {
        text-align: left;
        background-color: darkgray;
        color: white;
    }

    .versionTable tr.selectableRow:hover {
        background-color: lightgray;
        cursor: pointer;
    }

    .versionTable tr.selectableRow.selected {
        background-color: #25A0DA;
        color: white;
    }

        .versionTable tr.selectableRow.selected input.crm_small_button.publish_icon {
            background-image: url("/content/images/icons_16x16/doc_publish_white.png");
        }

        .versionTable tr.selectableRow.selected input.crm_small_button.archive_icon {
            background-image: url("/content/images/icons_16x16/doc_archive_white.png");
        }

        .versionTable tr.selectableRow.selected input.crm_small_button.edit_icon {
            background-image: url("/content/images/icons_16x16/doc_edit_white.png");
        }

        .versionTable tr.selectableRow.selected input.crm_small_button.view_icon {
            background-image: url("/content/images/icons_16x16/doc_view_white.png");
        }

        .versionTable tr.selectableRow.selected input.crm_small_button.delete_icon {
            background-image: url("/content/images/icons_16x16/doc_delete_white.png");
        }

 .dynamicStep .t-in
 , .dynamicStepSingle > .t-top > .t-in
 , .dynamicStepSingle > .t-mid > .t-in
 , .dynamicStepSingle > .t-bot > .t-in {
    background-image: url("/content/images/icons_16x16/refresh.png");
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    padding-right: 14px;
}

  .isDepending .t-in
 , .isDepending > .t-top > .t-in
 , .isDepending > .t-mid > .t-in
 , .isDepending > .t-bot > .t-in {
    background-image: url("/content/images/icons_16x16/depend.png");
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 14px;
}

	.isVisibleDepending .t-in
 , .isVisibleDepending > .t-top > .t-in
 , .isVisibleDepending > .t-mid > .t-in
 , .isVisibleDepending > .t-bot > .t-in {
    background-image: url("/content/images/icons_16x16/visibledepend.png");
    -moz-background-size: 10px;
    -o-background-size: 10px;
    -webkit-background-size: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    padding-left: 14px;
}

#tvCategories .categoryItem.available {

}

#tvCategories .categoryItem.notAvailable {
    color: #cccccc;
}

#tvCategories .categoryItem.onlineConsult,
#tvCategories .categoryItem.activeTemplate {
    font-weight:bold;
}
.ui-tabs .ui-widget-header, .ui-tabs .ui-widget-header a {
	color: black !important;
}
