﻿@charset "utf-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* CSS Document */
html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
}

p, ol, ul, li, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-family: arial;

}

img {
    border: 0;
}

a {
    color: #1B9ED5;
    text-decoration: none;
}

    a:hover {
        color: #393939;
    }

@font-face {
    font-family: 'segoe_uibold';
    src: url('../fonts/segoeuib.eot');
    src: url('../fonts/segoeuib.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuib.woff') format('woff'), url('../fonts/segoeuib.ttf') format('truetype'), url('../fonts/segoeuib.svg#segoe_uibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SegoeUILight';
    src: url('../fonts/segoeuil_0.eot');
    src: url('../fonts/segoeuil_0.eot') format('embedded-opentype'), url('../fonts/segoeuil_0.woff') format('woff'), url('../fonts/segoeuil_0.ttf') format('truetype'), url('../fonts/segoeuil_0.svg#SegoeUILight') format('svg');
}

@font-face {
    font-family: 'SegoeUISemibold';
    src: url('../fonts/seguisb_0.eot');
    src: url('../fonts/seguisb_0.eot') format('embedded-opentype'), url('../fonts/seguisb_0.woff') format('woff'), url('../fonts/seguisb_0.ttf') format('truetype'), url('../fonts/seguisb_0.svg#SegoeUISemibold') format('svg');
}

@font-face {
    font-family: 'segoe_uiregular';
    src: url('../fonts/segoeui.eot');
    src: url('../fonts/segoeui.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUIItalic';
    src: url('../fonts/segoeuii_0.eot');
    src: url('../fonts/segoeuii_0.eot') format('embedded-opentype'), url('../fonts/segoeuii_0.woff') format('woff'), url('../fonts/segoeuii_0.ttf') format('truetype'), url('../fonts/segoeuii_0.svg#SegoeUIItalic') format('svg');
}

input[type='checkbox'], input[type='radio'], input[type='submit'], input[type='button'] {
}

.clear-fix {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
/*--outer wrapper--*/
#wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0px auto;
    float: left;
    background: url(../images/bdy-bg.png);
}
/*--outer wrapper end--*/
.container {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto 20px;
}
/*--top black bar--*/
header {
    /*background: #34393D;*/
    background: #FFFFFF;
    margin: auto;
    /*padding: 10px 20px 5px;*/
    padding: 10px 1px 5px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #202020;
}

.logo {
    width: 130px;
    height: 30px;
    margin: 0;
    background: url(../images/sprite.png) no-repeat;
    float: left;
    text-indent: -9999px;
}

.logo_new {
    width: 130px;
    height: 56px;
    margin: 0;
    float: left;
}

.header-rt {
    float: right;
    margin: auto;
    /*background: #3F4247;
    border: 1px solid #303338;*/
    background: #81a94f;
    border: 1px solid #81a94f;
    padding: 16px;
}

    .header-rt input {
        width: 130px;
        height: 20px;
        line-height: 20px;
        background: #474A4F;
        padding: 0 5px;
        border: none;
        color: #959595;
        font-style: italic;
        display: inline;
    }

    .header-rt .search-icon {
        width: 35px !important;
        height: 20px !important;
        border-left: 1px solid #303338;
        border-right: 1px solid #303338;
        display: inline;
        background: url(../images/sprite.png) no-repeat -98px -85px;
        text-indent: -9999px;
        padding: 0 10px;
        cursor: pointer;
    }

    .header-rt .msg {
        width: 20px;
        height: 22px;
        border-right: 1px solid #303338;
        border-left: none;
        display: inline;
        background: url(../images/sprite.png) no-repeat 9px -85px;
        padding: 1px 18px;
        vertical-align: text-top;
        position: relative;
    }

        .header-rt .msg .new-msg {
            width: 18px;
            height: 18px;
            background: #FF4445;
            color: #fff;
            border-radius: 50%;
            position: absolute;
            text-align: center;
            line-height: 18px;
            font-size: 12px;
            top: -8px;
            right: -5px;
        }

    .header-rt .member-login {
        border-left: none;
        color: #FFFFFF;
        display: inline-block;
        font-family: arial;
        font-size: 12px;
        height: 18px;
        padding: 1px 10px;
        vertical-align: text-top;
    }

        .header-rt .member-login a {
            color: #FFFFFF;
        }

            .header-rt .member-login a:hover {
                /*color: #1B9ED5;
                color: #306f8f;*/
                color: #ffffff;
            }

        .header-rt .member-login .icon {
            display: inline-block;
            background: url(../images/sprite.png) no-repeat -27px -87px;
            width: 16px;
            height: 16px;
            vertical-align: bottom;
            margin: 1px 5px 0 0;
        }
/*--top black bar end--*/

/*--Main nav bar--*/

<!-- Commented -->

/*nav {
    background: #555A5E;
    margin: auto;
    padding: 0px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/

    nav ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 13px;
    }

        nav ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            border-right: 1px solid #42474B;
            float: left;
            text-transform: uppercase;
        }

            nav ul li:hover {
                margin: 0px;
                padding: 0px;
                list-style: none;
                border-right: 1px solid #42474B;
                background: #454A50;
            }

            nav ul li a {
                margin: 0px;
                /*padding: 10px 20px;*/
                padding: 12px 12px;
                display: block;
                color: #fff;
                font-family: 'segoe_uiregular';
                /*font-size: 12px;*/
                /*font-size: 11px;*/
				font-size: 10px;
            }

                nav ul li a:hover {
                    color: #3ACBFF;
                }

                nav ul li a em.dashboard-icn {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -3px -39px;
                    width: 16px;
                    height: 16px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }

                nav ul li a:hover em.dashboard-icn {
                    background: url(../images/sprite.png) no-repeat -3px -61px;
                    width: 16px;
                    height: 16px;
                }

                nav ul li a em.student-icn {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -27px -39px;
                    width: 22px;
                    height: 16px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }

                nav ul li a:hover em.student-icn {
                    background: url(../images/sprite.png) no-repeat -27px -61px;
                    width: 22px;
                    height: 16px;
                }
				
				/*nav ul li a em.graph-icn {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -57px -39px;
                    width: 16px;
                    height: 16px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }*/
				
				nav ul li a em.graph-icn {
                }

                nav ul li a:hover em.graph-icn {
                    background: url(../images/sprite.png) no-repeat -57px -61px;
                    width: 16px;
                    height: 16px;
                }

                nav ul li a em.log-icn {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -79px -40px;
                    width: 22px;
                    height: 17px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }

                nav ul li a:hover em.log-icn {
                    background: url(../images/sprite.png) no-repeat -79px -62px;
                    width: 22px;
                    height: 17px;
                }

                /*
				
				nav ul li a em.school-icn {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -106px -39px;
                    width: 16px;
                    height: 16px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }
				
				*/

                nav ul li a:hover em.school-icn {
                    background: url(../images/sprite.png) no-repeat -106px -62px;
                    width: 16px;
                    height: 16px;
                }

                /*
				
				nav ul li a em.nav_menu_icon {
                    display: inline-block;
                    background: url(../images/sprite.png) no-repeat -126px -39px;
                    width: 21px;
                    height: 16px;
                    margin: 0px 5px 0 0;
                    vertical-align: bottom;
                }
				
				*/

                nav ul li a:hover em.nav_menu_icon{
                    background: url(../images/sprite.png) no-repeat -126px -62px;
                    width: 21px;
                    height: 16px;
                }
/*--Main nav bar end--*/
/*--breadcrumb bar--*/
.breadcrumb {
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    margin: auto;
    padding: 8px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #C0C0C0;
    font-size: 12px;
    color: #36393E;
    font-weight: bold;
}

    .breadcrumb a {
        color: #049BD2;
    }

    .breadcrumb .rt-sec {
        color: #36393E;
        float: right;
    }

nav {
    /*background: #555A5E;*/
    background: #306f8f;
    /*margin: auto;*/
    margin: 72px 0px 0px 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav_ul {
    /*background: #555A5E;*/
    background: #306f8f;
    /*margin: auto;*/
    margin: 72px 0px 0px 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.nav {
    white-space: nowrap;
    overflow-x: auto;
}

ul.nav li {
    display: inline-block;
    float: none;
}

/*--breadcrumb bar end--*/
/*--body section start--*/
.body-sec {
    /*margin: auto;*/
    margin: 90px 0px 0px 0px;
    padding: 0px 20px;
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body-sec_1 {
    /*margin: auto;*/
    margin: 40px 0px 0px 0px !important;
}
    /*--Graph & chart section start--*/
    .body-sec .char-graph {
        border: 1px solid #404040;
        /*border-radius: 5px;*/
        /*margin: 40px 0 0px;*/
		margin: 0;
        background: none repeat scroll 0 0 #F3F3F3;
    }

        .body-sec .char-graph .heading {
            background: #404040;
            padding: 8px 15px;
            color: #fff;
        }

            .body-sec .char-graph .heading .graph-icn {
                background: url(../images/sprite.png) no-repeat -57px -39px;
                width: 16px;
                height: 16px;
                display: inline-block;
                vertical-align: middle;
                margin: 0 5px 0 0;
            }

.pie-chart img {
    height: auto;
    width: 76.5%;
}

img.graph_chart_img {
    height: auto;
    width: 73%;
}

img.line_outer {
    height: auto;
    width: 95%;
}

.body-sec .char-graph .content-area {
    display: inline-block;
    /*width: 97.6%;*/
    width: 95%;
    background: #F3F3F3;
    padding: 18px;
    border-radius: 0 0 5px 5px;
}

.body-sec .char-graph .content-area1 {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    padding: 18px;
    border-radius: 0 0 5px 5px;
    vertical-align: central;
    align-self: center;
}

.body-sec .char-graph .content-area .pie-chart {
    height: 291px;
    float: left;
    background: #fff;
    width: 20%;
    margin: 0 2% 0 0;
    display: inline-block;
    border: 1px solid #E7E7E7;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

    .body-sec .char-graph .content-area .pie-chart img {
        margin: 10px auto;
        display: inline-block;
    }

.body-sec .char-graph .content-area .head-sec {
    background: background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dddddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dddddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    margin: auto;
    padding: 8px;
    border-bottom: 1px solid #C0C0C0;
    font-size: 12px;
    color: #36393E;
    font-weight: bold;
    text-align: left;
}

.clos_icon {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: -6px;
}

.graph_chart {
    width: 37.7% !important;
    float: left;
}

img.graph_chart_img {
    margin: 65px 0 0 !important;
}

.margin_none {
    margin: 0px !important;
}

img.line_outer {
    margin: 40px 0 0 13px !important;
    text-align: center;
    width: 95%;
}

.recent_main_outer {
    display: inline-block;
    /*margin: 30px 0 0;*/
	margin: 0;
    width: 100%;
}

.recent_activity {
    padding: 0px 0px 5px 0px;
    width: 48.3%;
    float: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #74b749;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: left;
    margin: 0 2% 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

    .recent_activity h2 {
        border-bottom: 1px solid #C0C0C0;
        color: #fff;
        font-size: 16px;
        background: url("../images/resent_icon.png") no-repeat scroll 13px 12px #74B749;
        font-family: 'segoe_uiregular';
        margin: auto;
        padding: 8px 10px 8px 35px;
        text-align: left;
    }

.close_icon {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
}

.drop_icon {
    float: right;
    margin: -1px 12px 0 0;
}

.aad_something {
    background: url("../images/aad.png") no-repeat scroll 7px 6px #549D25;
    border: 1px solid #3F8611;
    color: #FFFFFF;
    float: right;
    font-family: 'segoe_uibold';
    font-size: 12px;
    padding: 1px 5px 3px;
    text-indent: 16px;
    margin: 0 15px 0 0;
}

    .aad_something a {
        color: #fff;
    }

.resent_list {
    border-bottom: 2px solid #C4C4C4;
    display: inline-block;
    margin: 15px 0;
    padding: 0 0 3px;
    width: 97%;
}

    .resent_list li {
        float: left;
        display: inline;
    }

        .resent_list li a {
            color: #3d850e;
            font-size: 14px;
            font-family: 'segoe_uiregular';
            padding: 0px 10px 0px 10px;
            position: relative;
            top: 3px;
        }

            .resent_list li a:hover {
                border-bottom: 2px solid #3d850e;
                position: relative;
                top: 3px;
            }

.full_article_outer {
    margin: 0 0 12px;
    padding: 5px 10px;
    width: 90%;
    display: inline-block;
    background: #edecec;
    border: 1px solid #c9c9c9;
}

    .full_article_outer p {
        font-size: 14px;
        font-family: 'segoe_uiregular';
        color: #353a3e;
        line-height: 19px;
        text-align: left;
    }

    .full_article_outer a {
        background: url("../images/full_icon.png") no-repeat scroll 0 10px transparent;
        color: #C34343;
        float: left;
        font-family: 'segoe_uibold';
        font-size: 11px;
        padding: 4px 0 0 12px;
    }

        .full_article_outer a:hover {
            text-decoration: underline;
        }

.chat_outer h2 {
    background: url("../images/chat_icon.png") no-repeat scroll 9px 12px #9D4A9C;
    border-bottom: 1px solid #C0C0C0;
    color: #fff;
    font-size: 16px;
    font-family: 'segoe_uiregular';
    margin: auto;
    padding: 8px 10px 8px 35px;
    text-align: left;
}

.chat_outer {
    padding: 0px 0px 25px 0px;
    width: 48.3%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9d4a9c;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: right;
    margin: 0 0% 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.chat_list {
    float: left;
    padding: 0 3%;
    width: 94%;
}

.chat_left {
    float: left;
    margin: 0;
    width: 12%;
}

.chat_list li {
    width: 100%;
    margin: 20px 0 0;
    position: relative;
}

.chat_img {
    float: left;
}

    .chat_img img {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        float: left;
        box-shadow: 1px 1px 2px #333333;
    }

.chat_right {
    position: relative;
    margin: 0 0 15px;
    padding: 1% 2%;
    background: #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 96%;
}

.profile_text_top_oth {
}

    .profile_text_top_oth span {
        background: #9d4a9c;
        font-size: 12px;
        font-family: 'segoe_uiregular';
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 8px 3px 8px;
    }

    .profile_text_top_oth em {
        font-style: normal;
        font-size: 12px;
        font-family: 'segoe_uiregular';
        color: #545a5f;
        text-shadow: 1px 1px 1px #FFFFFF;
    }

    .profile_text_top_oth p {
        color: #353a3e;
        font-size: 14px;
        font-family: 'segoe_uiregular';
        padding: 8px 0 0;
    }

.list_border {
    border-left: 2px solid #9d4a9c;
    display: inline-block;
    float: left;
    padding: 0 0 0 4%;
    position: relative;
    width: 83%;
}

.chat_right i {
    left: -6px;
    position: absolute;
    top: 12px;
}

.list_border em.dot {
    background: url("../images/list_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 16px;
    left: -8px;
    position: absolute;
    top: 13px;
    width: 16px;
}

.chat_list li:last-child .chat_right {
    margin: 0px;
}

.log_entries {
    padding: 0px 0px 5px 0px;
    width: 99.8%;
    float: left;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ac193d;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    display: inline-block;
    float: left;
    margin: 0 3% 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

    .log_entries h2 {
        border-bottom: 1px solid #C0C0C0;
        color: #fff;
        font-size: 16px;
        background: url("../images/log.png") no-repeat scroll 13px 12px #ac193d;
        font-family: 'segoe_uiregular';
        margin: auto;
        padding: 8px 10px 8px 46px;
        text-align: left;
    }

.search_log {
    float: right;
    position: relative;
}

    .search_log input {
        background: none repeat scroll 0 0 #860827;
        border: 1px solid #640019;
        color: #fff;
        display: inline;
        font-family: 'segoe_uibold';
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px;
        width: 130px;
    }

.search-icon-log {
    background: url("../images/search_log.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    height: 14px !important;
    position: relative;
    right: 27px;
    text-indent: -9999px;
    top: 2px;
    width: 21px !important;
    cursor: pointer;
}

.employee_name_se {
    float: right;
    margin: 1px 15px 0;
}

.log_table table {
    width: 100%;
    border-collapse: collapse;
    display:inline-block;
    overflow:auto;
}

/* Edited By Amit Kamboj. */

/*.log_table table,.grid-wrap tbody{
    width: 100%;
    border-collapse: collapse;
    display:inline-block;
    overflow:auto;
}*/

    .log_table table th {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #ececec 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(24%,#fcfcfc), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        clear: both;
        color: #353a3d;
        font-family: 'segoe_uibold';
        font-size: 12px;
        font-weight: bold;
        padding: 12px 20px 12px 20px;
        text-align: left;
        vertical-align: middle;
    }

.log_table tbody {
    display: inline-table;
    width: 100%;
}

.log_table table td {
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    clear: both;
    color: #ac193d;
    font-family: 'segoe_uiregular';
    font-size: 12px;
    padding: 8px 20px 8px 20px;
    text-align: left;
    vertical-align: middle;
}

    .log_table table td input {
        color: #BBBBBB;
        border: 1px solid #707070;
        font-size: 12px;
        font-family: 'segoe_uibold';
        padding: 2px 10px;
    }

.submit_btn {
    background: none repeat scroll 0 0 #99CC00;
    border: medium none !important;
    border-radius: 4px;
    color: #FFFFFF !important;
    font-family: 'segoe_uibold' !important;
    font-size: 11px !important;
    padding: 3px 10px !important;
    text-shadow: 0 1px 0 #6D9101;
    cursor: pointer;
}

.pagination {
    margin: 30px 0px 20px 0px;
}

.first, .pre {
    position: relative;
    top: 5px;
}

.pagination ul li {
    display: inline;
}

    .pagination ul li a {
        color: #616161;
        font-family: 'segoe_uiregular';
        font-size: 11px;
    }

footer {
    /*background: #4a4a4a;*/
    background: #306f8f;
    font-family: 'segoe_uiregular';
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
/*--Graph & chart section end--*/
/*--body section end--*/





/******************************************** Login Start **********************************/
.blackOpcty_quote {
    background-color: #000000;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.live-sess-popup {
    margin: auto;
    width: 39%;
    z-index: 99;
}

    .live-sess-popup h2 {
        clear: both;
        padding: 10px 0;
        color: #454545;
        margin: 0;
        text-align: center;
    }

.close-icon {
    position: absolute;
    right: 41px;
    top: 62px;
}

.login_logo {
}

.live-sess-popup h2 img {
    left: 41%;
    position: absolute;
    top: -51px;
}

.cont h3 {
    color: #474747;
    font-family: 'SegoeUILight';
    font-size: 35px;
    padding: 70px 0 0;
    text-align: center;
    font-weight: normal;
}

.cont i {
    font-style: normal;
    font-family: 'SegoeUISemibold';
    color: #0891c4;
    font-size: 35px;
}

.login_input_row_main {
    margin: 15px 5% 0;
    width: 90%;
    display: inline-block;
}

    .login_input_row_main input {
        background: rgb(236,235,235); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2U4ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(236,235,235,1) 0%, rgba(232,231,231,1) 53%, rgba(225,224,224,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,235,235,1)), color-stop(53%,rgba(232,231,231,1)), color-stop(100%,rgba(225,224,224,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(236,235,235,1) 0%,rgba(232,231,231,1) 53%,rgba(225,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(236,235,235,1) 0%,rgba(232,231,231,1) 53%,rgba(225,224,224,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(236,235,235,1) 0%,rgba(232,231,231,1) 53%,rgba(225,224,224,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(236,235,235,1) 0%,rgba(232,231,231,1) 53%,rgba(225,224,224,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebeb', endColorstr='#e1e0e0',GradientType=0 ); /* IE6-8 */
        border: 1px solid #bababa;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        box-shadow: 0px 2px 0px 0px #FFFFFF inset;
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #7f7d7d;
        font-family: 'SegoeUIBold';
        padding: 0 3%;
    }

.login_button {
    border-bottom: 1px solid #B9B2B2;
    display: inline-block;
    margin: 15px 5% 0;
    padding: 0 0 25px;
    width: 90%;
}

    /*.login_button input {
        /*background: #5eddff; /* Old browsers */
        /*background: -moz-linear-gradient(top, #5eddff 0%, #1cbedf 2%, #13a9d2 29%, #0994c6 48%, #0367a6 81%, #005499 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eddff), color-stop(2%,#1cbedf), color-stop(29%,#13a9d2), color-stop(48%,#0994c6), color-stop(81%,#0367a6), color-stop(100%,#005499)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #5eddff 0%,#1cbedf 2%,#13a9d2 29%,#0994c6 48%,#0367a6 81%,#005499 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #5eddff 0%,#1cbedf 2%,#13a9d2 29%,#0994c6 48%,#0367a6 81%,#005499 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, #5eddff 0%,#1cbedf 2%,#13a9d2 29%,#0994c6 48%,#0367a6 81%,#005499 100%); /* IE10+ */
        /*background: linear-gradient(to bottom, #5eddff 0%,#1cbedf 2%,#13a9d2 29%,#0994c6 48%,#0367a6 81%,#005499 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eddff', endColorstr='#005499',GradientType=0 ); /* IE6-9 */
        /*font-size: 22px;
        color: #fff;
        font-family: 'SegoeUIBold';
        border: 1px solid #006cc2;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px;
        width: 100%;
        cursor: pointer;
        box-shadow: 0px 1px 0px 0px #5EDDFF inset;
    }*/

    /*.login_button input:hover {
        /*background: #5eddff; /* Old browsers */
        /*background: -moz-linear-gradient(top, #5eddff 0%, #19b1ce 2%, #139fc2 23%, #077fab 50%, #035686 79%, #004173 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eddff), color-stop(2%,#19b1ce), color-stop(23%,#139fc2), color-stop(50%,#077fab), color-stop(79%,#035686), color-stop(100%,#004173)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #5eddff 0%,#19b1ce 2%,#139fc2 23%,#077fab 50%,#035686 79%,#004173 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #5eddff 0%,#19b1ce 2%,#139fc2 23%,#077fab 50%,#035686 79%,#004173 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, #5eddff 0%,#19b1ce 2%,#139fc2 23%,#077fab 50%,#035686 79%,#004173 100%); /* IE10+ */
        /*background: linear-gradient(to bottom, #5eddff 0%,#19b1ce 2%,#139fc2 23%,#077fab 50%,#035686 79%,#004173 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eddff', endColorstr='#004173',GradientType=0 ); /* IE6-9 */
    /*}*/

    .login_button input {
        background: #306f8f;
        font-size: 22px;
        color: #fff;
        font-family: 'SegoeUIBold';
        border: 1px solid #306f8f;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        padding: 10px;
        width: 100%;
        cursor: pointer;
        box-shadow: 0px 1px 0px 0px #306f8f inset;
    }

        .login_button input:hover {
            border: 1px solid #48a2b7;
            background: #48a2b7;
            box-shadow: 0px 1px 0px 0px #48a2b7 inset;
        }

.border_re {
    /*background: url("../images/border.png") repeat-x scroll 0 0 transparent;*/
    /*background: url("../images/boder_mang.png") repeat-x scroll 0 0 transparent;*/
    margin: 15px 0 0;
    width: 100%;
    height: 2px;
}

.remember_me_outer {
    margin: 15px 5% 20px;
    width: 90%;
    display: inline-block;
}

    .remember_me_outer em {
        font-size: 16px;
        font-family: 'SegoeUIItalic';
        color: #464646;
    }

        .remember_me_outer em:hover, .forgot a:hover, .account a:hover {
            text-decoration: underline;
        }

    .remember_me_outer #uniform-undefined {
        width: auto;
        margin: 0;
    }

.forgot {
    float: right;
}

    .forgot a, .account a {
        font-size: 16px;
        font-family: 'SegoeUIItalic';
        color: #ff3333;
    }

.account {
    float: right;
    padding: 0 0 0 25px;
}

/******************************************** Login End **********************************/
/******************************************** Data Listing Start **********************************/
a.edit_btn {
    background: url("../images/edit_btn.png") no-repeat scroll 0 0 transparent;
    width: 28px;
    height: 22px;
    display: inline-block;
}

a.remove_btn {
    background: url("../images/remove_btn.png") no-repeat scroll 0 0 transparent;
    width: 28px;
    height: 22px;
    display: inline-block;
}

a.blue_btn {
    background: url("../images/blue.png") no-repeat scroll 0 0 transparent;
    width: 28px;
    height: 22px;
    display: inline-block;
}

.checker {
    width: auto !important;
}

.text-align {
    text-align: center !important;
}

.main_list_remove {
    float: right;
}

.new_user {
    /*background: url("../images/aad.png") no-repeat scroll 7px 6px #860827;*/
    background: url("../images/aad.png") no-repeat scroll 4px 6px #860827;
    border: 1px solid #640019;
    color: #FFFFFF;
    float: right;
    font-family: 'segoe_uibold';
    font-size: 12px;
    margin: 0 0px 0 0;
    padding: 2px 5px 5px;
    text-indent: 16px;
}

    .new_user a:hover {
        color: #fff;
    }

.new_user_remove {
    background: url("../images/delete.png") no-repeat scroll 4px 5px #860827;
    border: 1px solid #640019;
    color: #FFFFFF;
    float: left;
    font-family: 'segoe_uibold';
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 1px 5px 3px;
    text-indent: 16px;
}

    .new_user a, .new_user_remove a {
        color: #fff;
    }

.add_create {
    display: table;
    padding: 0px 0px 5px 0px;
    width: 70%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #404040;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    /*margin: auto;*/
    margin: 10px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .add_create h2 {
        border-bottom: 1px solid #C0C0C0;
        color: #fff;
        font-size: 16px;
        background: url("../images/add_create_icon.png") no-repeat scroll 13px 9px #404040;
        font-family: 'segoe_uiregular';
        margin: auto;
        padding: 8px 10px 8px 46px;
        text-align: left;
    }

.login_id_oth {
    width: 31.2%;
    float: left;
    margin: 0 3% 0 0;
}

.input_outer_add {
    padding: 35px 35px 0px 35px;
    width: 100%;
    display: inline-block;
}

.login_id_oth label {
    font-size: 16px;
    color: #353a3e;
    font-family: 'segoe_uiregular';
    padding: 0 0 10px;
    width: 100%;

    font-weight: normal;
    float: left;
}

.login_id_oth input {
    color: #353a3e;
    font-size: 12px;
    font-family: 'segoe_uibold';
    border: 1px solid #cccccc;
    padding: 7px;
    width: 95%;
}

.login_id_oth textarea {
    color: #353a3e;
    font-size: 12px;
    font-family: 'segoe_uibold';
    border: 1px solid #cccccc;
    padding: 7px;
    width: 95%;
}

.margin_none_add {
    margin: 0px;
}

.login_id_oth .sbHolder {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    display: inline-block;
    height: 35px;
    width: 100%;
}

.login_id_oth .sbSelector {
    color: #353A3E !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 100% !important;
}

.login_id_oth .sbOptions {
    width: 100%;
}

.login_id_oth .sbToggle {
    background: url("../images/select-icons_2.png") no-repeat scroll 0 -116px transparent;
    display: block;
    height: 36px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.s_mail {
    float: left;
    width: 20%;
}

.radio_btn_1 {
    float: left;
    margin: 0 0 0 0;
}

.login_id_oth .sbToggleOpen {
    background: url("../images/select-icons_2.png") no-repeat scroll 0 -15px rgba(0, 0, 0, 0);
}

.system_mail_oth {
    width: 100%;
    float: left;
}
.s_mail em label {font-weight:normal; }
.s_mail em {
    font-size: 16px;
    color: #353a3e;
    font-style: normal;
    font-family: 'segoe_uiregular';
}

.add_btn_oth {
    float: left;
    margin: 25px 0 20px;
    font-weight: normal;
    width: 100%;
}

.radio_oth label {
    font-size: 16px;
    color: #353a3e;
    font-family: 'segoe_uiregular';
    float: left;
    font-weight:normal;
    padding: 0px 20px 0px 0px;
}

.radio_btn_1 i {
    font-style: normal;
    font-size: 16px;
    color: #353a3e;
    font-family: 'segoe_uiregular';
    float: left;
    padding: 0px 15px 0px 10px;
}

.radio_btn_1 .radio {
    margin: 4px 0px 0px 0px;
}

.create_btn input {
    background: #33b5e5;
    color: #fff;
    font-size: 20px;
    font-family: 'SegoeUISemibold';
    border: none;
    padding: 0px 20px 0px 20px;
    margin: 0px;
    cursor: pointer;
    height: 44px;
    float: left;
    text-shadow: 0 1px 0 #666666;
}

.back_btn a {
    background: #3a3a3a;
    color: #fff;
    font-size: 20px;
    font-family: 'SegoeUISemibold';
    border: none;
    padding: 7px 20px 9px 20px;
    margin: 0px;
    cursor: pointer;
    float: left;
    text-shadow: 0 1px 0 #333;
}

.back_btn {
    float: left;
    margin: 0px 0px 0px 15px;
}

.pagination_listing {
    float: left;
    margin: 15px 0 20px 20px !important;
}

.pagination_2_se {
    float: none;
    margin: auto;
    width: 50px !important;
}

    .pagination_2_se .sbSelector {
        text-align: left;
    }

.pagination_2_se_oth {
    position: relative;
}

.pagination_2_listing {
    float: right;
    margin: 15px 21px 20px 0px;
}

.pagination_2_listing_2 {
    float: left;
}

.pagination_2_listing label {
    float: left;
    padding: 9px 0 0 10px;
    color: #616161;
    font-family: 'SegoeUISemibold';
    font-size: 13px;
}

.pagination_2_se_oth label {
    color: #616161;
    font-family: 'SegoeUISemibold';
    font-size: 13px;
    position: relative;
    right: -93px;
    top: -32px;
}

/*

.user-g-icn {
    background: url("../images/user_group.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    width: 20px;
}

.user-icn {
    background: url("../images/users.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    width: 15px;
}

*/

nav ul li a:hover em.user-g-icn {
    background: url("../images/user_group_hover.png") no-repeat scroll;
    height: 14px;
    width: 20px;
}

nav ul li a:hover em.user-icn {
    background: url("../images/users_hover.png") no-repeat scroll;
    height: 14px;
    width: 15px;
}

.pagination_left_section {
    float: left;
}

.displaying_list {
    float: left;
    padding: 10px 20px 0;
    text-align: left;
    width: 97%;
    margin: 0px;
}

    .displaying_list li {
        display: inline;
        color: #616161;
        font-family: 'SegoeUISemibold';
        font-size: 13px;
    }
/******************************************** Data Listing End **********************************/
/******************************************** Data Listing End **********************************/
/******************************************** Delete User Group Start **********************************/
.red_msg {
    background: #fb4b4b;
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-family: 'segoe_uiregular';
    font-size: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 0px 30px 0px;
}

.delete_user_group_outer {
    /*margin: auto;*/
    margin: 10px auto;
    width: 70%;
}

.delete_user_h2 {
    width: 100%;
}

.add_user_icon {
    background: url("../images/user_group.png") no-repeat scroll 13px 10px #404040 !important;
}

.user_first {
    width: 49%;
    float: left;
}

.user_first_row {
    padding: 0px 0px 10px 0px;
    display:inline-block;
}

    .user_first_row label {
        font-family: 'segoe_uibold';
        font-size: 16px;
        color: #585859;
        float: left;
        width: 275px;
        word-wrap:break-word;
    }

    .user_first_row em {
        font-style: normal;
        color: #585859;
        font-family: 'SegoeUISemibold';
        word-wrap:break-word;
        width:210px;
        float:left;
    }

.remove_btn input {
    background: none repeat scroll 0 0 #fb4b4b;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'SegoeUISemibold';
    font-size: 20px;
    margin: 0;
    text-shadow: 0 1px 0 #cd2121;
    padding: 0px 20px 0px;
    height: 43px;
}

.blue_bg {
    background: #33b5e5;
}

.back_blue a {
    background: none repeat scroll 0 0 #33B5E5;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-family: 'SegoeUISemibold';
    font-size: 20px;
    margin: 0;
    padding: 7px 20px 9px 20px;
    text-shadow: 0 1px 0 #666666;
}

.back_blue {
    float: left;
    margin: 0px 0px 0px 10px;
}
/******************************************** Delete User Group End **********************************/

/******************************************** Admin Dashboard Start **********************************/
.dashboard_admin_outer {
    display: table;
    width: 85%;
    /*margin: auto;*/
	margin: 10px auto auto;
}

.dashboard_left {
    width: 44%;
    float: left;
    margin: 0 12% 0 0;
}

.manage_user_section {
    width: 100%;
    float: left;
    border: 1px solid #74b749;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0px 0px 60px 0px;
    background-color: #ffffff;
}

    .manage_user_section:after {
        background: url("../images/green_border.png") no-repeat scroll 0 0 transparent;
        bottom: -11px;
        content: "";
        display: block;
        height: 10px;
        left: 2px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

.top_bg_user {
    background: #74b749;
    height: 40px;
    width: 100%;
}

.icon_div {
    background: none repeat scroll 0 0 #5A9A32;
    float: left;
    height: 40px;
    width: 48px;
}

    .icon_div h2 {
        background: url("../images/user_icon.png") no-repeat scroll 10px 9px transparent;
        float: left;
        height: 40px;
        margin: 0;
        padding: 0 20px 20px 0;
        width: 48px;
    }

.top_bg_user em {
    color: #FFFFFF;
    float: left;
    font-family: 'segoe_uibold';
    font-size: 18px;
    font-style: normal;
    padding: 7px 0 0 12px;
    text-shadow: 1px 1px 1px #2D6B05;
}

.admin_user_outer {
    display: inline-block;
    margin: 15px 15px 0px 15px;
    width: 93%;
}

.user_list {
    width: 33%;
    float: left;
    margin: 0px 0px 10px 0px;
}

.user_img_outer {
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    width: 63px;
}

    .user_img_outer img {
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px;
    }

.user_contant {
    padding: 0 0 0 77px;
}

    .user_contant h3 {
        font-size: 14px;
        color: #333333;
        font-family: 'SegoeUISemibold';
    }

    .user_contant em {
        font-style: normal;
        color: #5f5f5f;
        font-family: 'SegoeUISemibold';
        font-size: 12px;
    }

.view_more_btn {
    margin: 0 0 15px;
    text-align: center;
}

    .view_more_btn a {
        padding: 8px 10px;
        font-family: 'SegoeUISemibold';
        font-size: 12px;
        color: #fff;
        background: #00a0b1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.top_bg_user_manage {
    background: #00a0b1;
}

.icon_div_manage {
    background: none repeat scroll 0 0 #0092a2;
}

.manage_user_section_2 {
    border: 1px solid #00a0b1;
    background-color: #ffffff;
}

    .manage_user_section_2:after {
        background: url("../images/boder_mang.png") no-repeat scroll 0 0 transparent;
    }

.top_bg_user_manage em {
    text-shadow: 1px 1px 1px #005d67;
}

.first_user_row {
    float: left;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 98.3%;
    padding: 0 0 0 10px;
}

.admin_user_outer_2 {
    display: inline-block;
    margin: 0px 0 0;
    width: 100%;
}

.user_list_school {
    border-right: 1px solid #CCCCCC;
    float: left;
    margin: 0 4% 0 0;
    width: 45%;
}

    .user_list_school:nth-child(2n) {
        border-right: medium none;
    }

.user_img_outer_school {
    border: 1px solid #696969;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin: 10px 15px 10px 0;
    width: 51px;
}

    .user_img_outer_school img {
        border-radius: 4px;
    }

.user_contant_school {
    padding: 8px 0 0 65px;
    width: 190px;
}

    .user_contant_school em {
        background: url("../images/location_icon.png") no-repeat scroll 0 3px transparent;
        display: inline-block;
        padding: 0 0 3px 17px;
    }

    .user_contant_school i {
        background: url("../images/phn.png") no-repeat scroll 0 3px transparent;
        display: inline-block;
        padding: 0 0 10px 17px;
        font-style: normal;
        color: #5f5f5f;
        font-family: 'SegoeUISemibold';
        font-size: 12px;
    }

.view_more_btn_school {
    margin: 11px 0 14px;
}

.dashboard_right {
    margin: 0px;
}

.icon_div_manage h2 {
    background: url("../images/school_icon.png") no-repeat scroll 8px 12px transparent;
}

.manage_user_section_3:after {
    background: url("../images/black_border.png") no-repeat scroll 0 0 transparent;
}

.manage_user_section_3 {
    border: 1px solid #333333;
}

.top_bg_manage_user {
    background: #333333;
}

.manage_users h2 {
    background: url("../images/manage_users_icon.png") no-repeat scroll 14px 9px #171717;
    padding: 0px;
}

.top_bg_manage_user em {
    text-shadow: 1px 1px 1px #171717;
}

.user_img_outer_school_mng {
    border: 1px solid #696969;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    height: 45px;
    margin: 10px 15px 10px 0;
    width: 45px;
}

.manage_users_btn a {
    background: #333333;
}

.manage_users_btn {
    margin: 10px 0 15px;
}

.manage_charts_h2 {
    background: #30abe0;
}

.manage_charts_icon h2 {
    background: url("../images/manage_charts_icon.png") no-repeat scroll 12px 8px #0a7daf;
    padding: 0px;
}

.manage_charts_outer {
    border: 1px solid #30abe0;
    background: none repeat scroll 0 0 #FFFFFF;
}

    .manage_charts_outer:after {
        background: url("../images/mang_border.png") no-repeat scroll 0 0 transparent;
    }

.manage_charts_h2 {
    text-shadow: 1px 1px 1px #00425E;
}

.graph_main_outer {
    margin: 10px 0 31px;
}

.manage_charts_btn a {
    background: #30abe0;
}

.manage_charts_btn {
    margin: 10px 0 15px;
}

.graph_main_outer img {
    height: auto;
    width: 100%;
}

.manage_charts_h2 em {
    text-shadow: 1px 1px 1px #00425E;
}
/******************************************** Admin Dashboard End **********************************/


/******************************************** Select_2 start **********************************/
.select_2 {
    background: #dfdfdf; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZTZlNmU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTNlM2UzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #e6e6e6 3%, #eaeaea 7%, #eeeeee 14%, #eeeeee 88%, #eaeaea 95%, #e3e3e3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(3%,#e6e6e6), color-stop(7%,#eaeaea), color-stop(14%,#eeeeee), color-stop(88%,#eeeeee), color-stop(95%,#eaeaea), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dfdfdf 0%,#e6e6e6 3%,#eaeaea 7%,#eeeeee 14%,#eeeeee 88%,#eaeaea 95%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dfdfdf 0%,#e6e6e6 3%,#eaeaea 7%,#eeeeee 14%,#eeeeee 88%,#eaeaea 95%,#e3e3e3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dfdfdf 0%,#e6e6e6 3%,#eaeaea 7%,#eeeeee 14%,#eeeeee 88%,#eaeaea 95%,#e3e3e3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dfdfdf 0%,#e6e6e6 3%,#eaeaea 7%,#eeeeee 14%,#eeeeee 88%,#eaeaea 95%,#e3e3e3 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */
    width: 16%;
    height: 30px;
    border: 1px solid #C6C6C6;
    color: #3a3a3a;
    font-size: 14px;
    font-family: Lucida Grande,Tahoma,Arial;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 4px 10px;
}
/******************************************** Select_2 End **********************************/


/*Edited By Inderpal Singh Uppal*/

.user_first_row1 {
    padding: 0px 0px 10px 0px;
}

    .user_first_row1 label {
        font-family: 'segoe_uiregular';
        font-size: 16px;
        color: #585859;
        float: left;
        width: 200px;
    }

    .user_first_row1 em {
        font-style: normal;
        color: #585859;
        font-family: 'segoe_uiregular';
    }

.welcomeusericon {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 5px 1px 5px;
    font-size: 14px;
}

    .welcomeusericon a {
        color: #FFFFFF;
    }

        .welcomeusericon a:hover {
            /*color: #1B9ED5;*/
            color: #ffffff;
        }



.new_user_remove1 {
    /*background: url("../images/delete.png") no-repeat scroll 4px 5px #860827;
    border: 1px solid #640019;
    color: #FFFFFF;
    float: left;
    font-family: 'segoe_uibold';
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 1px 5px 3px;
    text-indent: 16px;*/
    background: url("../images/delete.png") no-repeat scroll 4px 6px #860827;
    border: 1px solid #640019;
    color: #ffffff;
    float: left;
    font-family: 'segoe_uibold';
    font-size: 12px;
    margin: 0 15px 0 0;
    /*padding: 1px 0px 1px 0px;*/
    padding: 2px 5px;
    text-indent: 16px;
}

    .new_user_remove1 input {
        background: none;
        border: none;
        /*padding: 0px;*/
        margin: 0px;
        height:16px;
    }

/*.create_btn input {
    background: #33b5e5;
    color: #fff;
    font-size: 20px;
    font-family: 'SegoeUISemibold';
    border: none;
    padding: 7px 20px 7px 20px;
    margin: 0px;
    cursor: pointer;
    float: left;
    text-shadow: 0 1px 0 #666666;
}*/


/*******************************************************************************************************************/

/***
*   Grid.Mvc stylesheet http://gridmvc.codeplex.com/
*   This file contains default styles for Grid.Mvc.
*/
/* Grid */

/* Edited By Amit Kamboj. */

/*.log_table1 table.grid-table {
    margin: 0;
    display:inline-block;
}*/

.log_table1 table.grid-table {
    margin: 0;
}

    .log_table1 table.grid-table .grid-wrap {
        padding: 0;
        position: relative;
    }

    .log_table1 table.grid-table .grid-empty-text {
        color: #666;
    }

    /* Grid headers */
    .log_table1 table.grid-table .grid-header {
        position: relative;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #ececec 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(24%,#fcfcfc), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#fcfcfc 24%,#ececec 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
        border-bottom: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        clear: both;
        color: #353a3d;
        font-family: 'segoe_uibold';
        font-size: 12px;
        font-weight: bold;
        padding: 12px 20px 12px 20px;
        text-align: left;
        vertical-align: middle;
    }

        .log_table1 table.grid-table .grid-header .sorted-asc .grid-sort-arrow:after {
            content: " \2193";
        }

        .log_table1 table.grid-table .grid-header .sorted-desc .grid-sort-arrow:after {
            content: " \2191";
        }

        .log_table1 table.grid-table .grid-header > .grid-header-title {
            width: 100%;
            margin-right: 15px;
            white-space: nowrap;
        }

    /* Grid body */
    .log_table1 table.grid-table tr.grid-row-selected td {
        background: #4888C2 !important;
        color: white;
    }

    .log_table1 table.grid-table tr.grid-row-selected a {
        color: white;
    }

    .log_table1 table.grid-table tr.grid-row {
        color: white;
    }

    .log_table1 table.grid-table td.grid-cell {
        border-bottom: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        clear: both;
        color: #ac193d;
        font-family: 'segoe_uiregular';
        font-size: 12px;
        padding: 8px 20px 8px 20px;
        text-align: left;
        vertical-align: middle;
        line-height:34px;
    }

/* Grid filtering */
input.grid-filter-input {
    padding: 4px;
    font-size: 13px;
}

.log_table1 table.grid-table .grid-filter {
    position: relative;
    margin-top: 2px;
    float: right;
    width: 10px;
    height: 12px;
}

.log_table1 table.grid-table .grid-filter-btn {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJFJREFUKFNjkJSU/E8MZvj//78DMRhkoj+6bizYH2SiiIeHx2FjY+P/2DBIDqSGAQSOHTtmYWZm9hldEUgMJAdWBAJAHSzt7e056ApBYiA5qDIIAAoIhIaGroYpArFBYlBpVLB3715DmEIQGyqMCUDWwBRiWIkOYAqhXNwApMjX13c7lIsbgBQBrdWAcqGAgQEAdOGTrvsYKXIAAAAASUVORK5CYII=') no-repeat;
}

    .log_table1 table.grid-table .grid-filter-btn.filtered {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJNJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2ZhZmb2GV0RSAwkB1YEAkAdLO3t7TnoCkFiIDmoMggACgiEhoauhikCsUFiUGlUsHfvXkOYQhAbKowJQNbAFGJYiQ5gCqFc3ACkyNfXdzuUixuAFAGt1YByoYCBAQAUDanUpFB4UQAAAABJRU5ErkJggg==') no-repeat;
    }

.log_table1 table.grid-table .grid-filter-buttons {
    padding: 0;
}

.log_table1 table.grid-table .grid-filter-datepicker {
    font-size: 12px;
}

    .log_table1 table.grid-table .grid-filter-datepicker table td {
        padding: 1px !important;
    }

    .log_table1 table.grid-table .grid-filter-datepicker .ui-datepicker {
        width: auto;
    }

.log_table1 table.grid-table .grid-dropdown-inner ul.menu-list li a.grid-filter-clear {
    white-space: nowrap;
    padding-left: 23px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAARpJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2axOC/396GinP/O+vpwRVbGxl92+vluXm1kuASsEKiD5VB99aG3eTH/HxjL/A/RUPsfrqb6f7e21uutlhbRYEUwAFQskOLmun2+lND/0xxM/7dycXzd6OxoCpVGBduWLjXv4+f/v5WF+f9RbtYvfeysqlApBKhhY2Hcxsy0+xAL038nbe3/m8W4ss/Jcx2GSiPAal6uvGtczP9TFOXBHgGJ7RHlmLGOjy0UrAAGzgT7rn7urP/P3NDgv6+v73aQWAMzM+dqTtbJYAUwsNzeyuhImE8GSBHQYxpQYYYJQCcxMDAwAAB7/bt5uWh9FAAAAABJRU5ErkJggg==');
    background-position: 3px center;
    background-repeat: no-repeat;
}

.log_table1 table.grid-table .grid-filter-choose.choose-selected {
    background-color: white !important;
    cursor: default;
    color: #999;
}

.log_table1 table.grid-table .grid-popup-additional {
    padding: 3px 0 0 0;
}

/* POP-UP */
.grid-dropdown {
    font-weight: normal;
    left: -102px;
    top: 16px !important;
    min-width: 180px;
}

.grid-dropdown-arrow {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAl0lEQVQoU42PMQuFMAyE6xN5gpOjjsIb/P9/o3O3zh27dY25kIPq8DBwmLT35WoQkUEVOmGec84CaW2q7+N+AdCD6M9SisQYTei1jsfyCeCu+vjFVGs1AN++94DRfUOfuNLoKUiyRC5y2F5I8NdaM4P/l0EswvBorQTnfxBhLMRih+2pklIy+eEtjQPu6MNZwIBNbwteMBd5X4ZGHcwL3QAAAABJRU5ErkJggg==") no-repeat;
    height: 8px;
    left: 99px;
    position: absolute;
    top: -8px;
    width: 14px;
}

.grid-dropdown-inner {
    padding: 5px 7px;
}

.grid-dropdown ul.menu-list {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
}

    .grid-dropdown ul.menu-list li a {
        text-decoration: none;
        background-position: 6px center;
        background-repeat: no-repeat;
        display: block;
        padding: 4px 5px;
    }

        .grid-dropdown ul.menu-list li a:hover {
            background-color: #EEE;
            text-decoration: none;
        }
/*Pagination Css change*/
.pagination li span {
    height: 30px !important;
    background: #860827 !important;
    border: 1px solid #640019 !important;
}
/*Pagination Css change*/
#RecordsPerPageList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 4px 0 0 -6px;
    padding: 5px;
}

#userTypeID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#userGroupID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

/* For School DDL change*/

#schoolID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#subSchoolID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#subSchoolIDD {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#tableauUserID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#chartID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#parentNavigationMenuID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#navigationMenuID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#SchoolList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#SchoolUserGroupList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#SchoolUserList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#SchoolChartList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#emailEventFrequencyID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#emailEventTypeID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#emailEventRepetitonHourID, #emailEventRepetitonMinuteID, #emailEventRepetitonAMOrPMID, #emailEventReminderDurationCriteriaID, #emailEventReminderDurationFrequencyID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 29%;
    padding: 6px 5px 6px 5px;
}

#deviceLayoutID {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

#SISSchoolYearList {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    font-family: 'segoe_uibold';
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0 0 0px;
    width: 94.4%;
    padding: 6px 5px 6px 5px;
}

/* For School DDL change*/
/*to set Submit Cancel Button on forgot password*/
.login_button_2 input {
    width: 46%;
}

.cancel_btn {
    float: right;
}

.radio_btn_forgot {
    margin: 0px 0px 0px 5%;
    /*0px 0px 0px 28px*/
}
/*to set Submit Cancel Button on forgot password*/
#SelectAll, .ChildSelect {
    text-align: center;
    width: 100%;
}

@media all and (min-width:0) {
    .graph_main_outer img {
        margin: 0px 0px 12px 0px;
    }
}

.first_btn a {
    /*background: none repeat scroll 0 0 #74B749;*/
    background: #74B749;
}

.first_btn {
    margin: 10px 0 15px;
}

input {
    border: none;
    outline: none;
}

.error_msg {
    font-family: 'segoe_uibold';
    font-size: 12px;
}

.input_outer_main {
    float: left;
    width: 100%;
}

.school_icon {
    background: url("../images/school_list.png") no-repeat scroll 14px 9px #AC193D !important;
    padding: 8px 10px 8px 40px !important;
}

.user_1_icon {
    background: url("../images/users.png") no-repeat scroll 14px 11px #AC193D !important;
    padding: 8px 10px 8px 40px !important;
}

.user_2_icon {
    background: url("../images/users.png") no-repeat scroll 14px 10px #404040 !important;
    padding: 8px 10px 8px 40px !important;
}

.list_chart_icon {
    background: url("../images/chart_1.png") no-repeat scroll 14px 11px #AC193D !important;
    padding: 8px 10px 8px 40px !important;
}

.delete_chart_icon {
    background: url("../images/chart_1.png") no-repeat scroll 14px 9px #404040 !important;
    padding: 8px 10px 8px 40px !important;
}

.delete_1_icon {
    background: url("../images/users.png") no-repeat scroll 14px 10px #404040 !important;
    padding: 8px 10px 8px 40px !important;
}

.delete_icon_view {
    background: url("../images/school_list.png") no-repeat scroll 14px 9px #404040 !important;
    padding: 8px 10px 8px 40px !important;
}

select.input-validation-error {
    border: 1px solid #B94A48 !important;
}

.sub {
    background: #fff;
    position: absolute;
    z-index: 2;
    width: 150px;
    padding: 10px 0 3px;
    margin:2px 0 0 -5px;
    border-radius: 3px;
    border: 1px solid #3F4247;
    display: none;
}

.subnavigationmenu {
    background: #3F4247;
    position: absolute;
    z-index: 2;
    width: 150px;
    padding: 10px 0 3px;
    border-radius: 3px;
    border: 1px solid #3F4247;
    display: none;
    margin: 0;
}

.sub-options {
    list-style: none;
    padding: 0px;
    font-size: 14px;
    vertical-align: middle;
    margin: 1px 5px;
}

a.hover-link {
    display: block;
    cursor: pointer;
}

.menu li a {
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
}

.navigationmenu li a {
    display: block;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
}

.userEndChartTable {
    width: 95%;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.userEndChartTable td {
    vertical-align: top;
}

.login_id_oth1 {
    width: 50%;
    float: left;
    margin: 0 3% 0 0;
}

.input_outer_add1 {
    padding: 0px 35px 0px 0px;
    width: 100%;
    display: inline-block;
}
.list_AccessLog_icon {
    background: url("../images/report.png") no-repeat scroll 14px 9px #ac193d !important;
    padding: 8px 10px 8px 40px !important;
}

/*body { position: relative; min-height: 100%; min-width: 100%; }*/
.setting_menu {float:left; }
.setting_menu .dropdown-menu {left:-56px;}
.setting_menu ul li,.setting_menu ul li:hover {width:100%; border:none;}
.sub-options li a {padding:0px 0 4px 2px; color:#000;}
.setting_menu a b {margin:-2px 0 0 6px;}
.navigation_menus h2{background:url("../images/chart_1.png") no-repeat scroll 13px 10px #AC193D; padding:8px 10px 8px 40px;}
.add_create_h2 h2 {background:url("../images/chart_1.png") no-repeat scroll 13px 10px #404040; padding:8px 10px 8px 40px;}
.Nav_icon {width:16px; width:16px; background:url("../images/navigation_Icon.png") no-repeat scroll 13px 10px; }
.navigation_menus_white h2{background:url("../images/navigation_Icon.png") no-repeat scroll 13px 10px #AC193D; padding:8px 10px 8px 40px;}
.dropdown-menu-en .dropdown-menu {left:0px!important;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color:#3ACBFF;
}


/*Scrollbar - Starts*/

/*internet explorer scrollbalken*/
body{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
/*mozilla scrolbalken*/
@-moz-document url-prefix(http://),url-prefix(https://) {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}
/**/
.scrollbar-container {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: 20px;

    border: 4px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    background-color: whiteSmoke;
}
.scrollbar-container .inner {
    height: 2011px;
    width: 1985px;
    padding: 1em;
    background-color: white;
    font-family: sans-serif;
}
::-webkit-scrollbar {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid whiteSmoke 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}


/*Scrollbar - Ends*/


/*Created By Developer*/
.add_create_nav_h2 h2 {background:url("../images/navigation_Icon.png") no-repeat scroll 13px 10px #404040; padding:8px 10px 8px 40px;}
nav ul li:last-child{border:none;}
.content-area1 table {width:100%;}
.radio_btn_1 input {float:left; margin:6px 0px 0px 0px;}
@media only screen 
and (min-device-width : 1360px) and (max-device-width : 1380px) {
.user_first_row em {width:125px;}
.user_first table {float:left;}
.user_first_row_view label{width:190px;}
.user_first_row_view em{width:210px;}
    .back_blue_view {margin:0px;}
}
table.drag_table td label {cursor:move;}
.left_outer_drag {float: left; width: 50%;}

.left_outer_drag_inner {
    float: left;
    height: 400px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px !important;
}

.right_outer_drag {float: right; width: 41%;}

.right_outer_drag_inner {
    float: left;
    height: 400px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 50px !important;
}

.right_outer_drag table{clear:both; width:100%;}
.clear_section_button input {float:right;
}
.drag_contant {width:100%;}
.drag_contant span {font-weight:bold; margin:0 5px 0 0; float:right;}
table.table-bordered tr td {line-height:20px;
}
.drag_contant_top {
    margin: 11px 5px 0 0;
}
/*.login_id_oth_update {margin:10px 0 0;
}*/
.log_table1 table.grid-table .grid-filter .dropdown-menu{left:-102px !important;}

.log_icon {
    background: url("../images/report.png") no-repeat scroll 14px 9px #AC193D !important;
    padding: 8px 10px 8px 40px !important;
}

.add_user_icon_report {
    background: url("../images/report.png") no-repeat scroll 14px 11px #404040 !important;
    padding: 8px 10px 8px 40px!important;
}
.dropdown-menu li a:hover{color:#3acbff!important;}

.TextBoxes {
    color: #353a3e;
    font-size: 12px;
    font-family: 'segoe_uibold';
    border: 1px solid #cccccc;
    padding: 7px;
    width: 95%;
}
.report_scenario_oth {width:100%; display:inline-block;}
.report_scenario_check_box_oth {border-bottom: 1px solid #ccc;
    display: inline-block;
    margin: 8px 0 20px;
    padding: 0 20px 15px;
    width: 100%;}
.check_box_row { float: left; margin: 0 30px 0 0; width: 30%;}
.check_box_row > input {float: left;}
.check_box_row > label {float: left; padding:0px 0px 0px 10px; font-weight:normal;}
.report_heading{padding:15px 0px 0px 0px;}
.select_row_oth {width:20%; float:left;}
.select_row_oth1 {width:16%; float:left;}
.log_table1 h3{  background: none repeat scroll 0 0 #424242; border-bottom: 1px solid #000; border-top: 1px solid #000; color: #fff; float: left; margin: 25px 0; padding: 6px 0; width: 100%;}
.row_box_oth{margin:20px 0px 0px 10px;}
.select_box_row_oth{  display: inline-block; margin: 8px 0 10px; width: 100%;}
.table_design_report tr th{background:#424242!important; color:#fff!important; font-weight:normal!important;}
.table_design_report{margin:20px 0px 0px 0px!important;}
.ButtonExportToExcel{float:none; display:inline-block; text-indent:8px;background-image:none!important;padding:2px 6px 4px 0 !important;}

.log_table1_email table {
    display: inline-block;
    width: 100%;
    overflow:auto;
}

.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}