html {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 70%;
    font-family: helevetica, arial, sans-serif;
    color: #333;
    background: #f6f4ec;
}

form {
    margin: 0;
    padding: 0;
}

#logo {
    float: left;
    margin: 10px 0 0 15px;
    cursor: pointer;
}

#logo h1 {
    text-indent: -9999px;
    background: url(/images/logo.gif) no-repeat;
    width: 141px;
    height: 46px;
    margin: 0;
}

a:link,a:visited {
    color: #f26522;
    text-decoration: none;
}

a:hover,a:active {
    color: #f26522;
    text-decoration: underline;
}

a.iconWarehouseAlert:link,a.iconWarehouseAlert:visited,a.iconWarehouseAlert:hover,a.iconWarehouseAlert:active
{
    padding-left: 25px;
    background: url(/images/icon_alert_warehouse.gif) no-repeat;
}

a.iconRelationshipAlert:link,a.iconRelationshipAlert:visited,a.iconRelationshipAlert:hover,a.iconRelationshipAlert:active
{
    padding-left: 25px;
    background: url(/images/icon_alert_relationship.gif) no-repeat;
}

a.iconMarketingAlert:link,a.iconMarketingAlert:visited,a.iconMarketingAlert:hover,a.iconMarketingAlert:active
{
    padding-left: 25px;
    background: url(/images/icon_alert_marketing.gif) no-repeat;
}

a.iconAccountingAlert:link,a.iconAccountingAlert:visited,a.iconAccountingAlert:hover,a.iconAccountingAlert:active
{
    padding-left: 25px;
    background: url(/images/icon_alert_accounting.gif) no-repeat;
}

.floatClear {
    clear: both;
    display: block;
}

/* Account Info
-----------------------------------------------------------------------------*/
h5 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: normal;
    color: #000;
}

#accountInfo {
    float: right;
    margin: 5px 10px;
}

#accountInfo img {
    border: 1px solid #000;
    margin-right: 5px;
}

#accountInfo table {
    margin: 0;
    float: left;
}

#accountInfo table td {
    text-align: right;
    padding: 2px;
}

#accountInfo table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#accountInfo table td ul li {
    font-size: .9em;
    display: inline;
    margin-left: 2px;
}

#accountInfo #inbox {
    font-size: .9em;
    margin-top: 10px;
}

#accountInfo #inbox th {
    text-align: left;
    padding-right: 10px;
    font-weight: normal;
    color: #333;
}

#accountInfo #inbox td {
    text-align: center;
    padding: 2px 1px;
    vertical-align: middle;
}

#accountInfo #inbox td a {

}

#accountInfo #inbox .newMessage {
    font-weight: bold;
}

/* Top Navigation
-----------------------------------------------------------------------------*/
#topNav {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(/images/bg_topNavBottom.gif) repeat-x left bottom;
    overflow: hidden;
}

#topNav li {
    float: left;
    margin: 10px 0 0 0;
    padding: 0 1px 0;
}

#topNav li.first {
    margin-left: 8px;
}

#topNav li a:link,#topNav li a:visited {
    float: left;
    margin-top: 2px;
    padding: 5px 13px 6px 13px;
    color: #70828f;
    font-weight: bold;
    background: #f2f6f9 url(/images/bg_mainTabOff.gif) repeat-x left top;
    text-decoration: none;
    border-top: 1px solid #a0a4a9;
    border-left: 1px solid #a0a4a9;
    border-right: 1px solid #a0a4a9;
    font-size: 1.1em;
}

#topNav li a:hover,#topNav li a:active {
    color: #323232;
    background: #d9e5f3;
    text-decoration: none;
    border-top: 1px solid #878a8f;
    border-left: 1px solid #878a8f;
    border-right: 1px solid #878a8f;
}

#topNav li.current a:link,#topNav li.current a:visited,#topNav li.current a:hover,#topNav li.current a:active
{
    padding: 8px 12px 6px 12px;
    margin-top: 0px;
    color: #323232;
    background: #fff url(/images/bg_mainTabCurrent.gif) repeat-x left
    bottom;
    text-decoration: none;
    border-top: 1px solid #878a8f;
    border-left: 1px solid #878a8f;
    border-right: 1px solid #878a8f;
}

#topNav li.rightTab {
    float: right;
    margin-right: 8px;
}

/* Alerts
-----------------------------------------------------------------------------*/
.alertConfirm {
    margin: 8px 8px 0 8px;
    padding: 7px 7px 7px 40px;
    background: #70c470 url(/images/icon_alertConfirm.gif) no-repeat 10px
    50%;
    border: 1px solid #429a42;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.alertError {
    margin: 8px 8px 0 8px;
    padding: 7px 7px 7px 40px;
    background: #dd5730 url(/images/icon_alertError.gif) no-repeat 10px
    50%;
    border: 1px solid #970909;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.alertNotice {
    margin: 8px 8px 0 8px;
    padding: 7px 7px 7px 40px;
    background: #FFF9D6 url(/oa/images/icon_alert_announcement.gif) no-repeat 10px 50%;
    border: 1px solid #EEDEA8;
    color: #333333;
    font-weight: normal;
    font-size: 1.1em;
}

/* Search Navigation
-----------------------------------------------------------------------------*/
#searchNav {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: url(/images/bg_topSearchNavBottom.gif) repeat-x left
    bottom;
    overflow: hidden;
}

#searchNav li {
    float: right;
    margin: 0;
    padding: 0 1px 0;
}

#searchNav li.first {
    margin-right: 8px;
}

#searchNav li a:link,#searchNav li a:visited {
    float: left;
    margin-top: 7px;
    padding: 3px 13px 3px 13px;
    color: #70828f;
    font-weight: bold;
    background: #f2f6f9 url(/images/bg_mainSearchTabOff.gif) repeat-x
    left top;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 1.1em;
}

