@charset "UTF-8";
/*This file consists of all the CSS feature flags*/
/*
 * This file conatins the default value for all feature variables and the  
 * variables specified in this will ONLY be used in conditional statements.
 * The format should be as follows:   
 *     $feature-{feature-name}: {boolean}; 
 *
 */
/*
 * This file contains many legacy styles that were being included
 * globally in OA. As we implement the redesign please check
 * this file for things that can be removed or re-organized into their
 * own app specific files and hopefully we can rm -rf this thing for good.
 * Note: Please do not add any new styles in _prune.scss file.
 */
/***************** Styles from orchAdmin.css *******************/
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

form {
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

.alertError {
  margin: 8px 8px 0 8px;
  padding: 7px 7px 7px 40px;
  background: #dd5730 url(../oa/images/icon_alertError.gif) no-repeat 10px 50%;
  border: 1px solid #970909;
  color: #fff;
  font-weight: 400;
  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(../oa/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: 500;
  background: #f2f6f9 url(../oa/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(../oa/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: 500;
}

/* Content Area
-----------------------------------------------------------------------------*/
#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: 500;
  font-family: helevetica, arial, sans-serif;
}

/* Account Info
-----------------------------------------------------------------------------*/
span.prospect {
  color: #990;
}

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

#priority {
  float: left;
  padding: 0 5px 3px 10px;
  width: auto;
  font-weight: 500;
  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: 0.2em;
  color: #545f6a;
}

#priority.ticket .label {
  float: none;
  margin-top: 8px;
  font-size: 0.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: 0.9em;
}

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

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

#itemArt + #item h2 {
  margin-top: 0;
}

/* 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: #026EAD;
  font-weight: 500;
}

/* Panels
-----------------------------------------------------------------------------*/
html > body .panelHeader {
  height: auto;
}

.panelHeader.alerts {
  background: #FAECEA;
}

.panelHeader.notices {
  background: #FFF3EB;
}

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

.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.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.releaseInfo-dates {
  float: left;
  margin: 20px 10px;
}

.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: 500;
}

.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 {
  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;
}

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: 500;
  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;
}

.tablePagination td {
  padding: 6px 0;
}

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(../oa/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(../oa/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: 500;
}

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

.show-error-redesign {
  margin-top: 10px;
  margin-left: 10px;
}

/* 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.full td.auth0-label {
  width: 19%;
}

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;
}

.textField {
  padding: 2px;
}

.textFieldDate {
  width: 60px;
}

.textField.large {
  width: 98%;
}

input.small,
select.small {
  font-size: 0.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;
  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: 500;
  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("../oa/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: 0.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(../oa/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(../oa/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(../oa/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: 500;
}

.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;
}

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(../oa/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: 500;
}

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

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

.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;
}

.click,
.changeColor {
  cursor: pointer;
}

.noClick {
  color: #bbb;
}

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

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

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

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

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

#grasInfo {
  font-weight: normal;
}

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

#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, ul.producer {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.remixerArtists li, ul.producer 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;
}

.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: 500;
  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: 500;
  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: 500;
}

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("../oa/images/ui-icons_1B3249_256x240.png");
  height: 16px;
  width: 16px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: url("../oa/images/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("../oa/images/ui-icons_007BE3_256x240.png");
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  background: url("../oa/images/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: 0.2em 0.2em 0;
  font-size: 0.9em;
  z-index: 9999;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.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: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 500;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.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, 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: #026EAD;
  float: left;
  font-weight: normal;
  margin: 3px 16px 3px 0;
  text-transform: lowercase;
}
#edit_artist_territory .ui-widget-header a:hover {
  color: #23527C;
}

#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: 500;
  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: 500 !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: 500;
  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;
}

/* -------------------- QUICK SEARCH STYLES -------------------- */
#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: #026EAD;
  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: "↓";
  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, 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: "↳";
  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: 500;
}

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

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: 500;
}

.btn-left {
  float: left;
  margin-right: 20px;
}

.btn-cross {
  float: right;
  font-weight: 500;
  width: 16px;
}

#msgApprovalComments {
  font-weight: 500;
  padding: 5px 0 0 16px;
}

.modal-control {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.rejection-content {
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
}

.align-top {
  width: 200px;
  vertical-align: top;
}

.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,
.error-message {
  color: #D0021B;
}

.sales-sheets-btn {
  display: inline-block;
}

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

.warning-text-approval {
  color: #f26522;
  font-weight: 500;
  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;
}

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

.modalHeader {
  margin: 0px 0 0 0px;
  padding: 0;
  padding-top: -1px;
  float: left;
  font-size: 1.1em;
  font-family: "Lucida Grande", helvetica, arial, sans-serif;
  color: #313842;
  /*color:#FF0000;*/
}

.fieldTitle {
  font-weight: 500;
  font-size: 12px;
  color: #333;
  text-align: right;
}

/***************** Styles from audio.css *****************/
/**** Upload Audio Progress and Play ****/
span.filesize {
  color: #007be3;
  float: left;
}

div.audioUploadStatus {
  font-size: 10px;
  width: auto;
}

div.progressBarBG {
  background: url(../oa/images/progressbar-bg.png) no-repeat top left;
  float: right;
  height: 15px;
  margin: 2px;
  width: 64px;
  color: #007be3;
}

span.progressBar {
  background-color: #ff8400;
  float: left;
  margin: 1px;
  z-index: 1000;
  width: 1px;
  height: 6px;
}

button.cancel {
  background: url(../oa/images/x.png) no-repeat top left;
  cursor: pointer;
  float: right;
  height: 12px;
  width: 12px;
}

.controlsClass {
  font-weight: 500;
  position: relative;
}

a.play,
a.pause,
a.audio {
  background: url(../oa/images/play.png) no-repeat top left;
  cursor: pointer;
  height: 22px;
  position: absolute;
  text-indent: -9999px;
  width: 41px;
  left: 0px;
}

a.pause {
  background-position: center -22px;
}

.track {
  background: url(../oa/images/play-progressbar-bg.png) no-repeat top left;
  height: 4px;
  position: absolute;
  width: 39px;
  left: 1px;
  top: 22px;
}

.playhead {
  position: absolute;
  cursor: pointer;
  background-color: #ff8400;
  opacity: 0.3;
  filter: alpha(opacity=30);
  top: 0px;
  width: 1px;
  height: 4px;
  border-right: 1px solid #ff8400;
}

.progress {
  background-color: #ff8400;
  height: 4px;
  margin: 0 6px 0 0;
  max-width: 38px;
  position: absolute;
  width: 0;
  z-index: 1000;
  left: 0px;
}

.time,
.percentage {
  color: #007be3;
  position: absolute;
  top: 0px;
  font-size: 1.2em;
}

.mute {
  display: none;
}

.percentage {
  color: #007be3;
}

/* --------- 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;
}

/***************** Styles from popup.css *******************/
/*
 * TO-DO - Need to  remove this css style when we start working on popup modal redesign
 */
.header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10%;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../oa/images/bg_panelHeader.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: 1px solid #8b8b8b;
}
.header h3 {
  margin: 3px 0 10px 20px;
  padding: 0;
  font-size: 1.3em;
}
.header .controls > a {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../oa/images/icon_close_large.gif);
  background-position: center center;
  overflow: hidden;
  text-indent: -100px;
}

