/*
 * SCADAConnect web application stylesheet.
 * $Id: stylesheet.css,v 1.33 2015/12/11 03:36:20 brettw Exp $
 */

@import url('common.css');

/*** Basic formatting and layout ***/

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#wrapper {
    min-width: 840px;
}

#logo img {
}

/*** Header and navigation ***/
#header {
    position: relative;
}

#logo {
    float: left;
    text-align: center;
}

#heading {
    text-align: center;
    position: relative;
    right: 0;
    left: 200;
    padding-right: 200px;
    top: 0;
    font-size: 3em;
    font-weight:bold;
    /*color:#2A3970;*/
    color:#0076B3;
    font-family: Arial,sans-serif;
}







/* Disable submenus */
#nav-1 li a{
	padding:0; 
	outline:none;
}
#nav ul ul,
#nav-2 {
    display: none !important;
}


#nav {
    font-size: 0.9em;
    font-weight: bold;
    text-decoration:none;
}
#nav ul {
    list-style: none; 
    margin: 0;
    padding: 0 !important;
    width: 1134px;
    text-decoration:none;
}
#nav li {
    float: left;
    height: 50px;
   
    
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    /** Removed border: 1px because of the layout issue when zoom out. width should be changed to reflect the border width **/
    /** 3 menuwidth items wide **/
    /**width: 377px; change to 378px **/
    /** 7 menuwidth items wide **/
    /**width: 161px; change to 162px */
    /** 6 menuwidth items wide **/
    width: 189px; 
    border: 0;
    box-shadow: inset 1px 1px 0 0 #37588e;
    background-clip: border-box;
    background-attachment: scroll;
    background-color: #002663;
    display:table-cell;
    text-decoration:none;
}
#nav li:HOVER {
	background: no-repeat scroll center bottom #0088cc;
	background-color: #0088cc;
	text-decoration:none !important;
}
#nav a { 
     color: #FFFFFF;
     font-family: "CartoGothicStdBook", Arial, sans-serif;
    font-size:13px;
    font-weight:400;
    text-align:center;
    white-space:normal;
    line-height:50px;
    text-decoration:none;
    outline:none;  
}

/* Enclose floated contents */
#header:after,
#nav:after {
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;    
}

#breadcrumbs {
    font-size: 12px;
    font-family: "CartoGothicStdBold", Arial, sans-serif;
    color:#333 !important;
    text-decoration:none;
   
}

#breadcrumbs a {
	 font-size: 12px;
    font-family: "CartoGothicStdBold", Arial, sans-serif;
    color:#333 !important;
    text-decoration:none;
}
#breadcrumbs a:hover {
	 font-size: 12px;
    font-family: "CartoGothicStdBold", Arial, sans-serif;
    color:#0088cc !important;
    text-decoration:none;
}

.breadcrumbs-trail {
 	font-size: 12px;
    font-family: "CartoGothicStdBold", Arial, sans-serif;
    color:#333 !important;
    text-decoration:none;
}

.menu-heading {
	 text-decoration:none !important;
	 font-size:14px;
	 color:#FFFFFF !important;
}



#footer {
	/*border-top: 1px #FD9 solid;*/
	background: #4D4F53;
	padding: 15px 0 15px 0;
	font-size: 11px;
	color: #8b8d8e;
	text-align: center;
	clear: both;
}

.menu {
/* 	margin-top:34px !important; */
}

.menuCol>.menu {
	
	background-color: transparent;
	border: none;
	margin:0;
	padding:0px;
	
}

.menuCol li {
	background-color: #919191;
/* 	padding: 10px; */
/* 	margin-bottom: 3px; */
/* 	color:#fff !important; */
	background-image: none;
	width: 262px;
	float: left;
    margin-top: 4px;
    margin-bottom: 0px;
    display:block;
    outline:none;  
	
}

/** TODO: 237 comes from 262 - 25.  Change the whole side menu to a table **/
.sub-menu-col li {
/* 	width: 237px; */
/* 	padding-left:25px; */
	
}
.sub-menu-col {
	padding-left:0px !important;
	line-height:25px !important;
	 
}

.sub-menu-col a {
	line-height:25px !important;
}

#menu-page-content {
	min-height: 600px;
	background-color:#E6E8F1;
}

.menu-page-talker-panel {
	display:block;
	height:150px;
	min-height:150px;
	background-color:#fff !important;
	border-bottom: 15px solid #E6E8F1;
	
}

#main-menu-talker-title {
	padding-top:25px;
	padding-left:30px;
	font-size:30px;
	color:#008bcc;
	font-weight:bold;
}

#main-menu-talker-content {
	padding-left:30px;
	padding-top:20px;
	font-size:14px;
}

/** TODO: 237 comes from 262 - 25.  Change the whole side menu to a table **/
.menuHeading { 
	background-color: #0088CE !important;
	color:#fff !important;
	font-size: 14px;  
	font-weight: bold;
    font-family: Arial, sans-serif;
    height: 75px;
    background-image: none; 
	max-width: 262px;
	width:100%;
    height:100%;
    display:block; 
    margin:0;
    text-align:left;
    width: 237px;
	padding-left:25px;
	padding-top:25px;
	padding-bottom:25px;  
    
}

