html, body {
    margin: 0px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size:14px;
}

/*--- HEADER sytles ---*/


header {
  width:100%;
  height:100px;
  background-color:black;
}

#headerblockleft {
  float: left;
}

#headerblockmiddle {
  float: left;
}

#headerblockright {
  float: right;
  
}

#top_menu {
  margin: 0px 0px 0px 50px;
  color:#121B6A;
}

.logo1 {
  float:left;
  width:140px;
  margin-top:50px;
  margin-left:75px;
  margin-bottom: 20px;
}

.logo2 {
  float:left;
  width:200px;
  margin-top:30px;

}

.logo3 {
  float:left;
  margin-top:25px;
  margin-right: 20px;
}

.logo4 {
  float:left;
  margin-top:20px;
  margin-right: 20px;
}

.logo3 img {
  margin-left:10px;
}

.userinfo {
  float:left;
  margin-left: 50px;
  width:500px;
}

.userinfo a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

.userinfo p {
  margin:5px;
}

.usermenu {
  /*float:left;*/
  margin:50px 0px 0px 0px;
}

.userauth {
  float:right;
  color:#fff;
  /*margin:10px;
  margin:50px 0px 0px 0px;*/
}
/*
.language_select {
  width:250px;
  margin:10px 0px 0px 0px;
}
*/
.blueline {
  width:100%;
  height:20px;
  background-color:#EF831E;
}

.yellowline {
  width:100%;
  height:3px;
  background-color:#121B6A;
}

.greenline {
   width:100%;
  height:10px;
  background-color:#EF831E;
}

.grayline {
   width:100%;
  height:5px;
  background-color:#ededed;
}
.specpriceheader {
	float:left;
	margin-bottom: 20px;
}
.exportdiv {
	float:right;
	margin-right: 50px;
}

.demomode {
	color:red;
	font-size:16px;
	font-weight: bold;
}

.logindiv {
  margin-top: 300px;
}

.logintable {
  font-size: 18px;
  margin-top: 25px;
}

.logintable th {
  border-bottom: none;
}

.logintable td input {
    width: 200px;
    height: 30px;
    box-shadow: none;
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 0.28571429rem;
}

.logintable label {
  width: 200px;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
}

.float{
	position:absolute;
	width:180px;
	height:46px;
	top:130px;
	right:40px;
	background-color:#121B6A;
	color:#EF831E;
	/*border-radius:50px;*/
	text-align:center;
	box-shadow: 0px 10px 5px -8px rgb(0 0 0 / 75%);
  border: 1px solid #121B6A;
  z-index: 1;
  padding: 13px;
  font-size: 16px;
  font-weight: bold;
}

.float2{
	position:absolute;
	width:300px;
	height:46px;
	top:130px;
	right:230px;
	background-color:#121B6A;
	color:#EF831E;
	/*border-radius:50px;*/
	text-align:center;
	box-shadow: 0px 10px 5px -8px rgb(0 0 0 / 75%);
  border: 1px solid #121B6A;
  z-index: 1;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}

#plvl {
  margin-top:-10px;
}

.plvlp {
  padding-top:7px;
  padding-right: 5px;;
}
/*
.plvlp:first-child {
  padding-top:5px;
}
*/
/*
.my-float{
	margin-top:22px;
}
*/

/*--- MAIN BODY sytles ---*/

body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing:1,5;
  z-index:99;
  
  }

#main {
  width:auto;
  height:auto;
  /*background: url('/static/bright-squares.png');
  background-repeat: repeat;*/
}
 

#container {
  min-width:1100px;
  min-height:768px;
  background-color:white;
  /*border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;*/
  margin: 0px 0px 0px 50px;
  overflow:hidden;
/*-webkit-box-shadow: 0px 14px 9px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 14px 9px -4px rgba(0,0,0,0.75);
box-shadow: 0px 14px 9px -4px rgba(0,0,0,0.75);*/
}

#container h1 {
  margin:5px 0px;
}

footer {
  width:100%;
  height:70px;
  color:#121B6A;
  bottom:0px;
}

#footer_menu {
  text-align:center;
}

.logindiv {
  margin:auto;
  width:20%;
}

.price_filter_checkboxes {
  width:100%;
  font-size:16px;
  margin-bottom:10px;
}

