﻿﻿html {
    height: 100%
}

body {
    background-color: #fff;
    min-height: 100%;
    color: #0c476e;
}

html.override body #searchBar {
    background-color: #dc3545
}

.LoginByUser{
    background-color: #dc3545
}

#cookieConsent {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: .9em;
    border-top: 1.5em solid #fff
}

.bg-dark-blue {
    background-color: #0c476e;
    color: #fff
}

.bg-dark-blue .text-muted {
    color: #d9d9d9 !important
}

.bg-dark-blue .btn-primary:hover {
    border-color: #fff;
    color: #fff
}

.bg-dark-blue .btn-primary.disabled,
.bg-dark-blue .btn-primary:disabled {
    background-color: #3f88c5;
    border-color: #0c476e
}

.bg-dark-blue a {
    color: #fff
}

.bg-dark-blue a:hover {
    color: #3f88c5
}

.bg-blue {
    background-color: #3f88c5;
    color: #fff
}

.bg-blue a {
    color: #fff
}

.bg-blue a:hover {
    color: #f4fafb
}

.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5 {
    color: #fff !important
}

.bg-light-blue {
    background-color: #f4fafb;
    color: #0c476e
}

.bg-white {
    background-color: #fff;
    color: #0c476e
}

.bg-white>a {
    color: #3f88c5
}

.bg-white>a:hover {
    color: #0c476e
}

.bg-yellow {
    background-color: #fcac00;
    color: #fff
}

.bg-red {
    background-color: #dc3545;
    color: #fff
}

.bg-red h1,
.bg-red h2,
.bg-red h3,
.bg-red h4,
.bg-red h5,
.bg-red h6 {
    color: #fff
}

.txt-white {
    color: #fff
}

.txt-dark-blue {
    color: #0c476e
}

.btn-link {
    color: #0c476e
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    box-shadow: none
}

.btn-link:hover {
    color: #3f88c5
}

.btn-light {
    color: #0c476e
}

.btn-lg {
    font-size: 1.15em
}

a {
    color: #3f88c5
}

a:hover {
    color: #0c476e;
    text-decoration: none
}

.form-control {
    border-radius: 0
}

@media (max-width: 991px) {
    #formRegister .input-group-text {
        min-width: 6.2em
    }
}

@media (min-width: 992px) {
    #formRegister .input-group-text {
        min-width: 7em
    }
}

.alert-required {
    border: #dc3545 2px solid !important
}

.alert-required:focus {
    border: #dc3545 2px solid !important
}

.btn {
    border-radius: 0;
    padding: .3rem .75rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .15rem .5rem;
    font-size: .85rem;
    line-height: 1.5
}

.btn-primary {
    background-color: #3f88c5;
    border-color: #3f88c5;
    color: #fff !important
}

.btn-primary:hover {
    background-color: #0c476e;
    border-color: #0c476e;
    color: #fff
}

.btn-primary:focus:not(:hover) {
    background-color: #3f88c5
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #3f88c5;
    border-color: #0c476e
}

.btn-secondary {
    background-color: #fff;
    border-color: #0c476e;
    color: #0c476e
}

.btn-secondary:hover {
    background-color: #0c476e;
    border-color: #0c476e;
    color: #fff
}

.btn-outline-primary {
    color: #3f88c5;
    border-color: #3f88c5
}

.btn-outline-primary:hover {
    background-color: #3f88c5;
    border-color: #3f88c5;
    color: #fff
}

.btn.disabled {
    opacity: .3;
    filter: grayscale(100%)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #3f88c5;
    color: #fff
}

.btn-outline-primary.focus {
    color: #3f88c5;
    background-color: #f4fafb
}

.btn-toggle {
    cursor: pointer
}

.btn-toggle:hover {
    background-color: #f4fafb;
    color: #3f88c5
}

.badge {
    border-radius: 0
}

.badge-primary {
    background-color: #3f88c5
}

#itemInfo .badge {
    font-size: 100%
}

.dropdown {
    cursor: pointer
}

.dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border: none
}

