@import url(../fonts/font.css);
* {
    box-sizing: border-box;
}

html {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 14px;
    color: #333;
    height: 100% !important;
}

body {
    top: 0px !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
    margin: 5px 0px;
}

h3 {
    font-size: 19px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

ul {
    padding-left: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

textarea {
    padding: 12px;
    resize: none;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    height: 95px;
}

input[type="text"] {
    padding: 8px 12px;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    margin: 1px;
    border-width: 1px;
    border: 1px solid darkgrey;
}

input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #595454;
}

input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #595454;
}

input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #595454;
}

input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #595454;
}


/* select {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    Removes default chrome and safari style
    -moz-appearance: none;
    Removes default style Firefox
    outline: none;
    box-shadow: none;
} */

.custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.galaxy-container {
    margin-left: 5%;
}

.show-hover {
    cursor: pointer;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999999;
    background-color: #fff;
}

.div-loader {
    /* display: none;
    position: absolute;
    top: 8vh;
    left: 1vw;
    width: 98%;
    height: 88%;
    overflow: hidden;
    z-index: 10000;
    background-color: #fff; */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff;
}

.coutry-wise-article-loader {
    position: fixed;
    top: 66px;
    left: 0;
    width: 26%;
    height: 89%;
    overflow: hidden;
    z-index: 1000;
    background-color: #fff;
}

.div-loader img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.loader img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.coutry-wise-article-loader img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
}

.loader.loading {
    display: block;
}

.show-loader {
    display: block !important;
}

.text-center {
    text-align: center;
}

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

.text-left {
    float: left;
}

.text-middle {
    vertical-align: middle;
}

.media-top {
    display: table-cell;
    vertical-align: top;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-space-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.media-middle {
    display: table-cell;
    vertical-align: middle;
}

.container {
    max-width: 1440px;
    margin: auto;
}

.file-container {
    position: relative;
    background-color: #e9eaea;
    border-radius: 5px;
}

.file-container__icon-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 130px;
    max-height: 60px;
}

.file-container__hint {
    display: block;
    padding: 2px 0;
    margin: 2px 0;
    font-size: 12px;
    border-bottom: 1px solid #58595b;
}

.progress {
    position: relative;
    margin: 4px 0;
    height: 2px;
    background-color: #093553;
}

.progress__icon {
    position: absolute;
    top: -4px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #093553;
}

.welcome-header,
.welcome-message {
    font-weight: 400;
}

.tab {
    margin: 0;
}

.tab__item {
    display: inline-block;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    margin-right: 30px;
    font-weight: bold;
    cursor: pointer;
}

.tab__item.active {
    color: #093553;
    border-bottom-color: #093553;
}

.checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #84c0ca;
    border-radius: 4px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.checkbox:before {
    content: url(../img/login-check.png);
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.checkbox.active:before {
    display: block;
}

.checkbox__text {
    padding-left: 6px;
    font-size: 12px;
}

.date-picker {
    /*padding: 6px 12px;*/
    margin: 12px 0;
    /*border: 1px solid #979797;*/
    color: #58595b;
    border-radius: 4px;
}

.date-picker__text {
    display: inline-block;
    min-width: 120px;
    min-height: 18px;
}

.date-picker__calendar {
    float: right;
    max-height: 18px;
}

.date-range__item {
    display: inline-block;
}

.tags {
    padding: 20px 35px;
    margin: 0;
    border: 1px solid #8a8a8a;
    border-radius: 5px;
}

.tags__item {
    display: inline-block;
    padding: 5px 14px;
    margin: 5px;
    font-size: 12px;
    color: #8a8a8a;
    background-color: #e9eaea;
    cursor: pointer;
}

.tags__item.active {
    color: #fff;
    background-color: #093553;
}

.button-fill {
    padding: 10px 12px;
    min-height: 30px;
    color: #fff;
    background-color: #093553;
    border-radius: 4px;
}

.button-outline {
    padding: 10px 12px;
    min-height: 30px;
    border: 2px solid #093553;
    color: #093553;
    border-radius: 4px;
    font-weight: bold;
}

.quick-access-sidebar {
    height: 100%;
    width: 75px;
    background: #0b3553;
}

.article-delete {
    padding: 10px 12px;
    min-height: 30px;
    /* border: 2px solid #093553; */
    color: #fff;
    font-weight: bold;
    background: #093553;
    width: 70px;
    margin: 0px 10px 0px 10px;
    text-align: center;
    border-radius: 5px;
}

.delete-clear-article-btn {
    padding: 8px 11px;
    min-height: 30px;
    color: #fff;
    background: #84c0ca;
    width: 95px;
    margin: 0px 10px 0px 8px;
    text-align: center;
    border-radius: 4px;
    z-index: 10;
    border:none;
}

.delete-clear-article-btn:hover {
    cursor: pointer;
    color: #0b3553;
}

.article-delete:hover {
    cursor: pointer;
    color: #70abc9;
}

#taxila_info_close {
    font-size: 20px;
    font-weight: bold;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    display: block;
    font-size: 16px;
    color: #093553;
}

.form__input {
    padding: 6px 12px;
    border: 1px solid #dadada;
    width: 100%;
    min-height: 34px;
    background-color: #f4f4f4;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    resize: none;
}

.form textarea {
    min-height: 100px;
}

