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;
}

input, .btn, textarea, select {
  border-radius: 10px !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;
}

/*input, textarea, select
{
  background-color: #fcfcfc !important;
  border: 0.2px solid !important;
}*/

.readClass
{
  background-color: pink !important;
}

.signup
{

  outline: 1px solid black;

}

.lb-sm {
  font-size: 12px;
}

.lb-md {
  font-size: 16px;
}

.lb-lg {
  font-size: 20px;
}


.kartik-row-color
{
  background-color: #ffff99 !important;
}

.small-box
{
  padding-bottom: 68px !important;
}

.info-box-text
{
  color: #5c6066 !important;
}

.info-box-number
{
  color: #5c6066 !important;
}

.textBlack
{
  color: #5c6066 !important;
}

/*#PendingPickupConfirmation
{
  padding-right: -100px !important;
}*/

.info-box
{ 
  opacity: 0.9 !important;
  transition: 0.3s !important;
}

.info-box:hover {
  opacity: 1 !important;
  transform: scale(1.15);
}

 #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;
}


.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}


.buttonload {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

/* Add a right margin to each icon */
.fa {
    margin-left: -12px;
    margin-right: 8px;
}