.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatNone {
    float: none;
}

.clearBoth {
    clear: both;
}

.center {
    text-align: center;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
}

.modal-open {
    overflow: hidden;
    padding: 0;
}

.modal-open .modal {
    overflow-y: auto;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.success {
    color: green;
    text-align: center;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
    opacity: 1;
}

.fade.in {
    opacity: 1;
}

.modal-content {
    background: #ffffff;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 0.65;
}

.modal-dialog {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.modal-content {
    padding: 10px;
    position: absolute;
    outline: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.modalBody {
    width: 70%;
    text-align: left;
    padding: 45px;
    background: #fff;
    -webkit-box-shadow: 0 22px 40px 0 rgba(116, 116, 116, 0.5);
    box-shadow: 0 22px 40px 0 rgba(116, 116, 116, 0.5);
}

.loginFormOl {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
}

ul h1 {
    font-size: 16px;
}

.userAccountNavItemRowValue span {
    font-size: 14px;
    color: green;
}

.userAccountNavItemRowValue a img {
    vertical-align: middle;
}

.inline {
    display: inline;
}

.bold {
    font-weight: bold;
}

.cursorDefault {
    cursor: default !important;
}

.userAccountNavItemRowValue:hover span {
    cursor: pointer;
    display: inline-block;
}

.cstStartHere {
    font-size: 70px;
    height: 250px;
    width: 250px;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    text-align: center;
}

.largeCurvedArrow {
    background-image: url(../img/curved_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    width: 250px;
    float: right;
    margin-right: 150px;
    margin-top: -90px;
}

.triangularDropDownArrow {
    background-size: contain;
    height: 25px;
    width: 25px;
    float: right;
}

.triangularDropDownArrow.up {
    background-image: url(../img/navbar/ic-up-arrow-blk.svg);
}

.triangularDropDownArrow.down {
    background-image: url(../img/navbar/ic-down-arrow-blk.svg);
}

.externalLink {
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%3E%3Cg%20transform%3D%22translate%28-826.429%20-698.791%29%22%3E%3Crect%20width%3D%225.982%22%20height%3D%225.982%22%20x%3D%22826.929%22%20y%3D%22702.309%22%20fill%3D%22%23fff%22%20stroke%3D%22%2306c%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M831.194%20698.791h5.234v5.391l-1.571%201.545-1.31-1.31-2.725%202.725-2.689-2.689%202.808-2.808-1.311-1.311z%22%20fill%3D%22%2306f%22%2F%3E%3Cpath%20d%3D%22M835.424%20699.795l.022%204.885-1.817-1.817-2.881%202.881-1.228-1.228%202.881-2.881-1.851-1.851z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 13px;
}

.numberedNotification {
    background-color: red;
    height: 23px;
    width: 40px;
    float: right;
    border-radius: 12px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.numberedNotification span {
    vertical-align: sub;
}

.notificationRedDot {
    background-image: url(../img/navbar/red_dot.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    float: right;
}

.mainDropDownNav {
    position: absolute;
    background-color: white;
    border: 1px black solid;
    padding: 10px;
    min-width: 280px;
}

.mainDropDownNav > ul {
    margin-left: 20px;
}

.mainDropDownNav ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.mainDropDownNav ul ul > li {
    cursor: pointer;
}

.mainDropDownNav a {
    color: #000000;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 16px;
}

.mainDropDownNav a:hover {
    text-decoration: underline;
}

.containerFluid {
    padding: 0 20px;
}

.eStoriesLogo {
    background: url(../img/navbar/estories-logo.svg) no-repeat center;
    background-size: contain;
    height: 30px;
    width: 120px;
    float: left;
    cursor: pointer;
}

.TriplayLogo {
    background: url(../img/navbar/triplay_logo.svg) no-repeat center;
    background-size: contain;
    height: 30px;
    width: 50px;
    float: left;
    cursor: pointer;
}

.topNavbar {
    position: fixed;
    padding-top: 18px;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px #959595 solid;
    z-index: 10;

}

.leftNavbar.closed {
    width: 10px;
    overflow: hidden;
}

.leftNavbar {
    padding-top: 20px;
    position: fixed;
    width: 230px;
    height: 100%;
    top: 49px;
    background: #fff;
    border-right: solid #959595 1px;
}

.homepageNavbarTitleWrapper {
    font-size: 20px;
    background-size: contain;
    float: left;
}

.homepageNavbarEnvironmentType {
    position: fixed;
    left: 400px;
    font-size: 36px;
    font-weight: 900;
    top: 0;
}

.tableHeader {
    font-size: 1.5em;
    font-weight: 700;
}

.highlightBg {
    background-color: rgba(251, 188, 5, 0.5) !important;
}

.mmcBgHeader {
    background-color: rgba(0, 143, 239, 1);
}

.mmcBg {
    background-color: rgba(0, 143, 239, 0.25);
}

.light.mmcBg {
    background-color: rgba(0, 143, 239, 0.15);
}

.emusicBgHeader {
    background-color: rgba(220, 61, 46, 1);
}

.pad_headers th{
    padding: 0 10px;
}

.light.emusicBgHeader {
    background-color: rgba(220, 61, 46, 0.65);
}

.emusicBg {
    background-color: rgba(220, 61, 46, 0.25);
}

.light.emusicBg {
    background-color: rgba(220, 61, 46, 0.15);
}

.lighter.emusicBg {
    background-color: rgba(220, 61, 46, 0.05);
}

.emuTokenBgHeader {
    background-color: rgba(155, 133, 86, 1);
}

.emuTokenBg {
    background-color: rgba(155, 133, 86, 0.7);
}

.light.emuTokenBg {
    background-color: rgba(155, 133, 86, 0.4);
}

.estoriesBgHeader {
    background-color: rgba(255, 194, 14, 1);
}

.estoriesBg {
    background-color: rgba(255, 194, 14, 0.25);
}

.light.estoriesBg {
    background-color: rgba(255, 194, 14, 0.15);
}

.lighter.estoriesBg {
    background-color: rgba(255, 194, 14, 0.05);
}

.cstBg {
    background-color: rgba(80, 80, 80, 0.25);
}

.light.cstBg {
    background-color: rgba(80, 80, 80, 0.05);
}

.primaryResultBgHeader {
    background-color: #2286c3;
}

.primaryResultBg {
    background-color: #64b5f6;
}

.light.primaryResultBg {
    background-color: #9be7ff;
}

.secondaryResultBgHeader {
    background-color: #7da453;
}

.secondaryResultBg {
    background-color: #aed581;
}

.light.secondaryResultBg {
    background-color: #e1ffb1;
}

.tertiaryResultBgHeader {
    background-color: #c75b39;
}

.tertiaryResultBg {
    background-color: #ff8a65;
}

.light.tertiaryResultBg {
    background-color: #ffbb93;
}

.userApplicationContainer {
    /*padding: 10px;*/
    width: 100%;
}

#serverMessageContainer {
    height: 50px;
    padding: 10px;
}

.serverMessageContainer {
    height: 50px;
    padding: 10px;
    position: fixed;
    top: 45%;
    left: 45%;
    border: black solid 1px;
    background: #efefef;

}

.mainView {
    margin-top: 90px;
    margin-left: 5px;
    margin-bottom: 150px;
}

.userAccountNavItem {
    float: left;
    padding: 0 15px;
    border-right: 1px solid black;
}

.userAccountNavItem:last-of-type {
    border-right: none;
}

.userAccountDetailsNavWrapper {
    overflow: hidden;
}

#LocalyticsAttributes .userAccountNavItemRowTitle {
    width: 330px;
}

.userAccountNavItemRowTitle {
    content: '';
    text-align: right;
    width: 200px;
    display: inline-block;
}

.userAccountNavItemRowTitle.short {
    width: 100px;
}

.userAccountDetailsHeader {
    background: rgba(200, 200, 200, 0.5);
    margin: 10px 0;
    font-weight: 700;
    padding: 5px 10px;
}

.userAccountDetailsSubHeader {
    margin: 10px 0;
    font-weight: 700;
    padding: 5px 10px;
}

.userAccountDetailsSubSection {
    background: rgba(200, 200, 200, 0.2);
    border: 3px white solid;
    margin: 10px 0;
    padding: 5px 10px;
}

.changeStatusOption {
    margin: 15px 215px;
}

.userAccountDetailsGroup {
    margin: 10px 0;
}

.userAccountNavItemRow {
    margin: 10px 0;
}

.userAccountNavItemRowValue {
    display: inline-block;
    margin-left: 10px;
    min-width: 150px;
}

.userAccountNavItemRowValue.checkbox {
    min-width: 20px;
}

.userAccountNavItemRowInfo {
    display: inline-block;
    margin-left: 10px;
    min-width: 15px;
}

.userSubscriptionHeader {
    width: 100%;
    height: 40px;
    background: #a5cedd;
    padding: 5px 10px;
}

.userApplicationHeader {
    width: 100%;
    height: 40px;
    /*padding: 5px 10px;*/
}

.userAccountNavItemRowNoInfo {
    margin-left: 160px;
}

.loadingIcon {
    background: url(../img/loading.svg) no-repeat center;
    background-size: contain;
    height: 30px;
    width: 50px;
}

.statusBox {
    position: fixed;
    bottom: 0;
    padding: 20px;
    background-color: white;
}

.searchResultsTitleUnderline {
    width: 700px;
    height: 4px;
    background-color: #b2b53d;
}

.searchResultsTitleWrapper {
    width: 700px;
}

.searchResultsTitle {
    padding: 10px 0;
}

.searchResultsList {
    padding: 30px;
}

.searchResultsList > li {
    padding: 5px;
}

.searchResultsTitle {
    font-size: 20px;
}

.userAccountDetailsWrapper {
    margin-top: 20px;
}

div.userAccountTmplWrapper {
    padding: 15px;
}

.searchbarWrapper {
    float: right;
}

.userSubscriptionHeaderItem {
    float: left;
}

#esCourtesyCreditForm {
    display: inline-block;
}

#emCourtesyCreditForm {
    display: inline-block;
}

#esCourtesyCreditForm #esCreditAmount {
    width: 30px;
}

#emCourtesyCreditForm #emCreditAmount {
    width: 50px;
}

