﻿/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

 /*auto scale images*/
 img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 /*break long words (e.g. links)*/
 p {	
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */	}
/* references are span */
 span {	
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap;  /* HP Printers */
    word-wrap: break-word;      /* IE 5+ */	}	

html,
body {
    /*height: 100%;*/
    color:#002A44;
}

/*for footer to stick on bottom*/
html {
    height: 100%;
}

body {
    padding-top: 80px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    color:#002A44;
    
 	background-repeat: no-repeat;

    /*for footer to stick on bottom*/
    position: relative;
    margin: 0;
    padding-bottom: 6rem; /*footer*/
    min-height: 100% !important;
}

@media(max-width:480px) {
    body {
       padding-bottom: 9rem; /*footer*/
    }
}

h1, .h1 {
    margin-top: 40px;
    margin-bottom: 10px;
}

/* Main Menus*/
.navbar-nav{
	/*float: right;*/
	margin-left: 30px;
	/*margin-top: 10px;*/
}

/* Search login tools*/
.navbar-right {
    margin-left: 0px;
}

.navbar-inverse{
    background-color:white;
    border-color:white;
}

.navbar-collapse{
    background-color:white;
    border-color:white;
}

.navbar-default{
    background-color:white;
    border-color:white;
}

.navbar-inverse .navbar-toggle{
	border-color: #002A44;
	background-color: #002A44;
}

.navbar-default .navbar-toggle{
	border-color: #002A44;
	background-color: #002A44;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar input{
	background-color:white;
}


/*.navbar-nav{
    text-decoration-color:green;
    background-color:greenyellow;
    color:orange;
}*/

.navbar .nav > li > a {
	/*font-weight: 700;*/
    color: #002A44;
}


.navbar-brand{
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand img {
    margin-right: 0.5em;
    max-height: 350px;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #002A44;
    background-color: #55A51C;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #002A44;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #002A44;
	background-color:#55A51C;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #002A44;
	background-color: #55A51C;
}


.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #002A44;
  background-color:#55A51C;
}
.navbar-inverse .navbar-text {
  color: #002A44;
}
.navbar-inverse .navbar-nav > li > a {
  color: #002A44;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #002A44;
  background-color:#55A51C;
 }

 .navbar-inverse .navbar-nav > .open > a, 
 .navbar-inverse .navbar-nav > .open > a:focus, 
 .navbar-inverse .navbar-nav > .open > a:hover {
    color: #002A44;
    background-color: #55A51C;
}
 
.navbar-nav .open .dropdown-menu,
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header{
    color: #002A44;
}

.navbar-nav .open .dropdown-menu > li > a{
	color: #002A44;
	/*font-weight: 700;*/
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
	color: #002A44;
	/*font-weight: 700;*/
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #002A44;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.dropdown-menu > li > a {
    padding: 10px 15px 10px 25px!important;
}

 /*.navbar-nav .open .dropdown-menu > li > a:hover, 
 .navbar-nav .open .dropdown-menu > li > a:focus{
	color: #002A44;
    background-color: #55A51C;
}
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, 
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #002A44;
    background-color: #55A51C;
}
 
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #002A44;
    background-color: #55A51C;
} 
 
.navbar-nav .active .dropdown-menu > li > a:hover, 
.navbar-nav .active .dropdown-menu > li > a:focus{
	color: #002A44;
    background-color: #55A51C;
}*/
 

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background-color:#55A51C
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus{
	background-color:#55A51C
}

.col-md-4 .panel-heading {
    color:#55A51C;
}
.img-portfolio {
    margin-bottom: 30px;
}



.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 35em;
}
@media(max-width:800px){
header.carousel {
    height: 20em;
}
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    /*margin: 50px 0;*/
    
    background-repeat: no-repeat;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}	
	
	.navbar-nav{
	margin-left: 0px;
	}
}

.ajax-loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Jquery Steps*/
.wizard > .content {
    /*min-height: 100%!important; */
    background: white!important;
    min-height: 550px!important;
}

.wizard > .content > .body {
height: auto!important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #002A44!important;
    color: white!important;
    cursor: default!important;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: white!important;
    color: #002A44!important;
    border: 2px solid #002A44
}

