body {
    margin: 0;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}

* {
    margin: 0;
    padding: 0;
}

.clear_fix {
    clear: both;
}

#wrapper {
    width: 100%;
}

#header {
    background: #5eb1ff;
    margin-bottom: 10px;
    min-height: 50px;
    padding-bottom: 12px;
    width: 100%;
}

h2 {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.profileimg {
    border-radius: 15px;
    height: 45px;
    width: 45px;
}

.container {
    border: 1px solid #b7b7b7;
    background: #fff;
    padding-bottom: 20px;
    border-top: none;
}

.bg-main-heading {
    background: url(../images/bg-main-heading.jpg) repeat-x #f5f5f5;
    border: 1px solid #DBDBDB;
    border-top: none;
    font-weight: 700;
    line-height: 25px;
    padding: 7px;
    color: #545454;
}

.heading {
    width: 50%;
    float: left;
    font-size: 12px;
}

.welcome_section {
    float: right;
    padding: 10px 15px 0 0;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
}

    .welcome_section ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .welcome_section ul li {
            display: inline;
            padding: 0 12px 0 0;
            font-size: .875em;
        }

            .welcome_section ul li.last {
                padding-right: 0;
            }

            .welcome_section ul li a {
                color: #fff;
                text-decoration: none;
            }

                .welcome_section ul li a img {
                    margin-right: 4px;
                }

.heading a {
    text-decoration: none;
    color: #545454;
}

    .heading a:hover {
        text-decoration: underline;
        color: #545454;
    }

.logo {
    float: left !important;
    height: auto;
    padding: 12px 0 8px 56px;
    text-align: center;
    width: 132px;
}

.logo-app {
    float: right;
    margin: 5px 7px 0;
    width: auto;
}

.logo-app-intect {
    float: left;
    margin: 12px 4px 0;
    width: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.clear-fix {
    clear: both;
}

.menu-section {
    padding: 3px;
    width: 300px;
    margin: 0 auto;
}

   .menu-section img {
    margin-bottom: 0;
    margin-right: 0;
    border-right: 0px solid #E6E6E6;
    height: 77px;
    width: 77px;
}

.footer {
    background-color: #eaeaea;
    bottom: 0;
    color: #7d7b7b;
    font-size: 12px;
    padding: 4px 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.search-conatiner {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.bg-search-heading {
    color: #545454;
    font-weight: 700;
    line-height: 25px;
    padding: 7px;
}

.heading-search {
    background: #eee;
    color: #545454;
    font-weight: 700;
    line-height: 34px;
    padding-left: 10px;
    font-size: 12px;
}

.padding-right {
    padding-right: 4px;
}

input[type=text] {
    width: 90%;
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
}

.search-section {
    background: #fff;
    padding: 10px;
}

.sub-navigation {
    margin-top: 10px;
}

#button-search {
    margin: 22px 0 0;
}

#default-example a {
    display: block;
}

h3 {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    background: url(../images/icon-arrow.png)right no-repeat #efefef;
}

a {
    text-decoration: none;
    color: #5f5f5f;
}

#default-example {
    border: 1px solid #ccc;
    border-bottom: none;
}

    #default-example div {
        padding: 10px;
    }

    #default-example select {
        background: #fff;
        border: 1px solid #ccc;
        padding: 7px;
        font-family: Verdana,Geneva,sans-serif;
        font-size: 12px;
        width: 100%;
    }

.padding-td {
    padding-left: 54px;
}

.button-search {
    background: url(../images/bg-button.jpg) repeat-x #5a5859;
    color: #fff;
    font-weight: 700;
    width: 100%;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #666;
}

.main-conatainer {
    width: 96%;
    margin: 0 auto;
}

#bg-button-display {
    background: url(../images/bg-button-display.jpg) repeat-x;
    border: 1px solid #bababa;
    border-bottom: none;
    color: #6f6f6f;
    font-weight: 700;
    float: right;
    width: 75px;
    padding: 5px;
}

.bg-heading-td {
    background: url(../images/bg-heading-td.jpg) repeat-x #dfddde;
    line-height: 20px;
    color: #5d5d5d;
    font-weight: 700;
}

.level1 {
    background: #f2f2f2;
}

.ARC {
    background: #dedede;
}

    .ARC img {
        background: #dedede;
        padding-left: 10px;
    }

.ARD {
    background: #ebebeb;
}

    .ARD img {
        background: #ebebeb;
        padding-left: 20px;
    }

.CEC {
    background: #fff;
}

.padding-right-icon {
    padding-right: 10px;
}

#bg-button-display a {
    background: url(../images/icon-arrow-gray.png) right center no-repeat !important;
    display: block;
}

.bg-table {
    background: #ccc;
    font-size: 12px;
}

.table-wrapper {
    position: relative;
}

@media (max-width:500px) {
    .logo {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .welcome_section {
        line-height: 18px;
        padding: 1px 0 0 6px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
}

@media (max-width:320px) {


    .menu-section {
        margin: 0 auto;
        padding: 1px;
        width: 220px;
    }

    .search-conatiner {
        border: 1px solid #d9dadb;
        width: 293px;
        margin: 0 auto 10px;
    }

    .bg-popup {
        background: #FFF;
        color: #656565;
        font-weight: 700;
        margin: 20px;
        padding: 10px;
    }

    input[type=text] {
        background-color: #FFF;
        border: 1px solid #CCC;
        display: block;
        padding: 5px;
        width: 80%;
    }

    .welcome_section {
        line-height: 18px;
        padding: 1px 0 0 6px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
}


.menu-section {
    width: 306px;
}

.icon_txt{font-size: 15px;
    font-weight: 600;
    font-family: Kavoon,Helvetica,sans-serif;
    color: #666565;}