/* -------------CSS THEME: Alta CPQ Cloud----------------- */
/* ---------------Default Stylesheet ---------------------- */
/*VERSION 14 - Deal Inbox minimum length altered*/

body {
	margin:0 auto;
	background: #fafafa;
}

body.model-config {
	background: #fafafa;
}

body, td, p { 
    text-decoration: none; 
    color: #000000;
	font-size:12px;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: normal;
}

a {  
    text-decoration: none;
}

div.main-pane{
	background-color: #FFFFFF;
}

.clearfix {
    *zoom:1; /* IE<8 */
}
.clearfix:after { 
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.help-icon {
   display: inline-block;
   width: 14px;
   height: 14px;
   padding-right: 4px;
   background: url(/img/bmx/icons/help.gif) no-repeat;
}

.help-popup,
.pricebook-constraint {
    position: absolute;
    padding: 8px;
    background-color: #FFFFFF;
    border: 1px solid #D6DFE6;
	-moz-border-radius: 3px; 	
	-webkit-border-radius: 3px;  
	border-radius: 3px;
    float: left;
    max-width: 300px;
    max-height: 200px;
    overflow: auto;
    opacity: 0;
    -webkit-box-shadow: 3px 3px 6px #999999;
    box-shadow: 3px 3px 6px #999999;
    -webkit-transition: opacity 0.2s ease 0s;
    -moz-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
}

.column {
    white-space: nowrap;
}

/* Overlay and Loading dialog */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity = 30); /*ie7 and 8*/
}

#loading-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 250px;
    background-color: #fff;
    border: 1px solid #777;
    padding: 25px;
    text-align: center;
    z-index: 1001;
}

/* --- Admin Area Customizations --- */
.bmTooltip {
    position: absolute; 
    display:none; 
    border: solid 1px #d6dfe6; 
    background-color: #F0F0F0;
    padding: 5px;
}

/* top bar properties */

.display-block {
	display:block;
}

#top-bar-wrapper { 
    background-color: #ffffff;
    border-bottom: 1px solid #d6dfe6;
    padding: 5px;
} 

#content-wrapper { 
    background-color: #FFFFFF;
    border: 1px solid #d6dfe6;
    border-radius: 15px 15px 0 0;
    margin: 0 auto!important;
	padding: 0;
} 

#bottom-bar-wrapper,
#content { 
    background-color: #FFFFFF;
} 

.top-bar { 
    background-color: #F0F0F0;
    color: #003366; 
    font-size : 14px;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif!important;
    font-weight: 700; 
    font-style: normal;  
} 

.top-bar:link, .top-bar:visited { 
    background-color: #F0F0F0;
    color: #145c9e; 
    font-size : 12px;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700; 
    font-style: normal;
} 

a.top-bar:hover{
  text-decoration: underline;
}

/* for top bar and folder tabs*/ 
a.top-bar:hover, a.top-bar:visited:hover { 
    color: #145c9e; /* Primary Link Color */
}

.top-bar-on, .top-bar-on:link, .top-bar-on:visited { 
    background-color: #F0F0F0; 
    color: #145c9e; 
    font-size : 9pt;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700;
    font-style: normal; 
}

/* for SELECTED folder tab*/ 
a.top-bar-on:hover, a.top-bar-on:visited:hover { 
    color: #145c9e; /* Primary Link Color */
}

/* bottom bar properties */
.bottom-bar, .bottom-bar:link, .bottom-bar:visited { 
    background-color: #FFFFFF;
    color: #145c9e; 
    font-size : 9pt;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    text-align : right;
    font-style: normal;
    font-weight: 400;
	padding: 0 5px;
}

td.bottom-bar {
	border-top: 1px solid #d6dfe6;
}

td.bottom-bar .bottom-bar,
.top-bar .bottom-bar {
	border: 0px solid #d6dfe6;
}

a.bottom-bar,
a.bottom-bar:hover, 
a.bottom-bar:visited:hover { 
	color: #145c9e;
	text-decoration: underline;
}

.top-bar, 
.top-icon-bg-color,
.top-left-icon {
    background-color: #FFFFFF;
}
.admin-home-page .top-bar,
.admin-home-page .top-icon-bg-color,
.admin-home-page .top-left-icon {
	background-color: #F0F0F0;
}

.top-icon-bg-color img,
.top-left-icon img,
.top-bar img,
.bottom-bar img{
	display: none;
}

/* sidebox bar properties */
.sidebox-bar { 
    background-color: #F2F4F7;
    color: #000000; 
    font-size : 10pt; 
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700; 
}    
/* Popups */
.popup {
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 999;
}

.popup.modal {
    z-index: 1002;
}

.popup-header {
    padding: 15px 22px 6px 6px;
}

.popup-title,.popup-header img {
    vertical-align: middle;
}

.popup-content {
    padding: 16px 6px;
    overflow: auto;
}

.popup-footer {
    padding: 6px;
    text-align: right;
    position:relative;
}

.popup-footer .bm-button {
    display: inline-block;
    margin-left: 3px;
    position:relative;
    display: inline !ie;
}

.popup-footer .button-middle img {
    display: none;
}

.popup-footer .ok-button a {
	padding: 0 5px 0 22px;
	background: url("image/Icons/icon-check.png") no-repeat 0 50%;
}

.popup-footer .cancel-button a {
	padding: 0 5px 0 22px;
	background: url("image/Icons/icon-close.png") no-repeat 0 50%;
}
.popup-footer .cancel-button .button-middle {
	background-color: transparent;
    background-image: #e4e8ea; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#f1f3f4, #e4e8ea); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#f1f3f4, #e4e8ea); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#f1f3f4, #e4e8ea); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#f1f3f4, #e4e8ea); /* Standard syntax */
    border: 1px solid #c4ced7;
}

.popup-header {
	background: #F2F4F7;
    border:1px solid #d6dfe6;
}
  
.popup-header .popup-title {
    color: #000000;
    font-weight: 700;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
	margin-left: 5px;
}
  
.popup-content {
    border-width: 1px!important;
    border: solid #D6DFE6; 
    background-color: #fff;
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 12px;
	padding: 20px 10px 30px 10px;
}
  
.popup-footer {
    border: 1px solid #D6DFE6;
    border-top: none;
    background-color: #FFFFFF;
}
  
.popup-form .field-label {
	font-family:"Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 8pt; 
    color: #000000; 
    font-weight: 700; 
    text-align: left; 
}
  