.wizard > .actions a {
    background: #002A44!important;
    color: white!important;
}

/*.wizard > .actions a:hover {
    background: #55A51C!important;
    color: #002A44!important;
}*/

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee!important;
    color: #aaa!important;
}

.wizard > .steps > ul > li {
    height: 50px!important;
    width: 25%!important;
}
@media(max-width:480px) {
    .wizard > .steps > ul > li {
        width: 100%!important;
    }
    /*.wizard > .content {
        min-height:150px!important;
    }*/

}


/*custom controls*/
.move-time {
  bottom: 0.5em;
  left: .5em;
  /*width: 25%;
  height: 2.3em*/
}

@media(max-width:800px) {
    .move-time {
      bottom: 3.0em!important;
      font-size: 12px;
    }
    .btn {
      font-size: 12px;
    }

}

@media(max-width:600px) {
    .move-time {
      /*bottom: 4.0em!important;*/
    }

}

@media(max-width:500px) {
    .move-time {
      font-size: 11px;
    }

    .btn {
      font-size: 11px;
    }

}

.move-time button {
  display: inline!important;
}

.divider-horiz{
    width:5px;
    height:auto;
    display:inline-block;
}

.divider-vert{
   display: block;
   margin: 10px 0;
}

.now-time {
  /*bottom: 85%;*/
  left: 9.0em;
}
.now-time button {
  /*font-size: 1em!important;*/ 
  /*width: 3.5em!important;*/
  /*/background-color: #002A44!important;*/
}

.instant-time {
  bottom: .5em;
  left: .5em;
  /*width: 20%;
  height: 2.3em*/
}

.instant-time button {
  /*font-size: 1em!important;*/ 
  /*font-size: 1vw!important;*/
  width: 11.0em!important;
  /*height: 1.5em!important;*/
  /*background-color: #002A44!important;*/
}
.map-legend {
  top: 7.0em;
  right: .5em;
  width: 0px;
  height: auto;
  padding: 0px!important;
  /*background-color: rgba(0,60,136,0.5)!important;*/
  /*/color:blue;*/
  /*width: 25%;
  height: 2.3em*/
}
.map-legend button {
  display: inline!important;
}
.map-legend-toogle {
  top: 4.0em;
  right: .5em;
}

#mapLegendDiv{
    max-height: 70%;
}
/*@media(max-height:600px) {
    #mapLegendDiv {
      max-height: 70%;
    }

}*/

@media(max-height:500px) {
    #mapLegendDiv {
      max-height: 50%;
    }

}

@media(max-height:400px) {
    #mapLegendDiv {
      max-height: 40%;
    }

}



.custom-mouse-position {
  top: 0.7em;
  right: 8.5em;
  background-color: rgba(0,60,136,0.5)!important;
  color:white; 
  /*width: 9.0em!important;*/
  /*width: 25%;
  height: 2.3em*/
}
@media(max-width:800px) {
    .custom-mouse-position {
      font-size: 0.8em!important;
      /*right: 7.5em!important;*/
    }

}

.map-measure {
  top: 7.0em;
  left: .5em;
}

.layer-switcher {
  top: 0.5em!important;
  right: 3.5em!important;
}
/*@media(max-width:800px) {
    .layer-switcher {
      right: 3.2em!important;
    }

}*/

.layer-switcher button {
background-color: rgba(0,60,136,0.5)!important;
height: 1.375em!important;
width: 1.375em!important;
}

.layer-switcher .panel {
    background-color: rgba(0,60,136,0.5)!important;
    color: white;
}
.map-interact{
  top: 50%;
  left: .5em;
}
.map-interact-dms{
  top: 20%;
  left: .5em;
}

.ui-state-disabled{
    background-color: darkgrey!important;
}

