/*defect 1523 starts*/
.notification-modal .modal-header .close span{
  position: relative;
  z-index: 999;
}
/*defect 1523 ends*/
/*defect #1585 starts*/
#notification label{
  color: #000000;
  pointer-events: none;
}
/*defect #1585 ends*/
/*changes done after receiving CP Templates starts*/

#notification .bold{
  font-weight: bold;
}
#notification span.orange{
  color:orange;
}
#notification .grid.orange{
  background-color: orange;
}

#notification .tableKey .row label{
  display: inline-block;
  width: 210px;
}
/*changes done after receiving CP Templates ends*/

/*notification templates starts*/
#notification .grid{
  padding: 10px 0;
}
.col-35{
  width: 35%;
}
.col-65{
  width: 65%;
}
#notification{
  padding-bottom: 20px;
}
.notification-modal .modal-body{
  padding: 0;
}
#notification .intro,#notification .title{
  padding: 15px 20px;
}
#notification .title{
  /*margin: 10px 0;*/
  color: #026280;
}
#notification .title h2 {
	font-size: 28px;
}
.seperatorLine{
  width: 95%;
  border-top: 2px solid rgba(128, 128, 128, 0.18);
  margin: 0 auto;
  margin-top: 10px;
}

#notification [class*="icon-"]{
  width: 35px;
  height: 30px;
  /*border: 1px solid red;*/
  display: inline-block;
  padding: 2px;
}

#notification [class*="icon-BILLING-"], #notification [class*="icon-Billing-"]{  
  //background-position: 3px -72px;
  background-position: -55px -76px;
}
#notification [class*="icon-POLICY-"], #notification [class*="icon-Policy-"]{
  //background-position: 3px -34px;
  background-position: -55px -41px;
}
#notification [class*="icon-CLAIMS-"], #notification [class*="icon-Claims-"]{
  //background-position: 3px -108px;
  background-position: -55px -118px;
}
#notification [class*="-High"]{
  //background-color: #ed0000;
}
#notification [class*="-Medium"]{
  //background-color: #ffd012;
}
#notification [class*="-Low"]{
  //background-color: #54c408;
}
.gray{
  background-color: rgba(102, 102, 102, 0.21);
}
.subjectContainer{
  background-color: #f0f0f0;
  padding: 10px 0;
}
.template-section-4{
  /*padding: 15px;*/
  margin-bottom: 15px;
      padding-top: 10px;
    padding-bottom: 10px;
}
.template-section-4 .tableContent [class*="col-"] div, .template-section-4 .tableContent [class*="col-"] div{
  padding: 5px 0;
}
.templateAmount{
  color: orange;
  font-weight: bold;
}
.templateDate{
  font-weight: bold;
}
.templateVideo .videoTitle, .templateImage .imageTitle{
  font-size: 16px;
  color:#000000;
  padding: 0px;
  margin-top: 10px;
  /*width: 90%;*/
}
.templateVideo .videoDesc, .templateImage .ImageDesc{
  font-size: 14px;
  color:#666666;
  padding: 0px;
  /*width: 90%;*/
}

#notification img{
  width: 100%;
  box-shadow: 5px 5px 2px #888888;
}
.paragraph{
  margin-bottom: 15px;
  /*margin-top: 15px;*/
}
.paragraph .paraHeading{
  font-size: 16px;
  font-weight: bold;
}
.paragraph .paraDescription{
  font-size: 14px;
}
.disclaimer{
  padding: 0 20px;
  padding-bottom: 30px;
  color: #959595;
  font-size: 12px;
}
#notification [class*='col-']:last-of-type{
  /*padding-right: 10px;*/
  padding-right: 20px;
}
#notification [class*=col-]{
  padding: 0 20px;
}
.note{
  /*padding: 0 20px;*/
  margin-bottom: 15px;
  font-style: italic;
}
.col-1-1 .tableContent.template-section-4 .grid [class*="col-6-12"]:first-child{
  padding-left:30% !important; 
}
.notification-modal .modal-content{
    width: 70%;
    margin: 0 auto;
}

.notification-modal .modal-header{
  min-height: 15px;
}

.videoHolder a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-top: -29px;
    margin-left: -29px;*/
    height: 44px;
    width: 44px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    margin-left: -22px;
    margin-top: -22px;
}
.videoHolder a:after{
    content: "";
     margin-left: -6px; 
    border-left: 10px dashed #fff;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
}

.videoHolder{
  position: relative;
}
.greetings span {
  font-weight: bold;
}
#notification .templateImage.full-width-img img{
  width: 100%;
}

@media (min-width: 768px){
  #notification .tableKey .row{
    width: 50%;
    margin: 0 auto;
  }
  #notification .tableKey .row label{
    display: inline-block;
    width: 50%;
  }
  #notification .tableKey .row span{
    display: inline-block;
    width: 46%;
  }
  #notification .tableKey .row:only-child{
    width: 60%;
    margin: 0 auto;
  }
  #notification .tableKey .row:only-child label{
    width: 210px;
  }
}
/*Defect #1819 starts*/
@media(min-width: 768px) and (max-width: 770px){
  #notification .tableKey .row{
    width: 75%;
  }
  #notification .tableKey .row:only-child{
    width: 85%;
  }
}
/*Defect #1819 ends*/
@media (max-width: 991px){

.notification-modal .modal-content{
    width: 100%;
}
.template-section-4 .tableKey{
  margin-left:50%; 
}


}

@media (max-width: 767px){
#notification .tableKey .row label{
  display: block;
}
.template-section-4 .tableKey{
  margin-left:20px; 
}
.col-35, .col-65{
  width: 100% !important;
}
#notification .subjectContainer .col-1-12{
    width: 10%;
  }
  #notification .subjectContainer .col-11-12{
    width: 85%;
    padding-left: 8%;
    margin-top: 0;
  }
}

@media  (max-width: 1024px){
.notification-modal .modal-content{
  width: 90%;
}
}

/*@media (min-width: 320px) and (max-width: 767px){
  #notification .subjectContainer .col-1-12{
    width: 10%;
  }
  #notification .subjectContainer .col-11-12{
    width: 85%;
    padding-left: 8%;
  }
}*/


/*notification templates ends