﻿@charset "utf-8";

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: inherit;
    background: 0 0;
}

.liCSS {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

body {
    height: auto;
    text-align: center;
    line-height: 1;
    background-color: #f0f0f0;
    color: #333;
    font-family: Verdana;
}

li, ul {
    list-style: none;
}

input, select {
    vertical-align: middle;
}

a, a:link, a:visited {
    outline: 0;
    color: rgba(104, 153, 176, 1);
    text-decoration: none;
}

a:active, a:hover {
    color: #3664A3;
}

a:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, figure, footer, header, nav, section {
    display: block;
}

#container, .align-center {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

#container {
    background: #FFF;
    min-height: 620px;
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

#bannerImg {
    height: auto;
    background-size: cover;
    width: 100%;
}

header {
    height: auto;
    background: url(/images/Bannerheader.jpg) no-repeat;
    background-size: cover;
    width: 100%;
}

#bannerDiv {
    top: 0;
    left: 0;
    right: 0;
    background: url(/images/Bannerheader.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    background-position: inherit;
    background-size: 100%;
}

footer {
    width: 960px;
    height: 100px;
    margin: 40px auto 20px;
    padding: 0 20px;
    text-align: center;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: -1px 0 0;
}

#logo {
    height: 120px;
    width: 350px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 10px 30px 0 0;
    display: inline;
}

#logo1 {
    height: 60px;
    width: 350px;
    float: left;
    overflow: hidden;
    text-indent: -9999px;
    margin: 10px 30px 0 0;
    display: inline;
}

#logo a {
    display: block;
    height: 100%;
}

.align-center nav {
    height: 40px;
    width: 100%;
    margin-top: 22px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background-color: lightgray;
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.align-center ul {
    padding: 0 10px;
}

.align-center nav ul li {
    display: inline-block;
    zoom: 1;
    line-height: 40px;
    padding: 0 35px;
    font-size:12px;
}

.align-center nav ul li a {
    color: black;
}

.align-center nav ul li a:hover {
    text-decoration: none;
}

.search-box {
    width: 500px;
    float: left;
    margin: 10px 0 0;
    display: inline;
    text-align: left;
    position: relative;
}

.col-left {
    float: left;
    height: auto;
    width: 630px;
    padding: 0 15px 0 10px;
    margin: 0 6px 0 0;
}

* html > body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}


