@import "reset.css";
@import "dataTable.css";
@import "ui_custom.css";
@import "fullcalendar.css";
@import "icons.css";
@import "elfinder.css";
@import "wysiwyg.css";

.w40 {
    width: 40%;
}

html {
    height: 100%;
}

* html body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bodyBg.jpg) repeat;
    font-size: 12px;
    color: #d5d5d5;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    min-height: 100%;
    position: relative;
}


/* ==========  General styles ========== */

.wrapper {
    margin: 0 5%;
    clear: both;
}

.img {
    border: 1px solid #d5d5d5;
}


/* ==========  Typo  ========== */

h1, h2, h3, h4, h5, h6, ul.tabs li a, .leftNav ul li a, .stats ul li span, .userLink, .errorPage p, .ui-dialog .ui-dialog-title {
    font-family: Arial, sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #fafafa;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

blockquote {
    border: 1px solid #272C30;
    margin-top: 40px;
    padding: 15px 10px;
    quotes: "\201C" "\201D";
    background: url(../images/widgetBg.png) repeat;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    border-left: 4px solid #272C30;
}

    blockquote:before {
        content: open-quote;
        font-weight: bold;
    }

    blockquote:after {
        content: close-quote;
        font-weight: bold;
    }

.red {
    color: #e0a5a5;
}

.green {
    color: #72c66f;
}

p {
    padding: 12px 0 0 0;
}

.p12 {
    padding: 12px;
}

.pt12 {
    padding-top: 12px;
}

.legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
}

.nodisplay {
    display: none !important;
}


/* ==========  Additional reset classes  ========== */

.zid {
    z-index: 1;
}

