@charset "UTF-8";
/* CSS Document */
.centered-text {
	text-align:center;
}
.highlighted-text {
	color:#5cb85c;
}
#loading {
    position: absolute; width: 100%; height: 100%; background: url('/gc/spinner.gif') no-repeat;
}
#loading2 {
 background: url('/gc/spinner.gif') no-repeat;
}
#ShowModal{
  max-height: 80% !important;
  overflow-y: auto !important;

  .modal-body {
     position: relative;
    overflow-y: auto;
    max-height: 400px;
    width: 800px;
    padding: 15px;
  }
}
