@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Roboto');

/**
Stylesheet for inwendo CP
Kai Szybiak
in Bearbeitung (23.08.16)
**/

body {
    margin: 0px;
    background: #F1F4F5;
    height: 100%;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

html {
    height: 100%;
}

/*

* {
    font-family: 'Open Sans', serif;
}

    -webkit-transition: opacity 2s ease-in;
       -moz-transition: opacity 2s ease-in;
        -ms-transition: opacity 2s ease-in;
         -o-transition: opacity 2s ease-in;
            transition: opacity 2s ease-in;
*/

@-ms-keyframes spin { 
        from { 
            -ms-transform: rotate(0deg); 
        } to { 
            -ms-transform: rotate(315deg); 
        }
    }
    @-moz-keyframes spin { 
        from { 
            -moz-transform: rotate(0deg); 
        } to { 
            -moz-transform: rotate(315deg); 
        }
    }
    @-webkit-keyframes spin { 
        from { 
            -webkit-transform: rotate(0deg); 
        } to { 
            -webkit-transform: rotate(315deg); 
        }
    }
    @keyframes spin { 
        from { 
            transform: rotate(0deg); 
        } to { 
            transform: rotate(315deg); 
        }
    }


    @-ms-keyframes spinBack { 
        from { 
            -ms-transform: rotate(315deg); 
        } to { 
            -ms-transform: rotate(0deg); 
        }
    }
    @-moz-keyframes spinBack { 
        from { 
            -moz-transform: rotate(315deg); 
        } to { 
            -moz-transform: rotate(0deg); 
        }
    }
    @-webkit-keyframes spinBack { 
        from { 
            -webkit-transform: rotate(315deg); 
        } to { 
            -webkit-transform: rotate(0deg); 
        }
    }
    @keyframes spinBack { 
        from { 
            transform: rotate(315deg); 
        } to { 
            transform: rotate(0deg); 
        }
    }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.icp-nc{
  margin: 16px 16px 16px 20px;
  color: rgba(163,175,183,.9);
}

.icp-footer-nc{
  color: #76838f;
}

.icp-nav-nc{
  color: #76838f;
}

.icp-nav-nc-chat{
  color: #76838f;
}

.fa {
    color: rgba(163,175,183,.9);

}

.icp-fa {
    margin: 16px 16px 16px 23px;
}

.icp-sidebar-item {
    position: relative;
    white-space: nowrap;
}

.icp-sidebar-item:hover {
    background: #2F3A40;
}

.icp-nav-menubar {
    padding: 22px;
    cursor: pointer;
}

#icp-nav-top-left-item-dashboard {
    cursor: pointer;
    color: #fff;
}

#icp-nav-top-left-item {
    padding: 22px;
    cursor: pointer;
    float: right;
}

#icp-nav-top-left-item:hover {
    background: #262e33;
}

.icp-nav-menubar-profile {
    padding: 8px;
    cursor: pointer;
}

.icp-nav-menubar:hover {
    background: #FCFDFD;
}

.icp-nav-menubar2 {
    padding: 22px;
    cursor: pointer;
}

.icp-nav-menubar2:hover {
    background: transparent;
}

#icp-nav {
    /*box-shadow: 0 1px 2px rgba(43,59,93,.19);*/
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.icp-sidebar-angle-span {
    display: none;
}

.icp-sidebar-icon-angle {
    float: right;
    padding-right: 10px;

    animation: fadein 1s;
}

.icp-sidebar-item:hover i {
    color: #D5D8D9;
}

.icp-sidebar-item:hover span {
    color: #D5D8D9;
}

#icp-nav-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    color: transparent;


    position: relative;
    top: 20px;
    left: 30px;
}


/** Navigation Menu **/
.icp-nav-toolbar {
    list-style-type: none;
    margin: 0;
    padding: 0px;
    overflow: hidden;
}


.icp-sidebar-text {
    font-size: 14px;
    display: none;
    vertical-align: super;
    color: rgba(163, 175, 183, 0.9);

    animation: fadein 1s;
}

.icp-sidebar-text-dashboard {
    font-size: 14px;
    /*display: none;*/
    vertical-align: super;
    color: rgba(163, 175, 183, 0.9);

    animation: fadein 1s;
}

.icp-nav-right-item {
    float: right !important;
}

#icp-sidebar-ul {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    background-color: #263238;
    width: 65px;
    height: 100%;

    transition: width .25s,opacity .25s,transform .25s;

}

