﻿@charset "utf-8";
/* CSS Document */
/* Link color: #414141 */
/* Button color: #414141 */
/* Button hover color: #776599 */
/* Alternate button color: #aaa */
/* Emp color: #77b5c5 */
/* Outstanding box color: #f1d4d9 */

body {
    color: #333;
    font: 14px/21px "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #f4f4f4;
}

a {
    color: #414141;
}

.requiredRed {
    color: red;
    position: absolute;
    left: -8px;
}

.requiredRedHidden {
    visibility: hidden;
    position: absolute;
    left: -8px;
}

a:hover {
    color: #333;
}

h1, h2, h3 {
    font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
}

hr {
    margin: 10px 0;
    border: none;
    background-color: #ddd;
    height: 1px;
    line-height: 1px;
    clear: both;
}

.button {
    display: inline-block;
    border: none;
    background-color: #414141;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 #414141;
    cursor: pointer;
}

    .button:hover {
        background-color: #776599;
        color: #fff;
    }

    .button.alternate {
        background-color: #aaa;
        text-shadow: -1px -1px 0 #666;
    }

        .button.alternate:hover {
            background-color: #888;
        }

    .button.emp {
        background-color: #77b5c5;
        text-shadow: -1px -1px 0 #666;
    }

        .button.emp:hover {
            background-color: #c66;
        }

    .button.red {
        background-color: #c66;
        text-shadow: -1px -1px 0 #600;
    }

        .button.red:hover {
            background-color: #933;
        }

    .button.tiny {
        height: 21px;
        line-height: 21px;
    }

    .button.add {
        background-image: url(../Images/plus.png);
        background-repeat: no-repeat;
        background-position: 5px 50%;
        padding-left: 22px;
    }
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* close commented backslash hack */

.clear {
    clear: both;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#wrapper {
    width: 980px;
    margin: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ccc;
}

.login #wrapper {
    width: 500px;
    margin-top: 140px;
}
/* HEADER STYLES ----------------------------------------------------------------------------------- */
#header {
    margin-bottom: 10px;
}

    #header .logo a {
        float: left;
    }


    #header .logo img {
        max-width: 317px;
        vertical-align: middle;
    }

    #header .logo.small img {
        max-height: 33px;
        vertical-align: top;
    }

    #header .logo span {
        color: white;
        font-family: 'Verdana', Arial, sans-serif;
        font-size: 45px;
        padding: 5px 4px 10px 2px;
        line-height: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    #header .logo.small span {
        color: white;
        font-family: 'Verdana', Arial, sans-serif;
        font-size: 24px;
        padding: 0px 4px 2px 2px;
        line-height: 31px;
        vertical-align: middle;
        display: inline-block;
    }

    #header .logo span.logo_ver_client {
        background-color: #414141;
    }

    #header .logo span.logo_ver_ts {
        background-color: #414141;
    }

    #header .offlineOrg {
        text-align: center;
        text-transform: uppercase;
        float: left;
        padding: 2px 10px;
        margin-top: 4px;
        margin-left: 120px;
        font: 400 14px/19px 'Cabin Condensed', Arial, Helvetica, sans-serif;
        background-color: #eee;
        color: #555;
        border-radius: 0 0 3px 3px;
    }

        #header .offlineOrg input {
            font: 400 10px/16px 'Cabin Condensed', Arial, Helvetica, sans-serif;
            background-color: #414141;
            color: #fff;
            text-shadow: -1px -1px 0 #414141;
            border: 1px solid #fff;
        }

    #header .nav {
        float: right;
        max-width: 700px;
    }

        #header .nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            font: 400 14px/21px 'Cabin Condensed', Arial, Helvetica, sans-serif;
        }

            #header .nav ul li {
                display: inline-block;
                border-right: 1px dotted #aaa;
                padding-right: 3px;
                position: relative;
            }

                #header .nav ul li:last-child {
                    border: none;
                    padding-right: 0;
                }

                #header .nav ul li a {
                    display: inline-block;
                    padding: 5px;
                    text-decoration: none;
                    color: #333;
                    text-transform: uppercase;
                    border-bottom: 2px solid #fff;
                }

                    #header .nav ul li a:hover, #header .nav ul li a.ui-state-active {
                        background: #eee;
                        border-color: #aaa;
                    }

                    #header .nav ul li a.active {
                        color: #414141;
                        border-color: #414141;
                    }

                    #header .nav ul li a .ui-menu-icon {
                        display: none;
                    }

                #header .nav ul li span.user {
                    display: inline-block;
                    padding: 5px;
                    color: #888;
                    background: #eee;
                }

        #header .nav .ui-menu .ui-menu {
            margin-top: -3px;
            position: absolute;
            background: #414141;
            box-shadow: 0 0 5px #999;
            right: 0;
            text-align: right;
        }

            #header .nav .ui-menu .ui-menu li {
                display: block;
                border-right: none;
                padding: 0;
            }

                #header .nav .ui-menu .ui-menu li a {
                    border: none;
                    display: block;
                    color: #333;
                }

                    #header .nav .ui-menu .ui-menu li a:hover, #header .ui-menu .ui-menu li a.ui-state-active {
                        background: #999;
                    }

