@import url('popup-contents.css');
@import url('form.css');

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url('/library/fonts/Ubuntu.woff') format('woff');
}
@font-face {
    font-family: 'UbuntuLight';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url('/library/fonts/UbuntuLight.woff') format('woff');
}
@font-face {
    font-family: 'UbuntuBold';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('/library/fonts/UbuntuBold.woff') format('woff');
}
@font-face {
    font-family: 'UbuntuMedium';
    font-style: normal;
    font-weight: 500;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('/library/fonts/UbuntuMedium.woff') format('woff');
}

@font-face {
    font-family: 'DsUbuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url('/library/fonts/Ubuntu.woff') format('woff');
}
@font-face {
    font-family: 'DsUbuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url('/library/fonts/UbuntuLight.woff') format('woff');
}
@font-face {
    font-family: 'DsUbuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('/library/fonts/UbuntuBold.woff') format('woff');
}
@font-face {
    font-family: 'DsUbuntu';
    font-style: normal;
    font-weight: 500;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('/library/fonts/UbuntuMedium.woff') format('woff');
}
@font-face {
    font-family: 'DsUbuntu';
    font-style: normal;
    font-weight: 600;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('/library/fonts/UbuntuMedium.woff') format('woff');
}

@font-face {
    font-family: 'icomoon';
    src:url('/library/fonts/icomoon.eot?cphiyj');
    src:url('/library/fonts/icomoon.eot?#cphiyj') format('embedded-opentype'),
    url('/library/fonts/icomoon.woff?cphiyj') format('woff'),
    url('/library/fonts/icomoon.ttf?cphiyj') format('truetype'),
    url('/library/fonts/icomoon.svg?cphiyj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fontawesome';
    src:url('/library/fonts/fontawesome-webfont.eot?cphiyj');
    src:url('/library/fonts/fontawesome-webfont.eot?#cphiyj') format('embedded-opentype'),
    url('/library/fonts/fontawesome-webfont.woff?cphiyj') format('woff'),
    url('/library/fonts/fontawesome-webfont.ttf?cphiyj') format('truetype'),
    url('/library/fonts/fontawesome-webfont.svg?cphiyj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important
    }
}

body {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body.custom-background {
    /* przykladowy pattern do sprawdzania czytelności poszczególnych elementów na różnych tłach*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAMUlEQVQYV2NkYGCoZ0CABiQ2I4wNYlBPEZIN2E2F2wtVidVqohX9x+YjZA+BTKKOIgBfNwqE8gvDpgAAAABJRU5ErkJggg==);
}

body.custom-background.tiled {
    background-repeat: repeat;
}

body.custom-background.fixed {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body:has([data-lock-body-scroll]) {
	overflow: hidden;
}

.invisible {
    visibility: hidden !important;
    pointer-events: none !important;
}
.inline-block {
    display: inline-block !important;
}
@media (max-width: 767px) {
    .intercom-lightweight-app-launcher, .intercom-namespace {
        display: none;
    }
}

/*ukrywanie niektorych elementow w appce mobilnej*/
body.app-mobile {
    padding-top: 10px;
    position: relative;
}
body.app-mobile .navbar-default {
    display: none;
}

#mobile-form-content, #mobile-form-footer {
    display: none;
}

@media (max-width: 767px) {
    body.mobile-form-open {
        background: #fff;
        padding-top: 0;
    }
    body.mobile-form-open #page-content,
    body.mobile-form-open .navbar-default,
    body.modal-open #page-content,
    body.modal-open .navbar-default
    {
        display: none;
    }
    body.mobile-form-open #mobile-form-content,
    body.mobile-form-open #mobile-form-footer {
        display: block;
    }
}

.widget-user-list-wrapper .dropdown-backdrop,
.livespace-select .dropdown-backdrop {
    z-index: 90;
    display: none;
}

.recurring-popup-content h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
.recurring-popup-content .bold-info {
    font-size: 18px;
}
.recurring-popup-content .row {
    margin-bottom: 10px;
}

/*style widgetu statystyk, do przeniesienia*/
.widget-ajax-statistic .panel-body {
    padding-top: 0;
}
.widget-ajax-statistic .sales,
.widget-ajax-statistic .sales-leaders,
.widget-ajax-statistic .summary,
.widget-ajax-statistic .bsc-progress
{
    font-size: 13px;
}
.widget-ajax-statistic .icon-settings {
    color: #666;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.widget-ajax-statistic .icon-info {
    color: #666;
    cursor: help;
}
.widget-ajax-statistic .panel-heading {
    color: #666;
    padding: 5px 15px;
}
.widget-ajax-statistic .panel-heading p {
    margin: 0;
}
.widget-ajax-statistic .form-group {
    padding-left: 5px;
}
.widget-ajax-statistic .form-group:first-child {
    padding-left: 0;
}
.widget-ajax-statistic > h4:first-child {
    margin-top: 0;
}
.widget-ajax-statistic .main-amount {
    margin-bottom: 0;
}
.widget-ajax-statistic .potential,
.widget-ajax-statistic .target-remaining,
.widget-ajax-statistic .sales .company
{
    color: #999;
}
.widget-ajax-statistic .bsc-widget-container a {
    color: #24293B;
}
.widget-ajax-statistic .bsc-widget-container .icon-info {
    top: 2px;
    position: relative;
}
.widget-ajax-statistic .bsc-widget-container .icon-info:hover {
    color: #24293B;
}
.widget-ajax-statistic .bsc-widget-container .card-header h4 {
    font-size: 14px;
}
.widget-ajax-statistic .bsc-widget-container .card-header p {
    font-size: 12px;
}
.widget-ajax-statistic .bsc-progress {
    text-align: center;
    margin-top: 15px;
}
.widget-ajax-statistic .bsc-progress .progress,
.widget-ajax-statistic .card-header .progress {
    height: 5px;
    margin-top: 3px;
}
.widget-ajax-statistic .card-header .progress {
    margin-bottom: 5px;
}
.widget-ajax-statistic .bsc-progress .progress-bar[aria-valuenow="0"] {
    min-width: 0;
}
.widget-ajax-statistic .bsc-progress .progress-bar.bsc-progress-2 {
    background-color: red;
}
.widget-ajax-statistic .bsc-progress .progress-bar.bsc-progress-1 {
    background-color: gold;
}
.widget-ajax-statistic .bsc-progress .progress-bar.bsc-progress-0 {
    background-color: green;
}
.widget-ajax-statistic .card-details {
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin: 10px -15px -10px;
}
.widget-ajax-statistic .card-details-single {
    background: transparent;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}


.widget-ajax-statistic .sales {
    color: #666;
    margin-top: 20px;
}
.widget-ajax-statistic .sales li {
    margin: 15px 0;
    color: #666;
}
.widget-ajax-statistic .sales li .contact-name {
    display: block;
}
.widget-ajax-statistic .sales li a {
    color: #24293B;
    max-width: 100%;
    display: inline-block;
}
.widget-ajax-statistic .sales li .company {
    color: #999;
    max-width: 100%;
    display: inline-block;
}
.widget-ajax-statistic .sale-amount {
    /*font-weight: bold;*/
    float: right;
    color: #24293B;
}
.widget-ajax-statistic .sale-product-amount {
    /*font-weight: bold;*/
    float: right;
    color: #999;
}
.widget-ajax-statistic .sales-leaders {
    margin-top: 30px;
}
.widget-ajax-statistic .sales-leaders li {
    margin: 10px 0;
}
.widget-ajax-statistic .avatar {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: -5px 7px 5px 0
}

.widget-ajax-statistic .summary {
    text-align: center;
}
.widget-ajax-statistic .summary h2 {
    margin: 10px 0 0 0;
}
.widget-ajax-statistic .summary .won h2 {
    color: #4FD465;
}
.widget-ajax-statistic .summary .lost h2 {
    color: #DF224B;
}
.widget-ajax-statistic .summary a {
    color: #24293B;
}

.widget-ajax-statistic .main-amount:not(.text-muted) a {
    color: #24293B;
}
.widget-ajax-statistic .sales-leaders a {
    color: #24293B;
}
/***********************/

.main-col:first-of-type {
    padding-right: 5px !important;
}
.main-col {
    padding-left: 5px !important;;
    padding-right: 5px !important;;
}
.main-col:last-of-type {
    padding-left: 5px !important;;
}

.label {
    font-weight: normal;
}

.panel {
    margin-bottom: 10px;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #fff;
}

.dropdown-menu a {
    cursor: pointer;
}

.btn:not(.btn-link) {
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    transition: 0.6s;
}
.input-group-btn > .btn {
    box-shadow: none;
}

.btn:not(.btn-link), .btn:not(.btn-link):hover {
    border-color: #ccc;
}

.btn.btn-primary {
    background: #0584F9;
}

.btn.btn-primary-green {
    background: #01883A;
}

.btn.btn-primary-green:hover {
    background: #03ac4a;
}

a.btn.btn-primary-green {
    color: #fff;
}

.btn.btn-primary:hover {
    background: #429bff;
}
.btn.btn-success {
    background: #88C541;
}
.btn.btn-success:hover {
    background: #78b441;
}

.btn.btn-danger {
    background: #DF224B;
}
.btn.btn-danger:hover {
    background: #ba1846;
}

.btn.btn-default {
    color: #666;
}

.btn.left-margin {
    margin-left: 24px;
}

.btn.inner-padding {
    padding-left: 24px;
    padding-right: 24px;
}

#form_mail_footer-submit.btn.btn-primary {
    width: 120px;
}

.cursor-pointer {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default !important;;
}

.alert {
    border-radius: 10px;
    color: #666;
    position: relative;
}

.alert.alert-info {
    background-color: #EDF8FF;
    border-color: #99D7FF;
    padding-left: 47px;
}


.alert.alert-warning {
    padding-left: 47px;
}
.alert.alert-warning::before {
    content: "\e643";
    font-family: 'icomoon';
    color: #bf8c23;
    font-size: 20px;
    line-height: 1;
    float: left;
    margin-top: -1px;
    margin-left: -33px;
}

.alert.alert-info::before {
    content: "\e622";
    font-family: 'icomoon';
    color: #428BCA;
    font-size: 20px;
    line-height: 1;
    float: left;
    margin-top: -1px;
    margin-left: -33px;
}
.alert.alert-info.alert-icon-middle::before {
    top: 50%;
    margin-top: -10px;
    position: absolute;
}

.relative {
    position: relative;
}

.wrap-text {
    white-space: normal !important;
    overflow: visible !important;
}
.hide-tag-form {
    cursor: pointer;
}

.no-ie-clear::-ms-clear {
    display: none;
    width:0;
    height:0;
}

/*.jspPane {*/
/*width: 100% !important;*/
/*}*/
.jspDrag {
    background: #ccc;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    min-height: 15px;
}
.jspDrag:hover {
    background: #aaa;
}
.jspHorizontalBar {
    display: none; /* nigdzie nie używamy jscrollpane do poziomego przewijania, a ono tylko przeszkadza i źle wygląda */
    /* jeżeli trafiłeś na tę linijkę bo miałeś problem z poziomym scrollem w JSPane, to przepraszam z całego serca */
    background: #f0f0f0;
}

/* youtube embed */
.play-overlay {
    margin: -35px auto;
    border: 3px solid white;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding-top: 29px;
    font-size: 36px;
    padding-left: 10px;
}
.wall .youtube-wrapper {
    display: block;
    position: relative;

}
.wall .youtube-wrapper .not-link {
    position: relative;
    display: block;
    float: left;
    margin-right: 100%;
}

.wall .youtube-wrapper .watermark {
    background: rgba(0,0,0,0.3);
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding-top: 126px;
    font-weight: bold;
    cursor: pointer;
}

/* search label hover fix */
.header-search-wrapper .ui-menu .wrapper.ui-state-focus {
    color: #24293B !important;
}

/* wyrownanie skrajnych paddingow w haderze do boxow*/
.navbar-default > .container-fluid {
    padding-left: 6px;
    padding-right: 6px;
}

/* fixy dla popoverow headera */
.header-not-switcher + .popover,
.header-msg-switcher + .popover
{
    width: 374px;
}
.header-cog-switcher {
    padding: 1px 0;
}

#search-results {
    position: relative;
    min-height: 50px;
}

/*small pretty checkbox*/
.pretty-checkbox.pretty-checkbox-sm > label {
    font-size: 0.8em !important;
    top: 2px !important;
    padding-left: 0;
}
.pretty-checkbox.pretty-checkbox-sm label::before {
    width: 14px;
    height: 14px;
    left: 2px;
}
.pretty-checkbox.pretty-checkbox-sm label::after {
    top: -1px;
}

/*popover*/
.ls-popover .icon-delete {
    padding: 5px;
    cursor: pointer;
}

.ls-popover {
    min-width: 200px;
}

/* popup-notification */
#popup-notification-wrapper {
    position: fixed;
    left: 10px;
    bottom: 40px;
    z-index: 999999 !important;
}
.popup-notification_layer {
    word-break: break-word;
    width: auto;
    min-width: 320px;
    max-width: 400px;
    visibility: visible;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,.2);
    background-color: #eee;
    display: none;
    transition: background-color 2s;
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
}
.popup-notification_layer.alert {
    background-color: #ff9e2a;
}
.popup-notification_layer .list-group-item {
    padding: 10px;
}
.popup-notification_layer .notifications-panel-body .item {
    background: transparent;
    border: none;
}
.popup-notification_layer .notifications-panel-body .item:hover {
    background: transparent;
}
.notifications-panel-body .list-group-item {
    background: transparent;
    border: none;
}
.notifications-panel-body .list-group-item:hover {
    background: transparent;
}
.notifications-panel-body .avatar-container {
    float: left;
    margin-right: 10px;
}
.notifications-panel-body .avatar-container img {
    max-width: 50px;
    max-height: 50px;
}
.popup-notification_layer > div {
    max-width: 275px;
}
.popup-notification_layer .close-notification {
    font-size: 10px;
    color: #666;
    padding: 5px;
}

/* cog menu */
.list-cog-menu {
    padding: 8px 0;
    min-width: 210px;
    max-width: 250px;
}
.list-cog-menu li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #24293B;
    white-space: nowrap;
}
.list-cog-menu li > a:hover{
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-cog-menu li > a.no-hover:hover {
    color: #24293B;
    background-color: unset;
}
.list-cog-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.list-cog-menu li > a.bold {
    font-weight: 700;
}
.list-cog-menu li > a.text-wrapped {
    text-wrap: wrap;
}
@media (max-width: 1620px) {
    .navbar-nav > div.tooltip > div.tooltip-arrow {
        top: 0 !important;
    }
}

/* no results */

.grid .error-wrap {
    background-color: rgb(231, 231, 231);
    height: 100%;
    margin: 0 -16px -30px;
    border-top: 1px solid #d7d7d7;
}
.wall .error-wrap,
.grid .error-wrap {
    padding: 50px 16px 25px;
    text-align: center;
}
.wall .error-wrap {
    cursor: pointer;
}
.wall .error-wrap h3,
.grid .error-wrap h3 {
    line-height: 1.3;
}
.wall .error-wrap {
    padding-bottom: 50px;
}
.error-wrap .gray {
    color: #797979;
}

/*boostrap pagination override*/
.pagination {
    margin: 10px 0;
}
.pagination>li>a, .pagination>li>span {
    background: none;
    border: none;
    padding: 2px 10px;
}

.profile-first-option {
    padding: 6px 0 6px 10px;
}
.profile-title {
    font-weight: bold;
    word-break: break-word;
}
.profile-list-wrap a {
    word-break: break-word;
}
.segmentation-label {
    background-color: rgb(255, 138, 1);
    padding: 3px 6px;
    position: relative;
    top: -8px;
    font-size:12px;
    color: white;
}
.segmentation-label.visible-card {
    margin-right: 15px;
    top: 0;
}

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

.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible !important;
}