.popup-form .error .field-label {
    color: #FF0000; 
    font-style: normal; 
    font-weight: 400; 
}

.popup-close {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 4px;
    right: 4px;
    background-image: url(/img/gxt/tool-sprites-gray.gif);
	overflow: hidden;
}


/* Panels */
.panel .panel-tc, 
.panel .panel-tl, 
.panel .panel-tr, 
.panel .panel-mr, 
.panel .panel-ml, 
.panel .panel-bc, 
.panel .panel-bl,
.panel .panel-br{
    background: #FFFFFF!important; /* Secondary Color */
	border:0px solid #ffffff!important; /* Secondary Color */
}
.panel {
    border-top:1px solid #d6dfe6!important;
    border-radius: 0px;
}

.panel .panel-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16pt !important;
    color: #333333!important;
}

.panel-body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #000000;
}

.panel.collapsible span.panel-heading{    
	background: url("image/images/arrow-collapse.png") no-repeat scroll 0px transparent;
    padding-left: 15px;
	padding-right: 3px;
}

.panel-collapsed span.panel-heading{    
	background: url("image/images/arrow-expand.png") no-repeat scroll 0px transparent !important;
    padding-left: 15px;
	padding-right: 3px;
}

.toggle-panel {
    display:none!important;
}

/* ------- Config -------*/

/* Creates fixed width, centered content in Config*/
.body-inner {
    margin-left: auto;
    margin-right: auto;
    border: solid #d6dfe6 0px; 
    background: #ffffff;
}


/* Attribute Label Properties */
.required .attribute-label,
.attribute-label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 11pt!important;
    color: #000000!important;
}

/*.attribute-label-container {
	width:250px!important;
}*/

/* Required Attribute Label Properties */
.required .attribute-label {
    font-style: 700!important;
}

/* Group Header Label Properties */

.model-config .group-header {
	font-size: 20px; 
	color: #333333;
	font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	border-top: 1px solid #D6DFE6;
    padding-top: 5px;
	line-height: 32px;
}
.model-config  .group-header:hover{
    color: #145c9e;
	background-color: #FFFFFF;
}
.model-config  .group-inner {
	border: 1px solid #ffffff!important;
	margin-top: -5px!important;
}

/* Adds arrow icon to indicate collapsable groups within config */
.model-config  .group-content .group-header span{
   padding-left: 16px;
   background: url("image/images/arrow-collapse.png") no-repeat 0 50%;
   
}

.model-config  .group-content.collapsed .group-header span{
   padding-left: 16px;
   background: url("image/images/arrow-expand.png") no-repeat 0 50%;
   color:#0568ae;

}

/* Array Table Properties */
.array {
    background-color: #FFFFFF;
    border: 1px solid #D6DFE6;
    border-collapse: separate;
}

.array td {
    background-color: #FFFFFF;
}

.array thead th {
    border: #D6DFE6 solid 1px; 
    background: #F2F4F7;
    height: 30px;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; 
    font-size: 11pt;
    line-height: 16px;
}

.array td, .array th {
    border: solid #D6DFE6;
    border-width: 0 0 1px 0px;
    background-color: #fff;
    padding: 3px 6px;
    vertical-align: middle;
}

.array .constrained-row td, .array .constrained-row th,
.array .recommended-row td, .array .recommended-row th,
.array .previous-value-row td, .array .previous-value-row th {
    border-bottom-color: #D6DFE6;
}

.array tr td.recommended,
.array tr td.constrained,
.array tr td.previous-value {
    background-color: #fff8e5;
    border: solid #D6DFE6;
    border-width: 3px 0 0 1px;
}

.array td.recommended + td,
.array td.constrained + td,
.array td.previous-value + td {
    border-left: 1px solid #D6DFE6;
}


.array th[scope=row],
.vertical-array th {
    text-align: left;
}

.vertical-array th[scope=row],
.vertical-array .array-remove-cell {
    width: 1px;
}

.array-add, 
.array-remove {
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: transparent center center;
}

.horizontal-array .array-remove {
    float: right;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}

.horizontal-array th:hover .array-remove {
    opacity: 1;
}

.array tr.selected th,
.array tr.selected td {
    background-color: #FFFFFF;
}
/*GJ:31082018: Commented to specify values specifically for Equipment Array and Vertical Array
/*
.array .even td, 
.array .even th {
    background-color: #F2F4F7!important;
}
*/
.array tr td.previous-value {
    border-top-color: #D6DFE6;
}

.array tr td.recommended {
    border-top-color: #0000FF;
}

.array tr td.constrained {
    border-top-color: #FF0000;
}
/*GJ:25082018:added for rounding off the config array field borders*/
.array .attribute-field {
   	border-radius: 5px;
}
/*GJ:27082018:added for setting min width of the data table based pick field*/
.sspl-array-container {
    min-width: 133px !important;
    width: 100% !important;
}
/*GJ:27082018:added for hiding the numbers on lhs of the arrays*/
.array th[scope=row]{
	visibility: hidden;
}
/*GJ:31082018:added for increasing array height for Rate Plan Array Header to align with Equipment Array*/
#msRatePlan_ArraySet_PF .vertical-array th[scope="col"],#cruDataRatePlanPFArraySet .vertical-array th[scope="col"] ,#mobileShareBasicPhoneRatePlan .vertical-array th[scope="col"],#mobileShareDataDeviceRatePlan .vertical-array th[scope="col"],#mobileShareSmartphoneRatePlan .vertical-array th[scope="col"]{
	height: 60px;
}

/*GJ:31082018: added for setting colors in equipment array*/
/*Color Equipment pick field*/
#msEquipments_ArraySet_PF tr:first-child td ,#mobileShareBasicPhoneEquipment tr:first-child td ,#mobileShareDataDeviceEquipment tr:first-child td ,#mobileShareSmartphoneEquipment tr:first-child td {
	background-color:#DBEFFF!important;
}
/*color all Equipment Array Odd Rows except first child*/
#msEquipments_ArraySet_PF tr:nth-child(2n+3) td , #mobileShareBasicPhoneEquipment tr:nth-child(2n+3) td, #mobileShareDataDeviceEquipment tr:nth-child(2n+3) td, #mobileShareSmartphoneEquipment tr:nth-child(2n+3) td{
	background-color:#F2F4F7!important;
}
/*color Equipment Array Even Rows to white*/
#msEquipments_ArraySet_PF tr:nth-child(even) td ,#mobileShareBasicPhoneEquipment tr:nth-child(even) td ,#mobileShareDataDeviceEquipment tr:nth-child(even) td ,#mobileShareSmartphoneEquipment tr:nth-child(even) td {
	background-color:white!important;
}
/*GJ:31082018: added for setting colors in Vertical arrays ie Rate Plan, Features etc.*/
.vertical-array .even td, .array .even th {
    background-color: #F2F4F7!important;
}

