﻿.placeholderActive
{
    font-style: italic;
    color: Gray;
}

::-webkit-input-placeholder {
   font-style: italic;
    color: Gray;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
    color: Gray;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
    color: Gray;
}

:-ms-input-placeholder {  
   font-style: italic;
    color: Gray;
}

span > span.label {
    margin: 4px 4px 4px 4px;
    display: inline-block;
}

.email-label {
    float: left;
    display: block;
    font-weight: bold;
}

.email-address {
    width: 50px;
}

.email-label.email-subject {
    width: 60px;
    margin-bottom: 10px;
}

.email-input.email-subject input[type="text"] {
    width: 500px;
}

.email-address-list {
    float: left;
    display: block;
    width: 90%;
    margin-left: 10px;
    margin-bottom: 8px;
}

.email-address-list input[type='text']{
    width: 160px;
}

.email-body {
    margin-top: 15px;
}

.email-body textarea {
    height: 260px;
}

.email-body .wysihtml5-toolbar {
    margin-left: 3%;
}

.remove-item {
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 18px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.form-inline button {
    margin-left: 2px;
}

/* logo */
.logo { float:left; padding:0; margin:10px 0 0 10px; }
.logo a { display: block; background: url(../img/atmos-header-logo.png) no-repeat; width:125px; height: 52px; margin-top: 0px;}

/*menu*/
.menu { float:right; padding:0; margin:0 40px 0 0; width:auto;clear: right;position: relative; z-index: 1000;}
.menu ul {  padding:0; margin:0; list-style:none; border:0;}
.menu ul li { float:left; margin:0px 1px 0px 1px; padding:0; border:0; background:#007CC2; width:auto}
.menu ul li a { float:left; margin:0; padding:5px 10px; color:#fff; font:normal 14px Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul li a:hover {  background:#808185; color:#fff;}
.menu ul li a.active { background:#808185; color:#fff;}

/*---------------------------------------------------------
styles from web designer - modified
---------------------------------------------------------*/
.row.header {margin-bottom: 10px;}
.header_text { height:auto; margin:0; padding:0; width:auto; float: right;}
.header_text h1 { width:auto; float:right; font:normal 18px Arial, Helvetica, sans-serif; color:#403e3e; padding: 10px 50px 0 0; margin:5px;}

.search-form { margin:0; padding:0 40px 0 30px; float:right; width:auto; height:25px;}
.navbar-form input
{
    padding: 4px 10px;
    margin: 4px 10px;
}
.navbar-form input[type="text"], .navbar-form input[type="password"]
{
    width: 120px;    
}
.navbar-form label
{
    color: #ffffff;
    display: inline-block;        
    margin-right: 4px;
    margin-top: 10px;
}
#nav-search-form input.button-search { margin:0; padding:0; border:none; background: url(img/search.gif); height: 24px; width: 38px;}


fieldset.well {margin-top: -38px;}
fieldset.well legend {margin-bottom: 0px; padding-top: 38px;}

.msie fieldset.well {margin-top: 0px;}
.msie fieldset.well legend {margin-bottom: 0px; padding-top: 0px;}
.msie fieldset.well hr {color: Gray; margin-top: 4px; margin-bottom: 10px;}
.msie fieldset.well h3 {color: #333333;}

legend+.row, legend+.row-fluid{margin-top:18px;-webkit-margin-top-collapse:separate;}

span.phone {margin: 8px 0px 8px 0px;padding-right: 20px;}

span.phone label
{
  /*width: 7em;*/
  float: right;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  line-height: 35px;
}

span.phone .area-code {width: 24px;}
span.phone .prefix {width: 24px;}
span.phone .line-number {width: 32px;}
span.phone .extension {width: 50px;}

span.contact label
{  
  float: left;
  width: 4em;
  margin-right: 0.5em;
  text-align: right;  
  display: block;  
}

/*span.address .city {width: 140px;}
span.address .state {width: 16px;}*/
div.address .county {width: 278px;}

select.styled 
{
    margin-top: 4px;
    color: #fff;
    background-color: #808185;
    padding: 5px;
    height: 30px;
    border: 1px solid #808185;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;    
}

.modal {max-height: 750px; max-width: 940px;}
.modal.wide { width: 940px;left: 40%;}
span.field-validation-error, .validation-summary-errors
{
    display: inline-block;
    color: #ff0000;
    margin: 4px;
}

textarea 
{
    height: 80px;
}

.legend {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;    
    color: #333333;
    display: block;
    font-size: 19.5px;
    line-height: 36px;    
    padding: 0;    
}

.well.skinny
{
    padding: 7px;
}

.table-container
{
    max-height: 300px;     
}

.table-container table
{
    /*white-space:nowrap;*/
}

.table-container table th
{
    text-align: center;
}

.editor-field.input label
{
    display: inline-block;
    margin-right: 4px;
}

.navbar .nav > li > label {
    color: #999999;
    float: none;
    line-height: 19px;
    padding: 10px 10px 11px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.modal-header, .modal-body, modal-footer
{
    color: #000000;
}

span.right-label
{  
  float: left;
  font-weight: bold;
  text-align: right;
  margin-right: 0.5em;
  display: block;  
}

.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 95%;
    overflow: auto;
}
.gridtable th, .gridtable tfoot td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.gridtable td.center
{
    text-align: center;
}

.expandable-table tr.aggregate-row td
{
    background: #EEEEEE/*{bgColorDefault}*/ url(themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
    cursor: pointer;
}

.expandable-table tr.aggregate-row.expanded td
{
    background: #EEEEEE/*{bgColorDefault}*/ url(themes/base/images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
}

table .right 
{
    text-align: right;    
}

table .left 
{
    text-align: left;    
}

table .no-wrap 
{
    white-space: nowrap;    
}

table.no-wrap td 
{
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inline {
    display: inline-block;
}

.inline label {
    display: inline-block;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 10px;
}

.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #cccccc;
	border-collapse: collapse;
	width: 100%;
}
.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #F5F5F5;
}
.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ffffff;
}

.gridtable td.center
{
    text-align: center;
}

.text-info {
    color: #3A87AD;
}

.icon-gray {
    background-image: url("../img/glyphicons-halflings-gray.png");
}

div.numeric input[type="text"]{ width: 100px; }

.badge {
display: inline-block;
font-size: 11.844px;
font-weight: bold;
line-height: 14px;
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
white-space: nowrap;
vertical-align: baseline;
background-color: #999;
padding-right: 9px;
padding-left: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}

.badge-info {
background-color: #3A87AD;
}

.gauge-strip {
    text-align: center;
}

.gauge-strip .gauge {
    display: inline-block;      
}

.error-message p {
    color: #ff0000;
}

div.icon{ float: left; width:133px; height: 146px;padding-right: 10px;}
div.hvac-icon{ background: url(../img/hvac.jpg) no-repeat;}
div.gasflame-icon{ background: url(../img/gas-flame2.png) no-repeat;}
div.dryer-icon{ background: url(../img/Dryer2.png) no-repeat;}
div.oven-icon{ background: url(../img/RangeTop.png) no-repeat;}
div.gasflamelarge-icon{ background: url(../img/gasflame-large.png) no-repeat;float: left; margin-left: 30px;margin-right: 10px; width:100px; height: 110px; margin-top: 0px;}
div.commercial-cooking-large-icon{ background: url(../img/CommercialCookingImage.jpg) no-repeat;float: left; margin-left: -20px;margin-right: 0px; width:160px; height: 355px; margin-top: 0px;}
div.natural-gas-appliance-large-icon{ background: url(../img/NaturalGasApplianceImage.jpg) no-repeat;float: left; margin-left: -20px;margin-right: 0px; width:160px; height: 325px; margin-top: 0px;}
div.insulation-icon{ background: url(../img/insulation.jpg) no-repeat;}
div.solarpv-icon{ background: url(../img/gasdryer.jpg) no-repeat; height: 80px !important;}
div.cfl-icon{ background: url(../img/gaswaterheater.jpg) no-repeat; height: 80px !important; width: 78px !important; margin-right: 18px !important}
div.retrieve-icon{ background: url(../img/retrieve.jpg) no-repeat; height: 90px !important}

.breadcrumb2 { 
			list-style: none; 
			overflow: hidden; 
			font: 18px Helvetica, Arial, Sans-Serif;
		}
		.breadcrumb2 li { 
			float: left; 
		}
		.breadcrumb2 li a {
			color: white;
			text-decoration: none; 
			padding: 10px 0 10px 55px;
			background: blue;                   /* fallback color */
			background: hsla(34,85%,35%,1); 
			position: relative; 
			display: block;
			float: left;
		}
		.breadcrumb2 li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid hsla(34,85%,35%,1);
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb2 li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
			border-bottom: 50px solid transparent;
			border-left: 30px solid white;
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb2 li:first-child a {
			padding-left: 10px;
		}
		.breadcrumb2 li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }
		.breadcrumb2 li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }
		.breadcrumb2 li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }
		.breadcrumb2 li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }
		.breadcrumb2 li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }
		.breadcrumb2 li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }
		.breadcrumb2 li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }
		.breadcrumb2 li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }
		.breadcrumb2 li:last-child a {
			background-color: White;
			color: black;
			pointer-events: none;
			cursor: default;
		}
		.breadcrumb2 li:last-child a:after { border: 0; }
		.breadcrumb2 li a:hover { background: hsla(34,85%,25%,1); }
		.breadcrumb2 li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }
thead th {
    text-align: center !important;
}


.collapsibleContainer
{
}

.collapsibleContainerTitle
{
    cursor:pointer;
    color: #000000;
    font-weight: bold;
}

.collapsibleContainerTitle div
{
    padding-top:5px;
    padding-left:10px;
}

.collapsibleContainerContent
{
    padding: 10px;
    margin-bottom: 4px;
}

.ui-widget{ font-family: Helvetic, Arial, Sans-Serif; font-size: inherit;}

    div.alert-info{font-style: italic}
    div.checklist{border: 1px solid red; background-color: #E9E9E9; padding: 8px}
    div.title{ background-color: #4b80c1; color: White; font-size: 24px; padding: 10px; margin-bottom: 10px;
               -webkit-border-top-left-radius: 10px;
	            -khtml-border-radius-topleft: 10px;	
	            -moz-border-radius-topleft: 10px;
	            border-top-left-radius: 10px;
	            -webkit-border-bottom-right-radius: 10px;
	            -khtml-border-radius-bottomright: 10px;	
	            -moz-border-radius-bottomright: 10px;
	            border-bottom-right-radius: 10px;
    }
    
    div.collapsibleContainerTitle
    {
        -webkit-border-top-left-radius: 10px;
	            -khtml-border-radius-topleft: 10px;	
	            -moz-border-radius-topleft: 10px;
	            border-top-left-radius: 10px;
    }
    #equipment h3
    {
        background-color: #D3D9DF; color: #333333; font-size: 14px; padding: 4px; margin-bottom: 10px;
               -webkit-border-top-left-radius: 10px;
	            -khtml-border-radius-topleft: 10px;	
	            -moz-border-radius-topleft: 10px;
	            border-top-left-radius: 10px;
	            -webkit-border-bottom-right-radius: 10px;
	            -khtml-border-radius-bottomright: 10px;	
	            -moz-border-radius-bottomright: 10px;
	            border-bottom-right-radius: 10px;
    }
    
div.residential-measure
{
    border: 4px solid #D0DCEC; padding: 8px;
   
    -webkit-border-top-left-radius: 4px;
	            -khtml-border-radius-topleft: 4px;	
	            -moz-border-radius-topleft: 4px;
	            border-top-left-radius: 4px;
	            -webkit-border-bottom-right-radius: 4px;
	            -khtml-border-radius-bottomright: 4px;	
	            -moz-border-radius-bottomright: 4px;
	            border-bottom-right-radius: 4px;
	            
	            -khtml-border-radius-topright: 4px;	
	            -moz-border-radius-topright: 4px;
	            border-top-right-radius: 4px;
	            -webkit-border-bottom-left-radius: 4px;
	            -khtml-border-radius-bottomleft: 4px;	
	            -moz-border-radius-bottomleft: 4px;
	            border-bottom-right-radius: 4px;
}

span.loading-indicator 
{
    display: inline-block;
    background-image: url("../img/loading.gif");
    background-repeat: no-repeat;
    min-width: 16px;
    min-height: 16px;
}

td span.mouseover {
    position: absolute;
    padding: 8px 0px 8px 20px;
    margin-top: -8px;
}

.btn-right{ margin-left: 10px; }

.collection-filters-container 
{
    padding: 10px;
    margin-left: 20px;    
}

.collection-filter-container {
    display: inline-block;
    margin-left: 4px;
}

.collection-filter-toggle {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    padding: 4px;
    cursor: pointer;    
}

.indent 
{
    margin-left: 20px;
}

.glow 
{
    text-shadow: #B0B0B0 0 0 5px;
}

.empty 
{
    color: #AAAAAA;
}