#emCourtesyCreditForm #emCreditDays {
    width: 35px;
}

.creditUsageTable {
    display: table;
    width: auto;
    border: 1px solid black;
    /*min-width: 766px;*/
    margin-top: 10px;
}

.creditUsageDetail {
    float: left;
    display: table-column;
    width: 200px;
}

.creditUsageInstanceRow {
    display: table-row;
    width: auto;
    clear: both;
}

.userSubscriptionHeaderItems {
    float: right;
}

.userSubscriptionHeaderItems {
    float: right;
}

.userSubscriptionHeaderTitle {
    /*float: left;*/
    padding: 5px 10px;
}

.userSubscription {
    clear: both;
}

.userSubscriptionHeaderItem {
    float: left;
    padding: 0 15px;
    border-right: 1px solid black;
}

.userSubscriptionHeaderItem:last-of-type {
    border-right: none;
}

.primarySubscriptionItem {
    display: inline-block;
    margin-left: 10px;
}

.changeStatusOption .primarySubscriptionItem {
    display: block;
    margin: 15px 10px;
}

.primarySubscription {
    clear: both;
    padding: 6px;
}

.primarySubscriptionTitle {
    width: 204px;
    display: inline-block;
    height: 25px;
    text-align: right;
    font-weight: bold;
}

