﻿@import 'app/animatedCheck.css';
/* ========================================================================
   Component: layout
 ========================================================================== */
body,
.wrapper > section {
  background-color: #e5e5e5;
}
.wrapper > .aside {
  background-color: #fff;
}
/* ========================================================================
   Component: top-navbar
 ========================================================================== */
.topnavbar {
  background-color: #fff;
}
.topnavbar .navbar-header {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #234f85 0%, #2e67ad 100%);
  background-image: -o-linear-gradient(left, #234f85 0%, #2e67ad 100%);
  background-image: linear-gradient(to right, #234f85 0%, #2e67ad 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff234f85', endColorstr='#ff2e67ad', GradientType=1);
}
@media only screen and (min-width: 768px) {
  .topnavbar .navbar-header {
    background-image: none;
  }
}
.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
  color: #234f85;
}
.topnavbar .navbar-nav > li > a:hover,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:focus {
  color: #0e1f34;
}
.topnavbar .navbar-nav > .active > a,
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > .active > a:hover,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .active > a:focus,
.topnavbar .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.topnavbar .navbar-nav > li > [data-toggle='navbar-search'] {
  color: #fff;
}
.topnavbar .nav-wrapper {
  background-color: #234f85;
  background-image: -webkit-linear-gradient(left, #234f85 0%, #2e67ad 100%);
  background-image: -o-linear-gradient(left, #234f85 0%, #2e67ad 100%);
  background-image: linear-gradient(to right, #234f85 0%, #2e67ad 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff234f85', endColorstr='#ff2e67ad', GradientType=1);
}
@media only screen and (min-width: 768px) {
  .topnavbar {
    background-color: #234f85;
    background-image: -webkit-linear-gradient(left, #234f85 0%, #2e67ad 100%);
    background-image: -o-linear-gradient(left, #234f85 0%, #2e67ad 100%);
    background-image: linear-gradient(to right, #234f85 0%, #2e67ad 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff234f85', endColorstr='#ff2e67ad', GradientType=1);
  }
  .topnavbar .navbar-nav > .open > a,
  .topnavbar .navbar-nav > .open > a:hover,
  .topnavbar .navbar-nav > .open > a:focus {
    box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.5) inset;
  }
  .topnavbar .navbar-nav > li > a,
  .topnavbar .navbar-nav > .open > a {
    color: #fff;
  }
  .topnavbar .navbar-nav > li > a:hover,
  .topnavbar .navbar-nav > .open > a:hover,
  .topnavbar .navbar-nav > li > a:focus,
  .topnavbar .navbar-nav > .open > a:focus {
    color: #0e1f34;
  }
  .navbar {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
  }
  .navbar-brand {
    color: #234f85 !important;
  }
  .navbar-nav > li > a,
  .navbar-nav > .open > a {
    color: #234f85;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > .open > a:hover,
  .navbar-nav > li > a:focus,
  .navbar-nav > .open > a:focus {
    color: #0e1f34;
  }
  .navbar-bottom-border {
    height: 5px;
    background-color: #5d9cec;
  }
}
.vertical-align {
  display: flex;
  align-items: center;
}
/* ========================================================================
   Component: cards
 ========================================================================== */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
/* ========================================================================
   Component: sidebar
 ========================================================================== */
.sidebar {
  background-color: #fff;
}
.sidebar .nav-heading {
  color: #919DA8;
}
.sidebar .nav > li > a,
.sidebar .nav > li > .nav-item {
  color: #515253;
}
.sidebar .nav > li > a:focus,
.sidebar .nav > li > .nav-item:focus,
.sidebar .nav > li > a:hover,
.sidebar .nav > li > .nav-item:hover {
  color: #234f85;
}
.sidebar .nav > li > a > em,
.sidebar .nav > li > .nav-item > em {
  color: inherits;
}
.sidebar .nav > li.active,
.sidebar .nav > li.open,
.sidebar .nav > li.active > a,
.sidebar .nav > li.open > a,
.sidebar .nav > li.active .nav,
.sidebar .nav > li.open .nav {
  background-color: #fcfcfc;
  color: #234f85;
}
.sidebar .nav > li.active > a > em,
.sidebar .nav > li.open > a > em {
  color: #234f85;
}
.sidebar .nav > li.active {
  border-left-color: #234f85;
}
.sidebar-subnav {
  background-color: #fff;
}
.sidebar-subnav > .sidebar-subnav-header {
  color: #515253;
}
.sidebar-subnav > li > a,
.sidebar-subnav > li > .nav-item {
  color: #515253;
}
.sidebar-subnav > li > a:focus,
.sidebar-subnav > li > .nav-item:focus,
.sidebar-subnav > li > a:hover,
.sidebar-subnav > li > .nav-item:hover {
  color: #234f85;
}
.sidebar-subnav > li.active > a,
.sidebar-subnav > li.active > .nav-item {
  color: #234f85;
}
.sidebar-subnav > li.active > a:after,
.sidebar-subnav > li.active > .nav-item:after {
  border-color: #234f85;
  background-color: #234f85;
}
/* ========================================================================
   Component: offsidebar
 ========================================================================== */
.offsidebar {
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #333333;
}
/* ========================================================================
   Component: Search Carousel
 ========================================================================== */
.search-container-header {
  height: 20px;
  background-color: #243948;
  margin-top: 4px;
}
.carousel-control.header {
  left: 5%;
  top: 7%;
  opacity: 0.6;
  width: 50%;
  padding: 10px;
  background-color: #000000;
  height: 100px;
}
.carousel-control.center {
  opacity: 1;
  width: 60%;
  height: 50px;
  margin-left: 20%;
  top: 50%;
}
/* ========================================================================
   Component: Products Section
 ========================================================================== */
.product-icon {
  width: 50px;
  height: 85px;
}
.product-text {
  padding-left: 0px;
}
/* ========================================================================
   Component: Footer
 ========================================================================== */
.inoxico-footer {
  background-color: #666666;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
.inoxico-footer a {
  background-color: #666666;
  color: white;
  text-align: center;
}
.inoxico-footer p {
  margin-bottom: 15px;
  text-align: left;
}
.inoxico-footer .social-icons {
  margin-top: 10px;
}
.inoxico-footer .social-icons .social-icon {
  margin-left: 10px;
}
.terms-privacy {
  text-align: center;
}
/* ========================================================================
   Component: General
 ========================================================================== */
.form-group.required .control-label:after {
  content: " *";
  color: red;
}
.btn-primary {
  background-color: #5d9cec;
}
.error-header {
  color: orangered;
}
/* ========================================================================
   Component: ???
 ========================================================================== */
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
/* align icon */
.left-addon .fa {
  left: 0px;
}
.right-addon .fa {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.required:after {
  content: "*";
  color: #FF8C00;
  font-size: 16px;
}
.btn-delete {
  color: red;
  border: 0px;
  background-color: transparent;
}
.btn-delete:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8);
}
.btn-add-icon-color {
  color: green;
  font-size: 1.8em;
}
.btn-add {
  color: grey;
  font-size: 15px;
  font-weight: bold;
  border: 0px;
  background-color: transparent;
}
.btn-add:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 8px rgba(102, 175, 233, 0.8);
}
.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0;
}
.btn-circle > * {
  line-height: inherit !important;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}
.btn-circle-small {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 10px;
  border-radius: 500px;
  border: 0;
  padding: 0;
}
.drop-down-btn {
  height: 32px;
}
/* ========================================================================
   Component: Radio Button Toggles
 ========================================================================== */
.list-modules li > div > i {
  opacity: 0.3;
  cursor: move;
  margin-right: 4px;
}
.list-modules li:hover > div > i {
  opacity: 1;
}
.list-modules li.list-group-item {
  line-height: 1.7em;
}
.list-modules li.list-group-item.has-group {
  background-color: #f6f6f6;
  padding-right: 4px;
}
.list-modules li.list-group-item.has-group li {
  padding: 4px 4px 4px 10px;
}
.list-modules li.list-group-item.has-group li:hover {
  background-color: #dadada !important;
}
.list-modules li.list-group-item.ui-sortable-helper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-left: 16px;
}
.list-modules .btn-group.toggle > .btn {
  min-width: 40px;
}
.list-modules .list-modules {
  margin: 6px 0 0 20px;
}
.btn-group.toggle > .btn {
  min-width: 80px;
}
.btn-group.toggle > .btn.active-success {
  border-color: #238f23;
  background-color: #2DB82D;
  color: white;
}
.btn-group.toggle > .btn.active-success:focus {
  background-color: #238f23;
}
.active-warning {
  color: #FF8C00;
}
.btn-group.toggle > .btn.active-warning {
  border-color: #cc7000;
  background-color: #FF8C00;
  color: white;
}
.btn-group.toggle > .btn.active-warning:focus {
  background-color: #cc7000;
}
.intl-tel-input {
  width: 100%;
}
.btn-group.toggle > .btn.active-mandatory {
  border-color: #008dcc;
  background-color: #00B0FF;
  color: white;
}
.btn-group.toggle > .btn.active-onfile {
  border-color: #00635a;
  background-color: #009688;
  color: white;
}
.btn-group.toggle > .btn.active-optional {
  border-color: #5b5b5b;
  background-color: #757575;
  color: white;
}
.alternating-list {
  background-color: #F5F5F5;
}
.danger {
  color: #d9534f;
}
.btn-group.toggle > .btn.danger {
  border-color: #c9302c;
  background-color: #d9534f;
  color: white;
}
.btn-group.toggle > .btn.danger:focus {
  background-color: #c9302c;
}
.success {
  color: #7cba43;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
td.overflow-ellipsis {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-danger {
  border-color: #d9534f !important;
}
.input-group-addon.input-danger {
  background-color: #f2dede;
}
.input-warning {
  border-color: #ff902b !important;
}
.input-group-addon.input-warning {
  background-color: #fcf8e3;
}
.input-success {
  border-color: #7cba43 !important;
}
.input-group-addon.input-success {
  background-color: #dff0d8;
}
.input-group-btn > button {
  height: 34px;
}
/* ========================================================================
   Component: card-list directive
 ========================================================================== */
.card-list-add-button > span {
  font-size: 15px;
  position: absolute;
  padding-left: 10px;
}
/* ========================================================================
   Component: Scrollbar
 ========================================================================== */
/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(237, 234, 234, 0.6);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(237, 234, 234, 0.4);
}
/* IE placeholder fix */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999 !important;
  font-size: 14px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999 !important;
  font-size: 14px;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999 !important;
  font-size: 14px;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999 !important;
  font-size: 14px;
}
.help-text {
  font-size: 11px;
  font-style: italic;
  padding: 4px;
  color: #cecece;
}
::selection {
  background-color: red;
  color: #fff;
}
.record-count {
  padding: 6px 12px;
  font-size: 14px;
  height: 34px;
  font-weight: 400;
  line-height: 18px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 20px;
}
.text-italic {
  font-style: italic;
}
table.small-tables th {
  font-size: 13px;
}
table.small-tables tbody td {
  font-size: 12px;
  vertical-align: middle;
}
/* ========================================================================
   Text Colors
 ========================================================================== */
.text-warning {
  color: #FF8C00;
}
.text-success {
  color: #2DB82D;
}
/* ========================================================================
   Custom Buttons
 ========================================================================== */
.alternative-button {
  color: white;
}
.btn.alternative-button {
  border-color: #5f788c;
  background-color: #4a5e6e;
  color: white;
}
.btn.alternative-button:hover {
  background-color: #5f788c;
}
.btn.alternative-button:focus {
  background-color: #5f788c;
}
.btn-google-red {
  color: #ffffff;
  background-color: #DB3236;
  border-color: #DB3236;
}
.btn-google-red:focus,
.btn-google-red.focus {
  color: #ffffff;
  background-color: #e15357;
  border-color: #e15357;
}
.btn-google-red:hover {
  color: #ffffff;
  background-color: #e15357;
  border-color: #e15357;
}
.btn-inverse {
  color: #fff;
  background-color: #131e26;
  border-color: #131e26;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #fff;
  background-color: #0c1318;
  border-color: #05090b;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #131e26;
  border-color: #131e26;
}
.btn-inverse .badge {
  color: #131e26;
  background-color: #fff;
}
/* ========================================================================
   Flag Icons
 ========================================================================== */
.flag-icon {
  width: 23.9969px;
}
.list-group-item:hover {
  background-color: #e5e5e5 !important;
}
.list-group-item {
  position: relative;
}
.company-search-view-border {
  border-left: 5px solid white;
  padding-left: 11px;
  padding: 4px 12px;
}
.company-search-view-border:hover {
  border-left-color: #e5e5e5;
}
.border-green {
  border-left-color: #96c966;
}
.list-group-item:hover .company-search-view-border {
  border-left-color: #e5e5e5;
}
.list-group-item:hover .border-green {
  border-left-color: #7CBA42;
}
.border-blue {
  border-left-color: #1AADE4;
}
.border-blue:hover {
  border-left-color: #47beea;
}
.find-company-select-button {
  right: 0;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.collapse-liquid {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.collapse-liquid.toggled {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* ========================================================================
   Liquidation Notice
 ========================================================================== */
.liquidation-possible-matches-actions {
  min-width: 112px;
}
.btn-group.toggle.liquidation-possible-matches-actions > .btn {
  min-width: 30px;
}
/* ========================================================================
   Bbbee Certificates
 ========================================================================== */
.bbbee-linked-records-actions {
  min-width: 80px;
}
.btn-group.toggle.bbbee-linked-records-actions > .btn {
  min-width: 30px;
}
/* ========================================================================
   Online Quickview
 ========================================================================== */
.checkbox-list-checkbox {
  margin-bottom: 0px;
}
.unselectable {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.inline-list {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px #E5E5E5 solid;
}
.inline-list .inline-list-content {
  padding-right: 40px;
}
.inline-list .btn-delete {
  position: absolute;
  right: 5px;
  top: 0px;
  height: 25px;
}
.webhooks .inline-list {
  border-bottom: none !important;
}
.requires-confirmation-checkbox {
  padding-left: 34px;
}
/* ========================================================================
   Custom Sections (Module setup)
 ========================================================================== */
.custom-sections .custom-sections-card-list .card-content {
  padding: 10px 12px;
}
.custom-sections .ui-sortable-helper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-left: 16px;
}
/* ========================================================================
   Checkbox pop over
 ========================================================================== */
.md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
  background-color: #1AADE4 !important;
}
md-checkbox.md-checked.blue .md-icon {
  background-color: #10ADE4;
}
md-checkbox .md-label {
  color: #656565 !important;
}
md-checkbox.withmargin {
  margin-left: 15px;
}
md-checkbox {
  /*display: inline;*/
  margin-bottom: -2px;
}
md-checkbox[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
/* ========================================================================
   Report Template Settings
 ========================================================================== */
.module-settings {
  font-size: 0.8em;
  padding-left: 1.5em;
}