﻿
body, html {
    background-color: #fafafa;
    font-family: "Roboto";
    font-size: 0.9rem;
}

.w-100 {
    width: 100px !important;
}
.w-125 {
    width: 125px !important;
}
.w-150 {
    width: 150px !important;
}
.w-175 {
    width: 175px !important;
}
.w-200 {
    width: 200px !important;
}
.w-225 {
    width: 225px !important;
}
.w-250 {
    width: 250px !important;
}
.w-275 {
    width: 275px !important;
}
.w-300 {
    width: 300px !important;
}
.w-325 {
    width: 325px !important;
}
.w-350 {
    width: 350px !important;
}
.w-375 {
    width: 375px !important;
}
.w-400 {
    width: 400px !important;
}
.w-425 {
    width: 425px !important;
}
.w-450 {
    width: 450px !important;
}
.w-475 {
    width: 475px !important;
}
.w-500 {
    width: 500px !important;
}
.w-525 {
    width: 525px !important;
}
.w-550 {
    width: 550px !important;
}
.w-575 {
    width: 575px !important;
}

.table-inner > tbody > tr {
    background-color: transparent !important;
    border: 0;
    padding: 0;
}

.table-inner > tbody > tr > td {
    background-color: transparent !important;
    border: 0;
    padding: 0;
}

.table-header-mod > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #f4f5f8 !important;
    background-color: #fff;
    font-weight: 500;
    color: #58595B;
    padding: 0.75rem 0.75rem 0.5rem 0.70rem;
    padding-right: 0.75rem;
}

.table-subscription td {
    background-color: transparent !important;
    border: 0 !important;
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
    cursor: default;
    color: #aaa;
}

.alert.m-alert--outline.alert-danger {
    color: #575962;
    background-color: transparent;
    border-color: transparent !important;
    color: #a52a2a;
    font-weight: 400;
}

.item-option-btn, .item-button.opt {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 9px 3px 9px;
    background-color: #fff;
    border: 1px #fff solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: table;
    margin: 3px 0 3px 0;
}

.item-option-btn:hover, .item-button.opt:hover {
    border: 1px #fff solid;
    background-color: #fafafa;
}

.bootstrap-select.btn-group > .dropdown-toggle:after {
    border: none !important;
}

.m-switch.m-switch--outline.m-switch--success input:empty ~ span::after {
    background-color: #904f4f;
}

table.table-detail tr {
    background-color: #fff;
}

#summary-panel table {
    border: none !important;
}

#summary-panel table tr {
    border: none !important;
}

#summary-panel table tr td {
    border: none !important;
}

table.table-detail tr td {
    background-color: #fff;
    border: none;
    padding: 3px 20px 0 20px;
    vertical-align: top;
    line-height: 1;
}

.number-circle {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 2px 7px 5px 6px;
    background: transparent;
    border: 2px solid #777;
    color: #777;
    text-align: center;
    font-size: 11px;
    line-height:1.2rem;
}

.number-circle-selected {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 2px 7px 5px 6px;
    background: #777;
    border: 2px solid #777;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 1.2rem;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
    background-color: rgba(206, 56, 73, 0.7);
    padding: 5px;
}

.form-group-small label.col-form-label {
    line-height: 0.7 !important;
}

#tkn-reset-btn {
    display: inline-block;
    padding-right: 5px;
}

#tkn-update-btn {
    display: inline-block;
}

div.dataTables_processing {
    opacity: 0;
}

td.dataTables_empty {
    background-color: #f4f5f8 !important;
    padding: 10px !important;
    position: relative !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.persona-table {
    border: none;
    background-color: transparent !important;
}

table.persona-table tbody tr:nth-of-type(2n+1) td {
    border: none;
    background-color: transparent;
}


table.persona-table tbody tr:nth-of-type(2n+1) {
    background-color: transparent;
    border: none;
}

.m-dropdown.m-dropdown--header-bg-fill.m-dropdown--arrow .m-dropdown__arrow {
    color: #fff;
}

.modal .modal-content .modal-body {
    padding: 25px 25px 0 25px !important;
}

.modal-footer {
    padding: 1rem !important;
    border-top: none !important;
}

.m-checkbox.m-checkbox--state-success > input:disabled ~ span:after {
    border-color: #fff;
}

div.select-small button {
    padding: 3px 8px !important;
    margin-bottom:2px !important;
}

div.select-small button span {
    padding: 3px 8px !important;
    font-size: 12px !important;
}

div.select-small button.disabled  {
    opacity:0.4 !important;
}

.error-text {
    color: #a52a2a;
}

.error-bg {
    background-color: #a52a2a !important;
}

.m-link-back {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding-top: 9px;
    z-index: 110;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.m-link-back > i {
    font-size: 1.3rem;
    position:relative;
    top:2px;
}

.m-link-back:hover {
    text-decoration: none;
}

.m-link-back {
    display: block;
}

.m-link-back {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(81, 77, 92, 0.2);
}

.m-link-back > i {
        color: #cfcedb;
    }

.m-link-back:hover > i {
        color: #716aca;
    }



ins {
    background-color: #FFECB3;
    text-decoration: none;
}

del {
    background-color: #FFECB3;
    text-decoration: none;
}


.status-holder {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding:4px 10px 0 0;
}

#compare-table .col-lg-4 {
    flex: 0 0 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important;
}

.disabled-checkbox {
    position: relative;
    right: 12px;
    display: inline-block;
    width: 17px;
    height: 17px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e2e5ec;
    font-family: 'Lucida Sans';
    padding: 0 4px;
    font-size: 16px;
    line-height: 1rem;
    color: #bcbcbc;
}

.access-selected {
    color: #E53E51;
}

.detail-holder {
    padding: 20px 0 0 20px;
    background-color: #fff;
}

.detail-holder .detail-title {
    font-size:18px;
    font-weight:500;
}

.detail-holder .col-form-label {
    font-weight: 400;
    padding: 3px 0 2px 30px;
}

.detail-holder .col-form-value {
    padding: 3px 0 2px 15px;
}

table.detail-holder tr .detail {
    background-color: #f4f5f8;
}

.no-break-out pre {
    max-width: 1000px;
    overflow-wrap: break-word;
}

.m-bootstrap-select.bootstrap-select.btn-group.m-bootstrap-select--solid > .dropdown-toggle.btn-success {
    background-color: #558B2F;
    border-color: #558B2F;
    max-height:33px;
    line-height:0.7rem;
}

input, textarea, select, label {
    font-family: "Roboto" !important;
    font-size: 0.9rem !important;
}

.form-control {
    font-family: "Roboto" !important;
    font-size: 0.9rem !important;
}

.filter-option {
    font-family: "Roboto" !important;
    font-size: 0.9rem !important;
}

.dropdown-menu {
    font-family: "Roboto" !important;
    font-size: 0.9rem !important;
}

.col-form-label {
    font-family: "Roboto" !important;
    font-size: 0.9rem !important;
}

.datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
    background: #E53E51;
    color: #ffffff;
}

.datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active {
    background: #E53E51;
}

.datetimepicker td, .datetimepicker th {
    width: 30px;
    height: 25px
}

.datetimepicker table tr td span.active.active {
    background: #E53E51;
}

.datetimepicker table tr td span.active:hover.active {
    background: #E53E51;
}

.datetimepicker tbody tr > td.day.disabled {
    color: #ccc;
}

.datetimepicker tbody tr > td.day.today {
    background: #dedede !important;
    color: #ffffff;
    position: relative;
}

#analysis-results .dt-group {
    background-color: #fafafa;
    font-weight: 500;
}

#analysis-results .dt-group td {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 0.4rem 0.75rem;
}

#analysis-results .dt-group-sml {
    background-color: #fff;
    font-weight: 500;
}

#analysis-results .dt-group-sml td {
    height: 1px;
    padding:0;
    position: relative;
    border-bottom: 1px dashed #aaa !important;
}

table.dataTable .multi-two {
    background-color: #FFF3E0;
}

.dataTable > tr:nth-of-type(2n+1) {
    background-color: #fafafa;
}

.scope-msg-success {
    color: #558B2F;
    position: relative;
    top: 1px;
}

.finish-holder {
    font-size: 13px;
    font-weight: 400;
    color: #575962;
    padding: 10px;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    border-radius: 4px;
    max-width: 489px;
}

.finish-holder .fa {
    font-size: 21px;
    color: #a52a2a;
    position:relative;
    top:2px;
}

.alert-holder {
    font-size: 13px;
    font-weight: 400;
    color: #575962;
    padding: 10px;
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    border-radius: 4px;
}

.alert-holder .fa {
    font-size: 21px;
    color: #a52a2a;
    position: relative;
    top: 2px;
}



.scope-msg-error {
    color: #a52a2a;
    position: relative;
    top: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    height: 1px;
    padding-bottom: 15px;
    margin-top: -35px;
}

