﻿/* line 8, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal label {
    cursor: pointer;
    margin-bottom: 0;
}
    /* line 13, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal label img {
        border-radius: 150px;
        display: block;
        max-width: 300px;
    }
/* line 20, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal input[type="checkbox"] {
    display: none;
}
/* line 24, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .btn {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 white;
    color: #333333;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    background-color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e3e3e3));
    background-image: -webkit-linear-gradient(white, #e3e3e3);
    background-image: linear-gradient(white, #e3e3e3);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    background-clip: padding-box;
    font-size: 1em;
    /* margin-bottom: 1.5em; */
}
    /* line 79, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
    .modal .btn:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dbdbdb));
        background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
        background-image: linear-gradient(#f2f2f2, #dbdbdb);
    }
    /* line 95, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
    .modal .btn:active:not(:disabled) {
        border: 1px solid #dbdbdb;
        box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
    }
    /* line 38, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
    .modal .btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
/* line 30, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-open {
    overflow: hidden;
}
/* line 34, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-window {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(117, 117, 117, 0.85);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    z-index: 99999999999;
}
    /* line 43, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-window .modal-bg {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        cursor: pointer;
    }
/* line 49, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-close {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    background: white;
}
    /* line 56, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-close:after, .modal .modal-close:before {
        position: absolute;
        top: 3px;
        right: 3px;
        left: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 0.15em;
        height: 1.5em;
        background: #dddddd;
        content: '';
        display: block;
        margin: -3px 0 0 -1px;
    }
    /* line 67, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-close:hover:after, .modal .modal-close:hover:before {
        background: #c4c4c4;
    }
    /* line 71, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-close:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* line 76, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-inner {
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    border-radius: 0.1875em;
    background: white;
    margin: auto;
    max-height: 95%;
    position: relative;
    overflow: auto;
    width: 95%;
    padding: 1.5em;
    margin-top: .6em;
}

@media screen and (min-width: 40em) {
    /* line 76, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner {
        padding: 3em;
        width: 60%;
        max-height: 60%;
        margin-top: 10em;
    }
}

@media screen and (min-width: 53.75em) {
    /* line 76, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner {
        width: 50%;
        margin-top: 15em;
    }
}
/* line 100, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-inner h1 {
    color: #333333;
    margin-bottom: .6em;
    text-align: left;
    text-transform: capitalize;
}
/* line 107, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-inner p {
    font-size: 1em;
    max-width: 100% !important;
    padding: 0;
    text-align: left;
}
    /* line 113, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner p.intro {
        color: #477dca;
        line-height: 1.6em;
    }
    /* line 118, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner p.body {
        color: #333333;
        line-height: 1.45em;
    }

@media screen and (min-width: 40em) {
    /* line 118, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner p.body {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em;
    }
}
/* line 128, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-inner a.cta {
    color: white;
    display: inline-block;
    margin-right: .5em;
    margin-top: 1em;
}
    /* line 134, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-inner a.cta:last-child {
        padding: 0 2em;
    }
/* line 140, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
.modal .modal-state:checked + .modal-window {
    opacity: 1;
    visibility: visible;
}
    /* line 145, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_modal.scss */
    .modal .modal-state:checked + .modal-window .modal-inner {
        top: 0;
    }

/* line 1, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
.table-minimal {
    border-collapse: separate;
    border-spacing: 0;
}
    /* line 15, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
    .table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th {
        background-color: #fafafa;
    }
    /* line 18, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
    .table-minimal tbody tr:first-child td {
        border-top: 2px solid #dddddd;
    }
    /* line 24, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
    .table-minimal thead th {
        background-color: white;
        padding: 0.5em;
        border-bottom: 0px;
    }
    /* line 31, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
    .table-minimal tbody {
        background-color: white;
    }
        /* line 34, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
        .table-minimal tbody td {
            padding: 0.5em;
            border-top: 1px solid #dddddd;
            border-bottom: 0px;
        }
            /* line 39, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
            .table-minimal tbody td button {
                border: 1px solid #dbdbdb;
                border-radius: 3px;
                box-shadow: inset 0 1px 0 0 white;
                color: #333333;
                display: inline-block;
                font-size: 11px;
                font-weight: bold;
                background-color: white;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #e3e3e3));
                background-image: -webkit-linear-gradient(white, #e3e3e3);
                background-image: linear-gradient(white, #e3e3e3);
                padding: 7px 18px;
                text-decoration: none;
                text-shadow: 0 1px 0 white;
                background-clip: padding-box;
                margin-right: 0.5em;
                display: inline-block;
                width: 100%;
                margin-bottom: .3em;
                outline: none;
            }
                /* line 79, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
                .table-minimal tbody td button:hover:not(:disabled) {
                    box-shadow: inset 0 1px 0 0 white;
                    cursor: pointer;
                    background-color: #f2f2f2;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #dbdbdb));
                    background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
                    background-image: linear-gradient(#f2f2f2, #dbdbdb);
                }
                /* line 95, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
                .table-minimal tbody td button:active:not(:disabled) {
                    border: 1px solid #dbdbdb;
                    box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
                }
                /* line 38, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/bourbon/addons/_button.scss */
                .table-minimal tbody td button:disabled {
                    opacity: 0.5;
                    cursor: not-allowed;
                }

@media screen and (min-width: 40em) {
    /* line 39, /Users/Magnus/Documents/thoughtbot/refills/source/stylesheets/refills/_tables-minimal.scss */
    .table-minimal tbody td button {
        width: auto;
        margin-bottom: 0;
    }

    .green {
        background-color: rgb(169, 255, 169);
    }

    .red {
        background-color: rgb(223, 123, 135);
    }
}
