﻿/****************************************************************
 *
 * CSS for the report pages - This is what Erik setup to provide PG look/feel 
 * Author: Erik Philips
 *
*****************************************************************/

a {
  color: #0D5CA5 /*#2e8d32*/
}

  a:hover {
    color: #1779BA
  }

.top-bar.stacked-for-medium .mainmenu.active {
  color: #1779BA;
}

.top-bar-section ul li > a,
.top-bar a {
  font-weight: bold;
}

.top-bar li {
  border-bottom-width: 3px;
}

table.unstriped a {
  color: #0D5CA5
}

  table.unstriped a:hover {
    color: #1779BA
  }

.top-bar-section a,
a.link,
li.link a,
input.link {
  color: #1779BA !important
}

i:not(.icon-maintain, .icon-focus, .icon-monitor, .icon-promote) {
  color: #1779BA
}

button.button.hollow.primary {
  border-color: #1779BA;
  color: #1779BA;
}

.tabs.blue li.active a,
.tabs.blue li.is-active a {
  background-color: #1779BA;
}

.radio-group > label[for] {
  border-color: #1779BA !important;
}

[type=radio]:checked + label[for],
span.checkmark,
.switch input:checked + label,
.switch label,
.switch-paddle {
  background: #1779BA !important;
}

.dropdown.menu > li.is-active > a {
  color: #1779BA;
}

.callout h1.blue strong {
  color: #4A82B0;
}

input.postfix.btn-search {
  background-color: #1779BA;
}

label > input[type="checkbox"]:checked + span:before {
  background-color: #1779BA !important;
  border-color: #1779BA !important;
}

button.cancel,
.button.cancel,
button.action,
.button.action,
button.round,
.button.round {
  border-radius: 4px !important;
  padding: 0.5rem 1.5rem !important;
}

.radio-group > label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radio-group > label:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
