﻿.page-content {
    padding: 30px
}

.form-group {
    margin-bottom: 15px;
    display: block !important;
}

.fixedwidth {
    min-width: 960px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.topnavbar {
    height: 58px;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.topnavbar ul li {
    float: left;
    height: 26px;
    line-height: 5px;
    margin-left: 15px;
    list-style: none;
}

.halfsize {
    width: 50%;
    float: left;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recipient-input {
    margin: 5px 10px;
}

.logging-form .mdl-textfield {
    width: 75px;   
}

.error-msg {
    color: red;
    white-space: pre-line;
}

.success-msg {
    color: green;
    white-space: pre-line;
}

.text-danger {
    color: red;
}

.work-break {
    word-break: break-all;
    white-space: pre-line;
}

/* Sortable tables */
table.sortable thead {
    background-color: #eee;
    color: #666666;
    font-weight: bold;
    cursor: pointer;
}

.footer {
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

#circle {
    width: 24px;
    height: 24px;
    background: white;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 4px;
}