

     .fc-event {
    cursor: pointer;
}
.list-group-item {
    cursor: pointer !important;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
     border-color: black!important;
}

body{
  margin: 3px 10px 3px 10px;
  
}

.divide-nav{
  height: 25px;
  background-color: #8592BB!important;
  width:100%!important;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:80%;
//    padding: 5px 0;
}

.divide-text  a{
     color:#fff !important;
}


     .navbar-toggler {
     color: #fff!important;
     padding: 0 0!important;
     font-size: 0.8rem;
     line-height: 1;
     background-color: transparent;
     border: 1px solid transparent;
     border-radius: .25rem;
     font-weight: bold;
     }

     .navbar-toggler-icon {
     height: 1em;
     }
     


 @media only screen and (max-width: 768px) {
    #navbarNav {
        background-color: #8592BB!important;
        padding:5px;
      z-index: 20;
     } 
 }

     .errorlist{
     color: red;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}




