@media screen and (min-width: 768px) {
    #alert-modal:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        width: 400px;
        vertical-align: middle;
        margin-right: -0.25em;
    }
    .msgtitletrade {
        min-width: 190px;
    }
    .msgtitlebroadcast {
        min-width: 300px;
    }
    .msglogo {
        width: 100%;
    }
    .msglogotrade {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .msgtitletrade {
        min-width: 180px;
    }
    .msgtitlebroadcast {
        min-width: 220px;
    }
}

@media screen and (max-width: 991px) {
    #messageMore {
        display: inline-block;
    }
}

@media screen and (min-width: 992px) {
    #messageMore {
        display: none;
    }
}

.ui-datepicker-title select {
    color: #333333;
}

#mrkt-tbl-outer {
    border-bottom: 1px solid #ddd;
}

.fa-info:before {
    font-family: FontAwesome;
    content: "\f05a";
    display: inline-block;
    padding-right: 4px;
    padding-left: 1px;
}

.fa-mail:before {
    font-family: FontAwesome;
    content: "\f0e0";
    display: inline-block;
    padding-right: 4px;
}

.fa-ban:before {
    font-family: FontAwesome;
    content: "\f05e";
    display: inline-block;
    padding-right: 4px;
    padding-left: 2px;
}

.fa-permit:before {
    font-family: FontAwesome;
    content: "\f164";
    display: inline-block;
    padding-right: 4px;
}

.fa-bell-slash:before {
    font-family: FontAwesome;
    content: "\f1f6";
    display: inline-block;
    padding-right: 4px;
}

.fa-bell:before {
    font-family: FontAwesome;
    content: "\f0f3";
    display: inline-block;
    padding-right: 4px;
}

.fa-bell-slash-trade:before {
    font-family: FontAwesome;
    content: "\f1f6";
    display: inline-block;
    padding-right: 4px;
}

.fa-bell-trade:before {
    font-family: FontAwesome;
    content: "\f0f3";
    display: inline-block;
    padding-right: 4px;
}

.msgActionTriangle {
    border-left: 30px solid transparent;
    border-right: 30px solid green;
    border-bottom: 30px solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 16px;
    margin-top: -10px;
    cursor: pointer;
}

.msgActionTriangle i {
    color: white;
    font-size: 15px;
    position: absolute;
    right: -28px;
    margin-top: 2px;
}

.sidebar .contact span {
    float: right;
    margin-right: 10px;
}

.bid-expired {
	background: lightgray;
}

.bid-expire-imminent {
	background: pink;
}

.bid-expire-soon {
	background: #ffe4b2;
}

.coinEntryTable tbody tr td {
    padding: 8px 4px 0px 4px;
}

#messageMoreDiv {
    text-align: center;
}

#footer {
    padding: 0;
}

#homepage-footer {
    padding-top: 70px;
}

.msgicon {
    padding-right: 10px;
}

.msgarrow {
    width: 30px;
    padding-left: 10px;
}

.msglogo {
    max-width: 100px;
    text-align: right;
}

.msglogo img {
    max-width: 100px;
    max-height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
}

.msglogotrade {
    max-width: 220px;
    text-align: right;
}

.msglogotrade i {
    margin: 0px 5px 10px 5px;
}

.msglogotrade img {
    max-width: 100px;
    max-height: 40px;
    margin-top: 10px;
    vertical-align: bottom;
}

.html p {
    word-break: break-word !important;
}

.thumb-info-wrapper img {
    object-fit: contain;
}

#member-rows img {
    max-width:150px;
    max-height:40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#member-rows .fa-comment {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 30px;
}

.arrow-down {
    margin-bottom: 2px;
}

.arrow-up {
    margin-bottom: 2px;
}

.page-header .img-circle {
    max-height: 90px;
}

.page-header .img-rectangle {
    max-height: 90px;
}

.page-header .pull-right {
    height: 35px;
    margin-top: -35px;
    margin-right: 25px;
}

.rightAlign {
    text-align: right;
}

.leftAlign {
    text-align: left;
}

.centerAlign {
    text-align: center;
}

.trade-message {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

#quickBroadcastTitle {
    margin-bottom: 0px;
    cursor: pointer;
}

#quickBroadcastForm {
    margin-top: 14px;
}

pre.broadcast {
	max-height: 160px;
}

#view-pricing {
    float: right;
    cursor: pointer;
    margin-bottom: -20px;
}

#view-pricing span {
    color: #FFFFFF !important;
    display: inline-block;
}

#view-pricing img {
    height: 32px;
    width: 32px;
    margin-right: 5px;
    margin-bottom: 25px;
}

.tablesorter-scroller tbody td {
    white-space: nowrap;
    min-width: 70px;
}

.tablesorter-scroller-fixed:after {
    content: '';
    border-right: 1px solid #444;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    /* set to zero for non-jquery ui themes; use "left" here for RTL pages */
    right: 0;
    /* match the margins set to the table to keep the border the same height as the table */
    margin: 10px 0 15px;
}

