﻿/*----------------------------------------------------------------------*/
/* LISTS
/*----------------------------------------------------------------------*/
ul.keyvalue {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.keyvalue.vertical LI {
    display: block; }
  ul.keyvalue.horizontal LI {
    display: inline-block; }
  ul.keyvalue LI .key {
    display: block; }

UL.bool {
  list-style: none;
  margin: 5px 0 0 10px;
  padding: 0; }
  UL.bool LI {
    height: 30px;
    clear: both;
    display: block; }
    UL.bool LI SPAN {
      display: block;
      float: left !important;
      margin: -5px 10px 0 0 !important;
      width: 30px; }

#available {
  position: relative;
  margin-right: 30px; }
  #available LI .index {
    display: none; }
  #available LI .close {
    display: none; }
  #available .icon.arrow.right {
    position: absolute;
    top: 15px;
    right: -30px; }

#import-map #assigned {
  width: 300px; }

#import-map #shared {
  width: 300px; }

#assigned UL:empty, #assigned UL.empty {
  postion: relative;
  background: rgba(0, 0, 0, 0.05) url("/Content/images/txt-drop-here.png") center center no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 150px; }
  #assigned UL:empty P, #assigned UL.empty P {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 150px;
    width: 300px;
    font-weight: bold;
    color: #fff; }
  #assigned UL:empty UL, #assigned UL.empty UL {
    width: 300px;
    height: 125px;
    border: 1px solid blue; }

#shared UL LI {
  border: none;
  background-color: #F0F0EE;
  text-indent: -5000px; }
  #shared UL LI .index {
    display: none; }
  #shared UL LI.multi {
    background-color: rgba(242, 242, 206, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-indent: 0; }
    #shared UL LI.multi .index {
      display: block; }

#controls {
  margin: 45px 10px 10px 30px; }

UL.full {
  margin: 0 10px 0 10px; }

UL.vertical {
  margin: 0;
  padding: 0;
  list-style: none; }
  UL.vertical LI {
    list-style: none; }
  UL.vertical.draggable LI {
    position: relative;
    display: block;
    width: 300px;
    height: 26px;
    padding: 5px 5px 5px 10px;
    margin: 5px 0 5px 0;
    background-color: #FCFCF7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold; }
    UL.vertical.draggable LI.multi {
      background-color: rgba(242, 242, 206, 0.75); }
    UL.vertical.draggable LI.spacer {
      background-color: #A6946C; }
    UL.vertical.draggable LI.dragging {
      display: block;
      height: 26px;
      -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); }
      UL.vertical.draggable LI.dragging SPAN {
        display: none; }
      UL.vertical.draggable LI.dragging A.close {
        display: none; }
    UL.vertical.draggable LI:hover {
      cursor: url("/Content/images/cursors/openhand.cur"), default !important;
      border: 1px solid rgba(0, 0, 0, 0.25); }
      UL.vertical.draggable LI:hover .close {
        opacity: 0.5;
        display: block; }
    UL.vertical.draggable LI:active {
      cursor: url("/Content/images/cursors/closedhand.cur"), default !important; }
    UL.vertical.draggable LI .index {
      position: absolute;
      right: 5px;
      top: 0px;
      font-family: BebasNeueRegular;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.15); }

UL.horizontal {
  margin: 0;
  padding: 0;
  list-style: none; }
  UL.horizontal LI {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none; }

UL.icons A.icon {
  height: auto;
  width: auto;
  opacity: 1;
  text-align: center; }

UL.icons SPAN {
  margin: 0 auto;
  display: block;
  opacity: 0.4; }

UL.compact LI {
  display: block;
  float: left;
  width: 60px;
  padding: 5px 10px;
  margin: 0 5px 0 0; }

UL.compact LABEL {
  font-size: 11px; }

UL.compact INPUT.small {
  width: 40px; }

UL.colored LI {
  background-color: #F0F0F0;
  border-radius: 3px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3; }

