﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: Verdana, Geneva, sans-serif;
    background: url(../images/admin-bg.jpg) left top repeat;
}

/* ----------------------------------------------------------------Getting the new tags to behave----------------------------------------- */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block
}

mark, rp, rt, ruby, summary, time {
    display: inline
}

/*------------------------------------------------------------------Headings----------------------------------------------------------------*/
h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    font-size: 100%;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    font-size: 90%;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h5 {
    font-size: 80%;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h6 {
    font-size: 75%;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*------------------------------------------------------------------Paragraph----------------------------------------------------------------*/

p {
    text-align: justify;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

/*------------------------------------------------------------------ Lists----------------------------------------------------------------*/

ul ul, ul ol, ol ol, ol ul {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul ul {
        list-style-type: circle;
    }

        ul ul ul {
            list-style-type: square;
        }

            ul ul ul ul {
                list-style-type: circle;
            }

ol {
    margin-top: 15px;
}

    ol ol {
        margin-top: 10px;
        margin-left: 40px;
    }

        ol ol ol {
            margin-top: 10px;
            margin-left: 40px;
        }

p {
    margin-bottom: 15px;
    color: #313131;
    line-height: 19px;
}

/*-----------------------------------------------------------For unordered listing-------------------------------------------------*/
ul li {
    padding-left: 0px;
    margin-bottom: 0px;
}

    ul li ul li {
        list-style-type: none;
    }

        ul li ul li ul li {
            margin-bottom: 5px;
            list-style-type: none;
        }

/*-----------------------------------------------------------For ordered listing-------------------------------------------------*/
ol li {
    list-style-type: decimal;
    margin-bottom: 7px;
}

    ol li ol li {
        list-style-type: lower-alpha;
    }

        ol li ol li ol li {
            margin-bottom: 5px;
            list-style-type: decimal;
        }

img {
    border: none;
}

/*---------------------------------------------------------Tables---------------------------------------------------------------------*/

table {
    border-collapse: collapse;
    width: 100%;
    border-top: solid 1px #D5D5D5;
    border-bottom: solid 1px #D5D5D5;
    font-size: 89%;
}

th, thead th, tbody th {
    padding: 6px;
    font-size: 110%;
    background: #ebebeb;
    color: #0B2864;
}

    th a, thead th a, tbody th a {
        text-decoration: none;
        color: #0B2864;
    }

        th a:hover, thead th a:hover, tbody th a:hover {
            text-decoration: underline;
        }

td {
    padding: 6px;
    vertical-align: top;
    word-wrap: break-word !important;
    border-top: solid 1px #D5D5D5;
    border-bottom: solid 1px #D5D5D5;
    text-align: center
}

    td a {
        text-decoration: none;
        font-weight: normal !important;
        color: #0B2864;
    }

caption {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 120%;
    font-weight: bold;
}

#content table tr.even {
    border-bottom: none;
    padding: 0px;
}

#content table tr.odd {
    border-bottom: none;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------------------------Login section----------------------------------------------*/


#login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 366px;
    margin: auto; /*height:414px;*/
    background: #fff;
    margin-top: -215px;
    margin-left: -190px;
    padding: 8px;
}

.box-ineer {
    width: 346px; /*height:472px;*/
    background: url(../images/content-section-bg.jpg) left top repeat;
    padding: 0 10px 0 10px;
}

    .box-ineer h1 {
        font-size: 95%;
        color: #ee8425;
        text-align: center;
        padding: 15px 0 10px 0;
        border-bottom: solid 1px #56647d;
        width: 320px;
        margin: 0 auto 0 auto;
    }

    .box-ineer h2 {
        font-size: 95%;
        color: #fff;
        text-align: center;
        padding: 10px 0 0 0;
        margin: 0px;
    }

.frm_row label {
    width: 350px;
    float: left;
    font-size: 88%;
    color: #fff;
    padding-bottom: 10px;
}

.text3 {
    color: #CC0000;
}

.frm_row {
    margin: 5px 0 15px 0;
}

    .frm_row input {
        width: 345px;
        height: 30px;
        border: none;
    }

.n_text {
    font-size: 71%;
    padding: 8px 8px 8px 0px;
    color: #fff;
}

.login-b span.button-l input {
    background: #e28029;
    border: none;
    color: #FFF;
    border: solid 1px #ba600f;
    padding: 5px;
    cursor: pointer;
    float: left;
}

.login-b span.forget-p {
    float: right;
    margin: 5px 0 0 0px;
}

    .login-b span.forget-p a {
        font-size: 78%;
        color: #FFF;
        font-weight: bold;
    }

        .login-b span.forget-p a:hover {
            text-decoration: underline;
        }

/*------------------------------------------------------------------------Collapsbile-----------------------------------------*/

.glossymenu {
    margin: 0px 0;
    padding: 0;
    width: 249px; /*width of menu border: 1px solid #9A9A9A; border-bottom-width: 0;*/
}

    .glossymenu a.menuitem {
        background: #d5d5d5;
        color: #000;
        display: block;
        position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
        width: auto;
        padding: 15px 0 15px 10px;
        padding-left: 10px;
        text-decoration: none;
        font-size: 72%;
        border-top: solid 1px #fff;
        font-weight: bold;
        border-bottom: solid 1px #fff;
    }

    .glossymenu a.selected {
        background: #EE8425;
        color: #fff;
    }

        .glossymenu a.selected:hover {
            color: #fff;
            background: #EE8425 !important;
        }
    /*.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{color: white;}*/
    .glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
        position: absolute;
        top: 5px;
        right: 5px;
        border: none;
    }

    .glossymenu a.menuitem:hover {
        background: none repeat scroll 0 0 #e0e0e0;
        transition: all 0.3s ease 0s;
    }

    .glossymenu div.submenu { /*DIV that contains each sub menu*/
        background: white;
    }

        .glossymenu div.submenu ul { /*UL of each sub menu*/
            list-style-type: none;
            margin: 0 0 0 12px;
            padding: 0;
            border-left: dotted 1px #3b3b3b;
        }

            .glossymenu div.submenu ul li { /*border-bottom: 1px solid blue;*/
                background: url(../images/dotted-arrow.png) left 15px no-repeat;
            }

                .glossymenu div.submenu ul li a {
                    display: block;
                    color: black;
                    text-decoration: none;
                    padding: 8px 0 8px 23px;
                }

                    .glossymenu div.submenu ul li a:hover {
                        background: url(../images/dotted-arrow.png) no-repeat scroll left 15px #f4f4f4;
                    }

                .glossymenu div.submenu ul li.selected a {
                    background: url(../images/dotted-arrow.png) no-repeat scroll left 15px #efefef;
                    font-weight: bold;
                }

.submenu ul li a {
    font-size: 80%;
}

span.sidearrow {
    background: url(../images/arrow.png) left top no-repeat;
    width: 6px;
    height: 8px;
}


/*--------------------------------------------------------------Header----------------------------------------------------------------------*/

header {
    background: url(../images/header-bg.jpg) left top repeat-x;
    height: 61px;
    position: fixed;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

    header h2 {
        color: #ee8425;
        font-size: 104%;
        padding: 18px 0 0 10px;
        float: left;
    }

.right-link {
    width: 500px;
    float: right;
    padding-top: 20px;
}

    .right-link ul li {
        float: left;
        display: block;
        background: url(../images/sep.jpg) right top no-repeat;
    }

        .right-link ul li a {
            color: #FFFFFF;
            font-size: 77%;
            padding: 20px;
            font-weight: bold;
        }

            .right-link ul li a:hover {
                text-decoration: underline;
            }

        .right-link ul li.editprofile {
            background: url(../images/edit-icon.png) left 3px no-repeat;
        }

        .right-link ul li.changepassword {
            background: url(../images/changepassword-icon.png) left 1px no-repeat;
        }

        .right-link ul li.dashbord {
            background: url(../images/dashboard-icon.png) left 4px no-repeat;
        }

        .right-link ul li.logout {
            background: url(../images/logout-icon.png) left 3px no-repeat;
        }

/*-------------------------------------------------------------------------------Internal-content-----------------------------------------------------*/
.i-bg {
    background: url(../images/left-nav-bg.jpg) repeat-y left top;
}

#internal-content {
    position: relative;
    top: 61px;
    width: 100%;
}

aside {
    width: 250px;
    position: absolute;
    left: 0px;
}

section {
    margin: 0 0px 0 250px;
    background: #fff;
    padding: 10px;
    font-size: 81%;
}

.col-t {
    color: #0b2864;
}

.welcome-s p {
    float: left;
    width: 550px;
}

.welcome-s span {
    float: right;
    padding: padding:5px 0 0 0;
}

/*-------------------------------------------------------------------------Breadcrum--------------------------------------------------------------------*/

.breadcrum {
    background: #f5f5f5;
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}

    .breadcrum ul li {
        float: left;
        display: block;
        padding: 7px 15px 7px 7px;
        background: url(../images/arrow-b.png) right 13px no-repeat;
    }

        .breadcrum ul li a {
            color: #474646;
        }

            .breadcrum ul li a:hover {
                text-decoration: underline;
            }

        .breadcrum ul li.last {
            background: none;
        }

            .breadcrum ul li.last a {
                color: #0b2864;
                font-weight: bold;
            }

span.accordsuffix img {
    padding: 15px 6px 0px 0px;
}

.welcome-s {
    padding: 5px 0 0 0;
}

.content-section {
    border: solid 1px #d5d5d5;
    margin-top: 15px;
}

.content-heading {
    background: url(../images/content-heding.jpg) left top repeat-x #dedede;
    border-bottom: solid 1px #d5d5d5;
    margin-bottom: 5px;
}

    .content-heading h2 {
        font-size: 97%;
        padding: 9px;
        color: #0B2864;
    }

.content-area {
    padding: 10px;
}

.feedback .frm_row {
    margin-bottom: 14px;
    width: 815px;
}

    .feedback .frm_row span.label1 {
        color: #3B3B3B;
        font-weight: bold;
        display: block;
        float: left;
        width: 165px;
        font-size: 89%;
    }

    .feedback .frm_row span.input1 {
        display: block;
        float: left;
        width: 290px;
    }

.feedback .input_class {
    border: solid 1px #dadada;
    color: #000000;
    padding: 8px;
    width: 250px;
    padding: 7px;
    height: 18px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}


.feedback .Calender_class {
    color: #000000;
    width: 338px;
    height: 18px;
    border-radius: 4px 4px 4px 4px;
}


.feedback .textarea_class {
    border: solid 1px #dadada;
    color: #000000;
    font-size: 108%;
    height: 60px;
    width: 246px;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.feedback .text3 {
    color: #CC0000;
}

.feedback .frm_row span.button_row {
    display: block;
    float: left;
    margin-left: 166px;
    width: auto;
    margin-top: 15px;
}

.feedback .captcha_row {
    width: 300px;
    margin-left: 165px;
}

.feedback .captcha_form {
    width: 357px;
    margin-left: 165px;
}

.feedback .n_text {
    font-size: 94%;
    padding: 8px;
    width: 366px;
    margin-left: 158px;
    color: #4A4A4A;
}

.feedback .button_row input {
    background: #0B2864;
    border: solid 1px #051b49;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
    width: inherit;
    font-weight: bold;
}
/*.input1 input:hover {border:solid 1px #3d95e7;}
.feedback textarea:hover {border:solid 1px #3d95e7;}*/
.feedback .category {
    width: 700px;
    float: left;
    margin-bottom: 15px;
}

.feedback {
    width: 550px;
}

    .feedback .frm_row label {
        color: #3B3B3B;
        font-size: inherit;
    }

    .feedback select {
        width: 265px;
        border: 1px solid #DADADA;
        height: 28px;
        padding: 2px;
        border-radius: 4px 4px 4px 4px;
    }

    .feedback .frm_row label {
        width: inherit;
    }

.validation {
    color: red;
    padding: 8px;
}

.feedback .input_class:focus {
    border-color: #d5d5d5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(184, 184, 184, 0.6);
    outline: 0 none;
}

span.input1 select:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(184, 184, 184, 0.6);
}

.LogoutPage {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 366px;
    margin: auto;
    height: 414px;
    margin-top: -215px;
    margin-left: -190px;
    padding: 8px;
}

.dashbord ul {
    margin: 0px 0 0 15px;
    padding: 0px;
}

    .dashbord ul li {
        width: 170px;
        background: url(../images/dashbord-bg.jpg) right top no-repeat #ebebeb;
        display: block;
        float: left;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 20px;
        margin-top: 10px;
        min-height: 105px;
        text-align: center;
    }

        .dashbord ul li a:hover {
            color: #c8650c !important;
        }

        .dashbord ul li:hover {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(184, 184, 184, 0.6);
        }

        .dashbord ul li.last {
            margin-right: none;
        }
        /*.dashbord ul li:hover {background:url(../images/hover_bg.png) repeat-x;}*/
        .dashbord ul li a {
            font-size: 90%;
            text-decoration: none;
            color: #0B2864;
            margin-top: 17px;
            display: block;
            font-weight: bold;
        }

        .dashbord ul li img {
            margin-bottom: 5px;
        }

        .dashbord ul li a:hover {
            color: #000000;
        }

.pager {
    float: right;
}

.cls {
    clear: both;
}

.lblmsg {
    padding: 15px 0 0 165px;
    color: #F00;
}

. {
    margin-top: 10px;
}

    . span {
        background: #666666;
        padding: 4px 8px;
        color: #ffffff;
        margin-right: 2px;
    }

    . a {
        background: #cccccc;
        padding: 4px 8px;
        color: #333333;
        margin-right: 2px;
    }

        . a:hover {
            background: #999999;
            color: #ffffff;
        }

    .page_style {
        margin-top: 10px;
    }

        .page_style span {
            background: #666666;
            padding: 4px 6px;
            color: #ffffff;
            margin-right: 0px;
        }

        .page_style a {
            background: #cccccc;
            padding: 4px 6px;
            color: #333333;
            margin-right: 0px;
        }

            .page_style a:hover {
                background: #999999;
                color: #ffffff;
            }

        .page_style td, rt, table {
            border: none !important;
            border-collapse: collapse;
        }

        .page_style table {
            width: auto !important;
        }

    .em {
        font-size: 8pt;
        color: #459300;
        font-weight: bold;
        font-family: Verdana;
        clear: both;
        float: left;
        padding: 5px 0 0 165px;
    }



    .modalBackground {
        background-color: #707070;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .ModalWindow {
        border: solid 2px Blue;
        background: #ffffff;
        padding: 0px10px10px10px;
        position: absolute;
        top: -1000px;
        border: 3px solid #000 !important;
    }

    .Modeltxt {
        border: 1px solid #DADADA;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #000000;
        height: 18px;
        padding: 7px;
        width: 250px;
    }

    .Modeltxtarea {
        border: 1px solid #DADADA;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #000000;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 108%;
        height: 60px;
        padding: 8px;
        width: 246px;
    }

    .Category_Manage td {
        text-align: left;
        padding: 5px 25px;
    }

    .Modalbutton {
        background: none repeat scroll 0 0 #0B2864;
        border: 1px solid #051B49;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
        margin-right: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 145px !important;
        float: left;
    }

    .Insidebutton {
        background: none repeat scroll 0 0 #0B2864;
        border: 1px solid #051B49;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
        margin-right: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: inherit;
        float: left;
    }


    .cls {
        clear: both;
    }

    .feedback .frm_row span.input1.width-500, .feedback select.ddl-500 {
        width: 500px;
    }

    .d-none {
        display: none;
    }

td.text-left {
    text-align: left;
}


.tree-view {
}


    .tree-view table td {
        text-align: left;
    }

        .tree-view table td:first-child {
            text-align: center;
        }

    .tree-view table td {
        width: 46px;
    }

        .tree-view table td:last-child {
            width: auto;
        }

.tree-view-header {
    padding: 12px;
}
.tree-view-header p {
    padding: 6px;
    font-size: 110%;
    background: #ebebeb;
    color: #0B2864;
}

.hr-seperator {
    background: url(../images/dashboard-icon.png) left 4px no-repeat;
}


.div-message {
    background-color: antiquewhite;
    padding: 15px;
    border: 1px solid antiquewhite;
    border-radius: 10px;
}

.text-danger {
color:red;
padding:2px;
}

.btn-download {
display:block;
}

.text-center {
    text-align:center;}