.dropdown .dropdown-menu a {
    color: #0c476e
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
    color: #3f88c5;
    text-decoration: none;
    background-color: #fff
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.nav .nav-link {
    padding-bottom: 2px;
    line-height: 1
}

.navbar a.nav-textlink,
.navbar-light .navbar-nav .nav-link,
.navbar-text a {
    color: #0c476e
}

@media (max-width: 991px) {
    .navbar a.nav-textlink,
    .navbar-light .navbar-nav .nav-link,
    .navbar-text a {
        padding-left: 0;
        padding-right: 0;
        padding-top: .6em;
        padding-bottom: .6em
    }
}

@media (min-width: 992px) {
    .navbar a.nav-textlink,
    .navbar-light .navbar-nav .nav-link,
    .navbar-text a {
        font-size: 1em;
        padding-left: .8em;
        padding-right: .8em
    }
}

.navbar a.nav-textlink:hover,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-text a:hover {
    color: #072940;
    text-decoration: none
}

@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1em;
    }
}

.navbar-light a.btn {
    color: #0c476e
}

.navbar-light a.btn:hover {
    color: #fff;
    text-decoration: none
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #3f88c5
}

#btnClear {
    color: #3f88c5;
    position: absolute;
    z-index: 100;
    right: 110px;
    top: 7px;
    bottom: 0;
    margin: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.input-group .input-group-prepend .input-group-text {
    min-width: 10.8em
}

.input-group .input-group-prepend .input-group-text.input-group-text-compact {
    min-width: 0
}

.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
    border-radius: 0;
    background-color: #f4fafb;
    border-color: #3f88c5
}

#filterOrder a.active {
    color: #3f88c5
}

#resultsContainer .btn-compact {
    min-width: 6em
}

#resultsContainer .text-muted {
    color: #b3b3b3 !important
}

#resultsContainer .text-muted a {
    color: #b3b3b3 !important
}

@media (max-width: 991px) {
    #resultsContainer .text-seller {
        font-size: .9em
    }
    #resultsContainer .lead {
        font-size: 1em
    }
}

@media (min-width: 992px) {
    #resultsContainer .text-seller {
        font-size: 1em
    }
    #resultsContainer .lead {
        font-size: 1.1em
    }
}

#resultsContainer .card-body {
    padding: .5em
}

#resultsContainer .pinned-item {
    z-index: 90;
    width: 55px;
    height: 55px;
    text-align: right;
    position: absolute;
    padding: 7px;
    right: 0;
    top: 0;
    background-image: linear-gradient(to top right, transparent 50%, #3f88c5 51%)
}

#resultsContainer .pinned-item svg.svg-inline--fa {
    font-size: 1.2em;
    color: #fff
}

.card {
    border-radius: 0;
    border: 1px solid #e1f2f4
}

.card-paused {
    opacity: .4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.toast {
    z-index: 2000;
    position: fixed;
    top: 10px;
    right: 10px
}

.toast .toast-body .text-danger,
.toast .toast-body .text-primary {
    font-size: 1.3em
}

.toast .toast-body .toast-txt {
    font-size: 1em
}

#screenshotPreviewCanvas {
    width: 100%;
    height: 180px
}

.croppie-container .cr-viewport {
    box-shadow: none
}

#devNotes {
    background-color: #3f88c5;
    color: #fff
}

#devNotes a {
    color: #fff
}

#devNotes a:hover {
    color: #f4fafb
}

#devNotes.not-transferable {
    background-color: #dc3545;
    color: #fff
}

.bootbox.modal .close {
    line-height: .7em
}

.bootbox.modal .modal-content {
    background-color: #f4fafb;
    color: #0c476e;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 20px -5px rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .75)
}

.bootbox.modal .modal-content a {
    text-decoration: underline;
    color: #fff
}

.bootbox.modal .modal-content a:hover {
    color: #fff
}

.bootbox.modal .modal-footer {
    justify-content: center;
    padding: 0 0 1em 0;
    padding-top: 0;
    border: none
}

.bootbox.modal .btn-primary:focus {
    box-shadow: none
}

.bootbox.modal .btn-outline-default {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #3f88c5
}

