﻿/* form starting stylings ------------------------------- */
/*.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }*/

/* apply a natural box layout model to all elements */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.centered-div {
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.indent {

    padding-left:30px;
}

.indent-top {
    padding-top:20px;
}

.pFooter{

    vertical-align:middle;
    display:table-cell;
 
    width:100%;
}

.bright-red {
    color: #ff0500;
}
.panel-footer.panel-well {
    background: #F5F5F5;
    color: #2c77ba;
    min-height: 30px;
    max-height: 30px;
    -moz-transition: linear 1s;
    -o-transition: linear 1s;
    -webkit-transition: linear 1s;
    transition: linear 1s;
}

.input-group .form-control {
    margin: 0 !important;
}

.inline-headers h2, .inline-headers h4, .inline-headers h3 {
  display: inline-block;
  vertical-align: baseline;
}

.clickableRow {
    cursor: pointer;
}

#stimPanel {
    padding-left: 10px;
    padding-right: 10px;
}

#stimTable tr td:first-child, tr th:first-child {
    border-bottom: 1px solid #DDDDDD;
    border-top:none;
    border-right: none;
    border-left: none;
}

#stimTable {
    border-collapse: separate;
    border-spacing: 0 5px;
    padding: 0px;
    border: 1px solid #DDDDDD;
    padding-right: 10px;
    padding-left: 10px;
}

#stimTable .btn {
    margin-bottom:5px;
    margin-top:5px;
}

#stimTable td{
border-top:none;
    padding-left: 5px;
    border-bottom: 1px solid #DDDDDD;
}


#stimTable thead th {
    background-color: #EAEAEA;
    color: #252525;
    border: 1px solid #CCCCCC;

}

#stimTable table {
border: 1px solid #DDDDDD;
    padding-bottom: 15px;
    padding-top: 10px;
}


#stimTable table table {
    border: 1px solid #DDDDDD;

}

#stimTable table thead th {
border: 1px solid #DDDDDD;
    
}

#divMasterDetailWrapper
{
  width: 100%;
  height: 510px;
  border: 1px solid #2c77ba;
  padding: 3px;
  cursor: pointer;
}
#divMasterView
{
  width: 300px;
  height: 500px;
  background-color: #F9F9F9;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow-y: auto;
  float: left;
}

#divCompanyMasterView
{
  width: 500px;
  height: 500px;
  background-color: #F9F9F9;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow-y: auto;
  float: left;
}
#divDetailView
{
  height: 500px;
  padding: 0;
  display: block;
  overflow-y: auto;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    @page {size: landscape}
    #site-wrapper {
    min-height:99%;
}

    #site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
        min-height: 0;
}

    .no-print, .no-print * {
        display: none !important;
    }

    #menu-wrapper {
    position: fixed;
    top: 0;
    height: 0;
    width: 0;
}
      #resultList {
         visibility:visible !important; 
         margin-top: -900px;
     }
       a[href]:after {
    content: none !important;
  }
        table { font-size: 80%; }
    /*body * {
        visibility:hidden;
    }*/
     html, body {
        height: 99%;    
    }
    .hide-print {
        visibility: hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }

}

.poolProdGrid {
    width: 100%;
    height: 450px;
    margin-bottom:5px;
  }

.poolProdGrid .ui-grid-top-panel {
    height: 30px;
}

.poolProdGrid .ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 0;
    margin-left:6px;
}

div#totalproduction {
    margin-top: 20px;
}

.panel-production {
    border-color: #dddddd;
}
.panel-production > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.productionGrid {
    width: 100%;
    height: 700px;
 
  }
/*.productionGrid.ui-grid {
    margin-top: 5px;
    border-right: 0;
    border-left: 0;
   
    border-top: 1px solid #d4d4d4;
    border-bottom: 0;
  
}*/


/*.productionGrid .ui-grid-menu-button {
  height: 42px;

}*/
/*.productionGrid .ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 0;
    margin-left:6px;
}*/

.ui-grid-cell-contents {
font-size:12px;
}

.button-excel-export {
      background-color: #555555;
    color:#fff;
    /*background-color: #217346;
    color: #fff;*/
    border-color: #204d74;
    -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    font-size: 14px;
}

.button-excel-export:hover {
    background-color: #164e30;
    color:#F9F9F9;
    border-color: #204d74;
}

.button-excel-export:focus {
    background-color: #164e30;
    color:#F9F9F9;
    border-color: #204d74;
}

