
/* LINK COLOR */
  a,
  p > a,
  .actions > a,
  .link > a,
  a.link {
    color: #000dff !important;
  }
  a.link:hover { color: #000dff;}

  body.agency .breadcrumb > li > a,
  body.admin .breadcrumb > li > a{
    color: #ff8000 !important;
  }

  body.agency #top-header a,
  body.admin #top-header a {
    color: #4a647e !important;
  }

  body.agency .panel-heading .nav-tabs > li > a,
  body.admin .panel-heading .nav-tabs > li > a {
    color: #2e3e4e !important;
  }

  /*  body.admin h1.text,
    body.admin h2.text,
    body.admin h3.text,
    body.admin h4.text,
    body.agency h1.text,
    body.agency h2.text,
    body.agency h3.text,
    body.agency h4.text {
      color: #000dff;
    }
  */

  /*h1 { color: #000dff;}*/
  /*.panel.info {border-color: #000dff;}*/
  /*.banner {
    background-color: #000dff;
    a {
      &:hover {color: #808dff}
    }
  }

  .block {
    color: #000dff;
    border-top-color: #000dff;
  }*/

/* HEADER COLOR */
  .alert.alert-danger, .alert.alert-info {
    background-color: #060fb0 !important;
    border-color: #060fb0 !important;
    color: #FFFFFF !important;
  }

  .alert.alert-info .help-block {
    color: #FFFFFF !important;
  }

  .alert.alert-info p > a,
  .alert.alert-info p > a,
  .alert.alert-info .links > a.link,
  .alert.alert-danger .links > a.link {
    color: #FFFFFF !important;
    font-weight: bold !important;
    text-decoration: underline;
  }

  .bg-info { background-color: #060fb0; }
  .panel.info {background-color: #060fb0;}
  .group header {background: #060fb0;}

  /*
  body.citizen h1.text,
  body.citizen h2.text,
  body.citizen h3.text,
  body.citizen h4.text {
    color: #060fb0;
  }
  */

  .anonymous-avatar, .agency-user-avatar {
    background-color: #060fb0 !important;
    color: #ffffff !important;
  }

  .well.bg-primary {
    background-color: #060fb0 !important;
  }

  .well.bg-primary a, .well.bg-primary .text-dark {
    color: #ffffff !important;
  }

  .select2-results .select2-highlighted {
    background-color: #060fb0 !important;
    color: #ffffff !important;
  }

  .select2-results .select2-highlighted {
    background-color: #060fb0 !important;
  }

  .select2-drop-active,
  .select2-container.select2-container-active .select2-choice {
    border-color: #060fb0 !important;
  }

/* BUTTON COLOR */
  /* ACCENT COLORING */
  .form-control:focus {
    border-color: #060fb0;
  }

  /*.panel.panel-default.b-co {
    border-top-color: #060fb0;
  }*/

  .dd-handle.current {
    /*background-color: #2029ca;*/
    background-color: #060fb0;
    color: #ffffff;
  }

  .dd-handle.current a {
    color: #ffffff !important;
  }

  form fieldset input:focus, form fieldset textarea:focus {
    border-color: #060fb0;
    box-shadow: 0 0 10px #060fb0;
  }
  .group header {border-top-color: #060fb0;}
  .dataTables_processing {border-color: #060fb0;}
  .tip-box .header, .tip-box header {border-top-color: #060fb0;}
  .formtastic .input .inline-hints { color: #060fb0;}
  .tip-box .header, .tip-box header { border-top-color: #060fb0;}
  .chat-composer .chat-form .chat-input textarea:focus {border-color: #060fb0;}
  .pill { background-color: #060fb0;}

  /* BUTTON COLORING */
  .btn, .btn-primary {
    background: #060fb0 !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
  }
  .btn:hover, .btn-primary:hover {
    background: #131cbd !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
  }

  /* Used for sign up pages */
  .well.bg-info {
    background-color: #060fb0;
  }

  .well.bg-info a, .well.bg-info.text-dark {
    color: #ffffff !important;
  }

  body.login .steps h1 {color: #060fb0;}
  body.login h1 a {color: #060fb0;}

  .formtastic .actions input[type="submit"] {
    background: #060fb0;
  }
  .formtastic .actions input[type="submit"]:hover {
    background: #6c75ff;
  }
  .banner.tips {background: #060fb0;}
  form input[type="submit"] {background: #060fb0;}
  .chat-messages-list .chat-message.note .chat-message-body {border-color: #060fb0;}
  .chat-composer .chat-form.note .chat-input textarea {border-color: #060fb0;}
  .chat-composer .chat-form.note .chat-input textarea:focus {border-color: #060fb0;}
  .chat-composer .chat-form.note .chat-input textarea {border-right-color: #060fb0;}
  .chat-composer .chat-form.note .chat-sender.btn {background-color: #060fb0;}
