﻿body {
    background-color: #D0D3D5;
}

tr {
    cursor: pointer;
}

.btn {
    text-transform: initial;
}

/*.pagination .page-item.active .page-link {
    background-color: mediumpurple !important;
}*/

.zero-margin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.zero-padding {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#mc-brand-logo {
    height: 37px;
    width: auto;
}

.mc-alert {
    color: white;
    font-size: 50px;
}
.mc-modal-title {
    color: white;
}

.mc-alert-modal {
    width: 399px;
}

.mc-alert-modal-top {
    background-color: #FF6666;
    height: 200px;
    width: 399px;
}

.mc-btn-cancel {
    background-color: #F8F8F8;
    color: #505050 !important;
}

.mc-btn-alert {
    background-color: #FF6666;
}

.mc-btn-trash-can {
    background-color: #787878;
}

.mc-footer-version {
    float: right;
    font-size: 0.8em;
}

.tooltip-inner {
    text-align: left;
}

.nc-icon {
    cursor: pointer;
}

.nc-icon-selected {
    color: black;
}

a.mc-breadcrumb-link,
a.mc-breadcrumb-link:active,
a.mc-breadcrumb-link:visited,
a.mc-breadcrumb-link:hover {
    color: black !important;
    font-weight: bold;
}

.target-summary p {
    margin-bottom: 15px;
}

.target-block {
    color: white;
    display: block;
    height: 178px;
    padding-left: 25px;
    padding-top: 0px;
    position: relative;
    width: 178px;
}

.target-block-topics,
.target-block-topics:hover {
    background-color: #FF6666;
}

.target-block-micro-content,
.target-block-micro-content:hover {
    background-color: #5E4B88;
}

.target-block-users,
.target-block-users:hover {
    background-color: #3399CC;
}

.target-block-searches,
.target-block-searches:hover {
    background-color: #20B389;
}

.target-block-title {
    display: block;
    left: 15px;
    position: absolute;
    text-align: left;
    top: 15px;
}

.target-block-number {
    display: block;
    font-size: 35px;
    margin-top: 40px;
    text-align: center;
}

.mc-topic-content {
    max-height: 250px;
    overflow-y: auto;
}

.pagination > li.mc-page-hide {
    display: none;
}