/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.home_clickable_buttons{
 display:block;
 background-color:#00703A;
 color:#fff;
 width:200px;
 min-height:30px;
 height:auto;	
 margin: 0 auto;
 margin-top:10px;
 padding-top:3px;
 padding-left:3px;
 padding-right:3px;
 font-family:Times New Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
 font-weight:600;
 font-size:16px;
 border-radius:15px;
}

.home_clickable_buttons:hover{
 background-color:#009E2A;	
}

.home_clickable_buttons:active, .home_clickable_buttons:link, .home_clickable_buttons:visited {
	color:#fff;
}

.green_h1, .green_h2, .green_h3, .green_h4, .green_h5, .green_h6{
	color: #02AA00 !important;	
}

.links_in_green:link, .links_in_green:visited, .links_in_green:active{
 color:#FFFFFF;	
}

.links_in_green:hover{
 color:#05700E;	
}

.green_bar{
 background-color:#009C08;
 padding:10px;
 width:100%;
 height:auto;	
 color:#fff;
 font-weight:600;
}

.red_bar{
 background-color:#FF0004;
 padding:10px;
 width:100%;
 height:auto;	
 color:#fff;
 font-weight:600;
}

.yellow_bar{
 background-color:#FFE500;
 padding:10px;
 width:100%;
 height:auto;	
 color:#000;
 font-weight:600;
	
}

.waste_management_padding{
 padding:5px;
 color:#000 !important;	
}

.ParallaxBg .dnnFormInfo{
    border: 1px solid rgba(2, 117, 214, 0.9) !important;
    background: rgba(36, 151, 247, 0.8) !important;
	color:#fff !important;
}


.ParallaxBg .dnnFormValidationSummary{
   background-color: rgba(226, 25, 25, 0.8) !important;
   border-color: rgba(113, 1, 1, 0.9) !important;
   color: #fff !important;
}
.ParallaxBg .dnnFormSuccess{
    background-color: rgba(42, 239, 42, 0.8) !important;
    border-color: rgba(8, 181, 8, 0.9) !important;
    color: green !important;
}

.ParallaxBg .dnnFormWarning{
    background-color: rgba(255, 255, 121, 0.9) !important;
    border-color: #ecce27 !important;
}

.parrot_login_btn, .Parrot_Primary_Btn change_password_button{
    border-color: #0d7918 !important;
    background: #0c7719 !important;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22a015), color-stop(100%,#0b7618)) !important;
    background: -webkit-linear-gradient(top, #2cb114 0%,#076f19 100%) !important;
    background: linear-gradient(top, #358eea 0%,#2170cd 100%) !important;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4) !important;
    color: #efefef !important;
    text-shadow: 0px -1px 0px #000000 !important;
}

.left_padding_forgot_password a:active, .left_padding_forgot_password a:link, .left_padding_forgot_password a:visited {
 color:#000 !important;	
}

.recycle_stream{
 border-collapse:separate;
 border-spacing:1px;
 margin:0 auto;
}

.recycle_stream td{
 padding:5px;	
}

.disc_style, .disc_style li{
list-style-type:disc !important;
}

.disc_style_ol, .disc_style_ol li{
list-style-type:decimal !important;
}

.on-site-table td{
 padding:5px;	
 border:1px solid #000;
}
.on-site-table{
border-collapse:separate;
}

.ModParrotInvoicesAndCreditNotesC  .input_width > input{
	padding:5px !important;
}

.label_div{
 width:40px !important;
}

.ModParrotAddNewUserC .listItems label{
 margin-left:5px !important;	
}

.Customer_Companies_Dropdown{
 margin-left:0px !important;	
}

.display_empty_div{
 display:block !important;
 color:#FFFFFF !important;
 padding-left: 65px;
}

.display_empty_div select option, .display_empty_div select{
 color:#000 !important;	
 padding:3px;
}

.paddig_top{
 padding-top:5px;
}

.send_suggestion{
    display: inline-block !important;
    outline: none !important;
    padding: 10px 57px !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    background: transparent !important;
    font-weight: 300 !important;
    border: 1px solid #4bae4f !important;
    transition: all 0.2s ease-in-out !important;
    background: #4bae4f !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}

.send_suggestion:hover{
    background:#008443 !important;
}

.international_market_table{
 border:1px solid #000 !important;
 border-spacing: 5px; 	
}

.international_market_table tbody tr td{
 padding:5px !important;	
}

#dnn_ctr923_ContentPane.contentpane{
  display:none;	
}
#dnn_ctr923_dnnTITLE1_titleLabel{
 margin-top:50px;	
}

.accord_text{
 margin-top:30px;
}


.milestone-counter span, .milestone-details{
	text-shadow: 2px 1px 8px rgba(150, 150, 150, 1);
}

.milestone-details{
  font-size:14px !important;
  font-weight:bold !important;	
}

.green-bg-accordion .green-panel-title a{
  background-color:#00703a !important;
  color:#FFFFFF !important;	
}

.international_market_table tbody tr td{
 padding:5px !important;	
}

.contact-page p.text-center{
  display:none !important;	
}

.Container011 .contentpane{
 display:flow-root;	
}

.green_accord_overwrite a{
	background-color:#0d7d43 !important;
	color:#FFFFFF !important;
	font-size:17px !important;
}

.green_accord_overwrite .panel-title a.accordion-toggle.collapsed:after{
	background:#83b048 !important;
	color:#FFFFFF !important;
}

.container_17_styling > span, .titleline2{
 color:#ffffff !important;	
}

.titleline2{
    height: 2px;
    width: 60px;
    background: #ffffff !important;
    display: inline-block;
    vertical-align: middle;
}

.same_image_height > li > a > img{
 max-height: 80px !important;	
}

.footer-logo li img{
  width: auto;	
}

.accordion_orange{
	color:#FFFFFF !important;
	background-color:#e06239 !important;
}

.home-accordion .panel-title a.accordion_orange.collapsed:after{
	background-color: #f5b35e !important;
	color:#FFFFFF !important;
}

.home-accordion .panel-title a.accordion_orange:after{
	background-color: #ff4d13 !important;
}

.accordion_teal{
	color:#FFFFFF !important;
	background-color:#307f74 !important;
}

.home-accordion .panel-title a.accordion_teal.collapsed:after{
	background-color: #7ecdc0 !important;
	color:#FFFFFF !important;
}

.home-accordion .panel-title a.accordion_teal:after{
	background-color: #134841 !important;
}


.accordion_green{
	color:#FFFFFF !important;
	background-color:#0d7d43 !important;
}

.home-accordion .panel-title a.accordion_green.collapsed:after{
	background-color: #83b048 !important;
	color:#FFFFFF !important;
}

.graphic_heading_titles{
 	font-size:11px;	
}

.cust_height_table{
	min-height:50px;
}