

:root {
  /*
   * Typography
   * ======================================================================== */

  --font-family-base: 'Roboto', sans-serif;

  /*
   * Layout
   * ======================================================================== */

  --max-content-width: 1000px;
  --bg-color:#CFCFCF;
  /*--main-color:#42469B;*/
  --main-color:#285596;
  --secondary-color:#7FC931;
  --border-color: #E6E6E6;
  --gray-color:rgba(180,180,180,1);
  --menu-hover:rgba(255,255,255,0.15);
  --svg-color:rgba(255,255,255,0.15);
  --inactive-color:#B3B3B3;
  --link-color: #4D9E0E;
  --link-color-blue: #2366C9;

  /*
   * New color scheme 12.02.2019
   * ======================================================================== */
  /*--bg-table-dark: #283040;*/
  --bg-table-dark: #26374C;
  --bg-table-dark-hover: #3C4B5E;
  --bg-table-light: #fff;
  --bg-table-light-hover: #0000000d;
  --bg-light-grey: #F5F5F5;
  --bg-light-gray: #F5F5F5;
  --bg-gark-grey: #EFF0F2;
  --bg-dark-blue: #26405F;
  --bg-blue: #285596;
  --bg-bidding: #EBF8FF;
  --text-dark: #333333;
  --text-dark333: #333333;
  --text-light: #999999;
  --text-medium: #787878;
  --text-green-dark: #4D9E0E;
  --text-green-light: #75C422;
  --text-green-landing: #99E647;
  --text-links: #4380C7;
  --text-links-light: #82C3FF;
  --icon-default: #B2B2B2;
  --stroke-light-gray1: #D2D2D2;
  --stroke-light-gray2: #E6E6E6;
  --stroke-dark: #35475E;
  --text-warning: #E34848;
  --text-warning-light: #FF5C00;
  --icon-freight-request: #F8BF50;
  --icon-offer: rgba(0, 0, 0, 0.8);
  --chat-themed-color: #fff;
  --my-position-color: #75C422;
  --light-colored-hover: rgba(127, 201, 49, 0.4);
  --text-green-light-to-blue: var(--text-green-light);
  --tab-bottom-border: #75C422;
  --themable-round-btn: #74CF2D;
  --themable-round-btn-color: #fff;
  --themable-round-btn-circle: #61AB27;
  --default-dark-text: #333333;
  --gray-ico: #DADADA;
  --profile-sidebar-blue: #0F4778;
  --profile-dark-value: #1C1B1B;
  --profile-grey-label: #999999;
  --chips-excluded: #E6E6E6;
  --chips-included:  #D6EDBD;
  --default-dark-text: #333333;
  --light-blue-btn: #35A8E1;
  --ports-port-hover: #7fc93166;
  --check-mark: #75C422;
  --hoverable-background: #E6E6E6;
  --hoverable-background-dark: rgba(255,255,255,0.15);
  --regions-cluster-outside: #ffffff;
  --regions-cluster-inside: #4380C7;
  --filter-sort-clr: #787878;
  --active-filter-sort: #285596;
  --active-filter-sort-clr: #F5F5F5;
  --active-filter-sort-brd: #4380C7;
  --checkbox-outline: #B2B2B2;
  --checkbox-outline-dark: #35475E;
  --checkbox-background-dark: #35475E;
  --input-cell-focus: #75C422;
  --text-dark333: #333333;
  --text-secondary-dark: #ffffffb3;
  /*
   * Media queries breakpoints
   * ======================================================================== */
}
