﻿.linkCont .settingsUl a, .panelCont .pHead h3, .boxMidL .pHead h3, .boxMid h3, .panelBox h3 {
    background: url(../images/icons_sprite.gif) no-repeat;
}

/*Main Layout*/
html {
    font-size: 100.01%;
    background-color: #f8f8f8;
}

body {
    background: url('../images/pagebg.gif');
    background-repeat: repeat-x;
    background-color: #F8f8f8;
    color: #444;
    font-size: 78.5%;
    line-height: 18px;
    margin: 0;
}

.ElasticWrapper {
    width: 99%;
}

ul li {
    list-style-type: none;
}

blockquote, ul, ol, dl {
    margin: 0;
}

a {
    text-decoration: none;
    color: #0063D3;
}

.layout {
    width: 99%;
    min-width: 960px;
    margin: 0 auto;
}

.logo {
    height: 75px;
}

.titlebar {
    border-radius: 4px 4px 0 0;
}

.content-box {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px 4px 0 0;
}

.main-content {
    padding: 15px;
}

.container.ui-widget-header.p10 {
    border-bottom: 1px solid #999;
    padding: 6px;
}

.titleHeader {
    padding: 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #999;
}

.mb25 {
    margin-bottom: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.p10 {
    padding: 10px;
}

.m10 {
    margin: 10px;
}

.mr10 {
    margin-right: 10px;
}

.clr {
    clear: both;
    display: block;
    margin-right: 5px;
}

.clear {
    clear: both;
}

.top {
    border-top: 0;
}

.left {
    border-left: 0;
}

.right {
    border-right: 0;
}

.bottom {
    border-bottom: 0;
}

/* Typography */


.blueBold {
    color: #3a87ad;
    font-weight: bold;
}

.muted {
    color: #999;
}

.faded {
    opacity: .65
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: arial, helvetica, clean, sans-serif;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
    line-height: 30px;
}

h3 {
    color: #617894;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px 0 white;
    line-height: 22px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

/*Common style*/

.blockLabel {
    display: block;
    font-weight: bold;
    color: #333;
    padding-bottom: 3px;
}

.fake-anchor {
    cursor: pointer;
}

#errorContainer {
    display: none;
}

.errorMsg, label.error {
    clear: both;
    margin-left: 150px;
    text-align: left !important;
    font-weight: normal !important;
    background: transparent;
    border: none;
    color: #CD0A0A !important;
}

.errorTxt {
    color: #CD0A0A;
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
}

.gapOfRohan {
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}

.subTitle {
    border-bottom: 1px solid #ffffff;
    background-color: #F5F5F5;
    box-shadow: #C4C4C4 0 1px 1px;
    padding: 3px;
    margin-bottom: 8px;
    cursor: pointer;
}

.subTitle-active {
    color: #078CDB;
}

.buttonBar {
    padding: 3px 0;
    margin-bottom: 2px;
}

/*Input element styles*/

input[type="radio"], input[type="checkbox"] {
    vertical-align: text-bottom;
    margin-right: 5px;
    margin-top: 2px;
    border: none;
}

input[type="text"], input[type="password"] {
    height: 20px;
}

    input[type="text"].small, input[type="password"].small {
        width: 50px;
    }

input[type="text"], input[type="password"], textarea, select {
    width: auto;
    border: solid 1px #ddd;
}

.focusField {
    border: solid 1px #73A6FF;
    background: #EFF5FF;
    color: #000;
}

.idleField {
    color: #AAAAAA;
    border: solid 1px #DFDFDF;
    font-family: Verdana, Geneva, sans-serif;
}

.auto-hint {
    color: #AAAAAA;
}

.hideSidebar {
    margin: 0 3px 0 3px;
}

.fl_r {
    float: right;
}

.fl_l {
    float: left;
}
/*Tooltip and Alert box*/

.notify {
    position: fixed;
    top: 0px;
    cursor: pointer;
    padding: 5px 10px;
    font: 13px Helvetica, Arial, sans-serif;
    line-height: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    width: auto;
    z-index: 999;
}

.notification-details {
    margin-top: 5px;
}

.success {
    background-color: #C3E4FD;
    border: 1px solid #688FDC;
}

.error {
    background-color: #FCF0F0;
    border: 1px solid #E2D0D0;
}

.alert {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.info {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.warning {
    background-color: #FEFFC8;
    border: 1px solid #F1AA2D;
}

.highlight {
    padding: 5px;
    margin: 5px 0 5px 0;
    background-color: #F7F9FE;
    border: 1px solid #DFE7EA;
}

.buttonset {
    margin: 0 4px 0 4px;
}
/* Top Navigation */

#nav {
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    text-align: center;
}

    #nav a {
        color: #E4E4E4;
    }

    #nav > li {
        float: left;
        display: block;
        position: relative;
        z-index: 500;
        margin: 0 1px;
        border-radius: 3px 3px 0px 0px;
        margin-left: 3px;
        background-color: rgba(51, 51, 51, 0.4);
        border: 1px solid #111;
        border-bottom: 0;
    }

    /* this is the parent menu */
    #nav li a {
        display: block;
        padding: 8px 10px 0 10px;
        font-weight: 700;
        height: 23px;
        text-shadow: 1px 1px 0 black;
    }

    #nav > li > a:hover {
        color: #1BA7F8;
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: #000 0 1px 2px inset;
    }

    #nav a.selected {
        background-color: #078CDB;
        box-shadow: rgba(0, 0, 0, .4) 0 -2px 3px inset;
        border-bottom: none;
        border-radius: 3px 3px 0px 0px;
        text-shadow: 1px 1px 0 #045D90;
    }

        #nav a.selected:hover {
            text-shadow: 1px 1px 0 black;
        }

    #nav ul {
        position: absolute;
        left: 0;
        display: none;
        margin: 0 0 0 -1px;
        padding: 0;
        list-style: none;
    }

        #nav ul li {
            width: 180px;
            text-align: left;
            float: left;
            background-color: #078CDB;
        }

        #nav ul a {
            display: block;
            height: 15px;
            padding: 5px 5px 10px 10px;
            border-bottom: 1px solid #3BABED;
        }

            #nav ul a:hover {
                background-color: #3BABED;
            }