#searchNav li a:hover,#searchNav li a:active {
    color: #323232;
    background: #d9e5f3;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#searchNav li.current a:link,#searchNav li.current a:visited,#searchNav li.current a:hover,#searchNav li.current a:active
{
    margin-top: 7px;
    padding: 3px 13px 4px 13px;
    color: #323232;
    background: #fff url(/images/bg_mainSearchTabCurrent.gif) repeat-x
    left bottom;
    text-decoration: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#searchNav li.qsTab {
    float: left;
    margin-left: 8px;
}

#searchOptions {
    margin: 0 0 10px 10px;
    padding-top: 10px;
    font-size: 1.3em;
    font-weight: bold;
}

/* Content Area
-----------------------------------------------------------------------------*/
#contentWrapper {
    background: #fcfcfc url(/images/bg_contentWrapper.gif) repeat-x left
    top;
}

#contentArea {
    background: #fff;
    margin: 0px 8px 8px 8px;
    padding: 20px 20px 10px 20px;
    overflow: auto;
    border: 1px solid #ccc;
    height: auto;
    width: auto;
}

#searchContentArea {
    background: none;
    margin: 8px;
    margin-top: 0;
    padding: 10px 0 0 0;
    overflow: auto;
    height: 1%;
}

#searchContentArea #contentArea {
    margin: 0;
    border-top: none;
}

html>body #searchContentArea #contentArea {
    height: auto;
}

#leftPane {
    float: left;
}

html>body #leftPane {
    float: none;
    margin-right: 290px;
}

#rightPane {
    float: right;
    width: 270px;
}

#loginBox {
    background: #fff;
    border: 4px solid #ccc;
    overflow: hidden;
    width: 450px;
    margin: 150px auto 0 auto;
}

.carveoutSelect td {
    padding: 10px 20px 10px 0;
}

.carveoutSelect td p {
    margin: 0 0 4px 0;
}

kbd {
    font-weight: bold;
    font-family: helevetica, arial, sans-serif;
}

/* Account Info
-----------------------------------------------------------------------------*/
h2 {
    font-size: 2em;
    margin: 0;
    color: #333;
}

span.prospect {
    color: #990;
}

p.breadcrumb {
    margin: 0 0 8px 0;
    padding: 10px 0 0 10px;
    font-size: .9em;
    color: #333;
}

input.small,select.small {
    font-size: .9em;
}

#priority {
    float: left;
    padding: 0 5px 3px 10px;
    width: auto;
    font-weight: bold;
    font-size: 5em;
    color: #cdd6e2;
    border-left: 1px dotted #ccc;
}

#priority.ticket {
    font-size: 3em;
}

#priority .label {
    display: block;
    float: left;
    margin-top: 14px;
    font-weight: normal;
    font-size: .2em;
    color: #545f6a;
}

#priority.ticket .label {
    float: none;
    margin-top: 8px;
    font-size: .3em;
}

#item {
    float: left;
    margin-right: 20px;
}

#itemInfo {
    list-style: none;
    margin: 2px 0 0 0;
    padding: 0;
}

#itemInfo li {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: .9em;
}

#itemArt {
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

#itemArt img {
    border: 1px solid #666;
}

/* Item Tools
-----------------------------------------------------------------------------*/
#itemTools {
    list-style: none;
    clear: both;
    margin: 0 0 20px 0;
    padding: 5px 0 13px 0;
    border-bottom: 1px solid #e2e1e1;
    width: 100%;
}

#itemTools li {
    display: inline;
    margin-right: 13px;
    border-right: 1px solid #999;
    padding-right: 8px;
}

html>body #itemTools li {
    margin-right: 5px;
}

#itemTools li.last {
    border-right: none;
}

#itemTools li a:link,#itemTools li a:visited {
    color: #2c9608;
}

/* Quick Search
-----------------------------------------------------------------------------*/
#quickSearch {
    float: right;
    padding: 10px;
    /* background:#d3e7c5 url(/images/bg_quickSearch.gif) repeat-x left bottom; */
    border: 5px solid #ececec;
    width: 240px;
    margin-bottom: 15px;
}

#quickSearch h4 {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #333
}

input.quickSearchField {
    width: 165px;
}

/* Panels
-----------------------------------------------------------------------------*/
.panelHeader {
    overflow: hidden;
    padding: 7px 2px 7px 6px;
    height: 1%;
    background: #fff url(/images/bg_panelHeader.gif) repeat-x left bottom;
    border: 1px solid #9cadbb;
}

html>body .panelHeader {
    height: auto;
}

.panelHeader.alerts {
    background: #fff url(/images/bg_panelHeader_Alert.gif) repeat-x left
    bottom;
}

.panelHeader.notices {
    background: #fff url(/images/bg_panelHeader_Notice.gif) repeat-x left
    bottom;
}

.panelHeader h3 {
    margin: 3px 0 0 4px;
    padding: 0;
    float: left;
    font-size: 1.1em;
    font-family: "Lucida Grande", helvetica, arial, sans-serif;
    color: #313842;
}

html>body .panelHeader h3 {
    margin: 3px 0 0 8px;
}

.panelHeader h3 .sub {
    font-size: .9em;
    font-weight: normal;
}

#rightPane .panelHeader {
    background: #ececec;
    border: 5px solid #ececec;
    padding: 7px 2px 7px 0;
}

.panelHeader ul {
    float: right;
    list-style: none;
    margin: 2px 10px 0 0;
    padding: 0;
}

.panelHeader ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
}

.panelContent {
    border-left: 1px solid #9cadbb;
    border-right: 1px solid #9cadbb;
    border-bottom: 1px solid #9cadbb;
    overflow: auto;
    margin-bottom: 20px;
    height: 1%;
}

.panelContent.no-border-bottom {
    border-bottom: 0;
}

html>body .panelContent {
    height: auto;
}

#rightPane .panelContent {
    border-left: 5px solid #ececec;
    border-right: 5px solid #ececec;
    border-bottom: 5px solid #ececec;
}

.panelContent.tools,.panelContent.tickets {
    padding: 10px;
}

.panelContent.fullReport {
    border-top: 1px solid #9cadbb;
}

.panelContent h6 {
    margin: 3px 0 4px 0;
    padding: 0;
    font-size: 1em;
    color: #313842;
}