.content {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  min-height: 315px;
  overflow: auto;
}
.content .panelButtons,
.content .panelHeader {
  display: none;
}
.content .panelContent {
  border: none;
  margin-bottom: 0px;
  height: auto;
}

.footer {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  height: 10%;
  background-color: #fff;
  overflow: hidden;
  background-image: url(../oa/images/bg_mainSearchTabcurrent.gif);
  background-position: left top;
  background-repeat: repeat-x;
  border-top: 1px solid #8b8b8b;
}
.footer .actionButtons {
  padding-right: 20px;
  padding-top: 1%;
}

/*
 * TO-DO - Need to remove these Fixes as we Implement Components Styles or APP specific Styles
 */
table {
  font-size: 100%;
}
table th,
table th label,
table td label {
  font-weight: 500;
}

label {
  font-weight: 500;
}

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

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

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

/* For label defaults pricing panel on edit vendor page */
#label_default_pricing {
  height: 330px;
}

/* background color for panel */
.skyblue-panel {
  background-color: #ebf2f5;
}

/* --------- For marketing program view page --------- */
.quill-content-view {
  float: left;
  width: 100%;
}
.quill-content-view ul, .quill-content-view ol {
  padding-left: 10px;
  margin: 0;
}
.quill-content-view p {
  padding-left: 10px;
  margin: 0;
}

/* ---------To remove horizontal scroll from OA release approval track lyrics modal--------- */
.track-lyrics-content {
  white-space: pre-line;
}

/* ---------Release Info Note--------- */
.releaseInfo-note {
  background-color: #e5f0f6;
  color: #026ead;
  padding: 20px 10px;
  overflow: hidden;
}
.releaseInfo-note .releaseInfo-note-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

/* ---------Support Timed Release Tooltip--------- */
.supports-timed-release-checkbox {
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: not-allowed;
}

#supports_timed_release {
  margin: 1px;
}

.support-timed-release-tooltip::before {
  cursor: not-allowed;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #F2F2F2;
  height: 100%;
  width: 100%;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**************ACCOUNT INFO*************/
#accountInfo {
  float: right;
  margin: 5px 10px;
}
#accountInfo table td {
  text-align: right;
  padding: 2px;
}
#accountInfo table td ul {
  list-style: none;
}
#accountInfo table td ul li {
  font-size: 11px;
}
#accountInfo table td #logged_in_user {
  margin-top: 0;
}

/**************MAIN NAVIGATION*************/
#topNav {
  border-bottom: 1px solid #D9D2D0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-top: 30px;
  clear: both;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
#topNav li {
  float: left;
  padding-bottom: 10px;
}
#topNav li a {
  border-bottom: 2px solid rgba(74, 74, 74, 0);
  color: #6D6565;
  margin-right: 30px;
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 18px;
}
#topNav li a:hover {
  border-bottom: 2px solid #6D6565;
}
#topNav li.current a, #topNav li.current:hover a {
  border-bottom: 2px solid #4A4A4A;
  color: #4A4A4A;
}

/* This we are importing from worksation styles as main requirement is to 
 * use the existing workstation styles. More styles will be imported as 
 * and when required.
 */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
  font-weight: normal;
  margin-bottom: 0;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 9px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 11px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 17px;
}

h5 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 24px;
}

h6 {
  font-size: 11px;
  line-height: 1.75;
  margin-top: 28px;
}

a {
  color: #026EAD;
  text-decoration: none;
}

p {
  line-height: 1.5;
}

b,
strong {
  font-weight: 500;
}