.text-default {
    color: #24293B;
}
.text-gray {
    color: #999;
}
.text-red {
    color: #DF224B;
}
.background-red {
    background-color: #FEF4F6 !important;
}
.text-blue {
    font-weight: 400;
    color: #428bca;
}

.white {
    color: white;
}

.force-white {
    color: white !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.tag-list .tag-item {
    color: white !important;
}

.highcharts-container, .highcharts-container svg {
    overflow: visible !important;
}

label {
    font-weight: normal;
}
.badge-primary {
    background-color: #428bca;
}

.modal-header .close {
    font-size: 34px;
    margin-top: -8px;
    padding-right: 4px;
}

@media (min-width: 1200px){
    .pull-right-lg{
        float: right !important;
    }
    .text-right-lg{
        text-align: right;
    }
}
@media (min-width: 768px){
    .text-right-sm{
        text-align: right;
    }
}
@media (min-width: 1350px){
    .col-18 > .col-xl-3{
        width: 16.66666667% !important;
        float: left;
    }
    .col-18 > .col-xl-15{
        width: 83.33333333% !important;
        float: left;
    }
    /*.navbar-header {*/
    /*min-width: 16.66666667% !important;*/
    /*}*/
}

@supports (-ms-ime-align:auto) {
    @media (min-width: 1350px){
        .col-18 > .col-xl-15{
            width: 83% !important;
        }
    }
}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 10px;
}
.footer {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    height: 40px;
}
.footer p {
    margin: 0;
}
.card-footer{
    color: #24293B;
}
.card-footer a {
    color: #428bca;
}
.card-footer .tag-name {
    color: #fff;
}

#notification {
    background-color: #6c7e86;
    color: #FFF;
}
.notification_layer {
    position: fixed;
    right: 31%;
    bottom: 10%;
    padding: 15px;
    min-width: 400px;
    width: 400px;
    font-size: 1.1em;
    text-align: center;
    visibility: visible;
    border-radius: 4px;
    z-index: 11000 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .notification_layer {
        min-width: inherit;
        width: 90%;
        bottom: 10px;
        right: inherit;
        margin: 0 5%;
    }
}
.notification_layer a.icon-delete {
    color: #fff;
}
.notification_layer a.icon-delete:hover {
    text-decoration: none;
    font-weight: bold;
}

.panel {
    position: relative;
}
.panel-body {
    word-break: break-word;
}
.ls-collapse {
    cursor: pointer;
}
.collapse-icon {
    margin-top: 2px;
    margin-right: 5px;
    font-size: 14px;
}
.ls-collapse .panel-heading {
    padding: 10px;
}
.ls-collapse .panel-heading .icon-settings {
    padding: 5px 5px 5px 10px;
    position: relative;
    top: -5px;
    right: -5px;
}
.ls-collapsed .panel-heading .icon-settings {
    display: none;
}
.ls-collapse .icon-settings, .collapse-icon {
    color: #999;
}
.ls-collapse .icon-settings:hover, .ls-collapse .panel-heading:hover .collapse-icon {
    color: #24293B;
}

.gray {
    color: #666;
}

.force-gray {
    color: #999 !important;
}

.black-links a {
    color: #000;
}

.gray-links a, a.gray-links {
    color: #24293B;
}

.height-auto {
    height: auto;
}

.blue-links a, a.blue-links {
    color: #428bca;
}
.blue-links a:hover, a.blue-links:hover {
    color: #2a6496;
}

.force-blue-links a, a.force-blue-links {
    color: #428bca !important;
}
.force-blue-links a:hover, a.force-blue-links:hover {
    color: #2a6496 !important;
}

/* overriding boostrapowych styli */

.panel-default .panel-heading {
    background-color: #fff;
}

.panel-title {
    font-weight: bold;
    color: #24293B;
}

.panel-footer {
    background-color: #f5f5f5;
    color: #999;
    border-top: none;
    padding: 5px 10px;
}
.panel-footer .the-icon {
    color: #24293B;
}
.panel-footer.bordered {
    border-top: 1px solid #ddd;
}

.panel-footer a {
    color: #999;
}

.panel-footer.not-gray {
    color: #24293B;
}
.panel-footer.not-gray a {
    color: #428bca;
}
.underline {
    text-decoration: underline !important;
}

hr {
    border-color: #ddd;
    margin: 10px -15px;
}

.progress {
    background-color: #E5E5E5;
    border-radius: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 16px;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #4FD465;
}
.probability-wrapper .percent-text {
    padding-left: 32px;
    font-size: 16px;
    margin-top: -3px;
}

.icon-less:before {
    content: "\e64b";
}

.icon-more:before {
    content: "\e60c";
}

/* nowe ikonki */

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit {
    cursor: pointer;
}

.icon-mail-open:before {
    content: "\e901";
}
.icon-sequence:before {
    content: "\e902";
}

/* do formularza przestrzeni */
.icon-add-plus.checked:before {
    content: "\e602";
}
.icon-remove-minus:before {
    content: "\e655";
}
.icon-add-plus:before {
    content: "\e656";
}

.icon-tooltip:before {
    content: "\e622";
}

.icon-todo-done:before, .icon-todo.done:before{
    content: "\e602";
}
.icon-todo-done, .icon-todo.done {
    color: #4FD465;
    font-family: icomoon !important;
}

.icon-todo.done.blue {
    color: #3B8EDE;
}

.icon-todo:before{
    content: "\e65a";
}
.icon-todo {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 3px;
    color: rgb(59,142,222);
}
#widget-ajax-todo .icon-todo {
    padding-left: 0;
}

/*"dzióbek" do góry*/
.icon-chevron-up:before{
    content: "\e64b";
}
.icon-groups:before{
    content: "\e644";
}


.icon-todo-priority:before, .icon-priority:before{
    content: "\e643";
}
.icon-priority-high, .icon-exclamation.red{
    color: #DF224B;
}
.icon-todo-reminders:before{
    content: "\e62e";
}
.icon-opens:before{
    content: "\e61e";
}
.icon-answers:before{
    font-family: 'fontawesome';
    content: "\f122";
}
.icon-send:before{
    font-family: 'fontawesome';
    content: "\f1d9";
}
.icon-clicks:before{
    font-family: 'fontawesome';
    content: "\f127";
}

.icon-todo.todo-white:before { /*kanban: no tasks?*/
    text-shadow: black 0px 0px 1px;
    color: white;
}
.icon-todo.todo-red:before { /*kanban: outdated task?*/
    color: #DF224B;
}
.icon-todo.todo-green:before { /*kanban: task for today?*/
    color: #4FD465;
}
.icon-todo.todo-gray:before { /*kanban: future tasks only?*/
    color: #bbb;
}

/*profile*/
.icon-profile-client:before{
    content: "\e645";
}
.icon-profile-user:before{
    content: "\e646";
}
.icon-profile-money:before{
    content: "\e648";
}
.icon-profile-category:before{
    content: "\e60f";
}
.icon-profile-clock:before{
    content: "\e63a";
}

/*sprzedaże*/
/*otwarta*/
.icon-deal-status-1:before {
    content: "\e642";
    color: rgb(255, 238, 127);
}
/* wygrana */
.icon-deal-status-2:before {
    content: "\e602";
    color: #4FD465;
}
/* przegrana */
.icon-deal-status-3:before {
    content: "\e61a";
    color: #DF224B;
}
/* nieaktualna */
.icon-deal-status-4:before {
    content: "\e600";
    color: lightgray;
}

/* wklejone z cssa od ikonek */
.icon-activities:before {
    content: "\e801";
}
.icon-brush:before {
    content: "\f1fc";
}
.icon-trash:before {
    content: "\f1f8";
}
.icon-graduation-cap:before {
    content: "\f19d";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-print:before {
    content: "\f02f";
}
.icon-lock:before {
    content: "\f023";
}
.icon-house:before {
    content: "\f015";
}
.icon-glass:before {
    content: "\f000";
}
.icon-melody:before {
    content: "\f001";
}
.icon-heart:before {
    content: "\f004";
}
.icon-user:before {
    content: "\f007";
}
.icon-bar-chart:before {
    content: "\f012";
}
.icon-flag:before {
    content: "\f025";
}
.icon-video-camera:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-location:before {
    content: "\f041";
}
.icon-present:before {
    content: "\f06b";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-pin:before {
    content: "\f08e";
}
.icon-suitcase:before {
    content: "\f0b1";
}
.icon-experiment:before {
    content: "\f0c3";
}
.icon-scissors:before {
    content: "\f0c4";
}
.icon-paperclip:before {
    content: "\f0c6";
}
.icon-transport:before {
    content: "\f0d1";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-flash:before {
    content: "\f0e7";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-bell:before {
    content: "\f0f3";
}
.icon-smile:before {
    content: "\f118";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-sheet:before {
    content: "\f15c";
}
.icon-likeicon:before {
    content: "\f164";
}
.icon-car:before {
    content: "\f1b9";
}
.icon-bomb:before {
    content: "\f1e2";
}
.icon-birthday:before {
    content: "\f1fd";
}
.icon-diamond:before {
    content: "\f219";
}
.icon-activity:before {
    content: "\f274";
}
.icon-del:before {
    content: "\e800";
}
.icon-configuration:before {
    content: "\e65b";
}
.icon-usergroup:before {
    content: "\e65c";
}
.icon-circlebold:before {
    content: "\e659";
}
.icon-circle:before {
    content: "\e65a";
}
.icon-delpos:before {
    content: "\e655";
}
.icon-addpos:before {
    content: "\e656";
}
.icon-infoinput:before {
    content: "\e657";
}
.icon-camera:before {
    content: "\e658";
}
.icon-tables:before {
    content: "\e650";
}
.icon-goldenline:before {
    content: "\e651";
}
.icon-arrowright:before {
    content: "\e652";
}
.icon-arrowdown:before {
    content: "\e653";
}
.icon-arrowleft:before {
    content: "\e654";
}
.icon-arrowup:before {
    content: "\e647";
}
.icon-chart:before {
    content: "\e64c";
}
.icon-spike:before {
    content: "\e64d";
}
.icon-longarrowright:before {
    content: "\e64e";
}
.icon-longarrowleft:before {
    content: "\e64f";
}
.icon-exclamation:before {
    content: "\e643";
}
.icon-group:before {
    content: "\e644";
}
.icon-company:before {
    content: "\e900";
}
.icon-customer:before {
    content: "\e645";
}
.icon-employee:before {
    content: "\e646";
}
.icon-money:before {
    content: "\e648";
}
.icon-calendar:before {
    content: "\e649";
}
.icon-won:before {
    content: "\e64a";
}
.icon-opt2:before {
    content: "\e64b";
}
.icon-open:before {
    content: "\e642";
}
.icon-outdated:before {
    content: "\e600";
}
.icon-lost:before {
    content: "\e601";
}
.icon-won1:before {
    content: "\e602";
}
.icon-activities old:before {
    content: "\e603";
}
.icon-tasks1:before {
    content: "\e604";
}
.icon-contacts:before {
    content: "\e605";
}
.icon-home:before {
    content: "\e606";
}
.icon-sales:before {
    content: "\e607";
}
.icon-spaces:before {
    content: "\e608";
}
.icon-add:before {
    content: "\e609";
}
.icon-add1:before {
    content: "\e60a";
}
.icon-out:before {
    content: "\e60b";
}
.icon-opt:before {
    content: "\e60c";
}
.icon-merge:before {
    content: "\e60d";
}
.icon-file:before {
    content: "\e60e";
}
.icon-product:before {
    content: "\e60f";
}
.icon-edit2:before {
    content: "\e610";
}
.icon-phone:before {
    content: "\e611";
}
.icon-messages:before {
    content: "\e612";
}
.icon-check:before {
    content: "\e613";
}
.icon-clock:before {
    content: "\e614";
}
.icon-close:before {
    content: "\e615";
}
.icon-coffee:before {
    content: "\e616";
}
.icon-combine:before {
    content: "\e617";
}
.icon-completed:before {
    content: "\e618";
}
.icon-style:before {
    content: "\e619";
}
.icon-lost1:before {
    content: "\e61a";
}
.icon-www:before {
    content: "\e61b";
}
.icon-url:before {
    content: "\e61c";
}
.icon-email:before {
    content: "\e61d";
}
.icon-privacy:before {
    content: "\e61e";
}
.icon-fb:before {
    content: "\e61f";
}
.icon-help:before {
    content: "\e620";
}
.icon-gplus:before {
    content: "\e621";
}
.icon-info:before {
    content: "\e622";
}
.icon-category:before {
    content: "\e623";
}
.icon-bulb:before {
    content: "\e624";
}
.icon-like:before {
    content: "\e625";
}
.icon-dislike:before {
    content: "\e626";
}
.icon-linkedin:before {
    content: "\e627";
}
.icon-magnifier:before {
    content: "\e628";
}
.icon-list3:before {
    content: "\e629";
}
.icon-salesidea:before {
    content: "\e62a";
}
.icon-dots:before {
    content: "\e62b";
}
.icon-move:before {
    content: "\e62c";
}
.icon-mailblack:before {
    content: "\e62d";
}
.icon-notification:before {
    content: "\e62e";
}
.icon-edit:before {
    content: "\e62f";
}
.icon-plus2:before {
    content: "\e630";
}
.icon-delete:before {
    content: "\e631";
}
.icon-segmentation:before {
    content: "\e632";
}
.icon-refresh:before {
    content: "\e633";
}
.icon-settings:before {
    content: "\e634";
}
.icon-support:before {
    content: "\e635";
}
.icon-off:before {
    content: "\e636";
}
.icon-follow:before {
    content: "\e637";
}
.icon-tag:before {
    content: "\e638";
}
.icon-book:before {
    content: "\e639";
}
.icon-clock2:before {
    content: "\e63a";
}
.icon-project:before {
    content: "\e63b";
}
.icon-dealwon:before {
    content: "\e63c";
}
.icon-twitter:before {
    content: "\e63d";
}
.icon-duplicate:before {
    content: "\e63e";
}
.icon-users:before {
    content: "\e63f";
}
.icon-account:before {
    content: "\e640";
}
.icon-stats:before {
    content: "\e641";
}

/* wizard */
.user-setup-wrapper .panel-footer {
    text-align: center;
    background-color: #eee;
    padding: 20px;
}
.user-setup-wrapper .panel-footer .btn-primary {
    color: #fff;
    padding: 15px;
}

.wizard-buttons-controls {
    margin: 10px 80px 10px 10px;
}
.wizard-buttons-controls .btn {
    padding: 15px 30px;
}

/* files box */

.file-item {
    position: relative;
}

.file-item .extension {
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    position: relative;
    top: 5px;
}
.file-item .file-name {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file-list-box .files-max .file-item-wrapper {
    display: flex;
    flex-direction: row;
}

.file-list-box .files-max .file-item-wrapper .file-item-delete {
    white-space: nowrap;
    align-self: center;
    padding: 0 10px;
}

.file-list-box .file-item{
    width: 23%;
    margin-right: 2%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.files .file-list-box .file-item {
    width: auto;
}
.file-list-box .file-item.downloadable > img {
    max-height: 100% !important;
    padding: 0 5px;
    opacity: 0.9;
    float: left;
}
.file-list-box .file-item.downloadable > img:hover {
    opacity: 1;
}
.file-list-box a.file-item.downloadable {
    float: left;
    font-size: 80%;
    width: 48%;
    margin: .5% 0 .5% 2%;
    text-align: left;
    padding: 5px;
    background-color: #F5F5F5;
}
.file-list-box .files-max a.file-item.downloadable {
    width: 100%;
}
.file-list-box a.file-item.downloadable:nth-child(odd) {
    margin-right: 0;
}
.file-list-box a.file-item.downloadable:hover {
    background-color: rgb(235, 235, 235);
    text-decoration: none;
}

.upload-file-wrapper .files a.file-item {
    float: left;
    text-align: center;
    margin-bottom: 15px;
    width: 33.333333%;
}

.upload-file-wrapper .file-item .progress {
    margin: 0;
}

.upload-file-wrapper .files .file-item > img {
    max-width: 40px;
    padding: 0 5px;
    opacity: 0.9;
    float: left;
}

.upload-file-wrapper .files .file-item > img:hover {
    opacity: 1;
}

.upload-file-wrapper .files  a.file-item {
    float: left;
    font-size: 90%;
    margin-bottom: 15px;
    width: 32.333333%;
    margin: 0.5%;
    text-align: left;
    padding: 5px;
    background-color: rgb(245, 245, 245);
}

.upload-file-wrapper .files a.file-item:hover {
    background-color: rgb(235, 235, 235);
    text-decoration: none;
}


@media (max-width: 510px) {
    .upload-file-wrapper .files a.file-item {
        width: 49%;
    }
}
@media (min-width: 1100px) and (max-width: 1199px), (min-width: 1350px){
    .upload-file-wrapper .files a.file-item {
        width: 24%;
    }
}

/* loader */
.loader {
    position: relative;
    margin: auto;
}
.loader.loader-full {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding-top: 50%;
}
.loader.loader-sm .d-wrapper {
    width: 20px;
    height: 20px;
}
.loader.loader-lg .d-wrapper {
    width: 40px;
    height: 40px;
}
.loader .d-wrapper {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
}

.loader .d1, .loader .d2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4FD465;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    display: block;

    -webkit-animation: ls-bounce 2.0s infinite ease-in-out;
    animation: ls-bounce 2.0s infinite ease-in-out;
}

.loader .d2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes ls-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes ls-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}


body {
    background-color: #e7e7e7;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
}

.navigation-top-spacing {
    padding-top: 66px;
}

.hide-s {
    display: none;
}

.show-grid [class^=col-] {
    /*background-color: #EEE;*/
    /*background-color: rgba(86, 61, 124, 0.15);*/
    /*border: 1px solid #DDD;*/
    /*border: 1px solid rgba(86, 61, 124, 0.2);*/
    /*min-height: 400px;*/
    padding: 0 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.container-fluid {
    max-width: 1600px;
}
.list-group-clear li {
    border: none;
}
.header-small #toolbar {
    display: none;
}
.navbar-clear {
    clear: left;
}
body.header-small #main-menu, body.header-small .navbar-brand {
    margin-top: 0;
}
body.header-small .navbar-clear {
    clear: none;
}
#right-menu .user-login-name {
    background-color: #f5f5f5;
    margin: 10px 10px 5px;
    padding: 0;
    border-radius: 15px;
}
#right-menu .user-login-name:hover,
#right-menu .open .user-login-name {
    background-color: #e5e5e5;
}
#right-menu .user-login-name .icon-settings {
    background-color: #e5e5e5;
    color: #999;
    border-radius: 50%;
    padding: 4px;
    font-size: 17px;
    margin-left: 5px;
}
#right-menu .user-login-name .icon-settings {
    -webkit-animation: rotate90l .4s linear 1;
    -moz-animation: rotate90l .4s linear 1;
    animation: rotate90l .4s linear 1;
}
#right-menu .user-login-name:hover .icon-settings {
    -webkit-animation: rotate90r .4s linear 1;
    -moz-animation: rotate90r .4s linear 1;
    animation: rotate90r .4s linear 1;
}
@-moz-keyframes rotate90r { 100% { -moz-transform: rotate(90deg); } }
@-webkit-keyframes rotate90r { 100% { -webkit-transform: rotate(90deg); } }
@keyframes rotate90r { 100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } }
@-moz-keyframes rotate90l { 100% { -moz-transform: rotate(-90deg); } }
@-webkit-keyframes rotate90l { 100% { -webkit-transform: rotate(-90deg); } }
@keyframes rotate90l { 100% { -webkit-transform: rotate(-90deg); transform:rotate(-90deg); } }

