﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    Font-family: Verdana, sans-serif;
    font-Size: 11px;
    background-color: #ffffff;
    height: 100%;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

.col1 {
    white-space: pre-wrap;
    text-align: left;
    padding: 0px;
}

.test01 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 350px;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p,
ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    Font-family: Verdana, sans-serif;
    font-size: 18px;
    Color: #404040;
    Font-weight: Bold;
}

h2 {
    padding: 0 0 10px 0;
    Font-family: Verdana, sans-serif;
    font-Size: 16px;
    Color: #D42E12;
    Font-weight: Bold;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn>h1,
.rightColumn>h2,
.leftColumn>h1,
.leftColumn>h2 {
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    min-width: 1024px;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* voor IE */
    margin: 0 auto;
    /* overflow:hidden; # This was causing contents not visible*/
}

#header {

    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 5px 15px 15px 15px;
}

#shellWelcomeHeader {
    top: 2px !important;
    font-size: 11px !important;
    color: #404040;
    z-index: 30;
    text-align: right;
    float: right;
    Font-family: Verdana, sans-serif;
    padding: 2px;
}


#breadcrumbar {
    margin: 10px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
    Background-color: #EFEFEF;
    Border: solid 1px #BDBDBD;
    box-shadow: 0px 0px 3px #DDD;
}

a.breadcrumb {
    color: #174E82;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}

a.breadcrumb:hover {
    text-decoration: underline;
}


#header h1 {
    Font-family: Futura Md BT, Verdana, sans-serif;
    Font-size: 14px;
    Font-weight: Bold;
    Color: #D42E12;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    width: 100%;


}

#main {
    padding: 0px 15px 10px 15px;
    margin-bottom: 0px;
    _height: 1px;
    /* only IE6 applies CSS properties starting with an underscore */
}

.link-disabled {
    pointer-events: none;
    cursor: default;
}

.link-disabled img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* msie */
}

#footer {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    margin: 15px 0px 0px 0px;
    Border: solid 1px #BDBDBD;
    Background-color: #EFEFEF;
    box-shadow: 0px 0px 3px #DDD;

}



/* TAB MENU   
----------------------------------------------------------*/
.top-nav-bar {
    margin-top: 70px;
    border-style: solid;
    border-width: 1px;
    border-color: #B1B1B1;
    box-shadow: 0px 0px 3px #DDD;
    background-color: #F7D117;
}

.top-menu-list {
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: left;
}

.top-menu-list li {
    list-style: none;
    Display: inline;
    Position: relative;
    Text-align: left;
    margin-right: -4px;
}

.top-menu-list li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

.top-menu-list li a {
    Background-color: transparent;
    Border-bottom: 1px solid #E8BF0A;
    Color: #404040;
    border-right: solid 1px #E8BF0A;
    Font-weight: bold;
    Display: inline-block;
    Padding: 7px 9px;
    Text-decoration: none;
}

.top-menu-list li a:hover {
    background-color: #FFEAA0;
    text-decoration: none;

    /*
    Add 3d effect to menuitem    
    */
    box-shadow: 0px 0px 2px #A88410 inset;
    text-shadow: 1px 1px 2px #DDD;
}

.top-menu-list li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

.top-menu-list li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ddd;
}

legend {
    font-size: 11px;
    font-weight: bold;
}

.label-field-container ul {
    clear: both;
    list-style-type: none;
    width: 100%;
}

.label-field-container li {
    float: left;
}

.label-field-container .label {
    text-align: left;
    padding: 3px;
}

.label-field-container .field {
    text-align: left;
    padding: 3px 0;
}

.label-field-container li .label {
    display: inline-block;
    margin: 10px 0;
}

.label-field-container li .field {
    display: inline-block;
    margin: 10px;
}





.hor {
    float: left;
    max-width: 590px;
    height: 640px;
    overflow: auto;
}

textarea {
    margin: 2px;
    border: 1px solid #CCC;
    padding: 3px 4px;
    box-shadow: 0px 0px 2px #DDD inset;
}

select {
    padding: 2px 4px;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 2px #DDD inset
}

input[type="text"],
input[type="number"] {
    width: 90px;
    margin: 2px;
    border: 1px solid #CCC;
    text-align: right;
    z-index: -1;
    padding: 3px 4px;
    box-shadow: 0px 0px 2px #DDD inset
}

input[type="number"] {
    padding-right: 2px;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
    padding: 3px 4px;
    box-shadow: 0px 0px 2px #DDD inset
}


/*Button styles8*/

.shell-button {
    text-decoration: none;
    min-width: 80px;
    Border-style: Solid;
    Border-width: 1px;
    Border-color: #BDBDBD;
    Background-color: #EFEFEF;
    Font-family: Verdana, sans-serif;
    Font-size: 11px;
    Font-weight: Normal;
    color: #000000;
    cursor: pointer;
    padding: 4px 10px;
    box-shadow: 0px 0px 3px #DDD;
}