/* FORM STYLES --------------------------------------------------------------------------------------- */
ul.formList {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.formList li {
        margin: 0 0 5px;
        padding: 0;
    }

        ul.formList li.formButtons {
            padding-left: 156px;
        }

            ul.formList li.formButtons.loginOffline {
                margin-top: 8px;
                margin-bottom: -20px;
            }

        ul.formList li label {
            display: inline-block;
            width: 150px;
            padding-right: 5px;
            font-size: 12px;
            line-height: 24px;
        }

        ul.formList li input[type="text"],
        ul.formList li input[type="password"] {
            height: 20px;
            line-height: 20px;
            border: 1px solid #ccc;
            padding: 1px;
        }

        ul.formList li select {
            height: 24px;
            line-height: 24px;
            border: 1px solid #ccc;
            padding: 2px;
        }

        ul.formList li span,
        ul.formList li a {
            display: inline-block;
            line-height: 24px;
        }

input[placeholder], [placeholder], *[placeholder] {
    color: #999 !important;
}

label strong, label span {
}

.ui-tabs .formButtons {
    text-align: right;
    padding: 10px 0;
}

ul.formList li input[type="text"].inlineFormEl {
    width: 75px;
}

ul.formList li label.inlineFormEl {
    padding-right: 0px;
    margin-right: 0px;
}

ul.formList li select.inlineFormEl {
    width: 125px;
    padding-right: 0px;
    margin-right: 3px;
}

    ul.formList li select.inlineFormEl.short {
        width: 110px;
        padding-right: 0px;
    }

    ul.formList li select.inlineFormEl.long {
        width: 220px;
        padding-right: 0px;
    }

ul.formList li .ui-datepicker-trigger {
    vertical-align: middle;
    cursor: pointer;
    padding-right: 0px;
    margin-right: 10px;
}

/* SUBMISSION FORM STYLES ------------------------------------------------------------------------------ */
.formLayout {
}

.formTabs {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

    .formTabs li {
        display: inline-block;
        font-size: 1.35em;
        line-height: 24px;
    }

        .formTabs li a {
            display: block;
            text-decoration: none;
            outline: none;
        }

            .formTabs li a span.number {
                display: inline-block;
                width: 20px;
                background-color: #ddd;
                color: #999;
                padding: 0 5px;
                font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
            }

        .formTabs li.ui-state-hover a span.number {
            background-color: #414141;
            color: #fff;
        }

        .formTabs li.ui-state-active a span.number {
            background-color: #f1d4d9;
            color: #414141;
        }

.tabContent {
    /*height: 420px;*/
    overflow: auto;
    position: relative;
    /*padding-bottom: 30px !important;*/
}

    .tabContent .fixedContainer {
        max-height: 420px;
        overflow: auto;
    }

.formGroup h3 {
    margin: 0 0 5px;
    clear: both;
}

    .formGroup h3 span.number {
        display: block;
        float: left;
        width: 25px;
        background-color: #414141;
        color: #fff;
        padding: 0 5px;
        margin-right: 150px;
    }

.bottomBar {
    height: 30px;
    background-color: #fff;
    border-top: 2px solid #414141;
    text-align: right;
}

.tabContent.ui-tabs-panel .bottomBar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.tabContent.ui-tabs-panel .next-tab,
.tabContent.ui-tabs-panel .prev-tab {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.tabContent.ui-tabs-panel .next-tab {
    right: 0;
}

.tabContent.ui-tabs-panel .prev-tab {
    left: 0;
}

.formGroup {
    position: relative;
}

    .formGroup ul {
        list-style: none;
        margin: 0 0 5px;
        padding: 0;
        width: 100%;
        float: left;
    }

        .formGroup ul li {
            margin: 0;
            padding: 0 0 0 180px;
        }

            .formGroup ul li.assign {
                margin: 5px 0 5px 0;
                position: absolute;
            }

            .formGroup ul li.tsassign {
                margin: 5px 0 5px 0;
                position: absolute;
            }

            .formGroup ul li > * {
                vertical-align: top;
            }

            .formGroup ul li label {
                margin-left: -180px;
                display: block;
                float: left;
                width: 175px;
                line-height: 20px;
                padding: 6px 0;
            }

            .formGroup ul li.licensing label {
                width: 230px;
            }

            .formGroup ul li label.checkboxLabel {
                margin-left: 0px;
                width: 100%;
                padding: 0;
            }

            .formGroup ul li td label,
            .formGroup ul li ul li label {
                margin-left: 0;
                float: none;
                width: auto;
                padding: 0;
            }

            .formGroup ul li .field {
                position: relative;
                display: block;
                line-height: 30px;
                min-height: 30px;
            }

            .formGroup ul li .reportJobDetails {
                margin: 3px 0;
                background-color: white;
                border: none;
            }

            .formGroup ul li .formbuttons {
                text-align: right;
                margin: 50px 0 20px 0;
            }

            .formGroup ul li .field input[type="text"],
            .formGroup ul li .field input[type="password"],
            .formGroup ul li .field input[type="email"],
            .formGroup ul li .field input[type="number"],
            .formGroup ul li .field input[type="datetime"],
            .formGroup ul li .field select,
            .formGroup ul li .field textarea {
                border: 1px solid #ccc;
                background-color: #fff;
            }

            .formGroup ul li textarea.reportJobDetails {
                width: 155px;
            }

            .formGroup ul li .field input[type="text"]:focus,
            .formGroup ul li .field input[type="password"]:focus,
            .formGroup ul li .field input[type="number"]:focus,
            .formGroup ul li .field select:focus,
            .formGroup ul li .field textarea:focus {
                background-color: #f7f0c1;
            }

            .formGroup ul li .field input[type="text"],
            .formGroup ul li .field input[type="password"],
            .formGroup ul li .field input[type="email"],
            .formGroup ul li .field input[type="datetime"],
            .formGroup ul li .field input[type="number"] {
                line-height: 30px;
                height: 30px;
                padding: 0 5px;
                width: 300px;
                margin-bottom: 5px;
            }

            .formGroup ul li .field input[type="number"] {
                width: 80px;
            }

                .formGroup ul li .field input[type="text"].textboxAsLabel,
                .formGroup ul li .field input[type="number"].textboxAsLabel {
                    border: none;
                    font-weight: 600;
                    font-size: 15px;
                    padding-left: 0;
                }

            .formGroup ul li .field input[type="text"].datepicker {
                width: 100px;
            }

            .formGroup ul li .field .ui-datepicker-trigger {
                vertical-align: middle;
                margin-left: 5px;
                margin-right: 5px;
                cursor: pointer;
            }

            .formGroup ul li .field select.hours {
                line-height: 32px;
                height: 32px;
                padding: 6px 5px;
                width: 153px;
                margin-bottom: 5px;
            }

            .formGroup ul li .field select {
                line-height: 32px;
                height: 32px;
                padding: 6px 5px;
                width: 310px;
                margin-bottom: 5px;
            }



            .formGroup ul li .field textarea {
                padding: 5px;
                width: 288px;
                margin-bottom: 5px;
            }

            .formGroup ul li input[type="checkbox"],
            .formGroup ul li input[type="radio"] {
                margin: 10px 10px 10px 0;
            }

            .formGroup ul li td input[type="checkbox"],
            .formGroup ul li td input[type="radio"] {
                margin: 0 10px 0 0;
            }

            .formGroup ul li .field input[type="file"] {
                border: 1px solid #ccc;
                background-color: #fff;
                line-height: 30px;
                height: 30px;
                padding: 0;
                width: 500px;
                vertical-align: top;
                margin-bottom: 5px;
            }

            .formGroup ul li .description {
            }

/*.formGroup ul li .description {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 5px;
}
.formGroup .notes {
    width: 195px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 5px;
    position: absolute;
    left: 754px;
    top: 0;
    bottom: 7px;
    overflow: auto;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}*/
#tabbedDetails .ui-tabs-panel .formGroup .notes {
    width: 175px;
}

.formGroup ul li .fieldGroup {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0 5px;
}

    .formGroup ul li .fieldGroup ul {
        float: none;
        width: auto;
        margin: 0;
    }

        .formGroup ul li .fieldGroup ul li {
            padding: 0;
        }

    .formGroup ul li .fieldGroup label {
        float: none;
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

.formGroup ul li .attachment {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 5px 100px 5px 5px;
    position: relative;
}

    .formGroup ul li .attachment:hover {
        background-color: #fffde5;
    }

    .formGroup ul li .attachment a.reject {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .formGroup ul li .attachment a.replace {
        position: absolute;
        top: 0;
        right: 30px;
    }

.formGroup ul li .field input.w1,
.formGroup ul li .field select.w1 {
    width: 25px;
}

.formGroup ul li .field input.w2,
.formGroup ul li .field select.w2 {
    width: 50px;
}

    .formGroup ul li .field input.w2.timepicker {
        width: 40px;
        margin-right: 5px;
    }

.formGroup ul li .field input.w3,
.formGroup ul li .field select.w3 {
    width: 150px;
}

.formGroup ul li .field input.w4,
.formGroup ul li .field select.w4 {
    width: 300px;
}

.formGroup ul li .field textarea.h1 {
    height: 50px;
    overflow: auto;
}

.formGroup ul li .field textarea.h2 {
    height: 100px;
    overflow: auto;
}

.formGroup ul li .field textarea.h3 {
    height: 200px;
    overflow: auto;
}

.formGroup ul li .field textarea.h4 {
    height: 300px;
    overflow: auto;
}

.formGroup ul li .field .fieldValue {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    display: block;
    padding: 0 5px;
}

.formGroup ul li .field .area {
    line-height: 1.5em;
}

.formGroup ul li .field .reportJobDetails {
    width: 230px;
}

.formGroup .tableWrapper {
    border: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    height: 150px;
    overflow: auto;
}

    .formGroup .tableWrapper table th {
        white-space: nowrap;
    }

.formGroup li.hidden {
    display: none;
}

.switch, .hiddenToggle1, .hiddenToggle2, hiddenToggle3 {
    cursor: pointer;
}

label.disabled {
    font-weight: normal !important;
    color: #aaa !important;
}

    label.disabled strong {
        font-weight: normal !important;
        color: #aaa !important;
    }

textarea.xmlResponse {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    font-family: "Courier New", Courier, monospace;
}

.detailsLink {
    cursor: pointer;
}

.commentForm textarea {
    width: 98%;
    height: 190px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    /*font-weight: bold;*/
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    outline: none;
    border-color: #e80c4d;
    box-shadow: 0 0 4px #e80c4d;
}

/*.input-validation-error:focus {
        border: 2px solid #dadada;
        border-radius: 7px;
    }*/

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* VALIDATION STYLES ----------------------------------------------------------------------------------- */
.notes.error {
    background-color: #fdd;
    color: #a33;
}

.formGroup ul li .fieldGroup.error,
.formGroup ul li .field.error input,
.formGroup ul li .field.error select,
.formGroup ul li .field.error textarea {
    background-color: #fdd;
}

.formTabs li a span.number.error {
    background-color: #fdd;
    color: #a33;
}

/* SECTION STYLES -------------------------------------------------------------------------------------- */
#section {
    margin-bottom: 10px;
}

.taskbar {
    padding: 5px;
    /*background: #f1d4d9;*/
    border-bottom: 2px solid #bbb;
    margin-bottom: 10px;
}

.login .taskbar {
    padding: 10px;
}

.taskbar h2 {
    float: left;
    margin: 0;
}

.taskbar .tools {
    float: right;
    text-align: right;
}

.tools a {
    text-decoration: none;
    font-weight: bold;
}

    .tools a.button {
        height: 25px;
        line-height: 25px;
        margin: -2px 0;
        font-weight: normal;
    }

.warrning {
    background-color: #FDD;
    color: #A33;
    padding: 15px 15px 5px;
    margin-bottom: 10px;
}

    .warrning p {
        margin-top: 0;
    }

.recorder {
    margin-bottom: 20px;
}

.filter {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #a0c1c9;
}

    .filter select,
    .filter input[type="text"] {
        width: 170px;
        margin: 5px 5px 5px 0;
    }

.showMore {
    letter-spacing: 0px;
    position: relative;
}

.context {
    position: absolute;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    right: 0;
    z-index: 10000;
}

    .context a {
        text-decoration: none;
        display: block;
        line-height: 24px;
        border-bottom: 1px solid #ddd;
        padding: 0 10px;
    }

        .context a:hover {
            background-color: #ddd;
        }

a.viewAll,
a.addNew {
    white-space: nowrap;
    cursor: pointer;
}
/* DETAILS TABS STYLES ---------------------------------------------------------------------------------- */
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 2px solid #414141;
}

    .tabs li {
        display: inline-block;
        line-height: 30px;
    }

        .tabs li a {
            display: block;
            text-decoration: none;
            outline: none;
            padding: 0 10px;
            background-color: #ddd;
            color: #999;
        }

        .tabs li.ui-state-default a {
            background-color: #ddd;
            color: #999;
        }

        .tabs li a:hover {
            background-color: #eee;
        }

        .tabs li a.active {
            background-color: #414141;
            color: #fff;
        }

            .tabs li a.active.filtered {
                color: #c7def4;
            }

        .tabs li.ui-state-hover a {
            background-color: #eee;
        }

        .tabs li.ui-state-active a {
            background-color: #414141;
            color: #fff;
        }

        .tabs li .jobsOnHold {
            color: #FF0000;
        }

#tabbedDetails .ui-tabs-panel {
    padding: 9px;
    border: 1px solid #bbb;
}

    #tabbedDetails .ui-tabs-panel .ui-tabs-panel {
        padding: 0;
        border: none;
    }
