ul {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #222222;
  /*    z-index: 10000 !important;
*/
}

body {
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  overflow-x: hidden;
  background: #E6EBF1;
  top: 0 !important;
}

main {
  margin-top: 100px;
  min-height: 600px;
}

table {
  font-size: 12px !important;
}

td {
  padding: 5px !important;
}

tr td:first-child {
  font-weight: bold;
}

footer {
  padding-top: 40px;
  background-color: #2e353d;
  color: white;
  min-height: 600px;
}

i {
  margin-right: 0.5em;
}
.condensed_li {
  padding: 5px 10px !important;
}

.btn-group button {
  margin: 7px;
}

/* Support Section */
#searchBox {
  padding: 10px;
  background-color: white;
  border-radius: 50px;
  border: 2px solid lightblue;
}

.supportIcon {
  font-size: 25px;
}

.searchBoxAddOn {
  border: none !important;
  background-color: white !important;
}

.article-list>ul li {
  border-color: #e4e9ec;
  border-bottom: 1px solid #eff2f4;
  list-style: none;
}

.article-list>ul li a {
  display: block;
  padding: 25px 62px 22px 62px;
  margin: -1px -21px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition-property: background-color, border-color;
  transition-duration: 150ms;
  cursor: pointer;
}

.article-list>ul li a h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3px;
  position: relative;
  color: #292e31;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

.article-list>ul li a p {
  font-size: 12px;
  line-height: 22px;
  transition: color 150ms;
  color: #6f7c82;
}

.article-list>ul li a mark {
  color: #4c555a;
  font-weight: 500;
  background-color: inherit;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item>a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

/* End Support Section */

/*  Stats Page Section */
.statscard {
  background-color: white;
  box-shadow: 5px 5px 2px 0px #cfcfcf;
  padding: 10px;
  border-radius: 2px;
  margin: 5px;
}

.statscardTop {
  min-height: 160px;
}

.report-top {
  font-weight: 900;
  color: #595959;
  font-size: 30px;
}

/* End Stats Page Section */





/* Object List Pages */
[class*="td-title-"]:hover {
  opacity: 0.9 !important;
}

[class*="td-arrow-"] {
  /* base arrow properties */
  position: absolute;
  top: 35%;
  right: 0px;
  font-size: 20px;
  margin: 0px;
}

.td-arrow-info {
  color: #337ab7;
}

.td-arrow-warning {
  color: #f28c1d;
}

.td-arrow-danger {
  color: #f04124;
}

.td-arrow-success {
  color: #33cc99;
}

.td-arrow-default {
  color: #708090;
}

[class*="td-title-"] {
  /* base td properties */
  background: #2e353d;
  text-align: center;
  position: relative;
  color: white;
  padding-top: 15px !important;
  font-size: 14px;
  font-weight: lighter !important;
}

.td-title-info {
  border-right: 10px solid #337ab7;
}

.td-title-warning {
  border-right: 10px solid #f28c1d;
}

.td-title-danger {
  border-right: 10px solid #f04124;
}

.td-title-success {
  border-right: 10px solid #33cc99;
}

.td-title-default {
  border-right: 10px solid #708090;
}


.nav-tabs>li>a {
  border: 1px solid lightgrey;

}

.nav-tabs>li .active>a {
  color: white;
  background-color: slategrey;
  border-bottom: 1px solid #d19b3d;

}

.event-row {
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}


/* Loading Spinner Section */

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #1a1a1a;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

/* End Loading Spinner Section */





.thead-center th {
  text-align: center !important;
}

.filter {
  background-color: #e7e7e7;
  border: 1px solid #c0c7c7;
}

.base-table {
  background-color: #f1f1f1;
  text-align: center;
}

.base-table-th {
  text-align: center !important;
}

.background {
  background-color: #e5eaf1;
}

.panel-heading {
  cursor: pointer;
}

.panel {
  box-shadow: 2px 5px 10px darkgrey !important;
  border-color: #eaedf2 !important;
  transition: all .2s ease;
}

.radio {
  display: inline-block !important;
  margin-left: 40px !important;
}

.radio>label {
  font-size: 16px;
}

.dashcard {
  background-color: white;
  box-shadow: 5px 5px 2px 0px #cfcfcf;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 150px;
}

.radioMemberForm {
  display: inline-block;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  "

}

.date-inline-select {
  width: auto;
  display: inline-block;
}

.dashcard:hover {
  box-shadow: 8px 8px 3px 2px #cfcfcf;
}

.fa-info-circle {
  color: #45ab6a;
}

/* Paginator */
.pagination>li>a {
  background-color: #FFF;
  border-color: #999999;
  color: black;
}

.pagination>li>span {
  background-color: #008cba;
  color: white;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination .disabled>span,
.pagination .disabled>span:hover {
  background-color: #008cba;
  color: white;
}

.paginator {
  font-weight: 400;
  display: inline-block;
  list-style: none;
}

.paginator>li {
  position: relative;
  float: left;
  padding: 8px 10px;
  line-height: 1.4;
  border-radius: 3px;
  margin-left: 4px;
  border: 1px solid #6f7f8f;
}


.paginator>li>a {
  text-decoration: none;
  font-size: 12px;
}

.paginator_selector_outer {
  background-color: #6f7f8f;
  color: white;
}

.paginator_selector_outer:hover {
  border: 1px solid #d09a3f;
  background-color: #a9b7c6;
}

.paginator_selector_inner {
  background-color: #008cba;
  color: white;
}

.paginator_selector_inner:hover {
  border: 1px solid #d09a3f;
  background-color: #02baf7;

}

.paginator_selector_outer>a,
.paginator_selector_inner>a {
  color: white;
}

.paginator_page_number {
  background-color: #FFF;
  border-color: #999999;
}

.paginator_page_number>a {
  color: black;
}

/* End Paginator */

.profile-table {
  font-size: 1em !important;
}

#profileTabs {
  background-color: white;
}

#reportTabs {
  background-color: #f7f9fc
}