.primarySubscriptionItem.rightBorder {
    border-right: 1px solid black;
    padding-right: 15px;

}

button {
    background: #ffc20e;
    box-shadow: #808080 1px 1px 1px 1px;
    border: none;
    padding: 5px;
}

button.moreOptions {
    margin-left: 10px;
}

button:hover {
    background: #fed047;
    box-shadow: #808080 1px 1px 1px 1px;

}

button:active {
    background: #fed047;
    box-shadow: none;

}

.createCstAgentHeader {
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
}

.createCstAgentForm input {
    width: 150px;
    margin-bottom: 10px;
}

.primarySubscription input[type="radio"] {
    float: left;
    margin-right: 5px;
}

.createCstAgentForm select {
    width: 150px;
    margin-bottom: 10px;
}

.planPackage {
    margin: 10px;
    border: 1px black solid;
    padding: 5px;
}

.planDetailRow {
    margin: 10px 0;
}

.planDetailTitle {
    float: left;
}

.planDetailValue {
    padding-left: 250px;
}

.planDetailsHeader {
    padding: 15px;
}

.allSubscriptionTableDetail {
    float: left;
    padding: 5px;
    width: 170px;

}

.allSubscriptionTableColumnHeader {
    float: left;
    padding: 5px;
    width: 170px;
    height: 30px;
}