.price_filter_checkboxes {
    vertical-align:middle;
}

.price_filter_checkboxes td {
  margin: 0px 5px 0px 0px;
  padding: 10px 0px;
  /*text-align:center;*/
  height:50%;
}


.price_filter_checkboxes input[type='checkbox'] {
  margin:5px 5px 5px 0px;
  vertical-align: middle;
}

.price_filter_checkboxes input[type='text'] {
  margin:5px;
}

.resultdata {
  float:left;
  width:500px;
}

.resultactions {
  float:right;
  width:300px;
}

.floated_container {
  position:fixed;
  right:0px;
  top:100px;
  padding: 5px;
  width: 160px;
  z-index: 100;
  background-color:#121B6A;
  -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.75);
  border-radius:10px 00px 10px 0px;
  border:#333 solid thin;
}

.floated_buttons {
  margin:10px;
  padding:10px;
  width:130px;
  max-height:70px;
  background-color:#EF831E;
  -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
  border-radius:5px;
	border:2px outset lightgray;
  text-align:center;}

.buttondiv {
  margin:10px;
  padding:10px;
  max-width:200px;
  max-height:70px;
  background-color:#EF831E;
 /* -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px solid lightgray;
  text-align:center;
  
  color:white;
  font-weight:bold;
 
  cursor:pointer;
 text-decoration:none;
}

.activaBasket {
	font-weight:bold;
	font-size:16px;
}

.featureaddbutton {
  margin:15px 15px 0px 0px;
  padding:10px;
  width:200px;
  height:40px;
  background-color:#EF831E;
  border-radius:5px;
	border:2px solid lightgray;
  text-align:center;
}

.buttondiv a, .featureaddbutton a {
  color:white;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
 text-decoration:none;
}

.floated_buttons  a {
  color:white;
  font-weight:bold;
  text-align:center;
  cursor:pointer;
 text-decoration:none;
}

.buttondiv, .floated_buttons a:hover {
  text-decoration:none;
}

.currentbasketname {
   margin-left:20px;
  padding:10px;
  max-width:200px;
  max-height:70px;
  text-align:center;
  font-size:12px;
  color:white;
  font-weight:bold;
}


.eventypecheckboxfirstrow {
  width:740px;
  height:30px;
  float:left; 
}

.eventypecheckboxsecondrow {
   width:740px;
  height:35px;
  float:left;
}

.greenbuttonfornews {
  margin:15px 0px 0px 0px;
  width:100%;
  height:32px;
  background-color:#121B6A;
  border-radius:2px;
  border:1px solid #121B6A;
  text-align:center;
  color:#fff;
}
/*
.greenbuttonfornews:hover{
  margin:0px 0px 0px 0px;
  width:100%;
  height:40px;
  background-color:#121B6A;
  border-radius:5px;
  border:2px solid #121B6A;
  text-align:center;
  color:#fff;
}
*/

.greenactive {
  margin:15px 0px 0px 0px;
  width:100%;
  height:32px;
  background-color:#121B6A;
  border-radius:2px;
  border:1px solid #121B6A;
  text-align:center;
  color:#fff;
}

.graypassive {
  margin:15px 0px 0px 0px;
  width:100%;
  height:32px;
  background-color:lightgray;
  border-radius:2px;
  border:1px solid darkgray;
  text-align:center;
  color:#000;
}

.greenbutton {
  margin:5px 0px 0px 0px;
  width:150px;
  height:20px;
  background-color:#121B6A;
  border-radius:5px;
  border:1px solid #121B6A;
  text-align:center;
  color:#fff;
}
/*
.greenbutton :hover{
  margin:0px 0px 0px 0px;
  width:150px;
  height:20px;
  background-color:#121B6A;
  border-radius:5px;
border:2px solid #121B6A;
  text-align:center;
  color:#fff;
}
*/
.buttonstyle1 {
  margin:5px;
  max-width:200px;
  height:30px;
  background-color:#121B6A;
  /*-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px solid #121B6A;
  text-align:center;
  color:#fff;
}

.buttonstyle1:hover {
  background-color:#EF831E;
  cursor:pointer;
}

.buttonstyle1login {
  margin-top:5px;
  width:200px;
  height:30px;
  background-color:#121B6A;
  /*-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px solid #121B6A;
  text-align:center;
  color:#fff;
}

.buttonstyle3:hover {
  background-color:#ff001a;
  cursor:pointer;
}

.buttonstyle2 {
  margin:5px;
  max-width:200px;
  max-height:40px;
  background-color:#EF831E;
  /*-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px solid lightgray;
  text-align:center;
}

.buttonstyle3 {
  margin:5px;
  max-width:200px;
  height:30px;
  background-color:#e30017;
  /*-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px solid darkgray;
  text-align:center;
  color:#fff;
}

#saver_of_the_filters a {
  margin:5px;
  padding:3px;
  max-width:200px;
  height:30px;
  background-color:#e30017;
  /*-webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);*/
  border-radius:5px;
	border:2px outset darkgray;
  text-align:center;
  color:#fff;
}

.floated_buttons:hover {

}

/*  Home page styles */

.homebox {
  margin:20px;
}

.homeboxleft {
  width:60%;
  float:left;
}

.homeboxright {
  width:40%;
  float:right;
}

.profiletable {
  width:100%;
  margin-top:15px;
}

.profiletable td:nth-child(1) {
  width:200px;
}

.profiletable th:nth-child(1) {
  margin-top:15px;
}

.profiletable input[type="text"],.profiletable input[type="password"]  {
  width:450px;
  height:30px;
}

.profiletable select {
  width:200px;
  height:30px;
}

.profiletable input[type="button"]  {
 float:right;
  margin-right:50px;
}

.eventypecheckbox {
  float:left;
  margin:5px 10px 0px 0px;
  padding:5px 0px;
  font-size:12px;
}

.eventypecheckbox [type="checkbox"] {
  margin:0px 0px 0px 15px;
  vertical-align:middle;
}

.eventypebutton {
    margin:5px 0px 0px 10px;
    float:left;
}

.riporttypebutton {
    margin:5px 0px 0px 5px;
    float:right;
}
  
.newsfeedfilters {
	width:100%;
  margin-bottom:15px;} 
	
.newsfeedfilters tr {
	height:30px;} 
	
.newsfeedfilters td {
	width:150px;
	height:35px;
	padding:5px;}

.newsfeedfilters label, input { 
  vertical-align:middle;
  display: inline-block;
  /*font-size: 13px;*/
}

.toolbar {
  width:850px;
  padding:5px 0px;
}

.toolbar b {
  margin:0px 5px;
  font-size:12px;
}

.entitylisttoolbar {
  width:500px;
  float:left;
}

.tdcenter {
  text-align:center;
}

.tdleft {
  text-align:left;
}

.tdright {
  text-align:right;
}

.tdcenter img {
  margin:0px auto;
  display:block;
}

.eventypebuttonbox {}

.news_eventype_filtering td {
  border-bottom-color:white;
}

.news_eventype_filtering {}

.ui-tooltip {
    border: 1px solid #EF831E;
    color:#121B6A;
    cursor:pointer;
    font-size:16px;
     font-weight:bold;
}
/*
.eventypecheckbox p {
  margin:0px 5px 0px 0px;
  padding:0px;
}
*/

#vb_entitytable img {
  cursor:hand;
}

