/*
Remote Solutions stylesheet
Nanodev 2016
 */

 label{display:block}

.title {
    text-align: center;
    margin-top: 50%;
    font-size: 96px;
    font-weight: 100;
    font-family: 'Lato';
}

.title a, .title a:visited, .title a:active, .title a:link  {
    text-decoration: none;
    color: black;
}

.title a:hover{
    color: orange;
}

.events-list{
    margin-bottom: .7em;
}

.revision_menu{
    position: fixed;
    width: 20em;
    height: 5em;
    /*background-color: black;*/
    right: 5em;
    top: 3em;
    padding-left: 1em;
    padding-top: 1.2em;
    z-index: 99999;
}

#update-button, #add-event-button{
    padding-top: 1.7em;
}

#events_header{
    text-align: center;
    margin-bottom: .7em;
    margin-left: 1em;
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

span.glyphicon-remove:before
{
  color: #c9302c;
}
span.glyphicon-plus:before
{
  color: #5cb85c;
}

.twitter-typeahead{
  width: 100%;
}

.clear-fields {
  margin-top: 4px;
}