.button-excel-group {
      background-color: #555555;
    color:#fff;
    /*background-color: #217346;
    color: #fff;*/
    border-color: #204d74;
    font-size: 14px;
}

.button-excel-group:hover {
    background-color: #2c77ba;
    color:#F9F9F9;
    border-color: #204d74;
}

.button-excel-group:focus {
    background-color: #2c77ba;
    color:#F9F9F9;
    border-color: #204d74;
}


.button-pdf-export {
    background-color: #555555;
    color:#fff;
    border-color: #204d74;
        -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    font-size: 14px;
}

.btn-chart {
      background-color: #555555;
    color:#fff;
    border-color: #204d74;

        -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    font-size: 14px;
}

.btn-chart:hover {
      background-color: #2c77ba;
    color:#fff;
    border-color: #204d74;

        -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    font-size: 14px;
}

.btn-chart:focus {
      background-color: #555555;
    color:#fff;
    border-color: #204d74;

        -moz-transition: 2s;
    -o-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    font-size: 14px;
}


.button-pdf-export:hover {
    background-color: #2c77ba;
    color: #F9F9F9;
    border-color: #204d74;
}

.button-pdf-export:focus {
    background-color: #fff;
    color: #F9F9F9;
    border-color: #204d74;
}

.poolProdGrid .ui-grid-header-cell {
  height:30px;
}


.poolProdGrid .ui-grid-menu-button {
  height: 20px;

}

.poolProdGrid [class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before {
    font-family: "ui-grid";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    margin-bottom: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
  .typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
  }

  .typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
  }

  .typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .doc {
      cursor: pointer;
  }

#pdf-canvas
{
    display: block;
    margin: 0 auto;
}

th a:hover,th a,th a:active,th a:visited,th a:focus {
    text-decoration:none;
} 



.linkPointer {
    cursor: pointer;
}


.rotate0 {-webkit-transform: rotate(0); transform: rotate(0deg); }
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }

.alert-auto {display:inline-block;}

.text-darkblue {
    color:#2c77ba;
}

.welllist, #searchTemplate,.searchArea {

    padding-top: 15px;
}

.ng-hide-add, .ng-hide-remove {
    /* ensure visibility during the transition */
    display: block !important; 
}

.slide.ng-hide-remove  { -moz-animation:0.5s fadeInLeft ease; -o-animation:0.5s fadeInLeft ease; -webkit-animation:0.5s fadeInLeft ease; animation:0.5s fadeInLeft ease; }


.slide.ng-hide-add { -moz-animation:0.5s fadeOutLeft ease; -o-animation:0.5s fadeOutLeft ease; -webkit-animation:0.5s fadeOutLeft ease; animation:0.5s fadeOutLeft ease; }

.fadeout-slide.ng-hide-remove  { -moz-animation:0.5s fadeOutDown ease; -o-animation:0.5s fadeOutDown ease; -webkit-animation:0.5s fadeOutDown ease; animation:0.5s fadeOutDown ease; }