.shell-button:link {
    text-decoration: none;
}

.shell-button:Hover {
    Background-color: #FFFFFF;
    color: #174E82;

}

a.shell-button {
    padding: 4px 10px;
    color: #000000;
}

/* sonarqube-disable css:S7924 */
.shell-button:disabled,
.shell-button[disabled] {
    cursor: default;
    color: #c5c2c2;
    background-color: #f5f0f0;
    pointer-events: none;
}

/* sonarqube-enable css:S7924 */




.shellFooterSubTable {
    width: 100%;
    margin-bottom: 10px;
}

.shellFooterSubTable tr td {
    padding: 10px 10px 0px 10px;
    vertical-align: top;
    line-height: 1.9;
}

.shellFooterSubTable tr td strong {
    line-height: 1.9 !important;
}

.shellFooterLeft,
.shellFooterRight {
    width: 10px;
}



/* TABLE
----------------------------------------------------------*/

table {

    border-collapse: collapse;

}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #FFEAA0;
    border: solid 1px #FFEAA0;
    font-size: 11px;
    Font-family: Verdana, sans-serif;
    width: 10px;
}

.alternating-row {
    Background-color: #EFEFEF;
    Padding: 3px 6px;
    Font-family: Verdana, sans-serif;
    Font-size: 11px;
    Color: #404040;
    border: solid 1px #BDBDBD;
}

fieldset table {
    border: solid 1px #ffffff;
    border-collapse: collapse;
    page-break-inside: auto;
}

fieldset table tr {
    page-break-inside: avoid;
    page-break-after: auto;
}


fieldset table td {
    padding: 1px;
    border: solid 1px #e8eef4;
    border: solid 1px #ffffff;
}

fieldset table th {
    padding: 6px 5px;
    text-align: left;
    color: #404040;
    background-color: #FFEAA0;
    border: solid 1px #FFEAA0;
}


.dynamicTable tr:nth-child(odd) {
    Background-color: #EFEFEF;
    Padding: 3px 6px;
    Font-family: Verdana, sans-serif;
    Font-size: 11px;
    Color: #404040;
    border: solid 1px #BDBDBD;
}

.dynamicTable tr:nth-child(even) {
    background-color: #fff;
    Padding: 3px 6px;
    Font-family: Verdana, sans-serif;
    Font-size: 11px;
    Color: #404040;
    border: solid 1px #BDBDBD;
}

#chart table {
    border: solid 1px #ffffff;
    border-collapse: collapse;
}

#chart table td {
    padding: 1px;
    width: 19px;
    border: solid 1px #ffffff;
}

#TPCchart table {
    border: solid 1px #ffffff;
    border-collapse: collapse;
}

#TPCchart table td {
    padding: 1px;
    width: 19px;
    border: solid 1px #ffffff;
}


#div {
    padding: 0;

}

/* Left Menu  
----------------------------------------------------------*/



.ContentTable {
    border-collapse: collapse;
    border: solid 1px #BDBDBD;
}

.ContentTable th {
    padding: 6px 5px;
    padding-left: 0px;
    text-align: left;
    background-color: #FFEAA0;
    border: solid 0px #FFEAA0;
    font-size: 11px;
    Font-family: Verdana, sans-serif;
}

.ContentTable tr {
    Padding: 3px 6px;
    Font-family: Verdana, sans-serif;
    Font-size: 11px;
    Color: #404040;
}

.ContentTable td {
    padding: 3px;
    margin-left: 5px;
    border: solid 1px black;
}

.unittext {
    font-size: xx-small;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#Logocontainer {
    margin-top: 40px;
}

div#title {
    margin-left: 30px;
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 5px 0px 5px 5px;
    color: Black;
}


#logindisplay a:hover {
    text-decoration: none;
}

.field-added-by-prosper {
    background-color: lightgreen;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffcccc;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

.display-label,
.editor-label {
    margin: 2px;
    padding: 2px 4px;
    width: 90px;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    text-align: right;
}



.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}


#DeliquificationMeasureSequence {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#DeliquificationMeasureSequence .ui-state-highlight {
    float: left;
    width: 160px;
    padding: 5px;
    margin: 5px;
    height: 20px;
}

.ui-state-highlight {
    float: left;
}


#draggable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 160px;
    float: left;
}

#draggable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    height: 1.5em;
}

html>body #draggable li {
    height: 1.5em;
    line-height: 1.2em;
}

#Results table {
    border-collapse: collapse;
}

#Results tr:nth-child(odd) {
    background-color: #eee;
}

