@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
body {
  font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;
  font-size:15px;
  line-height:1.42857143;
  color:#333333;
}

body > .container {
  padding: 50px 10px 0;
}

body > .container-fluid {
  padding: 50px 10px 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;
  font-weight:300;
  line-height:1.1;
  color:inherit
}

a,.a{
  color:#3F51B5;
}

.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #3F51B5;
}

.text-muted {
	color: #ffffff;
}

.container .text-muted {
  margin: 20px 0;
}

.container-fluid .text-muted {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.spinner {
  margin: 30% auto;
  width: 50px;
  height: 50px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

th.right {
	text-align: right;
	vertical-align: middle;
}
td.right {
	text-align: right;
}
th.th-right {
	text-align: right;
	vertical-align: middle;
}
td.td-right {
	text-align: right;
}
th.th-center {
	text-align: center;
	vertical-align: middle;
}
td.td-center {
	text-align: center;
}
th.center {
	text-align: center;
	vertical-align: middle;
}
td.center {
	text-align: center;
}
