﻿

.toolbar
{
    text-align: right;
    margin-bottom: 0px !important;
    margin-top: 0px;
    border-bottom: 1px solid #337ab7;
    z-index:1;
    height:35px;
    background-color: #efefef;
    vertical-align:middle; 
}
.toolbar .actions
{
    color:#fff;
    float:right;
    margin-top:-2px;
}
.toolbar a
{
   margin-top:5px;
   margin-right:10px;
}

.toolbar .search
{
    float: left;
    vertical-align: middle;
    padding:0px;
    border: 1px solid #1c262b;
}

.bottombar
{
    height: 25px;
    text-align: right;
    border-bottom: 4px solid #c9c9c9;
    padding: 10px;
    margin-bottom: 10px;
   
}


/*---------TABLE FORM--------*/
.table-form
{
    width: 100%;
    border: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    margin:0px;
    border-collapse: collapse;
}
    .table-form tr td {
        line-height: 15px;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF;
        padding: 7px;
        height: 20px;
        background-color: #fff;
        font-size: 11px;
        border-collapse: collapse;
    }
.table-form tr td.col-0
{
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    background-color: #FAFAFA;
    white-space: nowrap;
    width: 150px !important;
    border-bottom: 1px solid #DFDFDF;
    font-weight: bold;
}
.table-form tr td.col-1
{
    padding-left: 5px;
}
.table-form tr td.col-1 span
{
    /*font-weight: bold;*/
}
.table-form tr td.col-2
{
    padding-left: 10px;
}
    .table-form td.col-h {
        padding-right: 5px;
        padding-left: 5px;
        text-align: left;
        background-color: #eee;
        white-space: nowrap;
        border-bottom: 1px solid #DFDFDF;
        font-weight: bold;
        font-size: 12px;
        border-bottom: 1px solid #333;
    }
.table-form td.col-h a
{
    padding: 3px;
    text-decoration: none;
    margin-right: 5px;
}
.table-form td.col-m
{
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    background-color: Transparent;
    white-space: nowrap;
    font-size: 9px;
    font-weight: bold;
    line-height: 10px;
    height: 10px;
}