.mt40 {
    margin-top: 40px;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.noborder {
    border: none !important;
}

.nobg {
    background: none !important;
}

.floatleft {
    display: block;
    float: left;
}

.floatright {
    display: block;
    float: right;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.fix {
    clear: both;
}

.first {
    margin-top: 22px !important;
}

.inactive {
    margin-top: 0px;
    color: #2B6893;
}

select {
    overflow: auto;
}

.bordLeft {
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
}

.bordRight {
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
}


/* ==========  Login page  ========== */

.loginPanel {
    width: 320px;
    background: url(../images/widgetBg.png) repeat;
    border: 1px solid #2A2E34;
    border-top: 0;
    display: block; /*height: 222px; */
    box-shadow: inset 0 0 2px #272b2c;
    -moz-box-shadow: inset 0 0 2px #272b2c;
    -webkit-box-shadow: inset 0 0 2px #272b2c;
    -moz-box-shadow: 0 1px 0 #4b4e50;
    -webkit-box-shadow: 0 1px 0 #4b4e50;
    box-shadow: 0 1px 0 #4b4e50;
}

.loginWrapper {
    margin: -106px 0 0 -160px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.loginLogo {
    display: block;
    height: 44px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: -150px;
    width: 190px;
}

.loginPanel h5 {
    font-weight: normal;
    padding: 9px 12px 9px 35px;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.loginPanel label {
    width: 60px;
}

.rememberMe {
    margin-left: 12px;
}

    .rememberMe label {
        padding: 4px 12px !important;
        width: auto;
    }

.loginInput {
    width: 196px;
    float: left;
}

.loginRow {
    border-top: 1px solid #363B3E;
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid #24272B;
}

    .loginRow:first-child {
    }

    .loginRow:last-child {
        border-bottom: none;
    }

.backTo a:hover {
    background: #212121;
}

.backTo span {
    padding: 8px 14px 8px 8px;
    display: block;
    float: left;
}

.backTo img {
    margin: 13px 2px 11px 14px;
    float: left;
    display: block;
}

.backTo a {
    float: left;
    color: #eeeeee;
    font-size: 11px;
    border-right: 1px solid #2F2F2F;
    border-left: 1px solid #2F2F2F;
}


/* ==========  Buttons ========== */

input[type=submit], input[type=reset], input[type=button], button, .button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 14px 7px 14px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    border: 1px solid #292d2f;
    -moz-box-shadow: 0 0 2px #545454;
    color: #fff;
    -webkit-box-shadow: 0 0 2px #545454;
    box-shadow: 0 0 2px #545454;
}

.basicBtn {
    background: url(../images/ui/basicBtn.png) repeat-x 0 0;
}

    .basicBtn:hover {
        background-position: 0 -27px;
    }

    .basicBtn:active {
        background-position: 0 -54px;
    }

.blueBtn {
    background: #3c87b6 url(../images/ui/blueBtn.png) repeat-x 0 0;
}

    .blueBtn:hover {
        background-position: 0 -27px;
    }

    .blueBtn:active {
        background-position: 0 -54px;
    }

.redBtn {
    background: url(../images/ui/redBtn.png) repeat-x 0 0;
}

    .redBtn:hover {
        background-position: 0 -27px;
    }

    .redBtn:active {
        background-position: 0 -54px;
    }

.seaBtn {
    background: url(../images/ui/seaBtn.png) repeat-x 0 0;
}

    .seaBtn:hover {
        background-position: 0 -27px;
    }

    .seaBtn:active {
        background-position: 0 -54px;
    }

.blackBtn {
    background: url(../images/ui/blackBtn.png) repeat-x 0 0;
}

    .blackBtn:hover {
        background-position: 0 -27px;
    }

    .blackBtn:active {
        background-position: 0 -54px;
    }

.greyishBtn {
    background: url(../images/ui/greyishBtn.png) repeat-x 0 0;
}

    .greyishBtn:hover {
        background-position: 0 -27px;
    }

    .greyishBtn:active {
        background-position: 0 -54px;
    }

.greenBtn {
    background: url(../images/ui/greenBtn.png) repeat-x 0 0;
}

    .greenBtn:hover {
        background-position: 0 -27px;
    }

    .greenBtn:active {
        background-position: 0 -54px;
    }


.btn14 {
    border: 1px solid #24272B;
    background: url(../images/titleBg.png) repeat-x 0 0;
    padding: 6px 8px;
    display: inline-block;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

    .btn14:hover {
        background-position: 0 -39px;
    }

    .btn14:active {
        background: #557a8e;
    }

.btn55 {
    background: #3b5867 url(../images/middlebg.png) repeat-x 0 0;
    border: 1px solid #292D2F;
    padding: 7px 6px 0px 6px;
    display: inline-block;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

    .btn55:hover {
        background-position: 0 -56px;
    }

    .btn55:active {
        background-position: 0 -112px;
    }

    .btn55 span {
        display: block;
        padding: 5px 5px 0 5px;
        color: #eaeaea;
    }

.btnIconLeft {
    border: 1px solid #292D2F;
    background: url(../images/titleBg.png) repeat-x 0 0;
    display: inline-block;
    color: #fafafa;
}

    .btnIconLeft:hover {
        background-position: 0 -39px;
    }

    .btnIconLeft:active {
        background: #557a8e;
    }

    .btnIconLeft .icon {
        float: left;
        border-right: 1px solid #292D2F;
        padding: 8px;
    }

    .btnIconLeft span {
        display: block;
        float: left;
        padding: 5px 10px;
        font-weight: bold;
    }



/* ========== Pagination ========== */

.pagination { /*margin: auto; width: 726px; margin-top: 40px;*/
    text-align: center;
}

.pages {
}

    .pages li.prev {
        margin-right: 15px;
    }

    .pages li.next {
        margin-left: 15px;
    }

    .pages li {
        display: inline;
        margin: 0 2px;
    }

        .pages li a {
            height: 25px;
            padding: 4px 8px;
            text-decoration: none;
            color: #d5d5d5;
            font-weight: bold;
            background: url(../images/darkerBg.png) repeat-x 0 0;
            border: 1px solid #292D2F;
            font-size: 11px;
            -moz-box-shadow: 0 0 2px #545454;
            -webkit-box-shadow: 0 0 2px #545454;
            box-shadow: 0 0 2px #545454;
        }

            .pages li a:hover {
                background: url(../images/darkBg.png) repeat;
            }

        .pages li .active {
            background: url(../images/titleBg.png) repeat-x 0 0;
            color: #fff;
            border-color: #292d2f;
        }

            .pages li .active:hover {
                background: url(../images/titleBg.png) repeat-x 0 -39px;
            }


/* ==========  Numbers notifications  ========== */

.numberTop, .numberMiddle, .numberLeft {
    text-align: center;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    float: right;
    margin: 10px 15px 10px -5px;
    font-size: 11px;
    line-height: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.numberTop, .numberMiddle {
    margin: 9px 15px 8px -5px;
    padding: 1px 5px !important;
    background: url(../images/numberTop.png) repeat-x;
    border: 1px solid #573535;
    -moz-box-shadow: inset 0 0 1px #e14040;
    box-shadow: inset 0 0 1px #e14040;
    -moz-box-shadow: inset 0 0 1px #e14040;
}

.numberMiddle {
    margin: 0;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 11px;
    background: url(../images/numberTop.png) repeat-x;
}

.numberLeft {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    background: url(../images/number.png) repeat-x !important;
    padding: 2px 6px !important;
    -moz-box-shadow: 0 1px 0 #4f565a;
    -webkit-box-shadow: 0 1px 0 #4f565a;
    box-shadow: 0 1px 0 #4f565a;
}


/* ===== Top navigation ===== */

#topNav {
    height: 36px;
    display: block;
}

.fixed {
    position: fixed;
    background: url(../images/topNav.jpg) repeat;
    width: 100%;
    color: #eeeeee;
    border-bottom: 1px solid #4a4f51;
    z-index: 999;
}

.welcome {
    float: left;
}

    .welcome img {
        float: left;
        margin: 8px 8px 8px 0;
    }

    .welcome span {
        padding: 8px 5px;
        display: block;
        white-space: nowrap;
        float: left;
        font-size: 11px;
    }

.userNav {
    float: right;
    z-index: 6000;
    position: relative;
    font-size: 11px;
}

    .userNav .lastNav {
        width: 2px;
        height: 36px;
        background: url(../images/navSep.png) repeat-y;
        position: absolute;
        top: 0;
        right: 0;
    }

    .userNav ul {
        margin-right: 2px;
    }

        .userNav ul li {
            display: inline;
            float: left;
            position: relative;
            cursor: pointer;
            border-right: 1px solid #2f2f2f;
        }

            .userNav ul li:first-child {
                border-left: 1px solid #2f2f2f;
            }

            .userNav ul li a {
                color: #eeeeee;
                text-decoration: none;
                display: block;
                float: left;
            }

            .userNav ul li:hover, .selected {
                background: #212121;
            }

            .userNav ul li span {
                display: block;
                padding: 8px 12px 8px 8px;
                float: left;
            }

            .userNav ul li img {
                float: left;
                display: block;
                margin: 13px 2px 11px 14px;
            }

            .userNav ul li ul {
                position: absolute;
                left: -1px;
                display: none;
                top: 35px;
                margin-top: 0px;
                background: #2f2f2f;
                padding: 0 1px 1px 1px;
                border: 1px solid #1d1d1d;
                z-index: 100;
            }

                .userNav ul li ul li {
                    display: block;
                    float: none;
                    border-top: 1px solid #2f2f2f;
                    background: #212121;
                    border-right: none;
                }

                    .userNav ul li ul li:first-child {
                        border-left: none !important;
                    }

                    .userNav ul li ul li a {
                        width: 162px;
                        padding: 6px 10px 6px 15px;
                        font-size: 11px;
                        text-transform: none;
                        color: #a4a4a4;
                        font-weight: normal;
                        background: none;
                        float: none;
                    }

                        .userNav ul li ul li a:hover {
                            background: none;
                            font-weight: normal;
                            color: #737373;
                        }

                    .userNav ul li ul li:hover {
                        background: #1d1d1d !important;
                    }



/* ===== Header ===== */

#header {
    height: 106px;
    clear: both;
}

.logo {
    float: left;
    margin: 10px 0 10px 75px;
}

.middleNav {
    float: right;
    margin-right: 1px;
}

    .middleNav ul {
        margin-top: 25px;
    }

        .middleNav ul li {
            height: 55px;
            text-align: center;
            display: block;
            float: left;
            margin-left: 25px;
            position: relative;
        }

            .middleNav ul li a {
                display: block;
                background: url(../images/middlebg.png) repeat-x 0 0;
                color: #595858;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 1px 0 #474c4f;
                -webkit-box-shadow: 0 1px 0 #474c4f;
                box-shadow: 0 1px 0 #474c4f; /*margin-right: 10px;*/
                border: 1px solid #292d2f;
                color: #eaeaea;
            }

                .middleNav ul li a span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .middleNav ul li.iMes a span {
                background: url(../images/icons/middlenav/dialog.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iStat a span {
                background: url(../images/icons/middlenav/graph.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iKey a span {
                background: url(../images/icons/middlenav/key.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iUser a span {
                background: url(../images/icons/middlenav/user.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iUsers a span {
                background: url(../images/icons/middlenav/users.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iOrders a span {
                background: url(../images/icons/middlenav/money.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iUpload a span {
                background: url(../images/icons/middlenav/upload.png) no-repeat 50% 8px;
            }

            .middleNav ul li a:hover {
                background-position: 0 -56px;
            }

            .middleNav ul li a:active {
                background-position: 0 -112px;
            }


/* ===== Left navigation ===== */

.leftNav {
    width: 212px;
    max-width: 36%;
    margin-top: -1px;
    float: left;
    margin-bottom: 80px;
    margin-right: 41px;
}

    .leftNav .last {
        border-bottom: none;
    }

    .leftNav ul li {
        position: relative;
    }

        .leftNav ul li a {
            color: #fafafa;
            font-size: 15px;
            display: block;
            background: url(../images/titleBg.png) repeat-x 0 0;
            border: 1px solid #2e3234;
            margin-top: 1px;
        }

            .leftNav ul li a:hover {
                background-position: 0 -39px;
                color: #fafafa;
                border: 1px solid #252a31;
            }

            .leftNav ul li a.active {
                background-position: 0 -78px;
            }

            .leftNav ul li a span {
                padding: 9px 0 9px 35px;
                display: block;
                font-size: 12px;
                font-weight: bold;
            }


        /* Left navigation icons */

        .leftNav ul li.dash a span {
            background: url(../images/icons/dark/download.png) no-repeat 10px;
        }

        .leftNav ul li.graphs span {
            background: url(../images/icons/dark/graph.png) no-repeat 10px;
        }

        .leftNav ul li.forms a span {
            background: url(../images/icons/dark/pencil.png) no-repeat 10px;
        }

        .leftNav ul li.gallery a span {
            background: url(../images/icons/dark/preview.png) no-repeat 10px;
        }

        .leftNav ul li.typo span {
            background: url(../images/icons/dark/create.png) no-repeat 10px;
        }

        .leftNav ul li.tables a span {
            background: url(../images/icons/dark/frames.png) no-repeat 10px;
        }

        .leftNav ul li.cal a span {
            background: url(../images/icons/dark/dayCalendar.png) no-repeat 10px;
        }

        .leftNav ul li.errors a span {
            background: url(../images/icons/dark/alert.png) no-repeat 10px;
        }

        .leftNav ul li.files a span {
            background: url(../images/icons/dark/files.png) no-repeat 10px;
        }

        .leftNav ul li.login a span {
            background: url(../images/icons/dark/user.png) no-repeat 10px;
        }

        .leftNav ul li.pic a span {
            background: url(../images/icons/dark/blocks.png) no-repeat 10px;
        }

        .leftNav ul li.widgets a span {
            background: url(../images/icons/dark/full.png) no-repeat 10px;
        }

        .leftNav ul li.contacts a span {
            background: url(../images/icons/dark/users.png) no-repeat 10px;
        }

        .leftNav ul li.signal a span {
            background: url(../images/icons/dark/signal.png) no-repeat 10px;
        }

        .leftNav ul li.stats a span {
            background: url(../images/icons/dark/stats.png) no-repeat 10px;
        }

        .leftNav ul li.power a span {
            background: url(../images/icons/dark/power.png) no-repeat 10px;
        }

        .leftNav ul li.tags a span {
            background: url(../images/icons/dark/tags.png) no-repeat 10px;
        }

        .leftNav ul li.view a span {
            background: url(../images/icons/dark/view.png) no-repeat 10px;
        }

        .leftNav ul li.flag a span {
            background: url(../images/icons/dark/flag.png) no-repeat 10px;
        }

        .leftNav ul li.speech a span {
            background: url(../images/icons/dark/speech.png) no-repeat 10px;
        }

        .leftNav ul li.ppDoc a span {
            background: url(../images/icons/dark/ppDoc.png) no-repeat 10px;
        }

        .leftNav ul li.imagesList a span {
            background: url(../images/icons/dark/imagesList.png) no-repeat 10px;
        }

        .leftNav ul li.imageList a span {
            background: url(../images/icons/dark/imageList.png) no-repeat 10px;
        }

        .leftNav ul li.cog4 a span {
            background: url(../images/icons/dark/cog4.png) no-repeat 10px;
        }

        .leftNav ul li.companies a span {
            background: url(../images/icons/dark/companies.png) no-repeat 10px;
        }


/* Left navigation subnav */

ul.sub {
    border: 1px solid #272c30;
    border-top: none;
    background: url(../images/widgetBg.png) repeat;
}

    ul.sub li {
        border-bottom: 1px dotted #24272B;
        padding: 1px;
    }

        ul.sub li a {
            background: url(../images/arrow.gif) no-repeat 8px 16px;
            border: none;
            font-family: Arial, Helvetica, sans-serif;
            color: #494949;
            font-size: 11px;
            padding: 8px 10px 8px 18px;
            color: #d5d5d5;
        }

            ul.sub li a:hover, .sub li a:active {
                font-style: normal;
                border: none;
                color: #676767;
                background: url(../images/arrow.gif) no-repeat 8px 16px;
            }

        ul.sub li ul {
            border: none;
            border-top: 1px solid #c9c9c9;
        }

            ul.sub li ul li {
                padding-left: 10px;
            }



/* ===== Statistics ===== */

.stats {
    margin-top: 22px;
}

    .stats ul {
    }

        .stats ul li {
            display: block;
            float: left;
            margin-left: 5%;
            vertical-align: top;
            width: 15.2%; /*width: 21.2%;*/
        }

            .stats ul li:first-child {
                margin: 0;
            }

            .stats ul li span {
                font-size: 13px;
                display: block;
                vertical-align: middle;
                white-space: normal;
                font-family: Arial;
            }

.count {
    font-size: 26px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 41px;
    padding: 0 10px;
    -moz-box-shadow: 0 1px 0 #474c4f;
    -webkit-box-shadow: 0 1px 0 #474c4f;
    box-shadow: 0 1px 0 #474c4f;
    margin-right: 10px;
    border: 1px solid #292d2f;
    color: #fafafa;
}

.stats a.orange {
    background: url(../images/count/orange.png) repeat-x;
}

    .stats a.orange:hover {
        background-position: 0 -42px;
    }

    .stats a.orange:active {
        background-position: 0 -84px;
    }

.stats a.grey {
    background: url(../images/count/grey.png) repeat-x;
}

    .stats a.grey:hover {
        background-position: 0 -42px;
    }

    .stats a.grey:active {
        background-position: 0 -84px;
    }

.stats a.green {
    background: url(../images/count/green.png) repeat-x;
}

    .stats a.green:hover {
        background-position: 0 -42px;
    }

    .stats a.green:active {
        background-position: 0 -84px;
    }

.stats a.red {
    background: url(../images/count/red.png) repeat-x;
}

    .stats a.red:hover {
        background-position: 0 -42px;
    }

    .stats a.red:active {
        background-position: 0 -84px;
    }


/* ===== Right side content ===== */

.fc-button-prev .fc-button-content {
    width: 10px;
    background: url(../images/leftArrow.png) no-repeat 15px 13px;
}

.fc-button-next .fc-button-content {
    width: 10px;
    background: url(../images/rightArrow.png) no-repeat 15px 13px;
}



/* ===== Right side content ===== */

.widget { /*width: 342px;*/ /*width: 100%;*/
    margin-top: 40px;
    border: 1px solid #272c30;
    display: block;
    background: url(../images/widgetBg.png) repeat;
    clear: both;
    border-top: none;
}

.widget, ul.sub {
    box-shadow: inset 0 0 2px #272b2c;
    -moz-box-shadow: inset 0 0 2px #272b2c;
    -webkit-box-shadow: inset 0 0 2px #272b2c;
    -moz-box-shadow: 0 1px 0 #4b4e50;
    -webkit-box-shadow: 0 1px 0 #4b4e50;
    box-shadow: 0 1px 0 #4b4e50;
}

.head {
    background: url(../images/titleBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #24272b;
    border-bottom: 1px solid #24272b;
    position: relative;
    color: #fafafa;
}



.head, ul.tabs {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}

.widget .head h5, .table h5 {
    font-weight: normal;
    padding: 8px 12px 9px 35px;
    float: left;
    font-size: 12px;
    font-weight: bold;
}

.widget .body {
    padding: 12px 14px;
}

.widget .normal h5, .accordion-close h5 {
    background: url(../images/aNormal.png) no-repeat 15px 15px;
    padding: 9px 12px 9px 32px !important;
}

.widget .inactive h5, .accordion-open h5 {
    background: url(../images/aInactive.png) no-repeat 12px 17px;
    padding: 9px 12px 9px 32px !important;
    color: #abb3ba;
}

.widget .num {
    float: right;
    display: inline-block;
    text-align: center;
    margin: 9px 12px 0 0;
    font-size: 11px;
}

    .widget .num span {
        margin-right: 10px;
    }

    .widget .num a {
        background: url(../images/ui/numDataBg.png) repeat-x;
        height: 21px;
        padding: 3px 5px;
        color: #fff;
        border: 1px solid #373b3e;
    }

        .widget .num a.blueNum {
            background-position: 0 0;
        }

            .widget .num a.blueNum:hover {
                background-position: 0 -21px;
            }

            .widget .num a.blueNum:active {
                background-position: 0 -42px;
            }

        .widget .num a.redNum {
            background-position: 0 -63px;
        }

            .widget .num a.redNum:hover {
                background-position: 0 -84px;
            }

            .widget .num a.redNum:active {
                background-position: 0 -105px;
            }

        .widget .num a.greenNum {
            background-position: 0 -126px;
        }

            .widget .num a.greenNum:hover {
                background-position: 0 -147px;
            }

            .widget .num a.greenNum:active {
                background-position: 0 -168px;
            }

.widget .loader {
    float: right;
    margin: 14px 12px 0 0;
}

.userLink {
    font-size: 16px;
    padding-top: 3px;
    display: block;
    margin-left: 25px;
    white-space: nowrap;
}

.userWidget {
    padding: 6px 12px 0 12px;
    display: block;
    float: left;
}


/* ==========  Classes for collapsing  ========== */

.normal, .inactive {
    cursor: pointer;
}

.normal, .accordion-close {
    border-bottom: none;
}

.standalone {
    float: left;
    width: 300px;
    margin-left: 40px;
}

    .standalone:first-child {
        margin-left: 0;
    }



/* ===== Gallery ===== */

.pics {
    padding-bottom: 14px;
}

    .pics ul li {
        width: 120px;
        display: block;
        float: left;
        height: 120px;
        margin: 16px 0 0 10px;
        border: 1px solid #1E2226;
        position: relative;
        -moz-box-shadow: 0 1px 0 #363B3E;
        -webkit-box-shadow: 0 1px 0 #363B3E;
        box-shadow: 0 1px 0 #363B3E;
    }

        .pics ul li:hover {
            border-color: #1d2125;
        }

    .pics .actions {
        background: #000;
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%; /*display: none*/
    }

        .pics .actions a {
            color: #fff;
            font-size: 11px;
            display: block;
            padding: 3px 4px;
            float: right;
            margin-top: 2px;
        }

            .pics .actions a:first-child {
                padding-right: 0;
            }

        .pics .actions .jqTransformCheckboxWrapper {
            margin-top: 0;
            margin-left: 3px;
            float: right;
        }

        .pics .actions a.jqTransformCheckbox {
            height: 10px;
            width: 11px;
        }

        .pics .actions span {
            margin-left: 3px;
        }



/* ===== Tabs ===== */

ul.tabs {
    background: url(../images/titleBg.png) repeat-x;
    height: 38px;
    border-bottom: 1px solid #24272b;
    border-top: 1px solid #24272b;
}

    ul.tabs li {
        float: left;
        height: 38px;
        line-height: 38px;
        border-left: none;
        overflow: hidden;
        position: relative;
        font-size: 15px;
        border-right: 1px solid #2a2e34;
    }

        ul.tabs li a {
            text-decoration: none;
            display: block;
            padding: 0px 12px;
            outline: none;
            color: #fafafa;
            font-size: 13px;
        }

            ul.tabs li a:hover {
                color: #d5d5d5;
            }

html ul.tabs li.activeTab {
    background: url(../images/widgetBg.png) repeat;
    height: 39px;
}

    html ul.tabs li.activeTab a {
        color: #d5d5d5;
    }

.tab_container { /*overflow: hidden;*/
    clear: both;
    float: left;
    width: 100%;
}

.tab_content {
    padding: 10px 12px;
}


.tabsRight {
    position: relative;
}

    .tabsRight ul.tabs {
        float: right;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
    }

        .tabsRight ul.tabs li {
            border-right: none;
            border-left: 1px solid #2A2E34;
            height: 38px;
        }

            .tabsRight ul.tabs li.activeTab {
                background: url(../images/widgetBg.png) repeat;
                height: 38px;
            }

/* ===== Widgets ===== */

.twoOne {
    width: 50%;
}

.widget, .content .title, .count, .widget .num a, a.count1, .table, .breadCrumb, .earnings, .leftNav ul li a, .listData .cNote, .pages li a, .errorPage, .btn14, .btn55, .loginPanel, .customfile, ul.sub, .middleNav ul li a, .searchWidget input[type=text], .nNote {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.widgets {
    clear: both;
}

    .widgets .left {
        float: left;
        width: 48%;
        margin-right: 4%;
    }

    .widgets .right {
        float: right;
        width: 48%;
    }

.content {
    padding-bottom: 80px;
    overflow: hidden;
}

    .content .title {
        background: url(../images/pageTitleBg.png) repeat-x;
        height: 36px;
        -moz-box-shadow: 0 1px 0 #4c5154;
        -webkit-box-shadow: 0 1px 0 #4c5154;
        box-shadow: 0 1px 0 #4c5154;
    }

        .content .title h5 {
            float: left;
            color: #fafafa;
            font-weight: normal;
            display: block;
            padding: 7px 15px;
        }


/* Support ticket and Latest orders */
.supTicket {
    background: url(../images/linesSep.png) 0 0 repeat-x;
    padding: 12px 12px 15px 12px;
}

    .supTicket .issueType {
        color: #8f97a2;
        clear: both;
        font-weight: bold;
        background: url(../images/dashed.png) repeat-x 0;
    }

        .supTicket .issueType .issueInfo {
            float: left;
            display: block;
            background: url(../images/widgetBg.png) repeat;
            padding-right: 5px;
        }

        .supTicket .issueType .issueNum {
            float: right;
            display: block;
            background: url(../images/widgetBg.png) repeat;
            padding-left: 5px;
            padding-right: 1px;
        }

.issueSummary {
    clear: both;
    margin-top: 14px;
}

    .issueSummary img {
        border: 1px solid #d5d5d5;
    }

.ticketInfo ul {
    float: left;
    width: 100%;
    margin-bottom: -6px;
}

    .ticketInfo ul li {
        width: 50%;
        margin-top: -2px;
        display: inline-block;
        float: left;
        margin-bottom: 6px;
        padding: 0;
    }

        .ticketInfo ul li.even {
            text-align: right;
        }

.ticketInfo {
    margin-top: -3px;
    margin-bottom: -11px;
    margin-left: 50px;
}


/* User */
.userSummary {
    background: url(../images/linesSep.png) 0 100% repeat-x;
}

    .userSummary ul {
    }

        .userSummary ul li {
            width: 127px;
            display: block;
            float: left;
            margin-bottom: 12px;
            margin-top: -1px;
        }

            .userSummary ul li.even {
                text-align: right;
            }

    .userSummary .infoLeft {
        width: 153px;
        float: left;
    }

        .userSummary .infoLeft div, .userSummary .infoRight div {
            padding-top: 12px;
        }

            .userSummary .infoLeft div:first-child, .userSummary .infoRight div:first-child {
                padding: 0;
            }

    .userSummary .infoRight {
        width: 153px;
        float: right;
        text-align: right;
    }

.userAlt {
    padding: 0 12px;
    background: url(../images/leftNavBg.png) repeat-x;
}

    .userAlt img {
        float: left;
        display: block;
        margin: 4px 8px 0 0;
    }

.userEmail {
    display: block;
    white-space: nowrap;
}

.botRow span {
    float: left;
    display: block;
    margin-right: 10px;
}

#eq span {
    height: 120px;
    float: left;
    margin-right: 30px;
    display: block;
}

/* Search */
.searchWidget {
    position: relative;
    width: 720px; /*margin-top: 40px;border: solid 1px red;*/
    overflow: hidden;
}

    .searchWidget input[type=text] {
        background: #25292B;
        border: 1px solid #1E2226;
        padding: 10px; /*width: 92%;*/
        color: #d5d5d5;
        box-shadow: inset 0 0 2px #272b2c;
        -moz-box-shadow: inset 0 0 2px #272b2c;
        -webkit-box-shadow: inset 0 0 2px #272b2c;
        -moz-box-shadow: 0 1px 0 #363B3E;
        -webkit-box-shadow: 0 1px 0 #363B3E;
        box-shadow: 0 1px 0 #363B3E;
    }

    .searchWidget input[type=submit] {
        background: url(../images/searchBtn.png) no-repeat 0 0;
        position: absolute;
        top: 7px;
        right: 0;
        border: none;
        width: 36px;
        height: 36px;
        box-shadow: none;
    }

/* Website stats */
.webStatsLink {
    font-size: 16px;
    color: #d5d5d5;
    font-weight: bold;
}

.statPlus, .statMinus {
    padding-left: 12px;
    font-size: 12px;
}

.statPlus {
    color: #72c66f;
    background: url(../images/topArrow.png) no-repeat 0 3px;
}

.statMinus {
    color: #e0a5a5;
    background: url(../images/botArrow.png) no-repeat 0 3px;
}

/* Accordion */
.menu_body {
    display: none;
    padding: 12px 14px;
    color: #d5d5d5;
}

.acc .head {
    margin-bottom: -1px;
    cursor: pointer;
}

    .acc .head h5 {
        padding: 9px 14px;
    }

        .acc .head h5:hover {
            color: #ABB3BA;
        }




/* ===== Flot ===== */

.chart, .autoUpdate, .bars {
    height: 200px;
    z-index: 90;
    margin: 10px 0 0 0;
    max-width: 100%;
}



/* ===== Footer ===== */

#footer {
    clear: both; /*height: 36px;*/
    background: url(../images/topNav.jpg) repeat;
    width: 100%;
    color: #eeeeee;
    margin-top: 42px;
    position: absolute;
    bottom: 0;
}

    #footer span {
        color: #696969;
        padding: 9px 5px;
        display: block;
        font-size: 11px;
    }

        #footer span a {
            color: #eeeeee;
        }



/* ===== Table ===== */

.tableStatic thead td {
    padding: 3px 0 2px 0;
    text-align: center;
    border-left: 1px solid #3B4144;
    background: #efefef url(../images/darkerBg.png) repeat;
    border-bottom: 1px solid #3B4144;
    font-size: 11px;
    color: #54585d;
}

    .tableStatic thead td:first-child {
        border-left: none;
    }

.tableStatic tbody tr {
    border-top: 1px solid #3B4144;
}

    .tableStatic tbody tr:nth-child(even) {
        background: url(../images/darkerBg.png) repeat;
    }

.tableStatic tbody td {
    border-left: 1px solid #343a3d;
    padding: 8px 10px;
    vertical-align: middle;
}

    .tableStatic tbody td:first-child {
        border-left: none;
    }



/* ===== Forms ===== */

.mainForm label {
    margin-right: 15px;
    display: block;
    float: left;
    padding: 3px 12px;
}

.datepicker {
    width: 75px !important;
    cursor: pointer;
}

.colorpick {
    width: 58px !important;
    float: left;
    cursor: pointer;
}

.pick {
    width: 16px;
    height: 16px;
    float: left;
    background: url(../images/color.png) no-repeat 0;
    margin: 2px 5px;
    cursor: pointer;
    padding: 4px 0 !important;
}

.colorP {
    position: relative;
    width: 58px;
}

.multiple {
    width: 100%;
    padding: 5px;
    border: 1px solid #1E2226;
    background: url(../images/darkerBg.png) repeat;
    color: #d5d5d5;
}

option[selected], option[focus] {
    background: #404b51;
}


.sliderSpecs label {
    padding: 0 !important;
    font-size: 11px;
    line-height: 14px;
}

.sliderSpecs input {
    float: left;
    width: auto !important;
    background: none !important;
    border: 0 !important;
    font-weight: bold;
    color: #3a6fa5;
    padding: 0 !important;
    box-shadow: none !important;
}


.moreFields ul li {
    float: left;
    width: 8%;
    margin: 0 10px 0 0;
}

    .moreFields ul li input {
        width: 98% !important;
    }

    .moreFields ul li.sep {
        padding: 3px 5px 3px 6px;
        display: block;
        margin: 0;
        width: auto;
        color: #d5d5d5;
    }

    .moreFields ul li span {
        display: block;
        padding: 3px 12px;
        white-space: nowrap;
    }

.itemDisabled {
    color: #5c5c5c;
}

.rowElem {
    clear: both;
    padding: 10px 14px;
    position: relative;
    background: url(../images/linesSep.png) repeat-x 0 0;
}

.formRight {
    float: right;
    width: 80%;
    margin: 13px 12px 12px 2%;
    display: block;
    position: relative;
}

.formBottom { /*width: 688px;*/
    margin: 12px 12px 12px 0;
}

.rowElem > label {
    padding: 16px 0;
    width: 14%;
}

.rowElem .topLabel {
    padding: 5px 12px 12px 0;
    width: 100%;
}

#valid input {
    position: relative;
}


/* Inputs */
.jqTransformInputWrapper {
    float: left;
}

    .jqTransformInputWrapper > div {
        width: 550px;
    }

.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password] {
    background: #25292b;
    width: 100%;
    padding: 6px 5px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #d5d5d5;
    border: 1px solid #1e2226;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

    .mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover {
        background: #24282a;
    }

    .mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus {
        border: 1px solid #1a1f23;
        background: #24282a;
    }

.submitForm {
    float: right;
    margin: 1px 7px /*14px*/ 0 /*22px*/ 7px;
}

.jqTransformInputWrapper_hover input {
    background: #f6f6f6;
}

.jqTransformInputWrapper_focus input {
    background: #f6f6f6;
    border: 1px solid #cad1d4;
}

.jqTransformSafari .jqTransformInputInner div {
    position: relative;
    overflow: hidden;
    margin: 0px 8px;
}

    .jqTransformSafari .jqTransformInputInner div input {
        background: none;
        position: absolute;
        top: -10px;
        left: -2px;
        height: 42px;
        padding-left: 4px;
    }


/* Radios */
.jqTransformRadioWrapper {
    float: left;
    display: block;
    margin-top: 5px;
}

.jqTransformRadio {
    background: transparent url(../images/forms/radio.png) no-repeat 0 0;
    vertical-align: middle;
    height: 16px;
    width: 15px;
    display: block;
}


/* Checkboxes */
span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
    margin-top: 6px;
}

a.jqTransformCheckbox {
    background: transparent url(../images/forms/checkbox.png) no-repeat 0 0px;
    vertical-align: middle;
    height: 16px;
    width: 15px;
    display: block; /*display: -moz-inline-block;*/
}

a.jqTransformChecked {
    background-position: center bottom;
}
/* Checked - Used for both Radio and Checkbox */

/* Selects */
.jqTransformSelectWrapper {
    position: relative;
    height: 26px;
    background: url(../images/forms/select_left.png) no-repeat top left;
    float: left;
    min-width: 250px;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

    .jqTransformSelectWrapper div span {
        font-size: 11px;
        float: none; /*position: absolute*/
        ;
        white-space: nowrap;
        height: 26px;
        line-height: 26px;
        padding-left: 8px;
        overflow: hidden;
        cursor: pointer;
    }

    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        position: absolute;
        right: -2px;
        width: 25px;
        height: 26px;
        background: url(../images/forms/select_right.png) no-repeat center center;
        top: 0;
        -moz-box-shadow: 0 1px 0 #363B3E;
        -webkit-box-shadow: 0 1px 0 #363B3E;
        box-shadow: 0 1px 0 #363B3E;
    }

    .jqTransformSelectWrapper ul {
        position: absolute;
        min-width: 200px;
        top: 27px;
        left: 0px;
        list-style: none;
        border: solid 1px #1E2226;
        display: none;
        margin: 0px;
        padding: 0px;
        height: 168px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
    }

        .jqTransformSelectWrapper ul a {
            display: block;
            padding: 2px 8px;
            text-decoration: none;
            color: #d5d5d5;
            background-color: #25292b;
            font-size: 11px;
        }

        .jqTransformSelectWrapper ul li:first-child {
            margin-top: 0px;
        }

        .jqTransformSelectWrapper ul a.selected {
            background: #2e3234;
            color: #fafafa;
        }

            .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
                background: #404b51;
                color: #fafafa;
            }

.jqTransformHidden {
    display: none;
}
/* used to hide the original form elements */




/* ===== List styles ===== */

.list {
}

    .list .legend {
        display: block;
        font-weight: bold;
        padding-bottom: 4px;
    }

    .list ul li {
        padding: 0 0 0 15px;
    }

.plusBlue li {
    background: url(../images/icons/lists/plusBlue.png) no-repeat 0 7px;
}

.plusRed li {
    background: url(../images/icons/lists/plusRed.png) no-repeat 0 7px;
}

.plusGrey li {
    background: url(../images/icons/lists/plusGrey.png) no-repeat 0 7px;
}

.plusGreen li {
    background: url(../images/icons/lists/plusGreen.png) no-repeat 0 7px;
}

.tipBlue ul li {
    background: url(../images/icons/lists/tipBlue.png) no-repeat 0 6px;
}

.tipRed ul li {
    background: url(../images/icons/lists/tipRed.png) no-repeat 0 6px;
}

.tipGrey ul li {
    background: url(../images/icons/lists/tipGrey.png) no-repeat 0 6px;
}

.tipGreen ul li {
    background: url(../images/icons/lists/tipGreen.png) no-repeat 0 6px;
}

.arrowBlue ul li {
    background: url(../images/icons/lists/arrowBlue.png) no-repeat 1px 6px;
}

.arrowRed ul li {
    background: url(../images/icons/lists/arrowRed.png) no-repeat 1px 6px;
}

.arrowGrey ul li {
    background: url(../images/icons/lists/arrowGrey.png) no-repeat 1px 6px;
}

.arrowGreen ul li {
    background: url(../images/icons/lists/arrowGreen.png) no-repeat 1px 6px;
}

.arrow2Blue ul li {
    background: url(../images/icons/lists/arrow2Blue.png) no-repeat 1px 6px;
}

.arrow2Red ul li {
    background: url(../images/icons/lists/arrow2Red.png) no-repeat 1px 6px;
}

.arrow2Grey ul li {
    background: url(../images/icons/lists/arrow2Grey.png) no-repeat 1px 6px;
}

.arrow2Green ul li {
    background: url(../images/icons/lists/arrow2Green.png) no-repeat 1px 6px;
}



/* ===== Tooltip ===== */

.tipsy {
    padding: 4px;
    font-size: 10px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-repeat: no-repeat;
    background-image: url(../images/tipsy.gif);
}

.tipsy-inner {
    padding: 2px 8px 2px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: bottom center;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-position: left center;
}



/* ===== Notification messages ===== */

.nNote {
    cursor: pointer;
    clear: both;
    margin: 20px 0px 20px 0px;
}

    .nNote strong {
        margin-right: 5px;
    }

    .nNote p {
        font-size: 11px;
        padding: 10px 25px 10px 54px;
        margin: 0px;
        color: #565656;
    }

.nMessage p {
    font-size: 11px;
}

.nWarning {
    background: #ffe9ad url(../images/icons/notifications/error.png) no-repeat 15px center;
    border: 1px solid #eac572;
    color: #826200;
}

.nSuccess {
    background: #effeb9 url(../images/icons/notifications/accept.png) no-repeat 15px center;
    border: 1px solid #c1d779;
    color: #3C5A01;
}

.nFailure {
    background: #fccac1 url(../images/icons/notifications/exclamation.png) no-repeat 15px center;
    border: 1px solid #e18b7c;
    color: #AC260F;
}

.nInformation {
    background: #d1e4f3 url(../images/icons/notifications/information.png) no-repeat 15px center;
    border: 1px solid #99c4ea;
    color: #235685;
}

.nLightbulb {
    background: #FEF0CB url(../images/icons/notifications/lightbulb.png) no-repeat 15px center;
    border: 1px solid #D3A350;
    color: #835F21;
}

.nMessages {
    background: #9DDFFF url(../images/icons/notifications/email.png) no-repeat 15px center;
    border: 1px solid #42B4FF;
    color: #835F21;
}



/* ===== Dynamic table headers ===== */

.table {
    margin-top: 40px;
    border: 1px solid #272C30;
    border-top: none;
}

.headTitle {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 37px;
    border-bottom: 1px solid #d5d5d5;
}



/* ===== Spinner ===== */

.ui-spinner {
    width: 10em;
    display: block;
    position: relative;
    overflow: hidden;
    background: #25292B;
    height: 26px;
    padding: 0 6px;
    border: 1px solid #1E2226;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

.ui-spinner-disabled {
    background: #F4F4F4;
    color: #CCC;
}

.ui-spinner input.ui-spinner-box {
    border: none !important;
    background: none !important;
    padding: 6px 0;
}

.ui-spinner-up, .ui-spinner-down {
    width: 18px;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
    box-shadow: none;
}

.ui-spinner-up {
    background: url(../images/forms/spinnerTop.png) no-repeat;
    height: 13px;
    top: 0;
}

.ui-spinner-down {
    height: 12px;
    bottom: 0px;
    background: url(../images/forms/spinnerBottom.png) no-repeat;
}

.ui-spinner-pressed {
}

.ui-spinner-list, .ui-spinner-listitem {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.ui-spinner ul li, .ui-spinner-data {
    line-height: 25px;
    height: 25px;
}



/* ===== Growl notifications ===== */

div.jGrowl {
    z-index: 9999;
    color: #fff;
    font-size: 12px;
}

div.ie6.top-right {
    right: auto;
    bottom: auto;
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
    left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
    left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
    top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
    width: 100%;
}

/** Normal Style Positions **/
div.jGrowl {
    position: absolute;
}

body > div.jGrowl {
    position: fixed;
}

div.jGrowl.top-left {
    left: 0px;
    top: 0px;
}

div.jGrowl.top-right {
    right: 0px;
    top: 36px;
}

div.jGrowl.bottom-left {
    left: 0px;
    bottom: 0px;
}

div.jGrowl.bottom-right {
    right: 0px;
    bottom: 0px;
}

div.jGrowl.center {
    top: 0px;
    width: 50%;
    left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
    margin-left: auto;
    margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: black;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    zoom: 1;
    width: 235px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 1em;
    text-align: left;
    display: none;
}

div.jGrowl div.jGrowl-notification {
    min-height: 40px;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 10px;
}

    div.jGrowl div.jGrowl-notification div.jGrowl-header {
        font-weight: bold;
        font-size: .85em;
    }

    div.jGrowl div.jGrowl-notification div.jGrowl-close {
        z-index: 99;
        float: right;
        font-weight: bold;
        font-size: 1em;
        cursor: pointer;
    }

div.jGrowl div.jGrowl-closer {
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
}

/** Hide jGrowl when printing **/
@media print {
    div.jGrowl {
        display: none;
    }
}



/* ===== Page scrolling ===== */

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 21px;
    height: 21px;
    border: none;
    text-indent: -999px;
    background: url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -22px;
    width: 21px;
    height: 21px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}



/* ===== Contact list ===== */

.listNav {
    margin: 0 0 10px;
}

.ln-letters {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

    .ln-letters a {
        font-size: 11px;
        display: inline-block;
        padding: 4px 1%;
        border-left: 1px solid #2A2E34;
        text-decoration: none;
        background: url(../images/titleBg.png) repeat-x;
    }

ul.listData {
    float: right;
    text-align: right;
    margin-top: -1px;
    font-size: 11px;
}

    ul.listData li {
        display: inline-block;
        padding: 0 6px 1px 6px !important;
        border: none !important;
        margin-left: 6px;
    }

.listData .cNote {
    background: url(../images/darkBg.png) repeat;
    display: block;
    padding: 0 6px 1px 6px;
    border: 1px solid #24272B;
    color: #878787;
    margin-top: 1px;
}

.ln-letters a.ln-last {
    padding: 4px 11px 4px 12px;
}

.ln-letters a:first-child {
    border-left: none;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
    background-position: 0 -39px;
}

.ln-letters a.ln-disabled {
    color: #6a6a6a;
}

.ln-letter-count {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 3px;
    color: #336699;
}

#myList > li {
    padding: 8px 0 8px 12px;
    background: url(../images/linesSep.png) repeat-x 0 0;
}

    #myList > li:hover {
        background-color: #2c3032;
    }

    #myList > li:first-child {
        padding-top: 8px;
    }



/* ===== PRE tag styles ===== */

.SRC_Wrap {
    height: auto;
    font-size: 12px;
}

.SRC_Title {
    text-align: center;
    color: #555;
    border-bottom: 2px solid #999;
    font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 5px;
    font-weight: 700;
}

.SRC_Line {
    width: 100%;
    background:;
    min-height: 28px;
    line-height: 28px;
    border-top: 1px solid #3B4144;
}

    .SRC_Line:nth-child(even) {
        background: url(../images/darkerBg.png) repeat;
    }

.SRC_NumBox {
    width: 5%;
    float: left;
}

.SRC_Num {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: right;
    color: #555;
    font-weight: 500;
    padding-right: 2px;
    width: 100%;
    height: auto;
    min-height: 28px;
    line-height: 28px;
}

.SRC_CodeContent {
    white-space: pre-wrap;
    border-left: 1px solid #3B4144;
    font-size: 12px;
    padding-left: 6px;
    font-family: "Courier New", Courier, monospace;
    margin: 0px;
    min-height: 28px;
    line-height: 28px;
}

.SRC_NumContent {
    text-align: right;
    margin-right: 4px;
    color: #555;
}

.SRC_CodeBox {
    float: left;
    width: 95%;
}

.SC_blue {
    color: #93beee;
}

.SC_grey {
    color: #b8b8b8;
}

.SC_navy {
    color: #7b96b4;
}

.SC_green {
    color: #7ac189;
}

.SC_orange {
    color: #d19950;
}

.SC_red {
    color: #dc9090;
}

.SC_teal {
    color: #54c1c2;
}

.SC_gold {
    color: #d2c05b;
}

.SC_pink {
    color: #ff68a4;
}

.SC_bold {
    font-weight: 700;
}



/* ===== Breadcrumbs ===== */

.module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .module {
    height: 1%;
    overflow: visible;
}

* + html .module {
    min-height: 1%;
}

.breadCrumb {
    padding: 0;
    float: left;
    display: block;
    height: 21px;
    overflow: hidden; /*width: 100%;*/
    padding: 5px;
}

    .breadCrumb ul {
        margin: 0;
        padding: 0;
        height: 21px;
        display: block;
    }

        .breadCrumb ul li {
            display: block;
            float: left;
            position: relative;
            height: 21px;
            overflow: hidden;
            line-height: 21px;
            margin: 0px 6px 0px 0;
            padding: 0px 14px 0px 4px;
            font-size: .9167em;
            background: url(../images/Chevron.gif) no-repeat 100%;
        }

            .breadCrumb ul li div.chevronOverlay {
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
            }

            .breadCrumb ul li span {
                display: block;
                overflow: hidden;
            }

            .breadCrumb ul li a {
                display: block;
                position: relative;
                height: 21px;
                line-height: 21px;
                overflow: hidden;
                float: left;
            }

            .breadCrumb ul li.firstB a {
                height: 16px !important;
                text-indent: -1000em;
                width: 16px;
                padding: 0;
                margin-top: 2px;
                overflow: hidden;
                background: url(../images/IconHome.gif) no-repeat 0 0;
            }

                .breadCrumb ul li.firstB a:hover {
                    background-position: 0 -16px;
                }

            .breadCrumb ul li.lastB {
                background: none;
                margin-right: 0;
                padding-right: 0;
            }

.breadCrumbHolder.module {
    border: solid 1px #1E2226;
    background: #25292B; /*margin-top: 20px*/
    ;
    border-image: initial;
}

.chevronOverlay {
    display: none;
    background: url(../images/ChevronOverlay.png) no-repeat 100%;
    width: 13px;
    height: 20px;
}



/* ===== Form validation ===== */

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 5000;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    background: #202020;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 160px;
    font-size: 11px;
    border: 1px solid #202020;
    padding: 4px 10px 4px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #202020;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
}

.formError .formErrorArrow .line2 {
    width: 0;
}

.formError .formErrorArrow .line1 {
    width: 0;
}



/* ===== Color picker ===== */

.colorpicker {
    width: 356px;
    height: 176px;
    overflow: hidden;
    position: absolute;
    background: url(../images/colorPicker/colorpicker_background.png);
    font-family: Arial, Helvetica, sans-serif;
    display: none;
}

.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
}

    .colorpicker_color div {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
        height: 150px;
        background: url(../images/colorPicker/colorpicker_overlay.png);
    }

        .colorpicker_color div div {
            position: absolute;
            top: 0;
            left: 0;
            width: 11px;
            height: 11px;
            overflow: hidden;
            background: url(../images/colorPicker/colorpicker_select.gif);
            margin: -5px 0 0 -5px;
        }

.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}

    .colorpicker_hue div {
        position: absolute;
        width: 35px;
        height: 9px;
        overflow: hidden;
        background: url(../images/colorPicker/colorpicker_indic.gif) left top;
        margin: -4px 0 0 0;
        left: 0px;
    }

.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: #f00;
}

.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: #f00;
}

.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}

.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(../images/colorPicker/colorpicker_hex.png) top;
    left: 212px;
    top: 142px;
}

    .colorpicker_hex input {
        right: 6px;
    }

.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}

    .colorpicker_field span {
        position: absolute;
        width: 12px;
        height: 22px;
        overflow: hidden;
        top: 0;
        right: 0;
        cursor: n-resize;
    }

.colorpicker_rgb_r {
    background-image: url(../images/colorPicker/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}

.colorpicker_rgb_g {
    background-image: url(../images/colorPicker/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}

.colorpicker_rgb_b {
    background-image: url(../images/colorPicker/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}

.colorpicker_hsb_h {
    background-image: url(../images/colorPicker/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}

.colorpicker_hsb_s {
    background-image: url(../images/colorPicker/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}

.colorpicker_hsb_b {
    background-image: url(../images/colorPicker/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}

.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../images/colorPicker/colorpicker_submit.png) top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}

.colorpicker_focus {
    background-position: center;
}

.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}

.colorpicker_slider {
    background-position: bottom;
}

#colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/colorPicker/select.png);
}

    #colorSelector div {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30px;
        height: 30px;
        background: url(../images/colorPicker/select.png) center;
    }

#colorSelector2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/colorPicker/select2.png);
}

    #colorSelector2 div {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        background: url(../images/colorPicker/select2.png) center;
    }

#colorpickerHolder2 {
    top: 32px;
    left: 0;
    width: 356px;
    height: 0;
    overflow: hidden;
    position: absolute;
}

    #colorpickerHolder2 .colorpicker {
        background-image: url(../images/colorPicker/custom_background.png);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #colorpickerHolder2 .colorpicker_hue div {
        background-image: url(../images/colorPicker/custom_indic.gif);
    }

    #colorpickerHolder2 .colorpicker_hex {
        background-image: url(../images/colorPicker/custom_hex.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_r {
        background-image: url(../images/colorPicker/custom_rgb_r.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_g {
        background-image: url(../images/colorPicker/custom_rgb_g.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_b {
        background-image: url(../images/colorPicker/custom_rgb_b.png);
    }

    #colorpickerHolder2 .colorpicker_hsb_s {
        background-image: url(../images/colorPicker/custom_hsb_s.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_h {
        background-image: url(../images/colorPicker/custom_hsb_h.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_b {
        background-image: url(../images/colorPicker/custom_hsb_b.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_submit {
        background-image: url(../images/colorPicker/custom_submit.png);
    }

    #colorpickerHolder2 .colorpicker input {
        color: #778398;
    }

#customWidget {
    position: relative;
    height: 36px;
}



#popup_container {
    min-width: 300px;
    max-width: 600px;
    background: url(../images/alertOpacityOverlay.png) repeat;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    text-align: left;
    background: url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #d5d5d5;
    cursor: default;
    padding: 9px 0 9px 9px;
    margin: 0em;
    height: 20px;
    color: #424242;
    font-size: 13px;
    font-weight: bold;
}

#popup_content {
    background: #fafafa;
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_message {
    text-align: left;
    color: #424242;
}

#popup_panel {
    text-align: left;
    margin: 1em 0em 0em 0em;
}

#popup_message input[type=text] {
    background: #FCFCFC;
    border: 1px solid #D1D1D1;
    padding: 5px;
    width: 258px;
}

#popup_prompt {
    margin: .5em 0em;
}




/* ===== Error pages  ===== */

.errorPage {
    width: 370px;
    margin: 100px auto 80px auto;
    position: relative;
}

    .errorPage .errorTitle, .weAreOff {
        background: url(../images/linesSepLight.png) repeat-x 0 100%;
        width: 290px;
        padding-bottom: 15px;
    }

.weAreOff {
    width: 100%;
}

.errorPage h1 {
    color: #fafafa;
    font-size: 140px;
    margin: 80px 0;
    position: relative;
    padding-left: 10px;
}

.errorPage h2 {
    font-size: 22px;
    font-weight: normal;
}

    .errorPage h2 span {
        background: url(../images/sadEmo.png) no-repeat 0;
        padding-left: 26px;
    }

.errorPage .bubbles {
    position: absolute;
    background: url(../images/error.png) no-repeat 0 0;
    width: 138px;
    height: 133px;
    top: -10px;
    left: 225px;
}

.errorPage p {
    width: 100%;
    padding: 15px 0 13px 0;
    background: url(../images/linesSepLight.png) repeat-x 0 0;
    font-size: 20px;
    text-align: center;
}

.backToDash {
    text-align: center;
    margin: 10px;
}



/* ===== File uploader  ===== */

.plupload_button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 12px;
    margin-top: 3px;
}

.plupload_start {
    float: left;
    background: url(../images/ui/greenBtn.png) repeat-x 0 0;
    border: 1px solid #292d2f;
    color: #fff;
}

    .plupload_start span {
        background: url(../images/upload.png) no-repeat 10px;
        padding: 6px 13px 6px 26px;
        display: block;
    }

    .plupload_start:hover {
        background-position: 0 -27px;
    }

    .plupload_start:active {
        background-position: 0 -54px;
    }

.plupload_disabled, a.plupload_disabled:hover {
    color: #a6a6a6;
    border: 1px solid #2e3337;
    background: #32373b;
    cursor: default;
}

    .plupload_disabled span {
        padding: 5px 13px 6px 13px;
        background-image: none !important;
    }

.plupload_add {
    margin-right: 15px;
    background: url(../images/ui/basicBtn.png) repeat-x 0 0;
    float: left;
    border: 1px solid #292d2f;
    color: #fff;
}

    .plupload_add span {
        background: url(../images/add.png) no-repeat 10px;
        padding: 6px 13px 6px 26px;
        display: block;
    }

    .plupload_add:hover {
        background-position: 0 -27px;
    }

    .plupload_add:active {
        background-position: 0 -54px;
    }

.plupload_wrapper {
    font-size: 11px;
    ;
    width: 100%;
}

.plupload_container {
}

    .plupload_container input {
        border: 1px solid #DDD;
        font-size: 11px;
        width: 98%;
    }

.plupload_filelist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plupload_scroll .plupload_filelist {
    height: 185px;
    background: url(../images/widgetBg.png) repeat;
    overflow-y: auto;
}

.plupload_filelist li {
    padding: 10px 12px;
    background: url(../images/widgetBg.png) repeat;
    border-bottom: 1px solid #343a3d;
}

    .plupload_filelist li:nth-child(even) {
        background: url(../images/darkerBg.png) repeat;
    }

    .plupload_filelist li:hover {
        background:;
    }

.plupload_filelist_header {
    background: url(../images/darkerBg.png) repeat-x 0 1px;
    padding: 3px 12px;
    color: #54585D;
}

.plupload_filelist_footer {
    background: url(../images/titleBg.png) repeat-x;
    padding: 3px 12px;
    color: #878787;
}

.plupload_filelist_header {
    border-bottom: 1px solid #363b3e;
}

.plupload_filelist_footer {
    border-top: 1px solid #3B4144;
    height: 31px;
    line-height: 30px;
    vertical-align: middle;
}

.plupload_file_name {
    float: left;
    overflow: hidden;
}

.plupload_file_status {
}

.plupload_total_status {
    color: #878787 !important;
}

.plupload_file_status span {
    color: #54585D;
}

.plupload_file_size, .plupload_file_status, .plupload_progress {
    float: right;
    width: 80px;
}

.plupload_file_size, .plupload_file_status, .plupload_file_action {
    text-align: right;
}

.plupload_filelist .plupload_file_name {
    width: 205px;
}

.plupload_file_action {
    float: right;
    width: 14px;
    margin-top: 3px;
    height: 14px;
    margin-left: 30px;
}

    .plupload_file_action * {
        display: none;
        width: 14px;
        height: 14px;
    }

li.plupload_uploading {
}

li.plupload_done {
    color: #AAA;
}

li.plupload_delete a {
    background: url(../images/uploader/deleteFile.png) no-repeat 0;
}

li.plupload_failed a {
    background: url(../images/uploader/error.png) no-repeat 0;
    cursor: default;
}

li.plupload_done a {
    background: url(../images/uploader/uploaded.png) no-repeat 0;
    cursor: default;
}

.plupload_progress, .plupload_upload_status {
    display: none;
}

.plupload_progress_container {
    margin-top: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
}

.plupload_progress_bar {
    width: 0px;
    height: 7px;
    background: #CDEB8B;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action { /*margin-right: 17px;*/
}

/* Floats */

.plupload_clear, .plupload_clearer {
    clear: both;
}

.plupload_clearer, .plupload_progress_bar {
    display: block;
    font-size: 0;
    line-height: 0;
}

li.plupload_droptext {
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border: 0;
    line-height: 165px;
}



/* ===== Wizard  ===== */

.swMain {
    position: relative;
}

    .swMain .stepContainer {
        display: block;
        position: relative;
        overflow: hidden;
        clear: both;
    }

        .swMain .stepContainer div.wContent {
            display: block;
            position: absolute;
            float: left;
            margin: 0;
            text-align: left;
            overflow: visible;
            z-index: 88;
            clear: both;
            width: 100%;
        }

            .swMain .stepContainer div.wContent p {
                padding: 12px;
            }

    .swMain div.actionBar {
        display: block;
        position: relative;
        clear: both;
        padding: 0;
        color: #5A5655;
        height: 41px;
        text-align: left;
        overflow: auto;
        z-index: 88;
        left: 0;
        background: url(../images/darkBg.png) repeat;
        border-top: 1px solid #363b3e;
    }

.actionBar a.button {
    box-shadow: none;
}

.swMain .stepContainer .StepTitle {
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    padding: 5px;
    font: bold 16px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    clear: both;
    text-align: left;
    z-index: 88;
}

.swMain ul.anchor {
    position: relative;
    display: block;
    float: left;
    list-style: none;
    padding: 0px;
    clear: both;
    border-top: 1px solid #24272B;
    border-bottom: 1px solid #24272B;
    width: 100%;
}

    .swMain ul.anchor li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        width: 25%;
        float: left;
    }

        .swMain ul.anchor li:first-child a {
            border-left: none;
        }

        .swMain ul.anchor li a {
            display: block;
            position: relative;
            float: left;
            margin: 0;
            height: 38px;
            width: 100%;
            text-decoration: none;
            outline-style: none;
            z-index: 99;
            cursor: pointer;
            background: url(../images/titleBg.png) repeat-x 0 0;
            border-left: 1px solid #2A2E34;
        }

            .swMain ul.anchor li a .stepNumber {
                position: relative;
                float: left;
                width: 30px;
                text-align: center;
                padding: 5px;
                padding-top: 0;
            }

            .swMain ul.anchor li a .stepDesc {
                position: relative;
                display: block;
                float: left;
                text-align: left;
                padding: 8px 12px 8px 35px;
                font-size: 12px;
                font-weight: bold;
            }

            .swMain ul.anchor li a.selected {
                color: #F8F8F8;
                background: url(../images/titleBg.png) repeat-x 0 -39px;
            }

                .swMain ul.anchor li a.selected:hover {
                    color: #F8F8F8;
                }

            .swMain ul.anchor li a.done {
                position: relative;
                color: #FFF;
                z-index: 99;
                background: url(../images/titleBg.png) repeat-x 0 -156px;
            }

                .swMain ul.anchor li a.done:hover {
                    color: #5A5655;
                }

            .swMain ul.anchor li a.disabled {
                color: #CCCCCC;
                cursor: text;
            }

                .swMain ul.anchor li a.disabled:hover {
                    color: #CCCCCC;
                }

            .swMain ul.anchor li a.error {
                color: #6c6c6c !important;
                border: 1px solid #fb3500 !important;
            }

                .swMain ul.anchor li a.error:hover {
                    color: #000 !important;
                }

.swMain .buttonNext {
    display: block;
    float: right;
    margin: 8px 12px 0 12px;
    padding: 6px 12px;
}

.swMain .buttonDisabled {
    color: #585858 !important;
    cursor: text;
    background: #202020 !important;
    border: none;
    margin-top: 9px !important;
}

.swMain .buttonPrevious {
    display: block;
    float: right;
    margin: 8px 0px 0 0px;
    padding: 6px 12px;
}

.swMain .buttonFinish {
    display: block;
    float: right;
    margin: 8px 12px 0 0px;
    padding: 6px 12px;
}

/* Form Styles */
.txtBox {
    border: 1px solid #CCCCCC;
    color: #5A5655;
    padding: 2px;
    width: 430px;
}

    .txtBox:focus {
        border: 1px solid #EA8511;
    }

.swMain .loader {
    position: relative;
    display: none;
    float: left;
    margin: 2px 0 0 2px;
    padding: 8px 10px 8px 40px;
    border: 1px solid #FFD700;
    color: #5A5655;
    background: #FFF url(../images/loaders/loader.gif) no-repeat 5px;
    z-index: 998;
}

.swMain .msgBox {
    position: relative;
    display: none;
    float: left;
    margin: 4px 0 0 5px;
    padding: 5px;
    border: 1px solid #FFD700;
    background-color: #FFFFDD;
    color: #5A5655;
    z-index: 999;
    min-width: 200px;
}

    .swMain .msgBox .content {
        padding: 0px;
        float: left;
    }

    .swMain .msgBox .close {
        color: #CCC;
        display: block;
        float: right;
        margin: 0 0 0 5px;
        outline-style: none;
        padding: 0 2px 0 2px;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

        .swMain .msgBox .close:hover {
            color: #EA8511;
            border: 1px solid #EA8511;
        }

.curves {
    display: block;
    background: url(../images/linesSepCurves.png) repeat-x 0 100%;
    height: 8px;
    clear: both;
}

.contentHead {
    padding: 16px 12px 15px 35px;
}



/* ===== Timepicker  ===== */

.timepicker {
    width: 60px !important;
}

.timeEntry_control {
    vertical-align: middle;
    margin-left: -1px; /*margin-top: -2px;*/
    margin-top: -1px;
    cursor: pointer;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

* html .timeEntry_control {
    margin-top: -4px;
}



/* =====  Dual select boxes  ===== */

.dualBoxes {
    padding: 22px 14px;
    position: relative;
}

    .dualBoxes .jqTransformSelectWrapper {
        display: none;
    }

.dualBtn {
    padding: 7px 8px;
    cursor: pointer;
    line-height: 12px;
    background: url(../images/ui/basicBtn.png) repeat-x 0 0;
    border: 1px solid #1E2226;
    color: #d5d5d5;
    margin-left: -1px;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
}

    .dualBtn:hover {
        background-position: 0 -27px;
    }

    .dualBtn:active {
        background-position: 0 -54px;
    }

.boxFilter {
    width: 55% !important;
    margin-left: 10px;
    margin-bottom: 15px;
}

.dualControl {
    text-align: center;
    width: 90px;
    margin: 150px 1px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
}

.countLabel {
    color: Gray;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.storageBox {
    display: none;
}

.copiedOption {
    background-color: Yellow;
}


/* =====  Single file input  ===== */

.feat {
    margin-left: 5px;
    background: url(../images/forms/fileUpload.png) no-repeat 0 0;
    width: 91px;
    height: 29px;
    margin-top: -1px;
}

    .feat:hover {
        background-position: 0 -29px;
    }

    .feat:active {
        background-position: 0 -58px;
    }

.fileInput {
    background: #24282A;
    border: 1px solid #1E2226;
    padding: 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: 0 1px 0 #363B3E;
    -webkit-box-shadow: 0 1px 0 #363B3E;
    box-shadow: 0 1px 0 #363B3E;
    color: #d5d5d5;
}

    .fileInput:hover {
        background: #24282a;
    }

    .fileInput:focus {
        border: 1px solid #1a1f23;
        background: #24282a;
    }


/* ==== autocomplete ====*/
/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    background: none repeat scroll 0 0 #25292B;
    border: 1px solid #1E2226;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    width: 590px;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style-type: none;
    clear: left;
    float: left;
}

    ul.token-input-list-facebook li input {
        border: 0 none !important;
        box-shadow: none !important;
        margin: 2px 0;
        padding: 3px 8px;
        width: 100px;
        -webkit-appearance: caret;
    }

li.token-input-token-facebook {
    overflow: hidden;
    height: auto !important;
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #2E3234;
    border: 1px solid #1E2226;
    cursor: default;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

    li.token-input-token-facebook p {
        display: inline;
        padding: 0;
        margin: 0;
    }

    li.token-input-token-facebook span {
        color: #a6b3cf;
        margin-left: 5px;
        font-weight: bold;
        cursor: pointer;
    }

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 590px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

    div.token-input-dropdown-facebook p {
        margin: 0;
        padding: 5px;
        font-weight: bold;
        color: #777;
    }

    div.token-input-dropdown-facebook ul {
        margin: 0;
        padding: 0;
    }

        div.token-input-dropdown-facebook ul li {
            background-color: #fff;
            padding: 3px;
            margin: 0;
            list-style-type: none;
        }

            div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
                background-color: #fff;
                color: Black;
            }

            div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
                background-color: #fff;
                color: Black;
            }

            div.token-input-dropdown-facebook ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
                background-color: #3b5998;
                color: #fff;
            }

.divImageUploadProcessBar {
    width: 500px;
    margin-top: 10px;
    float: left;
    display: none;
}

.divProcessBar {
    width: 500px;
    border: 1px solid #FFF;
    padding: 1px;
}

.divProcessing {
    width: 0%;
    background: #F1F1F1;
    height: 5px;
}

.divImageUploadPercent {
    float: left;
    color: #333;
    margin-left: 10px;
    margin-top: 5px;
}

.divImageUploadAlert {
    clear: both;
    color: #33be40;
    display: none;
}

.divVideoUploadProcessBar {
    width: 500px;
    margin-top: 10px;
    float: left;
    display: none;
}

.divVideoProcessing {
    width: 0%;
    background: #F1F1F1;
    height: 5px;
}

.divVideoUploadPercent {
    float: left;
    color: #FFF;
    margin-left: 10px;
    margin-top: 5px;
    display: none;
}

.divVideoUploadAlert {
    clear: both;
    color: #33be40;
    display: none;
}

.divVideoPlayer {
    margin-top: 20px;
    display: none;
}

#image-upload-popup {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/Images/modal.png);
    overflow: auto;
    display: none;
}

.image-upload-container {
    margin: 0 auto;
    margin-top: 10%;
    width: 890px;
    background: #F1F1F1;
    padding: 30px;
    border-radius: 10px;
    color: #333;
    position: relative;
    display: table;
    margin-bottom: 20px;
}
.image-upload-container .image-item .image img {
    width: 200px;
    height: 133px;
}
.divImageUploadPopupProcessBar {
    width: 200px;
    float: left;
    /*display: none;*/
}

.divImageUploadPopupProcessWrap {
    width: 196px;
    border: 1px solid #2980b9;
    padding: 1px;
    height: 8px;
}

.divImageUploadPopupProcessing {
    width: 0%;
    background: #b8b8b8;
    height: 8px;
}

.divImageUploadPopupPercent {
    color: #333;
    margin-left: 10px;
    margin-top: -5px;
    display: none;
}

.divImageUploadPopupAlert {
    clear: both;
    color: #008a00;
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.upload-control-button {
    border-radius: 3px;
    background: #378687;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}
#divInsertImage {
    display: none;
    border-radius: 3px;
    background: #2980b9;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#image-upload-popup-close {
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
}

.image-upload-label {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#divImageDes {
    border: 0;
}
#inImageDes {
    width: 188px;
    margin-top: 5px;
    background: #F1F1F1;
    border: 1px solid #CCC !important;
    -webkit-box-shadow: 0 0 #F1F1F1; 
    box-shadow: 0 0 #F1F1F1; 
    color: #333;
    font-size: 12px;
    /*display: none;*/
    margin-bottom: 5px;
}
#elm1_file-attach-button {
    width: 83px;
    height: 22px;
    background: url(/images/upload-file-attach-button.png?0);
    background-size: 83px 22px;
}
#elm1_image-button {
    width: 83px;
    height: 22px;
    background: url(/images/upload-image-button.png);
    background-size: 83px 22px;
}
#elm1_video-button{
    width: 83px;
    height: 22px;
    background: url(/images/upload-video-button.png);
    background-size: 83px 22px;
}
#elm1_video-attach-button {
    width: 83px;
    height: 22px;
    background: url(/images/upload-video-button.png);
    background-size: 83px 22px;
}
#elm1_videocode-button {
    width: 83px;
    height: 22px;
    background: url(/images/upload-videocode-button.png);
    background-size: 83px 22px;
}

