﻿/*----------------------------------------------------------
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,html{ margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size: 11pt; border:none;}
body {
    background-color: #FFF;
    min-height: 100vh;
    margin: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 3rem;
}
html{ height:100%;}

.disabledColor
{
    border-color: Red !important;
}


p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    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;
}

img
{
    vertical-align: middle;
    cursor: hand;
    cursor: pointer;
}

/* 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
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#nav
{
    padding: 5px;
    background-color: #5c87b2;
}

#main
{
    background-color: #fff; /*margin-bottom: 30px; 	_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer {
    border-top: 1px Gray solid;
    background-color: #fff;
    height: 30px;
    text-align: center; /*line-height: normal; 	margin: 0;*/
    font-size: .9em;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    width: 100%;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
form
{
    margin: 0;
    padding: 0;
}
fieldset {
    /*margin: 1em 0;*/
    padding: 1em;
    background-color: rgba(204, 204, 204, 0.34);
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

/*fieldset label
{
	display: block;
}*/
fieldset labelLeft
{
    display: block;
    text-align: left;
    font-weight: bold;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 8pt;
    font-weight: 600;
    color: Black; /*padding: 2px 4px 8px 4px;*/ /*color: #000000; 	border: thin none #7A7A7A; 	padding: 3px 6px; 	font-weight: bold;*/
}

/*input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/

.td_span
{
    font-size: 11pt;
    vertical-align: top;
}

.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menu
{
    margin-top: 60px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* Top Menus */
#menu
{
    padding: 0 0 0 200px;
}

#menu a
{
    color: #000;
    background: #fff url(Images/left-tab.gif) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#menu a span
{
    background: url(Images/right-tab.gif) right top no-repeat;
    padding-right: 10px;
}

#menu a, #navigation a span
{
    display: block;
    float: left;
}

/* Hide from IE5-Mac \*/
#menu a, #menu a span
{
    float: none;
}
/* End hide */

#menu a:hover
{
    color: #000;
    background: #fff url(Images/left-tab-hover.gif) left top no-repeat;
    padding-left: 10px;
}

#menu a:hover span
{
    background: url(Images/right-tab-hover.gif) right top no-repeat;
    padding-right: 10px;
}

#menu ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li
{
    float: left;
    margin: 0;
}

/* Left Navigation */
#navigation
{
    padding: 0 0 0 220px;
}

#navigation a
{
    color: #000;
    background: #fff url(Images/left-tab.gif) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;
}

#navigation a span
{
    background: url(Images/right-tab.gif) right top no-repeat;
    padding-right: 10px;
}

#navigation a, #navigation a span
{
    display: block;
    float: left;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
    float: none;
}
/* End hide */

#navigation a:hover
{
    color: #000;
    background: #fff url(Images/left-tab-hover.gif) left top no-repeat;
    padding-left: 10px;
}

#navigation a:hover span
{
    background: url(Images/right-tab-hover.gif) right top no-repeat;
    padding-right: 10px;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li
{
    float: left;
    margin: 0;
}

.label
{
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
}

.nowrap
{
    white-space: nowrap;
}

.wrap 
{
    white-space: normal !Important;
    word-break: break-all;
    word-wrap: break-word;
}

.labelTank
{
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
}
/* Developed by	: Jayesh L
   Date			: 07-04-10
 */
.labelSmall
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    vertical-align: middle;
    padding-bottom: 5px;
}

.labelRegular
{
    font-size: 9pt;
    color: #000000;
    vertical-align: middle;
}

.labelSmallvMiddle
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: right;
    vertical-align: middle;
    padding-bottom: 5px;
}


.labelSmallTLeftvMiddle
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: middle;
}
.checkboxSmallCSS
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    padding-left: 3px;
}

.checkboxlistSmallCSS
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
}

.OperatorcheckboxSmallCSS
{
    border: solid 0px #ABABAA;
}

.EmailGroupcheckbox
{
        border: solid 0px #ABABAA;
        min-width: 220px;
}

.BIRcheckboxSmallCSS
{
    border: solid 0px #ABABAA;
    text-align:left;
    vertical-align:top;
}
.MonitoringCheckboxSmallCSS
{
    vertical-align: middle;
    font-size: 8pt;
    font-weight: bold;
    color: Black;
}

.radiobuttonSmallCSS
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.OperatorReportRadio
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.labelLeft
{
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.labelLeftMedium
{
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.labelLeftMedium120
{
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 125px;
}
.labelLeftMedium140
{
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 140px;
}

.labelLeftMedium160
{
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    vertical-align: top;
    width: 160px;
}
.labelLeftsmall
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
    float: left;
}

.labelsmall
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.labelsmall_TreeView
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.labelrightsmall
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: right;
    vertical-align: top;
}

.label_dir_opp_small
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: right;
    vertical-align: top;
}

.labelLeftsmallUnderline
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    text-decoration: underline;
    vertical-align: top;
}
.labelLeftsmallMiddle
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: right;
    vertical-align: middle;
}
.labelLeftsmallbottom
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: bottom;
}

.OperatorlabelLeftsmall
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: middle;
}
.OperatorlabelLeftsmallForUN
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    color: Navy;
}

.TitleLabel
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
}

