/*! digital-design-library - 2.2.0 - Last updated: 2017-07-27. Copyright (c) 2017 AT&T Services, Inc. */ 
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2015, 5:23:17 PM
    Author     : av00331365
*/

/* BEGIN MOD-TOGGLE-PLUS-MINUS.LESS ********************* */
.opaque-content{
    opacity:0;
}
.accordion-content .toggle-header:first-child {
	margin-top: 0 !important;
}
.tiny-tabs .toggle-header, .tiny-accordion-to-tabs > div > div.toggle-header  {
  height: 70px;
  padding: 22px 20px 25px 20px !important;
  border-top: 5px solid #fff;
}
.tiny-tabs > div .toggle-header.opened {
  border-bottom:0 !important;
}
.tiny-accordion-to-tabs .toggle-header:first-child {
    margin-left: 0;
}
.tiny-accordion-to-tabs  div:first-child  .toggle-header{    
    border-bottom:0 !important;
}
.tiny-accordion-to-tabs > div .toggle-header.opened {
  border-bottom:0 !important;
}
@media (max-width: 767px) {
  .tiny-accordion-to-tabs {
    display: block !important;
    border-bottom: 1px solid #ccc !important;
  }
  .tiny-accordion-to-tabs > div > div.toggle-header {
    display: block !important;
    float:none;
    text-align:left;
    min-height: 41px !important;
    padding: 15px 50px 15px 15px !important;
    border-top: 1px solid #ccc;
  }  
  .tiny-accordion-to-tabs > div > div.toggle-header:first-child {
      margin-left:0 !important;
  }
  .tiny-accordion-to-tabs > div > div.toggle-header + .accordion-content {
    padding: 0 50px 15px 15px;
  }
  .tiny-accordion-to-tabs > div > div.toggle-header .icon-accordion-plus {
    background-position: 0 0;
    background-size: 20px 40px;
  }
  .tiny-accordion-to-tabs > div > div.toggle-header .icon-accordion-minus {
    background-position: 0 -20px;
    background-size: 20px 40px;
  }
}

/********************* TABS - START *********************/
.tabs.promo-tabs > li > a {
    font-size: 2.0rem;
    height: 70px;
    padding: 20px 20px 24px;
    background-color: #FFFFFF;
    border-top: 5px solid #FFFFFF;
    white-space: nowrap;
    
}
.tabs.promo-tabs > li.active > a {
    border-top: 5px solid #0574ac;
}
.tabs.promo-tabs > li> a:hover {
    color: #333333;
}
.tabs.promo-tabs > li {
    width: auto;
}
.tabs > li[disabled="disabled"] > a:hover{
    cursor: not-allowed;
}
/********************* TABS - END *********************/


/********************* TABLE SORT - START *********************/
.ddh-table-div .selectWrap {
   width: 290px;
   position: relative;
   left:10px;
   display: inline-table;
   margin-bottom: 0px;
}
div[no-color-column2] .faux-table-cell:last-child,.accordion-table-layout[no-color-column2] .faux-table-cell:last-child{
    background-color:transparent !important;
}
/********************* TABLE SORT - END *********************/

/********************* Expand/Collapse Begins - Multi Use containers *********************/
.mpc-expanders
{
    border-bottom:1px solid #e4e4e4;
    border-top:1px solid #e4e4e4;
}
.mpc-expanders + .mpc-expanders
{
    border-top:0px;
}
.mpc-expanders .heading-medium
{
    margin-bottom:10px;
}
.mpc-expanders .p-small
{
    margin-top:5px;
}
.mpc-expander-body
{
    border-top:1px solid #e4e4e4;
}
.mpc-expander-body .mpc-expanders
{
    border-bottom:1px solid #e4e4e4;
    border-top:0;
}
.mpc-expander-body .mpc-expanders:last-child
{
    border-bottom:0px;    
}
.ddh-blue
{
    color:#0574ac;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.fade.in {
  opacity: 1;
}