.form__label~.form__input {
    margin-top: 10px;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.col-1 {
    float: left;
    width: 8.33333333%
}

.col-2 {
    float: left;
    width: 16.66666667%;
}

.col-2-20 {
	float: left;
    width: 20%;
}

.col-3 {
    float: left;
    width: 25%;
}

.col-3-25 {
    float: left;
    width: 25%;
}

.col-3-21 {
    float: left;
    width: 21%;
}

.col-4 {
    float: left;
    width: 33.333333%;
}

.col-push-4 {
    position: relative;
    left: 33.333333%;
}

.col-5 {
    float: left;
    width: 41.6666665%;
}

.col-6 {
    float: left;
    width: 50%;
}

.col-7 {
    float: left;
    width: 58.333331%;
}

.col-8 {
    float: left;
    width: 66.666666%;
}

.col-9 {
    float: left;
    width: 75%
}

.col-9-78 {
    float: left;
    width: 78%
}

.col-10 {
    float: left;
    width: 83.333333%;
}

.col-10-80 {
	float: left;
    width: 80%;
}

.col-11 {
    float: left;
    width: 91.666661%;
}

.col-12 {
    float: left;
    width: 100%;
}

.col-pull-8 {
    position: relative;
    left: -66.666666%;
}

.panel {
    margin: 0px 8px 10px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.panel:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.panel-heading {
    color: #777777;
    border-color: #ddd;
    padding: 20px 0 0 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}

.panel-body {
    padding: 20px 15px;
    font-weight: 500;
    font-size: 40px;
}

.panel-body p {
    margin: 10px 0;
}

.text-bold {
    font-weight: bold;
    ;
    margin: 0;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.2);
    ;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.dropdown {
    display: inline-block;
    max-width: 420px;
}

.dropdown__button {
    display: inline-block;
    border: 0;
    border-radius: 4px;
}

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

.dropdown-menu {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    border-bottom: 6px solid #84c0ca;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    min-width: 230px;
    background-color: rgba(250, 250, 250, 0.96);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.dropdown-menu span {
    vertical-align: middle;
}

.dropdown-menu__list {
    display: inline-block;
    text-align: left;
    padding: 8px 20px;
    color: #093553;
}

.dropdown-menu__item a {
    display: inline-block;
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.dropdown-menu__item:hover a {
    border-bottom-color: #093553;
}

.dropdown-menu__item.arrow a:after {
    content: "";
    vertical-align: middle;
    float: right;
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(../img/news-down.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.dropdown-menu.has-title .dropdown-menu__item a:hover {
    color: #84c0ca;
    background-color: transparent;
}

.dropdown-menu__item.arrow a:hover:after {
    background-image: url(../img/news-down-white.png);
}

.dropdown-menu__title {
    padding: 15px 20px;
    color: #fff;
    background-color: #84c0ca;
}

.dropdown-menu__title h4 {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.dropdown-menu__title span.dropdown-menu__hint {
    display: inline-block;
    float: right;
    padding: 3px 0;
    font-size: 11px;
}

.alert {
    background: -webkit-linear-gradient(left, #5c90a0, #13405c);
    background: -moz-linear-gradient(left, #5c90a0, #13405c);
    background: -ms-linear-gradient(left, #5c90a0, #13405c);
    background: linear-gradient(to right, #5c90a0, #13405c);
}

.alert__container {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #84c0ca;
    width: 540px;
    background-color: #fff;
    z-index: 2;
}

.alert__content {
    padding: 50px 0 80px;
    color: #fff;
    background-image: url(../img/alert-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.alert__title {
    margin: 0 0 40px;
    font-weight: normal;
}

.alert__text {
    margin: auto;
    max-width: 320px;
    line-height: 1.5em;
    font-weight: 300;
}

.alert__status-icon {
    padding: 20px;
}

.alert__status-icon img {
    max-width: 36px;
}

.tag__list {
    margin: 5px -5px;
}

.tag__item {
    display: inline-block;
    padding: 3px 8px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #093553;
}

.tag__item img {
    max-height: 8px;
}

.side-backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.loader_backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    opacity: 0.9;
    background-color: #fff;
}

.side-backdrop.side-backdrop__subnav {
    left: 662px;
}

.side-backdrop.analysis-backdrop {
    display: block;
    top: 64px;
}

.side-backdrop.search-backdrop {
    display: block;
    top: 50px;
}

.toggle-side {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 360px;
    background-color: #e9eaea;
    overflow-y: auto;
    z-index: 11;
    transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    -moz-transform: translateX(-360px);
    -ms-transform: translateX(-360px);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.toggle-side__backdrop {
    display: block;
    top: 64px;
    left: 360px;
}

.toggle-side__backdrop.side__backdrop {
    left: 708px;
}

.toggle-side__backdrop.side-backdrop__subnav {
    left: 1022px;
}

.toggle-side__list {
    margin: 0;
}

.toggle-side__header-title {
    padding: 24px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    color: #093553;
    border-bottom: 1px solid #ccc;
}

.toggle-side__header-title img {
    display: none;
}

.toggle-side__title {
    position: relative;
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    /* cursor: pointer; */
}


/* .toggle-side__title.arrow:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/header-right-arrow-blue.png);
    transform: rotate(-90deg);
    transform-origin: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
} */

.toggle-side__btn {
    float: right;
    transform-origin: center;
    transition: all 0.4s;
    cursor: pointer;
}

.toggle-side__btn_down {
    transform: rotate(90deg);
}

.toggle-side__btn_up {
    transform: rotate(270deg);
}

.toggle-side__title span {
    display: inline-block;
    margin-left: 16px;
}

.toggle-side__item.open .toggle-side__title.arrow:after {
    transform: rotate(90deg);
}

.toggle-side__sublist {
    display: none;
}

.toggle-side .toggle-side__subitem {
    padding: 12px 52px;
    color: #fff;
    background-color: #84c0ca;
    cursor: pointer;
}

.toggle-side .toggle-side__subitem span {
    margin-left: 5px;
}

.toggle-side .toggle-side__subitem .checkbox {
    background-color: #fff;
}

.toggle-side .checkbox,
.home-modal__container .checkbox {
    border: 0;
    width: 14px;
    height: 14px;
    background-color: #093553;
    border-radius: 0;
    border-radius: 3px;
    background: linear-gradient(to right, #949494, #093553);
}

.toggle-side .checkbox:before,
.home-modal__container .checkbox:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/tick-image-1.png);
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*  transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0); */
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

body.open-toggle-side .wrapper {
    transform: translateX(435px);
    -webkit-transform: translateX(435px);
    -moz-transform: translateX(435px);
    -ms-transform: translateX(435px);
}

body.open-toggle-side .toggle-side {
    transform: translateX(21%);
    -webkit-transform: translateX(21%);
    -moz-transform: translateX(21%);
    -ms-transform: translateX(21%);
}

.switch-button {
    display: inline-block;
    width: 40px;
    height: 12px;
    background-color: #dadada;
    border-radius: 9px;
    margin: 0 10px;
    cursor: pointer;
}

.switch-button__container {
    display: inline-block;
    margin: 15px;
}

.switch-button__icon {
    display: block;
    margin: -3px 0;
    margin-left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 #B3B3B3;
    transition: margin-left 0.4s;
    -webkit-transition: margin-left 0.4s;
    -moz-transition: margin-left 0.4s;
    -ms-transition: margin-left 0.4s;
}

.switch-button__mode-text {
    margin-left: 5px;
    font-size: 14px;
    color: #ccc;
}

.switch-button.active .switch-button__icon {
    margin-left: 55%;
}

.header {
    padding: 0 15px;
    background-color: #093553;
}

.header .dropdown-menu {
    padding-top: 3px;
    z-index: 100;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.header__logo-container {
    display: inline-block;
}

.header__logo {
    vertical-align: middle;
    margin: 0px 0px 13px 0px;
    max-width: 130px;
}

.header__logo-m.header__nav-item {
    display: none;
}

.header__navs {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}

.header__operator {
    float: right;
    margin: 10px 0;
}

.header__nav-item {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.header__nav-item>a {
    padding: 21px 0;
}

.header__nav-item span {
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
}

.header__close-button {
    display: none;
}

.header__close-button img {
    padding: 6px 16px;
    margin: 10px 0;
    width: 48px;
}

.header__nav-item:hover .dropdown-menu {
    display: block;
}

.header__mode {
    margin: 15px 20px;
    color: #093553;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.header__mode span {
    margin-right: 10px;
}

.header__nav-link {
    font-size: 0;
    display: block;
    cursor: pointer;
}

.header__nav-link:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position: center center;
}

.header__nav-link.active,
.header__nav-link:hover {
    color: #84c0ca;
}

.header__time>a::before {
    background-image: url(../img/header-timeline.png);
}

.header__article>a::before {
    content: none;
}

.header__trends>a::before {
    background-image: url(../img/header-geo-trend.png);
}

.header__trends>a:hover::before {
    background-image: url(../img/header-geo-trend-g.png);
}

.header__analysis a::before {
    background-image: url(../img/header-analysis.png);
}

.header__analysis a:hover::before {
    background-image: url(../img/header-analysis-g.png);
}

.header__channel>a:before,
.header__catalog>a:before {
    background-image: url(../img/menu-w.png);
}

.header__channel>a.active:before,
.header__catalog>a.active:before,
.header__channel>a:hover:before,
.header__catalog>a:hover:before {
    background-image: url(../img/menu-g.png);
}

.header__user-m {
    display: none;
}

.header__search {
    position: relative;
    display: inline-block;
    min-width: 27px;
    min-height: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 12px;
}

.header__search input[type="text"]::placeholder {
    color: white;
}

.header__search input {
    right: 0;
    top: -10px;
    padding: 12px 36px 13px 44px;
    width: 500px;
    background-color: #789bb4c7;
    border-radius: 20px;
    outline: none;
    box-shadow: none;
    opacity: 0.8;
    border: none;
    color: white;
}

.header__search:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 12px;
    width: 20px;
    height: 20px;
    background-image: url(../img/header-search-green.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

#searchText-infobar:hover {
    cursor: pointer;
}

.logical-search-info-div {
    display: none;
    position: absolute;
    z-index: 9999999999;
    top: 60px;
    right: 130px;
    transition: 0.3s;
    border: 1px solid #cccccc;
    background: #fdfdfd;
    padding: 5px;
    box-shadow: 3px 3px 7px 1px #c7c7c7;
}

.logical-search-info-ul {
    list-style-type: decimal;
    padding: 5px 20px;
    margin: 0;
}

.logical-search-info-ul li {
    font-weight: bold;
    color: #093553;
}

.header__user {
    display: inline-block;
    margin: 0 20px;
    font-size: 30px;
    color: #fff;
}

.header__add-resource {
    display: inline-block;
    margin: 4px 0px 0px 15px;
    font-size: 32px;
    color: #fff;
}

.header__user:hover {
    color: #ccc;
}

.header__user img {
    max-height: 30px;
}

.header__menu-m {
    display: none;
}

.side {
    display: none;
    position: absolute;
    top: 58px;
    bottom: 0;
    border: 1px solid #e9eaea;
    background: rgba(250, 250, 250, 0.96);
    z-index: 11;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.side-catalog-details {
    transform: translateX(11%) !important;
    -webkit-transform: translateX(11%) !important;
    -moz-transform: translateX(11%) !important;
    -ms-transform: translateX(11%) !important;
}

.transform-catalog {
    transform: translateX(22%) !important;
}

.side.active {
    transform: translateX(22%);
    -webkit-transform: translateX(22%);
    -moz-transform: translateX(22%);
    -ms-transform: translateX(22%);
}

.side label {
    display: inline-block;
    padding: 5px 0;
    color: #8a8a8a;
}

.side label span {
    font-size: 16px;
}

.side li.active>label,
li>.side__nav-title span:hover {
    color: #093553;
}

.side button {
    padding: 5px 12px;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: #84c0ca;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.side__backdrop {
    display: block;
    top: 64px;
    left: 348px;
}

.side__header-title {
    display: none;
}

.side__nav,
.side__subnav {
    float: left;
    padding: 0 8px;
    height: 100%;
    overflow-y: auto;
}

.side__nav {
    padding: 24px 8px 24px 24px;
    min-width: 330px;
}

.side__subnav-m {
    display: none;
}

.side__subnav-m .side__title {
    font-size: 13px;
}

.side__subnav {
    width: 0;
    transition: all 0.4s 0.4s;
    -webkit-transition: all 0.4s 0.4s;
    -moz-transition: all 0.4s 0.4s;
    -ms-transition: all 0.4s 0.4s;
}

.side__subnav.show {
    padding: 24px 8px;
    width: 330px;
}

.side__subnav.show:last-child {
    padding-right: 24px;
}

.side__item {
    padding: 15px 0;
    border-top: 1px solid #e9eaea;
}

.side__item:first-child {
    border-top: 0;
}

.side__subnav .side__item {
    display: none;
}

.side__nav-item.active label {
    color: #093553;
}

.side__divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #84c0ca;
}

.side__title {
    margin: 0 20px 15px;
    font-size: 16px;
    color: #093553;
    font-weight: normal;
    cursor: pointer;
}

.side__nav-title {
    cursor: pointer;
}

.side__title-triangle {
    opacity: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(../img/side-triangle.png);
    background-size: 100% auto;
    background-position: center center;
}

.side__nav-title:hover .side__title-triangle,
.side__nav-item.active .side__title-triangle,
.side__subnav .side__title-triangle {
    opacity: 1;
}

.side__title .side__title-triangle {
    margin-left: -20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.side__subnav-m .side__title-triangle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.side__title-triangle~span {
    margin: 0 5px 15px;
}

.side__button-container {
    margin: 0 8px;
}

.side__sublist {
    padding: 0 20px;
}

.user-side,
.kol-sidebar {
    display: none;
    position: absolute;
    top: 58px;
    bottom: 0;
    right: 0;
    padding: 30px 20px;
    background: #f2f2f2;
    z-index: 12;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.user-side {
    width: 365px;
}

.kol-sidebar {
    width: 40%;
}

.cloud-sidebar {
    position: absolute;
    top: 64px;
    bottom: 0;
    border: 1px solid #e9eaea;
    box-shadow: 3px 6px 8px 0px #888888;
    background: rgba(250, 250, 250, 0.96);
    z-index: 9999999;
    /*padding:10px 30px;*/
    width: 55%;
    opacity: 1;
    transform: translateX(-104%);
    -webkit-transform: translateX(-104%);
    -moz-transform: translateX(-104%);
    -ms-transform: translateX(-104%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.word-cloud-header p {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    color: #093553;
    margin: 0;
    margin-left: 10px;
    padding: 5%;
    font-size: 21px;
}

.word-cloud-header span {
    color: #85c0ca;
    font-size: 24px;
    padding: 10px;
    cursor:pointer;
}

#tagType-suggestion-word-cloud {
    position: absolute;
    width: 32%;
    background-color: white;
}

#tagType-suggestion-div-report {
    position: absolute;
    width: 22%;
    background-color: white;
    z-index: 999999999;
}

.geo-articles {
    /* display: none; */
    position: absolute;
    top: 58px;
    bottom: 0;
    left: 0;
    width: 360px;
    padding: 30px 20px;
    background: #f2f2f2;
    z-index: 12;
    overflow-y: auto;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.add-new-resource-sidebar {
    position: absolute;
    top: 58px;
    bottom: 1px;
    right: 1px;
    width: 650px;
    padding: 1px 1px;
    background: #f2f2f2;
    z-index: 12;
    overflow: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.geo-articles.active {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
}

.cloud-sidebar.active {
    transform: translateX(8%);
    -webkit-transform: translateX(8%);
    -moz-transform: translateX(8%);
    -ms-transform: translateX(8%);
}

.user-side.active,
.add-new-resource-sidebar.active,
.kol-sidebar.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    display: block;
}

.user-side__backdrop,
.kol-sidebar__backdrop,
.geo-articles__backdrop,
.cloud-sidebar__backdrop,
.add-new-resource-sidebar__backdrop {
    display: block;
    top: 58px;
    width: 100%;
}

.geo-articles .news-content__tag,
.geo-articles .news-content__remove {
    margin: 0;
    color: #84c0ca;
}

.news-content__tag:not(.geo-article__title)::before {
    content: "# ";
}

.geo-articles .news-content__detail p {
    margin: 10px 0 0;
}

.geo-articles__item {
    padding: 12px;
}

.geo-articles__item:hover {
    cursor: pointer;
    background: #fff;
}

.geo-articles__item::after {
    content: "";
    display: block;
    margin: 20px 0 0;
    height: 1px;
    width: 100%;
    max-width: 200px;
    /* background-color: #8a8a8a; */
    opacity: 0.3;
}

.geo-articles__title {
    margin: 0;
    font-size: 14px;
    color: #093553;
    font-weight: 500;
}

.geo-articles__comments {
    color: #58595b;
}

.article-side {
    position: absolute;
    top: 58px;
    bottom: 0;
    right: 0;
    width: 35%;
    background: rgba(250, 250, 250, 0.96);
    z-index: 20;
    overflow-y: hidden;
    overflow-x: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.article-side.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.article-side__backdrop {
    display: block;
    top: 58px;
    right: 40%;
}

.analysis__history-backdrop {
    display: block;
    top: 58px;
    right: 40%;
}

.article-side__operation-bar {
    position: absolute;
    transform: translateX(100%);
    top: 58px;
    right: 0;
    padding: 15px;
    height: 100%;
    z-index: 20;
    background-color: #eee;
    flex-direction: column;
    -webkit-flex-direction: column;
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
}

.article-side__operation-bar.collapse {
    right: 35%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.article-side__operation-bar.active {
    right: calc(60% - 1px);
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.article-side__operation-bar button {
    display: block;
    padding: 10px 0;
    border: 0;
    max-width: 16px;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.article-side__operation-bar button img {
    margin: 7px 0;
    max-width: 100%;
}

.article-side__content {
    padding-bottom: 73px;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    font-weight: normal;
    overflow-y: auto;
}

.article-side__header {
    /* padding: 20px 20px 10px 10px; */
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #eeeeee;
}

.article-side__source-title,
.article-side__source-hint {
    margin: 0;
    color: #84c0ca;
    font-weight: normal;
    margin-top: 4px;
}

.article-side__source-subtitle {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.article-side__source-hint {
    font-size: 11px;
}

.article-side__detail {
    padding: 20px 0;
    width: 100%;
}

.article-side__detail-title {
    /* padding: 0 10px; */
    margin: 5px 10px;
    color: #093553;
    font-weight: 400;
}

.article-side__tag-list-outer {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 5px;
}

.article-side__detail-label {
    margin: 0 10px;
    font-size: 13px;
    /*padding: 0 10px;font-size: 13px;color: #84c0ca;*/
    color: #84c0ca;
    font-weight: 600;
}

.article-side__tag {
    display: inline-block;
    cursor: pointer;
}

.article-side__paragraphs table {
    border: 1px solid #ccc;
}

.article-side__paragraphs table th {
    width: 20%;
    border: 1px solid #ccc;
}

.article-side__paragraphs table td {
    background-color: transparent;
}

.tag__style {
    border: 1px solid;
    padding: 1px 3px 3px 4px;
    border-radius: 4px;
    margin: 3px 0px 2px 1px;
}

.article-side__tag-delete {
    /* display: none; */
    vertical-align: middle;
    margin: 0 2px;
    width: 10px;
}

.tag-filter-delete {
    display: none;
    vertical-align: middle;
    margin: 0 2px;
    width: 10px;
}

.article-side__detail-label:hover .tag-filter-delete {
    display: inline-block;
}

.article-side__tag-edit {
    /* display: none; */
    vertical-align: middle;
    margin: 0 5px;
    width: 10px;
}

.article-side__tag-edit:hover {
    transform: scale(1.1);
    font-weight: 600;
}

.article-side__tag-delete:hover {
    transform: scale(1.1);
    font-weight: 600;
}


/* 
.article-side__detail-label:hover .article-side__tag-delete {
    display: inline-block;
}
.article-side__detail-label:hover .article-side__tag-edit {
    display: inline-block;
} */

.article-side__tag-input {
    display: none;
    max-width: 100px;
}

.article-side__tag-input-delete {
    color: #84c0ca;
    display: none;
}

.article-side__tag-input-delete:hover {
    cursor: pointer;
    color: #093553;
}

.article-side__tag-input-delete>i {
    font-size: 20px;
}


/* .article-side__tag-add::before {
    content: "+";
} */


/* .article-side__tag-input-delete {
    display: none;
} */

#edit-datepicker {
    margin: 0px !important;
    vertical-align: middle;
    color: #8a8a8a;
    background-color: transparent !important;
}

.article-side__image-container {
    margin: 20px 10px;
    display: flex;
    justify-content: center;
}

.article-side__image-container img {
    width: 50%;
    height: 50%;
}


/* .article-side__date {
    padding: 0px 5px 0px 20px;
    font-size: 11px;
    color: #8a8a8a;
} */

.article-side__paragraphs {
    padding: 0 15px;
    color: #58595b;
}

.quick-access-icon {
    display: flex;
    margin: 17px 0 0 0;
    cursor: pointer;
    opacity: 1;
}

.quick-access-icon img {
    width: 40px;
    margin: auto;
}

.article-side-desc {
    font-size: 15px;
    line-height: 1.5em;
    margin: 0;
    width: 100%;
    word-break: break-word;
    /* font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif; */
    color: #000;
    font-weight: 300;
}

.article-side-desc:focus-within {
    display: block;
}


/* For Description Edit - contenteditable */

.article-side__paragraphs .article-side-desc[contenteditable="plaintext-only"] {
    padding: 5px;
    outline: 3px solid #DC3912;
}

.article-side__paragraphs .article-side-desc[contenteditable="plaintext-only"]:focus {
    outline-color: #093553;
}

.span-edit-mode {
    /** This for snackBar Text describing description edit.
    Please use same color as `contenteditable="plaintext-only"` */
    color: #DC3912;
}

.article-side__detail-operation {
    position: absolute;
    bottom: 0;
    padding: 0px 20px;
    width: 100%;
    /* background: rgba(250, 250, 250, 0.96); */
    background: #eee;
}

.article-side__operation-text {
    display: inline-block;
    font-size: 11px;
    max-width: 150px;
    min-width: 140px;
    min-height: 24px;
}

.article-side__pre-button {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.article-side__operation-button {
    margin-left: 20px;
    max-width: 16px;
}

.article-side__item {
    padding: 0 10px;
}

.article-side__item~.article-side__item {
    border-left: 1px solid #e9eaea;
}

.article-side__item-image img {
    max-width: 100%;
}

.article-side__item-text {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.3em;
    max-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-side__operation-top {
    margin: 20px 0;
}

.back-to-top {
    text-align: center;
    position: fixed;
    right: 40px;
    bottom: 40px;
    padding: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #093553;
    box-shadow: 0 3px 5px 0 #093553;
    border-radius: 50%;
}

.back-to-top:hover {
    cursor: pointer;
    background: #fff;
    color: #093553;
}

.back-to-top img {
    width: 20px;
}

.back-to-top span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.change-password__button {
    padding: 14px 0;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    color: #454545;
    outline: none;
    box-shadow: none;
    text-decoration: underline;
    background: transparent;
}

.change-password__button:hover {
    cursor: pointer;
}

.classic .header {
    position: relative;
    background: transparent;
}

.classic .header:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    display: block;
    height: 2px;
    background-color: #84c0ca;
}

.classic .header__navs {
    color: #093553;
}

.classic .header__nav-link>span {
    color: #cce3e7;
}

.classic .header__nav-link:hover>span {
    color: #84c0ca;
}

.classic .header__time a::before {
    background-image: url(../img/header-timeline-blue.png);
}

.classic .header__trends a::before {
    background-image: url(../img/header-geo-trend-g.png);
}

.classic .header__analysis a::before {
    background-image: url(../img/header-analysis-g.png);
}

.classic .header__channel a:before,
.classic .header__catalog a:before {
    background-image: url(../img/menu-b.png);
}

.classic .header__search:after {
    background-image: url(../img/header-search-blue.png);
}

.classic .header__search.active:after {
    position: absolute;
    right: 0;
    background-image: url(../img/header-search-grey.png);
}

.classic .header__user {
    background-image: url(../img/header-welcome-blue.png);
}

.geo-trend {
    padding: 0 30px;
    margin: auto;
    max-width: 1440px;
}

.geo-trend~.news-content {
    top: 250px;
}

#tag-tagType-container {
    padding: 10px 0 0 25px;
}

.tag-tagType-container-row {
    width: 90%;
}

.geo-trend .container {
    padding: 2px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.geo-trend .home-modal__block-text {
    margin: 6px 40px;
    font-weight: normal;
}

.geo-trend .row {
    margin: 0 -15px;
    display: flex;
    align-items: center;
}

.geo-trend .col-4,
.geo-trend .col-8,
.geo-trend .col-12 {
    padding: 0 15px;
}

.geo-trend .owl-carousel {
    position: relative;
    float: right;
    margin: 20px auto;
    padding: 0 40px;
    max-width: 765px;
}

.geo-trend .owl-item {
    height: 100px;
}

.geo-trend .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.geo-trend .owl-nav button.owl-prev,
.geo-trend .owl-nav button.owl-next {
    position: absolute;
    margin-top: -20px;
    font-size: 30px;
}

.geo-trend .owl-nav button.owl-prev {
    left: 0;
}

.geo-trend .owl-nav button.owl-next {
    right: 0;
}

.geo-trend .home-modal__dropdown {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.geo-trend .home-modal__dropdown-button {
    max-width: 150px;
}

.geo-trend .date-range {
    display: flex;
    align-items: center;
}

#custom-date-range-btn {
    color: #84c0ca;
    font-size: 24px;
    margin: 2px 0 0px 10px;
    cursor: pointer;
}

.geo-trend .date-picker {
    margin: 0;
    font-size: 1vw;
}

.geo-trend .button-outline {
    background-color: transparent;
}

.geo-trend__number {
    display: block;
    margin: 24px 0px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.geo-article-count {
    font-size: 17px;
    text-align: center;
}

.geo-trend__time-setting {
    margin: 10px 0;
}

.geo-trend-content {
    position: absolute;
    top: 290px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.geo-trend-content .map-container {
    position: absolute;
    left: 65px;
    right: 5px;
    top: 75px;
    bottom: 30px;
}

.geo-trend-content .map {
    position: relative;
    height: auto;
}

.geo-trend-content .map__category {
    position: absolute;
    left: 0;
    bottom: 0;
}

.geo-trend-content .map__category li {
    margin: 10px;
}

.geo-trend-content .map__marker {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.5;
}

.geo-trend-content .map__marker.type-1 {
    background-color: #093553;
}

.geo-trend-content .map__marker.type-2 {
    background-color: #d68884;
}

.geo-trend-content .map__marker.type-3 {
    background-color: #84c0ca;
}

.geo-trend-content .map__text {
    margin-left: 5px;
    font-size: 12px;
}

.page-title {
    margin: 40px 0 0 !important;
    color: #093553;
    letter-spacing: 6px;
    font-weight: bold;
    margin: 0;
}

.page-title__container .container {
    padding: 5px 20px;
    /*border-bottom: 1px solid #e9eaea;*/
}

/* .page-title__container~.news-content {
    top: 255px;
} */

.page-title__item {
    display: inline-block;
    font-size: 12px;
    color: #8a8a8a;
}

.page-title__item label {
    margin-left: 10px;
    font-size: inherit;
}

.page-title__item span {
    margin-left: 4px;
    font-size: 20px;
    font-weight: bold;
}

.sign-form input[type="text"],
.sign-form input[type="password"],
.sign-form input[type="email"] {
    padding: 6px 15px;
    width: 100%;
    min-height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #6b6b6b;
    background-color: transparent;
    border: 0;
    outline: none;
}

.sign-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #dadada;
}

.sign-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #dadada;
}

.sign-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #dadada;
}

.sign-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #dadada;
}

.sign-form__group {
    /* position: relative;
    margin-top: 24px;
    border: 1px solid #dadada;
    max-width: 270px;
    font-size: 0;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
    overflow: hidden; */
    position: relative;
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    max-width: 270px;
    font-size: 0;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
    overflow: hidden;
}

.sign-form__group img {
    margin: 8px;
    margin-left: 14px;
    width: 20px;
    opacity: 0.7;
}

.sign-form__see-password.img {
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 0;
    padding: 8px;
    margin: 0;
    width: 36px;
    z-index: 1;
    cursor: pointer;
}

.sign-form__button-group {
    max-width: 270px;
    margin: 24px 0 14px;
}

.sign-form__button-group .forgot-password__button {
    font-size: 11px;
    border: 0;
    color: #58595b;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.sign-form__button-group.forget {
    margin-top: 14px;
}

.sign-form__login-button,
.sign-form__forgot-button,
.sign-form__outline-button {
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: #093553;
    min-height: 32px;
    line-height: 20px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: #093553;
    box-shadow: 0 6px 8px 0 rgba(9, 53, 83, 0.31);
    cursor:pointer;
}

.sign-form__forgot-button {
    border-color: #84c0ca;
    background-color: #84c0ca;
    box-shadow: 0 6px 8px 0 rgba(132, 192, 202, 0.31);
}

.sign-form__outline-button {
    color: #093553;
    background-color: #fff;
    box-shadow: none;
    outline: none;
}

.reset-password__content,
.change-password__content {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-image: url(../img/reset-password-bg.jpg);
    background-size: cover;
    z-index: 3;
}

.reset-password__form-container,
.change-password__form-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    margin: auto;
    width: 270px;
}

.change-password__content {
    display: none;
    position: absolute;
    z-index: 300;
    top: 0;
}

.message {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 90px;
    padding: 20px;
    border: 1px solid #595959;
    margin: auto;
    width: 380px;
    background-color: #fff;
}

.message .button-outline {
    padding: 6px 10px;
    border-width: 1px;
    border-radius: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.message__content {
    position: relative;
    padding: 20px 15px 0px 15px;
    justify-content: center;
}

.message__content::after {
    content: "";
    display: block;
    clear: both;
}

.message__icon {
    max-width: 20px;
}

.message__text {
    display: inline-block;
    width: 100%;
}

.message__icon~.message__text {
    margin: 0 20px;
}

.message__close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 10px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

#article_delete_message {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#article_delete_message p {
    font-weight: bold;
}

.article-delete__undo {
    float: right;
}

.news-info li {
    border-bottom: 1px solid #e9eaea;
}

.news-info li a,
.news-info li button {
    text-align: left;
    display: block;
    padding: 12px 24px;
    width: 100%;
}

.news-info a,
.news-info span {
    color: #58595b;
}

.news-info img~span {
    margin-left: 10px;
}

.news-info__content {
    position: absolute;
    top: 42px;
    bottom: 60px;
    width: 100%;
    overflow-y: auto;
}

.news-info__title {
    padding: 12px 24px;
    margin: 0;
    border-bottom: 1px solid #e9eaea;
    color: #84c0ca;
}

.news-info__myself-list {
    margin: 0;
}

.news-info__myself-item img {
    max-height: 18px;
}

.news-info__list-container img {
    max-width: 18px;
}

.news-info__list-title {
    padding: 12px 24px;
    margin: 0;
    color: #fff;
    background-color: #84c0ca;
    font-weight: normal;
}

.news-info__list-title span {
    color: inherit;
}

.news-info__list {
    margin: 0;
    padding-left: 15px;
}

.news-info__list li {
    border-bottom: 0;
}

.news-info__list-container .news-info__down-icon {
    float: right;
    margin: 5px 0;
    max-width: 12px;
}

.news-info__sub-list {
    display: none;
    padding-left: 32px;
}

.news-info__link-list img {
    max-height: 16px;
}

.news-info__sign {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 24px;
    color: #84c0ca;
}

.news-info__sign img {
    max-height: 20px;
}

.news-info__sign span {
    color: inherit;
    font-weight: bold;
}

.jquery-modal {
    z-index: 30;
    overflow-y: hidden;
}

.jquery-modal a.close-modal {
    display: none;
}

.modal__container {
    padding: 0;
    border: 1px solid #84c0ca;
    border-radius: 0;
    max-width: 95%;
}

.modal__container.patents-modal {
    width: 700px;
}

.modal__header {
    position: relative;
    padding: 12px 20px;
    color: #fff;
    background-color: #84c0ca;
}

.modal__header img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 20px;
    width: 14px;
}

.modal__header-title {
    display: inline-block;
    margin: 0;
}

.modal__list {
    margin: 0;
}

.modal__item {
    padding: 12px 20px;
    border-bottom: 1px solid #e9eaea;
}

.modal__item.active {
    color: #84c0ca;
}

.home-modal__container {
    z-index: 13;
    padding: 0;
    max-width: 690px;
    max-height: 768px;
    border-radius: 0;
}

.word-cloud-modal__container {
    z-index: 13;
    padding: 0;
    max-width: 1300px;
    max-height: 780px;
    border-radius: 0;
}

.home-modal__container input[type="text"] {
    border: 1px solid #979797;
    width: 100%;
}

.home-modal__container input[type="file"] {
    outline: none;
    box-shadow: none;
    opacity: 0;
}

.home-modal__container .file-container input[type="file"] {
    width: 100%;
    height: 168px;
}

.home-modal__container textarea {
    border: 1px solid #979797;
    width: 100%;
    height: 114px;
}

.home-modal__container .col-6:first-child {
    padding-right: 15px;
}

.home-modal__container .col-6:last-child {
    padding-left: 15px;
}

.home-modal__container .date-range {
    vertical-align: bottom;
    display: inline-block;
}

.home-modal__container .file-container {
    margin-top: 16px;
}

.home-modal__close-button-m {
    display: none;
}

.home-modal__section {
    padding: 20px 30px;
    border-bottom: 1px solid #e9eaea;
}

.home-modal__section:last-child {
    border-bottom: 0;
}

.home-modal__header {
    padding: 15px 20px;
    border-bottom: 1px solid #e9eaea;
}

.home-modal__title {
    margin: 0;
    color: #fff;
}

.home-modal__subtitle {
    margin: 0;
    color: #58595b;
    font-weight: normal;
}

.home-modal__label {
    color: #58595b;
    font-weight: bold;
}

.home-modal__inline-text {
    vertical-align: bottom;
    display: inline-block;
    padding: 0 20px;
    max-width: 270px;
    font-size: 12px;
    color: #5c5c5c;
}

.home-modal__block-text {
    margin: 15px 0;
    font-size: 12px;
    color: #5c5c5c;
}

.home-modal__block-text.term-clude {
    margin-left: 120px;
}

.home-modal__body {
    padding-bottom: 80px;
    overflow-y: auto;
}

.home-modal__select-all-container {
    margin: 10px 0;
}

.home-modal__select-all-container:after {
    content: "";
    display: block;
    clear: both;
}

.resource-btn-custom {
    padding: 4px 10px !important;
    margin: 0px 1px 0px 8px !important;
}

.home-modal__select-all,
.home-modal__delete,
.home-modal__form-button {
    float: right;
    padding: 2px 0;
    border: 0;
    border-bottom: 1px solid #093553;
    font-size: 12px;
    color: #093553;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.home-modal__subheader {
    padding: 12px 0;
}

.home-modal__add-list {
    margin: 0;
    color: #58595b;
    font-size: 12px;
}

.home-modal__add-item {
    margin-bottom: 10px;
    cursor: pointer;
}

.home-modal__add-item.active {
    color: #093553;
}

.home-modal__progress-list {
    margin: 0;
}

.home-modal__progress-list .progress {
    display: inline-block;
    width: 196px;
}

.home-modal__progress-item {
    margin-bottom: 10px;
}

.home-modal__progress-label {
    display: inline-block;
    font-size: 12px;
    min-width: 100px;
    color: #093553;
}

.home-modal__footer {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px 18px;
    background: #093553;
}

.home-modal__button-link {
    border: 0;
    height: 40px;
    color: #093553;
    background-color: transparent;
}

.home-modal__button-link:hover {
    cursor: pointer;
    border: 1px solid #093553;
}

.home-modal__button {
    padding: 6px 20px;
    margin-left: 16px;
    border: 1px solid #093553;
    min-width: 100px;
    height: 40px;
    color: #fff;
    background-color: #093553;
    font-weight: bold;
    border-radius: 5px;
}

.home-modal__button.cancel {
    color: #093553;
    background-color: transparent;
}

.home-modal__form:after {
    content: "";
    display: block;
    clear: both;
}

.home-modal__link {
    display: inline-block;
    color: #093553;
    cursor: pointer;
}

.home-modal__dropdown {
    position: relative;
    margin: 15px 0;
}

.home-modal__dropdown:hover .dropdown-menu {
    display: block;
    left: 0;
    width: 270px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.home-modal__dropdown-button {
    position: relative;
    text-align: left;
    padding: 0 12px;
    width: 270px;
    background-color: transparent;
    border: 1px solid #8a8a8a;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.home-modal__dropdown-button select {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 30px;
    outline: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.home-modal__dropdown-icon {
    position: absolute;
    top: 6px;
    right: 12px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.home-modal__article-label {
    padding: 14px 14px 14px 0px;
}

.home-modal__article-list-container {
    margin-bottom: 30px;
    max-height: 250px;
    overflow-y: auto;
}

.home-modal__article-list-container li {
    margin-bottom: 14px;
}

#new-feature-details .home-modal__article-list-container li {
    margin-bottom: 14px;
    background-color: #F0F3F8;
}

.new-features-para {
    font-weight: bold;
}

.home-modal__article-content {
    padding: 10px 18px;
    margin: 0;
    width: 100%;
    background-color: #F0F3F8;
}

#new-feature-details .home-modal__article-content {
    padding: 10px 18px;
    margin: 0;
    width: 100%;
}

.home-modal__article-content p {
    margin: 5px;
}

.home-modal__tab-section {
    padding: 30px 30px 0;
}

.home-modal__section-title {
    font-size: 16px;
    font-weight: normal;
}

.home-modal__section-title br {
    display: none;
}

.home-modal__batch-upload-button {
    position: relative;
    left: 50%;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid #093553;
    margin: 0 auto 10px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


/*TODO (COMMENTED FOR NOW)*/

.home-modal__batch-upload-button span {
    display: block;
    padding: 2px 0;
    /* cursor: pointer; */
}

.home-modal__batch-upload-button input {
    max-width: 100%;
}

.home-modal__divider {
    display: block;
    padding: 7px;
    color: #093553;
    background-color: #e5e5e5;
    font-style: normal;
    font-weight: bold;
}

.home-modal__footer-hint-container {
    padding: 5px 0;
    border-top: 1px solid #e9eaea;
    margin: 20px 0 20px 20%;
    font-size: 12px;
}

.home-modal__footer-hint {
    margin-left: 30px;
    color: #8a8a8a;
}

.home-modal__footer-description {
    color: #093553;
}

.add-new-resource {
    max-height: 650px;
}

.add-new-resource-url__loader {
	color: #0b3553;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 8px;
}

.add-new-resource .home-modal__delete {
    font-weight: bold;
}

.add-new-resource__container {
    max-width: 625px;
    margin: 10px auto;
}

.add-new-resource__form-group {
    margin-bottom: 12px;
}

.add-new-resource__label {
    color: #093553;
    font-weight: bold;
}

.add-new-resource__hint {
    display: none;
    margin: 25px 0;
    font-weight: bold;
    color: #093553;
}

.add-new-resource__hint img {
    margin-left: -24px;
    max-width: 14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.add-new-resource__hint span {
    margin: 0 10px;
}

.tagType-list {
    display: block;
    left: 10px;
    height: 150px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #cccccc;
    background: #fdfdfd;
    padding: 5px;
    box-shadow: 1px 1px 3px 1px #c7c7c7;
}

#selected-articles {
    /* padding: 15px; */
}

.home-modal__header {
    background-color: #093553;
    border-bottom: 0;
}

.home-modal__delete {
    margin: 5px 0;
}

.home-modal__title {
    display: inline-block;
}

#add-new-resource .home-modal__body {
    height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
}

#add-new-resource .home-modal__button.finish {
    display: none;
}

#add-new-resource.home-modal__container.batch-upload .home-modal__section-title,
#add-new-resource.home-modal__container.batch-upload .home-modal__batch-upload-button,
#add-new-resource.home-modal__container.batch-upload .home-modal__button.add,
#add-new-resource.home-modal__container.batch-upload .home-modal__divider {
    display: none;
}

#add-new-resource.home-modal__container.batch-upload .add-new-resource__hint {
    display: block;
    cursor: pointer;
}

#add-new-resource.home-modal__container.batch-upload .home-modal__button.finish {
    display: inline-block;
}

.patents-modal .modal__list-container {
    max-height: 390px;
    overflow-y: auto;
}

.add-article {
    padding: 60px 0 100px;
}

.add-article__avatar {
    width: 66px;
    height: 66px;
    background-color: #8a8a8a;
    border-radius: 50%;
    margin: auto;
}

.add-article__title {
    font-size: 16px;
}

.add-article__form-container {
    margin: auto;
    max-width: 65%;
    padding: 20px 0 0;
}

.add-article__form-container .button-outline {
    background-color: transparent;
    width: 120px;
}

.add-article__form-container .button-outline.cnacel {
    border-color: #ccc;
}

.add-article__form-container .button-fill {
    width: 120px;
}

.add-article__form-container .add-article__title {
    padding: 30px 0;
    margin: 0;
}

.add-article__form-buttons {
    margin: 30px -25px;
}

.add-article__form-buttons>div {
    padding: 0 15px;
}

.add-article__form-buttons button {
    margin: 0 10px;
}

.add-article__info {
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin: auto;
    max-width: 65%;
    color: #84c0ca;
}

.add-article__info>div {
    display: inline-block;
}

.add-article__info-total span {
    color: #093553;
}

.add-article__info-uploads {
    float: right;
}

.add-article__divider {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: auto;
    font-size: 24px;
    width: 65%;
    color: #84c0ca;
}

.add-article__item {
    display: inline-block;
    padding-right: 25px;
}

.add-article__item a {
    color: #929292;
    font-size: 25px;
    line-height: 1em;
}

.add-article__item:first-child {
    border-left: 0;
}

.add-article__item:nth-child(3) {
    border-left: 1px solid #093553;
    padding-left:25px;
}

.add-article__other-links {
    padding: 20px 0;
}

.add-article__other-links a {
    font-size: 24px;
}

.add-article__sign-off {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    color: #093553;
}

.add-article__sign-off img {
    max-height: 25px;
}

.add-article__sign-off .logout-label {
    margin-left: 5px;
    font-weight: bold;
}

.add-article-person {
    color: #093553;
}

.add-article-person__name {
    margin: 12px 0 5px;
    font-size: 16px;
}

.add-article-person__description {
    margin: 4px 0;
    color: #8a8a8a;
    font-weight: normal;
}

.add-article-person__list {
    font-size: 0;
    padding: 15px 0;
    margin-top: 10px;
    border-bottom: 1px solid #a2a2a2;
    opacity: 0.8;
}

.add-article-operation__item {
    position: relative;
}

.add-article-operation__item.new-resource {
    padding: 0 0 24px;
}

.add-article-operation__item:before {
    content: "";
    display: block;
    margin: auto;
    height: 1px;
    width: 65%;
    background-color: #ccc;
}

.add-article-operation__item-form {
    text-align: left;
    color: #8a8a8a;
}

.add-article-operation__item-form .checkbox {
    border-color: #8a8a8a;
}

.add-article-operation__item-form .checkbox:before {
    content: url(../img/page-check.png);
}

.add-article-operation__item-form .checkbox__text {
    padding-left: 0;
}

.add-article-operation__title {
    color: #84c0ca;
}

.add-article-operation__list {
    margin: 10px auto 40px;
}

.add-article-operation__selector {
    padding: 0 30px;
}

.add-article-operation__selector:first-child {
    text-align: right;
}

.add-article-operation__selector:first-child .add-article-operation__card-list-container {
    right: 0;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
}

.add-article-operation__selector:last-child {
    text-align: left;
}

.add-article-operation__selector:last-child .add-article-operation__card-list-container {
    left: 0;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
}

.add-article-operation__card {
    position: relative;
    padding: 30px 20px;
    display: inline-block;
    border: 1px solid #58595b;
    font-size: 20px;
    color: #58595b;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.add-article-operation__card:hover {
    color: #84c0ca;
    border-color: #84c0ca;
}

.add-article-operation__card-list-container {
    display: none;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    min-width: 331px;
    z-index: 1;
}

.add-article-operation__card-list {
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #58595b;
    background-color: #e9eaea;
    border-radius: 6px;
}

.add-article-operation__card-list li {
    vertical-align: middle;
    display: inline-block;
    margin: 10px;
    padding: 5px;
    font-size: 16px;
    color: #58595b;
    font-weight: bold;
    cursor: default;
}

.add-article-operation__card-list li:hover {
    color: #84c0ca;
}

.add-article-operation__card:hover .add-article-operation__card-list-container {
    display: block;
}

.add-article-operation__subtitle {
    margin: 50px auto 20px;
    font-size: 20px;
    color: #8a8a8a;
}

.add-article-operation__button-fill {
    padding: 6px 12px;
    border: 0;
    color: #84c0ca;
    background-color: #ccc;
    font-weight: bold;
    border-radius: 4px;
}

.add-article-form__title {
    color: #8a8a8a;
    font-weight: normal;
}

.classic .add-article__divider,
.classic .add-article__info {
    border-color: #e5e5e5;
}

.classic .add-article__item a {
    color: #e5e5e5;
}

.classic .add-article-operation__item:before {
    background-color: #e5e5e5;
}

.classic .add-article-operation__card {
    color: #e5e5e5;
    border-color: #e5e5e5;
}

.classic .add-article-operation__card:hover {
    color: #84c0ca;
    border-color: #84c0ca;
}

.classic .add-article-operation__card-list {
    background-color: #fff;
    border-color: #e5e5e5;
}

.classic .add-article-operation__card-list li {
    color: #e5e5e5;
}

.classic .add-article-operation__card-list li:hover {
    color: #84c0ca;
}

.article-operation__title {
    /*margin: 15px 0;*/
    margin: 0px;
    font-size: 12px;
    /* color: #093553; */
    color: #8a8a8a;
    font-weight: normal;
    cursor: pointer;
}

.article-operation__nav-list {
    padding: 14px 0;
    margin: 0;
    text-align: left;
}

.article-operation__nav-list li {
    display: inline-block;
}

.article-operation__nav-list li:last-child {
    float: right;
}

.article-operation__nav-link {
    display: block;
    font-size: 12px;
    cursor: pointer;
}

.article-operation__list {
    margin: 17px;
}

.article-operation__list .center-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-operation__list img {
	float:right;
	margin-right:20px;
	max-height: 22px;
}

.article-operation__link {
    display: block;
    padding: 12px 0;
    margin-bottom: -1px;
    font-size: 15px;
    color: #878787;
    float: left;
    cursor: pointer;
    font-weight: 600;
}

.article-operation__button {
    display: block;
    margin: 10px 0;
    padding: 12px;
    border: 0;
    width: 100%;
    color: #fff;
    background-color: #84c0ca;
    border-radius: 2px;
}

.article {
    color: #58595b;
    margin: auto;
    max-width: 1000px;
    border-bottom: 1px solid #cfcfcf;
}

.article .news-content__operation-list {
    position: absolute;
    right: 0;
    bottom: 0;
    float: none;
    padding: 0 50px;
}

.article .news-content__operation-list li {
    margin: 30px 5px;
    display: block;
}

.article .news-content__operation-list img {
    width: 24px;
    height: auto;
    max-height: none;
}

.article .news-content__detail {
    max-width: 700px;
    padding: 30px 0;
    margin: auto;
}

.article__header {
    margin: auto;
    padding: 50px 0 20px;
    max-width: 700px;
}

.article__title {
    margin: 20px 0 10px;
    font-size: 30px;
    line-height: 1.5em;
    color: #093553;
}

.article__time-container {
    margin-bottom: 24px;
    opacity: 0.7;
}

.article__time-container li {
    display: inline-block;
    font-size: inherit;
}

.article__create-hint {
    color: #84c0ca;
    font-weight: bold;
}

.article__image-container {
    position: relative;
    min-height: 240px;
}

.article-comment {
    max-width: 700px;
    margin: 50px auto 10px;
}

.article-comment__title-container {
    margin: 0 0 10px;
}

.article-comment__title {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #093553;
}

.article-comment__subtitle {
    margin-left: 10px;
    font-size: 16px;
    color: #84c0ca;
    font-weight: bold;
}

.article-comment__operation {
    padding: 10px 0;
}

.article-comment__operation .button-fill {
    background-color: #093553;
    width: 120px;
}

.article-comment__socials-container {
    float: left;
    display: inline-block;
    margin: 9px 0;
}

.article-comment__socials-title {
    font-size: 12px;
}

.article-comment__socials {
    display: inline-block;
    margin: 0;
    font-size: 0;
}

.article-comment__social {
    vertical-align: middle;
    display: inline-block;
    margin: 0 2px;
}

.article-comment__social button {
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.article-comment__social img {
    max-height: 18px;
}

.article-comment__list-container {
    max-width: 700px;
    margin: 30px auto;
}

.article-comment__list {
    margin: 0;
}

.article-comment__item {
    padding: 20px 0 10px;
    border-bottom: 1px solid #e9eaea;
}

.article-comment__item:last-child {
    border-bottom: 0;
}

.article-comment__item-title {
    margin: 0 0 5px;
    font-size: 16px;
    color: #84c0ca;
}

.article-comment__time-container {
    margin: 10px 0;
    font-size: 12px;
    opacity: 0.7;
}

.article-comment__time-container li {
    display: inline-block;
}

.article-comment__time-container li:after {
    content: "|";
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
    color: #84c0ca;
}

.article-comment__time-container li:last-child:after {
    display: none;
}

.article-comment__replay {
    cursor: pointer;
}

.article-comment__replay img {
    max-height: 14px;
    cursor: pointer;
}

@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
    }
}

.rotate {
    -webkit-animation-name: rotate;
    animation-name: rotate;
}

@-webkit-keyframes rotate-reverse {
    from {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate-reverse {
    from {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.rotate-reverse {
    -webkit-animation-name: rotate-reverse;
    animation-name: rotate-reverse;
}

@-webkit-keyframes down-up {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(400%);
        transform: translateY(400%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes down-up {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(400%);
        transform: translateY(400%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.down-up {
    -webkit-animation-name: down-up;
    animation-name: down-up;
}

@-webkit-keyframes up-down {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-400%);
        transform: translateY(-400%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes up-down {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(-400%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.up-down {
    -webkit-animation-name: up-down;
    animation-name: up-down;
}

.animated {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.fast {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.animated.faster {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.animated.slow {
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
}

.animated.slower {
    -webkit-animation-duration: 120s;
    animation-duration: 120s;
}

@media ( prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

.circle-1 {
    position: absolute;
    top: 82%;
    right: 10%;
    width: 50%;
    z-index: 1;
    animation-timing-function: linear;
}

.circle-1::before {
    content: "";
    padding: 50% 0;
    display: block;
    width: 100%;
    border: 1px dashed #a0a2a5;
    border-radius: 50%;
}

.circle-2 {
    position: absolute;
    bottom: -1%;
    right: -1%;
    width: 25%;
    z-index: 2;
}

.circle-2::before {
    content: "";
    padding: 50% 0;
    display: block;
    width: 100%;
    border: 1px dashed #a0a2a5;
    border-radius: 50%;
}

.gear {
    position: absolute;
    background-image: url(../img/login-gear.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.gear::before {
    content: "";
    width: 100%;
    padding: 50% 0;
    display: block;
}

.gear-1,
.gear-2,
.gear-3,
.gear-4,
.gear-5 {
    left: 5%;
    width: 24px;
}

.gear-6,
.gear-7 {
    width: 14px;
}

.gear-1 {
    bottom: 30%;
}

.gear-2 {
    bottom: -1%;
}

.gear-3 {
    bottom: 20%;
    left: 10%;
}

.gear-4 {
    bottom: 4%;
    left: 17%;
}

.gear-5 {
    bottom: 1%;
    left: 30%;
}

.gear-6 {
    bottom: 20%;
    left: 45%;
}

.gear-7 {
    bottom: 19%;
    left: 47%;
}


/* .taxila_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #84c0ca;
  border-bottom: 16px solid #84c0ca;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
} */


/*.taxila_loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.taxila_loader:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #84c0ca;
  border-color: #84c0ca transparent #84c0ca transparent;
  animation: taxila_loader 1.2s infinite;
}
@keyframes taxila_loader {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}*/

.taxila_loader {
    color: #093553;
    font-size: 10px;
    margin: 50px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

#article_loader_down {
    position: relative;
    margin-left: 50%;
    display: none;
}

#article_loader_down img {
    width: 40px;
}

#taxila_loader_middle {
    position: relative;
    margin-left: 50%;
    top: 50%;
}

.geo-trend .date-range-row {
    height: auto;
    width: 90%;
    margin: auto !important;
}


/* 
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 */

@media (min-width: 1401px) and (max-width: 1700px) {
    .disclaimer {
        height: 180px !important;
    }
}

@media ( max-width: 1180px) {
    .header__nav-item {
        margin: 0 10px;
    }
    .header__nav-item span {
        font-size: 13px;
    }
    .header__search input {
        width: 200px;
    }
}

.taxila-btn {
    background-color: #84c0ca;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cce6ff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

#load_more_article_btn:hover {
    background-color: #378de5;
}

#load_more_article_btn:active {
    position: relative;
    top: 1px;
}

#load_more_article_btn_container {
    display: none;
}

.full-flex {
    width: 100%;
    display: flex;
}

@media ( max-width: 767px) {
    .message.article-delete {
        top: 50%;
        bottom: auto;
        top: 50%;
        right: 10px;
        left: 10px;
        width: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
}


/*new added css (asl)*/

.checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}


/* Hide the browser's default checkbox */

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox-checkmark {
    opacity: 0.5;
    position: absolute;
    top: 5px;
    right: 10px;
    height: 30px;
    width: 30px;
    background-color: #a9a9a9;
    border-radius: 15px;
    border: 2px solid #666666;
}


/* When the checkbox is checked, add a blue background */

.checkbox-label input:checked~.checkbox-checkmark {
    background-color: #093553;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-label input:checked~.checkbox-checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-label .checkbox-checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Jquery date picker custom css*/

#ui-datepicker-div {
    z-index: 99 !important;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background: #2F99B4;
}

.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    margin: 0 0 .4em;
    color: #000000;
    background: #e2e2e2;
}


/*This is date TD */

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .8em;
    text-align: right;
    text-decoration: underline;
}

.ui-datepicker-header {
    background: #093553;
}

.datepicker-btn {
    background: #fff !important;
    border: none !important;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 6px;
    white-space: normal;
    height: 30px;
    width: 8vw;
    outline: none;
}

.datepicker-btn:hover {
    cursor: pointer;
}

div.tooltip {
    position: absolute;
    text-align: center;
    height: 20px;
    padding: 2px 8px 8px 8px;
    font: 14px sans-serif;
    background: rgb(107, 107, 107);
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
    font-weight: bold;
    color: #ffff;
    z-index: 9999999;
    opacity: 0;
}


/*new css added for keyword trends*/

.detail-pane__select select {
    border-radius: 2px !important;
    border-bottom: 1px solid #8b8b8b!important;
}

.trendsDateRangePicker {
    background: #fff;
    cursor: pointer;
    padding: 10px 10px;
    width: 23vw;
    height: 40px;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: bold;
    float: right;
    text-align: center;
}

ul.tabs {
    width: 400px;
    height: 55px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    padding: 0;
}

ul.tabs li {
    float: left;
    width: 200px;
}

ul.tabs li a {
    position: relative;
    display: block;
    height: 30px;
    margin-top: 16px;
    padding: 4px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #093553;
    background: #fff;
    -webkit-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 12px 25px 2px rgba(0, 0, 0, 0.4);
    border: 0px solid #000000;
    -webkit-transition: padding 0.2s ease, margin 0.2s ease;
    -moz-transition: padding 0.2s ease, margin 0.2s ease;
    -o-transition: padding 0.2s ease, margin 0.2s ease;
    -ms-transition: padding 0.2s ease, margin 0.2s ease;
    transition: padding 0.2s ease, margin 0.2s ease;
}


/*
.tabs li:first-child a {
    z-index: 3;
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
 .tabs li:nth-child(2) a {
    z-index: 2;
}
.tabs li:last-child a {
    z-index: 1;
  -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
       -moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
            box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
} */

ul.tabs li a:hover {
    margin: 20px 0 0 0;
    /* padding: 10px 0 5px 0; */
}

ul.tabs li a.active {
    /* margin: 10px 0 0 0; */
    padding: 4px;
    background: #093553;
    color: #fff;
    z-index: 4;
    outline: none;
}

.group:before,
.group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.group:after {
    clear: both;
}

#word-cloud-content {
    margin: 0 auto;
    /* -webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3); */
    -moz-box-shadow: 2px 8px 25px -2px rgba(0, 0, 0, 0.3);
    /* box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3); */
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.tagType-list-div {
    width: 100%;
    font-size: 15px;
    height: 100%;
}

.tagType-list-div ul {
    list-style: none;
    overflow-y: scroll;
    margin: 0;
    height: 225px;
    border-top: none;
    margin-top: 5px;
}

.tagType-list-div ul li a {
    display: block;
    text-decoration: none;
    line-height: 29px;
    cursor: pointer;
    font-size: 14px;
    color: #84c0ca;
    font-weight: 600;
    padding: 0 10px;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.tagType-list-div ul li a strong i {
    padding-top: 8px;
    padding-right: 10px;
    float: right;
}

.tagType-list-div ul li a:hover {
    color: #FFFFFF;
    background-color: #093553;
}

.tagType-list-div ul li a strong {
    margin-right: 10px;
}

#tagType-suggestion-div {
    position: relative;
    z-index: 999999999999;
    left: 0px;
    margin: 0;
    width: 100%;
    transition: 0.3s;
    background-color: #fff;
}

.tag__type-dropdown_div {
    width: 100%;
    height: 30px;
    margin-top: 1px;
    border-radius: 3px;
    border-width: 0 1px 0 1px;
    border-color: #cccccc;
    border-style: solid;
}

.tagType-suggestion-div-select-deselect {
    color: #7f8081;
    height: 100%;
    text-align: center;
}

.tagType-suggestion-div-select-deselect:hover {
    cursor: pointer;
    color: #FFFFFF;
    background-color: #093553;
}

.tagType-suggestion-div-select-deselect>p {
    margin: 6px 0 0 0;
}

.tagType-suggestion-btn {
    display: flex;
    align-items:center;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    outline: 0;
    height: 35px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e8eeef;
    color: #7f8081;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    justify-content: space-between;
    cursor: pointer;
}

.tagType-suggestion-btn i {
    padding-right: 7px;
}

.tagType-suggestion-btn p {
    text-align: center;
    margin-left: 10px;
}

.hide-element {
    display: none !important;
}

.show-element {
    display: block !important;
}

.selected-tag-div {
    position: absolute;
    top: 30px;
    z-index: 999999999999;
    right: 50px;
    width: 15%;
    height: 160px;
    overflow-y: scroll;
    transition: 0.3s;
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 10px;
    box-shadow: 3px 3px 7px 1px #c7c7c7;
    text-align: left;
}

.selected-taglist {
    z-index: 999999999999;
    width: 90%;
    height: 40px;
    overflow-y: scroll;
    transition: 0.3s;
    background: #efefef70;
    padding: 5px;
    text-align: left;
    margin-left: 10px;
}

#tagType-suggestion-div-on-slide {
    display: none;
    position: absolute;
    z-index: 9999999999;
    left: 10px;
    max-width: 250px;
    height: 215px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #cccccc;
    background: #fdfdfd;
    padding: 5px;
    box-shadow: 3px 3px 7px 1px #c7c7c7;
}

.div-suggest-type-header {
    padding: 5px;
    text-align: center;
    color: #093553;
    font-weight: 700;
}

.label-suggested-tag-type {
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    user-select: none;
}

.vertical-middle {
    vertical-align: middle;
}

.button-tags {
    margin: 2px;
    background: transparent;
    background-color: #84c0ca;
    color: #fff;
    padding: 3px 3px 3px 9px;
    border: none;
    border-radius: 4px;
}

.button-tags i {
    padding: 0 4px 0 4px;
}

.button-tags i:hover {
    cursor: pointer;
    color: #ccc;
}

.taxila-scroll::-webkit-scrollbar {
    width: 7px;
    height:4px;
    border-radius: 12px;
}

.taxila-scroll::-webkit-scrollbar-thumb {
    background-color: #093553;
    border-radius: 5px;
}

.taxila-scroll-slim::-webkit-scrollbar {
    width: 2px;
    height:4px;
    border-radius: 12px;
}

.taxila-scroll-slim::-webkit-scrollbar-thumb {
    background-color: #093553;
    border-radius: 5px;
}

#timelineGraph {
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
}

.tooltipForGraphs {
    position: absolute;
    min-width: 80px;
    height: 60px;
    background-color: #7e92a3;
    border: 1px solid rgb(161, 161, 161);
    padding: 14px;
    text-align: center;
    display: none;
    color: #ffffff;
    border-radius: 2px;
    z-index: 999999;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.tag-suggestion-list {
    position: absolute;
    list-style-type: none;
    padding-left: 10px;
    overflow-y: scroll;
    max-height: 200px;
    display: none;
    z-index: 9999999999;
    width: 100%;
    margin: 0;
}

.tag-suggestion-list>li {
    border-bottom: 1px dotted #ccc;
    background-color: white;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    cursor: pointer;
    padding: 5px;
}

.tag-suggestion-list>li:hover {
    font-weight: bold;
}

#add-tag {
    padding: 5px;
    vertical-align: middle;
}

#add-tag>i:hover {
    cursor: pointer;
    color: #093553;
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5, 1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5, 1.5);
    /* Opera */
    -moz-transform: scale(1.5, 1.5);
    /* Firefox */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.arrow-btn {
    font-size: 25px;
    color: #84c0ca;
}

.arrow-btn:hover {
    cursor: pointer;
    color: #4da3b3;
}

#tag-cloud-container {
    display: none;
    height: 70vh;
    width: 100%;
    padding: 2%;
    background-color: #f7f7f7;
}

#feed-cloud-container {
    display: none;
    height: 75vh;
    width: 100%;
    padding: 2%;
    background-color: #f7f7f7;
}


/* #tag-word-cloud-container {
    display: none;
    height: 500px;
    width: 100%;
    padding:2%;
    background-color: #f7f7f7;
}

#feed-word-cloud-container {
    display: none;
    height: 550px;
    width: 100%;
    padding:2%;
    background-color: #f7f7f7;
} */

#tag-filtration {
    height: 50px;
    width: 100%;
    padding: 1%;
    overflow-y: scroll;
}

#tag-suggestion-input {
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    width: 96%;
    height: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color: #8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-left: 10px;
}

.email-input {
    background: rgba(255, 255, 255, .1);
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    width: 90% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color: #464647;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-left: 10px;
}

@media only screen and (max-height:850px) {
    .disclaimer {
        height: 120px !important;
    }
    .kol-sidebar-details {
        margin: 6px 0 4px 0 !important;
        padding: 6px !important;
    }
    
    .path-find-parent.kol-sidebar-details {
	    height: 130px !important;
	}
	
    .kol-sidebar-container {
        padding: 4px 4px 0px 3px !important;
        font-size: 12px;
    }
    
    .kol-selection-info-div .kol-selection-text {
        font-size: 12px;
    }
    
    .kol-sidebar-container .keyword {
        font-size: 14px;
    }
    
    .kol-sidebar-container .kol-header p {
	    font-size: 15px !important;
	    margin-top: 5px;
	    text-align: center;
	}
	
	.kol-selection-info-div .kol-selection-text {
        font-size: 12px !important;
	}
	
	.node-link-outer-div, .range-selector-outer-div {
	    margin: 10px 8px !important;
	}                           
}


/* @media only screen and (min-width:820px) and (max-width: 920px) {
    .article-side__operation-bar.active {
        right: calc(65% - 1px) !important;
    }
} */

.info-icon {
    margin-top: 24%;
    padding-bottom: 1%;
    width: 100%;
    text-align: center;
    color: #84c0ca;
}

.info-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #84c0ca;
    font-weight: 600;
}

.info-msg-details {
    font-size: 15px;
    text-align: center;
    margin-top: 1%;
    color: #84c0ca;
}

#edit-article-date {
    vertical-align: middle;
    font-weight: bold;
    color: #84c0ca;
    font-size: 15px;
}

#edit-article-date:hover {
    cursor: pointer;
    color: #093553;
}

#edit-article-desc {
    padding: 0px 10px;
    font-size: 15px;
    color: #84c0ca;
}

#edit-article-desc:hover {
    cursor: pointer;
    color: #093553;
}

.option-selected {
    background-color: #093553;
    border-radius: 4px;
    padding: 2px 10px;
    box-shadow: 0px 0px 2px 1px #646464;
    color: #ffffff;
}

.selected-favorite__archive {
    color: #093553 !important;
    text-shadow: 2px 2px 3px #d0d0d0;
    padding: 2px;
    box-shadow: 0px 1px 5px 3px #646464;
    outline: 2px solid #ffffff;
}

.container__tag__tag-type {
    margin: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

.tag__tag-type-filter-word-cloud {
    margin: 15px;
}

.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}


/*Override datepicker custom css*/

.ui-widget-header {
    border: 1px solid #85c0ca !important;
    background: #093553 !important;
    color: #ffffff;
    font-weight: bold;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
    margin: 3px !important;
}

.ui-widget-content {
    border: 1px solid #85c0ca !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-radius: 4px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #093553 !important;
    color: #093553 !important;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 0.9em !important;
}

.ui-datepicker-month {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.ui-datepicker-year {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.transition-div {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.zoom-text {
    transition: all .3s ease-in-out;
}

.zoom-text:hover {
    transform: scale(1.1);
}

.validation-info {
    color: #dc4747;
    ;
    font-size: 12px;
    padding-left: 16px;
    padding-bottom: 3px;
}

.validation-error {
    border: 1px solid #dc4747 !important;
}


/* css for mail sending modal*/

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.login-input-group-addon {
    /* background-color: #425E77 !important; */
    border: 1px solid #425e77;
    border-radius: 0 !important;
    width: 44px !important;
}

.success-msg {
    margin-top: 5px;
    color: #128a12;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.error-msg {
    margin-top: 10px;
    color: #f34848;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

#tag-cloud-container svg g text:hover {
    cursor: pointer;
}

#feed-cloud-container svg g text:hover {
    cursor: default;
}

.report {
    padding: 0 30px;
    margin: auto;
    max-width: 1440px;
}

.report-label {
	font-weight: 600;
    margin: 0;
    font-size: 16px;
}

#notification {
    display: none;
    position: absolute;
    width: 400px;
    top: 74px;
    height: auto;
    margin: 0 auto;
    background: #FFF;
    z-index: 99999999;
    right: 5px;
    border: 1px solid #093553;
}

#notification-header {
    background-color: #093553;
    color: #fff;
    cursor: move;
    z-index: 999999999;
}

#notification-header .notification-icon {
    float: left;
    font-size: 15px;
    padding: 6px 2px 3px;
}

#notification-header .close-icon {
    float: right;
    font-size: 19px;
    padding: 3px 5px 2px;
}

#notification-body {
    padding: 5px;
}

#notification-close:hover {
    color: #b3b3b3;
}

#notification-body ul>li {
    margin-bottom: 10px;
}

#notification-body .border {
    border-bottom: 1px solid #848484;
}

#notification-body>div>div>ul>li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #848484;
}

#notification-body>div>div>ul>li:last-child {
    border: none;
}

#notification-body>div>div>ul>li>p {
    margin: 0;
    font-size: 13px;
}

#desc__backdrop {
    text-align: center;
    /* float: left; */
    width: 5%;
}

#desc__backdrop>i {
    color: #84c0ca;
    padding: 0;
}

#desc__backdrop>i:hover {
    cursor: pointer;
    color: #093553;
}