/*roles*/

#role, #downloadMenu {
    cursor: pointer;
}

    #role a, #downloadMenu a {
        border: 1px solid transparent;
        padding: 0 5px;
    }

.clicked {
    background-color: #e7e7e7 !important;
    color: #333 !important;
    border: solid 1px #008CDB !important;
    border-bottom-color: #E7E7E7;
}

#roles, #downloadMenuItems {
    position: absolute;
    background-color: #e7e7e7;
    border: solid 1px #008CDB;
    display: none;
    margin: -1px 0 0 0;
    border-top: none;
    z-index: 99999;
}

    #roles li, #downloadMenuItems li {
        float: none;
        cursor: pointer;
        padding: 0 12px 0 0;
        line-height: 20px;
        padding-left: 6px;
        white-space: nowrap;
    }

        #roles li:hover, #downloadMenuItems li:hover {
            background-color: #078CDB;
        }

        #roles li a, #downloadMenuItems li a {
            color: #444;
        }

            #role li a:hover, #downloadMenuItems li a:hover {
                color: #FFF;
            }


/*Ping messagebox*/
.messagebox {
    padding: 10px;
    font-family: 'Lucida Console', Monaco, monospace;
    font-size: 11px;
    height: 145px;
    overflow: auto;
}

/*Left Sidebar*/

.sidebar {
    background-color: #FFFFFF;
    width: 250px;
    overflow-y: auto;
    border: 1px solid #C6D5DA;
    border-radius: 4px 4px 0 0;
}

    .sidebar a {
        border: 1px solid #FFFFFF;
        display: block;
        margin-top: 5px;
        padding: 2px 2px 2px 10px;
        box-shadow: #C4C4C4 0 1px 1px;
        color: #078CDB;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 1.2em;
        font-weight: bold;
    }

        .sidebar a:hover {
            background-color: #3BABED;
            color: #FFFFFF;
            border-radius: 0;
        }

/*base Table style*/

table th, td {
    /*text-align: left;*/
    padding: 2px;
}

table td img {
    vertical-align: middle;
}

.tdW {
    white-space: normal;
}

.trhover {
    color: white;
    background-color: #688FDC;
}

.mastersGrid th, .mastersGrid td {
    padding: 4px 6px 4px 12px;
}

.mastersGrid th {
    border: 1px solid #CCC;
}

/*Input field styles and multi col definations*/

.fiveCols, .fourCols, .threeCols, .twoCols, .oneCols {
    border: 1px solid #D2E7EA;
    padding: 5px;
    background: #F1F7F8;
}

    .fiveCols .field {
        width: 19.5%;
    }

    .fourCols .field {
        width: 24.5%;
    }

    .threeCols .field {
        width: 33%;
    }

    .twoCols .field {
        width: 49%;
    }

    .oneCols .field {
        width: 98%;
    }

    .fourCols .field, .fiveCols .field, .threeCols .field, .twoCols .field, .oneCols .field {
        float: left;
    }

.field {
    margin-bottom: 5px;
}

    .field > label {
        display: block;
        font-weight: bold;
    }

    .field div, .field p {
        background-color: #EEEEEE;
        padding: 4px;
    }

        .field textarea, .field div input, .field div select, .vcont div input {
            border: 1px solid #CCCCCC;
            margin: 0;
            padding: 0;
            width: 100%;
        }

/*Landing page*/


.landing .footer {
    background: url(../images/bg_sprite.gif) repeat-x left bottom;
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 40;
    bottom: 0;
    left: 0px;
}

.landing .header {
    height: 60px;
    padding-top: 5px;
    vertical-align: middle;
}

.landing .wrapper {
    width: 950px;
    margin: auto;
    padding-bottom: 50px;
    font-family: arial, helvetica, sans-serif;
}

.landing .learn {
    margin-top: 15px;
    padding: 8px 12px;
    color: #CC2419;
}

#landingLeftCol {
    width: 600px;
}

#ulPrereq {
    margin: 0;
    padding: 0;
    display: none;
    margin-left: 20px;
}

    #ulPrereq li {
        margin-bottom: 8px;
        border-bottom: 1px solid #DFDFDF;
    }

.components-plugin p {
    color: #000;
    font-weight: bold;
}

.components-list, .components-installed-list {
    display: none;
}

.plugin-update {
    display: none;
}

.components-list-done {
    display: none;
}

.components-list p, .components-installed-list p, .components-list-mac p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.components-list ul, .components-installed-list ul, .components-list-mac ul {
    padding: 0;
}

    .components-list ul li, .components-installed-list ul li, .components-plugin ul li {
        display: inline-block;
        margin-right: 10px;
        width: 45%;
        font-size: 12px;
        font-weight: bold;
        vertical-align: top;
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-color: #e6e6e6;
        padding: 3px 5px;
        border: 1px solid #DDD;
        border-bottom: 1px solid #CCC !important;
        border-radius: 4px;
        cursor: pointer;
    }

.help-inline {
    font-size: 10px;
    font-weight: normal;
}

.preIcon img {
    width: 40px;
    height: 40px;
}

.preItem {
    padding-top: 3px;
    margin-left: 60px;
    margin-bottom: 5px;
}

#preReqCheck h3 {
    font-size: 1.3em;
}

.loginForm {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 9px 20px;
    width: 264px;
}

    .loginForm fieldset {
        border: none;
        padding: 10px 0 0;
    }

    .loginForm legend h3 {
        margin-bottom: 10px;
        padding: 0 0 5px 0;
        font-weight: normal;
    }

    .loginForm div label {
        font-weight: bold;
        font-size: 13px;
        color: #777;
    }

    .loginForm div div {
        margin: 5px 0px 5px 0;
    }

        .loginForm div div input {
            margin: 0;
            padding: 1px;
            width: 250px;
            height: 24px;
        }

    .loginForm div.submit {
        margin-bottom: 10px;
    }

