.notifications-header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.notification-count {
	color: #c4c4c4;
	font-weight: bold;
	padding-left: 10px;
}

.avatar {
	position: relative;
	border-radius: 5em;
	width: 5em;
	height: 5em;
    text-align: center;
    background-image: url(../img/no-ava.png);
    background-size: contain;
}
.avatar > p {
    font-size: 2em;
    margin: 0;
    padding: 0;
}
.avatar img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.avatar:after {
	position: absolute;
	z-index: 2;
	display: block;
	border: 1px solid #c4c4c4;
	background: #fff;
	text-align: center;
	height: 1.2em;
	padding-top: 0.1em;
	width: 1.2em;
	border-radius: 1.2em;
	top: 0;
	right: 0;
	font-size: 1.5em;


	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.bet-row {
	margin-top: 0;
	min-height: 7em;
	padding: 0px;
	padding-left: 10px;
}

.avatar-col {
	padding-top: 1em;
}
.bet-details {
	padding-top: 1em;
	padding-right: 0;
	border-top: 2px solid #ededed;
    width: 100%;
}
.bet-details .username {
	font-weight: bold;
	font-size: 1.2em;
	color: #3d3d3d;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}

.bet-details .description,
.bet-details.timeout .username,
.bet-details.timeout .status {
	color: #c4c4c4;
        text-overflow: ellipsis;
        overflow:hidden;
        white-space: nowrap;
}
.bet-group-description {
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    max-width: 80%;
}
.item-divider.item-stable .ion-chevron-up:before{
    font-size: 18px;
}
.bet-details .status {
    font-size: 12px;
}

.bet-details .accept-button,
.bet-details .nudge-button,
.bet-details .won-button,
.bet-details .lost-button {
	display: block;
	cursor: pointer;
	width: 80%;
	margin: 0 auto;
	height: 2.4em;
	line-height: 2.4em;
	text-align: center;
	vertical-align: top;
	color: #fff;
	background: #27a6de;
	font-weight: bold;
	font-size: 1;
	border-radius: 0.5em;
}

.bet-details .accept-button i,
.bet-details .nudge-button i,
.bet-details .won-button i,
.bet-details .lost-button i {
	font-size: 2em;
	position: relative;
	height: 0.2em;
	line-height: 0.2em;
	top: 0.1em;
}

.bet-details .nudge-button,
.bet-details .lost-button {
	background: #5ac6cb;
}

.bet-details .hint {
	margin-top: 0.5em;
	text-align: center;
	color: #c4c4c4;
	font-weight: bold;
	font-size: 12px;
    white-space: initial;
}

.ava-num p {
    font-size: 2em;
    color: #48b3e3;
}

.bet-row .avatar-col {
    max-width: 7em;
}
.bet-row .item-options {
    width: 50%;
}
.bet-row .item-options > .button {
    margin-top: 1px;
    background-color: #27a6de;
    padding: 0px;
    width: 50%;
    font-size: 14px;
}
.bet-row .item-options {
    background-color: #27a6de;
}
.bet-row .bet-actions {
    max-width: 10em;
}
.item.bet-row {
    font-weight: normal;
    border: none;
}
.no-nudge-clock {
    display: none;
}
.no-nudge-clock:before {
    font-size: 16px !important;
    font-weight: bold !important;
}

.bet-row.item-divider {
    display: flex;
}
.bet-row.item-complex .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 7em;
}
.bet-group {
    width: 100%;
    min-height: 7em;
}
.bet-row.item-complex .item-content {
    padding-right: 0;
}
.bet-row .row {
    padding-right: 0;
}
.bet-details .row {
    padding: 0;
}
.no-content:before {
    content: ' ';
}
.bet-details .col-65 {
    width: 65%;
}
.bet-details .col-35 {
    width: 35%;
}
.bet-row.active {
    min-height: inherit !important;
}
.rb-color-l-blue:before {
    color: #5ac6cb !important;
}
.bet-row.active .bet-details {
    padding-top: 0;
}
.rb-n-divider,
.bet-row.item-divider:not(.active) {
    padding: 0;
    border-bottom: 3px solid #5ac6cb !important;
    padding-left: 10px;
}


.bet-row .item-options > .button > i.bet-button {
    background-color: #83D5F8;
}
.notifications-page,
.transaction-log-page,
.notifications-page .list.search-container,
.transaction-log-page .list.search-container,
.transaction-log-page .item-input.search,
.notifications-page .item-input.search {
    background-color: #c4c4c4;
    border: none;
}
.transaction-log-page .item-input.search,
.notifications-page .item-input.search {
    padding: 10px 0;
}
.transaction-log-page .list.search-container input,
.notifications-page .list.search-container input {
    border-radius: 8px;
}
.transaction-log-page .transaction-log-page,
.notifications-page .list.search-container {
    margin-bottom: 0;
}
.transaction-log-page .item-input.search input,
.notifications-page .item-input.search input {
    background-color: #ffffff;
}
.transaction-log-page .item,
.notifications-page .item {
    border-radius: 8px;
    padding: 10px;
    border: none;
}
.notifications-page .item.activated {
    background-color: #fff;
}

.notifications-page .item.activated.rb-can-click {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 2px 2px rgba(245,166,35,1);
    -moz-box-shadow: inset 0px 0px 2px 2px rgba(245,166,35,1);
    box-shadow: inset 0px 0px 2px 2px rgba(245,166,35,1);
}
.transaction-log-page .list-inset:first-child,
.notifications-page .list-inset:first-child {
    margin-top: 10px;
}

/*new notifications ui*/
.status2 {
    padding-top: 5px;
}
.rb-ws-pre {
    white-space: pre-line;
}
.bet-button2, .log-button {
    display: inline-block;
    cursor: pointer;
    width: 98%;
    height: 2em;
    line-height: 1.9em;
    text-align: center;
    border-radius: 1em;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #5AC6CB;
    color: #4a4a4a;
}
.bet-button2.main {
    background-color: #5AC6CB;
    color: #ffffff;
}
.activated > .bet-button2 {
    background-color: #ededed;
    border-color: #ededed;
}
.activated > .bet-button2.main {
    border-color: #5AC6CB;
    background-color: #ffffff;
    color: #4a4a4a;
}
.rb-btn-friend-bets .bet-button2.main:after {
    content: 'Bet story';
}

.bet-button2.canceled.main:after,
.bet-button2.canceled-acceptor:after {
    content: 'Counter bet';
}
.bet-button2.won.main:after,
.bet-button2.lost.main:after,
.bet-button2.excluded-p.main:after,
.bet-button2.excluded-o.main:after,
.bet-button2.closed-p.main:after,
.bet-button2.closed-o.main:after,
.bet-button2.count-down-acceptor.main:after,
.bet-button2.count-down-owner.main:after,
.bet-button2.expired.main:after,
.bet-button2.archive:after {
    content: 'Archive';
}
.bet-button2.share:after {
    content: 'Share';
}
.bet-button2.cancel:after {
    content: 'Cancel bet';
}
.bet-button2.retract:after {
    content: 'Retract';
}
.bet-button2.received.main:after {
    content: 'View bet'
}
.bet-button2.countDown:before {
    content: 'Bet countdown'
}
.bet-button2.countDown .icon {
    padding-right: .3em
}
.bet-button2.nudge:after,
.bet-button2.wait2-won.main:after,
.bet-button2.wait2-acceptor-won.main:after,
.bet-button2.missdeclare-owon-acceptor.main:after,
.bet-button2.missdeclare2-owon.main:after,
.bet-button2.missdeclare-pwon-owner.main:after,
.bet-button2.missdeclare2-pwon.main:after,
.bet-button2.noresp.main:after {
    content: 'Nudge'
}
.bet-button2.missdeclare-owon.main:after,
.bet-button2.missdeclare2-owon-acceptor.main:after,
.bet-button2.missdeclare-pwon.main:after,
.bet-button2.missdeclare2-pwon-owner.main:after,
.bet-button2.owner-declared-won.main:after,
.bet-button2.acceptor-declared-won.main:after {
    content: 'Confirm'
}
.bet-button2.disagree:after {
    content: 'Disagree'
}
.bet-button2.gameon-acceptor.main:after,
.bet-button2.gameon.main:after {
    content: 'Declare'
}
.bet-button2.cancollect.main:after {
    content: 'Collect'
}

.bet-button2.missdeclare-final.main:after,
.bet-button2.won.main:after,
.bet-button2.canceled-acceptor.main.countred:after,
.bet-button2.lost.main:after {
    content: 'Archive';
}

.bet-button2.landing:after {
    content: 'New bet';
}
.archived .bet-button2.won.main:after,
.archived .bet-button2.lost.main:after,
.archived .bet-button2.missdeclare-final.main:after,
.archived .bet-button2.canceled.main.countred:after,
.archived .bet-button2.canceled-acceptor.main.countred:after,
.archived .bet-button2.count-down-acceptor.main:after,
.archived .bet-button2.count-down-owner.main:after,
.archived .bet-button2.killed.main:after,
.archived .bet-button2.killed-acceptor.main:after,
.bet-button2.killed-acceptor.main:after{
    content: 'New bet'
}

.no-nudge .bet-button2.noresp.main,
.no-nudge .bet-button2.wait2-won.main,
.no-nudge .bet-button2.wait2-acceptor-won.main,
.no-retract .bet-button2.owner-declared.retract,
.no-nudge .bet-button2.missdeclare-pwon-owner.main,
.no-nudge .bet-button2.nudge {
    background-color: #ededed;
    border-color: #ededed;
    color: #9b9b9b;
}
.bet-button2.countDown.activated {
    background-color: #ededed;
    border-color: #ededed;
    color: #9b9b9b;
}
.bet-button2.countDown.activated:before {
    content: 'Countdown is active'
}
.no-nudge .bet-button2.noresp.main + .no-nudge-clock,
.no-nudge .bet-button2.wait2-won.main + .no-nudge-clock,
.no-nudge .bet-button2.wait2-acceptor-won.main + .no-nudge-clock,
.no-retract .bet-button2.owner-declared.retract + .no-nudge-clock,
.no-nudge .bet-button2.missdeclare-pwon-owner.main + .no-nudge-clock,
.no-nudge .bet-button2.nudge + .no-nudge-clock {
    display: block;
}

.rb-btn-container {
    align-self: flex-start;
}
.rb-btn-container:nth-child(1) {
    text-align: left;
}
.rb-btn-container:nth-child(3) {
    text-align: right;
}
.rb-btn-container:nth-child(2) {
    text-align: center;
}

/* toast */
.ionic_toast > span > span { background-color: #5AC6CB;  border-radius: 15px}


.rb-toast-button > span {
    background-color: #ffffff;
    border: 1px solid #5AC6CB;
    color: #4a4a4a;
    padding: 5px 0 5px 25px;
    opacity: 0.7;
    width: auto;
    border-radius: 1em;
    font-style: normal;
    display: inline-block;
}

.rb-toast-button {
    border-radius: 1em;
    cursor: default;
    font-size: 1em;
    display: none;
    opacity: 1;
    margin: 10px;
    position: fixed;
    text-align: center;
    left: 15%;
    right: 15%;
    z-index: 9999;
    transition: all 0.3s;
}
.rb-toast-button .icon:before {
    padding-right: 10px;
    padding-left: 5px;
}
.rb-overlay-msg {
    width: 100%;
    background-color: #f5a623;
    color: #ffffff;
    padding: 0 30px;
}
.rb-overlay-msg.rb-notification-list {
    padding: 10px;
}
.rb-overlay-msg .avatar {
    width: 74px;
    height: 74px;
    border-radius: 74px;
    border: 2px solid #ffffff;
}
.rb-notify-new {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 3px 20px 3px 10px;
    background-color: #f5a623;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
}


.float-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    padding: 30px;
    font-size: 40px;
    position: fixed;
    bottom: 5px; /* Adjust to where you want it */
    right: 5px; /* Adjust to where you want it */
    z-index: 9999;
    background-size: contain;
}
.float-button.rb-button-not-filter-off {
    position: absolute;
}
.float-button .height_fix {
    margin-top: 100%;
}

.rb-button-not-filter-on {
    background-image: url('../img/icon-filter-more.png')
}
.rb-button-not-filter-off {
    background-image: url('../img/icon-filter-close.png')
}
.rb-filter-modal {
    background-color: rgba(0, 0, 0, 0.5);
    #background-color: rgba(196, 196, 196, 0.5);
    padding-bottom: 80px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
}
@media (min-width: 680px) {
    .rb-filter-modal.modal {
        top: 0;
        left: 0;
    }
}
.rb-filter-container {
    margin:0;
    text-align: right;
}
.rb-filter-container:nth-child(2) {
    margin:70px 0;
}
.rb-filter-label {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    padding: 5px 10px;
    padding-left: 20px;
}
.bar-header .rb-button-new {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    width: 60px;
    height: 30px;
    text-align: center;

    z-index: 1;
    display: inline-block;
    margin-top: 2px;
}
.rb-button-new + .badge.rb-badge-center {
    position: absolute;
    left: 65px !important;
}
.rb-filter-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #5AC6CB;
    color: #ffffff;

    width: 60px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    float: right;
}
.rb-filter-container > span {
    display: inline-block;
}
.rb-button-new {
    background-color: #f5a623;
}
.rb-filter-button.active {
    background-color: #c4c8db;
    color: #4a4a4a;
}
.rb-filter-modal .rb-filters {
    position: absolute;
    right: 15px;
    bottom: 100px;
}
.rb-filter-button .rb-notification {
    margin: 0 auto;
    display: inline-block;
    background-size: 100%;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.log-button {
    background-color: #5AC6CB;
    color: #ffffff;
    display: none;
}
.log-button.add,
.log-button.out,
.log-button.out_done,
.log-button.out_rej {
    display: inline-block;
}
.log-button.add:after,
.log-button.out:after,
.log-button.out_done:after,
.log-button.out_rej:after {
    content: 'Receipt'
}
.rb-notification-list .avatar-col {
    padding-top: 0;
}
.rb-notification-list .avatar {
    width:65px;
    height: 65px;
    border-radius: 65px;
}
.rb-notification-list .rb-notification-message {
    white-space: normal;
    max-height: 65px;
    overflow-y: hidden;
}
.rb-notification-list-new .rb-medium {
    margin-top: 30px;
}
.rb-ion-circle {
    color: #5AC6CB;
    border: 1px solid #5AC6CB;
    border-radius: 100%;
    text-align: center;
}