.panelContent p {
    margin: 10px 0 10px 20px;
}

.panelContent.padded {
    padding: 10px;
}

.panelSummary {
    margin: 0 0 0 0;
    padding: 10px 13px 10px 13px;
    background: #d8dde3;
    border-bottom: 1px solid #9cadbb;
    overflow: hidden;
    height: 1%;
    width: auto;
}

.panelSummary.below {
    clear: both;
    width: auto;
    border-top: 1px solid #ccc;
    background: #efefef;
    overflow: hidden;
}

html>body .panelSummary.below {
    width: auto;
    overflow: hidden;
}

.panelSummary.hide {
    display: none;
}

.panelSummary p {
    margin-top: 0;
    margin-left: 0;
}

html>body .panelSummary {
    height: auto;
}

.panelSummary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.panelSummary ul li {
    margin: 0;
    padding: 0;
    display: inline;
    margin: 0 20px 0 0;
    float: left;
}

.panelSummary ul li.right {
    float: right;
    margin-right: 0;
}

html>body .panelHeader.tickets,html>body .panelHeader.tools {
    margin-top: 90px;
}

.panelContent.tickets dl {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

.panelContent.tickets dt {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1em;
    font-weight: bold;
}

.panelContent.tickets dd {
    margin: 0 0 8px 0;
    padding: 0;
}

.panelContent.tools ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
}

.panelContent.tools li {
    margin: 0 0 4px 0;
    padding: 0;
}

.panelContent p.noContent {
    text-align: center;
}

.panelButtons {
    width: 97%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    float: right;
    text-align: right;
}

table.panelButtons {
    width: 90%;
    margin: 0;
}

table.panelButtons td {
    padding: 5px 5px 5px 15px;
    text-align: left;
}

table.panelButtons td.right {
    text-align: right;
}

#refineResults {
    display: none;
}

/* Tables - Data
-----------------------------------------------------------------------------*/
table.data {
    width: 100%;
    border-collapse: collapse;
    float: left;
}

table.data th {
    border-bottom: 1px solid #b1afb1;
    background-color: #e6eaef;
    color: #666;
    text-align: left;
    padding: 6px 14px 6px 14px;
}

table.data th.no-wrap,
table.data td .no-wrap {
    white-space:nowrap
}

table.data th a:link,table.data th a:visited {
    text-decoration: underline;
    color: #797b7e;
}

table.data th a:hover,table.data th a:active {
    color: #333;
}

table.data td {
    padding: 6px 14px 6px 14px;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}

table.data td.smallMargin {
    padding: 6px 10px 6px 10px;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}

#rightPane table.data td {
    border: 1px solid #ececec;
    padding: 6px 14px 6px 10px;
}

table.data td.center,table.data th.center {
    text-align: center;
}

table.data td.right,table.data th.right {
    text-align: right;
}

table.data td.fixed,table.data th.fixed {
    width: 15%;
}

table.data td.trackID {
    font-size: 3em;
    font-weight: bold;
    color: #999;
}

table.data td.tableRowActions ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table.data td.tableRowActions ul li {
    float: left;
    margin: 3px 0 0 9px;
    padding: 0;
}

tr.datarow {
    text-align: left;
}

table.data tr.alt {
    background-color: #f6f7f9;
}

table.data tr.expanded {
    border-top: 1px dotted #ddd;
    border-bottom: 1px solid #ccc;
}

table.data tr.expanded ul {
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
}

table.data tr.expanded li {
    margin: 0 10px 5px 0;
    padding: 0 10px 0 0;
}

table.data tr.taskClosed {
    color: #b0b0b0;
}

table.data tr.rowSeperation {
    border-bottom: 1px dotted #ccc;
}

