@import "reset.css";
@import "dataTable.css";
@import "ui_custom.css";
@import "fullcalendar.css";
@import "icons.css";
@import "elfinder.css";
@import "wysiwyg.css";
@import "prettyPhoto.css";

html {
    height: 100%;
}

* html body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: url(../images/bodyBg.jpg) repeat;
    font-size: 12px;
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    min-height: 100%;
    position: relative;
}

.myImg.icon {
    margin-top: 4px;
}

.mGrid .pgr {
    margin: auto;
}

    .mGrid .pgr table {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mGrid .pgr td {
        display: inline;
        margin: 0 5px;
        background: url(../images/ui/pagination.png) repeat-x 0 0;
    }

    .mGrid .pgr a {
        height: 25px;
        padding: 4px 8px;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
        border: 1px solid #d5d5d5;
        font-size: 11px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
    }

        .mGrid .pgr a:hover {
            background: #efefef;
        }


.lteie8 .mGrid .pgr {
    margin: auto;
}

    .lteie8 .mGrid .pgr table {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .lteie8 .mGrid .pgr td {
        display: inline;
        padding: 4px 3px;
        background: #fafafa;
    }

    .lteie8 .mGrid .pgr a {
        height: 25px;
        background: url(../images/ui/pagination.png) repeat-x 0 0;
        background-position: 0 0px;
        padding: 4px 8px;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
        border: 1px solid #d5d5d5;
        font-size: 11px;
    }

        .lteie8 .mGrid .pgr a:hover {
            background: #efefef;
        }

.lteie8 .widget {
    /*width: 342px;*/ /*width: 100%;*/
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    clear: both;
    border-top: none;
}

    .lteie8 .widget .head .divf {
        width: 90%;
        cursor: pointer;
    }

    .lteie8 .widget .head h5, .table h5 {
        font-weight: normal;
        padding: 9px 12px 9px 35px;
        float: left;
    }

    .lteie8 .widget .head .options {
        padding: 6px;
        position: absolute;
        display: inline-block;
        right: 8px;
    }

        .lteie8 .widget .head .options .link {
            position: relative;
            display: inline-block;
            top: 5px;
            float: left;
            margin-right: 10px;
        }

        .lteie8 .widget .head .options .value {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .lteie8 .widget .head .options .value .txtpadding {
                float: left;
                padding-bottom: 15px;
                padding-right: 5px;
            }

                .lteie8 .widget .head .options .value .txtpadding .text {
                    vertical-align: middle;
                    background: #fff;
                    width: 150px;
                    border: 1px solid #d5d5d5;
                    padding: 5px;
                    font-size: 11px;
                    font-family: Arial, Helvetica, sans-serif;
                }

                    .lteie8 .widget .head .options .value .txtpadding .text:hover {
                        background: #fcfcfc;
                        border: 1px solid #d1d1d1;
                    }

                    .lteie8 .widget .head .options .value .txtpadding .text:focus {
                        border: 1px solid #bbc1c9;
                        background: #fff;
                    }

                .lteie8 .widget .head .options .value .txtpadding .btn {
                    vertical-align: middle;
                }

        .lteie8 .widget .head .options .find {
            background: url(../images/searchBtn.png);
            border: 1px solid #d5d5d5;
            background-position: center;
            height: 26px;
            width: 26px;
        }

            .lteie8 .widget .head .options .find:hover {
                border-color: #c9c9c9;
                background: url(../images/searchBtn.png);
                opacity: 0.5;
                filter: alpha(opacity=50);
                background-position: center;
                height: 26px;
                width: 26px;
            }

.lteie8 .wrapper .errorPage {
    width: 370px;
    margin: 100px auto -15px auto;
    position: relative;
}

/* ========== Pagination ========== */

.pagination {
    margin: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.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: #666666;
            font-weight: bold;
            background: url(../images/ui/pagination.png) repeat-x 0 0;
            border: 1px solid #d5d5d5;
            font-size: 11px;
        }

            .pages li a:hover {
                background: #efefef;
            }

        .pages li .active {
            background-position: 0 -26px;
            color: #fff;
            border-color: #687282;
        }

            .pages li .active:hover {
                background: #687282;
            }


.populatePanel {
    background: url(../images/topNav.jpg) repeat;
    font-size: 13px;
    text-align: center;
    color: #fff;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
    width: 700px;
    min-height: 40px;
    height: auto;
    position: fixed;
    bottom: 0px;
    z-index: 1;
}

    .populatePanel .h2text {
        font-size: 22px;
        font-family: 'Cuprum', sans-serif;
        font-weight: normal;
        vertical-align: middle;
    }


.attorneysapn {
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    padding: 3px 3px 3px 5px;
    height: 22px;
}

.navcontainer {
    width: auto;
    padding: 3px 3px 3px 5px;
    text-align: left;
    color: #666666;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .navcontainer:hover {
        color: Black;
        border: 1px solid #b9b9b9;
    }

    .navcontainer .textValue {
        padding-right: 10px;
        margin-right: 5px;
    }

    .navcontainer .removeimage {
        position: relative;
        width: 10px;
        float: right; /*padding:0px 5px 0px 5px;*/
        background: url(../images/icons/notifications/close_7.png) no-repeat 3px 0px;
    }

        .navcontainer .removeimage:hover {
            background: url(../images/icons/notifications/close_7.png) no-repeat 3px -8px;
        }

.deleteitem {
    position: relative;
    width: 14px;
    height: 16px;
    background: url(../images/icons/customIcons/bin_14.png) no-repeat 0px -16px;
}

    .deleteitem:hover {
        background: url(../images/icons/customIcons/bin_14.png) no-repeat 0px 0px;
    }

.ErrorMessagePopup {
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
    width: 700px;
    min-height: 40px;
    height: auto;
    position: fixed;
    bottom: 75px;
    z-index: 1;
}

#PopupContainer {
    position: absolute;
    z-index: 1999;
}

#PopupContent {
}

#PopupContentevent {
    border: 3px solid #000000;
    background: #d5d5d5;
    position: fixed;
    top: 300px;
    right: 450px;
    margin: 0px auto;
    width: 350px;
    min-height: 100px;
    height: auto;
    z-index: 999;
}


.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.5;
    z-index: 4000;
}

.processMessage {
    width: 245px;
    height: 80px;
    background-color: #121212;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    position: fixed;
    top: 28%;
    left: 40%;
    padding: 10px;
    z-index: 4001;
}

    .processMessage label {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #fff;
        font-weight: bold;
    }

.PopOvercalender {
    z-index: 4010;
    position: absolute;
}


/* ==========  General styles ========== */

.wrapper {
    width: 980px;
    margin: auto;
}

.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: 'Cuprum', sans-serif;
    font-weight: normal;
}

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 #d5d5d5;
    margin-top: 40px;
    padding: 15px 10px;
    quotes: "\201C" "\201D";
    background: #fafafa;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    border-left: 4px solid #d5d5d5;
}

    blockquote:before {
        content: open-quote;
        font-weight: bold;
    }

    blockquote:after {
        content: close-quote;
        font-weight: bold;
    }


.wrapText {
    word-wrap: break-word;
    table-layout: fixed;
}

.red {
    color: #B55D5C;
}

.red1 {
    color: red;
}

.blue {
    color: #0000FF;
}

.green {
    color: #2a8827;
}

.ml00 {
    margin-left: 0px !important;
}

.ml6 {
    margin-left: 6px;
}

.ml0 {
    margin-left: 10px;
}

.mr20 {
    margin-right: 18px;
}

.mr10 {
    margin-right: 10px;
}

.mr2 {
    margin-right: 2px;
}

.mbn2 {
    margin-bottom: -2px;
}

p {
    padding: 12px 0 0 0;
}

#BatchTabControllerdv p {
    padding: 6px 0 0 0;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr4 {
    padding-right: 4px;
}

