﻿/* Variabled and Function Reference placeholder */
/* Begin Metrics P3 dialogs */
.error-content {
  text-align: center;
  margin: 23% auto;
}
h1 {
  font-size: 1.8em;
  padding-bottom: 10px;
}
p {
  font-size: 1.2em;
  padding-bottom: 20px;
}
/*	Button 
~~ ----------------------------------------------------------------------------------------------------------- */
.btn-default {
  background: none repeat scroll 0 0 #4E479D;
  border: 1px solid #4E479D;
  border-radius: 2px;
  box-shadow: 0 3px 0 #443E8D;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.33;
  padding: 5px 25px;
  text-shadow: 0 1px 0 #3E1F59;
  -webkit-transition: border-color 0.218s ease 0s;
  -moz-transition: border-color 0.218s ease 0s;
  -o-transition: border-color 0.218s ease 0s;
  transition: border-color 0.218s ease 0s;
}
.c-btn:active,
.c-btn.active {
  background-image: none;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #474191;
  background-position: 0 -15px;
  border: 1px solid #474191;
  color: #FFFFFF;
}
.btn-default:active,
.btn-default.active {
  background-color: #474191;
  border: 1px solid #474191;
}