table.dataTable tr.odd { background-color: #f6f7f9 !important;; }
table.dataTable tr.even { background-color: #FFFFFF !important; }

table.dataTable tr.odd td.sorting_1 { background-color: #f6f7f9 !important; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF !important; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF !important; }
table.dataTable tr.even td.sorting_1 { background-color: #FFFFFF !important; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF !important; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF !important; }

.tablePagination {
    width: 100%;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #ccc;
}

.tablePagination.bottom {
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    margin-top: -20px;
}

.tablePagination th {
    padding: 5px 5px 5px 3px;
    background: transparent;
    color: #747474;
    font-weight: normal;
    text-align: left;
}

.tablePagination th.right {
    text-align: right;
}

.tablePagination th.center {
    text-align: center;
}

.tablePagination th a:link {
    color: #369;
}

table.data a.descending:link,table.data a.descending:visited,table.data a.descending:hover,table.data a.descending:active
{
    color: #262626;
    text-decoration: underline;
    background: url(/images/sortArrowDown.gif) no-repeat right 6px;
    padding-right: 13px;
}

table.data a.ascending:link,table.data a.ascending:visited,table.data a.ascending:hover,table.data a.ascending:active
{
    color: #262626;
    text-decoration: underline;
    background: url(/images/sortArrowUp.gif) no-repeat right 4px;
    padding-right: 13px;
}

table.data th.trackNumber {
    padding: 13px;
    width: 80px;
    text-align: center;
}

.rowSelect {
    width: 20px;
}

.rowNarrow {
    width: 45px;
}

th.rowSelect {
    width: 20px;
    border-right: 1px solid #b1afb1;
}

ul.smallTableFooterButtons {
    margin: 10px 10px;
    padding: 0;
    float: right;
}

ul.smallTableFooterButtons li {
    display: inline;
    margin: 0;
    padding: 0;
}

.primaryContact {
    font-weight: bold;
}

table.form td.ytDeliverySettings {
    line-height: 0;
    padding-top: 0;
    padding-left: 2px;
}

/* Tables - Form
-----------------------------------------------------------------------------*/
table.form {
    float: left;
    width: 30%;
    border-collapse: collapse;
    margin: 10px;
}

table.form.wide {
    float: left;
    width: 62%;
}

table.form.full {
    float: left;
    width: 93%;
}

table.form.half {
    float: left;
    width: 40%;
}

table.form.login {
    margin-top: 20px;
    float: right;
    width: 75%;
}

html>body table.form.login {
    margin-top: 20px;
    float: right;
    width: 75%;
    clear: both;
}

table.form th {
    text-align: right;
    padding: 7px 2px;
    vertical-align: top;
    width: 200px;
}

table.form td {
    padding: 6px 0 6px 2px;
}

table.form td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table.form td ul li {
    margin-bottom: 5px;
}

.datePicker td {
    white-space: nowrap;
}

.datePicker {
    display: inline;
    white-space: nowrap;
}

p.dateSep {
    margin: 4px 0 4px 0px;
}

table.territorytable {
    border-collapse: separate;
    border-spacing:10px;
    float: left;
    padding: 0 12px 12px 12px;
    width: 40%;
}

table.territorytable th {
    text-align: right;
}

table.territorytable th.boldText {
    font-style: italic;
    color: #F80000;
}

table th.redText {
    color: #F80000;
    text-align: left;
    font-style: italic;
}

table.territorytable select {
    width: 78px;
}
/* THIS WOULD BE THE CSS FOR MAKING THE DATES HIDDEN BEFORE THEY ARE REBUILT
.datePicker select{
    color: white;
}

.showDatePicker{
    white-space: nowrap;
    display: inline;
}


.showDatePicker select{
    color: black;
}
*/
table.form th.left {
    text-align: left;
}

table.form thead th {
    background-color: #ececec;
    padding: 5px;
}

table.form.subtable {
    border: 1px solid #ccc;
}

table.form th.required {
    padding-top: 10px;
}

span.required {
    color: #000;
    font-size: 2em;
    vertical-align: -8px;
}

.textField {
    padding: 2px;
}

.textFieldDate {
    width: 60px;
}

.textField.large {
    width: 98%;
}

input.small,select.small {
    font-size: .9em;
}

input.number {
    width: 30px;
}

input.numberSmall {
    width: 20px;
}

select.multiple {
    height: 100px;
}

select.multipleLarge {
    height: 250px;
}

select.multipleSmall {
    height: 50px;
}

textarea {
    width: 98%;
    height: 150px;
}

textarea.small {
    height: 50px;
    width: 50%;
}

textarea.autoWidth {
    width: auto;
}

.formSubText {
    color: #999;
    font-style: italic;
}

.trackEdit {
    display: block;
    overflow: hidden;
    height: 1%;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.trackEdit.alt {
    background-color: #f6f7f9;
}

.formSubHeader {
    padding: 20px 10px 10px 10px !important;
    font-size: 1.3em;
    font-weight: bold;
    color: #666;
}

.formSubHeader h6 {
    border-bottom: 1px solid #ccc;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin-left: 10px;
}

/* POPUP FRAME
-----------------------------------------------------------------------------*/
div.popUpDiv {
    background: #FFFFFF;
    border: 1px solid black;
    position: absolute;
    display: none;
    z-index: 2000;
    /*top: 20%;*/
    left: 20%;
    width: 60%;
    /*height: 60% !important;*/
    /*height: 300px;*/
    overflow: hidden;
}

div.draft {
    background-image: url('/images/draft.png');
}

.popUpFrame {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

.popUpScreen {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    z-index: 2;
    filter: alpha(opacity = 60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -khtml-opacity: .6;
    background-color: black;
}

/*--------------------------------------jqModal-----------------------------------------*/
.jqmWindow {
    display: none;
    position: fixed;
    top: 10%;
    left: 40%;
    margin-left: -300px;
    width: 60%;
    height: 400px;
    background-color: #f6f4ec;
    color: #333;
    border: 1px solid black;
    /*padding: 12px;*/
}

.jqmOverlay {
    background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression(( document.documentElement.scrollTop ||
        document.body.scrollTop)+  Math.round(17*  (document.documentElement.offsetHeight||
         document.body.clientHeight )/100 )+  'px' );
}

.controls2 a {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/images/icon_close_large.gif);
    background-position: center center;
    overflow: auto;
    text-indent: -100px;
}

.header2 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 10%;
    overflow: hidden;
    background-color: white;
    background-image: url(/images/bg_panelHeader.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #545454;
}

.content2 {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 80%;
    overflow: auto;
    background-color: #f6f4ec;
}

.footer2 {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
    height: 10%;
    background-color: white;
    overflow: hidden;
    background-image: url(/images/bg_mainSearchTabcurrent.gif);
    background-position: left top;
    background-repeat: repeat-x;
    border-top: 1px solid #545454;
}

div.actionButtons2 {
    padding-right: 20px;
    padding-top: 1%;
}

div.panelButtons2,div.panelHeader2 {
    display: none;
}

.panelContent2 {
    border: none;
    margin-bottom: 0 !important;
    height: auto !important;
    overflow: auto;
}

.highlightRed {
    color: #ff0000;
    font-weight: bold;
}

.highlightGreen {
    color: #006600;
}

/*-------------------------------------------------------------------------------------*/

/*-------------------------------------- a tooltip -----------------------------------------*/
a.tooltip:hover {
    background: #ffffff;
    text-decoration: none;
} /*BG color is a must for IE6*/
a.tooltip span {
    display: none;
    padding: 2px 3px;
    margin-left: 30px;
    width: 130px;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #6c6c6c;
}

/*-------------------------------------------------------------------------------------*/

/*------------------------------------ Video dashboard css ---------------------------*/
.itemShowLink {
    display: block;
}

.itemHideLink {
    display: none;
}

.borderOff {
    border: 0px !important;
}

.modalContainer {
    background-color: #ffffff;
}

.timeago {
    border-bottom-style: none;
}

.pagination {

}

.pagination a {

}

.pagination a,.pagination span {

}

.pagination .current {

}

.pagination .current.prev,.pagination .current.next,.first,.last {

}

input#pass,input#fail {
    margin-left: 8px
}

input#fail {
    margin-right: 6px
}

form#frmRejectionEdit,input#chkApprove {
    float: right
}

input#chkApprove {
    margin: 2px 10px 0 40px
}

#skipAndSaveLink {
    margin-top: 10px
}

input#btnRejection {
    display: block;
    float: right
}