.bootbox.modal.dark-blue .modal-content {
    background-color: #0c476e;
    color: #fff
}

.bootbox.modal.blue .modal-content {
    background-color: #3f88c5;
    color: #fff
}

.bootbox.modal.blue .btn-primary {
    color: #0c476e !important;
    background-color: #fff;
    border-color: #fff
}

.bootbox.modal.danger .modal-content {
    background-color: #dc3545;
    color: #fff
}

.bootbox.modal.danger .btn-primary {
    color: #0c476e;
    background-color: #fff;
    border-color: #fff
}

#frmSignIn label {
    color: #0c476e;
    font-size: .9em;
    padding: 2px 5px;
    margin-bottom: 0
}

#signinIntro .list-group-flush .list-group-item {
    background: inherit;
    border: none;
    padding: .3em 0
}

@media (min-width: 992px) {
    #signinIntro .list-group-flush .list-group-item i {
        font-size: 1.6em
    }
    #signinIntro .list-group-flush .list-group-item span {
        font-size: 1.1em;
        font-weight: 300
    }
}

#formRegister input[readonly] {
    cursor: text;
    background-color: #fff
}

#threads #noThreads {
    color: #0c476e
}

#threads .closed {
    filter: grayscale(100%)
}

#threads .list-group .list-group-item {
    border: 1px solid #e1f2f4;
    border-radius: 0;
    color: #fff;
    background-color: #3f88c5;
    padding: .75rem 1rem
}

#threads .list-group .list-group-item .small {
    font-size: .85em !important
}

#threads .list-group .list-group-item .fa-3x {
    font-size: 2.5em
}

@media (max-width: 991px) {
    #threads .list-group .list-group-item {
        padding: .5rem;
        line-height: 1.3
    }
    #threads .list-group .list-group-item .mr-3 {
        margin-right: .5rem !important
    }
    #threads .list-group .list-group-item h5 {
        font-size: 1em !important
    }
}

@media (min-width: 992px) {
    #threads .list-group .list-group-item {
        line-height: 1.5
    }
    #threads .list-group .list-group-item h5 {
        font-size: 1.05em !important
    }
}

#threads .list-group i {
    color: #3f88c5
}

#threads .list-group .active {
    background-color: #3f88c5;
    color: #fff
}

#threads .list-group .active a {
    color: #fff
}

#threads .list-group .active i {
    color: #f4fafb
}

#itemInfo .toggle-group label.btn-sm {
    padding: .25rem .5rem
}

#itemInfo h4 {
    line-height: 1.2em
}

#itemInfo.unavailable {
    filter: grayscale(100%);
    opacity: .7
}

.item-info-card h1,
.item-info-card h2,
.item-info-card h3,
.item-info-card h4,
.item-info-card h5,
.item-info-card h6 {
    color: #0c476e
}

.item-info-card .bg-red a,
.item-info-card .bg-red h1,
.item-info-card .bg-red h2,
.item-info-card .bg-red h3,
.item-info-card .bg-red h4,
.item-info-card .bg-red h5,
.item-info-card .bg-red h6 {
    color: #fff
}

#userMessages h3,
#userMessages label {
    color: #0c476e
}

#userMessages .read-check {
    position: absolute;
    right: 10px;
    bottom: 10px
}

#cardRequiredInfo .input-group-prepend .input-group-text {
    min-width: 9em
}

#feedbackBox .btn-rating {
    color: #fff
}

#feedbackBox .btn-rating .rating-on,
#feedbackBox .btn-rating:hover .rating-off {
    display: none
}

#feedbackBox .btn-rating:hover .rating-on {
    display: inline
}

#feedbackBox h4 {
    color: #fff
}

.blockquote {
    font-size: 1em
}

.blockquote .text-muted {
    color: #bfbfbf !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif
}

@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 1.6em
    }
    .h2,
    h2 {
        font-size: 1.4em
    }
    .h3,
    h3 {
        font-size: 1.35em
    }
    .h4,
    h4 {
        font-size: 1.1em
    }
    .h5,
    h5 {
        font-size: 1em
    }
    .small,
    small {
        font-size: 87%
    }
}

