﻿.tile {
    align-content: center;
    background: #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    padding: 15px 15px 5px 15px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    min-height: 105px;
    display: inline-block;
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff;
}

.hubtile {
    background: #fff;
    align-content: center;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    padding: 20px 15px 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    min-height: 105px;
    display: inline-block;
    border: 3px solid white;
}

.addBox {
    color: #0f52ba;
    border: 3px solid white;
    outline: 3px solid #0f52ba;
    outline-offset: -5px;
}

.Smalltile {
    background: #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    float: none;
    border-style: solid;
    border-color: #ffffff;
}


.tile .tiletitle {
    font-size: 1.4em;
    padding-top: 10px;
    text-align: center;
    vertical-align: bottom;
}

.hubtile .tiletitle {
    font-size: 1.4em;
    padding-top: 10px;
    text-align: center;
    vertical-align: bottom;
}

.tile:hover, .tile:focus {
    border-style: solid;
    border-width: 3px;
    border-color: #70a2f5;
}

.hubtile:hover, .tile:focus {
    border-style: solid;
    border-width: 3px;
    border-color: #70a2f5;
}

.Addhubtile:hover, .tile:focus {
    border-style: solid;
    border-width: 3px;
    border-color: #70a2f5;
}

.title {
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding-bottom: 20px;
    font-weight: 600;
}

/*Fixes spacing with icons input a dropdown*/
li > svg.svg-inline--fa {
    margin-right: 5px;
}

.page-details {
    margin-top: 19px;
}

.navtitle-admin {
    display: table
}

    .navtitle-admin .navTitle {
        display: table-cell;
        vertical-align: middle;
    }