.fadeout-slide.ng-hide-add { -moz-animation:0.5s fadeInTop ease; -o-animation:0.5s fadeInTop ease; -webkit-animation:0.5s fadeInTop ease; animation:0.5s fadeInTop ease; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

 .animate-if.ng-enter, .animate-if.ng-leave {
    -webkit-transition: 1s linear all;
    -moz-transition: 1s linear all;
    -ms-transition: 1s linear all;
    -o-transition: 1s linear all;
    transition: 1s linear all;
}

 .animate-if.ng-enter {
    max-height: 0;
    opacity: 0;
}

 .animate-if.ng-enter.ng-enter-active {
    max-height: 999px;
    opacity:1;
}

 .animate-if.ng-leave {
    max-height: 999px;
    opacity:1;
}

 .animate-if.ng-leave.ng-leave-active {
    max-height: 0;
    opacity:1;
}

.ng-show {
    z-index: 8888;
}

.ng-leave {
    z-index:9999;
}

.fadein.ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.fadein.ng-leave {
        -webkit-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
}

.fade {
    -moz-transition: 1s linear all;
    -ms-transition: 1s linear all;
    -o-transition: 1s linear all;
    -webkit-transition: 1s linear all;
    transition: 1s linear all;
}

.fade.ng-show {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.fade.ng-show.ng-show-active {
  opacity: 0.5;
}

.fade.ng-hide {
  opacity: 0.5;
}

s.fade.ng-hide.ng-hide-active {
  opacity: 0.5;
}
/*class for selected table row*/
.og-fs-container {
    position:relative;
    width:100%;
    margin-top:15px;
  /*height:auto;*/
  /*border:solid black 1px;*/
}

.og-fs {
    background: whitesmoke;
  /*position: absolute;*/
  margin:0;

  z-index: 1000;
  width: 400px;
  /*margin-top: 35px;
  padding: 15px;*/
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
 /*border-radius: 5px;*/
    -webkit-box-shadow: inset 1px 1px 0 white;
    -ms-box-shadow: inset 1px 1px 0 white;
    box-shadow: inset 1px 1px 0 white;
  max-height: 600px;
}

.og-fs-mapbox {
    background: whitesmoke;
  /*position: absolute;*/
  margin:0;
  z-index: 1000;
    height: 100%;
    /*width: 100%;*/
  /*margin-top: 35px;
  padding: 15px;*/
    border-right:  1px solid rgba(0, 0, 0, 0.2);
        border-top:  1px solid rgba(0, 0, 0, 0.2);
            border-bottom: 1px  solid rgba(0, 0, 0, 0.2);
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
 /*border-radius: 5px;*/
    -webkit-box-shadow: inset 1px 1px 0 white;
    -ms-box-shadow: inset 1px 1px 0 white;
    box-shadow: inset 1px 1px 0 white;
  max-height: 500px;
    height:471px;
}

.og-fs ul {
    margin: 0 auto;
  max-height: 390px;
  overflow-y: auto;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0 5px;
  /*border-left: none;
  border-right: none;*/
}

.og-fs li {
    list-style: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.05);
  background-image: 
    linear-gradient(
      90deg,
      #2c77ba 10px,
      #EEE 10px,
      #EEE 11px,
      transparent 11px);
  padding: 10px 15px 10px 25px;
  border: 1px solid #CCC;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
}

/*.og-fs .right {
  float: right;
}

.og-fs .top {
  margin-top: -30px;
}*/
/*css for field search box in field database page*/
#ogfields {
  background: whitesmoke;
  position: absolute;
  top:200px;
  left:25px;
  z-index: 1000;
  width: 500px;
  margin-top: 35px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 white;
  max-height: 600px;
}


#ogfields ul {
  margin: 0 auto;
  padding: 0;
  max-height: 390px;
  overflow-y: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 5px 0 5px;
  /*border-left: none;
  border-right: none;*/
}

#ogfields .ul-field {
        margin: 0 auto;
        padding: 0;
        max-height: 390px;
        overflow-y: auto;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px 5px 0 5px;
        /*border-left: none;
  border-right: none;*/
}

    #ogfields > div.ul-field > div.li-field > div.row {
        margin-right: 0;
    }

#ogfields li {
  list-style: none;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: 
    linear-gradient(
      90deg,
      #2c77ba 10px,
      #EEE 10px,
      #EEE 11px,
      transparent 11px);
  padding: 10px 15px 10px 25px;
  border: 1px solid #CCC;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
}

.li-field {
    list-style: none;
    background-color: rgba(0, 0, 0, 0.05);
    background-image: linear-gradient( 90deg, #2c77ba 10px, #EEE 10px, #EEE 11px, transparent 11px);
    padding: 5px 3px 5px 16px;
    border: 1px solid #CCC;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
}

#ogfields .right {
  float: right;
}

#ogfields .top {
  margin-top: -30px;
}

#query {
  width: 100%;
 
  box-sizing: border-box;
  font-size: 19px;
  padding: 5px;
  font-family: calibri light;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
}

#ogfields span {
  display: block;
  /*position: absolute;*/
  background: #2c77ba;
  /*bottom: -35px;
  left: -1px;
  width: 360px;*/
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5);
    color: #fff;
}

/*#ogfields select {
  width: 120px;
  margin-left: 230px;
  margin-top: -45px;
  border-radius: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  padding: 7.5px;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
}*/

#ogfields select:focus, #query:focus {
  border: 1px solid #2c77ba;
  box-shadow: 0 0 10px rgba(255, 255, 0, 0.1);
  outline: none;
}

