button {
    cursor: pointer;
}

label.error {
    color: red !important;
}

label.success {
    color: green !important;
}

.toggle-password {
    cursor: pointer;
}

.btn-update {
    padding: 0;
    text-align: center;
    color: #fff;

    justify-content: center;
    align-items: center;
    display: flex;
}

.custom-hidden {
    display: none;
}

.profile-image .overlay-btn,
.overlay-btn input,
.overlay-btn img {
    cursor: pointer;
}

.response-messages label {
    margin: 26px 0px 0px 199px;
}

.width-flag {
    width: 80px;
}

.outerDiv label {
    position: absolute;
}

.container-img {
    width: 15% !important;
}

.more-sender a:hover {
    color: #243040 !important
}

#sender-street {
    cursor: pointer;
}

input.street {
    text-align: left;
    opacity: 0.7;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #fff !important;
    color: #495057 !important;
}

#search-form .select2-container--default .select2-selection--single {
    border: 0px;
    background: #F7F7F7;
}

.select2-container--open .select2-dropdown--below {
    padding: 5px !important;
    border: 0px !important;
    box-shadow: 0px 3px 30px #c4c4c47d !important;
    border-radius: 12px !important;
    min-width: 20vw !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field  {
    border: 0px !important;
    border-bottom: 1px solid #dbd6d6 !important;
}

.select2-results__option--selectable {
    border-bottom: 1px solid #dcdcdc;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 10px;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 5px 2px 10px #dcdcdc, -5px 0px 10px #dcdcdc;
}

.select2-results__option--selectable {
    font-size: 14px;
}

.select2-container {
    width: 100% !important;
    min-width: 150px !important;
}

.modal-full-screen {
    max-width: 90%;
}

.timeline-point {
    margin: 10px auto;
    position: relative;
}

.timeline {
    /* border-left: 2px solid green;
    text-indent: 25px; */
    position: relative;
}

.timeline-middel::after,
.timeline-first::after,
.timeline-last::after {
    display: block;
    background: lightgrey;
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: -6px;

}

.timeline-middel::after {
    top: 5px;
}

.timeline-first::after {
    top: 0px;
}

.timeline-last::after {
    bottom: 0px;
}

.timeline-point.active::after {
    background: green;
}

i.call-icon.fa.fa-phone {
    font-size: 1rem;
    color: lightgrey;
    border: 1px solid lightgrey;
    border-radius: 25px;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.notifications::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.notifications::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.notifications {
    position: absolute;
    top: 48px;
    right: 62px;
    background-color: #fff;
    padding: 10px 10px 0px 15px !important;
    border: 0px !important;
    box-shadow: 0px 3px 30px #c4c4c47d !important;
    border-radius: 12px !important;
    width: 50%;
    z-index: -2;
    overflow-y: scroll;
    max-height: 300px;
}

.header-notification-badge{
    padding: 0.35em 0.35em;
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    cursor:pointer;
}
.notifications-item .float-left{  width: 60%; font-size: 11px; text-align: left;}
.notifications-item .float-right{ width: 40%; font-size: 11px; text-align: right;}
.notifications-item{ border-bottom: 1px solid #eee; padding: 10px 0px 10px 0px;}
.notifications-item:last-child{ border-bottom: 0px !important;}
.notifications-item .material-icons{font-size: 11px !important;}

.notifications-item .time{display:block;}

.notifications-item > div, .notifications-item > div a{color:#000; font-weight: bold;}
.notifications-item .read, .notifications-item .read a{color:#707070 !important; font-weight: normal !important;}

.notifications .notifications-header{ padding-top: 5px; padding-bottom: 20px;}
.notifications .notifications-header > span{ color: #7B7F86; font-size: 11px;}
.notifications .notifications-header .float-right{text-align: right;}
.notifications .notifications-header .float-right > a{font-size: 11px; color: #7B7F86; text-align: right;}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
}


@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
{
    .reg-page .image-height{min-height: 900px;}
}
