/*ageHeading
          {
              font-size: 25px;
              color: #805791;
              padding-top: 10px;
          }
           .subHeading
          {
            
              font-size: 16px;
              color: #805791;
              padding-top: 10px;
          }
            p
          {   font-size: 0.9em;
              line-height: 20px;
            
               margin-right: 80px;
              margin-left: 80px;
              
             
          }
         




ul a { color:#8568A2; text-decoration:underline; 

}
ul a:hover { color:#8568A2; text-decoration:none; 

}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
#image {
    line-height: 1.5em;
    list-style-image: url(images/rightS.png);
}

#imageH {
    line-height: 1.5em;
    list-style-image: url(image/rightH.png);
    margin-left: 100px;

}*/
       
  .float-my-children > * {
      float:left;
      margin-right:5px;
      margin-left: 80px;

  }



  .clearfix {
      *zoom:1 
  }

  .clearfix:before,
  .clearfix:after {
      content: " ";
      display: table;
  }

  .clearfix:after {
      clear: both;
  }


/*


ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    margin-left: 10px;
}


ul.tab li a:hover {
    background-color: #ddd;
}


ul.tab li a:focus, .active {
    background-color: #ccc;
}
*/
.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

.tab li {
   float: left;
    border-right: 1px;
    border-bottom: 10px;
    background-color: #333;
    position: relative;
    float: left;
    border-style: solid;
    border-width: 0 10px 10px 0;
    vertical-align: top;
    zoom: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tab li:last-child {
    border-right: none; 
}

.tab li a {
    display: block;
    color: white !important;
    text-align: center;
    /* padding: 14px 16px; */
    padding: 3px 36px;
    text-decoration: none;
    font-size: 12px;
}

.tab li a:hover:not(.active) {
    background-color: #805791;
}

.tab .active {
    background-color: #805791;
}
/* Style the tab content */
.tabcontent {
    display: none;
   
    /*border: 5px solid #ccc;*/
    border-top: none;

    font-size: 0.9em;
     line-height: 30px;
    
}
.tabcontent1 {
    display: none;
   
    /*border: 5px solid #ccc;*/
    border-top: none;

    font-size: 0.9em;
     line-height: 30px;
    
}

span.accordion {
   /* background-color: #eee;*/
     color:#717074;
    cursor: pointer;
    padding: 18px;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

span.accordion.active, span.accordion:hover {
  /*  background-color: #ddd;*/
}

span.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: left;
    /*margin-left: 5px;
    margin-right:10px;*/
    margin-left: -25px;
    margin-right: 5px;
}

span.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    
    max-height: 0;
 
  /*  transition: 0.6s ease-in-out;*/
    opacity: 0;    padding-left: 0px !important;
}

div.panel.show {
    opacity: 1;
    max-height: 1500px;padding: 10px 0 10px 0;  
}

.pdfIcon
{
    line-height: 2em;
    list-style-image: url(/images/default-source/subpage/pdf.jpg);
    font-size: 1.4em;
    width: 100%;
    margin-left: 1em;
    float: none;
}

.xlsxIcon
{
    line-height: 2em;
    list-style-image: url(/images/default-source/subpage/excel.png);
    font-size: 1.4em;
    width: 100%;
    margin-left: 1em;
    float: none;
}

div.panel.show ul
{
padding-left:50px;
}
div.panel p
{
    margin:0;
}
.panel 
{
   -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.075);
   box-shadow: 0 0 0 rgba(0,0,0,0.075);
}