


body {
	margin:0;
	padding:0;
	background: #f4f4f4;
	font-family: "mic32new", Arial, sans-serif;
}

h1, h2, h3 {
	font-family: "mic32new", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color:#00aeef;
	font-weight: bold;
}

select,
input {
	line-height: 20px;
	font-size: 16px;
	font-family: "mic32new", Arial, sans-serif;
	border:1px solid #ccc;
	border-radius: 5px;
}

.block.disabled {
	opacity: 0.25;
}

.block.disabled {
	cursor: default;
}

.disabled,
.disabled a {
	color:#ccc !important;
}

a:hover {
	color:#ea1920;
}

a .fa {
}

button {
	cursor:pointer;
}

.arr {
	background-image:url(../img/arrow.png); 
	width:16px;
	height:16px;
	display: block; 
	float:right;
	margin-top: 2px;
	margin-left:4px;
}

.arr-reverse {
	background-image:url(../img/arrow-reverse.png); 
	width:16px;
	height:16px;
	display: block; 
	float:left;
	margin-top: 2px;
	margin-right:4px;
}

.button {
	font-family: "mic32new", Arial, sans-serif;
	background-color:#777;
	padding-left:18px;
	padding-right:18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	color:#fff;
	font-weight: normal;
	font-size: 18px;
	white-space: nowrap;
	background-image:url(../img/button-right.png); 
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 3px;
	margin-bottom: 3px;
	display: inline-block;
	border:0;
}

table .button {
	padding:2px !important;
	min-width: 22px;
	background-image:none;
	background-color:#ccc;
	color:#333;
}

table a.button:hover {
	background-color:#bbb;
	color:#111;
}

.button.right {
	float:right;
}

.button.word {
	background-color:#005d80;
	color:#fff;
}


.btn-bar {
	margin-top:-4px;
	margin-bottom: 8px;
	text-align: right;
	float: right;
	clear:right;
}

a.button:hover {
	background-color:#999;
	color:#fff;
}

a.button.word:hover,
table a.button.word:hover {
	background-color:#10729a;
	color:#fff;
}

h2 a.button {
	margin-top: -1px;
	background-color: #0987b5;
}
h2 a.button:hover {
	background-color: #095574;
}

.block,
.panel-default {
	background:#fff;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom:20px;
}

h1.block {
	padding-left:10px;
	color:#aaa;
}

h1 {
	margin-top:8px;
	color:#ccc;
}

h3 {
	margin:0;
	margin-top: 8px;
	margin-bottom: 8px;
}

form label {
	min-width: 180px;
	width:20%;
	display: block;
	float: left;
	clear:left;
}

form input,
form select {
	margin-bottom:8px;
}



	.alert-box {
		clear:both;
		margin-bottom:10px;
	}

	.alert {
		border:1px solid;
		padding:9px;
	}

	.alert h2 {
		margin:0;
	}

	.alert-success {
		border-color:#6fc05d;
		background-color: #e2efdf;
		color:#49a335;
	}

	.alert-danger {
		border-color:#d72e2e;
		background-color: #f0dede;
		color:#b22b2b;
	}

	.alert-warning {
		background-color: #fffbd3;
	}


.table-wrapper.full-width {
	margin:-10px;
	margin-top: -10px;
	overflow-x: scroll;
}

.table-wrapper.full-width table {
	width:100%;
	border-collapse: collapse;
}

.table-wrapper.full-width table td {
	padding:5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #ccc;
}

.table-wrapper.full-width table tr:last-child td {
	border-bottom: none;
}

.table-wrapper.full-width thead td {
	background:#ddd;
	font-weight: bold;
	color:#333;
}

.table-wrapper.full-width thead td a {
	color:#333;
}

.table-wrapper.full-width table td:last-child {
	text-align: right;
}

.table-sortable .sortable {
	cursor: move;
}