/* below classes for ddh-collpase directive to work right*/ 
.ddh-collapse {
  display: none ;
}
.ddh-collapse.in {
  display: block ;
}
.collapsing {
  position: relative;
/*  height: 0;*/
  overflow: hidden;
  -webkit-transition: height, opacity 0.3s ease-in-out;
  -moz-transition: height, opacity 0.3s ease-in-out;
  -o-transition: height, opacity 0.3s ease-in-out;
  transition: height, opacity 0.3s ease-in-out;
}

.tiny-tabs .ddh-collapse, .tiny-accordion-to-tabs .ddh-collapse  {
  display: none !important;
}
.tiny-tabs .ddh-collapse.in, .tiny-accordion-to-tabs .ddh-collapse.in {
  display: block !important;
}

.tiny-accordion .toggle-header+.accordion-content {
	padding: 0;
}

/* complex table no padding parent for correct animation - START */
table tbody tr.data-row-list td:last-child { 
	padding: 0;
}
table tbody tr.data-row-list td:last-child ul {
	padding: 0px 15px 17px 20px
}
/* complex table no padding parent for correct animation - END */

/********************* Expand/Collapse Ends - Multi Usee containers *********************/

/********************* Credit Card CSS Beigns - deprecated *********************/
.css-sprite ul {
  height: 24px;
  width: auto;
  margin: -5px 0 0; 
}
.css-sprite-amex,
.css-sprite-discover,
.css-sprite-mc,
.css-sprite-visa,
.css-sprite-visa-gift-card {
  background-image: url("images/cc-images-sprite.png?timestamp=@@timestamp");
  background-repeat: no-repeat;
  display: inline-block;
}
.cvc-cc img,
.cvc-amex img {
  margin: 25px -8px 25px 0px;
}
.popover-content_IB{
  display: inline-block;
}
.css-sprite ul.mT10 {
  margin-top: 10px;
}
.show-all li{
  width: 40px;
  height: 24px;
  margin-right: 8px;
}
.show-all li:last-child{
  margin-right: 0;
}
.css-sprite-diners {
  background-image: url("images/cc-images-sprite.png?timestamp=@@timestamp");
  background-repeat: no-repeat;
  display: inline-block;
}
.show-all .css-sprite-mc {
    background-position: 0 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-visa {
    background-position: -40px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-amex {
    background-position: -80px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-discover {
    background-position: -120px 0;
    background-size: 199px 25px;
}
.show-all .css-sprite-diners {
    background-position: -160px 0;
    background-size: 199px 25px;
}
.img_Inline {
  max-width: 96%;
}
.helpertext.ABS {
  background-color: #0568ae;
  position: absolute;
}
.tooltip-onclick.active .helpertext.ABS:before,
.tooltip-onfocus.active .helpertext.ABS:before {
  background-color: #0568ae;
}
.btn.span6.mR0{
  margin-right: 0;
}

.ccHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        right: 16px;
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }    
    .tooltip-onclick.active .helptext-wrap .helpertext {
      margin-right: 0;
      margin-left: 0;
      border-radius: 6px;
    }

}

@media (min-width: 361px) and (max-width: 479px) {

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }    
}


