﻿.label
{
    font-weight: 700;
}


/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox
{
    display: inline;
}

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus
{
    border: 1px solid #7ac0da;
}

input[type=checkbox]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type=submit], input[type=button], button
{
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

.mGrid
{
    /* background-color: #fff; */
    margin: 25px 0 0 14px;
    border: solid 0px #a5acb5;
    padding: 0 0 0 0;
}

.mGrid tr:nth-child(even)
{
    background-color: #EDEDED;
}

table.mGrid td
{
    /*padding: 2px;*/
    border-bottom: 1px solid #a5acb5;
    color: #000;
    font-size: 11px;
}

table.mGrid tr td table td
{
    border: 0 none;
    color: #000;
    margin: 0;
    padding: 0;
}

.mGrid th
{
	/*column heading color*/
    height: 30px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #a5acb5;
    border-bottom: 1px solid #a5acb5;
    background-color: #dc9d19;
    padding: 0 3px 0 3px;
}

.mGrid .alt
{
    background: transparent;
}

.mGrid .pgr
{
    background: #f5f7f9;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #a5acb5;
    font-weight: bold;
    color: #000; /*line-height:12px;   */
}
.mGrid .pgr a
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.checkstyle
{
    height: 100px;
    width: 10px;
    border: 1px solid #000;
}

/*tooltip table style*/
table.tooltip_table, tr
{
    border-bottom: 2px solid #F0F8FF;
    border-collapse: collapse;
    font-size: small;
}

.tooltip_table tr:nth-last-child(1)
{
    border-bottom: 6px solid #5F9EA0;
}
.tooltip_table th
{
    background-color: #5F9EA0;
    text-align: left;
    padding: 2px 2px 2px 5px;
}
.tooltip_table tr
{
    background-color: #B0C4DE;
}
.tooltip_table td
{
    border-right: 1px solid #708090;
    padding: 2px 2px 2px 5px;
}

.tooltip_table td:nth-last-child(1)
{
    border-right: none;
}
