/**
 * Add border box sizing in all browsers to remove inconsistency .
 * Added by Azad
 */
 *,
 ::before,
 ::after {
   box-sizing: border-box;
 }
/**
 * 1. Add text decoration inheritance in all browsers to remove inconsistency.
 * 2. Add vertical alignment inheritance in all browsers to remove inconsistency.
 * Added by Azad
 */
 ::before,  
 ::after {
   text-decoration: inherit; 
   vertical-align: inherit; 
 }
 /**
 * 1. Use the default cursor in all browsers .
 * 2. Change the line height in all browsers .
 * 3. Use a 4-space tab width in all browsers .
 * 4. Remove the grey highlight on links in iOS .
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers .
 */

 /**
 *Added by Azad
 */

 html {
   cursor: default; 
   line-height: 1.5; 
   -moz-tab-size: 4; 
   tab-size: 4; 
   -webkit-tap-highlight-color: transparent ;
   -ms-text-size-adjust: 100%; 
   -webkit-text-size-adjust: 100%; 
   word-break: break-word; 
 }

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica", sans-serif;
}
/**
 * Remove the border on images within links in IE 10-.
 */
 /**
 *Added by Azad
 */
 img {
  border-style: none;
}

a {
  color: #0c4c7c;
}

a:hover {
  text-decoration: underline;
}

#body-wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}


/* grid container & div css  */
.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 270px;
  -ms-grid-row: 385px;
  grid-template-columns: 270px;
  grid-template-rows: 358px;
  grid-gap: 25px;
}
/* grid container div */
.grid-container > div {
  border-radius: 5px;
}
.item1 {
	/*For IE10/11 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  /*For modern browser */
  grid-area: 1 / 1 / span 1 / span 1;
}
.item2 {
	/*For IE10/11 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  /*For modern browser */
  grid-area: 1 / 2 / span 1 / span 2;
}
.item4 {
	/*For IE10/11 */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  /*For modern browser */
  grid-area: 2 / 2 / span 1 / span 2;
}
/*4->3*/
.item3 {
	/*For IE10/11 */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  /*For modern browser */
  grid-area: 2 / 1 / span 1 / span 1;
}
.item5 {
  /*For IE10/11 */
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  /*For modern browser */
  grid-area: 3 / 1 / span 1 / span 1;
}
.item6 {
  /*For IE10/11 */
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  /*For modern browser */
  /*grid-area: 3 / 2 / span 1 / span 1;*/
}
.item7 {
	/*For IE10/11 */
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  /*For modern browser */
  /*grid-area: 3 / 3 / span 1 / span 1;*/
}
/***********************************Therap Global Login Start********************************************************/
/* grid container & div css  */
.grid-container-global {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 270px;
  -ms-grid-row: 385px;

  /* grid-gap: 27.8px; */
  width: 750px;
}
/* grid container div */
.grid-container-global > div {
  border-radius: 5px;
}
.global-item1 {
	/*For IE10/11 */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1 / 1 / span 1 / span 6;
  /*For modern browser */
  /*grid-area: 3 / 3 / span 1 / span 1;*/
}
.global-item2 {
	/*For IE10/11 */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  /*For modern browser */
  grid-area: 2 / 1 / span 2 / span 3;
	height: 401px;
}
.global-item3 {
	/*For IE10/11 */
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  /*For modern browser */
  grid-area: 2 / 4 / span 2 / span 3;
	height: 401px;
}
.global-item1{
  background-color: #fff3c8;
  border: 1.5px solid #fcb831;
  height: 85px;
  text-align: center;
  padding-top: 5px;
}
.button {
    background-color: #0e88bf;
    border: none;
    border-radius: 5px;
    color: white;
    padding: 0px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    margin: 4px 2px;
    cursor: pointer;
    float: left;
    margin: 15px 20px auto 20px;
  
}
.global-item1 a:hover{
  text-decoration: none;
}
.global-item1-button-text {
  font-size: 25px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 400;
}
.global-item1-text {
    float: left;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 400;
}
/**************************************Therap Global Login End*********************************************************/
@media only screen and (max-width: 830px) {
  .item2 {
	  /*For IE10/11 */
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
	-ms-grid-column-span: 3;
	/*For modern browser */
    grid-area: 1 / span 3 / 2 / 4;
  }
  .item4 {
	   /*For IE10/11 */
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
	-ms-grid-column-span: 3;
	/*For modern browser */
    grid-area: 2 / 1 / span 1 / span 3;
  }
  .item1 {
    display: none;
  }
  /*4->3*/
  .item3 {
    display: none;
  }
  .item5 {
    display: none;
  }
}