.table-sortable .sortable:after { 
	content: "\f0dc";
	margin-left: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sort span:after {
	opacity: 0.5;
	content: "\f0dc";
	margin-left: 0.35em;
	display: inline;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.sort.sort-asc span:after {
	content: "\f0de";
	opacity: 1;
}

.sort.sort-desc span:after {
	content: "\f0dd";
    opacity: 1;
}

.btn span:after {
	margin-left: 0.3em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


table .btn span:after {

	margin-left: 0.1em;
}

.btn span {

}

.btn.edit span:after {
	content: "\f14b";
}

.btn.manage span:after {
	content: "\f07c";
}



.btn.delete span:after {
	content: "\f1f8";
	margin-right: 0.20em;
}

a.compliancy:hover {
	color:green;
}

.button.word:after {

	content: "\f1c2";
	margin-right: 0.15em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

table.responsive {

}


.product-img {
	width:150px; 
	float:left;
	margin:5px;
	margin-top: 30px;
}

.inner-block {
	padding:10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.inner-block h3 {
	margin:0px;
}



.inner-block.filter h3 {
	margin: 0;
}

.inner-block .btn {
	margin-top: 5px;
}



.filter-wrapper {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	position: relative;
}



.filter-wrapper label {
	font-size: smaller;
	min-height: 30px;
}

.filter-buttons {
	display: inline-block;
}

.filter-wrapper select {
	max-width: 150px;
}


.inner-block-filter {
	background-color: #048cb9;
	color:#fff;
	margin: -10px;
	margin-bottom: 0px;
	padding:10px;
}

.filter {
	float:left;
	padding-top:12px;
	padding-right:24px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.filter label {
	min-width: 120px;
}

.filter label:after {
	content:': ';
}



.block h2,
.panel-heading {
	margin:-10px;
	padding:10px;
	background-color: #ccc;
	color:#333;
	margin-bottom: 10px;
}

.panel-heading {
	font-size:20px;
	font-weight: bold;
}

.block h1 {
	padding:20px;
}



.masthead {
	margin-top: 60px;
	margin-bottom: -60px;
	height:200px;
	width: 100%;
	display: block;
}

.masthead h1 {
	margin-right: 360px;
}

.masthead {
		overflow: hidden !important;
		position: relative;
}

.masthead:after {
	position: absolute;
	right:60px;
	top:-40px;
	margin-bottom: 17px;
}
.masthead.isii-iivo-bg:after {
	content: url(../img/iivo-apparaat.png); 
}
.masthead.isii-compact-bg:after {
	content: url(../img/iSii-compact-los.png); 
}
.masthead.isii-next-bg:after {
	content: url(../img/next-generation-iSii.png); 
}
.masthead.workit-bg:after {
	content: url(../img/work-it-apparaat.png); 
}

.isii-compact-bg {
	background-color: #ccc;
	background:url(../img/isii-compact.jpg) no-repeat; 
	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.isii-next-bg {
	background-color: #ccc;
	background:url(../img/isii-next.jpg) no-repeat; 
	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.iivo-bg {
	background-color: #000;
	background:url(../img/iivo.jpg) no-repeat; 
	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.workit-bg {
	background-color: #ccc;
	background:url(../img/workit.jpg) no-repeat; 
	background-position: center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


.call-to-action {
	cursor: pointer;
	border:3px solid #f4f4f4;
	padding:0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.call-to-action:hover {
	opacity: 0.6;
	border:3px solid #000;
}

.masthead h1{
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}

.call-to-action h1 {
	color:#fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
	display: block;
	margin:0;
	font-size:18px;
	padding-top:30px;
	padding-bottom:30px;
	
	/*background: -webkit-linear-gradient(right, rgba(0,0,0,0.4), rgba(0,0,0,0.1)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(left, rgba(0,0,0,0.4), rgba(0,0,0,0.1)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(left, rgba(0,0,0,0.4), rgba(0,0,0,0.1)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(to left, rgba(0,0,0,0.4), rgba(0,0,0,0.1)); /* Standard syntax (must be last) */

    display: table-cell;
}

.masthead h1 {
	background: none;
	padding:60px;
}

.call-to-action .logo-isii {
	width:20%;
	display: table-cell;
}

.logo-isii {
	text-align: center;
	vertical-align:middle;
	padding:10px;
	height:100%;
}

.logo-isii img {
	width:60%;
	max-width:120px;
}

.calculations-table h3.header {
	cursor:pointer;
}

thead tr.column-holder {
	background-color: #eee;
}

.calculations-table h3.header.collapsed:before {
	content: "\f078";
	margin-right: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.calculations-table h3.header:before {
	content: "\f077";
	margin-right: 0.35em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.compact, .isii-compact {
	background-color: #0987b5;
}
.next, .isii-next {
	background-color: #dd081b;
}

.iivo, .isii-iivo {
	background-color: #000;
}

.workit {
	background-color: #ccc;
}

.call-to-action:hover h1 {
	color:#000;
	text-shadow: 0px 0px 15px rgba(255,255,255, 1);
}

.masthead h1 span,
.call-to-action h1 span {
	display: block;
	font-size: 30px;
}

.call-to-action h1 span:after {
	content:"";
}

#container {
	padding:60px;
	padding-top: 10px;
	margin-top: 70px;
}


/* HEADER */

#header {
	background: #fff;
	border-bottom: 1px solid #ddd;
	position:fixed;
	top:0;
	width:100%;
	z-index:5000;
}

#logo {
	float:left;
}

#logo img {
	float: left;
	height: 49px;
	padding: 7px;
	padding-bottom:7px;
}

#nav {
	float:right;
}

.status {
	background-color:#aaa;
	color:#fff;
	font-weight: bold;
	padding:4px;
	border-radius: 4px;
	display: inline-block;
	font-size:12px;
}

.status.ready {
	background-color: #076900;
}
.status.approved {
	background-color: #0ec100;
}
.status.pending {
	background-color: #e29500;
}




/*Strip the ul of padding and list styling*/
#header ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
}

/*Create a horizontal list with spacing*/
#header li {
	display:inline-block;
	float: left;
}

/*Style for menu links*/
#header li a {
	display:block;
	text-align: left;
	line-height: 25px;
	font-family: "mic32new", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	text-decoration: none;
	padding:20px;
	padding-left: 15px;
	padding-right: 15px;
}

#header li a span {
	color:#bbb;
} 

#header li:hover a span {
	color:#fff;
} 

/*Hover state for top level links*/
#header li:hover a {
	color: #fff;
	background: #00B7F1;
}

/*Style for dropdown links*/
#header li:hover ul a {
	background: #fff;
	color: #2f3036;
	line-height: 20px;
	padding:8px;
}

/*Hover state for dropdown links*/
#header li:hover ul a:hover {
	background: #00B7F1;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#header li ul {
	display: none;
	position: absolute;
	border: 1px solid #ddd;
	border-top: none;
}

