﻿.tile-table {
}

    .tile-table td {
        display: block;
    }

.tiles {
    display: block;
    flex-wrap: wrap;
    padding: 15px 15px 0;
}

.tile--extra {
    display: flex;
    align-items: stretch;
    box-shadow: 0 2px 4px 0 #dadada;
    margin: 0 5px 5px;
}

.tile--primary {
    background: #007ac3;
    background: -webkit-linear-gradient(#429ed6, #2481c6);
    background: -o-linear-gradient(#429ed6, #2481c6);
    background: -moz-linear-gradient(#429ed6, #2481c6);
    background: linear-gradient(#429ed6, #2481c6);
    color: #fff;
}

.tile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    margin: 0 5px 5px;
    box-shadow: 0 2px 4px 0 #dadada;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
}

.tile--content {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tile--extra .tile--actions {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 300px;
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
}

.tile--middle {
    display: inline-block;
}

.tile-table ul {
}

.tile-table li {
    color: #007ac3;
    padding: 10px 10px 10px 30px;
}

.tile--photo
{
    width: 85px;
    position: relative;
    padding: 0 0 3px 16px;
}
.contactPhone, .contactEmail, .contactName {
    display: block;
    padding-left: 24px;
    margin-bottom: 2px;
    font-size: 12px;
    position: relative;
    color: #007ac3;
    padding-top: 20px;
}

    .contactPhone:before, .contactEmail:before, .contactName:before {
        font-family: WK-icomoon;
        top: 0;
        left: 0;
        position: absolute;
        font-size: 16px;
        color: #007ac3;
        padding-top: 9px;
    }

    .contactEmail:before {
        content: "\e94a";
    }

    .contactPhone:before {
        content: "\e979";
    }

    .contactName:before {
        content: "\e989";
    }

.imgbtnOld-size {
    width: 100px;
    Height: 100px;
}