#root {
    height:100%;
}
.s-alert-box {
    z-index:10000 !important;
}
.table__date {
    width:90px;
}
.button_link:focus, .button_link:hover {
    color:#0D47a1;
}

.card__chart .loader {
    position: absolute;
    left: 50%;
    top:50%;
}

.card__chart .spinner {
    position: initial !important;
}

.card__chart.loading {
    height: 320px;
}

.card__chart.nodataCharts {
    height:320px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.transactionFilters.dropdown {
    background: none;
}

.transactionFilters.dropdown .btn-primary {
    color:#828282;
    background: none;
    border: none;
}
.transactionFilters.dropdown .btn-primary:focus {
    box-shadow: none;
}
.transactionFilters.dropdown .btn-primary:not(:disabled):not(.disabled):active {
    color:#828282;
    background: none;
    border: none;
}
.transactionFilters.dropdown .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.transactionFilters.dropdown a:focus {
    box-shadow: none;
}

.profile__heading span {
    margin-left: auto;
}
input[type="file"] {
    position: absolute;
    opacity: 0;
}

div.form-helper {
    display: block;
}
.user-card__email {
    word-break: break-word;
}
.month-picker {
    cursor: pointer;
}

.blog-card__avatar-pic {
    height:auto;
}

.blog-card__info {
    position: absolute;
    right: 10px;
}

.carousel-item.c3.active.carousel-item-left {
    height: 0px;
}

.carousel-item.c3.active.carousel-item-right {
    height: 0px;
}

.carousel-control-prev-icon {
    background-image: none;
    font-size: 20px;
    font-weight: bolder;
    color:black;
}
.carousel-control-next-icon {
    background-image: none;
    font-size: 20px;
    font-weight: bolder;
    color:black;
}


.CircularProgressbar {
    height:250px;
}

.col-xs-11.col-md-4 .progress-content {
    position: absolute;
    text-align: center;
    top: 90px;
    width: 91%;
    color: #3c3c3c;
}
.col-xs-11.col-md-4 .progress-content img {
    width: 30px;
}

.col-xs-11.col-md-4 .progress-content p {
    font-size: 1rem;
    margin-top: 10px;
}

.carousel-item .progress-content {
    position: absolute;
    text-align: center;
    top: 90px;
    width: 100%;
    color: #3c3c3c;
}
.carousel-item .progress-content img {
    width: 30px;
}

.carousel-item .progress-content p {
    font-size: 1rem;
    margin-top: 10px;
}

img.platform_icon {
    width: 14px;
    height: 14px;
}

.container-fluid{
    overflow: hidden;
}

.loader .spinner {
    height:initial;
}
.preloader__spinner>div {
    margin-left: 2px;
}

.mui-select {
    display: block;
    position: relative;
}

.mui-select>select {
    display: block;
    height: 2rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.26);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
    padding: 0 1.563rem 0 0;
}

.mui-select > select {
    animation-duration: 0.0001s;
    animation-name: mui-select-inserted;
}

.mui-select__menu:focus {
    outline: none;
}

.mui-select__menu {
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.mui-select__menu {
    top:35px !important;
    position: absolute;
    z-index: 2;
    min-width: 100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 1rem;
    max-height: 250px;
}

#saved_filters:focus{
    outline: none
}
#select_filters:focus{
    outline: none
}

.mui-select__menu>div {
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    font-size: .875rem;
    cursor: pointer;
    white-space: nowrap;
    color:#0d47a1;
    border-bottom: 1px solid #f5f5f5;
}
.mui-select__menu>div:hover {
    background-color: #e4e4e4;
}

.context-menu {
  position: fixed;
  background: white;
  padding-left: 0;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);
  border-radius: 2px;
  width: 150px;
  cursor: pointer;
  z-index: 100000;
}

.context-menu li {
  margin: 0;
  display: block;
  padding: 10px;
}

.c3-line {
    stroke-width: 2.5px;
}

.graphsDownloadBtn {
    text-align: right;
}

.wordcloudBtns {
    background-color: #c3c3c3;
    border: none;
    color: black;
    padding: 5px;
    font-size: 10px;
    opacity:0.7;
    font-weight:bolder;
    cursor: pointer;
    margin:5px;
}

.login {
    display: grid;
}

.c3-tooltip-container {
    background-color: white;
    border: 1px solid #c3c3c3;
    padding: 5px;
    font-weight: bold;
}

.c3-tooltip-name--POSITIVE {
    color: #14892c;
}

.c3-tooltip-name--NEGATIVE {
    color:#d04437;
}

.c3-tooltip-name--NEUTRAL {
    color:#ffa13c;
}
.c3-tooltip-name--TOTAL {
    color:#363636;
}
.c3-tooltip-name--MALE {
    color:#2d8df9;
}
.c3-tooltip-name--FEMALE {
    color:#da0383;
}
.c3-tooltip-name--UNKNOWN {
    color:#363636;
}

.c3-tooltip-name--ONLINE {
    color:#14892c;
}
.c3-tooltip-name--OFFLINE {
    color:#ffa13c;
}
.modal-dialog {
    overflow:hidden;
}

.user-card__info{
    max-width: 215px;
}

.c3-legend-item.hiddenLegends {
    opacity:0.3 !important;
}
.top-menu__user-pic-cover{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    background: url(../img/general/profile-grey.svg) no-repeat;
    background-size: cover;
}
.entry-search{
    z-index: 1;
}

.login__form button {
    display: inline-block;
}

.blog-card__repost {
    margin-top: 15px;
}

label {
    word-break: break-all;
}

.carousel-control-next, .carousel-control-prev{
    width: 7%;
}

#header_search_input_mobile::-webkit-search-cancel-button {
    left: -12px;
    position: relative;
    display: none;
}

#header_search_input_mobile::-ms-clear{
   margin-right:-12px
}

.annual-package-text {
    font-weight: bolder;
}

#hiddenCircularProgress .col-xs-11.col-md-4 {
    padding: 20px;
}

.fa-mars:before, .fa-venus:before {
    font-size: 20px;
}

.nodata-found {
    min-height: 300px;
}

.search__input{
    padding-right: 2em;
}

.clearText {
    position: absolute;
    top: .5rem;
    left: calc(100% - 1.75rem);
    cursor: pointer;
    font-size: large;
    font-weight: 800;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .blog-card__info{
        margin-top: -10px;
    }
}

.preloader {
    z-index: 10000;
}

.CaptionCont.SelectBox span, .CaptionCont.SelectBox label {
    cursor: pointer;
}

.c3-tooltip-container{
    z-index: 2;
}

#hiddenCircularProgress {
    padding: 70px;
}

.fa-unknown:before
{
    content: "0";
    font-size: x-large;
}