/*Make dropdown links vertical*/
#header li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#header li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
#header ul li a:hover + .hidden, 
#header  .hidden:hover {
	display: block;
}



/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "mic32new", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	background: #fff;
	text-align: left;
	padding: 10px 0;
	display: none;
	float:right;
	font-size: 30px;
	cursor: pointer;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

#header ul li.language,
#header ul li.language:hover a,
#header ul li.language a:hover,
#header ul li.language:hover ul a:hover  {
	background: #fff;
}

#header ul li.language:hover ul a:hover {
	opacity: 0.7;
}

#header ul li.language img {
	padding-top: 4px;
	height:16px;
}

/*Responsive Styles*/

@media screen and (min-width : 1280px){
	.block.half-size-if-big {
		float:right;
		width: 49%;
	}
	.block.half-size-if-big:nth-child(2) {
		float:left;
	}
}


@media screen and (max-width : 1280px){
	.call-to-action {
		width: 100%;
    	display: table;
	}

	.call-to-action h1 div {
		float: left;
	}
}





@media screen and (min-width : 1280px){
	.block.third-size-if-big {
		float:left;
		width: 32%;
		margin-right: 1%;
	}
	.block.third-size-if-big:nth-child(3) {
		margin-right: 0;
	}
	.block.third-size-if-big h1 {
		height:200px;
	}



	.block.fourth-size-if-big {
		float:left;
		width: 23.5%;
		margin-right: 1%;
	}
	.block.fourth-size-if-big:nth-child(4) {
		margin-right: 0;
	}
	.block.fourth-size-if-big h1 {
		height:300px;
	}


	.block.two-size-if-big {
		float:left;
		width: 49.5%;
		margin-right: 1%;
	}
	.block.two-size-if-big:nth-child(2),
	.block.two-size-if-big:nth-child(4) {
		margin-right: 0;
		clear:right;
	}
	.block.two-size-if-big h1 {
		/*height:300px;*/
	}

}