#vb_entitytable th {
	text-align:center;
}

.resulttable, .overviewtable {
  width:100%;
}

.resulttable th {
  font-weight:bold;
  border-bottom:1px gray solid;
}

.resulttable td {}

.resulttable tr {}

.resulttable select {
  height:30px;
  width:100%;
}

.resultsbox {}

.dateclass {
  height:30px;
  width:100px;
}

.inputclass {
  height:30px;
  width:100%;
}

.matchfilterbox {
  width:100%;
  clear:both;
  margin:10px 0px;
  /*border: 1px solid black;*/
}
.matchfilterbox h3 {
  margin:5px 0px;
} 
  
  
.matchfilterboxitem {
  width:270px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}

.matchfilterboxitem_featureselect {
  width:200px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}

.matchfilterboxitem_featureselect_short {
  width:150px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}
/*
.matchfilterboxitem_featureselect_short label {
	margin-left:25px;
	margin-bottom:5px;
}
*/
.matchfilterboxitem select {
 /*width:150px; */
}

.matchfilterboxitematmatching {
  width:240px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}

.matchfilterboxitem-wide {
  width:350px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}


.matchbox {
  clear:both;
  margin:10px 0px 20px 0px;
  
}
/*
.matchbox form {
  margin:10px;
}
*/
.matchfilterboxslider_first {
  width:200px;
  min-height:40px;
  margin:10px 25px 10px 0px;
  float:left;
  padding-left: 15px;
}