/* DATAGRID STYLES -------------------------------------------------------------------------------------- */
table th, table td {
    padding: 5px;
    text-align: left;
    word-break: break-all;
}

table th, table thead td {
    background: #ddd;
}

table.licensing th, table thead td {
    background: none;
}

table th {
    font-size: 12px;
}

table td.reportSectionStyle {
    padding: 0;
}

table td.reportDescriptionOverflow {
    word-wrap: break-word;
    display: table-cell;
    overflow: hidden;
}

table td {
    font-size: 14px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

    table td.licence {
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }

table.licensing {
    margin-bottom: 10px;
}

    table.licensing td {
        border: none;
    }

table tr td:first-child {
    border-left: none;
}

table tr td:last-child {
    border-right: none;
}

table tr.hand-pointer td {
    cursor: pointer;
}

table tr.alt td {
    background: #f4f4f4;
}

table tr:hover td {
    background: #f7f0c1;
}

table tr.rowexpired td { 
    background-color: #FEAAAA;  
}

table tr.rowexpired:hover td { 
    background-color: #f7f0c1;  
}

/*selected row in jobs table*/
table tr.selected-row td {
    background: #F7F0C1;
}

table tr.selected-row:hover td {
    background: #F7F0C1;
}

table td p {
    margin: 0 0 10px;
}

.tableWrapper {
    height: 350px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    /*margin-bottom: 10px;*/
}

.ui-dialog .tableWrapper {
    height: 300px;
}

table th.sortable:hover {
    background-color: #ccc;
}

a.sort {
    color: #333;
    display: block;
    padding-right: 15px;
    background: url(../Images/icon-sort.png) no-repeat 100% 0;
    cursor: pointer;
}

    a.sort:hover {
        background-position: 100% -80px;
    }

a.sort-up {
    color: #333;
    display: block;
    padding-right: 15px;
    background: url(../Images/icon-sort-up.png) no-repeat 100% 0;
    cursor: pointer;
}

    a.sort-up:hover {
        background-position: 100% -80px;
    }

a.sort-down {
    color: #333;
    display: block;
    padding-right: 15px;
    background: url(../Images/icon-sort-down.png) no-repeat 100% 0;
    cursor: pointer;
}

    a.sort-down:hover {
        background-position: 100% -80px;
    }

.tableTools {
    padding: 5px 10px;
    background: #eee;
    border-top: 1px solid #ddd;
}

    .tableTools label,
    .tableTools input,
    .tableTools select {
        display: inline-block;
        margin-right: 3px;
    }

    .tableTools label {
        width: auto !important;
    }

    .tableTools input[type="text"] {
        width: 200px;
    }

    .tableTools select {
        width: 200px;
    }

.workType {
    color: #666;
    font-weight: 600;
}


a.commentsIcon {
    display: inline-block;
    width: 21px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background: url('../Images/comments-icons.png') no-repeat;
    background-position-y: 3px;
}

    a.commentsIcon span {
        color: #666; /* #414141; */
        font-size: 11px;
        letter-spacing: -1px;
    }

table.jobsTable th, table.jobsTable td {
    padding: 5px;
    text-align: left;
    word-break: keep-all;
    vertical-align: middle;
}

    table.jobsTable td.actions {
        letter-spacing: -2px;
        text-align: right;
        white-space: nowrap;
        overflow-x: visible;
        text-overflow: unset;
        max-width: 120px;
    }

span.nojobs {
    display: inline-block;
    width: 99%;
    text-align: center;
    color: #414141;
    padding: 10px 5px 5px 5px;
}

.importDirectoryLabel {
    display: inline-block;
    float: right;
    max-width: 600px;
    overflow: hidden;
    margin-left: 10px;
    background-color: #d0e1e9;
    font-size: 0.9em;
    color: #555;
    padding: 5px 10px;
}



/* DASHBOARD DROPABLE/SORTABLE STYLES ------------------------------------------------------------------- */
.dashboard .column {
    margin: 0 10px 0 0;
    padding: 5px 5px 25px;
    float: left;
    list-style: none;
    width: 227px;
    min-height: 227px;
}


    .dashboard .column:last-child {
        margin-right: 0;
    }

    .dashboard .column.wide {
        width: 475px;
    }

    .dashboard .column .widget {
        margin-bottom: 15px;
        min-height: 227px;
        background: #f4f4f4 url('../Images/spinner.gif') 50% 50% no-repeat;
        overflow: hidden;
    }

        .dashboard .column .widget.widget-not-available {
            background: #f4f4f4 url('../Images/widget-not-available.png') 50% 50% no-repeat;
        }

    .dashboard .column .my.widget {
        background-color: #f1d4d9;
    }

    .dashboard .column .widget:hover {
        background-color: #eee;
    }

    .dashboard .column .my.widget:hover {
        background-color: #c6d8e6;
    }

    .dashboard .column .widget.ui-sortable-helper {
        box-shadow: 0 0 5px #999;
    }

    .dashboard .column .widget:last-child {
        margin-bottom: 0;
    }

    .dashboard .column .widget.highlight {
        background-color: #fffde5;
        border: 1px dashed #FF3;
        height: 238px;
    }

    .dashboard .column .widget h3 {
        margin: 0;
        padding: 5px;
    }

.dashboard .widget h3 {
    /*cursor: move;*/
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

.dashboard .my.widget h3 {
    border-bottom: 2px solid #414141;
    color: #414141;
}

.dashboard .column .widget:hover h3 {
    /*background: #fff url(../Images/icon-move.png) no-repeat 98% 50%;*/
}

.dashboard .widget .content {
    padding: 8px;
    overflow: auto;
}

.widget .tableWrapper {
    /*height: 150px;*/
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
}

    .widget .tableWrapper table {
        max-width: 100%;
    }

    .widget .tableWrapper th, .widget .tableWrapper td {
        font-size: 12px;
        padding: 2px;
        white-space: nowrap;
        overflow: hidden;
        border: none;
    }

.widget .widgetTools {
    margin-top: 10px;
}

    .widget .widgetTools div {
        display: inline-block;
        height: 30px;
    }

    .widget .widgetTools label {
        line-height: 30px;
    }

    .widget .widgetTools select {
        width: 150px;
    }

.pieWidgetDefault {
    height: 250px;
}

.pieWidgetSpecific {
    height: 250px;
}

span.status {
    padding: 2px;
    line-height: 16px;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
}

.widget span.status {
    text-align: center;
    font-size: 12px;
}

td span.status {
    display: block;
    white-space: nowrap;
    text-align: center;
}

.taskbar span.status {
    padding: 2px 5px;
    margin: 0 10px;
}

td span.status.comment {
    white-space: normal;
}

span.status.hold {
    background-color: #FFF6B2;
    color: #838503;
    font-weight: bold;
}

span.status.active {
    background-color: #c7def4;
    color: #369;
    font-weight: bold;
}

span.status.progress {
    background-color: #C5EFCA;
    color: #363;
    font-weight: bold;
}

span.status.expired {
    background-color: #EFCAC5;
    color: #a00;
    font-weight: bold;
}

tr td span.status.expired.flash {
    background: transparent url(../Images/flashBg.gif) repeat 0% 0%;
}

tr.alt td span.status.expired.flash {
    background: transparent url(../Images/flashBg_alt.gif) repeat 0% 0%;
}

span.status.failed {
    background-color: #c66;
    color: #fff;
}

span.status.system {
    color: #999;
}

td.breakNot {
    white-space: nowrap;
}

a.action {
    display: inline-block;
    width: 19px;
    height: 21px;
    background: url(../Images/action-icons.png) no-repeat 0 100%;
    overflow: hidden;
    text-indent: 101%;
    vertical-align: middle;
    cursor: pointer;
}

    a.action.view {
        background-position: 0 0;
    }

    a.action.edit {
        background-position: 0 -21px;
    }

    a.action.load,
    a.action.amend,
    a.action.transcribe,
    a.action.send {
        background-position: 0 -42px;
    }

    a.action.reject {
        background-position: 0 -63px;
    }

    a.action.approve {
        background-position: 0 -84px;
    }

    a.action.template {
        background-position: 0 -105px;
    }

    a.action.hold {
        background-position: 0 -126px;
    }

    a.action.more {
        background-position: 0 -147px;
    }

    a.action.go {
        background-position: 0 -168px;
    }

    a.action.clone {
        background-position: 0 -193px;
    }

    a.action.extendedFields {
        background-position: 0 -222px;
    }

    a.action:hover {
        background-color: #ddd;
    }

a.playable {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../Images/import-playback.png) no-repeat 0 0%;
    overflow: hidden;
    text-indent: 101%;
    vertical-align: middle;
    cursor: pointer;
}

    a.playable.stop {
        background-position: 0px 100%;
    }

a.doc {
    background: url(../Images/action-icons.png) no-repeat 0 -105px;
    padding: 3px 0 0 25px;
    display: block;
    min-height: 18px;
    line-height: normal;
    /*white-space: nowrap;*/
}

.priority {
    display: block;
    /*white-space: nowrap;*/
    padding: 2px 5px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .priority.one {
        background-color: #c33;
    }

    .priority.two {
        background-color: #f93;
    }

    .priority.three {
        background-color: #fc3;
    }

    .priority.four {
        background-color: #9c6;
    }

    .priority.five {
        background-color: #696;
    }

/* FOOTER STYLES ---------------------------------------------------------------------------------------- */
#footer {
    font-size: 11px;
    color: #999;
    margin: 10px -10px 0 -10px;
    padding: 7px 10px 0px 10px;
    border-top: 5px solid #414141;
}

/* UI DIALOG STYLES ------------------------------------------------------------------------------------- */
.ui-widget {
    font-size: 14px;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.ui-corner-all {
    border-radius: 0;
}

.ui-corner-top {
    border-radius: 0;
}

.ui-corner-bottom {
    border-radius: 0;
}

.ui-icon {
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

/* regular dialog */

.ui-dialog {
    position: absolute;
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    border: 2px solid #414141;
    max-width: 900px;
    z-index: 1002;
    outline: none;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 8px;
        position: relative;
        color: #fff;
        
        background-image: -ms-linear-gradient(bottom, #414141, #86809d);
        background-image: -webkit-linear-gradient(bottom, #414141, #86809d);
        background-image: -moz-linear-gradient(bottom, #414141, #86809d);
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 20px;
        margin: 0;
        padding: 1px;
        position: absolute;
        right: 0.3em;
        top: 8px;
        width: 20px;
        border: none;
        background-color: transparent;
        outline: none;
    }

        .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
            background-color: #414141;
        }

        .ui-dialog .ui-dialog-titlebar-close .ui-icon {
            background-image: url(../images/close.png);
            margin: 0;
        }

        .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
            display: none;
        }

    .ui-dialog .ui-dialog-title {
        display: block;
        margin: 0;
        text-overflow: ellipsis;
        padding-right: 20px;
        font: bold 14px/20px arial,helvetica,Sans-serif;
    }

    .ui-dialog .ui-dialog-content {
        background: none repeat scroll 0 0 transparent;
        border: 0 none;
        overflow: auto;
        padding: 15px 15px 0px 15px;
        position: relative;
    }

.ui-dialog-buttonpane {
    padding: 8px;
    text-align: right;
}

.ui-dialog-buttonset .ui-button {
    margin-left: 3px;
}

.ui-dialog .formButtons, .ui-dialog .ui-dialog-buttonset {
    padding: 8px 0;
    text-align: right;
}

/* light dialog  */

.ui-dialog.lightDialog {
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    border: 1px solid #414141;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    outline: 0;
}

    .ui-dialog.lightDialog table tr td {
        font-size: 12px;
        word-break: keep-all;
        text-align: justify;
    }

    .ui-dialog.lightDialog .ui-dialog-titlebar {
        display: none;
    }

    .ui-dialog.lightDialog .ui-dialog-content {
        padding: 2px;
    }

    .ui-dialog.lightDialog table.faded tr:nth-child(4) {
        color: #888;
    }

    .ui-dialog.lightDialog table.faded tr:nth-child(5) {
        color: #ccc;
    }

    .ui-dialog.lightDialog table.faded tr:nth-child(4) td {
        border-color: #eee;
    }

    .ui-dialog.lightDialog table.faded tr:nth-child(5) td {
        border-color: #f0f0f0;
    }



    .ui-dialog.lightDialog .moreCommentsMsg {
        display: inline-block;
        width: 100%;
        color: #888;
        font-weight: bold;
        text-align: center;
    }

    .ui-dialog.lightDialog .latestCommentsSpinner {
        width: 50px;
        height: 50px;
        background: rgba( 255, 255, 255, .8 ) url('../Images/spinner.gif') 50% 50% no-repeat;
    }



/* ACCORDION STYLES ----------------------------------------------------------------------------------- */
.ui-accordion-header {
    position: relative;
    margin: 0;
    cursor: pointer;
}

.ui-accordion-header-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

    .ui-accordion-header-icon.ui-icon-triangle-1-s {
        background: url(../Images/up.png) no-repeat 50% 50%;
    }

    .ui-accordion-header-icon.ui-icon-triangle-1-e {
        background: url(../Images/down.png) no-repeat 50% 50%;
    }

.field.ui-accordion {
    width: 310px;
    max-height: 250px;
    overflow: auto;
}

/* DATEPICKER STYLES ---------------------------------------------------------------------------------- */
.ui-datepicker {
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    padding: 5px;
}

.ui-datepicker-header {
}

    .ui-datepicker-header .ui-datepicker-prev {
        float: left;
    }

        .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled span {
            background: transparent;
        }

    .ui-datepicker-header .ui-datepicker-next {
        float: right;
    }

    .ui-datepicker-header .ui-datepicker-title {
        text-align: center;
    }

table.ui-datepicker-calendar td {
    border: 1px solid #fff;
    background: #eee;
    text-align: center;
    padding: 0;
}

    table.ui-datepicker-calendar td a {
        text-decoration: none;
        display: block;
        padding: 5px;
    }

    table.ui-datepicker-calendar td.ui-datepicker-unselectable.ui-state-disabled span {
        text-decoration: none;
        display: block;
        padding: 5px;
        color: #aaa;
    }

    table.ui-datepicker-calendar td a:hover {
        background-color: #414141;
        color: #fff;
    }

.ui-datepicker-header .ui-icon-circle-triangle-w {
    background: url(../Images/e-w.png) no-repeat 0 100%;
    cursor: pointer;
}

.ui-datepicker-header .ui-icon-circle-triangle-e {
    background: url(../Images/e-w.png) no-repeat 0 0;
    cursor: pointer;
}

#ui-datepicker-div {
    display: none;
}

.colorPicker {
    display: block;
    height: 26px;
    line-height: 26px;
}

    .colorPicker input {
        width: 25px !important;
        height: 25px;
        text-indent: 105%;
        overflow: hidden;
        padding: 0;
        margin-right: 3px;
        border: 1px solid #bbb;
    }

    .colorPicker * {
        vertical-align: top;
    }

/* collapsable tree */

.treeControl {
    width: 330px;
    display: inline-block;
}

    .treeControl h4.collapser {
        float: left;
        width: 100%;
        line-height: 30px;
        margin: 0;
        cursor: pointer;
        background: url(../Images/up.png) no-repeat 100% 50%;
    }

        .treeControl h4.collapser.collapsed {
            background: url(../Images/down.png) no-repeat 100% 50%;
        }

    .treeControl h5.collapser {
        float: left;
        display: block;
        width: 100%;
        line-height: 30px;
        margin: 0;
        cursor: pointer;
        background: url(../Images/up.png) no-repeat 100% 50%;
    }

        .treeControl h5.collapser.collapsed {
            background: url(../Images/down.png) no-repeat 100% 50%;
        }

    .treeControl ul {
        display: block;
    }

        .treeControl ul li {
            display: block;
            padding: 0 0 0 5px;
        }

            .treeControl ul li.item {
                border-bottom: 1px solid #ddd;
            }

            .treeControl ul li:first-child.item {
                border-top: 1px solid #ddd;
            }

            .treeControl ul li:hover.item {
                background: #f7f0c1;
            }


.collapser {
    width: 330px;
    line-height: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
    background: url(../Images/up.png) no-repeat 100% 50%;
}


    .collapser.collapsed {
        background: url(../Images/down.png) no-repeat 100% 50%;
    }

/* highcharts */

.chart {
    height: 550px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modalSpinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .6 ) url('../Images/spinner.gif') 50% 50% no-repeat;
}

.initSpinner {
    display: none;
    text-align: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 0 ) url('../Images/spinner.gif') 50% 50% no-repeat;
}

    .initSpinner span {
        display: inline-block;
        /* margin-top: 400px; */
    }


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading, body.init {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalSpinner {
        display: block;
    }

    body.init .initSpinner {
        display: inline-block;
    }

.arrow-up {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 5px solid #f00;
}

.fixedTable {
    table-layout: fixed;
}

.radioButtonBlock {
    display: inline-block;
}

.radioButtonBlockMargin {
    display: inline-block;
    margin-left: 60px;
}

.hiddenField {
    display: none;
}

.allignCenter {
    text-align: center;
}

.infoIcon {
    max-height: 30px;
    vertical-align: middle;
}

.defaultError {
    position: relative;
    width: 650px;
    height: 190px;
    border: 1px solid #414141;
    padding: 3px;
    left: 17%;
}

    .defaultError:after {
        content: "";
        position: absolute;
        top: -6px;
        left: -6px;
        bottom: -6px;
        right: -6px;
        display: block;
        width: 660px;
        height: 200px;
        border: 4px solid #414141;
    }

    .defaultError .marginInside {
        margin: 15px 40px;
    }


/**
 * Install recorder/player message box
 */
.installBack {
    width: 60%;
    margin: 0 auto;
    border: 10px solid #414141;
    padding: 10px 40px;
    background: #F0F0F0;
    text-align: center;
}

    .installBack .message {
        font: 30px "Cabin Condensed", Arial, Helvetica, sans-serif;
    }

    .installBack .description {
        margin: 10px;
        font: 12px/21px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .installBack .spinner {
        margin-bottom: 0px;
        min-height: 40px;
        background: #F0F0F0 url('../Images/spinner.gif') 50% 50% no-repeat;
        overflow: hidden;
    }

/* OFFLINE JOB DISPATCHER STYLES -------------------------------------------------------------------------*/
#offlineDispatch {
    height: 40px;
    border: solid 1px #333;
    margin-bottom: 10px;
}

#offlineDispatchProgBar {
    height: 40px;
    background-color: #EFCAC5;
}

#offlineDispatchLabel {
    position: relative;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #333;
    top: -30px;
}