#right-menu .user-login-name .name {
    position: relative;
    top: -2px;
}

#topbar {
    font: normal 13px/18px sans-serif;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2147483005;
    padding: 0;
    display: none;
    position: fixed;
}
#topbar .alert {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding: 30px 0;
    font-size: 1.2em;
    color: #24293B;
}
#topbar .alert::before {
    display: none !important;
}
#topbar .alert p {
    margin-bottom: 10px;
}
#topbar a {
}
body.with-topbar {
    margin-bottom: 45px;
}
.hide-topbar {
    padding: 0 10px;
    font-size: 27px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    opacity: .8;
}
.hide-topbar:hover {
    opacity: 1;
}

/* Panel */
.panel {
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px -2px #666;
    border-radius: 2px;
}

/* Header */
.navbar-default, .navbar-default .navbar-collapse {
    background-color: #fff;
    margin-bottom: 10px;
}
.main-menu-wrapper {
    overflow: hidden;
    padding-top: 10px;
}
.header-small .main-menu-wrapper {
    padding-top: 0;
}
#main-menu {
    float: none;
    display: table;
    margin: 0 auto;
}
#main-menu li {
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
    margin-right: 4px;
}
#main-menu li .tooltip {
    position: fixed;
}
#main-menu li a {
    border-radius: 50%;
    background-color: #eee;
    color: #999;
    text-align: center;
}
#main-menu li:hover a {
    color: #666;
}
#main-menu li.active a {
    background-color: #bbb;
    color: #fff;
}
#main-menu li.active:hover a {
    background-color: #999;
}
#main-menu .icon {
    font-size: 25px;
}
#main-menu .menu-calendar-text {
    position: absolute;
    top: 20px;
    left: 16px;
    display: inline-block;
    width: 25px;
    text-align: center;
}

#right-menu > li > a {
    padding: 10px 10px 5px;
}
#right-menu .icon {
    font-size: 24px;
    color: #999;
}
#right-menu > .pull-right .icon {
    font-size: 20px;
}
#right-menu #header-search-activate .icon-delete {
    font-size: 14px;
    position: relative;
    top: 2px;
    right: 3px;
}

#right-menu > .pull-right > a {
    padding: 5px 10px 5px 0;
}
#right-menu #header-add-switcher {
    padding: 5px 5px 5px 0;
    margin-right: 5px;
}
.header-small #right-menu > .pull-right > a {
    padding-top: 12px;
}
.header-small #right-menu #header-add-switcher {
    padding-top: 12px;
}
#right-menu > li > a img {
    vertical-align: bottom;
    margin-right: 5px;
    max-width: 25px;
    max-height: 25px;
}
#right-menu .badge {
    position: absolute;
    top: 4px;
    right: 0;
}

.header-search-wrapper {
    position: absolute;
    left: -300px;
    top: -6px;
    right: -1px;
    padding: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #f1f1f1;
    z-index: 2;
}
#header-search-activate {
    position: relative;
    z-index: 3;
}
.header-small .header-search-wrapper {
    top: 1px;
}
.header-search-wrapper input {
    padding-right: 28px;
}
.header-search-wrapper input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #CCC;
}

.ui-autocomplete.ls-autocomplete {
    /*background-color: transparent;*/
    color: inherit;
    max-height: 600px;
    overflow: hidden;
    margin: 5px 0 0 -4px;
    border: 1px solid #CCC;
    box-shadow: 0 2px 2px -2px #666;
    border-radius: 2px;
    z-index: 2000;
}
.header-search-wrapper .ui-autocomplete.ls-autocomplete {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    border: none;
    overflow-y: auto;
}
.ui-autocomplete.ls-autocomplete li {
    list-style-image: none;
    background-color: #fff;
    margin: 0;
    padding: 10px 5px 10px 10px;
}
.header-search-wrapper .ui-autocomplete.ls-autocomplete li {
    margin: 0 -4px 0 -5px;
    padding: 10px 5px 10px 15px;
}
.ui-autocomplete.ls-autocomplete .wrapper {
    margin: 0;
    background-color: #f1f1f1;
}
.ui-autocomplete.ls-autocomplete .ui-state-focus {
    font-weight: normal;
    border: none;
    background-color: #3787F5;
    background-image: none;
    /*margin: -1px -4px -1px -5px;*/
}
.header-search-wrapper .ui-autocomplete.ls-autocomplete .wrapper.ui-state-focus {
    margin: 0 -4px 0 -5px;
    background-color: inherit;
    color: inherit;
}
.ui-autocomplete.ls-autocomplete .wrapper.ui-state-focus {

}
.ui-autocomplete.ls-autocomplete .wrapper.ui-state-focus > * {
    color: #24293B;
}
.ui-autocomplete.ls-autocomplete .wrapper a, .ui-autocomplete.ls-autocomplete .wrapper.ui-state-focus a {
    color: #428BCA;
}

.ui-autocomplete.ls-autocomplete .image-wrapper {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.ui-autocomplete.ls-autocomplete .image-wrapper .icon {
    font-size: 30px !important;
    display: block;
}
.ui-autocomplete.ls-autocomplete .image-wrapper img {
    max-width: 30px;
    max-height: 30px;
    margin: auto;
    display: block;
}
.ui-autocomplete.ls-autocomplete .desc {
    float: left;
    width: 250px;
}
.ui-autocomplete.ls-autocomplete .desc > * {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.ui-autocomplete.ls-autocomplete .desc > span {
    min-height: 20px;
    max-height: 20px;
}
.ui-autocomplete.ls-autocomplete .desc > small {
    min-height: 18px;
    max-height: 18px;
}
.ui-autocomplete.ls-autocomplete .ui-menu-item:hover .desc > * {
    height: auto;
    max-height: 200px;
    transition: max-height 1.5s ease-out 0.5s;
    -moz-transition: max-height 1.5s ease-out 0.5s;
    -webkit-transition: max-height 1.5s ease-out 0.5s;
    overflow: hidden;
    white-space: normal;
    min-height: 18px;
}
.ui-autocomplete.ls-autocomplete .desc .number {
    font-size: 12px;
}
.ui-autocomplete.ls-autocomplete .desc small {
    font-size: .9em;
    color: #999;
}
.ui-autocomplete.ls-autocomplete .ui-state-focus .desc small {
    color: #fff;
}
.ui-autocomplete.ls-autocomplete.in-modal {
    z-index: 1100;
}
.ui-autocomplete.ls-autocomplete.scrollable {
    height: 300px;
    overflow-y: scroll;
}
.ui-autocomplete.ls-autocomplete .ui-menu-item:not(.wrapper) .ui-menu-item-wrapper:not(.desc):not(.wrapper):not(.image-wrapper).ui-state-active,
.ui-autocomplete.ls-autocomplete .ui-menu-item:not(.wrapper)  .ui-menu-item-wrapper:not(.desc):not(.wrapper):not(.image-wrapper).ui-state-hover {
    margin: -10px;
    padding: 10px;
}
.ui-autocomplete.ls-autocomplete .desc.ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete.ls-autocomplete .desc.ui-menu-item-wrapper.ui-state-hover {
    color: #fff;
}
.ui-autocomplete.ls-autocomplete  .ui-menu-item-wrapper.ui-state-active {
    font-weight: normal;
}
.ui-autocomplete.ls-autocomplete .ui-menu-item.wrapper .ui-menu-item-wrapper.ui-state-active {
    background: #f1f1f1 !important;
}
.ui-autocomplete.ls-autocomplete .ui-menu-item.wrapper:hover,
.ui-autocomplete.ls-autocomplete .ui-menu-item.wrapper:hover .ui-menu-item-wrapper.ui-state-active {
        background: #ddd !important;
}
.ui-autocomplete.ls-autocomplete .desc.ui-state-active small,
.ui-autocomplete.ls-autocomplete .desc.ui-state-hover small {
    font-weight: normal;
    color: #fff;
}

.ui-autocomplete:not(.ls-autocomplete) .ui-menu-item {
    padding: 0;
}
.ui-autocomplete:not(.ls-autocomplete) .ui-menu-item-wrapper {
    padding: 5px 10px;
    display: block;
}
.ui-autocomplete:not(.ls-autocomplete) .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    font-weight: normal;
    text-decoration: none;
}
.ui-autocomplete.ui-front {
    z-index: 1061;
}

.header-search-wrapper .alert {
    margin: 0;
}

.navbar-brand {
    padding: 0;
    background: transparent;
    /*width: 30%;*/
    margin: 0;
    height: 50px;
}
.navbar-brand img {
    max-height: 50px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background: transparent;
}
.navbar-brand-img-wrapper2 {
    /*background-color: #f1f1f1;*/
    width: 100%;
    /*text-align: center;*/
    display: table;
}
.navbar-brand-img-wrapper {
    height: 50px;
    /*text-align: center;*/
    padding-right: 15px;
    vertical-align: middle;
    display: table-cell;
}

.navbar-default {
    transition: height .2s, transform .5s;
}
.navbar-default li, .navbar-default a {
    transition: height .2s, width .2s, padding .2s;
}
.navbar-default a {
    outline: none;
}

@media (min-width: 768px) {
    .navbar-brand-img-wrapper {
        right: 0;
        padding-left: 15px;
    }
    .header-small .navbar-default, .navbar-default .navbar-collapse {
        background-color: #fff;/*gba(255, 255, 255, .75);*/
    }
    .header-small .navbar-default {
        box-shadow: 0 5px 40px -1px rgba(0, 0, 0, 0.4);
    }
    .header-small #main-menu li {
        width: 45px;
        height: 40px;
        max-width: 45px;
        max-height: 40px;
    }
    .header-small #main-menu li a {
        background-color: transparent !important;
        padding: 10px 8px;
    }
    .header-small #main-menu li.active a {
        color: #000;
    }

    .navbar-header {
        float: left;
        width: 167px;
        height: 80px;
        min-width: unset;
    }
    .navbar-header .navbar-brand {
        width: 100%;
        height: 80px;
        margin-top: 0;
        padding: 0;
        padding-right: 15px;
    }
    .navbar-brand-img-wrapper {
        height: 80px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-header .navbar-brand img {
        max-height: 55px;
    }
    .header-small .navbar-header, .header-small .navbar-brand, .header-small .navbar-brand-img-wrapper {
        height: 50px;
    }
    .header-small .navbar-header .navbar-brand img {
        max-height: 35px;
    }
}
@media (max-width: 830px) {
    .header-small #main-menu .menu-calendar-text {
        top: 12px;
        left: 10px;
    }
    .main-menu-wrapper {
        padding-top: 15px;
    }
    #main-menu li {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
    }
    #main-menu .icon {
        font-size: 20px;
    }
    #main-menu .menu-calendar-text {
        top: 15px;
        left: 16px;
        width: 19px;
    }
    .navbar-nav>li>a {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}
