/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-headerbar {
    margin-top: 10px !important;     
    margin-bottom: 10px !important;
    text-align: center;
}
.tm-headerbar .tm-logo {
    float: none;
}
main#tm-content {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
} 
hr {
    box-sizing: content-box;
    margin: 10px 0;
    border-top: 1px solid #bbb;
}
.uk-nav-side > li > a {
    color: #1fa2d6;
}

.tasksWrapper {
    padding-top: 15px;
}
.tasksWrapper div {
    padding-bottom: 10px;
}
.pdfWrapper {
    text-align: center;
    padding-bottom: 20px;
}
a.approveLink {
    padding: 8px 25px;
    font-size: 22px;
    color: #FFF;
    background-color: #8cc63f;
}
a.filePDF {
    font-size: 20px;
    color: #333;
}

/* MISC */
label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    min-width: 130px;
}
input[type="text"] {
    height: 18px !important;    
}

th {
    text-align: left;
    padding: 3px;
}
td {
    font-size: 12px;
    padding: 2px 3px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #000;
    text-transform: none;
}
h2, .uk-h2 {
    font-size: 26px;
    line-height: 30px;
}