1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00
freescout/public/css/style.css

4011 lines
81 KiB
CSS
Raw Normal View History

2018-06-22 19:44:21 +02:00
/**
* Custom styles
*/
/**
* Layout
*/
2018-12-02 13:49:02 +01:00
body.user-is-guest {
background-color: #f8f9f9;
}
2018-06-29 07:07:00 +02:00
#app {
min-height: 100%;
2018-07-27 15:19:25 +02:00
overflow: hidden;
2018-06-29 07:07:00 +02:00
}
2018-06-22 19:44:21 +02:00
.footer {
text-align: center;
font-size: 12px;
2018-07-06 05:19:49 +02:00
/*position: absolute;
bottom: 0;*/
2018-06-22 19:44:21 +02:00
color: #b4c0ca;
margin-bottom: 20px;
margin-top: 20px;
2018-06-29 07:07:00 +02:00
width: 100%;
2018-06-22 19:44:21 +02:00
}
.content {
margin-top: 20px;
2018-07-06 05:19:49 +02:00
/*padding-bottom: 60px;*/
2018-07-14 03:23:37 +02:00
min-height: 400px;
2018-06-22 19:44:21 +02:00
}
2020-06-02 04:16:25 +02:00
.content-full {
margin-top: 0;
}
.content-full .container {
padding: 0;
width: 100% !important;
}
2018-06-22 19:44:21 +02:00
.layout-2col {
display: flex;
background-color: #fff;
align-items: stretch;
-ms-flex: 1;
flex: 1;
-webkit-flex: 1;
justify-content: space-between;
min-height: calc((100vh) - (54px));
width: 100%;
}
.sidebar-2col {
2018-11-29 13:56:14 +01:00
width: 260px;
2018-12-02 13:49:02 +01:00
/*background-color: #f4f5f5;*/
2018-11-30 12:27:34 +01:00
background-color: #fff;
2018-11-29 13:56:14 +01:00
padding-right: 12px;
2018-06-22 19:44:21 +02:00
}
.content-2col {
background-color: #fff;
2018-11-29 13:56:14 +01:00
/*-webkit-box-shadow: -1px 0 0 #d6dde3, 1px 0 0 #d6dde3, 0 1px 0 #d6dde3;
box-shadow: -1px 0 0 #d6dde3, 1px 0 0 #d6dde3, 0 1px 0 #d6dde3;*/
/*-webkit-box-shadow: -10px 0 0 rgba(0,0,0,.2), 10px 0 0 rgba(0,0,0,.2), 0 10px 0 rgba(0,0,0,.2);
box-shadow: -10px 0 0 rgba(0,0,0,.2), 10px 0 0 rgba(0,0,0,.2), 0 10px 0 rgba(0,0,0,.2);
border-right:1px solid #dedede;
border-bottom:1px solid #dedede;
border-left:1px solid #dedede;*/
-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);
box-shadow:0 0 10px rgba(0,0,0,.2);
2018-06-22 19:44:21 +02:00
box-sizing: border-box;
flex: 1;
flex-basis: auto;
-ms-flex: 1;
-webkit-flex: 1;
max-width: 100%;
min-width: 0;
position: relative;
z-index: 2;
2018-07-27 15:19:25 +02:00
/*overflow: hidden;*/
2018-06-22 19:44:21 +02:00
}
.sidebar-title {
color: #2a3b47;
font-size: 20px;
font-weight: 400;
line-height: 24.4px;
2019-04-26 07:03:05 +02:00
margin: 16px 20px 6px;
2018-06-22 19:44:21 +02:00
}
.sidebar-title .dropdown-menu .glyphicon {
color: inherit;
left: 0;
left: 1px;
}
.dropdown-with-icons .glyphicon {
left: -5px;
}
2018-06-22 19:44:21 +02:00
.sidebar-title .dropdown-toggle {
cursor: pointer;
}
2018-07-14 14:17:11 +02:00
.sidebar-title-extra-value {
display: none;
}
.sidebar-title-email {
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
font-size: 13.4px;
color: #93a1af;
2019-06-19 08:16:30 +02:00
margin-top: 3px;
display: block;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu {
margin-left: 0;
margin-bottom: 18px;
list-style: none;
padding: 0;
}
2018-08-23 10:46:08 +02:00
.sidebar-menu h3 {
margin: 0;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu > li {
2018-11-29 13:56:14 +01:00
/*margin: 0 0 2px 0;*/
2018-06-22 19:44:21 +02:00
position: relative;
line-height: 18px;
display: list-item;
text-align: -webkit-match-parent;
2018-11-29 13:56:14 +01:00
border-radius: 0 17px 17px 0;
2018-06-22 19:44:21 +02:00
}
2018-08-23 10:46:08 +02:00
.sidebar-menu > li.no-link {
padding: 9px 20px 9px 20px;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu > li:hover {
2018-12-01 08:30:20 +01:00
background-color: #f1f3f5;
2018-06-22 19:44:21 +02:00
}
2018-08-23 10:46:08 +02:00
.sidebar-menu > li.no-link:hover {
background-color: transparent;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu > li > a {
color: #4f5d6b;
display: block;
font-size: 14px;
line-height: 16px;
2018-11-29 13:56:14 +01:00
padding: 11px 20px 9px 50px;
2018-06-22 19:44:21 +02:00
position: relative;
word-wrap: break-word;
2018-11-29 13:56:14 +01:00
border-radius: 0 17px 17px 0;
2019-12-20 08:33:20 +01:00
height: 36px;
2018-06-22 19:44:21 +02:00
}
2018-08-23 10:46:08 +02:00
.sidebar-menu > li.menu-link > a {
color: #337ab7;
}
.sidebar-menu-noicons > li > a {
padding: 9px 20px 9px 20px;
}
.sidebar-menu > li.menu-padded > a {
padding-left: 30px;
}
2018-07-19 13:29:40 +02:00
.sidebar-menu > li > a:hover,
.sidebar-menu > li > a:focus {
2018-06-22 19:44:21 +02:00
text-decoration: none;
color: #394956;
}
2018-08-23 10:46:08 +02:00
.sidebar-menu > li.menu-link > a:hover,
.sidebar-menu > li.menu-link > a:focus {
color: #23527c;
}
2018-07-14 14:17:11 +02:00
.sidebar-menu > li > a:hover .glyphicon {
text-decoration: none;
color: #72808e;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu .active a,
.sidebar-menu .active .glyphicon {
2018-11-29 13:56:14 +01:00
color: #005a9e !important;
2018-06-22 19:44:21 +02:00
font-weight: 700;
2018-12-01 08:30:20 +01:00
background-color: #deecf9;
2018-06-22 19:44:21 +02:00
}
.sidebar-menu .glyphicon {
color: #b5c1cc;
font-size: 16px;
left: 20px;
margin-right: 10px;
position: absolute;
2018-11-29 13:56:14 +01:00
top: 10px;
z-index: 9;
2018-06-22 19:44:21 +02:00
}
.sidebar-menu-toggle {
2019-11-14 08:40:07 +01:00
background: #fff;
2018-06-22 19:44:21 +02:00
border: 1px solid #d3dae0;
border-radius: 3px;
display: none;
height: 36px;
padding: 0 9px;
position: relative;
margin-left: 12px;
margin-right: 12px;
2018-07-14 14:17:11 +02:00
top: 7px;
2018-06-22 19:44:21 +02:00
width: 36px;
cursor: pointer;
float: left;
}
.sidebar-menu-toggle:hover {
background-color: #e6e5e5;
}
.sidebar-menu-toggle .icon-bar {
background-color: #72808e;
display: block;
height: 2px;
border-radius: 1px;
margin-top: 3px;
position: relative;
top: -2px;
}
.sidebar-menu-toggle.active {
background: #3197d6;
border-color: #3197d6;
}
.sidebar-menu-toggle.active .icon-bar {
background-color: #fff;
}
2018-07-14 14:17:11 +02:00
.sidebar-menu a.no-active {
color: #93a1af;
}
2018-11-29 13:56:14 +01:00
.sidebar-buttons {
2018-11-30 10:45:04 +01:00
padding-left: 15px;
padding-right: 5px;
2018-11-29 13:56:14 +01:00
}
2018-07-14 14:17:11 +02:00
.sidebar-buttons .btn {
font-size: 16px;
}
2018-12-02 13:49:02 +01:00
.sidebar-buttons .btn-group.open .btn.dropdown-toggle {
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: none;
2018-07-14 14:17:11 +02:00
box-shadow: none;
}
.sidebar-buttons .btn-group .btn {
border-right: none;
}
.sidebar-buttons .btn i {
position: relative;
top: 3px;
}
.sidebar-buttons .dropdown-menu i {
margin-right: 3px;
}
2018-11-29 13:56:14 +01:00
.sidebar-buttons .btn-group a.btn {
/*background-color: #e0e0e0;*/
2018-11-30 10:45:04 +01:00
/*border-right: 1px solid #dbdbdb;*/
border-radius: 14px 0 0 14px;
2018-11-29 13:56:14 +01:00
}
.sidebar-buttons > a.btn {
2018-11-30 10:45:04 +01:00
/*width: 154px;*/
/*margin-left: 0!important;*/
border-radius: 0 14px 14px 0;
2018-11-29 13:56:14 +01:00
}
2018-07-17 13:27:19 +02:00
@media (max-width:991px) {
2018-06-22 19:44:21 +02:00
.layout-2col {
display: block;
align-items: stretch;
-ms-flex: 0;
flex: 0;
-webkit-flex: 0;
width: 100%;
}
.content-2col {
flex: 0;
-ms-flex: 0;
-webkit-flex: 0;
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: none;
2018-06-22 19:44:21 +02:00
box-shadow: none;
}
.sidebar-2col {
border-bottom: 1px solid #cad3db;
width: 100%;
position: relative;
2018-07-14 14:17:11 +02:00
height: 51px;
2018-06-22 19:44:21 +02:00
}
2018-09-03 15:45:54 +02:00
.sidebar-no-height .sidebar-2col {
height: auto;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu {
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-06-22 19:44:21 +02:00
border-radius: 0 4px 4px 0;
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: 0 2px 6px rgba(179,190,195,.8);
2018-06-22 19:44:21 +02:00
box-shadow: 0 2px 6px rgba(179,190,195,.8);
left: -270px;
overflow-y: auto;
padding-top: 15px;
position: absolute;
max-height: 90vh;
max-width: 250px;
min-width: 225px;
top: 106%;
transition: transform .2s ease-in-out;
z-index: 110;
}
.sidebar-menu.active {
transform: translate(270px,0);
}
2018-11-30 14:40:26 +01:00
.sidebar-menu > li > a {
border-radius: 0;
}
2018-06-22 19:44:21 +02:00
.sidebar-menu-toggle {
display: block;
}
.sidebar-title {
2018-07-14 14:17:11 +02:00
padding: 13px 0 0 0;
margin: 0 20px 13px 50px;
2018-12-01 10:30:29 +01:00
white-space: nowrap;
2018-07-14 14:17:11 +02:00
}
.sidebar-title-extra {
padding-top: 5px;
2018-07-16 07:27:59 +02:00
margin-right: 120px;
white-space: nowrap;
overflow: hidden;
2018-07-14 14:17:11 +02:00
}
.sidebar-title-extra-value {
font-size: 14px;
font-weight: bold;
}
.sidebar-title-real {
display: block;
font-size: 13.4px;
line-height: 14.4px;
color: #4f5d6b;
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
}
.sidebar-title-real.mailbox-name .glyphicon {
top: 2px !important;
font-size: 13.4px !important;
}
2019-06-19 08:16:30 +02:00
.sidebar-title-email {
display: none;
}
2018-07-14 14:17:11 +02:00
.sidebar-title-extra-value {
display: block;
}
.sidebar-buttons {
position: absolute;
top: 10px;
right: 11px;
width: 50px;
2018-11-30 10:45:04 +01:00
padding: 0;
2018-07-14 14:17:11 +02:00
}
2020-05-17 06:20:07 +02:00
.sidebar-buttons.has-settings {
2018-07-14 14:17:11 +02:00
width: 100px;
}
.sidebar-buttons .dropdown-menu {
right: 0;
2018-06-22 19:44:21 +02:00
}
}
/**
* Typography
*/
h1, h2, h3, h4, h5, h6 {
color: #2a3b47;
}
/**
* Navbar
*/
2018-06-26 11:43:11 +02:00
a.navbar-brand.active img,
2018-06-22 19:44:21 +02:00
a.navbar-brand:hover img {
-webkit-filter: brightness(2);
filter: brightness(2);
}
2019-11-07 09:45:01 +01:00
.navbar-brand i {
color: #fff;
}
2018-06-22 19:44:21 +02:00
.dropdown-menu .dropdown-header {
font-size: 14px;
}
2018-09-07 15:08:34 +02:00
.navbar-default .navbar-nav > li > a.dropdown-toggle-icon {
font-size: 18px;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle-account {
font-size: 17px;
padding-right: 7px;
padding-left: 10px;
2018-06-22 19:44:21 +02:00
}
.navbar-nav .dropdown-toggle:hover {
color: #fff;
}
.navbar-nav .dropdown-toggle .glyphicon {
top: 3px;
}
.navbar-nav .photo-sm {
margin-right: 2px;
}
2018-06-22 19:44:21 +02:00
.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle.collapsed:hover .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
2018-11-30 14:40:26 +01:00
background-color: #fff;
2018-06-22 19:44:21 +02:00
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle.collapsed:hover,
.navbar-default .navbar-toggle:hover {
2019-11-13 15:18:29 +01:00
border-color: transparent;
2018-06-22 19:44:21 +02:00
}
.navbar-default .navbar-toggle.collapsed {
2019-11-13 15:18:29 +01:00
border-color: transparent;
2018-06-22 19:44:21 +02:00
}
.dropdown-menu>li>a {
padding-top: 7px;
padding-bottom: 7px;
}
.nav-user {
font-size: 14px;
}
2018-08-23 10:46:08 +02:00
.form-nav-search {
padding: 1px 11px 4px;
width: 250px;
}
.form-nav-search .input-group {
padding-top: 3px;
}
2018-11-29 13:56:14 +01:00
/*.navbar-nav > li > .dropdown-menu {
2018-09-07 15:08:34 +02:00
margin-top: -10px;
border-radius: 3px;
2018-11-29 13:56:14 +01:00
}*/
/*.navbar-nav.navbar-right > li > .dropdown-menu {
2018-09-07 15:08:34 +02:00
margin-top: -8px;
2018-11-29 13:56:14 +01:00
}*/
2018-09-07 15:08:34 +02:00
@media (min-width: 768px) {
.navbar-nav > li > a.dropdown-toggle-icon {
2018-11-29 13:56:14 +01:00
padding-top: 14px;
padding-bottom: 14px;
2018-09-07 15:08:34 +02:00
}
2018-11-29 13:56:14 +01:00
/*.navbar-nav.navbar-right {
2018-09-07 15:08:34 +02:00
position: relative;
top: 1px;
2018-11-29 13:56:14 +01:00
}*/
2018-09-07 15:08:34 +02:00
}
2018-06-22 19:44:21 +02:00
@media (max-width:767px) {
.navbar-collapse {
2018-11-30 14:40:26 +01:00
background-color:#fff;
2018-06-22 19:44:21 +02:00
}
2018-11-30 14:40:26 +01:00
.navbar-default .navbar-nav > li > a {
color: #4f5d6b;
}
2018-06-22 19:44:21 +02:00
}
/**
* Forms
*/
.input-group-addon {
line-height: 11px;
background-color: transparent;
}
2019-12-03 10:09:33 +01:00
select.placeholdered {
color: #B4C0D4;
}
2019-12-02 15:25:01 +01:00
.required-asterisk:before {
content: "*";
color: #d43f3a;
margin-left: -1px;
}
2018-07-10 12:15:58 +02:00
label.disabled {
color: #93a1af;
}
2018-07-07 08:42:21 +02:00
label.checkbox,
label.radio {
cursor: pointer;
}
2018-06-22 19:44:21 +02:00
select.form-control {
height: 28px;
line-height: 28px;
}
2018-09-24 15:07:07 +02:00
.input-sized-xs {
width: 87px;
}
.input-sized-sm {
width: 187px;
}
2018-06-22 19:44:21 +02:00
.input-sized {
width: 270px;
}
2018-11-12 06:26:40 +01:00
.input-sized-lg {
width: 320px;
}
2018-06-22 19:44:21 +02:00
.control-label {
2018-07-06 05:19:49 +02:00
font-size: 13.4px;
2018-06-22 19:44:21 +02:00
}
2018-06-24 11:01:26 +02:00
.controls>.checkbox:first-child,
.controls>.radio:first-child {
padding-top: 5px;
}
.checkbox.inline,
.radio.inline {
display: inline-block;
margin-bottom: 0;
padding-top: 5px;
vertical-align: middle;
2018-07-06 05:19:49 +02:00
font-size: 13.4px;
2018-06-24 11:01:26 +02:00
}
.checkbox,
.radio {
min-height: 18px;
padding-left: 22px;
padding-right: 7px;
position: relative;
}
2018-07-06 05:19:49 +02:00
.input-group-btn .btn {
height: 28px;
}
2018-07-27 08:01:34 +02:00
.btn-sidebar {
margin: 8px 0 0 20px;
2018-07-27 15:19:25 +02:00
}
2018-07-27 08:01:34 +02:00
.btn-grey {
color: #fff;
2018-09-27 07:10:38 +02:00
/*background-color: #87939f;
border-color: #727f8b;*/
2018-10-24 09:50:54 +02:00
background-color: #6b6b6b;
border-color: #585858;
2018-07-27 08:01:34 +02:00
}
.btn-grey:focus,
.btn-grey:hover {
2018-07-27 15:19:25 +02:00
color: #fff;
2018-09-27 07:10:38 +02:00
/*background-color: #64717b;
border-color: #4f5d69;*/
2018-10-24 09:50:54 +02:00
background-color: #444444;
border-color: #292929;
2018-07-27 08:01:34 +02:00
}
2018-08-02 18:17:13 +02:00
.btn-lightgrey {
color: #fff;
2018-09-27 07:10:38 +02:00
/*background-color: #a5b2bd;
border-color: #8796a1;*/
2018-11-15 14:17:39 +01:00
background-color: #8b98a6;
border-color: #69737d;
2018-08-02 18:17:13 +02:00
}
.btn-lightgrey:focus,
.btn-lightgrey:hover {
color: #fff;
2018-09-27 07:10:38 +02:00
/*background-color: #72808e;
border-color: #72808e;*/
2018-11-15 14:17:39 +01:00
background-color: #747f8a;
border-color: #636c75;
2018-08-02 18:17:13 +02:00
}
2018-07-27 08:01:34 +02:00
.btn-success.btn-light {
2018-12-02 13:49:02 +01:00
background-color: #6ac27b;
2018-07-27 08:01:34 +02:00
}
2018-07-27 10:10:51 +02:00
.btn-success.btn-light:hover {
2018-12-02 13:49:02 +01:00
background-color: #51a862;
2018-07-27 10:10:51 +02:00
}
2018-07-27 08:01:34 +02:00
.btn-warning.btn-light {
2018-07-30 17:11:35 +02:00
background-color: #f2b661;
2018-07-27 08:01:34 +02:00
}
2018-07-27 10:10:51 +02:00
.btn-warning.btn-light:hover {
background-color: #ec971f;
}
2018-07-27 08:01:34 +02:00
.btn-danger.btn-light {
2018-07-30 17:11:35 +02:00
background-color: #de6864;
2018-07-27 08:01:34 +02:00
}
2018-07-27 10:10:51 +02:00
.btn-danger.btn-light:hover {
background-color: #c9302c;
}
2018-07-30 17:11:35 +02:00
.has-error.help-block {
color: #a94442;
}
2019-07-16 09:36:51 +02:00
.has-error .form-control.parsley-exclude {
2018-07-30 17:11:35 +02:00
border-color: #ccc;
}
2019-07-16 09:36:51 +02:00
.has-error .select2-container--default .select2-selection--multiple,
.has-error .select2-container--default.select2-container--focus .select2-selection--multiple {
border-color: #a94442;
}
2018-08-27 14:09:51 +02:00
.input-md {
height: 38px;
/*padding: 10px 16px;*/
/*font-size: 18px;*/
line-height: 18px;
/*border-radius: 3px;*/
}
2018-12-01 08:30:20 +01:00
.btn .glyphicon {
top: 2px;
}
2018-08-27 14:09:51 +02:00
select.input-lg {
height: 38px;
line-height: 38px;
}
textarea.input-md,
select[multiple].input-md {
height: auto;
}
2018-09-14 10:24:04 +02:00
.btn-group-xs .btn-default {
color: #72808e;
}
.btn-group-xs .btn-default:hover {
color: #4f5d6b;
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 7px;
}
2018-10-20 08:35:47 +02:00
.form-help {
color: #93a1af;
display: block;
font-size: 13.4px;
margin: 4px 0 0;
}
2018-12-01 08:30:20 +01:00
.btn-group-rounded .btn:first-child,
.btn-group-rounded *:first-child .btn {
border-radius: 14px 0 0 14px;
}
.btn-group-rounded .btn:last-child,
.btn-group-rounded *:last-child .btn {
border-radius: 0 14px 14px 0;
}
2018-12-01 10:30:29 +01:00
.btn-trans {
2018-12-02 13:49:02 +01:00
color: #93a1af;
2018-12-01 10:30:29 +01:00
background-color: transparent;
2018-12-02 13:49:02 +01:00
border-color: #d3dae0;
2018-12-01 10:30:29 +01:00
}
.btn-trans:hover {
2018-12-04 10:37:24 +01:00
color: #0078D7;
2018-12-02 13:49:02 +01:00
}
.btn-trans:focus {
-webkit-box-shadow: none;
box-shadow: none;
2018-12-04 10:37:24 +01:00
background-color: transparent;
color: #0078D7;
2018-12-01 10:30:29 +01:00
}
2018-12-04 10:37:24 +01:00
.btn-bordered {
2018-12-01 10:30:29 +01:00
color: #0078D7;
background-color: transparent;
border-color: #dedede;
}
2018-12-04 10:37:24 +01:00
.btn-bordered:hover,
.btn-bordered:focus {
2018-12-01 10:30:29 +01:00
color: #fff;
background-color: #0078D7;
border-color: #0078D7;
}
2018-12-04 10:37:24 +01:00
.btn-text {
color: #0078D7;
background-color: transparent;
}
.btn-text:hover,
.btn-text:focus {
color: #0068bd;
}
2018-12-02 13:49:02 +01:00
.btn-group.open .glyphicon.dropdown-toggle {
-webkit-box-shadow: none;
box-shadow: none;
}
2019-06-18 11:04:34 +02:00
.form-container {
margin-bottom: 25px;
}
2019-07-30 15:07:29 +02:00
.input-group .input-group-btn {
vertical-align: top;
}
2018-09-24 16:17:15 +02:00
@media (min-width: 435px) {
.input-sized-lg {
width: 387px;
}
}
2018-06-22 19:44:21 +02:00
/**
* Cards
*/
.card {
2018-12-01 09:00:07 +01:00
border: 1px solid #dedede;
2018-06-22 19:44:21 +02:00
box-sizing: border-box;
display: block;
2018-08-31 18:17:38 +02:00
position: relative;
2018-06-22 19:44:21 +02:00
margin: 0 18px 18px 0;
2018-11-30 10:45:04 +01:00
padding: 14px;
2018-06-22 19:44:21 +02:00
width: 250px;
2018-11-30 10:45:04 +01:00
height: 82px;
2018-06-22 19:44:21 +02:00
float: left;
2018-11-30 14:40:26 +01:00
-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);
box-shadow:0 0 5px rgba(0,0,0,.2);
2018-06-22 19:44:21 +02:00
}
a.card:active,
2018-07-14 03:23:37 +02:00
a.card:focus,
2018-06-22 19:44:21 +02:00
a.card:hover {
text-decoration: none;
}
a h4 {
color: #2a3b47;
}
.card > h4 {
font-size: 18px;
font-weight: 400;
margin: 2px 0 4px 66px;
2018-07-07 08:42:21 +02:00
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2018-06-22 19:44:21 +02:00
}
.card > p {
color: #93a1af;
font-size: 14px;
margin: 0 0 0 66px;
}
.card > img {
border: 1px solid #fff;
2018-12-04 15:36:23 +01:00
border-radius: 50%;
2018-06-22 19:44:21 +02:00
display: block;
float: left;
max-height: 50px;
max-width: 50px;
}
.card-avatar {
border-radius: 4px;
float: left;
line-height: 11px;
text-align: center;
2018-09-07 15:08:34 +02:00
width: 50px;
height: 50px;
line-height: 50px;
font-size: 18px;
2018-09-07 15:08:34 +02:00
}
.person-photo-auto {
float: left;
line-height: 11px;
text-align: center;
font-size: 18px;
2018-06-22 19:44:21 +02:00
}
2018-09-07 15:08:34 +02:00
.card-avatar:before,
.person-photo-auto:before {
2018-06-22 19:44:21 +02:00
background: #c1cbd4;
color: #fff;
content: attr(data-initial);
2018-12-04 15:36:23 +01:00
border-radius: 50%;
2018-09-07 15:08:34 +02:00
display: block;
/*font-size: 18px;*/
font-size: inherit;
2018-06-22 19:44:21 +02:00
font-style: normal;
font-weight: 300;
2018-09-07 15:08:34 +02:00
/*height: 50px;
line-height: 50px;*/
line-height: inherit;
2018-06-22 19:44:21 +02:00
overflow: hidden;
position: relative;
text-transform: uppercase;
2018-09-07 15:08:34 +02:00
/*width: 50px;*/
2018-06-22 19:44:21 +02:00
}
.photo-sm .person-photo-auto:before,
.photo-xs .person-photo-auto:before {
background: #a5b2bd;
color: #fff;
content: attr(data-initial);
border-radius: 50%;
display: block;
font-size: inherit;
font-style: normal;
font-weight: 300;
line-height: inherit;
overflow: hidden;
position: relative;
text-transform: uppercase;
}
2018-06-26 11:43:11 +02:00
.card.no-img h4,
.card.no-img p {
margin-left: 0;
}
2018-12-01 09:00:07 +01:00
/*.card-active {
2018-11-30 10:45:04 +01:00
border-left: 4px solid #5cb85c;
2018-12-01 09:00:07 +01:00
}*/
2018-07-16 09:03:24 +02:00
.card-inactive {
2018-12-01 09:00:07 +01:00
/*border-left: 4px solid #93a1af;*/
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-07-16 09:03:24 +02:00
}
2018-08-31 18:17:38 +02:00
.card .invite-state {
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-08-31 18:17:38 +02:00
border-radius: 100%;
color: #5cb85c;
display: block;
padding-top: 5px;
padding-left: 5px;
font-size: 14px;
height: 24px;
position: absolute;
2018-12-04 15:36:23 +01:00
left: 45px;
top: 49px;
2018-08-31 18:17:38 +02:00
width: 24px;
z-index: 1;
}
.card .invite-state.invited {
padding-top: 6px;
/*color: #5cb85c;*/
color: #333;
font-size: 13px;
}
.card .invite-state.not-invited {
2018-12-02 13:49:02 +01:00
color: #d9534f;
2018-08-31 18:17:38 +02:00
padding-left: 5px;
}
2018-07-14 03:23:37 +02:00
.dash-cards {
box-sizing:border-box;
display:flex;
flex-wrap:wrap;
}
.dash-card {
float: left;
position: relative;
2018-11-30 10:45:04 +01:00
border: 1px solid #dedede;
border-radius: 0;
2018-12-01 08:30:20 +01:00
/*border-left: 4px solid #5cb85c;*/
2018-11-30 10:45:04 +01:00
/*-webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);
box-shadow: 0 1px 7px 0 rgba(0,0,0,.08);*/
2018-11-30 14:40:26 +01:00
-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);
box-shadow:0 0 5px rgba(0,0,0,.2);
2018-07-14 03:23:37 +02:00
box-sizing: border-box;
2018-12-05 09:08:28 +01:00
min-height: 295px;
2018-07-14 03:23:37 +02:00
margin: 0 20px 20px 0;
2018-12-05 13:33:05 +01:00
width: 257px;
2018-07-14 03:23:37 +02:00
}
.dash-card-content {
2018-12-01 08:30:20 +01:00
padding-bottom: 60px;
2018-07-14 03:23:37 +02:00
padding-top: 20px;
}
2018-07-14 14:17:11 +02:00
.dash-card-content h3 a,
.dash-card-content h3 a:hover,
.dash-card-content h3 a:focus {
color: #194c6e;
}
2018-07-14 03:23:37 +02:00
.dash-card-footer {
2018-12-01 08:30:20 +01:00
bottom: 19px;
2018-07-14 03:23:37 +02:00
left: 0;
2018-12-01 08:30:20 +01:00
padding: 0 18px;
2018-07-14 03:23:37 +02:00
position: absolute;
right: 0;
text-align: right;
}
.dash-card h3 {
padding-left: 20px;
padding-right: 20px;
margin-bottom: 8px;
margin-top: 0;
}
2018-07-14 14:17:11 +02:00
.dash-card a.dash-card-list-item,
.dash-card a.dash-card-list-item:hover,
.dash-card a.dash-card-list-item:focus {
color: #2a3b47;
2018-07-14 03:23:37 +02:00
}
2018-07-14 14:17:11 +02:00
.dash-card a.dash-card-list-item:hover {
2018-07-14 03:23:37 +02:00
text-decoration: underline;
}
.dash-card-link {
padding-left: 20px;
padding-right: 20px;
margin-bottom: 16px;
}
.dash-card-list-item {
font-size: 14px;
text-decoration: none!important;
padding-bottom: 8px;
padding-top: 8px;
padding-left: 20px;
padding-right: 20px;
margin: 0;
display: block;
}
2018-12-05 13:33:05 +01:00
.dash-card .waiting-since {
color: #93a1af;
2019-12-06 13:12:50 +01:00
font-size: 12.4px;
2018-12-05 13:33:05 +01:00
margin-left: 4px;
}
2018-07-14 03:23:37 +02:00
.dash-card-list-item:hover {
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-07-14 03:23:37 +02:00
}
2018-12-05 13:33:05 +01:00
.dash-card-list-item strong {
2018-07-14 03:23:37 +02:00
display: block;
float: right;
}
2018-07-16 09:03:24 +02:00
.dash-card-inactive-content {
display: none;
padding: 8px 20px;
}
2018-08-24 14:24:11 +02:00
.dash-card-inactive-content .block-help {
2018-07-16 09:03:24 +02:00
font-size: 14px;
}
.dash-card-inactive-content .btn-link {
padding-left: 0;
}
.dash-card-inactive .dash-card-inactive-content {
display: block;
}
.dash-card-inactive .dash-card-list {
display: none;
}
.dash-card.dash-card-inactive {
2018-12-01 08:30:20 +01:00
/*border-left-color: #93a1af;*/
2018-12-02 13:49:02 +01:00
background: #f4f5f5;
2018-07-16 09:03:24 +02:00
}
2018-12-05 13:33:05 +01:00
.dash-card-item-empty strong {
2018-07-14 14:17:11 +02:00
display: none;
}
.dash-card a.dash-card-item-empty,
.dash-card a.dash-card-item-empty:hover,
.dash-card a.dash-card-item-empty:focus {
color: #93a1af;
}
2018-07-14 03:23:37 +02:00
2018-06-22 19:44:21 +02:00
@media (max-width:582px) {
2018-07-14 03:23:37 +02:00
.card,
.dash-card {
2018-06-22 19:44:21 +02:00
width: 100%;
}
}
2018-06-28 07:35:33 +02:00
/**
* Editor
*/
.note-editor.note-frame {
2018-12-13 10:06:20 +01:00
border-color: #dee4e9 !important;
2018-06-28 07:35:33 +02:00
}
.note-editor .btn-default {
color: #86929e;
background-color: #f9fafa;
border-color: #f9fafa;
}
2018-06-28 15:27:18 +02:00
.note-editor .btn-default.active,
.note-editor .btn-default:hover {
background-color: #e6e6e6;
border-color: #e6e6e6;
2018-09-17 16:24:20 +02:00
color: #72808e;
}
.note-editor .note-actions .btn-default.active,
.note-editor .note-actions .btn-default:hover {
background-color: transparent;
border-color: transparent;
2018-06-28 15:27:18 +02:00
}
2018-07-30 17:11:35 +02:00
.note-editor.panel {
margin: 0;
}
2018-09-14 10:24:04 +02:00
.note-btn,
.note-btn.btn.active,
.note-btn:focus {
outline: none!important;
-webkit-box-shadow: none;
box-shadow: none;
}
2018-07-27 15:19:25 +02:00
.note-btn i.glyphicon {
position: relative;
2018-07-30 17:11:35 +02:00
top: 2px;
2018-07-27 15:19:25 +02:00
}
.note-btn.btn-sm {
font-size: 14px;
line-height: 18px;
2019-07-07 07:13:48 +02:00
height: 30px;
2018-07-27 15:19:25 +02:00
}
.note-actions {
float: right;
}
2018-09-16 08:16:38 +02:00
.note-actions .note-btn-save-draft {
2018-07-27 15:19:25 +02:00
font-size: 16px;
}
2018-08-25 11:52:53 +02:00
.note-actions-select {
2018-09-14 10:24:04 +02:00
margin-top: 3px!important;
2018-08-25 11:52:53 +02:00
float: right;
}
.note-actions-select select {
color: #2a3b47;
border-color: #c1cbd4;
height: 24px;
line-height: 24px;
padding-top: 2px;
}
.note-actions-select .note-btn,
.note-actions-select .note-btn:hover {
background-color: transparent;
border-color: transparent;
padding-top: 3px;
cursor: default;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
2018-07-30 17:11:35 +02:00
.note-editor.note-frame .note-statusbar.note-statusbar-toolbar {
2018-09-15 16:33:55 +02:00
/*border-top: 1px solid #ddd;*/
2018-07-30 17:11:35 +02:00
background-color: #f9fafa;
text-align: right;
color: #72808e;
}
.note-bottom-div {
2018-12-08 13:53:52 +01:00
margin: 0 4px;
2018-07-30 17:11:35 +02:00
color: #c1cbd4;
font-size: 9px;
}
.btn-group-send {
margin-left: 12px;
margin-top: -1px;
margin-bottom: -1px;
}
.btn-group-send .btn {
height: 38px;
}
.btn-send-menu {
padding-left: 8px;
padding-right: 8px;
font-size: 9px;
border-left-color: #659ac8;
}
.btn-send-text {
min-width: 94px;
}
2018-09-14 10:24:04 +02:00
.btn-reply-submit {
font-size: 13.4px;
}
2018-07-30 17:11:35 +02:00
.note-statusbar-toolbar select.form-control {
height: 24px;
line-height: 24px;
2018-09-14 10:24:04 +02:00
width: auto;
display: inline-block;
2018-07-30 17:11:35 +02:00
padding-top: 2px;
padding-bottom: 1px;
}
2018-09-14 10:24:04 +02:00
.note-editor .btn-default.text-success {
2018-12-02 13:49:02 +01:00
color: #53b961;
2018-09-14 10:24:04 +02:00
}
.draft-saved {
color: #a5b2bd;
font-size: 13.4px;
float: left;
position: relative;
top: 2px;
}
2018-09-15 16:33:55 +02:00
#editor_signature {
text-align: left;
font-size: 14px;
line-height: 20px;
background-color: #fff;
padding: 8px;
border-bottom: 1px solid #ddd;
color: #394956;
}
2018-10-31 07:14:59 +01:00
.note-toolbar .note-btn-group .note-btn {
border-radius: 0;
}
.note-toolbar .note-btn-group.open .note-btn {
border-color: #e6e6e6;
}
2018-11-30 14:40:26 +01:00
.note-toolbar.panel-heading {
background-color: #f9fafa;
}
2018-12-13 10:06:20 +01:00
.panel-heading.note-toolbar .note-btn-group .dropdown-menu {
min-width: 83px;
padding-left: 5px;
}
2018-09-14 10:24:04 +02:00
@media (max-width:390px) {
.note-bottom-div {
display: none;
}
.note-statusbar-toolbar select.form-control {
width: 85px;
}
}
2018-08-25 11:52:53 +02:00
@media (max-width:582px) {
.draft-saved {
display: none!important;
}
2018-09-14 10:24:04 +02:00
.note-actions,
2018-08-25 11:52:53 +02:00
.note-actions-select {
float: none;
}
2018-09-14 10:24:04 +02:00
.note-btn .glyphicon-paperclip {
font-size: 13px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 9px!important;
}
.panel-heading.note-toolbar>.btn-group {
margin-right: 1px!important;
}
.panel-heading.note-toolbar {
padding: 0 0 4px 1px!important;
}
.editor-btm-text {
display: none;
}
2018-08-25 11:52:53 +02:00
}
2018-06-28 07:35:33 +02:00
2018-07-19 09:15:04 +02:00
/**
* Customer
*/
.customer-photo-container {
2018-12-01 08:30:20 +01:00
margin: 8px 0 0 12px;
2018-11-30 10:45:04 +01:00
/*margin: 0 0 0 12px;*/
2018-07-19 09:15:04 +02:00
max-width: 86px;
position: relative;
2018-11-30 10:45:04 +01:00
height: 70px;
2018-07-19 09:15:04 +02:00
}
2018-12-01 08:30:20 +01:00
#conv-layout-customer .customer-photo-container {
margin-top: -53px;
}
2018-07-19 09:15:04 +02:00
.customer-photo {
border: 3px solid #fff;
2018-12-04 15:36:23 +01:00
border-radius: 50%;
2018-11-30 10:45:04 +01:00
box-shadow:0 1px 6px rgba(147,161,175,.5);
2018-07-19 09:15:04 +02:00
display: block;
max-height: 70px;
max-width: 70px;
}
.customer-name {
color: #2a3b47;
font-size: 17px;
line-height: 21px;
}
.customer-name:hover,
.customer-name:focus {
color: #2a3b47;
}
.customer-snippet h3 {
text-align: center;
word-wrap: break-word;
color: #253540;
font-size: 1.6em;
font-weight: 400;
line-height: 1.2em;
margin: 0 0 4px 0;
}
.customer-social-profiles {
position: absolute;
2018-12-04 15:36:23 +01:00
top: 0;
2018-11-30 10:45:04 +01:00
left: 92px;
2018-07-19 09:15:04 +02:00
}
.customer-social-profiles a {
font-size: 17px;
color: #b6bec6;
}
.customer-social-profiles a:hover {
color: #72808e;
text-decoration: none;
}
2018-12-08 07:31:55 +01:00
.profile-preview .customer-social-profiles {
top: 61px;
}
.profile-preview .customer-photo {
max-width: 100%;
}
.profile-preview .customer-data {
margin: 15px 0 0 0!important;
}
2018-07-19 09:15:04 +02:00
.customer-data {
2018-11-30 10:45:04 +01:00
padding: 0px 26px 0 12px;
2018-07-19 09:15:04 +02:00
margin-top: 15px;
margin-bottom: 15px;
}
.customer-contacts {
margin: 0;
padding: 0;
}
.customer-contacts li,
.customer-contacts li a {
2018-08-08 09:52:53 +02:00
/*overflow: hidden;
text-overflow: ellipsis;*/
word-wrap: break-word;
overflow-wrap: break-word;
/*white-space: nowrap;*/
2018-07-19 09:15:04 +02:00
display: block;
margin-top: 2px;
color: #93a1af;
line-height: 16px;
}
.customer-contacts li a:hover {
color: #93a1af;
}
.customer-contacts li i {
color: #b5c1cc;
font-size: 14px;
margin-right: 3px;
vertical-align: top;
display: inline-block;
}
.customer-contacts .contact-main,
.customer-contacts .contact-main:hover {
color: #3197d6;
}
.customer-section {
margin-top: 10px;
color: #93a1af;
word-wrap: break-word;
}
.customer-divider {
display: block;
text-align: center;
color: #93a1af;
font-size: 1.5em;
margin: 12px 0 18px;
line-height: 6px;
letter-spacing: 3px;
}
2018-07-14 14:17:11 +02:00
/**
2018-07-17 13:27:19 +02:00
* Conversations list
2018-06-22 19:44:21 +02:00
*/
2020-01-03 11:16:33 +01:00
.mailbox-toolbar {
border-bottom: 1px solid #D4D9DD;
}
2018-07-17 13:27:19 +02:00
.table.table-conversations {
margin: 0;
table-layout: fixed;
width: 100%;
2018-07-06 05:19:49 +02:00
}
2018-12-06 08:18:54 +01:00
.table-conversations thead {
background-color: #deecf9;
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-fader {
2018-11-29 13:56:14 +01:00
background: linear-gradient(to right,rgba(255,255,255,0), #fff);
2018-07-17 13:27:19 +02:00
position: absolute;
width: 18px;
bottom: 1px;
right: 0;
z-index: 2;
height: 100%;
2018-07-06 05:19:49 +02:00
}
2018-11-29 13:56:14 +01:00
.table-conversations .conv-active .conv-fader {
background: linear-gradient(to right,rgba(255,255,255,0), #eff6fc);
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-fader::after {
content: "";
position: absolute;
width: 18px;
bottom: 0;
height: 100%;
2018-07-07 08:42:21 +02:00
}
2018-07-17 13:27:19 +02:00
.table.table-conversations th {
padding: 4px 13px 1px 13px;
white-space: nowrap;
border-bottom: 1px solid #e3e8eb;
2018-06-26 11:43:11 +02:00
}
2018-07-17 13:27:19 +02:00
.table.table-conversations th.conv-customer {
padding-left: 0;
2018-07-06 05:19:49 +02:00
}
2018-09-04 14:50:15 +02:00
.table.table-conversations th.conv-subject {
padding-left: 3px;
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-cb {
padding: 4px 0;
text-align: center;
vertical-align: middle;
2018-06-22 19:44:21 +02:00
}
2018-11-30 10:45:04 +01:00
.conv-cb label {
position: relative;
top: -8px;
left: 9px;
}
thead .conv-cb label {
top: -9px;
left: -3px;
}
2018-07-17 13:27:19 +02:00
.table-conversations td input {
margin: 0;
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations th a,
.table-conversations th a:hover,
.table-conversations th a:focus,
.table-conversations th span {
2018-12-07 10:34:05 +01:00
color: #005a9e;
2018-07-17 13:27:19 +02:00
text-decoration: none;
cursor: default;
line-height: 26px;
display: block;
2018-12-06 08:18:54 +01:00
font-weight: bold;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
.table.table-conversations tbody td {
line-height: 1em;
padding: 0;
vertical-align: middle;
border-bottom: 1px solid #e3e8eb;
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td a {
color: #2a3b47;
display: block;
font-size: 14px;
padding: 14px;
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td a:hover,
.table-conversations td a:focus {
text-decoration: none;
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-active td {
font-weight: bold;
line-height: 1.2em;
2018-06-22 19:44:21 +02:00
}
2018-11-30 14:40:26 +01:00
.table.table-conversations tbody .conv-active {
2018-12-07 10:34:05 +01:00
/*background-color: #eff6fc;*/
2018-12-09 05:55:00 +01:00
/*background-color: #f2f7fd;*/
background-color: #f4f8fd;
2018-11-29 13:56:14 +01:00
}
2018-12-07 10:34:05 +01:00
/*.conv-row:hover {
2018-12-06 09:05:14 +01:00
filter: brightness(98%);
-webkit-filter: brightness(98%);
-moz-filter: brightness(98%);
-o-filter: brightness(98%);
-ms-filter: brightness(98%);
}
.conv-row:hover {
background-color: #fbfcfd;
2018-12-07 10:34:05 +01:00
}*/
2018-12-06 08:18:54 +01:00
.conv-active .conv-date a {
2018-12-09 05:55:00 +01:00
/*background-color: #deecf9;*/
background-color: #e5effb;
2018-12-06 08:18:54 +01:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td.conv-customer a {
line-height: 1.2em;
padding-left: 0;
word-wrap: break-word;
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
table.table-conversations td.conv-subject {
overflow: hidden;
white-space: nowrap;
vertical-align: top;
/* Probably not needed */
/*padding-bottom: 6px;*/
2018-06-22 19:44:21 +02:00
}
2018-07-17 13:27:19 +02:00
table.table-conversations td.conv-attachment {
color: #93a1af;
vertical-align: top;
padding: 7px 0 0 0;
text-align: center;
2018-07-10 12:15:58 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td.conv-attachment i {
top: 4px;
font-size: 12px;
2018-07-10 12:15:58 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td.conv-subject a {
overflow: hidden;
2018-09-04 14:50:15 +02:00
margin-top: 8.4px;
padding: 0 4px 7px 4px;
2018-07-17 13:27:19 +02:00
position: relative;
white-space: nowrap;
2018-06-24 11:01:26 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td p {
color: #2a3b47;
2018-07-06 05:19:49 +02:00
font-size: 13.4px;
2018-06-26 11:43:11 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td .conv-preview {
2018-07-10 12:15:58 +02:00
color: #93a1af;
2018-07-17 13:27:19 +02:00
font-weight: normal;
2018-07-10 12:15:58 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations td.conv-subject p {
line-height: 1.5em;
margin: 0;
2018-07-10 12:15:58 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-current {
width: 2px;
position: relative;
2018-06-26 11:43:11 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-cb {
width: 40px;
2018-07-14 03:23:37 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-customer {
width: 150px;
2018-07-14 03:23:37 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-attachment {
width: 20px;
2018-06-26 11:43:11 +02:00
}
2018-09-14 16:52:16 +02:00
.table-conversations .conv-attachment .conv-star {
font-size: 15px;
margin-bottom: 6px;
}
.table-conversations .conv-attachment .glyphicon-star-empty {
color: #d6dbe0;
}
.table-conversations .conv-attachment-mobile
{
font-size: 12px;
color: #93a1af;
margin-right: 3px;
display:none;
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-thread-count {
2018-12-06 08:18:54 +01:00
/*width: 42px;*/
width: 1px;
2018-09-14 16:52:16 +02:00
text-align: right;
2018-06-26 11:43:11 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-thread-count span {
2018-12-03 10:03:09 +01:00
background: #f8f9f9;
2018-07-17 13:27:19 +02:00
border: 1px solid #d6dde3;
color: #a5b2bd;
font-size: 11px;
font-weight: 400;
padding: .1em .4em;
border-radius: 4px;
2018-06-26 11:43:11 +02:00
}
2018-12-06 08:18:54 +01:00
.conv-counter {
2018-12-09 11:48:57 +01:00
/*border: 1px solid #d6dde3;
background: #f8f9f9;*/
2018-12-06 08:18:54 +01:00
color: #a5b2bd;
line-height: 17px;
position: relative;
margin-left: 3px;
2018-12-09 11:48:57 +01:00
/*top: -1px;*/
font-size: 12px;
/*padding: 0 3px;*/
2018-12-06 08:18:54 +01:00
}
2018-09-14 16:52:16 +02:00
.table-conversations .conv-thread-count a {
padding: 0;
}
.table-conversations .conv-thread-count .conv-star {
font-size: 14px;
margin-top: 2px;
padding-bottom: 8px;
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-number {
width: 86px;
2018-06-26 11:43:11 +02:00
}
2018-12-06 08:18:54 +01:00
.table-conversations .conv-number i {
font-size: 10px;
margin-right: 2px;
color: #93a1af;
}
2018-07-17 13:27:19 +02:00
.table-conversations .conv-date {
width: 138px;
2018-07-04 11:38:00 +02:00
}
2018-07-17 13:27:19 +02:00
.table.table-conversations tfoot td {
border: 0;
color: #7a8da0;
font-size: 13px;
height: 28px;
padding: 0 17px;
vertical-align: middle;
2018-07-04 11:38:00 +02:00
}
2018-07-17 13:27:19 +02:00
.table-conversations tfoot strong {
color: #676d7a;
2018-07-06 05:19:49 +02:00
}
.table-conversations .glyphicon-earphone {
color: #93a1af;
}
2018-07-17 13:27:19 +02:00
.table-pager {
float: right;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
.table-pager a.pager-nav {
display: inline-block;
color: #a5b2bd;
padding: 4px 0;
width: 25px;
line-height: 24px;
font-size: 16px;
2018-07-06 05:19:49 +02:00
}
2018-12-06 08:18:54 +01:00
/*.conv-subject-number {
2018-07-17 13:27:19 +02:00
display: none;
2018-12-06 08:18:54 +01:00
}*/
2018-09-04 14:50:15 +02:00
.conv-owner-mobile {
display: none;
font-weight: normal;
}
2018-12-06 08:18:54 +01:00
.conv-date a {
2018-12-07 10:34:05 +01:00
/*background-color: #f8f9f9;*/
2018-12-06 08:18:54 +01:00
border-radius: 17px 0 0 17px;
padding-top: 11px!important;
padding-bottom: 11px!important;
}
button.conv-checkbox-clear {
display: none;
}
.viewer-badge {
color: #fecb5a;
border-top: 0 solid transparent;
border-bottom: 12px solid transparent;
border-left: 12px solid;
left: 0;
top: 0;
position: absolute;
width: 0;
height: 0;
}
.viewer-badge.viewer-replying {
2019-07-30 15:07:29 +02:00
color: #d85552;
}
2018-07-17 13:27:19 +02:00
@media (max-width:1000px) {
/**
* Make conversations table responsive
*/
.table-conversations {
display: block;
}
.table-conversations thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.table.table-conversations td,
.table.table-conversations tr,
.table.table-conversations tbody,
.table.table-conversations tfoot {
display: block;
width: 100%;
border: 0;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.table.table-conversations tr.selected {
background-color: #e5effb;
}
.table-conversations tr.selected .conv-fader {
background: linear-gradient(to right,rgba(255,255,255,0), #e5effb);
2018-07-17 13:27:19 +02:00
}
2018-07-17 13:27:19 +02:00
.table.table-conversations tbody td {
border: 0;
}
.table.table-conversations tbody tr {
position: relative;
height: 80px;
border-bottom: 1px solid #e3e8eb;
}
2020-05-16 04:10:14 +02:00
.table.table-conversations.show-mailbox tbody tr {
height: 97px;
}
.table-conversations .conv-attachment-mobile
{
display: inline;
}
2018-07-17 13:27:19 +02:00
.conv-cb {
display: none !important;
}
.conv-attachment {
display: none !important;
2018-07-17 13:27:19 +02:00
}
.conv-subject {
position: absolute !important;
top: 24px;
padding-left: 2px!important;
2018-07-17 13:27:19 +02:00
padding-right: 20px!important;
}
.table-conversations .conv-fader {
width: 80px;
}
2018-09-04 14:50:15 +02:00
.conv-owner {
display: none!important;
}
.conv-owner-mobile {
display: inline!important;
}
2018-12-06 08:18:54 +01:00
.conv-owner-mobile .glyphicon {
top: 0;
}
2018-07-17 13:27:19 +02:00
.conv-customer {
position: absolute;
top: 0;
2018-12-06 08:18:54 +01:00
margin-left: 10px!important;
2018-07-17 13:27:19 +02:00
}
2018-08-08 09:52:53 +02:00
.conv-customer a {
width: 350px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2018-07-17 13:27:19 +02:00
.conv-customer a,
.conv-date a {
2018-12-06 08:18:54 +01:00
padding: 11px 8px 0 0 !important;
2018-07-17 13:27:19 +02:00
line-height: 1.2em;
}
2018-12-06 08:18:54 +01:00
.table-conversations td.conv-subject a {
padding-left: 8px;
2018-07-17 13:27:19 +02:00
}
.conv-date a {
2018-12-06 08:18:54 +01:00
padding-top: 13px!important;
2018-07-17 13:27:19 +02:00
font-size: 12px!important;
2018-12-06 08:18:54 +01:00
background-color: transparent!important;
font-weight: normal;
2018-07-17 13:27:19 +02:00
}
.conv-counter {
border: 1px solid #d6dde3;
background: #f8f9f9;
top: -1px;
font-size: 10px;
padding: 0 3px;
}
2018-12-06 08:18:54 +01:00
/*.conv-subject-number {
display: inline;
}*/
2018-07-17 13:27:19 +02:00
.conv-number {
display: none!important;
}
.conv-attachment {
position: absolute;
2019-12-28 08:38:32 +01:00
left: 7px;
2018-07-17 13:27:19 +02:00
top: 24px;
text-align: center;
width: 25px!important;
}
.conv-date {
width: 50%;
position: absolute;
top: 0;
right: 0;
text-align: right;
}
.conv-thread-count {
position: absolute;
right: 0;
top: 30px;
z-index: 999;
text-align: right;
width: auto !important;
2018-07-17 13:27:19 +02:00
}
2018-09-14 16:52:16 +02:00
.conv-thread-count a,
.conv-thread-count .conv-star {
2018-12-06 08:18:54 +01:00
padding-right: 6px!important;
2018-07-17 13:27:19 +02:00
}
.table.table-conversations tfoot tr {
display: block;
position: relative;
height: 32px;
}
.conv-totals {
line-height: 31px!important;
}
.conv-totals {
position: absolute;
left: 0;
text-align: left;
}
.conv-nav {
position: absolute;
right: 0;
}
button.conv-checkbox-clear {
display: block;
}
2018-07-06 05:19:49 +02:00
}
2018-08-08 09:52:53 +02:00
@media (max-width:700px) {
.conv-customer a {
width: 250px;
}
}
2018-07-17 13:27:19 +02:00
/**
* Conversation
*/
.body-conv .content-2col {
display: flex;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
#conv-layout {
2018-07-06 05:19:49 +02:00
position: relative;
2018-07-17 13:27:19 +02:00
width: 100%;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
#conv-layout-header {
float: left;
width: 100%;
padding-right: 280px;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
#conv-layout-main {
float: left;
width: 100%;
padding-right: 280px;
}
#conv-layout-customer {
box-shadow: -1px 0 0 #d6dde3, 1px 0 0 #d6dde3, 0 1px 0 #d6dde3;
position: absolute;
right: 0;
2018-12-02 13:49:02 +01:00
/*background-color: #f4f5f5;*/
2018-11-30 10:45:04 +01:00
/*background-color: #eff6fc;*/
background-color: #fff;
2018-07-17 13:27:19 +02:00
width: 280px;
height: 100%;
2018-07-25 19:25:00 +02:00
z-index: 9;
2018-07-06 05:19:49 +02:00
}
2018-07-17 13:27:19 +02:00
#conv-toolbar {
2018-11-30 10:45:04 +01:00
background-color: #deecf9;
/*border-bottom: 1px solid #e3e8eb;*/
2018-07-17 13:27:19 +02:00
padding-left: 9px;
2018-07-07 08:42:21 +02:00
}
2018-07-18 01:43:59 +02:00
.conv-actions .conv-action {
display: inline-block;
2018-09-16 08:16:38 +02:00
padding: 16px 16px 9px;
2018-11-30 10:45:04 +01:00
/*color: #4f5d69;*/
color: #005a9e;
2018-09-16 08:16:38 +02:00
font-size: 19px;
2018-07-17 13:27:19 +02:00
cursor: pointer;
2018-07-08 09:39:12 +02:00
}
2018-07-18 01:43:59 +02:00
.conv-actions .conv-action:hover {
2018-11-30 10:45:04 +01:00
/*color: #394956;*/
2018-12-03 13:52:37 +01:00
color: #0078d7;
2018-07-08 09:39:12 +02:00
}
2018-07-30 17:11:35 +02:00
.conv-action.inactive {
color: #aeb6c0;
}
2018-07-19 09:15:04 +02:00
.conv-action.dropdown {
padding: 0!important;
}
2018-09-16 08:16:38 +02:00
.conv-action .dropdown-toggle {
font-size: 17px;
padding-left: 13px;
}
2018-07-17 13:27:19 +02:00
#conv-subject {
2018-12-07 13:52:37 +01:00
border-bottom: 1px solid #e3e8eb;
2018-07-18 01:43:59 +02:00
}
2018-07-30 17:11:35 +02:00
.conv-subj-block {
padding: 16px 9px 18px 20px;
2018-07-30 17:11:35 +02:00
}
2019-11-13 15:18:29 +01:00
.conv-top-block {
border-top: 1px solid #e3e8eb;
padding: 10px 20px;
}
.action-visible .conv-top-block + .conv-action-wrapper .conv-action-block {
margin-top: 0;
padding-top: 15px;
}
.action-visible .conv-top-block + .conv-action-wrapper {
border-top: 1px solid #e3e8eb;
}
2018-07-18 01:43:59 +02:00
.conv-subjwrap {
2018-07-17 13:27:19 +02:00
padding-right: 145px;
2018-07-18 01:43:59 +02:00
position: relative;
/*overflow: hidden;*/
display: inline-block;
width: 100%;
2018-07-18 01:43:59 +02:00
}
.conv-subjtext {
2018-11-15 07:35:25 +01:00
float: left;
display: inline-block;
2018-07-18 01:43:59 +02:00
color: #2a3b47;
font-weight: 400;
font-size: 23px;
line-height: 30px;
word-wrap: break-word;
2018-11-15 07:35:25 +01:00
margin-right: 8px;
2018-12-11 07:51:20 +01:00
max-width: 100%;
2018-07-18 01:43:59 +02:00
}
.conv-numnav {
margin: 0;
position: absolute;
color: #93a1af;
right: 0;
2018-07-18 07:45:01 +02:00
top: 5px;
2018-07-18 01:43:59 +02:00
}
.conv-numnav strong {
color: #2a3b47;
font-size: 18px;
font-weight: bold;
padding-right: 8px;
}
.conv-numnav i {
cursor: pointer;
font-size: 15px;
}
.conv-numnav i:hover {
color: #364a5a;
}
#conv-viewers {
height: 20px;
margin: 0;
position: absolute;
right: 7px;
top: 31px;
max-width: 140px;
text-align: right;
line-height: 18px;
overflow: hidden;
}
/*#conv-viewers > span {
display: inline-block;
}*/
.viewer-replying .person-photo {
background-color: #d43f3a!important;
}
2018-07-18 01:43:59 +02:00
.conv-star {
color: #bbc4cc;
}
2018-09-14 16:52:16 +02:00
.conv-star.glyphicon-star {
2018-07-18 01:43:59 +02:00
color: #ffd76e;
2018-07-08 09:39:12 +02:00
}
2018-09-14 16:52:16 +02:00
.conv-star:hover {
color: #f4b400!important;
}
2018-07-17 13:27:19 +02:00
.conv-info {
overflow: visible;
float: right;
text-align: right;
list-style: none;
margin: 11px 11px 12px 0;
padding: 0;
white-space: nowrap;
2018-07-10 12:15:58 +02:00
}
2018-08-27 10:08:20 +02:00
.conv-info .btn {
height: 30px;
}
2018-07-17 13:27:19 +02:00
.conv-info > li {
display: inline-block;
margin: 0 4px;
2018-07-10 12:15:58 +02:00
}
2018-11-15 14:17:39 +01:00
/*.conv-info .btn-group button.btn-default.conv-info-val {
color: #727d87!important;
2018-11-15 14:17:39 +01:00
}*/
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button.conv-info-icon {
2018-07-25 16:09:20 +02:00
padding: 0 7px;
2018-07-10 14:14:10 +02:00
}
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button.conv-info-val {
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 22px;
}
.conv-info .btn-group button.conv-info-val .caret {
position: absolute;
top: 12px;
right: 8px;
}
.conv-info .btn-group button i {
2018-07-10 14:14:10 +02:00
position: relative;
2018-07-17 13:27:19 +02:00
top: 2px;
2018-07-10 14:14:10 +02:00
}
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button .caret {
margin-left: 3px;
2018-07-10 14:14:10 +02:00
}
2018-07-17 13:27:19 +02:00
.conv-actions {
display: inline-block;
2018-07-10 14:14:10 +02:00
}
2018-07-18 07:45:01 +02:00
.conv-sidebar-block {
2018-11-30 10:45:04 +01:00
margin: 20px 10px 5px 10px;
/*background: #deecf9;*/
/*box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);*/
/*box-shadow: 0 1px 3px 0 #c7e0f4;*/
border-radius: 14px 0 0 14px;
2018-07-18 07:45:01 +02:00
}
.conv-sidebar-block .panel {
border: 0;
2018-11-30 10:45:04 +01:00
-webkit-box-shadow: none;
box-shadow: none;
2018-12-02 13:49:02 +01:00
background-color: #f8f9f9;
2018-11-30 10:45:04 +01:00
}
.conv-sidebar-block .panel-heading {
2018-12-07 10:34:05 +01:00
background-color: #f1f3f5 !important;
2018-07-18 07:45:01 +02:00
}
2018-07-19 09:15:04 +02:00
.conv-customer-block {
position: relative;
2018-11-30 10:45:04 +01:00
margin-top: 7px;
}
.conv-customer-header {
background-color: #f1f3f5;
height: 53px;
2018-07-19 09:15:04 +02:00
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .accordion .panel-title a {
2018-07-18 07:45:01 +02:00
color: #2a3b47;
font-size: 13.4px;
2018-09-03 15:45:54 +02:00
font-weight: bold;
2018-07-18 07:45:01 +02:00
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .accordion .panel-default > .panel-heading:hover {
2018-07-18 07:45:01 +02:00
background-color: transparent;
}
.customer-snippet {
padding: 5px 0;
2018-11-30 10:45:04 +01:00
/*margin-top: 60px;*/
2018-07-18 07:45:01 +02:00
position: relative;
}
2018-07-18 13:23:17 +02:00
.conv-next-prev {
vertical-align: middle;
margin-right: 0!important;
}
.conv-next-prev a {
2018-07-18 13:23:17 +02:00
font-size: 16px;
color: #a5b2bd;
position: relative;
top: 3px;
text-decoration: none;
2018-07-18 13:23:17 +02:00
}
.conv-next-prev a:hover,
.conv-next-prev a:focus {
2018-07-18 13:23:17 +02:00
cursor: pointer;
color: #4f5d69;
}
2018-07-19 09:15:04 +02:00
.customer-trigger {
display: inline-block;
position: absolute;
font-size: 16px;
2018-12-01 08:30:20 +01:00
right: 6px;
2018-12-04 15:36:23 +01:00
top: -43px;
2018-07-19 09:15:04 +02:00
height: 22px;
}
.customer-trigger a {
2018-12-04 10:37:24 +01:00
color: #93a1af;
2018-07-19 09:15:04 +02:00
}
.customer-trigger a:hover,
.customer-trigger a:focus {
2018-12-04 10:37:24 +01:00
color: #0078D7;
2018-07-19 09:15:04 +02:00
text-decoration: none;
}
2018-07-20 08:19:25 +02:00
.thread {
position: relative;
2018-12-07 13:52:37 +01:00
/*border-bottom: 1px solid #ebeff1;*/
border-bottom: 1px solid #e3e8eb;
2018-07-25 19:25:00 +02:00
}
.thread:last-child {
border-bottom: 0;
2018-07-20 08:19:25 +02:00
}
.thread-header {
overflow: hidden;
2018-12-09 08:13:18 +01:00
min-height: 42px;
2018-12-07 10:34:05 +01:00
padding-left: 72px;
2018-07-20 08:19:25 +02:00
}
.thread-message {
2018-12-07 10:34:05 +01:00
margin: 0 24px 0 0;
2018-11-12 14:23:19 +01:00
padding: 25px 13px 20px 12px;
2018-07-20 08:19:25 +02:00
}
.thread-photo {
2018-12-07 13:52:37 +01:00
/*padding: 16px 18px 25px 20px;*/
2018-12-11 07:51:20 +01:00
padding: 21px 18px 25px 20px;
2018-12-07 10:34:05 +01:00
position: absolute;
2018-07-20 08:19:25 +02:00
}
2018-09-07 15:08:34 +02:00
.thread-photo .person-photo {
2018-12-04 15:36:23 +01:00
border-radius: 50%;
2018-12-10 08:28:35 +01:00
/*box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
-webkit-box-shadow: 0 1px 6px rgba(147,161,175,.5);
box-shadow: 0 1px 6px rgba(147,161,175,.5);
2018-09-07 15:08:34 +02:00
width: 45px;
height: 45px;
/* for automatic photo */
line-height: 41px;
2018-07-20 08:19:25 +02:00
padding: 2px;
2018-12-07 13:52:37 +01:00
background-color: #fff;
2018-07-20 08:19:25 +02:00
}
.thread-title {
float: left;
max-width: 68%;
}
.thread-person {
color: #8494a4;
font-size: 18px;
line-height: 1.2em;
2018-09-14 10:24:04 +02:00
display: inline-block;
2018-07-20 08:19:25 +02:00
margin-bottom: 12px;
2018-08-08 09:52:53 +02:00
overflow-wrap: break-word;
word-wrap: break-word;
2018-07-20 08:19:25 +02:00
}
.thread-person strong {
font-weight: bold;
color: #253540;
font-size: 18px;
}
2018-08-27 10:08:20 +02:00
.thread-person strong a,
.thread-person strong a:hover,
.thread-person strong a:focus {
color: #253540;
}
2018-09-14 10:24:04 +02:00
.draft-actions {
display: inline-block;
margin-bottom: 5px;
}
2018-07-20 08:19:25 +02:00
.thread-info {
color: #a5b2bd;
float: right;
text-align: right;
font-size: 12px;
}
2019-07-30 10:02:51 +02:00
.thread-date {
color: #a5b2bd;
}
.thread-date:hover {
color: #2a3b47;
}
2019-06-24 07:39:30 +02:00
.thread-badge {
color: #ffe19d;
border-top: 0 solid transparent;
border-bottom: 39px solid transparent;
border-left: 39px solid;
left: 0;
top: 0;
position: absolute;
width: 0;
height: 0;
}
.thread-badge .glyphicon {
position: relative;
left: -34px;
top: 3px;
color: #c1861e;
}
2018-12-12 15:06:18 +01:00
/*.thread-type {
/*margin-right: 7px;* /
2018-12-12 10:12:40 +01:00
font-weight: bold;
2018-12-12 09:23:36 +01:00
}
2018-12-12 11:29:09 +01:00
.thread-type span {
font-weight: normal;
2018-12-12 15:06:18 +01:00
}*/
2018-12-11 07:51:20 +01:00
.thread-to-first {
2018-12-12 11:29:09 +01:00
margin-right: 1px;
2018-12-11 07:51:20 +01:00
color: #a5b2bd;
2018-12-11 09:58:09 +01:00
}
.thread-to-first .glyphicon {
2018-12-11 07:51:20 +01:00
top: 2px;
}
.thread-to-first:hover {
text-decoration: none;
}
2018-07-20 08:19:25 +02:00
.thread-recipients {
clear: both;
2018-08-27 10:08:20 +02:00
margin: -8px 0 14px;
color: #a5b2bd;
font-size: 12px;
line-height: 14px;
}
.thread-recipients strong {
color: #72808e;
}
.thread-recipients div {
margin-top: 2px;
2018-07-20 08:19:25 +02:00
}
.thread-body {
color: #253540;
font-size: 14px;
line-height: 1.45em;
overflow-y: hidden;
2018-12-07 10:34:05 +01:00
2018-12-07 11:28:08 +01:00
margin: 0 -18px 0 50px;
padding: 0 18px 0 22px;
2018-12-08 06:21:22 +01:00
/*border-radius: 10px;*/
2018-12-07 13:52:37 +01:00
/*margin-top: 5px;*/
2018-12-08 06:21:22 +01:00
/*padding-top: 12px;*/
/*padding-bottom: 10px;*/
2018-07-20 08:19:25 +02:00
}
2019-06-20 12:37:43 +02:00
.thread-meta {
2018-11-09 15:09:42 +01:00
font-size: 12.5px;
2018-11-12 14:23:19 +01:00
margin: 15px 0 0 0;
2018-11-09 15:09:42 +01:00
color: #a5b2bd;
2019-06-20 12:37:43 +02:00
display: block;
2018-11-12 14:23:19 +01:00
}
2019-06-20 12:37:43 +02:00
.thread-meta .glyphicon {
2018-11-12 14:23:19 +01:00
font-size: 12px;
color: #b8c7d4;
margin-right: 5px;
2018-11-09 15:09:42 +01:00
}
2018-07-20 08:19:25 +02:00
.thread-options {
position: absolute;
2018-12-08 06:21:22 +01:00
top: 22px;
2018-07-20 08:19:25 +02:00
cursor: pointer;
2018-12-12 20:12:41 +01:00
/*right: 5px;*/
right: 7px;
2018-07-20 08:19:25 +02:00
color: #a5b2bd;
}
2018-08-29 08:45:15 +02:00
.thread-options .dropdown-toggle {
2018-12-15 10:25:44 +01:00
/*padding: 4px 8px;*/
padding: 0px 11px 4px 8px;
display: block;
2018-08-29 08:45:15 +02:00
}
.thread-type-new {
background-color: #d1ecff;
height: 40px;
text-align: center;
}
.thread-type-new .view-new-trigger {
line-height: 40px;
display: block;
}
.thread-type-new .view-new-trigger:hover,
.thread-type-new .view-new-trigger:focus {
text-decoration: none;
}
.thread-type-new .thread {
display: none;
}
2018-08-18 14:21:14 +02:00
.thread-type-lineitem {
2018-07-25 19:25:00 +02:00
background: #f9fafa;
2018-08-21 11:22:27 +02:00
/*overflow: auto;*/
2018-12-12 20:12:41 +01:00
/*-webkit-box-shadow:inset 5px 0 0 0 #bcc4cc;
box-shadow:inset 5px 0 0 0 #bcc4cc;*/
2018-08-21 11:22:27 +02:00
}
.thread-type-lineitem .thread-options {
2018-08-29 08:45:15 +02:00
top: 8px;
2018-07-25 19:25:00 +02:00
}
2018-08-18 14:21:14 +02:00
.thread-type-lineitem .thread-message {
2018-07-25 19:25:00 +02:00
padding-top: 12px;
padding-bottom: 9px;
color: #a5b2bd;
font-size: 12px;
}
2018-08-18 14:21:14 +02:00
.thread-type-lineitem .thread-header {
2018-07-25 19:25:00 +02:00
min-height: auto;
}
2020-01-09 13:24:03 +01:00
.thread-type-lineitem .thread-title a,
.thread-meta a {
color: #7d878f;
font-weight: bold;
}
2018-08-04 12:50:55 +02:00
.thread-attachments {
position: relative;
}
2018-12-07 13:52:37 +01:00
/*.thread-type-customer .thread-body {
border: 1px solid #d9dee3;
-webkit-box-shadow:inset 3px 0 0 0 #d9dee3;
box-shadow:inset 3px 0 0 0 #d9dee3;
}*/
/*.thread-type-message .thread-body {
2018-12-07 10:34:05 +01:00
background-color: #f1f7fc;
2018-12-07 13:52:37 +01:00
/*border: 1px solid #2b8fdd;
2018-12-07 10:34:05 +01:00
-webkit-box-shadow:inset 3px 0 0 0 #2b8fdd;
2018-12-07 13:52:37 +01:00
box-shadow:inset 3px 0 0 0 #2b8fdd;* /
border: 1px solid #abd2f1;
-webkit-box-shadow:inset 3px 0 0 0 #abd2f1;
box-shadow:inset 3px 0 0 0 #abd2f1;
}*/
.thread-type-message {
2018-12-09 05:55:00 +01:00
background-color: #f4f8fd;
2018-12-07 10:34:05 +01:00
}
2018-12-07 13:52:37 +01:00
/*.thread-type-draft .thread-body {
border: 1px solid #6db2e8;
-webkit-box-shadow:inset 3px 0 0 0 #6db2e8;
box-shadow:inset 3px 0 0 0 #6db2e8;
}*/
2018-12-08 06:21:22 +01:00
.thread-type-draft {
-webkit-box-shadow:inset 5px 0 0 0 #abd2f1;
box-shadow:inset 5px 0 0 0 #abd2f1;
}
2018-12-07 13:52:37 +01:00
/*.thread-type-note .thread-body {
2018-12-07 10:34:05 +01:00
background-color: #fffbf1;
2018-12-07 13:52:37 +01:00
/*border: 1px solid #ffc646;
2018-12-07 10:34:05 +01:00
-webkit-box-shadow:inset 3px 0 0 0 #ffc646;
2018-12-07 13:52:37 +01:00
box-shadow:inset 3px 0 0 0 #ffc646;* /
border: 1px solid #ffe19d;
-webkit-box-shadow:inset 3px 0 0 0 #ffe19d;
box-shadow:inset 3px 0 0 0 #ffe19d;
}*/
.thread-type-note {
background-color: #fffbf1;
2018-12-08 06:21:22 +01:00
-webkit-box-shadow:inset 5px 0 0 0 #ffe19d;
box-shadow:inset 5px 0 0 0 #ffe19d;
2018-08-18 14:21:14 +02:00
}
2018-12-08 06:21:22 +01:00
/*.thread-type-message .thread-message,
2018-12-07 10:34:05 +01:00
.thread-type-note .thread-message {
padding-bottom: 17px;
2018-12-08 06:21:22 +01:00
}*/
2018-08-18 14:21:14 +02:00
.thread-type-note .thread-person {
color: #f7b126;
}
2018-12-07 10:34:05 +01:00
.thread-type-message .thread-person {
/*color: #8494a4;*/
color: #3197d6;
2018-09-14 10:24:04 +02:00
}
2018-12-07 10:34:05 +01:00
/*.thread-type-draft {
background-color: #e9f2fb;
/*-webkit-box-shadow:inset 5px 0 0 0 #3197d6;
box-shadow:inset 5px 0 0 0 #3197d6* /
}*/
2018-09-14 10:24:04 +02:00
.thread-type-draft .thread-person {
color: #3197d6;
margin-right: 10px;
}
.thread-type-draft .thread-header {
padding-top: 2px;
}
2018-08-04 12:50:55 +02:00
.thread-attachments ul {
list-style: none;
padding-left: 23px;
}
.thread-attachments li {
2018-08-08 09:52:53 +02:00
border-radius: 2px;
/*border: 1px solid #dadada;*/
2018-08-04 12:50:55 +02:00
display: inline-block;
line-height: 1;
2018-08-08 09:52:53 +02:00
background-color: #f1f3f4;
2018-08-04 12:50:55 +02:00
margin: 8px 4px 8px 0;
padding: 4px 10px;
position: relative;
}
2018-08-15 08:10:05 +02:00
.thread-attachments i.glyphicon-paperclip {
2018-08-04 12:50:55 +02:00
color: #a5b2bd;
font-size: 14px;
position: absolute;
top: 12px;
}
.thread-attachments a {
display: inline-block;
2018-12-09 10:53:14 +01:00
color: #337ab7;
font-size: 13.4px;
2018-08-04 12:50:55 +02:00
}
2018-08-31 18:17:38 +02:00
.thread-attachments a.disabled,
.thread-attachments a.disabled:hover,
.thread-attachments a.disabled:focus {
color: #93a1af;
text-decoration: none;
cursor: default;
}
2018-08-04 12:50:55 +02:00
.thread-attachments span {
text-transform: lowercase;
}
2019-06-20 12:37:43 +02:00
.thread-editor-container {
padding: 20px;
}
.thread-editor-statusbar {
text-align: right;
background-color: #f9fafa;
border: 1px solid #dee4e9;
border-top: none;
}
.thread-editor-statusbar button,
.thread-editor-statusbar a {
display: inline-block;
}
.thread-editor-statusbar .btn-primary {
height: 38px;
padding-left: 20px;
padding-right: 20px;
}
.conv-note-block .thread-editor-statusbar {
background-color: #fff7dd;
border: 1px solid #ffe39d;
}
.note-editor.note-frame.panel {
box-shadow: none;
}
.thread-original {
margin-top: 10px;
border-left: 5px solid #dbe1e9;
padding-left: 13px;
}
.thread-text {
color: #253540;
font-size: 14px;
line-height: 1.45em;
}
2018-12-10 08:28:35 +01:00
/*.thread-num {
position: absolute;
left: 20px;
padding: 1px 5px;
color: #a5b2bd;
text-align: center;
top: 75px;
}*/
2018-07-27 15:19:25 +02:00
.conv-new #conv-toolbar {
border-bottom: 1px solid #d4d9dd;
padding: 6px 0 7px 0;
}
.conv-new #conv-toolbar h2 {
color: #253540;
float: left;
font-size: 20px;
font-weight: normal;
line-height: 39px;
margin: 0;
padding: 0 0 0 20px;
}
.conv-new #conv-toolbar .btn-group {
margin: 5px 0 0 20px;
color: #4f5d6b;
}
.conv-new #conv-toolbar .btn-group i {
color: #4f5d6b;
position: relative;
top: 3px;
}
.conv-new .conv-info {
font-size: 14px;
color: #253540;
margin: 0px 20px 0px 0;
}
.conv-new .conv-info strong {
font-size: 20px;
line-height: 39px;
font-weight: normal;
}
.conv-new-form {
padding-top: 15px;
2018-08-10 16:28:35 +02:00
padding-bottom: 150px;
2018-07-27 15:19:25 +02:00
}
.conv-new-form .form-group {
margin-bottom: 10px;
}
2019-07-16 09:36:51 +02:00
.phone-conv-fields {
display: none;
}
.toggle-field {
2018-07-27 15:19:25 +02:00
padding-left: 4px;
padding-bottom: 5px;
margin-top: -5px;
}
.conv-block {
margin: 0 20px;
}
2018-07-30 17:11:35 +02:00
.conv-block.conv-reply-block {
margin-top: -7px;
margin-bottom: 12px;
}
.conv-reply-block .form-group {
margin-bottom: 5px;
}
2019-12-31 13:19:41 +01:00
.conv-reply-label,
2018-07-30 17:11:35 +02:00
.conv-reply-block .form-group label {
width: 33px;
padding-right: 0;
padding-left: 0px;
}
.conv-reply-block .form-group input {
max-width: 600px;
min-width: 150px;
}
2019-12-31 13:19:41 +01:00
.conv-reply-label,
2018-07-30 17:11:35 +02:00
.conv-reply-block .control-label {
float: left;
text-align: right;
}
.conv-reply-body {
margin-top: 13px;
}
.conv-reply-field {
padding-left: 10px;
float: left;
width: 68%;
2019-06-24 10:15:58 +02:00
}
.conv-forward-block .alert-switch-to-note {
display: none;
2018-07-30 17:11:35 +02:00
}
2018-08-18 14:21:14 +02:00
.btn-add-note-text,
2019-06-24 07:39:30 +02:00
.btn-send-forward,
2019-07-16 09:36:51 +02:00
.btn-create-conv,
2019-06-24 07:39:30 +02:00
.conv-forward-block .btn-send-text,
2018-08-18 14:21:14 +02:00
.conv-note-block .btn-send-text,
2018-08-27 10:08:20 +02:00
.conv-note-block .conv-recipient {
2018-08-18 14:21:14 +02:00
display: none;
}
.conv-note-block .btn-add-note-text {
display: block;
}
2019-06-24 07:39:30 +02:00
.conv-forward-block .btn-send-forward {
display: block;
}
2019-07-16 09:36:51 +02:00
.conv-phone-block .btn-create-conv {
display: block;
}
.conv-phone-block .btn-add-note-text {
display: none;
}
.conv-forward-block .conv-recipient-to.hidden {
display: block !important;
}
2018-08-18 14:21:14 +02:00
.conv-note-block .conv-reply-body {
margin-top: 5px;
}
.conv-note-block .note-editor.note-frame .note-statusbar.note-statusbar-toolbar {
border-top: 1px solid #ffd56d;
background-color: #fff7dd;
color: #d79400;
}
.conv-note-block .note-editor.note-frame {
2018-12-21 09:29:48 +01:00
border-color: #ffe39d !important;
2018-08-18 14:21:14 +02:00
color: #d79400;
}
2019-07-16 09:36:51 +02:00
.conv-note-block .note-editor .form-control {
2018-08-18 14:21:14 +02:00
border-color: #ffd56d;
color: #b37100;
}
.conv-note-block .btn-primary,
.conv-note-block .btn-primary:focus {
background-color: #f5b126;
border-color: #f5b126;
color: #fff;
}
.conv-note-block .btn-primary:hover {
background-color: #de980a;
border-color: #de980a;
color: #fff;
}
.conv-note-block .btn-send-menu {
border-left-color: #ffd56d;
}
.conv-note-block .note-bottom-div {
color: #b37100;
}
.conv-note-block .panel-default > .panel-heading {
border-color: #ffd56d;
background-color: #fff7dd;
color: #d79400;
}
2018-09-16 08:16:38 +02:00
.conv-note-block .note-actions .note-btn-save-draft,
.conv-note-block .note-actions .draft-saved {
2018-09-14 10:24:04 +02:00
display: none;
}
2019-07-22 08:39:23 +02:00
.conv-note-block.conv-phone-block .note-actions .note-btn-save-draft,
.conv-note-block.conv-phone-block .note-actions .draft-saved {
color: #b37100;
display: block;
}
2018-08-18 14:21:14 +02:00
.conv-note-block .note-editor .btn-default {
color: #b37100;
background-color: #fff7dd;
border-color: #fff7dd;
}
2018-09-15 11:55:35 +02:00
.conv-note-block .alert-switch-to-note {
display: none;
}
2018-09-15 16:33:55 +02:00
.conv-note-block #editor_signature {
display: none;
}
2018-09-15 11:55:35 +02:00
.alert-switch-to-note {
-webkit-box-shadow: inset 5px 0 0 0 #ffc646;
box-shadow: inset 5px 0 0 0 #ffc646;
margin: 8px -15px -9px;
padding-top: 8px;
padding-bottom: 8px;
}
.alert-switch-to-note .glyphicon {
font-size: 15px;
position: relative;
top: 2px;
margin-left: 3px;
margin-right: 5px;
}
.alert-switch-to-note a,
.alert-switch-to-note a:hover,
.alert-switch-to-note a:focus {
color: #b37100;
text-decoration: underline;
}
2019-12-27 10:04:18 +01:00
ul.sidebar-block-list {
padding-top: 2px;
2018-09-03 15:45:54 +02:00
padding-left: 0;
list-style: none;
2019-12-27 10:04:18 +01:00
margin-bottom: 5px;
2018-09-03 15:45:54 +02:00
}
2019-12-27 10:04:18 +01:00
.sidebar-block-list li a {
padding-top: 2px;
padding-bottom: 2px;
display: inline-block;
2018-09-03 15:45:54 +02:00
}
2018-11-30 10:45:04 +01:00
/*.prev-convs li:first-child {
2018-09-03 15:45:54 +02:00
margin-top: 0;
2018-11-30 10:45:04 +01:00
}*/
2019-12-27 10:04:18 +01:00
.sidebar-block-list .glyphicon {
2018-09-03 15:45:54 +02:00
margin-right: 4px;
position: relative;
top: 2px;
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .panel-body {
2018-09-03 15:45:54 +02:00
border-top: 0!important;
padding-top: 0;
padding-bottom: 6px;
}
2019-12-27 10:04:18 +01:00
.sidebar-block-link {
2018-09-03 15:45:54 +02:00
margin-bottom: 4px;
display: inline-block;
}
2019-12-27 10:04:18 +01:00
.sidebar-block-header2 {
2018-09-03 15:45:54 +02:00
display: none;
}
2018-09-14 16:52:16 +02:00
.conv-star {
cursor: pointer;
}
2018-07-27 15:19:25 +02:00
@media (max-width:700px) {
2019-12-28 08:08:27 +01:00
.conv-sidebar-block .panel-body {
padding-left: 66px!important;
}
#conv-viewers {
max-width: 81px;
2020-05-17 06:24:22 +02:00
top: 26px;
}
2018-07-27 15:19:25 +02:00
.conv-info .btn-group button.conv-info-val span:first-child {
display: none!important;
}
.conv-info .dropdown-menu {
right: 0!important;
left: auto!important;
}
.conv-actions .conv-action {
2018-09-16 08:16:38 +02:00
padding: 18px 10px 9px;
2018-07-27 15:19:25 +02:00
}
.conv-subjtext {
font-size: 20px;
}
2018-09-20 09:08:02 +02:00
.conv-subjwrap {
padding-right: 90px;
}
2018-07-30 17:11:35 +02:00
.conv-subj-block {
padding: 16px 2px 12px 13px;
2018-07-27 15:19:25 +02:00
}
2019-11-13 15:18:29 +01:00
.conv-top-block {
padding: 10px 13px;
}
2018-07-27 15:19:25 +02:00
.conv-customer-block {
2018-12-08 06:21:22 +01:00
padding-left: 12px!important;
padding-right: 15px!important;
2018-07-27 15:19:25 +02:00
}
2018-12-08 07:31:55 +01:00
.customer-data {
margin-left: 43px!important;
}
2018-07-27 15:19:25 +02:00
.conv-numnav {
top: 0;
}
.conv-info .btn-group button.conv-info-val {
padding-right: 17px;
}
.conv-info {
margin-right: 6px;
}
/*.conv-info > li {
2018-07-27 15:19:25 +02:00
margin: 0 2px;
}*/
2018-07-27 15:19:25 +02:00
#conv-toolbar {
padding-left: 6px;
}
.conv-actions .conv-action {
font-size: 17px;
2018-07-27 15:19:25 +02:00
}
.thread-photo {
2018-12-11 07:51:20 +01:00
padding: 13px 15px 25px 12px;
2018-07-27 15:19:25 +02:00
}
2018-09-20 09:08:02 +02:00
.conv-customer-block {
padding: 15px;
}
2018-07-27 15:19:25 +02:00
.thread-message {
margin-right: 15px;
2018-12-07 11:28:08 +01:00
margin-left: 0;
2018-12-07 13:52:37 +01:00
padding-top: 17px;
2018-12-07 11:28:08 +01:00
}
.thread-header {
padding-left: 55px;
2018-12-08 06:21:22 +01:00
min-height: 53px;
}
.thread-type-draft .thread-header {
padding-left: 3px;
2018-12-07 11:28:08 +01:00
}
.thread-body {
margin-left: 0;
2018-12-28 15:08:23 +01:00
padding-left: 12px;
2018-12-07 11:28:08 +01:00
}
2018-12-11 07:51:20 +01:00
.thread-to-first,
2018-12-11 09:58:09 +01:00
.thread-type {
2018-12-11 07:51:20 +01:00
display: none;
}
2018-12-07 13:52:37 +01:00
/*.thread-type-note .thread-body,
2018-12-07 11:28:08 +01:00
.thread-type-message .thread-body {
border-radius: 0;
margin: 0 -17px 0 -3px;
2018-12-07 13:52:37 +01:00
padding-left: 10px;
}*/
2018-12-07 11:28:08 +01:00
.thread-info {
max-width: 32%;
2018-07-27 15:19:25 +02:00
}
.thread-options {
2018-12-12 20:12:41 +01:00
/*right: 0;*/
right: 2px;
2018-12-07 13:52:37 +01:00
top: 15px;
2018-07-27 15:19:25 +02:00
}
2019-06-24 07:39:30 +02:00
.thread-badge {
border-bottom: 31px solid transparent;
border-left: 31px solid;
}
.thread-badge .glyphicon {
left: -27px;
top: -1px;
font-size: 10px;
}
2018-07-27 15:19:25 +02:00
.conv-new #conv-toolbar h2 {
padding-left: 13px;
font-size: 17px;
}
.conv-new .conv-info {
margin-right: 13px;
}
.conv-new .conv-info strong {
font-size: 17px;
}
.conv-new-form {
padding-top: 0;
}
.conv-new #conv-toolbar .btn-group {
margin-left: 13px;
}
.conv-block {
margin: 0 13px;
}
2018-07-30 17:11:35 +02:00
.conv-reply-field {
width: 80%;
}
2018-07-27 15:19:25 +02:00
}
2019-12-28 08:08:27 +01:00
/**
* Without right sidebar.
*/
2018-07-17 13:27:19 +02:00
@media (max-width:1100px) {
#conv-layout-header,
#conv-layout-main,
#conv-layout-customer {
float: none;
width: 100%;
padding-right: 0;
position: static;
background-color: #fff;
height: auto;
}
2018-07-19 09:15:04 +02:00
#conv-layout-customer {
border-bottom: 1px solid #e3e8eb;
}
2018-07-30 17:11:35 +02:00
.customer-snippet {
min-height: 46px;
}
2018-07-19 09:15:04 +02:00
.customer-snippet,
.conv-sidebar-block {
padding: 0;
margin: 0;
}
2018-11-30 10:45:04 +01:00
.conv-customer-header {
display: none;
}
2018-07-19 09:15:04 +02:00
#conv-layout-customer,
.conv-sidebar-block {
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: none;
2018-07-19 09:15:04 +02:00
box-shadow: none;
}
2018-12-03 13:52:37 +01:00
#conv-layout-customer .customer-photo-container {
2018-07-19 09:15:04 +02:00
margin: 0;
width: 45px;
2018-12-03 13:52:37 +01:00
float: left;
margin-top: 0;
height: auto;
2018-07-19 09:15:04 +02:00
}
.customer-photo {
max-width: 45px;
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
2018-07-19 09:15:04 +02:00
box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.conv-customer-block {
2018-07-30 17:11:35 +02:00
padding: 15px 20px 15px;
background-color: #f8f9f9;
border-radius: 0;
2018-07-19 09:15:04 +02:00
}
.customer-data {
2018-12-08 07:31:55 +01:00
margin: 0 0 0 50px;
2018-09-20 09:08:02 +02:00
}
.thread-person {
font-size: 16px;
2018-07-19 09:15:04 +02:00
}
.customer-contacts {
margin: 0;
padding-top: 2px;
}
.customer-contacts li {
display: inline-block;
}
.customer-contacts li a {
display: inline;
}
.customer-name {
float: left;
margin-right: 7px;
2018-07-20 08:19:25 +02:00
font-weight: bold;
2018-07-24 10:28:37 +02:00
font-size: 18px;
2018-07-19 09:15:04 +02:00
}
.customer-section {
margin-top: 0px;
}
.customer-trigger {
top: 16px;
2018-12-07 11:28:08 +01:00
right: 11px;
2018-07-19 09:15:04 +02:00
}
2018-09-03 15:45:54 +02:00
.profile-preview {
padding: 15px;
}
2018-08-27 10:08:20 +02:00
/*.customer-email {
2018-08-08 09:52:53 +02:00
width: 100%;
2018-08-27 10:08:20 +02:00
}*/
2018-07-19 09:15:04 +02:00
.customer-email:before {
content: '<';
}
.customer-email:after {
content: '>,';
}
.customer-email:last-child:after {
content: '>';
}
.customer-phone:before {
content: 'tel:';
}
.customer-phone:after {
content: ',';
}
.customer-phone:last-child:after {
content: '';
}
.customer-social-profiles {
position: static;
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .panel-heading {
2018-07-19 09:15:04 +02:00
display: none;
}
2018-12-03 13:52:37 +01:00
.conv-sidebar-block .panel {
background-color: #fff;
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .panel-group {
2018-07-19 09:15:04 +02:00
margin: 0;
}
2019-12-27 10:04:18 +01:00
.conv-sidebar-block .panel-body {
2018-09-03 15:45:54 +02:00
/*border-top: 1px solid #e3e8eb!important;*/
2018-07-19 09:15:04 +02:00
border-bottom: 0;
2018-09-03 15:45:54 +02:00
padding-left: 83px;
}
2019-12-27 10:04:18 +01:00
.sidebar-block-header2 {
2018-09-03 15:45:54 +02:00
display: block;
2018-07-19 09:15:04 +02:00
}
2019-12-28 08:08:27 +01:00
.conv-sidebar-block .collapse {
display: block!important;
height: auto!important;
}
.conv-sidebar-block .collapse.in {
display: none!important;
height: 0!important;
}
2018-07-10 14:14:10 +02:00
}
2018-07-17 13:27:19 +02:00
@media (max-width:991px) {
.conv-info .btn-group button.conv-info-val {
2018-07-18 13:23:17 +02:00
max-width: 148px;
2018-07-17 13:27:19 +02:00
}
2018-09-14 16:52:16 +02:00
.conv-attachment .conv-star {
display: none;
}
2018-07-10 14:14:10 +02:00
}
2018-07-18 13:23:17 +02:00
@media (min-width:992px) {
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button.conv-info-val {
2018-07-18 13:23:17 +02:00
max-width: 170px;
2018-07-17 13:27:19 +02:00
}
2018-09-14 16:52:16 +02:00
.conv-thread-count .conv-star {
display: none;
}
2018-07-10 14:14:10 +02:00
}
2018-07-18 13:23:17 +02:00
@media (min-width:1100px) and (max-width:1239px) {
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button.conv-info-val {
2018-07-18 13:23:17 +02:00
max-width: 94px;
}
.conv-actions .conv-action {
padding: 17px 10px 9px;
2018-07-17 13:27:19 +02:00
}
2018-07-10 14:14:10 +02:00
}
2018-07-18 13:23:17 +02:00
@media (min-width:1240px) {
2018-07-17 13:27:19 +02:00
.conv-info .btn-group button.conv-info-val {
max-width: 150px;
}
}
2018-08-08 09:52:53 +02:00
/**
* Subscriptions
*/
.subscriptions-email,
.subscriptions-browser,
.subscriptions-mobile {
text-align: center;
}
.user-subscriptions {
margin-bottom: 30px;
}
.user-subscriptions .table-header th,
.user-subscriptions .table-header td {
border-top: none;
font-size: 14px;
padding-top: 20px;
vertical-align: bottom;
line-height: 18px;
}
.user-subscriptions .table-header td {
padding-bottom: 4px;
}
.user-subscriptions .table-header input {
margin-top: 6px;
}
2018-11-27 09:04:56 +01:00
2018-07-25 16:09:20 +02:00
/**
* Alerts
*/
.alert-floating {
font-size: 14px;
left: 50%;
display: none;
/*display: flex;*/
font-size: 15px;
2018-08-31 18:17:38 +02:00
position: fixed;
2018-07-25 16:09:20 +02:00
text-align: center;
top: 16px;
transform: translate(-50%,0) translate(-1px,0);
z-index: 1099;
2018-07-26 10:24:16 +02:00
max-width: 300px;
2019-07-24 14:03:29 +02:00
border-radius: 0;
2018-07-25 16:09:20 +02:00
flex-direction: row;
padding: 9px 14px;
2019-07-24 14:03:29 +02:00
/*-webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, .175);
box-shadow: 4px 4px 12px rgba(0, 0, 0, .175);*/
-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);
box-shadow:0 0 5px rgba(0,0,0,.4);
2018-07-25 16:09:20 +02:00
cursor: default;
2018-08-31 18:17:38 +02:00
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
2018-09-10 11:50:53 +02:00
/*word-break: break-all;*/
2018-08-31 18:17:38 +02:00
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
2019-07-24 14:03:29 +02:00
border: 0;
2018-07-25 16:09:20 +02:00
}
2018-08-18 14:21:14 +02:00
.alert-floating.alert-danger,
.alert-floating.alert-warning {
2018-07-30 17:11:35 +02:00
position: fixed;
}
2018-07-25 16:09:20 +02:00
.alert-floating .glyphicon {
margin-right: 8px;
2019-07-24 12:02:01 +02:00
/*position: relative;
top: 4px;*/
2018-07-25 16:09:20 +02:00
}
.alert-floating a,
.alert-floating a:hover,
.alert-floating a:focus {
color: #2a3b47;
text-decoration: underline;
}
2019-07-24 14:03:29 +02:00
.alert-floating.alert-success .glyphicon {
color: #53b961;
}
.alert-floating.alert-danger .glyphicon {
color: #d43f3a;
}
2018-07-25 16:09:20 +02:00
.alert-floating.alert-success {
2018-12-02 13:49:02 +01:00
background-color: #deffde;
/*color: #3c763d;*/
2018-12-02 13:49:02 +01:00
color: #6ac27b;
2019-07-24 14:03:29 +02:00
/*border: 1px solid #6ac27b;*/
2018-07-25 16:09:20 +02:00
}
2019-07-24 14:03:29 +02:00
/*.alert-floating.alert-danger {
2018-07-25 16:09:20 +02:00
border: 1px solid #a94442;
2019-07-24 14:03:29 +02:00
}*/
2018-07-25 16:09:20 +02:00
.alert-floating.alert-warning {
2018-08-18 14:21:14 +02:00
background-color: #fff6e2;
color: #b37100;
2019-07-24 14:03:29 +02:00
/*border: 1px solid #f5b126;*/
2018-07-25 16:09:20 +02:00
}
2018-11-27 09:04:56 +01:00
.alert-info.alert-striped {
-webkit-box-shadow:inset 4px 0 0 0 #3197d6;
box-shadow:inset 4px 0 0 0 #3197d6;
}
.alert-narrow {
padding-top: 5px;
padding-bottom: 5px;
}
.alert-danger.alert-light {
background-color: #f5e7e9;
border-color: #f0d9dc;
}
2019-06-24 07:39:30 +02:00
.alert-note {
color: #b37100;
border-color: #ffe19d;
background-color: #fff1cf;
}
2018-08-02 18:17:13 +02:00
/**
* Tables
*/
.table-dark-header th {
background-color: #f9f9f9;
}
.table-main-col {
width: 70%;
}
2018-08-08 09:52:53 +02:00
.table-header {
font-size: 14px;
}
.table-narrow > thead > tr > th,
.table-narrow > tbody > tr > th,
.table-narrow > tbody > tr > td {
padding-top: 4px;
padding-bottom: 4px;
}
.table-header-nb td,
.table-header-nb th {
border-top: none !important;
}
2018-08-08 09:52:53 +02:00
2018-08-10 16:28:35 +02:00
/**
* Modal
*/
.modal-header {
cursor: default;
}
.modal .close {
opacity: 0.7;
}
.modal-body {
2018-08-27 14:09:51 +02:00
min-height: 115px;
2018-08-10 16:28:35 +02:00
}
.modal-loader img {
position: absolute;
top: 50%;
height: 31px;
margin-top: -15px;
}
2018-08-24 14:24:11 +02:00
.modal-body p.block-help {
2018-08-10 16:28:35 +02:00
font-size: 11.4px;
}
2018-08-21 08:49:13 +02:00
.modal-body.modal-body-fit {
max-height: calc(100vh - 200px);
overflow-y: auto;
}
2018-08-29 08:45:15 +02:00
.modal-width-auto {
display: table;
width: auto;
2018-09-02 19:52:18 +02:00
min-width: 320px;
2018-08-29 08:45:15 +02:00
}
2018-08-15 08:10:05 +02:00
/**
* Attachments
*/
.attachments-upload {
display: none;
clear: both;
2018-08-15 08:10:05 +02:00
/*margin-right: -15px;
margin-left: -15px;*/
}
.attachments-upload img {
margin-right: 3px;
}
.attachments-upload.thread-attachments ul {
margin-bottom: 0;
padding-left: 0;
}
.attachments-upload.thread-attachments li {
margin-bottom: 0;
}
.attachments-upload .glyphicon-remove {
display: none;
}
.attachment-loaded img,
.attachment-loaded .ellipsis {
display: none;
}
.attachment-loaded .glyphicon-remove {
display: inline-block;
color: #999;
cursor: pointer;
position: relative;
top: 2px;
}
.attachment-loaded .glyphicon-remove:hover {
color: #333;
}
2018-08-23 14:11:52 +02:00
/**
* Fancy checkbox
* https://proto.io/freebies/onoff/
*/
.onoffswitch {
position: relative; width: 40px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
display: inline-block;
}
2018-08-23 17:03:37 +02:00
.onoffswitch-wrap {
padding-top: 4px;
line-height: 11px;
}
.onoffswitch-wrap .icon-info {
top: -2px;
}
2018-08-23 14:11:52 +02:00
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
height: 20px; padding: 0; line-height: 20px;
2018-11-30 10:45:04 +01:00
border: 4px solid #D7D7D7; border-radius: 20px;
2018-08-23 14:11:52 +02:00
background-color: #D7D7D7;
transition: background-color 0.3s ease-in;
2018-08-23 17:03:37 +02:00
margin-bottom: 0;
2018-08-23 14:11:52 +02:00
}
.onoffswitch-label:before {
content: "";
display: block; width: 20px; margin: 0px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 19px;
2018-11-30 10:45:04 +01:00
border: 4px solid #D7D7D7; border-radius: 20px;
2018-08-23 14:11:52 +02:00
transition: all 0.3s ease-in 0s;
height: 20px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
2018-11-29 13:56:14 +01:00
background-color: #106ebe;
2018-08-23 14:11:52 +02:00
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
2018-11-29 13:56:14 +01:00
border-color: #106ebe;
2018-08-23 14:11:52 +02:00
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
right: 0px;
}
2018-08-27 14:09:51 +02:00
/**
* Change customer
*/
.customer-not-found-title {
display: none;
}
.customer-not-found .customer-not-found-title {
display: block;
}
.customer-not-found .customer-create-title {
display: none;
}
2018-08-29 08:45:15 +02:00
/**
* Select2
*/
.select2-container--default .select2-selection--multiple {
border-radius: 3px;
border: 1px solid #c1cbd4;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #c1cbd4;
}
.select2-dropdown {
border: 1px solid #c1cbd4;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
float: right;
color: #a5b2bd;
margin-right: 0;
margin-left: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-08-29 08:45:15 +02:00
border: 1px solid #d6dde3;
color: #2a3b47;
border-radius: 3px;
font-size: 13.4px;
2018-08-29 08:45:15 +02:00
}
.select2-multi-dropdown.select2-dropdown {
border-bottom: 0;
}
.select2-multi-dropdown .select2-results__message {
display: none !important;
}
.select2-multi-dropdown .select2-results__option:last-child {
border-bottom: 1px solid #c1cbd4;
}
2019-07-12 11:52:11 +02:00
.select2-container--default .select2-selection--single {
border-color: rgb(193, 203, 212);
}
.select2-selection--single .select2-selection__rendered {
font-size: 13px;
color: #555;
}
2019-07-22 08:39:23 +02:00
.select2-recipient .select2-selection__arrow {
2019-07-16 09:36:51 +02:00
display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 3px;
}
.select2-selection.select2-selection--multiple {
line-height: 17px;
}
.select2-container .select2-selection--multiple {
min-height: auto;
}
2019-07-30 15:07:29 +02:00
.dropdown-menu .select2-selection__choice__remove {
font-size: 13.4px;
}
.input-group .select2:nth-child(2) .select2-selection {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
2018-08-29 08:45:15 +02:00
/*.select2-with-loader .select2-selection__rendered {
padding-right: 30px;
}
.select2-with-loader.loading .select2-selection__rendered:after {
content: "";
position: absolute;
width: 16px;
height: 16px;
background: url('/img/loader-tiny.gif') 50% 50% no-repeat transparent;
right: 10px;
top: 50%;
transform: translate(0,-50%);
}*/
2018-09-07 15:08:34 +02:00
/**
* Website notifications
*/
.web-notifications .dropdown-menu {
min-width: 270px;
max-width: 460px;
min-height: 208px;
max-height: 800px;
width: 460px;
padding: 0;
}
.web-notifications-list {
overflow-y: auto;
list-style: none;
padding: 0;
max-height: 70vh;
}
.web-notifications-header {
2018-09-08 14:40:21 +02:00
background-color: #fff;
2018-09-07 15:08:34 +02:00
border-bottom: 1px solid #e3e8eb;
-webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0,.05);
box-shadow: 0 2px 3px -1px rgba(0,0,0,.05);
padding: 13px 16px 10px;
2018-09-08 14:40:21 +02:00
border-top-left-radius: 3px;
border-top-right-radius: 3px;
2018-09-07 15:08:34 +02:00
}
.web-notifications-header h1 {
font-size: 18px;
font-weight: normal;
display: inline-block;
margin: 0;
}
.web-notifications-header a {
color: #93a1af;
}
.web-notifications-header a:hover,
.web-notifications-header a:focus {
color:#4f5d6b;
text-decoration:none
}
.web-notifications-count {
color: #ff9139;
margin-left: 3px;
position: relative;
top: -1px;
2018-09-08 14:40:21 +02:00
cursor: default;
2018-09-07 15:08:34 +02:00
}
.web-notifications-mark-read {
float: right;
position: relative;
top: 1px;
}
.web-notification-date {
background-color: #f9fafa;
border-bottom: 1px solid #e3e8eb;
color: #c1cbd4;
font-size: 11px;
font-weight: bold;
letter-spacing: .5px;
line-height: 1;
padding: 9px 16px 8px;
text-transform: uppercase;
}
.web-notification {
border-bottom: 1px solid #e3e8eb;
}
.web-notification a,
.web-notification a:hover,
.web-notification a:focus {
color: #4f5d6b;
padding: 16px 16px 14px 14px;
text-decoration: none;
outline: 0;
display: flex;
}
.web-notification a:hover,
.web-notification a:focus {
background-color: #f9fafa;
}
.web-notification.is-unread a {
background-color: #f1faff;
}
.web-notification.is-unread a:hover,
.web-notification.is-unread a:focus {
background-color: #e7f6ff;
}
.web-notification-msg {
line-height: 18px;
overflow: hidden;
}
.web-notification-msg-header {
font-size: 14px;
margin-bottom: 4px;
}
.web-notification-img {
width: 36px;
min-width: 36px;
margin-right: 8px;
overflow: hidden;
}
.web-notification-img .person-photo {
-webkit-box-shadow: 0 1px 0 0 #e3e8eb;
box-shadow: 0 1px 0 0 #e3e8eb;
height: 36px;
width: 36px;
line-height: 32px;
border: 2px solid #fff;
2018-12-04 15:36:23 +01:00
border-radius: 50%;
2018-09-07 15:08:34 +02:00
font-size: 13px;
}
.web-notification-msg-preview {
color: #93a1af;
font-size: 13.4px;
overflow: hidden!important;
-o-text-overflow: ellipsis!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
}
.web-notifications .dropdown-toggle.has-unread:after {
content: "";
2018-11-29 13:56:14 +01:00
background-color: #ff734c;
/*border: 2px solid #fff;*/
2018-09-07 15:08:34 +02:00
border-radius: 50%;
width: 10px;
height: 10px;
position: absolute;
right: 11px;
top: 12px;
}
.web-notification-more .btn {
padding: 7px 0 5px;
outline: none!important;
}
.web-notification-more .btn.disabled {
cursor: default;
}
2018-09-08 14:40:21 +02:00
/* Take notifications bell out of the dropdown menu */
.navbar-header .web-notifications {
position: absolute;
top: 1px;
right: 71px;
display: block;
}
.navbar-header .web-notifications .dropdown-menu {
right: 0;
left: auto;
width: calc(90vw - 71px);
}
.navbar-header .web-notifications > a {
2018-11-30 14:40:26 +01:00
color: #fff;
2018-09-08 14:40:21 +02:00
font-size: 18px;
display: block;
padding: 13px 15px;
}
.navbar-header .web-notifications > a:focus,
.navbar-header .web-notifications > a:hover {
color: #fff!important;
}
2018-09-07 15:08:34 +02:00
2018-11-04 20:12:37 +01:00
/**
* Modules
*/
.module-card {
2019-07-23 07:18:10 +02:00
background-color: #ffffff;
2018-12-02 13:49:02 +01:00
border: 1px solid #dedede;
2018-11-04 20:12:37 +01:00
box-sizing: border-box;
display: block;
position: relative;
margin: 0 18px 18px 0;
padding: 18px;
2019-07-22 19:53:11 +02:00
-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);
box-shadow:0 0 5px rgba(0,0,0,.2);
2018-11-04 20:12:37 +01:00
}
.module-card.active {
2019-07-22 21:10:46 +02:00
background-color: #deffde;
2018-11-04 20:12:37 +01:00
}
2019-07-23 07:18:10 +02:00
.module-card.not-installed {
background-color: #f4f5f5;
}
2018-11-04 20:12:37 +01:00
.module-card img {
width: 128px;
height: 128px;
float: left;
2018-11-24 14:11:20 +01:00
border-radius: 5px;
2018-11-04 20:12:37 +01:00
}
.module-card h4 {
font-size: 18px;
font-weight: 400;
margin-top: 2px;
}
.module-details {
color: #93a1af;
}
.module-wrap {
margin-left: 144px;
}
.module-actions {
margin-top: 13px;
}
2018-11-06 10:27:53 +01:00
.module-actions .input-group {
max-width: 378px;
}
2019-07-23 07:18:10 +02:00
.module-card .label {
float: right;
font-size: 13.4px;
font-weight: normal;
padding-top: 2px;
}
.label-lightgrey {
background-color: #8b98a6;
}
.label-grey {
background-color: #6b6b6b;
}
2018-11-16 09:57:37 +01:00
.alert-module-update {
margin: 15px 0 0;
padding: 10px 15px;
}
2018-11-04 20:12:37 +01:00
@media (max-width:582px) {
.module-card img {
float: none;
2018-11-06 10:27:53 +01:00
width: 128px;
margin: 0 auto;
display: block;
2018-11-04 20:12:37 +01:00
}
.module-wrap {
margin-left: 0;
}
.module-card h4 {
margin-top: 10px;
2018-11-06 10:27:53 +01:00
text-align: center;
2018-11-04 20:12:37 +01:00
}
2019-07-23 07:18:10 +02:00
.module-card .label {
display: block;
margin-top: 3px;
float: none;
}
2018-11-04 20:12:37 +01:00
}
2019-07-12 11:52:11 +02:00
/**
* Search
*/
#search-filters .remove {
cursor: pointer;
margin-left: 3px;
}
.search-results .table-conversations thead {
background-color: #f9fafa;
}
.search-tab-conv a {
background-color: #f9fafa!important;
}
.search-results .table.table-conversations th {
padding-top: 7px;
}
#search-filters .form-group {
display: none;
}
#search-filters .form-group.active {
display: block;
}
#search-filters .select2-container {
width: 100% !important;
}
2019-07-12 11:52:11 +02:00
2019-12-02 15:25:01 +01:00
/**
2019-12-16 09:44:12 +01:00
* Panel
2019-12-02 15:25:01 +01:00
*/
.panel-sortable .handle {
cursor: move;
position: absolute;
left: 19px;
padding: 6px 10px;
color: #a5b2bd;
}
.panel-sortable .handle .glyphicon {
font-size: 9px;
top: -1px;
}
.panel.panel-sortable > .panel-heading {
margin-left: 35px;
}
.panel.panel-sortable {
background-color: #fff;
}
.sortable-placeholder {
border: 1px dashed #c1cbd4;
margin-top: 5px;
margin-bottom: 5px;
height: 41px;
}
2019-12-16 09:44:12 +01:00
.panel-grey {
background-color: #f8f9f9;
border-color: #dde2e6;
}
2019-12-02 15:25:01 +01:00
2018-07-17 13:27:19 +02:00
/**
* Misc
*/
2019-12-14 06:52:40 +01:00
.label {
font-size: 13.4px;
font-weight: normal;
padding-top: 2px;
}
2018-07-17 13:27:19 +02:00
.banner {
2018-07-14 03:23:37 +02:00
text-align: center;
2018-08-31 18:17:38 +02:00
margin-top: 30px;
2018-07-17 13:27:19 +02:00
margin-bottom: 50px;
2018-07-14 03:23:37 +02:00
}
2018-07-17 13:27:19 +02:00
.margin-top {
margin-top: 20px !important;
2018-07-14 03:23:37 +02:00
}
2018-08-29 08:45:15 +02:00
.margin-top-10 {
margin-top: 10px !important;
}
2018-07-17 13:27:19 +02:00
.margin-top-25 {
margin-top: 25px !important;
2018-07-14 03:23:37 +02:00
}
2018-11-12 06:26:40 +01:00
.margin-top-30 {
margin-top: 30px !important;
}
2018-07-17 13:27:19 +02:00
.margin-top-40 {
margin-top: 40px !important;
2018-07-14 14:17:11 +02:00
}
2018-07-17 13:27:19 +02:00
.margin-left {
margin-left: 20px !important;
2018-07-15 12:30:49 +02:00
}
2018-11-10 06:03:04 +01:00
.margin-right {
margin-right: 20px !important;
}
2018-11-12 06:26:40 +01:00
.margin-left-10 {
margin-left: 10px !important;
}
2018-07-17 13:27:19 +02:00
.margin-bottom {
margin-bottom: 20px !important;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.margin-bottom-0 {
margin-bottom: 0 !important;
2018-07-15 12:30:49 +02:00
}
2018-11-28 07:05:13 +01:00
.margin-bottom-10 {
margin-bottom: 10px !important;
}
2018-11-12 06:26:40 +01:00
.margin-bottom-30 {
margin-bottom: 30px !important;
}
2018-09-07 15:08:34 +02:00
.margin-bottom-40 {
margin-bottom: 40px !important;
}
2018-09-20 07:49:09 +02:00
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-0 {
margin: 0 !important;
}
.margin-top-0 {
margin-top: 0 !important;
}
2018-11-06 10:27:53 +01:00
.padding-0 {
padding: 0 !important;
}
2018-07-17 13:27:19 +02:00
.padding-top-0 {
padding-top: 0 !important;
2018-07-15 12:30:49 +02:00
}
2020-01-06 11:00:08 +01:00
.padding-left-0 {
padding-left: 0 !important;
}
2018-07-17 13:27:19 +02:00
.heading {
color: #253540;
font-size: 20px;
font-weight: 400;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.section-heading {
2018-12-01 08:30:20 +01:00
background-color: #deecf9;
2018-11-29 13:56:14 +01:00
/*border-bottom: 1px solid #d6dde3;*/
2018-07-17 13:27:19 +02:00
padding: 12px 18px;
color: #253540;
font-size: 16px;
font-weight: 400;
line-height: 30px;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.section-heading-noborder {
padding: 12px 18px;
color: #253540;
font-size: 16px;
font-weight: 400;
line-height: 30px;
2018-07-15 12:30:49 +02:00
}
2018-11-12 06:26:40 +01:00
.subheading {
font-size: 16px;
margin: 20px 0 15px 15px;
font-weight: bold;
}
2018-08-23 10:46:08 +02:00
.section-search {
line-height: inherit;
}
2018-07-17 13:27:19 +02:00
.flexy {
display: flex;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.flexy-container {
box-sizing: border-box;
align-items: center;
display: flex;
justify-content: space-between;
}
.flexy-item {
max-width: 100%;
min-width: 0;
box-sizing: border-box;
}
.flexy-block {
max-width: 100%;
min-width: 0;
flex: 1;
}
.icon-info {
color: #a5b2bd;
cursor: help;
display: inline-block;
font-size: 15px;
margin-left: 7px;
float: left;
top: 7px;
}
2018-08-23 14:11:52 +02:00
.icon-info-inline {
float: none;
top: 0;
}
2018-07-17 13:27:19 +02:00
.help-icon {
color: #a5b2bd;
cursor: pointer;
display: inline-block;
font-size: 15px;
top: 3px;
}
2018-08-30 10:48:42 +02:00
a.help-icon:focus,
2018-07-17 13:27:19 +02:00
a.help-icon:hover {
color: #a5b2bd;
2018-07-15 12:30:49 +02:00
text-decoration: none;
}
2018-07-17 13:27:19 +02:00
.popover {
color:#4f5d6b;
font-size:13.4px
2018-07-15 12:30:49 +02:00
}
2018-10-20 08:35:47 +02:00
.descr-block {
margin: 20px;
color: #93a1af;
}
2018-08-24 14:24:11 +02:00
.block-help {
2018-07-17 13:27:19 +02:00
color: #93a1af;
display: block;
font-size: 13.4px;
margin: 4px 0 9px;
2018-07-15 12:30:49 +02:00
}
2018-08-24 14:24:11 +02:00
.block-help a {
2018-07-17 13:27:19 +02:00
color: #93a1af;
2018-07-15 12:30:49 +02:00
}
2018-08-24 14:24:11 +02:00
.block-help a:hover {
2018-07-17 13:27:19 +02:00
color: #23527c;
}
.text-help {
2018-07-15 12:30:49 +02:00
color: #93a1af;
}
2018-07-18 07:45:01 +02:00
.text-help a:hover {
color: #23527c;
}
2018-08-29 08:45:15 +02:00
.link-black,
.link-black:hover,
.link-black:focus {
color: #4f5d6b!important;
font-weight: bold;
}
.link-black:hover {
text-decoration: underline;
}
2018-09-03 15:45:54 +02:00
.link-blue,
.link-blue:hover,
.link-blue:focus {
color: #3197d6!important;
}
.link-blue:hover {
text-decoration: underline;
}
2018-07-17 13:27:19 +02:00
.help-link,
.help-link:hover,
.help-link:focus {
color: #93a1af!important;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.help-link:hover {
text-decoration: underline;
2018-07-15 12:30:49 +02:00
}
2019-06-20 12:37:43 +02:00
.link-grey,
.link-grey:hover,
.link-grey:focus {
color: #93a1af!important;
}
.link-grey:hover {
color: #4f5d6b!important;
text-decoration: none;
}
.link-underlined {
text-decoration: underline;
}
.link-underlined:hover {
text-decoration: none;
}
2018-07-17 13:27:19 +02:00
.wizard-header {
2018-09-24 16:17:15 +02:00
padding: 40px 0 0;
2018-07-17 13:27:19 +02:00
text-align: center;
}
2018-08-31 18:17:38 +02:00
.wizard-header-small {
2018-09-24 16:17:15 +02:00
padding: 25px 0 0;
2018-08-31 18:17:38 +02:00
}
2018-07-17 13:27:19 +02:00
.wizard-header h1 {
font-size: 24px;
margin: 12px 0 10px;
2018-07-15 12:30:49 +02:00
color: #2a3b47;
}
2018-08-31 18:17:38 +02:00
.wizard-header-small h1 {
font-size: 21px;
}
2018-07-17 13:27:19 +02:00
.wizard-header p {
2018-07-15 12:30:49 +02:00
color: #93a1af;
2018-07-17 13:27:19 +02:00
font-size: 15px;
margin: 0;
}
2018-08-31 18:17:38 +02:00
.wizard-header .glyphicon {
position: relative;
top: 3px;
}
2018-07-17 13:27:19 +02:00
.wizard-body {
2018-09-24 16:17:15 +02:00
padding: 10px 0 0;
2018-07-17 13:27:19 +02:00
}
.wizard-footer {
border-radius: 0 0 4px 4px;
padding: 0 50px 40px;
text-align: center;
}
#permissions-fields .control-group {
display: inline-block;
vertical-align: top;
width: 200px;
text-overflow: ellipsis;
}
#permissions-fields .control-label {
margin-top: 0;
margin-bottom: 0;
}
#permissions-fields .control-label {
text-align: left;
}
.control-padded {
padding-top: 4px;
}
.nav-tabs-main {
padding-left: 18px;
}
2018-09-26 19:35:11 +02:00
.nav-tabs-no-bottom {
position: relative;
top: -1px;
border-bottom: 0;
}
2018-07-17 13:27:19 +02:00
.accordion .panel-title > a {
display: block;
text-decoration: none;
color: #2a3b47;
font-size: 16px;
2018-07-15 12:30:49 +02:00
font-weight: normal;
2018-07-17 13:27:19 +02:00
padding: 10px 15px;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.accordion .panel-title > a .caret {
float: right;
top: 7px;
right: 2px;
position: relative;
border-top-color: #a5b2bd;
2018-07-15 12:30:49 +02:00
}
2019-12-14 06:52:40 +01:00
/*.accordion .panel-title > a .label {
2018-07-17 13:27:19 +02:00
padding-bottom: 1px;
position: relative;
padding-left: 5px;
top: -2px;
font-style: normal;
2019-12-14 06:52:40 +01:00
}*/
2018-10-31 07:14:59 +01:00
.accordion > .panel-default > .panel-heading {
2018-07-17 13:27:19 +02:00
background-color: #fff;
padding: 0;
2018-07-15 12:30:49 +02:00
}
2018-10-31 07:14:59 +01:00
.accordion > .panel-default > .panel-heading:hover {
2018-12-02 13:49:02 +01:00
background-color: #f4f5f5;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.accordion-status {
margin-left: 4px;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.form-divider {
border: 0;
border-top: 1px solid #eee;
margin-top: 10px;
margin-bottom: 10px;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.empty-content {
2018-08-25 11:52:53 +02:00
-webkit-box-shadow: none;
2018-07-17 13:27:19 +02:00
box-shadow: none;
margin: 12em auto 0;
text-align: center;
text-align: center;
}
.empty-content i {
font-size: 57px;
2018-07-15 12:30:49 +02:00
color: #a5b2bd;
}
2018-07-17 13:27:19 +02:00
.empty-content p {
color: #a5b2bd;
font-size: 16px;
2019-12-02 15:25:01 +01:00
padding: 0 5%;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.multi-item {
2018-08-29 08:45:15 +02:00
margin-bottom: 5px;
}
.multi-item > div {
2018-07-17 13:27:19 +02:00
display: flex;
flex: 1;
flex-basis: auto;
-ms-flex: 1;
-webkit-flex: 1;
2018-07-15 12:30:49 +02:00
}
2018-07-17 13:27:19 +02:00
.multi-remove,
.multi-remove:focus {
color: #c1cbd4;
2018-08-29 08:45:15 +02:00
font-size: 13px;
2018-07-17 13:27:19 +02:00
position: relative;
2018-08-29 08:45:15 +02:00
top: 5px;
2018-07-17 13:27:19 +02:00
margin-left: 5px;
2018-08-29 08:45:15 +02:00
outline: none;
2018-07-17 13:27:19 +02:00
}
.multi-remove:hover {
color: #8899aa;
text-decoration: none;
}
.text-truncate {
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
}
.text-wrap-break {
word-wrap: break-word!important;
}
.text-charcoal {
color: #2a3b47!important;
2018-07-16 07:27:59 +02:00
}
2018-08-31 18:17:38 +02:00
.text-warning-light {
color: #ffc646;
}
2018-08-08 09:52:53 +02:00
.text-large {
font-size: 14px;
}
2018-08-29 08:45:15 +02:00
.text-larger {
font-size: 16.8px;
}
2018-07-25 16:09:20 +02:00
#loader-main {
position: fixed;
display: none;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
2019-06-18 07:37:32 +02:00
background: url('../../img/loader-main.gif') 50% 50% no-repeat #fff;
2018-08-18 14:21:14 +02:00
opacity: 0.60;
filter: alpha(opacity=60); /* For IE8 and earlier */
2018-07-30 17:11:35 +02:00
}
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
2018-12-02 13:49:02 +01:00
color: #d9534f!important;
2018-08-04 12:50:55 +02:00
}
2019-07-27 06:58:29 +02:00
a.selected,
a.selected:hover,
a.selected:focus {
color: #93a1af;
text-decoration: none;
}
2018-08-04 12:50:55 +02:00
.break-words {
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
2018-08-08 09:52:53 +02:00
}
2018-09-24 15:07:07 +02:00
.nowrap {
white-space: nowrap;
}
2018-08-08 09:52:53 +02:00
.row-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
2018-08-15 08:10:05 +02:00
}
a.disabled,
a.disabled:hover,
a.disabled:focus {
2018-08-31 18:17:38 +02:00
color: #7abce4;
2018-08-15 08:10:05 +02:00
text-decoration: none;
cursor: default;
2018-08-21 08:49:13 +02:00
}
2018-09-07 15:08:34 +02:00
.link-dark {
color: #237ab3!important;
}
.link-dark:hover,
.link-dark:focus {
color: #1b5d88!important;
}
2018-08-21 08:49:13 +02:00
.pre-wrap {
word-wrap: break-word;
white-space: pre-wrap;
2018-08-31 18:17:38 +02:00
}
.panel-shaded {
2018-11-30 10:45:04 +01:00
-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);
box-shadow:0 0 10px rgba(0,0,0,.2);
2018-09-04 14:50:15 +02:00
}
2018-09-07 15:08:34 +02:00
.icon-large {
font-size: 57px;
color: #a5b2bd;
}
2018-09-16 20:48:09 +02:00
#user-photo-delete {
line-height: 25px;
}
2018-10-23 17:02:59 +02:00
.console {
background: #000;
border: 1px groove #ccc;
color: #ccc;
display: block;
padding: 5px;
2018-11-08 08:35:07 +01:00
white-space: pre-wrap; /* Since CSS 2.1 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
2018-10-23 17:02:59 +02:00
}
2018-11-12 06:26:40 +01:00
.badge.success {
2018-12-02 13:49:02 +01:00
background-color: #53b961;
2018-11-12 06:26:40 +01:00
}
.badge.danger {
background-color: #d43f3a;
}
.badge .glyphicon {
line-height: 5px;
}
2018-09-04 14:50:15 +02:00
2018-11-14 20:06:59 +01:00
#conversations-bulk-actions {
z-index: 100;
display: none;
pointer-events: none;
}
#conversations-bulk-actions>.btn-group
{
pointer-events: auto;
}
#conversations-bulk-actions.affix-top {
position: absolute;
}
#conversations-bulk-actions.affix {
top: 0;
right: 0;
}
#conversations-bulk-actions .btn .caret {
margin-left: 2px;
}
2018-11-22 15:45:50 +01:00
.inline-block {
display: inline-block;
}
2018-11-29 13:56:14 +01:00
.panel-wizard {
2018-12-02 13:49:02 +01:00
background-color: #f8f9f9;
2018-11-29 13:56:14 +01:00
-webkit-box-shadow:0 0 10px rgba(0,0,0,.2);
box-shadow:0 0 10px rgba(0,0,0,.2);
}
2019-07-12 11:52:11 +02:00
.dash-card-footer .dropdown-menu .glyphicon,
.sidebar-buttons .dropdown-menu .glyphicon {
2018-12-02 13:49:02 +01:00
position: relative;
color: #0078D7;
left: -5px;
2018-12-01 08:30:20 +01:00
}
2018-12-06 08:18:54 +01:00
.hover-shade:hover {
-webkit-box-shadow:0 0 13px rgba(0,0,0,.2);
box-shadow:0 0 13px rgba(0,0,0,.2);
}
2018-12-07 15:09:18 +01:00
.dropdown-menu > li > span {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
cursor: default;
}
.jobs-list {
max-height: 300px;
overflow-y: scroll;
}
.conv-reply-block:not(.conv-forward-block) .form-group.cc-shifted {
2019-07-24 10:29:26 +02:00
margin-bottom: -8px;
}
.conv-reply-block:not(.conv-forward-block) .cc-shifted .control-label {
2019-07-24 10:29:26 +02:00
display: none;
}
.conv-reply-block:not(.conv-forward-block) .cc-shifted .conv-reply-field {
2019-07-24 10:29:26 +02:00
padding-left: 0;
}
2019-07-27 15:14:27 +02:00
.conv-note-block .cc-toggler {
display: none;
}
.photo-sm .person-photo {
border-radius: 50%;
width: 21px;
height: 21px;
line-height: 22px;
background-color: #fff;
font-size: 9px;
}
.photo-xs .person-photo {
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 18px;
font-size: 7px;
padding: 1px;
background-color: transparent;
}
.preview-iframe {
width: 100%;
min-height: 50vh;
}
.tab-body {
margin-top: -1px;
padding: 10px;
border: 1px solid #ddd;
}
2019-11-01 08:27:31 +01:00
.clickable {
cursor: pointer;
}
#change-customer-create .form-group {
margin-bottom: 4px;
}
2019-12-20 08:33:20 +01:00
.folder-name {
max-width: 142px;
display: inline-block;
overflow: hidden;
word-wrap: normal;
}
.mailbox-name .glyphicon {
top: 2px;
}
.sidebar-title-real.mailbox-name .glyphicon {
top: 1px;
font-size: 16px;
}
.subheader {
background-color: #F1F3F5;
padding: 10px;
margin-bottom: 20px;
}
2020-06-02 07:31:36 +02:00
.glyphicon-spin {
-webkit-animation: spin 1500ms infinite linear;
-moz-animation: spin 1500ms infinite linear;
-o-animation: spin 1500ms infinite linear;
animation: spin 1500ms infinite linear;
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.dm-scrollable {
2020-07-19 09:54:03 +02:00
max-height: 395px;
overflow-y: auto;
overflow-x: hidden;
}
2018-11-14 20:06:59 +01:00
2019-12-16 09:44:12 +01:00
/**
* Mobile
*/
@media (max-width:767px) {
.descr-block {
margin: 20px 0;
}
}
2018-09-04 14:50:15 +02:00
/**
* Only main content is visible
*/
@media (max-width:991px) {
2019-12-28 08:38:32 +01:00
.col1-hidden {
2018-09-04 14:50:15 +02:00
display: none;
}
}
/**
* Left sidebar and main content are visible
*/
@media (max-width:1100px) {
2019-12-28 08:38:32 +01:00
.col2-hidden {
2018-09-04 14:50:15 +02:00
display: none;
}
}
/**
* Left sidebar, main content and right siderbar are visible
*/
@media (min-width:1101px) {
2019-12-28 08:38:32 +01:00
.col3-hidden {
2018-09-04 14:50:15 +02:00
display: none;
}
2018-07-18 07:45:01 +02:00
}