#taxila_confirmation_modal {
    width: 450px;
    height: 150px;
    border-radius: 15px;
}

input[type="text"]::placeholder {
    color: #7f8081;
}

input[type="password"]::placeholder {
    color: #b9b9b9;
}

input[type="textarea"]::placeholder {
    color: #b9b9b9;
}

.generic_modal_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 9;
    top: 0;
}

.generic-confirm-modal {
    z-index: 13;
    padding: 0;
    max-width: 550px;
    max-height: 180px;
    border-radius: 0;
    margin: auto;
    margin-top: 9%;
}

.highlighted-background {
    background-color: #fff;
    border: 1px solid #093553;
    border-radius: 10px;
}

.highlight {
    box-shadow: 1px 2px 4px 2px #0b3451;
    border-radius: 50%;
}

.taxila_generic_confirmation_msg {
    text-align: center;
    margin: 15px;
    font-weight: 600;
}

.selected-channel-count-batch {
    visibility: hidden;
    position: absolute;
    top: 7px;
    right: -12px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 7px;
    font-size: 14px !important;
    text-align: center;
    font-weight: bold;
    padding: 1px 0 0 0 !important;
    color: #093553;
    /* outline: 1px solid #46b4b5; */
}


/******************************* Snackbar *********************************/

#snackbar {
    display: flex;
    visibility: hidden;
    max-width: 35%;
    margin: auto;
    background-color: #333333cc;
    color: #fff;
    text-align: center;
    border-radius: 0.5em;
    padding: 12px;
    position: absolute;
    z-index: 99999999;
    left: 0;
    bottom: 30px;
    right: 0;
    align-items: center;
    justify-content: center;
}

