
.red {
    background-color: #CF142B !important;
}

.cyan {
    background-color: #3A7CAE !important;
}

.orange {
    background-color: #E86A24 !important;
}

.yellow.darken-1 { /* We don't have a compliant yellow so maybe this class should be changed to ".purple" ? */
    background-color: #675873 !important;
}

.green {
    background-color: #698b60 !important;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating:before {
    border-radius: 0;
}

.fixed-action-btn.active {
	z-index: 999999;
    background: transparent;
	border-bottom: 0 !important;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0;
    line-height: 54px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    overflow: visible;
    position: relative;
    z-index: 9;
}

ul li .btn-floating.btn-large::after {
    content: " ";
    width: 192px;
    height: 42px;
    position: absolute;
    left: -193px;
    top: 5px;
}

/* Frutiger Edits */
body[data-siteid="rusa-site"] .btn-floating.btn-large,
body[data-siteid="rca-site"] .btn-floating.btn-large,
body[data-siteid="savin-site"] .btn-floating.btn-large,
body[data-siteid="lanier-site"] .btn-floating.btn-large {
	line-height: 58px;
}


.btn-floating.btn-large:hover {
    color: #fff;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
    padding: 0;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
    list-style-type: none;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.btn-large {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    padding: 0 28px;
    line-height: 36px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-large i {
    font-size: 25.6px; /* Adjusting Rems */
}

.btn-floating.fab-tip {
    position: fixed;
    right: 80px;
    padding: 0px 0.5rem;
    margin-top: 6px;
    margin-right: 4px;
    text-align: center;
    border-radius: 18px;
    width: 190px;
    font-size: 14px;
    color: #333;
	background: #f4f4f4;
	text-align: left;
	padding-left: 12px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.btn-floating.fab-tip:hover,
.btn-floating.btn-large:hover ~ .btn-floating.fab-tip {
    background: #61c7ca;
}

.fixed-action-btn #msg {
    display: none;
}

.fixed-action-btn:hover #msg {
    display: inline;
    text-transform: capitalize;
}

body .five9-chat-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    position: relative;
    height: 38px;
    border: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 10px 12px 0 39px;
    background: #cf142b;
    color: white;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    cursor: pointer;
}
