﻿

h1 {
    margin:0px;
    color :Black;
}

.font36 {
 font-size: 36px;
 font-weight: bold;
 color: #72706d;  
 }

.font32 {
 font-size: 32px;
 font-weight: 700;
 color: #72706d;
 }
  
.font24 {
 font-size: 24px;
 font-weight: bold;
 color: #72706d;     
 }
    
.font21 {
 font-size: 21px;  
 color: #72706d;
 }
 
.font18 {
 font-size: 18px;
 color: #72706d;
 line-height: normal;
 }

.font14 {
 font-size: 14px; 
 color: #72706d;
 }
  
.font12 {
 font-size: 12px; 
 color: #72706d;
 line-height: 12px;
 
 }

.font100 {
 font-size: 100px;
 color: #72706d; 
 text-align: center; 
 margin-bottom:-8%;
 }

.italic {
 font-size: 18px;
 color: white;
 font-style: italic;
 }

    
dl {
margin-top: 0;
margin-top:10px;
/*margin-bottom: 30px;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 0px;
padding-left: 0px;
}
/*  .TopicImages
        {
            width:157px;
            height:180px;
        } */
#background {
  background-color: #f2efeb; 
  padding-top: 1%; 
  padding-bottom: 2%;  
}

.number {
 font-size: 16px; 
 padding-left: 20px; 
 padding-right: 100px;
 text-align: center;  
}

.thin {
 color: #72706d;
 width: 207.5px;
 margin-top: -2%;
 border: 1px solid #72706d;
}

.topic {
 margin-left: 20px;   
}

.topic_icon {
 display: none;
 width: 177.03px;
 height: 177.03px;   
}


/*hr { display: block; height: 0px;
    border: 0; border-top: 6px solid #72706d;
     padding: 0; 
     margin-top: 0px;
margin-bottom: 0px;}*/


/*Footer */
html {
	position: relative; min-height: 100%;
}
body {
	/*margin-bottom: 60px;*/
}
#footer {
	width: 100%; height: 60px; bottom: 0px; position: absolute; background-color: rgb(245, 245, 245);
}
body > .container {
	padding: 60px 15px 0px;
}
.container .text-muted {
	margin: 20px 0px;
}
#footer > .container {
	padding-right: 15px; padding-left: 15px;
}
code {
	font-size: 80%;
}

/*end */

 .divMoreInfoPrint1::-webkit-scrollbar
        {
            width: 15px;
           /*background-color:Gray;*/
       }
        /* this targets the default scrollbar (compulsory) */
        .divMoreInfoPrint1::-webkit-scrollbar-track
        {
            background-color: #f2efeb;
            border: solid 1px #f2efeb;
          
         }
        /* the new scrollbar will have a flat appearance with the set background color */
        
        .divMoreInfoPrint1::-webkit-scrollbar-thumb
        {
            background-color: Gray;
            border: solid 1px white;
        }
        /* this will style the thumb, ignoring the track */
        /* 
        .divMoreInfoPrint1::-webkit-scrollbar-button
        {
            background-color: #7c2929;
        }*/
        /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
        
        .divMoreInfoPrint1::-webkit-scrollbar-corner
        {
            background-color: black;
        }
        /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
      
      
       /*Breadcrumb*/
 
  .wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background:  Gray;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
  background: Gray;
    color: #fff;
}
.wizard .current:after {
    border-left-color: Gray;
}
/*Breadcrumb end*/
 .wizard .Wizardreselect
  {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background:Gray;
    position: relative;
    display: inline-block;
}

.wizard .currentbefore {
  border-left-color:Gray;
  color: #fff;
 /*opacity:0.4;*/
}
.wizard .currentbefore:after {
   border-left-color: Gray;

}

.wizard .Wizardreselect:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid Gray;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

/*default*/


  /*  .TopicImages
        {
            width:50px;
            height:50px;
        }*/
         
     .TabContent
        {
            width:850px;
            height:600px;
        }
     /*  .TopicImages
        {
            width:157px;
            height:180px;
        } */
            
             .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 120px;
        } 
                  /*.jumbotron1:after
        {
            content: "";
            background:url('/IndicatorPublic/Secret/images/icons/heading.png');    background-size:100% auto;
            opacity: 1;
            background-repeat: no-repeat;
            background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
            
        }*/
        
    
/*default end*/

/*---------------------------------------Media Query------------------------------------------*/



/*@media (max-width: 767px) 
{

  
          .TopicImages
        {
             width:127px;
             height:150px;
        } 
        
        .jumbotron1:after
        {
            content: "";
            background:url('/IndicatorPublic/Secret/images/icons/heading.png');
            opacity: 1;
            background-repeat: no-repeat;
           background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
            
        }
        
    
    }*/