/* RECORDER */

#ActiveXPlayer {
    margin-bottom: 10px;
    width: 980px;
    height: 150px;
}

/*  Recorder collapser -------------------------------------------------------------*/

.recorderCollapser {
    position: absolute;
    text-align: right;
    vertical-align: middle;
    font-size: 13px;
    padding-right: 25px;
    color: #414141;
    height: 20px;
    width: 100px;
    margin-left: 855px;
    cursor: pointer;
    background: #FFF url('../Images/recorder_colapser_open.png') no-repeat 100% 0%;
}

    .recorderCollapser.collapsed {
        background: #FFF url('../Images/recorder_colapse.png') no-repeat 100% 0%;
    }

/*  ADITIONAL FILTERS -------------------------------------------------------------*/

.additionalFilters {
    width: 180px;
    height: auto;
    margin-left: -193px;
    margin-top: -86px;
    position: absolute;
    z-index: 1000;
    padding: 0;
    font-size: 13px;
}

    .additionalFilters.author {
        margin-top: -1px;
    }

    .additionalFilters .items {
        width: auto;
    }

    .additionalFilters .officeItem {
        width: auto;
        background: #fff;
        margin-bottom: 5px;
        border: 1px solid #ddd;
        box-shadow: 0px 0px 5px #ccc;
    }

    .additionalFilters .title1 {
        height: 26px;
        font-weight: bold;
        background: #414141;
        color: #fff;
        padding-top: 6px;
        text-align: center;
        border-bottom: 1px solid #333;
    }

    .additionalFilters .title2 {
        width: auto;
        padding: 5px 10px 5px 20px;
        color: #333;
        font-size: 0.95em;
        font-weight: bold;
        border-bottom: 1px solid #414141;
        border-top: 1px solid #ddd;
        text-shadow: 1px 1px 1px #ddd;
        cursor: pointer;
        background: #a0c1c9 url(../Images/up.png) no-repeat 2% 50%;
    }

        .additionalFilters .title2.collapsed {
            background: #a0c1c9 url(../Images/down.png) no-repeat 2% 50%;
        }

        .additionalFilters .title2 .orgName {
            display: inline-block;
            width: 130px;
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }


    .additionalFilters .title3 {
        font-size: 0.95em;
        width: auto;
        padding: 2px 10px 2px 5px;
        border-bottom: 1px solid #ddd;
    }

        .additionalFilters .title3.selectable {
            padding-left: 20px;
            cursor: pointer;
        }

            .additionalFilters .title3.selectable:hover {
                background-color: #f7f0c1;
            }

        .additionalFilters .title3.selected {
            background: #ffa url(../Images/check.png) no-repeat -1px 50%;
        }


        .additionalFilters .title3 .authorName {
            display: inline-block;
            width: 135px;
            overflow-x: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
        }

        .additionalFilters .title3.selectable .authorName {
            max-width: 105px;
        }

    .additionalFilters .item span.private {
        margin-right: 5px;
        float: right;
        opacity: 0.4;
        width: 16px;
        height: 20px;
        vertical-align: middle;
        background: #fff url(../Images/lock_icon_3.png) no-repeat 50% 50%;
    }

    .additionalFilters .item {
        width: auto;
        background: #fff;
    }

        .additionalFilters .item span.subCount {
            font-weight: normal;
            float: right;
        }

