/*
#Q_lg_fbk {
    font-size: 0.7em;
    color: red;
}
*/
.gf_inp {
    width: 165px;
}
.date, .amount  {
    width: 121px;
}
.direction-column {
    width: 30px;
    text-align:center;
}
.amount-column{
    width: 100px;
}
.date-column {
    width: 100px;
}
.datetime-column {
    width: 125px;
}
.anabo-column{
    width:80px;
}
.subject-column {
    width: 235px !important;
}
.type-column {
    width: 80px;    
}
.sender-column {
   width:200px !important;
}
.checkbox-column {
    width: 20px;
    float: right;
}

#document-contact {
    width: 375px;
}
/*
.input-label
{
    color: #666;
    font-style: italic;
}*/

.checkbox-container input[type="checkbox"] {
    display:none;
}

input[type=radio] + label {
    display: inline;
}

.invalid_input
{
    border: 1px solid Red;
}
.msg_box
{
    width: 350px !important;
}
.msg_message
{
    margin-top: 7px;
    float: right;
}
.msg_image
{
    width: 32px;
    height: 32px;
    margin: 17px 10px 0px 2px;
}
.msg_controls
{
    float: right;
    text-align: right;
    margin-top: 25px;
    width: 115px;
}
/*.clear-date {
    position: relative;
    left: -16px;
    top: -1px;
    opacity: 0.2;
    cursor: pointer;
}*/
.clear-date:hover {
    opacity: 1.0;
}

#document-overview-filter {
    float: left;
}
#document-overview-filter input {
    width: 264px;
}

#bulk-send-back {
    width: 130px;
}

.barcode {
    width: 100px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}