/**********************************************************************************************************************/
/************************************************** General styles ****************************************************/
/**********************************************************************************************************************/

.cision-widget a {
    color: #6EB4CD;
}

.cision-widget a:hover {
    text-decoration: none;
}

.cision-widget .datepicker-dropdown {
    margin-left: -40px;
    margin-top: 25px;
}

.cision-widget .container > div {
    margin: 20px auto 20px auto;
}

.cision-widget .clear {
    clear: both;
}

.cision-widget .small-content {
    display: flex;
    justify-content: center;
    min-width: 235px;
    max-height: 312px;
}
@media screen and (max-width: 720px) {
  .cision-widget .small-content {
    display: inline-block;
  }
  .container-inline.no-margin.cision-widget{
    display: flex;
    flex-direction: column;
  }
  .container-inline.no-margin.cision-widget picture img{
    width: 100%;
    height: auto;
    display: block;
  }
  .cision-widget .small-ticker {
    padding: 24px !important;
    width: 100%;
  }
}

.cision-widget .table-sm {
    margin-top: 20px;
    border-bottom: 1px solid #dee2e6
}

/* .cision-widget   .table thead th {
    border-top: none;
} */

.cision-widget table th {
    background: #F5EFE5;
}

.cision-widget .table td {
    vertical-align: baseline;
}

.cision-widget .table td > .form-group, .cision-widget  .table td p {
    margin-bottom: 0;
}

.cision-widget .tab-content {
    padding: 10px;
    padding-right: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #dddbdb;
    border-left: 1px solid #dddbdb;
    border-right: 1px solid #dddbdb;
}

.cision-widget .pageIndex {
    clear: both;
}

.cision-widget .extras {
    margin-top: 10px;
    width: 20%;
    float: right;
}

.cision-widget .required, .cision-widget .required-text {
    margin-right: 10px;
    color: #ce0202;
}

.cision-widget .required-text {
    margin-bottom: 10px;
}

.cision-widget .card-columns {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.cision-widget .text-small {
    font-size: 7pt;
}


.cision-widget .subscribeInfo {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    padding-left: 0;
}

.cision-widget .mail {
    margin-top: 10px;
    clear: both;
    /* padding-right: 50px; */
    margin-bottom: 20px;
}

.cision-widget .mail .form-control {
    margin-bottom: 10px;
    padding-top: 10px !important;
}

.cision-widget .mail #sendForm {
    margin-top: 10px;
    margin-left: 0;
}

/********************************************* Orderbook styles ****************************************************/
/* used in several places and are so few so its not necessary to have in its own file */
.cision-widget .orderbook-table td,.cision-widget  .orderbook-table th {
    text-align: right;
}

.cision-widget .orderbook-table td:nth-child(1), .cision-widget .orderbook-table td:nth-child(2), .cision-widget .orderbook-table th:nth-child(1), .cision-widget .orderbook-table th:nth-child(2) {
        text-align: left;
    }


/********************************************************* Ticker styles *******************************************************/
/* used in several places and are so few so its not necessary to have in its own file */

.cision-widget #target-ticker img {
    width: 25px;
    color:#6E6E76;
}

.cision-widget .ticker-large td:nth-child(odd) {
    padding-right: 30px;
}

.cision-widget .ticker-price {
    font-size: 32pt;
    color: #569fca; /* default, will not be used if the bootstrap classes are present and working */
    font-weight: bold;
    font-family: Europa;
    text-align: left;
}

.cision-widget .ticker-large td {
    font-weight: 600;
}

.cision-widget .small-ticker {
    background-color: #F5EFE5;
    padding: 0 24px;
    padding-top: 18px;
}

.cision-widget .small-ticker h2{
    margin-top: 0;
}

.cision-widget .small-ticker p {
    margin-bottom: 5px;
    font-family: Europa;
}

.cision-widget .small-ticker .delta {
    margin-top: 3px;
}

.cision-widget .small-ticker img {
    margin-left: 20px;
}

.cision-widget .nav-link::before, .cision-widget .dropdown-item a::before{
  display: none;
}

.cision-widget .nav-link{
  font-size: 0.875rem;
  line-height: 2rem;
  padding: 10px !important;
}

.cision-widget .sharegraph-tabs table tbody td{
  border: 0;
  border-top: 1px solid #dee2e6;
}

.cision-widget .g-recaptcha{
    @media screen and (min-width: 1200px) {
        transform: scale(0.70);
        transform-origin: 0 0;
    }
    @media screen and (min-width: 992px) and (max-width: 1024px) {
        transform: scale(0.66);
        transform-origin: 0 0;
    }
    @media screen and (min-width: 1024px) and (max-width: 1200px) {
            transform: scale(0.52);
            transform-origin: 0 0;
    }
}