.profile_trend * {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #678197;
}

.profile_trend ol,
.profile_trend ul {
    margin: 2px !important;
    padding: 2px !important;
}

.profile_trend ol li,
.profile_trend ul li {
    margin-left: 15px;
}

/** Contenido principal del fieldset, el div con class "matter" debe ir
inmediatamente despues del legend*/
.profile_trend .matter {
    padding: 5px !Important;
}

h1.profile_trend {
    text-transform: uppercase;
    font-size: 48px;
}

h2.profile_trend {
    text-transform: uppercase;
    font-size: 24px;
}

h3.profile_trend {
    text-transform: uppercase;
    font-size: 22px;
}

h4.profile_trend {
    text-transform: uppercase;
    font-size: 16px;
}

h5.profile_trend {
    text-transform: uppercase;
    font-size: 11px;
}

h6.profile_trend {
    text-transform: uppercase;
    font-size: 8px;
}

/** Estilos para la fuente de profile_trend **/
.profile_trend .light_grey {
    color: #D3D3D3;
}

.profile_trend .grey {
    color: #AFAFAF;
}

.profile_trend .dark_grey {
    color: #666666;
}

.profile_trend .italic {
    font-style: italic;
}

.profile_trend .bold {
    font-weight: bold;
}

.profile_trend .uppercase {
    text-transform: uppercase;
}

.profile_trend fieldset legend {
    text-transform: uppercase;
    font-weight: bold;
    color: #0070BF !important;
    margin-left: 5px !important;
    /*    66A3D3*/
}

.profile_trend fieldset {
    border: 1px solid #CCCCCC;

}

.profile_trend fieldset:hover {
    cursor: pointer;
}

.profile_trend .active_state {
    color: #008C00 !important;
}

.profile_trend .inactive_state {
    color: #CC0000 !important;
}

.profile_trend .bold {
    font-weight: bold;
}

.profile_trend .tleft {
    text-align: left !important;
}

.profile_trend .tright {
    text-align: right !important;
}

.profile_trend .tcenter {
    text-align: center !important;
}

.profile_trend .black {
    color: #536879 !important;
}

.profile_trend td.box-shadow {
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.profile_trend tr.bricks th {
    font-weight: bolder !important;
    color: white !important;
    text-align: center;
    background-color: #53AEDF;
    padding: 0 5px 0 5px;
}

/* Estilo para las secciones de los reportes que sean bitacoras **/
.profile_trend tr.bricks.fill td {
    color: #678197;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
    background: #f4f9fe;
}

.profile_trend tr.bricks.red td {
    color: #ad5e5c;
    border-bottom: 1px solid #e77d7b;
    border-left: 1px solid #e77d7b;
    background: #ffe7e7;
}

.profile_trend tr.bricks.green td {
    color: #69a150;
    border-bottom: 1px solid #8cd76b;
    border-left: 1px solid #8cd76b;
    background: #e7ffd6;
}

.profile_trend tr.bricks td {
    padding-left: 3px;
    border-bottom: 1px solid #e5eff8;
    border-left: 1px solid #e5eff8;
}

.profile_trend tr.bricks td.expand {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 5px !important;
}

/** Estilos para los enlaces*/
.profile_trend a {
    text-decoration: none !important;
    color: #678197;
    cursor: pointer;
}

.profile_trend a:hover {
    background-color: #0070BF;
    color: white !important;
}

.profile_trend a.risk-reset-filter:hover {
    background-color: transparent;
    text-decoration: underline !important;
    color: #678197 !important;
}

.profile_trend #tools_bar {
    background-color: white;
    position: fixed;
    top: 2%;
    right: 2%;
    padding: 10px !important;
    width: 210px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); /* Firefox */
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); /* Safari, Chrome */

    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=-150, Color='#cccccc');
}

#tools_bar ul li {
    margin-left: 5px;
}

.vertical {
    color: #D3D3D3 !important;
    position: absolute;
    bottom: 10px;
    left: 157px;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.clp_btn {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: url(../../images/old/plus.png) top right no-repeat;
}

.clp_btn:hover {
    background: url(../../images/old/plus.png) top left no-repeat;
}

input[type='submit'] {
    cursor: pointer;
    padding: 2px 4px;
    text-shadow: 0 1px 1px #ffd899;
    text-decoration: none;
    background-color: #ffb133;
    background-image: -moz-linear-gradient(center bottom, #ff9d00 0%, #ffb133 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff9d00), color-stop(1, #ffb133));
    background-image: -o-linear-gradient(center bottom, #ff9d00 0%, #ffb133 100%);
    border: 1px solid #cc7d00;
    border-top: 1px solid #e68d00;
    border-bottom: 1px solid #b36e00;
    color: #4d2f00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.218s ease;
    -moz-transition: all 0.218s ease;
    -o-transition: all 0.218s ease;
    transition: all 0.218s ease;
}

input[type='submit']:hover {
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    background-color: #ffb742;
    background-image: -moz-linear-gradient(center bottom, #ffa30f 0%, #ffb742 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffa30f), color-stop(1, #ffb742));
    background-image: -o-linear-gradient(center bottom, #ffa30f 0%, #ffb742 100%);
    border: 1px solid #b36e00;
    border-top: 1px solid #cd7e00;
    border-bottom: 1px solid #9a5f00;
}

input[type='submit']:active {
    background-color: #e68e00;
    -moz-box-shadow: inset 0 2px 5px -1px #b36e00;
    -webkit-box-shadow: inset 0 2px 5px -1px #b36e00;
    box-shadow: inset 0 2px 5px -1px #b36e00;
    border: 1px solid #995f00;
    border-top: 1px solid #b36e00;
    border-bottom: 1px solid #804f00;
}

.collapse_value {
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    background: url(../../images/icons/tools/icon-collapse-plus.gif) top right no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 5px;
}

.collapse_value:hover {
    background-position: top left;
}

.collapse_value_hover {
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    background: url(../../images/icons/tools/icon-collapse-plus.gif) bottom right no-repeat;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 5px;
}

.collapse_value_hover:hover {
    background-position: bottom left;
}

.filter {
    width: 100%;
}

.filter tfoot tr td {
    text-align: right;
}

.filter select {
    padding: 2px;
    width: 200px
}

.filter select.tq_date {
    width: inherit;
}

hr.definition_separator {
    margin: 10px 0;
    background-color: #F2F2F2;
    border: none;
}
