﻿/*  
    Primary Color = Green
    Accent Color = Blue
    Dark Primary color:   #00796B
    Primary color:        #009688
    Lite Primary color:   #B2DFDB
    Accent color:         #2196F3
    Dark Accent color:    #1976D2
    Lite Accent color:    #BBDEFB
    Text color:           #212121
    Secondary text color: #727272
    Divider color:        #B6B6B6
    Lite Divider color:   #F5F5F5
    Red color:            #F44336
*/

header.admin {
  border:none;
  width: 100%;
  padding: 20px 0 0;
  background: #095b54;
}
.logo a, .logo a:visited {
  color:white;
}

.header-bottom {
  border: none;
  padding-top: 0;
}
.main {
  min-height: 650px;
}

h1 {
  margin-top:0;
  color:#000;
}
.grid-container {
  width: 100%;
  /*border-top: 1px solid #B6B6B6;
  margin-top: 20px;
  padding-top: 20px;*/
  float: left;
}
.grid-container > div > .table-minimal {
  margin-top: -20px;
}
.grid-menu {
  width: 100%;
  margin: 0 0 20px;
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5;
}
.grid-title {
  float: left;
}
.grid-title span {
  font-size: 20px;
}
.grid-title h1 {
  margin:0;
}
.page-header-button, .grid-menu-button {
  float: right;
  
}

.page-header .page-header-button {
  margin-top: -43px;
}
.page-header-button a {
  text-decoration: none;
}
.select-bar {
  width: 100%;
  background: #F5F5F5;
  float: left;
  margin-bottom: 20px;
}
.select-bar .formgroup {
 padding: 8px 10px;
 height: 56px;
}
.select-bar-inner {
  float: left;
  width: 500px;
}
.select-bar span, .select-bar label {
  float: left;
  display: table-cell;
  padding-top:8px;
  text-align: right;
  padding-right: 5px; 
}
.select-bar select {
  float: left;
  width: 60%;
  margin: 0
}
ul.grid-navigation {
    /*float: left;
    margin: 0;
    padding: 1px;*/
    /* margin-bottom: -5px; */
    margin:0;
    padding: 0;
}

.grid-navigation li {
    display: inline-block;    
}

.grid-navigation a {
    padding: 10px 10px 12px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    text-decoration: none;
}

.grid-navigation a:hover {
  text-decoration: none;
}

.sub-navigation {
  width: 100%;
  height: 55px;
  float: left;
  border-bottom: 1px solid #f5f5f5;
}
.sub-navigation ul {
  padding: 0;
  margin:0;
}
.sub-navigation li {
  display: inline-block;
  font-size: 18px;
}
.sub-navigation li a {
  text-decoration: none; 
  padding: 15px;
}
.page-header {
  margin-top: 40px;
  vertical-align: top;
      padding-bottom: 20px;
}
.page-header h1 {
  /*width: 250px;*/
}
.page-header h1 a {
  /* float: right; */
    margin-top: 10px;
}
.page-header h1, .grid-navigation{
  
  vertical-align: middle;
}
/*.page-header h1 {
  padding-top: 10px;
}*/

.form-container {
  float: left;
  width: 100%;
}
.form-container.centered-content {
  float: none;
}
.header-top, .header-bottom {
  width: 100%;
  display: inline-block;
}

.header-top {
  margin-bottom: 20px;
}
.secondary-menu ul, .nav ul {
  margin:0;
  padding:0;
}

.secondary-menu ul li, .nav li {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}

.secondary-menu li a{
  text-decoration: none;
  padding: 8px;
  color:#B2DFDB;
}

.secondary-menu li a i {
  vertical-align: -10%;
  margin-right: 3px;
}
.secondary-menu li a:hover{
  color:white;
} 
.nav li a {
  text-decoration: none;
  padding: 16px 18px;  
  font-weight: 600;
  letter-spacing: 0.01em; 
  border-bottom: 4px solid transparent;
  line-height: 48px;
  color:white;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: all ease 300ms;
}
.nav li a:hover {
  border-bottom: 4px solid #64FFDA;  
}

.secondary-menu {
  font-size: 13px;
}

.nav {
  font-size: 16px;
  text-transform: uppercase;
}
.profile ul li > a {
  color:#B2DFDB;
  text-decoration: none;
  padding: 12px 15px 15px;
  display: block;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  min-width: 100px;
  min-height: 45px;
}

.profile ul li.open > a {
  background:#2196F3;
  color:#BBDEFB;
  
}
.profile ul li > a:hover {
  color: white;
}
.profile ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding:0;
  list-style: none;
}
.profile ul li ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding:0;
  font-size: 14px;
}

.profile ul li ul li a,
.profile ul li ul li button {
  color:white;
  /*border-top: 1px solid white;*/
  background: #1976D2;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 15px;
  text-align:left;
  display: block;
  width: 100%;
}

