* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Functions [`FUNC]
   ========================================================================== */
/* ==========================================================================
   Mixins [`MIXN]
   ========================================================================== */
/* ==========================================================================
   Variables [`VARI]
   ========================================================================== */
/* ==========================================================================
   User Defined Base Styles [`USER]
   ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 18px;
  line-height: 1.5;
  min-height: 100%;
}

body {
  font-size: 1em;
  background: #4f5f6f;
  min-height: 100%;
}
body.homepage {
  background: #ffffff;
}

.login {
  background: url("../img/bg-login-01.jpg") center center no-repeat;
  background: url("../img/maritime-bg-01.jpg") center center no-repeat;
  background-size: cover;
  background: #17a9b6;
}

ul li {
  list-style-type: none;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

/* ==========================================================================
   Typography [`TYPO]
   ========================================================================== */
@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/OpenSans-Bold-webfont.eot");
  src: url("../fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold-webfont.woff2") format("woff2"), url("../fonts/OpenSans-Bold-webfont.woff") format("woff"), url("../fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url("..fonts/OpenSans-Regular-webfont.eot");
  src: url("..fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("..fonts/OpenSans-Regular-webfont.woff2") format("woff2"), url("..fonts/OpenSans-Regular-webfont.woff") format("woff"), url("..fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("..fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?u2j7po");
  src: url("../fonts/icomoon.eot?u2j7po#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u2j7po") format("truetype"), url("../fonts/icomoon.woff?u2j7po") format("woff"), url("../fonts/icomoon.svg?u2j7po#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash-can:before {
  content: "\e900";
}

.icon-clipboard-edit:before {
  content: "\e901";
}

.icon-lock-rounded-open:before {
  content: "\e902";
}

.icon-lock-rounded-open2:before {
  content: "\e903";
}

.icon-lock-rounded:before {
  content: "\e904";
}

.icon-info2:before {
  content: "\e935";
}

.icon-cancel:before {
  content: "\e905";
}

.icon-cancel2:before {
  content: "\e906";
}

.icon-cog2:before {
  content: "\e907";
}

.icon-safe:before {
  content: "\e908";
}

.icon-list:before {
  content: "\e909";
}

.icon-stats:before {
  content: "\e90a";
}

.icon-profile2:before {
  content: "\e90b";
}

.icon-profile3:before {
  content: "\e90c";
}

.icon-profile4:before {
  content: "\e90d";
}

.icon-pencil2:before {
  content: "\e90e";
}

.icon-triangle-up:before {
  content: "\e90f";
}

.icon-triangle-right:before {
  content: "\e910";
}

.icon-triangle-left:before {
  content: "\e911";
}

.icon-triangle-down:before {
  content: "\e912";
}

.icon-mail4:before {
  content: "\e939";
}

.icon-info3:before {
  content: "\e936";
}

.icon-x:before {
  content: "\e913";
}

.icon-at:before {
  content: "\e914";
}

.icon-mail:before {
  content: "\e915";
}

.icon-home3:before {
  content: "\e916";
}

.icon-office:before {
  content: "\e917";
}

.icon-pencil:before {
  content: "\e918";
}

.icon-profile:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e91a";
}

.icon-equalizer:before {
  content: "\e91b";
}

.icon-equalizer2:before {
  content: "\e91c";
}

.icon-cog:before {
  content: "\e91d";
}

.icon-bin:before {
  content: "\e91e";
}

.icon-cross:before {
  content: "\e91f";
}

.icon-exit:before {
  content: "\e920";
}

.icon-paper-plane:before {
  content: "\e937";
}

.icon-mail3:before {
  content: "\e938";
}

.icon-info-with-circle:before {
  content: "\e933";
}

.icon-info:before {
  content: "\e934";
}

.icon-switch:before {
  content: "\e921";
}

.icon-mail2:before {
  content: "\e922";
}

.icon-settings_overscan:before {
  content: "\e923";
}

.icon-settings:before {
  content: "\e924";
}

.icon-notifications_paused:before {
  content: "\e925";
}

.icon-notifications_off:before {
  content: "\e926";
}

.icon-notifications_active:before {
  content: "\e927";
}

.icon-notifications:before {
  content: "\e928";
}

.icon-question_answer:before {
  content: "\e929";
}

.icon-view_list:before {
  content: "\e92a";
}

.icon-view_carousel:before {
  content: "\e92b";
}

.icon-rate_review:before {
  content: "\e92c";
}

.icon-pageview:before {
  content: "\e92d";
}

.icon-toggle-on:before {
  content: "\e92e";
}

.icon-toggle-off:before {
  content: "\e92f";
}

.icon-street-view:before {
  content: "\e930";
}

.icon-television:before {
  content: "\e931";
}

.icon-eye:before {
  content: "\e932";
}

.icon-alone {
  display: inline-block;
  /* Fix for clickability issue in WebKit */
}

.screen-reader-text {
  /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* ==========================================================================
   Header [`HEAD]
   ========================================================================== */
header {
  line-height: 60px;
  overflow: hidden;
  height: 60px;
}
header h1 {
  font-size: 1em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #17a9b6;
}
header h1 span {
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
}

.login-header-block {
  background: #FFFFFF;
}
.login-header-block.homepage {
  background: #17a9b6;
}
.login-header-block.homepage h1 {
  color: #ffffff;
}

.logout-button {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: none;
  border: none;
}

.admin-header-navigation {
  background: #d7dde4;
}

.logo-wrapper {
  background: #384655;
}

.action-bar {
  padding: 0 30px;
}

.user-controls .notifications {
  text-align: right;
}
.user-controls .notifications a {
  font-size: 1em;
  color: #4f5f6f;
}
.user-controls .profile {
  text-align: right;
}
.user-controls .profile a {
  padding-left: 15px;
}
.user-controls .icon-alone {
  color: #4f5f6f;
}
.user-controls a {
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #7e8e9f;
}
.user-controls a .icon-alone {
  color: inherit;
}
.user-controls a:hover {
  color: #44b2d7;
}

/* ==========================================================================
   Login [`LOGN]
   ========================================================================== */
.login-form {
  position: relative;
}
.login-form ::-webkit-input-placeholder {
  font-size: 1em;
  color: #8e9dac;
}
.login-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #8e9dac;
}
.login-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #8e9dac;
}
.login-form :-ms-input-placeholder {
  font-size: 1em;
  color: #8e9dac;
}
.login-form .login-form-background {
  background: #d7dde4;
  border-radius: 2px;
  position: absolute;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.login-form .login-form-contents {
  position: relative;
  padding: 30px;
}
.login-form input[type="password"],
.login-form input[type="text"] {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
  border-radius: 0;
  height: 44px;
}
.login-form input[type="password"] {
  margin-bottom: 8px;
}
.login-form label {
  font-size: 0.72222em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
  color: #506479;
}
.login-form h2 {
  font-size: 0.88889em;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
  color: #384655;
}
.login-form a {
  font-size: 0.72222em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  float: right;
}

.remember-block {
  margin-top: 10px;
  line-height: 30px;
  height: 30px;
}

.login-btn {
  border-top: 3px solid #59c2e6;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #44b2d7;
  border-radius: 2px;
  margin-top: 20px;
  color: #ffffff;
  height: 42px;
  width: 100%;
}

/* ==========================================================================
   Main [`MAIN]
   ========================================================================== */
.breadcrumbs-wrapper {
  padding: 0;
}

.breadcrumbs {
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #f8fafc;
  margin-bottom: 40px;
  padding: 15px 30px;
}
.breadcrumbs .icon-home3 {
  margin-right: 10px;
}
.breadcrumbs li {
  display: inline;
  color: #7e8e9f;
}

.padded-contents {
  padding: 0 15px;
}

.main-content-wrapper {
  padding-bottom: 60px;
  background: #f0f3f6;
}
.main-content-wrapper h2 {
  font-size: 1em;
  color: #4f5f6f;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
.main-content-wrapper h4 {
  font-size: 0.88889em;
  color: #4f5f6f;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}

.quick-link-slider {
  -webkit-transition: margin-top 0.5s ease-in-out;
  -moz-transition: margin-top 0.5s ease-in-out;
  transition: margin-top 0.5s ease-in-out;
  position: relative;
  margin-top: 0;
}
.quick-link-slider.up {
  margin-top: -316px;
}

.progress-view {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  opacity: 1;
}
.progress-view.invisible {
  opacity: 0;
}

.button-right {
  font-size: 0.88889em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: none;
  border: none;
  float: right;
}
.button-right.display {
  display: none;
}
.button-right.display.true {
  display: block;
}

.controls {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 60px 30px;
  margin-bottom: 30px;
  background: #ffffff;
}
.controls #overlay {
  margin: 0px 15px 30px 15px;
}
.controls #overlay img {
  padding-top: 30px;
  margin: 0 auto;
  display: block;
  width: 200px;
}
.controls h3 {
  font-size: 0.88889em;
  color: #4f5f6f;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
.controls p {
  font-size: 0.9375em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 30px;
}
.controls a {
  font-size: 0.83333em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 68px 0;
  display: block;
  color: #ffffff;
  width: 100%;
}
.controls a.first {
  background: #f17663;
}
.controls a.first:hover {
  background: #f59f92;
}
.controls a.middle {
  background: #fdc061;
}
.controls a.middle:hover {
  background: #fed493;
}
.controls a.last {
  background: #9cbc72;
}
.controls a.last:hover {
  background: #b4cc95;
}

.entry-controls form {
  float: left;
}
.entry-controls button.button {
  line-height: 34px;
  margin-left: 10px;
  padding: 0 20px;
  height: 34px;
  width: 100px;
  float: left;
}
.entry-controls input,
.entry-controls select {
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  padding: 0 20px;
  height: 34px;
  float: left;
}

.activity-listing {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  display: table;
  width: 100%;
}

.activity {
  background: #ffffff;
  display: table-row;
  margin-bottom: 1px;
  height: 46px;
  width: 100%;
}
.activity .image-container {
  overflow: hidden;
  height: 30px;
  width: 30px;
}
.activity .details {
  border-bottom: 1px solid #f0f3f6;
  vertical-align: middle;
  display: table-cell;
}
.activity .details.first {
  padding: 8px;
  width: 38px;
}
.activity .user {
  color: #4f5f6f;
  padding-left: 20px;
}
.activity .description {
  color: #d7dde4;
}
.activity .trash a {
  color: #a8b0b9;
}
.activity a {
  color: #44b2d7;
}

.action-block {
  margin-bottom: 30px;
}

.sidebar-wrapper {
  background: #4f5f6f;
  padding: 0;
}

.admin-navigation .collapsed .icon-alone {
  color: #ffffff;
}
.admin-navigation .icon-alone {
  color: #d7dde4;
  padding-top: 3px;
  float: right;
}
.admin-navigation li {
  width: 100%;
}
.admin-navigation li a {
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  padding: 15px;
  color: #ffffff;
  display: block;
}
.admin-navigation li a:hover, .admin-navigation li a.here {
  background: #44b2d7;
}

.toggle-menu li a {
  padding-left: 40px;
}

.new-relationship-wrapper input[type="text"],
.new-relationship-wrapper select {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  height: 44px;
  width: 300px;
}

.query-form ul li {
  font-size: 0.88889em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6px;
}
.query-form ul {
  margin-bottom: 20px;
}
.query-form h4 {
  margin-bottom: 8px;
}

.unchecked-notifications {
  background: #f17663;
  padding: 6px 10px;
  border-radius: 50%;
  margin-left: 8px;
}

/* ==========================================================================
   Users [`USER]
   ========================================================================== */
.create-user {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 30px;
}
.create-user ::-webkit-input-placeholder {
  font-size: 1em;
  color: #8e9dac;
}
.create-user :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: #8e9dac;
}
.create-user ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: #8e9dac;
}
.create-user :-ms-input-placeholder {
  font-size: 1em;
  color: #8e9dac;
}
.create-user input,
.create-user select {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0;
  height: 44px;
  width: 40%;
}
.create-user option {
  color: #8e9dac;
}
.create-user .button {
  border-radius: 2px;
  width: 150px;
}