/*GJ:05092018: add Device before equipment array headers*/
#msEquipments_ArraySet_PF th[scope="col"]:first-child::before ,#mobileShareBasicPhoneEquipment th[scope="col"]:first-child::before ,#mobileShareDataDeviceEquipment th[scope="col"]:first-child::before ,#mobileShareSmartphoneEquipment th[scope="col"]:first-child::before {
    content: ""!important;
}
#msEquipments_ArraySet_PF th[scope="col"]:nth-child(n+1)::before ,#mobileShareBasicPhoneEquipment th[scope="col"]:nth-child(n+1)::before ,#mobileShareDataDeviceEquipment th[scope="col"]:nth-child(n+1)::before ,#mobileShareSmartphoneEquipment th[scope="col"]:nth-child(n+1)::before {
   content: "Device ";
}

/*GJ:05092018: Increase select size for Plan Group and Equipment Type*/
#msPlanGroupsPF,#msPlanVariantsPF,#cruDataPlanGroupPF, #tk_offer_pf_input, #tk_industry_pf
{font-size: 20px!important;}
/*GJ:06092018: Increase select size for Rate Plan*/
#msRatePlan_ArraySet_PF .cell-msRatePlanPF div span ,#cruDataRatePlanPFArraySet .cell-cruDataRatePlanPF div span   
{
width:200px!important;}

/*GJ:11092018: Handle Totals Array below Rate Plan*/
/*Update for Data Plan Totals*/
#cruRatePlanTotals_ArraySets_PF th[scope="col"] ,#cRUDataPlanTotals_ArraySet_PF th[scope="col"],#mobileShareSmartphoneTotals th[scope="col"] ,#mobileShareDataDeviceTotals th[scope="col"] ,#mobileShareBasicPhoneTotals th[scope="col"]  {
    display: none!important;
}
#cruRatePlanTotals_ArraySets_PF td, #cRUDataPlanTotals_ArraySet_PF td,#mobileShareSmartphoneTotals td,#mobileShareDataDeviceTotals td,#mobileShareBasicPhoneTotals td
{
border:#D6DFE6 solid 1px;
}
#cruRatePlanTotals_ArraySets_PF tr:first-child td , #cRUDataPlanTotals_ArraySet_PF tr:first-child td ,#mobileShareSmartphoneTotals tr:first-child td ,#mobileShareDataDeviceTotals tr:first-child td ,#mobileShareBasicPhoneTotals tr:first-child td {
	background-color:#DBEFFF!important;
}

/*GJ:11092018: Setting up Totals Array*/
td.cell-cruTotals_PF,td.cell-cruDataTotals_PF,td.cell-cRUTextTotals_MobileShareSmartphone_PF ,td.cell-cRUTextTotals_MobileShareBasicPhone_PF ,td.cell-cRUTextTotals_MobileShareDataDevice_PF   {
	min-width:200px;
    width: 200px;
}

/*AG:20181011: Hidding All Array Summary Label from all configurators*/
#cruRatePlanTotals_ArraySets_PF-summary, #msRatePlan_ArraySet_PF-summary, #msEquipments_ArraySet_PF-summary, #cRUDataPlanTotals_ArraySet_PF-summary, #cruDataRatePlanPFArraySet-summary, #cRUFeatureNFRArraySet-summary, #cRFeatureInternationalVoiceListArray-summary, #cRFeatureInternationalDataListArray-summary, #cRFeatureMessagingListArray-summary, #cRUFeaturesEPTTArraySet-summary, #cRUFeaturesOtherFeaturesArraySet-summary, #mobileShareBasicPhoneRatePlan-summary, #mobileShareBasicPhoneEquipment-summary, #mobileShareBasicPhoneTotals-summary, #mobileShareDataDeviceRatePlan-summary, #mobileShareSmartphoneEquipment-summary, #mobileShareSmartphoneTotals-summary, #mobileShareDataDeviceEquipment-summary, #mobileShareDataDeviceTotals-summary, #mobileShareSmartphoneRatePlan-summary, #mA_mobilityApplicationArray_pf-summary
{
	display: none;
}
td.cell-cruExistingTotals_PF ,td.cell-cruNewTotals_PF,td.cell-cRUexistingDataTotals_PF ,td.cell-cRUnewDataTotals_PF,td.cell-cRUExistingTotals_MobileShareBasicPhone_PF ,td.cell-cRUNewTotals_MobileShareBasicPhone_PF ,td.cell-cRUExistingTotals_MobileShareDataDevice_PF ,td.cell-cRUNewTotals_MobileShareDataDevice_PF ,td.cell-cRUExistingTotals_MobileShareSmartphone_PF,td.cell-cRUNewTotals_MobileShareSmartphone_PF
{
	min-width:90px;
	width: 26%;
}
td.cell-cruRatePlanTotals_PF ,td.cell-cruDataPlanTotals_PF ,td.cell-cRUTotalTotals_MobileShareBasicPhone_PF ,td.cell-cRUTotalTotals_MobileShareDataDevice_PF ,td.cell-cRUTotalTotals_MobileShareSmartphone_PF 
{
    min-width:60px;
	width:12%;

}

/* Custom Tabs */
/* ------------------------------------------------------ */
.tab-content {
    border:0px;
}

ul.tab-strip {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #D6DFE6!important;
    padding: 0 0 0 4px;
    margin-bottom: 10px;
}

.tab-inner, 
.tab-right {
    background: none repeat scroll 0 0 transparent !important;
}

.tab-strip li{ 
    margin-bottom: -1px; 
    padding: 0 2px;
}
.model-config .column {
    white-space: normal;
}

.tab-strip a.tab-left {
    background: none repeat scroll 0 0 transparent;
	border-radius: 0 0;
}

.tab-strip .tab-text {
	padding: 0px;
	color: #145c9e;
	font-size: 12px!important;
	font-weight: normal;
	text-decoration: none!important;
}