.contentTop .globalSearch .goBtn {
    background: url(../images/menu_bg.gif) no-repeat center top;
    border: solid 1px #068dde;
    color: #fff;
    height: 31px;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.loginForm form div.submit input {
    margin-top: 10px;
    padding: 6px 12px;
}

.welcome h5 {
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px white;
}

.welcome h1 span {
    font-weight: bold;
}

    .welcome h1 span.rad {
        color: #0af;
    }

    .welcome h1 span.spa {
        font-style: italic;
    }

.landing .footer {
    color: #666;
    padding: 10px 8px;
    padding: 0;
}

.footer .whiteTBdr {
    padding: 10px 20px;
}




/*{{QA Panel styles}}*/

.ul-grade-list {
    margin-left: 15px;
}

.grade-submenu {
    margin: 0;
}

.commentsTxtArea, .txtCommentsPeerReview {
    display: block;
}

.qa-action-radio-label {
    margin-right: 10px;
    padding-left: 3px;
}

.paramLabel {
    margin-right: 5px;
}

.paramCheckbox {
    margin-right: 20px;
}

.search-lbl {
    margin-right: 5px;
}

.plusimageapply {
    list-style-image: url('../images/plus.gif');
    cursor: pointer;
}

.minusimageapply {
    list-style-image: url('../images/minus.gif');
    cursor: pointer;
}

.grade-selection {
    font-weight: bold;
}

.grade-submenu li {
    list-style-type: none;
}

.gradenochild {
    list-style-type: none;
    cursor: pointer;
}

.grade-submenu li:hover {
    background-color: #FFFFCC;
}


/*Pagination controls*/

.pagination {
    float: right;
    white-space: nowrap;
    margin-top: 4px;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        text-align: right; /*Set to "right" to right align pagination interface*/
        font-size: 12px;
        font-family: Helvetica, Arial, sans-serif;
    }

    .pagination li {
        list-style-type: none;
        display: inline;
        padding-bottom: 1px;
    }

    .pagination a, .pagination a:visited {
        padding: 0 5px;
        border-radius: 2px;
        border: 1px solid #BDBDBD;
        text-decoration: none;
        color: #000;
        background-image: url('custom-theme/images/ui-bg_highlight-soft_100_e4e4e4_1x100.png');
        background-position: 50% 50%;
        background-repeat: repeat-x;
    }

        .pagination a:hover {
            background-position: 50% 50%;
            color: #FFF;
            background-image: url(custom-theme/images/ui-bg_highlight-soft_25_0073ea_1x100.png);
            background-repeat: repeat-x;
            border: 1px solid #0073EA;
        }

        .pagination a.currentpage {
            color: #1C4257 !important;
            border: 1px solid #7096AB;
            font-weight: bold;
            cursor: default;
            background-image: url(custom-theme/images/ui-bg_highlight-soft_65_92bdd6_1x100.png);
            background-position: 50% 50%;
            background-repeat: repeat-x;
        }

        .pagination a.disablelink, .pagination a.disablelink:hover {
            background-color: white;
            cursor: default;
            color: #929292;
            border-color: #929292;
            font-weight: normal !important;
        }

.tblMenuBar {
    position: relative;
}

/*Column selector dropdown*/

.colSelector {
    background-color: #fff;
    box-shadow: 0 2px 10px #8b8b8b;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#8b8b8b', Direction=145, Strength=3);
    position: absolute;
    left: 25px;
    top: 30px;
    z-index: 10;
    padding: 10px 10px 10px 5px;
    max-width: 700px;
    display: none;
}

    .colSelector .colList {
        padding: .2em;
        overflow-y: auto;
        border-bottom: solid #CCCCCC 1px;
        color: #69F;
    }

    .colSelector .ulDropdown {
        margin: 0;
    }

        .colSelector .ulDropdown li {
            list-style-type: none;
            padding-left: 10px;
            display: block;
            float: left;
            margin: 5px;
            padding: 2px 6px;
            cursor: move;
        }

            .colSelector .ulDropdown li input {
                margin-right: 5px;
            }
/*Datagrid Tables*/

.dataGrid {
    margin-bottom: 0;
}

    .th, .dataGrid th {
        text-shadow: 1px 1px 0px #fff;
        padding: 8px 2px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

    .dataGrid tr {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
    }

    .dataGrid tfoot {
        font-weight: bold;
        background: #F8F8F8;
        color: #777;
    }

    .dataGrid tr:hover, .dataGrid tbody tr:nth-child(odd):hover {
        background: #f0f0f0;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

    .odd, .dataGrid tbody tr:nth-child(odd) {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

.headerSortDown, .headerSortUp, .headerUnsort {
    background-position: right;
    cursor: pointer;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.headerUnsort {
    background-image: url('../images/upDownArrow.gif');
}

.headerSortUp {
    background-image: url('../images/asc.gif');
}

.headerSortDown {
    background-image: url('../images/desc.gif');
}

/* MIS */

#MISGraph {
    padding: 10px;
}

#MISTable {
    border: 1px solid #DDD;
    padding: 10px;
}

#chartAction {
    margin: 5px 0 5px 0;
}

#MISTable td:nth-child(2) {
    background-color: #F5F5F5;
}

#MISTable tfoot td {
    background-color: #F5F5F5;
}

#MISFilter table {
    margin-bottom: 0 !important;
}

#reporttable tr:hover {
    background-color: #E8FAD2
}
/* masterpage statusList and top right box */

.secondaryLinks {
    margin-top: 8px;
}

    .secondaryLinks, .secondaryLinks a {
        color: white;
        font-size: 11px;
    }

.linkCont li {
    list-style-type: none;
    margin: 0;
    height: 22px;
}

.linkCont li {
    float: left;
}

.secondaryLinks .user {
    padding-right: 15px;
}

.secondaryLinks .user {
    background-position: right 3px;
}

.secondaryLinks .signout {
    background-position: right -80px;
    background-image: url('../Images/statusIcons.png');
    background-repeat: no-repeat;
}

.secondaryLinks .signout {
    background-position: left -122px;
    padding-left: 20px;
}