@media screen and (min-width : 800px){
	li.separator {
		border-top: 1px solid #ccc;
	}

	.table-wrapper.full-width table td.amount {
		text-align: right;
	}

}

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

	.masthead h1 {
		margin-right: 100px;
	}
	.masthead.isii-compact-bg:after {
		top:0;
		width:100px;
		transform: scale(.3);
	}
	.masthead.isii-next-bg:after {
		top:0;
		width:100px;
		transform: scale(.3);
	}
	.masthead.workit-bg:after {
		top:0;
		width:100px;
		transform: scale(.3);
	}

	.masthead.iivo-bg:after {
		top:0;
		width:100px;
		transform: scale(.3);
	}

	.masthead h1 {
		padding-top: 20px;
		font-size: 24px;
	}


	.table-wrapper.full-width table td {
		border-bottom: none;
		padding-top:4px;
		padding-bottom: 3px;
	}

	.table-wrapper.full-width table tr:last-child td {
		border-bottom:  1px solid #ccc;
		padding-bottom: 10px;
	}

	.table-wrapper.full-width table.stacktable td:first-child {
		text-align: left;
		color:#ccc;
	}

	.table-wrapper.full-width table.stacktable td {
		font-size: 12px;
	}

	#header {
		position:relative;
		z-index:5000;
	}

	/*Make dropdown links appear inline*/
	#nav {
		position: absolute;
		right:0;
		width: 100%;
	}

	#header ul {
		position: static;
		display: none;
		width: 100%;
	}
	/*Create vertical spacing*/
	#header li {
		
	}
	/*Make all menu links full width*/
	#header ul li, li a {
		width: 100%;
	}

	#header li ul {
		position: relative;
		background-color: #fff;
		border: none;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
		padding-right: 12px;
	}


	#container {

		padding:20px;
		padding-top: 10px;
	}


	.call-to-action h1 {
		font-size:16px;
	}

	.call-to-action h1 span {
		font-size:36px;
	}

	.call-to-action .product-img {
		width:100px;
	}

	.masthead {
		margin-top: -8px;
	}

	form input,
	form select {
		clear:both;
	}

	.calculations-table {
		font-size:12px;
	}
}


#num_units,
#num_compartments {
	margin-left:10px;
	float:left !important;
	margin-bottom: 20px;
}

.calculations-table {
	width: 100%;
	border-collapse: collapse;
}

.calculations-table .art-code {
	color:#000;
}


.calculations-table thead td {
	font-weight: bold;
}

table thead td::first-letter {
   text-transform:uppercase;
}

tr.ic.disabled td {
	color:#ccc;
	text-decoration: line-through;
}

tr.ic.disabled input:disabled {
	color:#ccc;
}

.calculations-table thead td.uc {
	width: 1%;
}

.calculations-table tr td {
	border-bottom: 1px solid #ccc;
}

.calculations-table input {
	width: 35px;
	margin-top: 7px;
	text-align: right;
}

.calculations-table td.calc-attr input {
	width: 20px;
	color:#0987b5;
	font-weight:bold;
	text-align: center;
}

.calculations-table .num {
	width: 36px;
	text-align:right;
}

.calculations-table .info  {
	width:50px;
}

.calculations-table .num input {
	float:right;
}

td.label,
span.label {
	color:#777;
	padding-right: 10px;
}

 .ui-autocomplete {
 	background-color: #fff;
 	border:1px solid #ccc;
 }

.table-wrapper.full-width table td.calc-attr {
	padding-right: 2px;
	padding-left: 2px;
	text-align:right;
	font-size: 12px;
}

.table-wrapper.full-width table thead td.calc-attr {
	padding-right: 5px;
}


.note {
	background:#f6f6cd; padding:10px; margin-bottom:20px; border:1px solid #ccc;
}

.tooltip_templates {
	display: none;
}

td.price{
	width:80px;
	text-align:right;
}

td.calc-attr {
	background-color:#ddd;
}

.table-wrapper.full-width thead td.calc-attr {
	background-color:#777;
}

td.calc-attr input {
	float:right;
}

td.calc-attr.total {
	opacity: 0.8;
}

td.price input {
	float:none;
	display: inline;
}


td input.percentage {
	width:50px;
	color:green;
	border-color:green;
}

td.percentage {
	color:green;
}


.table-wrapper.scrollable-x {
	overflow-x: scroll;
}

td img.flag {
	width:50px;
	height:50px;
}



.calculations-table .hide {
	width: 1% !important;
	max-width: 1% !important;
}

.calculations-table .hide span,
.calculations-table .hide input {
	display: none;
}



@font-face {

    font-family: 'mic32new';

    src: url('../fonts/mic32new-rg-webfont.eot');

    src: url('assets/fonts/mic32new-rg-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/mic32new-rg-webfont.woff2') format('woff2'),

         url('../fonts/mic32new-rg-webfont.woff') format('woff'),

         url('../fonts/mic32new-rg-webfont.ttf') format('truetype'),

         url('../fonts/mic32new-rg-webfont.svg#mic_32_new_rgregular') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'mic32new';

    src: url('../fonts/mic32new-bd-webfont.eot');

    src: url('../fonts/mic32new-bd-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/mic32new-bd-webfont.woff2') format('woff2'),

         url('../fonts/mic32new-bd-webfont.woff') format('woff'),

         url('../fonts/mic32new-bd-webfont.ttf') format('truetype'),

         url('../fonts/mic32new-bd-webfont.svg#mic_32_new_rgbold') format('svg');

    font-weight: bold;

    font-style: normal;

}