/*-------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    width: 100%
}
/*-------------------------------------- ORCHARD ACCESS BLACKLIST SCREENS -----------------------------------------*/
.panelHeader1 {
    overflow: hidden;
    padding: 7px 2px 7px 6px;
    height: 1%;
    width: 75%;
    margin: -100px 0px 30px;
    background: #fff url(/images/bg_panelHeader.gif) repeat-x left bottom;
    border: 1px solid #9cadbb;
}

.adddblacklisttext {
    width: 300px;
}

.searchdblacklist {
    margin: -24px 600px 20px;
}

.searchdblacklisttext {
    top: 60px;
    right: 335px;
    width: 300px;
}

.searchbutton {
    position: absolute;
    top: 230px;
    left: 935px;
}

.totalblacklist {
    margin: 0px 400px 0px;
    text-align: right;
}

.inputblackword {
    width: 150px;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em;
    width: 200px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
{
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #FAA635;
    background: #E6EAEF;
    color: #666666;
    font-weight: bold;
}

.ui-widget-content a {
    color: #70828F;
}

.ui-widget-header {
    border: 1px solid #3f7506;
    background: #E6EAEF;
    color: #666666;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-widget :active {
    outline: none;
}

.panelContent_noscroll {
    border-left: 1px solid #9cadbb;
    border-right: 1px solid #9cadbb;
    border-bottom: 1px solid #9cadbb;
    overflow: hidden;
    margin-bottom: 20px;
    height: 1%;
}

html>body .panelContent_noscroll {
    height: auto;
}

#rightPane .panelContent_noscroll {
    border-left: 5px solid #ececec;
    border-right: 5px solid #ececec;
    border-bottom: 5px solid #ececec;
}

.panelContent_noscroll.tools,.panelContent_noscroll.tickets {
    padding: 10px;
}

.panelContent_noscroll.fullReport {
    border-top: 1px solid #9cadbb;
}

.panelContent_noscroll h6 {
    margin: 3px 0 4px 0;
    padding: 0;
    font-size: 1em;
    color: #313842;
}

.panelContent_noscroll p {
    margin: 10px 0 10px 20px;
}

.errormsgForBlackList,.errormsgForRelease {
    color: #FF0000;
    clear: both;
}

.blacklistedWord {
    clear: both;
    color: #FFFFFF;
    padding: 2px 5px;
    background: #FF0000;
    border-radius: 3px;
}

.blacklistError {
    display:block !important;
    font-weight:normal !important;
    background-color:#FF0000 !important;
    padding: 5px 5px 5px 40px !important;
}

.click,.changeColor {
    cursor: pointer
}

.changeColor {
    line-height: 22px
}

.noClick {
    color: #bbb
}

#errorMessage {
    display: none;
    margin: 0 0 8px 0;
    padding: 0 0 0 40px;
    background: #dd5730 url(/images/icon_alertError.gif) no-repeat 10px
    10px;
    border: 1px solid #970909;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.errorCorrection_yellow {
    background: #ffff99;
    padding: 5px;
}

.errorCorrection,.red {
    background: #ff9d9c;
    color: #000;
    padding: 5px
}

.errorCorrection,.red span {
    color: #000
}

#artwork.red {
    background: #ff9d9c;
    padding: 5px
}

img.rejectPlayer {
    padding-left: 12px;
    cursor: pointer;
}

img.trackicon {
    padding-left: 8px;
}

#mixedRelease, #grasInfo {
    margin: 0 0 8px 0;
    padding: 0 0 0 40px;
    background: #dd5730 url(/images/icon_alertError.gif) no-repeat 10px
    10px;
    border: 1px solid #970909;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
}

#grasInfo {
    font-weight: normal;
}

#grasInfo .message {
    font-weight:bold;
}

#grasInfo dl {
    font-size: 90%;
}

#grasInfo b {
    font-size: 90%;
    margin-right: 5px;
}

#grasInfo dt b {
    color: #F4CAAF;
}


