﻿textarea { resize:none; }

span.lbl-simple {
    font-weight:normal;
    font-size:10pt;
    color:Gray;
    padding-left:0px;
    padding-right:5px;
}

span.lbl-bold {
    color:rgb(15, 73, 108);
    font-weight:bold;
    font-size:11pt;
    font-style: italic;
    padding-right:15px;
}

input.chk-all {
    vertical-align: bottom;
    margin-bottom: 2px;
}

.pnl.filter .content .fieldgroup {
    border-bottom:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#EEEEEE;
}

span#opcSelectAll {
    font-size: 10pt;
    font-style: italic;
    padding-left: 15px;
    background-image: url(../img/check_checked.png);
    background-position-y: -14px;
    background-repeat: no-repeat;
    color: black;
    cursor: pointer;
}

span#opcSelectAll.chk-sel {
    background-position-y: 0px;
    color: rgb(20, 169, 195);
}

.tableformat > tbody > tr > td > .op.detail{
    width: 140px;
    display: inline-table;
}
div.tmp-hide-content {
    position: relative;
    top: 0px;
    text-align: center;
    font-size: 28pt;
    font-family: calibri;
    color: silver;
    background: white;
    height: 202px;
    padding-top: 130px;
    border: 1px solid silver;
    border-top: none;
}