﻿body {
    margin-bottom: 100px;
}

td,th {
    word-break: break-word;
    word-wrap: break-word;
}

input[type=checkbox] + label {
    margin-left:15px;
}

.logo {
    position: relative;
}

    .logo h1 {
        padding-top: 40px;
    }

    .logo img {
        float: left;
        margin: 15px 15px 15px 0;
        width: 100px;
    }

.footer {
    background: #fff;
    border-top: solid 1px silver;
    padding: 15px 0;
    z-index: 1;
}

.dimmer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.5);
}

.feedback_panel {
    z-index: 10001;
    position: fixed;
    top: 40%;
    left: 30%;
    right: 30%;
}

.feedback_header {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: #fff;
}

.feedback {
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.pm-toast-container {
    position: fixed;
    right: 15px;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.pm-toast {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 2;
}
