﻿/********** Co-construct Custom Bootstrap Theme **********/
/********** Colors **********/
/********** Images **********/
/********** Fonts **********/
@font-face {
  font-family: Roboto-regular;
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?iefix") format('eot'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format('woff'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format('truetype'), url("fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-light;
  src: url("fonts/roboto_light_macroman/Roboto-light-webfont.eot");
  src: url("fonts/roboto_light_macroman/Roboto-light-webfont.eot?iefix") format('eot'), url("fonts/roboto_light_macroman/Roboto-light-webfont.woff") format('woff'), url("fonts/roboto_light_macroman/Roboto-light-webfont.ttf") format('truetype'), url("fonts/roboto_light_macroman/Roboto-light-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-italic;
  src: url("fonts/roboto_italic_macroman/Roboto-italic-webfont.eot");
  src: url("fonts/roboto_italic_macroman/Roboto-italic-webfont.eot?iefix") format('eot'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.woff") format('woff'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.ttf") format('truetype'), url("fonts/roboto_italic_macroman/Roboto-italic-webfont.svg#webfont") format('svg');
}
@font-face {
  font-family: Roboto-bold;
  src: url("fonts/roboto_bold_macroman/Roboto-bold-webfont.eot");
  src: url("fonts/roboto_bold_macroman/Roboto-bold-webfont.eot?iefix") format('eot'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.woff") format('woff'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.ttf") format('truetype'), url("fonts/roboto_bold_macroman/Roboto-bold-webfont.svg#webfont") format('svg');
}
/********** Misc Styles **********/
/********** Text **********/
.text-default {
  color: #1A1A1A;
  font-family: Roboto-regular, Arial;
}
.text-info {
  color: #4A90E2;
}
.text-warning {
  color: #FFB700;
}
.text-muted {
  color: #666;
}
.strikethrough {
  text-decoration: line-through;
}
body .bold,
body .text-bold,
body strong {
  font-family: Roboto-bold, Arial;
  font-weight: normal;
}
.text-large {
  font-size: 14px;
}
.text-larger {
  font-size: 15px;
}
.disable_text_highlighting,
.disable_text_highlighting:focus {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.align-right {
  text-align: right;
}
/********** Borders **********/
.border {
  border: 1px solid black;
}
.border-info {
  border-color: #4A90E2;
}
.border-default {
  border-color: #e5e5e5;
}
.border-primary {
  border-color: #4CB53C;
}
.no-border-important {
  border: none !important;
}
.border-form,
.border-input {
  border: 1px solid #e5e5e5;
}
.border-radius {
  border-radius: 2px;
}
/********** Indents **********/
.indent-1,
.row.indent-1 {
  margin-left: 20px;
}
.indent-2 {
  margin-left: 40px;
}
.indent-3 {
  margin-left: 60px;
}
.indent-4 {
  margin-left: 80px;
}
.indent-5 {
  margin-left: 100px;
}
/********** Base **********/
body {
  font-family: Roboto-regular, Arial !important;
  font-size: 13px;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #1A1A1A;
}
body.light {
  background-color: #F2F2F2;
}
a {
  cursor: pointer;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
a:active,
button:active,
input:active,
textarea:active {
  outline: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  outline: none;
}
dl,
dt,
dd {
  font-weight: normal;
}
textarea {
  resize: none;
}
.autogrow {
  overflow-y: hidden;
}
.autogrow.form-control.form-inline {
  box-sizing: border-box;
  min-height: 34px;
  height: 0;
}
.autogrow.form-control {
  min-height: 51.6px;
  height: 0;
}
/* Remove the IE "x" on the inputs */
input::-ms-clear {
  display: none;
}
label {
  font-family: Roboto-bold, Arial;
  font-weight: normal;
}
label[class^="checkbox-label"],
label[class^="checkbox-styled"] {
  font-family: Roboto-regular, Arial;
  margin: 0;
}
.checkbox label,
.radio label,
.radio-inline,
.checkbox-inline {
  font-family: Roboto-regular, Arial;
  font-weight: normal;
}
.margin-0-important {
  margin: 0px !important;
}
.not-shown {
  display: none;
}
.not-shown-important {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
.wordwrap {
  white-space: pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
input[type="radio"],
input[type="checkbox"],
.pointer {
  cursor: pointer;
  min-width: 13px !important;
}
.transparent {
  background-color: transparent;
}
.standard-background {
  background-color: #F2F2F2;
}
.updated-background {
  background-color: #EDF7EB;
}
.selected-item-background {
  background-color: #D7E9FE !important;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.clear-float {
  overflow: hidden;
  clear: both;
}
.inline-block {
  display: inline-block;
}
.overflow-none {
  overflow: hidden;
}
/*********** Media queries ***********/
/* NOTE: The following is to override the default behavior of Bootstrap
         where it sets fixed widths as various window widths.  All
         3 are required.
*/
/*@media (min-width: 1200px)
{
  .container
  {
    width: 100%;
  }
}

@media (min-width: 768px)
{
  .container
  {
    width: 100%;
  }
}*/
/*@media (min-width: 992px)
{
  .container
  {
    width: 100%;
  }
}*/
/********** Page Header **********/
.page-header {
  padding: 15px 0;
  margin: 0;
}
.page-header-light-gray {
  background-color: #D9D9D7;
}
.page-header-dark {
  background-color: #4D4D4D;
  color: #FFF;
}
.page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-family: Roboto-light, Arial;
}
/********** Page Controls **********/
.page-controls {
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
}
.page-controls.no-border {
  border-bottom: none;
}
.page-controls .left > *,
.page-controls .right > * {
  display: inline-block;
}
.page-controls .form-control {
  width: auto;
}
.form-control-static {
  min-height: 0;
  padding-bottom: 0;
}
.form-horizontal .form-value {
  padding-top: 7px;
  display: block;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
}
.drop-down {
  min-width: 20px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.drop-down__select {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
}
.drop-down__select:focus {
  border-color: #4A90E2;
  outline: none;
}
.drop-down__icon {
  background-position: -60px 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 12px;
  padding: 6px;
}
/********** Page Content **********/
.content-container {
  /*background-color: @background-color;*/
  border: none;
  width: 1024px;
  max-width: 1024px;
  padding: 5px;
}
.content-container-fluid {
  width: 100%;
  max-width: none;
}
.page-content {
  background-color: #F2F2F2;
  /*padding: 20px 0;*/
  padding: 0 15px 15px;
  margin-top: 15px;
}
.page-content section {
  padding: 20px 0;
  border-bottom: solid 1px #e5e5e5;
}
.page-content section:first-child {
  padding-top: 0;
}
.page-content section:last-child {
  border: 0;
  padding-bottom: 0;
}
.page-content table th {
  font-weight: normal;
  font-family: Roboto-bold, Arial;
}
.page-content .clickable-rows tbody tr {
  background-color: #FFF;
  cursor: pointer;
}
.page-content .clickable-rows tbody tr:hover {
  background-color: #fafafa;
}
.page-content .clickable-cells tbody td {
  cursor: pointer;
}
/********** Page Footer **********/
.page-footer {
  border-top: solid 1px #e5e5e5;
  padding: 20px 0 80px;
  text-align: right;
}
.brand-footer {
  z-index: auto;
}
.brand-footer.z-1 {
  z-index: 1;
}
/********** Pagination **********/
.pagination {
  margin-top: 0;
  margin-bottom: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #1A1A1A;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #4CB53C;
  border-color: #4CB53C;
}
/********** Links **********/
a {
  color: #4CB53C;
}
a:hover {
  color: #44a236;
  text-decoration: inherit;
}
/********** Headings **********/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto-regular, Arial;
  font-weight: normal;
  /*margin: 0;
  padding: 0;*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: inline;
}
h1 {
  font-weight: 200;
}
h5,
h6 {
  font-size: 13px;
}
/********** Content Sections **********/
.content-section {
  padding: 10px 0;
  border-bottom: solid 1px #e5e5e5;
}
.content-section:first-child {
  padding-top: 0;
}
.content-section:last-child {
  border: 0;
  padding-bottom: 0;
}
.content-container-no-separators {
  padding: 10px 0;
}
.content-container-no-separators:first-child {
  padding-top: 0;
}
.content-container-no-separators:last-child {
  padding-bottom: 0;
}
.content-divider-left {
  border-left: 1px solid #e5e5e5;
}
.content-divider-right {
  border-right: 1px solid #e5e5e5;
}
.content-divider-right:last-child {
  border-right: 0;
}
/********** Container Scrolling **********/
.scroll-container-small {
  max-height: 200px;
  overflow-y: auto;
}
.scroll-container-med {
  max-height: 400px;
  overflow-y: auto;
}
.scroll-container-large {
  max-height: 600px;
  overflow-y: auto;
}
/********** Item Container **********/
.item-container-with-separators {
  padding: 10px 0;
  border-bottom: solid 1px #e5e5e5;
  /*border-bottom: solid 1px black;*/
}
.item-container-with-separators:first-child {
  padding-top: 0;
}
.item-container-with-separators:last-child {
  border: 0;
  padding-bottom: 0;
}
.item-container-no-separators {
  padding: 10px 0;
}
.item-container-no-separators:first-child {
  padding-top: 0;
}
.item-container-no-separators:last-child {
  padding-bottom: 0;
}
/********** Panels **********/
.panel {
  border-radius: 2px;
}
.panel-muted {
  background-color: #F2F2F2;
}
.panel-no-border {
  border: none;
  box-shadow: none;
}
.panel-heading {
  border-bottom-color: #F2F2F2;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
  padding: 0;
  margin: 0;
}
/********** Equal height cells in rows **********/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/********** Vertical Alignment **********/
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-baseline {
  vertical-align: baseline;
}
/********** Margins and Padding **********/
.margin-all-none {
  margin: 0;
}
.margin-left-none {
  margin-left: 0;
}
.margin-right-none {
  margin-right: 0;
}
.margin-top-none {
  margin-top: 0;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-all-sm {
  margin: 0.5rem;
}
.margin-left-sm {
  margin-left: 0.5rem;
}
.margin-right-sm {
  margin-right: 0.5rem;
}
.margin-top-sm {
  margin-top: 0.5rem;
}
.margin-bottom-sm {
  margin-bottom: 0.5rem;
}
.margin-left-sm-neg {
  margin-left: -0.5rem;
}
.margin-top-sm-neg {
  margin-top: -0.5rem;
}
.margin-all-med {
  margin: 0.75rem;
}
.margin-left-med {
  margin-left: 0.75rem;
}
.margin-right-med {
  margin-right: 0.75rem;
}
.margin-top-med,
.cost-line-table .adjacent-row-margin-top {
  margin-top: 0.75rem;
}
.margin-bottom-med {
  margin-bottom: 0.75rem;
}
.margin-left-sm-med {
  margin-left: -0.75rem;
}
.margin-top-sm-med {
  margin-top: -0.75rem;
}
.margin-all-lg {
  margin: 1rem;
}
.margin-left-lg {
  margin-left: 1rem;
}
.margin-right-lg {
  margin-right: 1rem;
}
.margin-top-lg {
  margin-top: 1rem;
}
.margin-bottom-lg {
  margin-bottom: 1rem;
}
.margin-left-sm-lg {
  margin-left: -1rem;
}
.margin-top-sm-lg {
  margin-top: -1rem;
}
.margin-all-xl {
  margin: 1.5rem;
}
.margin-left-xl {
  margin-left: 1.5rem;
}
.margin-right-xl {
  margin-right: 1.5rem;
}
.margin-top-xl {
  margin-top: 1.5rem;
}
.margin-bottom-xl {
  margin-bottom: 1.5rem;
}
.margin-left-sm-xl {
  margin-left: -1.5rem;
}
.margin-top-sm-xl {
  margin-top: -1.5rem;
}
.padding-all-none {
  padding: 0;
}
.padding-left-none {
  padding-left: 0;
}
.padding-right-none {
  padding-right: 0;
}
.padding-top-none {
  padding-top: 0;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.padding-all-sm {
  padding: 0.5rem;
}
.padding-left-sm {
  padding-left: 0.5rem;
}
.padding-right-sm {
  padding-right: 0.5rem;
}
.padding-top-sm {
  padding-top: 0.5rem;
}
.padding-bottom-sm {
  padding-bottom: 0.5rem;
}
.padding-all-med {
  padding: 0.75rem;
}
.padding-left-med {
  padding-left: 0.75rem;
}
.padding-right-med {
  padding-right: 0.75rem;
}
.padding-top-med {
  padding-top: 0.75rem;
}
.padding-bottom-med {
  padding-bottom: 0.75rem;
}
.padding-all-lg {
  padding: 1rem;
}
.padding-left-lg {
  padding-left: 1rem;
}
.padding-right-lg {
  padding-right: 1rem;
}
.padding-top-lg {
  padding-top: 1rem;
}
.padding-bottom-lg {
  padding-bottom: 1rem;
}
.padding-all-xl {
  padding: 1.5rem;
}
.padding-left-xl {
  padding-left: 1.5rem;
}
.padding-right-xl {
  padding-right: 1.5rem;
}
.padding-top-xl {
  padding-top: 1.5rem;
}
.padding-bottom-xl {
  padding-bottom: 1.5rem;
}
/********** flexbox **********/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 0;
}
.flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-align-items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-expand {
  flex-grow: 10;
}
/********** Forms **********/
.form-control,
.drop-down__select,
.drop-down__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  color: #4D4D4D;
  border-radius: 2px;
  border-color: #F2F2F2;
  font-size: 13px;
  background-position: right 12px center;
  background-repeat: no-repeat;
  /*height: inherit;*/
}
.form-control:focus {
  border-color: #4A90E2;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: auto;
  background-color: #f7f7f7;
  color: #555;
  -webkit-text-fill-color: #555;
}
.form-group:last-child {
  margin-bottom: 0;
}
.input-group-addon {
  background-color: #f7f7f7;
  border-color: #F2F2F2;
  font-size: 13px;
  padding: 0 12px;
}
/********** Grid **********/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 10px;
  padding-left: 10px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-auto {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
/********** No Gutters Grid **********/
.row.no-gutters,
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"],
.no-gutters > [class^="col-"],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/********** Tables ********/
.table-cells-light td {
  background-color: #FFF;
}
.table-cells-centered th,
.table-cells-centered td {
  text-align: center;
}
.table-bordered-light > thead > tr > th,
.table-bordered-light > tbody > tr > th,
.table-bordered-light > tfoot > tr > th,
.table-bordered-light > thead > tr > td,
.table-bordered-light > tbody > tr > td,
.table-bordered-light > tfoot > tr > td {
  border: 1px solid #F2F2F2;
}
.table.scrollable {
  overflow-x: auto;
}
.cost-line-table,
.bid-request-selector-table {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
tr.cost-line-table__row,
tr.bid-request-selector-table__row {
  border-top: 1px solid #e5e5e5;
}
tr.cost-line-table__row td,
tr.bid-request-selector-table__row td {
  height: 34px;
  padding: 6px 12px;
}
.cost-line-table__row,
.bid-request-selector-table__row {
  padding: 6px 12px;
  background: #F7F7F7;
  min-height: 34px;
}
.cost-line-table__row + [class^='cost-line-table__row'],
.bid-request-selector-table__row + [class^='cost-line-table__row'] {
  border-top: 1px solid #e5e5e5;
}
/********** Tabs **********/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #F2F2F2;
  border: solid 1px #d9d9d9;
  border-bottom-color: transparent;
}
.nav-tabs > li {
  margin-bottom: 0;
  margin-top: 2px;
}
.nav-tabs > li > a {
  background-color: #d9d9d9;
  color: #4D4D4D;
  border: solid 1px #d9d9d9;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #eaeaea;
}
/********** Progress Bar **********/
.progress {
  border-radius: 2px;
  background-color: #b8d3f4;
}
.progress-bar {
  background-color: #4A90E2;
}
.progress-sm {
  height: 10px;
}
.progress-icon {
  height: 10px;
  position: relative;
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 10px;
}
.progress-end-check-circle-icon-blue {
  position: absolute;
  right: -4px;
  top: -4px;
  background-image: url("../graphics/check-circle-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  border: none;
  width: 22px;
}
/********** Completion state **********/
.completion-state {
  width: 22px;
  height: 22px;
  background-size: 13px;
  background-color: #F2F2F2;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}
.completion-state.complete {
  background-color: #4A90E2;
  background-image: url("../graphics/check-white-2.png");
}
.completion-state.started {
  background-color: #4A90E2;
}
.completion-state.not-started {
  border: solid 2px #cee1f7;
}
.completion-state.md {
  width: 28px;
  height: 28px;
  background-size: 15px;
}
/********** Media **********/
.media-table {
  display: table;
}
/********** Block List **********/
.block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.block-list.clickable li {
  cursor: pointer;
}
.block-list li {
  margin: 0;
  display: block;
  width: 100%;
  border-bottom: solid 1px #F2F2F2;
  background-color: #FFF;
  padding: 12px 15px;
  clear: both;
}
.block-list.disabled li {
  background-color: #F2F2F2;
}
.block-list.no-indent li {
  padding-left: 0;
  padding-right: 0;
}
.block-list.no-separator li {
  border-bottom: none;
}
.block-list.narrow li {
  padding-top: 0;
  padding-bottom: 6px;
}
.block-list .prjCntlProjectName {
  padding: 12px 15px;
}
.block-list .prjCntlProjectLinks {
  padding: 12px 11px;
}
.block-list .prjCntlProjectInfo {
  padding: 12px 15px;
}
/* Use the following class on an icon in a block list to increase
   the size of the "target" for clicking.
*/
.block-list li .block-list-target {
  display: inline-block;
  padding: 12px 15px;
  margin: -12px 0;
}
/* Use the following class on the row containing an icon that uses
   .block-list-target to remove the padding that is naturally applied
   to the left side of the row (this avoid double padding)
*/
.block-list li .target-parent {
  padding-left: 0;
}
.block-list li:hover {
  background-color: #f7f7f7;
}
.block-list li.no-hover:hover {
  background-color: #FFF;
  cursor: default;
}
.block-list.disabled li:hover {
  background-color: #F2F2F2;
}
.block-list .thumbnail {
  margin: -5px 0;
}
.block-list .media {
  overflow: visible;
}
/* The following block list styles are intended to allow
   the child elements to control their padding instead of
   the parent providing the padding.  This is needed in
   cases where clickable elements are in the li elements
   and the target areas need to include the full "cell"
*/
.block-list-target-areas li {
  padding: 0;
  margin: 0;
}
.block-list-target-areas li:hover {
  background-color: #FFF;
}
.block-list-target-areas .row {
  margin: 0;
  padding: 0;
}
.block-list-item {
  margin: 0;
  display: block;
  width: 100%;
  border-bottom: solid 1px #F2F2F2;
  background-color: #FFF;
  clear: both;
}
.block-list-item:last-of-type {
  border-bottom: none;
}
.block-list-target-areas .block-list-area {
  padding: 10px 15px;
  border-left: solid 1px #F2F2F2;
}
.block-list-target-areas .block-list-area.no-top-bottom-padding {
  padding: 10px 0 10px 0;
}
.block-list-target-areas .block-list-area:hover,
.block-list-item-target:hover {
  cursor: pointer;
}
.block-list-target-areas .block-list-area .feature-icon {
  margin-left: 4px;
  margin-right: 4px;
}
.block-list-target-areas .block-list-area.no-border {
  border: none;
}
.block-list-target-areas .block-list-area.no-left-gutter {
  padding-left: 0;
}
.block-list-item .row.with-left-gutter {
  padding-left: 15px;
}
.block-list-item .row.with-left-gutter.columns-9 .feature-icon-parent {
  float: left;
  width: 11.11%;
}
.block-list-item .row.with-left-gutter.columns-8 .feature-icon-parent {
  float: left;
  width: 12.5%;
}
/********** Thumbnails **********/
.thumbnail {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.thumbnail img {
  display: inline-block;
}
.thumbnail-sm-container {
  width: 30px;
}
.thumbnail-sm {
  max-height: 30px;
  max-width: 30px;
}
.thumbnail-lg-container {
  width: 100px;
}
.thumbnail-lg {
  max-height: 100px;
  max-width: 100px;
}
.thumbnail-xlg-container {
  width: 148px;
}
.thumbnail-xlg {
  max-height: 179px;
  max-width: 148px;
}
.thumbnail-desc {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 88%;
}
.photo-xlg-container {
  display: inline-block;
  width: 188px;
  height: 219px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: white;
}
.photo-xlg-container .thumbnail-desc {
  margin-top: 20px;
  display: inline;
}
.photo-xlg-desc {
  margin-top: 20px;
}
/********** Avatar **********/
.avatar {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #888888;
  border-radius: 2px;
  position: relative;
  color: #FFF;
  font-weight: bold;
  margin: 5px;
}
.avatar.lg {
  width: 50px;
  height: 50px;
}
.avatar .initials {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.avatar.lg .initials {
  font-size: 20px;
}
.avatar img {
  width: 100%;
  height: 100%;
}
/********** errors  **********/
.form-control.data-error {
  border-color: #DF4949;
}
label.data-error,
label.data-error-important {
  background-color: #DF4949;
  color: #FFF;
  text-align: left;
  padding: 6px 12px 6px 12px;
  display: block;
  font-weight: normal;
  font-size: 11.7px;
}
/********** Custom Form Controls **********/
.form-control.select,
.form-control.date {
  padding-right: 25px;
}
.form-control.select {
  background-image: url("../graphics/down-arrow-dark.png");
}
/* Work around for IE to remove the default dropdown arrow */
.form-control::-ms-expand {
  display: none;
}
.form-control.date {
  background-image: url("../graphics/calendar-dark.png");
}
.form-control.time {
  background-image: url("../graphics/clock-dark.png");
}
/* Remove the IE "x" on the inputs */
.form-control.date::-ms-clear,
.form-control.time::-ms-clear {
  display: none;
}
/********** Buttons **********/
.btn {
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 13px;
  outline: 0 !important;
  box-shadow: none !important;
  height: 34px;
}
.btn:active {
  outline: 0 !important;
  box-shadow: none !important;
}
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.btn img {
  vertical-align: -1px;
}
.btn + .btn {
  margin-bottom: 0;
  margin-left: 10px;
}
.input-group-btn .btn {
  border-bottom-color: transparent;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.btn-link {
  color: #4CB53C;
}
.btn-link:hover,
.btn-link:hover:active,
.btn-link:focus,
.btn-link:active {
  color: #44a236;
  text-decoration: inherit;
}
.btn-default {
  background-color: #FFF;
  color: #1A1A1A;
  border-color: #e6e6e6;
}
.btn-default:hover,
.btn-default:hover:active,
.btn-default:focus,
.btn-default:active {
  background-color: #f7f7f7;
  border-color: #e6e6e6;
}
.btn-primary {
  background-color: #4CB53C;
  border-color: #3c8f2f;
}
.btn-primary:hover,
.btn-primary:hover:active,
.btn-primary:focus,
.btn-primary:active {
  background-color: #47aa38;
  border-color: #3c8f2f;
}
.btn-success {
  background-color: #4CB53C;
  border-color: #3c8f2f;
}
.btn-success:hover,
.btn-success:hover:active,
.btn-success:focus,
.btn-success:active {
  background-color: #47aa38;
  border-color: #3c8f2f;
}
.btn-info {
  background-color: #4A90E2;
  border-color: #2275d7;
}
.btn-info:hover,
.btn-info:hover:active,
.btn-info:focus,
.btn-info:active {
  background-color: #3d88e0;
  border-color: #2275d7;
}
.btn-warning {
  background-color: #FFB700;
  border-color: #cc9200;
}
.btn-warning:hover,
.btn-warning:hover:active,
.btn-warning:focus,
.btn-warning:active {
  background-color: #f0ac00;
  border-color: #cc9200;
}
.btn-danger {
  background-color: #DF4949;
  border-color: #d02525;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #D84646;
  border-color: #d02525;
}
.btn-danger:active {
  background-color: #C84141;
}
.btn-dark {
  background-color: #4D4D4D;
  border-color: #333333;
  color: #FFF;
}
.btn-dark:hover,
.btn-dark:hover:active,
.btn-dark:focus,
.btn-dark:active {
  background-color: #454545;
  border-color: #333333;
  color: #FFF;
}
.btn-clear {
  background-color: transparent;
}
/********** Labels **********/
.label {
  font-weight: normal;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 7px;
}
.label-sm {
  font-size: 11px;
  padding: 2px 2px;
}
.label a,
.label img {
  vertical-align: 0;
  display: inline;
}
.label-default {
  background-color: #808080;
}
.label-primary {
  background-color: #4CB53C;
}
.label-success {
  background-color: #4CB53C;
}
.label-info {
  background-color: #4A90E2;
}
.label-warning {
  background-color: #FFB700;
}
.label-danger {
  background-color: #DF4949;
}
.label-just-text {
  color: #4D4D4D;
  background-color: transparent;
}
/********** Content menu **********/
.context-menu {
  box-shadow: 0 2px 10px 0 rgba(73, 73, 73, 0.5);
  color: #1A1A1A;
  padding: 0 !important;
  border-radius: 2px;
  font-family: Roboto-regular, Arial;
  overflow: hidden;
}
.context-menu,
.context-menu a {
  font-family: Roboto-regular, Arial;
  font-size: 13px;
  text-align: left;
  padding: 0 !important;
  border-radius: 2px;
}
.context-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #F2F2F2;
}
.context-menu .context-menu-item {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  cursor: pointer;
  white-space: nowrap;
}
.context-menu .context-menu-item:hover:not(:active),
.context-menu .context-menu-item:hover:not(:active) > a,
.context-menu .context-menu-item:not(:active) a:hover {
  background-color: #f7f7f7;
  outline: none;
}
.context-menu .context-menu-item:active,
.context-menu .context-menu-item:active > a {
  background-color: #e5e5e5;
  outline: none;
}
.context-menu .context-menu-item * {
  cursor: pointer;
}
.context-menu .context-menu-item input {
  outline: none;
}
/********** Horizontal Rule **********/
hr {
  border-color: #FFF;
  margin: 30px 0;
}
/********** Horizontal Form **********/
.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
  font-family: Roboto-bold, Arial;
}
.form-horizontal .control-label__title {
  font-weight: normal;
  font-family: Roboto-bold, Arial;
  display: block;
}
.form-horizontal .control-label__description {
  font-weight: normal;
  font-size: 13px;
  color: #888;
  line-height: 16px;
  display: block;
}
/********** Truncate **********/
.truncate {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: none;
}
.truncate-width-1 {
  max-width: 100px;
}
.truncate-width-2 {
  max-width: 150px;
}
.truncate-width-3 {
  max-width: 250px;
}
/********** Minimum Widths **********/
.min-width-sm {
  min-width: 125px;
}
.min-width-med {
  min-width: 175px;
}
.min-width-lg {
  min-width: 200px;
}
/********** Alerts **********/
.alert {
  border: 0;
  padding: 15px 20px;
  border-radius: 2px;
  color: #FFF;
  font-weight: normal;
  font-family: Roboto-bold, Arial;
}
.alert-success {
  background-color: #4CB53C;
}
.alert-info {
  background-color: #4A90E2;
}
.alert-warning {
  background-color: #FFB700;
}
.alert-danger {
  background-color: #DF4949;
}
.alert-dark {
  background-color: #4D4D4D;
  color: #FFF;
}
.alert-default {
  background: #999999;
}
.alert a {
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}
.alert a.no-hover:hover {
  color: #FFF;
  text-decoration: underline;
}
.drop-down {
  min-width: 20px;
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.drop-down__select {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
}
.drop-down__select:focus {
  border-color: #4A90E2;
  outline: none;
}
.drop-down__icon {
  background-position: -60px 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 12px;
  padding: 6px;
}
.cost-line-table {
  border: 1px solid #e5e5e5;
  border-top-width: 0;
  border-radius: 2px;
}
.cost-line-table .label img {
  width: 10px;
  height: auto;
}
.cost-line-table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  background: #F7F7F7;
  min-height: 34px;
  border-top: 1px solid #e5e5e5;
}
.cost-line-table-row.cost-line-table-row--heading {
  padding-left: 15px;
}
.cost-line-table-row.cost-line-table-row--selection-item {
  padding-left: 27px;
}
.cost-line-table-row.cost-line-table-row--budget-lines {
  padding-left: 45px;
}
/********** modal dialogs  **********/
.modal-dialog {
  background-color: #F2F2F2;
  background-image: none;
  border-radius: 2px;
  padding: 0;
  font-family: Roboto-regular, Arial;
  font-size: 13px;
  position: absolute !important;
}
/* The following media query is an override of the one in Bootstrap.
   This is needed to correct a problem in narrow viewports causing
   the modal dialogs to be horizontally positioned incorrectly.
*/
@media (min-width: 768px) {
  .modal-dialog {
    margin: 10px;
  }
}
.modal-header {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.modal-header.no-border {
  border: none !important;
}
.modal-header .close {
  margin-top: 4px;
  font-size: 15.6px !important;
  outline: 0;
  opacity: 0.9;
}
.modal-body {
  text-align: left;
}
.modal-footer {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.modal-footer.no-border {
  border: none !important;
}
.modal-footer .btn + .btn {
  margin-left: 10px;
}
/********** Branding Stylesheet Overrides **********/
.link {
  color: #4CB53C !important;
  font-family: Roboto-regular, Arial !important;
}
.link:hover {
  color: #44a236;
}
/********** icons **********/
.icon-down-arrow-dark,
.icon-down-invisible {
  background-image: url("../graphics/down-arrow-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 11px;
}
.icon-down-invisible {
  visibility: hidden;
}
.icon-right-arrow-dark {
  background-image: url("../graphics/right-arrow-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 11px;
}
.icon-camera-white {
  background-image: url("../graphics/camera-icon-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 18px;
}
.icon-check-dark {
  background-image: url("../graphics/check-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 17px;
}
.icon-check-circle-blue {
  background-image: url("../graphics/check-circle-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  border: none;
  width: 32px;
}
.icon-check-white {
  background-image: url("../graphics/check-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 17px;
}
.icon-circle-blue {
  background-image: url("../graphics/circle-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  border: none;
  width: 32px;
}
.icon-circle-info {
  background-image: url("../graphics/check-circle-info.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 17px;
  height: 16px;
}
.icon-circle-outline {
  background-image: url("../graphics/circle-outline-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  border: none;
  width: 32px;
}
.icon-dash-dark {
  background-image: url("../graphics/dash-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 12px;
}
.icon-ellipsis-dark {
  background-image: url("../graphics/ellipsis-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 13px;
  cursor: pointer;
}
.icon-exclamation-danger {
  background-image: url("../graphics/exclamation-danger.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 4px;
}
.icon-info-dark {
  background-image: url("../graphics/info-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
  width: 16px;
}
.icon-updated {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #4CB53C;
  border-radius: 50%;
  background-color: #4CB53C;
}
.icon-x-dark {
  background-image: url("../graphics/close-dark.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 12px;
}
.icon-x-white {
  background-image: url("../graphics/close-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  border: none;
  width: 12px;
}
/******* Feature Icons *******/
.feature-icon.muted {
  opacity: 0.5;
}
.feature-icon.muted:hover,
.feature-icon-parent:hover .feature-icon.muted {
  opacity: 1;
}
.feature-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-size: 20px;
}
.feature-icon-sm {
  height: 20px;
  width: 20px;
  background-size: 20px;
}
.feature-icon-md {
  height: 40px;
  width: 40px;
  background-size: 40px;
}
.feature-icon-lg {
  height: 60px;
  width: 60px;
  background-size: 60px;
}
.feature-icon-xl {
  height: 80px;
  width: 80px;
  background-size: 80px;
}
.feature-icon-schedule {
  background-position: 1px 0px;
}
.feature-icon-selections {
  background-position: 1px -20px;
}
.feature-icon-messages {
  background-position: 1px -40px;
}
.feature-icon-estimate {
  background-position: 1px -60px;
}
.feature-icon-financials {
  background-position: 1px -80px;
}
.feature-icon-photos {
  background-position: 1px -100px;
}
.feature-icon-todos {
  background-position: 1px -120px;
}
.feature-icon-files {
  background-position: 1px -140px;
}
.feature-icon-changeorders {
  background-position: 1px -160px;
}
.feature-icon-joblog {
  background-position: 1px -180px;
}
.feature-icon-bids {
  background-position: 1px -200px;
}
.feature-icon-warranty {
  background-position: 1px -220px;
}
.feature-icon-timeclock {
  background-position: 1px -240px;
}
.feature-icon-proposals {
  background-position: 1px -260px;
}
.feature-icon-summary {
  background-position: 1px -280px;
}
.feature-icon-contacts {
  background-position: 1px -300px;
}
.feature-icon-info {
  background-position: 1px -320px;
}
.feature-icon-help {
  background-position: 1px -340px;
}
.feature-icon-print {
  background-position: 1px -360px;
}
.feature-icon-videos {
  background-position: 1px -380px;
}
.feature-icon-search {
  background-position: 1px -400px;
}
.feature-icon-support {
  background-position: 1px -420px;
}
.feature-icon-tickets {
  background-position: 1px -440px;
}
.feature-icon-webinar {
  background-position: 1px -460px;
}
.feature-icon-questions {
  background-position: 0 -480px;
}
.feature-icon-clientview {
  background-position: 0 -500px;
}
.feature-icon-clientview-white {
  background-position: 0 -520px;
}
.feature-icon-clientview-inaccessible {
  background-position: 0 -540px;
}
.feature-icon-purchaseorders {
  background-position: 1px -560px;
}
/******* Consolidated ICON SPRITE SHEET *******/
/* N.b. Update code in `co-constructBootstrap.less`, `ContentHeader.less`, `ManageActivities.css`, `Crm.css`, and `_icon.less` */
.cocon-ui-icon,
.drop-down__icon,
.drop-down__icon {
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  background-size: 300px;
  vertical-align: middle;
}
.cocon-ui-icon.add {
  background-position: 0 0;
}
.cocon-ui-icon.close {
  background-position: -20px 0;
}
.cocon-ui-icon.arrow-right {
  background-position: -40px 0;
}
.cocon-ui-icon.arrow-down {
  background-position: -60px 0;
}
.cocon-ui-icon.arrow-left {
  background-position: -80px 0;
}
.cocon-ui-icon.arrow-up {
  background-position: -100px 0;
}
.cocon-ui-icon.checkbox-unchecked {
  background-position: -120px 0;
}
.cocon-ui-icon.checkbox-checked {
  background-position: -140px 0;
}
.cocon-ui-icon.comment {
  background-position: -160px 0;
}
.cocon-ui-icon.attachment {
  background-position: -180px 0;
}
.cocon-ui-icon.description {
  background-position: -200px 0;
}
.cocon-ui-icon.date {
  background-position: -220px 0;
}
.cocon-ui-icon.filter {
  background-position: -240px 0;
}
.cocon-ui-icon.more {
  background-position: -260px 0;
}
.cocon-ui-icon.tag {
  background-position: -280px 0;
}
.cocon-ui-icon.builder {
  background-position: 0 -20px;
}
.cocon-ui-icon.clients {
  background-position: -20px -20px;
}
.cocon-ui-icon.partners {
  background-position: -40px -20px;
}
.cocon-ui-icon.clients-active {
  background-position: -60px -20px;
}
.cocon-ui-icon.partners-active {
  background-position: -80px -20px;
}
.cocon-ui-icon.paper-airplane {
  background-position: -100px -20px;
}
.cocon-ui-icon.paper-airplane-gray {
  background-position: -120px -20px;
}
.cocon-ui-icon.paper-airplane-white {
  background-position: -140px -20px;
}
.cocon-ui-icon.eye {
  background-position: -160px -20px;
}
.cocon-ui-icon.eye-gray {
  background-position: -180px -20px;
}
.cocon-ui-icon.location-project {
  background-position: 0 -40px;
}
.cocon-ui-icon.location-start {
  background-position: -20px -40px;
}
.cocon-ui-icon.location-stop {
  background-position: -40px -40px;
}
.cocon-ui-icon.location-unavailable {
  background-position: -60px -40px;
}
.cocon-ui-icon.warning {
  background-position: -80px -40px;
}
.cocon-ui-icon.success {
  background-position: -100px -40px;
}
.cocon-ui-icon.failure {
  background-position: -120px -40px;
}
.cocon-ui-icon.dont {
  background-position: -140px -40px;
}
.cocon-ui-icon.success-green {
  background-position: -160px -40px;
}
.cocon-ui-icon.success-muted {
  background-position: -180px -40px;
}
.cocon-ui-icon.push {
  background-position: 0 -60px;
}
.cocon-ui-icon.download {
  background-position: -20px -60px;
}
.cocon-ui-icon.upload {
  background-position: -40px -60px;
}
.cocon-ui-icon.settings {
  background-position: -60px -60px;
}
.cocon-ui-icon.edit-file {
  background-position: -80px -60px;
}
.cocon-ui-icon.trash {
  background-position: -100px -60px;
}
.cocon-ui-icon.push-left {
  background-position: -120px -60px;
}
.cocon-ui-icon.file-info {
  background-position: -140px -60px;
}
.cocon-ui-icon.hamburger {
  background-position: -160px -60px;
}
.cocon-ui-icon.cocon-login {
  background-position: -180px -60px;
}
.cocon-ui-icon.cocon-logout {
  background-position: -200px -60px;
}
.cocon-ui-icon.push-down {
  background-position: -220px -60px;
}
.cocon-ui-icon.push-up {
  background-position: -240px -60px;
}
.cocon-ui-icon.grab-handle {
  background-position: -260px -60px;
}
.cocon-ui-icon.grab-handle-vertical {
  background-position: -280px -60px;
}
.cocon-ui-icon.add-white {
  background-position: 0 -80px;
}
.cocon-ui-icon.close-white {
  background-position: -20px -80px;
}
.cocon-ui-icon.stopwatch-white {
  background-position: -40px -80px;
}
.cocon-ui-icon.edit-file-white {
  background-position: -60px -80px;
}
.cocon-ui-icon.facebook-white {
  background-position: -80px -80px;
}
.cocon-ui-icon.arrow-right-white {
  background-position: -100px -80px;
}
.cocon-ui-icon.arrow-down-white {
  background-position: -120px -80px;
}
.cocon-ui-icon.arrow-left-white {
  background-position: -140px -80px;
}
.cocon-ui-icon.arrow-up-white {
  background-position: -160px -80px;
}
.cocon-ui-icon.push-left-white {
  background-position: -180px -80px;
}
.cocon-ui-icon.push-white {
  background-position: -200px -80px;
}
.cocon-ui-icon.filter-white {
  background-position: -220px -80px;
}
.cocon-ui-icon.file-info-white {
  background-position: -240px -80px;
}
.cocon-ui-icon.cocon-login-white {
  background-position: -260px -80px;
}
.cocon-ui-icon.cocon-logout-white {
  background-position: -280px -80px;
}
.cocon-ui-icon.email {
  background-position: 0 -100px;
}
.cocon-ui-icon.fast-forward-down {
  background-position: -20px -100px;
}
.cocon-ui-icon.fast-forward-up {
  background-position: -40px -100px;
}
.cocon-ui-icon.fast-foward-left {
  background-position: -60px -100px;
}
.cocon-ui-icon.fast-forward-right {
  background-position: -80px -100px;
}
.cocon-ui-icon.locked {
  background-position: -100px -100px;
}
.cocon-ui-icon.cycle {
  background-position: -120px -100px;
}
.cocon-ui-icon.new-document {
  background-position: -140px -100px;
}
.cocon-ui-icon.controls {
  background-position: -160px -100px;
}
.cocon-ui-icon.checked-file {
  background-position: -180px -100px;
}
.cocon-ui-icon.arrow-diagonal-right {
  background-position: -200px -100px;
}
.cocon-ui-icon.arrow-diagonal-left {
  background-position: -220px -100px;
}
.cocon-ui-icon.clock {
  background-position: -240px -100px;
}
.cocon-ui-icon.user {
  background-position: -260px -100px;
}
.cocon-ui-icon.checkmark {
  background-position: -280px -100px;
}
.cocon-ui-icon.percentage {
  background-position: 0 -120px;
}
.cocon-ui-icon.ruler {
  background-position: -20px -120px;
}
.cocon-ui-icon.sigma {
  background-position: -40px -120px;
}
.cocon-ui-icon.magnifying-glass {
  background-position: -60px -120px;
}
.cocon-ui-icon.locked-gray {
  background-position: -80px -120px;
}
.cocon-ui-icon + .cocon-ui-icon {
  margin-left: 8px;
}
.cocon-ui-icon.muted-icon {
  opacity: 0.3;
}
.cocon-ui-icon.close,
.cocon-ui-icon.close-white {
  cursor: pointer;
}
.logo-ui-icon {
  height: 20px;
  width: 20px;
}
/* --------------------------------------------------------------------------------- */
/* Co-construct context menu overrides */
.contextMenu .contextMenuItem a {
  color: #1A1A1A !important;
}
/* --------------------------------------------------------------------------------- */
/* Loading messages */
.loading-container {
  display: block;
  width: 100%;
  min-height: 300px;
  background-image: url("../graphics/loading-dots.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.loading-container-page {
  height: 125px;
  background-image: url("../graphics/loading-dots.gif");
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: 40px;
}
.loading-container-message {
  display: inline-block;
  margin-top: 30%;
  color: #1A1A1A;
}
/* --------------------------------------------------------------------------------- */
/* Files control */
.files-modal {
  box-shadow: 0 0 20px 11px rgba(0, 0, 0, 0.23);
  margin: 100px auto;
}
.files-modal-image {
  width: 73%;
  float: left;
  position: relative;
  text-align: center;
}
.files-modal-image img {
  max-width: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.files-modal-details {
  width: 25%;
  float: right;
  padding-left: 2%;
}
.files-modal-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* --------------------------------------------------------------------------------- */
/* jQuery UI overrides */
.modal-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog {
  border: 0;
  padding: 0;
}
.ui-widget-content.ui-dialog-content {
  border: 0;
  font-size: 13px;
  color: #1A1A1A;
}
.ui-widget input,
.ui-widget textarea,
.ui-widget select,
.ui-widget button {
  font-size: 13px !important;
  font-family: Roboto-regular, Arial !important;
}
body .ui-widget-overlay {
  background-image: none;
  background-color: black;
  opacity: 0.6;
  z-index: 2000000;
}
.ui-widget-content {
  border: none;
}
.ui-widget-content a {
  color: #4CB53C;
}
.ui-timepicker-wrapper {
  z-index: 2000010;
}
.ui-datepicker {
  font-size: 13px;
  font-family: Roboto-regular, Arial;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(73, 73, 73, 0.5);
}
.ui-datepicker a,
.ui-datepicker select {
  font-weight: normal;
  font-family: Roboto-regular, Arial;
}
.ui-datepicker select {
  padding-left: 8px;
  padding-right: 20px;
  background-image: url("../graphics/down-arrow-dark.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
/* Work around for IE to remove the default dropdown arrow */
.ui-datepicker select::-ms-expand,
select::-ms-expand {
  display: none;
}
.ui-datepicker table th {
  font-weight: normal;
  font-family: Roboto-bold, Arial;
}
.ui-datepicker .ui-state-default {
  background-image: none;
  background-color: #FFF;
  border: 0;
  text-align: center;
}
/*.ui-datepicker .ui-state-highlight
{
  background-color: @selected-info;
  color: @light-color;
}*/
.ui-datepicker .ui-state-active {
  background-color: #4A90E2;
  color: #FFF;
}
.ui-datepicker-header {
  background-image: none;
  background-color: #FFF;
  border: 0;
}
.ui-datepicker-prev,
.ui-datepicker-prev:hover,
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next,
.ui-datepicker-next:hover,
.ui-datepicker-next .ui-icon {
  background-image: none;
  background-color: #FFF;
  border: 0;
  text-indent: 0;
  font-size: 13px;
  font-family: Roboto-bold, Arial;
  margin-top: -2px;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  cursor: pointer;
}
select.ui-datepicker-month:focus,
select.ui-datepicker-year:focus {
  border-color: #4A90E2;
}
.ui-tooltip {
  z-index: 2000100;
  font-family: Roboto-regular, Arial;
  font-size: 11px;
  text-align: left;
}
/* --------------------------------------------------------------------------------- */
/* Chosen control overrides */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: auto!important;
}
.chosen-container .chosen-choices {
  padding: 4px 4px 3px 4px !important;
  border: none !important;
}
.chosen-container-active .chosen-choices {
  box-shadow: none !important;
  border: none !important;
}
.chosen-container .search-choice {
  border: none!important;
  border-radius: 2px !important;
  box-shadow: none !important;
  color: #1A1A1A !important;
  background-color: #F2F2F2 !important;
  padding: 6px 30px 6px 12px !important;
}
.chosen-container .search-choice .search-choice-close {
  background-image: url("../graphics/close-dark.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 17px !important;
}
/*
/* --------------------------------------------------------------------------------- */
/* Web UI Popover styles */
.webui-popover-content {
  display: none;
  padding: 9px 14px;
  overflow: auto;
}
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000100;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(73, 73, 73, 0.5);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -moz-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  -moz-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .arrow,
.webui-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .arrow {
  border-width: 11px;
}
.webui-popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .arrow,
.webui-popover.top-right > .arrow,
.webui-popover.top-left > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.webui-popover.top > .arrow:after,
.webui-popover.top-right > .arrow:after,
.webui-popover.top-left > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .arrow,
.webui-popover.right-top > .arrow,
.webui-popover.right-bottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .arrow:after,
.webui-popover.right-top > .arrow:after,
.webui-popover.right-bottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .arrow,
.webui-popover.bottom-right > .arrow,
.webui-popover.bottom-left > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .arrow:after,
.webui-popover.bottom-right > .arrow:after,
.webui-popover.bottom-left > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .arrow,
.webui-popover.left-top > .arrow,
.webui-popover.left-bottom > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.left > .arrow:after,
.webui-popover.left-top > .arrow:after,
.webui-popover.left-bottom > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .arrow,
.webui-popover-inverse.top-left > .arrow,
.webui-popover-inverse.top-right > .arrow,
.webui-popover-inverse.top > .arrow:after,
.webui-popover-inverse.top-left > .arrow:after,
.webui-popover-inverse.top-right > .arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .arrow,
.webui-popover-inverse.right-top > .arrow,
.webui-popover-inverse.right-bottom > .arrow,
.webui-popover-inverse.right > .arrow:after,
.webui-popover-inverse.right-top > .arrow:after,
.webui-popover-inverse.right-bottom > .arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .arrow,
.webui-popover-inverse.bottom-left > .arrow,
.webui-popover-inverse.bottom-right > .arrow,
.webui-popover-inverse.bottom > .arrow:after,
.webui-popover-inverse.bottom-left > .arrow:after,
.webui-popover-inverse.bottom-right > .arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .arrow,
.webui-popover-inverse.left-top > .arrow,
.webui-popover-inverse.left-bottom > .arrow,
.webui-popover-inverse.left > .arrow:after,
.webui-popover-inverse.left-top > .arrow:after,
.webui-popover-inverse.left-bottom > .arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(../img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000099;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}