#icp-sidebar {
    z-index: 1000;
    height: 100%;
    position: fixed;
    transition: width .25s,opacity .25s,transform .25s;
}

#icp-sidebar-footer {
    height: 65px;
    width: 65px;
    background: #21292E;
    position: fixed;
    bottom: 0px;

    transition: width .25s,opacity .25s,transform .25s;
}

#icp-top-container {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 70px;

    transition: width .25s,opacity .25s,transform .25s;
}

#icp-bottom-container {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #f0f3f5;

    animation: fadein 1s;
    transition: width .25s,opacity .25s,transform .25s;
}


#icp-sidebar-ul li a {
    display: block;
    text-align: center;
    padding: 26px 16px;
    text-decoration: none;
    color: #8a959e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
}

.icp-sidebar-footer-icon {
    margin: 0px;
}

#icp-sidebar-footer-element-first {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 23px 0;
    color: #76838f;
    font-size: 14px;
    text-align: center;
    height: 65px;
}
#icp-sidebar-footer-element-first:hover {
    background-color: #1e2427;
}


#icp-sidebar-footer-element-second {
    position: relative;
    display: none;
    width: 33.33333333%;
    padding: 23px 0;
    color: #76838f;
    font-size: 14px;
    text-align: center;
    height: 65px;
    animation: fadein 1s;
}
#icp-sidebar-footer-element-second:hover {
    background-color: #1e2427;
}

#icp-sidebar-footer-element-third {
    position: relative;
    display: none;
    width: 33.33333333%;
    padding: 23px 0;
    color: #76838f;
    font-size: 14px;
    text-align: center;
    height: 65px;
    animation: fadein 1s;
}
#icp-sidebar-footer-element-third:hover {
    background-color: #1e2427;
}

.icp-sidebar-footer-element:hover {
    background: #1E2427;
}

.icp-nav-toolbar li {
    float: left;
}

.icp-nav-toolbar li a {
    display: block;
    text-align: center;
    padding: 24px 16px;
    text-decoration: none;
    color: #8a959e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
}

#icp-navbar-container {
    padding-left: 81px;
    
}



.icp-nav-toolbar li a {
    display: block;
    text-align: center;
    padding: 24px 16px;
    text-decoration: none;
    color: #8a959e;
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
}

.icp-nav-toolbar li a:hover:not(.active) {
    /* background-color: #111;*/
}

.active {
    background-color: #4CAF50;
}

#icp-logo {
    float: left;
    height: 71px;
    width: 65px;
    /*background: #677AE4;*/
    background: #21292e;
    /*animation: fadein 1s;*/
    transition: width .25s,opacity .25s,transform .25s;
}

#icp-chat-slider {
    z-index: 1000;
    bottom: 0;
    width: 0px;
    right: 0px;
    height: 100%;
    position: fixed;

    background: #fafafb;
    background: rgba(250,250,251,.98);
    border-left: 1px solid #dadee2;
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);

    transition: width .25s,opacity .25s,transform .25s;
}

#icp-input-container {
    /*padding: 10px 0;*/
}

#icp-input-group {
    width: 100%;
    position: relative;
    display: table;
    border-collapse: separate;
}

.icp-input {
    width: 100%;
    padding: 6px 15px;
    border: none;
    font-size: 14px;
    vertical-align: super;
    color: rgba(163, 175, 183, 0.9);
    animation: fadein 1s;
}

#icp-dropdown-container {
    z-index: 1000;
    border: 1px solid #e8e9ea;
    /*display: none;*/
    position: absolute;
    right: 68px;
    top: 71px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    background: #FFF;
    /*padding: 0 34px;*/
    margin-top: 2px;
    border-radius: 4px;
    /*height: 0px;*/

    -webkit-transition: all .4s cubic-bezier(.7,0,.3,1);
    transition: all .4s cubic-bezier(.7,0,.3,1);
    animation: fadein .5s;
}

#icp-company-dropdown-container {
    z-index: 1000;
    border: 1px solid #e8e9ea;
    position: absolute;
    top: 71px;
    left: 217px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    background: #FFF;
    margin-top: 2px;
    border-radius: 4px;

    -webkit-transition: all .4s cubic-bezier(.7,0,.3,1);
    transition: all .4s cubic-bezier(.7,0,.3,1);
    animation: fadein .5s;
}