#snackbar i {
    font-size: 20px;
}

#snackbar .success {
    color: #0098ff;
    font-size: 20px;
}

#snackbar .failure {
    color: #b92113;
    font-size: 20px;
}

#snackbar .warning {
    color: #edd400;
    font-size: 15px;
}

#snackbar-msg {
    font-size: 14px;
    margin: 0;
    padding-left: .5em;
    font-weight: bold;
}

#snackbar.active {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

#geo_loader {
    display: flex;
    visibility: hidden;
    justify-content: center;
}

#geo_loader img {
    width: 40px;
}

table.dataTable.display tbody tr.even {
    background-color: #84c0ca !important;
}

table.dataTable.display tbody tr.even>.sorting_1 {
    background-color: #84c0ca !important;
}

table.dataTable thead {
    background-color: #093553;
    color: #ffff;
}

.dataTables_wrapper .dataTables_filter input {
    margin-bottom: 3%;
}


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


/*#selected-tags:hover + #tag-suggestion-div {
    display:block
}*/

.jqueryTooltip {
    position: relative;
}

.tooltiptext {
    visibility: visible;
    width: auto;
    background-color: #3d838f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 7px;
    position: fixed;
    z-index: 9999999999;
    top: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltiptext::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3d838f transparent;
}

.infotooltip {
    width: auto;
    background-color: #2f2f2f;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 7px;
    position: fixed;
    z-index: 99999999999;
    top: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: bold;
    font-size: 14px;
}