@media (min-width: 831px) {
    .header-small #main-menu .menu-calendar-text {
        top: 15px;
        left: 8px;
    }
}
@media (min-width: 900px) {
    #main-menu li {
        margin-right: 10px;
    }
}
@media (min-width: 950px) {
    #main-menu li {
        margin-right: 15px;
    }
}
@media (min-width: 1000px) {
    #main-menu li {
        margin-right: 20px;
    }
}
@media (min-width: 1100px) {
    .header-small #main-menu li {
        margin-right: 20px;
    }
}

/* btn */
.btn-link.btn-text {
    color: #666;
}
.btn-link.btn-text:hover {
    color: #24293B;
    text-decoration: none;
}
/*.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}*/

/* popover */
.popover-content.popover-scroll {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    min-width: 280px;
    /*padding-right: 30px; !* unikamy wchodzenia tekstu pod scrollbar w niektórych przypadkach *!*/
}
.popover-content.popover-scroll b {
    float: left;
    font-size: 12px;
}
.popover-content.popover-scroll h4.budget-tooltip-title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 5px;
}
.popover-fixed {
    position: fixed;
    max-width: none;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
.popover-scroll {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.popover-content-clear {
    padding: 0;
}
.popover-content-clear .list-group {
    margin: 0;
}
.popover-content-clear .list-group > * {
    border-left: 0;
    border-right: 0;
}
.popover-content-clear .list-group .list-group-item:first-child {
    border-top: none;
}
.popover-content-clear .list-group .list-group-item:last-child {
    border-bottom: none;
}
.popover-footer {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #F7F7F7;
    border-top: 1px solid #ddd;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}

/* object tooltip */
.object-tooltip-container {
    margin-top: 5px;
    max-width: 450px;
    min-width: 300px;
}
.object-tooltip-container .icon-delete {
    color: #24293B;
}
.object-tooltip-container .note-video-clip,
.object-tooltip-container > div > iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.object-tooltip-container h4 {
    margin-top: 0;
    max-width: 370px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.object-tooltip-container h4 .object-name-link {
    color: #000;
}
.object-tooltip-container .profile-logo {
    margin-right: 10px;
    padding-bottom: 10px;
}
.object-tooltip-container.object-tooltip-deal-contacts {
    padding: 9px 14px;
    max-height: 540px;
    overflow: auto;
}
.object-tooltip-deal-contacts .add-deal-contact,
.object-tooltip-deal-contacts .add-company-contact {
    text-align: center;
    max-width: 300px;
}
.object-tooltip-deal-contacts .add-deal-contact-button,
.object-tooltip-deal-contacts .add-company-contact-button {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
}
.object-tooltip-deal-contacts .object-tooltip-deal-contacts-header, .object-tooltip-text {
    color: #909090;
}
.object-tooltip-text {
    width: 240px;
}
.object-tooltip-text .object-tooltip-deal-contacts-header {
    margin-bottom: 8px;
}
.object-tooltip-text h5 + h5 {
    margin-top: 8px;
}
.object-tooltip-text h5 {
    display: flex;
}
.object-tooltip-text h5 span {
    margin-right: 5px;
}
.object-tooltip-deal-contacts .object-tooltip-deal-contacts-header:first-child {
    margin-top: 0;
}
.object-tooltip-container .avatar-wrapper {
    width: 70px;
    height: 70px;
    text-align: center;
}
.object-tooltip-container .avatar-wrapper.avatar-small {
    width: 40px;
    height: 40px;
}
.object-tooltip-container .avatar-wrapper img {
    display: block;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
}
.object-tooltip-container .avatar-wrapper.avatar-small img {
    max-width: 40px;
    max-height: 40px;
}
.object-tooltip-container.object-tooltip-company img{
    border-radius: 0;
}
.object-tooltip-container.object-tooltip-space img {
    border-radius: 0;
}
.object-tooltip-container .object-details .number {
    font-size: 12px;
}
.object-tooltip-container .object-details {
    max-width: calc(100% - 80px);
}
.object-tooltip-container .object-details.object-details-compressed h4 {
    margin-bottom: 3px;
    font-size: 17px;
}
.object-tooltip-container .object-details.object-details-compressed .object-role {
    margin-bottom: 6px;
}
.object-tooltip-description {
    width: 100%;
}
.object-tooltip-description .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 70px;
    position: relative;
}
.object-tooltip-description .truncate > p:last-child {
    margin-bottom: 0;
}
.object-tooltip-description .truncate.fade-text {
    -webkit-mask-image: linear-gradient(to top, #fff0 0, white 30px);
    mask-image: linear-gradient(to top, #fff0 0, white 30px);
}
.object-tooltip-description .all-description {
    margin-top: 8px;
    margin-bottom: 16px;
}
.user-object-item .icon-usergroup {
    color: #24293B;
    font-size: 25px;
    margin-right: 6px;
    margin-left: 4px;
    position: relative;
    top: 7px;
}

.profile-edit-note.icon-edit, .profile-edit-dataset.icon-edit {
    color: #999;
}
.profile-edit-note.icon-edit:hover, .profile-edit-dataset.icon-edit:hover {
    color: #666;
}

/* badge */
.badge.alert-danger {
    color: #FFF;
    background-color: #DF224B;
    padding: 3px 5px;
}

/* default notification */

.header-menu-tab .alert-info {
    margin: 15px;
    width: 340px;
}
.notification-list {
    width: 370px;
    min-height: 300px;
}
.notification-list a {
    color: #24293B;
}
.notification-list .notification-dot {
    display: none;
}
.notification-list .is-new {
    background-color: #f3f3f3;
}
.notification-list .is-new .notification-dot {
    width: 5px;
    height: 100%;
    background-color: #429bff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.notification-list .avatar-container {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
    text-align: center;
}
.notification-list .avatar-container .icon {
    font-size: 30px;
    margin-top: 5px;
    color: #999;
}
.notification-list a:hover .avatar-container .icon {
    color: #666;
}
.notification-list .avatar-container img {
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    float: none;
    opacity: .8;
}
.notification-list a:hover img {
    opacity: 1;
}
.notification-list .content-container {
    width: 260px;
    float: left;
}
.notification-list p.nowrap, .notification-list h4 {
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 3px;
}
.notification-list h4 {
}
.notification-list .date {
    float: right;
    color: #999;
    margin-top: 3px;
}
.notification-list p .date {
    float: none;
}
.notification-list .body {
    color: #999;
}

.title-tabs {
    margin-top:0;
}
.title-tabs a {
    color: rgb(102,102,102);
    margin-left: 10px;
}
.title-tabs a:hover {
    font-weight: bold;
    text-decoration: none;
}
.title-tabs a.active {
    font-weight: bold;
}
.title-add-element {
    margin-right: 10px;
    margin-top: 10px;
}

/* menu gridów, statystyk, etc. */

.title-menu-wrapper {
    text-align: center;
    position: relative;
}
@media (max-width: 768px) {
    .title-menu-wrapper {
        text-align: left;
    }
}
.title-menu-wrapper .btn {
    padding: 2px 0;
    margin: 0 20px;
    font-size: 20px;
    color: #999;
    border-radius: 0;
    transition: color .3s ease;
}
.title-menu-wrapper .btn:after {
    content: '';
    display: block;
    margin: 3px auto -3px;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}
.title-menu-wrapper .btn:hover {
    text-decoration: none;
    color: #666;
}
.title-menu-wrapper .btn:hover:after {
    width: 100%;
    background: #429bff;
}
.title-menu-wrapper .btn.active {
    color: #24293B;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.title-menu-wrapper .btn.active:after {
    width: 100%;
    background: #429bff;
}
.title-menu-wrapper.header-menu-wrapper a {
    font-size: 16px;
    margin-top: 5px;
}
@media (max-width: 479px) {
    .title-menu-wrapper.header-menu-wrapper {
        text-align: center;
    }
}

.panel-heading .title-menu-wrapper {
    text-align: left;
}
.panel-heading .title-menu-wrapper .btn {
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
    padding: 0 0 2px;
}
.panel-heading .title-menu-wrapper .btn:first-child {
    margin-left: 0;
}
.panel-heading .title-menu-wrapper .btn:last-child {
    margin-right: 0;
}

.title-menu-wrapper.compact {
    text-align: left;
}
.title-menu-wrapper.compact .btn {
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px 0 0;
    padding: 0 0 2px;
}
.title-menu-wrapper.compact  .btn:after {
    margin: 0 auto 0;
}

/* user list (widget) */

.user-object-list .user-object-item img {
    height: 30px;
    width: 30px;
    margin-right: 5px;
}
.user-object-list ul {
    margin-bottom: 0;
}
.user-object-list li {
    margin: 10px 0;
}
.user-object-list li:first-child {
    margin-top: 0;
}
.user-object-list li:last-child {
    margin-bottom: 0;
}

/* panel droppable */

.panel-droppable {
    border: 2px solid #A7C0D9 !important;
    margin: -1px -1px 19px;
}
.panel-droppable h2.panel-title {
    color: #5097E0;
}
.panel-droppable .upload-drop-zone-text {
    color: #5097E0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block !important;
}

.wall-add-box.panel-droppable .upload-drop-zone-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: rgba(66, 155, 255, 0.6);
    border: 4px dashed rgb(66, 155, 255);
    color: #fff;
    font-size: 20px;
}
#form_wall_edit-text-wrapper .mentions-kinder {
    min-height: 80px;
}
#wall-mail-wrapper .upload-drop-zone-text {
    width: calc(100% + 30px);
    height: calc(100% + 55px);
    margin: -55px -15px 0px;
}

/* wall */
.wall {
    outline: none;
}
.wall-list {
    margin-top: -5px;
}
.wall-date {
    margin-top: 25px;
    margin-left: 2px;
}
.wall-date:first-child {
    margin-top: 5px;
    margin-left: 2px;
}
.wall-item p{
    margin-bottom: 0;
}
.wall-add-box {
    position: relative;
    margin-bottom: 5px;
}
.wall-option-copy-here {
    margin-right: 6px;
}
.wall-add-box .upload-drop-zone-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 139, 202, .8);
    color: white;
    font-size: 30px;
    text-align: center;
    padding-top: 150px;
    z-index: 100;
}
.wall-add-box .btn {
    outline: none !important;
}
.wall-add-box .upload-file-wrapper .btn {
    height: 60px;
}
.wall-add-box .upload-file-wrapper .btn-group-justified {
    margin-bottom: 15px;
}
.wall-add-box .submit-wrapper .form-group {
    float: left;
    margin-bottom: 0;
}
.wall-add-box .dynamic-textarea .form-group {
    margin-bottom: 0;
}
.wall-add-box .dynamic-textarea textarea {
    padding-right: 25px;
}
.wall-add-box .dynamic-textarea .mentions {
      padding-right: 26px;
}
.wall-add-box.active .dynamic-textarea .form-group {
    margin-bottom: 15px;
}

.wall .dynamic-textarea textarea {
    white-space: pre-wrap;
}

.wall .add-field-wrapper > * {
    float: left;
}
.wall .add-field-wrapper > div.form-group {
    margin-right: 5px;
    margin-left: -8px;
    margin-bottom: 0;
}
.wall .add-field-wrapper input {
    max-width: 100px;
    padding: 5px;
}
.wall #form_wall_edit .add-field-wrapper input {
    max-width: 125px;
}
.wall #form_wall_edit .upload-file-wrapper .btn {
    height: 60px;
}
.wall #form_wall_edit-cancel-wrapper, .wall #form_wall_edit-submit-wrapper {
    float: left;
}
.wall .add-field-wrapper select {
    max-width: 155px;
    padding: 5px;
}
#form_wall_add-date-wrapper .ui-datepicker-trigger, #form_wall_edit-date-wrapper .ui-datepicker-trigger {
    display: none;
}
.btn.add-tag-link.active {
    box-shadow: none;
}
.wall-add-box .tag-list [name="form_default_tag"] {
    display: inline-block;
}
.wall-add-box .tag-list [name="form_default_tag"] input {
    width: 200px;
    max-width: 250px;
}
.wall-add-box.active textarea {
    /*min-height: 80px !important;*/
}
.wall-add-box:not(.active) #form_wall_add-text {
    /*min-height: 40px !important;*/
}
.wall-add-box #form_wall_add-text {
    height: 40px;
}
/*.wall-add-box .files img {*/
/*max-height: 20px;*/
/*}*/
.wall-add-box .files .file-item {
    display: block;
    float: left;
    margin: 0 10px;
}

.wall-item-edit-content {
    margin-top: 10px;
}
.wall-search {
    margin-bottom: 15px;
}
.wall-search label.switch input[type="checkbox"] + div {
    font-size: 16px;
    margin-top: 2px;
}
.wall-search .form-styled .form-group.type-checkbox {
    margin-top: 10px;
}
.wall-search .form-styled .form-group.type-checkbox label.switch {
    margin-left: -34px;
}
.wall-search #form_wall_search-submit {
    margin-left: -15px;
}
.wall-search .form-group {
    margin-right: 10px;
}
.wall-search .tag-list {
    margin-bottom: 0;
}
.wall-search .panel-footer {
    padding: 10px 15px 15px;
}
#form_wall_search-cancel-wrapper {
    text-align: right;
}
#form_wall_search-cancel-wrapper button {
    padding-right: 0;
}
#form_wall_search-query-wrapper {
    margin-top: 16px;
}
#form_wall_search-query-wrapper .icon-magnifier {
    cursor: pointer;
}
#form_wall_search-show_followed {
    padding-left: 1px;
}
.wall-search-box-switcher {
    max-width: 100%;
    padding-right: 1px;
}
#form_wall_search-export-wrapper {
    float: left;
    padding-left: 0;
}
#form_wall_search-cancel-wrapper {
    float: right;
}

