/* Don't delete, move, or rename this file! Just leave it blank when items are integrated into the site's CSS files. */
/*
#audit_results .selected-list-item {
  font-weight: bold;
}
*/
/*
#audit_center .fixed-table-body {
	height: 500px !important;
	overflow: scroll !important;
}
*/
.menu_item_generate_pdf,		
.menu_item_assetmap,
.menu_item_hidden {
    display: none;		
}
.dropdown-no-match {
	font-weight: bold;
	display: none;
	padding-left: 20px;
}

span.status .dirty,
span.status .recalculating
{
    color: #0a5ffe;
}
#confirm_delete_config .modal-body {
	margin-left: 20px;
}

#still_loading_message {
    display: none;
    color: #004C97;
    font-size: 20px;
}
.household-import-data {
    border: 1px solid black;
    margin: 0 auto;
}
.household-import-data td {
    padding: 10px;
    border: 1px solid black;
    vertical-align: top;
}
/*.citystatezip .city {
  width: 49%;
}
.citystatezip .state {
  width: 50%;
}*/
/*.suffix.dollar {
  position: relative;
  display: inline-block;
  width: 100%;
}*/
/*.suffix.dollar:after {
  display: block;
  position: absolute;
  left: 15em;
  font-weight: bold;
}*/
/*.suffix.liability.dollar:after, .suffix.insurance.dollar:after {
  left: 31em;
}
.suffix.dollar input {
  padding-left: 12px !important;
}
.suffix.dollar:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prefix.dollar:not(.USD) input {
  padding-left: 35px !important;
}
.form-item .field.dollar:after {
  content: "$";
  position: absolute;
  top: 2px;
  left: 4px;
  display: block;
}
.tmpref-currency input {
  width: 10em !important;
}*/

.tm-prefs-tabs .prefs-panel .item .field.wide input[type="text"] {
  width: 7em;
}
.drag-handle i {
  display: block;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #ccc;
  margin: 1px;
  width: 10px;
}
.drag-handle:hover {
  cursor: hand;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.drag-handle:active {
  cursor: hand;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.amr-kff {
  font-size: 12px;
  font-weight: 600;
}
.note-modal .modal-dialog {
    box-shadow: none;
}
.sn-checkbox-open-in-new-window,
.sn-checkbox-use-protocol {
    display: none;
}