.tab-content {
  padding: 20px;
}

.tab-content td {
  padding: 10px;
}

.tab-content-blank {
  padding: 20px;
}

.tab-content-blank td {
  padding: 10px;
}

.chartArea {
  background-color: #e5eaf1;
  padding: 10px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.ui-menu {
  background: white;
  list-style-type: none;
  cursor: pointer;
}

.ui-menu li:hover {
  font-weight: bold;
}

.event_detail tr td,
.note-detail tr {
  padding: 5px;
  vertical-align: top;
}

.note-detail:hover {
  cursor: pointer !important;
}


#quickInvoiceForm {
  min-height: 50px;
}

.indexTitle {
  margin-top: 50px;
}

#menu-content {
  width: 100%;
}

/* Date Picker  Section */
.bootstrap-datetimepicker-widget {
  background-color: #2e353d;
  color: white;
}

.bootstrap-datetimepicker-widget td.day {
  background-color: #2e353d;
  color: white;
}

.bootstrap-datetimepicker-widget td:hover {
  color: #2e353d;
  background-color: white;
}


.dtPickerInline {
  background-color: #2e353d;
  padding: 20px;
  color: white;

}

.dtPickerInline td.day {
  background-color: lavender;
  color: #2e353d;
}

.dtPickerInline td.day.new.disabled,
td.day.disabled {
  background: #2e353d !important;
}

.dtPickerInline td.day.new.disabled:hover,
td.day.disabled:hover {
  background: #2e353d !important;
}

.dtPickerInline td.day.new {
  background-color: lavender;
  color: #2e353d;
}

.dtPickerInline td.day.new:hover {
  background-color: white;
  color: #2e353d;
}

.dtPickerInline td.day.today {
  border: 1px solid orange !important;
}

/* End Datepicker Section */

.eventWrapper {
  background-color: white;
  border: 1px solid grey;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 10px;
}

/* Schedule Table*/


/*Radio Button Styling*/

/* Customize the label (the container) */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radioContainer :hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@media only screen and (min-width: 1300px) {
  .large-screen {
    width: 70% !important;
    margin-left: 5% !important;
  }
}

@media only screen and (max-width: 1300px) {
  .hideIfMediumScreen {
    display: none;
  }

  .report-top {
    font-size: 20px
  }
}

@media only screen and (max-width: 1000px) {
  p {
    font-size: 1em;
  }

  p.small {
    font-size: 0.8em;
  }

  main {
    margin-top: 30px;
  }

  h2 {
    font-size: 1.5em;
  }

  td {
    min-width: 0px;
  }

  .hideIfSmallScreen {
    display: none;
  }

  [class*="td-title-"] {
    font-size: 0.8em;
    width: 30px;
    padding-top: 4px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12px;
  }

  .col-sm-4 {
    padding-bottom: 5px;
  }

  .nav-link {
    font-size: 11px;
  }
}

@media only screen and (max-width: 500px) {


  tr td:first-child {
    width: 80px;
  }

  .fa-lg {
    font-size: 1em;
  }

  .hideIfMobile {
    display: none !important;
  }

}