.btn {
  -webkit-transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  -moz-transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 15px 7px;
  text-transform: uppercase;
  line-height: normal;
}
.btn:not(.btn-link) {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
}
.btn:not(.disabled):hover {
  box-shadow: 1px 5px 10px #ccc;
}
.btn.btn-link:hover {
  box-shadow: none;
}
.btn[class*=btn-]:focus, .btn[class*=btn-]:active, .btn[class*=btn-].active, .btn[disabled]:hover, .btn.disabled:hover {
  box-shadow: none;
  outline: none;
}
.btn span.caret {
  background: url(/images/redesign/btn-caret.svg) no-repeat center center;
  background-size: 100%;
  transform: rotate(180deg);
  border: none;
  width: 12px;
  height: 12px;
  margin: -2px 0 0 4px;
}
.btn span.caret.back {
  margin: -2px 4px 0 0;
  transform: rotate(-90deg);
}
.btn.btn-primary {
  background-color: #FF893E;
  border-color: #FF893E;
  box-shadow: none;
}
.btn.btn-primary:hover {
  background-color: #FF893E;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #FF893E;
  border-color: #d27b44;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
}
.btn.btn-primary.disabled, .btn.btn-primary[disabled], .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus {
  border-color: #FF893E;
  box-shadow: none;
  pointer-events: none;
  opacity: 0.5;
}
.btn.btn-default {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #F2F2F2), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #F2F2F2), linear-gradient( #fff, #fff);
  box-shadow: none;
  border: 1px solid #D9D2D0;
  color: #6D6565;
}
.btn.btn-default:hover {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #e0e0e0), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #e0e0e0), linear-gradient( #fff, #fff);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.btn.btn-default:active, .btn.btn-default.active {
  background: #F2F2F2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.btn.btn-default.disabled, .btn.btn-default[disabled], .btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, .btn.btn-default.disabled:focus, .btn.btn-default[disabled]:focus {
  background: #F2F2F2;
  box-shadow: none;
  border-color: #e0e0e0;
  color: #A8A0A0;
}
.btn.btn-danger {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
}
.btn.btn-danger:focus {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
}
.btn.btn-danger:hover, .btn.btn-danger:focus:hover, .btn.btn-danger:active, .btn.btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn.btn-danger[disabled]:hover, .btn.btn-danger[disabled]:active {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  color: #d9534f;
  pointer-events: none;
}
.btn.btn-link {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  color: #337ab7;
}
.btn.btn-link:hover, .btn.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
}
.btn.btn .glyphicon {
  font-size: 10px;
}
.btn.btn-sm .glyphicon {
  font-size: 9px;
}
.btn.btn-sm {
  font-size: 10px;
  padding: 4px 10px;
}
.btn.btn-sm span.caret {
  background-size: 90%;
}
.btn.btn-lg .glyphicon {
  font-size: 11px;
}
.btn.btn-lg {
  padding: 13px 20px 11px;
  font-size: 12px;
}

.btn-group-lg > .btn,
.btn-group-lg .btn-lg {
  border-radius: 3px;
}