.div-recommends-bubble-container {
    width: 25%;
    background: #FFF;
    overflow: hidden;
    position: absolute;
    top: 58px;
    right: 0;
    z-index: 20;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    /* transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s; */
}

.div-recommends-bubble-container.active {
    transform: translateX(-140%);
    -webkit-transform: translateX(-140%);
    -moz-transform: translateX(-140%);
    -ms-transform: translateX(-140%);
}

#div-bubble-container {
    height: 45%;
    border-right: 8px solid #eeeeee;
}

#div-bubble {
    text-align: center;
    overflow: hidden;
    height: calc(100% - 46px);
    padding: 0px !important;
}

#no-concept-text {
    top: 35%;
    position: relative;
    margin: 0;
}

#div-recommendation-container {
    height: 55%;
    top: calc(45% + 58px);
    border-right: 8px solid #eeeeee;
}

.div-recommend-title {
    /* font-size: 19px;
    padding: 4px 15px;
    text-transform: uppercase;
    background-color: #eeeeee;
    color: #84c0ca;
    font-family: 'Oswald', sans-serif !important;
    height: 42px;
    line-height: 34px;
    border-bottom: 1px solid #e5e5e5; */
    margin: 0;
    color: #84c0ca;
    font-weight: normal;
    margin-top: 4px;
}