.secondaryLinks .punchLine {
    float: right;
    padding-top: 10px;
    text-align: right;
    line-height: 15px;
    color: #00A1FF;
    text-shadow: 1px 1px 0 black;
    font-family: Arial;
}

.linkCont {
    margin: 0;
    height: 22px;
}

    .linkCont li {
        float: left;
    }

        .linkCont li a, .linkCont li {
            display: block;
            padding: 0 0 0 6px;
        }

            .linkCont li a.userImgLink {
                padding: 0;
            }

            .linkCont li a img {
                border: solid 1px #ccc;
            }

    .linkCont .menuOn {
        background-color: #e7e7e7;
        border: solid 1px #008cdb;
        border-bottom-color: #e7e7e7;
        color: #333;
        position: relative;
        z-index: 999;
        background-position: right -100px;
    }

    .linkCont .settingsUl, .linkCont .statusList {
        background-color: #e7e7e7;
        border: solid 1px #008cdb;
        display: none;
        margin: -1px 0 0 0;
        position: absolute;
    }

    .linkCont .statusList {
        width: 100px;
        z-index: 600;
    }

        .linkCont .settingsUl li, .linkCont .statusList li {
            float: none;
        }

            .linkCont .settingsUl li a {
                color: #666;
                padding: 4px 8px 4px 24px;
            }

    .linkCont .settingsUl .pref {
        background-position: 0 -153px;
    }

    .linkCont .settingsUl .mycal {
        background-position: 0 -181px;
    }

.settingsUl {
    padding-bottom: 5px;
}

.linkCont .statusList a {
    background: url('../Images/statusIcons.png') no-repeat 2px 2px;
    color: #666;
    display: block;
    padding: 0px 11px 0px 20px;
}

    .linkCont .statusList a:hover {
        background-color: #f6f6f6;
    }

#statusList a.active, #statusList a.awayS, #statusList a.busyS, #statusList a.inviS {
    background-position: right 2px;
    background-image: url(../images/statusIcons.png);
    background-repeat: no-repeat;
}


/*PACS styles */

#nodeSelect {
    font-size: 12px;
}


/*RIS Worklist styles. QA panel style at top*/

.comLog {
    width: 390px;
    height: 250px;
    overflow: auto;
}

.studyListColumn {
    border: 1px solid #CCC;
}

#filtersTr {
    background: #FDFFC3;
}

#globalSearch input[type="text"] {
    width: 150px;
    height: 23px;
    padding: 3px 0 3px;
    font-size: 13px;
    color: #444;
}

#globalSearch select {
    height: 23px;
    width: 150px;
    font-size: 13px;
}

.worklistColumn {
    margin: 5px 299px 5px 5px;
}

#sidebarExpander {
    margin-left: -299px;
    width: 22px;
}

#worklistSidebar {
    margin-left: -277px;
}

.worklistFilterColumn {
    background-position: left bottom; /*height: 329px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

    .worklistFilterColumn h5 {
        border-bottom: solid 1px #ccc;
        margin-bottom: 5px;
    }

.row-info {
    background: #E7CCFE !important;
}

.row-important {
    background: aqua !important;
}

.row-warning {
    background: rgb(131, 238, 131) !important;
}

.row-success {
    background: #3fb618 !important;
}

.row-Highlightwarning {
    background: #eed3d7 !important;
}

.rowHighlightComm {
    background: #C9FEF0 !important;
}

.rowHighlightBlue td {
    background-color: #078CDB;
    color: #FFF;
}

.rowHighlightBlue a {
    color: #FFF;
}

.legends {
    padding: 6px 12px 6px 12px;
}

.scroll {
    /*height: 300px;*/
    overflow: auto;
    -ms-overflow-x: scroll;
    -ms-overflow-y: scroll;
    min-width: 600px;
    min-height: 200px;
    border: 1px solid #CCC;
}

th, td {
    white-space: nowrap;
}

.treecontrol a {
    margin-right: 7px;
}

.ulTree {
    margin-left: 16px;
    margin-top: 5px;
}

.worklistActions > li {
    width: 16px;
    display: inline;
    float: left;
}

.priorUl li {
    border: 1px solid #DDD;
    padding: 2px 3px 2px 3px;
    background-color: #FFF;
    border-radius: 2px;
    margin-bottom: 2px;
}

.priorImg {
    margin-left: 3px;
    margin-right: 3px;
}

.statusLogs {
    overflow: auto;
}

.clickImageOrReport {
    font-weight: bold;
    font-size: 10px;
}

.moreActionsDiv {
    border: 1px solid #DDD;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border-radius: 0 3px 3px 3px;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .2);
    padding: 10px 10px 6px 10px;
    z-index: 9;
    margin-top: 20px;
    color: #333;
}

.moreActions li {
    border: 1px solid #DDD; /*background: -webkit-linear-gradient(top, #F7F7F7 0%,#EFEFEF 100%);*/
    padding: 2px 6px 2px 6px;
    background-color: #FFF;
    border-radius: 3px;
    margin-bottom: 2px;
    color: #333;
}

.tabSelected {
    background-color: #078CDB;
    color: #fff;
    cursor: text;
}

/*RIS Patient report panel*/
#reportSidePanel {
    width: 325px;
}

#reportFormContainer {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background: #F0F0EE;
}

.richTextarea textarea {
    margin-bottom: 10px;
    width: 100%;
}

#clippedImgPanel {
    padding: 0 5px;
}

#workHistory {
    padding: 0 5px;
}

.clippedImgs {
    padding: 5px;
}

    .clippedImgs ul {
        margin: 0;
    }

        .clippedImgs ul li {
            list-style-type: none;
            display: inline-block;
            border: 1px solid #DDD;
            padding: 3px;
            margin-right: 3px;
        }

    .clippedImgs span {
        display: block;
        margin-top: 5px;
    }


#docPopup, #addComment, #viewComment, #quickReport, #recordActions, #addendum {
    background-color: #fdfdfd;
}

    #quickReport .popupCont, #recordActions .popupCont {
        border-color: #0c96de;
        width: 650px;
    }

    #quickReport h5 {
        background: url('../Images/summary.gif') no-repeat 6px 9px;
    }

    #addendum .popupCont {
        border-color: #0c96de;
        width: 620px;
    }

    #quickReport .popPointer {
        background-image: url('../Images/left_blue.gif');
        left: -8px;
    }