.tab-strip .tab-text,
.tab-strip a.tab-left {
	height: 28px;
	line-height: 28px;
	text-decoration: none!important;
}

.tab-strip .tab-left{
    border: #D6DFE6 solid 1px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.tab-strip .tab-active a.tab-left,
.tab-strip .tab-active a.tab-left:hover{ 
	border-bottom: 3px #0572CE solid;

    border-style: solid;
    background: none repeat scroll 0 0 #FFFFFF!important;
  	height: 26px;
	line-height: 26px;
	text-decoration: none!important;
}

.tab-strip a.tab-left:hover { 
    background: #FFFFFF !important;
}

.tab-strip a.tab-left:hover .tab-text { 
	color: #145c9e;
	text-decoration: underline!important;
}
.tab-strip .tab-active a.tab-left .tab-text,
.tab-strip .tab-active a.tab-left:hover .tab-text{
	color: #145c9e;
	text-decoration: none;
	font-weight: bold;
}

/* Buttons */
/* ------------------------------------------------------ */

/* Hide Button Images
.button-middle a img {
    display: none;
}

.button-middle a {
	padding: 0!important;
}
     Hide Button Images end */
	 
	 
/* Format Button Images */
.button-middle a img {
	margin: -8px 0 0 2px; /* The top margin is minus half height of the image (16px). */
	position: absolute;
	top: 50% !important;
}

.button-middle a {
	padding: 0 0 0 0px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.add-row-btn .button-middle a {
    background-image: url("image/Icons/icon-plus.png");
    padding-left: 20px;
}
/* Format Button Images  end*/

/* Format General Buttons */
.button-left, .button-right { 
	display: none!important; /* hide button sides used in original table buttons */
} 

/*COMMENTED HERE. ADDED IN 21B CHANGES FOR DEAL-INBOX PAGE
-----------------------------------------------------------
 td.button-middle { 
	background-color: transparent;
    background-image: #e4e8ea; /* For browsers that do not support gradients 
    background-image:-webkit-linear-gradient(#f1f3f4, #e4e8ea); /* For Safari 5.1 to 6.0 
    background-image:-o-linear-gradient(#f1f3f4, #e4e8ea); /* For Opera 11.1 to 12.0 
    background-image:-moz-linear-gradient(#f1f3f4, #e4e8ea); /* For Firefox 3.6 to 15 
    background-image:linear-gradient(#f1f3f4, #e4e8ea); /* Standard syntax 
    border: 1px solid #c4ced7;
    color: #000000;
	display: block;
	position: relative;
	-moz-border-radius: 2px; 	
	-webkit-border-radius: 2px;  
	border-radius: 2px;
    height: 26px;
    margin: 0px;
}*/
/*COMMENTED HERE. ADDED MADE IN 21B CHANGES FOR DEAL-INBOX PAGE
---------------------------------------------------------------*/
 
 td.button-middle:active { 
    background-color: #0572ce!important;
    background-image: none;
    border-color: #0572ce!important;
				   
}

 td.button-middle:hover { 
	background-color: #065690!important;				  
}

.button-middle a {
	outline: none;
	-moz-outline-style: none;
	margin: 0 8px;
    text-align: center; 
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px!important;
	font-weight: 700!important;
    color:#000000; 
    text-shadow: 0 1px 0 #ffffff;
    line-height: 27.5px;    
	display: block;									
}

td.button-middle:active a{
	margin: 0px 8px!important;				  
	color:#ffffff!important;
}

td.button-middle:hover a{
	margin: 0px 8px!important;			
}

.button-middle:hover a{
	color: #FFFFFF!important;
}

.button-middle div { 
	margin: 0px!important;  /*overrides .js inline click movement */
	padding: 0!important;
} 

.button-middle div:hover{
    background-color: #065690!important;
    border-radius: 25px!important;
}

.button-text, .button-text:link, .button-text:visited {
    position: relative;
    top: 0px;
}

/*Format General Buttons end */

/*Format Commerce and Config Buttons */
#sticky-actions td.button-middle,
.bm-actionstrip-horiz td.button-middle { 
	background-color: #0568AE;
    background-image: #0568AE; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#0568AE, #0568AE); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#0568AE, #0568AE); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#0568AE, #0568AE); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#0568AE, #0568AE); /* Standard syntax */
    border-radius: 25px; 
    height: 32px;
    margin: 0px;
}

#sticky-actions  .button-middle a,
.bm-actionstrip-horiz  .button-middle a {
	margin: 0px 8px;
    color: #000000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px!important;
    color:#000000; 
    text-shadow: 0 1px 0 #ffffff;
    line-height: 30px;   
}

#sticky-actions .button-middle:hover,
.bm-actionstrip-horiz .button-middle:hover{
	background-color: #065690!important;
} 

#sticky-actions .button-middle:hover a,
.bm-actionstrip-horiz .button-middle:hover a{
	color: #FFFFFF!important;
    text-decoration: none!important;
    background-color: #065690!important;
}

#sticky-actions td.button-middle:active a,
.bm-actionstrip-horiz td.button-middle:active a{
	margin: 0px 8px!important;
	color:#ffffff!important;
}

#sticky-actions td.button-middle:active ,
.bm-actionstrip-horiz td.button-middle:active { 
    background-color: #0572ce!important;
    background-image: none;
    border-color: #0572ce!important;
} 


/* Actionstrip Fixes */
/* ------------------------------------------------------ */
.button-bar {
    margin: -10px -10px  10px -10px!important;
    padding: 0!important;
    height: 35px;
}

#sticky-actions {
	padding: 3px 10px;
}

#sticky-actions .floating,
div.bm-actionstrip.fixed, div.bm-actionstrip.floating {
    border: solid #FFFFFF 0px!important; 
    background: #FFFFFF!important;
    padding: 3px 0;
    margin: 0;
}

#sticky-actions .bm-actionstrip-horiz,
#sticky-actions .bm-actionstrip-horiz.floating {
    background: #FFFFFF!important;
    border: solid #FFFFFF 0px!important; 
    padding: 3px 0;
    margin: 0;
}

#sticky-actions .bm-actionstrip-horiz.floating {
    border-bottom: 1px solid #D6DFE6!important;
	-moz-box-shadow: 0 5px 5px #999999;
	-webkit-box-shadow: 0 5px 5px #999999;
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, .25);
}

