﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    /*a:link, 
    a:visited,
    a:active,*/
    a:hover {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

    a#registerLink {
        background-image: url('../Images/register.png');
        background-repeat: no-repeat;
        width: 96px;
        height: 30px;
        overflow: hidden;
        display: inline-block;
        text-indent: 9999px;
        background-color: white;
    }

    a#loginLink {
        background-image: url('../Images/login.png');
        background-repeat: no-repeat;
        width: 95px;
        height: 30px;
        overflow: hidden;
        display: inline-block;
        text-indent: 999px;
        background-color: white;
    }

/* ----------------------------------------- */
/*           Manage Mobile                   */
/* ----------------------------------------- */
.config{
    color:#333!important; 
    font-size: 17px!important; 
    line-height: 24px!important; 
    font-weight: bold!important; 
    text-transform: uppercase!important;
    float:left; 
    padding-right:10px;
}

.Enabled{
    background-color: green!important;  
    box-shadow: 1px 1px 1px 1px gray!important; 
    text-shadow: 1px 1px 1px gray!important;  
    border: 1px!important;
    position: relative!important;
    padding: 5px 5px 5px 5px!important;  
    border-radius: 2px!important;  
    float: left!important; 
    margin-right:1em!important; 
    margin-bottom:2em!important;
    width:165px!important;
    text-align:center!important;
}

.Disabled{
    background-color: #c8c8c8!important;  
    box-shadow: 1px 1px 1px 1px gray!important; 
    text-shadow: 1px 1px 1px gray!important;  
    border: 1px!important;
    position: relative!important;
    padding: 5px 5px 5px 5px!important;  
    border-radius: 2px!important;  
    float: left!important; 
    margin-right:1em!important; 
    margin-bottom:2em!important;
    width:165px!important;
    text-align:center!important;
}

.Regular{
    background-color:green!important;  
    box-shadow: 1px 1px 1px 1px gray!important; 
    text-shadow: 1px 1px 1px gray!important;  
    border: 1px!important;
    position: relative!important;
    padding: 5px 5px 5px 5px!important;  
    border-radius: 2px!important;  
    float: left!important; 
    margin-right:1em!important; 
    margin-bottom:2em!important;
    width:165px!important;
    text-align:center!important;
}

.group{
    margin-top: 10px;
    margin-bottom: 16px;
    margin-right: 5px;
    margin-left: 20px;
}

/*---------------------------------------------*/

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    /*padding-top: 10px;*/
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    background-color: #fff;
    clear: both;
    padding-bottom: 35px;
    border-top: 1px solid #ff8c00;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    /*padding-left: 10px;*/
    padding-top: 30px;
}

.featured + .main-content {
    /*background: url("../Images/heroAccent.png") no-repeat;*/
}

header .content-wrapper {
    padding-top: 10px;
    max-width: 960px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.site-logo img {
    height: 65px;
}

/* login
----------------------------------------------------------*/
#login {
    /*padding: 10px;*/
    display: block;
    font-size: .85em;
    /*margin: 0 0 10px;*/
    text-align: right;
}

    #login a {
        /*
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;*/
        padding: 2px 3px 3px 0px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding: 5px 5px 5px 5px;
    }

        ul#menu li:hover {
            background-color: lightgray;
        }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

    ul#menu ul {
        position: absolute;
        display: none;
        width: 100%;
        background: #5C87B2;
        border-top: 5px solid #5C87B2;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

        ul#menu ul li a {
            line-height: 1.9em;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

#add-task-form label {
    margin-left: 0.5em;
    font-size: 1.2em;
    font-weight: 600;
    display:inline;
}

#add-task-form label:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    margin-left:0em;
    clear: both;
}

