﻿
div.maintab {
    border: solid 0px #000;
    border-bottom:0px solid #a2afb5;
    width: 100%;
    float: left;
    /*padding: 20px;
    background-color:#fff;*/
}

.commonboxContent {
    background-color: #e3f2ff;
    float: left;
    width: 100%;
}

    .commonboxContent .box {
        float: left;
        margin-top: 5px;
        margin-left: .5% !important;
    }

.styleBox {
    padding: 10px 10px 5px 10px !important;
    margin-top: 5px !important;
    float: left;
    margin-left: 1% !important;
}

div {
    box-sizing: border-box;
}

    div.tab {
        display: none;
        border: solid 1px #c4c4c4;
        font-family: verdana,tahoma,helvetica;
        width: 100%;
        font-size: 10pt;
        position: relative;
        /*margin-top:-2px;*/
        float: left;
        padding: 10px;
        background-color: #fff;
    }

li.tabhead {
    display: inline-block;
    border: solid 1px #6b94c3;
    padding: 3px 8px;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
    border-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
}

ul.tabheadpen {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

    ul.tabheadpen li {
        list-style: none;
        float: left;
        position: relative;
        font-family: verdana,tahoma,helvetica;
        font-size: 11px;
        background: -webkit-linear-gradient(#ffffff, #aed2f4); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#ffffff, #aed2f4); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#ffffff, #aed2f4); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#ffffff, #aed2f4); /* Standard syntax */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#aed2f4);
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#aed2f4);
    }

        ul.tabheadpen li.active, ul.tabheadpen li:active, ul.tabheadpen li:hover, ul.tabheadpen li:focus {
            background: -webkit-linear-gradient(#ffffff, #e58a2c); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#ffffff, #e58a2c); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#ffffff, #e58a2c); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#ffffff, #e58a2c); /* Standard syntax */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e58a2c);
            -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e58a2c);
        }

        ul.tabheadpen li.active {
            filter: unset;
            background: #fff;
            border-top: 1px solid #e68b2c;
        }

            ul.tabheadpen li.active::before {
                /*border-top: 1px solid #e68b2c;*/
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: 2px;
                background-color: #ffc83c;
                border-bottom: 0px;
                display: block;
                content: '';
            }

            ul.tabheadpen li.active::after {
                position: absolute;
                display: block;
                height: 6px;
                background-color: #fff;
                content: '';
                left: 0px;
                right: 0px;
                z-index: 1000;
            }

.labelBorder {
    border: 1px solid #e5e5e5;
    padding: 4px 5px;
    background-color: #f5f5f5;
    font-weight: bold;
    font-size: 9pt;
    clear: both;
}

    .labelBorder span {
    }

table.repoTabel.borderCollapse {
    border-collapse: collapse;
    width: 100%;
}

.aButton input[type="submit"], .aButton input[type="button"], .aButton .lButton a {
    padding: 2px 4px;
}

.aButton input[name='BtnMail'] {
    margin-top: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .slick-header-columns {
    background: url(../images/gridBg.jpg) repeat-x #e4e4e4 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold !important;
    color: black !important;
}
