/**
 * Plugin Name: Ungerboeck Calendar Integration Plug-in
 * Plugin URI: http://digital.ungerboeck.com/work/all-work
 * Description: This plug-in allows the calendar integration with Ungerboeck software.
 * Version: 1.0.0
 * Author: \\\\\\\\\\ < MARLON RODRIGUES > //////////
 * Author URI: http://digital.ungerboeck.com/about/our-team
 * License: Ungerboeck Software International - Copyright 2016
 */

/********** BEGIN MAP CSS ****************/

#ungerboeckContainer .ungerboeckMap {
  border-top: 5px solid #000;
  padding-top: 1em;
  margin-top: 0.5em;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters {
  background: #000000;
  padding: 1em;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter {
  display: inline-block;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter .customStateSelect {
  width: 15em;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customSearchButton {
  display: inline-block;
  float: right;
  color: #000000;
  background: #fff;
  padding: 0 2em;
  text-transform: uppercase;
  border-radius: .25rem;
  border: 1px solid #ddd;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customSearchButton:hover {
  cursor: pointer;
  background: blue;
  color: #fff;
}

#ungerboeckContainer .ungerboeckMap .customUSAMap {
  position: relative;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customFilterInputs {
  display: inline-block;
}

#ungerboeckContainer .ungerboeckMap .customMapFilters .customFilterInputs input {
  background: #fff;
  padding: 0.5rem 1rem;
  width: 100%;
}
/********** END MAP CSS ****************/


/*********** BEGIN LISTING CSS ***************/

.ungerboeckNoShow {
  display: none !important;
}

#ungerboeckContainer .ungerboeckEventsListing {
  margin-bottom: 5em;
}

#ungerboeckContainer .ungerboeckEventsListing h2 {
  border-top: 5px solid #000000;
  padding-top: 30px;
  margin-bottom: 15px;
  color: #000000;
}

#usiEventsListTable .ungerboeckClearFilters {
  float: right;
  background: #000000;
  color: #ffffff;
  padding: 0.2em 2em;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center;
}

#usiEventsListTable .ungerboeckClearFilters:hover {
  cursor: pointer;
  background: blue;
}

.usiEventsTable .filter_date_range {
  font-size: .1em;
}

.usiEventsTable thead .filter_date_range input {
  display: inline-block;
  border: none!important;
  text-transform: none;
  font-weight: normal;
  font-size: 0.9em;
  visibility: visible;
  font-size: 9.5em !important;
  width: calc(49% - 0.2em);
  position: absolute;
  top: 0;
}

.usiEventsTable thead .filter_date_range input#DataTables_Table_0_range_from_1 {
  left: 0;
}

.usiEventsTable thead .filter_date_range input#DataTables_Table_0_range_to_1 {
  right: 0;
}

.usiEventsTable {
  border: none !important;
  width: 100% !important;
}

.usiEventsTable thead th,
.usiEventsTable thead td {
  border: none !important;
  color: #ffffff !important;
  border-right: 1px solid #ffffff !important;
  font-weight: normal !important;
  font-size: 1.1em;
  padding: 0.3em 1em !important;
  vertical-align: top;
}

.usiEventsTable thead .sorting {
  background-position: left 12px center !important;
  padding: 0.3em 2.2em !important;
}

.usiEventsTable thead th:last-child,
.usiEventsTable thead td:last-child {
  border-right: none !important;
}

.usiEventsTable thead tr:first-child {
  background: #000000;
}

.usiEventsTable thead tr:last-child {
  background: #000000;
  opacity: 0.9;
}

.usiEventsTable thead input, 
.usiEventsTable thead select {
  width: 100%;
  padding: 0.2em 0.1em;
  border: none!important;
  color: #000;
  background-color: white;
}

/* .usiEventsTable thead select {
  width: 100%;
  border: none !important;
  height: 33px;
  padding: 0;
  color: #000;
} */

.usiEventsTable tbody tr td {
  border-top: none !important;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.usiEventsTable tbody tr:nth-child(odd) {
  background: #f1f1f2;
}

.usiEventsTable tbody a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.usiEventsTable tbody tr td>div {
  margin-left: 0.5em;
}

.usiEventsTable tbody td {
  color: #222222;
}

#usiEventsListTable .dataTables_info {
  font-style: italic;
}

#usiEventsListTable .dataTables_paginate .paginate_button {
  color: #000000 !important;
}

#usiEventsListTable .dataTables_paginate .paginate_button.current,
#usiEventsListTable .dataTables_paginate .paginate_button:hover {
  border: none;
  background: #f1f1f2;
  border-radius: 0px;
  color: #222222 !important;
}

