﻿::-webkit-input-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

:-moz-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

::-moz-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

:-ms-input-placeholder
{
    font-style: italic;
    color: green !important;
    font-weight: bold;
}

body
{
    padding-right: 0px !important;
    margin-right: 0px !important;
}

#custom-bootstrap-menu.navbar-default
{
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(13, 13, 16, 0.70) 100%) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(58, 58, 61, 0.70) 100%) !important;
    padding-left:15px;
    padding-right:15px;
}

input[type="text"][disabled=disabled]
{
    background: #cccccc !important;
    cursor: not-allowed;
    color: #222;
}

input[type="text"][readonly=readonly]
{
    background: #cccccc !important;
    cursor: not-allowed;
    color: #222;
}

.pager-buttons
{
    margin-right: 5px;
    width:50px;
}

table.tbl-lv td
{
    border: 1px solid #CCC;
    border-collapse: collapse;
    font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

    table.tbl-lv td a
    {
        color: #454545;
        display: block;
        padding: 2px 2px;
        text-decoration: none;
        width: 100%;
    }

table.tbl-lv
{
    border: none;
    border: 1px solid #CCC;
    background-color: white;
}

    table.tbl-lv thead th,
    table.tbl-lv tbody th
    {
        background: #FFF url(img/th_bck.gif) repeat-x;
        color: black;
        padding: 5px 5px;
        border-left: 1px solid #CCC;
    }

    table.tbl-lv tbody th
    {
        background: #fafafb;
        border-top: 1px solid #CCC;
        text-align: left;
        font-weight: bold;
    }

    table.tbl-lv tbody tr td
    {
        padding: 5px 5px;
        color: #666;
    }

    table.tbl-lv tbody tr:hover
    {
        background: #FFF url(img/tr_bck.gif) repeat;
        cursor: pointer;
    }

        table.tbl-lv tbody tr:hover td
        {
            color: #454545;
        }

    table.tbl-lv tfoot td,
    table.tbl-lv tfoot th
    {
        border-left: none;
        border-top: 1px solid #CCC;
        padding: 4px;
        background: #FFF url(img/foot_bck.gif) repeat;
        color: #666;
    }