/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/


#filter-wait{
  background-color: #9e9e9d;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
}
.icon-pause{
	color: white;
	font-weight: normal;
}
.icon-double-angle-right {
  color: #eb4f1e;
}
.message {
  background: #f3f8fc url('../../images/skin/information.png') 8px 50% no-repeat;
  border: 1px solid #b2d1ff;
  color: #006dba;
  margin: 10px 0 5px 0;
  padding: 5px 5px 5px 30px;
}
div.errors {
  background: #fff3f3;
  border: 1px solid red;
  color: #cc0000;
  margin: 10px 0 5px 0;
  padding: 5px 0 5px 0;
}
div.errors ul {
  list-style: none;
  padding: 0;
}
div.errors li {
  background: url('../../images/skin/exclamation.png') 8px 0% no-repeat;
  line-height: 16px;
  padding-left: 30px;
}
td.errors select {
  border: 1px solid red;
}
td.errors input {
  border: 1px solid red;
}
td.errors textarea {
  border: 1px solid red;
}
.paginateButtons {
  border: 1px solid #F1EAEA;
  border-top: 0;
  color: #666;
  font-size: 10px;
  overflow: hidden;
  padding: 10px 3px;
}
.paginateButtons a {
  background: #fff;
  border: 1px solid #ccc;
  border-color: #ccc #aaa #aaa #ccc;
  color: #666;
  margin: 0 3px;
  padding: 2px 6px;
}
.paginateButtons span {
  padding: 2px 3px;
}
.navbar .brand {
  font-size: 13px;
  padding: 10px 1px 3px 21px;
}
#force-compile-test {
  color: blue !important;
}
.eval-sticky-row {
  z-index: 9999999;
}
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 1200px;
  overflow-x: hidden;
  width: 100%;
}
h1 {
  font-size: 32px;
}
#body {
  font-size: 13px;
}
.orange {
  color: #eb4f1e;
}
a {
  color: #333333;
}
a.orange {
  color: #eb4f1e;
}
#primaryNav {
  height: 70px;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ececec), color-stop(1, #eeeeee));
  background: -ms-linear-gradient(bottom, #ececec, #eeeeee);
  background: -moz-linear-gradient(center bottom, #ececec 0%, #eeeeee 100%);
  background: -o-linear-gradient(#eeeeee, #ececec);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ececec', GradientType=0);
}
#primaryNav,
#primaryNav a {
  color: #8d8d8d;
}

#primaryNav #helpGuide{
  color:#eb4f1e!important;
}
#searchWrapper {
  position: relative;
  top: -5px;
}
#logo {
  position: relative;
  top: 15px;
}
#logo img {
  height: 40px;
  width: auto;
}

#iconNav a {
  text-decoration: none;
}
#iconNav ul {
  white-space: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#iconNav li {
  margin: 0;
  padding: 13px 10px;
  display: inline-block;

}
#iconNav li i {
  font-size: 18px;
}
#iconNav li span {
  display: block;
}
#iconNav li.current {
  -moz-box-shadow: inset 0px 4px 10px -2px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0px 4px 10px -2px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0px 4px 10px -2px rgba(0, 0, 0, 0.45);
}
#iconNav li:hover {
  cursor: pointer;
  color: #747474;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#iconNav li:hover i {
  -webkit-transform: translate(0, -1px);
  -moz-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
