﻿
.ctlText
{
    font-family: Tahoma,Helvetica,Arial,Calibri,Verdana,sans-serif;
    font-size: 10pt;
}

.Title1Text
{
    font-family: Trebuchet MS,Tahoma,Helvetica,Verdana,Calibri,Arial,sans-serif;
    font-size: 10.5pt;
    color: #337;
    font-weight: bold;
    text-decoration: none;
}

/* Was in use for ResultsPanel results count, not used now...
.rightCornerText
{
	width: 100%;
	font-family: Calibri,Arial,Helvetica,Tahoma,sans-serif;
	font-size: 10pt;
	margin: 0 3px 1px 0;
	text-align:right;
	padding:0;
}
*/

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
}

    #loadingcont {
        display: table;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    #loadingspinr {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        font-size: larger;
        padding-top: 80px;
    }

.loadingDivCont {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 72, 91, .9);
    color: white;
    z-index: 1000;
}

.loadingcont {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingspinr {
    display: table-cell;
    vertical-align: middle;
    width: 100%;  
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 230px;
}

#divResCount
{
    margin: 0 0 0 0;
    padding: 0 2px 0 0;
    width: inherit;
    text-align: right;
    min-height: 5px;
}

.gridBox
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    overflow: scroll;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    height: 100vh - 100;
    min-height: 100px;
    border: solid 1px #000;
    background-color: #fff; /*#8FA880;*/
}

.nav-pills > li > a, .nav-pills > li > a:focus {
    color: black;
    background-color: #f5f5f5;
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
}
.giridBoxForCourt
{
    display: block;
    overflow: scroll;
    overflow-x: hidden;
    width: 50%;
    height: 150px;
    min-height: 100px;
    border: solid 1px #000;
    background-color: #fff; 
}

.resultsGrid
{
    /* 	table-layout: fixed; 	margin: -2px 0 0px 0; 	width: 1700px;     */
    table-layout: fixed;
    background-color: #FFF;
    border: solid 1px #6077C1;
    color: #000;
    font-family: Calibri,Tahoma,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    border-collapse: separate;
    width: 100%;
}
.resultsGridPager
{
    background-color: #EEF;
    color: #000033;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.resultsGridHeader
{
    /*     background-color: #CCCCFF; /* offwhiteblue */
    display: table-row;
    background-color: #EEF; /* offwhiteblue */
    color: #000033;
    text-align: center;
    font-weight: bold;
}
.resultsGridHeaderSmall
{
    /*     background-color: #CCCCFF; /* offwhiteblue */
    display: table-row;
    background-color: #EEF; /* offwhiteblue */
    color: #000033;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}
.resultsGridRowSel
{
    background-color: #8968CD; /* purple */
    color: #380474; /* dark-purple (I want to see where this shows up */
}
.resultsGridRowAlt
{
    /* 	background-color: #E6E8FA; /* silver */
    background-color: #EFF1F7; /* silver */
}
.resultsGridColAlignLeft
{
    text-align: left;
}
.resultsGridColAlignRight
{
    text-align: right;
}
.resultsGridColAlignCenter
{
    text-align: center;
}
.resultsGridColViewUrl
{
    margin: 0;
    padding: 0;
    display: table-cell;
    text-align: center;
}
.resultsGridColViewUrl a
{
    padding: 0 3px 0 3px;
    margin: 1px 0 1px 0;
    background-color: #FEE5AC;
    text-decoration: none;
    color: #00C;
}
.resultsGridColViewUrl a:hover
{
    background-color: #FFF8DC;
    color: #000;
}

.tdHeader
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
    font-size: 8pt;
    margin: 0;
    background-color: #DCDCDC;
    font-weight: bold;
}
.tdBorder
{
    border-color: Black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial;
    font-size: 8pt;
    margin: 0;
    text-align: center;
}
.trNoSpace
{
    margin: 0;
    padding: 0;
}
.td {
    font-size: 10px
}
table.WaterRightNet
{
    background-color:darkgray;
    width:50%;
}
table.WaterRightNet td.WaterRightNetTd
{
    background-color:white;
     width: 128px;
}
table.cdssTiling
{
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border-collapse: separate;
}
table.cdssTiling td.col1
{
    /*     border:1px solid #000;     width: 263px;     */
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

table.cdssTiling td.col2
{
    /*     width:80%;     */
    display: table-cell;
    vertical-align: top;
}

div.FiltersPanel
{
    border: 1px solid #6077C1;
    padding: 1px;
}
div.FiltersPanel divTitle
{
    margin: 2px 1px 0 3px;
    background-color: Yellow;
}
.InlineCalImage
{
    padding: 2px 0 0 1px;
}
.AspTextBox
{
    margin:0 0 0 0;
    vertical-align: top;
}
/*Added for MVC5*/
div.WebGrid{
    display:flex;
    justify-content:center;
}
table.WebGrid{
    width: 400px;
    border: solid 1px black;
    margin:0 auto;
}


/*moved from gw search index*/
.nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav > li {
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}

.webgrid-table {
    margin: 8px;
    width: 97%;
    display: table;
    border-collapse: separate;
    border: solid 1px #000000;
    background-color: white;
}

    .webgrid-table td, th {
        border: 1px solid #000000;
        padding: 3px 7px 2px;
    }

th, td {
    padding: 5px 0 5px 5px;
}


.MakeWide {
    width: 97%;
}
/*.textArea {
        width: 100px;
    }*/
/*.verticalLine {
        border-right: solid 1px black;
        width: 50%;
        font-size:medium;
    }
    .verticalLinePadding {
        padding-left: 10px;
        width: 50%;
        font-size: medium;
    }*/


/*from gw well index*/
 /*.detailsTopSection {
    width: 50%;
    min-width: 300px;
    max-width: 911px;
    line-height: 2;
}

.detailsTopSectionMobile {
    width: 100%;
    max-width: 600px;
}*/

/*.wellThreeStack {
    width: 50%;
    min-width: 300px;
    max-width: 911px;
    line-height: 2;
}*/