/*@media (min-width: 768px) and (max-width: 979px) 
{
     .HeaderText
    {
      margin-left: 4%;
    }
      .ContactUsAndMore
            {
                background-color: #E7E7E7;
                padding-right: 0px;
            }
            
      
        .TopicImages
        {
              width: 136px;
              height:200px;
        } 
            .HeaderImages
    {
              width: 100%;
              height:100%;
               padding: 1%;
        
    }
        .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 120px;
        }
        
           .jumbotron1:after
        {
            content: "";
           background: url(/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
             background-size: 100% auto;
             left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
        .navbar {border-radius: 0px;}
   
}*/

/*@media screen and (min-width: 768px)
{
 .HeaderText
    {
      margin-left: 4%;
    }
.TabContent
{
    width:1000px;
    height:600px;
}

.QuickViewClass {
    height: 180px;
}



}*/



 /*       @media all and (max-width:979px)
        {
             .HeaderText
    {
      margin-left: 8%;
    }
            
            .navbar {border-radius: 0px;}
      
            .ContactUsAndMore
            {
                background-color: #E7E7E7;
                padding-right: 0px;
            }
         .TopicImages
        {
             width:150px;
             height:150px;
        } 
        
      .HeaderImages
    {
        width:100%;
        height:100%;
         padding: 1%;
        
    }
      .jumbotron1:after
        {
            content: "";
           background:url('/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
             background-size: 100% auto;
             top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
       
        }*/


/*@media (min-width: 980px) and (max-width: 1199px) 
{
     .HeaderText
    {
      margin-left: 8%;
    }
        
      .HeaderImages
    {
            width:100%;
            height:100%;
             padding: 1%;
        
    }
        .TabContent
        {
            width:850px;
            height:600px;
        }
    
            
          .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 120px;
        }
 }*/
 /*@media all and (min-width:980px)
 
        {
            
               .HeaderText
    {
      margin-left: 8%;
    }
       
          .navbar {border-radius: 0px;}
     
           
   
      .HeaderImages
    {
            width:100%;
            height:100%;
             padding: 1%;
        
    }
           
            .TabContent
        {
            width:850px;
            height:600px;
        }
        .TopicImages
        {
            width:157px;
            height:180px;
        } 
            
             .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 120px;
        } 
            .ContactUsAndMore
            {
                background-color: #E7E7E7;
                padding-right: 0px;
            }
                 
           
           table {
             max-width : 97%;
            background-color: transparent;
           }
           
              .jumbotron1:after
        {
            content: "";
           background: url('/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
             background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
      
        
        .DisMoreinfo
        {
            height:150px;
        }
        }*/

/*@media (min-width: 1200px) and (max-width: 1376px) 
{
    
       .HeaderText
    {
      margin-left: 8%;
    }
       
  .HeaderImages
    {
            width:100%;
            height:100%;
             padding: 1%;
        
    }
    
         .TopicImages
        {
             width:127px;
              height:150px;
        }
        .navbar {border-radius: 0px;}
      
  
    
}*/



/*@media (min-width: 1377px) and (max-width: 1536px) 
{
       .HeaderText
    {
      margin-left: 8%;
    }
       
    .HeaderImages
    {
       width:100%;
       height:100%;
       padding: 1%;
        
    }
    .TopicImages
        {
             width:177px;
             height:200px;
        } 
         .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 200px;
        }
        
           .jumbotron1:after
        {
            content: "";
            background: url('/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
             background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
        .navbar { border-radius: 0px;}        }*/

     /*   @media all and (min-width:1537px) 
        {
            
    .HeaderImages
    {
       width:100%;
       height:100%;
        padding: 1%;
    }
            .navbar {border-radius: 0px;}
             .ContactUsAndMore
            {
                background-color: #E7E7E7;
                padding-right: 3%;
            }
         .TabContent
        {
            width:1050px;
            height:700px;
        }
         .TopicImages
        {
             width:177px;
             height:200px;
        } 
             .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 200px;
        }
        
              
           
        .jumbotron1:after
        {
            content: "";
           background:url('/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
             background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
        .navbar {
               border-radius: 0px;
            }
            DisMoreinfo
        {
            height:300px;
        }
    
    }*/



/*@media all and (max-width:480px)
{
       .HeaderText
    {
      margin-left: 2%;
    }
       
      
    .HeaderImages
    {
      width:80%;
      height:80%;
       padding: 1%;
    }
        

   .TabContent
{
    width:300px;
    height:400px;
}

   .ContactUsAndMore
            {
                background-color: #E7E7E7;
                padding-right: 0px;
            }
       .TopicImages
        {
            width:80px;
            height:80px;
            padding:0px;
            margin:0px;
        } 
            
             .TopicHeader
        {
            vertical-align: top;
            padding: 5px;
            background-color: #7AAFFF;
            width: 100px;
        }
       
           
       
              .jumbotron1:after
        {
            content: "";
             background: url('/IndicatorPublic/Secret/images/icons/heading.png'); 
            opacity: 1;
            background-repeat: no-repeat;
            background-size: 100% auto;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            z-index: -1;
        }
        .navbar {border-radius: 0px;}
        
}*/

/* Responsive End Design */