/* Extended fields */

.efInfo {
    border-top: 1px solid #c0e1e9;
    background-color: #a0c1c9;
    margin-top: 0px;
    margin-bottom: 5px;
}

    .efInfo .title {
        font-weight: bold;
        color: #fff;
        text-shadow: 1px 1px 1px #406169;
        margin: 0;
        line-height: 30px;
        padding-left: 10px;
    }

    .efInfo ul {
        font-size: 0.9em;
        background-color: #c0e1e9;
        column-count: 2;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 10px;
        border-top: 1px solid #80a1a9;
    }

.efTableCell {
    background-color: #ccc !important;
    padding: 0 2px 2px 2px !important;
}

    .efTableCell ul {
        border-style: solid;
        border-color: #aaa;
        border-width: 0px 1px 1px 1px;
        background-color: #fefefe;
        column-count: 2;
        list-style: none;
        margin: 0;
        padding: 5px 10px 5px 10px;
        border-radius: 0px 0px 5px 5px;
        -webkit-box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.75);
        box-shadow: inset 0px 2px 4px rgba(50, 50, 50, 0.75);
    }

.efTableCell, .efInfo ul li {
    margin: 0 0 2px 0;
}

/* Job info fields */
.jobInfo {
    border-top: 1px solid #F4F4D4;
    background-color: #f7f0c1;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.jobInfo ul {
    font-size: 0.9em;
    /*line-height: 1.5em;*/
    list-style: none;
    margin: 0;
    padding: 0px 0 0px 10px;
    /*border-top: 1px solid #F4F4D4;*/
}