.allSubscriptionTableRow {
    clear: both;
}

.disabled {
    color: #545454;
    opacity: 0.5;
}

.nowrap {
    white-space: nowrap;
}

td, td {
    padding: 5px 8px;
}

.caret-down::after {
    content: " v";
}

.caret-up::after {
    content: " ^"
}

.clickableTableHeaderToggle {
    text-decoration: underline;
}

.estoriesEventTableWrapper {
    width: 50%;
    float: left;
}

.emusicEventTableWrapper {
    width: 50%;
    float: right;

}

.estoriesEventsHeader {
    background-color: #ffc20e;
    padding: 9px 0px;
    text-align: center;
    font-weight: 700;
}

.emusicEventsHeader {
    background-color: #ef3e28;
    padding: 9px 0px;
    text-align: center;
    font-weight: 700;
}

.eventDrawerLabelWrapper {
    padding: 15px 0px;
}

.eventDrawerLabelWrapper > .eventRowLabel {
    width: 50%;
    float: left;
    background-color: rgba(200, 200, 200, 0.5);
    padding: 5px 0px;
}

.eventRowDrawer {
    background-color: white;
}

.half {
    width: 50%;
}

.left {
    float: left;
}

.expandedTableItemTitle {
    content: '';
    text-align: right;
    width: 175px;
    display: inline-block;
}

.expandedTableItemValue {
    /*display: inline-block;*/
    margin-left: 10px;
    min-width: 150px;
}

.expandedTableItem {
    padding: 3px 0px;
}

.unsuccessful {
    background-color: rgba(255, 40, 40, 0.7);
}

.successful {
    background-color: rgba(40, 180, 40, 0.7);
}

#LocalyticsAttributes button.refreshButton {
    position: absolute;
}

button.smallerButton {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    padding: 2px;
}

button.tinyButton {
    height: 9px;
    width: 9px;
    font-size: 10px;
    padding: 0;
}

button.refreshButton {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

button.refreshButton img, button.smallerButton img , button.tinyButton img {
    height: 100%;
    width: 100%;
}

#simulateWebhook {
    border: 1px solid black;
    margin: 10px;
    padding: 10px;
}

.longer {
    min-width: 250px;
}

.noteBox {
    vertical-align: text-top;
    height: 100px;
    width: 75%;
    font-size: 100%;
}

.userAvatar {

    width: 100px;
    height: 100px;
    background-size: contain !important;
}

.avatarTitle {
    vertical-align: top;
}

.displayInlineBlock {
    display: inline-block;
}

.red {
    color: red;
}

