/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color: #eee;
}

nav.navbar {
    background-image: linear-gradient(to right, #0553a5 , #028fd6);
}

a.navbar-brand {
    color : white;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: nowrap;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}

#slide-image-small {
    margin-top: 15px;
}

#slide-image-login {
    width: 100%;
}

.login-panel {
    padding-bottom : 25px;
    background-color: white;
}

.login-panel h1 {
    margin-bottom: 20px;
}

.login-panel .alert {
    margin-top: 15px;
}

.jumbotron .container {
    max-width: 640px;
}

.homepage-picture {
    width: 45%;
}

.title-action-buttons-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

nav .navbar-right a{
    color : white;
}

nav .navbar-right a:hover{
    color : rgb(51, 122, 183);
}

.task-actions {
    text-align: center;
    margin-bottom: 30px;
}

.task-actions a{
    font-size: 18px;
    margin: 5px 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th{
    vertical-align: middle;
}

.top-actions a.btn-primary {
    margin-right: 5px;
}

.alert {
    margin-top: 15px;
}

td a.btn {
    margin-right: 5px;
}

a i.fas {
    margin-right: 5px;
}

h1 .fa-tasks {
    margin-right: 25px;
}

.actions-buttons-below-title {
    margin-bottom: 10px;
}

.actions-buttons-below-title a {
    margin-right: 5px;
}

.no-task-add-task-btn {
    display: inline-block;
    margin-top: 10px;
}

.username {
    text-decoration: underline;
}

.navbar  *{
    color: white !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0554a6;
}

.navbar-default .navbar-collapse {
    border-color : #1e73ba;
}

@media screen and (max-width: 992px) {
    .login-panel {
        padding-top: 1px;
    }

    td a.btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


@media screen and (max-width: 500px) {
    td a.btn {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .actions-buttons-below-title a:not(:first-of-type) {
        margin-top: 5px;
    }

    .title-action-buttons-right {
        flex-direction: column;
    }

    .title-action-buttons-right a.btn {
        margin-bottom: 10px;
    }
}