.large LI {
  display: inline-block;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  width: 120px;
  padding: 5px;
  color: #4B5F6D;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif; }

.large A.large {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0;
  color: #4B5F6D;
  font-size: 12px;
  font-weight: bold; }
  .large A.large B {
    display: block;
    font-size: 11px;
    color: #687B8A;
    font-family: Helvetica, sans-serif; }
  .large A.large SPAN {
    width: 64px;
    height: 64px; }

.oldie .ui-draggable {
  cursor: pointer, hand, default; }

.ui-draggable {
  cursor: url("/Content/images/cursors/closedhand.cur"), pointer; }

#workassignment .tier {
  width: 99px;
  height: 25px;
  padding: 2px;
  margin: 3px 0px 3px 1px;
  background-color: #A6946C;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  overflow: hidden;
  line-height: 20px;
  display: block; }
  #workassignment .tier.two {
    background-color: #79715F; }
  #workassignment .tier.engagedopen {
    background-color: #A6A6A7; }
  #workassignment .tier.pending {
    opacity: 0.7;
    cursor: default !important; }
  #workassignment .tier.selected {
    background-color: #ff9;
    border-color: #fc9;
    color: #f99; }

#workassignment .vertical {
  background-image: url("/Content/images/bg-workunit-grid.png");
  background-repeat: repeat-y;
  display: block;
  padding: 5px 0 5px 0; }
  #workassignment .vertical > LI {
    margin: 5px 0 5px 0;
    clear: both;
    position: relative; }
  #workassignment .vertical .count {
    position: absolute;
    z-index: 1000;
    top: 3px;
    font-weight: bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.15); }
  #workassignment .vertical .icon {
    position: absolute;
    right: 5px;
    margin-top: 3px;
    opacity: 0.3; }
  #workassignment .vertical B {
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    width: 71px;
    height: 18px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 4px 4px 4px 4px;
    margin: 3px 1px 0 1px; }
    #workassignment .vertical B.client {
      float: left;
      padding-left: 25px;
      text-align: right;
      width: 150px; }
    #workassignment .vertical B.specialist {
      float: right;
      padding-right: 25px;
      text-align: left; }
      #workassignment .vertical B.specialist.hover {
        background-color: rgba(0, 0, 0, 0.25); }

#workassignment .horizontal {
  height: 31px;
  overflow: hidden; }

#workassignment .key {
  margin: 10px; }
  #workassignment .key .tier {
    display: inline-block; }

#workassignment #available {
  overflow: hidden;
  text-align: left;
  margin-right: 5px; }
  #workassignment #available .vertical {
    background-position: 75px 0; }
    #workassignment #available .vertical .count {
      left: 5px; }
    #workassignment #available .vertical .openfrom .horizontal .tier {
      text-indent: 0; }
    #workassignment #available .vertical .horizontal .tier {
      text-indent: 1000px;
      float: left;
      cursor: url("/Content/images/cursors/openhand.cur"), default; }
      #workassignment #available .vertical .horizontal .tier:hover {
        border: 1px solid rgba(0, 0, 0, 0.5); }

#workassignment #assigned {
  float: right;
  text-align: right;
  margin-left: 5px; }
  #workassignment #assigned .vertical {
    background-position: top right; }
    #workassignment #assigned .vertical .count {
      right: 5px; }
    #workassignment #assigned .vertical .horizontal .tier {
      float: right;
      cursor: url("/Content/images/cursors/openhand.cur"), default; }
      #workassignment #assigned .vertical .horizontal .tier:hover {
        border: 1px solid rgba(0, 0, 0, 0.5); }

#querybuilder .caja {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#querybuilder .add {
  margin-bottom: 15px; }
  #querybuilder .add .group {
    float: right;
    margin: 0 0 10px 10px; }
  #querybuilder .add BUTTON.add {
    float: right;
    margin: 0px 0 0px 0px; }
    #querybuilder .add BUTTON.add .plus {
      background: url("/Content/images/icons/mono/plus.png") center center no-repeat; }
    #querybuilder .add BUTTON.add .folder {
      background: url("/Content/images/icons/mono/folder.png") center center no-repeat; }
  #querybuilder .add BUTTON .icon {
    margin: 0 auto; }