.matchfilterboxslider {
  width:200px;
  min-height:40px;
  margin:10px 25px 10px 0px;
  float:left;
}

.matchfilterboxdate {
  width:250px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}

.matchfilterboxslider_modal {
  width:230px;
  min-height:40px;
  margin:10px 25px 10px 0px;
  float:left;
}

.matchfilterboxdate_modal {
  width:250px;
  min-height:40px;
  margin:10px 15px 10px 0px;
  float:left;
}
/*
.matchfilterbox  select {
  margin:10px;
}
*/
.matchfilterboxleft {
  float:left;
  width:550px;
  
}

.matchfilterboxright {
  float:right;
  width:300px;
}

.riportselectbox {
  width:100%;
  height:40px;
  margin:10px 0px;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

.smallmodalbox {
  width:33%;
  float:left;
  text-align: left;
}

.smallmodalbox2 {
  width:400px;
  float:left;
  text-align: left;
}

.smallmodalbox3 {
  width:320px;
  float:left;
  text-align: left;
 

}
.smallmodalbox select, .smallmodalbox2 select, .smallmodalbox3 select {
  height:30px;
   text-align:center;
}

.smallmodalbox input, .smallmodalbox2 input, .smallmodalbox3 input {
  height:30px;
  border:1px solid #a9a9a9;
}

.bigmodalbox {
  width:100%;
}

.bigmodalbox table {
  width:100%;
}
/*
button {
  background-color:#d5deed;
  
  height:30px;
  margin:5px;
  -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
  border-radius:5px;
}
*/
.includer {
  border-left: 3px #121B6A solid;
  border-right: 3px #121B6A solid;
  border-bottom: 3px #121B6A solid;
  border-top: 3px #121B6A solid;
  margin-top:0px;
}


.entity_selection_filters {
  width:100%;
  min-height:150px;
  overflow:hidden;
  margin-bottom:15px;
}

.filter_item {
  width:180px;
  height:400px;
  /*background-color: lightgray;*/
  border: 1px lightblue dotted;
  float:left;
  margin:5px;
  padding:5px;
}

.filter_item label {
  font-size:14px;
  font-weight:bold;
  color:red;
}

.filter_item select {
  width:160px;
  height:30px;
  border:2px solid gray;
}

.pricelist_select {
  width: 100%;
  height:200px;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  }

#newsfeed_changelog {
  width:100%;
}

/* Dashboard division styles */

.fullcol {
  clear:both;
  min-height:100px;
}

.leftcol {
  float:left;
  width:750px;
  min-height:200px;
}

.contentbox_left {
   width:680px;
   margin:10px;
}

.rightcol {
  float:right;
  width:400px;
  min-height:200px;  
}

.contentbox_right {
   width:380px;
  margin:10px;
}

.mainbuttons {}

.vbrowser_button {
 padding:10px;
  width:100%;
  height:100px;
  background-color:#EF831E;
  -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
  border-radius:1px;
	font-weight:bold;
  text-align:center;
}

.vbrowser_button a{
  text-decoration:none;
}

/*--- FOOTER sytles ---*/


/*--- JS Auxiliary sytles ---*/

.ui-datepicker table {
  border: 2px #121B6A solid;
  background-color: white;
}

.ui-datepicker td a {
  background-color: lightgray;
}


/* JS customized styles */

.ui-tabs .ui-tabs-nav {
    margin: 0px;
    /*padding: 2px;*/
}

ul {
  margin:0px;
  padding:0px;
}

.ui-tabs ul {
  margin:-5px 0px 0px 0px;
  /*background-color:#121B6A;*/
  
 /*border-bottom: 1px solid #003eff;*/
 }
