/*---2019 datetime picker---*/
.picker {
    font-size: 15px;
}
.picker .far {
    margin-right: 4px;
    color: #4b505f;
}
.picker__date,
.picker__time {
    position: relative;
    display: inline-block;
    color: #2280c3;
}
.picker__date:hover,
.picker__time:hover {
    color: #1a6398;
    text-decoration: none;
}
.picker__date:after,
.picker__time:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    font-weight: 900;
    content: "\f078";
    color: #4b505f;
    margin-left: 5px;
}
.picker__time {
    margin-left: 20px;
}



.ql-container {
    font-family: "Montserrat", sans-serif !important;
    font-size: 1.0rem !important;
}
.ql-editor {
    overflow-y: visible;
    padding: 0;
}


.form-control-file {
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
    padding: 11px 20px !important;
    font-size: unset !important;
    line-height: 24px !important;
    position: static !important;
}



.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

/*
--------------------------------------------------
	MEDIA & POST TABLE
--------------------------------------------------
	-	File manager list
	-	Social media post list
	-	Added Jan. 2019
--------------------------------------------------*/
.media,
.post {
    width: 100%;
    border-collapse: collapse;
}
.media__row,
.post__row {
    background-color: #ffffff;
}
.media__thead,
.post__thead {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.media__thead th,
.post__thead th {
    font-weight: 400;
    color: #2C373C;
}
.media__details,
.post__details {
    padding: 15px 15px 15px 0;
    vertical-align: top;
}
.media__details-inner,
.post__details-inner {
    display: flex;
    align-items: flex-start;
    min-height: 4rem;
}
.media__body,
.post__body {
    display: inline-block;
    flex-grow: 1;
}
.media__title,
.post__title {
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}
.media__title a,
.post__title a {
    color: #2280c3;
}
.media__title a:hover,
.post__title a:hover,
.media__title a:focus,
.post__title a:focus {
    color: #1a6398;
}
.media__title-wrap,
.post__title-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.media__datetime,
.post__datetime {
    padding: 15px;
    vertical-align: top;
    white-space: nowrap;
    line-height: 1.3;
}
.media .date,
.post .date,
.media .time,
.post .time {
    display: block;
}
.media .time,
.post .time {
    color: #777;
}
.media__actions,
.post__actions {
    padding: 15px 0 15px 30px;
    text-align: right;
    vertical-align: top;
}
.media__actions .actions,
.post__actions .actions {
    display: inline-block;
    min-width: 120px;
    font-size: 12px;
    vertical-align: top;
}
.media__actions .actions-li,
.post__actions .actions-li {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.media__actions .actions-li + .actions-li,
.post__actions .actions-li + .actions-li {
    margin: 0 0 0 10px;
}
.media__actions .actions-li__link-text,
.post__actions .actions-li__link-text {
    width: 180px;
}
.media__actions .dropdown-menu,
.post__actions .dropdown-menu {
    min-width: 180px;
}
@media screen and (max-width: 767px) {
    .media__details,
    .post__details {
        padding-left: 15px;
    }
    .media__actions,
    .post__actions {
        padding-right: 15px;
    }
}
.media {
    /*total size or items*/
}
.media__row--other .media__preview {
    height: 60px;
    font-size: 36px;
    color: #7a7d84;
    line-height: 60px;
}
.media__row--other .media__preview > a:hover {
    color: #626469;
}
.media__tbody {
    padding: 15px 0;
}
.media__tbody > .media__row:first-child > td {
    padding-top: 30px;
}
.media__details-inner {
    min-width: 360px;
}
.media__preview {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 85px;
    border: 1px solid #ddd;
    margin-right: 15px;
    text-align: center;
}
.media__preview img {
    max-width: 85px;
    max-height: 60px;
}
.media__preview > a {
    display: block;
    color: #7a7d84;
}
.media__total {
    margin: 0;
    color: #777;
}
.media__select {
    padding: 15px 30px;
    vertical-align: top;
}
.media__select .chosen-container-single .chosen-single {
    max-width: 240px;
    height: 36px;
    padding: 6px 15px;
}
.media__select .chosen-container-single .chosen-single div b {
    background-position: 0 8px;
}
.post {
    /* dashboard panels dept list */
    /* main departments list */
}
.post__row {
    border: none;
    border-bottom: 1px solid #ddd;
}
.post__details-inner {
    min-width: 420px;
}
.post__checkbox {
    vertical-align: top;
    padding: 15px 0 15px 15px;
}
.post__channel {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 48px;
    margin-right: 22px;
    vertical-align: top;
}
.post__channel-image {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #ddd;
}
.post__channel-image img {
    max-width: 100%;
    border-radius: 100%;
}
.post__channel-icon {
    position: absolute;
    z-index: 2;
    bottom: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}
.post__channel-icon--na {
    background-color: #D1332E;
}
.post__channel-icon--facebook {
    background-color: #3b5998;
}
.post__channel-icon--twitter {
    background-color: #00aced;
}
.post__url {
    margin: 0;
    font-size: 12px;
}
.post__url-truncate-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.post__url-truncate {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.post__url a {
    color: #7a7d84;
}
.post__media {
    flex: 0 0 85px;
    width: 85px;
    margin-left: 15px;
    text-align: center;
}
.post__media img {
    max-width: 85px;
    max-height: 60px;
}
.post__status {
    vertical-align: top;
    padding: 15px 30px;
    text-align: center;
}
.post__actions {
    padding-right: 15px;
}
.post--dash-depts .post__details-inner {
    padding-left: 15px;
}
.post--dash-depts .post__title {
    padding-top: 5px;
}
.post--dash-depts .post__details-inner {
    min-width: 300px;
    min-height: 2rem;
}
.post--dash-depts .post__actions .actions {
    min-width: 36px;
}
.post--depts .post__details-inner {
    padding-left: 15px;
    min-width: 380px;
}
.post--depts .post__icon {
    position: relative;
    width: 38px;
    text-align: center;
    margin-right: 24px;
}
.post--depts .post__icon .icon,
.post--depts .post__icon .fa {
    font-size: 38px;
    color: #b0b0b0;
}
.post--depts .post__icon:hover .icon,
.post--depts .post__icon:hover .fa {
    color: #7a7d84;
}
.post--depts .post__icon .post__icon-link {
    text-decoration: none;
}
.post--depts .post__icon .post__icon-link:hover {
    text-decoration: none;
}
.post--depts .post__icon .badge {
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
}
.post--depts .post__title {
    font-weight: 600;
}





.icon-chevron-asc:before {
    content: "\e91f";
}

.icon-chevron-desc {
    transform: rotate(180deg);
}
.icon-chevron-desc:before {
    content: "\e91f";
}

.icon-chevron-prev:before {
    content: "\e91f";
}

.icon-chevron-next {
    transform: rotate(180deg);
}
.icon-chevron-next:before {
    content: "\e91f";
}


.activity--muted .activity__iconwrapper, .activity--muted .activity__iconwrapper i, .activity--muted .activity__date, .activity--muted .activity__contact, .activity--muted .activity__status {
    border-color: #6c757d;
    color: #6c757d;
}
.activity--info .activity__iconwrapper, .activity--info .activity__iconwrapper i, .activity--info .activity__date, .activity--info .activity__contact, .activity--info .activity__status {
    border-color: #17a2b8;
    color: #17a2b8;
}
.activity--warning .activity__iconwrapper, .activity--warning .activity__iconwrapper i, .activity--warning .activity__date, .activity--warning .activity__contact, .activity--warning .activity__status {
    border-color: #F2C94C;
    color: #F2C94C;
}
.activity--danger .activity__iconwrapper, .activity--danger .activity__iconwrapper i, .activity--danger .activity__date, .activity--danger .activity__contact, .activity--danger .activity__status {
    border-color: #EB5757;
    color: #EB5757;
}
.activity--success .activity__iconwrapper, .activity--success .activity__iconwrapper i, .activity--success .activity__date, .activity--success .activity__contact, .activity--success .activity__status {
    border-color: #7DC481;
    color: #7DC481;
}


.aside__dropdown--active .aside__dropdown--list {
    display: block !important;
}

.btn-unstyled {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    font-weight: inherit !important;
    height: auto !important;
    line-height: revert !important;
}



.status--danger::before {
    background-color: #EB5757 !important;
}


.sidefilters__options {
    display: block !important;
}
.sidefilters__block {
    display: block !important;
}
.subproperty__filterset {
    display: block !important;
}
.subproperty__select {
    display: block !important;
}

.ajax-disabled {
    pointer-events: none;
    opacity: 0.4;
}



.blockswitch__pane {
    display: block;
}
.voice__composer-blocks {
    display: flex;
}
.break {
    flex-basis: 100%;
    height: 0;
}




.invalid-feedback {
    display: inherit;
}
.is-invalid, .was-validated :invalid {
    border-color: #DC3545 !important;
}



.dropdown-menu--scroll {
    max-height: 226px;
    overflow-y: auto;
}
.modal--filebrowse .section__header i.far {
    font-size: inherit;
}
.text-muted {
    color: #9DA3A7 !important;
}


.dz-thumb {
    padding-left: 10px;
    padding-right: 20px;
}
.dz-drop {
    border: 1px dashed lightgray;
    text-align: center;
    padding: 40px;
    cursor: pointer;
}
.dz-status {
    margin-left: 25px;
}
.dz-icon {
    text-align: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 20px;
}
.uploadlist__media i {
    font-size: 3em;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    min-width: 80px;
    min-height: 60px;
}

.btn-wizard {
    color: inherit !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 4.125rem !important;
    border: none !important;
    font-size: 0.875rem !important;
}

.ql-editor p:last-child {
    margin-bottom: 0px;
}
.ql-editor p {
    margin-bottom: 1.5rem;
}



.mediafile__media--loading img {
    visibility: hidden;
    opacity: 0;
}
.mediafile__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.infostats__cps-col:not(:last-child) {
    position: relative;
}
.infostats__cps-col:not(:last-child):before {
    content: "";
    position: absolute;
    left: calc(100% - 15px);
    top: 0;
    height: 84px;
    width: 1px;
    background: #DADDE6;
}

.mp-code {
    display: block !important;
}



.ql-toolbar.ql-snow svg {
    vertical-align: top !important;
}

.ql-editor p, .ql-editor ul, .ql-editor ol, .ql-editor blockquote {
    margin: 0 !important;
    margin-bottom: 1em !important;
}
.ql-editor p:last-child, .ql-editor ul:last-child, .ql-editor ol:last-child, .ql-editor blockquote:last-child {
    margin: 0 !important;
}




.quicklinks__table .quicklinks__add {
    border-top: none !important;
}
/*
.react-select {
    background-color: #F5F7FB !important;
}
.react-select__control {
    background-color: #F5F7FB !important;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 6px 10px;
    font-weight: 500;
    color: #404451;
    border: 1px solid #DADDE6;
    border-radius: 3px;
}
*/



.simpleselect-status::before {
    background-color: var(--simpleselect-status);
}




.progress__chart--dm .progress__bar {
    background-color: #F0F2F6;
}

.progress__label {
    max-width: 50px;
}




.btn-group.dropdown.dropdown-edit .btn {
    padding: 0;
}



.ql-toolbar.sticky-top {
    top: 65px;
    z-index: 999;
}


.content__area--uilib {
    margin-left: 312px;
    max-width: calc(100% - 312px - 30px);
}

.header img.header__actions__image {
    max-width: 73px;
}

#sidepanel__review .sidepanel__wrapper {
    overflow: auto;
}




.sticky-top {
    z-index: 1001;
}


.ck .notranslate {
    padding-left: 5px;
    padding-right: 5px;

    border-style: solid;
    border-width: 0px;
}

.ck .notranslate {
    border-color: #424246;
    background-color: #E3E4E8;
}

.ck .notranslate:before {
    content: '\f1ab';
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}

.no-transition {
    transition: none !important;
}

.uilib .custom-control-label::before, .uilib .custom-control-label::after {
    left: -30px;
    right: auto;
}

.addphotos__media {
    max-height: 304px;
}


.send-msg-radio-grp .send-msg-radio-grp__block .radiolist li.schedule-msg-datepicker-block {
    position: unset;
    top: 0px;
}
.schedule-msg-datepicker-block .tempus-dominus-widget {
    position: absolute;
    top: 41px;
}

.btn-on {
    padding: 0;
}

.filter__result--list li {
    color: #787C80;
    background-color: #EFF2F7;
}

.sidepanel .contacts__item--detail h4 a {
    text-decoration: none;
}

.sharepanel .ckeditor-wrapper {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sharepanel  .use-link-block.show-link .ckeditor-wrapper {
    display: none;
    height: 0;
}

.use-link-block.show-link .use-link {
    margin-top: 0;
}

.use-link-block.show-link .use-link-icon.inactive a {
    color: #dadde6;
    cursor: not-allowed;
}


.activity__table tr:not(:last-child) .activity__iconwrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 146%;
    background: #DADDE6;
    z-index: -1;
}
.activity__table tr:only-child .activity__iconwrapper:before {
    bottom: auto;
    top: 0%;
    height: 0%;
}

.reports__message .lang_pill {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    color: #404451;
    background-color: #F5F7FB;
    border-radius: 3px;
    border: 1px solid #F5F7FB;
    padding: 3px 12px;
    display: inline-block;
    margin-right: 2px;
}

.reports__message .lang_pill.active, .review-block .reports__message .lang_pill:hover {
    background-color: transparent;
    border-color: #1F88C3;
    color: #1F88C3;
}

.card__infobox--details {
    max-width: revert;
}

.uilib .checkboxes-container {
    margin: 0;
}

.msgtypes-block {
    margin: 0 auto;
}

.tooltip-custom {
    opacity: 1 !important;
}
.tooltip-arrow-custom::before {
    border-left-color: #77B55A !important;
    border-right-color: #77B55A !important;
}
.tooltip-inner-custom {
    background-color: #77B55A !important;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}
.tooltip-inner-custom a {
    color: #c3ffa1 !important;
}

.header--tabs ul .htabs .header__link.disabled {
    cursor: not-allowed;
}

.header--tabs ul .htabs .header__link.disabled img {
    filter: grayscale(1);
}

.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}

.uilib .custom-switch .custom-control-label::before {
    width: 44px;
    height: 25px;
    border: 0;
    border-radius: 20px;
    top: 2px;
    left: -48px;
    background: #CBCED7;
}

.uilib .custom-control--nolabel.custom-switch .custom-control-label::before {
    left: -44px;
}

.uilib .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #CBCED7;
    background-color: #3FB045;
}

.uilib .custom-switch .custom-control-input:disabled ~ .custom-control-label::after,
.uilib .custom-switch s.custom-control-input[disabled] ~ .custom-control-label::after {
    opacity: 0.5;
}

.uilib .custom-switch .custom-control-label::after {
    top: 4px;
    left: -45px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 100%;
}

.uilib .custom-control--nolabel.custom-switch .custom-control-label::after {
    left: -42px;
}

.sidepanel-user .sidepanel__head.sidepanel__head--cols .sidepanel__head-user .user-avatar img {
    width: 53px;
    height: 53px;
}

.sidepanel.setting-sidepanel .sidepanel__head {
    padding: 0;
}

.user-avatar-block {
    position: relative;
}

.user-avatar-block .user-impersonator{
    position: absolute;
    top: 4px;
    left: 40px;
    z-index: 3;
    display: block;
    width: 25px;
    height: 25px;
}

.user-avatar-block .user-impersonate img{
    filter: brightness(70%)
}

.super-user-permission-block {
    border: 1px solid #CBCED7;
    background-color: #FAFBFD;
    text-align: center;
    margin: 50px 0;
    padding: 50px;
}

.super-user-permission-block .super-user-access-button {
    background: #E6E9EF;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #4F4F4F;
    padding: 13px 25px;
    margin-top: 20px;
}