@import "/css/fonts.css";

@media screen, projection
{
  .noscreen
  {
    display:none;
  }

  *
  {
    font-size: 100.01%;
  }

  .db_id
  {
    font-size: 10pt;
    display: block;
    padding-bottom: 15px;
  }

  a
  {
    color: #0e923d;
    text-decoration: underline;
  }
  a:hover
  {
    color: #ca622a;
    text-decoration: underline;
  }

  :focus
  {
    outline: 0;
  }

  .tooltip_icon
  {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('/images/icon_tooltip.png');
  }

  html, body
  {
    height: 100%;
  }

  body
  {
    padding: 0px;
    margin: 0px;    background: #fff;
    font-family: KievitCompPro; Verdana, sans-serif;
    font-size: 1em;
    color: #444444;
  }

  div#container
  {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }

  #content
  {
    flex: 1;
    overflow: auto;
    vertical-align: top;
  }

  #filter
  {
    display: table-cell;
  }

  #nav
  {
    overflow-y: auto;
    vertical-align: top;
    width: 230px;
    min-width: 230px;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  nav
  {
    background: url('/images/logo.png') top no-repeat ;
    padding-top: 71px;
    position: relative;
    width: 230px;
    box-sizing: border-box;
  }

  #nav ul
  {
    margin: 0;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
  }

  #nav ul ul
  {
    border-top: 1px solid #777;
    background-color: #eeeeee; /* #0e8244;  */
    margin-top: -1px;
  }

  #nav li
  {
    display: block;
    color: #cccccc;
    text-decoration: none;
  }

  #nav ul li a.heading
  {
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    color: #555555;
    padding: 5px 10px;
    font-size:1.2em;
    margin-top: -1px;
  }

  #nav li a
  {
    color: #555555;
    border-bottom: 1px solid #777;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
  }

  #nav ul li a.heading:hover,
  #nav ul ul li a:hover
  {
    color: #ffffff;
    cursor: hand;
    background-color: #555555;
  }

  #nav ul ul li a
  {
    padding-left: 20px;
  }

  #nav_footer
  {
    position:fixed;
    left:0; bottom: 0;
    padding:10px;
    color: #000;
  }
  #nav_footer a,
  #nav_footer a:hover
  {
    color: #000;
    text-decoration: underline;
  }

}

  div.matrix_t
  {
    display: table;
    background: #eee;
  }
  div.matrix_r
  {
    display: table-row;
  }
  div.matrix_c
  {
    display: table-cell;
    width: 80px;
    height: 20px;
    padding: 8px;
    border: 2px solid #fff;
    color: #000;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }

  table.tablesorter
  {
    padding: 0;
    border-spacing: 1px;
    border-collapse: separate;
  }
  table.tablesorter th,
  table.tablesorter td
  {
    font-size: 14px;
  }

  table.tablesorter thead th a,
  table.tablesorter tbody td a
  {
    background-color: #555555;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
  }
  table.tablesorter thead th a:hover,
  table.tablesorter tbody td a:hover
  {
    background-color: #0e923d;
    color: #fff;
  }

  .tablesorter-default .tablesorter-filter-row td
  {
    padding: 4px;
  }
  .tablesorter-default .tablesorter-filter
  {
    margin: 0;
    width: 100%;
  }

  .text_b2t
  {
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    transform: rotate(-90.0deg);
    transform-origin: top left;
  }

  #content
  {
    padding: 100px 30px 30px 30px;
    position: relative;
  }
  #filter
  {
    width: 200px;
    background-color: #eee;
  }

  #header
  {
    position: fixed;
    top: 0;
    left: 230px;
    right: 0;
    padding: 20px 30px;
    height: 30px;
    background: #eeeeee;
    z-index: 8000;
  }
  #header h2
  {
    font-size: 24px;
    color: #0e923d;
    padding: 4px 0;
    margin: 0;
    font-weight: normal;
  }

  #price_lock
  {
    display: inline-block;
    margin-right: 32px;
  }
  #price_lock:hover
  {
    cursor: pointer;
  }
  #price_lock .locked
  {
    color: red;
    border-color: red;
  }
  #price_lock .unlocked
  {
    color: green;
    border-color: green;
  }

  h2
  {
    color: #006c35;
    font-family: KievitCompPro-Bold;
    font-size: 20px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
  }

  h3
  {
    color: #006c35;
    font-size: 18px;
    margin-bottom: 15px;
    margin: 0;
  }

  div.loading
  {
    padding: 25px;
    text-align: center;
    font-size:3em;
    color:#dddddd;
  }

  .loss
  {
    color: #bb0000 !important;
  }

  i.fa.active
  {
    color: #00bb00;
  }
  i.fa.inactive
  {
    color: #cc0000;
  }

  ul.tabs
  {
    margin: 0;
    padding: 0;
    border-bottom: solid 3px #0e923d;
    overflow: hidden;
  }
  ul.tabs li
  {
    float: left;
    list-style: outside none none;
    margin-right: 15px;
  }
  ul.tabs li.controls
  {
    float: right;
  }
  ul.tabs li a
  {
    background-color: #eeeeee;
    padding: 5px 12px;
    display: inline-block;
    outline: 0 none;
    text-decoration: none;
    color: #444444;
    font-weight: bold;
  }
  ul.tabs li a:hover
  {
    color: #ffffff;
    background-color: #ca622a;
  }
  ul.tabs li.active a
  {
    background-color: #0e923d;
    color: #ffffff;
    pointer-events: none;
  }
  fieldset ul.tabs
  {
    border-bottom: solid 1px #666666;
  }
  fieldset ul.tabs li a
  {
    background-color: #dddddd;
    font-weight: normal;
  }
  fieldset ul.tabs li a:hover,
  fieldset ul.tabs li.active a
  {
    background-color: #777777;
  }

  div.tabscontent
  {
    padding-top: 15px;
  }


  .dialog_error_message
  {
    margin: 15px 0px;
    padding: 8px;
	  font-size: 1.2em;
    font-weight: normal;
    color: #cc0000;
    border: solid 1px #ee0000;
    background: #ffffff
  }

  .dialog_warning_message
  {
    margin: 15px 0px;
    padding: 8px;
	  font-size: 1.2em;
    font-weight: normal;
    color: #ee7700;
    border: solid 1px #ee7700;
    background: #ffffff
  }

  .dialog_success_message
  {
    margin: 15px 0px;
    padding: 8px;
  	font-size: 1.2em;
    font-weight: normal;
    color: #0e923d;
    border: solid 1px #0e923d;
    background: #ffffff
  }

  .fancybox-skin
  {
    background: #ffffff none repeat scroll 0 0 !important;
  }

  fieldset
  {
    border:none;
    border-top: solid 3px #0e923d; /*#0e923d; */
/*    border-radius:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; */
    padding: 20px 20px 5px 20px;
    margin: 0 0 20px;
    background: #f5f5f5;
  }
  legend
  {
    padding: 4px 9px;
    background: #0e923d;
/*
    border-bottom: solid 3px #0e923d;
    background-image: linear-gradient(bottom, #0e923d 40%, #7dffff 62%);
    background-image: -o-linear-gradient(bottom, #0e923d 40%, #7dffff 62%);
    background-image: -moz-linear-gradient(bottom, #0e923d 40%, #7dffff 62%);
    background-image: -webkit-linear-gradient(bottom, #0e923d 40%, #7dffff 62%);
    background-image: -ms-linear-gradient(bottom, #0e923d 40%, #7dffff 62%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.4, #0e923d), color-stop(0.62, #7dffff) );
*/
    color: #fff;
    text-transform: uppercase;
  }

  fieldset div.sidebyside
  {
    margin: 0;
  }
  fieldset div.sidebyside > div
  {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
  }

  fieldset fieldset
  {
    background: #eeeeee;
    border-top: solid 1px #666666;
  }
  fieldset fieldset legend
  {
    background: #666666;
    text-transform: none;
  }

  .column_50pct
  {
   width:50%;
   display:inline-block;
   vertical-align:top;
   box-sizing: border-box;
  }

  .column_33pct
  {
   width:33%;
   display:inline-block;
   vertical-align:top;
   box-sizing: border-box;
  }

  #content fieldset h2
  {
    color: #0e923d;
    font-size:1.4em;
  }
  fieldset div.required,
  fieldset div.optional
  {
    clear:both;
    margin-bottom:10px;
    position:relative;
  }
  fieldset div.buttons
  {
    clear:both;
    margin:10px 0;
  }
  fieldset p
  {
    position:relative;
  }
  label
  {
    padding-bottom: 2px;
  }
  label.error
  {
    margin-top: -10px;
    position: relative;
    color: #cc0000;
    display: block;
    padding-bottom: 15px;
  }
  select:required,
  input:required,
  textarea:required
  {
    border-bottom: solid 3px #555555 !important;
    margin-bottom: 12px !important;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=date],
  input[type=datetime],
  input[type=number],
  input[type=tel],
  input[type=url],
  input[type=time],
  input[type=month],
  input[type=week],
  input[type=search],
  input[type=file],
  textarea,
  select
  {
    box-sizing: border-box;
    display: block;
    font-family: 'Titillium Web', Verdana, Geneva, sans-serif;
    font-size: 14px;
    border: solid 1px #888;
    padding: 5px 8px;
    width: 380px;
    max-width: 100%;
    margin-bottom: 15px;
/*    float:left;*/
  }
  input[type=time]
  {
    padding: 3px 8px;    
  }

  input[readonly],
  input[readonly=""],
  input[readonly="readonly"],
  input[disabled],
  input[disabled=""],
  input[disabled="disabled"],
  textarea[disabled],
  textarea[readonly]
  {
    background-color: #eeeeee !important;
    color: #222;
    border: solid 1px #aaa;
  }
  tfoot th input,
  tfoot th select
  {
    margin: 0 !important;
  }
  .ui-datepicker .ui-datepicker-title select
  {
    display: inline-block !important;
    padding: 2px 4px !important;
  }
  input[type=submit],
  input[type=reset],
  input[type=button],
  button[type=submit],
  button[type=button],
  a.button
  {
    border-radius: 0;
    background-color: #888888;
    color: white;
    border-style: none;
    border-radius: 5px;
    padding: 5px 12px;
    margin: 10px 10px 10px 0;
    text-decoration: none;
  }
  input[type=submit]:hover,
  input[type=button]:hover,
  button[type=submit]:hover,
  button[type=button]:hover,
  a.button:hover
  {
    background-color: #0e923d;
    box-shadow: 2px 2px 3px #999;
  }
  input.count,
  input.area,
  input.yield,
  input.currency,
  input.percent,
  input.weight,
  input.amount
  {
    text-align: right !important;
    max-width: 120px;
  }
  input.date
  {
    max-width: 120px;
  }

  input.error
  {
    border: 1px solid #cc0000;
  }

  div.required input[type=text],
  div.required input[type=password],
  div.required textarea,
  div.required select
  {
    border-bottom: solid 3px #0e923d;
  }
  .input_error
  {
    margin:6px 0 0 8px;
    color:#cc0000;
    padding-bottom: 10px;
    font-family: Verdana,Arial;
    font-size: 14px;
  }
  .justify {text-align:justify;}
  .slider_text{
    width: 600px;
    text-align:justify;
    float:left;
    border-right:none;}
  .slider_img{
    width: 280px;
    float: right;
    padding-left: 10px;}

  #nav li li a.active {
    color:#0e923d;}

#year_selection
{
  border-bottom: 3px solid #0e923d;
  margin-bottom: 30px;
}

#year_selection input[type="radio"]
{
  display:none;
}

#year_selection label
{
    display: inline-block;
    background-color: #eee;
    padding: 5px 15px;
    text-align: center;
    min-width: 80px;
    margin-right: 5px;
    font-weight: bold;
    box-sizing: border-box;
}

#year_selection label:hover
{
  background-color: #ca622a;
  color: #fff;
  cursor: pointer;
}

#year_selection input[type="radio"]:checked + label
{
    background-color:#0e923d !important;
    color: #fff !important;
    cursor: auto !important;
}

div.side_by_side
{
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
div.side_by_side label,
div.side_by_side input,
div.side_by_side select
{
  width: auto;
  margin: 0;
}
div.side_by_side label
{
  margin-right: 10px;
}

/* jquery chosen  */

.chosen-container
{
  display: block;
  margin-bottom: 15px;
}

.chosen-container-single .chosen-single
{
  border-radius: 0;
  border: 1px solid #888;
  padding: 5px 8px;
  height: 18px;
  line-height: 18px;
  background: none;
  background-image: none;
  background-color: #ffffff;
  box-sizing:content-box;
}

.chosen-container-active.chosen-with-drop .chosen-single
{
  background: none;
  background-image: none;
}

.chosen-container-single .chosen-single div
{
  top: 3px;
}
.chosen-container-single .chosen-single abbr
{
  top: 9px;
}

.chosen-container .chosen-results li.highlighted
{
  background-color: #43B548;
  background-image: none;
}


@media screen and (max-width: 1140px)
{
  #content .column_50pct,
  #content .column_33pct
  {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
}

@media screen and (max-width: 800px)
{
  #dialog .column_50pct,
  #content .column_33pct
  {
    width: 100%;
    display: block;
  }
}

.help_container
{
  display: none;
  padding: 0;
  margin-bottom: 30px;
  z-index: 8000;
}

.help_header
{
  padding: 10px 20px;
  background-color: #0e923d;
  color: #ffffff;
}
.help_header a,
.help_header a:hover
{
  color: #ffffff;
}

.help_content
{
  padding: 10px 20px;
  max-height: 100%;
  overflow: auto;
  background: #f8f8f8;
}

@media screen and (min-width: 1000px)
{
  .help_container
  {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 400px;
    box-sizing: border-box;
    margin: 0;
    height: 100%;
    border: solid 1px #0e923d;
  }
  .help_header
  {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    display: table;
    font-size: 1.2em;
  }
  .help_header > div
  {
    display: table-cell;
    vertical-align: middle;
  }
  .help_content
  {
    padding: 80px 20px 20px;
    height: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1680px)
{
  .help_container
  {
    width: 600px;
  }
}


@media print
{
  .noprint,
  form,
  #nav, #header
  {
    display:none;
  }
  #content
  {
    padding: 0;
  }
}