#querybuilder .group {
  position: relative;
  margin-left: 25px; }
  #querybuilder .group > .checker {
    position: absolute;
    left: -25px; }
  #querybuilder .group .logic {
    margin-left: 5px; }
  #querybuilder .group .lines {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%; }
    #querybuilder .group .lines .line {
      position: relative;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.015); }
      #querybuilder .group .lines .line:hover {
        background-color: rgba(0, 0, 0, 0.05); }
        #querybuilder .group .lines .line:hover .icon {
          display: block;
          opacity: 0.5; }
      #querybuilder .group .lines .line LI:last-child {
        float: right; }
      #querybuilder .group .lines .line .icon {
        float: right;
        margin: 5px 5px 5px 5px;
        display: none; }
      #querybuilder .group .lines .line LI.field {
        width: 25%; }
        #querybuilder .group .lines .line LI.field A {
          text-transform: uppercase;
          text-decoration: none;
          font-size: 11px; }
      #querybuilder .group .lines .line LI.match {
        width: 25%; }
        #querybuilder .group .lines .line LI.match A {
          text-transform: uppercase;
          text-decoration: none;
          font-size: 11px; }
      #querybuilder .group .lines .line LI.value {
        width: 25%; }

#querybuilder .logic {
  margin-left: 25px; }
  #querybuilder .logic A {
    text-decoration: none;
    font-size: 10px; }

#querybuilder .wrap {
  margin: 2px 0 2px 0;
  width: 190px; }
  #querybuilder .wrap .cancel {
    float: right;
    display: block; }
    #querybuilder .wrap .cancel SPAN.icon {
      display: block !important; }

/*---------------------------------
	NOTE LIST
-----------------------------------*/
.notes.form {
  clear: both; }
  .notes.form .icon.type {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    cursor: default; }
  .notes.form .icon.attribute {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    cursor: default; }

.notes.list {
  clear: both;
  float: none; }
  .notes.list LI {
    position: relative; }
    .notes.list LI.odd {
      background-color: rgba(0, 0, 0, 0.03) !important; }
    .notes.list LI.even {
      background-color: white !important; }
    .notes.list LI:hover .icon {
      display: inline-block !important; }
    .notes.list LI p {
      margin-left: 17px !important; }
    .notes.list LI b {
      margin-left: 17px; }
    .notes.list LI.showclient_false .attribute {
      opacity: 0.15; }
  .notes.list .type {
    position: absolute;
    top: 5px;
    left: 7px;
    display: inline-block;
    width: 10px;
    height: 10px; }
  .notes.list .attribute {
    position: absolute;
    top: 18px;
    left: 7px;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer; }
  .notes.list .type_0 {
    display: none !important; }

.filter.notes {
  float: right; }
  .filter.notes:after {
    content: ' ';
    display: block;
    float: none;
    clear: both; }
  .filter.notes UL {
    display: inline-block !important; }
    .filter.notes UL LI {
      display: inline-block !important;
      background-color: transparent !important; }
      .filter.notes UL LI:hover .type {
        display: inline-block !important; }
      .filter.notes UL LI:hover .attribute {
        display: inline-block !important; }
  .filter.notes .icon.type {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    cursor: default; }
  .filter.notes .icon.attribute {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    cursor: default; }

/*---------------------------------
	SECONDARY BUTTONS
-----------------------------------*/
.secondarybtns LI {
  background-color: transparent !important; }