.tablesorter-header-inner img {
    vertical-align: text-top !important;
}

#pricing-table td {
    text-align: right;
}

.dynamic-height-wrap {
    word-break: break-word;
    white-space: initial;
}

.panel span {
    cursor: pointer;
}

.panel span.collapsed:before {
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.panel span:before {
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}

.panel-default,.panel-warning span:before {
    content: none;
}
.dynamic-height-wrap p span:before {
    content: none;
}

html .toggle-primary .toggle label {
    color: #0088cc;
    border-left-color: #0088cc;
	border-right-color: #0088cc;
	font-size: 1.4em;
	font-weight: 400;
}

html .toggle-primary .toggle.active > label {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #ffffff;
	font-size: 1.4em;
	font-weight: 400;
}

.issetrow, .issetrow > td {
    background-color: yellow !important;
    color: #4C4D4D !important;
}

.issetrow a {
    color: #4C4D4D;
}

.issetrow.hover > td, .issetrow.hover > td a {
    color: #0088cc !important;
}

.istyperow, .istyperow > td {
    background-color: #0088cc !important;
    color: #ffffff !important;
}

.istyperow a {
    color: #ffffff;
}

.istyperow.hover > td, .istyperow.hover > td a {
    color: yellow !important;
}

.label-us-coins {
    background-color: #0088cc;
    color: #FFF;
    display: inline-block;
    width: 68px;
    margin-right: 10px;
}
.label-us-currency {
	background-color: #47a447;
    color: #FFF;
    display: inline-block;
    width: 68px;
    margin-right: 10px;
}
.label-world-coins {
	background-color: #d2322d;
    color: #FFF;
    display: inline-block;
    width: 68px;
    margin-right: 10px;
}
.label-all-catalogs {
	background-color: #f5e381;
    color: #000;
    display: inline-block;
    width: 68px;
    margin-right: 10px;
}
.label-search {
    cursor: pointer;
}
.label-search.highlight {
    border-bottom: 4px solid #FFF;
}

#header .header-search .form-control {
    font-size: 13.6px;
}

.us-currency {
    background-color: #006633;
}

.us-currency h1, .world-coins h1 {
    border-bottom-color: #682866 !important;
}

.world-coins {
    background-color: #990000;
}

.us-currency a, .world-coins a, .us-currency .active, .world-coins .active {
    color: #ffffff;
}

.cacRow-us-currency, .cacRow-world-coins, .blueRow-us-currency, .blueRow-world-coins, .guideRow-us-currency, .guideRow-world-coins {
    display: none;
}

.bidAsk-us-currency {
    display: none;
}

.hidePlusBtn {
    display: none !important;
}

.hideTypeTab {
    display: none !important;
}

.modal-body {
    padding: 0px 15px;
}
.modal-dialog {
    width: auto;
    max-width: 1000px;
}

#alert-modal .modal-dialog {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
}
#alert-modal .modal-header {
    background: #218AC7;
}
#alert-modal .modal-title {
    color: #FFFFFF;
}
#alert-modal .modal-body {
    padding: 10px 15px;
}
#alert-modal th,td {
    padding: 5px;
}
.alert-modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
					background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
					box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.currency-cell {
    text-align: right;
}

.steps {
    clear: both;
    list-style: none;
    padding-left: 2%;
}
.steps span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.steps li {
    margin: 2em 0;
    display: block;
    position: relative;
    counter-increment: inst;
    padding-left: 1em;
}
.steps li::before {
    content: counter(inst);
    background: #218AC7;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    font-style: italic;
    text-shadow: 1px 1px #218AC7);
    border-radius: 50%;
    font-size: 1.5em;
    text-align: center;
    padding-top: 0;
    padding-left: 0;
    left: -5%;
    top: -0.65em;
    height: 1.35em;
    width: 1.35em;
    position: absolute;
    transition: all 0.2s ease-in-out;
    margin-left: 2.5%;
}

#ajax-loader-overlay {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5000;
    background: transparent;
}
#ajax-loader-pane,
.page-loader-pane {
    width: 300px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -150px;
    text-align: center;
    background: #222 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#218AC7), to(#222));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#218AC7), to(#222));
    border: 1px solid #2a2a2a;
    color: white;
    font-weight: normal;
    text-shadow: black 0px 1px 0px;
    opacity: 0.85;
    border-radius: 0.6em;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#ajax-loader,
.page-loader {
    background-image: url(../images/ajax-loader.png);
    background-size: 35px 35px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    height: 35px;
    margin: 0px auto;
    opacity: 0.9;
    position: static;
    width: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#ajax-loader-text,
.page-loader-text {
    font-size: 16px;
}
.spin {
    -webkit-transform: rotate(360deg);
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.caret-up {
    color: green !important;
}
.caret-up:before {
    font-family: FontAwesome;
    content: "\f0d8";
    display: inline-block;
    padding-right: 3px;
}

.caret-down {
    color: red !important;
}
.caret-down:before {
    font-family: FontAwesome;
    content: "\f0d7";
    display: inline-block;
    padding-right: 3px;
}