.truncatedLabel {
    text-overflow: ellipsis;
    width: 110px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.stackTraceBox {
    width: 1200px;
    height: 300px;
    overflow: scroll;
}

.smallStackTraceBox {
    height: 200px;
    overflow: scroll;
}

.email__p__info__hover__icon {
    background: url(../img/ic-info-gry.svg) no-repeat;
    width: 11px;
    height: 11px;
    float: right;
    margin-left: 6px;
    cursor: pointer;
    margin-top: 3px;
    position: relative;
}

.email__p__info__hover__icon .p__info__panel {
    position: absolute;
    width: 250px;
    bottom: 20px;
    padding: 5px 8px;
    font-size: 12px;
    left: -125px;
    z-index: 2;
    color: #262626;
    background: #fff7db;
    display: none;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.5);
}

.email__p__info__hover__icon .svg__carrot {
    display: none;
    width: 10px;
    height: 10px;
    fill: #fff7db;
    right: 0;
    z-index: 3;
    position: absolute;
    bottom: 13px;
}

.email__p__info__hover__icon:hover {
    background: url(../img/ic-info-red.svg) no-repeat;
}

.email__p__info__hover__icon:hover .p__info__panel, .email__p__info__hover__icon:hover .svg__carrot {
    display: block;
    margin-left: 20px;
}

form#advancedSearchForm button.moreOptions {
    margin-left: 200px;
}

.email__p__info__hover__icon {
    background: url(../img/ic-info-gry.svg) no-repeat;
    width: 11px;
    height: 11px;
    float: right;
    margin-left: 6px;
    cursor: pointer;
    margin-top: 3px;
    position: relative;
}

.email__p__info__hover__icon .p__info__panel {
    position: absolute;
    width: 250px;
    bottom: 20px;
    padding: 5px 8px;
    font-size: 12px;
    left: -125px;
    z-index: 2;
    color: #262626;
    background: #fff7db;
    display: none;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.5);
}

.email__p__info__hover__icon .svg__carrot {
    display: none;
    width: 10px;
    height: 10px;
    fill: #fff7db;
    right: 0;
    z-index: 3;
    position: absolute;
    bottom: 13px;
}

.email__p__info__hover__icon:hover {
    background: url(../img/ic-info-red.svg) no-repeat;
}

.email__p__info__hover__icon:hover .p__info__panel, .email__p__info__hover__icon:hover .svg__carrot {
    display: block;
    margin-left: 20px;
}

section.result_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 100px auto 1fr;
    grid-gap: 2px;
    text-align: left;
}

.header_item {
    font-weight: bold;
}

.result_grid_row {
    display: contents;
}

.result_grid_details {
    grid-column-start: 1;
    grid-column-end: 5;
    padding-left: 15px;
}

.result_grid_details div, .result_grid_details label {
    padding: 5px;
}

.result_user_match_grid {
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: repeat(10, auto) 200px;
    grid-gap: 2px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 2px;
}

.result_txn_match_grid {
    margin-top: 2px;
    width: calc(100% - 20px);
    display: grid;
    grid-template-columns: 1fr 1fr 2fr repeat(4, 1fr) 0.5fr 200px;
    grid-gap: 2px;
    text-align: left;
}

label.header_item {
    display: flex;
}

.result_grid_item {
    padding: 5px;
}


#login_page {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
}

#login_page .login_form {
    max-width: 340px;
    width: 100%;
}

#login_page .title {
    font-size: 24px;
    margin-bottom: 24px;
}

#login_page .form_row {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#login_page .form_row label {
    font-size: 14px;
    width: 45%;
}

#login_page .form_row input {
    width: 55%;
    padding: 5px 10px;
    border: 1px solid #F7BF33;
}

#login_page .submit_button {
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 18px;
    background: #F7BF33;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: opacity 300ms;
}

#login_page .submit_button:hover {
    opacity: 0.7;
}

#login_page .login_error {
    margin-top: 32px;
    color: #c75b39;
}

.margin25 {
    margin: 25px;
}

.valign_top{
    vertical-align: top;
}

textarea#addModeratorEmailList {
    width: 400px;
    height: 150px;
}