.popPointer {
    background: url('../Images/pop_right.gif') no-repeat left center;
    position: absolute;
    top: 0;
    right: -14PX;
    width: 14px;
    height: 100%;
}

#recordActions .popPointer, #addendum .popPointer {
    background-image: url('../Images/top_blue.gif');
    background-position: left top;
    height: 8px;
    left: 30px;
    top: -8px;
    width: 18px;
}

.popup {
    position: absolute;
    display: none;
    background: #ECF2F9;
    border: 2px solid #617894;
    padding: 10px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.popupFixed {
    position: absolute;
    display: none;
    background: white;
    border: 2px solid #617894;
    padding: 10px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.popupCont {
    border: solid 2px #aaa;
    width: 300px;
}

.popH {
    background: url('../Images/gradient.gif') repeat-x left 0px;
    border-bottom: solid 1px #ccc;
    height: 33px;
}

    .popH h5 {
        border-right: solid 1px #ccc;
        color: #333;
        font-size: 1em;
        font-weight: normal;
        margin: 0;
        padding: 7px 10px 7px 25px;
    }

.popC {
    padding: 5px;
}

.popH .close {
    background: #eee url('../Images/close1.gif') no-repeat 10px 13px;
    border-left: solid 1px #ccc;
    color: #333;
    margin: 0;
    padding: 7px 10px 7px 25px;
}

.popB .btns, .popB .field {
    padding: 5px;
}

.popupCont .recording {
    border: solid 1px #ccc;
    margin: 5px 10px;
    padding: 5px 20px 10px;
    text-align: center;
}

    .popupCont .recording span {
        color: #666;
        float: left;
        font-size: .9em;
    }

    .popupCont .recording .time {
        font-size: 1.2em;
        float: right;
    }

    .popupCont .recording .size {
        float: none;
        clear: both;
        display: block;
        text-align: right;
    }

.startDic, .startRec {
    background: url('../Images/icons_sprite.gif') no-repeat;
    cursor: pointer;
}

.startDic {
    background-position: 5px -538px;
}

.startRec {
    background-position: 5px -599px;
}

/*Dashboard style*/

.userInfo div {
    padding: 0 5px;
}

.boxContTop {
    padding: 10px;
}

.rightCont {
    width: 275px;
    border-left: 1px solid #EEE;
}

    .rightCont h4 {
        border-bottom: solid 1px #e2e2e2;
        font-size: 1.2em;
        padding: 10px 5px 5px 25px;
        margin: 0 0 5px 5px;
        color: #222;
    }

    .rightCont .linkList {
        padding-left: 25px;
    }

        .rightCont .linkList li {
            margin-left: 18px;
            list-style-type: square;
        }

    .rightCont .study {
        background-position: -10px -815px;
    }

    .rightCont h4 {
        background: url(../images/icons_big.gif) no-repeat;
    }



.panelCont {
    border: solid 1px #eee;
    padding: 10px;
}

    .panelCont .pHead {
        border-bottom: solid 1px #c6dce9;
        height: 30px;
    }

        .panelCont .pHead h3, .boxMidL .pHead h3 {
            margin: 0;
            padding-left: 30px;
            text-transform: none;
            background-position: 5px -20px;
            line-height: 24px;
        }

    .panelCont .subTabs {
        margin-top: 5px;
    }

.subTabs li {
    float: left;
}

    .subTabs li.on {
        background-color: #f4f4f4;
        border: solid 1px #c6dce9;
        border-bottom-color: #f4f4f4;
    }

    .subTabs li a {
        line-height: 24px;
    }

.subTabsMenu {
    background-color: #f4f4f4;
    background-position: left -42px;
    border: solid 1px #c6dce9;
    border-top: none;
    clear: both;
    padding: 3px 10px;
    height: 21px;
}

.panelCont .pHead .status {
    background-position: 5px -46px;
}

.subTabsMenu a {
    color: #333;
    line-height: 21px;
}

    .subTabsMenu a span {
        height: 21px;
        padding-left: 10px;
        float: left;
    }

        .subTabsMenu a span.r {
            margin-right: 5px;
        }

.subTabsMenu .linkBtn span {
    /*background: url(../images/blue_btn_bg.gif) no-repeat;*/
    padding: 0 8px 0 8px;
    border-radius: 6px;
    background-color: #0d91e0;
}

.subTabsMenu .linkBtn {
    color: #fff;
}

.tabs {
    border-bottom: solid 1px #ddd;
    border-width: 1px 0;
    height: 32px;
}

    .tabs ul, .subTabs {
        margin: 0;
        padding: 0;
    }

        .tabs ul li {
            border: solid 1px #ddd;
            border-width: 0 1px 1px 0;
            float: left;
            height: 32px;
        }

            .tabs ul li a, .subTabs li a {
                color: #333;
                display: block;
                padding: 0 10px;
            }

            .tabs ul li.on {
                border-bottom-color: #fff;
            }

                .tabs ul li.on a {
                    background-color: #fff;
                    border-top: solid 2px #0d91e0;
                    color: #0d91e0;
                    line-height: 30px;
                    white-space: nowrap;
                }

.links {
    line-height: 30px;
}

    .links .pending {
        color: #f60;
    }

    .links .completed {
        color: #060;
    }

.graphCont img {
    vertical-align: middle;
}

.graphCont span {
    color: #999;
    position: absolute;
    bottom: 5px;
    right: 20px;
}

.tabs ul li {
    background: url(../images/gradient.gif) repeat-x;
    line-height: 32px;
}


/*Masters*/

.mastersTable {
    width: 100%;
    background-color: #ECF2F9;
    margin-bottom: 20px;
}

.mastersBody td {
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
}

.mastersBody input {
    margin-bottom: 2px !important;
}

.mastersBody tr:first-child td {
    padding-top: 10px;
}

.mastersHead {
    border-bottom: 2px solid #617894;
    background-color: #FFF;
}

    .mastersHead th {
        padding: 0 0 5px 0;
    }

.masters fieldset {
    margin-bottom: 20px;
    background-color: #ECF2F9;
}

input[type="text"], input[type="password"], textarea, select {
    border-color: #A9C0C7;
    box-shadow: inset 0 1px 2px rgba(90, 90, 90, 0.2);
}

.masters legend {
    border-bottom: 2px solid #617894;
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    font-weight: bold;
    color: #444;
}

.masters .inputColumns div {
    float: left;
    font-weight: bold;
    width: 20%;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
    color: #394E60;
}

.masters label {
    font-weight: bold;
    color: #394E60;
    float: left;
    margin-top: 2px;
    width: 140px;
    text-align: right;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.masters input, .masters select, .masters textarea {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}


#mastersDashboardtbl td {
    white-space: normal;
    padding: 10px;
    width: 25%;
    vertical-align: top;
}

td.mastersDbTblHeader {
    padding: 3px 0 3px 12px !important;
}

.heading {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.tableHeading {
    border-bottom: 2px solid #5A5B41;
    background-color: #FFF;
}

.subheadding {
    border-bottom: 2px dotted #999;
}

.actionColumn {
    width: inherit;
}

/* Status icon classes*/

#statusList a.active {
    background-position: right 2px;
}

.linkCont .statusList .busy {
    background-position: 2px -40px;
}

.linkCont .statusList .invi {
    background-position: 2px -60px;
}

.linkCont .statusList .away {
    background-position: 2px -20px;
}

#statusList a.busyS {
    background-position: right -40px;
}

#statusList a.inviS {
    background-position: right -60px;
}