#icp-dropdown-profile-content {
    display: inherit;
    float: left;
    clear: both;
    margin: 33px 0 23px;
    /*padding: 0 34px;*/

    -webkit-transition: opacity .4s ease,-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: opacity .4s ease,transform .4s cubic-bezier(.7,0,.3,1);
    animation: fadein 1s;
}

.icp-dropdown-profile-c {
    display: inherit;
    clear: both;
    margin: 33px 0 23px;
    padding: 0 34px;

    -webkit-transition: opacity .4s ease,-webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: opacity .4s ease,transform .4s cubic-bezier(.7,0,.3,1);
    animation: fadein 1s;
}

#icp-avater {
    float: left;
    margin: 0 17px 0 0;
    height: 54px;
    width: 54px;
    position: relative;
    background: #f9f9fb;
    border-radius: 3px;
}

#icp-nav-avater {
    float: right;
    margin: 0 0 0 17px;
    height: 54px;
    width: 54px;
    position: relative;
    background: #f9f9fb;
    border-radius: 50%;
}

#icp-nav-company-avater {
    float: left;
    margin: 0 17px 0 0;
    height: 54px;
    width: 54px;
    position: relative;
    background: #f9f9fb;
    border-radius: 3px;
}

#icp-avater-text {
    float: left;
    width: 180px;
}

#icp-nav-avater-text {
    margin-top: 10px;
    float: right;
    text-align: right;
    width: 160px;
}

#icp-nav-company-avater-text {
    margin-top: 10px;
    float: left;
    text-align: left;
    width: 160px;
}

.icp-avater-name {
    font-size: 16px;
    color: #4b5362;
    font-weight: 900;
    line-height: 19px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#icp-avater-name-company {
    font-size: 16px;
    color: #4b5362;
    font-weight: 900;
    line-height: 19px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.icp-profile-dd-title {
    padding: 0 1rem 10px .5rem;
    font-size: 16px;
    /*    text-align: center;
    text-align: -webkit-center;*/
    color: #4b5362;
    font-weight: 900;
    line-height: 19px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.icp-avater-company {
    color: #8799b6;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8.5px;
}

.icp-avater-btn {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    background: #FF4070;
    border-radius: 2px;
    border: 1px solid #ff3187;
    width: 113px;
    text-align: center;
    padding: 5px 0;
}

.icp-avater-ul {
    /*border-top: 1px solid #e8e9ea;*/
    float: left;
    clear: both;
    width: 100%;
    /*margin: 24px 0 0;*/
    padding: 12px 0 0;
}

.icp-list-item {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    list-style: none;
    outline: 0;
    line-height: 17px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.icp-list-item-text {
    font-size: 12px;
    line-height: 1.5625rem;
    color: #6f7685;
    font-weight: 400;
    letter-spacing: .8px;
    /*text-transform: uppercase;
    padding: 8px 0;*/
    padding: 0 1rem 0 .5rem;
}

.icp-list-item-text-green {
    font-size: 12px;
    line-height: 1.5625rem;
    color: #6f7685;
    font-weight: 400;
    letter-spacing: .8px;
    /*text-transform: uppercase;
    padding: 8px 0;*/
    padding: 0 1rem 0 .5rem;
}

.icp-list-item-text:hover {
    background: #3aa3e3;
    color: #fff !important;
    border-radius: .25rem;
    padding: 0 1rem 0 .5rem;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.icp-list-item-text-green:hover {
    background: #4caf50;
    color: #fff !important;
    border-radius: .25rem;
    padding: 0 1rem 0 .5rem;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.icp-list-item-text:hover {
     color: #585d69;
}

#icp-slidePanel-top-right-item {
    float: right;
}

#icp-slidePanel-top-left-item {
    float: left;
}

.icp-chat-body-item {
    display: none;
    padding-top: 17px;
    padding-left: 17px;
    text-decoration: none;

    animation: fadein 2s;
}

#icp-chat-conversation-content {
    background-image: url(https://js.intercomcdn.com/images/background-1@2x.aea5e218.png);

    position: absolute;
    top: 70px;
    right: 0;
    height: 100%;
    width: 100%;
}

.icp-chat-user-img {
    border-radius: 50%;
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #ececec;
}

.icp-conversations-item-title {
    color: #FF4070;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icp-conversations-item-body-container {
    margin-left: 55px;
    padding-right: 17px;
}

.icp-conversations-item-body-container-reply {
    padding-right: 17px;
}

.icp-conversations-item-body {
    color: #606273;
    background-color: #FFF;
    padding: 17px 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px;
}

.icp-conversations-item-body-reply {
    color: #606273;
    background-color: #dcf8c6;
    padding: 17px 20px;
    border-radius: 4px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px;
}

.icp-conversations-item-header {
        margin-bottom: 5px;
}

.icp-conversations-item-timestamp {
    float: right;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    width: 50px;
    text-align: right;
}

.icp-conversations-item-summary {
    color: rgba(96,104,110,.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    overflow: hidden;
    position: relative;
    padding-right: 15px;
    word-break: break-word;
}

.icp-composer-textarea {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 55px;
    max-height: 200px;
}

.prepre {
    box-sizing: border-box;
    padding: 18px;
    padding-right: 100px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.icp-conversations-item-title-container {
    margin: 0 50px 0 0;
}

.icp-chat-textarea {
    color: rgba(96,104,110,.8);
    box-sizing: border-box;
    padding: 18px;
    padding-right: 100px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.33;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f0f3f5;
    resize: none;
    border: none;
    transition: background-color ease .2s,box-shadow ease .2s;
}

.icp-chat-textarea:focus {
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 100px 0 rgba(150,165,190,.24); 
}

.icp-chat-send-nc {
    display: inline;
    z-index: 4000;
    float: right;
    opacity: .4;
    top: 16px;
    font-size: 20px !important;
    position: relative;
    margin: 0 12px 0 0;
    color: #465a63;
}

.icp-chat-send-nc:hover {
    opacity: 1;
}

#icp-chat-header-title-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    pointer-events: none;
}

#icp-chat-header-title {
    font-size: 15px;
    line-height: 66px;
    font-weight: 900;
    color: #465c66;
    letter-spacing: .2px;
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#icp-inv-avater {
    font-size: 24px !important;
    height: 54px;
    width: 54px;
    border-radius: 3px;
    display: block;
    line-height: 54px;
    color: #959BA1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

#icp-launcher-fab-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #F50057;
    box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
#icp-launcher-fab-icon:active {
    background: #263238;
}
*/

#icp-launcher-fab-icon-trans {
    transform-origin: center;
}

.icp-item-fab-icon {
    opacity: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: rgba(43, 59, 93, 0.290196) 0px 1px 2px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    transition: bottom .25s,opacity .25s,transform .25s;
     /*animation: fadein 1s;*/
}
/** tickets modul **/

#icp-page-content {
    padding: 30px 30px;
    margin-left: 65px;
}

#icp-module-tickets {
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05); /* 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2) */
}