@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 1.8em
    }
    .h2,
    h2 {
        font-size: 1.6em
    }
    .h3,
    h3 {
        font-size: 1.35em
    }
    .h4,
    h4 {
        font-size: 1.1em;
        line-height: 1.1em
    }
    .h5,
    h5 {
        font-size: 1.05em
    }
    .small,
    small {
        font-size: 87%
    }
}

.color-blue {
    color: #3f88c5
}

.tooltipped {
    font-family: Arial, sans-serif !important
}

.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    font-weight: 700;
    background: #3f88c5;
    border: 1px solid #0c476e;
    color: #fff;
    margin: 4px 121px 0 5px;
    float: right;
    text-align: left !important
}

.tooltip-qm {
    float: left;
    margin: -2px 0 3px 4px;
    font-size: 12px
}

.tooltip-inner {
    max-width: 320px !important;
    font-size: 1em;
    padding: 10px 15px 10px 20px;
    background: #3f88c5;
    color: #fff;
    border: 1px solid #0c476e;
    text-align: left;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.tooltip.show {
    opacity: 1
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-top .arrow::before {
    border-bottom-color: #0c476e;
    border-top-color: #0c476e
}

.modal .modal-content {
    border-radius: 0
}

.modal .modal-footer,
.modal .modal-header {
    border: none
}

.modal .card a {
    color: #3f88c5
}

.modal .card a:hover {
    color: #0c476e
}

.modal .card a:hover .card-body {
    background-color: #eff5fa
}

.modal .card a.text-danger {
    color: #dc3545 !important
}

.modal .card a.text-danger:hover {
    color: #a71d2a !important
}

.modal .card a.text-danger .card-body.text-danger:hover {
    background-color: #fef9f9;
    color: #a71d2a !important
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 980px
    }
}

#modalPayPalProtection .modal-header {
    display: block;
    text-align: center
}

#modalPayPalProtection .modal-body {
    padding: 1.3rem
}

.tab-content .form-check .form-check-input {
    margin-top: .4rem
}

.tab-content>div {
    border: 1px solid transparent;
    border-color: #fff #dee2e6
}

#bundlesContent .card-body {
    min-height: 160px
}

#navTab .nav-tabs .nav-item.show .nav-link,
#navTab .nav-tabs .nav-link.active {
    border-color: #0c476e #0c476e #fff
}

#navTab .nav-item .nav-link {
    color: #0c476e
}

#navTab .nav-item .nav-link:not(.active):hover {
    border-color: #f4fafb
}

#navTab .nav-item .nav-link.active {
    color: #3f88c5
}

@media (max-width: 991px) {
    #navTab .nav-item .nav-link.active {
        background-color: inherit;
        border: none
    }
}

@keyframes quick-highlight {
    0% {
        border: 1px solid #ced4da
    }
    50% {
        border: 1px solid #dc3545
    }
    100% {
        border: 1px solid #ced4da
    }
}

.quick-highlight {
    border: 1px solid #ced4da;
    animation-name: quick-highlight;
    animation-duration: 4s
}

#myItemsDataTable_wrapper tbody {
    font-size: .95em
}

#myItemsDataTable_wrapper tbody td.select-checkbox:after,
#myItemsDataTable_wrapper tbody td.select-checkbox:before {
    border-radius: 0
}

#myItemsDataTable_wrapper tbody tr.selected td.select-checkbox:after,
#myItemsDataTable_wrapper tbody tr.selected th.select-checkbox:after {
    content: "■";
    margin-top: -11px;
    margin-left: -6px;
    text-shadow: none
}

#myItemsDataTable_wrapper tbody tr.paused {
    background-color: #ffeec9
}

#myItemsDataTable_wrapper tbody tr.paused td.sorting_1 {
    background-color: #ffe6b0
}

#myItemsDataTable_wrapper tbody tr.sold {
    background-color: #fae3e5
}

#myItemsDataTable_wrapper tbody tr.sold td.sorting_1 {
    background-color: #fae3e5
}

#myItemsDataTable_wrapper tbody tr.pause {
    background-color: #feffc7
}