.toggle-bg {
  background: white;
  border-radius: 2em;
  border: 0.12em solid #e6e6e6;
  display: block;
  /* ...So that we can set a height and width */
  float: left;
  /* ...So that it doesn't take up the full width of the page */
  height: 2em;
  /* You can change this later if you want */
  position: relative;
  /* Required to allow the switch to move around */
  width: 3.2em;
  /* This can be changed later as well */
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
   
 
}
.toggle-bg:hover {
  border-color: #d9d9d9;
}
.toggle-bg.on {
  background: #2c77ba;
  border-color: #125da0;
}
.toggle-bg input {
  margin: 0;
  padding: 0;
  width: 4.8em;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
  /* We want the input to be over the span.switch, which we'll give a z-index of 1 */
  /*IE*/
  zoom: 1;
  filter: alpha(opacity=0);
  /* initial toggle position */
  /* final relative toggle position */
}
.toggle-bg input:checked ~ .switch {
  left: 0;
}
.toggle-bg input ~ :checked ~ .switch {
  left: 1.18em;
}
.toggle-bg input:checked {
  z-index: 0;
}

.switch {
  background: white;
  border-radius: 2em;
  border: 0.1em solid #d9d9d9;
  display: block;
  float: left;
  height: 1.9em;
  width: 1.9em;
  left: -.1em;
  position: relative;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 1;
  /* Remember, it must be below the invisible inputs */
}
.switch.on {
  box-shadow: -0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), 0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
}
.switch.off {
  box-shadow: 0.2em 0.2em 0.5em rgba(0, 0, 0, 0.06), -0.4em 0.4em 1.5em rgba(0, 0, 0, 0.08);
}

.toggle-alternate {
  clear: both;
  margin: 1em 0 0;
  width: 4.48em;
}
.toggle-alternate input {
  width: 6.24em;
}
.toggle-alternate input ~ :checked ~ .switch {
  left: 2.46em;
}

.toggle-alternate label {
  font-weight: 300;
  font-size: .9em;
  text-transform: uppercase;
  position: absolute;
  top: 0.55em;
}

.toggle-alternate .alttext {
  font-weight: 300;
  font-size: .9em;
  text-transform: uppercase;
    float: left;
    position:relative;
    width: 400px;
    top: -1.5em;
  left: 5.2em;
    padding-bottom: 10px;
}


.toggle-bg label.on {
  left: .75em;
  color: white;
  text-shadow: 0 0.1em 0 #00dc61;
}

.toggle-bg label.off {
  right: .55em;
  color: #aaa;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.group{
margin-top:45px;         
  position:relative; 
  margin-bottom:45px; 
}


input.srchInput         {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  border-bottom:1px solid #757575;
}
input.srchInput:focus        { outline:none; }

