﻿
.imgLogo
{
    border: 0 none;
    display: inline-block;
    background-image: url("images/alert_small.png") ;
    height: 36px;
    width: 332px; 

} 

 
.SectionHeader
{ 
  
  font-size:Larger; 
  font-weight:bold;
 /* background-color:White;   #254061 */
  color:Black;
  padding-left:0px;
  padding-top:0px;
  padding-bottom:4px;
  margin-top:0px;
  text-align:left;
 }

.SectionHeader2
{ 
  
  font-size:Larger; 
  font-weight:bold;
  color:Black;
  padding-left:0px;
  padding-top:0px;
  margin-top:0px;
  text-align:left;
 }

 
 .QuickStartBoxText 
{
    color:#F29400;
}
 .QuickStartButtonTitle
{
    color:#F29400;
}

.ThemeColor,
h2 {
	color: #F29400;
}

.ThemeBackgroundColor,
.HomeButtonOnlyCell ,
.HomeButtonRightCell
{
    background-color: #fff4e6;
}

.ThemeColorHighlight,
.dHomePageButtonDiv:hover
{
    color: #F29400;
}
.NewColorButton.ColorButtonGreen {
    background: #8dc63f;
    /*box-shadow: 0 0 5px #003600;*/
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 5px 20px;
    border:1px solid #8dc63f !important;
}

.ColorButtonGreen
{
     /*background-image: url("images/greenbutton.png") ;
     background-repeat:repeat-x;*/ 
     /*background: url("images/greenbutton.png") no-repeat scroll 0 0 #789D4D;*/
     /*border-color: #789D4D;
     -webkit-box-shadow:0 0 5px #789D4D; 
    -moz-box-shadow: 0 0 5px #789D4D; 
    box-shadow: 0 0 5px #789D4D; */
    color:white;
    padding: 5px 20px;
    border:1px solid #8dc63f !important;
}
.ColorButtonRed
{
    border-color: red;
    background-color: Red;
    /*background-image: url("images/redbutton.png");
    background-repeat: repeat-x;
    -webkit-box-shadow:0 0 5px #CC0000; 
    -moz-box-shadow: 0 0 5px #CC0000; 
    box-shadow: 0 0 5px #CC0000; */
    color:white;
    padding: 5px 20px;
}

.summaryCount
{
    font-weight:bold;
    color:#97c55b;
    display:block;
    text-align:right;
}
.green_progress
{
    background: url(images/orange_progress.gif) no-repeat center top;
    width:100%;
    height:15px;
    display:inline-block;
}
.dHeaderNav
{
    text-align:right;
    float:right;
    text-align: right;
    /*margin: 0px 40px 0px 0px;*/
    padding: 0px;
    border-radius:5px;
    border-color: #789D4D;
    border-width: 1px;
    width: auto;
    -webkit-box-shadow:0 0 15px #789D4D; 
    -moz-box-shadow: 0 0 15px #789D4D; 
    box-shadow: 0 0 15px #789D4D; 
   
}
.offerNEW
{
    background-image: url(images/NEW.png);
    background-repeat: no-repeat;
    display:block;
    border:medium none;
}

.offerNOTAVAILABLE
{
    background-image: url(images/NOTAVAILABLE.png);
    background-repeat: no-repeat;
    display:block;
    border:medium none;
}
.sendIcon
{
    width:0px;
    height:0px;
    background-image:url(images/sendicon3.png);
    background-repeat:no-repeat;
    display:block;
    padding-left:32px;
    padding-top:28px;
    border:medium none;
}
.groupcall-messenger{
    display:block;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    
    height:91px;
    width:282px;
    padding-left:330px;
    background:url('images/alertlogo.png?v=2018');
    background-repeat:no-repeat;

}
.login-btn{
    padding:15px 70px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    font-size:18px;
    border:none;
    background:#F29400;
    float:none;
    box-shadow:none;
    border-radius:5px;
    display:block;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
    background-color: #F29400 !important;
}
.steps .next-step {
	background: #8dc63f url(/css/img/right_arrow.png) 147px center no-repeat;
}

.messenger-support {
    background: #F29400;
}

.NewColorButton.ColorButtonGreen.AddToRecipient {
    float: right;
    width: 36px;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: none !important;
    background: url(images/add-to-recipient-orange.png) center no-repeat;
}

.NewColorButton.ColorButtonGreen.MultiSearch {
    width: 36px;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: none !important;
    background: url(images/multisearch-orange.png) center no-repeat;
}