ul.primaryArtists,ul.composer,ul.orchestra,ul.ensemble,ul.conductor {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.primaryArtists li,ul.composer li,ul.orchestra li,ul.ensemble li,ul.conductor li
{
    margin: 5px 0
}

ul.featuringArtists {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.featuringArtists li {
    margin: 5px 0
}

ul.remixerArtists {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.remixerArtists li {
    margin: 5px 0
}

#lblcomposer.errorCorrection_yellow,#lblorchestra.errorCorrection_yellow,#lblensemble.errorCorrection_yellow,#lblconductor.errorCorrection_yellow
{
    display: inline-block
}

.artworkPop {
    width: 360px !important;
    left: 35% !important;
    height: 450px !important;
}

.artworkEnlarge {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.artworkEnlarge a {
    background: url(/images/magnifying.png) no-repeat -15px -11px;
    display: block;
    text-indent: -9999px;
    display: block;
    height: 23px;
    width: 29px;
}

.artworkThumb {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.loader {
    position:fixed; left:0; top:0; width:100%; height:100%;
    z-index:9999;
    text-align:center;
}

.loading {
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0.4;
    filter:alpha(opacity=40);
    background:#000;
    position:absolute;
    z-index:4;
}

.loader .box {
    z-index:40;
    position:absolute;
    left:50%;
    top:50%;
    background:#fff;
    width:220px;
    height:80px;
    margin:-40px 0 0 -105px;
    box-shadow:0 0 7px 1px rgba(0, 0, 0, 0.2);
    border-radius:4px;
    -webkit-border-radius:4px;
    -ms-border-radius:4px;
}

.loader .box img {
    margin-top:34px;
}

table.data table.data td:first-child {
    border-left:none;
}

table.data table.data td {
    border:none;
    border-left:1px solid #d9d9d9;
}

table.data td p {
    width:250px;
    margin:0;
    word-wrap:break-word;
}

table.nowrap th, table.nowrap td {
    white-space: nowrap;
}

.subaccountTbl {
    float: left;
    margin: 30px;

}
.subaccountTbl tr td { padding-left:16px; padding:0 0 10px 0;}
.subaccountTbl tr td label { display: block; font-weight:bold; margin:0 0 4px 0;}
.subaccountTbl tr td label span.required { position:absolute; margin:-2px 0 0 -12px }
.subaccountTbl tr td input[type='text'] {width:150px;}
.subaccountTbl tr td select{width: 158px;}
table.form.half th.royalties{width:350px;}

.overlay_form, .overlay_form > td .overlay-shadow {
    position: fixed;
    padding: 0px;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 9999;
}

.overlay_form > td { padding:0; border:0; }

.overlay_form > td .overlay-shadow {
    background: #000;
    opacity:0.4;
    filter:alpha(opacity=40);
    z-index: -1;
}
.overlay_form > td > .overlay-modal {
    position: absolute;
    z-index: 500;
    background:#fff;
    width: 570px;
    max-height:400px;
    left:50%;
    top:50%;
    margin: -200px 0 0 -250px;
}

.overlay-modal .overlay-modal-header {
    height: 30px;
    padding:4px;
    font-size:16px;
    font-weight:bold;
    background:#E6EAEF;
    line-height: 30px;
}

.overlay-modal .overlay-modal-body {
    max-height: 200px;
    overflow: auto;
    padding: 10px;
}

.overlay-modal .overlay-modal-footer {
    padding: 10px;
}

.overlay-modal .overlay-modal-footer .close {
    height: 20x;
    line-height:20px;
    display:inline-block;
    padding: 2px 12px;
    background: #eee;
    font-size: 12px;
    font-family:arial;
    font-weight: bold;
}
body .ui-datepicker { font-size: 1em;}
input.textFieldDate + img { vertical-align: top;}

/* calendar style*/
.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

.ui-helper-clearfix {
    display: block;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-icon {
    background-image: url("/alw/images/icons/jquery/ui-icons_1B3249_256x240.png");
    height: 16px;
    width: 16px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    background: url("/alw/images/icons/jquery/ui-bg_glass_100_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #1B3249;
    font-weight: normal;
    outline: medium none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background:#408dc5;
    font-weight: normal;
    color: #fff;
    outline: none;
}

.ui-widget-header .ui-icon {
    display:none
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url("/alw/images/icons/jquery/ui-icons_007BE3_256x240.png"); }

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    background: url("/alw/images/icons/jquery/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x scroll 50% top #FFE45C;
    border: 1px solid #FED22F;
    color: #363636;
}

.ui-state-disabled {
    cursor: default !important;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    background-image: none;
    opacity: 0.35;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker { width: 17em; padding: .2em .2em 0; font-size:.9em; z-index:9999 }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/*---------- TERRITORIES CARVEOUTS ----------*/
#edit_artist_territory .ui-widget {
    font-family:helvetica,arial,sans-serif;
    font-size:inherit
}

ul.ui-multiselect-checkboxes.ui-helper-reset {
    height:354px;
    overflow-x:hidden;
    overflow-y:scroll
}

#edit_artist_territory .ui-widget-header {
    font-weight:normal
}

#edit_artist_territory {
    padding:10px 10px 0;
    min-width:612px;
    overflow-x:scroll
}

.territories1,
#buttons,
.territories2 {
    float:left
}

#edit_artist_territory #buttons {
    margin:0 12px;
    padding-top:153px;
    width:155px
}

#edit_artist_territory #buttons a {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 32%, #fafafa 33%, #fafafa 65%, #ececec 66%, #ececec 99%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(32%,#ffffff), color-stop(33%,#fafafa), color-stop(65%,#fafafa), color-stop(66%,#ececec), color-stop(99%,#ececec), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 32%,#fafafa 33%,#fafafa 65%,#ececec 66%,#ececec 99%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 32%,#fafafa 33%,#fafafa 65%,#ececec 66%,#ececec 99%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 32%,#fafafa 33%,#fafafa 65%,#ececec 66%,#ececec 99%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 32%,#fafafa 33%,#fafafa 65%,#ececec 66%,#ececec 99%,#f2f2f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
    border:1px solid #9c9c9c;
    border-top:1px solid #a6a6a6;
    border-radius:4px;
    display:block;
    font-family:'Lucida Grande',sans-serif;
    font-size:11px;
    line-height:14px;
    margin:0 0 13px;
    padding:0 6px;
    text-align:center
}

#edit_artist_territory #buttons a:hover {
    color:#333;
    cursor:pointer;
    text-decoration:none
}

#edit_artist_territory #buttons a span {
    float:left;
    font-size:8px
}

#edit_artist_territory #buttons a:first-child span {
    float:right
}

#edit_artist_territory .territories1,
#edit_artist_territory .territories2 {
    border:1px solid #b7b7b7;
    height:413px;
    width:214px !important
}

#edit_artist_territory .ui-widget-header {
    background:#d8dde3;
    border:none;
    padding:11px 5px 0
}

#edit_artist_territory .ui-widget-content {
    background:#fff
}

#cleared,
#not_cleared {
    float:left;
    margin:6px 179px 12px 0;
    width:216px
}

#not_cleared {
    margin-right:0
}

#edit_artist_territory .ui-widget-header a {
    color:#f26522;
    float:left;
    font-weight:normal;
    margin:3px 16px 3px 0;
    text-transform:lowercase
}

#edit_artist_territory .ui-multiselect-checkboxes li a,
#edit_artist_territory .ui-multiselect-checkboxes li label {
    font-weight:normal;
    padding:0 5px;
    white-space:nowrap
}

#edit_artist_territory .ui-multiselect-checkboxes li:hover {
    background:#fff
}

#edit_artist_territory .ui-multiselect-optgroup-label {
    background:#fff;
    color:#1b3249;
    font-weight:bold;
    margin-top:5px;
    padding:0 5px;
    text-transform:uppercase
}

#edit_artist_territory input[type="checkbox"] {
    margin-left:0
}