span.dropt
{
    background:none;
    text-decoration:none;
}
span.dropt:hover
{
    text-decoration:none;
    background:#fff;
    z-index:6;
}
span.dropt span
{
    position:absolute;
    left:-9999px;
    margin:0 0 0 0;
    padding:3px 3px 3px 3px;
    border-style:solid;
    border-color:#000;
    border-width:1px;
    z-index:6;
    font-weight:500;
    font-size:medium;
    text-align:left;
    color:#000;
}
span.dropt:hover
{
    text-decoration:underline;
    background:none;
}
span.dropt:hover span
{
    left:2%;
    background:#fff;
}
span.dropt span
{
    position:absolute;
    left:-9999px;
    margin:4px 0 0 0;
    padding:3px 3px 3px 3px;
    border-style:solid;
    border-color:#000;
    border-width:1px;
}
span.dropt:hover span
{
    margin:20px 0 0 170px;
    padding-left:10px;
    padding-right:10px;
    background:#7ac0da;
    z-index:6;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 15px;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 1em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

.align-right {
    float: right;
}

.page-content {
    float: left;
    padding-left: 30px;
}

.widget_promotional_bar {
    background-color: #FFF;
    padding: 30px 30px 30px 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 4px solid darkorange;
    position: relative;
    overflow: hidden;
    box-shadow: gray 0px 0px 2px 0px;
}

    .widget_promotional_bar .promotional-text {
        font-size: 17px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #333;
        width: 100%;
        float: left;
    }

        .widget_promotional_bar .promotional-text > span {
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
            text-transform: none;
            display: block;
            padding-top: 6px;
            color: #777;
        }

.clearfix {
    display: block;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

.column {
    /*margin-left: -3.06%;*/
}

.lg_dashboard {
    background: #f1f1f1;
    padding: 1%;
    border-radius: 5px;
}

.one-third {
    width: 30.36%;
}

.one-half, .one-third, .one-fourth {
    float: left;
    margin: 0 0 0 0.97%;
    padding-bottom: 5px;
}

.lg_dashboard h1 {
    text-align: right;
    font-size: 1.8em;
    line-height: 1.2em;
}

.widget-title {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 24px;
    padding-bottom: 15px;
}

    .widget-title, .widget-title a {
        color: #333;
    }

h1, h2, h3 {
    padding: 0;
    margin: 0;
}

.table-style {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    line-height: 24px;
    border-bottom: 1px solid black;
}

.table-header {
    background-color: khaki;
    font-weight: 700;
    border: 1px solid black;
}

.table-sub-total-row{
    background: rgb(220, 245, 220);
}

.table-total-row{
    /*background: rgb(136, 191, 136);*/
    background: lightgrey;
}

.selectBox {
    width: 150px;
    height: 30px;
}

.quantityBox {
    width: 25px;
    margin-left: 10px;
}

.costBox {
    width: 25px;
}

.planqty {
    width: 25px;
    margin-left: 10px;
}

.table-without-header {
    width: 610px;
    font-size: 14px;
    text-align: left;
    position: relative;
    left: 3%;
    margin-bottom: 25px;
    font-weight: 600;
}

.table-without-header-td-style {
    background-color: lightgray;
    padding-left: 10px;
    width: 230px;
}

.error {
    color: red;
}

.success {
    color: green;
}

input[type="radio"] {
    width: 50px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modal {
        display: block;
    }

.first {
    clear: both;
    padding-left: 0;
}

.gap {
    padding-right: 20px;
    padding-top: 20px;
}

#vul-scan-compare tr td {
    text-align: center;
    border-bottom: 1px solid black;
}

#product-feature-compare tr td {
    text-align: center;
    border-bottom: 1px solid black;
}

#visa-penalty-chart tr th, td {
    text-align: center;
    border-bottom: 1px solid black;
}

#sox-compliance-table {
    border: 1px solid black;
}

/*Css for Menu*/
#access {
    float: left;
}

    #access li {
        float: left;
        position: relative;
        margin: 0px;
    }

    #access a {
        color: #777;
        display: block;
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        /*padding: 30px 0 0*/
    }

article p {
    font-size: 15px;
    line-height: 21px;
}

#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
    color: #0a1a72;
}

/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}

#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
    display: block;
}

#access ul li ul {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #0a1a72;
    top: 60px;
    left: 0;
    width: 190px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-left: 10px;
    padding-right: 10px;
}

    #access ul li ul li {
        float: none;
        margin: 0;
        display: block;
    }

        #access ul li ul li a,
        #access ul li.current-menu-item ul li a,
        #access ul li ul li.current-menu-item a,
        #access ul li.current_page_ancestor ul li a,
        #access ul li.current-menu-ancestor ul li a,
        #access ul li.current_page_item ul li a {
            float: none;
            line-height: 20px;
            font-size: 13px;
            font-weight: normal;
            height: 100%;
            padding: 6px 10px;
            color: #777;
            text-transform: capitalize;
            width: 90%;
        }

            #access ul li ul li a:hover,
            #access ul li ul li:hover > a,
            #access ul li.current-menu-item ul li a:hover {
                background-color: #F9F9F9;
                color: #0a1a72;
            }

        #access ul li ul li ul {
            left: 190px;
            top: 0;
            border: 0 none;
            -webkit-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0 8px rgba(0, 0, 0, 0.2);
        }