#video-upload-popup,#video-list-popup {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/Images/modal.png);
    overflow: auto;
    display: none;
}
.video-upload-container {
    margin: 0 auto;
    margin-top: 10%;
    width: 550px;
    background: #F1F1F1;
    padding: 30px;
    border-radius: 10px;
    color: #333;
     position: relative;
}
#video-code-popup {
    width: 500px;
    height: 250px;
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/Images/modal.png);
    overflow: auto;*/
    /*background: url(../images/widgetBg.png) repeat;*/
    background: #F1F1F1;
    border-radius: 5px;
    border: 1px solid;
    display: none;
    padding: 5px;
}
#video-code-popup span{ color: #000;}
#video-code-popup textarea {
    width: 475px;
    height: 150px;
    margin: 5px auto;
    display: block;
    border: 1px solid;background: #fff;color: #000;box-shadow: none;
}
#video-code-popup .btn-insert{    border-radius: 3px;
    background: #378687;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin: 10px auto;
    display: block;
}
#video-list-popup .video-upload-container{ width: 890px;padding: 5px;}
#video-list-popup .video-upload-container .image-item{ height: 150px !important;}
#video-list-popup .video-upload-container .image-item .image{height: 112px !important;}
#video-list-popup .video-upload-container .image-item .image img{ height: 112px;cursor: pointer;}

