﻿

.imgLogo {
    border: 0 none;
    display: inline-block;
    background-image: url("images/logo_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: #679C46;
}

.QuickStartButtonTitle {
    color: #679C46;
}

.ThemeColor,
h2 {
    color: #679C46;
}

.ThemeColorBackground {
    background-color: #679C46;
}

.ThemeBackgroundColor,
.HomeButtonOnlyCell,
.HomeButtonRightCell {
    /*background-color: #E3ECD7;*/
    background: #fff;
}

.ThemeColorHighlight,
.dHomePageButtonDiv:hover {
    color: #789D4D;
}

.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;
}

.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-image: url("images/green_progress.gif");
    background-repeat: no-repeat;
    background-position: 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;
    padding-left: 10px;
    margin-left: 14px;
}

.offerNOTAVAILABLE {
    background-image: url(images/NOTAVAILABLE.png);
    background-repeat: no-repeat;
    display: block;
    border: medium none;
    padding-left: 10px;
    margin-left: 14px;
}

.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;
}

.NewColorButton.ColorButtonGreen {
    background: #8dc63f;
    /*box-shadow: 0 0 5px #003600;*/
    color: #fff;
    cursor: pointer;
    float: right;
    padding: 5px 20px;
    border: 1px solid #8dc63f !important;
}

.steps .next-step {
    background: #8dc63f url(/css/img/right_arrow.png) 147px center no-repeat;
}

.groupcall-messenger {
    padding: 0 25px;
    background-size: auto;
}

.login-btn {
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
  /*text-transform: uppercase;*/
  text-align: center;
  font-size: 16px;
  border: none;
  background: #8dc63f;
  float: none;
  box-shadow: none;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.login-xi {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  font-size: 16px;
  background-color: #8dc63f;
  border-color: #72a230;
  font-weight: bold;
}
  .login-xi:hover {
    color: #fff;
    background-color: #72a230;
    border-color: #9eda29;
  }
  .messenger-support {
    background: #8dc63f;
  }

.NewColorButton.ColorButtonGreen.AddToRecipient {
    float: right;
    width: 36px;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: none !important;
    background: url(images/add-to-recipient.png) center no-repeat;
}

.NewColorButton.ColorButtonGreen.MultiSearch {
    width: 36px;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: none !important;
    background: url(images/multisearch.png) center no-repeat;
}