.grand-total-container {
    color: #333333;
}

/* Pipeline Viewer */
/* ------------------------------------------------------ */

#pipeline-viewer-opener {
    background-color: transparent;
    text-align: right;
}

#pipeline-viewer-opener a{
    color: #454545;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* Commerce */
/* ------------------------------------------------------ */

/* sets the commerce content area formatting */
#document-form {
    border: solid #FFFFFF 0px; 
    background: #ffffff;
    padding: 0px;
    margin:0px 0px;
}

#cm-manager-content .x-grid3-hd-row td {
	border: 0 0 1px 0!important;
	border: 1px solid #D6DFE6 !important;	
}

#cm-manager-content .x-grid3-row{
	border: 1px solid #D6DFE6;
}

#cm-manager-content .x-grid-table-bg-color{
	background-color:#FFFFFF;
}

#cm-manager-content .x-grid-td-tab-name {
    font-weight: 700;
    padding: 3px;
}

#cm-manager-content .x-grid-group-hd{
	border: 0 0 1px 0!important;
	border-bottom: 1px solid #FFFFFF !important;	
    padding-top:0px;
    cursor:auto;
}
#cm-manager-content .x-grid3-hd-inner{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000; 
    font-size: 8pt; 
    background-color: #F2F4F7;
    font-weight: 700; 
    padding-left: 3px;  
    text-align:left;
	vertical-align: middle;
}
.rowBorder{
    border:0px ;
}

#cm-manager-content .x-grid-group-hd div { 
    background:none;
    padding : 0px;
    cursor:auto;
    font-weight: 700; 
    font-style: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.x-grid3-hd-row a{
    color: #000000!important; 
	text-decoration: none!important;
}
	
.cm-group-tab{
    background: transparent;
}

.cm-group-tab ul{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size : 8pt !important;
    font-weight: 700 !important; 
    font-style: normal !important;
}

.cm-group-tab li{
    background: #e4e8ea url(/img/gxt/rounded_gradient-tab-inner.png) repeat-x scroll 0 -1px;
}


.cm-group-tab a{
    color: #000000;
    background: transparent url(/img/left_top_tab8x20.gif) no-repeat left top;
}

.cm-group-tab a span{
    background: transparent url(/img/right_top_tab8x20.gif) no-repeat right top;
    padding: 6px 8px 3px 7px;
}

#cm-manager-content .x-grid3-cell-inner {
    color: #000000; 
    font-size: 8pt; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#cm-manager-content .x-grid3-row-alt {
    background-color: #F0F0F0;
}
#cm-manager-content td.x-grid3-hd-over .x-grid3-hd-inner, 
td.sort-desc .x-grid3-hd-inner, 
td.sort-asc .x-grid3-hd-inner, 
td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background: #EEEEEE repeat-x scroll left bottom; 
}

#cm-manager-content .x-grid3-row-selected {
    background-color: #B9DFFF;
}
#cm-manager-content .hover {
    background-color: #ebeced; 
}
#cm-manager-content .x-grid3-row-selected.hover {
    background-color: #ebeced;
}

#cm-manager-content .x-grid3-header {
    background-color: #F2F4F7;
    color: #000000; 
	border: 1px solid #D6DFE6!important;	
}

/*AG/GJ 20181026 Updated for table html*/
#readonly_1_fSDSummaryHTML > table 
	{
		display: block !important;
		overflow-x: auto !important;
		white-space: nowrap !important;	
		
	}
/*END--AG/GJ 20181026 Updated for table html*/
/* --- LISTS --- */
/* ------------------------------------------------------ */
/* .list-label, .list-label:link, .list-label:visited { 
    background-color: #FFFFFF;
    color: #696969; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; 
	border: 0px solid #666666;
	font-weight: 700;
} */

.list-label, .list-label:link, .list-label:visited { 
    background-color: #FFFFFF;
    color: #145c9e; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; 
	border: 0px solid #d6dfe6;
	font-weight: 700;
}

#partSearchResultsGrid td.list-label,
tr.view-header .list-label, 
tr.view-header .list-label:link, 
tr.view-header .list-label:visited{
    background-color: #F2F4F7;
    color: #145c9e; 
}

a.list-label:hover, a.list-label:visited:hover { 
    background-color: #EEEEEE;
    color: #145c9e; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; 
	border: 0px solid #666666;
	font-weight: 700;
	text-decoration: underline;
}

th.list-label.col-part_number {
	text-align: left;
}

th.list-label.col-description {
	text-align: left;
}

.list-field { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 8pt; 
    color: #000000;
}

.form-input-selected, 
.bgcolor-list-even-selected, 
.bgcolor-list-odd-selected {
    background-color: #f0f0f0; 
} 

tr.adv-grid-row:hover,
.line-item-grid-wrapper .line-item-hover,
.form-input-mouseover, 
.bgcolor-list-even-mouseover, 
.bgcolor-list-odd-mouseover {
    background-color: #F9F9F9!important;
} 

.bgcolor-list-even{
    background-color: #F9F9F9;
    height: 20px;
}

a.col-part_number:hover, 
a.col-part_number:visited:hover 
.toggle-search a:hover, 
.toggle-search a:visited:hover,
a.list-field:hover, 
a.list-field:visited:hover,
a.list-field-new:hover, 
a.list-field-new:visited:hover { 
    color: #145c9e; 
}

.toggle-search a,
.list-field:link, 
.list-field:visited,
.list-field-new, 
.list-field-new:link, 
.list-field-new:visited { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 8pt; 
    color: #145c9e;
    text-decoration: underline; 
}

.auto-update-highlight {
    background-color: #B9DFFF;
    background-image: none;
}

.empty-link {
    font-style: italic; 
    /** For empty links in commerce manager grid. **/
}

/* --- Search Parts Page ---*/
/* ------------------------------------------------------ */
#search-results-header {
    border-color: #D6DFE6;
    border-style: solid;
    border-width: 0 0 2px 0;
}

#search-results-list{
    margin: 25px auto 0 auto!important;
}
#search-results-list table,
table.adv-grid {
    border: 1px solid #D6DFE6!important;
    width: 925px;
}

.adv-parts-options {
    border-top: 1px solid #D6DFE6!important;
}

#search-results-list table th,
#search-results-list table td,
td.adv-grid -cell{
	border: solid #D6DFE6!important;
	border-width: 0 0 1px 0!important;
}

