.skin-dark-font-color {
    color: #333;
}
.main-header .sidebar-toggle{
    float: right;
}
.main-header .sidebar-toggle:focus, .main-header .sidebar-toggle:active {
    color: #333;
}
.form-error {
    color: #dd4b39;
}
.directions {
    position: relative;
    display: inline-block;
}
.input-custom-style input, select {
    padding: 6px 12px;
    margin: 0;
    border-width: 1px;
    border-color: #ccc;
    width: 100%;
    background-color: #fff;
}
.input-custom-style input.input-mrg-top-5 {
    margin-top: 5px;
}
.mrg-top-25 {
    margin-top: 25px;
}
.mrg-r-10 {
    margin-right: 10px;
}
.mrg-l-10 {
    margin-left: 10px;
}
.marg-top-10 {
    margin-top: 10px;
}
.checklist-name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.draggable-item {
    float: left;
    padding-left: 15px;
    margin-top: 25px;
}
.checklist-name-label {
    font-size: 23px;
}
.delete-checklist {
    margin-left: 15px;
}
.checklist-name-input {
    padding: 5px 12px;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    width: 100%;
}
#add-default-checklist {
    margin-left: 15px;
}
.add-new-checklist-label {
    font-size: 16px;
}
.task-details {
    margin-top: 25px;
}
.task-details-label {
    line-height: 16px;
    font-size: 16px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.width-100 {
    width: 100%;
}
.line-height-34 {
    line-height: 34px
}
.tasks-wrapper {
    margin-top: 15px;
}
.collapse-button {
    margin-top: 10px;
}
.display-inline-block {
    display: inline-block;
}
.un-stuck-desktop {
    position: relative !important;
    bottom: unset !important;
    margin-left: unset !important;
}
.display-flex {
    display: flex;
}
.font-weight-bold {
    font-weight: bold;
}
.border-radius-8 {
    border-radius: 8px;
}
.ends-on-date-input {
    margin-right: 20px;
}

.notes-client-highlight {
    background-color: lightcoral;
}
@media only screen and (max-width: 767px) {
    .skin-black-light .main-header>.logo {
        background-color: #fff;
        color: #333;
        border-bottom: 1px solid #eee;
    }
    .skin-black-light .main-header {
        background: #fff;
    }
    .skin-black-light .main-header>.logo:hover {
        background-color: #fcfcfc
    }
    .main-header .logo, .main-header .navbar {
        width: unset;
        float: left;
    }
    .main-header .sidebar-toggle:hover {
        color: #333;
    }
    .main-sidebar, .left-side {
        padding-top: 50px;
    }
    .action-button {
        width: 100%;
        margin-bottom: 10px;
    }
    .un-stuck {
        position: relative !important;
        bottom: unset !important;
        margin-left: unset !important;
    }
    .float-right-mobile {
        float: right;
    }
}
@media only screen and (max-width: 768px) {
    .action-button {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 360px) {
    .delete-checklist {
        margin-left: 0;
    }
}
@media only screen and (max-width: 568px) {
    .custom-edit-button {
        min-width: 66px;
        margin-bottom: 5px;
    }
}
@media only screen and (min-width: 1023px) {
    .mrg-top-5 {
        margin-top: 5px;
    }
    .delete-task {
        margin-top: 15px;
    }
    .task-details {
        margin-top: 10px;
    }
    .task-details-label {
        margin-top: 25px;
    }
    .delete-checklist {
        float: unset;
        margin-left: 10px;
    }
}

.customer-notification .close {
    font-size: 20px!important;
    color: green!important;
    border: none!important;
    margin-right: 0!important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.picker-open.bottom.pull-right {
    right: 0 !important;
    left: auto !important;
}