ol.nav-breadcrumb {
    background-color: transparent;
}

.nav-tiles {
}

.nav-tile-placeholder {
    float: left;
}

.nav-tile, .nav-tile:hover, .nav-tile:visited {
    text-decoration: none;
}

a.nav-tile img {
    border: 0;
}

.nav-tile h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.nav-tile {
    float: left;
    display: block;
    overflow: hidden;

    margin: 2px;
    padding: 10px;

    border-radius: 6px;
    border-style: solid;
    border-width: 2px;

    font-size: 13px;

    transition: all 0.3s ease;
}

.nav-tile .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tile .content > * {
    display: table-cell;
    vertical-align: middle;
}

.nav-tile .icon {
    margin-right: 5px;
    font-size: 30px;
}

.nav-tile .count {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.nav-tile.size1x1 {
    height: 92px;
    width: 92px;
}
.nav-tile.size1x2 {
    height: 92px;
    width: 188px;
}
.nav-tile.size1x3 {
    height: 92px;
    width: 284px;
}
.nav-tile.size1x4 {
    height: 92px;
    width: 380px;
}

.nav-tile.size2x1 {
    height: 188px;
    width: 92px;
}
.nav-tile.size2x2 {
    height: 188px;
    width: 188px;
}
.nav-tile.size2x3 {
    height: 188px;
    width: 284px;
}
.nav-tile.size2x4 {
    height: 188px;
    width: 380px;
}


.nav-tile.size3x1 {
    height: 284px;
    width: 92px;
}
.nav-tile.size3x2 {
    height: 284px;
    width: 188px;
}
.nav-tile.size3x3 {
    height: 284px;
    width: 284px;
}
.nav-tile.size3x4 {
    height: 284px;
    width: 380px;
}


.nav-tile.size4x1 {
    height: 380px;
    width: 92px;
}
.nav-tile.size4x2 {
    height: 380px;
    width: 188px;
}
.nav-tile.size4x3 {
    height: 380px;
    width: 284px;
}
.nav-tile.size4x4 {
    height: 380px;
    width: 380px;
}

/* colors */

.nav-tile, .nav-tile:hover, .nav-tile:visited, .nav-tile:active, .nav-tile:focus {
    color: #333;
}

.nav-tile {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.nav-tile:hover {
    background-color: #fff;
}

.nav-tree .dropdown-submenu {
    position: relative;
}

.nav-tree .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.nav-tree .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.nav-tree .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.nav-tree .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.nav-tree .dropdown-submenu.pull-left {
    float: none;
}

.nav-tree .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-tree .icon {
    margin-left: -10px;
    margin-right: 10px;
    width: 15px;
    text-align: center;
}

.nav-bar.navbar-nav > li.nav-item > a.nav-link {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-bar.navbar-nav > li.nav-item > a.nav-link > .icon {
    margin-left: -10px;
    margin-right: 6px;
    width: 15px;
    text-align: center;
}

