.has-error p.help-block { color:red;}
.has-error label.is-invalid { color:red !important;}
.statusActive, .statusActive td { background-color:#BFFFBF !important; }
.lowStock, .lowStock td { background-color:#FFBFBF;}
.red { color:red !important;}

#outputBox {
    background-color: black;
    background-image: radial-gradient(rgba(0, 150, 0, 0.75), black 120%);
    height: 500px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2rem;
    color: white !important;
    font: 1.3rem Inconsolata, monospace;
    position:relative;
    text-shadow: 0 0 5px #C8C8C8;
}
#outputBox::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100vw;
     height: 100vh;
     background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 1px, transparent 2px);
     pointer-events: none;
}

#outputBox > pre > output::selection {
    background: #0080FF;
    text-shadow: none;
}
#outputBox > pre {
    margin: 0;
    color:white !important;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    background: white;
    margin-bottom: 12px;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px -2px grey;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}


.chat li .chat-body p {
    margin: 0;
    color: #777777;
    word-break: break-word;
}

.chat li img{
    border-radius: 50%;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}

@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #3e97eb;
    }
}

.checkbox-label {
    cursor: pointer;
}

.form-radio,
.form-checkbox {
    position: absolute;
    display: none;
}

.form-radio[disabled],
.form-checkbox[disabled] {
    cursor: not-allowed;
}

.form-radio + label,
.form-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.form-radio + label:hover:before,
.form-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.form-radio + label:before,
.form-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.form-radio + label:after,
.form-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.form-radio[disabled] + label,
.form-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.form-radio[disabled] + label:hover, .form-radio[disabled] + label:before, .form-radio[disabled] + label:after,
.form-checkbox[disabled] + label:hover,
.form-checkbox[disabled] + label:before,
.form-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.form-radio[disabled] + label:hover:before,
.form-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.form-radio[disabled] + label:before,
.form-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.form-radio:checked + label:before,
.form-checkbox:checked + label:before {
    animation-name: none;
}

.form-radio:checked + label:after,
.form-checkbox:checked + label:after {
    display: block;
}

.form-radio + label:before {
    border-radius: 50%;
}

.form-radio + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3e97eb;
}

.form-radio:checked + label:before {
    border: 1px solid #3e97eb;
}

.form-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.form-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.form-checkbox + label:before {
    border-radius: 3px;
}

.form-checkbox + label:after {
    top: 2px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.form-checkbox:checked + label:before {
    border: #3e97eb;
    background: #3e97eb;
}

.form-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}


.greenLabel > label {
    background-color: #1c7430;
    color: white;
    font-weight: bold;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}


header a.navbar-brand img {
    filter: brightness(0) invert(1);
}
header.navbar_fixed a.navbar-brand img {
    filter:none;
}

footer img {
    filter: brightness(0) invert(1);
}

.blog_area .page-item.active .page-link , .chat .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #5e2ced;
    border-color: #5e2ced;
    border-radius: 50%;
    margin: 0 0.2rem;
    font-size: 1.2rem;
    padding: .5rem 1rem;
}

.blog_area .page-link, .chat .page-link{
    color: #5e2ced;
    border-radius: 50%;
    margin: 0 0.2rem;
    font-size: 1.2rem;
    padding: .5rem 1rem;
}

.blog_area .pagination, .chat .pagination{
    margin: 0 auto;
}

.blog_area .page-link:hover, .chat .page-link:hover{
    color: #5e2ced;
    background-color: transparent;
    border-color: #5e2ced;
}

.blog_grid_item{
    cursor:auto;
}

.entry_post_info a + a:before {
    content: none !important;
}

.entry_post_excerpt {
    min-height: 80px;
    overflow: hidden;
}

/* Messages Chat Syles - START */

.chat li{
    background: transparent;
    box-shadow: none;
}

.chat .mb-3, .chat .mt-3{
    display: flex;
}


.msg .tick {
    position: absolute;
    right: 5px;
    bottom: -1px;
}

