﻿/* site specific css/overrides here*/
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.green-circle {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #9DE0AD;
    color: #008800;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
    border: 4px solid #008800;
    box-shadow: 5px 5px 5px #888;
    display: inline-block;
    margin-right: 20px;
}

.small-green-circle {
    width: 1.250em;
    height: 1.250em;
    border-radius: 100%;
    background-color: #9DE0AD;
    color: #008800;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    border: 0.063em solid #008800;
    box-shadow: 0.156em 0.156em 0.156em #888;
    display: inline-block;
    margin-right: 0.625em;
}

.red-box {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 2px;
    color: #CC0000;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    border: 4px solid #CC0000;
    box-shadow: 5px 5px 5px #888;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 20px;
}
.contract-value-caption {
	display: block;
	font-weight: bold;
	color: #999;
	font-size: 9pt;
}
.ui-field-contain {
	border-bottom-width: 0 !important;
}
.center-wrapper {
  text-align: center;
}
.center-wrapper a.ui-btn {
  margin: 0 auto !important;
}