.bootstrap-select.btn-group .dropdown-menu.inner > li.disabled > a {
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.bootstrap-select.btn-group .dropdown-menu.inner > li:hover > a.opt {
    background: #fff;
}

.dropdown-header {
    margin-left: -5px;
    font-size: 14px;
    color: #E53E51;
}

.dropdown-header:hover {
    margin-left: -5px;
    font-size: 14px;
    color: #E53E51;
    opacity: 1;
}

.modal-lg {
    max-width: 900px;
}

.modal-xlg {
    max-width: 1000px;
}

.modal-body .m-list-badge .m-list-badge__items .m-list-badge__item {
    line-height: 2.2rem;
    margin-right: 0.1rem;
}

.header-alert {
    font-size: 12px;
    position: relative;
    top: 5px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 10px;
    color: #a52a2a;
    font-weight: 300;
}

.header-alert-title {
    font-size: 13px;
    font-weight: 500;
}

.header-alert-message {
    position: relative;

    top: -3px;
    display: inline-block;
}

.header-alert i {
    font-size: 30px;
    position: relative;
    top: 0px;
    padding-right: 10px;
    color: #cdcdcd;
}

.modal-select {
    position: absolute !important;
}

#option-list-rows {
    position: relative;
    top: 3rem;
}

.action-links {
    text-align: right;
    font-size: 12px;
    width: 100%;
    padding: 5px 5px 0 0;
}

a.action-link-btn {
    color: #07C;
    font-weight: 400;
    padding: 8px 10px;
    position: relative;
    top: 10px;
    right: 5px;
    border: 1px solid #e0e0e3;
    border-radius: 4px;
}

.m-checkbox > input:disabled ~ span::after {
    border-color: #558B2F;
}

.m-checkbox.m-checkbox--state-success.m-checkbox--solid > span {
    background: #e2e5ec;
    border: 1px solid transparent !important;
}

.form-control.test-data-select {
    border: 1px solid #dedede;
    padding: 2px;
}

.m-bootstrap-select.bootstrap-select.btn-group.m-bootstrap-select--solid.test-data-select> .dropdown-toggle {
    font-size: 13px;
    padding: 8px 4px 8px 8px;
}

.bootstrap-select.test-data-select.btn-group .dropdown-menu.inner > li > a .text {
    font-size: 12px;
}

.nav.nav-pills .nav-link.disabled, .nav.nav-tabs .nav-link.disabled {
    color: #cdcdcd;
}

.nav-pills .nav-item-right {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 10px;
}

.dt-search-select.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding-left: 3px;
}

.dt-search-select ul li {
    font-size: 13px;
}

#dialog-search-form .dropdown-toggle {
    float: left;
}

#dialog-search-form .dropdown-menu.show {
    clear: both;
    margin-top: 0;
}

xmp {
    white-space: pre-wrap;
    word-wrap: break-word;
}

table.expert-table th, table.expert-table td {
    border: none !important;
}


.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
    font-weight: 300;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
    font-weight: 300;
}

.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active:hover {
    font-weight: 400;
}


.m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.m-header-search .m-header-search__icon-search > i {
    font-size: 1.3rem;
    color: #aaa;
}

.m-header-search .m-header-search__input {
    background-color: #393b47;
}

.m-header-search .m-header-search__icon-search {
    background-color: #393b47;
}


.m-header-search .m-header-search__input::placeholder {
    color: #6c6e7a;
    opacity: 1;
}

.m-tabs__link.disabled {
    pointer-events: none;
    opacity: 0.9;
}

.alert.m-alert--outline.alert-section-header-enabled {
    color: #558B2F;
    background-color: #ffffff;
    border: 2px solid #558B2F;
    font-weight: 400;
    padding: 0.85rem 1.5rem;
    position:relative;
    top: -10px;
}

.alert.m-alert--outline.alert-section-header-disabled {
    color: #a52a2a;
    background-color: #ffffff;
    border: 2px solid #a52a2a;
    font-weight: 400;
    padding: 0.85rem 1.5rem;
    position: relative;
    top: -10px;
}

.section-header-holder {
    list-style: none;
    padding: 0 25px 0 15px;
    width: 100%;
    position: relative;
    text-align: left;
    background-color: #fff;
}

.section-header {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 5px 0 0 0;
    background-color: #fff;
    border-bottom: 4px solid #f8f8f8;
}

.label-inline {
    display: inline;
}

.section-header-switch {
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;

}

.section-header-switch-holder {
    position:relative;
    top: -24px;
    margin-right: 30px;
}

.section-header-borderless {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 100%;
    padding: 15px 0 0 0;
    background-color: #fff;
}

.section-header-left {
    text-align: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.section-header-right {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    position:relative;
    top:-50px;
    float:right;
}

.section-header-right .messaging {
    background-color: #fff;
    border: 1px solid #8a8c95;
    border-radius: 0;
    color: #575962;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-header-right .messaging:hover {
    background-color: #FFF;
    border-color: #E53E51;
    color: #E53E51;
}

.section-header-right .messaging i {
    color: #575962;
    font-size: 23px;
    position: relative;
    top: -1px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-header-right:hover .messaging i {
    color: #E53E51;
    font-size: 23px;
    position: relative;
    top: -1px;
}


.nav-pills-btn {
    float: right;
    font-size: 14px;
}

.nav-pills-btn .nav-link i {
    position: relative;
    top: -1px;
    font-size: 21px !important;
    font-weight: 200;
}

.section-header-right .email {
    background-color: #fff;
    border: 1px solid #8a8c95;
    border-radius: 0;
    color: #575962;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-header-right .email:hover {
    background-color: #FFF;
    border-color: #E53E51;
    color: #E53E51;
}

.section-header-right .email i {
    color: #575962;
    font-size: 23px;
    position: relative;
    top: -1px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.section-header-right:hover .email i {
    color: #E53E51;
    font-size: 23px;
    position: relative;
    top: -1px;
}

.section-header-icon {
    display: inline-block;
    float: left;
    padding: 10px;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    background-color: #464851;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.section-header-icon i {
    font-size: 22px;
    position: relative;
    right: 3px;
    top: -3px;
}

.section-header-title {
    position: relative;
    display: block;
    left: 10px;
    top: -3px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.section-header-title-only {
    position: relative;
    display: block;
    left: 10px;
    top: 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.section-header-text {
    display: inline-block;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    top: -8px;
}

p a {
    color: #07C;
}

.archived-check {
    text-align: right;
}

.m-footer--fixed .m-footer {
    background: #222430;
}




table.dataTable {
    font-size: 13px;
}

table th {
    font-weight: 500;
}

.ds-correction {
    right: 90px;
    position: relative;
    width: 375px;
}

.dialog-text-holder {
    color: #000;
    border: 1px solid #eaeaea;
    background-color: #fafbfe;
    border-radius: 5px;
    padding: 15px;
    font-size: 13px;
    cursor: pointer;
    min-width: 500px;
    max-width: 75%;
}

.dialog-text-holder a {
    color: #07C;
    text-decoration:underline;
    font-weight: 400;
}

.dialog-text-holder img {
    width: 80%;
    height: auto;
    border: 2px solid #fff;
}


.dataTable td .m-btn--icon.m-btn--icon-only {
    width: 30px;
}

.checkbox-lock input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px;    
}

.checkbox-lock input[type=checkbox] + label {
    background: #999;
    padding: 0 0 0 0px;
}

.checkbox-lock input[type=checkbox]:checked + label {
    background: #0080FF;
    padding: 0 0 0 0px;
}

.m-checkbox.m-checkbox--state-success.m-checkbox--solid > input:checked ~ span {
    background: #558B2F;
}

.form-control-sm .dropdown-menu {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-sm .dropdown-menu .dropdown-menu.inner > li > a {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: #fff;
}

.form-control-sm.bootstrap-select.btn-group > .dropdown-toggle {
    padding: 0.35rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #676c7b;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
    color: #333;
}

.dataTables_filter label {
    font-size: 12px !important;
}

.dataTables_filter input.form-control {
    font-size: 12px !important;
}

.data-table-title-bar-text {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: Roboto;
    position: relative;
    top: 10px;
}

#testing-results-data-detail_filter input {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
}

#testing-results-data-detail_filter label {
    font-size: 12px;
}

#training-results-data-detail_filter input {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
}

#training-results-data-detail_filter label {
    font-size: 12px;
}

.nav.nav-tabs-campaign .nav-link.active {
    color: #ffffff;
}

.m-content .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fafafc;
}

.form-control.focus, .form-control:focus {
    border-color: #aaa;
    color: #575962;
}

td.highlight {
    border-top: 1px solid #f4f3fb !important;
    border-bottom: 0px solid #f4f3fb !important;
    color: #222430 !important;
    font-weight: 400;
}

td.highlight a {
    color: #222430 !important;
    font-weight: 500;
}

td.highlight i:before {
    color: #222430;
}

table[id^="data-set-list-data-"] td {
    background-color: #fafafa;
    font-weight: 300 !important;
    border: none !important;
    border-bottom: 2px solid #fff !important;
    padding: 7px 10px 7px 20px !important;
    font-size: 12px;
}

