a:hover{
    text-decoration: none;
}

a {
    text-decoration: none;
}

.card-link {
    color: #535353;
}

.owElement {
    background-color: #FF682C;
    color: white;
}

.circle{
    background-color: #FF682C;
    border-radius: 100%;
    padding: 10px;
}

.btn.btn-rounded {
    border-radius: 30px;
}

.bottom-right {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.newTask,
.newList,
.openDropdownButton,
.card-task,
.card{
    box-shadow: 1px 2px 9px -2px rgba(0,0,0,0.40);
}

button,
input{
    font-weight: 300
}

.sendButton {
    border: none;
}

.checklistName {
    font-size: 17px;
}

.date {
    font-size: 60%;
    position: relative;
    top: -8px;
}

.cardHeaderX {
    position: relative;
    top: -16px;
    right: -11px;
    font-size: 10px;
    color: #645c5c;
}

.taskNotDone {
    color: #535353
}

.taskDone {
    color: #00A12D;
}

.list-group-item {
    border: none;
    padding: 0.25rem 1.25rem;
}

.plusButton {
    position: relative;
    top: 11px;
    left: 9px;
    color: #FFF;
}

.plusButton:hover {
    color: #FFF;
}

.card-subtitle {
    font-size: 12px;
}

.sideDropdownButton {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.sideDropdownMenu {
    border: none;
    background-color: transparent;
    overflow: visible !important;
    min-width: 20px !important;
}

.list-without-bullets{
    list-style-type:none;
}

.card-header .card-title {
    padding: 0;
    border: none
}

h4.card-title {
    font-size: 17px
}

.ps-container {
    position: relative
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

.media-chat {
    padding-right: 64px;
    margin-bottom: 0
}

.media {
    padding: 10px 12px;
}

.media {
    flex-shrink: 0
}

.media-chat .media-body {
    -webkit-box-flex: initial;
    flex: initial;
    display: table
}

.media-body {
    min-width: 0
}

.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px;
    font-weight: 250;
}

.media>* {
    margin: 0 8px
}

.media-chat .media-body p.meta {
    font-size: 12px;
    background-color: transparent !important;
    padding: 0;
    opacity: .8
}

.media {
    transition: background-color .2s linear
}

.media-chat {
    padding-right: 25px;
    margin-bottom: 0
}


.media-chat .media-body p {
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    background-color: #f5f6f7;
    border-radius: 3px
}

.publisher {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px 3px;
    background-color: #f9fafb
}

.publisher>*:first-child {
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 6px;
}

.publisher>* {
    margin: 0 8px
}

.publisher-input {
    flex-grow: 1;
    border: none;
    outline: none !important;
    background-color: transparent
}

.sidecard {
    width: 18rem;
    float: right;
}

.card-task {
    width: 18rem;
    border-radius: 6px;
}
