html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 13.33333px;
    /*background: #F1F3F6;*/
}
.mdt {
    color: #f00;
    font-weight: bold;
}
#topbar {
    background: #205a99;
}
#topheader {
    background: #628DB6;
    padding-top: 12px; 
    color: #fff;
}
#topheader h3 {
    font-weight: bold;
    margin-bottom: 8px;
}
.topright {
    color: #fff;
    font-size: 13px;
}
.topright a {
    color: #fff;
    font-weight: bold;
}

#content {
    padding-top: 20px;
}

.rightbar {
    /*background: #F1F3F6;*/
}

input#go_to_task {
    font-size: 12px;
    padding: 0;
    width: 40px;
    color: #000;
}

/* modified form elements */
.form-control-label {
    text-align: right;
    font-weight: bold;
}
select {
    width: 200px;
}
.form-control {
    font-size: 13px;
    padding: 2px;
    border-radius: 0;
}
.btn {
    border-radius: 0;
}

.label {
    font-size: 13px;
    padding: 4px;
    margin: 0;
}

/* top links */
ul.top-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.top-links > li {
    display: inline-block;
    list-style: none;
}
ul.top-links > li > a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;
}
ul.top-links > li > a:first-child {
    padding-left: 0;
}

ul.main-menu > li > a {
    font-size: 13px;
    padding: 6px 12px !important;
    font-weight: bold;
    color: #fff;
}

.box {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #E4E5E7;
}
.box > .box-header {
    background: #fafafa;
    padding: 8px;
}
.box > .box-content {
    padding: 8px;
    background: #fff;
}

.task-delayed {
    background: #ffeded;
}
.task-due {
    background: #feffdb;
}

.file {
    display: inline-block;
    width: 32px;
    height: 42px;
    margin: 0 8px;
}
.file-doc {
    background-image: url(../img/file-icons/DOC.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
}
.file-xls {
    background-image: url(../img/file-icons/XLSX.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
}
.file-pdf {
    background-image: url(../img/file-icons/PDF.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
}
.file-zip {
    background-image: url(../img/file-icons/ZIP.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
}
.file-default {
    background-image: url(../img/file-icons/HTML.png);
    background-repeat: no-repeat;
    background-size: 32px auto;
}

.note-popover.popover {
    max-width: none;
    display: none;
}

.panel-heading h3 {
    font-size: 18px;
    color: #55595c;
    font-weight: bold;
}

.btn {
    border-radius: 3px;
}
.btn.btn-default {
    background: #fafafa;
    border: 1px solid #ccc;
}
.btn.btn-default:hover {
    background: #f0f0f0;
    border: 1px solid #ccc;
}