.menuHeading a {
	line-height:0 !important;
	display:inline;
	padding:0; 
	outline:none;  
}

#subpage-title {
	font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color:#002663 !important;
}

#content h2 {
	font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold !important;
    color:#0088cc !important;
}

#content h1 {
	font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold !important;
    color:#0088cc !important;
    
}

#content select {
	background-color:#d5d5d5; 
}







#content .button-image  {
	background-color:transparent !important;
	height:auto;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.historyRangeSelector {
	font-size:16px ;
	margin-right:10px
}

.historyRangeSelector select {
	margin-right:20px
}
.historyRangeSelector input {
	margin-right:20px
}

#content input, textarea, select {
	background-color:#d5d5d5;  
	background-image:none; 
	border:none;
	height:24px; 
	border-radius:0px !important; 
	box-shadow: none !important;
	padding:0px;
}

/** Dialogue content has grey background so inputs need non default backgroud **/
#reverse input[type="text"] {
	background-color:#fff !important;  
}
#reverse input[type="textarea"] {
	background-color:#fff !important;  
}
#reverse input[type="select"] {
	background-color:#fff !important;  
}
#reverse textarea {
	background-color:#fff !important;  
}
#reverse select {
	background-color:#fff !important;  
}

#content textarea {
	padding:0px;
}

#content select {
	padding-left:10px;
}

#content input[type="text"] {
	border-radius:0px !important;
	padding-left:10px !important;
}

#content input[type="image"] {
	height:auto;
}
#content input[type="password"] {
	border-radius:0px !important;
	padding-left:10px !important;
}
#content input[type="checkbox"] {
	background-color:transparent !important; 
	padding-left:10px !important;
}
#content input[type="radio"] {
	background-color:transparent !important; 
	padding-left:10px !important;
}

/** Button LAF */
#content input[type="submit"]  {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin: 2px; 
	
}

#content input[type="submit"]:enabled {
	background-color:#002663 !important; 
	color:#fff !important;
}

#content input[disabled] {
	color:#4D4F53 !important;
}

.menuHeading>span {
	/*if removing menuheading text-align:center, reenable this. 
/* 	margin-left:25px; */
}

#content td {
/* 	color:#010103;  */
}

#content td>a, td>a:visited {
	color:#0088cc !important; 
}
#content th>a, th>a:visited {
	color:#002663 !important; 
}

.menuCol>span {
	margin-left:25px;
}
.menuCol a {
	color:#fff;
	text-decoration: none;
	font-size:14px;
	float: left;
    height: 45px;
    line-height:45px; 
    margin:0;
    padding-left:25px;
    display:block;
    width:100%;
    height:100%;
    outline:none !important;     
	
}
.menu-group-heading {
	color:#fff;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	color: #018bcc !important; 
	float: left;
    height: 45px;
    line-height:34px;
    margin:0;
    display:block;
    width:100%;
    height:100%;
    background-color:transparent !important;
    border-bottom:6px solid #018bcc;
    text-align:left;
    padding-left:0px !important;
/*     margin-top: 34px !important; */
}
.menu-group-heading li:HOVER {
	background-color:transparent !important;
}

/** Puts space vertically after menu group **/
.whole-menu-group li:last-child {
	margin-bottom: 14px;
}

/** TODO: 237 comes from 262 - 25.  Change the whole side menu to a table **/
.menu-group li:HOVER {
	 background-color: transparent !important; 
	 width: 237px; 
	 padding-left:0px !important;
}
.menuCol li:HOVER {
	background-color: #787677;
}

.submenu-selected {
	background-color: #787677 !important;
}

.shortcut-login {
	background-color: #b7b7b7;
	background-image:none !important;  
	color:#787677;
	position: absolute;
    right: 0;
    font-size:14px;
    height:40px;
    padding-left:10px;
    text-decoration:none; 
}

.shortcut-login input[type="text"] { 
	background-image:none;  
	background-color:#fff !important;
}

.shortcut-login-input {
	background-image:none;  
	background-color:#fff !important;
	height:20px !important;
}

.shortcut-logged-in {
	background-color: #b7b7b7;
	color:#787677 !important;
	position: absolute;
    right: 0;
    font-size:16px;
    height:40px;
    padding-left:10px;
    text-decoration:none;
}
.shortcut-logout-button {
	color: #787677 !important;
	padding-right: 15px !important;
	font-weight: bold;
	text-decoration: none;
}

.shortcut-login-button {
	position: relative;
	top: 3px !important;
	padding-left: 18px !important;
	padding-right: 10px !important;
	background-color: #b7b7b7 !important; 
}

.modal-panel-close-button {
	background-color:transparent !important;
	color:#fff !important;
	font-size: 11px;
	padding-bottom: 5px !important;
	cursor:pointer;
	font-weight:bold;
}

.modal-panel-sub-heading {
	background-color:#999999;
	color:#fff;
	height:25px;
	line-height:25px;
	padding-left:8px;
}

.modal-panel-sub-content {
	margin-top:6px;
}