/*** Animated Loading Buttons ****/
.loadingbtn {
  flex: 0 0 200px;
  position: relative;
}
.loadingbtn .loadingbtn-outer {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots {
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  justify-content: center;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  visibility: hidden;
  width: 100%;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot {
  -webkit-animation: loadingbutton-scale-dot 1.2s ease-out infinite;
  animation: loadingbutton-scale-dot 1.2s ease-out infinite;
  border-radius: 50%;
  height: 16px;
  margin: 0 4px;
  opacity: 0.75;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: inherit;
  width: 16px;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadingbtn .loadingbtn-outer .loadingbtn-dots .loadingbtn-loader-dot:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.loadingbtn.btn-default.loader-active, .loadingbtn.btn-primary.loader-active, .loadingbtn.btn-danger.loader-active {
  box-shadow: none;
  opacity: 0.65;
  cursor: not-allowed;
}
.loadingbtn.btn-default.loader-active, .loadingbtn.btn-default.loader-active:focus, .loadingbtn.btn-default.loader-active:hover {
  background-color: #f9f9f9;
  border-color: #bab7b7;
}
.loadingbtn.btn-default.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-default.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-default.loader-active:hover .loadingbtn-loader-dot {
  background: #1b3249;
}
.loadingbtn.btn-primary.loader-active, .loadingbtn.btn-primary.loader-active:focus, .loadingbtn.btn-primary.loader-active:hover {
  background-color: #faa635;
  border-color: #faac35;
}
.loadingbtn.btn-primary.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-primary.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-primary.loader-active:hover .loadingbtn-loader-dot {
  background: #fff;
}
.loadingbtn.btn-danger.loader-active, .loadingbtn.btn-danger.loader-active:focus, .loadingbtn.btn-danger.loader-active:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}
.loadingbtn.btn-danger.loader-active .loadingbtn-loader-dot, .loadingbtn.btn-danger.loader-active:focus .loadingbtn-loader-dot, .loadingbtn.btn-danger.loader-active:hover .loadingbtn-loader-dot {
  background: #fff;
}
.loadingbtn.loader-active .loadingbtn-dots,
.loadingbtn .loadingbtn-txt {
  visibility: visible;
}
.loadingbtn.loader-active .loadingbtn-txt,
.loadingbtn .loadingbtn-dots {
  visibility: hidden;
}

@keyframes loadingbutton-scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
/*FOR PAGINATION LIMIT*/
.pagination-panel ul.pagination {
  height: auto;
  margin: 0;
}
.pagination-panel ul.pagination li {
  display: none;
  float: left;
}
.pagination-panel ul.pagination li.active, .pagination-panel ul.pagination li.show, .pagination-panel ul.pagination li.next-arrow, .pagination-panel ul.pagination li.prev-arrow, .pagination-panel ul.pagination li.first, .pagination-panel ul.pagination li.last, .pagination-panel ul.pagination li.ellipses {
  display: block;
}

/***Pagination Link Styling****/
ul.pagination li.disabled > a,
ul.pagination li.disabled > span,
ul.pagination li.disabled > a:hover,
ul.pagination li.disabled > span:hover,
ul.pagination li.disabled > a:focus,
ul.pagination li.disabled > span:focus, ul.pagination li > a:focus,
ul.pagination li > span:focus, ul.pagination li > a,
ul.pagination li > span {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #F2F2F2), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #F2F2F2), linear-gradient( #fff, #fff);
  box-shadow: none;
  border: 1px solid #D9D2D0;
  color: #6D6565;
}

ul.pagination {
  list-style: none;
}
ul.pagination li > a,
ul.pagination li > span {
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  display: list-item;
  margin-left: 10px;
  padding: 9px 15px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: pre-wrap;
}
ul.pagination li > a:hover,
ul.pagination li > span:hover {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), #e0e0e0), -webkit-linear-gradient(#fff, #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #e0e0e0), linear-gradient( #fff, #fff);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
ul.pagination li.prev-arrow > a:before,
ul.pagination li.prev-arrow > span:before, ul.pagination li.next-arrow > a:before,
ul.pagination li.next-arrow > span:before {
  content: " ";
  display: inline;
}
ul.pagination li.active > a,
ul.pagination li.active > span,
ul.pagination li.active > a:hover,
ul.pagination li.active > span:hover,
ul.pagination li.active > a:focus,
ul.pagination li.active > span:focus {
  background: #F2F2F2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #A8A0A0;
  color: #4A4A4A;
}
.table {
  margin-top: 5px;
}
.table tr {
  height: 25px;
}
.table thead tr th {
  border: none;
  border-top: 1px solid #D9D2D0;
  border-bottom: 1px solid #D9D2D0;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  vertical-align: middle;
  cursor: default;
  padding: 4px 8px;
}
.table thead tr th a {
  color: #a1a1a1;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #D9D2D0;
}
.table tbody tr td {
  border-bottom: 1px solid #F2F2F2;
  border-top: none;
  font-size: 13px;
}

.table-bordered {
  border: 1px solid #e0e0e0;
}
.table-bordered thead tr th, .table-bordered thead tr td, .table-bordered tbody tr th, .table-bordered tbody tr td, .table-bordered tfoot tr th, .table-bordered tfoot tr td {
  border: 1px solid #e0e0e0;
}
.table-bordered thead tr th, .table-bordered thead tr td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd), .table-striped tbody tr:nth-of-type(even) {
  background-color: transparent;
}
.table-striped tbody tr:nth-child(even) th, .table-striped tbody tr:nth-child(even) td {
  background-color: #efefef;
}
.table-striped tbody tr td {
  border: none;
}

.table-hover tbody tr:hover {
  background-color: #f1f5f9;
  cursor: pointer;
}

.table-sorter thead tr th.headerSortUp, .table-sorter thead tr th.headerSortDown,
.table-sorter thead tr th.tablesorter-headerDesc, .table-sorter thead tr th.tablesorter-headerAsc {
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
.table-sorter thead tr th.headerSortUp:after, .table-sorter thead tr th.headerSortDown:after,
.table-sorter thead tr th.tablesorter-headerDesc:after, .table-sorter thead tr th.tablesorter-headerAsc:after {
  content: "";
  background: #a2a2a2;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
}
.table-sorter thead tr th.headerSortUp,
.table-sorter thead tr th.tablesorter-headerDesc {
  background: url("/../images/redesign/up-arrow.svg") no-repeat #fff right 5px top 50%;
}
.table-sorter thead tr th.headerSortDown,
.table-sorter thead tr th.tablesorter-headerAsc {
  background: url("/../images/redesign/down-arrow.svg") no-repeat #fff right 5px top 50%;
}

.table.tall tbody tr td,
.table.table-striped.tall tbody tr td {
  height: 110px;
}

.table-input-select {
  margin-top: 0;
}
.table-input-select .no-data-found {
  color: #6D6565;
  font-weight: 500;
  padding-top: 30px;
}
.table-input-select .checkbox {
  margin: 0px;
}
.table-input-select .table-row-bg {
  background: #ebf2f5;
}
.table-input-select .th-head-space {
  padding: 0px 12px;
}

.table-button-section {
  border: 1px solid #D9D2D0;
  border-top: 0;
  margin-top: 0px;
  padding: 15px 0;
}

.expand-collapse-table-panel > tr {
  display: none;
}
.expand-collapse-table-panel.expanded tr,
.expand-collapse-table-panel tr.display-row,
.expand-collapse-table-panel tr.toggle-row-panel,
.expand-collapse-table-panel tr.exclude-row {
  display: table-row;
}
.expand-collapse-table-panel .toggle-row-panel .expand-collapse-btn:before {
  content: "+";
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  font-family: "Glyphicons Halflings";
  margin-right: 10px;
  position: relative;
}
.expand-collapse-table-panel.expanded .toggle-row-panel .expand-collapse-btn:before {
  content: "−";
}

.data td,
.data th {
  border: 1px solid #D9D2D0;
}

label,
.form-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 5px;
}
label.small-text,
.form-label.small-text {
  text-transform: capitalize;
  font-weight: normal;
  font-size: 10px;
}

.form-control::-webkit-input-placeholder {
  color: #bab7b6;
}
.form-control::-moz-placeholder {
  color: #bab7b6;
}
.form-control:-moz-placeholder {
  color: #bab7b6;
}
.form-control:-ms-input-placeholder {
  color: #bab7b6;
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 10px;
  height: 30px;
  color: #404040;
  border: 1px solid #bab7b7;
  border-radius: 3px;
  width: 100%;
}
.form-control:focus {
  border-color: #0071CE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 113, 207, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 113, 207, 0.6);
}

textarea.form-control {
  height: auto;
  max-width: 100%;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(https://cdn.theorchard.io/shared/images/downarrow@2x.png) no-repeat right 8px center;
  background-size: 14px 9px;
  padding-right: 28px;
  /*IE Fix for hiding the select dropdown default arrow*/
}
select.form-control::-ms-expand {
  display: none;
}
select.multiple-form {
  background: #fff;
  padding-right: 10px;
}
select.multiple-form option {
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 0;
}

.ui-datepicker-trigger {
  right: 5px;
  position: relative;
  top: -24px;
  cursor: pointer;
  float: right;
}

/*
 * Disabled Fields
 */
.disabled > .form-group {
  margin-bottom: 15px;
}
.disabled > .form-group > label {
  cursor: default;
}
.disabled > .form-group .form-control[disabled],
.disabled > .form-group .form-control[readonly],
.disabled > .form-group .form-control {
  background-color: #eee;
  opacity: 0.5;
}
.disabled > .checkbox input[type=checkbox] {
  margin-left: -20px;
  position: absolute;
}

select:disabled {
  background-color: #e4e4e4;
  opacity: 0.5;
}

/*
 * Disabled hover - Style
 */
.btn.btn-danger.disabled:hover, .btn.btn-danger.disabled:focus, .btn.btn-danger.disabled:active {
  background-color: #f9f9f9;
  border-color: #bab7b7;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
  color: #d9534f;
}

disabled,
button[disabled] {
  cursor: not-allowed;
}

/*
 * Disabled link button - Style
 */
.btn.btn-link[disabled], .btn.btn-link.disabled {
  color: #666;
}
.btn.btn-link[disabled]:hover, .btn.btn-link[disabled]:focus, .btn.btn-link[disabled]:active, .btn.btn-link.disabled:hover, .btn.btn-link.disabled:focus, .btn.btn-link.disabled:active {
  color: #666;
  text-decoration: none;
}

/*
 * Checkbox & Radio Button - Label Styling
 */
.checkbox > [type=checkbox] + label, .checkbox > [type=radio] + label, .radio > [type=checkbox] + label, .radio > [type=radio] + label {
  color: #4A4A4A;
  text-transform: initial;
  font-size: 14px;
}

/*
 * Checkbox  - Styling
 */
.checkbox > [type=checkbox]:not(:checked),
.checkbox > [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox > [type=checkbox]:not(:checked) + label,
.checkbox > [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
}
.checkbox > [type=checkbox]:not(:checked) + label:before, .checkbox > [type=checkbox]:not(:checked) + label:after,
.checkbox > [type=checkbox]:checked + label:before,
.checkbox > [type=checkbox]:checked + label:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  transition: all 0.1s linear;
}
.checkbox > [type=checkbox]:not(:checked) + label:before,
.checkbox > [type=checkbox]:checked + label:before {
  content: "";
  border: 1px solid #A8A0A0;
  background: #fff;
}
.checkbox > [type=checkbox]:not(:checked) + label:after,
.checkbox > [type=checkbox]:checked + label:after {
  content: "\e013";
  color: #026EAD;
  font-family: "Glyphicons Halflings";
  font-weight: normal;
  font-size: 10px;
  padding: 1px 3px;
  line-height: 14px;
}
.checkbox > [type=checkbox]:not(:checked) + label:hover:before,
.checkbox > [type=checkbox]:checked + label:hover:before {
  border: 1px solid #6D6565;
}
.checkbox > [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox > [type=checkbox]:checked + label:before,
.checkbox > [type=checkbox]:checked + label:hover:before {
  border: 1px solid #026EAD;
}
.checkbox > [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkbox > [type=checkbox]:not(:checked):disabled + label,
.checkbox > [type=checkbox]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox > [type=checkbox]:not(:checked):disabled + label:before,
.checkbox > [type=checkbox]:checked:disabled + label:before {
  background-color: #F2F2F2;
  border: 1px solid #D9D2D0;
  color: #D9D2D0;
  cursor: not-allowed;
  opacity: 1;
}
.checkbox > [type=checkbox]:not(:checked):disabled + label:after,
.checkbox > [type=checkbox]:checked:disabled + label:after {
  color: #D9D2D0;
}
.checkbox > [type=checkbox][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}

/*
 * Radio Button  - Styling
 */
.radio input[type=radio] {
  margin-top: 2px;
}
.radio > [type=radio]:not(:checked),
.radio > [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.radio > [type=radio]:not(:checked) + label,
.radio > [type=radio]:checked + label {
  position: relative;
  padding-left: 25px;
}
.radio > [type=radio]:not(:checked) + label:before, .radio > [type=radio]:not(:checked) + label:after,
.radio > [type=radio]:checked + label:before,
.radio > [type=radio]:checked + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transition: all 0.1s linear;
}
.radio > [type=radio]:not(:checked) + label:before,
.radio > [type=radio]:checked + label:before {
  left: 1px;
  top: 50%;
  margin-top: -9px;
  width: 16px;
  height: 16px;
  border: 1px solid #A8A0A0;
  background: #fff;
}
.radio > [type=radio]:not(:checked) + label:after,
.radio > [type=radio]:checked + label:after {
  top: 50%;
  margin-top: -4px;
  left: 6px;
  background: #026EAD;
  width: 6px;
  height: 6px;
  line-height: 13px;
}
.radio > [type=radio]:not(:checked) + label:hover:before,
.radio > [type=radio]:checked + label:hover:before {
  border: 1px solid #6D6565;
}
.radio > [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.radio > [type=radio]:checked + label:before,
.radio > [type=radio]:checked + label:hover:before {
  border: 1px solid #026EAD;
}
.radio > [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.radio > [type=radio]:not(:checked):disabled + label,
.radio > [type=radio]:checked:disabled + label {
  cursor: not-allowed;
}
.radio > [type=radio]:not(:checked):disabled + label:before,
.radio > [type=radio]:checked:disabled + label:before {
  background-color: #F2F2F2;
  border: 1px solid #D9D2D0;
  color: #D9D2D0;
  cursor: not-allowed;
  opacity: 1;
}
.radio > [type=radio]:not(:checked):disabled + label:after,
.radio > [type=radio]:checked:disabled + label:after {
  background-color: #D9D2D0;
}
.radio > [type=radio][data-indeterminate] + label:after {
  content: "−";
  left: 2px;
  opacity: 1;
  transform: scale(1);
}
.radio.inline {
  display: inline-block;
  margin-right: 10px;
}

/*validation error class*/
.invalid-input .input-group-addon,
.invalid-input .blankInput {
  border-color: #e42600;
}
.invalid-input .form-control {
  border: 1px solid #e42600;
}
.invalid-input label,
.invalid-input .input-group-addon {
  color: #e42600;
}

/*Radio Buttons with Button Group Styles*/
.radio-btn-group input[type=radio] {
  display: none;
}
.radio-btn-group .btn > label {
  margin-bottom: 0;
}

.flex-form {
  display: flex;
}

.modalLoading {
  width: 100%;
  height: 750px;
  text-align: center;
  margin-top: 40px;
}

.loader-overlay {
  background: #4A4A4A;
  display: none;
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.loader-overlay .LoadingIndicator {
  top: 50%;
}
.loader-overlay .LoadingIndicator-loader-dot {
  background: #fff;
}
.loader-overlay.loading-lg .LoadingIndicator-loader-dot {
  height: 36px;
  width: 36px;
}

.LoadingIndicator.module-loader .LoadingIndicator-outer {
  position: relative;
}

/* Relative position outer button to allow positioning inside */
.LoadingIndicator {
  position: relative;
}

/* Dots container implements only showing whole dots */
.LoadingIndicator-dots {
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 12px 0 12px 0;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

/* Outer container helps with vertical alignment of dots */
.LoadingIndicator-outer {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: 100%;
}

/* Pulsating dots! */
.LoadingIndicator-loader-dot {
  animation: LoadingIndicator-scale-dot 1.2s ease-out infinite;
  background: #9b9b9b;
  border-radius: 50%;
  height: 18px;
  margin: 0 4px;
  opacity: 0.75;
  transform: scale(0.5);
  visibility: inherit;
  width: 18px;
}
.LoadingIndicator-loader-dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.LoadingIndicator-loader-dot:nth-of-type(3) {
  animation-delay: 0.3s;
}
.LoadingIndicator-loader-dot:nth-of-type(4) {
  animation-delay: 0.4s;
}
.LoadingIndicator-loader-dot:nth-of-type(5) {
  animation-delay: 0.5s;
}

/* Animation frames for pulsating dots */
@keyframes LoadingIndicator-scale-dot {
  0% {
    transform: scale(0.5);
  }
  25% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.5);
  }
}
.alert {
  background-color: #f7f7f7;
  border: 2px solid #bab7b7;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 0px;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert:empty {
  display: none;
}
.alert.alert-success {
  background-color: #dfebf5;
  border-color: #026ead;
  color: #026ead;
}
.alert.alert-success.alert-img {
  background-image: url("../oa/images/alert-success-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-danger {
  background-color: #fcd7d4;
  border-color: #d46258;
  color: #d46258;
}
.alert.alert-danger.alert-img {
  background-image: url("../oa/images/alert-danger-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning {
  background-color: #fffbc4;
  border-color: #e18752;
  color: #e18752;
}
.alert.alert-warning.alert-img {
  background-image: url("../oa/images/alert-warning-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning-gentle {
  background-color: #fefbea;
  border-color: #fdf0a7;
  color: #6D6565;
}
.alert.alert-warning-gentle.alert-img {
  background-image: url("../oa/images/alert-warning-gentle-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning {
  background-color: #fffbc4;
  border-color: #e18752;
  color: #e18752;
}
.alert.alert-warning.alert-img {
  background-image: url("../oa/images/alert-warning-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 7px;
  padding-left: 40px;
}
.alert.alert-warning-orange {
  background-color: #fff3ea;
  border-color: #fff3ea;
  color: #ff893e;
}
.alert.alert-warning-orange.alert-img {
  background-image: url("../oa/images/alert-warning-orange-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  padding-left: 50px;
}

.sub-panel-container .sub-panel-grid {
  display: inline-block;
  margin-top: 20px;
}
.sub-panel-container .sub-panel-grid .field-column {
  margin-bottom: 20px;
}
.sub-panel-container .sub-panel-table th {
  border-bottom: 1px solid #D9D2D0;
  padding: 4px 8px;
}
.sub-panel-container .sub-panel-table .sub-panel-table-header {
  background: #6D6565;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.sub-panel-container .sub-panel-table .sub-panel-table-header.grey {
  background: #F2F2F2;
  color: #6D6565;
}
.sub-panel-container .sub-panel-table .sub-panel-table-header td {
  padding: 4px 8px;
}

.panelHeader {
  background: #F2F2F2;
  border: 1px solid #D9D2D0;
  overflow: hidden;
  padding: 10px;
}
.panelHeader h3 {
  float: left;
  margin: 0px;
}
.panelHeader h3.sub {
  font-size: 0.9em;
  font-weight: normal;
}
.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: 1px solid #D9D2D0;
  border-top: 0;
  margin-bottom: 20px;
  overflow: auto;
}
.panelContent .panelSummary {
  background: #fff;
  border-bottom: 1px solid #D9D2D0;
  margin: 0;
  overflow: hidden;
  padding: 10px 13px;
  width: auto;
}

#oa-marketing-highlights {
  margin-bottom: 20px;
}

.tooltip::before {
  background: transparent none repeat scroll 0 0;
  border: 8px solid transparent;
}

.tooltip {
  font-family: "Rubik", sans-serif;
}

.tooltip {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  opacity: 1;
  background-color: #4a4a4a;
  border-radius: 3px;
  letter-spacing: 1px;
}
.tooltip.tooltip-sm-width {
  max-width: 140px;
  font-size: 11px;
  word-wrap: break-word;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top, .tooltip.bottom {
  background: none;
}
.tooltip.top .tooltip-arrow, .tooltip.bottom .tooltip-arrow {
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.tooltip.top .tooltip-arrow {
  border-top: 8px solid #4a4a4a;
}
.tooltip.top .tooltip-inner {
  margin-bottom: 3px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom: 8px solid #4a4a4a;
}
.tooltip.bottom .tooltip-inner {
  margin-top: 3px;
}
.tooltip.left, .tooltip.right {
  background: none;
}
.tooltip.left .tooltip-arrow, .tooltip.right .tooltip-arrow {
  margin-top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tooltip.left .tooltip-arrow {
  border-left: 8px solid #4a4a4a;
}
.tooltip.left .tooltip-inner {
  margin-right: 3px;
}
.tooltip.right .tooltip-arrow {
  border-right: 8px solid #4a4a4a;
}
.tooltip.right .tooltip-inner {
  margin-left: 3px;
}
.tooltip .tooltip-inner {
  background-color: #4a4a4a;
  font-size: 12px;
  text-align: left;
}
.tooltip.right-arrow::before {
  border-right-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: -16px;
  top: 15px;
  position: absolute;
}
.tooltip.top-arrow::before {
  border-top-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 30px;
  bottom: -16px;
  position: absolute;
}
.tooltip.top-arrow-sm::before {
  border-top-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 50%;
  bottom: -16px;
  position: absolute;
  margin-left: -8px;
}
.tooltip.bottom-arrow::before {
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
  content: "";
  left: 90px;
  top: -16px;
  position: absolute;
}

.helptip {
  box-sizing: border-box;
  height: 14px;
  margin-left: 20px;
  position: relative;
}
.helptip:before {
  color: #1b3249;
  background: #fff;
  border: 2px solid #1b3249;
  content: "?";
  font-size: 8px;
  font-weight: 800;
  height: 14px;
  left: -20px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  width: 14px;
  border-radius: 50%;
}

p.breadcrumb {
  background-color: #F2F2F2;
  color: #4A4A4A;
  margin: 20px 0;
  padding: 0 10px;
}
p.breadcrumb:empty {
  margin: 0;
  padding: 4px;
}

/* 
This is common css class only for cursor hand pointer
*/
.handPointer {
  cursor: pointer;
}

/* 
This is common css class only for display none.
We have intentionally defined this class as the bootstrap's .hide class comes with !important.
*/
.notDisplay {
  display: none;
}

/* 
This is common css class only for display block.
We have intentionally defined this class as the bootstrap's .show class comes with !important.
*/
.visible-block {
  display: block;
}

/* 
This is common css class only for 100% width.
*/
.full-width {
  width: 100%;
}

/* 
This is common css class only for overflow hide
*/
.hide-overflow {
  overflow-y: hidden;
}

/* 
This is common css class only for input-group-btn class.
We have intentionally defined this class as the bootstrap's .input-group-btn class makes the button stick to input/select tag when used with input-group.
*/
.input-group-btn.space-left {
  padding-left: 10px;
}

.input-group-btn.space-right {
  padding-right: 10px;
}

/* 
This is common css class only for input button left space.
*/
.input-btn-left-space {
  margin-left: 5px;
}

/* 
This is common css class only for right space.
*/
.right-space {
  margin-right: 5px;
}

/* 
This is common css class only for left space.
*/
.left-space {
  margin-left: 5px;
}

/* 
This is common css class only for bottom space.
*/
.bottom-space {
  margin-bottom: 5px;
}

/* 
This is common css class only for zero margin bottom.
*/
.zero-margin-bottom {
  margin-bottom: 0;
}

/* 
This is common css class only for z index 0.
*/
.zero-index {
  z-index: 0;
}

/*
This is a common css class for missing form value message
*/
.missingForm {
  background: url(/images/icons/missing.png) no-repeat scroll 0 center;
  padding-left: 22px;
  color: red;
  margin-top: 4px;
  line-height: 18px;
}

/*
This is a common css class to set font size.
*/
.lead {
  font-size: 16px;
}

/*
This is a common css class to show trash icon on danger buttons & delete links wherever required.
*/
.trash-icon {
  background: url("/images/redesign/red-trash.svg") no-repeat center center;
  text-indent: -10000px;
  direction: ltr;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.trash-icon.btn-danger {
  height: auto;
}
.trash-icon.btn-danger:hover {
  background: url("/images/redesign/white-trash.svg") #c9302c no-repeat center center;
}

.modular-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px !important;
  border: 1px solid #D9D2D0 !important;
  margin: 20px 0 0;
}
.modular-section.react-app-module .module-title {
  display: none;
}

/*
This is a common css class with @mixin to style help text under form fields.
*/
.helptext {
  font-size: 11px;
  color: #4a4a4a;
}

/* 
This is common css class only for font weight normal bold.
*/
.font-weight {
  font-weight: 500;
}

/* 
This is common css class only for border bottom none.
*/
.border-bottom-none {
  border-bottom: none;
}

.strike-through {
  text-decoration: line-through;
}

.bold {
  font-weight: 500;
}

/*
This is common css class only for top space.
*/
.top-space {
  margin-top: 5px;
}

/*
This is common css class only for top margin.
*/
.top-margin-space {
  margin-top: 20px;
}

/*
This is common css class to input field example text.
*/
.example-text {
  color: #a2a2a2;
  font-size: 12px;
}

/*
This is common css class to show text color red.
*/
.error {
  color: #e42600;
}

/*
This is common css class only for required field asterisk sign.
*/
.required {
  color: #a2a2a2;
}

/*
This is a common css class to set margin zero.
*/
.no-margin {
  margin: 0;
}

/*
This is a common css class to set padding zero.
*/
.no-padding {
  padding: 0;
}

/*
This class will be used for message spacing.
*/
.message-space {
  margin: 40px 15px;
}

.modal.TargetMarketDeleteConfirmationModal {
  display: flex;
}

.typeahead-dropdown .tt-menu {
  background: #fff;
  border-radius: 0 0 3px 3px;
  border: 1px solid #bab7b7;
  border-top: 0;
  margin-bottom: 20px;
  width: 100%;
}
.typeahead-dropdown .tt-menu .tt-selectable {
  cursor: pointer;
  padding: 4px 10px;
}
.typeahead-dropdown .tt-menu .tt-selectable.tt-cursor, .typeahead-dropdown .tt-menu .tt-selectable:hover {
  background: #026EAD;
  color: #fff;
}

/* 
 *  This is a common file to include common stylings throughout all Pages in OA
 */
/* @todo(WR-2159): Move into relationships specific pages */
table.form.small-width {
  width: 25%;
}
table.form.big-width {
  width: 40%;
}

span.required {
  color: #4A4A4A;
  font-size: 20px;
  line-height: 10px;
  vertical-align: bottom;
}

span.radiotext {
  margin: 0 10px 0 4px;
  position: relative;
  top: -2px;
}

/* Quick Search
-----------------------------------------------------------------------------*/
#quickSearch {
  border: 1px solid #D9D2D0;
  border-radius: 4px;
  float: right;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
#quickSearch .quickSearchField {
  height: 40px;
  padding-left: 30px;
  width: 100%;
}
#quickSearch .btn-search-icon {
  border: 0 solid;
  background: url(../oa/images/search.png) no-repeat center;
  height: 40px;
  position: absolute;
  width: 30px;
}
#quickSearch .radio-multiselect {
  display: inline-block;
  margin-bottom: 10px;
}
#quickSearch .radio-multiselect:before, #quickSearch .radio-multiselect:after {
  content: "";
  display: table;
  line-height: 0;
}
#quickSearch .radio-multiselect:after {
  clear: both;
}
#quickSearch .radio-multiselect input[type=radio] {
  display: none;
}
#quickSearch .radio-multiselect input[type=radio] + label {
  font-weight: 500;
  line-height: 28px;
  padding: 0 8px;
}
#quickSearch .radio-multiselect .first-child-border-radius {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
#quickSearch .radio-multiselect input[type=radio]:checked + label {
  background: #F2F2F2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-color: #A8A0A0;
  color: #4A4A4A;
}

/* ---------CSRF Loader--------- */
.oa-page-loader {
  background: url("../oa/images/loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
  height: 100%;
  left: 0px;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}

/* ---------participant identifier artists--------- */
.artist_uri .textField {
  margin-left: 2px;
  width: 115px;
}

.spotifyAppKey {
  margin-top: 7px;
}

.spotifyAppKeyTxt {
  margin-top: 7px;
  margin-left: 2px;
}

.spotify-appkey-img {
  margin-left: 0;
}

/* ---------Tooltip for Apple Artist ID--------- */
.help-tooltip {
  position: absolute;
  display: inline-block;
}

.help-tooltip .tooltiptext {
  bottom: 100%;
  left: 50%;
  visibility: hidden;
  background-color: #4a4a4a;
  font-size: 12px;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}

.help-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.help-tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

.help-tooltip.apple-artist .tooltiptext {
  width: 330px;
  margin-left: -165px;
}

.tooltiptext a:link {
  color: #337ab7;
}

/* ---------Tooltip for Spotify Artist ID--------- */
.help-tooltip-spotify {
  position: relative;
  display: inline-block;
}

.help-tooltip-spotify .tooltiptext {
  bottom: 100%;
  left: 50%;
  visibility: hidden;
  background-color: #4a4a4a;
  font-size: 12px;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  z-index: 1;
}

.help-tooltip-spotify .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.help-tooltip-spotify:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

.help-tooltip-spotify.spotify-artist .tooltiptext {
  width: 450px;
  margin-left: -225px;
}

/* ---------Tooltip for Spotify Artist ID--------- */
.help-tooltip.spotify-artist .tooltiptext {
  width: 450px;
  margin-left: -225px;
}

/* ---------Japanese physical distribution--------- */
#jp_distribution {
  display: inline-block;
}

#jp_tooltip {
  margin-top: 5px;
}

.help-tooltip#jp_tooltip .tooltiptext {
  width: 500px;
  margin-left: -250px;
}

.w8_lob_select {
  width: 100%;
}

/* ---------Tooltip for Active Terms Contract ID--------- */
.tooltip_active {
  position: relative;
  display: inline-block;
}

.tooltip_active .tooltiptext_active {
  visibility: hidden;
  width: 270px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip_active .tooltiptext_active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip_active:hover .tooltiptext_active {
  visibility: visible;
}

/* ---------Physical supply chain info section on edit pages--------- */
.supply-chain-info h5 {
  background-color: transparent;
  font-weight: 500;
}
.supply-chain-info > .form {
  width: 80%;
  margin-left: 80px;
}
.supply-chain-info tbody tr th:first-child {
  text-align: left;
  width: 35%;
}
.supply-chain-info tbody tr td input {
  width: 150px;
}
.supply-chain-info table.form th {
  width: 150px;
}
.supply-chain-info table.form td {
  width: 50px;
}
.supply-chain-info label,
.supply-chain-info .form-label {
  color: black;
  text-transform: capitalize;
}
.supply-chain-info .supply-chain {
  margin-top: 0;
}
.supply-chain-info .headers th {
  text-align: left;
}