.div-recom-article-bubble-container {
    overflow: auto;
    height: calc(100% - 20%);
    padding: 5px;
    background: rgba(250, 250, 250, 0.96);
    overflow-x: hidden;
}

.div-article-recommended {
    cursor: pointer;
    border-bottom: 1px solid #093553;
    padding: 5px 0px;
}

.recom-article-title {
    padding: 5px 0px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.recom-article-date-sim {
    display: flex;
    align-items: center;
}

.recom-article-desc-img {
    display: flex;
}

.recom-article-image {
    margin: 0px 5px 0px 0px;
    height: 100px;
}


/* Source: https://stackoverflow.com/a/54597262 */

.recom-article-desc {
    line-height: 1.3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.recom-article-date {
    width: 50%;
    font-size: 12px;
    color: #8e908f;
    font-weight: bold;
}

.recom-article-image>img {
    height: 100%;
    max-width: 100px;
}

.recom-article-similarity-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.recom-article-similarity {
    width: 30px;
    height: 25px;
    background-color: #425e77;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
    font-weight: bolder;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 338px;
    border: 1px solid #ddd;
}

.navigate-cloud-sidebar {
    width: 50px;
    float: right;
    margin-right: -70px;
}

#toggle-word-cloud {
    display: block;
    float: right;
    z-index: 999;
    width: 30px;
    height: 35px;
    right: 0;
    border-radius: 4px 15px 15px 4px;
    font-size: 20px;
    font-weight: bold;
    background: #84c0ca;
    color: #fff;
    padding: 5px 8px;
    margin-right: -20px;
    margin-top: 9px;
}

#toggle-word-cloud.active {
    display: block;
}