/*
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}
*/
.ui-widget-header {
    border: 1px solid #dddddd;
    /*background: #e9e9e9;*/
    color: #333333;
    font-weight: bold;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-widget-content {
    /*border: 1px solid #dddddd;*/
    background: #ffffff;
}

.ui-widget-content a {
  color:#121B6A;
}
.ui-widget {
    font-size: 1em;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, a.ui-button:focus, .ui-button:active, .ui-button.ui-state-active:hover, .checkbox-nested-1 {
    /*border: 1px solid #121B6A;*/
    background: #121B6A;
    font-weight: bold;
    color: #ffffff;
    -webkit-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px -8px rgba(0,0,0,0.75);
	border:1px solid #121B6A;

  
}

input[type="search"]  {
	border:1px solid #ccc;
	border-radius: 2px;
}

input[type="checkbox"]  {
	border:1px solid #ccc;
	border-radius: 2px;
}

.ui-tabs .ui-tabs-nav li {
margin:0px;
}

/* Popups */

.poppenedup_filters {
  background-color:white;
  border: 2px solid gray;
}

/*----*/

/* TEST AREA*/
/*
input[type=checkbox]  {
  color: #ccc;
  font-style: italic;
} 
input[type=checkbox]:checked  {
  color: #f00;
  font-style: normal;
} 
*/
/*@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");*/
/*
.pcs:after {
  content: " pcs";
}

.cur:before {
  content: "$";
}

.per:after {
  content: "%";
}

* {
  box-sizing: border-box;
}
*/

/*
table {
  width: 100%;
}
*/
table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size:12px;
}
table th, table td {
  /*padding: .4em;*/
  font-size:12px;
}

#comparison_table {
  overflow-x: scroll;
 
  overflow-y: visible;
}

.scrollinn {
   width: 500px;
  overflow-x: scroll;
  margin-left: 5em;
  overflow-y: visible;
  padding: 0;
}

.headcol {
   position: absolute;
  width: 5em;
  left: 0;
  top: auto;
  border-top-width: 1px;
  /*only relevant for first row*/
  margin-top: -1px;
}


.pricelistfoldabletable {
	width:100%
}

#newsfeed_changelog td {
	padding:5px;
}

.pricelistfoldabletable tbody.tr:hover {
	background: #EF831E;
	font-weight:bold;
}

.pricelistfoldabletable_feaure {
	width:300px;
}

.pricelistfoldabletable_old {
	width:250px;
	text-align:center;
}

.pricelistfoldabletable_new {
	width:250px;
	text-align:center;
}

.fold-table {
   width:100%;
   table-layout: fixed;
  
}



table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
  cursor: pointer;
  /*text-align:center;*/
  padding:5px;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  /*padding-left: 20px;*/
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  /*position: absolute;*/
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  /*font: 12px fontawesome;*/
  color: #999;
  /*_content: "\2193";*/
  transition: all .3s ease;
  
}

table.fold-table > tbody > tr.view: {
  font-weight:bold;
  border-bottom: 1px solid #ccc;
  }

table.fold-table > tbody > tr:nth-child(2n+0) {
  background:#f5f5f5;
  border-top: 1px solid #ddd;
}

table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background-color:#ddd;
}

table.fold-table > tbody > tr.view:hover {
  background: #EF831E;
  font-weight:bold;
}
table.fold-table > tbody > tr.view.open {
  background: #121B6A;
  color: white;
  font-weight:bold;
}
table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
}

.fold-content {
  /*padding: .5em;*/
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}