#iconNav li.current {
  color: #eb4f1e;
}
#searchWrapper {
  right: 20px;
}
#searchWrapper div.input-append {
  margin-bottom: 0;
}
#loggedInAs {
  position: relative;
  bottom: 6px;
  white-space: nowrap;
}
#loggedInAs a:hover {
  color: #eb4f1e;
}
#subNav {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.23);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.23);
  background: #9B9B9B;
  color: #ffffff;
  font-weight: 700;
  padding: 3px 0;
}
#subNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#subNav li {
  padding: 0 .75em;
  display: inline-block;
}
#subNav a {
  color: #d9d9d9;
}
#subNav a.current {
  color: black;
}
.pipe.spacer {
  padding: 0 1em;
}
.action-column {
  width: 85px;
}
#standardSelection th {
  white-space: nowrap;
}
.alert.alert-block ul,
.alert.alert-error ul,
.alert.alert-success ul,
.alert.alert-info ul,
.alert.alert-block p,
.alert.alert-error p,
.alert.alert-success p,
.alert.alert-info p {
  margin-bottom: 0;
}
.alert.alert-block p + ul,
.alert.alert-error p + ul,
.alert.alert-success p + ul,
.alert.alert-info p + ul {
  margin-top: 10px;
  margin-left: 20px;
}
.modal-body p {
  font-size: 14px;
}
/* Performance Attribute Groups */
legend span.badge {
  position: relative;
  bottom: 3px;
}
#paWrapper {
  margin: 20px 0;
}
#paWrapper .parent-row button.add-pa {
  display: none;
}
#paWrapper .parent-row:last-child button.delete,
#paWrapper .parent-row:last-child button.add-pa {
  display: inline;
}
#paWrapper .parent-row:first-child button.delete {
  display: none;
}
#paWrapper .range-rows .sub-row button.add-pa-range {
  display: none;
}
#paWrapper .range-rows .sub-row:first-child button.sub-range {
  display: none;
}
#paWrapper .range-rows .sub-row:last-child button.add-pa-range {
  display: inline;
}
div.range-rows {
  padding: 10px 0;
  background: #eeeeee url("../tree-subgroup-line.gif") repeat-y 132px 15px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
div.range-rows:before {
  content: " ";
  background: #333;
  width: 10px;
  height: 3px;
  float: left;
  position: relative;
  bottom: 11px;
  left: 128px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.range-rows .sub-row:last-child {
  background-image: url("../tree-subgroup-last.png");
  background-repeat: no-repeat;
  background-position: 132px 0;
  margin-bottom: -10px;
  padding-bottom: 20px;
}
div.control-group.parent-row,
div.control-group.sub-row {
  margin: 0;
  border: 0;
  padding: 8px 0;
}
div.control-group.sub-row {
  white-space: nowrap;
  background: #eeeeee url("../tree-subgroup.png") repeat-y 132px 15px;
}
div.control-group.parent-row {
  background: #333;
}
div.control-group.parent-row .control-label {
  position: relative;
  right: 18px;
  top: 0;
}
div.control-group.parent-row label {
  color: #fff;
}
div.control-group.parent-row div.control-group.sub-row {
  -webkit-box-shadow: inset 0 2px 4px #b9b9b9;
  -moz-box-shadow: inset 0 2px 4px #b9b9b9;
  box-shadow: inset 0 2px 4px #b9b9b9;
}
ul.one-to-many {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
ul.one-to-many li {
  padding: 0;
  margin: 0;
}
.control-group {
  margin: 10px 0;
}
.control-group .control-label {
  font-weight: 500;
  font-size: 1.1em;
}
.form-section-header {
  margin: 30px 0 0 0;
  padding: 7px;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.required-indicator {
  color: #eb4f1e;
}
.control-group .controls {
  margin-left: 0;
}
.control-group .control-label {
  width: 120px;
  padding-right: 20px;
  text-align: left;
}
a:hover {
  text-decoration: none;
  color: #eb4f1e !important;
}
.evaluation-list td {
  vertical-align: middle;
}
#retailer-manage-pav h1 {
  font-size: 1.5em;
  font-weight: 500;
}
#retailer-manage-pav h1 small {
  font-size: .8em;
  font-weight: 200;
  color: #eb4f1e;
}
.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
#show-client .page-header,
#show-retailer .page-header,
#show-category .page-header,
#show-clientPerformanceAttributeGroup .page-header,
#show-evaluation .page-header,
#show-assessment .page-header,
#show-cpo-bucket #show-FFValueToPointConversion .page-header,
#show-evaluationSchema .page-header,
#edit-freeFormStandard .page-header,
#edit-fixedFormStandard .page-header {
  margin-bottom: 10px;
  border-bottom: none;
}
#show-client .page-header h1,
#show-retailer .page-header h1,
#show-category .page-header h1,
#show-clientPerformanceAttributeGroup .page-header h1,
#show-evaluation .page-header h1,
#show-assessment .page-header h1,
#show-cpo-bucket #show-FFValueToPointConversion .page-header h1,
#show-evaluationSchema .page-header h1,
#edit-freeFormStandard .page-header h1,
#edit-fixedFormStandard .page-header h1 {
  position: relative;
  top: -10px;
}
#show-client .page-header #client-logo,
#show-retailer .page-header #client-logo,
#show-category .page-header #client-logo,
#show-clientPerformanceAttributeGroup .page-header #client-logo,
#show-evaluation .page-header #client-logo,
#show-assessment .page-header #client-logo,
#show-cpo-bucket #show-FFValueToPointConversion .page-header #client-logo,
#show-evaluationSchema .page-header #client-logo,
#edit-freeFormStandard .page-header #client-logo,
#edit-fixedFormStandard .page-header #client-logo {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#show-client section,
#show-retailer section,
#show-category section,
#show-clientPerformanceAttributeGroup section,
#show-evaluation section,
#show-assessment section,
#show-cpo-bucket #show-FFValueToPointConversion section,
#show-evaluationSchema section,
#edit-freeFormStandard section,
#edit-fixedFormStandard section {
  margin-top: 30px;
}
#show-client section .section-header,
#show-retailer section .section-header,
#show-category section .section-header,
#show-clientPerformanceAttributeGroup section .section-header,
#show-evaluation section .section-header,
#show-assessment section .section-header,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header,
#show-evaluationSchema section .section-header,
#edit-freeFormStandard section .section-header,
#edit-fixedFormStandard section .section-header {
  cursor: pointer;
  padding: 7px 10px;
  background: #eee;
  border: 1px solid transparent;
  transition: .1s all linear;
}
#show-client section .section-header:hover,
#show-retailer section .section-header:hover,
#show-category section .section-header:hover,
#show-clientPerformanceAttributeGroup section .section-header:hover,
#show-evaluation section .section-header:hover,
#show-assessment section .section-header:hover,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header:hover,
#show-evaluationSchema section .section-header:hover,
#edit-freeFormStandard section .section-header:hover,
#edit-fixedFormStandard section .section-header:hover {
  background: #eb4f1e;
  border-color: #e14514;
}
#show-client section .section-header:hover h4,
#show-retailer section .section-header:hover h4,
#show-category section .section-header:hover h4,
#show-clientPerformanceAttributeGroup section .section-header:hover h4,
#show-evaluation section .section-header:hover h4,
#show-assessment section .section-header:hover h4,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header:hover h4,
#show-evaluationSchema section .section-header:hover h4,
#edit-freeFormStandard section .section-header:hover h4,
#edit-fixedFormStandard section .section-header:hover h4 {
  color: white;
}
#show-client section .section-header:hover .expand-label,
#show-retailer section .section-header:hover .expand-label,
#show-category section .section-header:hover .expand-label,
#show-clientPerformanceAttributeGroup section .section-header:hover .expand-label,
#show-evaluation section .section-header:hover .expand-label,
#show-assessment section .section-header:hover .expand-label,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header:hover .expand-label,
#show-evaluationSchema section .section-header:hover .expand-label,
#edit-freeFormStandard section .section-header:hover .expand-label,
#edit-fixedFormStandard section .section-header:hover .expand-label {
  color: white;
}
#show-client section .section-header:hover .icon,
#show-retailer section .section-header:hover .icon,
#show-category section .section-header:hover .icon,
#show-clientPerformanceAttributeGroup section .section-header:hover .icon,
#show-evaluation section .section-header:hover .icon,
#show-assessment section .section-header:hover .icon,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header:hover .icon,
#show-evaluationSchema section .section-header:hover .icon,
#edit-freeFormStandard section .section-header:hover .icon,
#edit-fixedFormStandard section .section-header:hover .icon {
  color: white !important;
}
#show-client section .section-header .expand-label,
#show-retailer section .section-header .expand-label,
#show-category section .section-header .expand-label,
#show-clientPerformanceAttributeGroup section .section-header .expand-label,
#show-evaluation section .section-header .expand-label,
#show-assessment section .section-header .expand-label,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header .expand-label,
#show-evaluationSchema section .section-header .expand-label,
#edit-freeFormStandard section .section-header .expand-label,
#edit-fixedFormStandard section .section-header .expand-label {
  cursor: pointer;
  position: relative;
  top: 15px;
  font-size: 14px;
  font-weight: 700;
}
#show-client section .section-header .expand-label .icon-caret-down,
#show-retailer section .section-header .expand-label .icon-caret-down,
#show-category section .section-header .expand-label .icon-caret-down,
#show-clientPerformanceAttributeGroup section .section-header .expand-label .icon-caret-down,
#show-evaluation section .section-header .expand-label .icon-caret-down,
#show-assessment section .section-header .expand-label .icon-caret-down,
#show-cpo-bucket #show-FFValueToPointConversion section .section-header .expand-label .icon-caret-down,
#show-evaluationSchema section .section-header .expand-label .icon-caret-down,
#edit-freeFormStandard section .section-header .expand-label .icon-caret-down,
#edit-fixedFormStandard section .section-header .expand-label .icon-caret-down {
  color: #eb4f1e;
}
#show-client section .hidden-section,
#show-retailer section .hidden-section,
#show-category section .hidden-section,
#show-clientPerformanceAttributeGroup section .hidden-section,
#show-evaluation section .hidden-section,
#show-assessment section .hidden-section,
#show-cpo-bucket #show-FFValueToPointConversion section .hidden-section,
#show-evaluationSchema section .hidden-section,
#edit-freeFormStandard section .hidden-section,
#edit-fixedFormStandard section .hidden-section {
  display: none;
}
#show-client section .hidden-section .table th,
#show-retailer section .hidden-section .table th,
#show-category section .hidden-section .table th,
#show-clientPerformanceAttributeGroup section .hidden-section .table th,
#show-evaluation section .hidden-section .table th,
#show-assessment section .hidden-section .table th,
#show-cpo-bucket #show-FFValueToPointConversion section .hidden-section .table th,
#show-evaluationSchema section .hidden-section .table th,
#edit-freeFormStandard section .hidden-section .table th,
#edit-fixedFormStandard section .hidden-section .table th {
  font-size: 1.1em;
}
#show-client section .hidden-section .table tbody tr,
#show-retailer section .hidden-section .table tbody tr,
#show-category section .hidden-section .table tbody tr,
#show-clientPerformanceAttributeGroup section .hidden-section .table tbody tr,
#show-evaluation section .hidden-section .table tbody tr,
#show-assessment section .hidden-section .table tbody tr,
#show-cpo-bucket #show-FFValueToPointConversion section .hidden-section .table tbody tr,
#show-evaluationSchema section .hidden-section .table tbody tr,
#edit-freeFormStandard section .hidden-section .table tbody tr,
#edit-fixedFormStandard section .hidden-section .table tbody tr {
  /* cursor: pointer; */
  transition: 0.05s color ease-in;
}
#show-client section .hidden-section .table tbody tr:hover,
#show-retailer section .hidden-section .table tbody tr:hover,
#show-category section .hidden-section .table tbody tr:hover,
#show-clientPerformanceAttributeGroup section .hidden-section .table tbody tr:hover,
#show-evaluation section .hidden-section .table tbody tr:hover,
#show-assessment section .hidden-section .table tbody tr:hover,
#show-cpo-bucket #show-FFValueToPointConversion section .hidden-section .table tbody tr:hover,
#show-evaluationSchema section .hidden-section .table tbody tr:hover,
#edit-freeFormStandard section .hidden-section .table tbody tr:hover,
#edit-fixedFormStandard section .hidden-section .table tbody tr:hover {
  /* color: #eb4f1e !important; */
}
#create-evaluation .control-label {
  width: 150px;
}
#link-evals-wrapper {
  display: none;
}
#link-evals-wrapper .link-eval-help {
  color: #555;
  padding: 5px;
}
#create-cpo-modal .modal-body, #create-competitor-modal .modal-body {
  padding: 5px 15px 25px 15px;
}
#create-cpo-modal legend, #create-competitor-modal legend {
  color: #ea5224;
  font-size: 18px;
}
#create-cpo-modal .controls input, #create-competitor-modal .controls input {
  width: 64%;
}
#create-cpo-modal .error, #create-competitor-modal .error {
  color: red !important;
}