table[id^="data-set-list-data-"] th {
    border-bottom: 0px solid #fff !important;
    font-weight: 400 !important;
    display: none;
}

table[id^="data-set-list"] td[colspan] {
    background-color: #fff;
    font-size: 13px;
}


table[id^="testing-results-data-detail-"] td {
    background-color: #fefefe;
    font-weight: 300 !important;
    padding: 5px 10px 3px 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc !important;
}

table[id^="testing-results-data-detail-"] th {
    border-bottom: 1px dashed #ccc !important;
    font-weight: 400 !important;
}


div[id^="testing-results-data-detail-"].dataTables_filter input.form-control {
    font-size: 12px !important;
    padding: 0.35rem 1rem;
}

table[id^="testing-results-data"] td[colspan] {
    background-color: #fff;
    font-size: 12px;
}

table[id^="training-results-data-detail-"] td {
    background-color: #fefefe;
    font-weight: 300 !important;
    padding: 5px 10px 3px 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc !important;
}

table[id^="training-results-data-detail-"] th {
    border-bottom: 1px dashed #ccc !important;
    font-weight: 400 !important;
}

div[id^="training-results-data-detail-"].dataTables_filter input.form-control {
    font-size: 12px !important;
    padding: 0.35rem 1rem;
}

table[id^="training-results-data"] td[colspan] {
    background-color: #fff;
    font-size: 12px;
}

tr.shown table {
    background-color: #fff;
}

.schedule-row {
    font-size: 12px;
}

.dz-filename {
    padding-bottom: 10px;
}

.dz-error-mark {
    display: none;
}

.dz-success-mark {
    display: none;
}

.nav-tabs-campaign .nav-link.active, .nav-tabs-campaign .show > .nav-link {
    color: #fff;
    background-color: #0288D1;
    border: none;
}

.nav-tabs-campaign .nav-link {
    color: #6f727d;
}

.select-width-medium {
    max-width: 50%;
    display: block;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #fff;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: visible;
    text-overflow: ellipsis;
}

.btn.m-btn--hover-success:hover, .btn.m-btn--hover-success.active, .btn.m-btn--hover-success:active, .btn.m-btn--hover-success:focus, .show > .btn.m-btn--hover-success.dropdown-toggle {
    border-color: #fff !important;
    color: #222 !important;
    background-color: #fff !important;
}

.btn.m-btn--hover-success:hover i, .btn.m-btn--hover-success.active i, .btn.m-btn--hover-success:active i, .btn.m-btn--hover-success:focus i, .show > .btn.m-btn--hover-success.dropdown-toggle i {
    color: #222 !important;
}

.bb-wrapper .modal-header {
    display: block;
}

.bb-wrapper .modal-content .modal-header .modal-title {
    font-size: 14px;
    font-weight: 400;
}

.modal-related .modal-dialog {
    max-width: 640px;
    white-space: nowrap;

}

.modal-email .modal-dialog {
    max-width: 640px
}

.modal-template .modal-dialog {
    max-width: 740px
}

.modal-wide .modal-dialog {
    max-width: 900px
}

.modal-xwide .modal-dialog {
    max-width: 1000px
}

.bootbox-input {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bootbox-input-text {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #575962;
}

.bootbox-input-text:focus {
    background-color: #ebedf2;
    border-color: #aaa;
    color: #575962;
}

.dialog-action-title {
    position: relative;
    bottom: 4px;
    padding-left: 5px;
}

.dialog-action-item {
    display: inline-block;
    background-color: #fdfdfd;
    border: 2px #f0f1f4 solid;
    color: #4b4c4e;
    width: 100%;
    font-weight: 400;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    white-space: normal;
    margin-bottom: 5px;
    word-wrap: break-word;
}

.dialog-action-item:hover {
    border: 2px #f0f0f0 solid;
    padding: 10px;
}

.dialog-action-item:active {
    border: 2px #f0f0f0 solid;
    padding: 10px;
}

.dialog-action-item-holder {
    width: 100%;
}

.dialog-action-text-holder {
    max-width: 75%;
    display: inline-block;
}

.dialog-action-item-text {
    text-align: left;
}

.dialog-action-item-action {
    text-align: left;
    font-size: 12px;
}

.dialog-action-item-options {
    padding: 0;
    vertical-align: top;
}

.m-accordion.m-accordion--section .m-accordion__item {
    margin-bottom: 1rem;
}

.m-accordion.m-accordion--padding-lg .m-accordion__item .m-accordion__item-head {
    padding: 1rem 2rem;
}


.page-sub-title {
    font-size: 14px;
    font-weight: 400;
}

.template-design-title {
    padding-left: 20px;
    font-size: 14px;
}

.template-step-text {
    position: relative;
    color: #4b4c4e;
    font-weight: 500;
    vertical-align: top;
    top: 2px;
}

.template-step-dialog-text-holder {
    top: 4px;
    position: relative;
}

.template-step-dialog-text-holder .la {
    color: #4b4c4e;
    font-size: 24px;
    font-weight: normal;
    width: 1.28571429em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    padding-left: 2px;
}

.template-steps-holder {
    padding-left: 30px;
}

.template-steps a {
    color: #777;
    font-size: 12px;
}

a.template-step {
    color: #777;
}


.template-step-number {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background-color: #dedede;
    color: #777;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.template-step-number.active {
    background-color: #880E4F;
    color: #fff;
}

.dialog-text-divider {
    border-bottom: 1px dashed #cdcdcd;
    width: 98%;
    margin-bottom: 5px;
    line-height: 1px;
}

.badge-email {
    border: 2px solid #9CCC65;
    background-color: #fff;
    color: #7CB342;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px !important;
}

.badge-email:hover {
    border: 2px solid #4b4c4e;
    color: #4b4c4e;
}

.badge-email i {
    color: #7CB342;
}

.badge-email:hover i {
    color: #4b4c4e;
}

.badge-messaging {
    border: 2px solid #42A5F5;
    background-color: #fff;
    color: #1E88E5;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px !important;
}

.badge-messaging:hover {
    border: 2px solid #4b4c4e;
    color: #4b4c4e;
}

.badge-messaging i {
    color: #1E88E5;
    font-weight: 500;
}

.badge-messaging:hover i {
    color: #4b4c4e;
}

.m-badge.m-badge--success {
    background-color: #558B2F;
    color: #ffffff;
}

.m-badge.m-badge--default {
    background-color: #07C;
    color: #ffffff;
}

.m-badge.m-badge--warning {
    background-color: #fd9600;
    color: #ffffff;
}

.m-badge.m-badge--error {
    background-color: #B71C1C;
    color: #ffffff;
}

.nav.nav-pills .nav-link-sqr.active {
    color: #E53E51;
    background-color: #fff;
    border: 1px solid #E53E51;
    font-weight: 400;
}

.nav.nav-pills .nav-link-sqr.active i.fa {
    color: #E53E51;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.nav.nav-pills .nav-link-sqr {
    background-color: #fafafa;
    border: 1px solid #eee;
    display: block;
    padding: 0.3rem 0.8rem;
    font-weight: 400;
}


.nav.nav-pills .nav-link-sqr i.fa {
    position: relative;
    top: -1px;
}

.nav.nav-pills .nav-link-sqr:hover {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #6f727d;
    font-weight: 400;
}

.nav.nav-pills .nav-link-sqr:hover i.fa {
    color: #6f727d;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.nav.nav-pills .nav-link.active {
    color: #E53E51;
    background-color: #fff;
    border: 1px solid #E53E51;
    font-weight: 400;
    border-radius: 3px;
}

.nav.nav-pills .nav-link.active i.fa {
    color: #E53E51;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.nav.nav-pills .nav-link {
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 0;
}

.nav.nav-pills .nav-link.messaging {
    background-color: #f0f1f4;
    border: 1px solid #f0f1f4;
    border-radius: 0;
    color: #4b4c4e;
}

.nav.nav-pills .nav-link.messaging i {
    color: #4b4c4e;
}

.nav.nav-pills .nav-link.messaging:hover i {
    color: #4b4c4e;
}

.nav.nav-pills .nav-link.email {
    background-color: #DCEDC8;
    border: 1px solid #DCEDC8;
    border-radius: 0;
    color: #4b4c4e;
}

.nav.nav-pills .nav-link.email i {
    color: #4b4c4e;
}

.nav.nav-pills .nav-link.email:hover i {
    color: #4b4c4e;
}


.nav.nav-pills .nav-link i.fa {
    position: relative;
    top: -1px;
}

.nav.nav-pills .nav-link:hover {
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #6f727d;
    font-weight: 400;
    border-radius: 0;
}

.nav.nav-pills .nav-link:hover i.fa {
    color: #6f727d;
    font-weight: 400;
    position: relative;
    top: -1px;
}

.nav-link-alt {
    background-color: #fff;
    border: 0;
    color: #07C;
    font-size: 13px;
    position: relative;
    top: 7px;
    font-weight: 400;
    padding-right: 5px;
}

.nav.nav-pills.nav-pills--default .nav-link.active {
    background: #f5f5f5;
    color: #3f4047;
    border-radius: 0;
    border: 1px solid #eee;
    font-weight: 400;
}
.nav.nav-pills.nav-pills--default .nav-link.active i {
    color: #f0f0f0; 
    border-radius: 0;
}

.nav.nav-pills.nav-pills--default .nav-item.show .nav-link {
    background: #f5f5f5;
    color: #777;
    border-radius: 0;
}

.nav.nav-pills.nav-pills--default .nav-item.show .nav-link i {
    color: #f0f0f0; 
    border-radius: 0;
}

.nav.nav-pills.nav-pills--default .nav-link {
    color: #777;
    border: 1px solid #f0f0f0;
    font-weight: 300;
}

.bootbox-body {
    font-family: "Roboto";
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
}

.bootbox-body .nav.nav-pills.nav-pills--default .nav-link.active {
    background: #f5f5f5;
    color: #3f4047;
    border-radius: 2px;
    border: 1px solid #eee;
    font-weight: 400;
}

.bootbox-body .nav.nav-pills.nav-pills--default .nav-link.active i {
        color: #f0f0f0;
        border-radius: 0;
    }

.bootbox-body .nav.nav-pills.nav-pills--default .nav-item.show .nav-link {
    background: #f5f5f5;
    color: #777;
    border-radius: 0;
}

.bootbox-body .nav.nav-pills.nav-pills--default .nav-item.show .nav-link i {
        color: #f0f0f0;
        border-radius: 0;
    }

.bootbox-body .nav.nav-pills.nav-pills--default .nav-link {
    color: #777;
    border: 1px solid #f0f0f0;
    font-weight: 300;
}

#channel-selector {
    position: relative;
    margin-right: 10px;
}