#statusList a.awayS {
    background-position: right -20px;
}

.separator {
    padding: 0;
    display: block;
    margin: 0;
}




/*Workflow*/
#wfRuleBuilder {
    display: none;
}

#wfRuleBuilder {
    border: 1px solid #DDD;
    margin: 15px;
    box-shadow: 1px 0 4px 1px #eee;
}

#wfLCol {
    width: 70%;
}

#wfRcol {
    width: 30%;
}

#wfConditions, .wfActions {
    border: 1px solid #BCE8F1;
}

    #wfConditions span, .wfActions span {
        position: relative;
        display: block;
        padding: 3px;
        border-width: 0 0 1px 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        color: #3A87AD;
        background-color: #D9EDF7;
    }

    #wfConditions ol, .wfActions ol {
        margin-left: 25px;
        padding: 7px 0;
    }

.wfActionsDiv {
    padding: 7px 5px;
}
/*multifile*/
.multifileRow {
    border-bottom: 1px solid #999;
    padding: 5px;
}


#globalSearch {
    position: fixed;
    bottom: 25px;
    right: 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #FFF;
    border-bottom: none;
    background-color: #078CDB;
    margin-right: 20px;
    box-shadow: 0px -1px 15px 0px #999;
    display: none;
    z-index: 1000;
}

#InboxOverlay {
    position: fixed;
    z-index: 9000;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .65;
    display: none;
    cursor: pointer;
    top: 0;
}

.close {
    float: right;
}

    .close a {
        display: block;
        color: #777 !important;
        font-size: 10px;
        font-weight: bold;
        padding: 6px 12px 0;
        text-decoration: none;
        text-shadow: 0 1px 0 #F4F4F4;
        line-height: 5px;
    }

        .close a:hover {
            color: #333 !important;
        }

#notificationC {
    color: black;
    font-family: "Lucida Grande",Arial,sans-serif !important;
    font-size: .9em;
    background-color: #EEE;
    border-bottom-left-radius: 6px 6px;
    border-bottom-right-radius: 6px 6px;
    width: 600px;
    height: 400px;
    z-index: 9999;
    position: absolute;
    display: none;
    top: 0;
}


#InboxrightNav {
    width: 150px;
    float: left;
}

    #InboxrightNav a {
        display: block;
        background: #FBFBFB;
        border-bottom: 1px solid #DDD;
        color: #111;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 8px;
        text-shadow: white 0 1px 1px;
        white-space: nowrap;
    }

        #InboxrightNav a:hover {
            background: #D2D2D2;
        }

        #InboxrightNav a.current {
            background: #EEE;
            left: 1px;
            position: relative;
        }

#InboxmainPane {
    float: left;
    font-size: 12px;
    width: 440px;
    height: 300px;
    overflow: auto;
    border-left: 1px solid #DDD;
}

#InboxmainTbl tr {
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    cursor: pointer;
}

#mainTbl tr:hover {
    background: #FBFBFB;
}

#InboxmainTbl td {
    padding: 4px 0 4px 5px;
}

.btnback {
    display: none;
}

.btnAdd a {
    color: black;
    font-size: 11px;
}

.addSub {
    display: none;
}

#Inboxdetails {
    padding-left: 5px;
    display: none;
}

    #Inboxdetails li {
        list-style: none;
        border-bottom: 1px solid #DDD;
        padding: 3px 0 3px 0;
    }

#footer {
    width: 100%;
    background: #EBEBEB url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAYCAYAAAA7zJfaAAAAIElEQVQIW2N69+7dfyYGIGD6//8/AxILGxcbgV8JLvMA1HY2x8stFwEAAAAASUVORK5CYII=") repeat-x scroll 0 0;
    color: #666666;
    bottom: 0;
    position: fixed;
    vertical-align: middle;
    font-size: 11px;
    line-height: 24px;
    box-shadow: 0px -1px 15px 0px #999;
    border-top: 1px solid #999;
}

    #footer ul {
        list-style-type: none;
        margin-right: 20px;
        float: right;
    }

    #footer li {
        display: inline-block;
        padding: 0 10px 0 10px;
        border-left: 1px solid #9CACA8;
    }

        #footer li:last-child {
            border-right: 1px solid #9CACA8;
        }

        #footer li a {
            color: #666666;
        }

        #footer li:hover {
            background-color: #FFF;
        }

        #footer li a:hover {
            color: #0063D3;
        }