.divVideoUploadPopupProcessBar {
    width: 500px;
    float: left;
    display: none;
}

.divVideoUploadPopupProcessWrap {
    width: 500px;
    border: 1px solid #2980b9;
    padding: 1px;
}

.divVideoUploadPopupProcessing {
    width: 0%;
    background: #2980b9;
    height: 8px;
}

.divVideoUploadPopupPercent {
    float: left;
    color: #333;
    margin-left: 10px;
    margin-top: -5px;
    display: none;
}

.divVideoUploadPopupAlert {
    clear: both;
    color: #008a00;
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
}
/*.upload-control-button {
    border-radius: 3px;
    background: #378687;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}*/
#divInsertVideo {
    display: none;
    border-radius: 3px;
    background: #2980b9;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#video-upload-popup-close,#video-list-popup-close {
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
}

.video-upload-label {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#divVideoDes {
    border: 0;
}
#inVideoDes {
    width: 538px;
    margin-top: 5px;
    background: #F1F1F1;
    border: 1px solid #CCC !important;
    -webkit-box-shadow: 0 0 #F1F1F1; 
    box-shadow: 0 0 #F1F1F1; 
    color: #333;
    font-size: 12px;
    display: none;
}
/*---*/
#file-attach-upload-popup {
    width: 100%;
    height: 100vh;
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/Images/modal.png);
    overflow: auto;
    display: none;
}