.mrg15 {
    margin: 15px;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.t1 {
    top: 1px !important;
}

.pb5 {
    padding-bottom: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p12 {
    padding: 12px;
}

.p14 {
    padding: 14px;
}

.p7 {
    padding: 7px;
}

.p5 {
    padding: 5px;
}

.p2 {
    padding: 2px;
}

.p4 {
    padding: 4px;
}

.pl5 {
    padding-left: 5px;
}


.cpl5 {
    padding-left: 15px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pt7 {
    padding-top: 7px;
}

.pt12 {
    padding-top: 12px;
}

.pb12 {
    padding-bottom: 12px;
}

.pl12 {
    padding-left: 12px;
}

.pr12 {
    padding-right: 12px;
}

.plr12 {
    padding-right: 12px;
    padding-left: 12px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl38 {
    padding-left: 40px;
}

.pAdd {
    padding-left: 45px;
}

.lbpd {
    padding-right: 13px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.ptb10 {
    padding: 10px 0 10px 0;
}

.bodyLeft {
    padding-left: 35px !important;
}

.morecontent span {
    display: none;
}

.w15 {
    width: 15%;
    text-align: center;
}

.w40 {
    width: 40%;
}

.w80 {
    width: 80%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 43.5% !important;
}

.w25 {
    width: 25%;
    text-align: left;
    padding-right: 20px;
    padding-left: 11px;
}

.w30 {
    width: 30%;
}

.w24 {
    width: 25%;
}

.w18 {
    width: 18%;
}

.w10 {
    width: 10%;
}

.w21 {
    width: 20%;
    padding-left: 5px;
}

.w15 {
    width: 15%;
}

.w190 {
    width: 190px;
}

.wddl {
    width: auto;
}

.txtar {
    text-align: right;
}

.posAbs {
    position: absolute;
}

.labelcss {
    top: 8px;
    padding-top: 7px;
}

.moveto {
    position: relative;
    padding-left: 19%;
    padding-top: 3%;
}

.legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
}

.pdd {
    padding: 8px;
    font-size: 13px;
}

.leadsInputBox {
    background: #fff;
    width: 60px;
    border: 1px solid #d5d5d5;
    padding: 4px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.addnew {
    position: relative;
    top: 0px;
    right: 20px;
    background: url(../images/icons/customIcons/add_14.png) no-repeat;
    /*for microsoft edge internet explorer */
    background-position-y: -71%;
}

    .addnew span {
        position: relative;
        top: 1px;
        left: 20px;
        font-size: 18px;
        font-family: 'Cuprum', sans-serif;
        font-weight: normal;
    }

.mtDiv {
    display: inline-block;
    min-width: 148px;
    height: 64px;
    padding: 12px 0 0 12px;
}

.loadSpan {
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.centerScreen {
    position: fixed;
    top: 50%;
    left: 36%;
    z-index: 1010;
    min-width: 30%;
}

/* ==========  this is the css for mouse hover of i  image in leads court info page  ========== */
.tooltipLeads {
    /*display:none; 	position:absolute; 	border:1px solid #333; 	background-color:#161616; 	border-radius:5px; 	padding:5px; 	color:#fff; 	font-size:12px Arial; */
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: url(../images/img.png) repeat;
    font-size: 12px;
    color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    border: 1px solid #d5d5d5;
    padding: 12px 5px 5px 12px;
    word-wrap: break-word;
}



/* ==========  Additional reset classes  ========== */
.mbt20 {
    margin-bottom: 20px;
}

.mbt50 {
    margin-bottom: 50px;
}


.mb10 {
    margin-bottom: 10px;
}

.mt40 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.noborder {
    border: none !important;
}

.nobg {
    background: none !important;
}

.floatleft {
    display: block;
    float: left;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.floatright {
    display: block;
    float: right;
}

.floatleftinline {
    display: inline-block;
    float: left;
    width: 49%;
}

.floatrightinline {
    display: inline-block;
    float: right;
    width: 49%;
}

.aligncenter {
    text-align: center;
}

.aligntop {
    vertical-align: top;
}

.fix {
    clear: both;
}

.first {
    margin-top: 22px !important;
}

.inactive {
    margin-top: 0px;
    color: #2B6893;
}


/* ==========  Login page  ========== 
.lteie8 .loginPanel { width: 320px;  display: block;padding-bottom:100px; }*/
.logincont {
    background: #fafafa;
    border: 1px solid #d5d5d5;
    border-top: 0; /*height: 212px;*/
}

.loginPanel {
    width: 320px;
    display: block; /*padding-bottom: 200px;*/
}

.loginWrapper {
    margin: -128px 0 0 -160px;
    position: absolute;
    top: 38%;
    left: 50%;
}

.loginLogo {
    position: absolute;
    width: 190px;
    height: 110px;
    display: block;
    top: -80px;
    left: 40%;
    margin-left: -95px;
}

.loginPanel h5 {
    font-weight: normal;
    padding: 9px 12px 9px 47px;
    float: left;
}

.loginPanel label {
    width: 60px;
}

.rememberMe {
    margin-left: 12px;
}

    .rememberMe label {
        padding: 4px 12px !important;
        width: auto;
    }

.loginInput {
    width: 200px;
    float: left;
}

.loginRow {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
    position: relative;
}

    .loginRow:first-child {
        top: 0px;
        left: 0px;
        border-top-style: none;
        border-top-color: inherit;
        border-top-width: medium;
    }

.btnrefresh {
    padding-bottom: 7px;
    float: left;
}

.AddCaseInputBox {
    width: 220px;
    float: left;
    vertical-align: top;
    padding-left: 10px;
}

.AddCaseAEInputName {
    width: 119px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 10px;
}

.InputItem {
    width: 292px;
    float: left;
    vertical-align: middle;
    position: relative;
    top: 5px;
}

.InputBox {
    width: 292px;
    float: left;
    vertical-align: middle;
}

.InputBox1 {
    width: 152px;
    float: left;
    vertical-align: middle;
}

.InputCpatchaTextBox {
    width: 170px;
    float: left;
}

.InputName {
    width: 80px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
}

.AEInputName {
    width: 119px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
}

.AEInputName1 {
    width: 130px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
}

.AEInputName11 {
    width: 150px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
}

.AECaptchaImage {
    width: 250px;
    float: left;
    vertical-align: middle;
}

.PresortPiece {
    width: 60px;
    float: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 3px;
}

.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;
}

.getpassword {
    width: 320px;
    background: #fafafa;
    border: 1px solid #d5d5d5;
    border-top: 0;
    display: block;
    height: 200px;
}

    .getpassword h5 {
        font-weight: normal;
        padding: 9px 12px 9px 35px;
        float: left;
    }

.getpasswordWrapper {
    margin: -106px 0 0 -160px;
    position: absolute;
    top: 50%;
    left: 50%;
}
/* ==========  Buttons ========== */

input[type=submit], input[type=reset], input[type=button], button, .button {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 14px 6px 14px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
}

.linkBtn1 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 14px 6px 14px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 12px;
    text-decoration: underline;
    color: Black;
    border: none;
    padding: 0 !important;
}


.linkBtn {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: underline;
    color: Black;
}


.basicBtn {
    background: url(../images/ui/basicBtn.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    color: #525252;
}

    .basicBtn:hover {
        background-position: 0 -25px;
        border-color: #c9c9c9;
    }

    .basicBtn:active {
        background-position: 0 -50px;
    }

.blueBtn {
    background: url(../images/ui/blueBtn.png) repeat-x 0 0;
    border: 1px solid #3581c1;
    color: #fff;
}

    .blueBtn:hover {
        background-position: 0 -25px;
    }

    .blueBtn:active {
        background-position: 0 -50px;
    }

.redBtn {
    background: url(../images/ui/redBtn.png) repeat-x 0 0;
    border: 1px solid #9d342a;
    color: #fff;
}

    .redBtn:hover {
        background-position: 0 -25px;
    }

    .redBtn:active {
        background-position: 0 -50px;
    }

.seaBtn {
    background: url(../images/ui/seaBtn.png) repeat-x 0 0;
    border: 1px solid #306873;
    color: #fff;
}

    .seaBtn:hover {
        background-position: 0 -25px;
    }

    .seaBtn:active {
        background-position: 0 -50px;
    }

.blackBtn {
    background: url(../images/ui/blackBtn.png) repeat-x 0 0;
    border: 1px solid #353535;
    color: #fff;
}

    .blackBtn:hover {
        background-position: 0 -25px;
    }

    .blackBtn:active {
        background-position: 0 -50px;
    }

.greyishBtn {
    background: url(../images/ui/greyishBtn.png) repeat-x 0 0;
    border: 1px solid #4f5a68;
    color: #fff;
}

    .greyishBtn:hover {
        background-position: 0 -25px;
    }

    .greyishBtn:active {
        background-position: 0 -50px;
    }

.greenBtn {
    background: url(../images/ui/greenBtn.png) repeat-x 0 0;
    border: 1px solid #418d4f;
    color: #fff;
}

    .greenBtn:hover {
        background-position: 0 -25px;
    }

    .greenBtn:active {
        background-position: 0 -50px;
    }


.btn14 {
    border: 1px solid #d5d5d5;
    background: url(../images/leftNavBg.png) repeat-x 0 0;
    padding: 6px 8px;
    display: inline-block;
}

    .btn14:hover {
        background: #f6f6f6;
    }

    .btn14:active {
        background: #f1f1f1;
    }

.btn55 {
    background: #efefef url(../images/middlebg.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    padding: 8px 6px 2px 6px;
    display: inline-block;
}

    .btn55:hover {
        background: #f6f6f6;
    }

    .btn55:active {
        background: #f1f1f1;
    }

    .btn55 span {
        display: block;
        padding: 5px 5px 0 5px;
        color: #595858;
    }

.btnIconLeft {
    border: 1px solid #d5d5d5;
    background: url(../images/leftNavBg.png) repeat-x 0 0;
    display: inline-block;
    color: #595858;
}

    .btnIconLeft:hover {
        background: #f6f6f6;
        color: #B55D5C;
    }

    .btnIconLeft:active {
        background: #f1f1f1;
    }

    .btnIconLeft .icon {
        float: left;
        border-right: 1px solid #d5d5d5;
        padding: 8px;
    }

    .btnIconLeft span {
        display: block;
        float: left;
        padding: 5px 10px;
        font-weight: bold;
    }

/* ==========  Numbers notifications  ========== */

.numberTop, .numberMiddle, .numberLeft {
    text-align: center;
    background: url(../images/number.png) repeat-x;
    display: inline-block;
    padding: 1px 5px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin: 10px 15px 10px -5px;
    font-size: 11px;
    line-height: 14px;
}

.numberTop {
    margin: 10px 15px 10px -5px;
    padding: 1px 5px !important;
}

.numberMiddle {
    margin: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 11px;
}

.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: 1px 5px !important;
}

/* ===== Top navigation ===== */
#topmenubar {
    height: 108px;
    display: block;
}

.fixedtopmenu {
    position: fixed;
    background: url(../images/bodyBg.jpg) repeat;
    width: 100%;
    color: #eeeeee;
    z-index: 999;
}

#topNav {
    height: 36px;
    display: block;
}

.fixed {
    position: fixed;
    background: url(../images/topNav.jpg) repeat;
    width: 100%;
    color: #eeeeee;
    border-bottom: 1px solid #fff;
    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 14px 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 ===== */
#headerused {
    height: 40px;
    clear: both;
}

#header {
    height: 106px;
    clear: both;
}

.logo {
    float: left;
    margin-top: 25px;
}

    .logo .imglogo {
        max-height: 55px;
        max-width: 267px;
        height: auto;
        width: auto;
    }

/*--------------Case DEtails Menu */
/*.casemiddleNav {
    float: left;
    margin-right: 1px;
}*/

.casemiddleNav {
    float: left;
    margin-right: 1px;
    width: 760px;
}

    .casemiddleNav ul {
        margin-top: 25px;
    }

        .casemiddleNav ul li {
            height: 55px;
            text-align: center;
            display: block;
            float: left;
            margin-left: 10px;
            position: relative;
            width: 100px;
        }

            .casemiddleNav ul li:first-child {
                margin-left: 0px;
            }

            .casemiddleNav ul li a {
                display: block;
                border: 1px solid #d5d5d5;
                background: url(../images/middlebg.png) repeat-x 0 0;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                color: #595858;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .casemiddleNav ul li a span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .casemiddleNav ul li.iPeople a span {
                background: url(../images/icons/casemenunav/people_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iCharge a span {
                background: url(../images/icons/casemenunav/charge_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iEvent a span {
                background: url(../images/icons/casemenunav/event_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iFile a span {
                background: url(../images/icons/casemenunav/file_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPlace a span {
                background: url(../images/icons/casemenunav/place_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPayment a span {
                background: url(../images/icons/casemenunav/future-payments_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iHour a span {
                background: url(../images/icons/casemenunav/hour_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.isearchres a span {
                background: url(../images/icons/headerIcons/searches_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li a:hover {
                background: url(../images/darkBgMain.png) repeat;
                color: #fff;
                border: 1px solid #3c4049;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .casemiddleNav ul li a:hover span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .casemiddleNav ul li.iPeople a:hover span {
                background: url(../images/icons/casemenunav/people_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iCharge a:hover span {
                background: url(../images/icons/casemenunav/charge_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iEvent a:hover span {
                background: url(../images/icons/casemenunav/event_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iFile a:hover span {
                background: url(../images/icons/casemenunav/file_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPlace a:hover span {
                background: url(../images/icons/casemenunav/place_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPayment a:hover span {
                background: url(../images/icons/casemenunav/future-payments_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iHour a:hover span {
                background: url(../images/icons/casemenunav/hour_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.isearchres a:hover span {
                background: url(../images/icons/casemenunav/case_details_icon.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li a.active {
                background: url(../images/darkBgMain.png) repeat;
                color: #fff;
                border: 1px solid #3c4049;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .casemiddleNav ul li a.active span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .casemiddleNav ul li.iPeople a.active span {
                background: url(../images/icons/casemenunav/people_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iCharge a.active span {
                background: url(../images/icons/casemenunav/charge_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iEvent a.active span {
                background: url(../images/icons/casemenunav/event_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iFile a.active span {
                background: url(../images/icons/casemenunav/file_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPlace a.active span {
                background: url(../images/icons/casemenunav/place_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iPayment a.active span {
                background: url(../images/icons/casemenunav/future-payments_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.iHour a.active span {
                background: url(../images/icons/casemenunav/hour_select_23.png) no-repeat 50% 8px;
            }

            .casemiddleNav ul li.isearchres a.active span {
                background: url(../images/icons/casemenunav/case_details_icon.png) no-repeat 50% 8px;
            }

/*-----------------MAIN MENU---------------*/

.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: 10px;
            position: relative;
        }

            .middleNav ul li a {
                display: block;
                border: 1px solid #d5d5d5;
                background: url(../images/middlebg.png) repeat-x 0 0;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                color: #595858;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .middleNav ul li a span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .middleNav ul li.iSearch a span {
                background: url(../images/icons/mainmenunav/search_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iAddClient a span {
                background: url(../images/icons/mainmenunav/add_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iClients a span {
                background: url(../images/icons/mainmenunav/client_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iClients .numberMiddle {
                text-align: center;
                background: url(../images/number.png) repeat-x;
                display: inline-block;
                padding: 1px 5px;
                color: #fff;
                margin: 0;
                position: absolute;
                top: -5px;
                right: -5px;
                font-size: 11px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                float: right;
                font-size: 11px;
                line-height: 14px;
            }

            .middleNav ul li.iLeads .numberMiddle {
                text-align: center;
                display: inline-block;
                padding: 1px 5px;
                color: #fff;
                margin: 0;
                position: absolute;
                top: -5px;
                right: -5px;
                font-size: 11px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                border-color: float: right;
                font-size: 11px;
                line-height: 14px;
                background: #cc2a28;
                background: -moz-linear-gradient(top, #ea5050 0%, #cc2a28 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea5050), color-stop(100%, #cc2a28));
                background: -webkit-linear-gradient(top, #ea5050 0%, #cc2a28 100%);
                background: -o-linear-gradient(top, #ea5050 0%, #cc2a28 100%);
                background: -ms-linear-gradient(top, #ea5050 0%, #cc2a28 100%);
                background: linear-gradient(top, #ea5050 0%, #cc2a28 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5050', endColorstr='#cc2a28',GradientType=0 );
            }

            .middleNav ul li.iLeads a span {
                background: url(../images/icons/mainmenunav/leads_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iEvents a span {
                background: url(../images/icons/mainmenunav/events_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iDashBoard a span {
                background: url(../images/icons/mainmenunav/dashboard_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iMyContacts a span {
                background: url(../images/icons/mainmenunav/client_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iReports a span {
                background: url(../images/icons/mainmenunav/reports_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSettings a span {
                background: url(../images/icons/mainmenunav/setting_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSupport a span {
                background: url(../images/icons/mainmenunav/support_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li a:hover {
                background: url(../images/darkBgMain.png) repeat;
                color: #fff;
                border: 1px solid #3c4049;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .middleNav ul li a:hover span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .middleNav ul li.iSearch a:hover span {
                background: url(../images/icons/mainmenunav/search_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iAddClient a:hover span {
                background: url(../images/icons/mainmenunav/add_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iClients a:hover span {
                background: url(../images/icons/mainmenunav/client_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iClients:hover .numberMiddle {
                text-align: center;
                background: #fff;
                display: inline-block;
                border: 1px solid #646e7b;
                padding: 1px 5px;
                color: #646e7b;
                margin: 0;
                position: absolute;
                top: -5px;
                right: -5px;
                font-size: 11px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                float: right;
                font-size: 11px;
                line-height: 14px;
            }

            .middleNav ul li.iLeads a:hover span {
                background: url(../images/icons/mainmenunav/leads_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iEvents a:hover span {
                background: url(../images/icons/mainmenunav/events_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iDashBoard a:hover span {
                background: url(../images/icons/mainmenunav/dashboard_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iMyContacts a:hover span {
                background: url(../images/icons/mainmenunav/client_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iReports a:hover span {
                background: url(../images/icons/mainmenunav/reports_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSettings a:hover span {
                background: url(../images/icons/mainmenunav/setting_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSupport a:hover span {
                background: url(../images/icons/mainmenunav/support_select_23.png) no-repeat 50% 8px;
            }


            .middleNav ul li a.active {
                background: url(../images/darkBgMain.png) repeat;
                color: #fff;
                border: 1px solid #3c4049;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .middleNav ul li a.active span {
                    display: block;
                    padding: 34px 10px 0 10px;
                }

            .middleNav ul li.iSearch a.active span {
                background: url(../images/icons/mainmenunav/search_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iAddClient a.active span {
                background: url(../images/icons/mainmenunav/add_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iClientselect a {
                background: url(../images/darkBgMain.png) repeat;
                color: #fff;
                border: 1px solid #3c4049;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                font-size: 12px;
                position: relative;
                -moz-box-shadow: 0 2px 1px #fff;
                -webkit-box-shadow: 0 2px 1px #fff;
                box-shadow: 0 2px 1px #fff;
            }

                .middleNav ul li.iClientselect a span {
                    background: url(../images/icons/mainmenunav/client_select_23.png) no-repeat 50% 8px;
                }

            .middleNav ul li.iClientselect .numberMiddle {
                text-align: center;
                background: #fff;
                display: inline-block;
                border: 1px solid #646e7b;
                padding: 1px 5px;
                color: #646e7b;
                margin: 0;
                position: absolute;
                top: -5px;
                right: -5px;
                font-size: 11px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                float: right;
                font-size: 11px;
                line-height: 14px;
            }

            .middleNav ul li.iLeads a.active span {
                background: url(../images/icons/mainmenunav/leads_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iEvents a.active span {
                background: url(../images/icons/mainmenunav/events_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iDashBoard a.active span {
                background: url(../images/icons/mainmenunav/dashboard_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iMyContacts a.active span {
                background: url(../images/icons/mainmenunav/client_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iReports a.active span {
                background: url(../images/icons/mainmenunav/reports_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSettings a.active span {
                background: url(../images/icons/mainmenunav/setting_select_23.png) no-repeat 50% 8px;
            }

            .middleNav ul li.iSupport a.active span {
                background: url(../images/icons/mainmenunav/support_select_23.png) no-repeat 50% 8px;
            }



/* ===== Left navigation ===== */

.leftNav {
    width: 268px;
    margin-top: -1px;
    float: left;
    margin-right: 11px;
    margin-bottom: 80px;
}



/* Left navigation icons 

.leftNav ul li.search a span { background-image: url(../images/icons/menuNAV/searchmag_14.png); }
.leftNav ul li.addCase span { background-image: url(../images/icons/menuNAV/addcase_14.png); }
.leftNav ul li.cases span { background-image: url(../images/icons/menuNAV/client_14.png); }
.leftNav ul li.leads a span { background-image: url(../images/icons/menuNAV/leads_14.png); }
.leftNav ul li.firm a span { background-image: url(../images/icons/menuNAV/employee_14.png); }
.leftNav ul li.report a span { background-image: url(../images/icons/menuNAV/graph_14.png); }
.leftNav ul li.settings a span { background-image: url(../images/icons/menuNAV/setting_14.png); }
.leftNav ul li.support span { background-image: url(../images/icons/menuNAV/support_14.png); }
.leftNav ul li a span { background-position: 10px; background-repeat: no-repeat; }*/

/* Left navigation subnav 

ul.sub { border: 2px solid #3c4049; border-top: none; background: url(../images/leftNavSub.png) repeat; }
ul.sub li { border-bottom: 1px dotted #d5d5d5; 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; }
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; }*/

/* =====Add New Items navigation ===== */
/*
.sf-menu, .sf-menu ul {list-style: none;}*/
/*
.sf-menu {font-size: 10px; font-weight: bold; text-transform: uppercase; padding: 6px 14px 7px 14px; cursor: pointer;
          font-family: Arial, Helvetica, sans-serif; line-height: 12px; background: url(../images/ui/basicBtn.png) repeat-x 0 0;
          border: 1px solid #d5d5d5; color: #525252;}
.sf-menu > li {float: right;}
.sf-menu li a {display: block;color:#494949;}
.sf-menu ul {position: absolute;display: none;z-index: 999;}
.sf-menu li ul li a {width:140px;color: #494949; font-size: 10px; display: block;border: 1px solid #d5d5d5; margin-top: 1px; 
                     background: #efefef url(../images/leftNavBg.png) repeat-x 0 0; }
.sf-menu li:hover ul {display: block;}
.sf-menu li:hover ul li a:hover {background: url(../images/darkBg.jpg) repeat-x; color: #fff; border: 1px solid #3c4049;}
.sf-menu li:hover ul li a span { padding: 9px 0 9px 35px; display: block; }
*/
.cd-menu {
    margin-bottom: 10px;
}

    .cd-menu .last {
        border-bottom: none;
    }

    .cd-menu ul li {
        position: relative;
        display: inline-block;
    }

        .cd-menu ul li a {
            color: #494949;
            font-size: 13px;
            display: block;
            background: #efefef url(../images/leftNavBg.png) repeat-x 0 0;
            border: 1px solid #d5d5d5;
            margin: 1px;
        }

            .cd-menu ul li a:hover, .cd-menu ul li a.active {
                background: url(../images/darkBg.jpg) repeat-x;
                color: #fff;
                border: 1px solid #3c4049;
            }

            .cd-menu ul li a span {
                padding: 5px 0 5px 30px;
                display: block;
            }

        .cd-menu ul li.addclient a span {
            background-image: url(../images/icons/customIcons/addClient_14.png);
            width: 95px;
        }

        .cd-menu ul li.casePerson a span {
            background-image: url(../images/icons/submenunav/people_14.png);
            width: 95px;
        }

        .cd-menu ul li.charge span {
            background-image: url(../images/icons/submenunav/charge_14.png);
            width: 60px;
        }

        .cd-menu ul li.attorny span {
            background-image: url(../images/icons/submenunav/attorney_14.png);
            width: 70px;
        }

        .cd-menu ul li.memo a span {
            background-image: url(../images/icons/submenunav/memo_14.png);
            width: 55px;
        }

        .cd-menu ul li.event a span {
            background-image: url(../images/icons/submenunav/event_14.png);
            width: 50px;
        }

        .cd-menu ul li.file a span {
            background-image: url(../images/icons/submenunav/file_14.png);
            width: 45px;
        }

        .cd-menu ul li.place a span {
            background-image: url(../images/icons/submenunav/place_14.png);
            width: 55px;
        }

        .cd-menu ul li a span {
            background-position: 10px;
            background-repeat: no-repeat;
            width: 130px;
        }

.cd-menu1 {
    padding: 0px 15px 5px 30px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
}


.sf-menu {
    margin-bottom: 10px;
}

    .sf-menu .alignmenutext {
        position: relative;
        -moz-top: 1px;
    }

    .sf-menu .alignmenutext {
        position: relative;
        top: 2.5px;
    }

    .sf-menu .last {
        border-bottom: none;
    }

    .sf-menu ul li {
        position: relative;
    }

        .sf-menu ul li a {
            color: #494949;
            font-size: 15px;
            display: block;
            background: #efefef url(../images/leftNavBg.png) repeat-x 0 0;
            border: 1px solid #d5d5d5;
            margin-top: 2px;
        }

            .sf-menu ul li a .ct {
                float: right;
                background: url(../images/number.png) repeat-x;
                line-height: 14px;
                padding: 1px 5px;
                font-size: 11px;
                text-align: center;
                color: #fefefe;
                height: 14px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
                margin-right: 10px;
            }

            .sf-menu ul li a.active .ct, .sf-menu ul li a:hover .ct {
                margin-right: 10px;
                float: right;
                background: #fff;
                border: 1px solid #646e7b;
                line-height: 14px;
                padding: 1px 5px 0 5px;
                font-size: 11px;
                text-align: center;
                color: black;
                height: 14px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                -khtml-border-radius: 2px;
                border-radius: 2px;
            }


            .sf-menu ul li a:hover, .sf-menu ul li a.active {
                background: url(../images/darkBg.jpg) repeat-x;
                color: #fff;
                border: 1px solid #3c4049;
            }

            .sf-menu ul li a span {
                padding: 9px 0 9px 35px;
                display: block;
            }

        /* Left navigation icons */
        .sf-menu ul li.vacation a span {
            background-image: url(../images/icons/headerIcons/vacation_14.png);
        }

        .sf-menu ul li.add a span {
            background-image: url(../images/icons/submenunav/add_14.png);
        }

        .sf-menu ul li.filter a span {
            background-image: url(../images/icons/submenunav/filter_14.png);
        }

        .sf-menu ul li.creditcardm a span {
            background-image: url(../images/icons/submenunav/creditcard_14.png);
        }

        .sf-menu ul li.employeem a span {
            background-image: url(../images/icons/submenunav/employee_14.png);
        }

        .sf-menu ul li.template a span {
            background-image: url(../images/icons/submenunav/template_14.png);
        }

        .sf-menu ul li.password a span {
            background-image: url(../images/icons/submenunav/fpassword_14.png);
        }

        .sf-menu ul li.settings a span {
            background-image: url(../images/icons/submenunav/setting_14.png);
        }

        .sf-menu ul li.leads a span {
            background-image: url(../images/icons/submenunav/leads_14.png);
        }

        .sf-menu ul li.qrcode a span {
            background-image: url(../images/icons/submenunav/qrCode_14.png);
        }

        .sf-menu ul li.print a span {
            background-image: url(../images/icons/submenunav/print_14.png);
        }

        .sf-menu ul li.casePerson a span {
            background-image: url(../images/icons/submenunav/people_14.png);
        }

        .sf-menu ul li.charge span {
            background-image: url(../images/icons/submenunav/charge_14.png);
        }

        .sf-menu ul li.attorny span {
            background-image: url(../images/icons/submenunav/attorney_14.png);
        }

        .sf-menu ul li.memo a span {
            background-image: url(../images/icons/submenunav/memo_14.png);
        }

        .sf-menu ul li.event a span {
            background-image: url(../images/icons/submenunav/event_14.png);
        }

        .sf-menu ul li.file a span {
            background-image: url(../images/icons/submenunav/file_14.png);
        }

        .sf-menu ul li.place a span {
            background-image: url(../images/icons/submenunav/place_14.png);
        }

        .sf-menu ul li.payment a span {
            background-image: url(../images/icons/submenunav/payment.png);
        }

        .sf-menu ul li.futurepayment a span {
            background-image: url(../images/icons/submenunav/shedule-payment_14.png);
        }

        .sf-menu ul li.invoice a span {
            background-image: url(../images/icons/submenunav/credit-cards.png);
        }

        .sf-menu ul li.myprofile a span {
            background-image: url(../images/icons/headerIcons/male_14.png);
        }

        .sf-menu ul li.addicon a span {
            background-image: url(../images/add_14.png);
        }

        .sf-menu ul li.img0 a span {
            background-image: url(../images/icons/categoryIcons/cases_14.png);
        }

        .sf-menu ul li.img110 a span {
            background-image: url(../images/icons/categoryIcons/110_14.png);
        }

        .sf-menu ul li.img120 a span {
            background-image: url(../images/icons/categoryIcons/120_14.png);
        }

        .sf-menu ul li.img130 a span {
            background-image: url(../images/icons/categoryIcons/130_14.png);
        }

        .sf-menu ul li.img140 a span {
            background-image: url(../images/icons/categoryIcons/140_14.png);
        }

        .sf-menu ul li.img150 a span {
            background-image: url(../images/icons/categoryIcons/150_14.png);
        }

        .sf-menu ul li.img160 a span {
            background-image: url(../images/icons/categoryIcons/160_14.png);
        }

        .sf-menu ul li.img170 a span {
            background-image: url(../images/icons/categoryIcons/170_14.png);
        }

        .sf-menu ul li.img180 a span {
            background-image: url(../images/icons/categoryIcons/180_14.png);
        }

        .sf-menu ul li.img190 a span {
            background-image: url(../images/icons/categoryIcons/190_14.png);
        }

        .sf-menu ul li.img200 a span {
            background-image: url(../images/icons/categoryIcons/200_14.png);
        }

        .sf-menu ul li.img210 a span {
            background-image: url(../images/icons/categoryIcons/210_14.png);
        }

        .sf-menu ul li a span {
            background-position: 10px;
            background-repeat: no-repeat;
        }

/*========== new leads court info page===========*/



/* ===== Statistics ===== */

.stats {
    margin-top: 22px;
}

    .stats ul {
    }

        .stats ul li {
            display: block;
            float: left;
            margin-left: 50px;
            width: 200px;
            vertical-align: middle;
        }

            .stats ul li:first-child {
                margin: 0;
            }

            .stats ul li span {
                color: #424242;
                font-size: 16px;
                display: block;
                vertical-align: middle;
                white-space: normal;
                width: auto;
            }

.count {
    font-size: 26px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 41px;
    padding: 0 10px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin-right: 10px;
}

.stats a.blue {
    background: url(../images/count/blue.png) repeat-x 0 0;
    border: 1px solid #2e6590;
    color: #f7f7f7;
}

    .stats a.blue:hover {
        background-position: 0 -41px;
    }

    .stats a.blue:active {
        background-position: 0 -82px;
    }

.stats a.grey {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    border: 1px solid #d5d5d5;
    color: #b55d5c;
}

    .stats a.grey:hover {
        background: #f6f6f6;
    }

    .stats a.grey:active {
        background: #f1f1f1;
    }

.stats a.green {
    background: url(../images/count/green.png) repeat-x;
    border: 1px solid #19710e;
    color: #f7f7f7;
}

    .stats a.green:hover {
        background-position: 0 -41px;
    }

    .stats a.green:active {
        background-position: 0 -82px;
    }

.stats a.red {
    background: #efefef url(../images/count/red.png) repeat-x;
    border: 1px solid #7b2f2f;
    color: #f7f7f7;
}

    .stats a.red:hover {
        background-position: 0 -41px;
    }

    .stats a.red:active {
        background-position: 0 -82px;
    }


/* ===== 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-bottom: 10px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    clear: both;
    border-top: none;
}

.widgetchk {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    clear: both;
    border-top: none;
}

.Logo {
    position: absolute;
    width: 190px;
    height: 110px;
    display: block;
    top: -80px;
    left: 50%;
    margin-left: -95px;
}

.head {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.headInternal {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 48px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.gvhead {
    padding: 3px 0 2px 0;
    text-align: center;
    border-right: 1px solid #D5D5D5;
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #878787;
}

.gvheadlast {
    padding: 3px 0 2px 0;
    text-align: center;
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #878787;
}

.gvitem {
    background: #fff;
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
}


.widget .head .divf {
    width: 90%;
    cursor: pointer;
}

.displayLeads {
    display: none;
}

.widget .head .courthead {
    font-weight: normal;
    padding: 9px 12px 9px 35px;
    float: left;
    font-size: 16px;
}

    .widget .head .courthead .img {
        margin-right: 10px;
        border: none;
    }

.widget .head h5 {
    font-weight: normal;
    padding: 9px 12px 7px 47px;
    float: left;
}

.table h5 {
    font-weight: normal;
    padding: 9px 12px 9px 35px;
    float: left;
}

.widget .head h5 .txtalign {
    position: relative;
    top: 1px;
}

.widget .headInternal h5, .table h5 {
    font-weight: normal;
    padding: 9px 12px 9px 15px;
    float: left;
}

.widget .head .options {
    padding: 6px;
    position: absolute;
    display: inline-block;
    right: 8px;
}

.widget .head .optionsAddNew {
    padding: 6px 10px 0px 0px;
    position: absolute;
    display: inline-block;
    right: 6px;
    top: 2px;
}

.widget .headInternal .optionsAddNew {
    padding: 6px;
    position: absolute;
    display: inline-block;
    right: 6px;
    top: 9px;
}

.widget .head .options .link {
    position: relative;
    display: inline-block;
    top: 5px;
    float: left;
    margin-right: 10px;
}

.widget .head .options .value {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .widget .head .options .value .txtpadding {
        float: left;
        padding-bottom: 15px;
        padding-right: 5px;
    }

        .widget .head .options .value .txtpadding .text {
            vertical-align: middle;
            background: #fff;
            width: 150px;
            border: 1px solid #d5d5d5;
            padding: 5px;
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
        }

            .widget .head .options .value .txtpadding .text:hover {
                background: #fcfcfc;
                border: 1px solid #d1d1d1;
            }

            .widget .head .options .value .txtpadding .text:focus {
                border: 1px solid #bbc1c9;
                background: #fff;
            }

        .widget .head .options .value .txtpadding .btn {
            vertical-align: middle;
        }

.widget .head .options .text {
    text-align: left;
    margin: 1px 0px 2px 20px;
    color: #878787;
    font-size: 11px;
}

.textfil {
    padding: 3px 5px;
    border: 1px solid #D5D5D5;
    width: 200px;
    position: relative;
    margin-left: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #878787;
}

.widget .head .options .find {
    background: url(../images/searchBtn.png);
    border: 1px solid #d5d5d5;
    background-position: center;
    height: 26px;
    width: 26px;
}

    .widget .head .options .find:hover {
        border-color: #c9c9c9;
        background: url(../images/searchBtn.png);
        opacity: 0.5;
        filter: alpha(opacity=50);
        background-position: center;
        height: 26px;
        width: 26px;
    }

.headlead {
    background: #999;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.widget .headlead .divf {
    width: 90%;
    cursor: pointer;
}

.widget .headlead h5, .table h5 {
    font-weight: normal;
    padding: 9px 12px 9px 35px;
    float: left;
}

    .widget .headlead h5 .txtalign {
        position: relative;
        top: 1px;
    }

.widget .headInternal h5, .table h5 {
    font-weight: normal;
    padding: 9px 12px 9px 15px;
    float: left;
}

.widget .bodygraph {
    padding: 20px 22px;
}

.widget .body {
    padding: 12px 14px;
}

.widget .reportbody {
    padding: 20px 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;
}

.headpop {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}

.widget .headpop {
    width: 100%;
    cursor: pointer;
}

    .widget .headpop h5 {
        font-weight: normal;
        padding: 9px 12px 9px 35px;
        float: left;
    }

    .widget .headpop .optionspop {
        position: absolute;
        display: inline-block;
        right: 10px;
    }

        .widget .headpop .optionspop .link {
            position: relative;
            display: inline-block;
            float: left;
            top: 7px;
            cursor: pointer;
            padding: 0px 5px 0px 5px;
            border: 1px solid #dfdfdf;
            color: #000000;
        }


.addbutton {
    float: right;
    display: inline-block;
    margin: 9px 12px 0 0;
    font-size: 12px;
}

    .addbutton span {
        margin-right: 10px;
        color: #000000;
    }

        .addbutton span img {
            position: relative;
            top: 3px;
            padding-right: 5px;
            padding-left: 5px;
        }

    .addbutton .drop {
        position: relative;
        bottom: 5px;
    }

.number {
    float: left;
    display: inline-block;
    margin: 11px 12px 0 0;
}

    .number .count {
        background: url(../images/number.png) repeat-x;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
        line-height: 14px;
        padding: 1px 5px;
        font-size: 11px;
        text-align: center;
        color: #fefefe;
        height: 14px;
    }

.active .number .count {
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    line-height: 14px;
    padding: 1px 5px;
    font-size: 11px;
    text-align: center;
    color: black;
    height: 14px;
}



.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: 19px;
        padding: 2px 5px;
        color: #fefefe;
    }

        .widget .num a.blueNum {
            background-position: 0 0;
            border: 1px solid #606873;
        }

            .widget .num a.blueNum:hover {
                background-position: 0 -19px;
            }

            .widget .num a.blueNum:active {
                background-position: 0 -38px;
            }

        .widget .num a.redNum {
            background-position: 0 -57px;
            border: 1px solid #9d382f;
        }

            .widget .num a.redNum:hover {
                background-position: 0 -76px;
            }

            .widget .num a.redNum:active {
                background-position: 0 -95px;
            }

        .widget .num a.greenNum {
            background-position: 0 -114px;
            border: 1px solid #218516;
        }

            .widget .num a.greenNum:hover {
                background-position: 0 -133px;
            }

            .widget .num a.greenNum:active {
                background-position: 0 -152px;
            }

.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 ===== */
.Qrpic {
    float: left;
    padding-right: 3px;
}

.pics {
    padding-bottom: 14px;
    margin: auto;
    padding: 0 6px 14px 6px;
    text-align: center;
}

    .pics ul li {
        display: inline-block;
        height: 102px;
        margin: 16px 6px 0 6px;
        border: 1px solid #d5d5d5;
        position: relative;
    }

        .pics ul li:hover {
            border-color: #bbc1c9;
        }

    .pics .actions {
        background: #000;
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }

        .pics .actions a {
            color: #fff;
            font-size: 11px;
            display: block;
            padding: 3px 4px;
            float: left;
        }

            .pics .actions a:first-child {
                padding-right: 0;
            }



/* ===== Tabs ===== */

ul.tabs {
    background: url(../images/leftNavBg.png) repeat-x;
    height: 36px;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
}

    ul.tabs li {
        float: left;
        height: 36px;
        line-height: 38px;
        border-left: none;
        overflow: hidden;
        position: relative;
        background: url(../images/tabsSep.png) repeat-y 100% 0;
        font-size: 15px;
    }

        ul.tabs li a {
            text-decoration: none;
            display: block;
            padding: 0px 12px;
            outline: none;
            color: #424242;
        }

            ul.tabs li a:hover {
                color: #797979;
            }

html ul.tabs li.activeTab {
    background-color: #fafafa;
    height: 37px;
}

    html ul.tabs li.activeTab a {
        color: #797979;
    }

.tab_container {
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
    min-height: 30px;
}

.tab_content {
    padding: 10px 0px;
}

.tabsRight {
    position: relative;
}

    .tabsRight ul.tabs {
        float: right;
        background: url(../images/leftNavBg.png) repeat-x;
        height: 38px;
        border-bottom: 1px solid #d5d5d5;
        position: absolute;
        top: 0;
        right: 0;
    }

        .tabsRight ul.tabs li {
            background: url(../images/tabsSepR.png) repeat-y 0 0;
        }

/*AJAX TAB CONTROL IN CASE DETAILS */ /*default*/
#tabContainerCaseDetails_header {
    border-top: 1px solid #d5d5d5;
    background: #999;
}

    #tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner {
        height: 36px;
        background: #999;
        float: left;
        height: 36px;
        line-height: 38px;
        border-right: 1px solid #797979;
        font-size: 15px;
        overflow: hidden;
        position: relative;
    }

        #tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
            color: #FFFFFF;
            padding-left: 7px;
        }

            #tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num {
                display: inline-block;
                position: relative;
                left: 6px;
                top: -9px;
            }

                #tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num .textcount {
                    text-align: center;
                    background: #fff;
                    padding: 2px 5px 1px 5px;
                    color: #646e7b;
                    font-size: 11px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    -khtml-border-radius: 2px;
                    border-radius: 2px;
                }

#tabContainerCaseDetails_body .ajax__tab_panel .ajax__tab_body {
    width: 100%;
    min-height: 300px;
}

/*mouse over*/
#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab:hover {
    color: #000;
    cursor: pointer;
}

/*selected one*/
#tabContainerCaseDetails_header .ajax__tab_active {
    font-size: 12px;
    position: relative;
    background: none;
}

    #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner {
        height: 36px;
        background: #f9f9f9;
        border-right: none;
    }

        #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
            color: #424242;
            padding-left: 10px;
        }

            #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num {
                display: inline-block;
                position: relative;
                top: -8px;
                left: 5px;
            }

                #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num .textcount {
                    background: url(../images/ui/numDataBg.png) repeat-x;
                    color: #fefefe;
                    font-size: 11px;
                    padding: 2px 5px 1px 5px;
                    text-align: center;
                    font-size: small;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    -khtml-border-radius: 2px;
                    border-radius: 2px;
                }

    #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer {
        border-bottom: none;
    }
/*
#tabContainerCaseDetails_header{ height: 36px;border-top: 1px solid #d5d5d5;border-bottom: 1px solid #d5d5d5; background: url(../images/leftNavBg.png) repeat-x;}

#tabContainerCaseDetails_header .ajax__tab_outer
{border-bottom: 1px solid #d5d5d5;}

#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner
{float: left; height: 36px; line-height: 38px; border-left: none;font-size: 15px;
 overflow: hidden;position: relative;background: url(../images/darkBg.jpg) repeat-y 100% 0;}
 
#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab
{color: #424242;padding-left:10px;}

#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num
{display: inline-block;position:relative;top:-8px;left:10px;}

#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num .textcount
{background: url(../images/ui/numDataBg.png) repeat-x;color: #fefefe;font-size: 11px;padding:2px 5px 1px 5px;text-align: center;font-size:small;
 -moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px; }
 
#tabContainerCaseDetails_header .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab:hover{color: #797979;cursor:pointer;}
#tabContainerCaseDetails_header .ajax__tab_active {background: #fff; color: #fff;font-size: 12px;position: relative;}
 #tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab .num .textcount
{font-size: 11px;padding:2px 5px 1px 5px;text-align: center;font-size:small; text-align: center; background: #fff; display: inline-block; border:1px solid #646e7b;
color: #646e7b;-moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;}
#tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_outer{border-bottom:none;}
#tabContainerCaseDetails_header .ajax__tab_active .ajax__tab_tab{color: #797979; }

#tabContainerCaseDetails_body .ajax__tab_panel .ajax__tab_body{width: 100%;min-height:300px;}*/

.sidebar {
    position: absolute;
    left: -1px;
    top: auto;
    width: 143px;
}

.tab_nav {
    padding: 5px 0 15px 5px;
    margin: 5px 1px 0 5px;
    overflow: hidden;
}

    .tab_nav > li {
        width: 142px;
        padding-left: 1px;
        background-position: 5px 29px;
    }

        .tab_nav > li > a {
            width: 100%;
            height: 38px;
            display: block;
        }

        .tab_nav > li.active_tab {
            padding-left: 0;
            background-color: #f9f9f9;
            border-radius: 3px 0 0 3px;
            border: 1px solid #dadada;
            border-right-color: #f7f7f7;
        }

.tab_label {
    display: block;
    height: 10px;
    line-height: 10px;
    padding-left: 14px;
    padding-top: 7px;
}

.tab_info {
    display: block;
    height: 12px;
    line-height: 12px;
    padding-left: 14px;
}
/* Contents*/

.contents_wrapper {
    padding-top: 10px;
    position: relative;
    right: -1px;
}

.contents {
    float: right;
    width: 750px;
    background-color: #f9f9f9;
    border-radius: 0 3px 3px 0;
    border: 1px solid #dadada;
}

.contents_header .tab_label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-top: 6px;
    padding-left: 24px;
    background-position: left center;
}

.contents_header .label {
    padding-left: 24px;
    margin-top: 12px;
}

.contents_options .simple_buttons {
    float: right;
    margin-left: 12px;
    margin-top: 12px;
}

/* ===== 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 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.widgets {
    clear: both;
}

    .widgets .left {
        float: left;
        width: 50%;
    }

    .widgets .right {
        float: right;
        width: 49%;
    }

.content {
    float: left;
    width: 700px;
    padding-bottom: 80px;
}

    .content .title {
        background: url(../images/darkBg.jpg) repeat-x;
        margin-bottom: 10px;
        height: 36px;
        width: 700px;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
    }

        .content .title h5 {
            color: #fafafa;
            font-weight: normal;
            display: block;
            padding: 7px 15px;
        }

            .content .title h5 .left {
                float: left;
            }

            .content .title h5 .right {
                float: right;
            }

.cd_content {
    float: left;
    width: 760px;
    padding-bottom: 80px;
}

    .cd_content .title {
        background: url(../images/darkBg.jpg) repeat-x;
        margin-bottom: 10px;
        height: 36px;
        width: 760px;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
    }

        .cd_content .title h5 {
            color: #fafafa;
            font-weight: normal;
            display: block;
            padding: 7px 15px;
        }

            .cd_content .title h5 .left {
                float: left;
            }

            .cd_content .title h5 .right {
                float: right;
            }


.content1 {
    float: left;
    width: 100%;
    padding-bottom: 80px;
}

    .content1 .title {
        background: url(../images/darkBg.jpg) repeat-x;
        height: 36px;
        width: 100%;
        -moz-box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        box-shadow: 0 1px 0 #fff;
    }

        .content1 .title h5 {
            float: left;
            color: #fafafa;
            font-weight: normal;
            display: block;
            padding: 7px 15px;
        }


/* Support ticket and Latest orders */

.countBadge {
    width: 50px;
    height: 50px;
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ADD2F7;
    background-color: #E6F6FF;
    margin-right: 10px;
}


.caseItem {
    padding: 5px 12px 4px 12px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

    .caseItem h1 {
        font-size: 16px;
        font-family: Arial;
    }

        .caseItem h1 .name {
            color: #494949;
            float: left;
            display: inline-block;
        }

        .caseItem h1 .info {
            float: right;
            display: inline-block;
        }

    .caseItem h3 {
        font-size: 15px;
        font-family: Arial;
    }

    .caseItem h5 {
        font-size: 14px;
        text-align: justify;
        font-family: Arial;
    }

    .caseItem a {
        text-decoration: underline;
    }

.caseItemalt {
    background: #e8e8e8;
    padding: 5px 12px 5px 12px;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

    .caseItemalt h1 {
        font-size: 16px;
        font-family: Arial;
    }

        .caseItemalt h1 .name {
            color: #494949;
            float: left;
            display: inline-block;
        }

        .caseItemalt h1 .info {
            float: right;
            display: inline-block;
        }

    .caseItemalt h3 {
        font-size: 15px;
        font-family: Arial;
    }

    .caseItemalt h5 {
        font-size: 14px;
        text-align: justify;
        font-family: Arial;
    }

    .caseItemalt a {
        text-decoration: underline;
    }

.caseItemCase {
    /*background: #E6F6FF;*/
    background: white;
    color: black;
    border: 1.7px solid #ADD2F7;
    /*border: 1px solid #ADD2F7;*/
    padding: 5px 12px 5px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

    .caseItemCase h1 {
        font-size: 16px;
        font-family: Arial;
    }

        .caseItemCase h1 .name {
            /*color: #494949;*/
            color: black;
            float: left;
            display: inline-block;
        }

        .caseItemCase h1 .info {
            float: right;
            display: inline-block;
        }

    .caseItemCase h3 {
        font-size: 15px;
        font-family: Arial;
    }

    .caseItemCase h5 {
        font-size: 14px;
        text-align: justify;
        font-family: Arial;
    }

    .caseItemCase a {
        text-decoration: underline;
    }


.casedetailsBody {
    width: 100%;
}

    .casedetailsBody tbody td {
        background: url(../images/linesSep.png) 0 0 repeat-x;
        width: 100%;
    }

        .casedetailsBody tbody td:first-child {
            background: none;
        }

.sup_perFirst {
}

.sup_perTicket {
    background: url(../images/linesSep.png) 0 0 repeat-x;
}

.supTicketFirst {
    padding: 5px 12px 4px 12px;
}

.supTicket {
    background: url(../images/linesSep.png) 0 0 repeat-x;
    padding: 5px 12px 4px 12px;
}

    .supTicket .issueType {
        color: #515e70;
        clear: both;
    }

        .supTicket .issueType .issueInfo {
            background: #fafafa;
            padding-right: 5px;
        }

        .supTicket .issueType .issueNum {
            background: #fafafa;
            padding-right: 1px;
        }

.issueSummary {
    clear: both;
    padding-top: 0px;
}

.employeeFirst {
    padding: 5px 12px 4px 12px;
}

.employee {
    background: url(../images/linesSep.png) 0 0 repeat-x;
    padding: 5px 12px 4px 12px;
}

    .employee .issueType {
        color: #515e70;
        clear: both;
        font-weight: bold;
    }

        .employee .issueType .issueInfo {
            float: left;
            display: block;
            padding-right: 5px;
        }

    .employee .issuePerson {
        clear: both;
        padding-top: 5px;
    }

        .employee .issuePerson img {
            border: 1px solid #d5d5d5;
        }
/* css added for new settings upadtes   */

.Settingsemployee1 {
    margin-bottom: 0px;
    padding: 8px;
    background-color: #EFEFEF;
    height: 30px;
    border: none !important;
}

    .Settingsemployee1 div:first-child {
        margin: 0% !important;
    }

    .Settingsemployee1 div:last-child {
        text-align: right;
    }
    /*.Settingsemployee1 div:nth-child(2)
{
    min-width: 17%;
}*/
    .Settingsemployee1 div {
        padding: 0px !important;
    }

/* old ones*/
.Settingsbg {
    background-color: #e8e8e8;
}

.Settingsemployee {
    margin-bottom: 10px;
    padding: 6px;
    clear: both;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #d5d5d5;
}

    .Settingsemployee .issueType {
        color: #515e70;
        clear: both;
        font-weight: bold;
    }

        .Settingsemployee .issueType .issueInfo {
            float: left;
            display: block;
            padding-right: 5px;
        }

    .Settingsemployee .issuePerson {
        clear: both;
        padding-top: 5px;
    }

        .Settingsemployee .issuePerson img {
            border: 1px solid #d5d5d5;
        }

    .Settingsemployee table td:first-child {
        width: 19%;
        text-align: center;
    }

        .Settingsemployee table td:first-child > img {
            width: 50px;
            height: 50px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

    .Settingsemployee div:first-child {
        vertical-align: middle;
        margin: -5% 0 0 1%;
        padding: 0 !important;
    }

    .Settingsemployee div:last-child {
        float: right;
        text-align: right;
    }

    .Settingsemployee div:nth-child(2) {
        min-width: 17%;
    }

    .Settingsemployee div {
        padding: 0 15px;
    }



.employeeInfo ul {
    float: left;
    width: 100%;
    margin-bottom: -6px;
}

    .employeeInfo ul li {
        width: 50%;
        margin-top: -2px;
        display: inline-block;
        float: left;
        margin-bottom: 6px;
        padding: 0;
    }

        .employeeInfo ul li.odd {
            width: 95%;
            margin-top: -2px;
            display: inline-block;
            float: left;
            margin-bottom: 6px;
            padding: 2px;
        }

        .employeeInfo ul li.even {
            text-align: right;
        }

.employeeInfo {
    margin-top: -3px;
    margin-bottom: -11px;
    margin-left: 50px;
}



.listitem {
    height: auto;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 1%;
    padding: 1% 2% 1% 2%;
    border: 1px solid #d5d5d5;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}


/* 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 {
    margin: 10px;
    display: inline-block;
    width: 95%;
}

    .searchWidget .text {
        width: 320px;
        margin-right: 20px;
        padding-right: 20px;
    }
/*  MyCase Search*/
.caseWidget {
    margin: 6px;
    display: inline-block;
}

    .caseWidget .text {
        vertical-align: middle;
        background: #fff;
        width: 200px;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .caseWidget .text:hover {
            background: #fcfcfc;
            border: 1px solid #d1d1d1;
        }

        .caseWidget .text:focus {
            border: 1px solid #bbc1c9;
            background: #fff;
        }

    .caseWidget .btn {
        width: 14px;
        height: 14px;
        padding: 5px;
    }

    .caseWidget .simpletable {
        padding: 5px;
    }

        .caseWidget .simpletable td {
            padding-left: 5px;
            padding-right: 2px;
            margin-left: 5px;
            margin-right: 10px;
            vertical-align: middle;
        }

/* Website stats */
.webStatsLink {
    font-size: smaller;
    color: #B55D5C;
    font-weight: normal;
}

.statPlus, .statMinus {
    padding-left: 12px;
    font-size: 12px;
}

.statPlus {
    color: #549332;
    background: url(../images/topArrow.png) no-repeat 0 3px;
}

.statMinus {
    color: #B55D5C;
    background: url(../images/botArrow.png) no-repeat 0 3px;
}

/* Accordion */
.menu_body {
    display: none;
    padding: 12px 14px;
}

.acc .head {
    margin-bottom: -1px;
    margin-top: -1px;
    cursor: pointer;
}

    .acc .head h5 {
        padding: 9px 14px;
    }

.divcollapsable {
    position: relative;
    top: 19px;
    text-align: right;
}


/* ===== Flot ===== */

.chart, .autoUpdate, .bars {
    width: 100%;
    height: 200px;
    padding: 20px 0px 0px 0px;
}

.pieWidget {
    width: 316px;
    height: 316px;
    margin: 0 auto;
}

.chartU, .chartCC, .chartS, .chartC {
    width: 100%;
    height: 200px;
    padding: 20px 0px 0px 0px;
}


/* ===== Footer ===== */

#footer {
    clear: both; /*height: 36px;*/
    background: url(../images/topNav.jpg) repeat;
    width: 100%;
    color: #696969;
    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 #D5D5D5;
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #D5D5D5;
    font-size: 11px;
    color: #878787;
}

    .tableStatic thead td:first-child {
        border-left: none;
    }

.tableStatic tbody tr {
    border-top: 1px solid #e7e7e7;
}

    .tableStatic tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

.tableStatic tbody td {
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
}

    .tableStatic tbody td:first-child {
        border-left: none;
    }

.tableCourtPop {
    border: 2px solid #d5d5d5;
}

    .tableCourtPop thead td {
        padding: 5px 5px 5px 5px;
        text-align: center;
        border-left: 1px solid #D5D5D5;
        background: #efefef url(../images/leftNavBg.png) repeat-x;
        border-bottom: 1px solid #D5D5D5;
        font-size: 11px;
        color: #878787;
    }

    .tableCourtPop tbody tr {
        border-top: 1px solid #e7e7e7;
        background-color: #f5f5f5;
    }

    .tableCourtPop tbody td {
        border-left: 1px solid #e7e7e7;
        padding: 8px 10px;
        vertical-align: middle;
    }

        .tableCourtPop tbody td:first-child {
            border-left: none;
        }

.simpletable {
    padding: 5px;
}

    .simpletable td {
        padding-left: 5px;
        padding-right: 10px;
        margin-left: 5px;
        margin-right: 10px;
        vertical-align: middle;
    }

.simpletablefilter {
    padding: 0px;
}

    .simpletablefilter th {
        padding: 5px;
    }

    .simpletablefilter td {
        padding: 5px;
    }


.Settingstablefilter {
    padding: 0px;
    width: 100%;
}

    .Settingstablefilter th {
        padding: 5px;
        width: 50%;
    }

    .Settingstablefilter td {
        padding: 5px;
        width: 50%;
    }

.Settingstemplatetable {
    padding: 0px;
    width: 100%;
}

    .Settingstemplatetable td {
        padding: 5px;
        width: 100%;
    }


/*classes for settings page. */
.SettingsdvLeft {
    padding: 0px;
    width: 40%;
    float: left;
}

.SettingsdvRight {
    padding: 0px;
    width: 58%;
    float: right;
}

.tableview {
    width: 100%;
}

    .tableview tbody tr {
        border-top: 1px solid #e7e7e7;
    }

        .tableview tbody tr:first-child {
            border-top: none;
        }

        .tableview tbody tr:last-child {
            border-bottom: 1px solid #e7e7e7;
        }

    .tableview tbody td {
        border-left: 1px solid #e7e7e7;
        padding: 5px 4px;
        vertical-align: middle;
    }

        .tableview tbody td:first-child {
            border-left: none;
        }

    .tableview label {
        padding-left: 5px;
    }

    .tableview a {
        position: relative;
        top: 3px;
        padding-left: 2px;
    }

    .tableview .select {
        color: #e7e7e7;
        cursor: text;
        font-weight: bold;
    }

    .tableview .goto {
        cursor: pointer;
        color: #333;
    }

        .tableview .goto:hover {
            cursor: pointer;
            color: #D5D5D5;
        }

.tableview2 {
    width: 100%;
    margin: 20px 0px;
}

    .tableview2 tbody tr {
        border-top: 1px solid #e7e7e7;
    }

        .tableview2 tbody tr:last-child {
            border-bottom: 1px solid #e7e7e7;
        }

    .tableview2 tbody td {
        border-left: 1px solid #e7e7e7;
        padding: 5px 4px;
        vertical-align: middle;
    }

        .tableview2 tbody td:last-child {
            border-left: 1px solid #e7e7e7;
            border-right: 1px solid #e7e7e7;
            padding: 5px 4px;
            vertical-align: middle;
        }
    /*.tableview2 tbody td:first-child { border-left: none; }*/
    .tableview2 label {
        padding-left: 5px;
    }

    .tableview2 a {
        position: relative;
        top: 3px;
        padding-left: 2px;
    }

    .tableview2 .select {
        color: #e7e7e7;
        cursor: text;
        font-weight: bold;
    }

    .tableview2 .goto {
        cursor: pointer;
        color: #333;
    }

        .tableview2 .goto:hover {
            cursor: pointer;
            color: #D5D5D5;
        }

.tableview3 {
    width: 340px;
    margin: 20px 0px;
}

    .tableview3 tbody tr {
        border-top: 1px solid #e7e7e7;
    }

        .tableview3 tbody tr:last-child {
            border-bottom: 1px solid #e7e7e7;
        }

    .tableview3 tbody td {
        border-left: 1px solid #e7e7e7;
        padding: 5px 4px;
        vertical-align: middle;
    }

        .tableview3 tbody td:last-child {
            border-left: 1px solid #e7e7e7;
            border-right: 1px solid #e7e7e7;
            padding: 5px 4px;
            vertical-align: middle;
        }
    /*.tableview2 tbody td:first-child { border-left: none; }*/
    .tableview3 label {
        padding-left: 5px;
    }

    .tableview3 a {
        position: relative;
        top: 3px;
        padding-left: 2px;
    }

    .tableview3 .select {
        color: #e7e7e7;
        cursor: text;
        font-weight: bold;
    }

    .tableview3 .goto {
        cursor: pointer;
        color: #333;
    }

        .tableview3 .goto:hover {
            cursor: pointer;
            color: #D5D5D5;
        }

.chkview {
    width: 100%;
}

    .chkview tbody tr {
        border-top: 1px solid #e7e7e7;
    }

    .chkview tbody td {
        border-left: 1px;
        padding: 15px 14px;
        vertical-align: middle;
    }

    .chkview label {
        padding-left: 5px;
    }

.ttable {
    width: 100%;
    margin: 0px;
}

    .ttable tbody {
        width: 100%;
    }

        .ttable tbody td {
            vertical-align: middle;
            padding: 3px 0px 3px 0px;
        }

        .ttable tbody .th1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: right;
            font-family: Helvetica;
            width: 40%;
        }

        .ttable tbody .Cth1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: right;
            font-family: Helvetica;
            width: 50px;
        }

.textBox {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 230px;
}

.taxName {
    width: 150px;
    margin: 5px 5px 2px 4px;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.taxPercent {
    width: 100px;
    margin: 0px 5px 5px 0px;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.textarea {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 30px;
    width: 230px;
}

.textarea1 {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 60px;
    width: 97%;
}

.textarea2 {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 120px;
    width: 97%;
}

.textarea3 {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 150px;
    width: 98%;
}

.textarea4 {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 170px;
    width: 98%;
}

.textarea5 {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    width: 98%;
}

.ttable h3 {
    font-size: 14px;
    font-family: Arial;
}

.ttable .dropdown {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #d5d5d5;
    height: 26px;
    cursor: pointer;
    padding: 3px 2px 2px 3px;
    font-size: 12px;
    width: 240px;
    margin: 0px 1px;
}

.borderright {
    border-right: 1px solid #d7d7d7;
    width: 100%;
}

.borderclass {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
}

.border {
    border: 1px solid #D5D5D5;
}

.cd_table {
    width: 97%;
    margin: 0px 5px 0px 15px;
}

    .cd_table tbody {
        width: 100%;
    }

        .cd_table tbody td {
            vertical-align: middle;
            padding: 3px 0px 3px 0px;
        }

        .cd_table tbody .th1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 80px;
        }

        .cd_table tbody .cth1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 50px;
        }

        .cd_table tbody .th2 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 140px;
        }

        .cd_table tbody .th4 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 180px;
        }

    .cd_table .fileinput {
        background: #fff;
        width: 220px;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_table .fileupload {
        background: #fff;
        width: 20px;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_table .textBox {
        background: #fff;
        width: 190px;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_table .checkBox {
        background: #fff;
        width: 190px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_table .textarea {
        background: #fff;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        resize: none;
        height: 37px;
        width: 548px;
    }

    .cd_table .dropdown {
        background: #fcfcfc;
        color: #333;
        border: 1px solid #d5d5d5;
        height: 26px;
        cursor: pointer;
        padding: 3px 2px 2px 3px;
        font-size: 12px;
        width: 258px;
        margin: 0px 1px;
    }


/* ===== Table CSS in Leads List ===== */
.leads_table tbody {
    width: 100%;
}

    .leads_table tbody td {
        vertical-align: middle;
        padding: 3px;
    }

    .leads_table tbody .th1 {
        padding: 3px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        font-family: Helvetica;
        width: 80px;
    }

    .leads_table tbody .cth1 {
        padding: 3px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        font-family: Helvetica;
        width: 50px;
    }

    .leads_table tbody .th2 {
        padding: 3px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        font-family: Helvetica;
        width: 140px;
    }

    .leads_table tbody .th3 {
        padding: 3px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        font-family: Helvetica;
        width: 100px;
    }

.leads_table .fileinput {
    background: #fff;
    width: 220px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.leads_table .fileupload {
    background: #fff;
    width: 20px;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.leads_table .textBox {
    background: #fff;
    width: 190px;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.leads_table .checkBox {
    background: #fff;
    width: 190px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.leads_table .textarea {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    height: 37px;
    width: 548px;
}

.leads_table .dropdown {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #d5d5d5;
    height: 26px;
    cursor: pointer;
    padding: 3px 2px 2px 3px;
    font-size: 12px;
    width: 258px;
    margin: 0px 1px;
}


.cd_tableinner {
    width: 96%;
    margin: 0px 5px 0px 15px;
}

    .cd_tableinner tbody {
        width: 99%;
    }

        .cd_tableinner tbody td {
            vertical-align: middle;
            padding: 3px;
        }

        .cd_tableinner tbody .th1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 80px;
        }

        .cd_tableinner tbody .cth1 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 50px;
        }

        .cd_tableinner tbody .th2 {
            padding: 3px;
            vertical-align: middle;
            font-size: 13px;
            font-weight: normal;
            text-align: left;
            font-family: Helvetica;
            width: 140px;
        }

    .cd_tableinner .fileinput {
        background: #fff;
        width: 220px;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_tableinner .textBox {
        background: #fff;
        width: 190px;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .cd_tableinner .textarea {
        background: #fff;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        resize: none;
        height: 37px;
        width: 556px;
    }

    .cd_tableinner .dropdown {
        background: #fcfcfc;
        color: #333;
        border: 1px solid #d5d5d5;
        height: 26px;
        cursor: pointer;
        padding: 3px 2px 2px 3px;
        font-size: 12px;
        width: 220px;
        margin: 0px 1px;
    }

.file_table {
    margin: 8px;
}

    .file_table tbody {
        width: 100%;
    }

        .file_table tbody td {
            vertical-align: middle;
            padding: 3px;
        }

    .file_table .dropdown {
        background: #fcfcfc;
        color: #333;
        border: 1px solid #d5d5d5;
        height: 26px;
        cursor: pointer;
        padding: 3px 2px 2px 3px;
        font-size: 12px;
        width: 200px;
        margin: 0px 1px;
    }

    .file_table .label {
        margin: 0px 10px 0px 10px;
    }

.formsep {
    background: url(../images/linesSep.png) 0 0 repeat-x;
    padding: 2px 0px 0px 0px;
}

.radiobtn {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 2px;
}

    .radiobtn tbody tr {
        border-top: 1px solid #e7e7e7;
    }

        .radiobtn tbody tr:first-child {
            border-top: none;
        }

    .radiobtn tbody td {
        padding: 5px 0px 0px 10px;
        vertical-align: middle;
    }

        .radiobtn tbody td:first-child {
            border-left: none;
        }

    .radiobtn label {
        position: relative;
        top: -7px;
        left: -3px;
    }

    .radiobtn input {
        float: left;
    }


.btnradio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -5px;
}

    .btnradio tbody tr {
        border-top: 1px solid #e7e7e7;
    }

        .btnradio tbody tr:first-child {
            border-top: none;
        }

    .btnradio tbody td {
        padding: 15px 20px 0px 10px;
        vertical-align: baseline;
    }

        .btnradio tbody td:first-child {
            border-left: none;
        }

    .btnradio label {
        position: relative;
        top: -1px;
        left: 5px;
    }

    .btnradio input {
        float: left;
    }

.tableGeneral {
    width: 100%;
}

    .tableGeneral td {
        padding: 5px 0px 5px 5px;
        vertical-align: top;
    }

    .tableGeneral th {
        padding: 5px 10px 5px 10px;
        vertical-align: top;
        width: 75px;
        text-align: left;
        font-weight: normal;
    }

    .tableGeneral.tdtextarea {
        background: #fff;
        width: 252px;
        resize: none;
        border: 1px solid #d5d5d5;
        padding: 5px;
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .tableGeneral.tdtextarea:hover {
            background: #fcfcfc;
            border: 1px solid #d1d1d1;
        }

        .tableGeneral.tdtextarea:focus {
            border: 1px solid #bbc1c9;
            background: #fff;
        }

/* ===== Forms ===== */

.mainForm label {
    margin-right: 15px;
    display: block;
    float: left;
    padding: 4px 10px;
}

.datepicker {
    width: 58px !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 #d5d5d5;
}

.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;
}


.moreFields ul li {
    float: left;
    width: 42px;
    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: #b7b7b7;
}

.rowElem {
    clear: both;
    border-top: 1px solid #e7e7e7;
    padding: 10px 14px;
    position: relative;
}

.CpatcharowElem {
    clear: both;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 14px;
    position: relative;
}

.rowElem:first-child {
    border-top: none;
}

.formRight {
    float: right;
    width: 528px;
    margin: 12px 12px 12px 0px;
}

.formBottom {
    /*width: 688px;*/
    margin: 12px 12px 12px 0;
}

.rowElem > label {
    padding: 15px 0;
    width: 130px;
}

.rowElem .topLabel {
    padding: 5px 12px 12px 0;
}

#valid input {
    position: relative;
    top: 0px;
    left: 1px;
}

/*INput TextBox*/
.mainForm .text, .mainForm .textarea, .mainForm .password {
    background: #fff;
    width: 100%;
    resize: none;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

    .mainForm .text:hover, .mainForm .password:hover, .mainForm .textarea:hover {
        background: #fcfcfc;
        border: 1px solid #d1d1d1;
    }

    .mainForm .text:focus, .mainForm .password:focus, .mainForm .textarea:focus {
        border: 1px solid #bbc1c9;
        background: #fff;
    }

.dropdown {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #d5d5d5;
    height: 26px;
    cursor: pointer;
    padding: 3px 2px 2px 0px;
    font-size: 11px;
}

    .dropdown option {
        font-size: 12px;
        padding: 2px 0px 2px 2px;
    }


/* background: url(../images/forms/select_left.png) no-repeat top left; float:left; }

                   position: absolute; right: -2px; width: 25px; height: 26px;  top: 0;}*/

.customdropdown {
    background: #fcfcfc;
    color: #333;
    border: 1px solid #d5d5d5;
    height: 26px;
    cursor: pointer;
    padding: 3px 2px 2px 2px;
    font-size: 11px;
    width: 240px;
    margin: 0px 1px;
}
/* Inputs */
.jqTransformInputWrapper {
    float: left;
}

    .jqTransformInputWrapper > div {
        width: 550px;
    }

.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password] {
    background: #fff;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

    .mainForm input[type=text]:hover, .mainForm input[type=password]:hover, .mainForm textarea:hover {
        background: #fcfcfc;
        border: 1px solid #d1d1d1;
    }

    .mainForm input[type=text]:focus, .mainForm input[type=password]:focus, .mainForm textarea:focus {
        border: 1px solid #bbc1c9;
        background: #fff;
    }

.submitForm {
    margin: -2px 7px 10px 3px;
}

.clear {
    float: none;
    margin: 1px 3px 22px 3px;
}

.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: 15px;
    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: 15px;
    width: 15px;
    display: block; /*display: -moz-inline-block;*/
}

a.jqTransformChecked {
    background-position: center bottom;
}
/* Checked - Used for both Radio and Checkbox */

/* Selects */
.jqTransformSelectWrapper {
    width: 42px;
    position: relative;
    height: 26px;
    background: url(../images/forms/select_left.png) no-repeat top left;
    float: left;
    min-width: 45px;
}

#Twilio_div .jqTransformSelectWrapper {
    width: 150%;
    position: relative;
    height: 26px;
    background: url(../images/forms/select_left.png) no-repeat top left;
    float: left;
    min-width: 45px;
    /*margin-bottom: -10%;*/
}

.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;
}

.jqTransformSelectWrapper ul {
    position: absolute;
    min-width: 45px;
    top: 27px;
    left: 0px;
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    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: #333;
        background-color: #FFF;
        font-size: 11px;
    }

    .jqTransformSelectWrapper ul li:first-child {
        margin-top: 0px;
    }

    .jqTransformSelectWrapper ul a.selected {
        background: #EDEDED;
        color: #333;
    }

        .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
            background: #3582c4;
            color: #fff;
        }

.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 #d5d5d5;
    border-top: none;
}

.headTitle {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 37px;
    border-bottom: 1px solid #d5d5d5;
}

.basetable2 td {
    vertical-align: top;
    padding: 0 0 8px 50px;
}

.basetable td {
    vertical-align: middle;
    padding: 10px;
}

.addCaseBasetable td {
    vertical-align: top;
    padding: 2px;
    padding-bottom: 2px;
}

.basetable3 {
    width: 100%;
}

    .basetable3 input {
        margin-left: 22%;
        margin-right: 22%;
        margin-top: 0;
    }


/* ===== Spinner ===== */

.ui-spinner {
    width: 10em;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #D5D5D5;
    background: url(../images/forms/spinnerBg.png) repeat-x top left !important;
    height: 25px;
    padding: 0 6px;
}

.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: default;
    border: 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: 12000;
    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 **/
.QRIMG {
    height: 125px;
    width: 125px;
}

@media print {
    .QRIMG {
        height: 125px;
        width: 125px;
    }

    .TitleFont {
        font-family: Times New Roman;
        font-size: 26px;
        font-weight: normal;
    }

    .ChildTitleFont {
        font-family: Times New Roman;
        font-size: 20px;
        font-weight: bold;
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .FieldValuesFont {
        font-family: Times New Roman;
        font-size: 14px;
        font-weight: normal;
        padding-left: 20px;
    }

    .InfoItalicFont {
        font-family: Times New Roman;
        font-size: 16px;
        font-style: italic;
    }

    .ChildTitleFont img {
        width: 18px;
        height: 15px;
        position: relative;
        top: 1px;
    }

    .eventimage {
        position: relative;
        top: 3px;
    }

    .pl35 {
        padding-left: 38px;
    }

    .page {
        margin-left: -100px;
    }

    .noPrint {
        display: none;
        height: auto;
        padding: 0px;
        margin: 0px;
    }

    .QRIMG {
        height: 125px;
        width: 125px;
    }

    .lteie8 .page {
        margin-left: -100px;
    }

    .lteie8 .TitleFont {
        font-family: Times New Roman;
        font-size: 26px;
        font-weight: normal;
    }

    .lteie8 .ChildTitleFont {
        font-family: Times New Roman;
        font-size: 20px;
        font-weight: bold;
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .lteie8 .FieldValuesFont {
        font-family: Times New Roman;
        font-size: 14px;
        font-weight: normal;
        padding-left: 20px;
    }

    .lteie8 .InfoItalicFont {
        font-family: Times New Roman;
        font-size: 16px;
        font-style: italic;
    }

    .lteie8 .ChildTitleFont img {
        width: 18px;
        height: 15px;
        position: relative;
        top: 1px;
    }

    .lteie8 .eventimage {
        position: relative;
        top: 3px;
    }

    .lteie8 .pl35 {
        padding-left: 38px;
    }

    .lteie8 .page {
        margin-left: -100px;
    }

    .lteie8 .noPrint {
        display: none;
        height: auto;
        padding: 0px;
        margin: 0px;
    }
}

/* ===== 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;
}

.Top {
    display: inline-block;
    text-decoration: none;
    position: relative;
    bottom: 10px;
    right: 10px;
    top: 9px;
    overflow: hidden;
    width: 21px;
    height: 21px;
    border: none;
    text-indent: -999px;
    background: url(../images/ui.totop.png) no-repeat left top;
}

.TopHover {
    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);
}

.Top:active, .Top:focus {
    outline: none;
}



/* ===== Contact list ===== */

.listNav {
    margin: 0 0 10px;
}

.ln-letters {
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    text-align: center;
}

    .ln-letters a {
        font-size: 11px;
        display: inline-block;
        padding: 4px 8px;
        border: 1px solid #D5D5D5;
        margin-right: -1px;
        text-decoration: none;
        background: #EFEFEF url(../images/leftNavBg.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: #FAFAFA;
    display: block;
    padding: 0 6px;
    border: 1px solid #D5D5D5;
    color: #878787;
}

.ln-letters a.ln-last {
    padding: 4px 11px 4px 11px;
}

.ln-letters a:first-child {
    border-left: none;
}

.ln-letters a:hover, .ln-letters a.ln-selected {
    background: #eaeaea;
}

.ln-letters a.ln-disabled {
    color: #ccc;
}

.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;
    border-top: 1px solid #ebebeb;
}

    #myList > li:hover {
        background: #fff;
    }

    #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-color: #fafafa;
    min-height: 28px;
    line-height: 28px;
}

    .SRC_Line:nth-child(even) {
        background-color: #f5f5f5;
    }

.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 #d5d5d5;
    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: blue;
}

.SC_grey {
    color: grey;
}

.SC_navy {
    color: navy;
}

.SC_green {
    color: green;
}

.SC_orange {
    color: #930;
}

.SC_red {
    color: #F00;
}

.SC_teal {
    color: teal;
}

.SC_gold {
    color: #FC0;
}

.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%;
}

.breadCrumbHolder.module {
    border: solid 1px #D5D5D5;
    background: #FAFAFA;
    margin-top: 20px;
}

.breadCrumb {
    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 12px 0px 2px;
            font-size: .9167em;
            background: url(../images/Chevron.gif) no-repeat 100% 0;
        }

            .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;
            }

.chevronOverlay {
    display: none;
    background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}



/* ===== Form validation ===== */

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 11000;
    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: 170px;
    font-size: 11px;
    border: 1px solid #000;
    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;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}



/* ===== 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: center;
    background: url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #d5d5d5;
    cursor: default;
    padding: 9px 0 9px 0px;
    margin: 0em;
    height: 20px;
}

#popup_content {
    background: #fafafa;
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_message {
    text-align: center;
}

#popup_panel {
    text-align: center;
    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/linesSep.png) repeat-x 0 100%;
        width: 290px;
        padding-bottom: 15px;
    }

.weAreOff {
    width: 100%;
}

.errorPage h1 {
    color: #404040;
    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: 13px 0;
    background: url(../images/linesSep.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 #418d4f;
}

    .plupload_start span {
        background: url(../images/upload.png) no-repeat 10px;
        padding: 5px 13px 6px 26px;
        display: block;
    }

    .plupload_start:hover {
        background-position: 0 -25px;
    }

    .plupload_start:active {
        background-position: 0 -50px;
    }

.plupload_disabled, a.plupload_disabled:hover {
    color: #a6a6a6;
    border: 1px solid #e9e9e9;
    background: url(../images/ui/uploadDisabled.png) repeat-x;
    cursor: default;
}

    .plupload_disabled span {
        padding: 5px 13px 6px 13px;
    }

.plupload_add {
    margin-right: 10px;
    background: url(../images/ui/greyishBtn.png) repeat-x 0 0;
    border: 1px solid #4F5A68;
    float: left;
}

    .plupload_add span {
        background: url(../images/add.png) no-repeat 10px;
        padding: 5px 13px 6px 26px;
        display: block;
    }

    .plupload_add:hover {
        background-position: 0 -25px;
    }

    .plupload_add:active {
        background-position: 0 -50px;
    }

.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: #fafafa;
    overflow-y: scroll;
}

.plupload_filelist li {
    padding: 10px 12px;
    background: whiteSmoke;
    border-bottom: 1px solid #E7E7E7;
}

    .plupload_filelist li:hover {
        background: #fdfdfd;
    }

.plupload_filelist_header, .plupload_filelist_footer {
    background: #EFEFEF url(../images/leftNavBg.png) repeat-x;
    padding: 3px 12px;
    color: #878787;
}

.plupload_filelist_header {
    border-bottom: 1px solid #d5d5d5;
}

.plupload_filelist_footer {
    border-top: 1px solid #D5D5D5;
    height: 31px;
    line-height: 30px;
    vertical-align: middle;
}

.plupload_file_name {
    float: left;
    overflow: hidden;
}

.plupload_file_status {
    color: #777;
}

    .plupload_file_status span {
    }

.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: 15px;
}

    .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: #efefef url(../images/leftNavBg.png) repeat-x;
        border-top: 1px solid #d5d5d5;
    }

.actionBar a.button {
    box-shadow: none;
}

.swMain .stepContainer .StepTitle {
    display: block;
    position: relative;
    margin: 0;
    border: 1px solid #E0E0E0;
    padding: 5px;
    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 #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    overflow: hidden;
}

    .swMain ul.anchor li {
        position: relative;
        display: block;
        margin: 0;
        padding: 0;
        float: left;
        width: 25%;
    }

        .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/leftNavBg.png) repeat-x;
            border-left: 1px solid #D5D5D5;
            white-space: nowrap;
        }

            .swMain ul.anchor li a.wFirst {
                width: 181px;
            }

            .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;
            }

            .swMain ul.anchor li a.selected {
                color: #3581c1;
                background: #fafafa;
            }

            .swMain ul.anchor li a.done {
                position: relative;
                color: #aaaaaa;
                z-index: 99;
                background: #efefef;
            }

                .swMain ul.anchor li a.done:hover {
                    color: #5A5655;
                }

            .swMain ul.anchor li a.disabled {
                color: #424242;
                cursor: text;
            }

            .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: #D5D5D5 !important;
    cursor: text;
    background: #F1F1F1 !important;
    margin-top: 8px !important;
    border: 1px solid #E1E1E1;
}

.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 */

.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: 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 {
        border: 1px solid #d5d5d5;
        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 #d5d5d5;
        }

.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;
}

.contentHead {
    padding: 16px 12px 15px 35px;
}



/* ===== Timepicker  ===== */

.timepicker {
    width: 46px !important;
}

.timeEntry_control {
    vertical-align: middle;
    margin-left: -1px;
    margin-top: -2px;
    cursor: pointer;
}

* html .timeEntry_control {
    margin-top: -4px;
}



/* =====  Dual select boxes  ===== */

.dualBoxes {
    padding: 22px 14px;
    position: relative;
}

    .dualBoxes .jqTransformSelectWrapper {
        display: none;
    }

.dualBtn {
    padding: 6px 8px;
    cursor: pointer;
    line-height: 12px;
    background: url(../images/ui/basicBtn.png) repeat-x 0 0;
    border: 1px solid #d5d5d5;
    color: #525252;
    margin-left: -1px;
}

.find {
    background: url(../images/searchBtn.png) no-repeat;
    border: 1px solid #d5d5d5;
    background-position: center;
    height: 26px;
    width: 26px;
}

    .find:hover {
        border-color: #c9c9c9;
        background: url(../images/searchBtn.png) no-repeat;
        opacity: 0.5;
        filter: alpha(opacity=50);
        background-position: center;
        height: 26px;
        width: 26px;
    }

.dualBtn:hover {
    background-position: 0 -25px;
    border-color: #c9c9c9;
}

.dualBtn:active {
    background-position: 0 -50px;
}

.boxFilter {
    width: 168px !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: 94px;
    height: 26px;
    cursor: pointer;
}

    .feat:hover {
        background-position: 0 -27px;
    }

    .feat:active {
        background-position: 0 -54px;
    }

.fileInput, .fileupload, .imgupload {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

    .fileInput:hover, .fileupload:hover, .imgupload:hover {
        background: #fcfcfc;
        border: 1px solid #d1d1d1;
    }

    .fileInput:focus, .fileupload:focus, .imgupload:focus {
        border: 1px solid #bbc1c9;
        background: #fff;
    }

/* =====  Media queries  ===== */

/* Devices and browsers with max of 799px */
@media only screen and (max-width: 799px) {

    .wrapper {
        width: 90%;
        padding: 0 5%;
    }

    .content {
        float: none;
        width: 100%;
    }

    .stats ul li {
        width: 138px;
    }

    .content .title {
        width: auto;
    }

    .leftNav {
        float: none;
        background: url(../images/linesSep.png) repeat-x;
        padding-top: 24px;
        text-align: center;
        padding-bottom: 20px;
        margin: 0;
        width: 100%;
        max-width: none;
    }

        .leftNav ul li {
            width: 49px;
            display: inline-block;
            margin: 0 0 4px 0;
            position: static;
        }

            .leftNav ul li a span {
                text-indent: -9999px;
                background-position: 16px;
            }

            .leftNav ul li a {
                margin-bottom: 3px;
            }

    .numberLeft {
        display: none !important;
    }

    .widgets .left {
        float: none; /*width: 344px;*/
        width: 100%;
        margin-right: 0;
    }

    .widgets .right {
        float: none; /*width: 344px;*/
        width: 100%;
    }

    ul.sub {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 999;
        border: 1px solid #d5d5d5;
        border-bottom: 0;
    }

        ul.sub li {
            display: block;
            width: 50%;
            float: left;
            margin-bottom: 0;
            text-align: left;
            border-bottom: 1px solid #d5d5d5;
            padding: 0;
        }

            ul.sub li a {
                padding: 8px 10px 8px 24px;
                background: url(../images/arrow.gif) no-repeat 12px 16px;
            }

                ul.sub li a:hover, .sub li a:active {
                    background-position: 12px 16px;
                }

            ul.sub li:nth-child(even) {
            }

            ul.sub li:nth-child(odd) {
                background: url(../images/tabsSepR.png) repeat-y 100% 0;
            }

    ul#menu {
        position: relative;
    }

    .leftNav .last {
        border-bottom: 1px solid #d5d5d5;
    }

    .boxFilter {
        width: 68% !important;
    }

    .formRight {
        max-width: 485px;
        margin: 0;
        padding: 12px 12px 12px 0;
        float: right;
    }

    .textBoxDiv {
        max-width: 300px;
        margin: 0;
        padding: 12px 12px 12px 0;
        float: left;
    }

    .ln-letters a:first-child {
        border-left: 1px solid #d5d5d5;
    }
}

/* Devices and browsers with max of 767px and less than 799px */
@media only screen and (max-width: 767px) {

    .stats ul li {
        display: inline-block;
        float: none;
        margin-left: 18px;
        vertical-align: top;
        width: 21%;
        text-align: center;
    }

    .stats ul {
        text-align: center;
    }

    .count {
        display: inline-block;
        float: none;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 4px;
        margin-right: 0;
    }

    .middleNav {
        float: none;
        margin-right: 0px;
        display: block;
        text-align: center;
        margin-top: 2px;
    }

        .middleNav ul {
        }

            .middleNav ul li {
                text-align: center;
                display: inline-block;
                float: none;
                margin-left: 5%;
                position: relative;
            }

                .middleNav ul li:first-child {
                    margin-left: 0;
                }

    #header {
        text-align: center;
        height: 100%;
        margin-bottom: 15px;
    }

    .logo {
        float: none;
    }

    .userNav ul li span {
        display: none;
    }

    .userNav ul li img {
        padding: 13px 14px 11px 14px;
        margin: 0;
    }

    .userNav ul li ul {
        right: -3px;
        left: auto;
    }

    .listData .cNote {
        display: none;
    }

    ul.listData li {
        padding: 0 0 1px 6px !important;
    }

    .rowElem > label {
        width: 100%;
        float: none;
        padding: 8px 0 6px 0;
    }

    .formRight {
        width: 97%;
        max-width: 98%;
        margin: 0;
        padding: 12px 0;
        float: none;
    }

    .rowElem .topLabel {
        padding: 5px 12px 5px 0;
    }

    .fc-header-right {
        width: 50%;
    }

    .ln-letters a {
        padding: 4px 2%;
        margin-bottom: 1px;
    }

    #eq span {
        margin-right: 0;
        margin-left: 30px;
    }

        #eq span:first-child {
            margin-left: 5px;
        }
}

/* Devices and browsers with min of 800px and max of 979px */
@media only screen and (min-width: 800px) and (max-width: 979px) {

    /*.leftNav { width: 20%; }*/
    .formRight {
        width: 76%;
    }
}


@media only screen and (min-width: 320px) and (max-width: 479px) {

    .logo {
        float: none;
        text-align: center;
    }

    .welcome {
        display: none;
    }

    .userNav {
        float: none;
        text-align: center;
        position: relative;
    }

        .userNav ul {
            height: 36px;
            text-align: center;
        }

            .userNav ul li {
                display: inline-block;
                float: none;
                position: static;
            }

                .userNav ul li ul {
                    height: auto;
                    text-align: left;
                    position: absolute;
                    top: 36px;
                    left: 50%;
                    margin-left: -81px;
                    width: 162px;
                }

    .middleNav ul {
        text-align: center;
    }

        .middleNav ul li {
            text-align: center;
            display: inline-block;
            float: none;
            margin: 0 5px 10px 5px;
            position: relative;
            width: 45%;
        }

            .middleNav ul li:first-child {
                margin: 0 2%;
            }

    .stats ul {
        text-align: center;
    }

        .stats ul li {
            display: inline-block;
            float: none;
            margin: 5px;
            vertical-align: top;
            width: 46%;
            text-align: center;
        }

            .stats ul li:first-child {
                margin: 5px;
            }

    .count {
        display: inline-block;
        float: none;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 4px;
        margin-right: 0;
        width: 75%;
    }

    .w40 {
        width: auto;
    }
    /*.floatleft, .floatright { float: none; }*/
    .floatright {
        margin-top: 95px;
    }

    .boxFilter {
        width: 69% !important;
    }

    .countLabel {
        text-align: center;
    }

    .dualControl {
        text-align: center;
        width: 90px;
        margin: 10px 1px;
        position: absolute;
        left: 50%;
        margin-left: -45px;
    }

    .formRight {
        width: 96%;
    }

    .moreFields ul li {
        width: 7.5%;
    }

        .moreFields ul li span {
            display: none;
        }

    span.jqTransformCheckboxWrapper {
        clear: both;
    }

    .jqTransformRadioWrapper {
        clear: both;
    }

    input.file.fileInput {
        width: 148px !important;
    }

    .plupload_file_size, .plupload_file_status, .plupload_progress {
        width: 12%;
    }

    .plupload_disabled span {
        padding: 5px 8px 6px 8px;
    }

    .plupload_add span {
        background: url(../images/add.png) no-repeat 10px;
        padding: 5px 8px 6px 20px;
        display: block;
    }

    .fc-header-right {
        width: auto;
    }

    .dataTables_filter input[type="text"] {
        width: 86px;
    }

    .dataTables_paginate {
        float: left;
    }

        .dataTables_paginate .ui-buttonset .ui-button {
            margin: 0 1px;
        }

    /*.issueSummary .floatleft { display: none; }*/
    .ticketInfo {
        margin-left: 0;
    }

    .breadCrumb {
        overflow: hidden;
        height: 100%;
    }

    .breadCrumbHolder.module {
        overflow: hidden;
    }

    .pages li {
        display: inline-block;
        margin: 4px 2px;
    }

    #popup_container {
        min-width: 250px;
        max-width: 300px;
    }

    .el-finder-nav {
        width: 100px;
    }

    .errorPage {
        width: auto;
    }

        .errorPage .bubbles {
            display: none;
        }

        .errorPage .errorTitle, .weAreOff {
            width: auto;
        }

        .errorPage h1 {
            padding: 0;
            text-align: center;
        }

    #myList > li {
        clear: both;
    }

    ul.listData {
        float: left;
        text-align: center;
        margin: 3px 0 5px 0;
        font-size: 11px;
    }

        ul.listData li {
            padding: 0;
            margin: 0 20px 0 -6px;
            clear: both;
        }

    .displayNone {
        display: none;
    }

    .pieWidget {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }

    .paging_full_numbers .ui-button {
        padding: 2px 5px;
    }

    .table {
        overflow: auto;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .boxFilter {
        width: 50% !important;
    }

    .moreFields ul li {
        width: 11%;
    }

        .moreFields ul li span {
            display: none;
        }

    .formError {
        left: auto !important;
        right: 30px;
    }

    .formErrorContent {
        width: 140px;
    }
}

/* Mobile Landscape Size */
@media only screen and (width: 768px) {

    .ln-letters a {
        padding: 4px 7px;
    }

        .ln-letters a:first-child {
            border-left: none;
        }

        .ln-letters a.ln-last {
            padding: 4px 22px 4px 21px;
        }
}

/* z-index */

#pnlChargesForm {
    z-index: 9;
}

#ddlDataSets {
    z-index: 1;
}

.Pdf {
    font-family: Comic Sans MS;
}

    .Pdf.inTable {
        margin-left: 20px;
        color: Red;
    }



.gvCustom .gvHeader {
    padding: 3px 0 2px 0;
    text-align: center;
    border-left: 1px solid #D5D5D5;
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    border-bottom: 1px solid #D5D5D5;
    font-size: 12px;
    color: #878787;
    max-width: 75px;
}

.gvCustom .gvRow {
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}

.gvCustom .gvAltRow {
    background-color: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

.gvCustom .gvRow .gvItem {
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
    max-width: 75px;
}

.gvCustom .gvAltRow .gvItem {
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
    max-width: 75px;
}

.gvCustom .gvRow .webStatsLink {
    font-size: 16px;
    color: #B55D5C;
    font-weight: bold;
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
}

.gvCustom .gvAltRow .webStatsLink {
    font-size: 16px;
    color: #B55D5C;
    font-weight: bold;
    border-left: 1px solid #e7e7e7;
    padding: 8px 10px;
    vertical-align: middle;
}

.gvCustom .headLast {
    border-right: 1px solid #D5D5D5;
}

.gvCustom .itemLast {
    border-right: 1px solid #e7e7e7;
}

.head1 {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

.calendar {
    margin: .25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 50px;
    background: #ededef;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
    background: -moz-linear-gradient(top, #ededef, #ccc);
    font: bold 20px/40px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    text-shadow: #fff 0 1px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #888;
    -webkit-box-shadow: 0 2px 2px #888;
    box-shadow: 0 2px 2px #888;
}

    .calendar em {
        display: block;
        font: normal bold 11px/20px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #fff;
        text-shadow: #00365a 0 -1px 0;
        background: #04599a;
        background: -webkit-gradient(linear, left top, left bottom, from(#04599a), to(#00365a));
        background: -moz-linear-gradient(top, #04599a, #00365a);
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #00365a;
    }

    .calendar:before, .calendar:after {
        content: '';
        float: left;
        position: absolute;
        top: 4px;
        width: 6px;
        height: 6px;
        background: #111;
        z-index: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px #fff;
        -webkit-box-shadow: 0 1px 1px #fff;
        box-shadow: 0 1px 1px #fff;
    }

    .calendar:before {
        left: 7px;
    }

    .calendar:after {
        right: 7px;
    }

    .calendar em:before, .calendar em:after {
        content: '';
        float: left;
        position: absolute;
        top: -3px;
        width: 2px;
        height: 10px;
        background: #dadada;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
        background: -moz-linear-gradient(top, #f1f1f1, #aaa);
        z-index: 2;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .calendar em:before {
        left: 9px;
    }

    .calendar em:after {
        right: 9px;
    }

/*-------------POP OVER UI--------------
.ui-dialog input[type=text] { width: 96%!important; margin: 12px 0 10px 0; }
.ui-dialog form { text-align: center; }
.ui-dialog .icon { padding: 1px 6px 0 0; float: left; }
.ui-dialog p { padding: 0!important; }*/
.ui-popup {
    top: 25%;
    left: 25%;
    width: auto;
    min-width: 450px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .ui-popup .header-bar {
        background: url(../images/darkBg.jpg) repeat-x;
        color: #fafafa;
        font-weight: normal;
        display: block;
        padding: 7px 15px;
        border-bottom: 0;
        font-size: 15px;
    }

    .ui-popup .header-bar-close {
        position: absolute;
        right: 6px;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-popup .header-bar-close span {
            display: block;
            margin: 1px;
            opacity: 0.6;
        }

        .ui-popup .header-bar-close:hover, .ui-popup .header-bar-close:focus {
            padding: 1px;
            background: #fafafa;
        }

    .ui-popup .body-content {
        position: relative; /*overflow: auto;*/
        zoom: 1;
        padding: 10px 12px;
        background: #FAFAFA;
        border: 1px solid #D5D5D5;
        min-height: 100px;
    }

        .ui-popup .body-content .caseDetailsDelete_Confrim {
            font-size: 14px;
            font-weight: normal;
            text-align: center;
        }

    .ui-popup .body-content_hoursSpent {
        position: relative;
        overflow: auto;
        zoom: 1;
        padding: 10px 12px;
        background: #FAFAFA;
        border: 1px solid #D5D5D5;
        min-height: 250px;
    }

    .ui-popup .body-content_Events {
        position: relative;
        overflow: auto;
        zoom: 1;
        padding: 10px 12px;
        background: #FAFAFA;
        border: 1px solid #D5D5D5;
        min-height: 290px;
    }

    .ui-popup .body-content_Charges {
        position: relative;
        overflow: auto;
        zoom: 1;
        padding: 10px 12px;
        background: #FAFAFA;
        border: 1px solid #D5D5D5;
        min-height: 230px;
    }

    .ui-popup .buttonpane {
        padding: 6px 12px;
        font-size: .9em;
        background: url(../images/leftNavBg.png) repeat-x 0 0;
        border: 1px solid #D5D5D5;
        border-top: none;
        height: 27px;
    }


        .ui-popup .buttonpane .buttonset {
            float: right;
            text-align: center;
            margin: 0 2px;
            height: 30px;
        }

        .ui-popup .buttonpane button {
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 3px 12px 4px 12px;
            cursor: pointer;
            font-family: Arial, Helvetica, sans-serif;
            border: 1px solid #d5d5d5;
            color: #525252;
            margin: 6px 0 5px 0;
        }

    .ui-popup .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 5px;
        bottom: 5px;
        opacity: 0.3;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-popup-delete {
    top: 25%;
    left: 25%;
    width: auto;
    min-width: 350px;
    border: 1px solid #d5d5d5;
    background: #fafafa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .ui-popup-delete .header-bar {
        background: url(../images/darkBg.jpg) repeat-x;
        color: #fafafa;
        font-weight: normal;
        display: block;
        padding: 7px 15px;
        border-bottom: 0;
        font-size: 15px;
    }

    .ui-popup-delete .header-bar-close {
        position: absolute;
        right: 6px;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-popup-delete .header-bar-close span {
            display: block;
            margin: 1px;
            opacity: 0.6;
        }

        .ui-popup-delete .header-bar-close:hover, .ui-popup .header-bar-close:focus {
            padding: 1px;
            background: #fafafa;
        }

    .ui-popup-delete .body-content {
        position: relative;
        overflow: auto;
        zoom: 1;
        padding: 10px 12px;
        background: #FAFAFA;
        border: 1px solid #D5D5D5;
        min-height: 50px;
    }

        .ui-popup-delete .body-content .caseDetailsDelete_Confrim {
            font-size: 14px;
            font-weight: normal;
            text-align: center;
        }

    .ui-popup-delete .buttonpane {
        padding: 6px 12px;
        font-size: .9em;
        background: url(../images/leftNavBg.png) repeat-x 0 0;
        border: 1px solid #D5D5D5;
        border-top: none;
        height: 27px;
    }

        .ui-popup-delete .buttonpane .buttonset {
            float: right;
            text-align: center;
            margin: 0 2px;
            height: 30px;
        }

        .ui-popup-delete .buttonpane button {
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            padding: 3px 12px 4px 12px;
            cursor: pointer;
            font-family: Arial, Helvetica, sans-serif;
            border: 1px solid #d5d5d5;
            color: #525252;
            margin: 6px 0 5px 0;
        }

    .ui-popup-delete .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 5px;
        bottom: 5px;
        opacity: 0.3;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}


/*-------------AJAX CALENDAR IN POP OVER UI--------------*/
.ajxCalendar {
    width: 100%;
    margin: 0px;
}

    .ajxCalendar tbody {
        width: 100%;
    }

        .ajxCalendar tbody td {
            vertical-align: middle;
            padding: 0px 0px 0px 0px;
        }

#settingTaxTable {
    width: 100.1%;
    table-layout: fixed;
}

    #settingTaxTable td {
        padding: 5px;
    }

    #settingTaxTable .textbox {
        background: #fff;
        border: 1px solid #d5d5d5;
        padding: 3.2px;
        width: 130px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

.settingItemTable {
    width: 100.10%;
}

    .settingItemTable td {
        padding: 5px;
    }

    .settingItemTable tr.bg_none {
        background-color: none;
    }

    .settingItemTable tr.bg {
        background-color: #e8e8e8;
    }

.break {
    word-break: break-all;
}

.dashboardtable {
    width: 100%;
}

    .dashboardtable td {
        width: 20%;
        padding: 5px 0 5px 10px;
        border-right: 1px solid #D5D5D5;
        font-size: 12px;
    }

    .dashboardtable tr.bg_none {
        background-color: none;
    }

    .dashboardtable tr.bg {
        background-color: #e8e8e8;
    }

    .dashboardtable a {
        text-decoration: underline;
    }

    .dashboardtable .name {
        font-size: 14px;
    }

.m7 {
    margin: 7px;
}
/*-------------------- SettingEmployeeCheckIn css -----------------------*/

.checkIn_textbox {
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 193px;
    height: 25px;
    padding-left: 5px;
}

.checkIn_textarea {
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 100px;
    width: 345px;
}

.DataSetsTable {
    width: 350px;
}

    .DataSetsTable td:first-child {
        padding-left: 7px;
        border-right: 0;
    }

    .DataSetsTable td {
        border: 1px solid #d5d5d5;
        padding: 3px;
    }

.reportCheckIn {
    width: 100%;
}

    .reportCheckIn td {
        width: 20%;
        padding: 5px 0 5px 10px;
        border-right: 1px solid #D5D5D5;
        font-size: 12px;
    }

    .reportCheckIn th {
        text-align: left;
        width: 20%;
        padding: 5px 0 5px 10px;
        border-right: 1px solid #D5D5D5;
        font-size: 12px;
        border-bottom: 1px solid #D5D5D5;
    }

.accesslevels label {
    margin-right: 8px;
}

/** Futurepayment popup **/
input[id$=txtFuturePaymentAmount] {
    margin-right: 10px;
}

.cd_table tbody .width {
    width: 83px;
}

/** Login page **/
.lbpd input[type=submit] {
    padding: 5px 14px 5px 14px;
}
/* header css **/
.widget .head h6 {
    padding: 36px 0px 0px 36px;
    float: left;
    margin-right: 12px;
}

.headerIcon {
    padding: 36px 0px 0px 36px;
    float: left;
    margin-right: 12px;
}

.headerText {
    display: block;
    float: left;
    padding-top: 9px;
    margin-right: 12px;
    font-size: 16px;
    font-family: 'Cuprum', sans-serif;
}

.headerText1 {
    display: block;
    float: left;
    padding-top: 9px;
    margin-right: 12px;
    font-size: 14px;
    font-family: 'Cuprum', sans-serif;
}


.tgc {
    font-size: 14.5px;
    margin: 5px;
    position: relative;
    top: 8px;
}

.conform-panel {
    width: 460px;
    margin-left: 16%;
}

    .conform-panel .InputBox.multi-name {
        width: 310px;
        display: inline-block;
    }

        .conform-panel .InputBox.multi-name .name-title {
            width: 30px;
        }

        .conform-panel .InputBox.multi-name .name {
            width: 115px;
        }

    .conform-panel .radiobtn label {
        top: -3px;
        left: 5px;
        padding: 0;
    }

    .conform-panel .submitForm {
        margin: 0 7px 0 3px;
    }

    .conform-panel .clear {
        margin: 0;
    }

.statusmsg {
    text-align: center;
    font-size: 14px;
}

.afflogo {
    max-width: 267px;
    max-height: 55px;
}

.conform-content {
    width: 550px;
    margin-top: 150px;
}

    .conform-content .statusmsg {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #d5d5d5;
    }


/*  Manage CreditCards Page */

.cvv-content {
    float: left;
    display: inline-block;
}

#pnlCreditCardDetails .cvv-content .cvv, #pnlcarddetails .cvv-content .cvv {
    width: 85px;
}

#CardType {
    display: inline-block;
    position: relative;
    top: -1px;
    padding-left: 5px;
}

    #CardType img {
        padding-left: 6px;
    }

.exp-content {
    width: 305px;
}

    .exp-content select {
        width: 151px;
    }


/*  Manage Presort Info Page */

#pnlpresortinfo .floatleft, #pnlpresortinfo .floatright {
    width: 48%;
}

#pnlpresortinfo .InputBox {
    width: 230px;
}

#permitholder-info, #piece-info {
    margin-bottom: 0;
}

    #piece-info .fleft {
        width: 55px;
    }

.presort-buttons {
    position: relative;
    float: right;
    top: 5px;
    right: -2px;
}

/*  Outgoing Mail Setings   */

#pnlMailSettings .InputBox {
    width: 230px;
}

.daily-lbl {
    width: 130px;
}

.daily-btn {
    text-align: center;
    margin-left: 8%;
}

    .daily-btn .basicBtn {
        width: 94px;
    }

.form-group {
    margin-bottom: 15px;
}

.presort-piece .form-group {
    width: 46%;
}

.form .form-group {
    display: inline-block;
    margin-left: 24px;
    position: relative;
    width: 29.3%;
    margin-bottom: 10px;
    vertical-align: middle;
}

.ui-popup .form-group {
    margin-left: 10px;
}

.ui-popup-delete .form-group {
    margin-left: 10px;
}

.datasetaccess .form-group {
    width: 21%;
}

.single-form .form-group {
    width: 22.2%;
}

.form-group.chk {
    vertical-align: bottom;
    padding-bottom: 5px;
}

.form-group .form-lbl {
    width: 45%;
    padding-top: 15px;
}

.merge-form .form-group {
    width: 92%;
    margin-left: 5%;
}

#contentBody_pnlMergeTemplateAdd .form-group, #contentMainBody_pnlMergeTemplateAdd .form-group {
    width: 47% !important;
    display: inline-block;
}


.contentbody_pnlAppRequests .body {
    padding: 0px !important;
    margin-top: 0px !important;
}

.blue {
    color: #FFF;
    background: #4C9ED9;
    border: #4C9ED9;
}

.widget .cbody {
    padding: 0px;
}

.chead {
    background: #efefef url(../images/leftNavBg.png) repeat-x;
    height: 38px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    padding-left: 5px;
}

.cpl5 {
    padding-left: 5px;
    text-align: center;
}

.cw10 {
    width: 60%;
    padding-left: 15px;
}

.bg {
    background: #e8e8e8;
}

.w26 {
    width: 200px;
    padding-left: 12px;
    padding-bottom: 5px;
}

.w20 {
    width: 20%;
    padding-left: 1px;
    text-align: center;
    padding-right: 20px;
}

.w20N {
    width: 15%;
}

.w21N {
    width: 20%;
}

.wc10 {
    width: 10%;
    display: inline-block;
}

.wc25 {
    width: 25%;
    text-align: left;
    padding-right: 20px;
    padding-left: 11px;
    display: inline-block;
}

.wc27 {
    width: 20%;
    text-align: left;
    padding-right: 20px;
    padding-left: 11px;
    display: inline-block;
}

.wc15 {
    width: 15%;
    text-align: center;
    display: inline-block;
}

.wc8 {
    width: 6%;
    display: inline-block;
}

.wc7 {
    padding: 10px;
}

.form .body1 {
    margin-top: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}


.caddnew {
    position: relative;
    top: 3px;
    right: 20px;
    background: url(../images/icons/customIcons/add_14.png) no-repeat;
}

.coptionsAddNew {
    padding-top: 6px;
    position: absolute;
    display: inline-block;
    right: 10px;
    width: 107px;
}

.m20 {
    margin: 20px 0px 10px 30px;
}

.form .body {
    margin-top: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}


.service-list .widget1 .head {
    border-bottom: none;
}

.widget1 .bodygraph {
    padding: 15px 17px;
}

.widget1 .body {
}

.widget1 {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    clear: both;
    border-top: none;
}

    .widget1 .head .right-sec {
        float: right;
        position: relative;
        margin-right: 24px;
    }

        .widget1 .head .right-sec .number {
            margin-right: 0;
        }

    .widget1 .head h6 {
        padding: 36px 0px 0px 36px;
        float: left;
        margin: 0 12px 0 0;
    }

.service-list .widget1 .head {
    border-bottom: none;
}

.widget1 .bodygraph {
    padding: 15px 17px;
}

.form-control {
    display: block;
    width: 94%;
    padding: 4px 6px;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
}

select.form-control {
    width: 100%;
}

.form .col-1 .form-control {
    width: 96%;
}

.form .col-2 .form-control {
    width: 95%;
}

.ui-popup-delete .form-control {
    width: 55%;
    display: inline-block;
    padding: 2px;
    margin-left: 10px;
}

.ui-popup .form-group {
    margin-left: 10px;
}

.ui-popup .form-control {
    display: inline-block;
    padding: 4px 6px;
    margin-left: 10px;
}

.mini .form-control {
    width: 73% !important;
}

.mini select.form-control {
    width: 76% !important;
}

.service-add .form-control {
    width: 48%;
}

.service-add select.form-control {
    width: 24%;
}

.price-popup .form-control {
    margin-left: 0px;
    width: 91%;
}

.price-popup select.form-control {
    width: 94%;
}

.pnlPresortMail .group .form-control {
    width: 12%;
}

@media (max-width:800px) {
    #content .listitem {
        width: 93%;
    }

    .paymentSettings .listitem {
        width: 92%;
    }

    .search {
        margin-left: 75%;
    }

    .form .form-group {
        width: 90%;
    }

    .pnlPresortMail .form-group {
        width: 42%;
    }

    .pnlPresortMail .group .form-control {
        width: 14%;
    }
}

.mb0 {
    margin-bottom: 0px !important;
}

.widget .headlead h4 .txtalign {
    position: fixed;
    text-align: left;
    top: 1px;
}

/*Credits Page */
.ml7 {
    left: 7px !important;
}

.bpl12 {
    padding-left: 16px;
}

.cdropdown {
    width: 135px !important;
    display: inline-block !important;
    background: none repeat scroll 0% 0% white !important;
}

/** settingManageEmployeeCheckIn page **/
.chekckintable th {
    padding: 5px 0 5px 10px;
    border-right: 1px solid #D5D5D5;
}

    .chekckintable th:last-child, .chekckintable td:last-child {
        border-right: none !important;
    }

.bold {
    font-weight: bold;
}

#rbNotifications label {
    padding-left: 7px !important;
}

.rowOrder {
    display: table-cell;
    width: 300px;
    padding-left: 20px;
    padding-top: 10px;
}

    .rowOrder:nth-child(3) {
        width: 400px;
        padding-left: 10px;
    }

    .rowOrder:first-child {
        display: table-cell;
        width: 330px;
        padding-left: 8px;
    }


    .rowOrder:last-child {
        display: table-cell;
        width: 100px;
        padding-left: 10px;
    }

.rowOrderHead {
    font-size: 13px;
    font-weight: bold;
}

.rowOrderBody {
    padding-top: 2px;
}

.rowDropdowns {
    width: 145px !important;
}

#lnkAddCreditard {
    color: #2B6893;
}

.cardStatus {
    padding-left: 12px;
    color: #C62D2D;
}

.rmvBoreder {
    border-top: 0px;
}

.txtdeletecard {
    height: 20px;
    padding-top: 2px;
    margin-top: 6px;
}

.addBorderRadius {
    border-radius: 8px;
}

.rowElemntLeft {
    padding-left: 14px;
}

.rowOrderBody li label {
    text-transform: uppercase;
}

.leftSpace {
    padding-left: 35px;
}

.prfBodyLeft1 {
    padding-left: 47px !important;
}

.prfBodyLeft2 {
    padding-left: 27px !important;
}

.prfBodyLeft3 {
    padding-left: 43px !important;
}

.ListOrder {
    display: table-cell;
    vertical-align: middle;
}

    .ListOrder:nth-child(2) {
        padding-left: 25px;
        padding-right: 20px;
        min-width: 25% !important;
    }

rmListOrder {
    padding-left: 0px !important;
    padding-right: 0px !important;
    min-width: 0% !important;
}

.ddlNew {
    width: 90px !important;
    display: inline-block !important;
    background: none repeat scroll 0% 0% white !important;
    margin-left: 5px;
}

.txtfont {
    font-size: 12px !important;
}

.deleteBlock {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.lp0 {
    padding-left: 0px !important;
}

.rmProp {
    font-size: inherit !important;
    border-radius: 0px !important;
}

.addZ {
    position: fixed;
    z-index: 10001;
}

.rmFlow {
    overflow: hidden;
}

.border-right {
    border-right: 1px solid rgb(213, 213, 213) !important;
}

.txtalign-initial {
    text-align: initial !important;
}

.faxcheck input[type=checkbox] {
    top: 3px !important;
}

.ftype {
    font-size: 13px !important;
}

.eHide {
    display: none;
}

.border-top {
    border-top: 1px solid #d5d5d5;
}

.regName {
    display: flex;
    width: 304px !important;
}

.displayInline {
    display: inline-block;
}

.mrg2 {
    margin-right: 2%;
}

.regElem {
    clear: both;
    padding: 10px 14px;
    position: relative;
}

    .regElem > label {
        padding: 15px 0;
        width: 130px;
    }

    .regElem .topLabel {
        padding: 5px 12px 12px 0;
    }

.borderleft {
    border-left: none !important;
}

.notidiv {
    width: 26.33%;
    display: inline-block;
    margin-left: 1%;
}

.notickb {
    position: relative;
    top: 2px;
}

.cur {
    cursor: pointer;
}

.copyrights {
    padding-left: 27%;
    padding-top: 2%;
}

.imgfooter {
    margin-top: -2.2%;
    float: right;
    margin-right: 29%;
}

.imgcss {
    margin-top: -20%;
    height: 50px;
}

.anchortag {
    text-decoration: none;
    color: #ffffff !important;
}

.fontanchor {
    font-weight: bold;
}

.widgetcasedetails {
    /*width: 342px; width: 100%;*/
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    display: block;
    background: #fafafa;
    clear: both;
    border-top: none;
    width: 760px;
}

.contactscss {
    position: absolute;
    top: 38.5%;
    margin-left: 1.7%;
}

.addcontactcss {
    position: relative;
    right: 0px;
    top: 0px;
    float: right;
    height: 19px;
    width: 175px;
    z-index: 101;
    box-shadow: 0 2px 2px -2px #ccc;
    font-size: 11px;
    background-clip: padding-box;
}

.addcontactcss_Mozilla {
    position: absolute;
    float: right;
    height: 19px;
    width: 175px;
    z-index: 101;
    box-shadow: 0 2px 2px -2px #ccc;
    font-size: 11px;
    background-clip: padding-box;
    margin-left: 585px;
}

.addcontactul {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    background: #efefef url(../images/leftNavBg.png) repeat-x;
}

.addcontactimg {
    padding-top: 5%;
    padding-left: 5%;
}

.addcontacta {
    border: none;
    font-size: 15px;
    padding-left: 5%;
    color: dimgrey;
    position: absolute;
    margin-top: 5.5px;
}

.creditsborder {
    border: none;
    margin-bottom: 0px;
}

.creditsborder1 {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.creditsborder2 {
    border: 1px solid#d5d5d5;
    height: inherit;
}

.dnmlistborder {
    padding-left: 25px;
    padding-top: 10px;
}

.dnmrow {
    border-radius: 8px;
    margin: 6px;
    display: inline-block;
    vertical-align: top;
}

.dnmdiv {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

/* For particular case details menu padding starts... */
#caseDetailsMenu {
    margin-right: -0.3%;
}

.jqTransformHiddendropdown {
    display: inline-block !important;
    background: none repeat scroll 0% 0% white !important;
}

/* For particular case details menu padding ends... */
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.top-none {
    top: 20% !important;
    /*position: absolute !important;*/
}

@media screen and (max-height: 900px) and (min-height: 800px) {
    .top-none {
        top: 15% !important;
    }
}

@media screen and (max-height: 799px) and (min-height: 770px) {
    .top-none {
        top: 10% !important;
    }
}


@media screen and (max-height: 769px) and (min-height: 500px) {
    .top-none {
        top: 5% !important;
    }
}