.website-content .search,
.website-content .search input,
.website-content .search .input-group-addon {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.website-content .search input[type]:not([type="submit"]),
.website-content .search select,
.website-content .search .input-group-addon {
  background-color: transparent;
  width: 95%;
}

.website-content .search .input-group-addon {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  line-height: 19px;
  padding-right: 22px;
  color: #cccccd;
}

/* START - this overrides are tested on main homepage */
.ad {
    background: none;
}
video {
    background: #000;
}
.thumbnail-news .news-inner, .thumbnail-news .news-content {
    min-height: 114px;
    height: auto;
}

/* overwrite for  special coverage image size */
#specialCoverage .special-news img {
    max-height: 50px;
}

.photo-gallery .photo .photo-inner .photo-content img, .photo-gallery .photo .photo-inner .photo-content video, .photo-gallery .photo .photo-inner .photo-content audio {
    width: 100%;
}

.stock .chart .highcharts-grid,
.stock .chart .highcharts-axis {
    display: none;
}
.market-stocks .tab-pane {
    display: none !important;
}
.market-stocks .tab-content>.active {
    display: block !important;
}

.market-stocks .tab-content {
    position: relative;
}

.tab-content.loading .loader {
    display: block;
    padding: 10px 0;
}
.tab-content .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 100;
    font-size: 36px;
    background-color: rgba(255, 255, 255, 0.6);
}
.poll.view-result .poll-result {
    position: relative;
}

.ad-wrapper {
    position: relative;
    z-index: 100;
}
.ad-wrapper .ad-inner {
    padding-bottom: 0;
    border-bottom: none;
}

.ad-wrapper .ad-inner .ad .dfp-ad {
    padding-bottom: 30px;
    border-bottom: thin dotted #cccccd;
}
.website-menu ul.nav-tabs li,.website-menu ul.nav-tabs li a {
    cursor: pointer;
}


.website-content .sidebar .content-section,
.website-content .sidebar .social-sidebar,
.website-content .sidebar .content-section:first-child,
.website-content .sidebar .ad-wrapper:first-child .dfp-ad {
    margin: 0;
}

.website-content .sidebar .content-section,
.website-content .sidebar .dfp-ad {
    margin-top: 20px;
    padding-bottom: 30px;
}

.website-content .sidebar .ad .type {
    position: static;
    margin:0;
    line-height: 20px;
}

/* END - this overrides are tested on main homepage */


/* START - this overrides are mainly applicable to companies sector coverage charts module  */
.search-box {
    max-width: 300px;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.search-box .suggestions {
    position: absolute!important;
    top: 32px!important;
    left: 0!important;
    padding: 5px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    width: 100%;
    display: none;
}
.search-box .suggestions .disclaimer {
    font-size: 12px;
}
.search-box .suggestions dd {
    color: #595959;
    font-size: 14px;
    list-style: none outside none;
    overflow: hidden;
    padding: 2px 10px;
}
.search-box .suggestions dd em {
    font-style: normal;
    font-weight: bold;
    color: #000;
}
.search-box .suggestions label,
.search-box .suggestions div,
.search-box .suggestions dt {
    display: none;
}
.search-box .suggestions dd.selected {
    cursor: pointer;
    background-color: #ffe1ad;
}
.search-box .suggestions dl {
    border-bottom: medium none;
    margin: 0 0 10px;
    padding: 0;
}
.search-box .suggestions dl:last-child {
    padding-top: 0.1em;
    margin-top: 0;
    margin-bottom: 0;
}
.search-box .suggestions dt {
    background: none repeat scroll 0 0 #eee;
    display: block;
    font-weight: bold;
}
.search-box .suggestions dt,
.search-box .suggestions span,
.search-box .suggestions dd {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    padding: 0.3em 1em;
    white-space: nowrap;
}
.search-box .suggestions dd a {
    color: #444; display:block
}
.search-box .suggestions dd a:hover {
    color: black;
    text-decoration: none;
}
.search-box .suggestions dl.see-all {
    font-style: normal;
}
.search-box .suggestions dl.see-all a {
    color: #D45500;
    font-weight: bold;
}

.new-updated-companies,
.new-updated-companies li {
    display: none;
}


/* overwrite for qtip */
.qtip-default {
    background-color: #ffffff;
    border-color: #999;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -moz-box-shadow : 0 0 5px rgba(0,0,0,.5);
    -o-box-shadow : 0 0 5px rgba(0,0,0,.5);
    box-shadow : 0 0 5px rgba(0,0,0,.5);
    max-width: 500px;
}

/* END - this overrides are mainly applicable to companies sector coverage charts module  */

/* START - css rules applied to the charts on Market's homepage (Equities Section) */
.simple-table>thead>tr>th,
.simple-table>tbody>tr>th,
.simple-table>tfoot>tr>th,
.simple-table>thead>tr>td,
.simple-table>tbody>tr>td,
.simple-table>tfoot>tr>td {
    padding: 5px 4px;
    font-size: 11px;
}
.simple-table>thead>tr>th {
    white-space: nowrap;
    background: #555555;
    color: #fff;
}
.up {
    color: #2dbb22;
}
.down {
    color: red;
}
.simple-tab.nav-pills>li>a {
    color: #afafaf;
    padding-left: 0;
}
.simple-tab.nav>li>a:hover, .simple-tab.nav>li>a:focus,
.simple-tab.nav-pills>li.active>a, .simple-tab.nav-pills>li.active>a:hover, .simple-tab.nav-pills>li.active>a:focus {
    background: none;
    color: #444444;
    font-weight: bold;
}
@media (min-width: 768px) {
    .market-performance .lead,
    .markets-chart-tooltip .lead {
        font-size: 17px;
    }
}

.market-performance .stock-chart,
.markets-chart-tooltip .stock-chart {
    margin-bottom: 20px;
}
.market-performance ul.chart-detail>li,
.markets-chart-tooltip ul.chart-detail>li{
    font-size: 14px;
    width: 50%;
    float: left;
}
.tooltip-content {
    display: none;
}
.markets-chart-tooltip {
    margin-top: 4px;
}
.fa-equal {
    font-family: Arial;
    font-weight: bold;
}
.fa-equal:before {
    content: "=";
}
/* END - css rules applied to the charts on Market's homepage (Equities Section) */

/* START - css rules applied for media objects primarily used on PR search results */
.z-media .media {
    width: 100%;
    display: block;
}
.z-media .media-left,
.z-media .media-right{
    width: 140px;
    height: 87px;
}
.z-media .media-right .photo {
    border: 1px solid #bbbbbb;
}
.z-media .media-left .photo,
.z-media .media-right .photo,
.z-media .media-right .photo .bg-image {
    position: absolute;
    width: 130px;
    max-height: 87px;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.z-media .media-right .photo .bg-image {
    content: "";
    background: #000 url("//images.zawya.com/images/cia/large/160414103030IZXI.jpg");
    background-position: 50% 50%;
    background-size: 120%;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    height: 100%;
    left: 0;
    right: 0;
    top:0;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.z-media .media-left .photo img,
.z-media .media-right .photo img{
    /*width: 170px;*/
    height: 87px;
}
.z-media .media-body {
    width: calc(100% - 140px);
}
.tab-content.pr-search.loading .loader {
    bottom: -20px;
    top: initial;
    height: auto;
    background: none;

}
/* END - css rules applied for media objects primarily used on PR search results */

.pagination {
	text-align: center;
}

/* to override Bootstrap pagination rendering issue */
.pagination>li>span {
	border: none;
}

.most-viewed-companies.reports li:before {
    vertical-align: middle;
}

.company-performance-chart {
    direction: ltr !important;
}