/* dividends */

#tr-devidends {
    /*background: #f9f9f9;*/
    color: #262626;
    font-family: arial;
    font-size: 14px;
    white-space: nowrap;
}

#tr-devidends h1 {
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    color: rgb(48, 121, 125);
    font-size: 11px;
    font-weight: normal;
}

#tr-devidends label {
    cursor: pointer;
    font-size: 11px;
    display: block;
}

#tr-devidends ul {
    color: #353535;
    height: 236px;
    height: calc(100% - 75px);
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}

#tr-devidends .trdevidends-header-row .trdevidends-header {
    font-size: 11px;
    display: inline-block;
}

#tr-devidends li > div:nth-child(1) {
    font-size: 13px;
    font-weight: normal;
    width: 20%;
    text-align: left;
}

#tr-devidends li > div:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    width: 15%;
    text-align: left;
    color: rgb(129, 129, 129);
}

#tr-devidends li > div:nth-child(3) {
    width: 42%;
    text-align: center;
    color: rgb(147, 147, 147);
}

#tr-devidends li > div:nth-child(4) {
    text-align: center;
    color: rgb(236, 132, 8);
}

#tr-devidends li > div.trdevidends-header:nth-child(1) {
    width: 19%;
}

#tr-devidends li > div.trdevidends-header:nth-child(2) {
    width: 18%;
}

#tr-devidends li > div.trdevidends-header:nth-child(3) {
    width: 36%;
}

#tr-devidends li:nth-child(1) {
    padding: 3px;
}

#tr-devidends li.trdevidends-header-row .trdevidends-header {
    color: rgb(157, 161, 165);
}

#tr-devidends li:not(.trdevidends-no-data) {
    margin: 0 !important;
    padding: 3px 8px;
    height: 19px;
    background: #fff;
    border-bottom: 1px solid rgb(223, 226, 231);
    display: block;
}

#tr-devidends li.trdevidends-header-row {
    font-size: 10px;
    background: rgb(243, 243, 243);
}

#tr-devidends a {
    color: #007dd4;
}

#tr-devidends .trdevidends-detail {
    display: inline-block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
}

#tr-devidends .trdevidends-fld, #tr-devidends .trdevidends-val {
    background: #fff;
    display: inline-block;
    width: auto;
}

#tr-devidends .trdevidends-val {
    text-align: center;
}

#tr-devidends li.trdevidends-no-data {
    background: #f9f9f9;
    border: 0;
    color: #8d8d8d;
    font-size: 14px;
    padding-top: 88px;
    text-align: center;
}

#tr-devidends li.trdevidends-loading {
    background: transparent;
    border: 0;
}

/* earnings */

#tr-earnings {
    /*background: #f9f9f9;*/
    color: #262626;
    font-family: arial;
    font-size: 14px;
    white-space: nowrap;
}

#tr-earnings h1 {
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    color: rgb(48, 121, 125);
    font-size: 11px;
    font-weight: normal;
}

#tr-earnings label {
    cursor: pointer;
    font-size: 11px;
    display: block;
}

#tr-earnings ul {
    color: #353535;
    height: 236px;
    height: calc(100% - 75px);
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}

#tr-earnings li.trearnings-header-row .trearnings-header {
    font-size: 11px;
    display: inline-block;
    color: rgb(157, 161, 165);
}

#tr-earnings li > div:nth-child(1) {
    font-size: 13px;
    font-weight: normal;
    width: 20%;
    text-align: left;
}

#tr-earnings li > div:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    width: 24%;
    text-align: left;
    color: rgb(129, 129, 129);
}

#tr-earnings li > div:nth-child(3) {
    width: 33%;
    font-size: 13px;
    font-weight: normal;
}

#tr-earnings li > div:nth-child(4) {
    text-align: center;
    color: rgb(147, 147, 147);
    font-weight: normal;
}

#tr-earnings li > div.trearnings-header:nth-child(1) {
    width: 19%;
}

#tr-earnings li > div.trearnings-header:nth-child(2) {
    width: 22%;
}

#tr-earnings li > div.trearnings-header:nth-child(3) {
    width: 32%;
}

#tr-earnings li:not(.trearnings-header-row) > div:nth-child(3) {
    font-size: 12px;
    font-weight: normal;
}

#tr-earnings li:nth-child(1) .trearnings-header {
    color: rgb(157, 161, 165);
}

#tr-earnings li:not(.trearnings-no-data) {
    margin: 0 !important;
    padding: 3px 8px;
    height: 19px;
    background: #fff;
    border-bottom: 1px solid rgb(223, 226, 231);
    display: block;
}

#tr-earnings li.trearnings-header-row {
    font-size: 10px;
    background: rgb(243, 243, 243);
}

#tr-earnings a {
    color: #007dd4;
}

#tr-earnings .trearnings-detail {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
}

#tr-earnings .trearnings-fld, #tr-earnings .trearnings-val {
    background: #fff;
    display: inline-block;
    width: auto;
}

#tr-earnings .trearnings-val {
    text-align: center;
}

#tr-earnings li.trearnings-no-data {
    background: #f9f9f9;
    border: 0;
    color: #8d8d8d;
    font-size: 14px;
    padding-top: 88px;
    text-align: center;
}

#tr-earnings li.trearnings-loading {
    background: transparent;
    border: 0;
}

/* calendars */

#tipranks-calendars {
    height: 340px;
    width: 300px;
    whitespace: no-wrap;
}

#tipranks-calendars section {
    height: 100%;
}

#tipranks-calendars .trcalendars-calendar {
    height: 311px;
    height: calc(100% - 29px);
}

#tipranks-calendars section.trcalendars-widget {
    width: 100%;
    height: 100%;
    border: 1px solid #30797D;
}

#tipranks-calendars section.trcalendars-widget {
    font-family: arial;
}

#tipranks-calendars section.trcalendars-widget > h1 {
    font-size: 15px;
    margin: 0;
    padding: 5px;
    background-color: #30797D;
    color: #fff;
}

#tipranks-calendars .trcalendars-hidden {
    display: none;
}

#tipranks-calendars ul.trcalendars-nav {
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tipranks-calendars .trcalendars-nav li {
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #30797D;
    text-align: center;
    width: 50%;
    margin: 0 !important;
    padding: 5px !important;
    display: inline-block;
    color: rgb(0, 153, 220);
}

#tipranks-calendars .trcalendars-nav li.trcalendars-selected {
    color: rgb(129, 129, 129);
    border-bottom: none;
}

#tipranks-calendars .trcalendars-nav li.trcalendars-selected:nth-child(1) {
    margin-left: 0px !important;
}

#tipranks-calendars .trcalendars-nav li.trcalendars-selected:nth-child(2) {
    margin-right: -1px !important;
}

#tipranks-calendars .trcalendars-nav li:not(.trcalendars-selected):nth-child(1) {
    border-right: 1px solid #30797D;
    box-shadow: -1px -1px 1px 0px #f2f5f9;
}

#tipranks-calendars .trcalendars-nav li:not(.trcalendars-selected):nth-child(2) {
    padding-right: 6px !important;
    margin-left: 0px !important;
    border-left: 1px solid #30797D;
    box-shadow: 1px -1px 1px 0px #f2f5f9;
}

#tipranks-calendars .trcalendars-see-all {
    text-align: center;
    line-height: 22px;
}

#tipranks-calendars .trcalendars-see-all a {
    text-decoration: none;
}

#tipranks-calendars .trcalendars-see-all a:hover {
    text-decoration: underline;
}