﻿/*to control the vertical align of the promo area dialog box
for example to change the second dialog box : .touchslider-item:nth-of-type(2){top:50px;}
*/
.touchslider-item:nth-of-type() .dialoguebox{}



/*to control the position of the promo area dialog box - choose the class by the position
for example to change the third dialog box: 
			  .touchslider-item:nth-of-type(3) .dialoguebox_right{left:500px;}
*/
.dialoguebox_right{}
.dialoguebox_middle{}
.dialoguebox_left{}

/*to give the left menu BG color*/
.left_menu_td{}


#globalpromos {display:none;} 
/*div#globalpromos{background-image:url("/PublishingImages/promotions/promo-hd-global1.gif");padding-top:0px;} */
*/
div.amdocs-globalpromo{padding-top:0px;} 

.imgRes {max-width:100%; border:0;}

/* for add this to hide email by sudhakar  */
.at16t_email{display:none;}
#atic_email{display:none!important;}
#ati_email{display:none!important;}
.at3winsvc_email{display:none!important;}
#atic_more{display:none!important;}
/* for add this  */


/* added bellow css changes to  hide around promo text in left  by sudhakar pandey  */
div#globalpromos
{
padding-top:0px!important;
background-image: url!important;
background-color:none!important;
}


div#localpromos
{
padding-top:0px!important;
background-image: url!important;
background-color:none!important;


}

div.amdocs-localpromo{
background-color:none!important;
padding-top:0px;
height: 0px !important;
}
/* added above css changes to  hide around promo text in left  by sudhakar pandey  */


.jpheading {
font-size: 20px;
font-weight: bold;
}

.jpheading a:hover {
color: #ef8200;
font-weight: bold;
text-decoration:none;
}

.customer-details li:first-child:before {
  /*content: '';*/
  display: inline;
  width: 22px;
  height: 22px;
  background-image: none !important; /* added to hide "i" green icon near website link */
  background-repeat: no-repeat;
  background-position: 0% 50%;
  position: absolute;
  left: -30px;
}


.feature .feature-header {
    font-size: 16px!important;
    margin: 0;
}


@media (max-width: 500px){
.jpheading {
font-size: 12px !important;
font-weight: bold;
padding-top: 3%;
}
}
.srch-urllink {
 display: none; /* added to duplicate link option from search data @ search result page by sudhakar pandey  */
}
.ms-PartSpacingVertical{margin-top: 22px !important;} /* added this to increase spacing in rightside webparts req by Jason. done by sudhakar pandey  */

/* START** > added to update homepage slider banner' navigation dots, earlier it was white, approved by J&E  done by sudhakar pandey  */

.slider .slider-nav-item.active {
   /* background:#1094d4 !important*/
   background:white!important;
   }

.slider .slider-nav-item {
    /*border: 1px solid #1094d4 !important;*/
   border: 1px solid  #0063BE !important;
}

/* END** > added to update homepage slider banner' navigation dots, earlier it was white, approved by J&E  done by sudhakar pandey  */

.main-media-wrapper .key-facts .key-data {
    font-size: 12px;
    padding: 1%!important;
}

.responsive-table tr td, .responsive-table tr th {
    font: normal 14px/1.3 "helvetica_neuelight", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    padding: 1% !important;
}



@media (min-width: 641px){
.fixWatchnow {
font-size: 35px;
padding-top: 10px;
display:block;
}
}

@media (max-width: 640px){
.fixWatchnow {
font-size:18px;
padding-top: 10px;
display:block;

}
}


@media (max-width: 640px){
.fixWatchnow2 {
display:none;
}
}