
html {
    width: 100%;
    height:100%
}

.claro {
    font: 12px arial,helvetica,sans-serif;
    *font-size: 75%;
    color: #333;
}
#header {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.bh-flex-container {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

#header-footer {
    border: 1px solid #ddd;
    margin: 15px 5px 0;
}

#header-content-1 {
    /*flex-basis: 500px;*/
    flex-basis: 49%;
    -webkit-flex-grow:1;
    flex-grow:1;
/*    width: 500px; */
}

#header-content-2 {
    /*flex-basis: 500px;*/
    flex-basis: 49%;
    -webkit-flex-grow:100;
    flex-grow:100;
}



.dijitTabContainerTopChildWrapper{
    /*min-height: 715px;*/
    height: calc(100% - 45px);
    overflow: auto;
}

/* FF FIX*/
.dj_gecko .claro .dijitTabPaneWrapper {
    height: calc(100% - 45px);
}

.dj_gecko #main-tab{
    height: 100%;
}

.dijitTabContainerTopChildWrapper[aria-labelledby="main-tab_tablist_interval-series-tab"]{
    overflow: hidden;
}




#interval-series,
#interval-series-tab{
    /*min-height: 695px;*/
    /*height: calc(100% - 45px);*/
    overflow: hidden;
}

.dj_gecko #interval-series,
.dj_gecko #interval-series-tab{
    height: calc(100% - 45px);
    height: 100%;
}

.dijitContentPane .header{
    display: block;
}

.header{
    display: none;
}

#header-content-1,
#header-content-2,
#interval-series-content,
#interval-series-image-container,
#logging-header,
#sampling-header,
#drilling-process,
#groundwater,
#installation-details{
    padding: 5px;
}

.bh-content-grid.first{
    padding-right: 15px;
}


#interval-series-image-container {
    position: relative;
    left: 0;
    /*width: calc(100% - 570px);*/
    width: 46%;
    overflow: auto;
    height: calc(100% - 25px);
}

/*#interval-series-content{
    position: absolute;
    width: 545px;
    top: 40px;
    right: 5px;
    background-color: white;
}*/



.dijitTabListContainer-top{
    position: fixed;
    top: 0;
    background-color: white;
}

.dijitTabListWrapper{
    position: static !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
    height: inherit !important;
}


#interval-series-content {
    position: fixed;
    width: 433px;
    top: 40px;
    left: 49%;
    /*background-color: white;*/
    height: calc(100% - 78px);
    overflow: auto;
}

.bh-interval-series-layer-selected{
    border: 3px solid red;
    z-index: 1;
    margin-left: -2px;
    margin-top: -2px;
}

.bh-interval-series-layer-deselected{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    z-index: 0;
}

.bh-interval-series-stack-selected{
}

.bh-content-table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

#logging .bh-content-table{
    margin-top: 40px;
    width: 350px;
}

table.bh-content-table>tbody>tr>td  {
    padding: 5px;
    white-space: pre;
}
table.bh-content-table>tbody>tr>td:nth-child(1)  {
    font-weight: bold;
}

/*.bh-content-table tr:nth-child(odd){
    background-color: #ececec;
}

.bh-content-table tr:nth-child(even){
    background-color: #fff;
}

.bh-content-table tr:hover{
    background-color: #e1e1e1;
}*/

.bh-header-footer-table {
    padding: 10px;
}
table.bh-header-footer-table>thead>tr>th  {
    font-weight: bold;
}
table.bh-header-footer-table>tbody>tr>td  {
    padding-right: 10px;
}

.bh-grid-table {
    height: 120px !important;
 /*   margin: 15px;*/
}

.dgrid.bh-grid-table-large {
    height: 250px;
    /*margin: 15px;*/
}


.bh-grid-table-small {
    height: 70px !important;
 /*   margin: 15px;*/
}

