﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
/*
body
{
     background-image: url("../Content/1px-Back.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    height: 100%;
    overflow: auto;
}
*/

div.loading
{
    background-position: left center;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
}

/*
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}
*/
.portalSelection a{
    text-decoration: none;
}
/*
p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}
*/
/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/*
h1
{
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
    padding: 5px;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
*/


/* 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
{
    background-color: #ffffff;
    width: 962px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px inset #333;
    border-right: 1px inset #333;
}

#header
{
    position: relative;
    margin: 0px;
    background-color: #ffffff;
    color: #000;
    padding: 0px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
    */
#main
{
    padding: 10px 10px 15px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    border-top: 5px solid #025193;
    border-bottom: 1px solid #025193;
    color: #025193;
    height: 100px;
}

/* TAB MENU   
----------------------------------------------------------*/
/*
ul#menu
{
    border-bottom: 0px #5C87B2 solid;
    padding: 0px;
    position: relative;
    margin: 0px;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
    white-space: nowrap;
}

ul#menu li#greeting
{
    padding: 10px 19px;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 19px;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    background-image: url("../Content/1px-ActiveMenuBack.jpg");
    background-repeat: repeat-x;
    background-color: #e8eef4;
    border-right: 1px solid #124F8E;
    border-left: 1px solid #336699;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial;
}

ul#menu li a:hover
{
    background-image: url("../Content/1px-HoverMenuBack.jpg");
    background-repeat: repeat-x;
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/
/* INNER TAB MENU   
----------------------------------------------------------*//*
div#portal-menu-bar
{
    background-color: #015194;
    margin-top: -10px;
}

ul#portal-menu
{
    border-bottom: 0px #5C87B2 solid;
    padding: 0px;
    position: relative;
    margin: 0px;
    text-align: left;
}

ul#portal-menu li
{
    display: inline;
    list-style: none;
    white-space: nowrap;
}

ul#portal-menu
{
    padding: 10px 19px;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    color: #fff;
}

ul#portal-menu li a
{
    padding: 10px 19px;
    font-weight: bold;
    text-decoration: none;
    line-height: 36px;
    background-image: url("../Content/1px-ActiveMenuBack.jpg");
    background-repeat: repeat-x;
    background-color: #e8eef4;
    border-right: 1px solid #124F8E;
    border-left: 1px solid #336699;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Arial;
}

ul#portal-menu li a:hover
{
    background-image: url("../Content/1px-HoverMenuBack.jpg");
    background-repeat: repeat-x;
    background-color: #fff;
    text-decoration: none;
}

ul#portal-menu li a:active
{
    background-color: #015194;
    text-decoration: none;
}

ul#portal-menu li.selected a
{
    background-color: #fff;
    color: #000;
}

div#site-dropdown-bar
{
    padding: 5px;
    background-color: #808080;
    color: #ffffff;
}

div#site-dropdown-bar select
{
    margin-left: 80px;
}
*/


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*
fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input 
{
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
}

input[type="date"], input[type="text"] .datepicker
{
    width: 130px;
    border: 1px solid #CCC;
}

input[type="text"]
{
    width: 100px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 80px;
    border: 1px solid #CCC;
}
input[type="number"]
{
    width: 80px;
    border: 1px solid #CCC;
}
*/

/* TABLE
----------------------------------------------------------*/

table
{
    border: none 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: none 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #d8eaf8;
    border: solid 1px #d8eaf8;
}

p
{
    line-height: 24px;
}

ul
{
    list-style-type: none;
    list-style-image: url("../images/li_bullet.JPG");
}

li
{
    line-height: 24px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

.message
{
    color: #BD0410;
}

#headerimage
{
    background-image: url("../images/HeaderImage.jpg");
    background-repeat: no-repeat;
    width: 937px;
    height: 287px;
    display: block;
    margin: 10px 10px 0px 10px;
    border-bottom: 10px solid #015294;
}

#headerimage #logindisplay
{
    font-size: 12px;
    display: block;
    text-align: right;
    vertical-align: baseline;
    margin-right: 30px;
    padding-top: 250px;
    color: White;
}

#portalheaderimage {
    background-image: url("../images/Portals/sampleHeader.JPG");
    background-repeat: no-repeat;
    /*
    width: 937px;
    height: 130px;
    display: block;
    margin: 10px 10px 0px 10px;
    border-bottom: 10px solid #015294;
    */
    width: 100%;
    min-height:200px;
}

#waterOrderingPortalHeaderImage
{
    background-image: url("../images/Portals/WaterOrderingHeader.jpg");
    background-repeat: no-repeat;
    width: 937px;
    height: 130px;
    display: block;
    margin: 10px 10px 0px 10px;
    border-bottom: 10px solid #015294;
}

#WaterTradingPortalHeaderImage
{
    background-image: url("../images/Portals/WaterTradingHeader.jpg");
    background-repeat: no-repeat;
    width: 937px;
    height: 130px;
    display: block;
    margin: 10px 10px 0px 10px;
    border-bottom: 10px solid #015294;
}