/* LABEL ======================================= */
label.srch               {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

label.srchAPI               {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;

left:5px;
  top:-10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input.srchInput:focus ~ label, input.srchInput:valid ~ label       {
  top:-20px;
  font-size:14px;
  color:#29d;
}

/* BOTTOM BARS ================================= */
.bar   { position:relative; display:block; width:300px; }
.bar:before, .bar:after    {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#29d;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before{
  left:50%;
}
.bar:after{
  right:50%; 
}

/* active state */
input.srchInput:focus ~ .bar:before, input.srchInput:focus ~ .bar:after{
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight{
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input.srchInput:focus ~ .highlight{
  -webkit-animation:InputHighlighter 0.3s ease;
  -moz-animation:InputHighlighter 0.3s ease;
  animation:InputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes InputHighlighter {
    from { background:#29d; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes InputHighlighter {
    from { background:#29d; }
  to    { width:0; background:transparent; }
}
@keyframes InputHighlighter {
    from { background:#29d; }
  to    { width:0; background:transparent; }
}
#wellResults {
    font-family: 'Open Sans';
    font-size: 12px;
}
.srchFilter {
    font-size: 15px;
}

.check {
 display:inline;
 color: #3a7d34;
 content:"#10004";
}
/*.form-control {
    padding: 0;
    height: 30px;
}*/

.form-group .help-block {
  display: none;
}

.form-group.has-error .help-block {
  display: block;
  font-size: 10px;
}

#prodDatePicker {
       height: 24px;
       width:150px;
}

#pdpbtn {
    padding: 1px 6px;
}

.form-control.production {
    padding: 0;
    height: 25px;
}

.box {
	width:100%;
	height:200px;
	background:#FFF;
	margin:5px auto;
    outline:1px solid #9fb7cc;
}


.poolbox,.mainbox {
	width:100%;
	background:#FFF;
	margin:5px auto;
    outline:1px solid #9fb7cc;
}

.mainboxnoborder {
	width:100%;
	background:#FFF;
	margin:5px auto;
    padding: 5px;
    
}

.mainbox-thick {
	width:100%;
	background:#FFF;
	margin:5px auto;
    outline:2px solid #9fb7cc;
}

.mapbox {
	width:100%;
	height:400px;
	background:#FFF;
	margin:5px auto;
    outline:1px solid #9fb7cc;
 
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.boxeffect
{
  	position:relative;       
    box-shadow:0 0 15px rgba(0, 0, 0, 0.1) inset;
    padding-left: 3px;
}
.boxeffect:before, .boxeffect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

ul.pdf {
	list-style: none;
}
ul.pdf li {
	padding: 5px 0 5px 30px;
	position: relative;
}
ul.pdf li:before {
    content: '\f1c1';
	color: #D6092E;
	font-family: 'FontAwesome';
	position: absolute;
	top: 6px;
	left: 5px;
}
.map-title {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index:1000;
    background-color:white;
    border:1px solid black;
    padding: 5px;

}
.nopadding {
    font-weight:100;
    margin:0;
    padding:0;
}

.nopadding-fw400 {
    font-weight:400;
    margin:0;
    padding:3px;
}

.padding05 {
    font-weight:100;
    margin:0;
    padding: 5px;
}

label {
    margin-bottom:2px;
    font-weight:100;
}
.animate-enter, 
.animate-leave
{ 
    -webkit-transition: 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220) all;
    -moz-transition: 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220) all;
    -ms-transition: 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220) all;
    -o-transition: 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220) all;
    transition: 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space:nowrap;
} 
 
.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    width: 0;
    height: 0;
}
 
.animate-enter.animate-enter-active, 
.animate-leave {
    opacity: 1;
    width: 150px;
    height: 30px;
}

#compare_section{
	margin: auto;
	padding: 0;
	width: 800px;
}
#compare_section li {
	list-style: none;
	float: left;
}
#compare_section a {
	display: block;
	margin: 5px;
	width: 75px;
	height: 75px;
    color:#FFFFFF;
    text-align:center;
}
#compare_section .active{
 font-family: 'FontAwesome';
  content: '\f00c';
 
}

#compare_section .cmpoil {

	background: #0d7015;

}
#compare_section .cmpgas {

	background: #d51135;

}
#compare_section .cmpgs {

	background: #bb6e7c;

}
#compare_section .cmph20 {

	background: #1d0fd0;

}

#compare_section ul{
	margin: 0;
	padding: 0;
	width: 100px;
}
#compare_section ul li {
	clear: left;
}

#ogb-logo {

    position: absolute;
  top:10px;
  left:10px;
  padding-top: 3px;

}

