﻿@import url("https://fonts.googleapis.com/css?family=Roboto");


canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.noUnderline:hover {
    text-decoration: none;
    cursor: pointer;
}

table.table-aof thead th {
    background: url(/assets/img/patterns/breadcrumbsAOF.png) repeat;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #97BF97;
}

.buttonHover:hover {
    color: #242C1B;
    background-color: #ffda5d;
    transition: all 0.3s ease-in-out;
}

.buttonHover:focus {
    color: #242C1B;
    background-color: #204d74;
    border-color: #122b40;
}

.custom-class {
    width: 950px;
}

/*compare*/
.comparison {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    padding: 10px 0px 50px 0px;
}

    .comparison table {
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 780px;
        border-collapse: collapse;
    }

    .comparison tr {
        background-color: #ffffff;
        color: #323c4d;
        border: 1px solid #d2d3d6;
        border-top: 0px none;
        font-size: 12px;
        text-align: left;
        line-height: 20px;
    }

    .comparison th {
        background-color: #4d4c50;
        color: #ffffff;
        font-size: 12px;
        text-align: left;
        padding: 16px 20px;
        border: 1px solid #4d4c50;
    }

    .comparison td {
        padding: 5px 5px;
        /*16px 20px;*/
    }

.fa-close {
    color: firebrick;
}

.fa-check {
    color: green;
}