/* Sign Out posts a form, so that row is a button rather than an anchor. */
.profile ul li ul li form {
  margin: 0;
}
.profile ul li ul li button {
  border: 0;
  font: inherit;
  cursor: pointer;
}

.profile ul li ul li:last-child a,
.profile ul li ul li:last-child button {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.open .submenu {
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.share-url {
  height: 35px;
}
.share-url span {
  background: #009688;
  padding: 6px 15px 8px;
  border-radius: 4px;
  color: white;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 35px;
  display: block;
  float: left;
}
.share-url span.url {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #B2DFDB;
}
.share-url span.url-edit {
  border: 0;
  background: transparent;
  font-size: 14px;
}
.share-url span.url a {
  text-decoration: none;
}
.share-url span.url a:before {
  margin-right: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7d";
}
.form-container section.support-contact {
  text-align: center;
  background: #EEF7FE;
}
.support-contact h3 {
  margin-top:0;
  margin-bottom: 20px;
}
.support-contact .two-columns {
  text-align: left;
}
.support-contact i {
  display: block;
  float: left;
  font-size: 24px;
  margin: 2px 8px;
  color: white;
  background: #1976D2;
  padding: 8px 9px 8px;
  border-radius: 100%;
}

section.bordered {
  margin-top:10px;
  border: 1px solid #BBDEFB;
  border-radius: 10px;
  background: #F5F7F9;
}

section.bordered h3 {
  margin-top:0;
}
/* Cards */

.card, a.card {
  margin: 5px 10px 10px;
  border: 1px solid #f0f0f0;
  width: 245px;
  display: inline-block;
  min-height: 210px;
  border-radius: 5px;
  box-shadow: 0 0 4px #f0f0f0;
  transition: all ease 300ms;
  text-align: center;
  vertical-align: top;
}

a.card {
  text-decoration: none;
}

/* Bootstrap-grid card links (e.g. the events list, where the whole card is the edit link) */
a.col {
  text-decoration: none;
  color: inherit;
}

.card:hover {
  box-shadow: none;
}

.card i {
  font-size: 60px;
  color:#B2DFDB;
}
.card i.icon-calendar {
  color:#BBDEFB;
}
.card-title {
  margin: 1em 0;
  font-weight: bold;
  font-size: 18px;
}
.card-content {
  padding: 1em 0;
}
.event-date {
  font-size: 12px;
  color:#27272;
}

.card p {
  font-size: 13px;
  color:#727272; 
}
.card-action .button {
  display: block;
  margin: 10px auto;
}

.card-action span {
  display: none;
}

.block > .card {
  margin-left:0;
}

/* Higher specificity than the external cphstyle.css's Bootstrap-style .card rule
   (display: flex, no fixed width), which loads after this file and would otherwise
   win the cascade and force cards to stack one per row. */
.block .card, .block a.card {
  margin: 5px 10px 10px;
  border: 1px solid #f0f0f0;
  width: 245px;
  display: inline-block;
  min-height: 210px;
  border-radius: 5px;
  box-shadow: 0 0 4px #f0f0f0;
  transition: all ease 300ms;
  text-align: center;
  vertical-align: top;
}

.alert-info {
  margin: 20px 0;
  padding: 20px 20px 23px;
  border: 1px solid #BBDEFB;
  background: #F4FAFF;
  border-radius: 5px;
  float: left;
  width: 100%;
}

.alert-info i, .alert-warning i {
  color:#1976D2;
  font-size: 22px;
  margin-right: 5px;
}

.alert-warning i.icon-warning {
    display: block;
    float: left;
    font-size: 24px;
    margin: 2px 8px;
    color: #FF8600;
    padding: 6px 4px 9px;
    border-radius: 100%;
}

.alert-warning {
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%;
    color:#AB5B02;
}
.NoEvents {
  margin: 20px 0;
  padding: 20px 20px 23px;
  border: 1px solid #BBDEFB;
  background: #F4FAFF;
  border-radius: 5px;
}
.NoEvents i {
  color:#1976D2;
  font-size: 22px;
  margin-right: 5px;
}
@media (min-width: 1080px) {
  .container {
    padding:0;
  }
}
.secondary-menu li, nav li {
  display: inline-block;
}
@media (min-width: 768px) {  
  .logo {
    float:left;
  }
  .secondary-menu {
    float: right;
  }
  
  
  
  nav {
    float: left;
  }
  
  .profile {
    float: right;
  }
}

.validation-summary-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logincurrentitemtitle {font-size:14px; font-weight:bold;margin-bottom:15px;}
.password-head{font-size:20px;}
.loginpasswordnote{display:block; font-size:11px;}
.password-label{font-size:16px;}