#evaluation-wrapper #facility-evaluation-container {
  position: relative;
  float: right;
  width: 80%;
  margin: 10px 0 0 0;
}
#evaluation-wrapper #facility-evaluation-container .loading-screen {
  position: absolute;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
#evaluation-wrapper #facility-evaluation-container .loading-screen img {
  position: fixed;
  top: 550px;
  left: 55%;
}
#evaluation-wrapper #cpo-bucket-container, #evaluation-wrapper #competitor-bucket-container {
  position: relative;
  overflow: scroll;
  float: left;
  width: 19%;
  margin: 20px 0 0 0;
  padding: 0 0 300px 0;
  background: -moz-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  min-height:101%;
  height: 350px;
}
#evaluation-wrapper #cpo-bucket-container .header, #evaluation-wrapper #competitor-bucket-container .header {
  position: relative;
  padding: 10px;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #d5d5d5;
}
#evaluation-wrapper #cpo-bucket-container .header #close-cpo-btn-wrapper, #evaluation-wrapper #competitor-bucket-container .header #close-competitor-btn-wrapper {
  position: absolute;
  cursor: pointer;
  right: 1px;
  top: 10px;
  width: 25px;
  height: 25px;
  color: #999;
}
#evaluation-wrapper #cpo-bucket-container .header #close-cpo-btn-wrapper:hover, #evaluation-wrapper #competitor-bucket-container .header #close-competitor-btn-wrapper:hover {
  color: #EA5224;
}
#evaluation-wrapper #cpo-bucket-container .active-evaluation, #evaluation-wrapper #competitor-bucket-container .active-evaluation {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
}
#evaluation-wrapper #cpo-bucket-container .active-evaluation .content-wrapper .headline, #evaluation-wrapper #competitor-bucket-container .active-evaluation .content-wrapper .headline {
  text-shadow: none !important;
}
#evaluation-wrapper #cpo-bucket-container .facility-eval-wrapper, #evaluation-wrapper #competitor-bucket-container .facility-eval-wrapper {
  display: none;
  position: relative;
  height: 20px;
  background: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #eb4f1e;
  opacity: 1;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper {
  position: relative;
  height: 80px;
  padding: 10px 5px;
  background: #eee;
  /* Old browsers */
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  opacity: .7;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper:hover, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper:hover {
  cursor: pointer;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  /* IE6-9 */
  opacity: 1 !important;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper:hover .content-wrapper .headline, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper:hover .content-wrapper .headline {
  text-shadow: none !important;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .media-wrapper, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .media-wrapper {
  float: left;
  width: 23%;
  height: 100%;
  text-align: center;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .media-wrapper .thumbnail, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .media-wrapper .thumbnail {
  position: relative;
  top: 5px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-radius: 50%;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .content-wrapper, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .content-wrapper {
  float: left;
  width: 65%;
  height: 100%;
  padding-left: 12%;
  padding-top: 10px;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .content-wrapper .headline, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .content-wrapper .headline {
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .content-wrapper .details, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .content-wrapper .details {
  margin-top: 3px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .content-wrapper .details .icon, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .content-wrapper .details .icon {
  color: #eb4f1e;
}
#evaluation-wrapper #cpo-bucket-container .cpo-eval-wrapper .content-wrapper .state, #evaluation-wrapper #competitor-bucket-container .competitor-eval-wrapper .content-wrapper .state {
  margin-top: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Arial Narrow", sans-serif;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
#show-evaluation .eval-details,
#show-assessment .eval-details,
#show-cpo-bucket .eval-details,
#show-evaluation .bucket-details,
#show-cpo-bucket .bucket-details {
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#show-evaluation .eval-details ul,
#show-assessment .eval-details ul,
#show-cpo-bucket .eval-details ul,
#show-evaluation .bucket-details ul,
#show-cpo-bucket .bucket-details ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#show-evaluation .eval-details ul li,
#show-assessment .eval-details ul li,
#show-cpo-bucket .eval-details ul li,
#show-evaluation .bucket-details ul li,
#show-cpo-bucket .bucket-details ul li {
  float: left;
  padding: 0 30px 0 0;
  margin: 0;
}
#show-evaluation .eval-details ul li .icon,
#show-assessment .eval-details ul li .icon,
#show-cpo-bucket .eval-details ul li .icon,
#show-evaluation .bucket-details ul li .icon,
#show-cpo-bucket .bucket-details ul li .icon {
  color: #eb4f1e;
}
#show-evaluation #show-incomplete-evaluation .table td,
#show-cpo-bucket #show-incomplete-evaluation .table td,
#show-evaluation #show-completed-evaluation .table td,
#show-cpo-bucket #show-completed-evaluation .table td,
#show-evaluation #show-bucket .table td,
#show-cpo-bucket #show-bucket .table td,
#show-evaluation #bucket-wrapper .table td,
#show-cpo-bucket #bucket-wrapper .table td,
#show-evaluation #show-incomplete-evaluation .table th,
#show-cpo-bucket #show-incomplete-evaluation .table th,
#show-evaluation #show-completed-evaluation .table th,
#show-cpo-bucket #show-completed-evaluation .table th,
#show-evaluation #show-bucket .table th,
#show-cpo-bucket #show-bucket .table th,
#show-evaluation #bucket-wrapper .table th,
#show-cpo-bucket #bucket-wrapper .table th {
  vertical-align: middle;
  width: 280px;
}
#show-evaluation #show-incomplete-evaluation .flat-summary-table th,
#show-cpo-bucket #show-incomplete-evaluation .flat-summary-table th,
#show-evaluation #show-completed-evaluation .flat-summary-table th,
#show-cpo-bucket #show-completed-evaluation .flat-summary-table th,
#show-evaluation #show-bucket .flat-summary-table th,
#show-cpo-bucket #show-bucket .flat-summary-table th,
#show-evaluation #bucket-wrapper .flat-summary-table th,
#show-cpo-bucket #bucket-wrapper .flat-summary-table th {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#show-evaluation #show-incomplete-evaluation .center-rows th,
#show-cpo-bucket #show-incomplete-evaluation .center-rows th,
#show-evaluation #show-completed-evaluation .center-rows th,
#show-cpo-bucket #show-completed-evaluation .center-rows th,
#show-evaluation #show-bucket .center-rows th,
#show-cpo-bucket #show-bucket .center-rows th,
#show-evaluation #bucket-wrapper .center-rows th,
#show-cpo-bucket #bucket-wrapper .center-rows th,
#show-evaluation #show-incomplete-evaluation .center-rows tr,
#show-cpo-bucket #show-incomplete-evaluation .center-rows tr,
#show-evaluation #show-completed-evaluation .center-rows tr,
#show-cpo-bucket #show-completed-evaluation .center-rows tr,
#show-evaluation #show-bucket .center-rows tr,
#show-cpo-bucket #show-bucket .center-rows tr,
#show-evaluation #bucket-wrapper .center-rows tr,
#show-cpo-bucket #bucket-wrapper .center-rows tr,
#show-evaluation #show-incomplete-evaluation .center-rows td,
#show-cpo-bucket #show-incomplete-evaluation .center-rows td,
#show-evaluation #show-completed-evaluation .center-rows td,
#show-cpo-bucket #show-completed-evaluation .center-rows td,
#show-evaluation #show-bucket .center-rows td,
#show-cpo-bucket #show-bucket .center-rows td,
#show-evaluation #bucket-wrapper .center-rows td,
#show-cpo-bucket #bucket-wrapper .center-rows td {
  text-align: center !important;
}
#show-evaluation #show-incomplete-evaluation #scoring-summary td,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary td,
#show-evaluation #show-completed-evaluation #scoring-summary td,
#show-cpo-bucket #show-completed-evaluation #scoring-summary td,
#show-evaluation #show-bucket #scoring-summary td,
#show-cpo-bucket #show-bucket #scoring-summary td,
#show-evaluation #bucket-wrapper #scoring-summary td,
#show-cpo-bucket #bucket-wrapper #scoring-summary td,
#show-evaluation #show-incomplete-evaluation #scoring-summary tr,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary tr,
#show-evaluation #show-completed-evaluation #scoring-summary tr,
#show-cpo-bucket #show-completed-evaluation #scoring-summary tr,
#show-evaluation #show-bucket #scoring-summary tr,
#show-cpo-bucket #show-bucket #scoring-summary tr,
#show-evaluation #bucket-wrapper #scoring-summary tr,
#show-cpo-bucket #bucket-wrapper #scoring-summary tr,
#show-evaluation #show-incomplete-evaluation #scoring-summary th,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary th,
#show-evaluation #show-completed-evaluation #scoring-summary th,
#show-cpo-bucket #show-completed-evaluation #scoring-summary th,
#show-evaluation #show-bucket #scoring-summary th,
#show-cpo-bucket #show-bucket #scoring-summary th,
#show-evaluation #bucket-wrapper #scoring-summary th,
#show-cpo-bucket #bucket-wrapper #scoring-summary th {
  padding: 11px;
}
#show-evaluation #show-incomplete-evaluation #scoring-summary .eval-header-row,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary .eval-header-row,
#show-evaluation #show-completed-evaluation #scoring-summary .eval-header-row,
#show-cpo-bucket #show-completed-evaluation #scoring-summary .eval-header-row,
#show-evaluation #show-bucket #scoring-summary .eval-header-row,
#show-cpo-bucket #show-bucket #scoring-summary .eval-header-row,
#show-evaluation #bucket-wrapper #scoring-summary .eval-header-row,
#show-cpo-bucket #bucket-wrapper #scoring-summary .eval-header-row {
  z-index: 200;
}
#show-evaluation #show-incomplete-evaluation #scoring-summary .eval-header-row th,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary .eval-header-row th,
#show-evaluation #show-completed-evaluation #scoring-summary .eval-header-row th,
#show-cpo-bucket #show-completed-evaluation #scoring-summary .eval-header-row th,
#show-evaluation #show-bucket #scoring-summary .eval-header-row th,
#show-cpo-bucket #show-bucket #scoring-summary .eval-header-row th,
#show-evaluation #bucket-wrapper #scoring-summary .eval-header-row th,
#show-cpo-bucket #bucket-wrapper #scoring-summary .eval-header-row th {
  font-size: 1.3em;
}
#show-evaluation #show-incomplete-evaluation #scoring-summary .center-cells th,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary .center-cells th,
#show-evaluation #show-completed-evaluation #scoring-summary .center-cells th,
#show-cpo-bucket #show-completed-evaluation #scoring-summary .center-cells th,
#show-evaluation #show-bucket #scoring-summary .center-cells th,
#show-cpo-bucket #show-bucket #scoring-summary .center-cells th,
#show-evaluation #bucket-wrapper #scoring-summary .center-cells th,
#show-cpo-bucket #bucket-wrapper #scoring-summary .center-cells th,
#show-evaluation #show-incomplete-evaluation #scoring-summary .center-cells td,
#show-cpo-bucket #show-incomplete-evaluation #scoring-summary .center-cells td,
#show-evaluation #show-completed-evaluation #scoring-summary .center-cells td,
#show-cpo-bucket #show-completed-evaluation #scoring-summary .center-cells td,
#show-evaluation #show-bucket #scoring-summary .center-cells td,
#show-cpo-bucket #show-bucket #scoring-summary .center-cells td,
#show-evaluation #bucket-wrapper #scoring-summary .center-cells td,
#show-cpo-bucket #bucket-wrapper #scoring-summary .center-cells td {
  text-align: center;
  font-weight: bold;
  font-size: 1.05em;
  border-bottom: none;
}
#show-evaluation #show-incomplete-evaluation .table .eval-row td,
#show-cpo-bucket #show-incomplete-evaluation .table .eval-row td,
#show-evaluation #show-completed-evaluation .table .eval-row td,
#show-cpo-bucket #show-completed-evaluation .table .eval-row td,
#show-evaluation #show-bucket .table .eval-row td,
#show-cpo-bucket #show-bucket .table .eval-row td,
#show-evaluation #bucket-wrapper .table .eval-row td,
#show-cpo-bucket #bucket-wrapper .table .eval-row td {
  vertical-align: middle;
}
#show-evaluation #show-incomplete-evaluation .table .eval-header-row th,
#show-cpo-bucket #show-incomplete-evaluation .table .eval-header-row th,
#show-evaluation #show-completed-evaluation .table .eval-header-row th,
#show-cpo-bucket #show-completed-evaluation .table .eval-header-row th,
#show-evaluation #show-bucket .table .eval-header-row th,
#show-cpo-bucket #show-bucket .table .eval-header-row th,
#show-evaluation #bucket-wrapper .table .eval-header-row th,
#show-cpo-bucket #bucket-wrapper .table .eval-header-row th {
  background: #000;
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-shadow: 0 1px 0 black;
}
#show-evaluation #show-incomplete-evaluation .table .score-circle,
#show-cpo-bucket #show-incomplete-evaluation .table .score-circle,
#show-evaluation #show-completed-evaluation .table .score-circle,
#show-cpo-bucket #show-completed-evaluation .table .score-circle,
#show-evaluation #show-bucket .table .score-circle,
#show-cpo-bucket #show-bucket .table .score-circle,
#show-evaluation #bucket-wrapper .table .score-circle,
#show-cpo-bucket #bucket-wrapper .table .score-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
}
#show-evaluation #show-incomplete-evaluation .table .multimedia-row,
#show-cpo-bucket #show-incomplete-evaluation .table .multimedia-row,
#show-evaluation #show-completed-evaluation .table .multimedia-row,
#show-cpo-bucket #show-completed-evaluation .table .multimedia-row,
#show-evaluation #show-bucket .table .multimedia-row,
#show-cpo-bucket #show-bucket .table .multimedia-row,
#show-evaluation #bucket-wrapper .table .multimedia-row,
#show-cpo-bucket #bucket-wrapper .table .multimedia-row {
  overflow: hidden;
  display: none;
  height: 120px;
}
#show-evaluation #show-incomplete-evaluation .table .multimedia-row td,
#show-cpo-bucket #show-incomplete-evaluation .table .multimedia-row td,
#show-evaluation #show-completed-evaluation .table .multimedia-row td,
#show-cpo-bucket #show-completed-evaluation .table .multimedia-row td,
#show-evaluation #show-bucket .table .multimedia-row td,
#show-cpo-bucket #show-bucket .table .multimedia-row td,
#show-evaluation #bucket-wrapper .table .multimedia-row td,
#show-cpo-bucket #bucket-wrapper .table .multimedia-row td {
  overflow: hidden;
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  /* Old browsers */
  color: black;
}