@media print {
    img {
        max-width: 500px;
    }

    .ad-block, .ad-text, .ad-top-banner, .ad-top-text, .col-right, .side-bar, footer, header {
        display: none;
    }

    @page {
        margin: .5cm;
    }

    body {
        font: 12pt Georgia,"Times New Roman",Times,serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    blockquote, ul {
        margin: 0;
    }

    ul {
        list-style: none;
    }

    li {
        content: "» ";
    }

    a {
        color: #000;
    }
}

@media (min-width:641px) and (max-width:1023px) {
    body {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    #container, .align-center {
        width: 100%;
    }

    footer {
        width: 100%;
        height: 100px;
        margin: 40px auto 20px;
        padding: 0 20px;
        text-align: center;
    }

    .align-center nav {
        overflow: hidden;
        white-space: nowrap;
        font-size: 12px;
    }

    .col-left {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: 0;
    }

    .col-right {
        float: none;
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .box, .related {
        margin-right: 0;
        width: 100%
    }

    .box article, .related article {
        width: 33%;
        float: left;
        padding: 20px 0;
    }

    .box figure img, .related figure img {
        border: 4px solid #f0f0f0;
        padding: 4px;
        width: 100%;
        height: 132px;
    }

    .box h3, .related p {
        width: 100%;
    }

    .col-right aside {
        width: 50%;
        float: left;
    }

    .sub-footer {
        width: 100%;
    }

    .sub-footer aside {
        width: 33%;
        margin: 0;
        padding: 0;
        height: auto;
    }

    .download-area, .plugin-details, .share-button {
        width: 50%;
    }
}

@media (max-width:640px) {
    body {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    #container, #logo, .align-center {
        width: 100%;
    }

    footer {
        width: 100%;
        height: 100px;
        margin: 40px auto 20px;
        padding: 0 20px;
        text-align: center;
    }

    .align-center nav {
        overflow: hidden;
        white-space: nowrap;
    }

    .col-left {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        border-right: 0;
    }

    .col-right {
        float: none;
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .box, .related {
        margin-right: 0;
        width: 100%;
    }

    .box article, .related article {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

    .box figure img, .related figure img {
        border: 4px solid #f0f0f0;
        padding: 4px;
        width: 100%;
        height: auto;
    }

    .box h3, .related p {
        width: 100%;
    }

    .col-right aside {
        width: 100%;
        float: none;
    }

    .sub-footer {
        width: 100%;
    }

    .sub-footer aside {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }

    .align-center nav ul li {
        float: left;
        /*display: inline;*/
        font-size: 12px;
    }

    .align-center nav {
        height: auto;
    }

    .download-area, .plugin-details, .share-button {
        width: 100%;
    }
}

@media (max-width:1023px) {

    .list, .post {
        width: 100%;
        padding: 0;
    }

    .list .article-info {
        float: right;
        width: 65%;
    }

    .list article dl {
        float: left;
        width: 35%;
    }

    .plugin-details {
        min-width: 300px;
        height: auto;
        float: right;
    }

    .share-button {
        min-width: 300px;
        padding: 20px 0;
        overflow: hidden;
        float: left;
    }

    .download-area {
        min-width: 300px;
        height: auto;
        float: left;
    }

    .col-left h1, .list article h2, .list article p {
        width: 100%;
    }

    .entry img {
        max-width: 534px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #logo {
        height: 80px;
    }

    #logo1 {
        height: 30px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    #logo {
        height: 110px;
    }

    #logo1 {
        height: 10px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    #logo {
        height: 85px;
    }

    #logo1 {
        height: 20px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    #logo {
        height: 70px;
    }

    #logo1 {
        height: 20px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #logo {
        height:55px;
    }

    #logo1 {
        height: 10px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    #logo {
        height: 35px;
    }

    #logo1 {
        height: 10px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    #logo {
        height: 15px;
    }

    #logo1 {
        height: 10px;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }
    .childDiv {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    #logo {
        height: 1px;
    }

    #logo1 {
        height: 20px;
    }

    .align-center nav {
        margin-top: 0;
    }

    .divCSS {
        font-size: 11px;
    }

    ul li {
        font-size: 11px;
    }

    .sub_menu {
        font-family: Verdana;
        font-size: 12px;
    }
    .menu tr td {
        list-style: none;
        color: Black;
        font-family:Verdana;
        font-size: 11px;
        margin: 0;
        padding: 0;
        position: relative;
        vertical-align: middle;
        text-align: center;
    }
    .childDiv {
        width: 100%;
        text-align:left !important;
    }
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    #newPageTbl {
        width:100%;
        text-align: left !important;
    }
    #assignRoleTbl {
        text-align: left !important;
    }
    #assignRoleDiv
    {
        width:100%;
        text-align:left !important;
    }
}

.menu {
    width: 100%;
    background: rgb(194,215,235);
    overflow: visible;
    position: relative;
    list-style: none;
    height: 40px;
    cursor: pointer;
    margin-top: 22px;
}

.menu tr {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    height: 40px;
    width: 100%;
    margin-top: 22px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background-color: #FADA5D;
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.3);
    box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.menu tr td {
    list-style: none;
    color: Black;
    font-family: Verdana;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.menu tr td a {
    display: block;
    text-decoration: none;
    color: Black;
}

.sub_menu {
    position: absolute;
    background-color: rgb(242,242,242);
    width: 245px !important;
    top: 40px;
    left: 0px;
    text-align: left;
    display: none;
    padding-bottom: 5px;
    cursor: pointer;
    list-style: none;
    z-index: 10000;
    padding-top: 8px;
    -webkit-box-shadow: 0 11px 6px -6px #FADA5D;
    -moz-box-shadow: 0 11px 6px -6px #FADA5D;
    box-shadow: 0 11px 6px -6px #FADA5D;
}

#panel {
    background-color: rgb(222,235,244);
    width: auto;
}

.sub_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
    background-color: rgb(242,242,242);
    display: block;
}

.sub_menu ul li {
    padding: .6em;
    line-height: 20px;
    list-style: none;
    text-align: left;
    white-space: nowrap;
    background-color: rgb(242,242,242);
    display: block;
}

.sub_menu ul li a:hover {
    color: rgb(69,131,160);
}