.file-attach-upload-container {
    margin: 0 auto;
    margin-top: 10%;
    width: 550px;
    background: #F1F1F1;
    padding: 30px;
    border-radius: 10px;
    color: #333;
     position: relative;
}
.divFileAttachUploadPopupProcessBar {
    width: 500px;
    float: left;
    display: none;
}

.divFileAttachUploadPopupProcessWrap {
    width: 500px;
    border: 1px solid #2980b9;
    padding: 1px;
}

.divFileAttachUploadPopupProcessing {
    width: 0%;
    background: #2980b9;
    height: 8px;
}

.divFileAttachUploadPopupPercent {
    float: left;
    color: #333;
    margin-left: 10px;
    margin-top: -5px;
    display: none;
}

.divFileAttachUploadPopupAlert {
    clear: both;
    color: #008a00;
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
}
/*.upload-control-button {
    border-radius: 3px;
    background: #378687;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}*/
#divInsertFileAttach {
    display: none;
    border-radius: 3px;
    background: #2980b9;
    color: #FFF;
    padding: 5px 10px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
}
#file-attach-upload-popup-close {
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
}

.file-attach-upload-label {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#divFileAttachDes {
    border: 0;
}
#inFileAttachDes {
    width: 538px;
    margin-top: 5px;
    background: #F1F1F1;
    border: 1px solid #CCC !important;
    -webkit-box-shadow: 0 0 #F1F1F1; 
    box-shadow: 0 0 #F1F1F1; 
    color: #333;
    font-size: 12px;
    display: none;
}
#divViewFileAttach a {
    color: blue;
    text-decoration: underline;
}