.jobInfo ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 24%;
    vertical-align: top;
}

.jobInfo ul li.first-column {
    width: 24%;
}

.jobInfo ul li.last-column {
    width: 24%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jobInfo li.full-width  {
    width: 100%;
}
.jobInfo li.full-width ul {
    list-style: none;
    font-size: 1em;
    padding: 0;
    /*border-top: 1px solid #F4F4D4;*/
    width: 100%;
}

.jobInfo li.full-width ul li {   
    margin: 0;
    width: 100%;
}

.jobInfo .close {
    position: relative;
    top: -5px;
    right: 5px;
    color: inherit;
}

.jobInfo a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}
.jobInfo .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
/* AUTO COMPLETE */

.ui-autocomplete {
    position: absolute;
    cursor: default;
    background: #fff;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #ccc;
    z-index: 4000 !important;
}

ul.ui-autocomplete {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-autocomplete .ui-menu-item a {
    display: block;
    width: 286px;
    background: #fff;
    color: #555555;
    padding: 2px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .ui-autocomplete .ui-menu-item a.ui-state-focus {
        background: #f7f0c1;
        color: #222222;
        outline: none;
    }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.reportType {
    display: inline-block;
    height: 21px;
    overflow: hidden;
    text-indent: 101%;
    vertical-align: middle;
    width: 19px;
}

.reportType.manager {
    background: url(../Images/manager.png) no-repeat;
}

.reportType.user {
    background: url(../Images/user.png) no-repeat;    
}

.reportType.pivot {
    background: url(../Images/pivot.png) no-repeat;    
}

.reportType.department {
    background: url(../Images/department.png) no-repeat;    
}

.reportType.office {
    background: url(../Images/office.png) no-repeat;    
}

.reportType.excel {
    background: url(../Images/excel.png) no-repeat;
}