#portalheaderimage #logindisplay, #waterOrderingPortalHeaderImage #logindisplay
{
    font-size: 12px;
    display: block;
    text-align: right;
    vertical-align: baseline;
    line-height: 20px;
    margin-right: 35px;
    padding-top: 90px;
    color: White;
}

#portalheaderimage #logindisplay, #WaterTradingPortalHeaderImage #logindisplay
{
    font-size: 12px;
    display: block;
    text-align: right;
    vertical-align: baseline;
    line-height: 20px;
    margin-right: 35px;
    padding-top: 90px;
    color: White;
}

#menuspacer
{
    margin-top: 0px;
    padding-top: 10px;
}
#menucontainer
{
    margin: 0px 15px 0px 10px;
    background-color: #015294;
    padding: 0px 1px 0px 1px;
}
div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay a:link
{
    color: white;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/

#account-settings .display-label, 
#account-settings .editor-label 
{
    width: 160px;
    clear: left;
    float: left;
    margin: 1em 0 0 0;
}

#account-settings .display-field, 
#account-settings .editor-field {
    margin: 1em 0 0 0;
    float: left;
}

.display-label, 
.editor-label 
{
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}


.text-box
{
    width: 15em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.quickLogon, .quickLogonSubmit
{
    display: inline;
    margin-left: 0px;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
}

.quickLogon input
{
    width: 65px;
    margin-left: 0px;
    height: 14px;
    font-family: Verdana;
    font-size: 11px;
}

.portalSelection
{
    text-align: center;
}

.portalSelection img
{
    margin: 20px;
    border: 0px;
}

#rightAds
{
    float: right;
    width: 300px;
    margin-left: 10px;
}

#contact
{
    width: 280px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#contact p
{
    margin-top: 10px;
    font-family: Arial;
    font-size: 16px;
    color: #696969;
}

#contact a
{
    margin-top: 10px;
    font-family: Verdana;
    font-size: 16px;
    color: #123877;
    text-decoration: none;
}

#contact h1
{
    margin-left: 5px;
    font-family: Verdana;
    font-size: 30px;
    color: #123877;
}


#contact a:hover
{
    margin-top: 10px;
    font-family: Verdana;
    font-size: 16px;
    color: #123877;
    text-decoration: underline;
}

#silverlightControlHost
{
    min-height: 700px;
    height: 700px;
    text-align: center;
    margin-top: -10px;
    margin-left: -5px;
}

.editor-label
{
}

.editor-field
{
}

.orderForm .greyback
{
    background-color: #ccc;
    width: 200px;
    padding: 5px;
    text-align: right;
}

.orderForm input
{
    width: 98%;
    border: none;
    min-height: 20px;
    padding: 0px 0px 0px 10px;
}

.orderForm select
{
    width: 100%;
    border: none;
    min-height: 20px;
    padding: 0px 0px 0px 0px;
}

.orderForm select option
{
    width: 100%;
    border: none;
    min-height: 20px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}

.orderForm textarea
{
    width: 98%;
    border: none;
    min-height: 60px;
    padding: 0px 0px 0px 10px;
}

.orderForm, .orderForm tr, .orderForm td
{
    border: 1px solid #999;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    color: #333;
}

.boldSubmit
{
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
    font-size: 16px;
    height: 26px;
}

span.true-indicator-Small
{
    background-image: url('/images/tick-icon-small.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

span.false-indicator-Small
{
    display: inline-block;
    background-image: url('/images/cross-icon-small.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}
span.true-indicator-Medium
{
    background-image: url('/images/tick-icon.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

span.false-indicator-Medium
{
    display: inline-block;
    background-image: url('/images/cross-icon.png');
    background-repeat: no-repeat;
    width: 32px;
    height: 30px;
    vertical-align: middle;
}
span.true-indicator-Large
{
    background-image: url('/images/tick-icon-large.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 95px;
    display: inline-block;
    vertical-align: middle;
}

span.false-indicator-Large
{
    display: inline-block;
    background-image: url('/images/cross-icon-large.png');
    background-repeat: no-repeat;
    width: 100px;
    height: 95px;
    vertical-align: middle;
}

div.consumption-chart
{
    padding: 0px;
    height: 50px;
    width: 382px;
}

div.consumption-chart div
{
    padding: 0px;
    margin: 0px;
}

div.consumption-chart div.bar
{
    width: 100%;
    height: 31px;
    width: 382px;
    background-image: url('/images/dash bar images/meter-bg-alt-3.png');
    background-repeat: no-repeat;
}


div.consumption-chart div.bar div.start
{
    height: 31px;
    float: left;
    width: 21px;
    background-image: url('/content/dash bar images/meter-blue-end.png');
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

div.consumption-chart div.bar div.start.only
{
    border-style: none dotted none none;
    border-width: medium;
    border-color: #FFFFFF;
}

div.consumption-chart div.bar div.actual
{
    border-style: none dotted none none;
    border-width: medium;
    border-color: #FFFFFF;
    height: 31px;
    float: left;
    background-image: url('/images/dash bar images/meter-blue-middle-thin.png');
    background-repeat: repeat-x;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

div.consumption-chart div.allowed-value
{
    width: 90%;
    text-align: left;
    clear: both;
}

div.consumption-chart div.actual-value
{
    text-align: left;
    float: left;
}
div.consent-accordian-head, #irrigation-restrictions-head, div.accordian-head
{
    padding: 4px;
    margin-left: 30px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.2em;
}

.alerts
{
    color: #F2460C;
}
.notifications
{
    color: #F20C0C;
}

#irrigation-restrictions-head
{
    margin-left: 0px;
    padding: 10px;
    border-bottom-width: 0px;
    border-bottom-style: none;
}
#irrigation-restrictions-panel,div.accordian-content
{
    padding: 1em 2.2em;
    border-top-width: 0px;
    border-top-style: none;
}
#consent-accordian .ui-accordion-header, #irrigation-restrictions-head
{
    background-color: #E9E9E9;
    background-image: none;
}
.float-right
{
    float: right;    
}
.float-left
{
    float: left;    
}
div.measure
{    
    width: 600px;
    margin-top: 18px;
}
span.measure-heading-caption
{
    margin-top: 5px;
    height: 27px;
    font-size: 1.2em;
    font-weight: normal;
    color: #123877;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
}

span.measure-heading-only
{
    margin-top: 5px;
    height: 27px;
    font-size: 1.2em;
    font-weight: normal;
    color: #123877;    
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
}


div.measure-table
{
    width: 500px;
    float: left;
}
div.measure-bar
{
    width: 300px;
    float: left;    
}
div.clear
{
    clear:both;
}
th.time-column
{
    width: 170px;
}

.dataTables_paginate .ui-button
{
    padding: .3em;
    margin-left: 0;
    margin-right: .3em;
    margin-top: .3em;
}
.dataTables_paginate span .ui-state-disabled, .dataTables_paginate span .ui-widget-content .ui-state-disabled, .dataTables_paginate span .ui-widget-header .ui-state-disabled
{
    border: thin solid #808080;
    background-color: white;
    filter: none;
    opacity: 100%;
    color: #3366FF;
}

.dataTables_filter {
    margin-top:5px;
    float: right;
    width: 50%;
    text-align: right;
}

.dataTables_length {
    width: 40%;
    float: left;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1;
}

.fg-toolbar
{
    padding: 5px;
}
fieldset#export
{
    float: right;
    margin: 5px;
    padding: 4px 8px 4px 8px;
}
fieldset#export input[type='text']
{
     width:10px;
}
fieldset#export input[type='submit']
{
    font-size:1em;
    height: 23px;
    width:70px;
}
#dataTable_length, #dailyDataTable_length
{
    margin-top:6px;
}

#site-dropdown-bar div
{
    display: inline;
}
select#site-dropdown
{
    width: 300px;
}
#site-dropdown-bar a
{
    line-height: 1em;
    padding: .1em 1.5em .1em 1em;
    outline: none;
    text-decoration: none;
    color: #2e6e9e;
}
.ui-widget-content a:link
{
    color: #222222;
}
div.legend
{
    text-align: center;
}
div#zoom-buttonset
{
    text-align: center;
}
div#siteLocationInfo
{
    margin: 5px;
}
div#siteLocationMap
{
    margin: 5px;
    position: relative; 
    width: 100%; 
    height: 500px;
}
#rv_placeholder {
    min-height: 50px;
}

.rightAlign
{
    text-align:right
}

.centerAlign
{
    text-align:center
}

table.stripeMe, .stripeMe th, .stripeMe tr.odd td, .stripeMe tr.even td, .stripeMe tr.success td, .stripeMe tr.fail td
{
    font-size: 12px;
    border: 1px solid #E1E8E2;
}
.stripeMe .even
{
    background-color: #E8F3FA;
}
.stripeMe .odd
{
    background-color: #FFFFFF;
}

div.smallbox
{
    width: 100px;
    height: 16px;
    border: 1px solid #E1E8E2;
    margin-bottom: 3px;
    padding: 5px;
}

    .stripeMe .success, div.smallbox.success {
        background-color: #7FFFD4 !important;  /*aquamarine*/ 
        border: 1px solid #E1E8E2;
    }
        .stripeMe .success.alt, div.smallbox.success {
            background-color: #A4FDDF !important; /*slightly lighter aquamarine*/
            border: 1px solid #E1E8E2;
        }

    .stripeMe .fail, div.smallbox.fail {
        background-color: #FFE4E1 !important;   /*mistyrose*/
        border: 1px solid #E1E8E2;
    }
        .stripeMe .fail.alt, div.smallbox.fail {
            background-color: #FDF0EF !important; /*slightly lighter mistyrose*/
        }

.stripeMe .highlight
{
    cursor: pointer;
    background-color: #EBEEF0;
}

.stripeMe .details
{
    background-color: #53E05E;
    color: White;
}

.hide
{
    display: none;
    line-height: 20px;
}

.isChangedToDo
{
    background-color:Yellow;
    
}

.isDeletedToDo
{
    background-color:Red; 
}

.grey
{
    color: #666666;
}

.dateSortHide {
    display: none;
}

#CreateNewEntry_Icon {
    width:24px;
    height:24px;
    background:url("~/images/tick.JPG") no-repeat;

}