.wall-item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wall-item.email.unsynced {
}
.wall-item.email.unsend {
}
.wall-item:first-child {
    margin-top: 0;
}
.wall-item.type-activity {
    margin-bottom: 0;
    background-color: #f5f5f5;
    margin-top: -1px;
    transition: margin 0.7s ease-in-out, background-color 0.7s ease-in-out;
}
.wall-item.type-activity.single {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fff;
}
.wall-item.type-activity .panel-body {
    padding-bottom: 0;
}
.wall-item.type-activity .options {
    display: inline-block;
}
.wall-item.type-activity .options .btn {
    padding-top: 0;
}
.wall-item.type-activity .panel-footer {
    border-top: 1px solid #ddd;
}
.wall-item .panel-body {
    padding: 15px 15px 10px;
}
.wall-item .comment-list,
.wall-item .comment-box {
    margin-left: 3px;
    font-size: 13px;
}
.wall-item .comment-box .form-control {
    font-size: 13px;
}
.wall-item .social-like-wrapper {
    font-size: 13px;
    padding-left: 15px;
}
.wall-item .social-like-wrapper a {
    color: #999 !important;
}
.panel-footer.social-like-wrapper.visible + .panel-footer.not-gray {
    border-top: 1px solid #ddd;
}
.wall .avatar-wrapper, .wall .avatar-wrapper-comment, .popover-content .wall-item .avatar-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    margin-top: 4px;
}
.wall .avatar-wrapper-comment {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.wall .type-activity .avatar-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.wall .avatar-wrapper img, .popover-content .wall-item .avatar-wrapper img {
    max-height: 50px;
    max-width: 50px;
}
.wall .type-activity .avatar-wrapper img {
    max-height: 30px;
    max-width: 30px;
}
.wall .avatar-wrapper-comment img {
    max-height: 30px;
    max-width: 30px;
}
.wall-item .avatar-context {
    font-size: 20px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    background-color: #FFF;
    text-align: center;
    top: 34px;
    left: 33px;
    padding: 0 3px;
}
.wall-item .avatar-context.icon-phone {
    font-size: 22px;
    border-radius: 12px;
}
.wall-item.type-activity .avatar-context {
    top: 5px;
    left: 0;
}
.wall .wall-context a:first-of-type,
.wall-item .comment-list .user-link,
.wall-item .activity-holder a:first-of-type {
    font-family: UbuntuMedium, Ubuntu, Arial, Helvetica, sans-serif;
}
.wall .wall-context {
    margin: 0;
}
@media (min-width: 480px) {
    .wall .wall-context {
        overflow: hidden;
        height: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 479px) {
    .wall .wall-context {
        max-height: 4.5em;
        overflow: hidden;
    }
}
.wall-item.type-activity .panel-body .activity-holder{
    margin-bottom: 10px;
    margin-left: 40px;
}
.wall .mail-details {
    position: relative;
    padding: 2px 4px;
    bottom: 2px;
}
.wall .mail-details.popup-active {
    cursor: pointer;
}
.wall .wall-time {
    margin-right: 20px;
}
.wall .wall-time, .wall .wall-time a {
    color: #999;
}
.wall-item .wall-phone-details {
}
.wall-item .wall-phone-details .icon-clock {
    font-size: 11px;
    margin-left: 5px;
}
.wall-item .wall-phone-details a {
    margin-left: 5px;
}
.wall-item .wall-text {
    margin-top: 10px;
}
.wall-item .wall-item-options {
    float: right;
    position: relative;
    top: -5px;
    right: -10px;
}
.wall-item.type-activity .wall-item-options .btn-group .btn .icon-opt {
    color: #666;
}
.wall-item .wall-item-options .wall-option-main {
    padding: 5px 0;
    position: relative;
    top: 5px;
}
.wall-item .wall-item-options .wall-option-main.wall-option-call {
    position: unset;
    display: inline-block;
}
.wall-item.phone .wall-item-options .tooltip-inner {
    min-width: 190px;
}
.wall-item .wall-item-options .icon-privacy {
    top: 6px;
    position: relative;
    color: #666;
}
.wall-item .wall-item-options .icon-privacy:hover {
    color: #24293B;
}
.wall-item .wall-item-options .btn-group .dropdown-toggle {
    padding-left: 6px;
}
.wall-item .wall-item-options .btn-group .btn,
.wall-item .wall-item-comment-options .btn-group .btn,
.wall-item .wall-item-comment-options ul a {
    color: #24293B;
}
.wall-item .item-comment .content {
    float: left;
    width: calc(100% - 60px);
}
.wall-item .item-comment .wall-item-comment-options {
    float: left;
}
.wall-item .options a {
    color: #999;
}
.wall-item .options .btn {
    padding: 4px 4px 0;
}
.wall-item .options .btn.social-like, .wall-item .options .btn.social-unlike {
    padding-left: 0;
}
.wall-item .item-comment .social-like,
.wall-item .item-comment .social-unlike {
    color: #999;
}
.wall-item .item-comment .social-like-wrapper {
    font-size: 12px;
    color: #999;
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: 1px;
}
.wall-item .item-comment {
    margin-bottom: 10px;
}
.wall-item .item-comment p {
    margin: 0;
}
.wall-item .item-comment .btn {
    padding: 0 5px;
    font-size: 12px;
}
.wall-item .add-comment-form {
    float: left;
    width: calc(100% - 35px);
    position: relative;
}
.wall-item .add-comment-form textarea {
    width: 100%;
    padding: 3px 4px;
}
.wall-item .add-comment-form .mentions-input-box .mentions-autocomplete-list {
    position: relative;
}
.wall-item .add-comment-form .mentions-input-box .mentions {
    padding: 3px 4px;
}
.wall-item .add-comment-form .mentions-input-box textarea {
    height: 30px;
    white-space: pre-wrap;
}
.wall-item .add-comment-form .comment-button {
    height: 27px;
    margin-left: 10px;
}
.wall-item .textarea-width-wrap {
    overflow: hidden;
}
.wall-item .show-hide-comments {
    margin-bottom: 10px;
}
.wall-item .wall-activity-info {
    display: none;
    margin: 5px -15px 5px -15px;
}
.wall-activity-info img {
    padding: 0 15px;
    max-width: 100%;
    display: block;
    margin: auto;
}
.wall-item .wall-activity-type-deal-status-won,
.wall-item .wall-activity-type-user-join {
    padding: 15px 0;
    margin-top: 15px;
    margin-left: -55px;
    text-align: center;
    font-size: 20px;
    display: block;
}
.wall-item .wall-activity-type-deal-status-won {
    background-color: #f6f6f6;
}
.wall-item .wall-activity-type-user-join {
    background-color: #f6f6f6;
}
.wall-item .wall-activity-type-user-join small {
    font-size: 14px;
    padding: 0 20px;
    max-width: 510px;
    display: block;
    margin: 10px auto;
}
.wall-item .wall-activity-type-user-join a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 10px auto;
    width: auto;
    color: #fff;
    padding: 5px 10px;
    clear: both;
}
.wall-item .wall-activity-type-user-join a:hover {
    color: #88C541;
    background-color: #fff;
    cursor: pointer;
}
.wall-item .wall-activity-type-user-join img {
    width: 60%;
}

.wall-item .files {
    margin: 10px -5px 0;
}
.wall-item .file-item > img {
    max-width: 100%;
    padding: 0 5px;
    opacity: 0.9;
}
.wall-item .file-item > img:hover {
    opacity: 1;
}
.wall-item a.file-item {
    float: left;
    text-align: center;
    margin-bottom: 15px;
    width: 33.333333%;
}
.wall-item .file-item.downloadable > img {
    max-width: 40px;
    padding: 0 5px;
    opacity: 0.9;
    float: left;
}
.wall-item .file-item.downloadable > img:hover {
    opacity: 1;
}
.wall-item a.file-item.downloadable {
    float: left;
    font-size: 90%;
    margin-bottom: 15px;
    width: 32.333333%;
    margin: 0.5%;
    text-align: left;
    padding: 5px;
    background-color: rgb(245, 245, 245);
}
.wall-item a.file-item.downloadable:hover {
    background-color: rgb(235, 235, 235);
    text-decoration: none;
}
.file-item .remove-file-button,
.file-item .remove-existing-file-button {
    float: right;
    color: #24293B;
    margin-left: 5px;
    font-size: 10px;
    position: relative;
    top: 1px;
    right: -2px;
    cursor: pointer;
}

@media (max-width: 510px) {
    .wall-item a.file-item {
        width: 50%;
    }
    .wall-item a.file-item.downloadable {
        width: 49%;
    }
}
@media (min-width: 1100px) and (max-width: 1199px), (min-width: 1350px){
    .wall-item a.file-item {
        width: 25%;
    }
    .wall-item a.file-item.downloadable {
        width: 24%;
    }
}
.wall-item .options .social-users, .wall-item .options .social-users-count {
    cursor: default;
    padding-left: 0;
    padding-right: 0;
}
.wall-item .wall-text-part-mini-switcher,
.wall-item .wall-popup {
    display: none;
}

.wall-item .wall-ribbon {
    color: #fff;
    font-size: 0.875em;
    margin-left: -15px;
    margin-top: 6px;
    padding: 4px 15px;
    width: calc(100% + 30px);
    display: block;
}
.wall-item .wall-blue-ribbon {
    background: #7cc3fb;
}
.wall-item .wall-red-ribbon {
    background: #DF224B;
}
.wall-item .wall-ribbon a {
    color: #fff;
    text-decoration: underline;
}
.wall-item .wall-ribbon .icon-info,
.wall-item .wall-ribbon .icon-check {
    top: 2px;
    position: relative;
}
.wall-item .wall-ribbon .icon-check {
    margin-right: 5px;
    top: 1px;
}

/* wall - mail*/
.wall .wall-planned-mail .icon-tag:not(.footer-tag-icon) {
    float: left;
    padding-right: 7px;
    padding-top: 5px;
}
.wall .wall-planned-mail .tag-list {
    padding-top: 5px;
}
.wall .wall-mail-list {
    margin-top: -25px;
    padding-top: 25px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.wall .wall-mail-list .badge {
    font-weight: normal;
    font-size: 14px;
    background-color: #aaa;
    padding: 3px 13px;
    margin: 5px 0;
}
.wall .wall-planned-mail {
    position: relative;
    margin: 15px 30px 15px 0;
}
.wall .wall-planned-mail.unsend .popover.right {
    background-color: #f0d0d0;
}
.wall .wall-planned-mail.unsend .popover.right .popover-title {
    background-color: #f0d0d0;
}
.wall .wall-planned-mail.unsend .popover.right .arrow:after {
    border-right-color: #f0d0d0;
}
.wall .wall-list .wall-planned-mail.being-edited > .icon-wrapper {
    opacity: 0;
}
.wall .wall-planned-mail .icon-wrapper {
    color: #fff;
    background-color: #89C041;
    border-radius: 50%;
    border: 1px solid #999;
    padding: 6px 0;
    text-align: center;
    position: absolute;
    left: -16px;
    top: 10px;
    width: 31px;
    height: 31px;
    opacity: 1;
    transition: opacity 0.5s 0.5s;
}
.wall .wall-planned-mail .icon-wrapper.sequence {
    font-family: Arial, sans-serif;
    font-size: 19px;
    padding: 5px 0;
}
.wall .wall-planned-mail .icon-wrapper i {
    font-size: 15px;
}
.wall .wall-planned-mail .popover {
    display: block !important;
    position: relative;
    box-shadow: none;
    width: 100%;
    margin-left: 30px;
    max-width: none;
    z-index: 1;
}
.wall .wall-planned-mail .text {
    word-break: break-all;
}
.wall .wall-planned-mail .popover .arrow {
    top: 25px;
}
.wall .wall-planned-mail .popover .popover-header {
    padding: 15px 15px 0;
}
.wall .wall-planned-mail .popover .popover-title {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.wall .wall-planned-mail .popover .popover-content.inactive {
    background-color: #ededed;
}
.wall .wall-planned-mail .popover .popover-title .text-muted {
    font-size: 0.9em;
}
.wall .wall-planned-mail .planned-mail-show-more {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 5px;
    cursor: pointer;
}
.wall .wall-planned-mail .planned-mail-show-more a {
    color: #999;
}
.wall .wall-planned-mail .text-wrapper .text:not(.ellipsis) {
    margin-bottom: 5px;
}
.wall .wall-planned-mail .planned-mail-show-more:hover a {
    text-decoration: underline;
}
.wall .wall-planned-mail .planned-mail-show-more.hide-s {
    display: none;
}
.wall .wall-planned-mail .popover-content.animating .text-wrapper {
    height: 33%;
    overflow: hidden;
}
.wall .wall-planned-mail .popover-content.animating .content-wrapper {
    height: calc(100% - 23px);
}

.wall .wall-planned-mail .wall-item-options {
    float: right;
    position: relative;
    top: -5px;
    right: -10px;
}
.wall .wall-planned-mail .wall-item-options .btn-group .dropdown-toggle {
    padding-left: 6px;
}
.wall .wall-planned-mail .wall-item-options .wall-option-main {
    padding: 5px 0;
    position: relative;
    top: 5px;
}

/* planned mail sequences */
.wall .wall-planned-mail.sequence .popover-content {
    padding: 14px;
}

.wall .wall-planned-mail.sequence .sequence-step-wrapper {
    margin-top: 15px;
}

.wall .wall-sequence-step-planned:before {
    content: " ";
    background: #eee;
    z-index: -1;
    width: calc(100% + 46px);
    height: calc(100% + 15px);
    position: absolute;
    left: -31px;
    top: -15px;
}

.wall .wall-sequence-step-planned:first-child:before {
    top: -10px;
    height: calc(100% - 10px);
}

.wall .wall-planned-mail.sequence .sequence-step {
    position: relative;
}

.wall .wall-planned-mail.sequence .sequence-active-info {
    color: #8BC13C;
    font-size: 12px;
    margin-bottom: -17px;
    position: relative;
    top: -12px;
}

.wall .wall-planned-mail .sequence-stop-in-step {
    float: right;
    background: #eee;
    padding: 1px 10px 1px 6px;
    color: #666;
    border-radius: 5px;
}
.wall .wall-planned-mail .sequence-stop-in-step:hover {
    text-decoration: none;
    background: #ddd;
    color: #24293B;
}

.wall .wall-planned-mail .sequence-stop-in-step .fa {
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

.wall .wall-planned-mail.sequence .sequence-step {
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 15px;
}
.wall .wall-planned-mail.sequence .sequence-step:not(:last-child) {
    border-left: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.wall .wall-planned-mail.sequence .sequence-step:last-child {
    border-left: 1px solid transparent;
    margin-bottom: -15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wall .wall-planned-mail.sequence .sequence-step:last-child:before {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.wall .wall-planned-mail.sequence .sequence-step:not(:last-child) .sequence-mail {
    margin-bottom: 2em;
}
.wall .wall-planned-mail.sequence .sequence-icon {
    border-radius: 50%;
    border: 1px solid #999;
    padding: 1px 0 0;
    text-align: center;
    font-size: 17px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    color: #fff;
}
.wall .wall-planned-mail.sequence .sequence-form-wrapper .sequence-icon {
    padding: 1px 0 0;
}
.wall .wall-planned-mail.sequence .todo-type-icon {
    font-size: 17px;
    position: relative;
    bottom: -2px;
    color: #999;
}
.wall .wall-planned-mail.sequence .sequence-icon .icon-activities {
    font-size: 17px;
    padding-top: 0;
}
.wall .wall-planned-mail.sequence .step-name {
    padding-top: 5px;
}
.wall .wall-planned-mail.sequence .sequence-icon.step-finished {
    background-color: #fff;
    color: #999;
}
.wall .wall-planned-mail.sequence .sequence-icon.step-active {
    background-color: #89C041;
}
.wall .wall-planned-mail.sequence .sequence-icon.step-future {
    background-color: #999;
}

.wall .wall-list .wall-planned-mail.sequence {
    margin: 10px 0;
}
.wall .wall-list .wall-planned-mail.sequence .popover {
    margin-left: 0;
    border-radius: 2px;
}
.wall .wall-list .wall-planned-mail.sequence .arrow {
    display: none;
}
.wall .wall-list .wall-planned-mail.sequence .icon-wrapper {
    position: absolute;
    left: 51px;
    z-index: 10;
    top: 53px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    padding-top: 2px;
}
.wall .wall-list .wall-planned-mail.sequence .sequence-step-wrapper {
    margin-top: 20px
}

.cuttext-long, .cuttext-short {
    width: 100%;
}
.cuttext-long .show-more,
.cuttext-short .show-more
{
    text-align: right;
    float: right;
    width: 100%;
    display: block;
    border-top: 1px dashed #eee;
}
.item-comment .cuttext-long .show-more,
.item-comment .cuttext-short .show-more
{
    text-align: left;
    border: none;
    float: none !important;;
}

.longtext-wrapper {
    position: relative;
}
.longtext-wrapper .text {
    max-height: none;
    height: 320px;
    overflow: hidden;
}
.longtext-wrapper .show-more
{
    padding: 40px 0 0 5px;
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFF 80%);
    display: block;
}
.longtext-wrapper-disabled .text {
    height: auto;
    max-height: 340px;
    overflow: hidden;
}
.longtext-wrapper-disabled .show-more, .longtext-wrapper-disabled .show-less {
    display: none;
}

/* tag */
.tag-list .form-group {
    overflow: hidden;
    margin: 0;
    float: left;
}
.tag-list .form-group .error {
    font-size: .8em;
}
.tag-list .btn {
    padding-left: 5px;
    padding-right: 0;
}
.tag-list .hide-tag-form {
    font-size: 10px;
    height: 34px;
    padding-bottom: 3px;
}
.tag-list {
    margin-bottom: 0;
}
.tag-list > .icon {
    color: #666;
}
.tag-list [name="form_default_tag"] {
    /*float: right;*/
    /*margin-left: 10px;*/
}
.tag-list .tag-item {
    display: inline-block;
    font-weight: normal;
    position: relative;
    padding: 0.3em .6em 0.2em;
    margin: 2px 0;
    color: #fff;
}
.tag-field-wrap {
    max-width: calc(100% - 40px);
}
.tag-field-wrap .tag-item {
    max-width: 100%;
}
.tag-field-wrap .tag-item .tag-text {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}
.tag-item.label-primary:focus {
    background-color: #428bca;
}
.tag-item.label-primary:hover {
    background-color: #3071a9;
}
.tag-list .tag-item .tag-delete {
    display: none;
}
.tag-list .tag-item:hover .tag-delete {
    display: block;
    color: #FFF;
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 10;
    font-size: 8px;
    border-radius: 50%;
    padding: 3px;
    background-color: #5E5E5E;
}
.tag-list .tag-item:hover .tag-delete:hover {
    background-color: #DF224B;
}
.tag-list [name="form_default_tag"] {
    display: none;
}
.tag-list .show-tag-form {
    padding: 4px 12px 4px 0;
}

.all-tags-list .hide-tag-form {
    padding: 5px;
    margin: 5px;
}
.all-tags-list #form_default_tag-submit {
    margin-left: 10px;
    padding: 5px 10px;
}

/* errory 404 i 500 */
.http-error {
    color: #666;
}
.http-error .error-container {
    min-height: 170px;
    max-width: 540px;
    padding: 0 10px;
    display: inline-block;
    text-align: left;
    position: relative;
    line-height: 2.5;
}
.http-error h3 {
    margin-bottom: 15px;
}
.http-error .on-bottom {
    position: absolute;
    bottom: 0;
}

/* default form */
.form-inline .radio label, .form-inline .checkbox label.btn {
    padding: 6px;
}
label.switch.disabled {
    cursor: not-allowed;
    /*pointer-events: none;*/
}
label.switch.disabled input[type="checkbox"] + div:hover,
label.switch.disabled input[type="checkbox"] + div {
    border: 1px solid #ddd;
    background: #ddd;
}
label.switch.disabled input[type="checkbox"]:checked + div:hover,
label.switch.disabled input[type="checkbox"]:checked + div {
    border: 1px solid #53bdff;
    background: #53bdff;
}
label.switch.disabled input[type="checkbox"] + div:before {
    box-shadow: none;
}
label.switch input[type="checkbox"]:not(:checked),
label.switch input[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
}
label.switch {
    position: relative;
    display: table;
    cursor: pointer;
    min-height: 22px;
    margin: 0;
}
label.switch.small {
    height: 18px;
}
label.switch span {
    min-height: 22px;
    vertical-align: middle;
    color: #24293B;
    display: table-cell;
}
label.switch input[type="checkbox"] + div {
    font-size: 22px;
    width: 1.8em;
    height: 1em;
    border: 1px solid #eee;
    border-radius: 999px;
    background: #ccc;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width;
    margin-right: 5px;
    float: left;
}
label.switch.small input[type="checkbox"] + div {
    font-size: 18px;
}
label.switch input[type="checkbox"] + div:hover {
    border: 1px solid #eee;
    background: #aaa;
}
label.switch input[type="checkbox"]:checked + div {
    padding-left: .8em;
    /*width: 1em;*/
    background: #429bff;
    border: 1px solid #429bff;
}
label.switch input[type="checkbox"]:checked + div:hover {
    background: #0584F9;
    border: 1px solid #0584F9;
}
label.switch input[type="checkbox"] + div:before {
    content: '';
    display: block;
    width: .92em;
    height: .92em;
    border-radius: inherit;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
label.switch input[type="checkbox"] + div:before:focus {
    background: #aaa;
}
label.switch input[type="checkbox"]:active + div:before {
    background-color: #fff;
}
label.switch input[type="checkbox"]:focus + div {
}

label.switch.disabled input[type="checkbox"]:checked + div,
label.switch.disabled input[type="checkbox"]:checked + div:hover {
    background: #A9ABB1;
    border-color: #A9ABB1;
}
label.switch.disabled input[type="checkbox"] + div:before {
    background-color: #E8EAEF;
}

button.ui-datepicker-trigger {
    background: none;
    border: none;
    padding: 0;
    font-size: 18px;
    position: absolute;
    top: 2px;
    right: 0;
    color: #737373;
    outline: none;
}

/* default modal */
.ls-modal .modal-content {
    border-radius: 3px;
}
.ls-modal .modal-footer {
    background-color: #F5F5F5;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
}
.ls-modal .modal-footer {
    padding: 8px;
}
.ls-modal .modal-footer .btn {
    padding: 6px 30px;
}
.modal-header.mini-header {
    padding: 0;
    border-bottom: none;
    min-height: 10px;
}
.modal-header.mini-header * {
    display: none;
}

/* default btn */
.dropdown-menu {
    border-radius: 2px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #3787F5;
}
.btn:focus, .btn.active:focus {
    outline: none;
}
.btn-link:focus {
    text-decoration: none;
}

/* szeroki modal */

.modal.modal-wide .modal-dialog{
    width: 90%;
    max-width: 1200px;
}

.modal.modal-very-wide .modal-dialog{
    width: 90%;
    max-width: 960px;
}

/*.modal-wide .modal-body{*/
/*overflow-y: auto;*/
/*}*/

/* pionowe marginy dla bootstrapa */
.margin-bottom-xs {
    margin-bottom: 0.25em;
}
.margin-bottom-sm {
    margin-bottom: 0.5em;
}
.margin-bottom-md {
    margin-bottom: 1em;
}
.margin-bottom-lg {
    margin-bottom: 2em;
}
.margin-bottom-xl {
    margin-bottom: 4em;
}

/*pull zalezny od rozmiaru dla boostrapa*/
@media (max-width: 767px) {
    .pull-xs-left {
        float: left;
    }
    .pull-xs-right {
        float: right;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-md-left {
        float: left;
    }
    .pull-md-right {
        float: right;
    }
}
@media (min-width: 1200px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
}
/*columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
}
.row-xs-height {
    display: table;
    width: 100%;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}



@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .row-md-height {
        display: table;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* firefox fix */
.img-responsive {
    width: 100%;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* relation box */

.relation-box .relation-box-wrapper > a.object-tooltip {
    min-height: 20px;
}

.relation-box .relation-box-wrapper > a {
    display: block;
    padding: 5px 0;
    cursor: pointer;
}

.relation-box .dropdown-toggle {
    margin-right: -10px;
}

.relation-box .link-list {
    margin-bottom: 0;
    margin-top: 10px;
}
.relation-box .avatar {
    height: 30px;
    width: 30px;
    margin-right: 15px;
    float: left;
}
.relation-box .relation-box-wrapper {
    padding: 10px 0;
}
.relation-box .relation-box-details {
    margin-top: 5px;
    font-size: 0.9em;
}

/* stare ikonki */
.ico {
    background: transparent url(../image/sprite_livespace.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
}


.ico-close {
    width: 18px;
    height: 18px;
    background-position: -449px -338px;
}
.ico-xls {
    background: transparent url(../image/icons/excel.gif) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
}
.ico-bulb {
    background-position: -603px -371px;
    width: 28px;
    height: 28px;
}
.ico-bulb-inactive {
    background-position: -603px -408px;
    width: 28px;
    height: 28px;
}
.ico-notification-type-10 {
    background: transparent url(../image/sprite_livespace.png) no-repeat;
    background-position: -194px -389px;
    margin: 6px 17px 0 15px !important;
    width: 24px;
    height: 24px;
}
.ico-bulb-on {
    background: transparent url(../image/icons/bulb-on.png) no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    width: 24px;
    height: 24px;
}
.ico-good-gray {
    background: transparent url(../image/icons/good-gray.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.ico-good-color {
    background: transparent url(../image/icons/good-color.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.ico-bad-gray {
    background: transparent url(../image/icons/bad-gray.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.ico-bad-color {
    background: transparent url(../image/icons/bad-color.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.ico-good-gray-16 {
    background-position: -267px -393px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.ico-good-color-16 {
    background-position: -226px -393px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.ico-bad-gray-16 {
    background-position: -288px -393px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.ico-bad-color-16 {
    background-position: -246px -393px;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.ico-follow {
    background-position: -310px -393px;
    width: 12px;
    height: 12px;
}
.ico-unfollow {
    background-position: -311px -412px;
    width: 12px;
    height: 12px;
}
.ico-ads-meeting {
    background-position: 0 -445px;
    width: 25px;
    height: 17px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-meeting {
    background-position: 0 -475px;
}
.ico-lamp-bulb {
    background: transparent url(../image/icons/tip-active.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.ico-lamp-bulb:hover {
    background: transparent url(../image/icons/tip-hover.svg) no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.deal-stages h4.active .ico-lamp-bulb {
    background: transparent url(../image/icons/tip-active-white.svg) no-repeat;
}
.deal-stages h4.active .ico-lamp-bulb:hover {
    background: transparent url(../image/icons/tip-hover-white.svg) no-repeat;
}
.ico-ads-contact {
    background-position: -43px -445px;
    width: 25px;
    height: 15px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-contact {
    background-position: -43px -475px;
}
.ico-ads-company {
    background-position: -174px -445px;
    width: 25px;
    height: 15px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-company {
    background-position: -174px -475px;
}
.ico-ads-todo {
    background-position: -209px -445px;
    width: 25px;
    height: 15px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-todo {
    background-position: -209px -475px;
}
.ico-ads-space {
    background-position: -86px -445px;
    width: 25px;
    height: 15px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-space {
    background-position: -86px -475px;
}
.ico-ads-deal {
    background-position: -129px -445px;
    width: 25px;
    height: 15px;
    vertical-align: text-bottom;
}
.adds-list a:hover .ico-ads-deal {
    background-position: -129px -475px;
}
.ico-hd-sell {
    background-position: -156px -193px;
    width: 20px;
    height: 17px;
}
.ico-hd-space {
    background-position: -195px -193px;
    width: 20px;
    height: 17px;
}
.ico-hd-rss {
    background-position: -235px -193px;
    width: 21px;
    height: 16px;
    vertical-align: middle;
}
.ico-tools {
    background-position: -310px -193px;
    width: 20px;
    height: 17px;
    vertical-align: middle;
}
.ico-hd-meeting {
    background-position: -8px -193px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.ico-hd-task {
    background-position: -118px -193px;
    width: 20px;
    height: 18px;
}
.ico-photocamera {
    background-position: -40px -193px;
    width: 25px;
    height: 18px;
}
.ico-atachment, .ico-attachment {
    background-position: -80px -193px;
    width: 20px;
    height: 18px;
}
.ico-circle-gray-count {
    background-position: -58px -297px;
    width: 12px;
    height: 13px;
    text-align: center;
    font-size: 9px;
    margin: 0 5px;
}
.ico-circle-orange-count {
    background-position: -32px -299px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    vertical-align: super;
}
.ico-plus-man {
    background-position: -274px -193px;
    width: 25px;
    height: 20px;
    vertical-align: text-top;
    margin: 0 5px;
}
.ico-plus-circle {
    background-position: -57px -85px;
    height: 55px;
    width: 55px;
}
.ico-arrows-down-circle {
    background-position: -18px -343px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.ico-arrows-down-circle-dark {
    background-position: -20px -365px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.ico-arrows-down-gray {
    background-position: 0px -347px;
    width: 10px;
    height: 9px;
    cursor: pointer;
}
.ico-arrows-up-gray {
    background-position: 0px -364px;
    width: 10px;
    height: 9px;
    cursor: pointer;
}
.ico-arrows-down-white {
    background-position: -23px -347px;
    width: 12px;
    height: 10px;
}
.ico-arrows-up-white {
    background-position: -23px -363px;
    width: 12px;
    height: 10px;
}
.ico-arr-up{
    background-position: -126px -338px;
    width: 8px;
    height: 10px;
    vertical-align: middle;
}
.ico-arr-down{
    background-position: -141px -340px;
    width: 8px;
    height: 10px;
    vertical-align: middle;
}
.ico-arr-r{
    background-position: -75px -340px;
    width: 13px;
    height: 19px;
    vertical-align: middle;
}
.ico-arr-l{
    background-position: -93px -340px;
    width: 13px;
    height: 19px;
    vertical-align: middle;
}
.ico-arrow-l{
    background-position: -157px -340px;
    width: 13px;
    height: 12px;
    vertical-align: middle;
}
.ico-eye {
    background-position: -235px -194px;
    width: 21px;
    height: 12px;
}
.ico-invite-man {
    background-position: 0 -384px;
    width: 52px;
    height: 40px;
    margin: 5px 10px 10px 0;
    float: left;
}
.ico-email {
    background-position: -549px -215px;
    width: 16px;
    height: 12px;
}
.ico-email-xl {
    background-position: -551px -193px;
    width: 20px;
    height: 12px;
}
.ico-email-gray {
    background-position: -470px -230px;
    height: 30px;
    width: 30px;
}
.ico-phone {
    background-position: -574px -216px;
    width: 16px;
    height: 16px;
}
.ico-phone-xl {
    background-position: -575px -193px;
    width: 20px;
    height: 18px;
}
.ico-browse {
    background-position: -690px -193px;
    width: 20px;
    height: 18px;
}
.ico-edit {
    background-position: -742px -217px;
    width: 15px;
    height: 14px;
}
.ico-merge {
    background-position: -760px -216px;
    width: 15px;
    height: 14px;
}
.ico-array-move {
    background-position: -613px -217px;
    width: 17px;
    height: 12px;
}
.ico-edit-xl {
    background-position: -742px -193px;
    width: 18px;
    height: 16px;
}
.ico-copy-xl {
    background-position: -742px -170px;
    width: 18px;
    height: 17px;
}
.ico-restore {
    background-position: -639px -216px;
    width: 16px;
    height: 16px;
}
.ico-segment {
    background-position: -436px -193px;
    width: 17px;
    height: 13px;
}
.ico-contact {
    background-position: -470px -191px;
    width: 17px;
    height: 14px;
}
.ico-group {
    background-position: -499px -193px;
    width: 17px;
    height: 15px;
}
.ico-tag {
    background-position: -525px -193px;
    width: 17px;
    height: 15px;
    vertical-align: top;
}
.ico-home {
    background-position: -596px -193px;
    width: 15px;
    height: 15px;
}
.ico-skype {
    background-position: -619px -193px;
    width: 15px;
    height: 15px;
}
.ico-file-mini {
    background-position: -641px -192px;
    width: 15px;
    height: 15px;
}
.ico-team {
    background-position: -398px -192px;
    width: 20px;
    height: 17px;
}
.ico-w-contact, .ico-w-crm, .ico-notification-type-2 {
    background-position: -6px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-sell, .ico-w-deal, .ico-notification-type-5 {
    background-position: -132px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-attachment {
    background-position: -92px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-comment, .ico-w-wall, .ico-notification-type-6, .ico-notification-type-7, .ico-notification-type-8 {
    background-position: -174px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-todo, .ico-notification-type-3 {
    background-position: -328px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-calendar, .ico-notification-type-1 {
    background-position: -215px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-space, .ico-notification-type-4 {
    background-position: -253px -230px;
    height: 29px;
    width: 29px;
}
.ico-w-mail, .ico-notification-type-9 {
    background-position: -401px -230px;
    height: 30px;
    width: 30px;
}
.ico-w-mail, .ico-notification-type-11 {
    background-position: -435px -229px;
    height: 30px;
    width: 30px;
}
.ico-w-bsc {
    background-position: -366px -230px;
    height: 29px;
    width: 29px;
}
.ico-time {
    background-position: -374px -193px;
    width: 11px;
    height: 12px;
}
.ico-tab-meeting {
    background-position: -129px -514px;
    width: 35px;
    height: 32px;
    vertical-align: text-bottom;
}
.ico-tab-task {
    background-position: -64px -513px;
    width: 35px;
    height: 32px;
}
.active .ico-tab-meeting {
    background-position: -127px -567px;
    width: 35px;
    height: 32px;
    vertical-align: text-bottom;
}
.active .ico-tab-task {
    background-position: -64px -564px;
    width: 35px;
    height: 32px;
}
.ico-fb {
    background-position: -386px -695px;
    width: 21px;
    height: 21px;
}
.ico-tw {
    background-position: -439px -695px;
    width: 21px;
    height: 21px;
}
.ico-gl {
    background-position: -333px -695px;
    width: 21px;
    height: 21px;
}
.ico-info {
    background-position: -696px -217px;
    width: 13px;
    height: 12px;
    cursor: pointer;
}
.ico-fullscreen {
    background-position: -677px -217px;
    width: 16px;
    height: 12px;
    cursor: pointer;
}
.ico-off {
    background-position: -660px -217px;
    width: 16px;
    height: 12px;
    cursor: pointer;
}
.ico-in {
    background-position: -280px -695px;
    width: 21px;
    height: 21px;
}
.ico-www {
    background-position: -489px -695px;
    width: 21px;
    height: 21px;
}
.ico-fb-inactive {
    background-position: -360px -695px;
    width: 21px;
    height: 21px;
}
.ico-tw-inactive {
    background-position: -413px -695px;
    width: 21px;
    height: 21px;
}
.ico-gl-inactive {
    background-position: -307px -695px;
    width: 21px;
    height: 21px;
}
.ico-in-inactive {
    background-position: -254px -695px;
    width: 21px;
    height: 21px;
}
.ico-www-inactive {
    background-position: -464px -695px;
    width: 21px;
    height: 21px;
}
.ico-google {
    background-position: -93px -624px;
    width: 16px;
    height: 18px;
}
.ico-social-search {
    background-position: -540px -695px;
    width: 21px;
    height: 21px;
}

.ico-background {
    background-position: -641px -193px;
    width: 17px;
    height: 15px;
}
.ico-greren-tick {
    background-position: -158px -297px;
    width: 15px;
    height: 14px;
}
.ico-orange-arrow {
    background-position: -192px -297px;
    width: 15px;
    height: 13px;
}
.ico-plus-blue {
    background-position: -222px -297px;
    width: 10px;
    height: 12px;
}
.ico-search {
    width:20px;
    height:20px;
    background-position: -661px -192px;
}
.ico-x{
    background-position: -243px -298px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    vertical-align: middle;
}
.ico-xx{
    background-position: -717px -193px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.ico-xxx{
    background-position: -717px -217px;
    width: 13px;
    height: 13px;
    cursor: pointer;
}
.ico-x-white{
    background-position: -292px -298px;
    width: 13px;
    height: 12px;
    cursor: pointer;
    vertical-align: middle;
}
.ico-arrow-down{
    background-position: -44px -347px;
    width: 19px;
    height: 12px;
}
.ico-arrow-right{
    background-position: -77px -340px;
    width: 12px;
    height: 19px;
}
.ico-green-tick{
    background-position: -157px -297px;
    width: 14px;
    height: 14px;
}
.ico-green-tick-xl{
    background-position: -156px -651px;
    width: 38px;
    height: 36px;
}
.ico-dots{
    background-position: -491px -335px;
    width: 22px;
    height: 14px;
}
.ico-exclamation{
    background-position: -210px -651px;
    width: 45px;
    height: 36px;
}
.ico-stat-buget{
    background-position: -5px -706px;
    width: 35px;
    height: 19px;
}
.ico-stat-active{
    background-position: -111px -706px;
    width: 35px;
    height: 19px;
}
.ico-stat-contact{
    background-position: -58px -706px;
    width: 35px;
    height: 19px;
}
.ico-stat-prog{
    background-position: -166px -706px;
    width: 35px;
    height: 19px;
}
.ico-stat-bsc{
    background-position: -217px -706px;
    width: 35px;
    height: 19px;
    float: left;
}

.ico-in-big-inactive {
    background-position: -255px -653px;
    width: 32px;
    height: 32px;
}

.ico-fb-big-inactive {
    background-position: -414px -653px;
    width: 32px;
    height: 32px;
}

.ico-gl-big-inactive {
    background-position: -335px -653px;
    width: 32px;
    height: 32px;
}

.ico-tw-big-inactive {
    background-position: -496px -653px;
    width: 31px;
    height: 31px;
}

.ico-www-big-inactive {
    background-position: -572px -653px;
    width: 31px;
    height: 31px;
}

.ico-in-big {
    background-position: -295px -653px;
    width: 31px;
    height: 31px;
}

.ico-fb-big {
    background-position: -455px -653px;
    width: 31px;
    height: 31px;
}

.ico-gl-big {
    background-position: -375px -653px;
    width: 31px;
    height: 31px;
}

.ico-tw-big {
    background-position: -534px -653px;
    width: 31px;
    height: 31px;
}

.ico-www-big {
    background-position: -610px -653px;
    width: 31px;
    height: 31px;
}

.ico-notification-read {
    background-position: -572px -408px;
    width: 28px;
    height: 28px;
}
.ico-notification-unread {
    background-position: -572px -371px;
    width: 28px;
    height: 28px;
}
.ico-plus {
    background-position: -542px -408px;
    width: 28px;
    height: 28px;
}
.ico-plus-inactive {
    background-position: -542px -371px;
    width: 28px;
    height: 28px;
}
.ico-mail-read {
    background-position: -634px -408px;
    width: 28px;
    height: 28px;
}
.ico-mail-unread {
    background-position: -634px -371px;
    width: 28px;
    height: 28px;
}
.ico-edit-gray {
    width: 12px;
    height: 13px;
    background-position: -345px -193px;
}
.ico-grid-arrow {
    width: 11px;
    height: 6px;
    background-position: -472px -462px;
}
.ico-priority-high {
    background-position: -257px -435px;
    width: 6px;
    height: 16px;
}
.ico-priority-normal {
    background-position: -257px -456px;
    width: 6px;
    height: 16px;
}
.ico-todo.done {
    background-position: -411px -444px;
    width: 29px;
    height: 32px;
}
.ico-todo {
    background-position: -441px -444px;
    width: 29px;
    height: 32px;
}
.ico-todo-clear {
    background-position: -441px -453px;
    width: 29px;
    height: 21px;
}
.ico-todo.inactive.done {
    background-position: -411px -477px;
    width: 29px;
    height: 32px;
}
.ico-todo.inactive {
    background-position: -441px -477px;
    width: 29px;
    height: 32px;
}
.ico-todo-reminders {
    background-position: -297px -487px;
    width: 16px;
    height: 16px;
}
.ico-todo-files {
    background-position: -319px -487px;
    width: 16px;
    height: 16px;
}
.ico-todo-comments {
    background-position: -364px -487px;
    width: 16px;
    height: 16px;
}
.ico-todo-cycle {
    background-position: -342px -487px;
    width: 16px;
    height: 16px;
}

.icon-todo-type-1:before {
    content: "\f274";
}
.icon-todo-type-2:before {
    content: "\e611";
}
.icon-todo-type-3:before {
    content: "\e616";
}
.icon-todo-type-4:before {
    content: "\f0c3";
}
.icon-todo-type-5:before {
    content: "\f004";
}
.icon-todo-type-6:before {
    content: "\f0f3";
}
.icon-todo-type-7:before {
    content: "\e657";
}
.icon-todo-type-8:before {
    content: "\f0e7";
}
.icon-todo-type-9:before {
    content: "\e650";
}
.icon-todo-type-10:before {
    content: "\f1e2";
}
.icon-todo-type-11:before {
    content: "\f07a";
}
.icon-todo-type-12:before {
    content: "\f0b1";
}
.icon-todo-type-13:before {
    content: "\f025";
}
.icon-todo-type-14:before {
    content: "\f007";
}
.icon-todo-type-15:before {
    content: "\f164";
}
.icon-todo-type-16:before {
    content: "\f08e";
}
.icon-todo-type-17:before {
    content: "\f1f8";
}
.icon-todo-type-18:before {
    content: "\f02f";
}
.icon-todo-type-19:before {
    content: "\f012";
}
.icon-todo-type-20:before {
    content: "\f0c2";
}
.icon-todo-type-21:before {
    content: "\f023";
}
.icon-todo-type-22:before {
    content: "\f0c6";
}
.icon-todo-type-23:before {
    content: "\f040";
}
.icon-todo-type-24:before {
    content: "\f015";
}
.icon-todo-type-25:before {
    content: "\f219";
}
.icon-todo-type-26:before {
    content: "\f135";
}
.icon-todo-type-27:before {
    content: "\f19d";
}
.icon-todo-type-28:before {
    content: "\f0c4";
}
.icon-todo-type-29:before {
    content: "\f1b9";
}
.icon-todo-type-30:before {
    content: "\f03d";
}
.icon-todo-type-31:before {
    content: "\f0e9";
}
.icon-todo-type-32:before {
    content: "\f0d1";
}
.icon-todo-type-33:before {
    content: "\f15c";
}
.icon-todo-type-34:before {
    content: "\f118";
}
.icon-todo-type-35:before {
    content: "\f0e0";
}
.icon-todo-type-36:before {
    content: "\e801";
}
.icon-todo-type-37:before {
    content: "\e801";
}
.icon-todo-type-38:before {
    content: "\e801";
}
.icon-todo-type-39:before {
    content: "\e801";
}

.menu-popover-close {
    display: none;
}

@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
        min-height: 100%;
        background: #fff;
    }
    .modal.form-modal > .modal-dialog {
        width: 100% !important;
    }
    .modal.form-modal .modal-footer,
    .modal.form-modal .modal-header,
    #form_todo_todo .section[data-section="todo_objects"],
    .modal-content {
        border-radius: 0;
    }
    .modal-content {
        border-radius: 0;
        border: 0;
        box-shadow: none;
    }
    .filters-box {
        width: 100% !important;
        height: 100%;
        position: fixed !important;
        left: 0;
        top: 0;
        z-index: 1200 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin: 0 !important;
    }
    .filters-links-container {
        max-height: calc(100% - 50px) !important;
    }
    .filters-box .close,
    .menu-popover-close
    {
        padding: 5px 10px !important;
        font-size: 25px;
        display: block !important;
        position: relative;
        z-index: 1;
    }
    .filters-box .close {
        margin-left: 100%;
    }
    .filters-search-container .form-control-feedback {
        top: 19px !important;
    }
    .modal-footer.taken-out {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1200;
        width: 100%;
        background: #f5f5f5;
        padding-top: 0;
    }
    .modal-footer.taken-out .btn {
        margin-top: 15px;
    }
    .modal-backdrop {
        background-color: #fff;
        opacity: 1 !important;
    }
    #form_todo_todo-date_to-wrapper,
    #form_todo_todo-date_from-wrapper,
    #form_todo_todo-set_hour-wrapper,
    #form_todo_todo-hour_from-wrapper,
    #form_todo_todo-hour_to-wrapper {
        max-width: calc(100% - 15px);
    }
    .pretty-checkbox.toggle-hour {
        margin-top: 10px;
        margin-left: -10px;
    }

    .widget-user-list-wrapper .users-list-column {
        max-width: none !important;
    }
    .widget-user-list-wrapper .row {
        margin: 0 -15px !important;
    }

    /*popovery - temp?*/
    .popover-fixed {
        top: -11px !important;
        left: 0 !important;;
        width: 100% !important;;
        height: 100vh;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    .popover-fixed .popover-footer {
        border-radius: 0;
    }
    .notification-list {
        width: 100%;
        min-height: calc(100vh - 90px);
    }
    .list-group {
        width: 100% !important;
    }
}

#intercom-container .intercom-app-profile-team,
#intercom-container .relative-time-in-text,
#intercom-container .intercom-active-admins {
    display: none !important;
}
#intercom-container .intercom-app-profile-last-active {
    background-image: url('/library/image/logo_livespace.svg');
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
}
iframe[name="intercom-banner-frame"] {
    z-index: 10 !important;
}
@media (max-width: 640px) {
    #intercom-container, #hs-beacon, #hs-ic-button, #hs-overlay {
        display: none !important;
    }

    /*listy*/

    .contact-list-minimal.contact-list .grid-avatar-container {
        margin-bottom: 10px;
    }
    .contact-list-minimal.contact-list .col-sm-4 {
        position: static;
    }
    .contact-list-minimal.contact-list .dropdown-cell {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .contact-list-minimal.contact-list h4 {
        padding-right: 30px;
    }

    .deal-list.deal-list-basic ul.deal-extra,
    .deal-list .list-view-expanded ul.deal-extra
    {
        width: 100%;
    }
    .deal-list.deal-list-basic h4 {
        display: none;
    }
    .deal-list.deal-list-basic h4.mobile-title {
        display: block;
    }
    .deal-list.deal-list-basic h4,
    .deal-list .list-view-expanded h4
    {
        padding-right: 30px;
    }
    .deal-list.deal-list-basic .dropdown-cell,
    .deal-list .list-view-expanded .dropdown-cell
    {
        position: absolute;
        top: 10px;
        right: 0;
    }
    .deal-list .list-view-expanded .dropdown-cell .dropdown-toggle {
        padding-right: 12px;
    }

    .todo-list .dropdown-cell {
        position: absolute;
        top: 0;
        right: 10px;
    }
    .todo-list .todo-contents {
        padding-right: 20px;
    }
    .todo-list .datetime-todo {
        width: 100%;
        clear: both;
        text-align: right;
    }
    .todo-list .datetime-cycle-container {
        float: none !important;
    }
    #popup-todo-list .datetime-cycle-container {
        float: right !important;
    }

    /*popovery - temp?*/
    .popover-fixed {
        top: -11px !important;
        left: 0 !important;;
        width: 100% !important;;
        height: 100vh;
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }
    .popover-fixed .popover-footer {
        border-radius: 0;
    }
    #slide-nav .notification-list {
        width: 100%;
        min-height: calc(100vh - 70px);
    }
}

/* IE-specific */
.is-ie .fields-table .handle-overlay, .sortable-panels .title-handle-container > .handle-overlay {
    top: auto;
}
::-ms-clear {
    display: none;
}

/* dataTable plugin */
.table.dataTable > thead > tr > th {
    padding: 0 8px;
}
.table.dataTable {
    margin-bottom: 15px;
}
.dataTables_wrapper {
    margin-top: 15px;
}
.dataTables_filter, .dataTables_paginate {
    text-align: right;
}
table.dataTable thead .sorting:last-child:after,
table.dataTable thead .sorting_asc:last-child:after,
table.dataTable thead .sorting_desc:last-child:after {
    display: none;
}
div.dataTables_wrapper .row .col-sm-6:first-child {
    display: none;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 1px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 0;
    width: 150% !important;
}
div.dataTables_wrapper div.dataTables_filter .icon-delete {
    font-size: 10px;
    right: 12px;
    position: relative;
    top: 2px;
    color: #999;
    cursor: pointer;
    display: none;
}
div.dataTables_wrapper div.dataTables_filter:hover .icon-delete {
    color: #24293B;
}
div.dataTables_wrapper div.dataTables_filter label.active .icon-delete {
    display: inline;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}
div.dataTables_wrapper .dataTables_empty {
    color: #999;
    font-size: 20px;
    padding: 30px 0;
}
.pointer {
    cursor: pointer !important;
}

/* todo grid categories flashing animation */
@keyframes background-flash {
    0%   {background-color: white;}
    25%  {background-color: rgb(160, 200, 239);}
    50%  {background-color: white;}
    75% {background-color: rgb(160, 200, 239);}
    100%  {background-color: white;}
}

.background-flash {
    animation-name: background-flash;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
}

@keyframes background-flash-single {
    0%   {background-color: white;}
    50% {background-color: rgb(160, 200, 239);}
    100%  {background-color: white;}
}
@keyframes background-flash-single-transparent {
    0%   {background-color: rgba(160, 200, 239, 0);}
    50% {background-color: rgb(160, 200, 239);}
    100%  {background-color: rgba(160, 200, 239, 0);}
}

.background-flash-single {
    animation-name: background-flash-single;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
}

.background-flash-single-transparent {
    animation-name: background-flash-single-transparent;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
}

/* used in wall tags */
@keyframes disappear-briefly {
    0%   {opacity: 1;}
    50% {opacity: 0;}
    100%  {opacity: 1;}
}

.disappear-briefly {
    animation-name: disappear-briefly;
    animation-timing-function: ease-in-out;
    animation-duration: 0.8s;
}

/* todo icons animation */
.icon-todo {
    display: inline-block;
    font-size: 0;
    min-width: 24px;
}
.icon-todo:before {
    font-size: 20px;
}
.icon-todo.done:before {
    content: "";
    font-size: 20px;
}
.icon-todo:after {
    content: "";
    left: 0;
    font-size: 0em;
    opacity: 0;
    position: relative;
    bottom: 9px;
    left: 9px;
    transition: all 0.2s ease-in-out;
}
.icon-todo.done:after {
    opacity: 1;
    font-size: 20px;
    content: "\e602";
    bottom: 0;
    left: 0;
}

/* wall gray mini-note separation animation */
.wall-item.note-separated {
    margin: 8px 0;
    background-color: #fff;
}

/*lsScroll styles*/
/*webkit*/
.ls-scroll::-webkit-scrollbar {
  width: 6px;
}
.ls-scroll::-webkit-scrollbar-track {
  background: #eee;
}
.ls-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}

/*IE lsscroll*/
.ls-scroll {
    -ms-scrollbar-face-color:#eeeeee;
    -ms-scrollbar-shadow-color: #c1c1d1;
    -ms-scrollbar-track-color: #fafafa;
    -ms-scrollbar-arrow-color: #c1c1d1;
}

/*helpscout/intercom widgets shenaningans*/
#hs-overlay {
    background: transparent;
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 75px;
    height: 80px;
    z-index: 1100;
    cursor: pointer;
}
#hs-ic-button {
    background: #0584F9;
    position: fixed;
    right: 298px;
    bottom: 60px;
    display: none;
    z-index: 1100;
    cursor: pointer;
    color: white;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    text-align: center;
}
#hs-ic-button small {
    font-size: 12px;
}
#hs-ic-button:hover {
    background: #429bff;
}

.modal.gdpr-msg .modal-footer {
    text-align: center;
}

.alert-message-center {
    text-align: center;
}
.modal.gdpr-msg .modal-dialog {
    width: 90%;
    max-width: 660px;
}
blockquote {
    font-size: 13px;
}
.user-settings {
    width: 37% !important;
}
.user-settings-is-main {
    margin-top: 18px;
    color: #999;
    transition: top 0.1s, font-size 0.2s, color 0.6s;
}
.user-settings-navigation {
    width: 12% !important;
    float: right !important;
    margin-top: 19px;
}
.invited-select-users {
    width: 88% !important;
}
.invited-select-roles {
    width: 44% !important;
}
body .tooltip {
  z-index: 100000;
}
.dedupe-status-list {
    margin-top: 5px;
}
.dedupe-status-list span {
    vertical-align: middle;
    margin-top: -10px;
}
.dedupe-list-header {
    padding-top: 50px;
    z-index: 10000;
}
#dedupe-list-header.sticky {
    position: fixed;
    top: 0;
    width: 95%;
}
#dedupe-list-header.sticky + .content {
    padding-top: 102px;
}
.dedupe-selected-row td, .dedupe-selected-row td a {
    color: #999;
}
.dedupe-selected-row .pretty-radio {
    display: none;
}
.dedupe-rows-action td {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}
.dedupe-rows-action td:hover {
    background: white !important;
}
.group-settings {
    width: 44% !important;
}

span.icon-gmail{
    background: transparent url(../image/icons/google-gmail.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 24px;
    background-size: cover;
}

span.icon-nylas{
    background: transparent url(../image/icons/nylas-logo-2020.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 24px;
    background-size: cover;
}

span.icon-gcalendar{
    background: transparent url(../image/icons/google-calendar.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px;
    background-size: cover;
}
span.icon-outlook{
    background: transparent url(../image/icons/outlook.svg) no-repeat;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px;
    background-size: cover;
}

img.icon-outlook {
    background: white;
    border-radius: 3px;
    height: 38px;
    padding: 2px;
    margin: -15px 6px -13px -11px;
}

.payments-container {
    max-width: 450px;
    margin: 0 auto;
}

#card-number-element {
    width: 100%;
    align-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 5px 10px;
}
.second-part {
    width: 100%;
    min-height: 65px;
}
.second-part-half {
    width: 48%;
    margin-top: 10px;
}
.second-part-half:first-child {
    float: left;
}
.second-part-half:last-child {
    float: right;
}
.display-error {
    color: #DF224B;
    width: auto;
    height: 14px;
    font-size: 12px;
}
#card-expiry-element.card-error, #card-number-element.card-error, #card-cvc-element.card-error {
    border: 1px solid #DF224B !important;
}
#card-expiry-element:hover, #card-number-element:hover, #card-cvc-element:hover {
    border: 1px solid #999999;
}

#card-expiry-element.StripeElement--focus, #card-cvc-element.StripeElement--focus, #card-number-element.StripeElement--focus {
    border: 1px solid #77ADE4;
}
.focus-label span {
    color: #77ADE4;
}
#card-expiry-element, #card-cvc-element {
    width: 100%;
    align-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 5px 10px;
}

#card-element, #recurring-card-element {
    width: 100%;
    margin: 20px auto;
    max-width: 660px;
}
#card-element input.InputElement, #recurring-card-element input.InputElement {
    height: 30px;
}
#card-element label {
    font-size: 12px;
    color: #6f6f6f;
}
#card-element label {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-bottom: 4px;
    white-space: nowrap;
    color: #777;
    transition: top 0.1s, font-size 0.2s, color 0.6s;
}
#card-element label.required:after {
    content:"*";
    color:red;
}

#card-element > .row:not(:first-child) {
    margin-top: 16px;
}
.payment-thanks-recurring {
    margin: 10px auto 0;
    max-width: 300px;
    text-align: center;
}
.payment-thanks-recurring .payment-thanks-recurring-icon {
    background-color: #C7F0CA;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    position: relative;
    margin: 0 auto 10px;
}
.payment-thanks-recurring .payment-thanks-recurring-icon svg {
    position: absolute;
    top: 3px;
    left: 9px;
}
.payment-thanks-recurring .payment-thanks-recurring-text {
    font-size: 14px;
    line-height: 19px;
}

.card-button {
    min-width: 200px;
    margin-top: 5px;
    font-size: 18px;
    padding: 0 20px;
    min-height: 50px;
    line-height: 50px;
}

#card-errors {
    max-width: 660px;
    margin: 10px auto;
}

.sn-checkbox-use-protocol {
    display:none;
}

.stage-description-popup .modal-body.content ul {
    list-style: disc;
    padding: revert;
}

.has-focus, .stage-box .has-focus .note-editor {
    border-color: #66AFE9;
}

@media (max-width: 767px) {
    .stage-description-popup .modal-content {
        width: auto;
    }
    .stage-description-popup .modal-dialog {
        width: auto;
    }
}

.massmail-list-modal {
    background-color: #eee;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.massmail-list-modal.a {
    color: #428bca;
}

.tfa a {
    color: #428bca;
}
.tfa .login-panel {
    padding: 20px;
}
.tfa .login-panel .back {
    color: #111;
    text-decoration: none;
}
.tfa .input {
    display: table;
    margin: 0 auto;
}
.tfa input:not([type="submit"]) {
    width: 150px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 5px;
    font-size: 20px
}

.tfa input:not([type="submit"]):focus
{
    border: none;
    border-bottom: 1px solid #428bca;
    outline-offset: 0px;
    outline: none;
}
.tfa input:not([type="submit"])::placeholder {
    padding: 10px;
}

.tfa .form-styled .form-group {
    width: auto;
}
.tfa #submit {
    padding: 5px 20px;
    display: block;
    clear: both;
    margin: auto;
}
.tfa .input .form-group.type-text {
    display: inline;
    margin: 5px;
}
.tfa .ui-icon-arrowthick-1-w {
    display: inline-block;
    height: 14px;
}
.tfa-turn-off-popup .modal-body.content {
    min-height: 85px;
    text-align: center;
}
.tfa-turn-off-popup .modal-dialog {
    margin-top: 172px;
    max-width: 480px;
}
.tfa-turn-off-popup .modal-content {
    max-width: 480px;
}
.tfa-turn-off-popup .modal-content h4 {
    margin-bottom: 5px;
}
.tfa-turn-off-popup .modal-dialog .btn {
    padding: 5px 10px 5px 10px;
    float: unset!important;
}
.tfa-turn-off-popup .modal-footer {
    height: 62px;
    max-width: 480px;
    text-align: center;
}
.tfa-turn-off-popup .modal-footer .btn + .btn {
    margin-left: 30px;
}
.tfa-turn-off-popup .modal-footer .btn-mfa-cancel {
    margin-right: 0px;
}
.banner-synced-accounts {
    margin-bottom: 24px !important;
}
.banner-synced-accounts::before {
    content: url(../image/icons/banner-sync.svg) !important;
    font-family: unset !important;
    display: inline-block;
    vertical-align: top;
    margin-top: 0 !important;
}
.banner-synced-accounts-list {
    text-decoration: underline;
}
.banner-synced-accounts .tooltip .tooltip-inner {
    text-align: left;
}

.mail-account-warning-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px !important;
}

.alert.mail-account-warning-box::before {
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    position: absolute;
    content: url('/library/image/warning.svg');
    font-family: initial;
}

.alert.mail-account-warning-box .mail-account-warning-box-more.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.mail-account-warning-box-with-button {
    padding-top: 8px;
    padding-bottom: 8px;
}

.mail-account-warning-box-with-button div {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Temporary classes for styling the legacy elements which work together with new micro frontend apps. Let's start them all with "legacy-" */

.legacy-widget-wrapper {
    padding: 15px;
}

.legacy-header-wrapper {
    padding: 15px 15px 0;
}

.legacy-padding-disable {
    padding: 0 !important;
}

.statistic-wrapper .show-advanced-filter,
.statistic-wrapper .hide-advanced-filter {
    text-wrap: nowrap;
}