.item_hidden {
    display: none !important;
}

.errors {
    color: red;
}

.text-align-center {
    text-align: center;
}

.space {
    margin-left: 30px;
}

select {
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.icon_search {
    padding-left: 30px !important;
    background-image: url("/payer/img/search.svg");
    background-repeat: no-repeat;
    background-position: 6px 7px;
}

.input_search {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
    max-width: 150px;
}

input,
select {
    margin-bottom: 10px !important;
}

label {
    margin-right: 40px;
}

.text_grey {
    color: #808080;
}

.item-info {
    height: 60px;
    border-right: 2px solid black;
}

.row-info {
    padding-bottom: 15px;
}

.textarea-comment {
    width: 100%;
    height: 100px !important;
}

.header-task-detail {
    margin-top: 0;
    margin-bottom: 30px;
}

.input-pay {
    width: 70px;
    margin-right: 10px;
}

.label-pay {
    margin-right: 10px;
    color: black;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

.comment {
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
}

.notifications_bell {
    color: #ff9800;
    font-size: 50px;
    position: fixed;
    right: 30px;
    bottom: 70px;
    cursor: pointer;
}

.notifications_bell.comments {
    right: 110px;
}

.notifications_bell .material-icons {
    font-size: 40px;
}

.notifications_bell span {
    position: absolute;
    top: 10px;
    color: black;
    font-size: 20px;
}

.datepicker {
    transform: none !important;
    opacity: 1;
}

.notifications_list {
    position: fixed;
    right: 0px;
    bottom: 120px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.notifications_list .scrollable {
    position: static;
    width: 400px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 20px;
}

.notifications_list .scrollable .notify {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.notifications_list .close {
    position: absolute;
    right: 20px;
    top: -5px;
}

.notifications_list .close a {
    font-size: 12px;
}

.notifications_list .scrollable .notify input {
    margin-right: 10px;
}

.notifications_list .notify span {
    display: block;
    color: grey;
}

.icon_comment {
    display: inline;
}

#label_checkbox_total_amount_manual {
    color: #3C4858;
    font-size: 16px;
    margin-right: 0px;
}

i.arrow {
    border: solid #9c27b0;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.arrow-up {
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    margin-bottom: 0px !important;
}

.small-icon {
    font-size: 15px;
}