#usiEventsListTable .dataTables_paginate .paginate_button.next {
  float: right;
  margin-right: -4.5em;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  padding: 3px 8px 5px 10px;
  margin-top: 8px;
  border: none;
}

#usiEventsListTable .dataTables_paginate .paginate_button.previous {
  float: right;
  margin-right: 2.5em;
  background: #000000 !important;
  color: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  padding: 3px 10px 5px 8px;
  margin-top: 8px;
  border: none;
}
/*********** END LISTING CSS ***************/


/*********** BEGIN EVENT DETAILS ************/

.ungerboeckEventContainer {
  margin-top: 0.5em;
  font-family: Helvetica, sans-serif;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer {
  overflow: hidden;
  font-size: 15px;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft {
  display: inline-block;
  width: 65%;
  background-color: #000000;
  padding: 10px;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft img {
  float: left;
  padding: 0.5em;
  margin: 0;
  width: 30%;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub {
  margin-left: 30%;
  padding: 0 15px 0 0;
  color: #ffffff;
  font-size: 15px;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub span {
  font-weight: bold;
  text-transform: capitalize;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub .eventDetailsTitle {
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub .eventDetailsTimeExtra {
  padding: 0em 3em;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub .buttonAddToCalendar {
  background-color: #fff;
  color: #000000;
  width: 50%;
  text-align: center;
  margin-top: 1.7em;
  padding: 0.2em 0.1em;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub .buttonAddToCalendar:hover {
  cursor: pointer;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  background-color: #e6e7e8;
    padding-bottom: 1000em;
    margin-bottom: -1000em;
  color: #000;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight span {
  font-weight: bold;
  text-transform: uppercase;
  color: #000 !important;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight div {
  padding: 0.3em 1em;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight .eventDetailsPresenter a {
  padding-top: 0.5em;
  text-transform: capitalize;
  color: #000000;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight .buttonRegisterNow {
  background: #000000;
  margin: 1em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 1em;
  margin: 1em;
  display: block;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight .buttonRegisterNow {
  cursor: pointer;
}

.ungerboeckEventContainer .customCollapsibleContainer {
  margin-top: 2.5em;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilarContainer {
  width: 100%;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar {
  display: inline-block;
  width: 25%;
  padding: 5px;
  margin-bottom: -1000em;
  padding-bottom: 1000em;
  vertical-align: top;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar.active {
  background-color: #e6e7e8;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar:hover {
  cursor: pointer;
  background-color: lightgray;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar .eventSimilarLocation {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar .eventSimilarDate {
  color: #000;
  font-size: 13px;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilarContainer .eventsSimilaRow {
  border-bottom: 1px solid #000;
  overflow: hidden;
}

.ungerboeckEventContainer .customCollapsibleContainer .eventsSimilarContainer .eventsSimilaRow:last-child {
  border-bottom: none;
}

.ungerboeckEventContainer .customCollapsibleContainer h2 {
  border-bottom: 1px solid #000000;
  margin-top: 1.5em;
  color: #000000;
  font-weight: bold;
}

.ungerboeckEventContainer .customCollapsibleContainer h2:before {
  content: '+ ';
}

.ungerboeckEventContainer .customCollapsibleContainer h2:hover {
  cursor: pointer;
}

.ungerboeckEventContainer .customCollapsibleContainer h2.open {
  color: #333;
}

.ungerboeckEventContainer .customCollapsibleContainer h2.open:before {
  content: '- ';
}

.ungerboeckEventContainer .customCollapsibleContainer ul ul {
  padding-bottom: 0em !important;
  margin-bottom: 0em !important;
}

/*
.customCPETextSeminars {
  display: none;
}

.customCPETextWebinars {
  display: none;
}
*/
/*********** END EVENT DETAILS ************/


/****************************** BEGIN MEDIA QUERIES *******************************************/

@media (min-width: 1200px) {
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customFromDateFilterInput,
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customToDateFilterInput {
    max-width: 115px;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter .customStateSelect {
    max-width: 200px
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customFilterInputs {
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customFilterInputs {
    display: block;
    margin-bottom: 10px;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customFromDateFilterInput {
    max-width: 48%;
    float: left;
    margin-right: 2%!important;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customToDateFilterInput {
    max-width: 50%;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter .customStateSelect {
    width: 100%;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter {
    width: 48%;
    display: inline-block;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customSearchButton {
    width: 50%;
    text-align: center;
    margin: 0;
    height: 33px;
  }
}

@media (max-width: 1024px) {
  .ungerboeckEventContainer .customCollapsibleContainer .eventsSimilarContainer .eventsSimilaRow {
    border-bottom: 0;
  }
  .ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar .eventSimilarDate {
    border-bottom: 1px solid #000;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft img {
    float: none;
    margin: 0 auto;
  }
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub {
    margin-left: 0;
  }
  /********* BEGIN TABLE CSS *******/
  #usiEventsListTable table,
  #usiEventsListTable thead,
  #usiEventsListTable tbody,
  #usiEventsListTable th,
  #usiEventsListTable td,
  #usiEventsListTable tr {
    display: block;
  }
  #usiEventsListTable thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #usiEventsListTable tr {
    border: 1px solid #ccc;
  }
  #usiEventsListTable td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  #usiEventsListTable td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #usiEventsListTable td:nth-of-type(1):before {
    content: "Program";
    font-weight: bold;
  }
  #usiEventsListTable td:nth-of-type(3):before {
    content: "Date";
    font-weight: bold;
  }
  #usiEventsListTable td:nth-of-type(4):before {
    content: "Location";
    font-weight: bold;
  }
  #usiEventsListTable td:nth-of-type(5):before {
    content: "State";
    font-weight: bold;
  }
  .usiEventsTable td {
    padding: 1.5em 0.4em 0.2em 0.4em !important;
  }
  #usiEventsListTable .ungerboeckClearFilters {
    float: none;
  }
  #usiEventsListTable .dataTables_length {
    margin-bottom: 1em;
  }
  #usiEventsListTable .dataTables_paginate .paginate_button.previous {
    display: none;
  }
  #usiEventsListTable .dataTables_paginate .paginate_button.next {
    display: none;
  }
  .usiEventsTable thead th,
  .usiEventsTable thead td {
    border-right: none !important;
  }
  /* .usiEventsTable thead tr:nth-child(2) th:nth-child(2) input.date_range_filter:first-child {
    margin-left: -0.3em;
  } */
  .usiEventsTable thead th:last-child {
    width: 89%;
    margin-top: -0.2em;
    margin-bottom: 0.2em;
  }
  .usiEventsTable thead th {
    max-width: 100%;
  }
  .usiEventsTable thead th:first-child input {
    width: 99.5%;
  }
  .usiEventsTable tbody tr td>div {
    margin-left: 0em;
  }
  /********** END TABLE CSS **************/
  .ungerboeckEventContainer .customCollapsibleContainer .eventsSimilar {
    width: 100%;
    font-size: 0.65em;
    padding-left: 0.5em;
    line-height: 2em;
  }
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft {
    width: 100%;
  }
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight {
    width: 100%;
  }
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub {
    padding: 1em;
  }
  .ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderLeft .eventDetailsHeaderLeftSub .buttonAddToCalendar {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

@media (max-width: 600px) {
  #ungerboeckContainer .ungerboeckMap .customMapFilters {
    padding: 1em 1em 3.5em 1em;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter {
    width: 100%;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customStatesFilter .customStateSelect {
    width: 100%;
  }
  #ungerboeckContainer .ungerboeckMap .customMapFilters .customSearchButton {
    margin-top: 15px;
    width: 100%;
  }
}


/****************************** END MEDIA QUERIES *******************************************/


/* =========================================================================== */
/* ============================ STYLE OVERRIDES ============================== */

#main-footer { background-color: #000000 !important; }

.current-menu-item { background-color: #000000 !important; }

.current-menu-item::after { border-color: #000000 transparent transparent transparent !important; }

.education { color: #000000 !important; }

.education h3 { color: #000000 !important; }

.arrow { background-color: #000000 !important; border-color: #000000 !important; }

.arrow:before { border-color: transparent transparent transparent #000000 !important; }

table.dataTable.usiEventsTable thead th, table.dataTable.usiEventsTable thead td {
  width: auto !important;
  display: table-cell;
}

.seminars-flex {
  display: flex;
}

.seminars-flex > span {
  display: flex; 
  width: 100%;
  justify-content: space-between;
  position: relative;
  height: 29px;
}

.ungerboeckEventContainer .eventDetailsHeaderContainer .eventDetailsHeaderRight > div.eventDetailsFee > span {
  font-style: italic;
  font-size: 16px;
  font-weight: bold !important;
  text-decoration: underline;
  color: #c6a16f !important;
  cursor: pointer;
  margin-right: auto;
  text-transform: none !important;
}