.pricelist_list > tr:nth-child(even) {background: #CCC;}
.pricelist_list > tr:nth-child(odd) {background: #FFF;}

.pricelist_list tr { background-color:#FF0000;}

/*DROP DOWN*/
.dropbtn {
  /*background-color: #3498DB;*/
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/*.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:35px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.dropdown a:hover {background-color: #ddd;}*/

.show {display: block;}
/**/


.entitymatchbox ul {
  margin-left:15px;
  list-style-type:none;
}

.entitymatchbox li {
  margin-bottom:5px;
}

.entitymatchbox label {
  margin-bottom:5px;
}

.pricewalkssubtable {
  margin:0px 5px 10px 0px;
  float:left;
  width:24%;
  min-height:200px;
}

.pricewalkssubtable_engine {
  margin:0px 5px 10px 0px;
  float:left;
  width:48%;
  min-height:200px;
}

.pricewalkssubtable_transm {
  margin:0px 5px 10px 0px;
  float:left;
  width:24%;
  min-height:200px;
  clear:right;
}

.pricewalkssubtable_bodystlye {
  margin:0px 5px 10px 0px;
  float:left;
  width:24%;
  min-height:200px;
  clear:left;
}
.pricewalkssubtable tr:hover, .pricewalkssubtable_engine tr:hover, .pricewalkssubtable_transm tr:hover, .pricewalkssubtable_bodystlye tr:hover {
  background-color:#EF831E;
}

.spec_container {
  width:100%;
  min-height:250px;
  overflow:hidden;
  /*border: 1px solid black;*/
}

.entitystring_label {
  height:21px;
  font-weight:bold;
  text-align:center;
}

.spec_featurename {
  float:left;
  width:300px;
  background-color:#f3f3f3;
}

.pdfname_table td {}

.featurename_table {
  /*border: 1px solid black;*/
  width:100%;
}

.featurename_table  td {
  border-bottom: 1px solid black;
}
.ffamily_name {
  height:25px;
  background-color:#121B6A;
  color:white;
  font-weight:bold;
  font-size: 11px;
}

.feature_name {
  height:25px;
}

.spec_featurevalue {
  float:left;
  width:700px;
  background-color:white;
}
/*
.item {
  width:140px;
  display:block;
}
*/
.owl-item {
  width:140px;
}

.featurevaule_table {
  /*border: 1px solid black;*/
  height:15px;
  width:180px;
  /*margin-top:1px;*/
  /*z-index:5;*/
}

.featurevaule_table th {
 text-align:center;
}

.featurevaule_table td {
  border-bottom: 1px solid #121B6A;
}

.ntity_strng {}

.feature_data {
  height:25px;
  text-align:center;
}
/* Comparison Tables*/

.comptablefirstcol {
  background-color:#e30017;
  width:100px;
}


.th_1 {}
 
.th_2 {}

.th_3 {}

.th_4 {}

.th_separator {}

.comp_sub_header {}

.comp_sub_header_feature_name {
  width:150px;
}

.comp_sub_header_feature_value_name {}

.comp_grouped_table {
  /*width:100%;*/
}

.highlighted_element_top {
  background-color:#7CFC00;
}

.highlighted_element_bottom {
  background-color:#FF6347;
}

.singleopt_element {
  background-color:#121B6A;
}

.entity_pdf_name {
 width:330px;
 
}

.dummy_td {
    width:60px; 
}

.comp_feature_name {
  width:325px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow:hidden;
}

.comp_feature_value {
  width:60px;
}

.comp_value {
  width:140px; 
}

.entity_value {
  
 width:140px; 
}
/*
#wait {
  width:100%;
  height:100%;
  background-color:#fff;
  display:none;
  position:absolute;
  z-index:4000;
  opacity: 0.3;
}
*/

.fulltable {
  width:100%;
}
.fulltable td {
	height:42px;
}

.fulltablefixedtdlong {
  width:250px;
}

.fulltablefixedtdshort {
  width:200px;
}

table.fulltable > tbody > tr:nth-child(2n+0) {
  background:#f5f5f5;
  border-top: 1px solid #ddd;
}


.headerbordertop {
  border-top: 1px solid #EF831E;
  padding-top:10px;
}

.eventypecheckbox label, .riportselectbox label, .greenbuttonfornews, .greenbutton {
  cursor:pointer;
}

.price_filter_checkboxes label, .imglinks, .tdcenter, .newsfeedfilters label {
  cursor:pointer;
}

.price_filter_checkboxes label {
  font-size:14px;
  padding-top:2px;
}
/*
.svg-container {
  width:100%;
}*/

.td_blank_space {
  height:15px;
}

.entity_string {
  font-size:11px;
  height:15px;
}

.defsize {
  width:100px;
}

.hasDatepicker {
	width:60px;
	height:32px;
  border:1px solid #ccc;
	/*margin-top:10px;*/}

/*EV table */




.evtable {
  min-width: 1100px;
  /*background-color: #aaa;*/
  /*overflow: scroll;*/
  /*border-collapse: collapse;*/
}


/*thead*/
.evtable thead {}

.evtable thead th {
  width: 120px;
  height: 32px;
  vertical-align:middle;
  text-align:center;
}

.evtable thead th:nth-child(1) { 
  background-color: #f3f3f3;
  width:240px;
  color:#000;
  text-align: left;
  padding:10px 0px 0px 5px;
}

.evtable tbody td:nth-child(1) {
  background-color: #f3f3f3;
  text-align:left;
  vertical-align: middle;
  padding:10px 5px 5px 5px;  }

.evtable tbody tr:hover {
	background: #EF831E;
	font-weight:bold;
}


.featuretd {
  border-bottom: 1px solid #121B6A;
}

.evfamilyline {
   height:2px;
  border-bottom: 5px solid #EF831E;
}
/*
.evfamilyline td {
  background-color:#121B6A;
  padding:0px;
}
*/
.evtable tbody tr td.sumvalue:nth-child(1)  {
  background-color:#121B6A;
  color:#fff;
  font-weight:bold;
}

.sumvalue {
  background-color:#121B6A;
  color:#fff;
  font-weight:bold;
}


.evtable tbody td {
  width: 120px;
  text-align:center;
  padding:0px;
  word-wrap: break-word;         
  overflow-wrap: break-word;
}
/
.evtable tbody tr td:nth-child(1) {  
  background-color: #f3f3f3;
  width:240px;
  color:#000;
  vertical-align: middle;
  text-align:left;
  padding:10px 0px 0px 5px;
}
/*---------------------------*/

.switch-field {
	display: flex;
	margin-bottom: 20px;
	overflow: hidden;
  margin-left:25px;
}

.dynasearchform {
  margin-left:20px;
  max-width:200px;
  /*text-align:center;*/
}

.viewbyform {
  margin-left:10px;
  max-width:200px;
  text-align:center;
}

.dynasearchform p {
  color:#fff;
  font-weight:bold;
  font-size:12px;
  margin-left:17px;
}

.viewbyform p {
   color:#fff;
  font-weight:bold;
  font-size:12px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #EF831E;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/**/

#sideNavi,
.side-navi-item,
.side-navi-data,
.side-navi-tab {  margin: 0; padding: 0; z-index:100; }
#sideNavi {
    position: fixed;
    right: 50px;
    top: 25%;
}
/* items */
.side-navi-item-default {
    height: 50px;
    display: none;
}
.side-navi-item {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 150px;
    height: 50px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #fff;
	font-weight:bold;
    background-color: #121B6A;
    cursor: pointer;
	border: 1px solid #121B6A;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.side-navi-item.item1 {  top: 180px;  }
.side-navi-item.item2 {  top: 355px;  }
.side-navi-item.active,
.side-navi-item:hover {  
background-color: #EF831E; 
color: #121B6A;
font-weight:bold;  }
.side-navi-item > div {  padding-top: 15px; text-align: center;  }
/* data wrapper */
.side-navi-data {
    position: absolute;
    top: 0;
    left: 50px;
    width: 250px;
    height: 450px;
    background-color:#121B6A;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
  border:#333 solid thin;
}
/* tab wrapper */
.side-navi-tab {  display: none;  }
.side-navi-tab.active {  display: inline-block;  }
.side-navi-tab > div {  padding: 10px;  }


/*

.blurring.dimmed.dimmable > :not(.dimmer) {
    filter: none;
}
.blurring.dimmed.dimmable > :not(.dimmer):not(.popup) {
    filter: blur(5px) grayscale(0.7);
}

*/
.opt_price {}

.opt_content {
	display:none;
	background-color:#fff;
	z-index:2000;
	position:relative;
}

.showcontent {
	cursor:pointer;
	z-index:2000;
}

.showcontent ul {
	padding:10px;
	/*background-color:#fff;*/
}

.showcontent li {
	text-align:left;
	list-style-type: square;
}

.showcontent:hover .opt_content {
  display: block;
  position:absolute;
  width:180px;
  min-height:20px;
  /*overflow:visible;*/
  background-color:#fff;
  z-index:2000;
  cursor:pointer;
  padding:10px;
  border: 1px solid #121B6A;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}

a:focus {
  /*background-color: yellow;*/
  /*border:5px solid red;*/
  outline-style:none;
  box-shadow:none;
  border-color:transparent;
}

/* Custom cheeeckboxes */
/* The container */
.container {
  /*display: block;*/
  position: relative;
  padding-left: 25px;
  padding-top:3px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: lightgray;
  border-radius:5px;
  border:1px solid #121B6A ;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #EF831E;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #EF831E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#equipmentValueReport {
	margin-bottom:150px;
}

.customlabel {
  padding: 0px;
}