#Results tr:Hover {
    background-color: #ccc;
}


#sortable {

    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;
}


/*	<style>
	.demo ul { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
	.demo li { margin: 5px; padding: 5px; width: 150px; }
	</style>*/

.editMessure {
    width: 16px;
    height: 16px;
    border: 0;
    background: url(/images/ui-icons_888888_256x240.png) -16px -144px no-repeat;
    float: right;
    cursor: pointer;

}

.editScenarioName {
    width: 16px;
    height: 16px;
    border: .1px;
    background: url(/images/ui-icons_888888_256x240.png) -64px -112px no-repeat;
    float: left;
    cursor: pointer;

}

#Details {
    position: absolute;
    text-align: left;
    z-index: 2;
}

#BCPopOver {
    position: absolute;
    text-align: left;
    z-index: 100;
}

#PopOver {
    border: 1px solid black
    /*#d3d3d3/*{borderColorDefault}*/
    ;
    background: #e6e6e6
    /*{bgColorDefault}*/
    url(/images/ui-bg_glass_75_e6e6e6_1x400.png)
    /*{bgImgUrlDefault}*/
    50%
    /*{bgDefaultXPos}*/
    50%
    /*{bgDefaultYPos}*/
    repeat-x
    /*{bgDefaultRepeat}*/
    ;
    font-weight: normal
    /*{fwDefault}*/
    ;
    color: #555555
    /*{fcDefault}*/
    ;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.PopOver {
    border: 1px solid black
    /*#d3d3d3/*{borderColorDefault}*/
    ;
    background: #e6e6e6
    /*{bgColorDefault}*/
    url(/images/ui-bg_glass_75_e6e6e6_1x400.png)
    /*{bgImgUrlDefault}*/
    50%
    /*{bgDefaultXPos}*/
    50%
    /*{bgDefaultYPos}*/
    repeat-x
    /*{bgDefaultRepeat}*/
    ;
    font-weight: normal
    /*{fwDefault}*/
    ;
    color: #555555
    /*{fcDefault}*/
    ;
    border-radius: 4px;
    z-index: 2;
    padding: 5px;
    position: absolute;
    right: 28px;
}

.WellDetailsBox {
    margin: 0em 0em 0.5em 0em;
    min-height: 110px;
}

.WellDetailsBox table td {
    width: 190px;
    padding: 1px;
    min-height: 26px;
    vertical-align: middle;
}

.WellDetailsBox input[type="text"] {
    width: 170px;
    border: 1px solid #CCC;
    text-align: right
}

.WellDetailsBox select {
    width: 170px;
    border: 1px solid #CCC;
    text-align: right
}


.SelectWellMode td {
    width: 190px;

    vertical-align: middle;
    padding: 1px;
}

@media all {
    .page-break {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
}


.containerobj {
    height: 250px;
}

.containerobj .widget {
    background-color: white;
}

.containerobj .active .widget {
    color: white;
    background-color: #3671cf;
}

.containerobj .inpath .widget {
    background-color: #d0d0d0;
}

#Splitter {
    height: 630px;
    z-index: 0;
    /* No padding allowed */
}

#LeftPane {
    overflow: auto;
    /* No margin or border allowed */
}

#RightPane {

    overflow: auto;
    /* No margin or border allowed */
}

#Splitter .vsplitbar {
    width: 6px;
    background: #AAA url(/images/vgrabber.gif) no-repeat center;
}

#Splitter .vsplitbar.active {
    background: #da8 url(/images/vgrabber.gif) no-repeat center;
    opacity: 0.7;
}

#globalHelp {
    background: url("/images/shell_today_sprite.gif") no-repeat 0px -287px;
    width: 16px;
    height: 18px;
    display: block;
}

.ui-loading {
    background-image: url(/images/loading.gif);
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    display: none;
}

.vertical-scroll {
    height: 400px;
    overflow-y: scroll;
}

.plot-options-added-div {
    float: left;
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: right;
    right: 15px;
}


.plot-options-added-div>input {
    visibility: hidden
}

.plot-options-added-div:hover>input {
    visibility: visible
}

.contentheader {
    box-shadow: 0px 0px 3px #DDD;
    border: solid 1px #CACACA;
}

.shadowbox {
    box-shadow: 0px 0px 3px #DDD;
}

.ui-state-default {
    box-shadow: 0px 0px 3px #DDD;
}

.ui-icon-arrowthick-2-n-s {
    float: left
}

.ui-icon-arrowthick-2-e-w {
    float: left
}

.ui-icon-info {
    float: right
}

.ui-icon-carat-1-w {
    float: left
}

.ui-dialog {
    border: 1px solid black !important;
    /*#d3d3d3/*{borderColorDefault}*/
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.8) !important;
}