.container-wide{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

    width: 100%!important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ol-attribution ul {
    line-height: 0.375em!important;
}


.ol-scale-line {

background: #002A44!important;
bottom: 2em!important;
right: 0.5em!important;
left: auto!important;
}

.ol-control {
    z-index: 2;
    /*background-color: #002A44!important;*/
}

.ol-control button {
    background-color: #002A44!important;
}
.ol-control button:focus {
    background-color: #002A44!important;
}


.nav-control{
  top: 0.5em;
  right: 50%;
}

@media(max-width:800px) {
.nav-control{
  top: 0.5em;
  right: 70%;
}

}

/*For bottom navbar*/



.vjs-control-bar {
display: none!important;
}

.map-layers {
  bottom: 8.5em;
  left: .5em;
}

@media(max-width:800px) {
    .map-layers {
      bottom: 13.0em!important;
    }

}

@media(max-height:500px) {
    .map-layers {
      bottom: 10.5em!important;
    }

}

/*touch go up*/
.ol-touch .map-layers {
    bottom: 10.5em!important;
}

.map-layers button {
  display: inline!important;
}

/* The side navigation menu */
.sidenav {
    height: 78%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 500; /* Stay on top */
    top: 2%;
    left: 4em;
    /*background-color: rgba(0,60,136,.8); /* Black*/
    background-color: #002A44;
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden; /* Disable vertical scroll only at start (IE) */
    /*padding-top: 60px; /* Place content 60px from the top */
    /*transition: 0.1s; /* 0.5 second transition effect to slide in the sidenav */
    max-height: 100%; /* to fit map*/
    opacity: 0.96;
    color: white;
    font-size: 12px;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    /*color: #002A44;*/
    color: white;
}

@media(max-width:800px) {
    .sidenav {
        top: 15%;
        height: 50%;
        font-size: 11px;
    }
}

#mapLegendDiv{
    background-color: #002A44!important;
    overflow-x: hidden!important;
}

#mapLegendDiv .closebtn {

    font-size: 26px;
    background-color: transparent!important;
    color: white;
    float: right;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    /*padding: 20px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    /*.sidenav a {font-size: 18px;}*/
}

:-webkit-full-screen .sidenav {max-height: 100%;}
:-moz-full-screen .sidenav {max-height: 100%;}
:full-screen .sidenav {max-height: 100%;}

.cc_container {
    background: #002A44!important;
}

.cc_container .cc_btn {
    background: #55A51C!important;
}


/*slider*/
.ui-widget-content .ui-state-default{
    background: none!important;
    background-color: #002A44!important;
    width: 2em;
}
@media(max-width:800px) {
/*.ui-corner-all{
    height: 1.5em!important;
}*/
.ui-slider-horizontal {
    height: 1.5em;
}
.ui-widget-content .ui-state-default{
    height: 2.0em!important;
}
}

.move-menu{
    position:relative;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.375em;
    line-height: .4em;
    background-color: #002A44;
    border: none;
    border-radius: 2px;
}

.DTFC_ScrollWrapper{
    height:100%!important;
}

/*Accordion*/

.ui-state-active{
    background: #002A44!important;
    color: white!important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #002A44!important;
    color: white!important;
}

.ui-accordion .ui-accordion-content {
    padding: 10px 20px!important;
}

.disabledTab{
    pointer-events: none;
}

.disabledTab a{
    color:grey!important;
}

/*extra header makes fixed column not work*/
.DTFC_LeftWrapper{
    top:53px!important;
}


/*tables popup*/
table.featureInfo img{
    width: 300px!important;
}
@media(max-width:800px) {
table.featureInfo {
    width: 250px!important;
    font-size: 8px!important;
}
table.featureInfo img{
    width: 250px!important;
}
}
@media(max-width:600px) {
table.featureInfo {
    width: 170px!important;
    font-size: 8px!important;
}
table.featureInfo img{
    width: 170px!important;
}
}
@media(max-height:500px) {
table.featureInfo {
    width: 170px!important;
    font-size: 8px!important;
}
table.featureInfo img{
    width: 170px!important;
}
}

@media(max-width:800px) {
p.featureInfo {
    font-size: 11px!important;
}
}
@media(max-width:600px) {
p.featureInfo {
    font-size: 10px!important;
}
}
@media(max-height:500px) {
p.featureInfo {
    font-size: 10px!important;
}
}

/*no scroll y on secondary tables*/
tbody  {
    line-height: 150%;!important;
}

