.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.card .card-content {
    padding: 10px 15px;
    border-radius: 0 0 2px 2px;
    font-size: 15px;
}
.card .card-content p {
    margin: 0;
    color: inherit;
    -webkit-font-smoothing: antialiased;
}

.card .card-content .card-title {
    font-size: 2.2rem;
    line-height: 48px;
}
.card .card-content .card-title .glyphicon {
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    font-size: 2.2rem;
}
.card .card-title {
    font-size: 2.2rem;
    font-weight: 300;
}
.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 10px 15px;
}
.card .card-action .action {
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
    -o-transition: color .75s ease;
    -ms-transition: color .75s ease;
    -moz-transition: color .75s ease;
    -webkit-transition: color .75s ease;
    transition: color .75s ease;
    color: #337ab7;
    text-transform: uppercase;
}
.card .card-action .action:hover {
    -o-transition: color .75s ease;
    -ms-transition: color .75s ease;
    -moz-transition: color .75s ease;
    -webkit-transition: color .75s ease;
    transition: color .75s ease;
    color: #4d90fe;
}
.card:hover > .card-content > .card-title > .glyphicon {
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    font-size: 2.8rem;
}
.card .card-action form {
    display: inline !important;
}
.card .card-action form .action, .card .card-action .action {
    padding: 6px;
    height: auto !important;
    vertical-align: middle;
    width: auto;
}

aside.box-container {
    position: relative;
}
aside.box-container .box-header {
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -30px;
    margin-top: -0.75em;
    text-align: center;
}
aside.box-container .box-content {
    margin-left: 25px;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #ccc;
    padding-right: 10px;
    margin-bottom: 10px;
}
aside.box-container .box-content .table-noborder tr:first-child th, aside.box-container .box-content .table-noborder tr:first-child td {
    border-top: none !important;
}
aside.box-container .box-content .table-noborder {
    margin-bottom: 5px;
}

.btn-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.btn-fab:hover {
    -o-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
    box-shadow: none;
}
.btn-fab .glyphicon {
    font-size: 1.4em;
}

/*-o-
-ms-
-moz-
-webkit-*/