/*
    ____                      _ _
   | __ ) _ __ __ _ _ __   __| (_)_ __   __ _
   |  _ \| '__/ _` | '_ \ / _` | | '_ \ / _` |
   | |_) | | | (_| | | | | (_| | | | | | (_| |
   |____/|_|  \__,_|_| |_|\__,_|_|_| |_|\__, |
                                        |___/
*/
/*

   __     ___    ____  ____
   \ \   / / \  |  _ \/ ___|
    \ \ / / _ \ | |_) \___ \
     \ V / ___ \|  _ < ___) |
      \_/_/   \_\_| \_\____/

*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i|Montserrat:300,300i,400,400i,500,500i|");
:root {
  --text-blue:  #225C88;
  --text-light: #7D8296;
  --text-white: #FFFFFF;
  --text-black: #000000; }

:root {
  --font-family: ProximaNovaA-Regular;
  --font-weight: normal;
  --font-medium-font-weight: normal;
  --font-regular-font-weight: normal;
  --font-semibold-font-weight: normal;
  --font-italic-font-weight: normal;
  --font-thin-font-weight: normal;
  --font-italic-font-style: normal; }

button.plain {
  color: #7D8296;
  transition: all 0.2s ease-out;
  margin: 0 3px 0 3px; }
  button.plain.border {
    border: 1px solid rgba(125, 130, 150, 0.7); }
  button.plain.border:hover {
    border: 1px solid #4C8EE3; }
  button.plain:hover {
    color: #4C8EE3; }
  button.plain.fancy {
    color: #4C8EE3; }
    button.plain.fancy:hover {
      box-shadow: 0 2px 0 0 #4C8EE3; }
    button.plain.fancy:active {
      color: white;
      background: #4C8EE3; }

button {
  border: none;
  outline: none;
  background: none;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  vertical-align: middle; }

.ba-button {
  line-height: 34px;
  /*
  i {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 2px;
  } */ }
  .ba-button:hover {
    text-decoration: none; }
  .ba-button.ba-green {
    color: white;
    background: #50791b; }
    .ba-button.ba-green:hover {
      background: #79b829 !important; }
  .ba-button.ba-blue {
    color: white;
    background: #275ea0; }
    .ba-button.ba-blue:hover {
      background: #4283d1 !important; }
  .ba-button.ba-red {
    color: white;
    background: #d11d1a; }
    .ba-button.ba-red:hover {
      background: #e9514f !important; }
  .ba-button.ba-alert-red {
    background-color: #ED6447;
    color: white; }
    .ba-button.ba-alert-red:hover {
      background-color: #f28b75; }
    .ba-button.ba-alert-red:active {
      background: #e83d19; }
  .ba-button.ba-light-blue {
    background-color: #4C8EE3;
    color: white; }
    .ba-button.ba-light-blue:hover {
      background-color: #78aaea; }
    .ba-button.ba-light-blue:active {
      background: #2272da; }

.active-child-override {
  /*   < ---- Report Filter button   */
  background: white;
  color: orange !important; }
  .active-child-override i {
    color: orange; }
