//events    
.utsav
     {
         display:none;
     }
     .jashn
     {
         display:none;
     }
     .ulhas
     {
         display:none;
     }
     .umang
     {
         display:none;
     }
     .select{
          display:none;
     }
     .centered {
        position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border: 3px dashed #2c2c2ca6;
	border-radius: 10px;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8px;
     }
    .bg-color3 {
	background-color: #f1f1f1 !important;
	min-height: 170px;
    	padding: 18px;
	}
    .bg-color1 {
	background-color: #f1f1f1;
	min-height: 275px;
    	padding: 18px;
        }
    .bg-color2 {
	background-color: #f1f1f1;
	min-height: 215px;
    	padding: 18px;
	}
    .bg-color4 {
	background-color: #f1f1f1;
	min-height: 203px;
        padding: 18px;
	}
    .bg-color5 {
	background-color: #f1f1f1;
	min-height: 179px;
    	padding: 18px;
	}
    .topright {
        position: absolute;
	top: 5px;
	right:5px;
	font-size: 13px;
	background-color:#bd2121;
	color:white;
	padding:5px;
    }
        
    #shadow {
        border: 1px solid;
    padding: 23px;
    box-shadow: 0px 0px 5px #999999;
    }
    .aminit-sec {
    width: 30px;
    height: 30px;
    transition: transform .2s;
}
td, th{
  border: 0px solid #dddddd;
  text-align: left;
  padding: 9px;
      padding-left: 16px;
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

	
.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 80%;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card {
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.md-accordion .card .fa-angle-down {
    float: right;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