#upcoming-webinars {
  float: left;
  width: 100%;
  background: #fbf1a2;
  border-radius: 5px;
}

#upcoming-webinars h2 {
  color: #000;
  font-size: 17px;
  background: #ffbb00;
  padding: 10px 13px;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
}

#upcoming-webinars-table .row {
  height: 54px;
  border-bottom: 1px solid #f9bb4e;
}

#upcoming-webinars-table .row p {
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  margin: 0;
  /*margin-bottom: 2px;*/
}

#upcoming-webinars-table .row .label-text {
  width: 62%;
  font-size: 15px;
  padding-top: 5px;
}

#upcoming-webinars-table .row .label-text a {
  text-decoration: none;
}

#upcoming-webinars-table .row .date {
  width: 38%;
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px;
}


/* css added for new item 3 module~ azad ~ 190829*/
#upcoming-conferences {
  float: left;
  width: 100%;
  background: #fbf1a2;
  border-radius: 5px;
}

#upcoming-conferences h2 {
  color: #000;
  font-size: 17px;
  background: #ffbb00;
  padding: 10px 13px;
  margin: 0;
  border-radius: 5px 5px 0px 0px;
}

#upcoming-conferences-table .row {
  height: 46.5px;
  
}
#upcoming-conferences-table .row:nth-child(even) {
  background: #fff8d5;
}

#upcoming-conferences-table .row:nth-child(odd) {
  background: #fff4b8;
}

#upcoming-conferences-table .row p {
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  margin: 0;
  /*margin-bottom: 2px;*/
}

#upcoming-conferences-table .row .label-text {
  width: 72%;
  font-size: 15px;
  /*padding-top: 13px;*/
}

#upcoming-conferences-table .row .label-text a {
  text-decoration: none;
}

#upcoming-conferences-table .row .date {
  width: 28%;
  font-size: 15px;
  line-height: 18px;
  /*padding-top: 13px;*/
}
/*css added for new item 3 module~ azad ~ 190829 end here  */



#tomorrow-webinar-list .tomorrow-title {
  width: 173px;
  font-size: 15px;
  color: #000;
  background: #ffd504;
  padding: 10px 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 8px 0px 0px;
  margin-top: 2px;
  margin-bottom: 0;
}

#tomorrow-webinar-list .webinar-tomorrow .label-text {
  background: #ffd504;
}

#tomorrow-webinar-list .webinar-tomorrow .date {
  background: #ffd504;
}

#tomorrow-webinar-list .webinar-tomorrow:first-child .date {
  /*background-image: url('images/webinner-tomorrow-banner.png');
    background-repeat: no-repeat;
	background-position: top right;*/
}

/* #other-webinars .row:nth-child(even) .label-text
{
	background: #fbf1a2;
}


 #other-webinars .row:nth-child(even) .date
{
	background: #fbf1a2;
}


 #other-webinars .row:nth-child(odd) .label-text
{
	background: #fbeb75;
}


 #other-webinars .row:nth-child(odd) .date
{
	background: #fbeb75;
}*/

.more-webinars {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #ffc20e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px;
  border-radius: 0px 0px 5px 5px;
  margin: 0;
}

.more-webinars a {
  text-decoration: none;
}

#table-block {
  float: left;
  width: 100%;
}
.item4>#table-block-table>#table-block {
  height: 314.5px;
}

#table-block h2 {
  color: #f69029;
  font-size: 18px;
  margin-top: 2px;
  margin-bottom: 10px;
}

