.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
    padding: 4px;
}

.table > thead > tr > td.agressive, 
.table > tbody > tr > td.agressive, 
.table > tfoot > tr > td.agressive, 
.table > thead > tr > th.agressive, 
.table > tbody > tr > th.agressive, 
.table > tfoot > tr > th.agressive, 
.table > thead > tr.agressive > td, 
.table > tbody > tr.agressive > td, 
.table > tfoot > tr.agressive > td, 
.table > thead > tr.agressive > th, 
.table > tbody > tr.agressive > th, 
.table > tfoot > tr.agressive > th
{
	background-color: #FF8B73;
}

.btn-agressive:hover, .btn-agressive:focus {
    background-color: #FF8B73;
    background-position: 0 -15px;
	color: #fff;
}
.btn-agressive:focus, .btn-agressive.focus {
    background-color: #CF2B13;
    border-color: #761c19;
}
.btn-agressive {
    background-image: -webkit-linear-gradient(top, #FFABA3 0, #FF8B73 100%);
    background-image: -o-linear-gradient(top, #FFABA3 0, #FF8B73 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#FF8B73));
    background-image: linear-gradient(to bottom, #FFABA3 0, #FF8B73 100%);
    background-repeat: repeat-x;
    border-color: #b92c28;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	color:#fff;
}

.info-table th
{
    font-weight: normal;
    color: #777777;
}

.info-table th,
.info-table td
{
    padding: 0 4px;
}

.info-btn
{
    margin: 2px 0;
}

.menu-secondary
{
    margin-bottom: 20px;
}

.event-color
{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    background-color: transparent;
}

.event-color-incomplete
{
    border-color: #29527a;
    background-color: #668cb3;
}

.event-color-incomplete-alert
{
    border-color: #ab8b00;
    background-color: #e0c240;
}

.event-color-incomplete-expired
{
    border-color: #a32929;
    background-color: #d96666;
}

.event-color-incomplete-failed
{
    border-color: #711616;
    background-color: #ad2d2d;
}

.event-color-complete
{
    border-color: #2f6213;
    background-color: #5ca632;
}

.event-color-processed
{
    border-color: #5f6b02;
    background-color: #a7b828;
}

.event-color-deleted
{
    border-color: #333333;
    background-color: #737373;
}

.event-hidden
{
    opacity: 0.5;
}

.request-color
{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    background-color: transparent;
}

.request-color-not-processed
{
    border-color: #ab8b00;
    background-color: #e0c240;
}

.request-color-processed
{
    border-color: #2f6213;
    background-color: #5ca632;
}

.request-color-deleted
{
    border-color: #333333;
    background-color: #737373;
}

.crm-tooltip
{
    cursor: default;
}

.crm-tooltip .more
{
    display: none;
}

#crm-tooltip-popup
{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px;
    max-width: 300px;
    z-index: 2000;
    pointer-events: none;
}

.rating-table .photo
{
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center center;
}

.rating-table .photo a
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.rating-table .photo .rank
{
    position: absolute;
    right: 2px;
    bottom: 2px;
    padding: 0 3px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    text-align: center;
    min-width: 30px;
    line-height: 30px;
}

.rating-table .photo .trend
{
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 2px;
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.rating-table .photo .trend.up
{
    color: #009900;
}

.rating-table .photo .trend.down
{
    color: #cc0000;
}

.rating-table > tbody > tr > td
{
    vertical-align: middle;
    font-size: 18px;
}

.crm-news-list li {
    padding: 5px 0;
}

.nav > li.nav-counters > a {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.nav > li > a.danger {
    color: #dd0000;
    font-weight: bold;
}

.nav > li > a.danger:hover {
    color: #ee0000;
}

.modal-dialog
{
	width:100%;
	margin: 5px 0px 0px 5px;
	padding-right:10px;
}
.modal-dialog button.close
{
	position: absolute;
	top: 10px;
	right: 20px;
}

.prototype{display:none;}
.hidden{display:none;}

.table-separator {
    border-left: 1px solid #dddddd;
}

.core-action-buttons
{
    float: right;
    margin: 15px 0;
}

.core-action-panel
{
    clear: both;
    display: none;
    width: 67%;
}

#forms-gen_document .form-group:has(input:disabled) {
    display: none;
}