#channel-selector a .dropdown-toggle:hover {
    background-color: #fff;
    border: 1px solid #999;
}

.channel-selector-button-active {
    border: 1px solid #eee;
    color: #999;
    margin-top: 18px;
    padding: 8px 10px 8px 12px;
    font-weight: 200;
}

.channel-selector-button-active:hover {
    color: #666;
}

.channel-selector-button-active .channel-selector-icon {
    color: #444;
}

.channel-selector-button-active:hover .channel-selector-icon {
    color: #444;
}

.channel-selector-button-default {
    border: 1px solid #eee;
    color: #444;
    margin-top: 18px;
    padding: 8px 10px 8px 12px;
    font-weight: 200;
}

.channel-selector-button-default:hover {
    color: #666;
}

.channel-selector-button-default .channel-selector-icon {
    color: #F57C00;
}

.channel-selector-button-default:hover .channel-selector-icon {
    color: #F57C00;
}


.channel-selector-button:hover {
    border: 1px solid #eee;
}

.channel-selector-button:hover .channel-selector-icon {
    color: #666;
}

.channel-selector-button {
    margin-top: 18px;
    padding: 8px 12px 8px 12px;
    border-color: #eee;
    color: #999;
    font-weight: 200;
}

.channel-selector-icon {
    font-size: 24px;
    color: #999; 
    font-weight: lighter;
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.m-portlet .m-portlet__head .m-portlet__head-caption {
    margin-top: 10px;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
    max-width: 100%;
}

.dataTable td a {
    color: #07C;
    font-weight: 400;
}

.dataTable td a:hover {
    color: #4b4c4e;
}

a.blue-link {
    color: #07C;
    font-weight: 400;
}

a.blue-link:hover {
    color: #4b4c4e;
}

.blue-link {
    color: #07C;
    font-weight: 400;
}

.blue-link:hover {
    color: #4b4c4e;
}

a.red-link {
    color: #a52a2a;
    font-weight: 400;
}

a.red-link:hover {
    color: #4b4c4e;
}

.red-link {
    color: #a52a2a;
    font-weight: 400;
}

.red-link:hover {
    color: #4b4c4e;
}

a.blue-dark-link {
    color: #01579B;
    font-weight: 400;
}

a.blue-dark-link:hover {
    color: #4b4c4e;
}

.blue-dark-link {
    color: #01579B;
    font-weight: 400;
}

.blue-dark-link:hover {
    color: #4b4c4e;
}


a.orange-link {
    color: #F57C00;
    font-weight: 400;
}

a.orange-link:hover {
    color: #4b4c4e;
}

.orange-link {
    color: #F57C00;
    font-weight: 400;
}

.orange-link:hover {
    color: #4b4c4e;
}

a.mesh-link {
    color: #E53E51;
    font-weight: 400;
}

a.mesh-link:hover {
    color: #4b4c4e;
}

.mesh-link {
    color: #E53E51;
    font-weight: 400;
}

.mesh-link:hover {
    color: #4b4c4e;
}


a i {
    color: #4b4c4e;
}

a i:hover {
    color: #292a2c;
}

.dataTable-group-cell td {
    font-size: 13px;
}

.dataTable-group td {
    font-weight: 400;
    background-color: #e5e5e5;
    font-size: 13px;
}

.dataTable-group-title {
    font-weight: 500;
}

.channel-buttons {
    width: 100%;
    padding: 15px 0 0 15px;
}

.channel-buttons li.btn.btn-outline-brand {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 10px 15px;
    margin-right: 20px;
}

.channel-buttons li.btn.btn-outline-brand:hover {
    border: 1px solid #e5e5e5;
    background-color: #efefef;
}


.channel-buttons li.btn.btn-outline-brand a {
    border: none;
}

.text-error {
    color: #B71C1C;
}

.m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name {
    color: #6c6e7a;
    font-family: roboto;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #fff;
    right: 33.5px !important;
}

.m-header .m-header__top {
    background: #2a2d36;
}

.m-header .m-header__bottom {
    background: #222430;
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #6c6e7a;
    font-size: 1rem;
}

.current-training-holder {
    margin: 10px 0 40px 0;
    vertical-align: middle;
    width: 100%;
    border: 2px solid #558B2F;
    border-radius: 2px;
    display: inline-block;
    padding: 10px;
    background-color: #F1F8E9;
}


.current-training {
    vertical-align: middle;
    color: #558B2F;
    background-color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    background-color: #F1F8E9;
}

.current-training span a span i:hover {
    background-color: #F1F8E9;
}

.current-training a.btn.m-btn--hover-brand {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #575962 !important;
}

.current-training a.btn.m-btn--hover-brand span:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #575962 !important;
}

.current-training a.btn.m-btn--hover-brand a:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #575962 !important;
}

.current-training a.btn.m-btn--hover-brand i {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #575962 !important;
}

.current-training a.btn.m-btn--hover-brand i:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #575962 !important;
}


.current-training .la {
    position: relative;
    top: 15px;
    left: 7px;
}

/* DASHBOARD */
.m-content .table.import-table > thead > tr > th {
    font-weight: 500;
    padding: 8px;
}

.m-content .table.import-table > thead > tr > td {
    padding: 8px;
}


.conversation-list-item {
    display: table;
    margin-bottom: 4px;
}

.conversation-sort .btn.btn-default {
    border-color: transparent;
    color: #fff;
}

.conversation-sort .bootstrap-select.btn-group > .dropdown-toggle.bs-placeholder {
    color: #fff;
    text-align: right;
}

.conversation-sort .btn.btn-default:hover {
    border-color: transparent;
    color: #fff;
}