.map-grid-switcher {
  display: block;
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  height: 37px; }
  .map-grid-switcher.deliverability LI.searchctr {
    margin-right: 180px !important; }
  .map-grid-switcher LI {
    display: block; }
    .map-grid-switcher LI.searchctr {
      margin-right: 170px; }
      .map-grid-switcher LI.searchctr .box {
        margin: 0 10px 0 10px;
        padding: 12px 25px 5px 50px;
        min-height: 20px;
        vertical-align: middle;
        border-radius: 0;
        overflow: hidden; }
        .map-grid-switcher LI.searchctr .box .inner {
          vertical-align: middle; }
          .map-grid-switcher LI.searchctr .box .inner p {
            vertical-align: middle; }
    .map-grid-switcher LI.divider {
      border-right: 1px solid #bfbfbf;
      width: 1px;
      height: 37px;
      float: right;
      display: block;
      margin: 0 10px; }
    .map-grid-switcher LI.iconctr {
      width: 40px;
      float: right;
      margin: 0px 10px 0 0; }
      .map-grid-switcher LI.iconctr.wide {
        width: 60px;
        text-align: center; }
        .map-grid-switcher LI.iconctr.wide a {
          width: 60px;
          text-align: center; }
          .map-grid-switcher LI.iconctr.wide a SPAN {
            background-position-x: center;
            margin: 0 auto; }
      .map-grid-switcher LI.iconctr.active a .icon {
        opacity: 0.75; }
      .map-grid-switcher LI.iconctr.active a b {
        opacity: 1;
        color: #000;
        font-weight: bold; }
      .map-grid-switcher LI.iconctr a {
        border: none;
        display: block;
        background: none;
        margin: 0;
        padding: 0 3px;
        text-shadow: none;
        text-decoration: none;
        width: 40px;
        text-align: center; }
        .map-grid-switcher LI.iconctr a:hover .icon {
          opacity: 0.75; }
        .map-grid-switcher LI.iconctr a b {
          font-weight: normal;
          font-size: 10px;
          line-height: 20px !important;
          display: block;
          height: 20px; }
    .map-grid-switcher LI.headingctr {
      float: left;
      margin-top: -10px; }
      .map-grid-switcher LI.headingctr H1 {
        width: 200px;
        margin: -10px 0 0 0;
        padding: 0; }
    .map-grid-switcher LI.button-ctr {
      float: right;
      margin: 4px 10px 0 0; }
      .map-grid-switcher LI.button-ctr .button {
        background-color: #f1493e;
        width: 140px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 30px; }
        .map-grid-switcher LI.button-ctr .button:hover {
          background-color: #a5ac00; }
    .map-grid-switcher LI A {
      display: inline-block;
      width: 30px;
      height: 30px; }

ul.unstyled {
  list-style: none; }

ul.checkboxes {
  text-align: left;
  padding: 15px 0 20px 0;
  margin: 0 15px 0 15px; }
  ul.checkboxes.no-wrap LI {
    padding-top: 15px; }
  ul.checkboxes.no-wrap INPUT {
    display: inline-block;
    float: left; }
  ul.checkboxes.no-wrap LABEL {
    display: inline-block;
    float: right;
    margin-left: 30px;
    margin-top: -20px; }
  ul.checkboxes.no-wrap br {
    height: 1px;
    display: block; }
  ul.checkboxes .parsley-error {
    padding: 10px;
    margin-bottom: 0px; }
  ul.checkboxes input {
    margin-right: 10px;
    text-align: left; }
  ul.checkboxes label {
    font-weight: bold;
    cursor: default;
    margin-top: -6px; }
  ul.checkboxes li {
    margin-bottom: 10px; }
    ul.checkboxes li:last-child {
      margin-bottom: 0 !important; }

ul.radios {
  text-align: left;
  padding: 15px 0 20px 0;
  margin: 0 15px 0 15px; }
  ul.radios input {
    margin-right: 10px;
    text-align: left; }
  ul.radios label {
    font-weight: bold;
    cursor: default; }
  ul.radios li {
    margin-bottom: 10px; }
    ul.radios li:last-child {
      margin-bottom: 0 !important; }

/*---------------------------------
	REPORT LIST
-----------------------------------*/
.sidebar .reports {
  margin: 0;
  padding: 0; }
  .sidebar .reports LI {
    margin: 0;
    padding: 0; }
    .sidebar .reports LI:nth-child(odd) {
      background-color: rgba(0, 0, 0, 0.05); }
  .sidebar .reports A.report {
    text-transform: none !important;
    display: block;
    padding: 2px 10px;
    border: none !important;
    font-family: 'Open Sans', sans-serif !important;
    text-shadow: none;
    font-size: 12px;
    color: #000; }
    .sidebar .reports A.report:hover {
      background-color: rgba(0, 0, 0, 0.09); }
    .sidebar .reports A.report.active {
      background-color: #fcfcf7;
      border-right-color: #fcfcf7; }