.count {
    border-radius: 8px;
    margin-left: 3px;
    background: #0068C9;
    color: #fff;
    padding: 0 4px 1px 4px;
    font-size: 10px;
}

.copyrights {
    float: left;
    margin-left: 5px;
}

    .copyrights a {
        color: #0063D3;
    }

#helpContent {
    width: 450px;
    bottom: 26px;
    right: 0px;
    position: absolute;
    background: white;
    background-image: url("../../Images/pagebg.gif");
    background-repeat: repeat-x;
    background-position: 0 -30px;
    padding: 10px;
    margin-right: 20px;
    box-shadow: 0px -3px 15px 0px #999;
}

#helpClose:hover {
    color: #078CDB;
}

/*jquery theme override*/

.ui-buttonset {
    margin-right: 0;
}

.ui-datepicker {
    line-height: 11px;
}
/*Additional sprites*/

.priorlnk {
    background-image: url('../Images/prior.gif');
    background-repeat: no-repeat;
}

.ui-silk.workflow {
    background-image: url('../Images/workflowSprites.png');
    background-repeat: no-repeat;
}

.ui-silk-wado {
    background-position: 0 -648px;
}

.ui-silk-xray {
    background-position: 0 -703px;
}

.ui-silk-approveStudy {
    background-position: 0 -431px;
}

.ui-silk-acceptStudy {
    background-position: 0 -377px;
}

.ui-silk-completeReport {
    background-position: 0 -875px;
}

.ui-silk-assignStudy {
    background-position: 0 -486px;
}

.ui-silk-completeDictation {
    background-position:0 -271px;
}

.ui-silk-checkImageDownload {
    background-position: 0 -108px;
}

.ui-silk-checkReconcile {
    background-position: 0 -542px;
}

.ui-silk-provideQa {
    background-position: 0 -593px;
}

.ui-silk-abortStudy {
    background-position: 0 -216px;
}

.ui-silk-viewReport {
    background-position: 0 -53px;
}

.ui-silk-cdrom {
    background-position: 0 -748px;
}

.ui-silk-startDictation {
    background-position: 0 -783px;
}

.ui-silk-CancelDictation {
    background-position: 0 -833px;
}

.ui-silk-finalReport {
    background-position: 0 -875px;
}

.ui-silk-closeViewer {
    background-position: 0 -943px;
}

.ui-silk-RejectReport {
    background-position: 0 -983px;
}

.ui-silk-RejectRequestForReview {
    background-position: 0 -1019px;
}

.ui-silk-xrayDone {
    background-position: 0 -1061px;
}

.ui-silk-saveTick {
    background-position: 0 -1098px;
}

.ui-silk-imageArchived {
    background-position: 0 -1128px;
}

.ui-silk-wadoArchived {
    background-position: 0 -1159px;
}

.datepicker, .datePicker1, .dateTimePicker1, .calenderimage, .dateTimePicker, .datetimepickerStart, .datetimepickerEnd, .datepickermaxdate, .datepickerTo, .datepickerFrom {
    background-position: right;
    background-image: url('../Images/calendar_day.png');
    background-repeat: no-repeat;
    padding-right: 10px;
}

/*Notification widget */

.ui-pnotify .ui-widget {
    border: 1px solid #FCEFA1;
    background: #FBF9EE;
    color: #363636;
}

.ui-pnotify-title {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.ui-pnotify-text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

/*Calendar*/
#addEvent label, #eventDetails label {
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 15px;
    text-align: right;
    line-height: 22px;
}

#addEvent input[type="text"] {
    float: left;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .ui-timepicker-div dl dd {
        margin: -25px 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui_tpicker_time {
    margin-top: -30px !important;
    font-weight: bold;
}


/*New Dashboard*/

#mainStat, #filterCol {
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
    background: linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    text-align: center;
}

#mainStat {
    margin-bottom: 20px;
}

    #mainStat .stat {
        display: inline-block;
        width: 20%;
        text-align: center;
        border-right: 1px solid #CCC;
    }

        #mainStat .stat:last-child {
            border-right: none;
        }

    #mainStat .widgetContent {
        padding: 20px 15px 15px;
        border: 1px solid #D5D5D5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #mainStat .stat h4 {
        font-size: 11px;
        font-weight: bold;
        color: #777;
        margin-bottom: 1.5em;
    }

#filterCol {
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

#dataTbl {
    margin-bottom: 20px;
}

.label {
    padding: 1px 3px 2px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9.75px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    padding: 1px 9px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge-important, .label-important {
    background-color: #b94a48;
}

.badge-warning, .label-warning {
    background-color: #f89406;
}

.badge-success, .label-success {
    background-color: #468847;
}

.badge-info, .label-info {
    background-color: #3a87ad;
}

.badge-inverse, .label-inverse {
    background-color: #333333;
}

.widget-table {
    margin-right: 20px;
}

    .widget-table.last {
        margin-right: 0px;
    }

.widget-header {
    height: 25px;
    padding: 7px 0 0 5px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
    background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
    border: 1px solid #D5D5D5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .widget-header h3 {
        color: #555;
        font-size: 14px;
        line-height: 18px;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
    }

.widget-content {
    border: 1px solid #D5D5D5;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .widget-content .dataGrid {
        width: 100%;
    }

        .widget-content .dataGrid td, .widget-content .dataGrid th {
            padding: 8px;
        }

        .widget-content .dataGrid td {
            border-top: 1px solid #DDD;
        }

        .widget-content .dataGrid tr {
            border: none;
        }

        .widget-content .dataGrid th {
            background: #E9E9E9;
            background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9));
            background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
            background: -ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
        }


/* Custom JQGRID style*/
.ui-jqgrid-btable .ui-state-hover {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    border: none;
    border-color: #CCC;
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    color: #444;
}