#toggle-word-cloud.right {
    right: 39%;
    border-radius: 0 15px 15px 0px;
}

#toggle-word-cloud:hover {
    cursor: pointer;
    background: #093553;
    color: #ffffff;
}

.none-pointer {
    pointer-events: none;
}

#tag-suggestion-list-slide {
    position: absolute;
    width: 35%;
}

.annotate__checkbox {
    margin-top: 10px;
}

.envelop-sizer {
    background-color: #84c0ca;
    padding: 7px;
    color: #ffff;
    float: right;
    margin-top: 1px;
    font-size: 22px;
}

.article-side__tag {
    transition: all .3s ease-in-out;
}

.article-side__tag:hover {
    transform: scale(1);
    font-weight: bold;
}


/* Custom Progress Bar */

#progress-loader-ul progress {
    position: absolute;
    width: 35%;
    height: 20px;
    padding: 10px 0 0 0;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 15px;
    text-align: left;
    font-size: 0.8em;
    left: 0;
    right: 0;
    margin: auto;
    top: 59%;
}

.progress-loader-ul progress::-webkit-progress-value {
    background: linear-gradient(to right, #458ebf, #093553);
}

progress {
    display: inline-block;
    width: 100%;
    height: 20px;
    padding: 10px 0 0 0;
    margin: 0;
    background: none;
    border: 0;
    border-radius: 15px;
    text-align: left;
    position: relative;
    font-size: 0.8em;
}

progress::-webkit-progress-bar {
    height: 11px;
    width: 100%;
    margin: 0 auto;
    background-color: #CCC;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #777 inset;
}

progress::-webkit-progress-value {
    display: inline-block;
    float: left;
    height: 11px;
    margin: 0px -10px 0 0;
    background: #093553;
    border-radius: 15px;
    box-shadow: 0px 0px 6px #777 inset;
}

progress:after {
    margin: -26px 0 0 0px;
    padding: 0;
    display: inline-block;
    float: left;
    content: attr(value) '%';
}

.plain-notification-text {
    margin: 10px 0px;
}

.progress-notification-text {
    margin: 0px 0px 5px 0px;
}

.progress-loader-text {
    text-align: center;
    margin-top: 25%;
    font-weight: 600;
    font-size: 20px;
}

#progress-notification-row,
#plain-notification-row {
    display: none;
}

.new-features {
    position: absolute;
    right: 23px;
    font-size: 28px;
    color: #84c0ca;
    bottom: 80px;
    z-index: 9999999;
    cursor: pointer;
}


/* .line-graph circle.data-circle {
    cursor: pointer;
} */

.bar-graph rect {
    cursor: pointer;
}


/*CSS for term analysis*/

.header-scatter-graph {
    width: 100%;
}

.scatter-search-div {
    float: right;
    width: 35%;
}

.scatter-graph-container {
    width: 100%;
    height: 500px;
    margin: 7px 0px 0px 0px;
}

.term-legend-table {
    padding: 8px 0px 0px 4px;
    ;
    width: 100%;
}

.term-legend-table th,
td {
    padding: 2px;
    margin: 2px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #e6e4e4;
}

#summary-table td {
    text-align: left;
}

.term-legend-table th {
    background-color: #84c0ca;
    color: #fff;
    padding: 9px;
}

.term-legend-table th p {
    margin: 0
}

.term-legends>table td {
    border: 0;
    /*  background-color: #c5bfbf; */
}

.all-legends-table-data {
    height: 310px;
    overflow-y: scroll;
}

.axiswise-legends-table-data {
    height: 128px;
    overflow-y: scroll;
}

.term-legends>table td .card-header p {
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    margin: 0px;
    font-size: 17px;
    padding: 3px;
    color: white;
}

.term-legends>table td p:hover {
    font-weight: bold;
    transform: scale(1.0);
    cursor: pointer;
}


/*term analysis card view css*/

.card {
    margin: 2px;
    box-shadow: 0px 3px 9px 2px #c2bcbc;
    user-select: none;
}

.card-header {
    height: 25px;
    background: linear-gradient(to right, #458ebf, #093553);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1px;
}

.card-body {
    height: 75px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.card-body p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #404040;
    padding-top: 3%;
    margin: 0;
}

.color-badge {
    height: 15px;
    width: 15px;
    border-radius: 3px;
    border: 0;
    padding: 0px 8px 0px 11px;
    cursor: pointer;
    outline: 0
}

.tagtype-details {
    overflow-y: scroll;
    background: whitesmoke;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 4px 6px 8px 0px #c5c5c5;
    height: 100px;
}

.tagtype-details .tag-type-badge {
    user-select: none;
}

.scatter-text {
    margin: 5px;
    padding: 10px;
    /* border: 1px solid #bbbbbb; */
}

.term-analysis-container {
    position: absolute;
    top: 100px;
    bottom: 0;
    width: 100%;
    padding: 1px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 5%;
    padding-right: 5%;
}

.reset-term {
    color: white;
    font-size: 23px;
    position: relative;
    right: -5px;
    top: 4px;
    cursor: pointer;
    float: right;
}

.hide-content {
    display: none;
}

.tagTypeTooltip {
    display: block;
    width: 8%;
    background-color: #e8e0e0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 7px;
    position: fixed;
    z-index: 500;
    top: 1px;
    left: 25%;
    opacity: 0;
    transition: opacity 0.3s;
}

.tagTypeTooltip::before {
    position: absolute;
    bottom: 100%;
    left: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3d838f transparent;
}

.term-suggestion-list {
    position: absolute;
    list-style-type: none;
    padding-left: 2px;
    overflow-y: scroll;
    max-height: 200px;
    display: none;
    z-index: 9999999999;
    width: 100%;
    margin: 0;
}

.term-suggestion-list>li {
    border-bottom: 1px dotted #ccc;
    background-color: white;
    width: 100%;
    max-height: 250px;
    overflow-x: hidden;
    cursor: pointer;
    padding: 5px;
}

.term-suggestion-list>li:hover {
    font-weight: bold;
}

.count-badge {
    height: 15px;
    width: auto;
    background-color: #093553;
    color: white;
    font-size: 12px;
    padding: 1px 9px 3px 7px;
    border-radius: 8px;
    font-weight: bold;
    display: none;
}

.selected-term-details {
	width:90%;
	margin:auto;
    display: none;
}

.selected-tag-info> .term-label {
    display: inline;
    font-weight: 600;
    font-size: 0.9vw;
}

.selected-tag-info {
	height: 75px;
	display:flex;
	align-items:center;
}

.text-margin {
    margin-right: 10px;
    color: white;
}

#selected-article-count {
    font-size: 12px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 5px;
    background-color: #84c0ca;
    box-shadow: none;
}

.term-graph-x-axis-label p {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    margin-left: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.term-graph-y-axis-label p {
    transform: rotate(-90deg);
    position: absolute;
    top: 285px;
    font-size: 14px;
    font-weight: 600;
    left: -185px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 440px;
}

.selected {
    background-color: #09355373 !important;
    outline: 1px solid #d6d6d6;
    box-shadow: 1px 0px 6px 1px #bdbdbd;
    color: white !important;
}


/*CSS for slider of tag and tagtype all include exclude*/

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 17px;
    margin-top: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #85c0ca;
}

input:focus+.slider {
    box-shadow: 0 0 1px #85c0ca;
}

input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.tag-tag__type-switch {
    float: right;
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.tag-switch {
    text-align: center;
    padding-top: 10px;
    float: none !important;
}

.tag-tag__type-switch>span {
    font-weight: 600;
    font-size: 0.9vw;
    margin-right: 5px;
}


/* #custom-date-range-picker {
    position: relative;
    z-index: 10;
    left:15px;
    width: 100%;
    transition: 0.3s;
    background-color: #fff;
    margin-top: 5px;
}

#custom-date-range-picker > ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    height: 130px;
    border: 1px solid #cccccc;
    box-shadow: 0 18px 10px 0 rgba(0,0,0,0.2);
}

#custom-date-range-picker > ul li a {
    display: block;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
    color: #84c0ca;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
}

#custom-date-range-picker > ul li a:hover {
    background-color: #84c0ca;
    color: #fff;
}

#custom-date-range-picker > div {
    height: 35px;
    background-color: #093553;
    color: #fff;
}

#custom-date-range-picker > div > h3 {
    margin: 0;
    text-align: center;
    padding: 8px 0px;
} */

#custom-date-range-picker {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    color: #84c0ca;
    justify-content: center;
    margin: 2px 0 0 0;
}

#custom-date-range-picker a {
    margin: 0px 5px;
}

.tag-tagtype-row {
    display: flex;
    align-items: center;
}

.highlight-selection {
    color: #093553 !important;
}

@keyframes blink {
    0% {
        text-shadow: 0 0 12px #aaaaaa;
    }
    50% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 12px #aaaaaa;
    }
}

@-webkit-keyframes blink {
    0% {
        text-shadow: 0 0 12px #aaaaaa;
    }
    50% {
        text-shadow: 0 0 0;
    }
    100% {
        text-shadow: 0 0 12px #aaaaaa;
    }
}

.highlight-selection {
    -webkit-animation: blink 3.0s linear infinite;
    -moz-animation: blink 3.0s linear infinite;
    -ms-animation: blink 3.0s linear infinite;
    -o-animation: blink 3.0s linear infinite;
    animation: blink 3.0s linear infinite;
}

.disclaimer {
    padding: 8px;
    background-color: #fff;
    outline: 2px solid #d6d6d6;
    border-radius: 5px;
    height: 180px;
    overflow-y: scroll;
    font-size: 12px;
    font-weight: 600;

}

.disclaimer h4 {
    margin: 2px;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 10px;
}

.content-history-table {
    width: 100%;
    max-width: 1375px;
    margin: auto;
}

.content-history-table th:last-child, .content-history-table td:last-child {
	width:200px;
}

.article-img-figure {
    position: relative;
    margin: 0px auto 10px auto;
    width: 100%;
    max-width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
}

#covid-analysis-ul {
    display: none;
    position: absolute;
    background-color: #093453de;
    width: 290px;
    border-top: 1px solid #fff;
    z-index: 999999;
    border-radius: 10px;
    box-shadow: rgb(9, 52, 83) 3px 3px 7px 1px;
    margin-top: 1px;
}

#covid-analysis-ul li {
    padding: 4px 0px 8px 10px;
}

#covid-analysis-ul li:hover {
    color: #84c0ca;
}

.tooltipClass {
    padding: 8px;
    background: #00D500;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    font-size: 13px;
    white-space: pre-line;
    border-radius: 10px;
}

#report-back-button {
    font-size: 20px;
    color: #84c0ca;
    font-weight: bold;
    transition: 0.3s;
    padding: 5px;
    width: 300px;
}

#tag-analysis-back-button {
    font-size: 20px;
    color: #84c0ca;
    font-weight: bold;
    transition: 0.3s;
    padding: 5px;
    margin-left: 20px;
    display: flex;
}

#report-back-button:hover,
#tag-analysis-back-button:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#report-back-button i {
    padding-right: 10px;
}

#tag-analysis-back-button i {
    padding-right: 10px;
}

.report-back-header {
    display: none;
    text-align: left;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    padding: 10px;
}

.report-news-content {
    top: 315px !important;
}

.report-timeline-container {
    margin: 5px;
}

.report-timeline-graph {
    width: 100%;
    height: 245px;
}

.report-switch-container {
    height: 20px;
    margin: 5px;
}

.report-switch-container .graph-icon {
    font-size: 20px;
    color: #0b3553;
}

.report-switch-container .switch-container {
    float: right;
}

#tag-tag-type-concept-header .view-concept {
    padding-right: 10px;
    font-size: 25px;
    opacity: 0.6;
    cursor: pointer;
}

.triple-box {
    height: 400px;
    overflow: hidden;
    width: 100%;
    overflow-y: scroll;
}

.triple-box>div {
    display: block;
    margin-top: 8px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td,
table.dataTable thead th {
    font-weight: bold;
    text-align: left;
    font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
}

.search-input {
    width: 100%;
    height: 32px;
    border-radius: 5px !important;
    border-color: #c2c2c2 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2) !important;
}

.search-icon {
    position: absolute;
    right: 21px;
    top: 39px;
    opacity: 0.5;
    font-size: 16px;
}

.blog-link {
    position: absolute;
    right: 7%;
    top: 40px;
}

.blog-link h3 {
    display: inline;
    font-size: 18px;
    padding-right: 13px;
}

.blog-link a {
    color: #5e6d78;
    text-decoration: underline;
    font-weight: 700;
    font-size: 17px;
}

.partner-info {
    position: absolute;
    bottom: 2px;
    right: 15px;
}

.partner-info h3 {
    font-size: 14px;
    margin: 3px;
}

.partner-info h3 span {
    color: #528d97;
    font-size: 20px;
}

.partner-info ul {
    list-style: none;
    color: #093553;
    font-weight: bold;
}

.partner-info ul li::before {
    content: "\2022";
    color: #757070;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 17px;
    margin-left: -1em;
}

.full-height {
    height: 100% !important;
}

.no-pointer {
    pointer-events: none !important;
}

.custom-date-active {
    background-color: #093553;
    padding: 2px;
    border-radius: 5px;
    color: #fff;
}

.highlight-selected-tagtype {
    font-weight: bold;
    box-shadow: 0px 1px 8px 2px #716f6f;
}

#search-galaxy {
    height: 66vh;
    ;
    width: 72vw;
}