/* Line Item Grid */
/* ------------------------------------------------------ */
#line-item-grid-body {
}
#line-item-grid tr.parent-line-item > td { 
    border-width: 0 0 1px 0;
}



#line-item-grid td {
	border: solid #D6DFE6;
	border-width: 0 0 1px 0!important;
	padding: 3px 3px;	
}
/*GJ:11092018: Overriding in quoteLineColor_q html transaction attribute*/
/*#line-item-grid .child-line-item td{
	background-color: #FFFFFF!important; 	
}
#line-item-grid .parent-line-item:hover td { 
	background-color: #ffffff; 
}
*/
/*GJ:19092018: Model Font color to ATNT White*/
.parent-line-item>.view-text {
    color: rgb(255,255,255);
    font-weight: bolder;
}
.child-line-item:hover td {
	background-color: #FFFFFF; 
}

#line-item-grid td td, 
#line-item-grid th td{
	border: none;
	padding: 1px 1px;			/*Updated for Reconfigure image not showing fully 20180906 AGUPTA		padding: 3px 3px;*/
}

#line-item-grid .action-icon-bar div {
	padding: 0;
	margin-top: 3px;
	height: 12px;
}

#line-item-grid { 
	border-collapse: collapse; 
	border: #D6DFE6 solid 0px!important; 
}

.line-item-grid-header th { 
	padding: 4px 4px; 
	border: #D6DFE6 solid 1px!important;
	border-bottom: #D6DFE6 solid 1px!important;
    background: #F2F4F7!important;
    color: #000000!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: 700!important;
	line-height: 24px;
}

.line-item div div {
	line-height: 24px;
}

.line-item div.boolean-wrapper-inner{
	margin-top: 3px;
}

.line-item div.text-wrapper-inner {
	margin-top: 1px;
}

.line-item-grid-footer th{ 
    border-top: 2px solid #FFFFFF!important; 
    border-bottom: 0px solid #D6DFE6!important; 
    padding: 5px 5px; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px!important; 
    color: #000000!important; 
    font-weight: 700;
}

td.checker{ 
	text-align: center;
}

td.checker input {
	margin-top: 7px;	
}

.line-item-grid-wrapper .child-line-item .checker input {
	float: right;
	margin-left: 26px;
}

#line-item-grid .line-item-show .reorder-icon {
	left: inherit;
	position: relative;
	width: 6px;
	margin-top: 1px;
}

.line-item-grid-wrapper .line-item .collapsible,
.line-item-grid-wrapper .line-item .collapsible.collapsed {
	position: relative;
	float: left;
	margin: 6px 0 0 -1px;			
	cursor: pointer;
	height: 13px;
	width: 13px;
	background-position: center center !important;
}

/*  --- GENERAL TEXT --- */
/* ------------------------------------------------------ */
.general-text { 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 8pt; 
    color: #000000;
}
a.general-text:link, a.general-text:visited { 
    text-decoration: underline; 
    color: #145c9e;
}
a.general-text:hover, a.general-text:visited:hover { 
    color: #145c9e; 
	text-decoration: underline;
}

.tree:link, .tree:visited { 
    color: #145c9e;
    font-size: 8pt; 
}
a.tree:hover, a.tree:visited:hover { 
    color: #145c9e; 
    font-size: 8pt; 
    text-decoration: underline; 
}

div.qs_header {
    border-bottom: 1px solid #D6DFE6!important;
    margin: 0 0 10px 5px;
}

.qs_header span{
	font-size: 15px!important; 
	color: #333333!important;
	font-weight: 700!important;
	font-family: "Helvetica Neue", Helvetica, Arial,Sans-Serif!important;
    margin-left: -12px; 
}
}

/* --- VIEW / FORM --- */
/* ------------------------------------------------------ */
form {
	background:#FFFFFF;
}

.view-header, .form-header { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; 
	background-color: #F2F4F7;
    color: #252525; 
    font-weight: bold; 
    padding-left: 3px;  
}

tr.view-header td.list-label{
    border-bottom: 1px solid #FFFFFF;
}

.view-text, 
.form-input, 
.form-input select, 
.form-input-modified, 
.form-input-selected, 
.form-input-mouseover,
.form-item input, 
.form-item select, 
.form-item textarea, 
.form-item .menu-attr label,
.attribute-field, 
.cfg-image-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px; 
    color: #252525; 
    font-weight:normal;
}
.view-text-number, 
.form-input-number {  
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #252525; 
    text-align: right; 
}    
.view-text:link, 
.view-text:visited { 
    color: #145c9e; 
}
a.view-text:hover, 
a.view-text:visited:hover { 
    color: #145c9e; 
    text-decoration: underline; 
}
.view-label, 
.form-label, 
.form-item label { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important; 
    color: #252525 !important; 
    font-weight:normal !important;
    text-align: left;
} 

.view-label-200px { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #252525; 
    font-weight:bold;
    padding-left: 1px; 
    width: 200px;
}
.view-number { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; 
    color: #252525; 
    font-weight:normal;
    text-align: right; 
}

/*  Pagination */
/* ------------------------------------------------------ */
.column .paging-tools{ 
	text-align: center; 
	font-size: 12px; 
}

.paging-tools { 
	margin-top: 15px; 
}

span.pagination-button-left,
span.pagination-button-right{ 
	visibility: hidden; 
	padding: 0; 
	display: none;
} 

.paging-tools .first-page,
.paging-tools .prev-page,
.paging-tools .paging-status,
.paging-tools .next-page,
.paging-tools .last-page { 
	visibility: visible; 
}
.paging-status { 
	margin: 0 10px 0 6px; 
}
.paging-tools a.paging-tool-disabled {
	color: #9e9e9e!important;

}

div.page-number ul.paging li button.pagingbtn.current {
	border: 1px solid #4f4f4f;
}

.paging-tools span a,
span.pagination-button-middle {
	padding: 3px 6px!important;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    font-size: 12px; 
    font-weight:bold;
	-moz-border-radius: 2px; 	
	-webkit-border-radius: 2px;  
	border-radius: 2px;
	-webkit-background-clip: padding-box; /* Fixes border bleed in webkit */
	background-clip: padding-box !important;
	-moz-background-clip: padding !important;
	background-color: transparent;
    background-image: #e4e8ea; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#f1f3f4, #e4e8ea); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#f1f3f4, #e4e8ea); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#f1f3f4, #e4e8ea); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#f1f3f4, #e4e8ea); /* Standard syntax */
    border: 1px solid #c4ced7;
    color: #000000;
	height: 18px;
}