.ui-jqgrid-btable tbody tr:nth-child(odd):hover {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

.ui-jqgrid-btable tbody tr:nth-child(odd) {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

.ui-jqgrid .ui-state-default, .ui-jqgrid .ui-widget-content .ui-state-default, .ui-jqgrid .ui-state-hover {
    text-shadow: 1px 1px 0px #fff;
    color: #444;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

.ui-jqgrid a, .ui-jqgrid a:hover {
    color: #0063D3;
}

.ui-jqgrid-labels {
    padding: 8px 2px;
}

.ui-search-toolbar .ui-state-default {
    background: #FDFFC3;
}

.ui-state-hover .ui-icon {
    background-image: url(/css/custom-theme/images/ui-icons_333333_256x240.png) !important;
}

.ui-jqgrid-view .ui-widget-header {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}


/*Chat*/

#chatUserList {
    bottom: 25px;
    width: 200px;
    position: fixed;
    background: #FFF;
    border: 1px solid #DDD;
    z-index: 1000;
    right: 20px;
    box-shadow: rgba(221, 221, 221, 0.6) 0 -3px 6px;
}

    #chatUserList > div {
        box-shadow: 0 2px 6px #CCC;
        padding: 6px 5px;
    }

    #chatUserList > ul {
        max-height: 250px;
        overflow-y: auto;
    }

    #chatUserList > div > h4 {
        font-size: 13px;
        margin-bottom: 5px;
        color: #777;
    }

    #chatUserList > div > input {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: 25px;
        font-size: 12px;
        padding: 2px 4px;
    }

#chatGlobalContainer {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 999;
}

    #chatGlobalContainer .ui-icon {
        display: inline-block;
        cursor: pointer;
    }

.chatBox {
    width: 260px;
    display: inline-block;
    background-color: #FFF;
    z-index: 900;
    margin-left: 5px;
    font-size: 12px;
    box-shadow: 2px 0 4px #DDD;
}

.chatTitle {
    height: 18px;
    border: 1px solid #7096AB;
    padding: 2px 5px;
    background-color: #9DC7DF;
    color: #1C4257;
    font-weight: bold;
    font-size: 11px;
}

    .chatTitle .names {
        overflow: hidden;
        width: 190px;
        height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.chatMain {
    border: 1px solid #CCC;
    border-top: none;
}

.chatMiddle {
    background-color: #f7f7f7;
    padding: 5px;
}

.chatMessage {
    border-bottom: 1px solid #eee;
    padding: 3px 0;
}

    .chatMessage > .alert {
        color: #b94a48;
        font-size: 11px;
    }

.chat-from {
    font-weight: bold;
    color: rgb(65, 109, 129);
    padding-bottom: 2px;
}

    .chat-from .timestamp {
        font-size: 11px;
        font-weight: normal;
    }

.chatUsers {
    overflow: auto;
    max-height: 60px;
}

    .chatUsers > ul {
        padding: 0;
        margin-bottom: 5px;
    }

.chatInvite {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.chatBody {
    min-height: 100px;
    max-height: 200px;
    width: 248px;
    overflow-y: auto;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #EEE;
    padding: 5px;
    word-break: break-all;
}

.chatNotice {
    font-size: 11px;
    text-align: center;
}

.chatEditor {
    padding: 5px;
}

    .chatEditor textarea {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        resize: none;
        margin-bottom: 0;
        font-size: 12px;
    }

.ui-hide {
    display: none;
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

    .nav > li > div > a {
        display: block;
    }

        .nav > li > div > a:hover {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .nav > .pull-right {
        float: right;
    }

.nav-header {
    display: block;
    padding: 3px 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    cursor: pointer;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

    .nav-list > li > a,
    .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nav-list > li > div > a {
        padding: 3px 0;
        cursor: pointer;
    }

    .nav-list > .active > a,
    .nav-list > .active > a:hover {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

.mandatory {
    color: rgb(255,0,0);
    font-size: 15px;
}

.archived-active {
    background-image: url('../Images/archive7.png');
    background-repeat: no-repeat;
}

.qrcode {
    background-image: url('../Images/QRCode.png');
    background-repeat: no-repeat;
}

.wadoarchd {
    background-image: url('../Images/archive_list2.png');
    background-repeat: no-repeat;
}

.ofp {
    background-image: url('../Images/ofp.png');
    background-repeat: no-repeat;
}

.webViewerPurged {
    background-image: url('../Images/webViewerPurged.png');
    background-repeat: no-repeat;
}

.ofpnew {
    background-image: url('../Images/ofpnew.png');
    background-repeat: no-repeat;
}

.viewSeries {
    background-image: url('../Images/Series-Logo.png');
    background-repeat: no-repeat;
}

.fwdtoioc {
    background-image: url("../Images/ForwardToIOC.png");
    background-repeat: no-repeat;
    position: relative;
    right: -2px;
    top: 3px;
}

.fwdtover2 {
    background-image: url("../Images/ForwardToVer.png");
    background-repeat: no-repeat;
    position: relative;
    right: 0;
    top: 3px;
}

.assignmentplay {
    background-image: url('../Images/assignmentplay.png');
    background-repeat: no-repeat;
}

.assignmentpause {
    background-image: url('../Images/assignmentpause.png');
    background-repeat: no-repeat;
}

.scroll {
    width: auto !important;
    height: 1200px !important;
    border: 1px solid #CCC;
    overflow: auto !important;
}

.cmovemodel {
    max-width: 1000px;
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: normal;
}

.radspaJViewer {
    background-image: url('../Images/RADSpaJ.png');
    background-repeat: no-repeat;
}

.radspaJViewerPurged {
    background-image: url('../Images/RADSpaJPurged.png');
    background-repeat: no-repeat;
}
.editIcon {
    background-image: url('../Images/Edit_Icon.png');
    background-repeat: no-repeat;
}

.myrianViewer {
    background-image: url('../Images/Myrian.png');
    background-repeat: no-repeat;
}

.MarkAsPrior {
    background-image: url('../Images/MarkAsPrior.png');
    background-repeat: no-repeat;
}

.jViewerWithReporting {
    background-image: url('../Images/jViewerWithReporting.png');
    background-repeat: no-repeat;
}

.AIimage {
    background-image: url('../Images/aiicon.png');
    background-repeat: no-repeat;
}

.aiResult_Positive {
    background-color: red;
}

.aiResult_Negative {
    background-color: green;
}

.aiResult_Suspicious {
    background-color: orange;
}