.msg {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.msg .bubble {
    float: left;
    width: 75%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    margin: 10px 0 3px 25px;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.msg .bubble.alt {
    margin: 10px 25px 3px 0px;
    background: #DCF8C6;
    float: right;
}

.msg .bubble {
    margin-bottom:12px !important;
}

.msg .bubble.follow {
    margin: 2px 0 3px 25px;
}

.msg .bubble.altfollow {
    margin: 2px 25px 3px 0px;
    background: #DCF8C6;
    float: right;
}

.msg .bubble .txt {
    padding: 8px 0 8px 0;
    width: 100%;
}

.msg .bubble .txt .name {
    font-weight: 600;
    font-size: 14px;
    display: inline-table;
    padding: 0 0 0 15px;
    margin: 0 0 4px 0;
    color: #3498db;
}

.msg .bubble .txt .name span {
    font-weight: normal;
    color: #b3b3b3;
    overflow: hidden;
}

.msg .bubble .txt .name.alt {
    color: #2ecc51;
}

.msg .bubble .txt .message {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px 0 15px;
    margin: 0;
    color: #2b2b2b;
    display: table;
}

.msg .bubble .txt .timestamp {
    font-size: 11px;
    margin: auto;
    padding: 5px 25px 5px 15px;
    display: table;
    float: right;
    position: relative;
    color: #999;
}

.msg .bubble .bubble-arrow {
    position: absolute;
    float: left;
    left: -11px;
    top: 0px;
}

.msg .bubble .bubble-arrow.alt {
    bottom: 20px;
    left: auto;
    right: 4px;
    float: right;
}

.msg .bubble .bubble-arrow:after {
    content: "";
    position: absolute;
    border-top: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-radius: 4px 0 0 0px;
    width: 0;
    height: 0;
}

.msg .bubble .bubble-arrow.alt:after {
    border-top: 15px solid #DCF8C6;
    transform: scaleX(-1);
}

@media only screen and (max-width: 450px) {
    .container {
        width: 100%;
    }

    .timestamp {
        display: none;
        color: red;
    }
}

@media only screen and (max-width:1800px) {
    .listActionButton {
        display:none;
    }
}

textarea {
    min-height: 50px;
    max-height: 180px;
}

/* Messages Chat Syles - END */

@-webkit-keyframes pulse {
    0% {
        color: #878787;
        transform: scale(1);
    }
    50% {
        color :orangered;
        transform: scale(1.1);
    }
    100% {
        color: #878787;
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        color :#63c2de;
        transform: translateY(0px);
    }
    50% {
        color :#f86c6b;
        transform: translateY(0px) translateX(5px) scale(1.5);
    }
    100% {
        color :#63c2de;
        transform: translateY(0px);
    }
}

.user-area .fa{
    transition: all .1s;
    color :#63c2de;
}

.card-body{
    overflow: auto;
}

.marketplaceSelector {
    padding:6px 12px;
    margin-right:10px;
    border:1px solid #00b3ee;
    border-radius:10px;


    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f0f0f0 58%, #fafafa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f0f0f0 58%,#fafafa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#f0f0f0 58%,#fafafa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.nav-link.disabled {
    color:lightgray !important;
    cursor: not-allowed;
}

.switch.switch-text .switch-label::before {
    color: #555 !important;
}
.superFastDiv {
    border-radius: 10px;
    border:1px solid #28A745;
    background-color:#E8FFED;
    padding:5px;
}
.switch.switch-default {
    width: 30px !important;
    height: 20px !important;
    top:5px;
}
.switch.switch-default .switch-input:checked ~ .switch-handle {
    left: 12px !important;
}
.switch.switch-default .switch-handle {
    left: 2px !important;
    width: 15px !important;
    height: 15px !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

.user-menu.dropdown-menu.show {
    border:1px solid #00b3ee;
    box-shadow:3px 3px 5px #ccc;
}
.user-menu.dropdown-menu.show a.nav-link {
    padding-left:4px;
    padding-right:4px;
}
.user-menu.dropdown-menu.show a.nav-link:hover {
    background-color:#ddd;
}
