﻿.StaticsStyle1
{
 float: right;
   
    color: #fff;
    padding-right:10px;
   /* font-weight: normal; 
    font-size: 13px;
    background-color: white;
    padding: 3px 35px 4px 35px;
    margin-top: -3px;
    border: 1px solid #ddd;
    border-radius: 5%;*/
}
.onlinePaymentMinHeigth1
{
    min-height:496px!important;
}
.eventImageStyle1
{
    width:100%;
    height:200px;
}
.eventDivStyle1
{
    box-shadow: 2px 2px 8px 2px;
    margin-bottom: 2em;
    padding: 10px;
}
.eventDivStyle1:hover
{
     box-shadow: 0px 0px 0px 0px;
     background-color:#ddd;
    
}
.btnSuccess1
{
 background-color: #5ab55f;
            border-color: #d9534f;
            color: #fff;
            border-radius: 10px;width:100%;height:40px; padding:10px;  
}

.btnDanger1
{
 background-color: #d9534f;
            border-color: #d9534f;
            color: #fff;
            border-radius: 10px;width:100%;height:40px; padding:10px;  
}
.imgSizeNew1
{
        height: 200px;
    width: 100%;
  
    border: 1px solid red;
    padding: 5px;
}
.imgSizeNew2
{
     border: 1px solid red;
    padding: 5px;
    background-color: #fff;   
}
.tbWidth1
{
    width:50%;
}
.boxShadow1
{
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10),
     0px 10px 20px rgba(0,0,0,0.05),
     0px 20px 20px rgba(0,0,0,0.05),
     0px 30px 20px rgba(0,0,0,0.05);
  width: 100%;   
}
.backColor1
{
background: #2c3e50;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3498db, #2c3e50);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3498db, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  color:#fff;
  text-align:center ! important;   
}

.backColor2
{
background: #2c3e50;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #3498db, #2c3e50);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #3498db, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



  color:#fff;
  text-align:center ! important;  
  font-weight:bold; 
}

.imgSize1
{
    width: 100% !important;
    height: 150px !important;
}

.imgSize2
{
    width: 100px !important;
    height: 100px !important;
}
.imgSize3
{
    width:80px;
    height:80px;
    border-radius:50%;
}
.paraStyle1
{
    margin-left: 20px !important;
    font-weight: bolder !important;
    color: black !important;
    padding-top: 3px !important;
}

.paraStyle21
{
    text-align: justify;
    font-size: 13px;
    font-weight: normal;
}
.paraStyle22
{
    text-indent:1em;
}

.paraStyle23
{
   text-align: justify;text-justify: auto;
}

#btn_login
{
    margin:10px;
    width: 120px;
    height: 30px;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 0 20px #eee;
    color: #FFF;
}
#btn_adm
{
     margin:10px;
    /*width: 121px;*/
    height: 30px;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 0 20px #eee;
    color: #FFF;
}
#btn_pay
{
     margin:10px;
    width: 120px;
    height: 30px;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 0 20px #eee;
    color: #FFF;
}

/*Admission Fee Table*/
table#table_  {
  font-family: 'Arial';
  font-weight: bold;
  
  margin: 25px auto;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #3498db;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.10),
     0px 10px 20px rgba(0,0,0,0.05),
     0px 20px 20px rgba(0,0,0,0.05),
     0px 30px 20px rgba(0,0,0,0.05);
  width: 100%;
}
  #table_ tr {
    &:hover {
      background: #f4f4f4;
      
      td {
        color: #555;
      }
    }
  }
  table#table_ th ,table#table_ td {
    color: #555;
    border: 1px solid #eee;
    padding: 8px 15px;
    border-collapse: collapse;
  }
  table#table_ th {
    background: #00cccc;
    color: #fff;
    text-transform: uppercase;
    /*font-size: 12px;*/
    /*font-size-adjust: initial;*/
   
    }
/*Admission Fee Table*/