#edit_artist_territory input[type="search"] {
    font-family:helvetica,arial,sans-serif;
    margin-left:5px;
    width:75%
}

#edit_artist_territory .ui-multiselect-optgroup-label a {
    font-weight:bold !important;
    padding-left:0 !important
}

form[name="add_list"] ul li select,
form[name="generate_list"] ul li select {
    max-width:60%
}

.ui-multiselect-checkboxes li:hover,
.ui-multiselect-checkboxes li label input[aria-checked='true'] {
    background:#408dc5
}

#uploadGenreMappingSpreadsheet,
#uploadGenreSpreadsheet,
#uploadSingleGenre,
#addGenres,
#uploadGenres {
    padding:10px
}

#genreContent label {
    display:block;
    font-weight:bold;
    margin-bottom:4px
}

form#uploadForm:before,
form#uploadForm:after,
form#addGenre:before,
form#addGenre:after,
#viewForm:before,
#viewForm:after {
    content:"";
    display:table;
    line-height:0
}

form#uploadForm:after,
form#addGenre:after,
#viewForm:after {
    clear:both
}

form#uploadForm > div,
form#addGenre > div,
#addGenres > div,
#genreAddFields > div,
#viewForm > div {
    float:left;
    margin-right:40px;
    overflow:hidden;
    position:relative
}

form#uploadForm > div:last-child,
form#addGenre > div:last-child {
    margin-right:0
}

form#uploadForm > div > input[type="submit"],
form#uploadForm > div > input[type="button"],
form#addGenre > div > input[type="button"],
#genreAddFields > div > input#add[type="button"] {
    margin-top:18px
}

form#uploadForm > div > input#upload {
    bottom:0;
    left:0;
    opacity:0;
    position:absolute;
    width:124px
}

#addGenres form#addGenre > div > input[type="button"] {
    margin-top:0
}

form#uploadForm > div:first-child select,
form#addGenre > div:first-child select,
#storeHeaderDiv h3 select {
    max-width:200px
}

#genreContent #pagination > span:first-child {
    float:left
}

#genreContent #pagination > span:last-child {
    float:right
}

table#genreTable tr.edit-container input[type="text"] {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    width:100%
}

form#viewForm > div input[type="radio"] {
    float:left;
    margin:1px 6px 0 1px
}

form#viewForm > div label {
    float:left
}

form#viewForm > div > div {
    clear:both
}

form#viewForm > div > div select {
    margin-left:18px;
    width:200px
}

/* -------------------- MULTISELECT FROM RADIO BUTTONS -------------------- */
.radio-multiselect {
    border:1px solid #9cadbb;
    display:inline-block;
    margin-bottom:10px
}

.radio-multiselect:before,
.radio-multiselect:after {
    content:"";
    display:table;
    line-height:0
}

.radio-multiselect:after {
    clear:both
}

.radio-multiselect input[type="radio"] {
    display:none
}

.radio-multiselect input[type="radio"] + label {
    background:#fff;
    border-left:1px solid #d9d9d9;
    cursor:pointer;
    float:left;
    font-size:11px;
    line-height:28px;
    padding:0 5px;
    width:auto !important
}

.radio-multiselect input[type="radio"] + label:first-of-type {
    border-left:none
}

.radio-multiselect input[type="radio"]:checked + label {
    background: #f26522;
    color:#fff;
}

/* -------------------- QUICK SEARCH STYLES -------------------- */
input[name="srchSubmit"] {
    margin-bottom:10px
}

#refineResults.panelSummary.show.refineText table.form th {
    text-align:left
}

.btn-download-all > a,
.btn-download-single > a {
    display: inline-block;
    position:relative;
}

.btn-download-all > a {
    background-color:#f26522;
    height:16px;
    vertical-align: middle;
    width:16px
}

.btn-download-single > a {
    background-color:#77787d;
    height:16px;
    margin:4px auto;
    position: relative;
    width:16px
}

.btn-download-all > a:after,
.btn-download-single > a:after {
    color:#fff;
    content:"\2193";
    font-size:12px;
    left: 50%;
    position:absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-56%);
}

.btn-download-all > a:after {
    left: 50%;
    top: 50%;
}

#loader{
    display:none;
    text-align:center;
}
#loader img{
    padding:5px 5px 5px 5px;
}
a.genre_mapping_link {
    vertical-align: top;
    padding-left: 5px;
}

.select-container{
    border: 1px solid #7B7D7F;
    background-color: #FFFFFF;
    overflow-y: scroll;
    min-height: 300px;
    max-height: 300px;
}

.select-container > header{
    background-color: #D8DDE3;
    padding: 5px;
    margin-bottom: 5px;
}

.select-container > header a{
    margin-right: 10px;
}

.select-container ul li{
    float: none;
    display: block;
    cursor: pointer;
}

.select-container ul li.active{
    background-color: #D4D4D4;
}

.dms_indicator{
    position: absolute;
    text-align: center;
    padding-top: 175px;
    background-color: rgba(0,0,0,.3);
    height: 300px;
    width: 100%;
    top: -50px;
}

.hide{
    display: none;
}

.form-content {
    padding:10px 10px 10px 20px;
}

#original-release,
#new-release {
    float:left;
}

#original-release b,
#new-release b {
    display:block;
    margin-top:8px;
    max-width:240px;
}
#original-release b > div,
#new-release b > div {
    margin-bottom:4px;
}

ol.white-space {
    list-style-type: none;
}

ol.white-space>li {
    margin: 10px 0 10px 0;
}

ol.white-space>li ul {
    list-style: disc;
}

#refineResults select,
#refineResults textarea,
#refineResults input[type='text']:not(.textFieldDate) {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 200px;
    width: 100% !important;
}

#refineResults select[multiple='multiple'] {
    min-height: 100px;
}
.videoStatus{
    border-left: 1px solid #d9d9d9; padding: 6px 14px;
}

.float-right {
    float: right;
}

.youtubeChannelUrlType {
    float: left;
    margin-top: 0px;
}