.ui-tooltip {
    background: #ffcccc;
    border: 1px solid #666;
    padding: 0;
    opacity: 1;
}

.ui-tooltip-content {
    position: relative;
    padding: 1em;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 20px 30px 20px 20px;
    background: none;
}


/*new GWAP classes*/

.left-menu-section {
    width: 2%;
    /*Will adjust automatically as per inner content*/
    vertical-align: top;
}

.right-content-section {
    width: 98%;
    /*Will adjust automatically as per inner content*/
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
}

.left-menu-conainer {
    width: 150px;
    Font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #404040;
    font-weight: Normal;
    box-shadow: 0px 0px 3px #DDD;
    border: solid 1px #CACACA;
}

.left-menu-conainer .title {
    padding: 6px 0px 6px 4px;
    font-weight: bold;
}

.left-menu-conainer .content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    margin: 0;
    padding: 3px 10px;
}

.left-menu-conainer .menu-item {
    padding: 6px 20px 6px 10px;
    border-top: solid 1px #CACACA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left-menu-conainer .menu-item:hover {
    Background-color: #EFEFEF;
}

.menu-item a,
.menu-item a:visited {
    color: #404040;
}

.menu-item a:hover {
    Text-decoration: underline;
}

/*Theme for Inform*/
.inform-theme-page-header {
    color: black;
    background: #a2ceef;
    padding: 6px 0px 6px 4px;
    font-weight: bold;
    border: solid 1px #CACACA;
    margin-bottom: 15px;
}

.inform-theme .left-menu-conainer .title {
    color: black;
    background: #a2ceef;
}

.inform-theme .left-menu-conainer .content {
    background-color: #ecf5fb;
}

.inform-theme-grid th {
    color: black;
    background: #a2ceef;
    border-color: #a2ceef;
}

/*Theme for Surprise*/
.surprise-theme-page-header {
    color: black;
    background: #b7dbb7;
    padding: 6px 0px 6px 4px;
    font-weight: bold;
    border: solid 1px #CACACA;
    margin-bottom: 15px;
}

.surprise-theme .left-menu-conainer .title {
    color: black;
    background: #b7dbb7;
}

.surprise-theme .left-menu-conainer .content {
    background-color: #f0f7f0;
}

.surprise-theme-grid th {
    color: black;
    background: #b7dbb7;
    border-color: #b7dbb7;
}

.compact-style td {
    padding: 2px 5px !important
}

.compact-style-pading-5 td {
    padding: 5px !important
}

.pading-2px {
    padding: 2px !important
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.flex-container-item {
    margin: 0px 20px 15px 0px;
}

.top-nav-bar-well-search {
    width: 250px !important;
    height: 20px;
    text-align: left !important;
    padding: 2px 2px 2px 20px !important;
    background: white url('/images/search-icon.png') no-repeat 2px;
    font-size: 12px !important;
}

.well-search-highlight {
    background-color: white !important;
    max-height: 200px;
    max-width: 270px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.well-search-highlight .ui-menu-item-wrapper {
    padding: 2px !important;
    border: 1px solid white !important;
    font-size: 12px !important;
}

.well-search-highlight .ui-state-active {
    border: 1px solid white !important;
    background: #efefef !important;
}

/*
To fix highchart issue inside Table when window resizes
See: https://github.com/highcharts/highcharts/issues/1157
*/
.highcharts-container,
.highcharts-container svg {
    width: 100% !important;
}

.required-field-empty {
    border: 1px solid red !important;
}

.highlight-active-row input {
    /*Blue Color Highlight
    background-color: #eff8fe;
    box-shadow: 0px 0px 8px #64afe8; 
    */

    /*Green Color Highlight*/

    background-color: #e0f2e0;
    box-shadow: 0px 0px 8px green;
}

.gwap-ui-dialog-buttonpane {
    border-width: 0 0 0 0 !important;
    margin: 0 !important;
    padding: 10px 10px 8px 0 !important;
}

.gwap-selected-row,
.gwap-selected-row td {
    background-color: #faf5c8 !important;
}

.gwap-file-path-input {
    direction: rtl;
    text-align: left !important;
}

.gwap-file-path-input:focus {
    direction: inherit;
}

.first-fixed-row th {
    border-bottom: 1px solid #dddddd !important;
    background: #ffffff;
    border-color: #ffffff;
    padding: 8px 10px !important;
    font-weight: normal !important;
}

.first-fixed-row-hover th {
    background: #f9f9f9;
}

.small-box {
    width: 8px;
    height: 8px;
    display: inline-block;
}

a:link .no-link,
a:visited .no-link,
a:hover .no-link {
    display: inline-block;
    text-decoration: none !important;
    color: #404040
}