  	/*
	Copyright 2018 Recology™. Licensed under GPL-3.0-only
	See license text at https://www.gnu.org/licenses/gpl-3.0.en.html
	 
	This file is part of Recology Rate Calculator.
	 
	Recology Rate Calculator is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
	the Free Software Foundation, version 3 of the License.
	 
	Recology Rate Calculator is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
	 
	Recology, Inc., hereby disclaims all copyright interest in the program "Recology Rate Calculator" (which calculates rates) written by various authors.
	signature of Richard Cruz, 1 February 2018
	Richard Cruz, Systems Architect and Support Manager
	
	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
	SOFTWARE.
	*/
	
#panel-1044_header {
	display: none;
}
body {
  background: #fff;
}

#arc_logo {
  width: 100px;
  height: 100px;
  background: url('../img/residential_rate_calculator_logo.jpg?a=1');
  background-repeat: no-repeat;
  float: left;
}

#page_title {
	font-size: 2em;
	color: #069cd7;
	margin-left: 100px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#r_logo {
  width: 210px;
  height: 100px;
  background: url('../img/recology_waste_zero_logo.jpg');
}

#mContainer {
  width: 1120px;
}

#trashGoals, #recycleGoals, #compostingGoals {
  padding-right: 20px;
  font-weight: bold;
}

.more_init {
  color: #DD0000;
}

.more {
  background: url('../img/more.png') no-repeat right -1px;
  color: #DD0000;
}

.ok {
  background: url('../img/ok.png') no-repeat right -1px;
  color: #54A512;
}

.remove {
  background-image: url('../img/delete.gif');
}
.copy_to_new_services {
  background-image: url('../img/table_go.png');
}
.delete_all {
  background-image: url('../img/table_delete.png');
}
.email {
  background-image: url('../img/email.png');
  margin-top: 1px;
}

.select_all {
  background: url('../img/application_form_add.png') no-repeat -1px -1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 5px;
}

.select_none {
  background: url('../img/application_form_delete.png') no-repeat -1px -1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.plus {
  background: url('../img/add.png') no-repeat -1px -1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 5px;
}

.minus {
  background: url('../img/delete.png') no-repeat -1px -1px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}


/*
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
.collection_day {
  float: left;
  width: 15px;
  height: 16px;
  overflow: hidden;
  font-family: 'Yanone Kaffeesatz';
  font-size: 14px;
  margin-right: 2px;
}
*/

.collection_day {
  float: left;
  width: 12px;
  overflow: hidden;
}

/** **/
.rTable {
  font-family: Tahoma;
  font-size: 11px;
  width: 100%;
}
.rTable {
  color:#333333;
  border-width: 1px;
  border-color: #999999;
  border-collapse: collapse;
}
.rTable th {
  background-color: #BAD7BC;
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #999999;
  text-align: left;
}
.rTable td {
  background-color:#EBEBED;
  border-width: 1px;
  padding: 5px;
  border-style: solid;
  border-color: #999999;
}

.red {
  color: #DD0000;
}

.ierror {
  background: url('../img/icon-error_green.gif') no-repeat;
  width: 32px;
  height: 32px;
}

.ux-notification-window .x-window-body {
  text-align: center;
  padding: 15px 5px 15px 5px;
  width: 200px;
}

.ux-notification-icon-information {
  background-image: url('../img/icon16_info.png');
}

.ux-notification-icon-error {
  background-image: url('../img/icon16_error.png');
}

#cPickerContainer {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
}
#cPicker {
  width: 100%;
}

#DEcontainer .x-mask {
  background: #fbfbfb;
}

.addional_services {
  display: none;
}