.channelUrlEntry {
    float: left;
}

.no-results-msg {
    font-size: 12px;
}

.no-results p {
    max-width: 60%;
}

#quickSearchModify {
    padding: 0 20px 20px;
}

#yt_label_audit_container .left {
    max-width: 650px;
    float: left;
    margin-right: 30px;
    -moz-webkit-flex-grow: 1;
    -ms-webkit-flex-grow: 1;
    -o-webkit-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#yt_label_audit_container .right {
    -moz-webkit-flex-grow: 1;
    -ms-webkit-flex-grow: 1;
    -o-webkit-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#yt_label_audit_container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#yt_label_audit_container .panelContent {
    overflow-x: hidden;
}

td.locale-items {
	padding: 0px!important;
}
.locale-items ul {
	margin: 0px;
    padding: 0px;
}
.locale-items ul li {
	padding: 10px 0px;
	list-style: none;
	height: 20px;
	border-top:1px solid #d9d9d9;
       margin: 0px;
}
.locale-item {
	width: 45%;
	float: left;
	text-align: center;
}
.locale-remove {
	width: 10%;
	float: left;
	text-align: center;
}
.film-locale-remove {
    width: 10%;
    float: right;
    text-align: center;
}
.film-local-errorMsg {
    padding: 6px 4px;
}
.film-textarea {
    max-width: 86%;
    max-height: 60px;
}
.localization-table td {
	width:200px;
}
#localization-save-btn {
      clear: both;
      float: right;
      padding: 10px;
}
.approval-subaccount::before {
    color: #333;
    content: "\21b3";
    margin-right: 2px;
}

#isrc-display-link {
    vertical-align: -webkit-baseline-middle;
}

.label-input-text {
    display:inline-block;
    line-height:20px;
}

.label-input-text input[type=radio] {
    margin: -1px 8px 0 0;
    vertical-align: middle;
}

.radio-grp.vertical .label-input-text {
    display: block;
}
.radio-grp.vertical label.label-input-text + label.label-input-text {
    margin-top: 5px;
}

.table-footer-action {
    clear:both;
    padding:10px;
}
.actionButtons {
    margin-bottom: 10px;
}

.panelContent .p_default {
    margin: 10px 0 10px 0
}

.text-right {
    text-align:right;
}

.clr-red {
    color:#f26522;
    font-weight: bold;
}

.clr-green {
    color:green;
    font-weight: bold;
}

table.form2 td[valign=top] > label {
    display:inline-block;
    margin-top: 2px
}

table.form2 {
    margin:5px;
    width:calc(100% - 10px);
    border-collapse:collapse;
}

table.form2 td {
    padding:5px;
}

#jserrormsg, #errormsgforreport {
	display : none;
    margin-left: 20px;
	color: red;
    font-weight: bold;
}

.btn-left {
    float: left;
    margin-right: 20px;
}
.btn-cross {
    float: right;
    font-weight: bold;
    width: 16px;
}
#msgApprovalComments {
	font-weight: bold;
	padding: 5px 0 0 16px;
}
.modal-control {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.rejection-content {
    font-weight: bold;
    padding: 15px 0px;
    text-align: center;
}
.align-top {
    width: 200px;
    vertical-align: top;
}

.get_upc_btn.get_upc_btn {
    width: 75px;
}

.span-left-padding {
    padding-left: 20px;
}

.panelContent.top-margin {
    margin-top: -20px;
}

/* -------------------- No Artwork page-------------------- */
#contentArea.no-artwork {
    height:400px;
    margin-bottom:100px;
}

.no-artwork ul {
    list-style: none;
    width: 450px;
    margin: 50px auto;
    padding: 0px;
}

.no-artwork ul li img {
    height:50px;
}
.no-artwork ul li:nth-child(odd) {
    float:left;
    clear:right;
}

.no-artwork ul li:nth-child(even) {
    float:right;
    clear:left;
}

/* css for salessheets */
.generation-sqs-message {
    color: #F26522;
}
.last-generated-sqs-message {
    color: #1F7505;
}
.error-sqs-message {
    color: #D0021B;
}
.sales-sheets-btn {
    display: inline-block;
}

.warning-text {
    color: #f26522;
    font-weight: bold;
}

.warning-text-approval {
    color: #f26522;
    font-weight: bold;
    margin-right: -35px;
}

div.top-padding {
    padding-top: 20px;
}

.form.blacklistform td {
    padding-left: 10px;
    vertical-align: bottom;
}

.form.blacklistform  .required {
    vertical-align: -27px;
}

.adddblacklistreasontext {
    width: 360px;
}

#grasInfo a {
    color: #fff;
    text-decoration: underline;
}

#grasInfo .downloadLink {
    float: right;
    margin-right: 10px
}

#grasErrorMessage {
    margin: 16px;
    display: none;
}

#grasErrorMessage dl {
    padding: 7px 0;
    margin: 0;
}

/* --------- css for classification in customer master edit --------- */
.classification-table td {
    padding: 0px !important;
}

.classification-table th {
    padding: 0px !important;
    text-align: left !important;
    vertical-align: initial !important;
    width: 100% !important;
}

.classification-table .space-btw {
    padding-bottom: 10px;
}

/* --------- css for classification in customer master view page --------- */
.dt-buttons a.excel-btn{
    background: none;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.dt-buttons a.excel-btn:hover {
    border: 0px;
    background: none;
}

.export-btn {
    float: left;
    padding-right: 2px;
}

#btn-reset {
    display: none;
}

.dms-filter {
    display: block;
}

.select2-choices {
    max-height: 80px !important;
    overflow: auto !important;
}

.dataTables_wrapper {
    overflow: hidden;
}

.heading-underline {
    text-decoration: underline;
}

/* --------- For bulk payment upload view page --------- */
table.form td ul.bulkpayment-upload-list {
    list-style: disc;
    padding-left: 14px;
}

.preorder-date-box-input {
    display: inline-block;
}

a.player-link {
  padding: 0 5px;
}

a.player-link:hover {
  text-decoration: none;
}
