/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.2;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background-image: url(images/grey1.png);
    background-repeat: repeat;
}

h3 {
    background-color: #dddddd;
    padding: 4px;
}

#mainView {
    width: 100%;
    height: 100%;
    background-image: url(images/header.png);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    z-index: 5000;
}

#drawView {
    position: absolute;
    top: 69px;
    left: 10px;
    z-index: 1000;
}

#overheadMap {
    position: absolute;
    float: right;
    top: 80px;
    right: 40px;
    background-color: #333333;
    padding: 10px;

    -moz-box-shadow: 6px 6px 8px #666;
    -webkit-box-shadow: 6px 6px 8px #666;
    box-shadow: 6px 6px 8px #666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
    z-index: 10000;
}

#spiderDiagramView {
    position: absolute;
    float: right;
    top: 300px;
    right: 40px;
    background-color: #333333;
    padding: 10px;
    height: 160px;
    width: 160px;
    display: none;

    -moz-box-shadow: 6px 6px 8px #666;
    -webkit-box-shadow: 6px 6px 8px #666;
    box-shadow: 6px 6px 8px #666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
    z-index: 11001;
}

#hslider {
    width: 160px;
    top:-5px;
    height:8px;
    z-index: 22001;
}

#vslider {
    top: 10px;
    height: 160px;
    width: 8px;
    position: absolute;
    float: left;
    left:170px;
    z-index: 22002;
}

#relatedWellCollectionView {
    position: absolute;
    top: 270px;
    right: 60px;
    width: 140px;
    z-index: 11002;
}

#colorKey {
    height: 169px;
    width: 90px;
    position: absolute;
    right: 40px;

    background-image: url(images/colorkey.png);
    -moz-box-shadow: 6px 6px 8px #666;
    -webkit-box-shadow: 6px 6px 8px #666;
    box-shadow: 6px 6px 8px #666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
    z-index: 10002;
}

#infoMsg {
    position: absolute;
    background-color: #333333;
    color: #ffffcc;
    top: 80px;
    left: 30px;
    float: left;
    padding: 10px;
    display: none;
    -moz-box-shadow: 6px 6px 8px #666;
    -webkit-box-shadow: 6px 6px 8px #666;
    box-shadow: 6px 6px 8px #666;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
    z-index: 11000;
}

.surf {
    list-style-type: square;
    color: #8B397B;
}

.cond {
    list-style-type: square;
    color: #204896;
}

.inter {
    list-style-type: square;
    color: #83562C;
}

.liner {
    list-style-type: square;
    color: #A02737;
}

.prod {
    list-style-type: square;
    color: #3B703F;
}

.tube {
    list-style-type: square;
    color: #C94D00;
}

.header-title-text{
    font-family:arial;
    color:#F5F5F5;
    font-size:1.1em;
    line-height:2;
    vertical-align:middle;
    margin:10px;
}

.version-text{
    font-family:arial;
    color:#cccccc;
    font-size:.7em;
}

#toolTipView {
    position: absolute;
    top: 80px;
    left: 260px;
    z-index: 30000;

    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

#popoverCollectionView {
    position: absolute;
    z-index: 200001;
    background-color: #f5f5f5;

    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.tooltipStyle {
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    position: fixed;
    margin: 5px;
    padding: 5px;
    background-color: #FFFFCC;

    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.popoverStyle {
    font-size: 16px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    position: absolute;
    margin: 5px;
    padding: 5px;
    background-color: #FFFFCC;

    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.closeButton {
    float: right;
}

.popoverInfo {
    font-size: 10px;
    font-weight: bold;
}

.detailsStyle {
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
    width: 99%;
    padding: 4px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

#boundingTestView {
    position: absolute;
    z-index: 1;
    display: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
