﻿.cr-1row-2col .cr-col-left+.cr-col-right {
    width: 350px;
    margin-left: 0;
    left: 0;
    top: 190px;
    position: absolute;
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(205, 205, 205);
}

.no-searchScope-selector div.global-search-query-container{
    margin-right: 110px!important;
}

.no-searchScope-selector input.global-search-query-input{
    border: 1px rgb(205, 205, 205) solid !important;
    border-radius: 4px !important;
}

.discussionsAndRIA-total-number {
    font-weight: bold;
}

.discussionsAndRIA-search-results {
    padding: 0 10px;
    display: block;
}
.discussionsAndRIA-search-results>li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    padding: 15px 10px 0;
    border-top: 1px rgb(205, 205, 205) solid;
}

.discussionsAndRIA-download img{
    margin-left: 10px;
    right: 5px;
    position: absolute;
}

.discussionsAndRIA-download.top img{
    top: 15px;
}
.discussionsAndRIA-download.bottom img{
    bottom: 0;
}

.discussionsAndRIA-line-of-activity {
    margin-left: 5px;
}

.categories-column + .categories-content.webPartArea {
    padding: 0;
    width: 890px;
}

.dd-total-count {
    top: 117px;
}

.total-count-separator {
    height: 35px;
}

.dd-type {
    margin: 3px 0;
    color: rgb(123, 123, 123);
}
.dd-period,
.dd-status{
    white-space: nowrap;
}
.dd-link{
    display: block;
    margin: 0 0 10px 0;
    width: 190px;
}
.ms-bottompaging {
    margin: 10px;
}

.no-elements {
    margin: 0 10px;
}
/*Table*/
.table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #cccccc;
}
.table thead tr {
    border-top: 0;
}
.table thead th {
    border: 0;
    font-weight: bold;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 32px 10px;
    border-top: solid 1px #cccccc;
}
.table tr td.pad,.table th.pad{
    padding: 0;
    width: 9px;
    border: none;
}
.table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.table tr {
    
}
/*.table tbody tr:hover {
    background-color: rgba( 205, 230, 247, 0.3);
}*/
.table tbody tr:hover td.even {
    background-color: transparent !important;
}

.table .div-tr td{
    border-top: solid 1px #cccccc;
    padding: 13px 10px 0;
}
.table .dd-period, .table .dd-full-title{
    padding-bottom: 12px;
}
/*.table .dd-activity:first-child{
    padding-top: 16px;
}*/
.no-elements{
    padding: 0 12px 20px 12px;
}