.modal-panel-fields {
	background-color:#fff !important;
	width:100%;
	padding-left:10px;
}
.modal-panel-label {
	border-top: 6px solid #e1e1e1;
	padding-left:10px;
}
.modal-panel-field {
	border-top: 6px solid #e1e1e1;
	text-align:right;
	
}
.modal-panel-field input {
	display:inline-block;
	background-color:#e1e1e1 !important;
	margin: 4px;
/* 	height:16px !important; */
}



#modalPanelContent input {
	background-color:#fff !important;
/* 	width:100%; */
/* 	margin:6px; */
}
#modalPanelContent textarea {
	background-color:#fff !important;
/* 	width:100%; */
/* 	margin:6px; */
}
#modalPanelContent select {
	background-color:#fff !important;
/* 	width:100%; */
/* 	margin:6px; */
}

#modalPanelContent textarea {
	height:100%;
	width:100%;
}

#modalPanelFields input[type="text"] {
	background-color:#e1e1e1 !important;
	margin: 4px;
	width:auto;
	
}
#modalPanelFields input[type="checkbox"] {
	width:13px;
}

.config-form-fields {
	width: auto !important;
}

.config-read-only-fields {
	background-color: #fff;
	width: 100%;
}

.welcome-message {
	color:#008bcc;
	font-weight:bold;
	font-size:30px;
}
.home-instructions {
	color:#a3a3a3;
	font-size:16px;
}

.no-background {
	background-color:#dfe2ea;
	width:100%;
	height:100%;
}

#login-box {
    
}

#titleArea {
	height:63px;
}

#titleArea {
	text-align:right;
	width: 1134px;
}
#titleAreaRegionName {
	text-align:right;
	color:#273971;
	font-size:15px;
	font-style: italic;
}
#titleAreaAppName {
	text-align:right;
	color:#008bcc;
	font-size:20px;
}

.default-background{
	background-color: #fff;
}

.aligned-panel-grid {
	vertical-align: top; 
	width:100%;
}

.info-fields {
	width:100%;
}

.info-field {
	background-color: #e5e8f1;
	padding: 4px;
	color:#010103 !important;
	background-image: none;
	border:2px solid #fff; 
	
}

.info-field > label {
	font-weight:bold; 
	
}


.info-header {
	width:100%;
	background-color: #008bcc;
	padding: 10px;
	color:#fff !important;
	background-image: none;
	border:2px solid #fff;   
	text-align:left;  
	font-weight:bold;    
}

/** override info fields for tab content **/
/** Re-enable if tabs go back to grey backgroun **/

#reverse .info-field {
	background-color: #fff;
	border-color:#ebebeb; 
	
}
#reverse .info-header {
	border-color:#ebebeb; 
}

.admin-refresh-button {
	color:#002664;
	padding-left:12px;
	text-decoration:none;
	
}

.font-awesome-button {
	color:#002664 !important;
	text-decoration:none;
	padding:2px;
}

.context-menu {
	background-color:red !important;
}

/** This is overriding primefaces for specific context mentu **/
#componentID .ui-menubutton .ui-state-default .ui-icon {
        background: orange; /** insert your background image **/
        background-image: url('../../images/commonHeader/find.png');
    }
    
.background-color-break {
	color:#e5e8f1;
	font-size:10px;
	max-height:10px !important;
	height:10px;
}



#tab-panel .fieldLabel  {
	background-color: #fff;
	border-color: #ebebeb;
}
#tab-panel .fieldCol {
	border-color: #ebebeb;
}


.formFields {
	border-collapse: collapse;
	font-size: 12px;
	
}
.formFields .labelCol,
.formFields .fieldCol,
.formFields .markerCol { 
	margin: 0;
	padding: 0;
}
.formFields .labelCol {
	background: #EFEFEF;
	padding: 0 6px 0 4px;
	border: 1px white solid;
}
.formFields .fieldCol {
	border-bottom: 1px white solid;
}
.formFields .markerCol {
    /* error marker image width + 4px 'padding' */
/* 	min-width: 20px; */
	width: auto;
	
}


#reverse .fieldCol {
	background:#fff;
	/**background-color:#d5d5d5 !important;*/
	border-bottom: 3px #e1e1e1 solid;
	padding:2px;
}
#reverse .labelCol {
	background:#fff;
	border-bottom: 3px #e1e1e1 solid;
	border: 3px #e1e1e1 solid;
	padding:2px;
}	




.table-controls {
	color:#002663  !important;
	font-size:12px;
}

.table-header {
	min-width:530px;
	white-space:normal;
}


.right-hand-ajax-loader {
	position:relative;
	top:4px;
	left:5px;
	
}

.indicator-column {
	color:black !important;
	text-align:left;
	vertical-align:top;
}

.indicator-text > a {
	color:black !important;
}

.indicator-text {
	color:black !important;
}


.active-member-radio-button {
	/** This color matches background color to fix issue with needed to render party number in the page */
	color:#ebebed;
}

.dashboard-panel {
	margin-left:auto;
	margin-right:auto;
	background-color:#EBEBED;
	border:15px #EBEBED solid;
}



.service-table-service-name-col {
	cursor:pointer;
	text-decoration: underline;
}