html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 100px;
    font-family: Arial, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
}

footer {
    font-weight: 600;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.btn {
    border-radius: 0;
    font-size: inherit;
    font-size: 13px;
}

.btn-white {
    background-color: #fff;
}

.w-inherit {
    width: inherit;
}

a.btn + .clearfix {
    margin-bottom: 10px;
}

.control-container {
    margin-bottom: 20px;
}

.section-header {
    background-color: #f2f2f2;
    padding: 15px 0 2px;
    text-transform: uppercase;
}

.cursor-pointer {
    cursor: pointer;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
}
.navbar {
    background-color: #205081 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

img {
    border: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

.btn-circle {
    border: medium none;
    border-radius: 25px;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    width: 36px;
    font-weight: normal;
    margin-top: -5px;
}

/* FORM */
form label {
    font-weight: bold;
}

.form-control, .datepicker {
    border-radius: 0 !important;
}

.form-control {
    font-size: inherit;
}

input[type=radio], input[type=checkbox] {
    margin-right: 5px;
}

fieldset {
    padding: 5px;
}

.form label:first-child {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.form label {
    margin-right: 15px;
}

.form input[type=radio] {
    margin: 0 5px 0 0;
}

.form div.errors, .form div.description {
    margin-left: 165px;
}

/* PROJETS */
#projets-container {
    border-right: 1px solid;
    margin: 10px;
    min-height: 290px;
}

#projets-container table {
    border-collapse: collapse;
    width: 100%;
}

#projets-container td {
    border: 1px solid;
    padding: 2px 5px;
}

td.td-label {
    background-color: #343a40;
    color: #fff;
    width: 180px;
}

/* NOTES */
#note-content {
    display: inline-block;
    min-width: 400px;
    padding: 20px;
    margin: 10px;
    border: 1px solid #aaa;
    background-color: #FFFFCE;
    box-shadow: 2px 2px 8px -5px black;
}

/* CARDBOARD*/
.card-container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 20px;
}

.card-container .title {
    margin: 0 0 10px 0;
}

.card-container .item {
    background-color: #fff;
    border-radius: 3px;
    border: none;
    padding: 10px;
    margin: 0 0 10px 0;
    box-shadow: 2px 2px 8px -6px #000;
}

.card-container .item hr {
    margin: 5px 0 10px 0;
}

.items-container {
    min-height: 50px;
}

.link-create-task {
    font-weight: bold;
    color: #353535;
}

.link-create-task:hover {
    text-decoration: none;
}

.task-head {
    margin-bottom: 5px;
}

.task-date {
    margin-left: 20px;
    color: #777;
}

.user-name {
    margin-right: 7px;
    color: #777;
}

.user-photo {
    border-radius: 24px;
}

.sortable-handle {
    cursor: pointer;
}

.task-desc {
    color: #777;
}
