a.navbar-brand {
    padding: 10px 15px 0px 5px;
}

div.panel-jira {
    margin-left: 20px;
    margin-right: 20px;
}

div.form-group span.help-block {
    display:none;
}

div.form-group.has-error span.help-block {
    display:block;
}

.hr-small {
    margin: 5px 0;
}
.hr-tiny {
    margin: 2px 0;
}

.datepicker-container {
    text-align:center;
}

div#datepicker-center {
    display:inline-block;
    margin:0 auto;
}

.aui-button.aui-button-primary.aui-style.log-time.jcp-logtime-link {
    color: #fff !important;
    background-color: #3b7fc4 !important;
}
/*
================================================================
Login Pages
================================================================
*/

div.login_intro p, div.error p {
    margin:30px 0 20px 0;
    text-align:center;
}

div.error h1 {
    font-size: 22px;
    font-weight: bold;
}
div.error h2 {
    font-size: 18px;
}

div.login_intro h2, div.login_intro h3 {
    margin-top:40px;
}
div.login_intro button.continue {
    width: 110px;
}

/*
================================================================
Bootstrap Modal
================================================================
*/

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 250px;
    overflow-y: auto;
}

.btn-plus-minus {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 12px;
    text-align: center;
}

/*
================================================================
glyphicon spinning
================================================================
*/

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/*
================================================================
panels
================================================================
*/


div.panel-heading > h2 {
    margin: 5px;
    font-size: 20px;
    font-weight: 600;
}

div.panel-heading > h3 {
    margin: 3px;
    font-size: 18px;
    font-weight: 300;
}

#panel-job, #panel-date, #panel-edit, #cancel-edit, #panel-my-burn, #panel-job-burn {
    display: none;
}

/*
================================================================
fields
================================================================
*/

#date {
    font-size: 18px;
    font-weight: 600;
}

/*
================================================================
tables
================================================================
*/

table.time-table {
    width: 100%;
}

table.time-table, table.time-table th, table.time-table td {
    border-bottom: 1px solid #888;
}

table.time-table th, table.time-table td {
    padding: 3px 0px 3px 12px;
    text-align: left;
}

table.time-table th {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #eeeeee;
}

table.time-table tr:hover {
    background-color: #f5f5f5
}

table.time-table td div.comments {
    width:100%;
    overflow: hidden;
    max-width:200px;
    white-space: nowrap;
    font-size:11px;
}

/*
================================================================
linkg
================================================================
*/

a.modal-result-link {
    display:block;
    margin: 2px 0 5px 0;
    width:100%;
    overflow: hidden;
}

a.modal-result-link em {
    font-family: monospace, sans-serif;
    font-style: normal;
}

a.modal-result-link span.job-status,
a.modal-result-link span.job-status.status-open{
    font-weight: 100;
    font-size: 0.8em;
    color: #777;
}

a.modal-result-link span.job-status.status-open {
    color: #1dbf06;
}

a.d-none {
    display: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
    }
}

.pagination {
    text-align:center;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 5px 0;
    background-color: #f5f5f5;
}

.pagination a.btn
{
    width:26px;
}

div.help-top-block {

}
.navbar-default {
    background-color: #e3e3e3;
    border-color: #d4d4d4;
}

a.deco:not(:hover) {
    text-decoration: underline;
    text-decoration-color: #bae1fe;
}


div.nsbc-warn {
    border: 2px solid red;
    border-radius: 6px;
}
span.nsbc-init {
    font-weight: bold;
    color: red;
}

button.continue-millennium {
    background-color: #409192;
    color: white;
    width: 200px;
    margin-bottom: 15px;
}
button.continue-unite {
    background-color: #000;
    color: white;
    width: 200px;
    margin-bottom: 15px;
}