table 
{
	background-color: white;
}

label 
{
	display: inline-block;
}

.grid-view tbody tr:hover 
 {
    background-color: #d1ffbf !important;
    cursor: pointer;
 }

 .fc-bg td:hover
 {
  background-color: #ffff99;
  cursor: pointer;
 }
/*
.well
{
   width : 950px !important;
   font-family : arial;
   font-size : 12px !important;
   margin: auto;

}*/

 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
       -ms-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
           transition: opacity 0.1s linear;
 }

/* .main-sidebar
 {
  background-color: #000000 !important;
 }*/

.kartik-row-color
{
  background-color: #ffff99 !important;
}

.btn, button, .select2
{
  border-style: none !important;
  border-radius: 0px !important;
}

.well
{
  box-shadow: none !important;
  border:none !important;
/*  border-style: solid !important;
  border-width: 1px !important;*/
  border-color: black !important;
  border-radius: 0px !important;
  background-color: white !important;
}

.signup
{

  outline: 1px solid black;

}

/*input, textarea, select
{
  background-color: #fcfcfc !important;
  border: 0.2px solid !important;
}*/

.readClass
{
  background-color: pink !important;
}

/*form {
   width:100%;
   height:450px;
   margin:auto;
   position:relative;
 }
input {
   width:100%;
   height: 25px;
}*/

 #loading-img {
    background: url(http://preloaders.net/preloaders/360/Velocity.gif) center center no-repeat !important;
    height: 100% !important;
    z-index: 20 !important;

}

.overlay {
    background: #e9e9e9 !important;
    display: none !important;
    position: absolute !important; 
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    opacity: 0.5 !important;
}
