body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: linear-gradient(to top, rgb(195, 227, 237), rgba(195, 227, 237, 0.3));
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.bubbles {
    position: fixed;
    z-index: -999999;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.2;
    background: url('/static/img/bubbles.png') bottom repeat-x;
}

div.dt-container select.dt-input,
div.dt-container .dt-search input,
#tasks_info {
    margin: 5px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 10px;
    color: black;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding-left: 0px;
    padding-top: 0px;
}

/** Overwrite bootstrap primary color **/
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
}

.btn-primary:focus {
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
}

.btn-primary:active {
    color: #fff;
    background-color: #337ab7;
    border-color: #204d74;
}

.bg-primary {
    background-color: #337ab7 !important;
}

body {
    padding-bottom: 100px;
}

footer {
    position: fixed;
    bottom: -30px;
    left: 0px;
    right: 0px;
}