.side-panel {
    width: 100%;
    max-height: 600px;
    background-color: rgb(228 228 228);
    border: 2px solid #c3c3c3;
    padding: 6px 12px 25px 12px;
}

.side-panel-height {
    height: 70vh !important;
}

.side-panel .title h2 {
    font-size: 19px !important;
    font-weight: 600 !important;
}

.side-panel .labels {
    font-size: 14px;
    margin: 24px 0 7px 0px;
}

.side-panel .legend-info {
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.side-panel .legend-info span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 3px;
}

.side-panel .col {
    width: 240px;
    padding: 18px 18px 18px 18px;
    margin: 0;
}

.filter-selector {
    font-size: 13px;
    padding: 4px 4px 4px 8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    width: 100%;
    font-weight: 600;
    outline: none;
}

.search-galaxy-color-icon {
    color: #db4437;
    opacity: 0.9;
    font-size: 20px;
}

#legends-info {
    margin: 4px 0 0px 4px;
    color: #989898;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}


/* #color-by-filter {
    width:100%;
} */

.search-icon-galaxy-pos {
    position: absolute;
    right: 6px;
    top: 18px;
    color: #bfbfbf;
}

.checked {
    color: #1abf36;
    font-size: 17px;
    padding-right: 5px;
}

.side-panel .legend-name {
    font-size: 12px;
    font-weight: 600;
    color: #444444;
}

#legend-div .deselect-filter {
    font-size: 15px;
    color: #093553
}

.galaxy-button-div {
    float: right;
    padding-top: 12px;
}

.galaxy-search-button {
    padding: 3px 8px;
    min-height: 30px;
    color: #fff;
    background: #84c0ca;
    width: 95px;
    margin: 0px 0px 0px 8px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.disable-pointer {
    pointer-events: none
}

.enable-pointer {
    pointer-events: auto
}

.close-modal i {
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

.goog-te-banner-frame {
    display: none !important;
}

#google_translate_element {
    display: flex;
    justify-content: center;
    align-items: center;
}

#google_translate_element p {
    margin-right: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #878787;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.change-concept-view img:last-of-type {
    margin-right: 10px;
}

.concept-view-graph-image {
    height: 25px;
    width: 25px;
    box-shadow: 1px 1px 2px 2px #909090;
    cursor: pointer;
}


/* Report page Concept view header */

#bubble-header {
    display: flow-root;
    /* See: https://css-tricks.com/display-flow-root/ */
}

.save-analysis {
    box-shadow: 1px 1px 2px 2px #909090;
    height: 30px;
    width: 30px;
    display: flex;
    font-size: 22px;
    color: #0f3553;
    cursor: pointer;
    margin-top: 5px;
    margin: auto;
}

.custom-date-search {
    width: 25%;
    margin: auto;
}

#tagType-filter-trends {
    position: absolute;
    margin-left: 15px;
    z-index: 10;
    transition: 0.3s;
    background-color: #fff;
}

#tagType-filter-network {
    transition: 0.3s;
    top: 95px;
    right: 25px;
    width: 100%;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-shadow: 3px 3px 7px 1px #c7c7c7;
}

#tagType-filter-trends {
    width: 100%;
}

.analysis-count-info p {
    font-size: 15px;
    float: right;
    color: #0f3553;
    font-weight: 600;
    line-height: 20px;
}

.max-galaxy-bubble-info p {
    font-size: 14px;
    float: right;
    font-weight: 600;
    line-height: 20px;
}

.info-icon-analysis {
    font-size: 17px;
    margin-right: 10px;
    color: #83c0ca;
}

.grid button {
    border: 0;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
}

.icon-box-shadow {
    border-radius: 50%;
    box-shadow: 1px 2px 3px 1px #85c0ca;
}

.analysis-count-info {
    margin-top: 10px;
}

#network-graph-container {
    height: 70vh;
    padding: 0 5px;
    margin: auto;
}

.search-content-network {
    padding: 15px 10px;
    width: 25%;
    float: right;
    display: flex;
    position: relative;
}

.search-content-network input {
    width: 90%;
}

.network-tag-type-outer-div {
    width: 92%;
}

.path-finder-label {
    padding: 12px 10px 0 0;
    width: 80px;
    font-weight: bold;
    text-align: right;
}

.path-finder-info-label {
    padding: 7px 0 0 0;
    width: 100%;
    font-weight: bold;
    text-align: left;
}

.path-find-parent.kol-sidebar-details {
    height: 140px;
}


/*KOL -Network*/

.kol-network-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    margin-left: 5%;
}

.kol-sidebar-details {
    padding: 10px;
    border: 3px solid white;
    margin-bottom: 10px;
    box-shadow: 2px 3px 5px 0px #b3b3b3;
    margin-top: 15px;
}

.kol-graph-container {
    height: 90vh;
    margin: auto;
    width: 100%;
}

.kol-search-content {
    padding: 6px;
    width: 100%;
    position: relative;
    float: right;
    display: flex;
    align-items:center;
}

.kol-sidebar-container .path-finder-label {
    padding: 5px;
    width: 60px;
    font-weight: 600;
    text-align: left;
}

.kol-selection-info-div .kol-selection-text {
    padding: 3px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    padding: 7px 0px 7px 7px;
}

.kol-reset-button {
    padding: 3px 8px;
    min-height: 23px;
    color: #fff;
    background: #84c0ca;
    width: 35px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    float: right;
}

.kol-selection-outer-div {
    padding: 8px;
}

.kol-sidebar-container .keyword {
    text-align: center;
    font-size: 16px;
    margin: 2px 10px 12px 10px;
    font-weight: 600;
    box-shadow: 3px 3px 6px 2px #9c9c9c;
}

.keyword-background {
    background: #ffffff;
    padding: 2px;
    border-radius: 4px;
}

.kol-sidebar-container .keyword p {
    margin: 10px;
}

.kol-sidebar-container .pathfinder-input {
    width: 100%
}

.kol-sidebar-container .kol-header p {
    font-size: 18px;
    font-weight: 600;
}

.search-kol-input-div {
    padding: 6px;
    width: 100%;
    float: right;
    margin: 5px 0px 10px 0px;
}

.kol-details-info-div span:first-of-type {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: sans-serif;
}

.kol-details-info-div .kol-info-span {
    display: block;
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    margin: 10px;
    text-align: justify;
    font-family: sans-serif;
}

.link {
    text-decoration: underline;
    color: blue;
    font-weight: 600;
    margin-left: 10px;
}

#operation-analyse-kol select {
    padding: 6px;
    width: 38%;
    border-radius: 2px;
    background-color: white;
    margin-left: 10px;
}

.year-label-div {
    padding: 8px;
    background: #0b3553;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-bottom: 2px;
    height: 35px;
    text-align: center;
    cursor: default;
}

.kol-selection-div {
    margin: 20px 0 20px 0px;
}

.kol-info-div {
    display: none;
    text-align: center;
    background: #808080;
    color: #fff;
    padding: 30px 20px;
    font-weight: 600;
}

.year-label-div span {
    margin: 7px;
}

.details-pane-section {
    border: 1px solid white;
    padding: 10px;
}

.articles-url-ul {
    max-height: 300px;
    overflow-x: scroll;
}

.articles-url-ul li {
    list-style: none;
    font-size: 15px;
    padding: 5px;
    font-weight: bold;
    width: 33%;
    float: left;
    margin: 0;
    text-align: center;
}

.mesh-terms-ul {
    max-height: 300px;
    overflow-x: scroll;
}

.mesh-terms-li {
    list-style: none;
    font-size: 15px;
    padding: 12px;
    font-weight: bold;
    width: 15%;
    float: left;
    margin: 0;
    text-align: center;
}

.kol-color-palette {
    padding: 5px;
    border: 3px solid white;
    margin-bottom: 5px;
    height: 150px;
    overflow-y: scroll;
}

.reset-view {
    font-size: 16px;
    background: #84c0ca;
    width: 25px;
    height: 25px;
    padding: 4px;
    color: white;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    float: right;
}

.kol-country-color {
    cursor: pointer;
    margin-bottom: 5px;
}

.kol-country-color-pallete {
    width: 40px;
    cursor: pointer;
}

.node-link-outer-div,
.range-selector-outer-div {
    margin: 20px 8px;
}

.range-label {
    padding: 2px;
    text-align: center;
    margin: 4px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 3px 2px 7px 3px #adadad;
    border-radius: 5px;
    width: 80%;
    outline: none;
    border: none;
}

.range-selector {
    width: 90%;
    padding: 4px;
    margin: auto;
    margin-top: 7px;
}

.hierarchical-search {
    margin: 4px;
}

.div-kol-chart-table-container {
    overflow-y: auto;
    margin: 15px 0 25px 0px;
    padding: 0 12px 0 12px;
    max-height: 300px;
}

.kol-path-finder-label {
    margin: 0px 0 7px 6px;
}

.div-network-counts {
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
}


/*static analysis*/

.wrapper .static-analysis-iframe {
    width: 96%;
    height: calc(100% - 58px);
    margin-left: 4%;
}

.highlighted-bubble {
    animation: highlight-by-scaling 2s linear infinite;
}

.highlighted-bubble-50p {
    --highlight-scale: scale(1.5);
    animation: highlight-by-scaling 2s linear infinite;
}

.highlighted-bubble-200p {
    --highlight-scale: scale(3.0);
    animation: highlight-by-scaling 2s linear infinite;
}

@keyframes highlight-by-scaling {
    0% {
        transform: scale(1.0);
        opacity: 0.8;
    }
    50% {
        /* Thanks to: https://dev.to/j3nnning/reusable-keyframes-with-css-custom-properties-58jn */
        transform: var(--highlight-scale, scale(1.25));
        opacity: 0.4;
    }
    100% {
        transform: scale(1.0);
        opacity: 0.8;
    }
}

.filter-div-backdrop-home,
.filter-div-backdrop-search {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.enabled-filter__backdrop {
    display: block;
    top: 55px;
}

.summary-container {
    margin-left: 5%;
}

.summary-container h2 {
    margin: 5px 0 15px 0;
}

#summary-table-container {
    height: 500px;
}

.summary-selector {
    float: right;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    margin: 0 15px 0 0px;
    width: 75%;
    height: 35px;
    background-color: #e8eeef;
    color: #454545;
    padding-left: 10px;
    outline: none;
    cursor: pointer;
}

.summary-label__span {
    font-weight: 600;
    text-align: left;
    color: #000000;
    font-size: 15px;
    white-space: nowrap;
    line-height: 35px;
}


/* css for selected article level filter */

aside.filter-selection-aside {
    margin-top: 50px;
    background-color: #e4e4e4;
    width: 350px;
    height: 350px;
    position: fixed;
    transition: 0.3s;
    z-index: 9;
    right: -350px;
    top: 25%;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}

aside.close {
    right: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}

aside.filter-selection-aside .filter-selection-toggle {
    position: absolute;
    left: -30px;
    top: 15px;
    font-size: 30px;
    cursor: pointer;
    height: 40px;
    width: 30px;
    background-color: #e4e4e4;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 1px 1px 3px 1px #b9b9b9;
    padding: 2px 0px 0px 12px;
}

.filter-selection-aside>.filter-aside-inner {
    height: 100%;
    overflow-y: scroll;
    padding: 10px;
}

.filter-selection-aside h2 {
    font-size: 14px;
    text-align: center;
    color: white;
}

.filter-selection-aside .kol-sidebar-details p {
    font-weight: 600;
    margin: 5px 0;
}

.api-active {
    border-bottom: 2px solid #0b3553;
}

.notebook-div {
    height: 100%;
    margin: 0 0 0 75px;
}

.notebook-div iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.margin-notebook {
    top: 50px !important;
    margin: 10px 0 0 0!important;
}

.network-label__title {
	margin: 0;
    color: #757575;
    font-weight: 600;
}

.network-search-box {
    display: flex;
    align-items:center;
}


/* google translate lanuage dropdown css */ 
 .goog-logo-link{
    display :none;
 }
 .goog-te-gadget {
    font-size: 0; 
 }
 
 .goog-te-gadget {
    font-size: 0 !important;
 }
 
 .goog-te-combo {
    padding: 5px 10px;
    font-size: 14px !important;
    box-shadow: 1px 3px 3px 0px #d3d3d3;
    border: none;
    background: #f2f2f2;
    outline: none;
    border-radius: 5px;
    font-weight: 400;
 }
 
 .div-deployed-tag {
    margin:15px;
 }
 
 .deployed-version {
    font-size: 14px;
    font-weight: 600;
    color: #797979;
 }
 
 .deployed-version-label {
    font-weight: 600;
    font-size: 15px;
 }