.user-form select,
.user-form input[type="text"],
.user-form input[type="email"],
.user-form input[type="password"] {
  line-height: 44px;
  text-indent: 20px;
  height: 44px;
  width: 350px;
}

/* ==========================================================================
   UD-MODAL [`UD_MODAL]
   ========================================================================== */
.ud-modal-wrapper {
  position: fixed;
  z-index: 100000;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ud-modal-wrapper.open {
  display: block;
}

.ud-modal-background {
  background: #000000;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}

.ud-modal-window {
  position: absolute;
}

.ud-modal {
  padding-bottom: 50px;
  background: #FFFFFF;
  margin-left: 70px;
  margin-top: 70px;
  width: 90%;
}
.ud-modal h3 {
  font-size: 1.11111em;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  padding-left: 0;
  margin: 30px 0;
  float: left;
  width: 100%;
}
.ud-modal p.modal-fullname {
  width: 300px;
  float: left;
}

.ud-modal-close {
  position: relative;
  background: none;
  border: none;
  float: right;
  right: 96px;
  top: 104px;
}

/* ==========================================================================
   RD-TABLE [`RD_TABLE]
   ========================================================================== */
.rd-table {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  display: table;
  width: 100%;
}

.rd-row {
  display: table-row;
}

.rd-cell {
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  font-size: 0.77778em;
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
  height: 40px;
}
.rd-cell.rd-group {
  border-left: 1px solid #E3E3E3;
  text-transform: uppercase;
  font-size: 0.66667em;
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  background: #F6F6F6;
  border-bottom: none;
  color: #b23f33;
  width: 230px;
}
.rd-cell.rd-group.rd-bottom-cell {
  border-bottom: 1px solid #E3E3E3;
}
.rd-cell.rd-empty {
  border: none;
}
.rd-cell.rd-title {
  font-family: "OpenSansBold", "Helvetica Neue", Arial, sans-serif;
  border-left: none;
  color: #555555;
}

.rd-last-cell {
  border-right: 1px solid #E3E3E3;
}

.rd-top-cell {
  border-top: 1px solid #E3E3E3;
}

/* ==========================================================================
   Notifications [`NOTI]
   ========================================================================== */
.table-view {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.table-view .heading {
  border-bottom: 4px solid #f0f3f6;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  display: table-cell;
  text-indent: 30px;
  font-size: 12px;
  color: #bac6ce;
}

.table-headings-view,
.table-row {
  background: #ffffff;
  display: table-row;
  line-height: 50px;
  height: 50px;
}

.table-cell {
  border-bottom: 1px solid #f0f3f6;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  display: table-cell;
  text-indent: 30px;
  font-size: 12px;
}

/* ==========================================================================
   Helper [`HELP]
   ========================================================================== */
.help-icon {
  background: none;
  padding: 0 20px;
  outline: none;
  border: none;
}
.help-icon .icon-alone {
  color: #4f5f6f;
}
.help-icon.here {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #44b2d7;
  outline: none;
}
.help-icon.here .icon-alone {
  color: #FFFFFF;
}

.btn-print {
  border-bottom: 2px solid #59c2e6;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #44b2d7;
  border-radius: 2px;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
  border: none;
  float: right;
}
.btn-print:hover {
  background: #b3b2b2;
}

.display-none {
  display: none;
}

.modal-content {
  border-radius: 0;
}
.modal-content .btn {
  background-color: #e2e2e2;
  text-transform: uppercase;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background-image: none;
  text-shadow: none;
  font-size: 12px;
  border: none;
  height: 34px;
  width: 90px;
}
.modal-content .btn:hover {
  background-color: #fbfbfb;
}
.modal-content .btn-primary {
  background-color: #f17663;
}
.modal-content .btn-primary:hover {
  background-color: #f59f92;
}

.required {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #f17663;
}
.required input {
  color: #333;
}

.report-tabs button {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px 0px 0px 6px;
  text-align: right;
  border: none;
  background-color: #f4f4f4;
  margin-bottom: 1px;
  font-family: Arial;
  padding: 8px 20px;
  font-size: 12px;
  width: 100%;
}
.report-tabs button.active {
  background-color: #ffffff;
}

.help-list li {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  list-style-type: square;
  margin-left: 20px;
}

.submit-block.inline input[type="submit"] {
  display: inline-block;
}

.update .notifications {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  border-radius: 0px 0px 4px 4px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 10000;
  padding: 10px;
  height: 40px;
  width: 40px;
  top: -42px;
  right: 20%;
}
.update .notifications.active {
  top: 0;
}
.update .notifications img {
  width: 100%;
}

.user-type-selector {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  border-radius: 2px;
  text-indent: 12px;
  font-size: 14px;
  height: 44px;
  width: 100%;
}

.user-search-form input {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  line-height: 44px;
  text-indent: 20px;
  font-size: 14px;
  height: 44px;
  width: 100%;
}

.plus {
  position: relative;
  cursor: pointer;
  display: block;
  width: 10px;
}
.plus .blue {
  -webkit-transition: opacity 0.2 ease-in-out;
  -moz-transition: opacity 0.2 ease-in-out;
  transition: opacity 0.2 ease-in-out;
  background: url(../img/add-blue.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -4px;
  height: 10px;
  width: 10px;
  opacity: 0;
}
.plus .blue:hover {
  opacity: 1;
}
.plus .grey {
  background: url(../img/add-grey.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -4px;
  height: 10px;
  width: 10px;
}

.minus {
  position: relative;
  cursor: pointer;
  display: block;
  width: 10px;
}
.minus .blue {
  -webkit-transition: opacity 0.2 ease-in-out;
  -moz-transition: opacity 0.2 ease-in-out;
  transition: opacity 0.2 ease-in-out;
  background: url(../img/minus-blue.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -4px;
  height: 10px;
  width: 10px;
  opacity: 0;
}
.minus .blue:hover {
  opacity: 1;
}
.minus .grey {
  background: url(../img/minus-grey.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  margin-top: -4px;
  height: 10px;
  width: 10px;
}

.squarez {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}
.squarez.first {
  margin-left: 0;
}

.circlez {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
.circlez.first {
  margin-left: 0;
}

.annuity {
  background: #93D5E4;
}

.insurance {
  background: #E49393;
}

.nominators {
  background: #93e4bc;
}

.closest {
  background: #B793E4;
}

.info button.icon-alone,
.info a.icon-alone {
  color: #44b2d7;
  background: none;
  border: none;
}
.info button.f-32,
.info a.f-32 {
  font-size: 32px;
}
.info button.f-20,
.info a.f-20 {
  font-size: 20px;
}

.auth.invalid {
  border: 1px solid #ff0000;
}

.error-message {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  color: #ff0000;
}
.error-message.login-form-error {
  font-size: 12px;
}

.select-disabled {
  background-color: #e2e2e2;
}

.user-listing {
  margin-top: 30px;
  display: table;
  width: 100%;
}
.user-listing .headings {
  color: #bac6ce;
  height: 50px;
}
.user-listing .headings .info {
  border-bottom: 4px solid #f0f3f6;
}
.user-listing .user {
  height: 40px;
}
.user-listing .user .info {
  border-bottom: 1px solid #f0f3f6;
}
.user-listing .headings,
.user-listing .user {
  font-size: 0.66667em;
  text-transform: uppercase;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  display: table-row;
}
.user-listing .first {
  padding-left: 20px;
}
.user-listing .info {
  vertical-align: middle;
  display: table-cell;
}

.results-table {
  margin-top: 30px;
  display: table;
  width: 100%;
}
.results-table .result-headers,
.results-table .result {
  font-size: 0.66667em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  display: table-row;
}
.results-table .result-headers {
  text-transform: uppercase;
  color: #bac6ce;
  height: 50px;
}
.results-table .result-headers .width-50 {
  width: 50px;
}
.results-table .result-headers .index {
  width: 10px;
}
.results-table .result-headers .info {
  border-bottom: 4px solid #f0f3f6;
}
.results-table .result {
  height: 40px;
}
.results-table .result .info {
  border-bottom: 1px solid #f0f3f6;
}
.results-table .first {
  padding-left: 20px;
}
.results-table .info {
  vertical-align: middle;
  display: table-cell;
}
.results-table input[type="text"] {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #44b2d7;
  background: #ffffff;
  padding: 0 20px;
  height: 30px;
  width: 250px;
}
.results-table input[type="checkbox"] {
  width: auto;
  height: auto;
}
.results-table input[disabled] {
  border: none;
  padding: 0;
}
.results-table td button.icon-alone,
.results-table td a.icon-alone {
  color: #44b2d7;
  background: none;
  border: none;
}
.results-table td button.f-32,
.results-table td a.f-32 {
  font-size: 32px;
}
.results-table td button.f-20,
.results-table td a.f-20 {
  font-size: 20px;
}

.dataTables_wrapper .paginate_button a,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
}
.dataTables_wrapper .paginate_button.previous a, .dataTables_wrapper .paginate_button.next a {
  border-radius: 0;
}
.dataTables_wrapper .paginate_button.disabled {
  color: #e2e2e2;
}
.dataTables_wrapper .paginate_button.active a {
  background: #44b2d7;
  color: #ffffff;
}
.dataTables_wrapper .paginate_button a {
  color: #44b2d7;
  border-color: #F0F3F6;
}
.dataTables_wrapper .paginate_button a:hover {
  border-color: #F0F3F6;
}
.dataTables_wrapper select,
.dataTables_wrapper input {
  line-height: 44px;
  border-radius: 0;
  height: 44px;
}

table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
  line-height: 32px;
}

.results-table tbody tr {
  font-size: 0.66667em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  height: 40px;
}
.results-table tbody tr td {
  border-bottom: 1px solid #f0f3f6;
}
.results-table tbody tr td .first {
  padding-left: 20px;
}
.results-table input {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #44b2d7;
  background: #ffffff;
  padding: 0 20px;
  height: 30px;
  width: 250px;
}
.results-table th, .results-table td {
  vertical-align: middle;
}

.image-container img {
  width: 100%;
}

.image-notification {
  position: relative;
  margin-left: 10px;
  display: block;
  float: left;
  width: 34px;
}
.image-notification img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  opacity: 0;
}
.image-notification img.active {
  opacity: 1;
}

.button {
  border: none;
  border-bottom: 2px solid #59c2e6;
  font-size: 0.77778em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  background: #44b2d7;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  text-align: center;
  line-height: 42px;
  height: 44px;
  width: 200px;
}

.custom-checkbox,
.select-all {
  background: url("../img/unchecked.png") center center no-repeat;
  background-size: 90%;
  display: block;
  border: none;
  height: 14px;
  width: 14px;
}
.custom-checkbox.checked,
.select-all.checked {
  background: url("../img/checked.png") center center no-repeat;
  background-size: 90%;
  display: block;
  height: 14px;
  width: 14px;
}

.take-action {
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
  margin-top: 30px;
}

.float-left {
  float: left;
}

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #44b2d7;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}
/* ==========================================================================
   Charts [`CHAR]
   ========================================================================== */
.ac-chart,
svg {
  width: 100% !important;
}

text {
  font-size: 0.72222em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
}

/* ==========================================================================
   Bootbox [`BBOX]
   ========================================================================== */
.bootbox-body {
  font-size: 0.88889em;
  font-family: "OpenSansRegular", "Helvetica Neue", Arial, sans-serif;
}