.paging-tools select.selpaging {
height: 30px!important;
}

.paging-tools span a:hover,
.pagingbtn:hover  span.pagination-button-middle { 
	background-color: #f7f8f9!important;
	border: 1px solid #c4ced7!important;
    color: #0572ce;
}
.paging-tools span a:active,
span.pagination-button-middle:active { 
    background-color: #0572ce!important;
    background-image: none;
    border-color: #0572ce!important;
	background-position: 0 -310px; 
	color: #FFFFFF!important;
}

/*  Approval Workflow */
/* ------------------------------------------------------ */
#readonly_1_approvalWorkflowStatus_t, #readonly_1_QuoteRequiredApproval {
    font-family: Helvetica,Arial,sans-serif !important;
    font-size: 22px !important;
    font-style: italic;
    color: #145c9e  !important;
    align-self: center !important;
}

/*  Contract Negotiation */
/* ------------------------------------------------------ */
.cn_compare_table {
	border: 1px solid #B5B8C8;
	text-align: left;
	padding: 8px;
	width: 100%;
	border-collapse: collapse;
}
.cn_compare_table th {
	text-align: left;
	background-color: #005382;
	color: #ffffff;
}

/*GJ/AG: Updated for alternate background color for Deal Inbox*/
.x-grid3-row:nth-child(even) {
	background-color: #F2F4F7!important;
}
/*GJ/AG: Updated for alternate background color for Deal Inbox*/

/*--------------------------------------------*/
/*21 B UPDATES*/
/*DEAL INBOX MANAGER - START (19/05/21)*/
.main-pane #cm-manager-content td {
    border-right: 1px solid gray;
  }
  
  .main-pane #cm-manager-content .x-grid3-hd-row td {
    background-color: #5a5a5a;
  }
  .main-pane .view-header, .form-header {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #F2F4F7;
    color: white;
    font-weight: bold;
    padding-left: 3px;
  }
  .main-pane .view-header, .form-header {
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #5a5a5a;
    color: #ffffff;
    font-weight: bold;
    padding-left: 3px;
  }
  .main-pane .x-grid3-hd-row a {
    color: #FFFFFF!important; 
    text-decoration: none !important;
  }
  /*----for table border-------*/
  .main-pane #cm-manager-content td {
    border-right: 1px solid #5a5a5a;
  }
  /*-----for width----------*/
  .main-pane #cpq-alta-header {
    width: 100% !important;
  }

#cm-manager-content .x-grid-table-bg-color {
    background-color: #FFFFFF;
    margin: 0px 12px;
}

/*TOP BAR AND WIDTH STYLING*/
@media all and (min--moz-device-pixel-ratio:0) and (max-width: 680px){
#cpq-alta-header{
    width:100% !important;
}
}
.top-bar h2{
    color: #0568AE;
    font-size: 25px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif!important;
    font-weight: normal!important;
    font-style: normal;
    font-size: 25px;
    padding-bottom: 10px;
}

/*BUTTON STYLING - START*/
.main-pane .button-text,
.button-text:link,
.button-text:visited {
  position: relative;
  top: 2px;
  color: #FFFFFF!important;
  font-weight: normal!important;
  text-shadow: none!important;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif !important;
      border-radius: inherit;

}

.main-pane .button-middle div:hover {
  background-color: #065690;
  background-image: #065690; /* For browsers that do not support gradients */
  background-image: -webkit-linear-gradient(
    #065690,
    #065690
  ); /* For Safari 5.1 to 6.0 */
  background-image: -o-linear-gradient(
    #065690,
    #065690
  ); /* For Opera 11.1 to 12.0 */
  background-image: -moz-linear-gradient(
    #065690,
    #065690
  ); /* For Firefox 3.6 to 15 */
  background-image: linear-gradient(#065690, #065690); /* Standard syntax */
  /*! border: 1px solid #0568ae; */
  color: #FFFFFF;
  display: block;
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 26px;
  margin-right: 5px;
}

.main-pane td.button-middle:hover div{
    /*! border-radius: 25px!important; */
	height:32px;
}

.main-pane .button-middle a:hover {
  text-decoration: none !important;
  color: #FFFFFF; !important;
  text-shadow: none !important;
  border-radius: 25px!important; 
}

.main-pane .button-middle a {
  text-shadow: none !important;
}

.main-pane td.button-middle {
  background-color: #0568ae;
  background-image: #0568ae; /* For browsers that do not support gradients */
  background-image: -webkit-linear-gradient(
    #0568ae,
    #0568ae
  ); /* For Safari 5.1 to 6.0 */
  background-image: -o-linear-gradient(
    #0568ae,
    #0568ae
  ); /* For Opera 11.1 to 12.0 */
  background-image: -moz-linear-gradient(
    #0568ae,
    #0568ae
  ); /* For Firefox 3.6 to 15 */
  background-image: linear-gradient(#0568ae, #0568ae); /* Standard syntax */
  border: 1px solid #0568ae;
  color: #FFFFFF;
  display: block;
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 32px;
  margin-right: 10px;
  margin-bottom:2px;
}

/*For edit button in extra-pane*/
.extra-panes td.button-middle { 
	background-color: transparent;
    background-image: #0568ae; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#0568ae, #0568ae); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#0568ae, #0568ae); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#0568ae, #0568ae); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#0568ae, #0568ae); /* Standard syntax */
    border: 1px solid #0568ae;
    color: #FFFFFF;
	display: block;
	position: relative;
	-moz-border-radius: 25px; 	
	-webkit-border-radius: 25px;  
	border-radius: 25px;
    height: 32px;
    margin: 10px;
    width: 50px;
    padding-top: 3px;
}

.extra-panes td.button-middle:hover{
    background-color: #065690!important;
    background-image: #065690; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#065690, #065690); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#065690, #065690); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#065690, #065690); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#065690, #065690); /* Standard syntax */
    border: 1px solid #0568AE;
}

.extra-panes td.button-middle:hover div{
    background-color: #065690!important;
    color:#FFFFFF!important;
    text-decoration: none!important;
    border-radius: 25px!important;
}

.extra-panes td.button-middle:hover a{
    color:#FFFFFF!important;
    text-decoration: none!important;
    border-radius: 25px;
}

.button-middle:hover a{
	color: #FFFFFF!important;
}

/*Buttons in Search window START (27/05/21)*/
[id*="buttonsTable"] .button-middle, [name="bmForm"] .button-middle, [id*="searchResultsTable_bottom"] .button-middle{
    background-image: none!important;
    border: 1px solid #0568AE!important;
    border-radius: 25px;
    background-color: #0568AE!important;
	height:32px;
}

[id*="buttonsTable"] .button-middle div, [name="bmForm"] .button-middle div, [id*="searchResultsTable_bottom"] .button-middle div{
    padding-bottom: 2px!important;
}

[id*="buttonsTable"] .button-middle a:hover, [name="bmForm"] .button-middle a:hover, [id*="searchResultsTable_bottom"] .button-middle a:hover{
    text-decoration: none;
}

[id*="buttonsTable"] .plain-button tr td:hover, [name="bmForm"] .plain-button tr td:hover, [id*="searchResultsTable_bottom"] .plain-button tr td:hover{
    border-color: #0568AE !important;
    border-width: 1px!important;
    background-color: #065690!important; 
    border-radius: 25px!important;
}
/*Buttons in Search window END*/

/*Extra-pane styles START*/
.extra-panes table[role="presentation"] {
  margin: 0 auto 0 auto !important;
  font-weight: normal !important;
  box-shadow: 2px 2px 3px #cdcdcd;
  width: 130px !important;
}

.commerce-sidebar-item {
  font-weight: normal !important;
  color: #000000 !important;
}
  
.extra-panes td {
  background-color: #FFFFFF !important;
  margin: 5px !important;
}

.extra-panes table{
  margin: 5px !important;
}

#dropzone{
  background-color:#FAFAFA;
}

#dropzone [role="presentation"] {
    height: 200px !important;
}
/*Extra-pane styles END*/
/*DEAL INBOX MANAGER - END (20/05/21)*/