#access {
    float: right;
    background: darkorange;
    margin-top: 30px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    padding: 0px 0px;
    box-shadow: darkred 0px 0px 6px 1px;
}

    #access li {
        float: left;
        position: relative;
        border-right: 1px solid #fff;
        border-bottom: 0px;
    }

    #access a {
        color: #777;
        display: block;
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 10px;
    }

        #access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
            color: white;
        }

#menu-item-1912 {
    border-right: 0px;
}

#access ul li ul {
    position: absolute;
    background-color: #fff;
    border-top: 4px solid darkgoldenrod;
    top: 40px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

#access a {
    color: white;
    font-size: 1.2em;
    /* padding: 15px 0 0; */
}

#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
    background-color: darkorange;
    color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#access li {
    float: left;
    position: relative;
    /* padding: 0 10px 0px 10px; */
    border-right: 1px solid #fff;
}
/* Responsive Navigation */
.menu-toggle {
    display: none;
}


/*Dashboard Sidebar Menu*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

#cssmenu {
    position: relative;
    margin: 0;
    font-family: 'Roboto Condensed';
    line-height: 1;
    width: 250px;
    float: left;
}

.align-right {
    float: right;
}

#cssmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    #cssmenu ul li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        #cssmenu ul li a {
            text-decoration: none;
            cursor: pointer;
        }

#cssmenu > ul > li > a {
    color: #dddddd;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background: #222222;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    position: relative;
}

#cssmenu > ul > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cssmenu > ul > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid #000000;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
    background: #151515;
    color: #ffffff;
}

#cssmenu ul > li.has-sub > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #000000;
    border-botom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -13px;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#cssmenu ul > li.has-sub > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #151515;
    border-botom: 13px solid transparent;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    left: 0;
    bottom: -12px;
    bottom: -1px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#cssmenu ul > li.has-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #dddddd;
    z-index: 2;
    right: 20px;
    top: 24.5px;
    pointer-events: none;
}

#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
    border-top-color: #ffffff;
}

#cssmenu ul > li.has-sub.open > a::after {
    opacity: 1;
    bottom: -13px;
}

#cssmenu ul > li.has-sub.open > a::before {
    opacity: 1;
    bottom: -12px;
}

#cssmenu ul ul {
    display: none;
}

    #cssmenu ul ul li {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

        #cssmenu ul ul li a {
            background: #f1f1f1;
            display: block;
            position: relative;
            font-size: 15px;
            padding: 14px 20px;
            border-bottom: 1px solid #dddddd;
            color: #777777;
            font-weight: 300;
            -webkit-transition: all 0.25s ease-in;
            -moz-transition: all 0.25s ease-in;
            -ms-transition: all 0.25s ease-in;
            -o-transition: all 0.25s ease-in;
            transition: all 0.25s ease-in;
        }

        #cssmenu ul ul li:first-child > a {
            padding-top: 18px;
        }

    #cssmenu ul ul ul li {
        border: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.open > a,
    #cssmenu ul ul li.active > a {
        background: #e4e4e4;
        color: #666666;
    }

    #cssmenu ul ul > li.has-sub > a::after {
        border-top: 13px solid #dddddd;
    }

    #cssmenu ul ul > li.has-sub > a::before {
        border-top: 13px solid #e4e4e4;
    }

    #cssmenu ul ul ul li a {
        padding-left: 30px;
    }

    #cssmenu ul ul > li.has-sub::after {
        top: 18.5px;
        border-width: 6px;
        border-top-color: #777777;
    }

    #cssmenu ul ul > li:hover::after,
    #cssmenu ul ul > li.active::after,
    #cssmenu ul ul > li.open::after {
        border-top-color: #666666;
    }


.slide0 {
    font-size: 36px;
    font-weight: 500;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #fff;
    text-shadow: 1px 1px #1f1f1f;
    transform: perspective(2000px);
    padding: 10px;
    /*
    padding-left: 200px;
    padding-right: 200px;
        */
    text-align: center; /* background: rgb(203, 203, 203); */
    background-color: rgba(0,0,0, 0.5);
    width: 660px;
}


.center {
    margin-left: auto;
    margin-right: auto;
}


.quickstart-heading {
    text-align: center;
    background: darkorange;
}

#DiscountCoupon{
    width: 135px;
}

#invoice-ul > li {
    padding: 14px;
}

/*.LearnMorebtn
{
     text-align: center;
     color: #fff;
     width: 150px;
     border:3px solid #fff; 
     -webkit-border-radius: 3px; 
     -moz-border-radius: 3px;
     border-radius: 10px;
     font-size:24px;
     font-family:arial, helvetica, sans-serif;
     padding: 5px 0px 5px 0px; 
     text-decoration:none; 
     display:inline-block;
     text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
     font-weight:bold; color: #FFFFFF;
     background-color: #eab92d; 
     background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
     background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
     background-image: -moz-linear-gradient(top, #eab92d, #c79810);
     background-image: -ms-linear-gradient(top, #eab92d, #c79810);
     background-image: -o-linear-gradient(top, #eab92d, #c79810);
     background-image: linear-gradient(to bottom, #eab92d, #c79810);
     filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
}*/

