/* --------------- General Fonts -------------------------- */
@import url("https://use.typekit.net/xdl1oel.css");

h1,h2,h3,h4,p,li,a
{
  font-family: "acumin-pro-semi-condensed","acumin-pro", sans-serif!important;
}


/* --------------- Site Header adjustments ---------------- */
.static-top.navbar
{
  border-bottom:8px solid #5fceea;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a
{
  padding-top:8px;
  margin-top:6px;
  border-radius: 5px;
}

.static-top.navbar .menu-bar > ul.navbar-nav > li > a:hover,
.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show
{
  color:white;
  text-decoration: none!important;
}

.static-top.navbar .menu-bar > ul.navbar-nav > li > a:visited
{
  text-decoration: none!important;
}

#navbar ul.dropdown-menu
{
  padding:0;
  width:100%;
}

#navbar ul.dropdown-menu li
{
  padding-top:8px;
  border-radius: 5px;
}

#navbar ul.dropdown-menu li:hover
{
  background-color: #000;
}

#navbar ul.dropdown-menu li a
{
  text-align: center;
}

#navbar ul.dropdown-menu li.dropdown-divider
{
  margin:0;
  padding:0;
}

@media screen and (max-width: 600px)
{
  .static-top.navbar .menu-bar > .navbar-nav > li > a
  {
    text-align: center;
  }
}

/* -------------------- Page Title and Header ---------------- */
ul.breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
}

.breadcrumb>li+li:before {
    content: "> ";
    padding: 0 5px;
    color: #666;
}

.page-header h1 {
    margin-top: 5px;
}

.page-header {
    padding: 0;
    border: 0;
    margin: 0;
}

ul li {
    padding: 0 0 .75rem 0;
    font-size: 10pt;
    font-family: Lato;
}

html[dir=ltr] li a {
    margin-left: 0px;
}

.breadcrumb > li a {
    padding: 0px;
}

/* -------------------- Footer Marin -------------- */
.footer {
    margin-top: 40px;
}

/* Fixes Progress Bar on Mobile */
@media (max-width: 767px) {
    ol.progress.list-group.left, ol.progress.list-group.right {
        flex-direction: column;
    }
}

/* Callouts */
.fp-callout {
  background-color: #f2f2f2;
  padding: 1.5rem;
  border-left: 5px solid #007fae;
  margin-bottom: 1.5rem;
}

/* Tabs */
.alberta-tabs {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  border-bottom: 2px solid #ccc;
}

/* Tab item */
.alberta-tabs li {
  margin-right: 2rem;
}

/* Tab link base */
.alberta-tabs a {
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 0.5rem;
  display: inline-block;
  border-bottom: 4px solid transparent;
  color: #007fae;
}

/* Active tab */
.alberta-tabs li.active a {
  border-bottom: 4px solid #007fae;
  color: #000;
}

/* Tab content area */
.tab-content {
  padding-top: 1rem;
}

/* ----------------------- VIEWS GENERAL --------------------- */
.entity-grid div.view-grid
{
  overflow: visible;
}

.modal-body .entity-grid div.view-grid
{
  overflow: auto;
}

td[aria-label="action menu"] .dropdown.action ul
{
  padding:0;
}

td[aria-label="action menu"] .dropdown.action ul li
{
  padding-top:8px;
}

td[aria-label="action menu"] .dropdown.action ul li:hover
{
  background-color: #5fceea;
  border-radius: 5px;
}

/* ----------------------- FORMS GENERAL --------------------- */

/* Radio buttons */
html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
    margin: 2px 5px 5px 10px !important;
}

/* General input styling */
input::placeholder, textarea::placeholder
{
  color: grey!important;
}

#EntityFormPanel {
  border: none !important;
}

.crmEntityFormView {
  border: none !important;
}

input.pretend-disabled, textarea.pretend-disabled
{
  background-color: lightgrey!important;
}

/* Section */
fieldset legend.required h3::after
{
  content: "*";
  color: red;
}

/* -----------------Budget page specific styling --------------*/
.inputSet td.cell
{
  vertical-align: bottom;
  margin-bottom: 16px;
}

.inputSet td.cell .table-info p
{
  font-weight: bold;
  margin-bottom: 5px;
}

.inputSet td.cell label
{
  font-weight: normal;
}

/* ----------------------- READ ONLY FORM --------------------- */
#EntityFormPanel .form-readonly h2.tab-title {
  display: none;
}

/* --------- Quick View --------- */
#EntityFormPanel .form-readonly .crmquickform-cell .table-info .field-label {
    display: none;
}

#EntityFormPanel .form-readonly .crmquickform-cell {
    border: none !important;
    padding: 0 !important;
}