.cbp-af-header {
    position: relative;
	top: 0;
	left: 0;
	width: 100%;
	/*background: #f6f6f6;*/
    background-color:    #ffffff;
    background-color:    rgba(255, 255, 255, 0.1);
	z-index: 10000;
	/*height: 230px;*/
    	height: 120px;
	overflow: visible;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-af-header h1,

.cbp-af-header nav {
	display: inline-block;
	position: relative;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,

.cbp-af-header nav a {
	line-height: 120px;
}

.cbp-af-header h1 {
      font-family: "Garamond", sans-serif;
	/*text-transform: uppercase;*/
	color: #333;
	letter-spacing: 4px;
	font-size: 4em;
	margin: 0;
	float: left;
}
.cbp-af-header h4 {
      font-family: "Garamond", sans-serif;
	/*text-transform: uppercase;*/
	color: #333;
	letter-spacing: 4px;
	font-size: 2em;
	margin: 0;
	float: left;
}

.cbp-af-header nav {
	float: right;
}

.cbp-af-header nav a {
	color: #aaa;
	font-weight: 700;
	margin: 0 0 0 20px;
	font-size: 1.4em;
}

.cbp-af-header nav a:hover {
	color: #333;
}

/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink {
	height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
	line-height: 90px;
}

.cbp-af-header.cbp-af-header-shrink h1 {
	font-size: 2em;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}

.mm-title {
    font-family: "Open Sans";
        font-size: 24px;
          position:relative;
    overflow:hidden;
    color:#000000;
    border-bottom:8px solid #2c77ba;
    padding: 5px;
     display: inline-block;
    
}

.mm-filter {
    margin:5px;
}

/*.mm-title:after {
    content:"";
    top:50%;
    width:85%;
    margin-left:10px;
    height:2px;
    position:absolute;
    background:#2c77ba;
    padding: 0;
}*/

.mm-category {
    font-family: "Open Sans";
        font-size: 18px;
    color:#000000;
    border-bottom:4px solid #2c77ba;
     display: inline-block;
    padding-top: 15px;

}

.mm-category a:link {
    text-decoration: none;
}


a:hover {
  color:#204d74;
}


.mm-category-staff {
    font-family: "Open Sans";
        font-size: 14px;
    color:#000000;
    border-bottom:4px solid #2c77ba;
     display: inline-block;
    padding-top: 15px;
   
}
 
.mm-subheading {
    font-size:12px;
    font-weight:bold;
    padding-bottom: 5px;
    padding-top: 3px;
}

.mm-subitem {
  font-size:12px;
    padding-left: 3px;
}
/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #2c77ba;
        height: 4px;
        -webkit-transition-property: right;
        -moz-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.mm-category:hover {
    font-family: "Open Sans";
        font-size: 18px;
          /*position:relative;*/
    /*overflow:hidden;*/
    color:#666666;
    border-bottom:4px solid #2c77ba;
     display: inline-block;
    padding-top: 15px;
    
}

.mm-category-line {
    border-bottom:1px solid #dedede;
  width:85%;
}

#pubs-table, #pubsDetails-table {
    font-size:12px;
    margin-bottom: 0;
    
}
#pubs-table tr:nth-child(odd), #pubsDetails-table tr:nth-child(odd) {background-color: #DCE6F3;}
#pubs-table tr:nth-child(even), #pubsDetails-table tr:nth-child(even) {background-color: #FFFFFF;}


#pubs-table thead th,
#pubs-table tfoot th, #pubs-table thead th a {
	background-color: #1960a4;
    color:#fff;
    font-weight: 400;

}

#pubs-table > tbody >tr:hover > td  {
   /* background-color: #0958a4;*/
    background-color: #2c77ba;
    color: #FFFFFF;
}

/*#publications-table.table-hover > tbody > tr:hover > td,*/

/*#publications-table.table-hover > tbody > tr.notfirst:hover > th {
  background-color: #0958a4;
  color: #FFFFFF;
}*/

#pubs-table > tbody > tr.selected  {
  background-color: #7296BB;
  color:#fff;
}

#pubPag {
    margin:0 0;

}

#pubsDetails-table thead tr:first-child th {
    vertical-align: top;
    font-size:14px;
}



@media only screen and (min-width : 320px) {
    .hearingTable {}

        .hearingTable table {
            width: 100%;
            margin: 10px auto;
        }

        .hearingTable th {
            text-align: center;
            /*padding: 20px;*/
            font-weight: 200;
        }

        .hearingTable thead tr:first-child {
            font-size: 14px;
            color: #2c77ba;
            /*background: #F9F9F9 url('/img/patterns/gradhead.png') repeat-x;*/
        }

            .hearingTable thead tr:first-child th {
                border-left: 1px solid #AAAAAA;
                padding: 15px;
                font-weight: bold;
                text-shadow: 1px 1px #FFFFFF;
            }

        .hearingTable thead tr:last-child {
            /*background: #F9F9F9 url('/img/patterns/gradsubhead.png') repeat-x;*/
            font-size: 10px;
            color: #2c77ba;
            border-top: 1px solid #2c77ba;
        }
        /*#b9c9fe*/
            .hearingTable thead tr:last-child th {
                border-left: 1px solid #2c77ba;
                padding: 10px;
                border-bottom: 1px solid #2c77ba;
                font-weight: bold;

            }

        .hearingTable tbody tr:first-child td {

            /*background: #fff url('/img/patterns/gradback.png') repeat-x;*/
            background: #fff;
            font-size:10px;
        }

            .hearingTable tbody tr:first-child td:first-child {
                /*border-right: 1px solid #2c77ba;*/
                border-bottom: 1px solid white;
                /*background: #fff url('/img/patterns/gradback.png') repeat-x;*/
            }

        .hearingTable tbody tr:last-child td {
            /*background: #fff url('/img/patterns/gradback.png') repeat-x;*/
            border-bottom: 1px solid gray;
                font-size:10px;
        }

        /*.hearingTable tbody:nth-child(odd) {
           background: #fff url('/img/patterns/gradback.png') repeat-x;
        }*/

            .hearingTable tbody:nth-child(odd) td {
                border-bottom: 1px solid #fff;
                border-top: 1px solid #fff;
            }
}