/*========================================================================*/

/*Non-JET UI styles - START (08/06/21)*/
/*Array header*/
.array-wrapper th{
    border: 1px solid #D2D2D2!important;
    background-color: #5A5A5A!important;
    text-align: center!important;
}

/*Column Heading style*/
.array-wrapper th label{
    color: #FFFFFF!important;
    font-weight: normal!important;
    font-size: 14px!important;
}

/*Cell borders*/
.array-wrapper td{
    border: 1px solid #D2D2D2!important;
}

/*Text field in cells*/
.array-wrapper .attribute-field-container .attribute-field{
    border: 1px solid #D2D2D2 !important;
    font-size: 12px!important;
}

/*Selected row color*/
.array tr.selected td {
    background-color: #FFFFFF!important;
}

.array-wrapper tr.even input{
    background-color: #F2F4F7;
}

/*White buttons - START*/
#sticky-actions [aria-label="Create Request"]  td.button-middle,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle{
    background-color: #FFFFFF;
    background-image: #FFFFFF; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#FFFFFF, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#FFFFFF, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#FFFFFF, #FFFFFF); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#FFFFFF, #FFFFFF); /* Standard syntax */
    height: 26px;
    margin: 0px;
}
#sticky-actions [aria-label="Create Request"]  td.button-middle div,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle div{
    border: 1px solid #0568AE;
    border-radius: 25px; 
	background-color:#FFFFFF !important;
	height:26px;
}
#sticky-actions [aria-label="Create Request"]  td.button-middle div a,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle div a{
    color: #0568AE!important;
	background-color:#FAFAFA !important;
	display:initial;
	line-height: 23px !important;
}
/*Hover behavior for white buttons*/
#sticky-actions [aria-label="Create Request"]  td.button-middle:hover,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle:hover{
    background-color: #FAFAFA;
    background-image: #FAFAFA; /* For browsers that do not support gradients */
    background-image:-webkit-linear-gradient(#FAFAFA, #FAFAFA); /* For Safari 5.1 to 6.0 */
    background-image:-o-linear-gradient(#FAFAFA, #FAFAFA); /* For Opera 11.1 to 12.0 */
    background-image:-moz-linear-gradient(#FAFAFA, #FAFAFA); /* For Firefox 3.6 to 15 */
    background-image:linear-gradient(#FAFAFA, #FAFAFA); /* Standard syntax */
    height: 26px;
    margin: 0px;
}
#sticky-actions [aria-label="Create Request"]  td.button-middle div:hover,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle div:hover{
    border: 1px solid #0568AE;
    border-radius: 5px; 
    background-color: #FAFAFA!important;
	line-height:20px !important;
}
#sticky-actions [aria-label="Create Request"]  td.button-middle div a:hover,
#sticky-actions [aria-label="Add To Favorites"]  td.button-middle div a:hover{
    color: #0568AE!important;
    background-color: #FAFAFA!important;
}
/*White buttons - END*/

#sticky-actions .button-middle div:hover{
    border-radius: 25px!important;
}
/*Non-JET UI Array styles - END*/
/*Border around configuration*/
#tab-defaultTab-content, #tab-siteDetails-content{
    border: 1px solid #D2D2D2;
}
/*Non-JET UI styles - END*/
/*========================================================================*/

/*Fix overflow-x for deal inbox page*/
[name="bmDocForm"] .main-pane .tabular-data-container {
    display: inline-block;
    width: 98%;
    overflow: auto;
}

/*Adding right border to last column to BOM in Non-JET UI Configurator - START*/
#bill-of-materials-wrapper{
    padding: 10px;
}

#bill-of-materials-wrapper table.spare-grid td{
	border-right: 1px solid #DDD!important;
}
/*Adding right border to last column to BOM in Non-JET UI Configurator - ENS*/

/*Fix overflow-x for deal inbox page*/
[name="bmDocForm"] .main-pane .tabular-data-container {
    display: inline-block;
    width: 98%;
    overflow: auto;
}

/*Fixing footer issue in Deal-inbox*/
[name=bmDocForm] .footer_wrapper{
    margin-left:-160px;
}

form[name="bmDocForm"] .tabular-data-container{
 	min-height: 400px!important;
 }
/*Deal Inbox Manager - Border Radius changed in line 1642-1644, 1649, 1657, 1684-1686, 1703-1705, 1714, 1721*/
/*Search Page Buttons - Border Radius changed in line 833, 1732, 1744*/ 
/*Wireline Non-JET UI - Border Radius changed in line 852, 1826, 1855 added*/