#table-block .row {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13.5px 15px;
  margin: 0;
}
.recorded-webinar>#table-block .row {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8.9px 15px;
  margin: 0;
  
}

#table-block .row:nth-child(even) {
  background: #fff8d5;
}

#table-block .row:nth-child(odd) {
  background: #fff4b8;
}

#table-block .row a {
  font-size: 15px;
  text-decoration: none;
}

#table-block .row .column {
  position: relative;
  float: left;
  height: 100%;
  margin: 0;
}

#table-block .row .column-left {
  width: 47%;
}

#table-block .row .column-right {
  width: 53%;
}

#table-block .row .badge {
  float: left;
  position: absolute;
  left: 0;
  /*top: 3px;*/
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  background: #ffe285;
  margin-right: 10px;
}

#table-block .row .column a {
  display: inline-block;
  margin-left: 40px;
}

.ads-thumbs {
  float: left;
  width: 100%;
}

.ads-thumbs .image {
  float: left;
  width: 49%;
}

/* image height set to div  */
.ads-thumbs .image-left {
  height: 144px;
}
/* image height set to div  */
.ads-thumbs .image-right {
  text-align: right;
  height: 144px;
}

.ads-thumbs .image img {
  max-width: 100%;
  height: 144px;
}

.ads-thumbs .image:first-child {
  margin-right: 2%;
}

.img4pxfix {
  display: block;
}

@media only screen and (max-width: 767px) {
  #container-left {
    display: none;
  }

   
}

@media only screen and (max-width: 800px) {
  .ads-thumbs .image-right {
    text-align: left !important;
  }
}

.firsttop {
  background: #fff4b8;
  border: 1px solid #fff4b8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}


/* Css for Release Downtime ~azad  start*/

.release-downtime {
  height: 50px;
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  background: #ffc20e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px;
  border-radius: 0px;
  margin: 0;
  
}
.release-row {
  padding: 13px 15px !important;
  height: 62.75px !important;
}
.release-downtime-report {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* Css for Release Downtime ~azad  end*/
@media only screen and (min-width: 375px) and (max-width: 667px) {
  #upcoming-webinars-table .row .label-text {
    /* font-size: 11px; */
    font-size: 15px;
  }

  @media only screen and (max-width: 600px) {
    #upcoming-webinars-table .row .date {
      /* font-size: 11px; */
      font-size: 13px;
    }
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .ads-thumbs .image-left {
    height: 144px;
  }
  /* image height set to div  */
  .ads-thumbs .image-right {
    height: 144px;
  }
  #upcoming-webinars-table .row .date {
    /* font-size: 15px; */
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  #upcoming-webinars-table .row .date {
    /* font-size: 13px; */
    font-size: 13px;
  }
}

#upcoming-webinars-table .row .label-text {
  /* font-size: 15px; */
  font-size: 15px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #upcoming-webinars-table .row .label-text {
    /* font-size: 15px; */
    font-size: 15px;
  }
}
@media screen and (min-width: 320px) and (max-width: 568px) {
  #upcoming-webinars-table .row .label-text {
    font-size: 14px;
  }
  #upcoming-webinars-table .row .date {
    /* font-size: 13px; */
    font-size: 11px;
  }
}
@media only screen and (min-width: 1200px) {
  #container-left #middle-block {
    /* height: 302px; */
    height: 302px;
  }
}

/* these css target only IE10/IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .item1 {
    margin-right: 27.8px;
    margin-bottom: 27.8px;
  }
  .item4>#table-block {
    height: 26px;;
  }
  /*4->3*/
  .item3 {
    margin-right: 27.8px;
    margin-bottom: 27.8px;
  }
  .item6 {
    margin-right: 27.8px;
  }
  .global-item1 {
    margin-bottom: 25px;
  }
  .global-item2 {
    margin-right: 25px;
	height: 475px;
  }
	.global-item3 {

	height: 475px;
  }
}
/* css added by azad on 191024*/
.header {
  color: #f48b33;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
