﻿@font-face
{
    font-family: '2BDesigned-Modern-Icons';
    src: url('/Content/Fonts/2BDesigned-Modern-Icons.eot');
    src: url('/Content/Fonts/2BDesigned-Modern-Icons.eot?#iefix') format('embedded-opentype'),
         url('/Content/Fonts/2BDesigned-Modern-Icons.svg#2BDesigned-Modern-Icons') format('svg'),
         url('/Content/Fonts/2BDesigned-Modern-Icons.woff') format('woff'),
         url('/Content/Fonts/2BDesigned-Modern-Icons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.Modern-icon, [data-icon].Modern-icon:before,
.Modern-icon-button, [data-icon].Modern-icon-button:before
{
    width: 20px;
    width: 2rem;
    height: 20px;
    height: 2rem;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    background-color: transparent;
    color: #2980b9;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    font-family: '2BDesigned-Modern-Icons';
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.Modern-button .Modern-icon, .Modern-button [data-icon].Modern-icon:before
{
    width: 16px;
    width: 1.6rem;
    height: 16px;
    height: 1.6rem;
    font-size: 16px;
    font-size: 1.6rem;
}

.Modern-tile .Modern-icon, .Modern-tile [data-icon].Modern-icon:before
{
    width: 40px;
    width: 4rem;
    height: 40px;
    height: 4rem;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
}

.Modern-tile.small .Modern-icon, .Modern-tile.small [data-icon].Modern-icon:before
{
    width: 30px;
    width: 3rem;
    height: 30px;
    height: 3rem;
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
}

.Modern-icon-button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.Modern-icon-button:active,
.Modern-icon-button:focus
{
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

[data-icon].Modern-icon:before,
[data-icon].Modern-icon-button:before
{
    speak: none;
    content: attr(data-icon);
    vertical-align: top;
}