.conversation-sort .m-bootstrap-select.btn-group.show > .dropdown-toggle.btn-default, .bootstrap-select.btn-group.show > .dropdown-toggle.btn-secondary {
    border-color: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.conversation-sort .bootstrap-select.btn-group > .dropdown-toggle.btn-default, .bootstrap-select.btn-group > .dropdown-toggle.btn-secondary {
    background-color: transparent;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.small-tag {
    position: relative;
    top: 3px;
    background-color: #ECEFF1;
    font-size: 0.75rem;
    font-weight: 400;
    border: 1px solid #ECEFF1;
    border-radius: 3px;
    color: #616161;
    padding: 3px 10px 3px 10px;
}

.conversation-name {
    font-size: 14px;
    font-family: Roboto;
    margin-bottom: 3px;
    padding: 2px 2px 2px 10px;
    display: table-cell;
    vertical-align: middle;
}

.conversation-name a {
    color: #575962;
}

.conversation-count {
    display: table-cell;
    padding: 0 10px 0 10px;
    vertical-align: top;
}

.conversation-count-number {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    font-family: Roboto;
    text-align: center;
    padding: 9px 12px 9px 12px;
    color: #E53E51;
    background-color: #fff;
    border: 1px solid #E53E51;
    min-width: 55px;
    border-radius: 3px;
}
/*  OVERRIDES*/

.word-list-holder {
    color: #282a3c;
    border: 1px #e2e5ec solid;
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0.3rem;
    padding: 1px 10px 0 13px;
    margin: 3px;
    display: inline-block;

}

a.word-list-item 
{
    font-size: 1rem;
    font-weight: 400;
    padding-top: 0.5rem;
    line-height: 2.0rem;
    white-space: nowrap;
    text-decoration: none;
}

a.word-list-item span {
    padding: 0;
}

.m-widget4 .m-widget4__item {
    display: table;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.modal-body img {
    max-width: 450px;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__date {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 200px;
    padding: 0 7px 0 0;
    font-size: 0.9rem;
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__text 
{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding: 5px 5px 0 0;
    font-size: 0.9rem; 
}

.m-list-timeline__items .m-list-timeline__item .m-list-timeline__data {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding: 5px 5px 0 0;
    font-size: 0.9rem;
}

.data-response-option {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #aaa;
    color: #888;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    margin-bottom: 3px;
}

.data-response-option-selected {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #4CAF50;
    color: #4CAF50;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    margin-bottom: 3px;
}

.data-response-type-data {
    border-radius: 2px;
    background-color: #ededed;
    color: #999;
    padding: 2px 8px 2px 8px;
}

.data-response-nps-item {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    width: 25px;
    height: 25px;
    margin: 3px 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    background-color: #cdcdcd;
}

.data-response-nps-item-selected {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    width: 25px;
    height: 25px;
    margin: 3px 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
}

.data-response-nps-item-selected-x {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    width: 25px;
    height: 25px;
    margin: 3px 1px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    padding-bottom: 2px;
}


.data-response-nps-markers {
    position: relative;
    width: 335px;
    height: 30px;
}

.data-response-nps-label-start {
    position: absolute;
    left: 0;
    font-size: 12px;
    margin: 7px 0 0 4px;
    cursor: default;
    text-align: left;
    white-space: nowrap;
    color: #a2a5af;
}

.data-response-nps-label-end {
    position: absolute;
    right: 0;
    font-size: 12px;
    margin: 7px 4px 0 0;
    cursor: default;
    text-align: right;
    white-space: nowrap;
    color: #a2a5af;
}

.data-response-type-rating {
    border-radius: 2px;
    background-color: #ededed;
    color: #999;
    padding: 2px 8px 2px 8px;
}

a.data-response-conv-tag {
    padding: 6px 10px 6px 10px;
    border-radius: 3px;
    background-color: #f0f0f0;
    font-size: 11px;
    margin-top: 5px;
}

    a.data-response-conv-tag:hover {
        color: #fff;
        background-color: #E53E51;
    }


.data-overview {
    font-size: 12px;
    padding: 10px 0px 0px 20px;
    margin-bottom: 20px;
}

.data-overview-label {
    font-weight: 400;
}

.data-overview-title {
    font-weight: 500;
    font-size: 12px;
    background-color: #f0f0f0;
    color: #575962;
    display: inline-block;
    margin-bottom: 5px;
}

.data-overview-title-text {
    padding: 3px;
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.data-overview-title .la {
    padding: 6px;
    font-size: 22px;
}

.data-overview .row {
    padding: 2px 0px 2px 0px;
    border-bottom: 1px dotted #f0f0f0;
    width: 100%;
}

.data-overview .row span {
    padding: 2px 0px 2px 0px
}

.data-response-type {
    font-size: 12px;
    font-weight: 500;
    display: block;
    background-color: #E53E51;
    border-radius: 3px;
    width: 80px;
    color: #fff;
    text-align: center;
    padding: 3px;
    margin-bottom: 5px;
    margin-left: 40px;
}

.data-response-dialog-text {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
}

.data-response-dialog-text .la {
    font-size: 22px;
    font-weight: 300;
    position: relative;
    top: 3px;
}

/** CAMPAIGN OVERRIDES */

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number.engage > span {
    background-color: #0288D1;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.engage .progress .progress-bar {
    background-color: #0288D1;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span.dialog-step.engage {
    background-color: #0288D1;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.engage .progress-dialog .progress-bar {
    background-color: #0288D1;
}

    /** ENDING OVERRIDES */
.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number.end > span {
    background-color: #840909;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.end .progress .progress-bar {
    background-color: #840909;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span.dialog-step.end {
    background-color: #840909;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.end .progress-dialog .progress-bar {
    background-color: #840909;
}

/** STOP OVERRIDES */

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number.system > span {
    background-color: #01579B;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.system .progress .progress-bar {
    background-color: #01579B;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span.dialog-step.system {
    background-color: #01579B;
}

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress.system .progress-dialog .progress-bar {
    background-color: #01579B;
}

.dialog-overview {
    font-size: 11px;
    padding: 10px 0px 0px 20px;
}

.dialog-overview-label {
    font-weight: 400;
}

.dialog-overview-title {
    font-weight: 500;
    font-size: 11px;
}

.dialog-overview .row {
    padding: 2px 0px 2px 0px;
    border-bottom: 0px dotted #e5e5e5;
    width: 99%;
}

.dialog-overview .row span {
    padding: 2px 0px 2px 0px
}

.info-icons {
    vertical-align: bottom;
    display: inline-block;
    padding-top: 10px;
}

.info-icons a span {
    padding: 0;
}

.linked-conversation {
    background-color: #fff;
    color: #4caf50;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.linked-conversation:hover {
    color: #5dbf61;
}


.warning-list {
    background-color: #fff;
    color: #e58826;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.warning-list:hover {
    color: #f69937;
}

.offline-list {
    background-color: #fff;
    color: #a52a2a;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.offline-list:hover {
    color: #a52a2a;
}

.publish-exists {
    background-color: #fff;
    color: #558B2F;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.publish-exists:hover {
    color: #558B2F;
}


.attention-required {
    background-color: #fff;
    color: #a52a2a;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.attention-required:hover {
    color: #b22a2a;
}

/* GENERAL */

.version-title-holder {
    display: inline;
    top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.version-title {
    display: inline;
    padding: 10px 30px;
    color: #aaa;
    position: relative;
    top: 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    border: 1px solid #444;
    border-radius: 5px;
}


.tt-empty-message {
    padding: 5px 15px 5px 15px;
}

.status-nopublished {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: left;
}

.status-draft {
    display: inline-block;
    left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #b2c2cf;
    position: relative;
    margin: 0;
    padding: 0;
    height: 9px;
    width: 9px;
    cursor: pointer;
}

.status-offline {
    display: inline-block;
    left: 5px;
    background-color: #a52a2a;
    position: relative;
    margin: 0;
    padding: 0;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.status-offline-lrg {
    display: inline-block;
    left: 5px;
    top: 0;
    background-color: #a52a2a;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.status-published-changed-lrg {
    display: inline-block;
    left: 7px;
    top: -6px;
    position: relative;
    margin: 0 12px 0 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #4CAF50;
    position: relative;
    cursor: pointer;
}

.status-published-changed-lrg:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 7px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #4CAF50;
}


.status-published-lrg {
    display: inline-block;
    left: 5px;
    top: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4CAF50;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    height: 12px;
    width: 12px;
    cursor: pointer;
}




.status-published-issue {
    display: inline-block;
    left: 5px;
    top: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #a52a2a;
    position: relative;
    cursor: pointer;
}

.status-published-issue:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a52a2a;
}

.status-unpublished {
    display: inline-block;
    left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #a52a2a;
    position: relative;
    margin: 0;
    padding: 0;
    height: 7px;
    width: 7px;
    cursor: pointer;
}

.status-published-changed {
    display: inline-block;
    left: 5px;
    top: -5px;
    position: relative;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #4CAF50;
    position: relative;
    cursor: pointer;
}

.status-published-changed:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4CAF50;
}

.status-published {
    display: inline-block;
    left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4CAF50;
    position: relative;
    margin: 0;
    padding: 0;
    height: 9px;
    width: 9px;
    cursor: pointer;
}

.status-scheduled {
    display: inline-block;
    left: 5px;
    top: 0;
    position: relative;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #4CAF50;
    position: relative;
    cursor: pointer;
}

.status-scheduled:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #4CAF50;
}

.status-issues {
    display: inline-block;
    left: 5px;
    background-color: #a52a2a;
    position: relative;
    margin: 0;
    padding: 0;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.status-box {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    border-radius: 0.3rem;
}

.status-box .la {
    text-align: center;
    vertical-align: bottom;
    font-size: 1.61rem;
    padding-top: 7px;
    padding-left: 7px;
}

.search-toggle {
    font-size: 2.1em; 
    padding-top: 5px; 
    color: #aaa; 
    cursor: pointer;
}

.search-toggle:hover {
    font-size: 2.1em;
    padding-top: 5px;
    color: #575962;
    cursor: pointer;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #676c7b;
    font-size: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* BUTTONS OVERRIDES*/

.btn.btn-primary {
    background-color: #ECEFF1;
    border-color: #ECEFF1;
    color: #616161;
}

.btn.btn-primary:hover {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #616161 !important;
}

.btn.btn-primary:focus {
    color: #616161 !important;
}

.btn.btn-primary:hover:not(:disabled), .btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:focus {
    color: #616161 !important;
}

.btn {
    font-family: Roboto;
}

.btn.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}

.btn.btn-default {
    background-color: #ECEFF1;
    border-color: #ECEFF1;
    color: #616161;
    font-size: 12px;
}

.btn.btn-default.btn-md {
    background-color: #ECEFF1;
    border-color: #ECEFF1;
    color: #616161;
    font-size: 12px;
    padding: 0.5rem 1rem;
}

.btn.btn-default:hover {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    color: #616161;
}

.m-switch.m-switch--outline.m-switch--success input:checked ~ span:after {
    background-color: #558B2F;
    opacity: 1;
    filter: alpha(opacity=100);
}



.btn-success {
    background-color: #558B2F;
    border-color: #558B2F;
}

.btn-success:hover {
    background-color: #689F38;
    border-color: #689F38;
}

.btn.btn-outline-success {
    color: #558B2F;
    background-color: #fff;
    border: 1px #558B2F solid;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #689F38;
    background-image: none;
    border-color: #689F38;
}


.btn.btn-outline-danger {
    color: #a52a2a;
    background-color: #fff;
    border: 1px #a52a2a solid;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #a52a2a;
    background-image: none;
    border-color: #a52a2a;
}


.delete-button {
    color: #a52a2a;
    font-weight: bold;
}

.alert.m-alert--default-action {
    background: #fff;
    border: 1px solid #E53E51;
    color: #4b4c4e;
}

/* RADIO AS BUTTON*/
.radio-buttons {
    list-style-type:none;
    margin: 0;
    padding:0;
}

.radio-buttons li {
    float:left;
    width:190px;
    height:43px;
    position:relative;
    margin-right: 5px;
    vertical-align: middle;
    padding: 4px 5px 10px 5px;
}

.radio-buttons label, .radio-buttons input {
    display:block;
    position:absolute;
    top:3px;
    left:0;
    right:0;
    bottom:0;
}

.radio-buttons input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

    .radio-buttons input[type="radio"]:checked + label {
        background:#FFF;
        border: 1px solid #E53E51;
        color: #E53E51;
    }

.radio-buttons label {
    background-color: #ECEFF1;
    color: #616161;
    border: 1px solid #ECEFF1;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.5rem 1rem;
    text-align: center;
    white-space: nowrap;
    font-family: roboto;
    vertical-align: middle;
    line-height: 1.25;
    border-radius: 0.25rem;
    z-index: 90;
}

.radio-buttons label:hover {
    background:#DDD;
}

.btn-action {
    background-color: #fff;
    color: #E53E51;
    border-color: #E53E51;
}

.btn.m-btn--custom {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: inherit;
}

.action-step-dialog-text {
    position: relative;
    color: #4b4c4e;
    font-weight: 500;
    vertical-align: top;
    top: 2px;
}

.action-step-dialog-text-holder {
    top: 4px;
    position: relative;
}

.action-step-dialog-text-holder .la {
    color: #4b4c4e;
    font-size: 24px;
    font-weight: normal;
    width: 1.28571429em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    padding-left: 2px;
}

.action-steps a {
    color: #777;
}

a.action-step {
    color: #777;
}

a.action-step-active {
    color: #4b4c4e;
    font-weight: 500;
}

.action-step-number {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background-color: #dedede;
    color: #777;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

    .action-step-number.active {
        background-color: #E53E51;
        color: #fff;
    }

.additional-steps a {
    color: #777;
}

a.additional-step {
    color: #777;
}

a.additional-step-active {
    color: #4b4c4e;
    font-weight: 500;
}

a.additional-step-disabled {
    color: #888;
    font-weight: 300;
}

.additional-step-number {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color: #dedede;
    color: #777;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
    border-radius: 0.2rem;
}

.additional-step-number .la {
    margin-top: 2px;
    font-size: 1.3rem;
}

.additional-step-number.active {
    background-color: #E53E51;
    color: #fff;
}

.additional-step-number.active i {
    background-color: #E53E51;
    color: #fff;
}

.additional-step-number.end.active {
    background-color: #840909;
    color: #fff;
}

.additional-step-number.system.active {
    background-color: #01579B;
    color: #fff;
}

.additional-step-number.engage.active {
    background-color: #0288D1;
    color: #fff;
}

.m-nav__link-text .la {
    vertical-align: middle;
    margin-bottom: 2px;
}

.m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-arrow, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-arrow {
    color: #4b4c4e;
}

#Dialog_ProcessTypeGuid-error {
    padding-left: 15px;
}

/* TIMELINE */

.m-timeline-1 .m-timeline-1__items .m-timeline-1__marker.single-mod {
    margin: auto;
    margin-left: -60px;
}

.m-timeline-1.m-timeline-1--fixed.single-mod::after {
    margin: auto;
    margin-left: -62px;
}

.dialog-text-display.single-mod {
    width: 440px;
}




.m-timeline-1:after {
    background-color: #f0f0f0;
}

.m-timeline-1.email:after {
    background-color: #DCEDC8;
}

.m-timeline-1.email .m-timeline-1__items .m-timeline-1__marker {
    background-color: #DCEDC8;
}

.m--bg-danger {
    background-color: #F57C00 !important;
}

.m-timeline-1__item-body .m-demo-icon {
    margin-bottom: 0;
    display: inline-block;
    padding: 0;
    margin-top: 40px;
    padding: 0 0 0 10px;
}

.m-timeline-1__item-body .m-demo-icon:hover {
    background-color: transparent;
}

.m-timeline-1__item-body .m-demo-icon .m-demo-icon__preview {
    padding: 0 0 5px 0;
    width: auto;
}

.m-timeline-1__item-body .m-demo-icon .m-demo-icon__preview i.la {
    font-size: 1.2rem;
}

.m-timeline-1__item-body .m-demo-icon .m-demo-icon__preview i {
    line-height: 0;
    vertical-align: middle;
    font-size: 22px;
    color: #4b4c4e;
}

.m-timeline-1__item-body .m-demo-icon .m-demo-icon__class {
    color: #4b4c4e;
    font-size: 11px;
    vertical-align: middle;
    padding-bottom: 1px;
}

.m-timeline-1.m-timeline-1--fixed {
    width: 95%;
    margin: 0 auto 0 auto;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-time {
    position: absolute;
    display: inline-block;
    margin-top: -1.14rem;
    font-weight: normal;
    font-size: 11px;
    color: #616161;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title {
    font-size: 13px;
    font-weight: 500;
    max-width: 65%;
    padding-left: 15px;
    margin-bottom: 12px;
    line-height: 16px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title a:hover {
    color: #000;
    text-decoration: none;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-tools {
    position: absolute;
    top: 13px;
    right: 15px;
    width:160px;
    height: 20px;
    text-align: right;
}

/* ACCORDIAN */


.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body > span, .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
    padding-top: 0rem;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon > i {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon > i.la-plus-circle {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: normal;
    color: #707070;
}

.m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode:before {
    content: "";
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
    content: "";
}

.m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    padding-right: 1rem;
    max-width: 10px;
}

.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed {
    color: #4b4c4e !important;
}

.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head {
    color: #4b4c4e !important;
}

    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
        color: #4b4c4e !important;
    }


.conversation-title a {
    color: #6f727d;
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding-top: 3px;
}

.conversation-title a:hover {
    text-decoration: none;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-tools .la {
    font-size: 19px;
    font-weight: 400;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-tools a {
    background-color: transparent;
    padding: 10px 5px 7px 5px;
    border-radius: 4px;
    color: #4b4c4e;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-tools a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #000;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow {
    color: #f0f1f4;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow {
    color: #f0f1f4;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow.email {
    color: #DCEDC8;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow.email {
    color: #DCEDC8;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title + .m-timeline-1__item-body {
    margin-top: .5rem;
}

.m-timeline-1__options_unpublished {
    text-align: left;
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
    font-size: 12px;
}

.m-timeline-1__options_unpublished .options-text{
    font-size: 12px;
    color: #4b4c4e;
    padding-right: 5px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options {
    text-align: left;
    position: relative;
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
}


.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .options-text {
    font-size: 12px;
    color: #4b4c4e;
    padding-right: 5px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-end {
    background-color: #fff;
    border: 0px #a52a2a solid;
    padding: 5px 0px 5px 0px;
    border-radius: 5px;
    cursor: default;
    margin-bottom: 3px;
    vertical-align: top;
    position: relative;
    top: -4px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-end .la {
    color: #a52a2a;
    font-size: 22px;
    font-weight: 500;
    cursor: default;
}

.overview-options {
    background-color: #f0f0f0;
    border: 2px #f0f0f0 solid;
    color: #4b4c4e;
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    max-width: 75%;
    white-space: normal;
    text-align: center;
    margin-bottom: 3px;
    margin-left: -3px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options {
    background-color: #f0f1f4;
    border: 2px #f0f1f4 solid;
    color: #4b4c4e;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    max-width: 75%;
    white-space: normal;
    text-align: center;
    margin-bottom: 3px;
}

    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options.email {
        background-color: #DCEDC8;
        border: 2px #DCEDC8 solid;
        color: #4b4c4e;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        border-radius: 5px;
        max-width: 75%;
        white-space: normal;
        text-align: center;
        margin-bottom: 3px;
    }



.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options .la {
    font-size: 12px;
    padding-left: 2px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options:hover {
    background-color: #fff;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options-edit {
    background-color: #558B2F;
    border: 2px #558B2F solid;
    color: #fff;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    max-width: 75%;
    white-space: normal;
    text-align: center;
    margin-bottom: 3px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options-edit .la {
    font-size: 12px;
    padding-left: 2px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__options .btn.btn-options-edit:hover {
    background-color: #689F38;
    border: 2px #689F38 solid;
    color: #fff;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content.initial {
    background-color: #e0e0e0;
    font-weight: normal;
    font-size: 13px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow.initial {
    color: #e0e0e0;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content {
    background-color: #f0f1f4;
    font-weight: normal;
    font-size: 13px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content.email {
    background-color: #DCEDC8;
    font-weight: normal;
    font-size: 13px;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content {
    position: relative;
    border-radius: .5rem;
    padding: 14px 5px 5px 5px;
}

.m-timeline-1__item-body {
    padding-bottom: 10px;
    padding-top: 0;
    background-color: #fff;
    border-radius: 5px;
}

.m-timeline-1__item-text-holder {
    padding-left: 10px;
}

.dialog-manager-heading {
    font-weight: 500;
    padding-left: 30px;
}

.m-timeline-1__item-textlist {
    list-style-type: none;
    margin: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

li.m-timeline-1__item-text {
    padding: 5px 0 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #093e33;
}

#campaign-header-message {
    background-color: #0288D1;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#engage-header-message {
    background-color: #0288D1;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#transcript-header-message {
    background-color: #303F9F;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#report-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#security-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#config-header-message {
    background-color: #0277BD;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#additional-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#tools-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#error-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#email-header-message {
    background-color: #880E4F;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#template-header-message {
    background-color: #880E4F;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#import-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#learning-header-message {
    background-color: #689F38;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#dialog-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#conversation-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#internal-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#internal-header-message-sml {
    background-color: #E53E51;
    color: #fff;
}

#end-header-message {
    background-color: #840909;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#system-header-message {
    background-color: #01579B;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#smalltalk-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#trial-header-message {
    background-color: #E53E51;
    color: #fff;
    padding: 10px 0 10px 30px;
}

#conversation-header-message-sml {
    background-color: #E53E51;
    color: #fff;
}

#engage-header-message-sml {
    background-color: #0288D1;
    color: #fff;
}

#end-header-message-sml {
    background-color: #840909;
    color: #fff;
}

#system-header-message-sml {
    background-color: #01579B;
    color: #fff;
}

#trial-header-message-sml {
    background-color: #E53E51;
    color: #fff;
}

#smalltalk-header-message-sml {
    background-color: #E53E51;
    color: #fff;
}


.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="flaticon-"], .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" flaticon-"] {
    color: #000;
}

.m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
    color: #000;
}

.m-portlet .m-portlet__head .m-portlet__head-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.text-dropdown {
    top: 0;
    vertical-align: middle;
    font-size: 1rem;
    color: #6f727d;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 5px;
}

#Conversation_ProcessTypeGuid-error {
    padding-left: 15px;
}



.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item > .m-nav-grid__text {
    color: #aaa;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item > .m-nav-grid__icon {
    color: #aaa;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    padding: 12px 5px 15px 5px;
    border: 2px solid #aaa;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    width: 140px;
    margin-right: 5px;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item > .m-nav-grid__icon_error {
    color: #B71C1C;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item_error {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #B71C1C;
    padding: 12px 5px 15px 5px;
    border: 2px solid #B71C1C;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    width: 140px;
    margin-right: 5px;
}

.dialog-text-display {
    position: relative;
    top: 8px;
    font-size: 14px;
    color: #E53E51;
    font-weight: 500;
    width: 490px;
}

.dialog-text-display a {
    color: #07C;
    text-decoration: underline;
}


.dialog-text-display img {
    width: 80%;
    height: auto;
    border: 2px solid #fff;
}


.assigned-block {
    padding: 0 0 15px 15px;
    border-bottom: 1px dotted #dedede;
}

.m-form .m-form__help {
    color: #616161;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected {
    color: #E53E51;
    border: 2px solid #E53E51;
}

    .dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__text {
        color: #E53E51;
    }

    .dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__icon {
        color: #E53E51;
    }

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected.engage {
    color: #0288D1;
    border: 2px solid #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__text.engage {
    color: #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__icon.engage {
    color: #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected.end {
    color: #840909;
    border: 2px solid #840909;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__text.end {
    color: #840909;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected > .m-nav-grid__icon.end {
    color: #840909;
}


.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog {
    color: #E53E51;
    border: 2px solid #E53E51;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__text {
    color: #E53E51;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__icon {
    color: #E53E51;
}


.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog.engage {
    color: #0288D1;
    border: 2px solid #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__icon.engage {
    color: #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__text.engage {
    color: #0288D1;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog.end {
    color: #840909;
    border: 2px solid #840909;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__text.end {
    color: #840909;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__icon.end {
    color: #840909;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog.system {
    color: #01579B;
    border: 2px solid #01579B;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__text.system {
    color: #01579B;
}

.dialog-type-grid > .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item.grid-item-selected-dialog > .m-nav-grid__icon.system {
    color: #01579B;
}

#text-holder-initial {
    margin-top: 8px;


}

#text-display {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    display: block;
    width: 100%;
    padding: 0.65rem 1.25rem;
    color: #495057;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-left: 15px;
}

#option-match-list {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
    display: block;
    width: 100%;
    padding: 3px 0 3px 0;
    color: #495057;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#option-match-list-modal {
    position: relative;
    left: -5px;
    background-color: #fafafa;
    padding: 7px 7px 1px 7px;
    border-radius: 5px;
    width: 92%;
}

.match-text-empty {
    font-weight: 300;
    font-size: 12px;
    padding: 3px 5px 5px 5px;
    color: #a52a2a;
    display: inline-block;
}

.editor-box {
    color: #9699a2;
}

.editor-box:focus {
    color: #575962;
}

@media (min-width: 992px) {
    .modal-xlg {
        max-width: 1000px; } }

.m-nav > .m-nav__item > .m-nav__link .m-nav__link-text {
    display: inline;
}

.form-control.m-input--solid:focus {
    background-color: #ebedf2;
    border-color: #aaa;
    color: #575962;
}

.m-bootstrap-select > .m-bootstrap-select--solid:focus {
    border-color: #aaa;
    outline: 1px #aaa !important;
    border: 1px solid #aaa;
    background-color: #fff;
}

.m-bootstrap-select.btn-group.show > .dropdown-toggle.btn-default, .bootstrap-select.btn-group.show > .dropdown-toggle.btn-secondary {
    border-color: #aaa !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.m-nav > .m-nav__item:hover > .m-nav__heading .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav > .m-nav__item:hover > .m-nav__heading .m-nav__link-bullet.m-nav__link-bullet--dot > span, .m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__heading .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__heading .m-nav__link-bullet.m-nav__link-bullet--dot > span, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
    background-color: #3f4047;
}

a {
    color: #3f4047;
}

.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon {
    color: #6f727d;
}

.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .la:hover {
    color: #2e3036;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
    color: #2e3036;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
    color: #2e3036;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #2e3036;
}

.m-nav > .m-nav__item:hover > .m-nav__heading .m-nav__link-icon, .m-nav > .m-nav__item:hover > .m-nav__heading .m-nav__link-text, .m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-icon, .m-nav > .m-nav__item:hover > .m-nav__link .m-nav__link-text, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__heading .m-nav__link-icon, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__heading .m-nav__link-text, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon, .m-nav > .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text {
    color: #2e3036;
}

.m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
    color: #2e3036;
}

.m-nav > .m-nav__item > .m-nav__link:hover {
    text-decoration: none;
    color: #2e3036;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #2e3036;
    text-decoration: none;
}

a:hover {
    color: #2e3036;
    text-decoration: none;
}

.m-popover {
    color: #ff0000;
}

.black-text {
    color: #4b4c4e;
}

.black-text:hover {
    color: #3a3b3d;
}

.m-list-settings .m-list-settings__group .m-list-settings__item {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
}

.m-nav.m-nav--inline > .m-nav__item > .m-nav__link .m-nav__link-icon {
    padding-right: 0px;
}

.m-nav__link-text:hover{
    color: #6f727d;
}
.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile > .m-nav__link .m-topbar__username {
    color: #acacbf;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile > .m-nav__link .m-topbar__username:hover {
    color: #fff;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile > .m-nav__link .m-topbar__username i {
    color: #acacbf;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile > .m-nav__link .m-topbar__username i:hover {
    color: #fff;
}

.m-nav.m-nav--inline > .m-nav__item {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
}

.timeline-holder {
    background-color: #f0f0f0;
}

.m-body .m-content {
    padding: 15px 0;
    padding-bottom: 15px;
}

/* ICONS */

.m-menu__link-icon .la-comment {
    font-size: 36px;
}
/* PORTLET */
.m-portlet .m-portlet__head {
    border-bottom: 0px solid #ebedf2;
}

.m-portlet .m-portlet__foot:not(.m-portlet__no-border) {
    border-top: 0px solid #ebedf2;
}

a.m-portlet__nav-link, .btn .m-btn, .m-btn--hover-default, .m-btn--icon, .m-btn--icon-only, .m-btn--pill {
    background-color: transparent;
    color: #888;
}

a:hover.m-portlet__nav-link, .btn .m-btn, .m-btn--hover-default, .m-btn--icon, .m-btn--icon-only, .m-btn--pill {
    background-color: #e5e5e5;
    color: #333;
}

.m-portlet .m-portlet__body {
    padding: 10px 30px 10px 30px;
}

/* POPOVER */

.m-popover.popover {
    padding: 0;
    border-radius: 4px;
}

.m-popover.popover .arrow:before {
    border: 0;
}

.m-popover.popover .popover-header {
    padding: 12px 15px;
    font-family: Roboto;
    font-size: 12px;
    border: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.m-popover.popover .popover-body {
    padding: 12px 15px;
    font-family: Roboto;
    font-size: 12px;
    max-width: 100%;
}

.m-popover.popover.show {
    opacity: 1;
}

.m-popover.popover {
    border: 0;
    color: #6f727d;
    background: #fff;
    -webkit-box-shadow: 0 1px 15px 1px rgba(75,75,75,.25);
    -moz-box-shadow: 0 1px 15px 1px rgba(75,75,75,.25);
    box-shadow: 0 1px 15px 1px rgba(75,75,75, .25);
}

.m-popover.popover:before {
    display: none;
}

.m-popover.popover.bs-popover-auto[x-placement^=top] .arrow::after, .m-popover.popover.bs-popover-top .arrow::after {
    border-top-color: #fff;
}

.m-popover.popover.bs-popover-auto[x-placement^=right] .arrow::after, .m-popover.popover.bs-popover-right .arrow::after {
    border-right-color: #fff;
}

.m-popover.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .m-popover.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #fff;
}

.m-popover.popover.bs-popover-auto[x-placement^=left] .arrow::after, .m-popover.popover.bs-popover-left .arrow::after {
    border-left-color: #fff;
}

.m-popover.popover .popover-header {
    color: #575962;
    background: #fff;
}

.m-popover.popover .popover-body {
    color: #242532;
}

.m-popover.m-popover--skin-dark.popover {
    border: 0;
    color: #e6e6e6;
    background: #242532;
    -webkit-box-shadow: 0 1px 15px 1px rgba(99,99,99,.3);
    -moz-box-shadow: 0 1px 15px 1px rgba(99,99,99,.3);
    box-shadow: 0 1px 15px 1px rgba(99,99,99, .3);
    max-width: 100%;
}

.m-popover.m-popover--skin-dark.popover:before {
    display: none;
}

.m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^=top] .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-top .arrow::after {
    border-top-color: #282a38;
}

.m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^=right] .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-right .arrow::after {
    border-right-color: #282a38;
}

.m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-bottom .arrow::after {
    border-bottom-color: #282a38;
}

.m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^=left] .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-left .arrow::after {
    border-left-color: #242532;
}

.m-popover.m-popover--skin-dark.popover .popover-header {
    color: #fff;
    background: #242532;
    font-family: Roboto;
    font-size: 12px;
}

.m-popover.m-popover--skin-dark.popover .popover-body {
    color: #e6e6e6;
    font-family: Roboto;
    font-size: 12px;
    max-width: 100%;
}


/* NAV */
.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper > i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 1.6rem;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper {
    background-color: #262734;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon .m-nav__link-icon-wrapper:hover {
    background-color: #202020;
}

.m-tabs-line.m-tabs-line--brand a.m-tabs__link.active, .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active, .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover {
    color: #3f4047;
    border-bottom: 1px solid #3f4047;    
}
/* BUTTONS */

.alert-danger:not(.m-alert--outline) {
    color: #fff;
    background-color: #B71C1C;
    font-weight: 400;
}

.alert.m-alert--icon .m-alert__close .close {
    font-weight: 400;
    color: #fff;
}

/* PUBLISH ISSUE */

.publish-issue {
    position: relative;
    top: 0px;
}

.publish-issue .m-widget4 .m-widget4__item {
    display: table;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.publish-issue .m-widget4 .m-widget4__item .m-widget4__img {
    display: table-cell;
    vertical-align: top;
}

.publish-issue .m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
    font-size: 0.9rem;
    color: #777;
    font-weight: 400;
}

.publish-issue .m-widget4 .m-widget4__item .m-widget4__info .m-widget4__sub {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
}

.btn-danger {
    background-color: #B71C1C;
    border-color: #B71C1C;
}

.btn-danger:hover {
    background-color: #C62828;
    border-color: #C62828;
}


/* FORMS */

.has-danger .form-control-feedback {
    color: #B71C1C;
    background-color: #fff;
    font-size: 12px;
    font-family: Roboto;
    padding-top: 3px;
    font-weight: 500;
}

.has-danger label {
    font-weight: 400;
}

.has-danger .input-group-addon, .has-danger .form-control {
    border: 1px solid #B71C1C;
}

.m-form .form-control-feedback {
    margin-top: 0;
    color: #B71C1C;
    font-size: 12px;
    font-weight: 500;
}

.m-header-search .m-header-search__wrapper {
    display: table;
    table-layout: fixed;
    text-align: right;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #2c2d3a;
}

.m-form .m-form__group {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
}

.has-danger .form-control-feedback {
    color: #B71C1C;
    font-size: 12px;
}

.has-danger label.col-form-label, .has-danger label.form-control-label, .has-danger label:not(.m-checkbox):not(.m-radio) {
    color: #B71C1C;
}

.has-success label:not(.m-checkbox):not(.m-radio), .has-success label.col-form-label, .has-success label.form-control-label {
    color: #3f4047;
}

/* LOGIN*/

.text-small {
    font-size: 11px;
    color: #555;
}

.text-medium {
    font-size: 12px;
    color: #555;
}

.copyright-logo {
    margin-top: -55px;
    text-align: center;
}

.m-link-login {
    color: #999;
}

.m-link-login:hover {
    color: #fff;
    text-decoration: none;
}

.m-link-login {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.btn-login {
    background-color: #212529;
    width: 120px;
    color: #fff;
}

.btn-login:hover {
    background-color: #3d3f46;
    width: 120px;
    color: #fff;
}

.m-login.m-login--2 .m-login__wrapper .m-login__container {
    width: 500px;
    margin: 0 auto;
}

.m-portlet.m-portlet--skin-dark {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    background-color: #2c2e35;
    padding: 0 40px 0 40px;
	border-radius: 0.25rem;
}

.nav.nav-pills .nav-item, .nav.nav-tabs .nav-item {
    margin-left: 0px;
}

.m-tabs-line .m-tabs__link {
    font-family: roboto;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 10px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-item-right {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 0;
}

.nav-link.nav-sml {
    font-size: 0.8rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-link.nav-sml.active {
    font-size: 0.8rem;
    color: #E53E51;
}

.m-tabs-line .nav-link .m-tabs__link {
    display: block;
    padding: 10px;
}


.m-tabs-line.nav-tabs .nav-link.active, .m-tabs-line.nav-tabs .nav-item.show .nav-link {
    color: #3f4047;
    background-color: #fff;
    border-color: transparent;
}

.m-tabs-line.nav-tabs .nav-link:focus,.m-tabs-line.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.m-tabs-line.nav.nav-tabs .nav-link:hover, .m-tabs-line.nav.nav-tabs .nav-link.active, .m-tabs-line a.m-tabs__link:hover, .m-tabs-line a.m-tabs__link.active {
    background: #f8f8f8;
    color: #28292a;
    border-bottom: 1px solid transparent;
    padding: 10px;
}

.m-tabs-line.nav.nav-tabs .nav-link.active, .m-tabs-line a.m-tabs__link.active {
    background-color: #f8f8f8;
    color: #D42D40;
    font-weight: 500;
    border-bottom: 0px solid #f8f8f8;
    padding: 10px;
}

.m-tabs-line .m-tabs__item {
    padding: 0;
    margin-right: 0px;
}

.m-tabs-line .m-tabs__item:hover {
    padding: 0;
    margin-right: 0px;
}

.m-tabs-line {
    border-bottom: 4px solid #f8f8f8;
    margin-right: 10px;
}

.m-tabs-line .nav-item-right {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: 0;
}
