/** {*/
    /*border: 1px solid red;*/
/*}*/

body {
    background-color: #eeeeee;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

hr {
    border: 0;
    height: 1px;
    background-color: #CCCCCC;
}

.nav-wrapper {
    background: #424242;
    padding: 1em;
    min-height: 90px;
}

footer.page-footer {
    padding: 0;
    background-color: #424242;
}

.mainView {
    margin-top: 50px;
}

.card .card-content {
    padding: 0;
}


.card-title {
    padding: 20px;
    vertical-align: middle;
}

.card-title img {
    width: 32px;
    margin-top: 15px;
}

#map {

}

.my_content {
    padding: 20px 20px 20px 0;
}

.min500 {
    min-height: 500px;
}

.right {
    text-align: right;
}

.vcenter {
    vertical-align: middle;
    /*line-height: 50px;*/
}

.min45 {
    min-height: 45px;
}

.min140 {
    min-height: 140px;
}

.min300 {
    min-height: 300px;
}

.chart400 {
    height: 400px;
    max-height: 400px;
    margin: auto;
}

.rowgraph {
    padding: 25px 5px;
}

.big {
    font-size: 2em;
    color: #424242;
}

.verticalLine {
    border-left: 1px solid #CCCCCC;
}

.collection .collection-item.avatar p {
    margin-top: 15px;
}

.faw_bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9800+0,e0e0e0+50,2a36b1+100 */
    /*background: #ff9800; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left, #ff9800 0%, #e0e0e0 50%, #2a36b1 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left, #ff9800 0%,#e0e0e0 50%,#2a36b1 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right, #ff9800 0%,#e0e0e0 50%,#2a36b1 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#2a36b1',GradientType=1 ); !* IE6-9 *!*/
    width: 250px;
    height: 25px;
}

.collection .collection-item.avatar {
    min-height: 95px;
    padding-left: 72px;
    position: relative;
}

.bottom-padding {
    padding-bottom: 10px;
}

.top-padding {
    padding-top: 10px;
}