#show-evaluation #show-incomplete-evaluation .table .multimedia-row td .multimedia-wrapper,
#show-cpo-bucket #show-incomplete-evaluation .table .multimedia-row td .multimedia-wrapper,
#show-evaluation #show-completed-evaluation .table .multimedia-row td .multimedia-wrapper,
#show-cpo-bucket #show-completed-evaluation .table .multimedia-row td .multimedia-wrapper,
#show-evaluation #show-bucket .table .multimedia-row td .multimedia-wrapper,
#show-cpo-bucket #show-bucket .table .multimedia-row td .multimedia-wrapper,
#show-evaluation #bucket-wrapper .table .multimedia-row td .multimedia-wrapper,
#show-cpo-bucket #bucket-wrapper .table .multimedia-row td .multimedia-wrapper,
#show-assessment .table-show-values .multimedia-row td .multimedia-wrapper {
  float: left;
  margin: 0 5px 0 0;
}
#show-evaluation #show-incomplete-evaluation .table .multimedia-row td .thumb,
#show-cpo-bucket #show-incomplete-evaluation .table .multimedia-row td .thumb,
#show-evaluation #show-completed-evaluation .table .multimedia-row td .thumb,
#show-cpo-bucket #show-completed-evaluation .table .multimedia-row td .thumb,
#show-evaluation #show-bucket .table .multimedia-row td .thumb,
#show-cpo-bucket #show-bucket .table .multimedia-row td .thumb,
#show-evaluation #bucket-wrapper .table .multimedia-row td .thumb,
#show-cpo-bucket #bucket-wrapper .table .multimedia-row td .thumb,
#show-assessment .table-show-values .multimedia-row td .thumb {
  position: relative;
  top: -6px;
  width: 75px;
  height: 75px;
  padding: 5px;
  margin: 10px;
  background: #fff;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #c0c0c0;
}
#show-evaluation #show-incomplete-evaluation .table .multimedia-row td .delete-multimedia,
#show-cpo-bucket #show-incomplete-evaluation .table .multimedia-row td .delete-multimedia,
#show-evaluation #show-completed-evaluation .table .multimedia-row td .delete-multimedia,
#show-cpo-bucket #show-completed-evaluation .table .multimedia-row td .delete-multimedia,
#show-evaluation #show-bucket .table .multimedia-row td .delete-multimedia,
#show-cpo-bucket #show-bucket .table .multimedia-row td .delete-multimedia,
#show-evaluation #bucket-wrapper .table .multimedia-row td .delete-multimedia,
#show-cpo-bucket #bucket-wrapper .table .multimedia-row td .delete-multimedia,
#show-assessment .table-show-values .multimedia-row td .delete-multimedia {
  display: block;
  width: 85px;
  margin: -8px 10px 10px 10px;
  text-align: center;
}
#action-plan-wrapper {
  margin-bottom: 30px;
}
#action-plan-wrapper #action-plan-details {
  padding: 20px;
  background: url('../bg-multimedia-row.png') repeat !important;
}
#action-plan-wrapper #action-plan-details table th {
  background: #eee;
}
#action-plan-wrapper #action-plan-details table td {
  background: #fff;
}
#action-plan-wrapper #action-plan-content {
  margin-top: 20px;
}
#action-plan-wrapper #action-plan-content table th {
  background: #000000 url('../bg-eval-header.png') repeat !important;
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-shadow: 0 1px 0 black;
}
#action-plan-wrapper #action-plan-content table textarea,
#action-plan-wrapper #action-plan-content table input {
  color: #EA5224;
}
.historic-action-plans {
  padding: 5px;
  background: #000000 url('../bg-eval-header.png') repeat !important;
}
.historic-action-plans h4 {
  color: #fff;
  font-weight: 400;
}
.overall-average {
  padding: 5px;
  background: #000000 url('../bg-eval-header.png') repeat !important;
}
.overall-average h4 {
  color: #fff;
  font-weight: 400;
}
#dashboard #summary-container {
  width: 1024px;
  height: 100px;
  margin: 0 auto;
}
#dashboard #summary-container ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
#dashboard #summary-container ul li {
  width: 194.8px;
  height: 100px;
  text-align: center;
  float: left;
  margin: 0 5px 0 5px;
}
#dashboard #summary-container ul li:hover .icon {
  color: #999;
  top: -10px;
}
#dashboard #summary-container ul li .icon {
  position: relative;
  font-size: 6em;
  color: #eb4f1e;
  transition: .5s all linear;
}
#dashboard #summary-container ul li .summary-number {
  margin-top: 5px;
  font-size: 1em;
  color: #999;
}
#dashboard #summary-container ul li .summary-number .badge {
  padding: 5px 7px;
  background: #fff;
  font-size: 1.2em;
  color: #999;
}
#dashboard .table .averages-header th {
  background: #000000 url('../bg-eval-header.png') repeat;
  font-weight: 500;
  color: #eee;
}
#dashboard .table .filter-header th {
  background: #000000 url('../bg-multimedia-row.png') repeat;
}
#dashboard .table .row-header th {
  background: #000000 url('../bg-eval-header.png') repeat;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}
