﻿body {
}

/*------------------------------------Nav style----------------------------------*/
nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #b4b7ba;
        border: 1px solid #b4b7ba;
        border-bottom-color: transparent;
    }

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li > a {
    color: #676666;
}

.nav-tabs > li > a {
    background: #f0f2f3;
    padding: 5px 15px;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.nav {
    padding-left: 0;
    margin-bottom: -1px;
    list-style: none;
}


/*------------------------------------Panel style----------------------------------*/
.inner-bg h5 {
    /*background-color: #EFF3F6;*/
}

.div_panel {
    background-color: #FBFDFE;
    border-radius: 0 0 5px 5px;
    width: 100%;
    font-size: 12px;
    min-height: 70px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    line-height: 1.7;
    padding: 10px;
    color: #767676;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

 /*------------------------------------Grid style----------------------------------*/

.table_new {
    overflow: auto;
}

    .table_new table {
        margin: 0 auto;
        border-collapse: separate;
        border-spacing: 0;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        border-bottom: 5px solid #EFF3F6;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .table_new table tr:nth-child(even) {
            background-color: #FBFDFE;
        }

        .table_new table tr th a,
        .table_new table tr td a {
            color: #737382;
            text-decoration: underline;
        }

        .table_new table tr th,
        .table_new table tr td {
            /*border-right: 1px solid #eaeaea;*/
            border-bottom: 1px solid #e3e3e3;
        }

            .table_new table tr th:first-child,
            .table_new table tr td:first-child {
                border-left: 1px solid #eee;
            }

            .table_new table tr th:last-child,
            .table_new table tr td:last-child {
                border-right: 1px solid #eee;
            }

        .table_new table tr th {
            background: #EFF3F6;
            border-top: 1px solid #eee;
            text-align: left;
            padding: 5px 15px;
            font-weight: 600;
            font-size: 12px;
            color: #676666;
        }

        .table_new table tr td {
            text-align: left;
            padding: 0 0 0 15px;
            font-size: 12px;
            color: #767676;
            line-height: 1.75;
        }

        /* top-left border-radius */
        .table_new table tr:first-child th:first-child {
            border-top-left-radius: 6px;
        }

        /* top-right border-radius */
        .table_new table tr:first-child th:last-child {
            border-top-right-radius: 6px;
        }

        /* bottom-left border-radius */
        .table_new table tr:last-child td:first-child {
            border-bottom-left-radius: 6px;
        }

        /* bottom-right border-radius */
        .table_new table tr:last-child td:last-child {
            border-bottom-right-radius: 6px;
        }
/*------------------------------------end----------------------------------*/

/*------------------------------------Ajax style----------------------------------*/
.autoCompleteList {
    background-color: white !important;
    border: solid 1px #006699;
    margin-left: 2px;
    z-index: 100000 !important;
    /*font-family: OSWALD;*/
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    line-height: 20px;
    padding: 3px;
    height: 110px;
    overflow: auto;
}

.autoCompleteListItem {
    border-bottom: dotted 1px #006699;
    cursor: pointer;
    color: Maroon;
}

.autoCompleteSelectedListItem {
    color: White;
    background-color: #006699;
    cursor: pointer;
}

        /*------------------------------------end----------------------------------*/

 .txtarea-D{min-width:150px; width:95%; min-height:50px; font-size:12px; border:none; background-color:#FBFDFE; border-radius:0 0 5px 5px; outline:none; padding-left:10px; resize:none; border:1px solid #a8a8a8;}