@media (max-width: 360px) {
    .show-all li{
      width: 35px;
      height: 21px;
      margin-right: 3px;
    }

    .show-all .css-sprite-mc {
        background-position: 0 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-visa {
        background-position: -36px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-amex {
        background-position: -70px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-discover {
        background-position: -108px 0;
        background-size: 180px 22px;
    }
    .show-all .css-sprite-diners {
        background-position: -145px 0;
        background-size: 180px 22px;
    }

    .tooltip-onclick.active .helpertext.ABS:before, .tooltip-onfocus.active .helpertext.ABS:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.ABS {
      position: absolute;
      width: 100%
    }
}
/********************* Credit Card CSS Ends - deprecated*********************/
/********************* Credit Card CSS to be added to global.css *********************/
.ccHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {

    .tooltip-onclick.active .helpertext.securityCode:before, .tooltip-onfocus.active .helpertext.securityCode:before {
        right: 16px;
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
    }
    .tooltip-onclick.active .helpertext.securityCode {
      width: 100%
    }    
}

@media (min-width: 361px) and (max-width: 479px) {

    .tooltip-onclick.active .helpertext.securityCode:before, .tooltip-onfocus.active .helpertext.securityCode:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.securityCode {
      width: 100%
    }    
}


@media (max-width: 360px) {   

    .tooltip-onclick.active .helpertext.securityCode:before, .tooltip-onfocus.active .helpertext.securityCode:before {
        left: calc(50% - 40px);
    }
    .tooltip-onclick.active .helptext-wrap {
      position: absolute;
      width: calc(200% + 45px);
    }
    .tooltip-onclick.active .helpertext.securityCode {
      width: 100%
    }
}
/********************* Credit Card CSS to be added to global.css *********************/

/********************* Loader - START  **************************/
.btn.disabled[ddh-load-button] { 
    color:#666666; 
}
.icon-spinner-ddh.large{
    height: 50px;
    width: 50px;    
}
.icon-spinner-ddh.small{
    height: 30px;
    width: 30px;    
}
.icon-spinner-ddh {
    -webkit-animation: 1s linear infinite spinner;
    animation: 1s linear infinite spinner;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2036%2036%22%3E%0A%20%20%3Cpath%20fill%3D%22%230569AE%22%20d%3D%22M18%2036c-2.7%200-4.8-.6-6.2-1C8%2033.6%205.4%2031.1%204%2029.3%202.7%2027.6.9%2024.7.3%2020.8c-.3-2.1-.5-5.4.9-9.1C3%206.8%206.4%204.1%208.3%202.8%2011.8.5%2015.4%200%2017.8%200l.1%204.3c-1.8%200-4.6.4-7.3%202.2-1.4.9-4%203-5.4%206.7-1%202.8-.9%205.3-.7%206.9.5%203%201.8%205.1%202.9%206.4%201.1%201.4%203%203.2%206%204.3%201.5.5%204.6%201.3%208.3.3%203-.8%205-2.5%206.2-3.7%201.4-1.4%202.4-3.2%203.1-5%20.4-1.3.9-3.3.6-5.8-.5-4.2-2.8-7.1-4.2-8.5L30.5%205c1.8%201.8%204.8%205.6%205.4%2011.1.3%203.2-.3%205.9-.9%207.6-.8%202.4-2.2%204.8-4%206.7-1.5%201.6-4.2%203.8-8.1%204.9-1.8.5-3.4.7-4.9.7z%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.8%202.2c1.8%200%204.9.3%208.2%202.2%201.2.7%202.2%201.5%203%202.3%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23F2F2F3%22%20d%3D%22M27.5%208.1c-.8-.8-1.7-1.4-2.6-1.9-2.1-1.2-4.5-1.9-7.1-1.9V0c3.3%200%206.5.9%209.3%202.4%201.2.8%202.3%201.6%203.4%202.6l-3%203.1z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.btn-small .icon-spinner-ddh {
    height: 30px !important;
    width: 30px !important;
}
.btn-small .icon-spinner {
    height: 30px;
    width: 30px;
}
.load-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
}
/********************* Loader - Ends  **************************/

/********************* Color And Data capacity - START *********************/
button .btn-fill[style*="rgb(255, 255, 255)"] {
    border: 1px solid #ccc;
}
/********************* Color And Data capacity - END *********************/

/********************* ddh-dropdown overrides starts ******************************/
/* Modal backdrop has z-index of 1050 updating z-index for dropdown to resolve overlaping issue */
.modal .awd-select-list {
    z-index: 1060 !important;
}
/********************* ddh-dropdown overrides starts ******************************/


/********************* Customization for tooltip starts ******************/
 .tooltip .tooltip-element{
     position:relative;
 }
 .tooltip .icon-tooltip:hover{
     text-decoration:none
 }
.tooltip.active .tooltip-element[data-placement="top"] .arrow {
  display: block;
  bottom: 32px;
  top: auto;
}
.tooltip.active .tooltip-element[data-placement="bottom"] .arrow {
  display: block;
  border-color: transparent transparent #0574ac;
  bottom: -33px;
  top: auto;
}
.tooltip.active .tooltip-element[data-placement="bottom"] + .tooltip-wrapper .helpertext {
  bottom: inherit;
  top: 19px;
}
.tooltip.active .tooltip-element[data-placement="top"] + .tooltip-wrapper .helpertext {
  top: inherit;
  bottom: 38px;
}
/********************* Customization for tooltip Ends ********************/

/* Fix for alignment issue on Cancel link inside modal */
.modal-footer > .cta-button-group {
    line-height: 40px;
}

/********************* Forms Within Process START ******************/
.formStepIndicator + div > .step-sub-heading:first-child:not(.step-confirmation){
  margin-top: -3px;
}
/********************* Forms Within Process Ends ******************/

/********************* Strength meter - START ******************/
.strength-meter-container > .strength-meter-content:before {
    content: none;
}
.strength-meter-container > .strength-meter-content > .strength-meter-content-state {
    font-family: "font-medium", "Omnes-ATT-W02-Medium";
}
/********************* Strength meter - END ******************/

/********** Page-level messaging Temporary Override START *********/
.alert {
  display: -webkit-flex !important;
}
.alert .alert-error,
.alert .alert-info,
.alert .alert-success {
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-flex: 0 1 70px;
    -webkit-justify-content: center;    
}
.alert .alert-content {
  -webkit-flex: 1 1 0;
}
/********** Page-level messaging Temporary Override END *********/


/********** Calendar Temporary CSS START ************/
.datepicker .due-date.disabled .show-date:after {
    border: none;
}
/********** Calendar Temporary CSS ENDS ************/

/***** Disabled dropdown options START ****/
li.awd-select-list-item[disabled="disabled"] {
    color: #d2d2d2;
}
li.awd-select-list-item[disabled="disabled"]:hover {
    background-color: transparent;
    cursor: default;
}
/***** Disabled dropdown options END ****/

/**********************added jquery doc css for step indicator ********************/
.ds2.heading-micro {
    color: #da0081;
}
/**********************End********************/

/****************************** ProductTile css Overrides START *******************************/
.product-container div.tile-container{
    padding:0px;
}
.product-container div.tile-container > div{
    padding-left:10px;
    padding-right:10px;
}
.product-container div.tile-container > div.color-swatch{
   padding-right:5px;
}

/****************************** ProductTile css Overrides END *******************************/

/****************************** Tabs mobile CATO Fix START *******************************/
@media (max-width: 767px) {
  .tiny-tabs > div > div.toggle-header {
    display: block !important;
    float:none;
  }  
}
/***************** Tabs mobile CATO Fix END ****************/
/***************** Pagination Fix START ****************/
.pagination ul .active span, .pagination ul .active a {
    z-index: auto;
  }
/***************** Pagination Fix ENDS ****************/

/***************** Searchfield Fix START **************/
.no-result{
    padding: 0 15px;
}
.field-group input[type="search"].input-searchfield + .reset-field:after{
    background-color: transparent;
}
/***************** Searchfield Fix END ****************/

/***************** Summary Table - START ******************/

/*complex table variation*/
table.summary-table tbody tr.data-row-list.accordion-content td:last-child ul {
  padding: 0;
}

/*support old table variation*/
.tiny-accordion .toggle-header.summary-table-old,
.tiny-accordion .inactive-toggle-header.summary-table-old{
   padding-top: 0px !important;
}
/***************** Summary Table - END ******************/
/***************** Selection Menu - Start ******************/
.linkSelectionMenu .menuWrapper {
	left: 0px;
}
/*****************  Selection Menu -  END ******************/

/*****************  Filmstrip star rating fix -  END ******************/
.filmstrip .item a.starrating-wrap{
  display: inline-flex;
}
/*****************  Filmstrip star rating fix -  END ******************/