.TitleLabel50
{
    font-size: 13pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
    padding-left: 50px;
}
.TitleRepLabel
{
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.UnitLabel
{
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    vertical-align: top;
}
.CenterColon
{
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
    width: 3%;
    vertical-align: top;
}
.textbox
{
    font-size: 9pt;
    color: #000000;
    width: 250px;
    border: 1px solid #7F9DB9;
}

/* Developed by	: Jayesh L
   Date			: 07-04-10
 */

.textboxSmallCSS
{
    font-size: 9pt;
    color: #000000;
    width: 200px;
    border: 1px solid #7F9DB9;
}

.textboxMediumCSS
{
    font-size: 9pt;
    color: #000000;
    width: 120px;
    border: 1px solid #7F9DB9;
}
.textboxVSmallCSS
{
    font-size: 9pt;
    color: #000000;
    width: 75px;
    border: 1px solid #7F9DB9;
}
.textboxvSmallFontCSS
{
    font-size: 9pt;
    color: #000000;
    width: 20px;
    border: 1px solid #7F9DB9;
}
.dropdownSmallCSS
{
    font-size: 8pt;
    color: #000000;
    width: 205px; /*border-width: 2px; 	border-left: solid 2px #ABABAA; 	border-top: solid 2px #ABABAA; 	border-bottom: solid 2px #ABABAA; 	border-right: solid 2px #ABABAA;*/
}
.dropdownLargeCSS
{
    font-size: 8pt;
    color: #000000;
    width: 300px; /*border: 2px solid #ABABAA;*/
}
.dropdownSamll180CSS {
    font-size: 8pt;
    color: #000000;
    width: 180px; /*border: 2px solid #ABABAA;*/
    vertical-align: top;
    margin-top: 1px;
}

.dropdownSamll140CSS
{
    font-size: 8pt;
    color: #000000;
    width: 140px; /*	border: 2px solid #ABABAA;*/
}

.dropdownSamll175CSS
{
    font-size: 8pt;
    color: #000000;
    width: 175px; /*border-width: 2px; 	border-left: solid 2px #ABABAA; 	border-top: solid 2px #ABABAA; 	border-bottom: solid 2px #ABABAA; 	border-right: solid 2px #ABABAA;*/
}

.dropdownSamll170CSS
{
    font-size: 8pt;
    color: #000000;
    width: 170px; /*border-width: 2px; 	border-left: solid 2px #ABABAA; 	border-top: solid 2px #ABABAA; 	border-bottom: solid 2px #ABABAA; 	border-right: solid 2px #ABABAA;*/
}

/*#ABABAA*/

.dropdownVSmallCSS
{
    font-size: 8pt;
    color: #000000;
    width: 100px; /*border-width: 2px; 	border-left: solid 2px #ABABAA; 	border-top: solid 2px #ABABAA; 	border-bottom: solid 2px #ABABAA; 	border-right: solid 2px #ABABAA;*/
}

.textboxArea
{
    font-size: 9pt;
    color: #000000;
    border: 1px solid #7F9DB9;
    width: 250px;
}
.errorMsg
{
    font-size: 8pt;
    color: #CC4041;
    vertical-align: top;
}
.hrLine
{
    background-color: Black;
    height:1px;
    margin-bottom: 5px;
}
.BlankRow
{
    height: 5px;
}
.linkButton
{
    font-size: 8pt;
    color: Blue;
    text-decoration: underline;
    vertical-align: top;
}
.listBoxCSS
{
    font-size: 10pt;
    color: #000000;
    border: 2px solid #ABABAA;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}
/*
	Css for Site Groups  Button ,Active button
*/
.siteGroupActiveButton
{
    /*font-style:normal;*/
    font-size: 8pt;
    line-height: normal;
    font-weight: bold; /*font-weight: bold;*/
    color: #000000;
    background-color: #739FDC;
    border: 2px solid #637793;
    cursor: pointer;
    height: 40px;
    width: 85px;
}
.siteGroupButton
{
    /*	font-style: normal;*/
    font-size: 8pt;
    line-height: normal;
    font-weight: bold; /*font-weight: bold;*/
    color: #000000;
    background-color: #C9D6E6;
    border-right: 2px solid #637793;
    border-bottom: 1px solid #637793;
    border-top: 1px solid #637793;
    border-left: 1px solid #637793; /*border: 2px solid #637793;*/
    cursor: pointer;
    height: 40px;
    width: 85px;
}
/*
height:40px;
	width:85px;
*/



.DropStyle
{
    font-size: 8pt;
    font-weight: normal;
    color: black;
    width: 144px;
}
.GridView
{
    font-size: 11px;
    background-color: White;
    /*border: 2px solid #ABABAA;*/
    border: None;
    padding: 4px;
    width: 100%;
}

.GridView td, .GridView th {
    padding: 3px;
}

.GridView_WithBorder
{
    font-size: 11px;
    background-color: White;
    border: 1px solid black;
    padding: 4px;
    width: 100%;
}

.GridView_NoResults {
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.GVHeader {
    font-size: 11px;
    text-align: left;
    height: 30px;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

    .GVHeader a {
        font-size: 11px;
        text-align: left;
        height: 20px;
        background-color: rgba(0, 0, 0, 1);
        color: #fff;
    }

.GVItem
{
    background-color: White;
    text-align: left;
    font-size: 11px;
    color: Black;
    padding: 0px 5px 5px 5px;
}

.GVItem td span
{
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.GVItem_Pad_LR_5px
{
    padding-left: 5px;
    padding-right: 5px;
}

.GVItemUnlocked 
{
    text-align: right;
    font-size: 11px; 
    text-decoration:none;
    padding: 0px 5px 5px 5px;
    cursor:default;
    color:Black;
}
.GVItemUnlocked:hover
{
    color:Black
}

.GVItemlocked
{
    text-align: right;
    font-size: 11px;
    color: Blue;
    text-decoration:underline;
    padding: 0px 5px 5px 5px;
}
.GVItemCenter
{
    text-align: center;
    font-size: 11px;
    color: Black;
    border: solid 1px #DBDBDB;
    padding: 0px 5px 5px 5px;
}

.GvItemInner
{
    padding-left: 2px;
}

.AlternatingGVItem {
    background-color: rgba(204, 204, 204, 0.34);
    text-align: left;
    font-size: 11px;
    color: Black;
    padding: 0px 5px 5px 5px;
}

.table
{
    border: solid 0px #e8eef4;
    border-collapse: collapse;
}

.tabletd
{
    padding: 2px;
    border: solid 0px #e8eef4;
    margin-left: 40px;
}

.tableth
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
.fieldset
{
    padding: 0;
    margin: 0;
    width: 70px;
    background-color: #F2F8F9;
}

.legend
{
    color: #000000;
    border: thin none #7A7A7A;
    padding: 3px 6px;
    font-weight: bold;
}
.LegendTitle
{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    background-color: #DEDEDE;
    border: 1px solid #CCCCCC;
    border-bottom: 3px solid #C8C8C8;
    padding: 3px 5px;
}
.radiobuttonlistCSS
{
    font-size: 8pt;
    color: #000000;
    text-align: left;
    font-weight: bold;
}

.OperatorSiteSetupTabs
{    
    border-top-left-radius: 100px 200px;
    border-top-right-radius: 100px 200px;
}

.OperatorInnerTitle
{
    padding: 3px 0px 4px 5px;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border: solid 2px #283444;
    background-color: #005d84;
    min-width: 650px;
}

.OperatorInnerTitleWidth
{
    min-width: 700px;
}

.OperatorInnerHeight
{
    height: 675px;
}

.OperatorATGInnerTitle
{
    padding: 3px 0px 4px 5px;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    border: solid 2px #465C75;
    background-color: #005d84;
    min-width: 650px;
}
.OperatorSystemsetupActiveButton
{
    /*font-style:normal;*/
    font-size: 8pt;
    line-height: normal;
    font-weight: bold; /*font-weight: bold;*/
    color: #000000;
    background-color: #739FDC;
    border: 2px solid #637793;
    cursor: pointer;
    height: 45px;
    width: 92px;
}
.OperatorSystemsetupButton
{
    /*	font-style: normal;*/
    font-size: 8pt;
    line-height: normal;
    font-weight: bold; /*font-weight: bold;*/
    color: #000000;
    background-color: #C9D6E6;
    border-right: 2px solid #637793;
    border-bottom: 1px solid #637793;
    border-top: 1px solid #637793;
    border-left: 1px solid #637793; /*border: 2px solid #637793;*/
    cursor: pointer;
    height: 45px;
    width: 92px;
}

.OperatordropdownSamll200CSS
{
    font-size: 8pt;
    color: #000000;
    width: 200px;
    border: 2px solid #ABABAA;
}
.OperatordropdownSamll100CSS
{
    font-size: 8pt;
    color: #000000;
    width: 100px;
    border: 2px solid #ABABAA;
}
.OperatordropdownSamll120CSS
{
    font-size: 8pt;
    color: #000000;
    width: 120px;
    border: 2px solid #ABABAA;
}
.dropdownSamll125CSS
{
    font-size: 8pt;
    color: #000000;
    width: 125px;
    border: 2px solid #ABABAA;
}
.OperatordropdownSamll50CSS
{
    font-size: 8pt;
    color: #000000;
    width: 50px;
    border: 2px solid #ABABAA;
}

.OperatordropdownSamll40CSS
{
    font-size: 8pt;
    color: #000000;
    width: 40px;
    border: 2px solid #ABABAA;
}
.OperatordropdownSamll70CSS
{
    font-size: 8pt;
    color: #000000;
    width: 70px;
    border: 2px solid #ABABAA;
}
.OperatortextboxVSmallCSS
{
    font-size: 9pt;
    color: #000000;
    width: 75px;
    border: 1px solid #7F9DB9;
}
.CheckBoxList
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    border: solid 1px black;
}
.CheckBoxListNoBorder
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    border: solid 0px black;
}
.OperatorUnderlineText
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    text-decoration: underline;
}
.OperatorRevert
{
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 9pt;
    margin-left: 0px;
    margin-right:15px;
}
/**/

n::-moz-focus-inner
{
    border: none;
}


.big
{
    font-size: 18px;
}
.box1
{
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.txtLoginbox
{
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
    width: 150px;
}
.boxButton
{
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2
{
    border-width: 2px;
    border-style: solid;
    padding: 0px;
}
.labelSmallGray
{
    font-size: 8pt;
    font-weight: bolder;
    color: #696969;
    text-align: right;
    vertical-align: top;
}
.MonitorMasterControl
{
    font-size: 8pt;
    color: #ffffff;
    text-align: left;
    background-color: #000000;
    vertical-align: top;
    font-weight: 700;
    padding-left: 10px;
}

.InformNETbutton {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #303030;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    height: 25px;
    font-weight: bold;
    border: 1px solid #696969;
}

a.InformNETbutton {
    background-color: buttonface;
    text-decoration: none;
    height: 25px;
    float: left;
}

a.InformNETbutton span {
    line-height: 23px;
    padding: 0px 6px;
}


.InformNETbutton:disabled, .InformNETbutton[disabled] {
    background-color: #eef0f0;
    color: #A0A0A0;
}

.InformNETbuttonsmall
{

    font-size: 13px;
    color: #303030;
    text-align: center;
    cursor: pointer;
    height: 21px;
    font-weight: bold;
	border: 1px solid #696969;
}

a.InformNETbuttonsmall  {
    text-decoration: none;
    padding-left: 3px;
    padding-bottom: 1px;
    padding-right: 3px;
    padding-top: 1px;
    background-color: ButtonFace;
}

.InformNETbutton.small {
    width: 107px;
}

.InformNETbutton.medium {
    width: 145px;
}

.InformNETbutton.large {
    width: 191px;
}

.InformNETbutton.largest {
    width: 270px;
}

.go
{

    width: 90px;

}
.PollNow
{

    width: 100px;
    height: 27px;

}
.listnav
{
    width: 45px;
}

.SiteGroupCheckboxList
{
    background-color: White;
    border: solid 1px Black;
    color: Black;
    font-size: 8pt;
    overflow: auto;
    height: 250px;
    white-space: nowrap;
}

.TankCheckboxList
{
    background-color: White;
    border: solid 1px Black;
    color: Black;
    font-size: 8pt;
    overflow: auto;
    height: 200px;
}
/* The hint to Hide and Show */
.hint
{
    display: none;
    position: absolute; /*right: -250px;*/
    width: 150px;
    margin-top: -5px;
    margin-left: 15px;
    border: 1px solid #c93;
    padding: 10px 12px; /* to fix IE6, I can't just declare a background-color,     I must do a bg image, too!  So I'm duplicating the pointer.gif     image, and positioning it so that it doesn't show up     within the box */
    background: #ffc url(Images/pointer.gif) no-repeat -10px 5px;
    font-size: 8pt;
    font-weight: normal;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer
{
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(Images/pointer.gif) left top no-repeat;
}

div.tabs > div
{
    padding: 3px;
    height: 380px;
    margin-top: 5px;
    border: 1px solid #4297D7 !important;
    background-color: #F2F8F9 !important;
}

/* Added By Virendra For Site Setup Menu */
ul.tabs
{
    margin: 0;
    padding: 3px 0 1px 2px;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/ /* border-bottom: 1px solid #4297D7;             border-left: 1px solid #4297D7; */
    width: 700px;
    /*background: url("Images/ui-bg_gloss-wave_55_5c9ccc_500x100.png" ) repeat-x scroll 40% 50% #5C9CCC;*/
}
ul.tabs li
{
    float: left;
    margin: 0 3px -1px 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/ /*border: 1px solid #4297D7;*/
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    border: 1px solid;
    background-color: #F0F0F0;
    color: #000;
    /*background: url("Images/ui-bg_glass_85_dfeffc_1x400.png" ) repeat-x scroll 50% 50% #DFEFFC;*/
}
ul.tabs li a
{
    text-decoration: none;
    color: #2E6E9E;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    padding: 0 5px;
    border-bottom: 1px solid #4297D7; /*--Gives the bevel look with a 1px white border inside the list item--*/
    background-color: #F0F0F0;
    color: #000;
    outline: none;
}
ul.tabs li a:hover
{
    /*background: #336699;             color : #ffffff;*/
}
html ul.tabs li.active
{
    /*--Makes sure that the active tab does not listen to the hover properties--*/
    color: #000;
    background: #fff; /*border-bottom: 1px solid #4297D7; /*--Makes the active tab look like it's connected with its content--*/
}
html ul.tabs li.active a:hover
{
    background: #fff !important; /*border-bottom: 1px solid #4297D7;*/
}
ul.tabs li.active a:visited
{
    /*color: #E17009 !important;*/
    font-weight:bold; color:rgb(204, 0, 0) !important;
}
ul.tabs li.active a
{
    /*color: #E17009 !important;*/
    font-weight:bold; color:rgb(204, 0, 0) !important;
}

ul.tabs .tab_width
{
   width: 547px !important;
}

ul.tabs li .cursorhand
{
   cursor: hand !important;
}

.div_container
{
    /*border: 1px solid #4297D7;*/
    border-left: none;
    border-top: none;
    float: left;
    background: #F2F8F9 !important;
    height: 490px;
}
.div_container_SiteLocation
{
    /*border: 1px solid #4297D7;*/
    overflow: hidden;
    clear: both;
    float: left;
    background: #F2F8F9 !important;
}

.table_Buttons_SiteLocation
{
    border: 0px;
    padding: 2px;
    border-spacing: 3px;
    margin-left: 15px;
}

.div_container_Client
{
    border: 1px solid #4297D7;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #F2F8F9 !important;
    height: 350px;
}
.div_container_Fafnir
{
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    background: #F2F8F9 !important;
}
.div_content_SiteLocation
{
    padding: 10px;
    font-size: 1.2em;
}
.div_content
{
    padding: 20px;
    font-size: 1.2em;
}
.div_content_Operator
{
    padding: 20px 20px 20px 0px;
    font-size: 1.2em;
}
ul.tabsLine2
{
    padding-top: 1px; /*border-right: 1px solid #4297D7;*/
}
/* Main tab*/

.rbutton {
    cursor: pointer; /*display: -moz-inline-box; 	display: inline-block;*/
    padding-left: 15px;
    line-height: 27px;
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    margin-right: 1px;
    float: left;
    height: 27px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.rbutton:hover {
    color: #000000;
}

.rbutton span
{
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 10px;
    line-height: 27px;
    background-position: right top;
}

.rbutton span.dashboardtabspan
{
    margin: 0;
    padding: 0;
    line-height: normal;
    background-image: none;
    display: block;
    height: 10px;
    float: left;
    font-size: 10px;
    width: 23px;
}
.rbutton table, .rbutton table td
{
    padding: 0;
    margin: 0;
}
.smallFont
{
    font-size: 10px;
}

.rbuttonSmall
{
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    padding-left: 15px;
    line-height: 15px;
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #114172;
    font-size: 10px;
    margin-right: 0px;
}
.rbuttonSmall:hover
{
    color: #000000;
}

.rbuttonSmall span
{
    display: -moz-inline-box;
    display: inline-block;
    padding-right: 15px;
    line-height: 15px;
    background-position: right top;
    background-repeat: no-repeat;
}


.main-menu-notselected {
    background-image: url(Images/main_menu.jpg);
    text-decoration: none !important;
    font-size: 11px;
    background-repeat: repeat-x;
    border: 1px solid #ddd;
}
    .main-menu-notselected span {
        background-image: url(Images/main_menu.jpg);
        background-repeat: repeat-x;
    }

.main-menu-selected {
    background-image: url(Images/main_menu.jpg);
    text-decoration: none !important;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #ddd;
    background-repeat: repeat-x;
}
    .main-menu-selected span {
        background-image: url(Images/main_menu.jpg);
        background-repeat: repeat-x;
    }

.content
{
    width: 100%;
    height: 500px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}
.main-menu-notselected span div, .selected span div {
    background: none;
    line-height: normal;
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 1px;
    font-size: 9px;
}
    .main-menu-notselected span div span, .selected span div span {
        background: none;
        line-height: normal;
    }

.multilinebtn_container {
    float: left;
    font-size: 8px;
    width: 400px;
}

.multilinebtn_container div {
    margin: auto;
    width: 95%;
}

.DashboardText
{
    white-space: nowrap;
    width: 70px;
    font-size:9px;
    text-align: left;
}

.DashboardText_Wider
{
    white-space: nowrap;
    min-width: 100px;
    font-size:9px;
}

.DashboardTextBold
{
    font-weight: bold;
    width: 30px;
    font-size: 9px;
    text-align:right;
}

.controlLabel 
{
    float: left;
    width: 300px;
    text-align: right;
    margin-right:0.5em;
    vertical-align: middle;
}
.spacer
{
    clear: both;
    margin: 0;
}

.TreeViewNodeParent
{
    text-decoration: none !important;
    font-size: 8pt !important;
    color: Black !important;
    cursor: default !important;
}

.TreeViewNodeChild
{
    font-size: 8pt !important;
    color: Black !important;
    text-decoration: underline !important;
}

.Tree td div
{
    height: 20px !important;
}
.TankLabel {
    font-size: 8pt !important;
    color: Black !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    width: 50%;
    padding-left: 7px;
}
.TankLabelSimple
{
    font-size: 8pt !important;
    color: Black !important;
    padding-left: 5px !important;
}
.TankLabelRed
{
    font-size: 8pt !important;
    color: Red !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    padding-bottom: 5px !important;
}
.TankLabelGreen
{
    font-size: 8pt !important;
    color: #00AC47 !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    padding-bottom: 5px !important;
}
.TankBackColor
{
    background-color: #F2F2F2 !important;
    padding-left: 5px !important;
}
.TankHeaderLabel
{
    font-size: 9pt !important;
    color: White !important;
    font-weight: bold !important;
    background-color: #000000;
    height: 22px;
}

.grid-tank-row {
    display: table-cell;
    display: flex;
}

    .grid-tank-row:last-child {
        padding-bottom: 5px;
    }

.grid-tank {
    padding-left: 5px;
    padding-top: 5px;
    display: table-cell;
    display: flex;
}

.grid-tank-number {
    vertical-align: top;
    width: 14px;
    /*float: left;*/
}

.grid-tank-icon {
    /*float: left;*/
}

.grid-tank-percentage {
    vertical-align: bottom;
    font-size: 0.8em;
    width: 22px;
    /*float: left;*/
    display: table-cell;
    display: flex;
    margin-left: 2px;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

    .grid-tank-percentage span {
        /*position: absolute;*/
        /*bottom: 0;*/
    }

.grid-atgConnect {
    display: flex;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.dropdownwidth {
    width: 50px;
}

.ModalPopup
{
    z-index: 1000;
    left: 0px;
    background-color: White;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 100%;
    _position: absolute;
    position: fixed;
    margin: 0 0 0 0;
    top: 0px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.updateProgress
{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 45%;
}
.responeATG
{
    font-size: 9pt;
    color: #000000;
}
.GridTankScroll
{
    overflow: auto;
    width: 500px;
}

.treeview li
{
    margin: 0;
    padding: 3px 0pt 3px 16px;
}
.gauge_content_container
{
    height: 450px;
}

.gauge_content_container_Lines
{
    height: 400px;
}
.div_container
{
    height: 490px;
}
.gauge_button_container
{
}
.lasttab
{
    background-color: #D6E7FF !important;
    background-image: none !important;
    font-size: 10px !important;
    line-height: 7px !important;
}
.lasttabSelected
{
    background-color: #000000 !important;
    background-image: none !important;
    font-size: 10px !important;
    line-height: 7px !important;
}
.DashboardValue
{
    width: 30px;
}

.displayOff
{
    display: block;
}

/*////Changes to allow inline styling to be removed from pages // */

.displayNone
{
    display: none;
}
.displayNone_2
{
    display: none;
    visibility: hidden;
}

.hidden
{
    visibility: hidden;
}

.normalImportant
{
    font-weight: normal !important;
}

.fontbold
{
    font-weight: bold;
}

.div_TreeControl
{
    overflow: auto; 
    border: solid 1px #000000; 
    height: 370px; 
    background-color: #ffffff;
    width: 300px;
}

.td_TreeControl
{
    padding-left: 30px;
}


.div_FafnirTankadd
{
    width: 497px; 
    margin: 0 auto;
}

.div_RenderReport
{
    font-size: medium;
}

.div_TreeView
{
    overflow: auto; 
    border: solid 1px #000000; 
    height: 400px; 
    background-color: #ffffff;
}

.div_OperatorReport
{
    overflow: auto; 
    height: 230px;
}

.div_OperatorReport_2
{
    overflow: auto; 
    height: 110px;
}

.div_OperatorSiteSetup
{
    margin-left:15px;
}

.div_LeakTest
{
    height: 55px; 
    overflow:visible; 
    min-width: 750px !important;
}


.td_width_TitleLabel
{
    width: 80%;
}

.td_AddButton
{
    width: 20%;
}

.td_RadioButton
{
    width: 20%;
}

.td_AddButton_2
{
    width: 20%;
    padding-right: 10px;
}

.td_AddUser
{
    width: 25%;
}

.td_AuditReport
{
    width: 20%;
}

.td_CollectionProfile
{
    width: 60%;
}

.td_CollectionProfileAdd
{
    width: 70%;
}

.td_EmailAdd
{
    width: 65%;
}

.td_lblAvailable
{
    border-bottom: solid 2px black;
    padding-bottom: 8px;
    min-width: 300px;
}

.td_CheckBox
{
    padding-top: 3px; 
    padding-bottom: 3px;
}

.td_ErrorPage_1
{
    width: 33%;
}

.td_ErrorPage_2
{
    width: 67%;
}

.td_ErrorPage_Label
{
    color: Red;
}

.td_FafnirTanks
{
    width: 25%;
    float: right;
    vertical-align: top;
}
    
.td_FafnirTanks_2
{
    padding: 0;
}

.td_MonitorTankTest
{
    width: 15%;
}

.td_PollingEventLog
{
    width: 4%
}

.td_Polling
{
    width: 60%;
}

.td_PollingSchedulesAdd
{
   border-left: solid 1px black; 
   width: 10px;
}
.td_lefttopw17
{
    vertical-align: top;
    width: 17%;
    float: left;
}

.td_topw40
{
    vertical-align: top;
    width: 40%;
}

.td_top
{
   vertical-align: top;
}
.td_toppadding10px
{
    padding-top: 10px;
}


.td_time
{
    width: 150px;
}

.body_white
{
    background-color: #FFF;
}

.div_CheckBoxList
{
    height: 100px;
}

.btn_UpDownButton
{
    width:50px;
}

.td_Add
{
    width: 65%;
}

.td_h15
{
    height: 15px;
}

.td_center
{
    margin-right: auto;
    margin-left: auto;   
}

.textleft
{
    text-align: left; 
}

.textleft_imprtnt
{
    text-align: left !important; 
}

.textcenter
{
    text-align: center; 
}

.textright
{
    text-align: right; 
}

.td_centerw50
{
    width: 50px;
    text-align: center;
}

.td_valigntopw45
{
    vertical-align: top; 
    width: 45%;
}

.td_time
{
    width: 150px;
}

.td_time_2
{
    width: 100px;
}

.td_localshift
{
    width:38%;
}


.valignmiddle
{
    vertical-align: middle; 
}


.valignbase
{
    vertical-align:baseline
}

.valignbot
{
    vertical-align:bottom;
}

.valigntop
{
    vertical-align: top; 
}

.valigntop10
{
    vertical-align: top; 
    width: 10%;
}

.valigntop35
{
    vertical-align: top; 
    width: 35%;
}

.valigntop45
{
    vertical-align: top; 
    width: 45%;
}

.valigntopw130px
{
    vertical-align: top; 
    width: 130px;
}

.valigntopw220px
{
    vertical-align: top; 
    width: 220px;
}

.valigntopw100px
{
    vertical-align: top; 
    width: 100px;
}

.valigntopw150px
{
    vertical-align: top; 
    width: 150px;
}

.valigntopw245px
{
    vertical-align: top; 
    width: 245px;
}

.valigntop_imprtnt
{
    vertical-align: top !important;
}

.valignmid_imprtnt
{
    vertical-align: middle !important;
}

.valignbottom
{
    vertical-align: bottom; 
}

.valigntopw2
{
    vertical-align: top; 
    width: 2%;
}

.valigntop_lftpad30
{
    padding-left: 30px;
    vertical-align: top; 
}

.leftpad6
{
    padding-left: 6px;
}

.leftpad4
{
    padding-left: 4px;
}

.leftpad70
{
    padding-left: 70px;
}


.valigntop_w20
{
   width: 20%;
   vertical-align: top; 
}

.valigntop_w45
{
   width: 45%;
   vertical-align: top; 
}

.valigntop_w53
{
   width: 53%;
   vertical-align: top; 
}

.alignleft
{
    float:left; 
    margin:0 -2px; 
    padding:1px; border:0px;
}

.w2
{
    width: 2%;
}

.w4
{
    width: 4%;
}
.w5
{
    width: 5%;
}

.w6
{
    width: 6%;
}

.w7
{
    width: 7%;
}

.w8
{
    width: 8%;
}

.w9
{
    width: 9%;
}

.w10
{
    width: 10%;
}

.w12
{
    width: 12%;
}

.w13
{
    width: 13%;
}

.w15
{
    width: 15%;
}


.w18
{
    width: 18%;
}

.w19
{
    width: 19%;
}

.w20
{
    width: 20%;
}

.w21
{
    width: 21%;
}

.w22
{
    width: 22%;
}

.w23
{
    width: 23%;
}

.w25
{
    width: 25%;
}

.w28
{
    width: 28%;
}

.w30
{
    width: 30%;
}

.w32
{
    width: 32%;
}

.w33
{
    width: 33%;
}

.w35
{
    width: 35%;
}

.w38
{
    width: 38%;
}

.w40

{
    width: 40%;
}

.w45
{
    width: 45%;
}

.w50
{
    width: 50%;
}

.w60
{
    width: 60%;
}

.w65

{
    width: 65%;
}

.w70

{
    width: 70%;
}

.w78
{
    width: 78%;
}

.w80
{
    width: 80%;
}

.w85

{
    width: 85%;
}

.w88

{
    width: 88%;
}

.w90
{
    width: 90%;
}

.w95
{
    width: 95%;
}

.w98
{
    width: 98%;
}

.w100
{
    width: 100%;
}

.w150
{
    width: 150%;
}

.w25px
{
    width: 25px;
}

.w29px
{
    width: 29px;
}

.w30px
{
    width: 25px;
}


.w35px
{
    width: 35px;
}

.w40px
{
    width: 40px;
}

.w45px
{
    width: 45px;
}

.w50px
{
    width: 50px;
}

.dashw53px
{
    width: 53px;
}

.dashw55px
{
    width: 55px;
}

.w55px
{
    width: 55px;
}

.w60px
{
    width: 60px;
}

.w70px
{
    width: 70px;
}

.w74px

{
    width: 74px;
}


.timercontrolwidth

{
    width: 74px;
}


.w80px
{
    width: 80px;
}

.w90px
{
    width: 90px;
}

.w100px
{
    width: 100px;
}

.w110px
{
    width: 110px;
}

.w120px
{
    width: 120px;
}

.w130px
{
    width: 130px;
}

.w150px
{
    width: 150px;
}

.w155px
{
    width: 155px;
}

.w160px
{
    width: 160px;
}

.w170px
{
    width: 170px;
}

.w180px
{
    width: 180px;
}

.w185px
{
    width: 185px;
}

.w195px
{
    width: 195px;
}

.w200px
{
    width: 200px;
}

.w205px
{
    width: 205px;
}

.w210px
{
    width: 210px;
}

.w220px
{
    width: 220px;
}

.w230px
{
    width: 230px;
}

.w240px
{
    width: 240px;
}

.w250px
{
    width: 250px;
}

.w330px
{
    width: 330px;
}

.w300px
{
    width: 300px;
}

.w400px
{
    width: 400px;
}

.w450px
{
    width: 450px;
}

.w500px
{
    width: 500px;
}

.w630px
{
    width: 630px;
}

.w650px
{
    width: 650px;
}

.w775px
{
    width: 775px;
}

.w860px
{
    width: 860px;
}

.h100
{
  height: 100%;
}

.height1px
{
  height: 1px;
}

.height10px
{
  height: 10px;
}

.height13px
{
  height: 13px;
}

.height25px
{
  height: 25px;
}

.height27px
{
  height: 27px;
}

.height40px
{
  height: 40px;
}

.height50px
{
  height: 50px !Important;
}

.height70px
{
  height: 70px;
}

.height107px
{
  height: 107px;
}

.height203px
{
  height: 203px;
}

.height226px
{
  height: 226px;
}

.height268px
{
    height: 268px;
}

.height445px
{
    height: 445px;
}

.height510px
{
    height: 510px;
}

.height515px
{
    height: 515px;
}

.height525px
{
    height: 525px;
}

.maxw200
{
    max-width: 200%;
}

.maxw800px
{
    max-width: 800px;
}

.maxw1200px
{
    max-width: 1200px;
}

.dashboard_minwidth
{
    min-width: 350px;
}

.reports_minwidth
{
    min-width: 110px;
}

.pollnow_minwidth
{
    min-width: 200px;
}

.padtop10
{
    padding-top: 10px;
}

.padtop15px
{
    padding-top: 15px;
}

.padleft2px
{
    padding-left: 2px;   
}

.padleft5px
{
    padding-left: 5px;   
}

.padleft10px
{
    padding-left: 10px;   
}

.padleft15px
{
    padding-left: 15px;   
}

.padleft20px
{
    padding-left: 20px;   
}

.padleft25px
{
    padding-left: 25px;   
}

.padleft40
{
    padding-left: 40px;   
}

.padleft40px
{
    padding-left: 40px;   
}

.padleft70px
{
    padding-left: 70px;   
}

.padleft100px
{
    padding-left: 100px;   
}

.padleft170px
{
    padding-left: 170px;   
}

.pad0
{
   padding: 0;
}

.padright5px
{
    padding-right: 5px;
}

.padright10px
{
    padding-right: 10px;
}

.padright25px
{
    padding-right: 25px;
}

.padright5px_imprtnt
{
    padding: 5px !important;
}

.fontsize7
{
    font-size: 7pt;
}

.fontsize8
{
    font-size: 8px;
}

.fontsize9
{
    font-size: 9pt;
}

.fontsize12px
{
    font-size: 12px;
}

.fontsize9_imprtnt
{
    font-size: 9pt !important;
}

.fontsize8w80px
{
    font-size: 8pt;
    width: 80px;
}

.input_size120
{
    width:120px;
}

.input_slidertest
{
border: 0; 
color: #f6931f; 
font-weight: bold;
}

.border1
{
    border: 1px;
}


.td_toprightw20
{
    width: 20%;
    vertical-align: top;
    margin-right: auto;
}

.table_AdminMonitoring
{
    background-color: #000000;
    margin-top: 70px;
    margin-left: 15px;
    width: 250px;
    border-spacing: 3px;
}

.lbl_AdminMonitoring
{
    font-size: 10pt;
    color: white;
    font-weight: bold;
}

.lblSiteGroup
{
    font-size: 8pt;
    font-weight: bolder;
    color: #000000;
    text-align: left;
    vertical-align: top;
    float: left;
}

.td_master_menu
{
    margin: 2px;
    border: 1px solid gray;
}


.td_AdminReport
{
    width: 13%;
}

.td_MonitorDetail
{
    border-bottom: solid 1px black;
}

.td_MonitoringBIR
{
    vertical-align: top !important; 
    float: right;
}

.td_Delivery
{
    vertical-align: top !important; 
    float: right;
}

.td_SiteSetup
{
        padding: 10px;
}

/*//////////MAIN CONTENT: HEADER//*/



#navaccordion
{
    
}

#dvControl
{
    padding-left: 1px;
}

.div_MonitorControl {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #000000;
    width: 225px;
}

.div_Monitor_vaporMaster {
    padding-left: 5px;
    padding-top: 10px;
    border: solid 1px #000000;
}

.div_SiteLocation
{
    width: 547px;
    margin: 0 auto;
}

.div_SiteSetup
{
    overflow: scroll; 
    overflow-x: hidden; 
    height: 340px; 
    width: 660px;
}

.tbl_MonitorControl
{
    background-color: White;
    padding: 5px;
}

#Layer1_Removed
{ 
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;    
}

.hrLine_1
{
    border-color: Black;
    width: 575px; 
    text-align: left;
}

.hrLine_2
{
    border-color: Black;
    text-align: left;
}

.hrLine_3
{
    border-color: Black;
    width: 845px; 
    text-align: left;
}

.hrLine_5
{
    width: 500px !Important;
}

.hrLine_6
{
    width: 800px; 
    text-align: left;
}


.hrLine_7
{
    width: 675px; 
    text-align: left;
}

.hr_leftalign
{
    text-align: left !important;
}

.hr_vertalign
{
    vertical-align: top;
}

.labelLeft_td
{
    padding-left: 10px;
}

.label_td
{
    padding-right: 10px;
}

.linePageHeader
{
    border-color: Black;
    width: 100%;
    text-align: left !important; 
}

.labelLeftsmall_td
{
    width: 550px;
}

.labelLeftsmall_td2
{
    border-bottom: solid 2px black; 
    padding-bottom: 8px;
}

.labelLeftsmall_td3
{
    padding-top: 3px;
    padding-bottom: 8px;
}

.labelLeftsmall_td4
{
    margin-left: 40px;
}

.div_labelLeftsmall
{
    float: left; 
    vertical-align: bottom;
}

.fs_back
{ 
    background-color: #F2F8F9;
}

.fs_AdminGeneral
{
    background-color: #F2F8F9;
    border:none;
}

.fs_AdminReport
{
    background-color: #F2F8F9;
}

.fs_TreeControl
{
    width: 820px; 
    background-color: #F2F8F9;
}

.fs_AlarmGroupAdd
{
    width: 95%;
    background-color: #F2F8F9;
}

/* // Same ad fs_AlarmGroupAdd - Combine them // */
.fs_EmailUsersAdd
{
    background-color: #F2F8F9;
}

.fs_ChangePassword
{
    width: 59%; 
    background-color: #F2F8F9;
}

.fs_CollectionProfileAdd
{
    width: 450px; 
    background-color: #F2F8F9;
}

.fs_ComplianceExclusion
{
    width: 675px;
    background-color: #F2F8F9;
}

/* /// Same as fs_ComplianceExclusion - Combine them // */
.fs_EmailGroupAdd
{
    background-color: #F2F8F9;
}

 /* //// Same as fs_AlarmGroup - combine them // */
.fs_UserAdd
{
    background-color: #F2F8F9;
}

 /* //// Same as fs_UserAdd - combine them // */
.fs_EmailSubscriptionAdd
{
    width: 95%; 
    background-color: #F2F8F9;
}

.fs_FafnirTankAdd
{
    width: 500px; 
    margin: 0 0; 
    padding: 0; 
    border: 0px solid #8E9091 !important;
}

.fs_pollingDashboard
{
    width: 775px;
    background-color: #F2F8F9;
    border:none;
}

/* // Same as Same as fs_AlarmGroup and fs_ComplianceExclusion - combine them // */

.fs_PollingSchedulesAdd
{
   width: 400px; 
   background-color: #F2F8F9;
}

.fs_Add
{
   width: 400px; 
   background-color: #F2F8F9;
}

.fs_Add_2
{
   width: 450px; 
   background-color: #F2F8F9;
}

.fs_Add_3
{
   width: 675px; 
   background-color: #F2F8F9;
}

.fs_TreeView
{
    width: 650px; 
    background-color: #F2F8F9;
}

.fs_SiteLocation
{
    width: 550px; 
    margin: 0 0; padding: 0; 
    border: 0px solid #8E9091 !important;
}

.fs_SiteLocation_2
{
    width: 55%; 
    margin: 0 0;
    padding: 10px;
}

.fs_OperatorReports
{
    width: 95%; 
    height: 100%; 
    background-color: #F2F8F9;
}

.fs_OperatorReports_2
{
    width: 85%; 
    height: 60px; 
    background-color: #F2F8F9;
}

.fs_OperatorReports_3
{
    width: 85%; 
    height: 45px; 
    background-color: #EEF2F7;
}

.fs_OperatorReports_4
{
    width: 85%; 
    height: 270px;
    background-color: #EEF2F7;
}

.fs_OperatorReports_5
{
    width: 85%; 
    height: 130px;
    background-color: #EEF2F7;
}

.fs_MonitoringDetail
{
    width: 97%; 
    background-color: #EEF2F7;
}

.fs_OpLineSetup
{
    width: 700px; 
    margin: 0 0; 
    margin-left: 20px;
    padding: 0; 
    border: 0px solid #8E9091 !important
}

.fs_LeakUserControl
{
    max-width: 800px;
}

.fs_SiteSetup
{
    margin: 0 0; 
    padding: 0; 
    border: 0px solid #8E9091 !important;
}

.fs_SiteSetup_2
{
    width: 270px; 
    height: 190px; 
    padding: 5px !important;
}

.fs_SiteSetup_3
{
    width: 270px; 
    height: 238px; 
    padding: 5px !important;
}

.fs_SiteSetup_4
{
    width: 630px; 
    padding: 5px !important;
}

.fs_SiteSetup_5
{
    padding: 5px !important;
}

.fs_TerminalEmulator
{
    border: 0px solid #F2F8F9;
}


.hypLink_ErrorPage
{
    text-decoration: underline;
}

.dvMain_1
{
    overflow: auto; 
    /*min-height: 500px;*/ 
    min-width: 900px;
}

.dvMain_2
{
    overflow: auto; 
    /*min-height: 500px;*/ 
    min-width: 900px;
}

.dvMain_3
{
    overflow:auto;width:850px; height:500px;
}

.dvMain_4
{
    overflow:auto;
    min-height: 400px; 
    min-width: 500px;
}


.dv_SiteSetup
{
    width: 700px; margin: 0 auto;
}

#floater
{
    position: relative;
    height: 250px;
    width: 1px;
}


#bottom
{
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    background: #fff;
    clear: left;
    height: 15px;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

#centered
{
    margin-left: 500px;
    margin-top: 100px;
}

.body_Login
{
    background-color: #336699;
}

.table_Login
{
    width: 290px;
    background-color: #A5CEE7;
    border: 0px;
    padding: 3px;
    border-spacing: 3px;
}

.table_Login_tr 
{
    height: 10px;
}

.table_2
{
    width: 60%;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 10px;
}

.table_3
{
    border: 0px;
    width: 500px;
    padding: 0px;
    border-spacing: 0px;
}

.table_4
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.table_TOPSMaster, .table_MonitoringMaster, .table_OperatorMaster, .table_VaporMaster
{
    border: 0px;
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
}

.td_Master
{
    margin-right: 5px;
}

.table_AdminHome
{
    border: 0px;
    padding: 0px;
    width: 1200px;
    border-spacing: 0px;
    /*margin-left: 15px;*/
    /*width: 100%;*/
    margin: 0 auto;
}

.table_MonitorSensors
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    min-width: 900px;
    margin-left: 15px;
}
.table_AlarmHistory
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    min-width: 1200px;
    margin-left: 15px;
}

.table_AlarmHistoryInner
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    min-width: 900px;
}

.table_MonitoringBIR
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    min-width: 1500px;
 }

.table_SearchRange
{
 border: 0px;
 padding: 0px;
 border-spacing: 0px;
 min-width: 500px;
}


.table_5
{
    border: 0px;
    width: 100%;
    padding: 2px;
    padding-left: 0px;
    border-spacing: 3px;
}

.table_6
{
    border: 0px;
    width: 60%;
    padding: 1px;
    border-spacing: 2px;
}

.table_7
{
    border: 0px;
    width: 78%;
    padding: 1px;
    border-spacing: 2px;
}

.table_8
{    
    border: 0px;
    width: 55%;
    padding: 0px;
    border-spacing: 0px;
}

.table_10
{
    width: 75%;
    padding: 0px;
    border-spacing: 0px;
    margin-left:15px;
}

.table_11
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin-left:15px;
}

.table_12
{    
    border: 0px;
    width: 645px; 
    padding: 2px;
    border-spacing: 2px;
}

.table_13
{    
    border: 0px;
    width: 550px; 
    padding: 0px;
    border-spacing: 0px;
}

.table_14
{
    border: 0px;
    padding: 2px;
    border-spacing: 3px;
    margin-left: 15px;
    min-width: 700px;
}

.table_15
{    
    border: 0px;
    width: 650px; 
    padding: 0px;
    border-spacing: 0px;
    margin-left:15px;
}

.table_16
{
    border: 0px;
    width: 100%;
    padding: 2px;
    border-spacing: 3px;
    margin-left:15px;
}

.table_17
{    
    border: 0px;
    width: 100%;
    padding: 2px;
    border-spacing: 2px;
}

.table_18
{    
    width: 70%;
    padding: 2px;
    border-spacing: 3px;
    margin-left: 15px;
    min-width: 700px;
}

.table_19
{    
    border: 0px;
    width: 100%;
    padding: 0px;
    border-spacing: 2px;
}


.table_20
{    
    border: 0px;
    width: 700px;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 20px;
}

.table_21
{
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.table_22
{
    border: 0px;
    padding: 2px;
    border-spacing: 3px;
}

.table_23
{
    border: 0px;
    width: 98%;
    padding: 0px;
    border-spacing: 0px;
}

.table_vaporMaster
{
    border: 0px;
    padding: 5px;
    border-spacing: 0px;
}

.table_25
{    
    border: 0px;
    width: 1080px;
    padding: 0px;
    border-spacing: 0px;
}

.table_26
{    
    border: 0px;
    width: 60%;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 15px;
}

.table_27
{    
    border: 0px;
    width: 815px;
    padding: 2px;
    border-spacing: 3px;
}

.table_28
{    
    border: 0px;
    width: 750px;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 15px;
}

.table_29
{
    border: 0px;
    width: 65%;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 15px;
}

.table_30
{
    border: 0px;
    width: 80%;
    padding: 0px;
    border-spacing: 0px;
}

.table_31
{
    border: 0px;
    width: 54%;
    padding: 0px;
    border-spacing: 0px;
}

.table_32
{    
    border: 0px;
    width: 100%;
    padding: 3px;
    border-spacing: 0px;
}

.table_33
{    
    border: 0px;
    width: 100%;
    padding: 2px;
    border-spacing: 0px;
}

.table_34
{
    width: 700px;
    padding: 0px;
    border-spacing: 0px;
    margin-left: 15px;
}

.table_35
{    
    border: 0px;
    width: 420px;
    padding: 2px;
    border-spacing: 2px;
} 

.table_36
{    
    border: 0px;
    width: 450px;
    padding: 2px;
    border-spacing: 2px;
} 

.table_37
{    
    border: 0px;
    width: 650px; 
    padding: 1px;
    border-spacing: 1px;
}


.table_38
{    
    width: 600px; 
    padding: 2px;
    border-spacing: 3px;
}

.table_39
{
    border: 0px;
    width: 99%;
    padding: 0px;
    border-spacing: 0px;
}

.table_40
{
    padding: 0px;
    border-spacing: 0px;
}

.table_41
{
    width: 9%;
    padding: 2px;
    border-spacing: 3px;
}

.table_42
{
    width: 100%;
    padding: 5px;
    border-spacing: 2px;
}

.table_margin
{
    margin-left:15px;
}
    
.table_PollingSchedulesAdd
{
    height: 130px;
}

.table_TankAnnual
{
 border: 0;
 display: none;
 width: 97%;
}

.border0
{
    border: 0px;
}

.cellpad3
{
     padding: 3px;
}


.div_Layer1
{
    position: absolute;
    z-index: 1;
    left: 50%; 
    top: 50%;
}


.style1
{
    width: 96px;
}

/* This class is dynamically set to align tank views generated in Home and Administration_landing  */
.tankviewalign
{
    float: left;
}

#div1
{
    max-height: 120px; 
    overflow: auto;
}

#ScrollList
{
    max-height: 125px; 
    overflow: auto;
}

.img_h16w16
{
    height: 16px;
    width: 16px;
}

.labelTank_2
{
    font-weight: bold;
    color: #000000;
}

.gvItem_2
{
    border: 1px;
    width: 100%;
    border-style: solid;
    border-color: Gray;
}

.gvFooter
{
    font-size: 8pt; 
    font-weight: bold;
    color: #000000;
}

.div_gridview
{
    overflow:auto;
    width:800px; 
    height:450px;
}
 
.floatleft
{
    float: left;
}

.CM_floatdir
{
    background-color: white;
    float: left;
    border-color: white;
    border: 10px;
    text-align: center;
}

.floatright {
    float: right !important;
}


.floatdir
{
    float: left;
}

.float_opp_dir
{
    float: right !important;
}

.buttondir
{
    text-align: right;
}

.textdir
{
    text-align: left;
}

.text_flip_dir
{
    text-align: right;
}

.datetextdir
{
    text-align: right;

}
.datefloatdir
{
   float: left !important;
}

.modalPopup_2
{
    position: absolute; 
    display: none; 
    z-index: 1; 
    left: 50%;
    top: 50%;
}

.li_temp
{
    width: 310px; 
    position: static;
}

.ul_tabs
{
    width: auto !important;
}

.wizardSideBar
{
    padding-right: 20px;
    padding-top: 20px;
    vertical-align: top;
}
        
.wizardStep
{
    padding-left: 20px;
    padding-top: 20px;
}


/*  Begin estilos_home.css for rework of page appearance
//
//
*/



/*//////////GENERAL//*/
.bold{ font-weight:bold;}
.cont{ color:#333;font-family:Verdana, Geneva, sans-serif; font-size:12px; height:100%; 
       width:1200px; margin:auto;background-image:url(Images/menu_center.jpg); 
       background-repeat:repeat-y; border-left:1px solid #999;border-right:1px solid #999; 
       background-color:#FFF;}

.link {color:#333; font-size:12px;}
.link:visited {color:#333; font-size:11px;}
.link:hover{ color:#333; font-size:11px; color:#3279CE;}

/*//////////MENU//*/
.menu a{ display:block; height:25px; line-height:25px; font-size:11px; }

.menu ul{ margin:0; padding:0; margin-left: 5px; }
.menu ul.mainul{width:220px; margin-left:2px;}
.menu ul li {list-style-type:none; border-bottom:1px solid #ccc;}

.menu ul li a{ background-position:center left; background-repeat:no-repeat;padding-left:13px; 
               margin-left:5px;}
.menu ul li.menu_selected a{ background-position:center left; background-repeat:no-repeat; 
                             padding-left:5px;}
.menu ul li.menu_selected{ border-bottom:none;}
.menu ul ul{border-top:1px solid #ccc; background-color: #FFF;}

.menu ul ul li.menu_drop a { background-position:center left; background-repeat:no-repeat;
/*margin-left:18px;*/
margin-left:10px;
}
.menu ul ul li.menu_selected a { background-position:center left; background-repeat:no-repeat; 
/*margin-left:18px;*/
margin-left:10px;
background-color: White;
}

.menu ul ul li.menu_selected a.accordion_menu
{
    background-position:center left; background-repeat:no-repeat; 
    margin-left: 5px;
}



.menu ul ul li.level_final a{ background-image:none; padding-left:10px;}
.menu ul ul li.level_final2 a{ background-image:none; padding-left:10px;
/*margin-left:11px;*/
margin-left:4px; overflow:auto;
}
.menu .red{ font-weight:bold; color:rgb(204, 0, 0);}
.menu .redlevel2{ font-weight:bold; color:rgb(204, 0, 0); 
/*margin-left:10px;*/
margin-left:3px;
}
/*colorfondo*/
.menu ul ul{ background-color:#FFFFFF;}
.menu ul ul ul{ background-color:#FFFFFF;}

/*links*/
.menu a{ text-decoration:none; color:#000;}
.menu ul a{ text-decoration:none; color:#000; font-weight:bold;}
.menu ul a:hover{ text-decoration:none; /*color:#005D84;*/ font-weight:bold;}


.menu ul ul a{ text-decoration:none; color:#000; font-weight:normal;}
.menu ul ul a:hover{ text-decoration:none; color:#000; text-decoration:underline; font-weight:normal;}
.menu ul ul a.drop{ text-decoration:none; color:#000; font-weight:bold;}
.menu ul ul ul a{ text-decoration:none; color:#000; font-weight:normal;}
.menu ul ul ul a.dropred{ text-decoration:none; color:#C00; font-weight:bold;}




/*//////////MAIN CONTENT//*/
.main{width:1010px; height:505px; margin:auto;}
.menu{width:225px; float:left; height:auto; overflow:auto;overflow-x:hidden;}
.menu_top{height:2px; background-repeat:no-repeat; background-color: #FFF;}
.menu_center{height:503px; }
.area{width:805px; float:left; height:494px; border-top:#999 1px solid; padding:5px; overflow-y:auto; overflow-x:hidden;}

/*//////////MAIN CONTENT: HEADER//*/
.header{margin:auto;  background-color:#FFF; margin-bottom: 10px; margin-left:2px; margin-right: 2px; margin-top: 10px;}

.logout {color:#333;}
.logout:visited {color:#333;}
.logout:hover{ color:#333; color:#3279CE;}

.changepassword {color:#333;}
.changepassword:visited {color:#333;}
.changepassword:hover{ color:#333; color:#3279CE;}

.header_table{width: 1450px;}
.header_td2a{font-size:8px; color:#666; text-align:right; float: left;}
.header_td2b{ min-width:30px;font-size:8px; color:#666; text-align:left; padding-left: 3px !important; float: left;}
.header_td3{ width:5px;}
.header_td4{ width:280px;font-size:12px; color:#666;}
.header_td4a{ width:123px;font-size:12px; color: #333;}
.header_td4b{ width:247px;font-size:12px;font-weight:bold; color: #333;}
.header_td5{ width:5px;}
.header_td6{ width:123px;}
.header_td7{ width:5px;}
.header_td8{ width:242px; }
.header_td8 span{font-weight:bold;}
.header_td9{ width:172px;font-size:11px; color:#666;}


.header td{ margin:0; padding:0; }
.header {
    padding-left: 7px;
}
.header .header_td8{padding-right:7px;}
.app_logo {
    background-image: url('images/FFS_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 223px;
    height: 38px;
}

.app_logo2 {
    background-image: url('images/FFS-SSA-2_Logo1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 32px;
    float: right;
}


/*//////////MAIN CONTENT: BREADCRUMB//*/
.breadcrumb{width:1010px; height:35px; margin:auto; background-color:#F2F2F2; }
.bread{font-size:19px;text-align:left; font-family:Arial, Helvetica, sans-serif; font-weight: bold;}

.bread_link{color:#000; text-decoration:none;}
.bread_link:visited{color:#000; text-decoration:none;}
.bread_link:hover{color:#000; text-decoration:underline;}

.bread_selected{color:#005D84; text-decoration:none;}
.breadcrumb td{ margin:0; padding:0; }
.breadcrumb .bread_td3{padding-right:7px;}

.bread_table{ width:1010px;}
.bread_td1{ width:193px; height:33px;}
.bread_td2{ width:900px;}
.bread_td3{ width:329px;}

.breadbread_table{ width:179px;}
.breadbread_td1{ width:112px;}
.breadbread_td2{ width:67px;}

/*//////////EDIT PAGE//*/

.columna_campos{ width:242px; width:236px; vertical-align:top;}
.columna_campos input{ width:237px;width:236px; height:15px;}
.columna_campos select{ width:240px; height:22px;}
.columna_campos label{display:block; height:17px; font-size:11px; color:#005D84;}


.edit_table{ width:785px; border:1px dotted #ccc; margin-bottom:10px;}
.edit_title{ width:785px;background-color:#005D84;}
.edit_title .blue_title{color:#fff; font-weight:bold;}
.edit_botones{ width:785px; text-align:right;}

/*//////////LIST PAGE//*/
.filter_table{ font-size:11px;  }
.filter_table tr{ color:#005D84;}
.list_table{width:100%; font-size:11px;}
.list_title{width:785px; background-color:#005D84;color:#fff; font-weight:bold;font-size:11px;}
.list_title_div{font-size:12px; font-weight:bold; padding:3px; background-color:#005D84; color:#FFF;}

.list_row1{background-color:#F2F8F9;}
.color_row1{background-color:#F2F8F9;}
.list_row2{ }
.list_row1 td, .list_row2 td{line-height:10px;border-bottom:1px solid #ccc;}


/*.list_table a{color:#3279CE;}
.list_table a:visited {color:#3279CE;}
.list_table a:hover{ color:#333;}]*/

.paginado{	border-bottom:1px dotted #CCCCCC; border-top:1px dotted #CCCCCC; margin-top:5px; width:785px; }

.info_page{
color:#333333;float:left;
font-size:11px;
padding-left:10px;
text-align:left;
width:300px;line-height:30px;
}

.paginador{color:#000000;
float:right;
font-size:11px;
padding-right:10px;
text-align:right;
width:300px;line-height:30px; }

.page_num{ color:#005D84; text-decoration:none;display:inline-block;padding:2px;}
.page_num:visited{ color:#005D84; text-decoration:none;}
.page_num:hover{ text-decoration:none;background-color:#005D84; color:#FFF; display:inline-block;padding:2px; }

.page_sel{ text-decoration:underline; background-color:#C6E2FF; color:#005D84; display:inline-block; padding:2px; }

.tankselect{padding-left:10px;}
.action{padding-right:10px;}
.borderleft{border-left:1px solid #ccc;}
.borderbottom{border-bottom:1px solid #ccc;}
.rangenumber{width:30px;}


/*TANK OVERVIEW & TANK DETAILS////////////////////*/
.TankOverviewTableItem{
	margin-right:1px;
	margin-left:1px;
	margin-bottom:3px;	
	margin-top:2px;	
	overflow:hidden;

}
.tank_item_div_height{/*height:17px;*/line-height:17px;}
.TankOverviewTable{padding:0;margin:0;}
.TankOverviewTable .item{ border-right:1px solid #ccc;/*border-bottom:1px solid #ccc;*/}
.TankLabel{font-size:13px; font-weight:bold;}
.TankInfoTable{font-size:11px; border-collapse:collapse;}
.TankDetailInfoTable_div{height:360px; overflow-x:hidden;overflow-y:auto;}
.TankDetailInfoTable{font-size:11px;border-collapse:collapse;}
.table_subtitle{border-bottom:1px solid #cccccc;font-weight:bold; padding:3px; margin-top:2px; margin-bottom:1px;text-align:left;}
.tankDetailLabel{font-size:17px; font-weight:bold; margin-bottom:4px; text-align:left;}
.manifoldedTable{border-top:1px solid #ccc;}
.manifoldedTable .item{border-right:1px solid #ccc;}
.absmiddle{ vertical-align:middle;}
.manifoldedTitle{margin-bottom:5px;}
.manifoldedTable_cont{width:100%; overflow-y:hidden; overflow-x:auto;}
.manifoldedTable .tr_manifold_view{display:none;}
.bold{font-weight:bold;}
.underline{text-decoration:underline;}
.border_top{border-top:1px solid #ccc;}
.param_name{display:block; width:149px;float:left; line-height:19px; text-align:left;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.value_label{display:block;width:150px;float:left; line-height:19px; text-align:right;border-bottom:1px solid #ccc;}

.ul{margin:0px; padding:0px;margin-left:10px;padding-left:0px;}
.ul li{padding:2px;}

.ul2 li{padding:2px;}


/*SETUP*/
.event_report_scroll{height:65px; overflow-y:auto; overflow-x:hidden; line-height:13px;  }
.addtaskTab{font-weight:bold;padding:5px;}
.list_title_div_setup{color:#005D84;padding:5px;  font-size:14px; font-weight:bold; /*border-bottom:1px solid #005D84; margin-bottom:3px;*/ line-height:15px;}
.border_actions{border-left:1px solid #CCC;}
.bloque { border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px; font-size:10px;}
.division{border-bottom:1px solid #CCC; }

.link_add {color:#333333; font-size:12px; font-weight:bold; text-decoration:none;}
.link_add:visited {color:#333333; }
.link_add:hover{ color:#3279CE;}


.setup_subtitle{color:#005D84;padding:5px;  font-size:14px; font-weight:bold; line-height:15px;}
.setup_subtitle_small{color:#005D84;padding-left:5px;  font-size:11px; line-height:10px;}
.bloque_lista{background-color:#F2F8F9; border:1px solid #CCC; margin-bottom:3px; line-height:16px; padding:5px;}
.bloque_link{text-decoration:none;}
.siphon_list_left{overflow:auto; height:365px; border:0px solid #ccc; padding:5px;}
.siphon_list_right{overflow:auto; height:365px; border:0px solid #ccc; padding:5px;}
.siphon_list_right .bloque_lista{background-color:#DCFDCC;}

.pump_list_left{overflow:auto; height:175px; border:0px solid #ccc; padding:5px;}
.pump_list_right{overflow:auto; height:175px; border:0px solid #ccc; padding:5px;}
.pump_list_right .bloque_lista{background-color:#DCFDCC;}
f
.siphon_set_table{font-size:11px;}
.siphon_set_table td{/*border:1px dotted #ccc; */}
.float_left{float:left;}
.float_right{float:right;}
.setup_table{width:100%; font-size:11px;background-color:#F2F8F9;border-top:1px solid #005D84;}
.setup_table td{border-top:1px solid #ccc;}
.filter_setup{ width:100%; color:#005D84; font-size:11px;}
.button_table{border-top:1px solid #005D84; width:100%; text-align:right;}

/* // VR450 UI Login CSS //  */
#loginBody {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    background-image: url(Images/FFS_background_white.png);
    background-size: 1000px;
    background-repeat: no-repeat;
    height: 100%;
}

.contenedor {
	padding-top: 70px;
}
.login {c
    background-position: top;
    height: 225px;
    background-color: rgb(255, 255, 255);
    opacity: 0.75;
}
.system {
	margin: auto; width: 380px; height: 30px; text-align: right; color: rgb(51, 51, 51); line-height: 30px; padding-top: 30px; font-size: 11px;
}
.campos {
    margin: 55px auto auto;
    width: 400px;
    height: 220px;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 75px;
    margin-left: 0px;
    padding-left: 50px;
    background-image: url(Images/FFS_Login_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.username {
	text-align: left; line-height: 20px; margin-bottom: 5px; font-weight: bold;
}
.username input {
	width: 142px;
}
.password input {
	width: 142px;
}
.username_float {
	width: 120px; text-align: left; float: left; white-space: nowrap;
}
.password_float {
	width: 120px; text-align: left; float: left; white-space: nowrap;
}
.language_float {
	width: 110px; text-align: right; float: left;
}
.password {
	text-align: left; line-height: 20px; margin-bottom: 5px; font-weight: bold;
}
.language {
	text-align: left; line-height: 20px; margin-bottom: 5px;
}
.dropdown {
	width: 148px; height: 22px; margin-left: 15px; _margin-left: 12px;
}
.checkbox {
	width: 100%; overflow: hidden; margin-bottom: 3px; display: block;
}
.checkbox_der {
	width: 179px; text-align: left; line-height: 19px; font-size: 11px; margin-left: 100px; float: left; _margin-left: 90px; _width: 174px;
}
.checkbox_izq {
	text-align: left; line-height: 19px; font-size: 11px; float: left;
}
.remember {
	width: 100px; text-align: left; line-height: 20px; font-size: 11px; float: left; display: block;
}
.remember_input {
	float: left;
}
.boton {
	text-align: left; margin-left: 130px;
}
.credits {
	background-position: top; margin: auto; height: 101px; text-align: center; color: rgb(255, 255, 255); padding-top: 50px; 
	font-size: 11px; background-image: url("Images/grad_bottom.jpg"); background-repeat: repeat-x; background-color: black;
    visibility: hidden;
}
.credits_txt {
	margin: auto;
}

.credits_txt_bold {
	margin: auto; padding-bottom: 20px; font-weight: bold;
}
.invalid_user_name {
	color: red; font-weight: bold;
}
.product_name_login {
    font-weight: bold;
    font-size: larger;
}