#icp-tickets-top {
    padding: 20px;
    overflow: auto;
}

#icp-tickets-top-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    float: left;
    padding: 29px 10px;
}

#icp-tickets-body {
    padding: 30px 30px;
}

.icp-tickets-th {
    font-size: 14px;
    padding: 8px;
    line-height: 1.57142857;
    color: #76838f;
    text-align: left;
}

#icp-tickets-table {
    width: 100%;
    max-width: 100%;
}

.icp-tickets-span-status {
    font-size: 12px;
    background-color: #677ae4;
    padding: .25em .6em .25em;
    font-weight: 300;
    border-radius: .3em;
    display: inline;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.icp-tickets-status {
    width: 15%;
    line-height: 1.57142857;
    vertical-align: middle;
    padding: 20px 8px;
    padding-left: 0px;
}

.icp-tickets-subject {
    width: 34%;
    line-height: 1.57142857;
    vertical-align: middle;
    padding: 20px 8px;
}

.icp-tickets-td {
    border-top: 1px solid #e4eaec;
    /**line-height: 2.8;**/
}

.icp-subject-text {
    font-size: 14px;
    color: #76838f;
}

.icp-tickets-search-form {
    padding: 19px;
    margin-left: 20px;
    float: left;
}

.form-control:focus {
    outline: none;
}

.input-search {
    position: relative;
}

.form-control {
    display: block;
    height: 36px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    border: 0;
    border-radius: 3px;
    width: 280px;
    opacity: .6;
    background-color: #ececec;
    padding-left: 43.5px;
    color: #76838f;
}

.form-control:not(select) {
    -webkit-appearance: none;
}

#icp-ticktes-top-filter-wrapper {
    padding: 19px;
    margin-left: 20px;
    /** float: right; **/
}

