﻿
/**
 * My custom styles
 **/


.ddl
{
    border: 1px solid gray;
    border-radius: 5px;
    margin-left:3px;
    padding: 0px 0px 0px 0px;
    /*-webkit-appearance: none;*/
    text-indent: 0.01px; /*In Firefox*/
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}
.ddl:focus{
    border:none;
}
.chkboxlst
{
    background-color: red;
}

.txt
{
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 2px 2px 2px;
    -webkit-appearance: none;
    text-indent: 0.01px; /*In Firefox*/
    font-size: .99em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
}
.txt:focus {
    outline:none;
}


.btncss {
    border: none;
    border-radius: 5px;
    background: #3498db;
    padding:5px;
    font-weight:bold;
    -webkit-appearance: none;
    text-indent: 0.01px; /*In Firefox*/
    color: #fff;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    border-radius: 12px;
    font-family: Arial;
    font-weight: normal;
}


    .btncss:focus {
        outline: none;
        border: none;
    }
    .btncss:active {
        box-shadow: 0 2px 5px #999;
        transform: translateY(2px);
        outline:none;
        border:none;
    }

.gvbtns
{
    border: none;
    padding: 1px 1px 1px 1px;
}


.staticMenuItem
{
    color: black;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: whitesmoke;
    border: 10px solid white;
    text-justify: trim;
    border-radius: 12px; /*box-shadow: 0 2px #999;*/
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font: 400 12px arial, verdana;
}


.MenuItem
{
    color: black;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: white;
    border: 2px solid whitesmoke;
    text-justify: trim;
    border-radius: 12px;
    box-shadow: 0 2px #999;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    font: 500 12px arial, verdana;
    letter-spacing: 1px;
}


.watermarked
{
    color: lightgray;
    text-align: center;
}

/**
 * GRIDVIEW STYLES
 **/


.gridview
{
    border: thin solid #CCCCCC;
    left: 4px;
    position: relative;
    top: -40px;
    font-family: "arial";
    background-color: white;
    padding: 4px;
    caption-side: inherit;
    font-size: small;
}

.RowStyle
{
    vertical-align: top;
    background-color: White;
    font-size: x-small;
    color: Black;
    text-align: left;
}

.FooterStyle
{
    vertical-align: top;
    background-color: White;
    font-size: x-small;
    color: Black;
    text-align: left;
}

.HeaderStyle {
    /* vertical-align: top; */
    background-color: #9aceff;
    font-size: smaller;
    color: Black;
    text-align: left;
    font-weight: bold;
    padding: 4px;
    border: 1px solid black;
}

th {
    height: 20px;
}

.PagerStyle
{
    vertical-align: top;
    background-color: #CCCCCC;
    font-size: x-small;
    color: #003399;
    text-align: left;
    font-weight: bold;
}


.SelectedRowStyle
{
    vertical-align: top;
    background-color: #E0D6D9;
    font-size: x-small;
    color: #003399;
    text-align: left;
    font-weight: bold;
}

.EditRowStyle
{
    vertical-align: top;
    background-color: White;
    font-size: x-small;
    color: #003399;
    text-align: left;
}

.TD
{
    border: thin solid #C0C0C0;
}



.tbl
{
     width:800px;
}