@media only screen and (min-width : 1200px) {
    .hearingTable {
    }

        .hearingTable table {
            width: 100%;
            margin: 10px auto;
        }

        .hearingTable th {
            text-align: center;
            /*padding: 20px;*/
            font-weight: 200;
        }

        .hearingTable thead tr:first-child {
            font-size: 16px;
            color: #2c77ba;
            /*background: #F9F9F9 url('/img/patterns/gradhead.png') repeat-x;*/
        }

            .hearingTable thead tr:first-child th {
                border-left: 1px solid #AAAAAA;
                border-top: 1px solid #AAAAAA;
                border-right: 1px solid #AAAAAA;
                padding: 15px;
                font-weight: bold;
                text-shadow: 1px 1px #FFFFFF;
            }

        .hearingTable thead tr:last-child {
            font-size: 14px;
            color: #2c77ba;
            border-top: 1px solid #2c77ba;
        }

            .hearingTable thead tr:last-child th {
                border-left: 1px solid #2c77ba;
                border-right: 1px solid #2c77ba;
                padding: 10px;
                font-weight: bold;
            }

        .hearingTable tbody tr:first-child td {
          
            border-bottom: 1px solid #2c77ba;
            border-right: 1px solid #2c77ba;
  
          
                font-size:12px;
        }
       
            .hearingTable tbody tr:first-child td:first-child {
         border-left: 1px solid #2c77ba;
                border-bottom: 1px solid #2c77ba;
       
       
            }

        .hearingTable tbody tr:last-child td {
         border-left: 1px solid #2c77ba;
            border-bottom: 1px solid gray;
            border-right: 1px solid gray;
               font-size:12px;
        }

                .hearingTable tbody tr:last-child td:last-child {
        
            border-bottom: 1px solid gray;
            border-left: 1px #ffffff;
               font-size:12px;
        }

        .hearingTable tbody:nth-child(odd) td {
                border-bottom: 1px solid #fff;
                border-top: 1px solid #fff;
            }
}

.dropdown-menu{
    z-index:1001;
}

     .tooltip.well .tooltip-inner {
          color: #337AB7;
          background-color: #ffff66;
          box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }
        /* Hide arrow */
        .tooltip.well .tooltip-arrow {
          display: none;
        }

          .ovh {
      overflow:hidden;
    }
.nav-pills.well-modal > li > a {
    background-color: #eeeeee;
    border-radius: 4px;
    border: 1px solid;
    font-size: small;
}
            html {
                overflow-x: hidden;
            }
            .ng-pageslide {
                background: #eee;
            }
            body.ng-pageslide-body-open::before {
                content: '.';
                display: block;
                position: absolute;
                top: 0;
                background-color: rgb(0,0,0);
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
                opacity: 0.5;
                -webkit-transition: opacity 1s;
                -moz-transition: opacity 1s;
                -ms-transition: opacity 1s;
                -o-transition: opacity 1s;
                transition: opacity 1s;
            }

body.ng-pageslide-body-closed::before {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
                opacity: 0;
                content: '.';
                display: block;
                position: absolute;
                top: 0;
                background-color: rgb(0,0,0);
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1;
}

.floated{
    float: left;

}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    /*@media only screen and (min-width : 320px) {}*/

    /* Extra Small Devices, Phones */ 
    /*@media only screen and (min-width : 480px) {}*/

    /* Small Devices, Tablets */
    /*@media only screen and (min-width : 768px) {}*/

    /* Medium Devices, Desktops */
    /*@media only screen and (min-width : 992px) {}*/

    /* Large Devices, Wide Screens */
    /*@media only screen and (min-width : 1200px) {}*/



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    /*@media only screen and (max-width : 1200px) {}*/

    /* Medium Devices, Desktops */
    /*@media only screen and (max-width : 992px) {}*/

    /* Small Devices, Tablets */
    /*@media only screen and (max-width : 768px) {}*/

    /* Extra Small Devices, Phones */ 
    /*@media only screen and (max-width : 480px) {}*/

    /* Custom, iPhone Retina */ 
    /*@media only screen and (max-width : 320px) {}*/