﻿* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  position: relative;
  word-break: initial; }

body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  z-index: 100; }

/* page pre-loader */
.pre-loader {
  background: url(../images/pre-loader.svg) center center no-repeat #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9000; }

a, a:visited {
  color: #44697D; }

.gray-link, .gray-link:visited {
  color: #868686; }

.fa {
  margin-right: 5px; }

h1 {
  font-size: 1.4em;
  color: #44697D;
  font-weight: 700; }
  h1.large {
    font-size: 1.9em; }

h2 {
  font-size: 1.3em;
  color: #5e5e5e;
  margin: 0 0 15px 0;
  font-weight: 600; }
  h2.primary {
    color: #44697D; }
  h2.small-type {
    font-size: 1.2em; }

h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #7f7f7f;
  margin: 0 0 15px 0; }

h4 {
  color: #44697D;
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 1.1em; }
  h4.gray {
    color: #828282; }

h5 {
  color: #828282;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600; }

label.info {
  color: #EA7125; }

img {
  max-width: 100%; }

.light-text {
  opacity: 0.65; }

table {
  width: 100% !important; }

.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
  .inline:last-child {
    margin-right: 0; }
  .inline.inline-top {
    vertical-align: top; }

.red-text {
  color: #eb1b1b !important; }

.green-text {
  color: #17be0f !important; }

.gray-text {
  color: #a9a9a9 !important; }

.light-blue-text {
  color: #bcdef7 !important; }

.highlight {
  color: #EA7125; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.m0 {
  margin: 0 !important; }

.mtop-0 {
  margin-top: 0; }

.mtop-5 {
  margin-top: 5px; }

.mtop-8 {
  margin-top: 8px; }

.mtop-10 {
  margin-top: 10px; }

.mtop-15 {
  margin-top: 15px; }

.mtop-20 {
  margin-top: 20px; }

.mtop-30 {
  margin-top: 30px; }

.mtop-40 {
  margin-top: 40px; }

.mbottom-0 {
  margin-bottom: 0; }

.mbottom-5 {
  margin-bottom: 5px; }

.mbottom-10 {
  margin-bottom: 10px; }

.mbottom-15 {
  margin-bottom: 15px; }

.mbottom-20 {
  margin-bottom: 20px; }

.mbottom-25 {
  margin-bottom: 25px; }

.mbottom-30 {
  margin-bottom: 30px; }

.mbottom-40 {
  margin-bottom: 40px; }

.mright-10 {
  margin-right: 10px; }

.mbottom-0 {
  margin-bottom: 0 !important; }

.mleft-10 {
  margin-left: 10px; }

.no-padding {
  padding: 0 !important; }

.inside-list {
  list-style-position: inside; }

.gutter-80.row {
  margin-right: -40px;
  margin-left: -40px; }

.gutter-80 > [class^="col-"], .gutter-80 > [class^=" col-"] {
  padding-right: 40px;
  padding-left: 40px; }

.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px; }

.gutter-60 > [class^="col-"], .gutter-60 > [class^=" col-"] {
  padding-right: 30px;
  padding-left: 30px; }

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px; }

.gutter-40 > [class^="col-"], .gutter-40 > [class^=" col-"] {
  padding-right: 20px;
  padding-left: 20px; }

.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px; }

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.gutter-0.row {
  margin-right: 0;
  margin-left: 0; }

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.main-wrapper {
  padding-left: 180px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  margin: 0 auto; }

.page-wrap {
  min-height: 80vh;
  height: 100%;
  flex: 1; }

#side-menu {
  background: url(../images/White.png) no-repeat right bottom #ffffff;
  background-size: 140%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 180px;
  z-index: 500;
  font-size: 0.9em;
  box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 4px 2px 5px 0px rgba(0, 0, 0, 0.06); }
  #side-menu .logo {
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    padding: 15px 15px; }

#side-nav ul {
  padding: 0;
  margin: 0; }

#side-nav li {
  list-style-type: none; }

#side-nav ul a {
  cursor: pointer;
  display: block;
  padding: 16px 10px;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #efefef;
  border-left: 3px solid #fff; }
  #side-nav ul a:hover, #side-nav ul a:active {
    text-decoration: none; }
    #side-nav ul a:hover span, #side-nav ul a:hover .fa, #side-nav ul a:active span, #side-nav ul a:active .fa {
      color: #EA7125; }
  #side-nav ul a .fa, #side-nav ul a svg {
    font-size: 1.1em;
    color: rgba(46, 99, 125, 0.4);
    margin-right: 3px; }
  #side-nav ul a.active {
    border-left: 3px solid #5c2b84;
    background: #f9f5fc; }
    #side-nav ul a.active span, #side-nav ul a.active .fa, #side-nav ul a.active svg {
      color: #5c2b84; }

#side-nav .mobile-menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.8em; }

strong {
  font-weight: 600; }

/* form styles */
label {
  font-weight: 400;
  color: #44697D; }

.form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c1c1c1;
  box-shadow: none;
  background: #f8f8f8; }
  .form-control.large {
    padding: 14px 11px;
    font-size: 1.1em; }

.btn-full {
  display: block;
  width: 100%; }

.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }

a.btn-success {
  color: #ffffff; }

.btn-success {
  background: #5bc46a;
  border: 1px solid #53b261; }

.btn-dark {
  background: #334e5c;
  border: 1px solid #2d4754;
  padding: 6px 12px 4px 12px; }
  .btn-dark:hover {
    color: #ffffff;
    background: #263a45; }

.btn-info {
  background: #2196f3;
  border: 1px solid #2e88d0; }

.btn-gray {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #e1e1e1; }
  .btn-gray:hover {
    background: #e7e7e7; }

.btn-orange {
  background: #EA7125;
  border: 1px solid #db6d1f;
  color: #ffffff; }
  .btn-orange:hover, .btn-orange:focus {
    background: #c95913;
    color: #ffffff; }

.btn-purple {
  background: #5c2b84;
  border: 1px solid #5c2b84;
  color: #ffffff; }
  .btn-purple:hover, .btn-purple:focus {
    background: #411e5e;
    color: #ffffff; }

.btn.big-btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 12px;
  font-size: 16px; }

.btn-small {
  font-size: 0.8em;
  padding: 5px 8px; }

.border-btn {
  background: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px; }
  .border-btn.thick {
    border-width: 2px; }
  .border-btn:hover, .border-btn:active, .border-btn:focus {
    background: #f9f9f9 !important; }
  .border-btn.btn-primary {
    border-color: #1e88e5;
    color: #1e88e5; }
    .border-btn.btn-primary:hover {
      color: #1e88e5; }
  .border-btn.btn-success {
    border-color: #42af5e;
    color: #42af5e; }
    .border-btn.btn-success:hover {
      color: #42af5e; }
  .border-btn.btn-dark {
    background: none;
    color: #466b7e;
    border-color: #466b7e; }

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.animated-label-wrap {
  position: relative; }
  .animated-label-wrap input {
    height: 51px;
    appearance: none;
    -webkit-appearance: none; }

.animated-label {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #939393;
  font-weight: 400;
  font-size: 16px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out; }

.form-css-label input[data-empty="false"],
.form-css-label input:valid,
.form-css-label input:focus {
  padding: 25px 8px 10px; }

.form-css-label input:focus {
  outline: 0;
  background: white; }

.form-css-label input[data-empty="false"] + label,
.form-css-label input:valid + label,
.form-css-label input:focus + label {
  color: #44697D;
  font-weight: 700;
  font-size: 12px;
  transform: translate3d(0, -10px, 0); }

/* Header */
#admin-header {
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
  background: url(../images/Blue.png) #44697D; }
  #admin-header:before {
    display: block;
    height: 5px;
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea7125+0,fecb00+100 */
    background: #ea7125;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ea7125 0%, #fecb00 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ea7125 0%, #fecb00 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ea7125 0%, #fecb00 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea7125', endColorstr='#fecb00',GradientType=1 );
    /* IE6-9 */ }
  #admin-header .header-actions {
    float: right;
    margin-right: 40px;
    font-size: 1.5em;
    margin-top: 14px;
    position: relative; }
    #admin-header .header-actions a, #admin-header .header-actions a:visited {
      color: #ffffff;
      display: block; }
    #admin-header .header-actions .drop-menu {
      font-size: 14px; }
      #admin-header .header-actions .drop-menu a, #admin-header .header-actions .drop-menu a:visited {
        color: #44697D; }
    #admin-header .header-actions ul {
      margin: 0;
      padding: 0; }
      #admin-header .header-actions ul li {
        display: inline-block;
        margin-right: 12px; }
        #admin-header .header-actions ul li:last-child {
          margin-right: 0; }

.to-do-drop.drop-menu {
  width: 330px;
  margin: 0;
  padding: 0;
  top: 48px;
  border-top: 2px solid #EA7125; }
  .to-do-drop.drop-menu:before {
    bottom: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 115, 36, 0);
    border-bottom-color: #EA7125;
    border-width: 10px;
    margin-left: -10px; }
  .to-do-drop.drop-menu li {
    display: block !important;
    list-style-type: none;
    margin-right: 0 !important; }
  .to-do-drop.drop-menu p {
    font-size: 0.9em;
    margin: 0; }
  .to-do-drop.drop-menu h4 a {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 282px;
    white-space: nowrap;
    display: block; }
  .to-do-drop.drop-menu .due-date {
    font-weight: 600;
    font-size: 0.75em;
    margin: 0 0 5px 0; }

.drop-menu .scroll-container {
  max-height: 270px;
  overflow: auto; }

.drop-menu .drop-item {
  border-bottom: 1px solid #ededed;
  padding: 16px;
  color: #333333; }

.drop-menu .truncate {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  max-height: 36px;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.drop-menu .view-all-link {
  display: block;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  font-weight: 600;
  font-size: 0.9em; }

.notification-bubble {
  background: #EA7125;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 19px;
  font-size: 10px;
  position: absolute;
  right: -16px;
  top: -4px; }

#user-logged-in {
  float: right;
  padding: 10px 0 10px 20px;
  cursor: pointer; }
  #user-logged-in:hover {
    background: #46606d; }
  #user-logged-in .user-info {
    margin-right: 0; }
  #user-logged-in .user-name {
    font-weight: 600; }
  #user-logged-in .user-role {
    font-size: 0.7em;
    font-weight: 300; }
  #user-logged-in .user-photo {
    border: 1px solid #cfd0d0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 1.3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55%;
    background-color: #f7f6f6; }
  #user-logged-in .fa {
    color: #98bcce;
    position: relative;
    top: -5px; }

#profile-dropdown {
  text-align: center;
  width: 40px;
  display: block;
  font-size: 1.5em;
  color: #cbcbcb; }

.drop-menu {
  display: none;
  background: #ffffff;
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 65px;
  -webkit-box-shadow: 0 5px 14px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 14px -5px rgba(0, 0, 0, 0.5); }
  .drop-menu .drop-links {
    margin: 0;
    padding: 0; }
  .drop-menu svg {
    margin-right: 5px; }

/* Profile Drop Menu */
.profile-drop {
  width: 162px;
  text-transform: none;
  font-size: 13px;
  text-align: left; }
  .profile-drop li {
    border-bottom: 1px solid #edecec;
    list-style-type: none; }
    .profile-drop li:last-child {
      border-bottom: none; }
  .profile-drop .fa {
    margin-right: 10px; }
  .profile-drop a {
    display: block;
    padding: 8px 10px; }
  .profile-drop a:hover {
    text-decoration: none;
    background: #f4f8ff; }

.page-wrap {
  width: 96%;
  margin: 0 auto; }

.content-widget {
  background: #ffffff;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05); }
  .content-widget .right-action {
    position: absolute;
    right: 12px;
    top: 12px; }
  .content-widget .left-action {
    position: absolute;
    left: 12px;
    top: 12px; }
  .content-widget.shadow {
    box-shadow: 0px 1px 2.85px 0.15px rgba(79, 79, 79, 0.16); }
  .content-widget.border-bottom {
    border-bottom: 3px solid #f9af0b; }
  .content-widget .widget-header {
    border-bottom: 1px solid #44697D;
    padding: 10px; }
    .content-widget .widget-header h2 {
      color: #44697D;
      margin: 9px 0 0 0;
      font-size: 1.1em; }
  .content-widget.accent-border {
    border-left: 4px solid #e0e0e0; }
  .content-widget.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }

.padding {
  padding: 20px; }

.uppercase {
  text-transform: uppercase; }

.padding-small {
  padding: 10px; }

.actions-row .actions-title {
  margin: 9px 0 0 0; }
  .actions-row .actions-title h1, .actions-row .actions-title h2 {
    margin: 0; }

.actions-row .actions {
  text-align: right; }
  .actions-row .actions .btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
    .actions-row .actions .btn:last-child {
      margin-right: 0; }

.content-border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e6e7;
  padding: 5px; }

.dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 19.95px 1.05px rgba(0, 0, 0, 0.11);
  padding: 0;
  font-size: 13px; }
  .dropdown-menu li a {
    padding: 7px 10px; }
  .dropdown-menu a.active {
    background: #ffffff;
    color: #44697D;
    font-weight: 600; }
    .dropdown-menu a.active:before {
      color: #c7dff2;
      margin: 0 10px 0 0;
      font-family: "FontAwesome";
      content: "\f00c"; }

table.dataTable {
  margin: 0 !important; }

.gray-header thead {
  background: #e5e5e5; }
  .gray-header thead th {
    color: #333333; }

thead {
  background: #5c2b84; }
  thead th {
    font-weight: 600;
    color: #ffffff;
    padding: 15px 25px !important; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  bottom: 14px; }

.calc-table {
  width: auto !important; }
  .calc-table td {
    padding: 5px; }

.table {
  font-size: 13px; }
  .table.condensed td {
    padding: 12px 20px !important; }
  .table td {
    padding: 12px 25px !important;
    vertical-align: middle !important;
    border: none !important; }
  .table tr {
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .table tbody tr:hover {
    background: #e6ebf5 !important; }
    .table tbody tr:hover .action-circle {
      background: #ffffff; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #f8fafe; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #ffffff; }

.table-footer, .pagination-footer {
  background: #ffffff;
  padding: 20px 25px; }
  .table-footer p, .pagination-footer p {
    margin: 6px 0 0 0; }

.action-link {
  background: #eaeaea;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 12px; }

.action-circle {
  background: #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #343434; }
  .action-circle .fa {
    margin-right: 0; }
  .action-circle .fa, .action-circle svg {
    color: #5c2b84; }
  .action-circle svg {
    width: 0.9em !important; }

.action-link svg {
  max-width: 0.8em; }

td .action-circle:hover {
  background: #ffffff; }

.pagination {
  margin: 0;
  padding: 0;
  font-size: 0.9em; }
  .pagination li {
    display: inline-block;
    margin-right: 2px;
    text-align: center; }
    .pagination li:last-child {
      margin-right: 0; }
  .pagination a, .pagination a:visited {
    color: #333333; }
  .pagination a {
    display: block;
    border: 1px solid #e6e6e6;
    height: 30px;
    line-height: 28px;
    text-align: center;
    padding: 6px 11px !important; }
    .pagination a.active {
      background: #44697D;
      border: 1px solid #2b7cc6;
      color: #ffffff; }
    .pagination a:hover {
      text-decoration: none;
      color: #2b7cc6; }

/* footer */
#admin-footer {
  background: #EA7125;
  padding: 10px 15px;
  color: #ffffff;
  margin-top: 60px;
  font-size: 0.9em; }
  #admin-footer .logo {
    max-width: 120px; }
  #admin-footer p {
    margin: 0; }
  #admin-footer a, #admin-footer a:visited {
    color: #ffffff; }

/* modals */
.modal-title {
  font-weight: 600;
  color: #44697D; }

.modal-body {
  padding: 15px 25px;
  background: #f8f8f8;
  max-height: 69vh;
  overflow: auto; }
  .modal-body.white {
    background: #ffffff; }
  .modal-body .form-control {
    background: #ffffff; }
  .modal-body .radio-inline {
    padding-left: 0; }

body.modal-open .page-wrap, body.modal-open #side-menu, body.modal-open #admin-header {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease; }

.modal-body p.large {
  font-size: 1.3em;
  margin: 20px 0; }

/* select 2 */
.select2-selection--multiple, .daterange-picker {
  position: relative; }
  .select2-selection--multiple:after, .daterange-picker:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    right: 8px;
    top: 8px;
    color: #7e7e7e; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 3px 5px;
  line-height: normal; }

.select2-container--default .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  border: 1px solid #aeaeae !important;
  min-height: 35px; }

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
  background-color: #5bc0de;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0.4em 0.8em 0.3em;
  font-size: 12px;
  line-height: 15px; }

.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove {
  color: #ffffff;
  float: right;
  margin: -1px 0 0 9px;
  font-size: 14px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px; }

.select2-container--default .select2-selection--multiple li.select2-selection__choice {
  background: #EA7125; }

/* daterange picker */
.daterangepicker .range_inputs {
  text-align: center;
  margin: 10px 0 0 0; }

.daterangepicker thead {
  background: none; }
  .daterangepicker thead th {
    padding: 5px !important;
    color: #333333; }

.filter-tags {
  margin: 0;
  padding: 0; }
  .filter-tags li {
    display: inline-block;
    margin: 0 5px 5px 0;
    color: #ffffff;
    background: #EA7125;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 8px 5px 8px;
    cursor: pointer;
    font-size: 13px;
    cursor: pointer; }
    .filter-tags li:hover .remove-tag {
      color: #ffffff; }
    .filter-tags li .fa {
      margin-right: 0; }
    .filter-tags li .remove-tag {
      color: #e3e3e3;
      margin-left: 12px;
      font-size: 14px; }

.mobile-menu-btn {
  display: none;
  float: left;
  font-weight: 600;
  font-size: 1.2em;
  margin: 23px 0 0 22px; }
  .mobile-menu-btn a, .mobile-menu-btn a:visited {
    color: #ffffff; }

.fancy-file {
  text-transform: uppercase;
  padding: 54px 20px;
  position: relative;
  font-weight: 600;
  color: #979a9b;
  text-align: center;
  background: #F8F8F8;
  border: 2px dashed #cdcdcd;
  min-height: 200px; }
  .fancy-file .is-dragover {
    background-color: #ffffff; }

.fancy-file:before {
  content: "\f0ee";
  font-family: "FontAwesome";
  font-size: 4em;
  color: #c2d2de;
  display: block;
  margin-bottom: 10px; }

.fancy-file input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.upload-list {
  margin: 0;
  padding: 0; }
  .upload-list li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    list-style-type: none;
    font-weight: 600; }
    .upload-list li:last-child {
      border-bottom: none; }
    .upload-list li p:before {
      content: "\f0f6";
      font-family: "FontAwesome";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      font-size: 1.6em;
      color: #bebebe; }
    .upload-list li p {
      float: left; }
    .upload-list li a {
      float: right; }
    .upload-list li a, .upload-list li a:visited {
      color: #333; }
  .upload-list .progress {
    height: 8px;
    margin-bottom: 15px; }

.input-wrap {
  position: relative; }
  .input-wrap .input-icon {
    position: absolute;
    top: 6px;
    left: 10px; }
  .input-wrap .form-control {
    padding-left: 30px; }
  .input-wrap .form-control.input-lg {
    padding-left: 40px; }

.role-tag {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em; }

.no-bullets {
  padding: 0; }
  .no-bullets li {
    list-style-type: none; }
    .no-bullets li:before {
      content: "" !important; }

.sub-text {
  opacity: 0.7; }

.edit-form .checkbox .icheckbox_square-blue, .edit-form .checkbox .iradio_square-blue, .edit-form .radio .icheckbox_square-blue, .edit-form .radio .iradio_square-blue {
  margin-left: 0; }

.edit-form .checkbox + .checkbox, .edit-form .radio + .radio {
  margin-top: 0; }

.checkbox .icheckbox_square-blue, .checkbox .iradio_square-blue, .radio .icheckbox_square-blue, .radio .iradio_square-blue {
  margin-left: -20px;
  margin-right: 2px;
  position: relative;
  top: -1px; }

ul.nav-tabs {
  border-top: 1px solid #ddd; }
  ul.nav-tabs > li {
    margin-right: -2px; }
    ul.nav-tabs > li.pull-right {
      border-left: 1px solid #ddd; }
  ul.nav-tabs > li > a {
    border-bottom: 2px solid #F7F7F7;
    border-right: 1px solid #ddd;
    padding: 13px;
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    /* IE6-9 */ }
  ul.nav-tabs > li.active > a, ul.nav-tabs > li.active > a:focus, ul.nav-tabs > li.active > a:hover {
    background: #fff;
    border-top: none;
    border-left: none;
    border-bottom: 3px solid #EA7125;
    color: #EA7125;
    font-weight: 600; }

ul.header-tabs {
  border-top: none;
  font-size: 1.2em; }
ul.header-tabs > li > a {
    padding: 18px; }


.conditional-select {
  width: auto;
  margin: 3px 0 0 28px; }

.input-group-addon {
  background-color: #ffffff; }

.relative-wrap {
  position: relative; }

.filter-btn {
  width: 100%; }
  .filter-btn .fa {
    color: #44697D; }
  .filter-btn .dropdown-menu {
    width: 100%; }
  .filter-btn .btn {
    width: 100%;
    text-align: left;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+54,ffffff+54,f2f2f2+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 54%, white 54%, #f2f2f2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 54%, white 54%, #f2f2f2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 54%, white 54%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    /* IE6-9 */ }
  .filter-btn .caret {
    float: right;
    position: relative;
    top: 9px; }

#expand-search {
  position: relative;
  max-width: 350px; }
  #expand-search .expand-input:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 1.2em;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #44697D; }
  #expand-search input[type=search] {
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    border: solid 1px #d3d3d3;
    padding: 8px 10px 8px 18px;
    width: 32px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -o-border-radius: 10em;
    border-radius: 10em;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #expand-search input[type=search]:focus, #expand-search input[type=search].expanded {
      width: 100%;
      color: #000;
      background-color: #f8f8f8;
      cursor: auto;
      outline: none; }

.dropdown-menu .active a {
  background: none;
  color: #EA7125; }
  .dropdown-menu .active a:before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #EA7125; }
  .dropdown-menu .active a:hover {
    background: #44697D; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  box-shadow: none;
  background: #44697D; }

tr.highlight-row td {
  background: rgba(46, 99, 125, 0.12) !important;
  border-bottom: 1px solid rgba(46, 99, 125, 0.13) !important; }
  tr.highlight-row td .action-circle {
    background: #ffffff; }

.highlight-text {
  color: #44697D;
  font-weight: 600; }

.daterange-picker .caret-spacer {
  margin-right: 10px; }

.select2-selection--multiple:after, .daterange-picker:after {
  color: #333333;
  font-size: 0.9em; }

.label {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 80%;
  padding: 0.3em 0.7em 0.4em; }

.border {
  border: 1px solid #e6e6e6; }

.border-bottom {
  border-bottom: 1px solid #e6e6e6; }

.border-top {
  border-top: 1px solid #e6e6e6; }

.inline-list {
  padding: 0;
  margin: 0; }
  .inline-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 8px; }
    .inline-list li:last-child {
      margin-right: 0; }
    .inline-list li ul {
      padding-left: 20px;
      margin-top: 5px; }
      .inline-list li ul li {
        display: block;
        margin-bottom: 3px; }

.small-type {
  font-size: 0.85em; }

.underline {
  border-bottom: 1px dashed #acacac; }

.label-primary {
  background: #44697D; }

.strong-text {
  font-weight: 600; }

.image-preview {
  position: relative;
  border: 3px dashed #bcbcbc;
  padding: 20px; }

.hidden-file-input {
  position: relative; }

.hidden-file-input input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.signature-image img {
  max-height: 120px;
  margin: 0 auto;
  display: block; }

.remove-row-x a {
  display: inline-block;
  margin-top: 8px;
  margin-left: 10px; }

.remove-row-x a, .remove-row-x a:visited {
  color: #7d7d7d; }

.remove-row-x a:hover {
  color: #d40e0e; }

.remove-x {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ed1313;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #ffffff; }
  .remove-x .fa {
    margin-right: 0; }

.checklist li:before {
  content: "\f058";
  font-family: "FontAwesome";
  color: #cecece;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

.subtle-link, .subtle-link:visited {
  color: #838383; }

.popover-content {
  font-size: 0.85em; }

.input-group label {
  margin: 0; }

h3 .label {
  text-transform: none; }

.label {
  padding: 4px 7px; }

.label-success {
  background: #5bc46a; }

.underline-list {
  margin: 0;
  padding: 0; }
  .underline-list li {
    list-style-type: none;
    padding: 5px 10px;
    border-bottom: 1px solid #ededed; }
    .underline-list li:last-child {
      border-bottom: none; }
  .underline-list label {
    font-size: 0.9em;
    font-weight: 600;
    margin: 0; }
  .underline-list p {
    margin: 0; }

.btn .caret {
  margin-left: 10px; }

.center-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.highlight-widget {
  border-bottom: 4px solid #32a1d7; }
  .highlight-widget h1, .highlight-widget label, .highlight-widget .accent-icon {
    color: #44697D; }
  .highlight-widget h1, .highlight-widget .accent-icon {
    font-size: 3em; }
  .highlight-widget label {
    opacity: 0.8; }
  .highlight-widget .label-primary {
    background: #32a1d7;
    color: #ffffff; }

.user-select {
  position: relative; }
  .user-select .beneficiary-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10; }
  .user-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 30px;
    margin-top: 2px; }

textarea {
  resize: vertical; }

.label-info {
  background: #EA7125; }

/* login */
body.login {
  background: url(../images/fractal-bg.jpg) repeat center center #f8f9f9;
  background-size: cover; }
  body.login .form-control {
    background: #fafafa; }

.login-image {
  position: fixed;
  right: -1px;
  top: 0;
  height: 100%;
  width: 33.4%;
  z-index: -1;
  background: url(../images/login-image.png) no-repeat;
  background-size: cover; }

.login-container {
  height: 100vh;
  display: flex; }

.login-wrap {
  -webkit-box-shadow: 0px 0px 15.2px 0.8px rgba(79, 79, 79, 0.15);
  box-shadow: 0px 0px 15.2px 0.8px rgba(79, 79, 79, 0.15);
  background: #ffffff;
  align-self: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 535px;
  padding: 40px 50px;
  border-top: 3px solid #EA7125; }
  .login-wrap h1 {
    font-size: 1.7em; }
  .login-wrap h1, .login-wrap h2 {
    text-align: center;
    color: #44697D;
    margin: 0 0 37px 0; }
  .login-wrap h3 {
    text-align: center;
    margin: -20px 0 30px 0; }
  .login-wrap .login-logo {
    display: block;
    margin: 0 auto 35px auto;
    max-width: 290px; }
  .login-wrap .forgot-link {
    margin: 50px 0 0 0;
    font-size: 1.1em;
    text-align: center;
    font-weight: 300; }
  .login-wrap .login-back {
    display: inline-block;
    margin-top: 20px;
    float: left;
    font-size: 1.1em; }

.copyright-text {
  color: #7f7f7f;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 10px;
  font-size: 0.9em;
  position: relative;
  margin: 40px 0 0 0; }

.show-password-requirements {
  position: relative; }

#pswd_info {
  padding: 15px;
  background: #fefefe;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 30px;
  display: none; }
  #pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: normal; }
  #pswd_info ul {
    margin: 0;
    padding: 0; }
    #pswd_info ul li {
      list-style-type: none; }
  #pswd_info:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 10px;
    margin-left: -10px; }
  #pswd_info .invalid {
    line-height: 24px;
    color: #ec3f41; }
    #pswd_info .invalid:before {
      content: "\f00d";
      font-family: "FontAwesome";
      margin-right: 8px; }
  #pswd_info .valid {
    line-height: 24px;
    color: #3a7d34; }
    #pswd_info .valid:before {
      content: "\f00c";
      font-family: "FontAwesome";
      margin-right: 8px; }

/* users */
#manage-users .user-circle {
  margin-right: 8px; }

#manage-users .user-name {
  font-weight: 600;
  margin-bottom: -1px; }

#manage-users .user-email {
  font-size: 0.9em; }

#manage-users td {
  white-space: nowrap; }

#manage-users .user-col {
  margin-left: 7px; }

#manage-users .user-email {
  font-size: 0.9em;
  white-space: initial;
  word-wrap: break-word;
  max-width: 130px; }

#manage-users .is-user:before {
  display: inline-block;
  vertical-align: middle;
  content: "\f090";
  font-family: "FontAwesome";
  color: #2b637f;
  font-size: 1.2em;
  opacity: 0.6;
  margin-left: -22px;
  margin-right: 5px; }

#manage-users .locked-out:before {
  display: inline-block;
  vertical-align: middle;
  content: "\f023";
  font-family: "FontAwesome";
  color: #da1616;
  font-size: 1.2em;
  margin-left: -22px;
  margin-right: 5px; }

.user-circle {
  color: #ffffff;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.public {
  background: #d2198a; }

.contact {
  background: #ad0ff7; }

.key-person {
  background: #23a7ec; }

.reviewer {
  background: #91b6c9; }

.account-admin {
  background: #f7a70f; }

.approver {
  background: #69b374; }

.primary-key-person {
  background: #1a88c1; }

.filtered-search {
  position: relative; }
  .filtered-search .input-wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .filtered-search .filtered-search-input {
    width: 80%;
    border: none;
    float: left; }
    .filtered-search .filtered-search-input:focus {
      box-shadow: none;
      outline: none; }
  .filtered-search .search-category-link {
    float: right;
    margin-top: 12px;
    margin-right: 10px; }
    .filtered-search .search-category-link span {
      font-weight: 600; }
    .filtered-search .search-category-link .fa {
      margin-left: 8px; }
  .filtered-search .input-icon {
    font-size: 1.5em;
    top: 8px; }

.filter-menu {
  background: #ffffff;
  margin: 10px 0;
  -webkit-box-shadow: 0px 1px 2.85px 0.15px rgba(79, 79, 79, 0.16);
  box-shadow: 0px 1px 2.85px 0.15px rgba(79, 79, 79, 0.16);
  position: relative; }
  .filter-menu h2 {
    color: #9e9e9e;
    margin: 0 0 20px 0;
    font-size: 1.1em; }
  .filter-menu .filters-wrap {
    padding: 20px; }
  .filter-menu .filter-actions {
    margin-top: 10px;
    border-top: 1px solid #ededed;
    padding: 15px 20px; }
  .filter-menu .filter-close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #b3b3b3;
    font-size: 1.3em;
    cursor: pointer; }
    .filter-menu .filter-close:hover {
      color: #44697D; }

.big-search-wrap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  position: relative; }
  .big-search-wrap .search-refine-drop {
    float: left;
    min-width: 11%;
    position: relative;
    z-index: 900; }
    .big-search-wrap .search-refine-drop button {
      background: #f2f2f2;
      border: none;
      color: #5c5c5c;
      font-weight: 600;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      padding: 14px 10px 14px 15px;
      text-align: left;
      position: relative;
      width: 100%;
      border-right: 1px solid #e8e8e8; }
      .big-search-wrap .search-refine-drop button .caret {
        position: relative;
        top: 10px;
        float: right; }
      .big-search-wrap .search-refine-drop button:focus {
        outline: none;
        box-shadow: none; }
  .big-search-wrap .big-search-input {
    float: left;
    width: 80%;
    border: none;
    background: #ffffff;
    height: auto; }
    .big-search-wrap .big-search-input:focus {
      outline: none;
      box-shadow: none; }
  .big-search-wrap .big-search-btn {
    float: right;
    font-size: 1.3em;
    height: 49px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    padding: 6px 14px; }
    .big-search-wrap .big-search-btn .fa {
      margin-right: 0; }

.light-text a, .light-text a:visited {
  color: #bdbdbd; }

.overview-widget {
  font-size: 0.95em; }
  .overview-widget label {
    font-weight: 600;
    margin-bottom: 0; }
  .overview-widget .overview-content ul {
    margin-bottom: 0; }
  .overview-widget .overview-content li {
    margin-bottom: 5px;
    word-break: break-word; }
    .overview-widget .overview-content li:last-child {
      margin-bottom: 0; }
  .overview-widget .overview-content .fa, .overview-widget .overview-content svg {
    color: #44697D;
    margin-right: 5px; }
  .overview-widget .overview-content .inline {
    margin-right: 3%; }
    .overview-widget .overview-content .inline:last-child {
      margin-right: 0; }
  .overview-widget .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden; }
  .overview-widget .truncate-more {
    font-size: 0.8em;
    display: inline-block;
    margin: 5px 0 0 0; }

.to-do-wrap {
  width: 93%;
  margin: 50px auto 0 auto; }

.to-do-date-header {
  margin: 0 0 8px 0; }
  .to-do-date-header p {
    text-transform: uppercase;
    color: #6a6a6a; }

.to-do {
  margin-bottom: 15px; }
  .to-do .check {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    background: #f0f0f0;
    color: #a9a9a9;
    margin-right: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer; }
    .to-do .check:hover {
      border: 1px solid #52b25f;
      color: #52b25f;
      background: #ffffff; }
    .to-do .check.completed {
      color: #ffffff;
      background: #5bc46a;
      border: 1px solid #52b25f; }
      .to-do .check.completed:hover {
        background: #f0f0f0;
        border: 1px solid #d8d8d8;
        color: #a9a9a9; }
    .to-do .check .fa {
      margin-right: 0; }
  .to-do .to-do-desc {
    float: left;
    width: 62%;
    margin-right: 8%; }
    .to-do .to-do-desc p {
      margin: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 100%;
      font-size: 0.9em; }
    .to-do .to-do-desc .check, .to-do .to-do-desc .desc {
      display: inline-block;
      vertical-align: middle; }
    .to-do .to-do-desc .desc {
      width: 92%; }
  .to-do .to-do-actions {
    float: right;
    width: 30%;
    text-align: right; }
  .to-do .to-do-info, .to-do .actions {
    display: inline-block;
    vertical-align: middle; }
  .to-do .to-do-info {
    font-size: 0.9em;
    margin-right: 43px;
    text-align: left; }
    .to-do .to-do-info label {
      display: block;
      margin-bottom: 2px; }
    .to-do .to-do-info p {
      margin: 0; }

.to-do-suggestions {
  position: absolute;
  width: 100%;
  -webkit-box-shadow: -2px 2px 15.2px 0.8px rgba(79, 79, 79, 0.13);
  box-shadow: -2px 2px 15.2px 0.8px rgba(79, 79, 79, 0.13);
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  margin-top: 5px;
  z-index: 90;
  display: none; }
  .to-do-suggestions ul {
    max-height: 140px;
    overflow: auto;
    margin: 0; }
  .to-do-suggestions a {
    display: block;
    padding: 5px 10px;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .to-do-suggestions a:hover {
      background: #ededed;
      padding: 5px 15px;
      text-decoration: none; }

#refine-message {
  text-align: center;
  font-size: 1.3em;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  #refine-message:before {
    color: #d4dbde;
    font-size: 6em;
    content: "\f0c0";
    font-family: "FontAwesome"; }
  #refine-message.reports {
    background: #fff;
    padding: 30px;
    width: 500px;
    margin: 50px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.05); }
    #refine-message.reports:before {
      content: "";
      display: none; }
    #refine-message.reports h2 {
      margin-top: 0; }
  #refine-message h2 {
    font-weight: 600;
    margin: 30px 0 18px 0;
    color: #979a9b;
    font-size: 1.2em; }
  #refine-message .hide {
    display: none; }

.table .has-comments:before {
  font-family: "FontAwesome";
  content: "\f27a";
  color: #b0b0b0;
  display: inline-block;
  vertical-align: middle;
  margin-right: -13px;
  position: relative;
  left: -17px;
  top: -3px; }

/* reviewer / approver */
#full-screen-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: #44697D;
  color: #ffffff;
  padding: 10px 20px;
  z-index: 900;
  box-shadow: 0 3px 4px -4px rgba(0, 0, 0, 0.7); }
  #full-screen-header a, #full-screen-header a:visited {
    color: #ffffff; }
  #full-screen-header .back-link {
    display: inline-block;
    margin: 8px 0 0 0; }
  #full-screen-header .btn {
    font-size: 1.15em;
    margin-right: 8px; }
    #full-screen-header .btn:last-child {
      margin-right: 0; }
  #full-screen-header p {
    margin: 7px 0; }

.full-screen-wrap {
  width: 95%;
  margin: 95px auto 0 auto; }
  .full-screen-wrap.narrow {
    width: 90%; }

.application-content .section-content {
  margin: 0 20px 20px 20px; }
  .application-content .section-content h3 {
    margin: 20px 0 10px 0; }
  .application-content .section-content ul {
    padding-left: 10px;
    margin: 5px 0;
    list-style-type: none; }
    .application-content .section-content ul li {
      padding: 4px; }
    .application-content .section-content ul li:before {
      font-family: "FontAwesome";
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      content: "\f068";
      color: #d0d0d0; }
    .application-content .section-content ul li.selected {
      color: #2caa2c;
      font-weight: 600;
      background: rgba(44, 170, 44, 0.05);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .application-content .section-content ul li.selected:before {
        content: "\f00c";
        color: #2caa2c; }

.content-row {
  margin-bottom: 15px; }
  .content-row .inline {
    margin-right: 5%; }
  .content-row .inline:last-child {
    margin-right: 0; }
  .content-row label {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 0.9em; }
  .content-row p {
    margin: 0; }

.bg-header {
  background: #ebf1f4;
  padding: 12px;
  margin-bottom: 20px; }
  .bg-header h2, .bg-header h3 {
    margin: 2px 0 0 0; }
  .bg-header h2 {
    color: #44697D;
    font-size: 1.2em; }
  .bg-header.red {
    background: #f4ebeb; }
    .bg-header.red h2, .bg-header.red a {
      color: #974f4f; }

.application-widget {
  max-height: 979px;
  overflow: auto; }

.matches-wrap {
  max-width: 90%; }

.matches-widget {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-top: 3px solid #fff;
  transition: all 0.4s ease-in;
  padding: 12px 20px !important;
  margin-bottom: 15px; }
  .matches-widget .btn {
    opacity: 0.5; }
  .matches-widget ul {
    margin: 0; }
  .matches-widget .hover-content {
    opacity: 0;
    display: none;
    margin: 5px 0 0 10px;
    transition: all 0.4s ease-in 0.5s;
    height: 0; }
  .matches-widget:hover {
    border-top: 3px solid #EA7125; }
    .matches-widget:hover .hover-content {
      opacity: 1;
      height: auto;
      display: block;
      transition: all 0s; }
    .matches-widget:hover .btn {
      opacity: 1; }

.blue-callout {
  text-align: center;
  padding: 30px;
  background: #f1f3fa;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block; }

.new-comment textarea {
  min-height: 100px; }

#edit-request .checkbox-inline, #edit-request .radio-inline {
  padding-left: 0; }

#edit-application label {
  font-weight: 600;
  font-size: 0.9em; }

#edit-application h3 {
  margin: 25px 0 8px 0; }
  #edit-application h3:first-child {
    margin: 0 0 8px 0; }

#edit-application .checkbox-inline, #edit-application .radio-inline {
  padding-left: 0;
  margin-right: 10px; }

#edit-application .form-group {
  margin-bottom: 10px; }

#edit-application .sub-question {
  margin: 15px 0 0 0; }

.advanced-filters .filter {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dadada;
  margin-bottom: 10px;
  padding: 10px;
  max-width: 740px; }
  .advanced-filters .filter:last-child {
    margin-bottom: 0; }

.advanced-filters .form-control {
  background: #f8f8f8; }

.advanced-filters .advanced-filter-btn {
  text-align: center;
  font-size: 1.2em;
  padding: 4px 9px; }
  .advanced-filters .advanced-filter-btn .fa {
    margin-right: 0; }

.advanced-filters .buttons-wrap {
  position: relative;
  right: -30px; }

.checklist-columns {
  margin-top: -4px;
  -webkit-columns: 6;
  /* Chrome, Safari, Opera */
  -moz-columns: 6;
  /* Firefox */
  columns: 6; }
  .checklist-columns label {
    color: #333;
    margin: 0;
    font-size: 0.95em; }

.list-item {
  border: 1px solid #ececec;
  padding: 8px 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .list-item:last-child {
    margin-bottom: 0; }
  .list-item p {
    margin: 5px 0 0 0; }

.page-container.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.contact-merges {
  display: none; }
  .contact-merges:before {
    position: fixed;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    z-index: 50;
    bottom: 0;
    z-index: 999;
    overflow: hidden; }
  .contact-merges .title-bar {
    background: #2f373b;
    color: #ffffff;
    padding: 16px; }
    .contact-merges .title-bar h2 {
      color: #ffffff;
      margin: 0; }
    .contact-merges .title-bar a, .contact-merges .title-bar a:visited, .contact-merges .title-bar a:active {
      color: #ffffff; }
    .contact-merges .title-bar .fa {
      font-size: 1.5em; }
  .contact-merges .contact-merges-panel {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    width: 80%;
    height: 90vh;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
  .contact-merges .merge-contact {
    padding: 20px;
    float: left;
    width: 50%;
    border-right: 1px solid #e6e6e6;
    height: 82.3vh;
    background: #f4f4f4; }
    .contact-merges .merge-contact label {
      font-size: 0.7em;
      text-transform: uppercase;
      font-weight: 700; }
    .contact-merges .merge-contact .btn {
      display: block;
      width: 100%;
      margin: 0 0 8px 0;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
  .contact-merges .merge-results {
    float: left;
    width: 50%;
    background: #ffffff; }
  .contact-merges .form-control {
    background: #fafafa; }
  .contact-merges .input-group .fa {
    margin-right: 0; }
  .contact-merges .form-group {
    margin-bottom: 9px; }
  .contact-merges .duplicates-wrap {
    overflow: auto;
    max-height: 75vh; }
    .contact-merges .duplicates-wrap h3 {
      margin: 13px; }
  .contact-merges .duplicate {
    padding: 14px 8px;
    border-bottom: 1px solid #e6e6e6; }
    .contact-merges .duplicate:last-child {
      border-bottom: none; }
    .contact-merges .duplicate .label-wrap {
      margin: -9px 0 0 0; }
    .contact-merges .duplicate .alert {
      margin: 0; }
    .contact-merges .duplicate .dismiss a, .contact-merges .duplicate .dismiss a:visited {
      color: #cccccc; }
    .contact-merges .duplicate .dismiss a:hover {
      color: #e41313; }
    .contact-merges .duplicate .btn {
      width: 100%;
      margin-bottom: 8px; }
  .contact-merges .search-wrap {
    position: relative; }
    .contact-merges .search-wrap .search-icon {
      color: #7c7c7c;
      position: absolute;
      left: 10px;
      top: 15px;
      font-size: 1.1em; }
    .contact-merges .search-wrap input {
      border-bottom: 1px solid #44697D;
      border-top: none;
      border-left: none;
      border-right: none;
      padding: 27px 12px 25px 33px;
      color: #575757;
      border-radius: 0; }

@-webkit-keyframes slideIn {
  100% {
    right: 0; } }

.ck-editor__editable {
  max-height: 380px;
  min-height: 130px; }

.dropdown-menu.actions-drop {
  margin-top: 8px; }
  .dropdown-menu.actions-drop > li > a {
    font-weight: 600; }
  .dropdown-menu.actions-drop .divider {
    margin: 5px 0; }

.underline-list.account {
  font-size: 0.93em; }

.account-labels .label {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle; }

.table .table-header {
  margin: -10px; }

.table-header {
  background: #44697D;
  margin: 0;
  color: #ffffff;
  padding: 12px;
  font-size: 1.05em;
  text-transform: none; }
  .table-header a, .table-header a:visited {
    color: #ffffff; }

.collapse-header:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.notes-wrap .byline {
  color: #EA7125;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.05em; }

.notes-wrap .note {
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 2.85px 0.15px rgba(79, 79, 79, 0.16);
  background: #ffffff;
  border-left: 3px solid #5c2b84; }
  .notes-wrap .note.edit {
    border-left: none; }

.notes-wrap .note-actions {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  margin-top: 15px;
  text-align: right; }
  .notes-wrap .note-actions li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px; }
    .notes-wrap .note-actions li:last-child {
      margin-right: 0; }

.ck-editor__editable {
  padding: 0.9em 0.8em !important; }

.ck-toolbar > * {
  margin-right: 0 !important; }

.fixed-actions {
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 15px; }
  .fixed-actions.active {
    background: #3b4146;
    color: #ffffff;
    padding: 10px; }
    .fixed-actions.active a, .fixed-actions.active a:visited {
      color: #ffffff; }
  .fixed-actions.fixed {
    position: fixed;
    top: 0;
    left: 180px;
    right: 0;
    z-index: 300; }
  .fixed-actions label {
    color: #ffffff;
    margin: 8px 0 0 0; }

.active-account {
  background: #e0eef5; }

@media (max-height: 700px) {
  .contact-merges .contact-merges-panel {
    width: 100%;
    height: 100vh;
    overflow: auto; }
    .contact-merges .contact-merges-panel .merge-contact {
      height: 100vh; }
    .contact-merges .contact-merges-panel .duplicates-wrap {
      max-height: 80vh; } }

@media (max-height: 663px) {
  .login-container {
    display: block;
    margin-top: 50px; } }

@media (max-width: 1421px) {
  .overview-widget .overview-content .inline {
    margin-right: 2%; } }

@media (max-width: 1325px) {
  #manage-users {
    max-width: 100%;
    overflow: auto; } }

@media (max-width: 1313px) {
  .to-do-wrap {
    width: 100%; }
  .contact-merges .contact-merges-panel {
    width: 95%; } }

@media (max-width: 1231px) {
  .to-do .to-do-desc, .to-do .to-do-actions {
    width: 100%;
    float: none; }
  .to-do .to-do-actions {
    text-align: left;
    margin: 16px 0 0 0;
    padding-left: 47px; }
    .to-do .to-do-actions .actions {
      float: right;
      margin-top: 12px; } }

@media (max-width: 1214px) {
  .overview-widget .overview-content .inline {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 20px; } }

@media (max-width: 1180px) {
  .login-image {
    width: 36.4%; }
  .login-wrap {
    margin-left: 6%;
    margin-right: 0; } }

@media (max-width: 1092px) {
  .contact-merges .contact-merges-panel {
    width: 100%;
    height: 100vh;
    overflow: auto; }
    .contact-merges .contact-merges-panel .merge-contact {
      height: 100vh; }
    .contact-merges .contact-merges-panel .duplicates-wrap {
      max-height: 80vh; } }

@media (max-width: 1065px) {
  ul.nav-tabs > li {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ddd; }
  ul.nav-tabs > li > a {
    border-right: 0; }
  ul.nav-tabs > li.pull-right {
    border-left: 0; } }

@media (max-width: 1039px) {
  .login-image {
    width: 43.4%; } }

@media (max-width: 991px) {
  .matches-widget .col-md-4 {
    text-align: center;
    margin-top: 20px; }
  .application-widget h1 {
    text-align: center; }
  .application-widget .align-right {
    text-align: center;
    margin-bottom: 20px; }
  .contact-merges .duplicate .label-wrap {
    margin: -9px 0 17px 0; } }

@media (max-width: 981px) {
  .advanced-filters .buttons-wrap {
    right: 0; } }

@media (max-width: 970px) {
  body.login {
    background-size: cover; } }

@media (max-width: 700px) {
  .content-widget .right-action {
    position: relative;
    text-align: center;
    top: 0;
    margin-bottom: 30px; } }

@media (min-height: 710px) {
  .copyright-text {
    margin: 20px 0 0 0;
    position: fixed; } }

@media (max-width: 784px) {
  .login-image {
    display: none; }
  .login-wrap {
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 767px) {
  .filters-row > div {
    margin-bottom: 10px; }
  .filters-row .inline {
    display: block; }
  .filters-row .btn {
    width: 100%;
    margin-bottom: 10px; }
  #full-screen-header {
    text-align: center; }
    #full-screen-header .align-right {
      text-align: center;
      margin-top: 10px; }
  .full-screen-wrap {
    margin: 115px auto 0 auto; }
  .advanced-filters .col-sm-3, .advanced-filters .col-sm-4, .advanced-filters .col-sm-2 {
    margin-bottom: 8px; } }

@media (max-width: 782px) {
  #manage-users .is-user:before {
    position: absolute;
    right: 10px; } }

@media (max-width: 767px) {
  .actions-row .actions, .actions-row .actions-title {
    text-align: center; }
  .actions-row .actions-title {
    margin-bottom: 20px; }
  .table-footer .col-sm-6 {
    text-align: center;
    margin: 10px 0; }
  #admin-footer .align-right {
    text-align: center; } }

@media (max-width: 651px) {
  .to-do .to-do-desc .desc {
    width: 72%; } }

@media (max-width: 618px) {
  .login-wrap {
    width: 90%;
    padding: 40px 20px; } }

@media (max-width: 800px) {
  /* menu break */
  .main-wrapper {
    padding-left: 0; }
  #side-menu {
    width: 100%;
    display: none; }
    #side-menu .logo {
      display: none; }
    #side-menu ul {
      margin-top: 50px; }
  .mobile-menu-btn {
    display: block; } }

@media (max-width: 530px) {
  .contact-merges .merge-results, .contact-merges .merge-contact {
    float: none;
    width: 100%; }
  .contact-merges .contact-merges-panel .duplicates-wrap {
    max-height: none; } }

@media (max-width: 580px) {
  .big-search-wrap .big-search-input {
    width: 70%; }
  .application-section .inline {
    display: block; }
  #full-screen-header .btn {
    font-size: 0.8em; } }

@media (min-width: 801px) {
  /* menu scale up */
  .main-wrapper {
    padding-left: 180px; }
  #side-menu {
    width: 180px;
    display: block !important; }
  .mobile-menu-btn, .mobile-menu-close {
    display: none !important; } }
#trustLinkSearchModal .modal-content {
    background-color: #fff !important;
    color: #000;
    opacity: 1 !important;
    z-index: 1060;
}

#trustLinkSearchModal.modal {
    z-index: 1050;
}

#trueLinkFeeModal .modal-content {
    background-color: #fff !important;
    color: #000;
    opacity: 1 !important;
    z-index: 1060;
}

#trueLinkFeeModal.modal {
    z-index: 1050;
}

.modal-backdrop {
    z-index: 1040 !important;
}