.LearnMorebtn
{
     text-align: center;
     color: #fff;
     width: 150px;
     border:3px solid #fff; 
     -webkit-border-radius: 3px; 
     -moz-border-radius: 3px;
     border-radius: 10px;
     font-size:24px;
     font-family:arial, helvetica, sans-serif;
     padding: 5px 0px 5px 0px; 
     text-decoration:none; 
     display:inline-block;
     text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
     font-weight:bold; color: #FFFFFF;
     background-color: #F9DF00; 
     background-image: -webkit-gradient(linear, left top, left bottom, from(#F9DF00), to(#c79810));
     background-image: -webkit-linear-gradient(top, #F9DF00, #c79810);
     background-image: -moz-linear-gradient(top, #F9DF00, #c79810);
     background-image: -ms-linear-gradient(top, #F9DF00, #c79810);
     background-image: -o-linear-gradient(top, #F9DF00, #c79810);
     background-image: linear-gradient(to bottom, #F9DF00, #c79810);
     filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
}

.LearnMorebtn:hover
{
     border:3px solid #fff;
     background-color: #cf9f15; 
     background-image: -webkit-gradient(linear, left top, left bottom, from(#cf9f15), to(#98740c));
     background-image: -webkit-linear-gradient(top, #cf9f15, #98740c);
     background-image: -moz-linear-gradient(top, #cf9f15, #98740c);
     background-image: -ms-linear-gradient(top, #cf9f15, #98740c);
     background-image: -o-linear-gradient(top, #cf9f15, #98740c);
     background-image: linear-gradient(to bottom, #cf9f15, #98740c);
     filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cf9f15, endColorstr=#98740c);
}

.SignUpBtn
{
     text-align: center;
     width: 150px;
     border:3px solid #fff;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 10px;
     font-size:24px;
     font-family:arial, helvetica, sans-serif; 
     padding: 5px 0px 5px 0px; 
     text-decoration:none; 
     display:inline-block;
     text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
     font-weight:bold; 
     color: #FFFFFF;
     background-color: #4ba614; 
     background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
     background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
     background-image: -moz-linear-gradient(top, #4ba614, #008c00);
     background-image: -ms-linear-gradient(top, #4ba614, #008c00);
     background-image: -o-linear-gradient(top, #4ba614, #008c00);
     background-image: linear-gradient(to bottom, #4ba614, #008c00);
     filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
}

.SignUpBtn:hover
{
     border:3px solid #fff;
     background-color: #36780f; 
     background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
     background-image: -webkit-linear-gradient(top, #36780f, #005900);
     background-image: -moz-linear-gradient(top, #36780f, #005900);
     background-image: -ms-linear-gradient(top, #36780f, #005900);
     background-image: -o-linear-gradient(top, #36780f, #005900);
     background-image: linear-gradient(to bottom, #36780f, #005900);
     filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

.deleteImg
{
    height: 16px;
}

#order-details{
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
}

#invoice-table tr th, td {
    text-align: left;
    border: none;
}

#invoice-table-header {
    border: 1px solid black;
}
#invoice-table-header td {
    font-weight: 700;
}

.sub-total-row {
    border-top: 1px solid;
}

.grand-total-row {
    border: 1px solid;
}

#regLoginNowBtn {
  background-color: #d3dce0;
  border: 1px solid #787878;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  padding: 7px;
  margin-right: 8px;
  width: auto;
  text-decoration: none;
}

.website-scan-report-table {
      border: 1px solid black;
      margin-top: 40px;
      margin-bottom: 40px;
}

.website-scan-report-table tr {
    border-bottom: 1px solid black;
}

.website-scan-report-table tr td {
    border-right: 1px solid;
}

.transaction-table tr {
    border: 1px solid black;
}

.tblbtn{padding: 10px;}
.tblbtn a {margin-right: 6px;
    border: 0px;
    border-radius: 5px;
    background-color: #FF8C00;
    font-weight: bold;
    color: #FFF;text-decoration: none;
    cursor: pointer;
    padding: 3px 15px 6px 15px;}
.tblbtn a:hover {background-color:#e67e00;} 
.mobmgt a {color: white;text-decoration: none;font-size: 16px;font-weight: 600;}