#dashboard .table .row-header th a {
  text-decoration: none;
  color: white;
}
#dashboard .table th {
  font-size: 1.1em;
}
#bucket-wrapper ul {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  list-stye: none;
}
#bucket-wrapper ul li {
  position: relative;
  cursor: pointer;
  height: 80px;
  margin: 5px 0;
  padding: 10px;
  background: #eee;
  text-shadow: 0 1px 0 #fff;
}
#bucket-wrapper ul li:hover {
  background: #e4e4e4;
}
#bucket-wrapper ul li .thumbnail-wrapper {
  float: left;
  width: 55px;
  height: 55px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
}
#bucket-wrapper ul li .content-wrapper {
  float: left;
  margin-left: 20px;
  margin-top: -4px;
}
#bucket-wrapper ul li .content-wrapper h1 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
#bucket-wrapper ul li .content-wrapper .details {
  margin-top: -5px;
  margin-bottom: 2px;
  font-size: 12px;
  color: #333;
}
#bucket-wrapper ul li .content-wrapper .details .icon {
  color: #eb4f1e;
}
#bucket-wrapper ul li .content-wrapper .state {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Arial Narrow", sans-serif;
  font-weight: 400;
  color: #333;
}
#bucket-wrapper ul li .score-wrapper {
  float: right;
  margin-right: 20px;
  margin-top: 30px;
  vertical-align: middle;
  font-size: 45px;
  color: #c1d2ba;
}
#bucket-wrapper ul .completed {
  text-shadow: none !important;
  background: #DFF0D8;
}
#bucket-wrapper ul .completed:hover {
  background: #d5e6ce;
}
#client-input {
  margin-right: 5px;
}
#dashboardTable .dropdown {
  display: inline-block;
  float: right;
  margin-left: 10px;
  margin-right: 0px;
}
#stateFilter {
  min-width: 0px;
  width: 125px;
}
#yearFilter {
  min-width: 0px;
  width: 120px;
}
.emailPopupAP {
	display: none;
	position: absolute;
  right: 0%;
  text-align: center;
  background-color: #eeeeee;
  width: 250px;
  height: 110px;
  border: 1px solid;
  border-color: #cccccc;
  border-radius: 6px;
}
#logo_small{
 	height:11px !important;
 	margin-bottom:3px!important;
 }
div.legal {
	font-size: 15px;
	padding-bottom: 25px;
	float: left;
  min-height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}