/*adapt font. commeted deformats fixed columns*/
@media(max-width:800px) {
th { font-size: 12px; padding-left: 5px!important;  padding-right: 5px!important;}
td { font-size: 11px; padding-left: 5px!important;  padding-right: 5px!important;}
.DTFC_LeftWrapper{top:50px!important;}
}

@media(max-width:600px) {
th { font-size: 10px; padding-left: 3px!important;  padding-right: 3px!important;}
td { font-size: 9px; padding-left: 3px!important;  padding-right: 3px!important;}
.wi.wi-wind {
    font-size: x-large !important;
}
.DTFC_LeftWrapper{top:47px!important;}
}

td.highlight {
    background-color: #55A51C !important;
    color: #002A44!important;
}


/*Loader ajax*/
.loader {
  border: 10px solid #99999e;
  border-radius: 50%;
  border-top: 10px solid #55A51C;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@media(max-width:1000px) {
.loader {
  border: 7px solid #99999e;
  border-top: 7px solid #55A51C;
  width: 45px;
  height: 45px;
}
}
@media(max-width:800px) {
.loader {
  border: 5px solid #99999e;
  border-top: 5px solid #55A51C;
  width: 35px;
  height: 35px;
}
}

@media(max-width:600px) {
.loader {
  border: 5px solid #99999e;
  border-top: 5px solid #55A51C;
  width: 30px;
  height: 30px;
}
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



/*Override bootstrap breaking at 768px wide since we have a long menu*/
@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.disclaimer {
    display: none;
    position: absolute;
    background-color: white;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: 25%;
    top: 15%;
    width: 50%;
    height: 500px;
    max-height: 70%;
    overflow-y: auto;
    z-index: 50;
}

    .disclaimer:after, .disclaimer:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .disclaimer:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .disclaimer:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.disclaimer-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .disclaimer-closer:after {
        content: "✖";
    }

.disclaimer-ok {
    float: right;
}

    .disclaimer-ok:after {
        content: "OK";
    }


#coordinateLocationDiv{
    background-color: #002A44;
    color: white;
}

@media(max-width:400px) {
#coordinateLocationDiv{
    font-size: 11px;
}
}

.kpi_value {
    font-size: 40px;
    font-weight: 500;
    margin: 10px;
    color: #002A44;
}

.kpi_value_ok {
    color: green;
}
.kpi_value_bad {
    color: red;
}

.kpi_value_same {
    color: grey;
}

.kpi_box {
    border-bottom: 1px solid #D9DEE4;
    padding: 0 10px 0 20px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.kpi_change {

}
.kpi_name {

}

.kpi_box::before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

@media(max-width:800px) {
.kpi_units{
    display: none;
}
}

/*Select button change*/
/*select{
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
}*/

.ranges li.active {
    background-color: #002A44!important;
    border: 1px solid #002A44!important;
    color: #fff!important;
}

.ranges li {
    color: #002A44!important;
}

.ranges li:hover {
    background-color: #002A44!important;
    color: #fff!important;
}

.btn-success, .btn-success:focus {
    color: #fff;
    background-color: #002A44!important;
    border-color: #002A44!important;
}

#propertyBoxOil {
    width: 30%;
    position: absolute;
    top: 10%;
    right: 10%;
    height: 85%;
    z-index: 1000;
}

#propertyBoxHns {
    width: 30%;
    position: absolute;
    top: 10%;
    right: 10%;
    height: 85%;
    z-index: 1000;
}

@media(max-width:800px) {
#propertyBoxOil {
    width: 60%;
}

#propertyBoxHns {
    width: 60%;
}
}

@media(max-width:700px) {
#propertyBoxOil {
    width: 70%;
}

#propertyBoxHns {
    width: 70%;
}
}

@media(max-width:600px) {
#propertyBoxOil {
    width: 85%;
}

#propertyBoxHns {
    width: 85%;
}
}

/*property box specific*/
#TabularOil .DTFC_LeftWrapper{
    top:43px!important;
}
#TabularHns .DTFC_LeftWrapper{
    top:43px!important;
}

/*datepicker buttons*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: white;
    /*background: darkgray;
    background-color: darkgray;*/
}
/*accordion not selected*/
.ui-accordion .ui-accordion-icons {
    color: #002A44;
}