/*------------ DASHBOARD --------*/
#dashboard .glyphicon {
    top: -7px;
    font-size: 80px;
}

#dashboard .panel h3 {
    margin-top: 3px;
}

#dashboard .panel .col-xs-6 {
    width: auto;
    padding-right: 0;
}

#dashboard .service {
    min-height:160px;
}

#dashboard .service-icon {
    margin-right: 10px;
    width:110px;
    height:110px;
    transition: background-color 0.21s, border-color 0.21s, box-shadow 0.1s;
}

/* ------- FOOTER -------*/
html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#push,
#footer {
    min-height: 60px;
}
#footer {
    background-color: #f5f5f5;
}

#footer {
    text-align:center;
}

#footer a,
#footer button {
    color:#666;
}

.container .credit {
    margin: 18px 0;
}

.at-sign:before {
	content:"@";
}

.user-username {
	color:#888;
}

.important-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #d00;
  border-radius: 10px;
}

#politics-toast {
    position: fixed;
    bottom: 1vw;
    left: auto;
    right: 1vw;
    margin: 0;
    max-width: 512px;
    cursor: pointer;
    user-select: none;

    border: none;
    padding: 10px 16px;
    background: #23527c;
    color: white;
    border-radius: 4px;
}
#politics-toast a {
    color: var(--mafiasi-dark-btn-primary);
}

@media (max-width: 1200px) {
    #politics-toast {
        display: none
    }
}

/* ------- MISC -------*/
.clickable {
    cursor: pointer;
}

.inline-form {
  display: inline;
}

.button-link {
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;

  text-decoration: none;

  color: #337ab7;
}

.button-link:hover {
  text-decoration: underline;
}

.panel .panel-heading {
    cursor: default;
}

/* https://stackoverflow.com/a/18568997 */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";
    float: right;
    color: grey;
}
.panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e114";
}
.panel-heading {
    cursor: pointer;
}

.special-toggle {
    margin-top: 14px;
}