#myItemsDataTable_wrapper tbody tr.active_record {
    background-color: #DFF0D8
}

#myItemsDataTable_wrapper tbody tr.active_record td.sorting_1 {
    background-color: #DFF0D8
}

#myItemsDataTable_wrapper tbody tr.pause td.sorting_1 {
    background-color: #feffc7
}

#myItemsDataTable_wrapper a.dt-button,
#myItemsDataTable_wrapper button.dt-button,
#myItemsDataTable_wrapper div.dt-button {
    border-radius: 0;
    padding: .25em .5em;
    background-image: none
}

#myItemsDataTable_wrapper a.dt-button:not(.disabled),
#myItemsDataTable_wrapper button.dt-button:not(.disabled),
#myItemsDataTable_wrapper div.dt-button:not(.disabled) {
    color: #3f88c5;
    border: 1px solid #3f88c5;
    background-color: #f4fafb
}

#myItemsDataTable_wrapper a.dt-button:not(.disabled):hover,
#myItemsDataTable_wrapper button.dt-button:not(.disabled):hover,
#myItemsDataTable_wrapper div.dt-button:not(.disabled):hover {
    background-color: #3f88c5;
    color: #fff !important
}

#myItemsDataTable_wrapper .paginate_button {
    border-radius: 0;
    border: none;
    padding: .25em 1em;
    min-width: 2.8em
}

#myItemsDataTable_wrapper .paginate_button:hover {
    background: #3f88c5;
    color: #fff
}

#myItemsDataTable_wrapper .paginate_button.current,
#myItemsDataTable_wrapper .paginate_button.next,
#myItemsDataTable_wrapper .paginate_button.previous {
    background-image: none
}

#myItemsDataTable_wrapper .paginate_button.next,
#myItemsDataTable_wrapper .paginate_button.previous {
    color: #3f88c5 !important;
    border: 1px solid #3f88c5;
    background-color: #f4fafb
}

#myItemsDataTable_wrapper .paginate_button.next:not(.disabled):hover,
#myItemsDataTable_wrapper .paginate_button.previous:not(.disabled):hover {
    background-color: #3f88c5;
    color: #fff !important
}

#myItemsDataTable_wrapper .paginate_button.current {
    padding: .25em 1em;
    color: #fff !important;
    background-color: #3f88c5
}

#myItemsDataTable_wrapper .dataTables_filter input {
    border: 1px solid #3f88c5
}

#shareButtons {
    display: inline
}

#shareButtons.collapse {
    display: none
}

#shareButtons.collapse.show {
    display: inline
}

#shareButtons.collapsing {
    transition: width .3s ease
}

#shareButtons .btn {
    width: 2.3em
}

#shareButtons .btn-facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

#shareButtons .btn-facebook:hover {
    background-color: #2d4373
}

#shareButtons .btn-twitter {
    background-color: #55acee;
    border-color: #55acee
}

#shareButtons .btn-twitter:hover {
    background-color: #2795e9
}

#shareButtons .btn-email {
    background-color: #777;
    border-color: #777
}

#shareButtons .btn-email:hover {
    background-color: #5e5e5e
}

#shareButtons .btn-whatsapp {
    background-color: #25d366;
    border-color: #25d366
}

#shareButtons .btn-whatsapp:hover {
    background-color: #1da851
}

meter {
    margin: 0 auto .5em;
    width: 100%;
    height: .5em;
    background: 0 0;
    background-color: rgba(0, 0, 0, .1)
}

meter::-webkit-meter-bar {
    background: 0 0;
    background-color: rgba(0, 0, 0, .1)
}

meter[value="1"]::-webkit-meter-optimum-value {
    background: #dc3545
}

meter[value="2"]::-webkit-meter-optimum-value {
    background: #ff0
}

meter[value="3"]::-webkit-meter-optimum-value {
    background: orange
}

meter[value="4"]::-webkit-meter-optimum-value {
    background: green
}

meter[value="1"]::-moz-meter-bar {
    background: #dc3545
}

meter[value="2"]::-moz-meter-bar {
    background: #ff0
}

meter[value="3"]::-moz-meter-bar {
    background: orange
}

