/* Space out content a bit */
body {
    padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

.fc-time-grid-container
{	
	min-height: 250px;
	height: auto !important; 
	overflow-y: visible; 
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li.active>a {
text-decoration: none;
background-color: #eee;
}

.highlight:hover,
.highlight:focus {
  color: #333;
  background-color: #333;
}

/* Sorting icons for smart tables */
.st-sort-ascent:before{
  content: '\25B2';
}

.st-sort-descent:before{
  content: '\25BC';
}

.form-module-heading-text > .glyphicon {
  color: #617e96;
}

.form-module-heading {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
}

.module-loading-icon {
  margin-top: 0.3em;
}

.modules {
  max-width: 800px;
  margin: 10px auto 0;
  width: 100%;
}

.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

@media only screen and (max-width: 530px) {
  .modal-footer.footer-lg, .actionsMenuLg {
      display: none;
  }
  .modal-footer.footer-sm, .actionsMenuSm {
      display: block;
  }
}

@media only screen and (min-width: 530px) {
  .modal-footer.footer-lg, .actionsMenuLg {
      display: block;
  }
  .modal-footer.footer-sm, .actionsMenuSm {
      display: none;
  }
}

.main-top-row-container-box {

}

.main-top-row-container-box .panel-body {
  padding: 7px 10px;
}

.main-ajas-community-title {
  font-size: 1.6em;
  margin-bottom: 4px;
}

.main-ajas-community-subtitle {
  font-size: 0.85em;
  margin-top: 7px;
}

.main-ajas-community-button {
  min-width: 80%;
}

.main-ajas-community-button img{
  display: inline-block;
  margin-top: -15px;
}


@media only screen and (min-width: 992px) {
  .front-page-welcome .panel-body {
    min-height: 147px;
  }

}

@media only screen and (max-width: 992px) {
  .main-page-ajas-logo {
    margin: 0 50px 0 auto !important;
  }
}


.front-page-btn-div {
  padding-top: 10px;
}

.dropdown-btn-icon {
  padding: 0 !important;
}

.main-page-container {
  position: relative;
}

.main-page-menu-button-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.main-page-menu-button-container .dropdown-menu {
  right: 0;
  float: right;
  left: inherit;
}

.main-page-ajas-logo {
/*  float:right; */
  margin: 40px auto;
  display: block;
}

.unfake-anchor {
  color: #333;
}
.unfake-anchor:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.main-page-link {
  font-size: 1.3rem;
}


.main-page-link:hover a {
  color: #617e96;
  text-decoration: underline;
}


.main-page-link-subtitle {
  margin-left: 25px;
  font-size: 0.8rem;
  margin-top: -9px;
  margin-right: 20px;
}


.main-page-link {
  border-radius: 25px;
  border: 1px solid #a4a4a4;
  padding: 2px;
  margin: 10px 0px;
}


.main-page-link-2:hover a {
  color: #617e96;
  text-decoration: underline;
}

.main-page-link-2 {
  font-size: 1.3rem;
  margin-top: 8px;
}

.main-page-link-subtitle-2 {
  margin-left: 25px;
  font-size: 0.8rem;
}

.main-page-link-2 .main-page-tall-icon {
  line-height: 5rem;
}

.main-page-link-3 .fa-circle {
  font-size: 0.9rem;
}

.main-page-link-3 .main-page-link-subtitle-2 {
  margin-left: 35px;
}

.main-page-link-3 .fa-chevron-right {
  /*display: none;*/
}