.icp-progress-bar {
    border-radius: 1px;
    height: 4px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #62a8ea;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.icp-progress-span {
    color: #76838f;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icp-progress-content {
    width: 60%;
    background-color: #e4eaec;
    line-height: 4px;
    height: 4px;
    border-radius: 1px;
}

.icp-tickets-assigned-img { 
    border-radius: 50%;
    float: left;
    margin-top: 5px;
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #ececec;
}

.icp-tickets-assigned-name {
    display: inline-block;
    padding: 17px 10px;
    color: #76838f;
    font-size: 14px;
}

.icp-tickets-filter-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 20px;
}

.icp-tickets-filter-btn-outline {
    min-width: 105px;
    color: #76838f;
    font-size: 14px;
    font-weight: 100;
    color: #76838f;
    background-color: transparent;
    position: relative;
    float: left;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.57142857;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.57142857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;*/
    border-radius: 3px;
    border-color: #e4eaec;
}

.icp-tickets-filter-btn-outline:hover {
    background-color: rgba(118,131,143,.1);
}

.icp-btn-toggle {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 3px;
}

.icp-tickets-filter-nc {
    color: #465a63;
    font-size: 17px !important;
    opacity: .4;
}

.icp-tickets-filter-title {
    text-transform: uppercase;
    color: #76838f;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 900;
    margin-bottom: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.icp-tickets-filter-ul {

}

.icp-tickets-filter-li {
    width: 33.33333333%;
    float: left;
    position: relative;
    display: inline-block;
    padding: 0;
    clear: none;
    list-style: none;
} 

.icp-tickets-filter-li::after{
    background-color: #ffffff;
    content: '';
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    pointer-events: none;
}


.icp-filter-label-typ {
    background-color: #3b3b3b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 1.3rem;
    border: none;
}

.icp-label-left-border-radius {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.icp-label-right-border-radius {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.icp-subject-date {
    color: #a3afb7;
    font-size: 13px;
}

.icp-tickets-span-typ {
    font-size: 12px;
    font-weight: 600;
}

#icp-company-name {
    font-weight: 800;
}

#icp-profile-bottom-container {
    border-top: 1px solid #e8e9ea;
}

.icp-profile-menu-section {
    padding: 0 34px;
    position: relative;
    border-bottom: 1px solid #e8e9ea;
}

.icp-profile-logout-text {
    font-size: 14px;
    display: none;
    vertical-align: text-top;
    color: #4b5362;
    animation: fadein 1s;
    font-weight: 900;
}

.icp-profile-nc {
    margin: 16px 6px 16px 0.5rem;
    color: rgba(163,175,183,.9);
    font-size: 18px !important;
}

.icp-active-company-nc {
    color: #4caf50;
    float: left;
    padding-right: 12px;
    font-size: 18px;
}

.icp-profile-company-container {
    padding: 0 1rem 0 .5rem;
}

.icp-nav-company-container {
    padding: 8px;
    cursor: pointer;
}

/* FabChat */

#fabChat-container {
    z-index: 2147483000!important;
    position: fixed!important;
    bottom: 20px!important;
    right: 100px!important;
    height: calc(100% - 20px - 20px)!important;
    width: 370px!important;
    min-height: 250px!important;
    max-height: 590px!important;
    box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
    border-radius: 8px!important;
    overflow: hidden!important;
}

#fabChat-messenger {
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

#fabChat-conversation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#fabChat-conversation-body-profile {
    padding: 30px;
    padding-left: 75px;
    box-sizing: border-box;

    background-color: #F50057;
    position: absolute;
    width: 100%;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    z-index: 2147483001;
}

#fabChat-admin-profile-compact {
    position: absolute;
    height: 75px;
    bottom: 0;
    left: 75px;
    right: 20px;
    padding-top: 12.5px;
    box-sizing: border-box;
    overflow: hidden;
}

#fabChat-admin-profile-compact-contents {
    padding: 8px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 8px;
}

#fabChat-admin-profile-compact-avatar {
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

#fabChat-avatar {
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;

    margin: 0 auto;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

#fabChat-admin-profile-compact-body {
    display: block;
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
}

#fabChat-admin-profile-compact-admin-name {
    color: #fff;
    font-size: 16px;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fabChat-admin-profile-compact-last-active {
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}