meter[value="4"]::-moz-meter-bar {
    background: green
}

#password-strength-text {
    font-size: .8em;
    margin-bottom: 0
}

.pagination .page-link {
    line-height: 1.25;
    border: none;
    color: #0c476e
}

.pagination .page-link:hover {
    background-color: #f4fafb
}

footer {
    font-size: .9em
}

footer h3 {
    font-size: 1.2em
}

footer ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

footer a {
    color: #e6e6e6;
    text-decoration: none
}

footer a:hover {
    color: #fff
}

#devDataTable td.details-control {
    background: url(../img/plus-icon.png) no-repeat center center;
    cursor: pointer
}

#devDataTable tr.shown td.details-control {
    background: url(../img/minus-icon.png) no-repeat center center
}

#devDataTable tr.odd {
    background-color: #f4fafb !important
}

#devDataTable tr.not-transferable {
    background-color: #ffdada !important
}

#devDataTable tbody tr td.sorting_1,
#devDataTable tbody tr td.sorting_2,
#devDataTable tbody tr td.sorting_3,
#devDataTable tbody tr td.sorting_4 {
    background-color: inherit !important
}

#devDataTable_wrapper .d-flex {
    display: inline !important
}

#devDataTable_wrapper .dataTables_paginate a.paginate_button {
    border: 0 !important;
    background: 0 0 !important
}

#devDataTable_wrapper .dataTables_paginate a.paginate_button:hover {
    color: #3f88c5 !important
}

#devDataTable_wrapper .detail-table {
    padding-left: 50px
}

#devDataTable_wrapper .detail-table td {
    border: none !important;
    min-width: 80px
}

[class^=select2] {
    border-radius: 0 !important
}

.select2-container .select2-selection--single {
    height: 38px !important
}

.select2-selection__rendered {
    line-height: 38px !important
}

.no-search .select2-search {
    display: none
}

.select2-results__option {
    padding: 1px 6px !important
}

.select2-results .filterCat {
    font-size: 1.1em
}

.select2-results .filterSubCat {
    padding-left: 1em
}

.select2-selection__arrow {
    top: 6px !important;
    right: 9px !important
}

.select2-selection__clear {
    margin-right: 10px !important
}

.select2-selection__clear svg.svg-inline--fa {
    color: #3f88c5
}

.separator {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: center;
    text-align: center
}

.separator::after,
.separator::before {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000
}

.separator::before {
    margin-right: .25em
}

.separator::after {
    margin-left: .25em
}

span.avoidwrap {
    display: inline-block
}

@font-face {
    font-family: "PayPal-Sans Small";
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff) format("woff");
    font-weight: 500
}

.LIwPP_V2 {
    min-width: 4rem;
    white-space: nowrap;
    line-height: 1.6;
    font-family: "PayPal-Sans Small", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: auto;
    text-align: center
}

.CWPP_medium {
    padding: 6px 18px;
    min-width: 150px;
    max-width: 275px;
    font-size: 13px
}

.CWPP_rectangle {
    border-radius: 4px
}

