@import url('header.css');
@import url('carousel_block.css');
@import url('content_seminar_row.css');
@import url('footer.css');
@import url('seminar.css');
@import url('about.css');
@import url('new_css_gutul.css');
@import url('contact_us.css');
@import url('working_committee.css');
@import url('registration.css');
@import url('login.css');
@import url('dashboard.css');
@import url('admin.css');
.no-padding{
  padding: 0px;
}

.justify{
	text-align: justify;
}

.archive_block{
/*   border:1px solid red; */
  display: block;
  max-width: 400px;
  margin: 15px;
  padding:3px;
  padding-left: 25px;
  border-left: 8px solid rgba(223,223,200,1);
  border-bottom: 5px solid rgba(223,223,200,1);
  border-top: 5px solid rgba(223,223,200,1);
  border-right: 10px solid rgba(223,223,200,1);
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  background:linear-gradient(90deg, #800080 0%,#ffc0cb 100% );
/*   background:linear-gradient(90deg, #e1eec3 0%,#f05053 100% ); */
/*   background:linear-gradient(90deg, #d9a7c7 0%,#fffcdc 100% ); */
  color:#fff;
  font-weight: bol
}

.static_text{
  border:1px solid #dedede;
  background: rgba(237, 239, 242,.3);
  padding:1px 7px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.inputSuccess{
  border-color:#3c763d;
}
.inputError{
  border-color:#a94442;
}

#myBusyIndicator{

  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(235, 229, 210, 0.6); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */

}

.myBusyIndicator:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#myBusyIndicator img{

}

.blinking{
    animation:blinkingText 1.2s infinite;
    
}
@keyframes blinkingText{
    0%{     color: red;    }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: red;    }
}


.asi_watermark{
  background:url('/assets/images/asindia_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transform: rotate(-45deg);
  z-index: 1000;
}