 /******** Live chat Styles begin here********/

.livechatMain-Wrapper {

  background: #FFF;
  height: 100%;
  border: 1px solid #F0F2F4;
  color: #666666;
  width: 100%;
  margin: auto;



}
.livechatMain-Wrapper .clear {
  clear: both;
}
.livechatMain-Wrapper .liveChat-header {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  background: #0073A8;
  /*livechat-titleBar ends*/

}
.livechatMain-Wrapper .liveChat-header #livechat-titleBar .logo {
  width: 27px;
  float: left;
  /*background: url(../images/FPL_Logo_white1.png) no-repeat;*/

  /*height: 48px;*/

  margin: 7px 0px 0px 7px;
  padding-right: 13px;
  box-sizing: content-box;
  border-right: 1px solid #fff;
}
.livechatMain-Wrapper .liveChat-header #livechat-titleBar .liveChat-title {
  color: #FFF;
  font-size: 16px;
  font-family: Arial;
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}
.livechatMain-Wrapper .liveChat-header #livechat-titleBar .close-btn {
  float: right;
  margin: 10px 19px;
}
.livechatMain-Wrapper .chatWindow-wrapper {
   
  font-size: 0.9em;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  height: 329px;
  
}
.livechatMain-Wrapper .chatWindow-wrapper .account-radio .radio_label {
  margin-left: 17px;
}
.livechatMain-Wrapper .chatWindow-wrapper .account-radio .choice-field {
  float: left;
  margin-left: 1px;
  margin-bottom: 8px;
  position: relative;
  clear:both;
}
.livechatMain-Wrapper .chatWindow-wrapper .account-radio .choice-field .fpl-custom-radio {
  width: 26px;
  height: 26px;
  float: left;
}
.livechatMain-Wrapper .chatWindow-wrapper .account-radio .choice-field .fpl-custom-radio .radio-fill {
  height: 6px;
  width: 6px;
  padding: 2px;
  margin: 4px;
}
.livechatMain-Wrapper .chatWindow-wrapper .account-radio .choice-field label {
  float: right;
  line-height: 26px;
  margin-left: 7px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size:14px;
  color:#666;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box {
  margin-top: 27px;
  visibility: hidden;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box .checkBox_label {
  margin-left: 20px;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box .choice-field {
  margin-left: 5px;
  margin-right: 10px;
  float: left;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box .choice-field .fpl-custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box .choice-field .fpl-custom-checkbox.custom-option-selected .fa {
  font-size: 19px !important;
}
.livechatMain-Wrapper .chatWindow-wrapper .check-box label {
  float: right;
  line-height: 22px;
  margin-left: 8px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size:14px;
  color:#666;
}

.livechatMain-Wrapper .chatWindow-wrapper .select-identity .label-text {
  margin: 10px 0px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label p {
  color: #666;
  font-size: 12px;
  margin-left: 10px;
  margin-top:7px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label p:first-child {
  margin-bottom: 4px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label p:last-child {
  margin-top: 4px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option {
  margin-bottom: 2px !important;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field {
  height: 32px;
  margin-bottom: 0px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
  -webkit-border-radius: 15px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
  padding: 0 42px 0 10px;
  position: relative;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
  padding: 8px 0;
  font-size: 14px;
  color:#666;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
  height: 25px;
  width: 25px;
  position: absolute;
  right: 5px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
  width: 14px;
  height: 16px;
  font-size: 17px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-up {
   left: 5px;
}
   
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .select-label .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
  padding: 4px 15px;
  font-size: 14px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity p {
  margin: 0px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .accNum-details {
  display: none;
  margin-top: 32px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .accNum-details .fpl-form-row {
  margin-bottom: 0px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .accNum-details .fpl-form-row input {
  width: 100%;
  padding: 8px 10px 7px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
}
.livechatMain-Wrapper .chatWindow-wrapper .select-identity .preferred_id {
  margin-top: 32px;
  display: block;
}
.livechatMain-Wrapper .residential-account {
  width: 90%;
  margin: 0 auto;
  height: 329px;
  margin-top: 10px;
}
.livechatMain-Wrapper .residential-account .fplModal {
  position: fixed;
  top: 172px;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog {
  width: 210px;
  font-size: 12px;
  margin: 30px auto;
  background-color: #ffffff;
  padding-top: 0px !important;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-close {
  padding: 11px;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-close:after {
  content: none;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content {
  padding: 0px;
  background-color: #fff !important;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content h2 {
  font-size: 13px;
  margin-bottom: 0px;
  border: 0;
  margin-top: 7px;
  line-height: 16px;
  padding: 21px 12px 10px 12px;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content .modal-body {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 13px;
  text-align: center;
  color: #666666;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content .modal-footer {
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content .modal-footer:before {
  background: none;
  margin: 0;
  height: 0;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content .modal-footer .modal-btn {
  padding: 0px !important;
  height: 25px !important;
  width: 68% !important;
  margin: 0 16% 2% 0;
  position: relative;
}
.livechatMain-Wrapper .residential-account .fplModal .modal-dialog .modal-content .modal-footer .modal-btn span {
  position: absolute;
  top: 17%;
  left: 26%;
  font-size: 12px;
}
.livechatMain-Wrapper .residential-account .res-account .res-text {
  margin-bottom: 15px;
  font-size: 14px;
    color: #666;
}
.livechatMain-Wrapper .residential-account .res-account .res-field {
  color: #818B8D;
  margin-bottom: 17px;
}
.livechatMain-Wrapper .residential-account .res-account .res-field .tooltip-holder {
  position: relative;
}
.livechatMain-Wrapper .residential-account .res-account .res-field .tooltip-holder span:last-child {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.livechatMain-Wrapper .residential-account .res-account .res-field p:first-child {
  margin-bottom: 4px;
  margin-left: 10px;
}
.livechatMain-Wrapper .residential-account .res-account .res-field p:last-child {
  width: 100%;
  margin-top: 4px;
  margin-left: 10px;
  font-size:12px;
  color:#666;
}
.livechatMain-Wrapper .residential-account .res-account .res-field .fpl-form-row {
  margin-bottom: 0px;
}
.livechatMain-Wrapper .residential-account .res-account .res-field .fpl-form-row input {
  width: 100%;
  color: #666;
  margin-bottom: 0px;
}
.livechatMain-Wrapper .residential-account .res-account .change-id {
  color: #0073a8;
  margin-bottom: 18px;
  margin-left: 10px;
  font-size:14px;
}
.livechatMain-Wrapper .residential-account .res-account .change-id span {
  cursor: pointer;
}
.livechatMain-Wrapper .residential-account .res-account .change-id span:last-child {
  margin-left: 5px;
}
.livechatMain-Wrapper .residential-account .res-account .res-email {
  display: none;
}
.livechatMain-Wrapper .residential-account .res-account .res-accntNum {
  display: none;
}
.livechatMain-Wrapper .residential-account .res-account .res-phoneNum {
  display: none;
}
.livechatMain-Wrapper .livechat-noAcnt {
  display: none;
  width: 90%;
  height: 329px;
  margin: 0 auto;
}
.livechatMain-Wrapper .livechat-noAcnt .nochatText-label p {
  color: #666666;
  margin-bottom: 20px;
  margin-top: 10px;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account .fpl-form-row {
  margin-bottom: 4px;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account .form-control {
  border-radius: 16px;
  font-size: 14px;
  resize: none;
}
.livechatMain-Wrapper textarea {
    font-family: Arial;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account .char-count {
  font-style: italic;
  margin-right: 12px;
  float: right;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account .char-count .charCount-value {
  margin-right: 4px;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account p {
  color: #818B8D;
  font-size: 14px;
  margin-left: 10px;
}
.livechatMain-Wrapper .chatWindow-wrapper p,.livechatMain-Wrapper .residential-account p {
  font-size: 14px;
  color:#666;
}

.livechatMain-Wrapper .livechat-noAcnt .no-account p:first-child {
  margin-bottom: 4px;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account p:last-child {
  margin-top: 4px;
}
.livechatMain-Wrapper .livechat-noAcnt .no-account input {
  width: 100%;
  padding: 8px 10px 7px;
  font-size: 11px;
  color: #666666;
  margin-bottom: 0px;
}
.livechatMain-Wrapper .liveChat-footer {
  margin-top: 50px;
  border-top: 1px solid #cccccc;
  background: #FFF;
  visibility: hidden;
    bottom:0;
    width:98%;
    position:relative;
}
.livechatMain-Wrapper .liveChat-footer .btn-holder {
  margin-top: 6px;
}
.livechatMain-Wrapper .liveChat-footer .btn-holder button {
  width: 85%;
  height: 42px;
  line-height: 13px;
  margin: 2.9% 8%;
  font-size: 16px;
  padding: 15px !important;
  border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    letter-spacing:1px;
}
/*livechatMain-Wrapper ends*/
/* chat-window ends*/
.livechatMain-Wrapper .chat-overlay {
  width: 245px;
  margin: 0 auto;
  margin-top: 40px;
  height: 415px;
}
.livechatMain-Wrapper .modal-open {
  /*position: fixed;*/
  top: -165px;
}
.livechatMain-Wrapper .modal-backdrop {
  position: fixed;
  top: 12%;
  /*position: fixed;
  top: 0;*/
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* Style css changes - start */

#fpl-prechat-container .contactus-mainContent {
    max-width: 100% !important;
}
.livechatMain-Wrapper img {
    vertical-align: middle;
     border: 0;
}
.livechatMain-Wrapper p {
    margin: 0 0 10px;
}
.livechatMain-Wrapper .fpl-custom-radio {
    display: block;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 32px;
    height: 32px;
    background-color: #f7f7f7;
    border: 6px solid #d7d7d7;
}
.livechatMain-Wrapper .fpl-custom-radio .radio-fill {
    display: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 4px;
    background-color: #0073A8;
    margin: 5px;
}
.livechatMain-Wrapper label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.livechatMain-Wrapper .choice-field .fpl-custom-base {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
}
.livechatMain-Wrapper .choice-field .fpl-custom-checkbox.fpl-custom-option .fa {
    display: none;
    color: #ffffff;
    font-size: 19px;
}
.livechatMain-Wrapper input[type="radio"],.livechatMain-Wrapper input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}


.livechatMain-Wrapper .choice-field {
    position: relative;
}
.livechatMain-Wrapper .choice-field .fpl-custom-checkbox {
    display: block;
    cursor: pointer;
    border-radius: 20%;
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    width: 30px;
    height: 30px;
    padding: 1px;
    border: 1px solid #a8a5a5;
    background-color: #ffffff;
}
.livechatMain-Wrapper .choice-field .fpl-custom-checkbox.fpl-custom-option .fa.fa-check {
    position: absolute;
    top: 1px;
    left: 1px;
}
.livechatMain-Wrapper .choice-field .fpl-custom-checkbox.custom-option-selected .fa {
    display: inline-block;
    color: #0073A8;
    font-size: 26px;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa.fa-caret-up {
    top: -2px;
}
.livechatMain-Wrapper .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.livechatMain-Wrapper .fa-check:before {
    content: "\f00c";
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field {
    position: relative;
    height: 43px;
    margin-bottom: 10px;
}
.livechatMain-Wrapper .fpl-customized-option.retrieval-account-lookup-option .fpl-dropdown-field .fpl-dropdown,.livechatMain-Wrapper .fpl-customized-option#core_view_form_FilteringSelect_2_popup .fpl-dropdown-field .fpl-dropdown,.livechatMain-Wrapper .fpl-customized-option#core_view_form_CitySelect_0_prompt .fpl-dropdown-field .fpl-dropdown {
    z-index: 5;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown {
    display: block;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border: 1px solid #cccccc;
    width: 100%;
    background: #ffffff;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    position: absolute;
    margin-bottom: 30px;
    z-index: 100;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item {
    padding: 0 42px 0 20px;
    position: relative;
    display: block;
    text-align: left;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-text {
    display: block;
    padding: 10px 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown input {
    margin-bottom: 0;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow {
    font-size: 16px;
    height: 30px;
    width: 30px;
    background-color: #0073A8;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 9px;
    margin: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-selected-item .selected-item-arrow .fa {
    display: block;
    color: #ffffff;
    position: absolute;
    font-size: 20px;
    padding: 0;
    width: 20px;
    height: 20px;
    top: 1px;
    bottom: 0;
    right: 5px;
    margin: auto;
    text-align: center;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    width: 100%;
    text-align: left;
    border-radius: 0 0 24px;
    -moz-border-radius: 0 0 24px;
    -webkit-border-radius: 0 0 24px;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    display: block;
    padding: 8px 20px;
    border-top: 1px solid #cccccc;
    word-wrap: break-word;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown input {
    margin-bottom: 0;
}
.livechatMain-Wrapper .fpl-form-row .fpl-form-field {
    line-height: 1!important;
    position: relative;
    width: 100%;
    z-index: 2;
}
.livechatMain-Wrapper .fpl-form-row .fpl-form-field input {
    display: block;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border: 1px solid #cccccc;
    padding: 9px 20px 9px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    background: #ffffff;
    outline: none;
}
.livechatMain-Wrapper a {
    color: #0073a8;
    text-decoration: none;
    background: transparent;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.livechatMain-Wrapper a .fa.fa-question-circle,.livechatMain-Wrapper .tooltip-holder .fa.fa-question-circle{
    cursor: pointer !important;
}

.livechatMain-Wrapper a .fa {
    margin-left: 8px;
    vertical-align: middle;
}
.livechatMain-Wrapper .fplModal.modal {
    position: fixed !important;
}
.livechatMain-Wrapper .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog {
    max-width: 90%;
    width: 800px;
    padding-top: 100px;
    position: relative;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-close.close-x {
    top: inherit;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-close {
    padding: 15px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #f0f2f4;
    overflow: auto;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
}
@media (min-width: 768px){
.livechatMain-Wrapper .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.livechatMain-Wrapper .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.livechatMain-Wrapper .fpl-profiles-and-preferences h2,.livechatMain-Wrapper .accounts-table.list h2,.livechatMain-Wrapper .accounts-table.cards h2,.livechatMain-Wrapper .ineligible-ways h2,.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content h2 {
    color: #404040;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content h2 {
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    color: #0c2739;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
}
.livechatMain-Wrapper .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.livechatMain-Wrapper .modal-body {
    position: relative;
    padding: 20px;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content .modal-footer {
    border: 0;
    text-align: left;
    padding: 20px 0;
}
.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content .modal-footer .btn {
    display: inline-block;
    float: right;
}

.livechatMain-Wrapper .fplModal.modal .modal-dialog .modal-content .modal-btn {
    display: inline-block;
    margin: 20px 0 10px;
}
.livechatMain-Wrapper .btn.standard {
    background-color: #0073A8;
}
.livechatMain-Wrapper .btn {
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    display: block;
    padding: 14px;
    text-align: center;
    width: 292px;
    height: 42px;
    clear: both;
    line-height: 13px;
    outline: none;
    background-color: transparent;
    border: 1px solid transparent;
}

.livechatMain-Wrapper textarea.form-control {
    height: auto;
}

.livechatMain-Wrapper .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.livechatMain-Wrapper footer {
    position: static;
    background-color: #f0f2f4;
    margin-top: 30px;
}
.livechatMain-Wrapper .fpl-custom-radio.custom-option-selected {
    border-color: #0073A8;
    background-color: #ffffff;
}
.livechatMain-Wrapper .fa-caret-down:before {
    content: "\f0d7";
}
.livechatMain-Wrapper .fa-caret-up:before {
    content: "\f0d8";
}

body .bc-chat-state-prechat layered notFirefoxInAndroid bc-ios {
    font-family: Arial;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #666666;
    background-color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.livechatMain-Wrapper .fpl-custom-radio.custom-option-selected .radio-fill {
    display: block;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list {
    display: block;
    max-height: 230px;
    overflow: auto;
}
.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown.dropdown-open .dropdown-list li{
	font-size:14px;
	color:#000;
}
.fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li:hover {
    word-wrap: break-word;
}

.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li:hover,.livechatMain-Wrapper .fpl-customized-option .fpl-dropdown-field .fpl-dropdown .dropdown-list li.selected-option {
    background: #0073A8;
    color: #ffffff;
}
.livechatMain-Wrapper a .fa.fa-question-circle {
    cursor: pointer !important;
}
.livechatMain-Wrapper .fpl-popover-icon .fa:before {
    background: url(../images/fpl_sprite.png);
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    background-position: -200px -3800px;
}

.livechatMain-Wrapper .fa-question-circle:before {
    content: "\f059";
}
.livechatMain-Wrapper .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.livechatMain-Wrapper .error-text,.livechatMain-Wrapper .error-message{
    color: #db1f26 !important; 
    display: none;
}
.livechatMain-Wrapper .field-error{
    border: 1px solid #dd1500 !important;
    background: #ffffff;
}
.livechatMain-Wrapper .text-red{
    color: #dd1500 !important;
}
.livechatMain-Wrapper .error-message{
    margin-top: 4px;
    margin-left: 10px;
}
.chat-landing{
  display: none;
  width: 90%;
  height: 329px;
  margin: 0 auto;
}
.livechatMain-Wrapper .describe-issue p:first-child{
  font-size: 14px;
  color: #666666;
  margin: 10px 0 20px 0;
}
.livechatMain-Wrapper .chat-reason{
  color: #818B8D;
  font-size: 12px;
  margin-left: 10px;
  margin-bottom: 4px;
}
.livechatMain-Wrapper .describe-issue .form-control{
  border-radius: 16px;
  font-size: 14px;
  resize: none;
}
.livechatMain-Wrapper .describe-issue .char-count{
    font-style: italic;
    margin-right: 11px;
    float: right;
    color: #818B8D;
    font-size: 12px;
    margin-top: 4px;
}
.zoom-level{
    background: #000;
    color: #fff;
    padding: 10px;
}
.zoom-level span{
  margin-right: 5px;
}

.zoom-in, .zoom-out{
  cursor: pointer;
}
#bc-prechat-container{
	display:none;
} 
.bc-headmenu {
	    background-color: #0c2739 !important;
}

#fpl-prechat-container { height:100%;}
#fpl-prechat-container .main-content.row.contactus-mainContent{ height:100%;}

.bc-chat-state-prechat >.bc-page-wrapper-scroll #chatForm{display:none;}
#bc-prechat-container {padding:0px;}
.tooltip-social { display:block;}

section.zoom-level {
    font-size: 14px;
    position:relative;
    top:0px;
    width: 100%;
    z-index: 1;
}
.bc-message-body {
    font-style: italic;
}
#bc-message-container {
   padding: 3.5em 0 2.0em 0;
   background: #fff;
}
.bc-visitor-message,.bc-operator-message{
  padding:0;
}
.bc-visitor-message{
  text-align: right;
}
.bc-frame-header:after {
    border-top: 0 !important;
}
.bc-operator-avatar {
      width: 3em;
      height: 5em;
}
.bc-visitor-avatar{
  margin-left:0;
}
.bc-operator-message{
      width: 100%;
}
.bc-message-last-paragraph{
    display: block !important;
}
#bc-rate-container .bc-input-container{
    background: #0c2739;
}
.bc-frame-title {
    margin-top:4px;
}
.bc-frame-title:before {
    content:"";
    padding-right: 45px;
    padding-bottom: 30px;
    position: relative;
    top: -11px;
    background: url("../images/logo-fpl__light.svg") no-repeat !important;
    margin-right: -3px;
}
.bc-frame-header {
    height: 1.9em !important;
}
.bc-frame-header.bc-frame-header-landscape .bc-frame-title {
    height: auto !important;
    margin-top:6px;
}
.bc-frame-header .bc-headbtn.bc-headbtn-menulist{
    margin-top:4px;
}
.bc-frame-header .bc-headbtn.bc-headbtn-minimize {
    margin-top: 4px;
}
.fleft { float:left;}
    .co-browser-wrap { margin: 0 auto;}

.co-browser-wrap .fpl-form-field button {
     padding: 14px !important;
     background-color: #0073a8;
     vertical-align: middle;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     font-family: Arial;
     font-weight: bold;
     font-style: normal;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #ffffff;
     border-radius: 24px;
     -moz-border-radius: 24px;
     -webkit-border-radius: 24px;
     text-align: center;
     outline: none;
     width: 292px;
     height: 42px;
     font-size: 16px;
     line-height: 13px;
}
.co-browser-wrap .fpl-form-field button:hover{
	outline: none;
    color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: #0073a8;
    background: -moz-linear-gradient(top, #0073a8 0%, #1684ba 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #0073a8), color-stop(100%, #1684ba));
    background: -webkit-linear-gradient(top, #0073a8 0%, #1684ba 100%);
    background: -o-linear-gradient(top, #0073a8 0%, #1684ba 100%);
    background: -ms-linear-gradient(top, #0073a8 0%, #1684ba 100%);
    background: linear-gradient(to bottom, #0073a8 0%, #1684ba 100%);
}
 .fpl-form-row.co-browser-wrap {
     margin-bottom: 4px;
     color: #666666;
}
 .co-browser-wrap .fpl-form-field{
     line-height: 1!important;
     position: relative;
     width: 100%;
     z-index: 2;
}
 .co-browser-wrap .fpl-form-field .fpl-input{
     padding: 9px 20px 9px;
     
     color: #666666;
     margin-bottom: 0px;
     border-radius: 28px;
     -moz-border-radius: 28px;
     -webkit-border-radius: 28px;
     border: 1px solid #cccccc;
     background: #ffffff;
     outline: none;
     float: left;
	 margin: 4px 0 39px 0;
}

@media (max-width: 768px) {
	/*.co-browser-wrap .fpl-form-field .fpl-input{width: 90%;} */
}

@media (min-width: 768px) {
	.modal-dialog.co-browse{width: 400px;} 
	
	
}
.modal-dialog.co-browse .modal-header { padding: 0px 15px;}
.modal-dialog.co-browse .modal-title {margin: 15px 0;}

.chat-cancel{
 	display: block;
 	text-align: center;
 	margin: 0 auto;
 	float: none;
 	opacity: 1;
 	color: #0073a8;
 	font-size: 15px;
 	font-weight: bold;
 	margin-top:10px;
 	text-transform: uppercase;
    margin-right: -3px;
 	
}  

.chat-cancel:hover{
 color: #0073a8;
 opacity:1;
} 
#pin-message-container{
	background: transparent;
    font-family: Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #dd1500;
    position: absolute;
    bottom: 100px;
    left: 35%;
  }
  
.modal-dialog.co-browse .modal-header{ border-bottom:none !important;}  
 
 
/* Rating window Style */    
.bc-starrating-container {
	    justify-content: space-evenly !important;
	    display: flex;
	    width: 100%!important;
}    
#bc-rate-container .bc-input-label {
	width: 100%!important;
	color: #000!important;
}

#bc-rate-container .bc-input-container{
	 background: #fff !important;
}
.bc-required-message{
	color:#000;
}

.bc-star {
    height: 2.4em !important;;
    width: 2.4em !important;
    }
    
/* END Rating window Style */    
	.bc-bottom-wrap{
		background: #FFF !important;
	}
	
	.bc-textarea-wrap {
		border: 1px solid #CCC !important;
    	border-radius: 7px !important;
    	display:block;
	}

#bc-message-input-send {
	    border-radius:10px; 
	    text-transform: uppercase;
	    cursor: pointer;
	    
}
.invalid-pin-code {
 	border: 1px solid #dd1500 !important; 
}

/*Styles for post chat Survey - Start*/
  
#bc-postchat-container{
	padding:0;
	display: block !important;
}
#bc-rate-container .bc-input-container{
   border-bottom: 1px solid #F0F2F4;
   padding: 0px 10px 15px 15px;
}
#bc-rate-container .bc-input-label {
     color: #666666 !important;
     padding:10px 0 0 0 ;
     font-size: 14px;
}
.bc-starrating-container{
	padding-top:0;
	margin-left: -20px;
}

#bc-rate-container .bc-input-container:last-child {
    margin-bottom: 10px;
}
#bc-postchat-form-container textarea{
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color:#666666;
    width: 95%;
    height: 75px;
	border-radius: 16px;
	padding: 7px 0 7px 11px;
	resize: none;	 
}
#bc-postchat-form-container > .bc-input-container {
    background: #fff;
     border-bottom: 1px solid #F0F2F4;
    margin: 0 0 10px 10px;
    padding: 0 0 5px 0;
    width:97%;
}
.bc-input-container.bc-action-input-container{
	    margin-left: -5px !important;
	    border-bottom: none !important;
}
.bc-input-container.bc-action-input-container #bc-postchat-end-button{
	border-radius: 24px !important;
    background: #0073A8 !important;
    width: 94% !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}
/*Styles for post chat Survey - End*/

footer .copyright .social-links li:last-child{
	cursor: pointer;
}


/* ICON Changes */

 .bc-minimize-state-ended{
	background: url(../images/FPL-Chat-Offer.png)!important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.bc-minimize-state-idle{
	background: url(../images/minimized.svg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bc-headbtn-minimize-icon{
	background: url(../images/minimize_chat.png) !important;
	    width: 54px !important;
    height: 54px !important;
}
.bc-headbtn-email-icon{
	background: url(../images/email_chat.png) !important;
	    width: 54px !important;
   	 height: 54px !important;
}
.bc-headbtn-end-icon, .bc-headbtn-close-icon {
	background: url(../images/close_chat.png) !important;
	    width: 54px !important;
    	height: 54px !important;
} 
 @media (max-width:767px) {
    #coBrowser{
     z-index:9999;
    }
}
@media all and (device-width:320px) {
    .co-browser-wrap .fpl-form-field button{
    	margin-left:-16px;
    }
}



/* Test  for date table */

.chat-chat .chat-Wrapper {
  margin: 0 auto;
  width: 400px;
}
.chat-chat .chat-Border {
  border: 1px solid #cfcfcf;
}
.chat-chat .header-row {
  background: #cfcfcf;
  font: bold 14px Garamond;
  color: #000;
  padding: 6px 0;
  height: 25px
  
}
.chat-chat .header-row .chat-Col1 {
  width: 40%;
  font: normal 12px Arial;
  float: left;
  font-family:Arial;
  font-weight: bold;

  padding-left: 5px;
  color: #000;
}
.chat-chat .header-row .chat-Col2 {
  width: 60%;
  font: normal 12px Arial;
  float: left;
  font-family:Arial;
  font-weight: bold;

  padding-left: 5px;
  color: #000;
}
.chat-chat .row {
  color: #000;
  clear: both;
}
.chat-chat .row .chat-Col1 {
  width: 40%;
  font: normal 12px Arial;
  font-family: Arial;
  float: left;
  line-height: 22px;
  padding-left: 5px;
  color: #000;
}
.chat-chat .row .chat-Col2 {
  width: 60%;
  font: normal 12px Arial;
  font-family: Arial;
  float: left;
  line-height: 22px;
  padding-left: 5px;
  color: #000;
  
}
.chat-chat .row h4 {
  padding: 4px 0px;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}
.chat-chat .fBold {
  font-weight: bold;
}
.chat-chat .border-bottom {
  border-bottom: 1px solid #cfcfcf
}
.chat-chat .borderBtm-none {
  border-bottom: none;
}
.chat-chat .chat-link {
  color: #0563c1 !important;
  text-decoration: underline;
}
.chat-chat .chat-red {
  color: #ff0000 !important;
}
.hide {display:none;} 

.bc-message-last-paragraph, .bc-visitor-message .bc-message-body, .bc-status-message .bc-message-body {
	font-weight: normal;
    font-style: normal !important;
}
#bc-message-input-text {
	    font-family: arial !important;
}
/* Test  for date table */

.bc-input-container.bc-action-input-container input[type="submit"]{
 	    font-weight: bold;
	    font-size: 16px;
    	letter-spacing: 1px;
    	border-radius: 24px;
	    -moz-border-radius: 24px;
	    -webkit-border-radius: 24px;
}

.bc-help-message,.bc-required-message{
	/*display:none;*/
	color:#000;
}
.bc-help-message a {
	color:#000;
}
.bc-help-message a:hover {
	color:#000;
}
.livechatMain-Wrapper .fa-angle-left:before {
    content: "\f104";
}
.bc-headmenu-item.bc-headbtn-email.bc-headbtn-chatonly{
	display:none !important;
}

/* Popover changes - start */

.livechatMain-Wrapper .close-tooltip {
    position: absolute;
    background: #0c2739;
    right: -1px;
    top: -8px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 0 4px;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    line-height: 100%;
}
.livechatMain-Wrapper .popover-content {
    padding: 9px 14px;
}
.livechatMain-Wrapper .popover-content a{
	color:#fff;
	font-weight:bold;
}
.livechatMain-Wrapper .popover-content a:hover{
	color:#0073a8;
}
.livechatMain-Wrapper .popover {
    background-color: #0c2739;
    color: white;
    font-size: 14px;
    z-index: 1100;
}

.livechatMain-Wrapper .popover {
	top:0;
     position: absolute;
     display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
     background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.livechatMain-Wrapper .popover-ssn{
	top: -50px;
     width:276px;
    right:35px;
}
.livechatMain-Wrapper .popover-email{
	top: -42px;
     width:276px;
    right:35px;
}
.livechatMain-Wrapper .popover-phoneNumber{
	top: -18px;
     width:276px;
    right:35px;
}
.livechatMain-Wrapper .popover-accNumber{
	top: -33px;
     width:276px;
      right:35px;
}
.livechatMain-Wrapper .popover.left > .arrow {
    top: 50%;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
   border-left-color: rgba(0, 0, 0, 0.25);
    right: -11px;
}
.livechatMain-Wrapper .popover > .arrow {
    border-width: 11px;
}

.livechatMain-Wrapper .popover.left > .arrow:after {
    border-left-color: #0c2739;
}
.livechatMain-Wrapper .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
     bottom: -10px;
}

.livechatMain-Wrapper .popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.livechatMain-Wrapper .popover > .arrow,.livechatMain-Wrapper .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bc-sendbutton-wrap{
	text-align: center;
}
.livechatMain-Wrapper .tool-tip,.livechatMain-Wrapper .tooltip-social,.livechatMain-Wrapper .tooltip-accNumber,.livechatMain-Wrapper .tooltip-phoneNumber{
	display: inline-block;
     margin-bottom: 7px;
     float:right;
}
.livechatMain-Wrapper .tooltip-holder .headerText{
	display: inline-block;
    width: 85%;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
.livechatMain-Wrapper .residential-account .tooltip-holder a.fpl-popover-icon{
	position:relative;	
}
/* Popover changes - end */


#bc-activity-aa { display:none !important;}
.bc-visitor-message .bc-message-body { display: flow-root;}
.bc-operator-message .bc-message-body { display: flow-root;}
.bc-close-chatwindow {text-transform: uppercase;}
.bc-visitor-avatar img {width: 27px; height: 27px;}
.bc-operator-avatar img {height: 33px; width: 33px;}
#bc-postchat-form-container .bc-required-message { display:none !important;} 

#bc-message-input-container{
	bottom: 5px;
}

.bc-chat-state-prechat, #bc-postchat-container, .bc-page-wrapper-scroll, .bc-chat-state-chat {
    opacity: 1;  
}
.bc-page-wrapper {
     background-color: rgba(255, 255, 255, 1) !important;
     opacity: 1 !important;
}