.bh-content-headline {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.bh-top-row {
    width: 100%;
    border-bottom: 1px solid;
    border-bottom-color: rgb(181,188,199);
}

.bh-content-grid {
    width: 500px;
}

.bh-error {
    font-weight: bold;
    color: red;
}

.bh-content-block {
    flex-basis: 500px;
}

.field-from, .field-to {
    width: 80px;
}
/*
.field-type {
    width: 100px;
}
*/
.bh-flex-grid {
    flex-basis: 500px;
    -webkit-flex-grow:1;
    flex-grow:1;
}


/* New */

a {
    color: #973a48;
    cursor: pointer
}

.claro .ui-icon {
    background-image: url('images/ui-icons_222222_256x240_white.png');
}

.claro .dgrid-header,
.claro .dgrid-header-row,
.claro .dgrid-footer{
    background-color: #c86f7d;
}

.claro .dgrid-header th{
    font-weight: bold;
}

.claro .dgrid .dgrid-header .dgrid-cell,
.claro .dgrid .dgrid-header-row .dgrid-cell,
.claro .dgrid .dgrid-footer .dgrid-cell {
    color: #fff;
}

.claro .dgrid .dgrid-row-even {
    background-color: #ffffff;
}
.claro .dgrid .dgrid-row-odd {
    background-color: #ececec;
}
.claro .dgrid .dgrid-row-even.dgrid-row-highlight,
.claro .dgrid .dgrid-row-odd.dgrid-row-highlight,
.claro .dgrid .dgrid-row.dgrid-selected,
.claro .dgrid .dgrid-row:hover,
.claro .dgrid .dgrid-row.dgrid-selected:hover {
    background-color: #c86f7d;
}

.claro .dgrid .dgrid-row-even.dgrid-row-highlight td,
.claro .dgrid .dgrid-row-odd.dgrid-row-highlight td,
.claro .dgrid .dgrid-row.dgrid-selected td,
.claro .dgrid .dgrid-row:hover td,
.claro .dgrid .dgrid-row.dgrid-selected:hover td{

    color: white;
}

/*TABS*/
.claro .dijitTabContainer .dijitTab,
.claro .dijitTabContainer .tabStripButton {
    background-image: none !important;
}

.claro .dijitTabContainerTop-tabs .dijitTab {
    -moz-border-radius:  0;
    border-radius:  0;
}

.claro .dijitTab {
    border: 1px solid #b5bcc7;
    background-color: #efefef;
    -webkit-transition-property: background-color, border;
    -moz-transition-property: background-color, border;
    transition-property: background-color, border;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    color: #333333;
    background-color: #e6e6e6;
}
.claro .dijitTabHover,
.claro .dijitTabActive {
    border-color: #5993c1;
    background-color: #5993c1;
    -webkit-transition-duration: 0.15s;
    -moz-transition-duration: 0.15s;
    transition-duration: 0.15s;
    color: #fff;
}

.claro .dijitTabChecked {
    border-color: #b5bcc7;
    background-color: #fff;
    color: #333333;
}
.claro .dijitTabDisabled {
    background-color: #d3d3d3;
}
.claro .tabStripButton {
    background-color: transparent;
    border: none;
}

/*Scrollbar*/

 ::-webkit-scrollbar {
    width: 8px;
    background-color: #E9E9E9;
    border-radius: 0;
}
 ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    background-color: #C5C5C5;
    background-image: none;
}
 ::-webkit-scrollbar-thumb:vertical,
 ::-webkit-scrollbar-thumb:horizontal {
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    background-color: #C5C5C5;
    background-image: none;
}


 /*Loader Icon*/

.bh-loading-data {
    margin: 0;
    font-size: 15px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(0,0,0, 0.2);
    border-right: 2px solid rgba(0,0,0, 0.2);
    border-bottom: 2px solid rgba(0,0,0, 0.2);
    border-left: 2px solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    top: 3px;
    position: relative;
}
.bh-loading-data,
.bh-loading-data:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    overflow: hidden;
}

.bh-loading-data span{
    display: none;
}

.bh-profile-rock-label{
    position: absolute;
    margin-top: -4px;
    left: 210px;
    width: calc(100% - 206px);
    height: 100%;
    overflow: hidden;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

body{
    margin: 5px 10%;
}


.claro .dijitTabPaneWrapper{
    top: 25px;
    position: relative;
}

h2{
    margin: 10px 0 3px;
    font-size: 13px;
}

.bh-interval-series-stack-selected{
    background-image:none !important;
    -webkit-animation: fadeIt 0.5s ease-in-out;
    -moz-animation: fadeIt 0.5s ease-in-out;
    -o-animation: fadeIt 0.5s ease-in-out;
    animation: fadeIt 0.5s ease-in-out;
}

@-webkit-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FEFFD3; }
    100% { background-color: #FFFFFF; }
}
@-moz-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FEFFD3; }
    100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FEFFD3; }
    100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FEFFD3; }
    100% { background-color: #FFFFFF; }
}


