a {
  color: #1e86bc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.details.active {
  display: block;
  opacity: 1; }
  .details.active .details-topbar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; }
  .details.active .details-content {
    opacity: 1;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; }

form.details .details-content .module {
  overflow: auto !important; }

.details {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  background-color: rgba(200, 200, 200, 0.8);
  z-index: 90; }
  .details .color-markers .color-marker {
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    opacity: 0.1; }
    .details .color-markers .color-marker.active {
      opacity: 1; }
    .details .color-markers .color-marker:hover {
      opacity: 0.5; }
  .details .details-topbar {
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 9999; }
    .details .details-topbar:after {
      content: "";
      display: table;
      clear: both; }
    .details .details-topbar .top-row:after {
      content: "";
      display: table;
      clear: both;
      float: left; }
    .details .details-topbar .pull-left {
      float: left; }
    .details .details-topbar .pull-right {
      float: right;
      text-align: right; }
    .details .details-topbar .details-type {
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      color: #999999;
      display: inline-block;
      padding: 5px 0; }
      .details .details-topbar .details-type:only-child {
        padding-top: 6px; }
      .details .details-topbar .details-type a {
        color: #999999;
        text-decoration: none; }
      .details .details-topbar .details-type .law-office {
        color: #444;
        font-weight: bold; }
    .details .details-topbar .details-topbar-title {
      font-family: 'Open Sans', 'Arial', sans-serif;
      color: #323232;
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 5px; }
    .details .details-topbar .details-topbar-subtitle {
      font-family: 'Arial', sans-serif;
      font-size: 13px;
      color: #999999; }
      .details .details-topbar .details-topbar-subtitle a {
        text-decoration: none;
        color: #1e86bc; }
        .details .details-topbar .details-topbar-subtitle a:hover {
          text-decoration: underline; }
      .details .details-topbar .details-topbar-subtitle .subtitle-more {
        display: inline-block;
        border-bottom: 1px dotted;
        margin-bottom: -1px;
        cursor: help; }
      .details .details-topbar .details-topbar-subtitle .subtitle-more:hover {
        border-bottom: 1px solid; }
        .details .details-topbar .details-topbar-subtitle .subtitle-more:hover + .subtitle-more-content {
          display: inline-block; }
      .details .details-topbar .details-topbar-subtitle .subtitle-more-content {
        display: none;
        z-index: 1000099;
        position: absolute;
        background-color: #fff;
        border: 1px solid #DBDBDB;
        line-height: 1.7;
        padding: 5px 10px;
        border-radius: 3px;
        -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        margin-top: 5px; }
        .details .details-topbar .details-topbar-subtitle .subtitle-more-content:hover {
          display: inline-block; }
    .details .details-topbar .details-topbar-icon {
      float: left;
      margin-right: 15px;
      background: #CFD7E2;
      color: #fff;
      font-size: 40px;
      height: 68px;
      width: 68px;
      text-align: center;
      line-height: 68px;
      border-radius: 5px;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-preferred-size: 70px;
      flex-basis: 70px; }
      .details .details-topbar .details-topbar-icon .initials {
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        padding-top: 15px;
        vertical-align: top; }
    .details .details-topbar .details-topbar-close {
      margin-left: 15px;
      display: inline-block;
      font-size: 12px;
      color: #8E8E8E;
      text-decoration: none; }
      .details .details-topbar .details-topbar-close:hover {
        color: #000; }
    .details .details-topbar .details-topbar-summary {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .details .details-topbar .details-topbar-right-row2 {
      margin-top: -10px; }
  .details .details-content {
    margin: 15px;
    opacity: 0;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .details .details-content form .fixed-toolbar {
      padding: 5px 20px;
      background-color: #FFFEF6;
      border-bottom: solid 1px #DBDBDB;
      text-align: right; }
    .details .details-content .module {
      overflow: hidden;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      background-color: #fff;
      margin-right: 20px;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      border: 1px solid #dedede; }
      .details .details-content .module .module-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .details .details-content .module .tabs {
        clear: both;
        list-style: none;
        margin: 0; }
        .details .details-content .module .tabs:after {
          content: "";
          display: table;
          clear: both; }
        .details .details-content .module .tabs + .tab-content {
          top: 42px; }
      .details .details-content .module .tab-content {
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: 0;
        top: 0; }
        .details .details-content .module .tab-content:after {
          content: "";
          display: table;
          clear: both; }
        .details .details-content .module .tab-content > * {
          bottom: 0;
          overflow: auto;
          position: absolute;
          top: 0;
          width: 100%; }
          .details .details-content .module .tab-content > * > .fixed-top {
            position: absolute;
            width: 100%; }
          .details .details-content .module .tab-content > * > .fixed-top + * {
            margin-top: 50px; }
        .details .details-content .module .tab-content.loading {
          opacity: 0.3; }
        .details .details-content .module .tab-content form:after {
          content: "";
          display: table;
          clear: both; }
        .details .details-content .module .tab-content h2 {
          padding-top: 0;
          margin-top: 0;
          -webkit-margin-before: 0;
          -webkit-margin-after: 0;
          padding: 5px;
          padding-top: 0;
          color: #4A87B6; }
      .details .details-content .module:last-child {
        margin-right: 0; }
      .details .details-content .module.w1 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%; }
      .details .details-content .module.w2 {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
      .details .details-content .module.w3 {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
      .details .details-content .module.w4 {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
      .details .details-content .module.w5 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
      .details .details-content .module.w6 {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
      .details .details-content .module.w7 {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
      .details .details-content .module.w8 {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
      .details .details-content .module.w9 {
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%; }

.with-fixed-toolbar .tab-content-loader {
  display: none; }

.with-fixed-toolbar.loading .tab-content-loader {
  display: block; }

.add-to-stream {
  text-align: right;
  padding: 15px;
  border-bottom: 1px solid #DBDBDB;
  background-color: #fff; }
  .add-to-stream textarea {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    text-align: left;
    border: 1px solid #CCC;
    height: 30px;
    resize: none; }
    .add-to-stream textarea + span {
      display: none;
      margin-top: 5px; }
    .add-to-stream textarea:focus {
      border: 1px solid #4a87b6; }
  .add-to-stream.active textarea {
    height: 56px; }
    .add-to-stream.active textarea + span {
      display: block; }
  .add-to-stream .importance {
    color: #ccc;
    font-size: 20px;
    padding: 0 10px;
    vertical-align: middle;
    float: left; }
    .add-to-stream .importance input:checked + i {
      color: #444; }
  .add-to-stream .tools {
    font-size: 18px;
    padding: 5px 5px 0 0; }

.stream {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0px;
  padding-left: 0;
  margin: 0; }
  .stream li {
    padding: 15px;
    list-style-type: none;
    list-style-position: inside;
    border-bottom: solid 1px #DBDBDB;
    font-size: 11px;
    position: relative; }
    .stream li:after {
      content: "";
      display: table;
      clear: both; }
    .stream li .icon {
      font-size: 11px;
      color: #fff;
      line-height: 18px;
      background-color: grey;
      border-radius: 3px;
      text-align: center;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 5px; }
      .stream li .icon.fa-heart {
        background-color: #e81c4f; }
      .stream li .icon.fa-user {
        background-color: #1da1f2; }
      .stream li .icon.fa-plus {
        background-color: #19cf86; }
    .stream li time {
      float: right;
      opacity: .5; }
    .stream li .stream-desc {
      margin-left: 28px;
      margin-top: 5px;
      opacity: .8;
      font-size: 12px; }
    .stream li ul.cite {
      margin-left: 0;
      padding-left: 0; }
      .stream li ul.cite li {
        padding: 15px 0 !important; }
      .stream li ul.cite .toggle-visibility {
        display: none;
        visibility: hidden; }
  .stream .toggle-visibility {
    display: none; }
  .stream.visible-aware li.invisible {
    display: none; }
  .stream.visible-aware li:hover .toggle-visibility {
    cursor: pointer;
    display: block;
    font-size: 14px;
    left: 17px;
    position: absolute;
    top: 38px;
    color: #999; }
    .stream.visible-aware li:hover .toggle-visibility:hover {
      color: #333; }

.terms ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-padding-start: 0px;
  padding-left: 0;
  margin: 0; }
  .terms ul li {
    padding: 10px 15px;
    list-style-type: none;
    list-style-position: inside;
    border-bottom: solid 1px #DBDBDB;
    font-size: 12px;
    position: relative; }
    .terms ul li:after {
      content: "";
      display: table;
      clear: both; }
    .terms ul li time {
      float: left;
      width: 110px;
      font-weight: bold;
      padding-right: 5px;
      text-align: right; }
    .terms ul li.overdue time {
      color: #b13828; }
    .terms ul li.done {
      display: none; }
      .terms ul li.done time {
        color: #b4b4b4; }
    .terms ul li.courtdone time {
      color: #20c73e; }
    .terms ul li.cancelled {
      display: none; }
      .terms ul li.cancelled .name {
        text-decoration: line-through; }
      .terms ul li.cancelled time {
        color: #b4b4b4; }
    .terms ul li .name {
      float: left;
      width: calc(100% - 110px); }
    .terms ul li .assigned {
      float: left;
      margin-left: 110px;
      margin-top: 5px;
      color: #666; }
    .terms ul li .edit-task {
      position: absolute;
      right: 10px;
      top: 5px;
      display: none; }
    .terms ul li:hover .edit-task {
      display: block; }

textarea:focus, input:focus {
  outline: none; }

.form-group {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px; }
  .form-group .form-group-title {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 10px 5px 2px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
    font-size: 11px; }
  .form-group.form-section {
    padding: 10px; }
    .form-group.form-section > .form-group-title {
      border-bottom: 1px solid #ccc;
      color: #323232;
      display: block;
      font-size: 14px;
      font-weight: bold;
      margin: 5px;
      padding-bottom: 5px;
      text-transform: none; }

.row {
  width: 100%;
  float: left; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col-11 {
    width: 91.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-10 {
    width: 83.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-9 {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-8 {
    width: 66.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-7 {
    width: 58.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-6 {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-5 {
    width: 41.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-4 {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-3 {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-2 {
    width: 16.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .row .col-1 {
    width: 8.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }

.saving-alert {
  text-align: center;
  position: absolute;
  z-index: 100;
  width: 100%;
  -webkit-animation-name: saving-anim;
  animation-name: saving-anim;
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }
  .saving-alert span {
    display: inline-block;
    padding: 5px;
    background-color: #fcecc1;
    color: #333;
    border-radius: 4px; }

@-webkit-keyframes saving-anim {
  0% {
    opacity: 0;
    top: 0; }
  10% {
    opacity: 1;
    top: 50px; }
  90% {
    opacity: 1;
    top: 50px; }
  100% {
    opacity: 0;
    top: 0; } }

@keyframes saving-anim {
  0% {
    opacity: 0;
    top: 0; }
  10% {
    opacity: 1;
    top: 50px; }
  90% {
    opacity: 1;
    top: 50px; }
  100% {
    opacity: 0;
    top: 0; } }

.info-group-header {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #eee;
  font-family: "Open Sans";
  font-size: 1.2em;
  font-weight: 400;
  padding: 10px 15px;
  color: #4a87b6; }

.errors {
  -webkit-padding-start: 0;
  list-style-position: inside;
  -webkit-margin-before: 5px;
  -webkit-margin-after: 5px;
  color: #F93F3F;
  list-style-type: none;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 3px;
  padding-left: 5px; }

.control-group {
  padding: 2px 5px; }
  .control-group.label-left {
    border-top: 1px dashed #ddd; }
    .control-group.label-left:first-child {
      border-top: 0; }
    .control-group.label-left .control-label {
      text-align: right;
      width: 20%;
      padding-right: 20px;
      display: inline-block;
      vertical-align: top;
      margin-top: 5px; }
    .control-group.label-left .controls {
      display: inline-block;
      margin-left: -3px;
      width: 80%; }
  .control-group .errors {
    -webkit-padding-start: 0;
    list-style-position: inside;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
    color: #F93F3F;
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 3px;
    padding-left: 5px; }
  .control-group .control-label {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 1px;
    color: rgba(68, 68, 68, 0.9);
    padding-top: 3px;
    display: block; }
  .control-group input, .control-group select, .control-group .input-like, .control-group textarea {
    padding: 4px 0;
    width: 100%;
    font-size: 13px;
    border: 1px solid transparent; }
  .control-group .checkbox-like {
    height: 13px;
    margin: 5px 8px 2px 0 !important;
    vertical-align: bottom; }
  .control-group select {
    padding: 3px 0 !important; }
  .control-group small.help {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 11px; }
  .control-group .control-group.error input, .control-group .control-group.error textarea {
    border: 1px solid #F93F3F; }
  .control-group .control-group.error .control-label {
    color: #F93F3F;
    font-weight: bold; }
  .control-group .checkbox-group label {
    display: block; }
  .control-group .checkbox-group input {
    margin: 5px 8px 2px 0 !important;
    vertical-align: bottom;
    width: 20px; }
  .control-group .select2-container {
    display: none; }

.info-group-header + .label-left {
  border-top: 0; }

.appendable-subform .add-button {
  float: right;
  text-transform: none;
  cursor: pointer;
  font-size: 12px; }

.appendable-subform .form-group-title {
  font-family: 'Arial', sans-serif; }

.appendable-subform .appendable-item + .appendable-item {
  border-top: 1px dotted #ccc;
  margin-top: 4px;
  padding-top: 4px; }

.appendable-subform .appendable-item:after {
  content: "";
  display: table;
  clear: both; }

.appendable-subform .appendable-item .remove-button {
  cursor: pointer;
  float: right;
  padding: 0 10px;
  position: relative;
  top: 10px; }

.label-select-list .appendable-item {
  margin: 0 5px; }
  .label-select-list .appendable-item .control-group {
    padding: 4px 0; }
  .label-select-list .appendable-item .remove-button {
    float: right;
    cursor: pointer;
    font-size: 12px; }
  .label-select-list .appendable-item .label-select .controls {
    width: 50%; }
    .label-select-list .appendable-item .label-select .controls select {
      font-size: 11px;
      padding: 3px 2px; }
    .label-select-list .appendable-item .label-select .controls .input-like {
      font-size: 12px;
      padding: 5px 0 0; }

.editable .control-group {
  padding: 4px 5px; }
  .editable .control-group input, .editable .control-group textarea {
    padding: 4px;
    border: 1px solid #CCC; }
    .editable .control-group input:focus, .editable .control-group textarea:focus {
      border: 1px solid #4a87b6; }
  .editable .control-group select {
    padding: 3px;
    border: 1px solid #CCC; }
    .editable .control-group select:focus {
      border: 1px solid #4a87b6; }
  .editable .control-group input[type="checkbox"] {
    margin: 8px;
    width: 20px; }
  .editable .control-group small.help {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 11px; }
  .editable .control-group.error input {
    border: 1px solid #F93F3F; }
  .editable .control-group.error .control-label {
    color: #F93F3F;
    font-weight: bold; }
  .editable .control-group .select2-container {
    display: inline-block; }

/* modal */
.dialog-search, .dialog-options {
  padding: 10px 15px;
  border-bottom: 1px solid #E8E8E8;
  width: 100%; }
  .dialog-search:after, .dialog-options:after {
    content: "";
    display: table;
    clear: both; }
  .dialog-search input, .dialog-options input {
    padding: 5px;
    width: 95%;
    border: 0;
    float: left; }
  .dialog-search i, .dialog-options i {
    float: left;
    font-size: 16px;
    margin-top: 4px;
    margin-right: 5px;
    color: #676666; }

.dialog-options {
  text-align: right; }
  .dialog-options select {
    font-size: 14px;
    padding: 4px 8px;
    width: 450px; }

.dialog {
  display: none; }
  .dialog .close-icon {
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #8E8E8E;
    cursor: pointer;
    margin-top: 4px; }
    .dialog .close-icon:hover {
      color: #000; }
  .dialog form {
    position: relative;
    float: left;
    width: 100%; }
    .dialog form.loading::after {
      content: url("/assets/images/symbols/preloader.gif");
      text-align: center;
      padding-top: 20px;
      color: #999;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.6); }
  .dialog.active {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 230, 230, 0.8);
    z-index: 90; }
    .dialog.active .dialog-container {
      background-color: #fff;
      margin: 0 auto;
      width: 720px;
      margin-top: 20px;
      border: 1px solid rgba(140, 140, 140, 0.2); }
      .dialog.active .dialog-container:after {
        content: "";
        display: table;
        clear: both; }
      .dialog.active .dialog-container .dialog-topbar {
        border-bottom: 1px solid rgba(140, 140, 140, 0.2);
        padding: 15px; }
      .dialog.active .dialog-container .dialog-footer {
        padding: 10px 15px;
        background-color: #f4f4f4;
        border-top: 1px solid rgba(140, 140, 140, 0.2);
        clear: both;
        text-align: right; }
      .dialog.active .dialog-container .dialog-topbar-title {
        font-size: 18px;
        font-family: "Open Sans", "Arial", sans-serif;
        font-weight: 200;
        color: #4A87B6; }
      .dialog.active .dialog-container .dialog-content {
        padding: 10px;
        float: left;
        width: 100%;
        max-height: 400px;
        overflow: auto; }
        .dialog.active .dialog-container .dialog-content.dialog-list {
          padding: 0; }
          .dialog.active .dialog-container .dialog-content.dialog-list .row {
            padding: 10px 15px;
            border-bottom: 1px solid #e8e8e8; }
            .dialog.active .dialog-container .dialog-content.dialog-list .row.selected {
              background-color: #4a87b6;
              color: #fff; }

/* SEARCH */
.navbar-search {
  float: left;
  cursor: pointer; }
  .navbar-search.active {
    background-color: #326EAA; }
    .navbar-search.active a {
      background-color: #326EAA; }
  .navbar-search.active form {
    width: initial; }
    .navbar-search.active form input {
      width: 200px;
      padding: 5px;
      margin-right: 10px; }
  .navbar-search form {
    float: left; }
    .navbar-search form input {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      padding: 5px 0px;
      margin-top: 8px;
      border: 0;
      background-color: transparent;
      color: #fff;
      font-size: 13px;
      width: 0px; }
      .navbar-search form input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }
      .navbar-search form input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.6); }
      .navbar-search form input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.6); }
      .navbar-search form input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }

.with-fixed-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }
  .with-fixed-toolbar .fixed-toolbar {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px;
    background-color: #f9f9f9; }
    .with-fixed-toolbar .fixed-toolbar + * {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      overflow: auto;
      width: auto; }

.deal-lawyer {
  margin-right: 10px; }
  .deal-lawyer .deal-lawyer-name {
    font-weight: bold; }
    .deal-lawyer .deal-lawyer-name.empty {
      color: #b4b4b4;
      font-weight: normal; }
  .deal-lawyer a {
    display: inline-block;
    color: #999999 !important;
    margin-left: 5px;
    font-size: 16px;
    line-height: 12px;
    vertical-align: bottom; }
    .deal-lawyer a:hover {
      color: #1e86bc !important; }

.form-notification {
  border: 1px solid #EFF2C4;
  font-size: 11px;
  margin: 15px 0 0;
  padding: 5px;
  text-align: center;
  background-color: #FCFCF7;
  color: #333;
  font-weight: bold; }

.empty .msg {
  background-color: #fafafa;
  border: 1px solid #ddd;
  margin: 15px;
  padding: 10px; }

.invo-field-group-end {
  border-bottom: 1px solid #ccc;
  color: #323232;
  display: block;
  margin: 4px 5px 2px;
  text-transform: uppercase; }

.dialog-picker {
  border: 1px solid #ccc;
  line-height: 1.5em;
  padding: 5px;
  position: relative; }
  .dialog-picker:hover {
    border: 1px solid #4a87b6; }
  .dialog-picker > span {
    cursor: pointer;
    display: inline-block;
    margin-right: 18px; }
  .dialog-picker > .clear {
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 6px;
    top: 6px; }

.inlinecheckbox label {
  float: right;
  width: calc(100% - 30px); }

.inlinecheckbox .controls {
  float: left; }
  .inlinecheckbox .controls input[type="checkbox"] {
    margin: 2px;
    width: 10px; }
  .inlinecheckbox .controls .checkbox-like {
    margin: 3px 1px 2px 0 !important; }

.form-item-details {
  padding: 3px 8px; }
  .form-item-details .buttons {
    float: right; }
    .form-item-details .buttons a {
      display: inline-block;
      margin-left: 15px; }
  .form-item-details .name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 3px; }
  .form-item-details .type {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #666;
    margin-bottom: 3px; }
  .form-item-details .value {
    display: block;
    margin-bottom: 10px; }

.topbar-details-item {
  display: inline-block;
  padding: 0 10px; }

.markers .heading {
  padding: 4px 10px;
  margin-top: 5px;
  font-size: 14px;
  color: #4a87b6; }

.markers .marker-row {
  padding: 4px 10px;
  border-bottom: 1px solid #d7d7d7; }
  .markers .marker-row i.fa {
    font-size: 20px;
    margin-right: 10px; }
  .markers .marker-row .marker-row-name {
    display: inline-block;
    line-height: 12px;
    padding-bottom: 4px;
    vertical-align: middle; }
  .markers .marker-row .ios-toggle {
    float: right; }

.header-markers {
  display: inline-block; }
  .header-markers .fa {
    font-size: 20px;
    line-height: 20px;
    vertical-align: bottom;
    cursor: help;
    padding: 0 3px; }
  .header-markers .separator {
    border-left: 1px solid #b4b4b4;
    display: inline-block;
    line-height: 15px;
    margin: 0 5px;
    vertical-align: bottom;
    width: 1px; }

.blockform {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #DBDBDB; }
  .blockform .small-submit-row {
    text-align: right;
    padding: 10px 5px 0 0; }
  .blockform.loading {
    position: relative; }
  .blockform.loading::before {
    content: url("/assets/images/symbols/preloader.gif");
    text-align: center;
    padding-top: 20px;
    color: #999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6); }

.incomes .amount {
  text-align: right; }

.incomes .settle-head {
  font-size: 11px;
  background-color: #f4f4f4;
  text-align: right; }

.incomes .settle-row .type {
  text-align: right; }

.incomes .settle-row.odd {
  background-color: #fafafa; }

.incomes .history-item {
  display: none; }

.control-group.inline-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .control-group.inline-checkbox .control-label {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99; }
  .control-group.inline-checkbox .controls {
    margin-left: -8px; }