.PPBlue_V2 {
    background-image: -webkit-linear-gradient(#0070ba 20%, #0070ba) !important;
    background-image: linear-gradient(#0070ba 20%, #0070ba) !important;
    background-repeat: no-repeat !important;
    border-color: #0070ba;
    margin: 0;
    position: relative;
    min-width: 4rem;
    white-space: nowrap
}

.LIwPP_V2,
.LIwPP_V2 b,
.LIwPP_V2 i {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.PPBlue_V2 b {
    color: #fff;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    font-weight: 500
}

.PPBlue_V2:active,
.PPBlue_V2:focus,
.PPBlue_V2:hover {
    background-image: -webkit-linear-gradient(#003087 20%, #003087) !important;
    background-image: linear-gradient(#003087 20%, #003087) !important;
    background-repeat: no-repeat !important
}

.PPBlue_V2 .PPTM-btm {
    fill: #a8cde5
}

.PPBlue_V2 .PPTM-top {
    fill: #fff
}

#devDataTable_filter {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 20px 0 10px 0 !important
}

.cs-selected label {
    cursor: pointer !important
}

.cs-selected input[type=radio] {
    display: none !important
}

.cs-selected input:checked+label {
    color: #3f88c5 !important
}

.pic-check ul {
    list-style-type: none
}

.pic-check li {
    display: inline-block;
    text-align: center
}

.pic-check input[type=radio] {
    display: none
}

.pic-check label {
    display: block;
    position: relative;
    margin: 0 5px 0 5px;
    cursor: pointer;
    filter: grayscale(1);
    opacity: .3;
    transition: all .3s ease
}

.pic-check label img {
    transition-duration: .2s;
    transform-origin: 50% 50%
}

.pic-check :checked+label {
    filter: grayscale(0);
    opacity: 1
}

.pic-check :checked+label img {
    z-index: -1
}

.select2 {
    width: 100% !important
}

.select2-selection__clear {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b4b4b4;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    line-height: 1px !important;
    font-size: 15px !important;
    margin: 9px 10px 0 0 !important;
    padding-bottom: 4px !important
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.btn-outline-primary {
    /* color: #007bff;
    border-color: #007bff; */
    color: #3f88c5;
    border-color: #3f88c5;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}


/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}


/*hide the outline behind the border*/

.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent;
    /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}


/*******************************************/


/***********************************/


/* Rotation Tools */


/***********************************/

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}

#hubble-container {
    width: 50%;
    font-size: 0;
    border: 2px solid #ffffff;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 2rem;
}

#hubblepic {
    width: 100%;
}

#zoomer {
    display: block;
    width: 50%;
    margin: 2rem auto;
}

@media all and (max-width: 500px) {
    #zoomer,
    #hubble-container {
        width: 85%;
    }
}


/* RESPONSIVE */

@media (max-width:1024px) and (min-width:768px) {
    .mainmenu .menu-full,
    .mainmenu .menu-full .menu-nav {
        display: block !important;
    }
    .mainmenu .menu-full .navbar-brand {
        display: block;
    }
    .mainmenu .menu-full .navbar-brand>img {
        margin: auto;
    }
}

#deleteButton {
    background-color: #3F88C5;
    color: #B2CFE8;
}


/* END */

footer h3.mb-2 {
    font-size: 1.2em;
}

@media (min-width: 576px) {
    html body div.container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    html body div.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html body div.container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    html body div.container {
        max-width: 1140px;
    }
}

html body div.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.card div a {
    color: #3f88c5;
}

.total-out {
    width: calc(33.3333333% - 20px) !important;
}

.total-in {
    width: calc(50% - 15px) !important;
    text-align: center;
    height: 68px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#messageCreateAccount {
    font-size: 1.8rem;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 1.6em;
    }
    h2,
    .h2 {
        font-size: 1.4em;
    }
    h3,
    .h3 {
        font-size: 1.35em;
    }
    h4,
    .h4 {
        font-size: 1.1em;
    }
    h5,
    .h5 {
        font-size: 1em;
    }
    .small,
    small {
        font-size: 87%;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 1.8em;
    }
    h2,
    .h2 {
        font-size: 1.6em;
    }
    h3,
    .h3 {
        font-size: 1.35em;
    }
    h4,
    .h4 {
        font-size: 1.1em;
        line-height: 1.1em;
    }
    h5,
    .h5 {
        font-size: 1.05em;
    }
    .small,
    small {
        font-size: 87%;
    }
}

meter[value="25"]::-webkit-meter-optimum-value {
    background: #dc3545;
}

meter[value="50"]::-webkit-meter-optimum-value {
    background: yellow;
}

meter[value="75"]::-webkit-meter-optimum-value {
    background: orange;
}

meter[value="100"]::-webkit-meter-optimum-value {
    background: green;
}


/* Gecko based browsers */

meter[value="25"]::-moz-meter-bar {
    background: #dc3545;
}

meter[value="50"]::-moz-meter-bar {
    background: yellow;
}

meter[value="75"]::-moz-meter-bar {
    background: orange;
}

meter[value="100"]::-moz-meter-bar {
    background: green;
}
