
@import url('https://fonts.googleapis.com/css?family=Roboto:300');
@import url('https://fonts.googleapis.com/css?family=Roboto:400');
@import url('https://fonts.googleapis.com/css?family=Roboto:500');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:900');
@import url('_icons.css');

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
.clear:after,.clear:before{content:' ';display:table}
.clear{*zoom:1}
.clear:after{clear:both}
*{box-sizing:border-box;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering:optimizeLegibility}
html{font-size:62.5%}
body{font:13px/1.6 Roboto,Helvetica,Arial,sans-serif;font-family:Roboto,Helvetica,Arial,sans-serif;color:#7e7e81;transition:all .4s ease-in .3s}
hr{border:0}
.icon-right{float:right!important}
.icon-left{float:left!important}
a{color:#7e7e81;text-decoration:none}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #666666 !important;
}

.error-comp pre {
    height: 110px;
    overflow: auto;
    font-size: 80%;
    background-color: inherit;
    font-family: "Courier New", Courier, monospace;
}

.headerbar {
    background: #f7f8fa;
    height: 40px;
    min-height: 40px;
    box-shadow: 0 0px 2px 0 rgba(110, 112, 114, 0.21);
}

.headerbar .menu-button {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
}

.headerbar i {
    color: #2b2b31;
    font-size: 24px;
}

.headerbar .screen-title {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
}

.headerbar .screen-title-container {
    display: inline-block;
}


.headerbar .product-icon {
    background-image: url(/images/analytics_workspace_32x32.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 0px;
}

/* .headerbar .logo-container-compact {
    width: 37px;
    min-width: 37px;
    position:relative;
    float:left;
    left:10px;
} */

@media (max-width: 450px) {
    .headerbar .logo-container {
        width: 140px;
        height: 30px;
        background-size: contain;
        margin-top: 14px;
    }
    .headerbar .screen-title-container {
        display: none;
    }

}

.headerbar .menu-button a {
    display: inline-block;
    width: 52px;
    height: 45px;
    padding: 11px 2px 0 0;
    text-decoration: none;
}
.headerbar .notification-count {
    display: inline-block;
    padding: 13px 2px 0 0;
    text-align: center;
    width: 46px;
    height: 40px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.headerbar .notification-count:hover {
    background-color: #eee;
}
.headerbar .notification-count .badge {
    top: 5px;
    border-radius: 4px;
    font-size: 10px;
}
.headerbar button.btn {
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    box-shadow: none;
}
.headerbar button.btn:hover,
.headerbar button.btn {
    background-color: #eee;
}
#userMenu .btn-icon {
    vertical-align: middle;
    margin-right: 2px;
    display: inline-block;
}

#userMenu .btn-icon i {
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

@media (max-width: 768px) {
    .headerbar .notification-count {
        margin-right: 5px;
    }

    #userMenu {
        height: auto;
    }

    #userMenu .btn-txt {
        display: none;
    }
}

.header-bar-height {
    height: 44px;
}

.headerbar .notification-count .badge {
    position: absolute;
    top: 8px;
    right: 2px;
}

.headerbar .badge {
    background-color: #e5173f;
}

.navbar-sidebar {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    top: 40px;
    /* transition: width .1s ease; */
    overflow-y: auto;
    height: 100%;
}

.navbar-sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.navbar-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200,200,200,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

@media (max-width: 450px) {
    .navbar-sidebar {
        z-index: 35;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 150;
}

.navbar-sidebar li.level0.active, .navbar-sidebar li.level0.active:active, .navbar-sidebar li.level0.active:focus {
    background-color: #e2ecef;
    color: #000;
}

.navbar-sidebar li.level0 {
    color: #4c4f53
}

.navbar-sidebar li.level0 a {
    padding: 8px 20px 6px 13px;
    background-color: transparent;
}

.navbar-sidebar li a {
    display: block;
    font-size: 17px;
    line-height: 18px;
    height: 38px;
    color: inherit;
    /* transition: background-color .1s ease; */
    text-decoration: none;
}

body li.level0 > a > .nav-label {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -100%;
    height: 40px;
    width: 220px;
    padding: 8px 14px 8px 18px;
    z-index: -100;
    background-color: #2b2b31;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
}

.navbar-sidebar li a span.nav-label {
    font-size: 13px;
}

.nav-arrow, .nav-label {
    /* transition: opacity .1s ease; */
}

.navbar-sidebar li a i.icon {
    margin-right: 15px;
    font-size: 24px;
    margin-top: -1px;
    vertical-align: middle;
    color: inherit;
}

.navbar-sidebar li a i.icon.pull-right {
    margin-right: -12px;
}

.navbar-sidebar li.separator {
    padding: 5px 10px 0;
    height: 17px;
}

.navbar-sidebar li.separator hr {
    border-top: 1px solid #dbe0e5;
    margin: 5px 0;
}

body.selected-action-edit #root .navbar-sidebar {
    display: none!important;
}

body.selected-action-edit #root .page-wrapper {
    margin-left: 0px;
}

body #root .navbar-sidebar {
    display: inline-table;
}


@media (min-width: 450px) {
    body #root .page-wrapper {
        margin-left: 80px;
    }

    body #root .navbar-sidebar {
        width: 80px;
        margin-left: 0px;
    }

    body.selected-action-edit #root .navbar-sidebar {
        display: none!important;
    }

    body.selected-action-edit #root .page-wrapper {
        margin-left: 0px;
    }
}

@media (max-width: 450px){
    body #root .navbar-sidebar {
        margin-left: -52px;
        width: 52px;
    }

    body #root .page-wrapper {
        margin-left: 0px;
    }
}

.page-wrapper {
    background-color: #f7f8fa;
    /* transition: margin-left .1s ease; */
    /*min-height: calc(100vh - 52px);*/
}
.page-wrapper:not(.embedded-page) {
    box-shadow: inset 10px 10px 12px -12px rgba(50,50,50,.2);
    border-left: 1px solid #dbe0e5;
}

.header-sub-bar {
    background-color: #F9FAFC;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1);
    padding-top: 3px;
}

button.btn.btn-header-bar {
    background-color: transparent;
    color:black;
    border: none;
}

button.btn.btn-header-bar i {
    font-size: 20px;
    vertical-align: middle;
    position: relative;
}

.report > .container-fluid > .header-sub-bar {
    min-height: 40px;
}

.header-sub-bar h2 {
    color: black;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 42px;
}

.header-sub-bar {
    color: black;
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    margin: 3px 0 0 0;
    vertical-align: middle;
    font-weight: 300;
}

.report .header-sub-bar h2 {
    margin: 3px 0px 0px 0px;
}

.main-chart-container {
    height: 100%;
    background-color: white;
}

.main-chart-container > div {
    width: 100%;
    height: 100%;
}

.report-title + .main-chart-container {
    height: calc(100% - 40px);
}

h2 {
    font-size: 18px;
}

.text-feature, h1, h2, h3, h4, h5 {
/*    color: #4c4f53;*/
    margin: 0;
    padding-bottom: 0;
}

/*h1, h2, h3 {
    font-family: Proxima Nova Lt;
}*/

.btn {
    padding: 0 12px;
    height: 30px;
    border: 1px solid #dbe0e5;
    border-radius: 2px;
    font-size: 13px;
    margin: 0;
    line-height: 30px;
    box-shadow: none;
    position: relative;
    box-sizing: content-box;
    transition: opacity 0.6s;
}

/*
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}*/

.btn-neutral-white, .k-button.btn-neutral-white {
    background-color: #fff;
    border-color: #e6e6e6;
    color: #4c4f53;
}

.btn.btn-glacier, .btn.waves-light, .k-button.btn-glacier {
    background-color: #8bc7cb;
    border-color: #68b6bb;
    color: #fff;
}

.btn.btn-glacier, .btn.waves-dark, .k-button.btn-glacier {
    background-color: #099;
    border-color: #066;
    color: #fff;
}

.btn.waves-light {
    min-width: 60px;
}

.btn-no-border {
    border: none;
    border-radius: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.35;
}

.toolbar-linkbtn {
    border-width: 0px;
    top:7px;
}

input[type=checkbox]:not(.slide-switch):checked+label:before {
    content: "\ea14";
    border: none;
    background: #099;
    color: #fff;
}

input[type=checkbox]:not(.slide-switch)+label:before {
    content: "";
    font-family: Access, sans-serif;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
}

input[type=checkbox]:not(.slide-switch):not(:checked)+label:before {
    border: 1px solid #dbe0e5;
    background: #fff;
    color: #fff;
}

input[type=checkbox]:not(.slide-switch)+label {
    padding-left: 29px;
    position: relative;
    line-height: 20px;
    display: inline-block;
}

input[type=checkbox]:not(.slide-switch) {
    visibility: hidden;
    display: none;
}


.schema-form-checkbox input[type=checkbox] {
    display: block!important;
    visibility: unset!important;
}

.input-radio input[type=radio] {
    visibility: hidden;
    display: none;
}

.input-radio.viridiangreen:not(.disabled) input[type=radio]:checked+label {
    border-color: #099;
}

.input-radio.viridiangreen:not(.disabled) input[type=radio]:checked+label:after {
    background-color: #099;
}

.input-radio.viridiangreen:not(.disabled):hover input[type=radio]:not(:checked)+label:first-of-type {
    border-color: #00c2c2;
}

.input-radio:not(.disabled) input[type=radio]:checked+label {
    background: #fff;
}

.input-radio:not(.disabled) input[type=radio]:checked+label:after {
    opacity: 1;
}

.input-radio label:first-of-type:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #dbe0e5;
    opacity: 0;
    border-radius: 50%;
}

.input-radio input[type=radio]+label:first-of-type {
    border-radius: 50%;
}

.input-radio label:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dbe0e5;
    cursor: pointer;
}

.input-radio label:not(:first-of-type) {
    width: auto;
    vertical-align: top;
    margin-left: 30px;
}

.data-table thead .column-options input[type=checkbox]:not(:checked)+label:before {
    border: 1px solid #cecece;
}

.edit-table thead .column-options input[type=checkbox]:not(:checked)+label:before {
    border: 1px solid #cecece;
}

.edit-table .react-bs-container-body input[type=checkbox], .data-table .react-bs-container-body input[type=checkbox] {
    visibility: visible;
    display: inline;
}

.edit-table .react-bs-container-body td {
    padding: 2px 8px 2px 8px;
}

.btn-with-image {
    display: inline-block;
    float: left;
}

.btn-xtra-large {
    height: 52px;
    line-height: 52px;
}

.valign-wrapper, .centeralign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottomalign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topalign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.valign-wrapper .valign {
    display: block;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

.center, .center-align {
    text-align: center;
}

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

img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: auto;
}

input.form-control, input.form-control:focus {
    border-radius: 2px;
    border-color: #dbe0e5;
    font-size: 13px;
    box-shadow: none;
    color: #7e7e81;
    resize: vertical;
    height: 32px;
    box-sizing: border-box;
}

.input-group-addon {
    padding: 3px 5px;
    border-radius: 2px;
    background: #fff;
    border-color: #dbe0e5;
    width: unset!important;

}

.input-group-addon i {
    font-size: 24px;
    color: #afbac5;
    vertical-align: middle;
}

.input-group-addon+.add-clear-span.has-feedback input.form-control {
    border-left: 0;
}

.SchemaForm .row {
    padding-right:25px;
}

.SchemaForm .list-group-item {
    margin-bottom: 8px;
    width: 99%;
}

.SchemaForm .list-group-item>button:first-child .material-icons {
    position:absolute !important;
    top: 20px;
    right: 17px;
    z-index:10;
}

.SchemaForm .list-group-item>button:first-child .material-icons::after {
    content:'\ea69';
    font-size:20px;
    padding:1px;
}

.SchemaForm .list-group-item>button:first-child {
    right: -10px;
    top: 5px;
    float:right;
}

.aac-skinned .z-depth-1.crud-block, .aac-skinned.z-depth-1.crud-block {
    border-width: 1px 0px 0px 0px;
}

.simple-title {
    color: #4c4f53;
    font-weight: 400;
    font-size: 15px;
}

.crud-section-title {
    margin-top: 15px;
    color: #4c4f53;
    font-weight: 400;
    font-size: 13px;
}

.aac-skinned .SchemaForm label {
    color: #4c4f53 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    transform: initial !important;
    position: static !important;
}

.aac-skinned .SchemaForm input[type=text], .aac-skinned .SchemaForm input[type="password"], .aac-skinned .SchemaForm input[type="number"] {
    border-radius: 2px !important;
    border: 1px solid #dbe0e5 !important;
    font-size: 13px !important;
    height: 34px !important;
    padding: 0px 6px !important;
    box-shadow: none !important;
    color: #7e7e81 !important;
}

.SchemaForm div > button[type=button] {
    /* background-color: #8bc7cb !important; */
    border-color: #68b6bb !important;
    color: #fff !important;
}

.SchemaForm div > button[type=button] span {
    text-transform: none !important;
}

.SchemaForm .list-group-item {
    padding: 0px 5px !important;
}

.SchemaForm .list-group-item > button {
    padding: 0 !important;
    height: auto !important;
}

.SchemaForm input[type=checkbox]+div {
    margin-top: 23px;
}

span.material-icons {
    font-size: 0px;
}

span.material-icons:after {
    content: "\e974";
    font-size: 18px;
    font-family: Access, sans-serif !important;
}

ul.collapsible h3 {
    font-size: 16px;
}

ul.collapsible > li > div.collapsible-header:not(.collapsed) {
    font-weight: bold;
    color: #009999;
}

.panel.nopanel {
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    /* margin-bottom: 20px; */
    /* background-color: #fff; */
    /* border: 1px solid transparent; */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); */
    /* box-shadow: 0 1px 1px rgba(0,0,0,.05); */
}

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    /*border-bottom: 1px solid #ddd;*/
}

.collapsible-header-title {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.collapsible-header i {
    width: 2rem;
    font-size: 2.2rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
}

.collapsible-body ul.collection {
    padding-left: 0.3rem;
}

.collapsible .collection {
    margin: 0;
    border: none;
}

.collection {
    margin: 0.5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    margin: 0;
    /*border-bottom: 1px solid #e0e0e0;*/
}

.collection .collection-item-icon {
    float: left;
}


.collection .collection-item-description {
    display: inline-block;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pos-right {
    right: 0;
    left: auto;
}


.dropdown-menu i {
    width: 2rem;
    font-size: 2.2rem;
    line-height: 3rem;
    vertical-align: middle;
    text-align: center;
    margin-right: 0.7rem;
}

.dropdown-menu > li > a {
    cursor: pointer;
    font-size: 13px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.modal h4 {
    font-weight: bold;
    font-size: 130%;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.accessPath {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    stroke-width: 0.25;
    /*animation: dash 5s linear alternate infinite;*/
    animation-name: dashfade;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 0.35s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
}

@keyframes dashfade {
    0% {
        stroke-dashoffset: 200;
        fill-opacity: 0;
        stroke-width: 0.25;
    }
    60% {
        stroke-dashoffset: 0;
        fill-opacity: 0;
        stroke-width: 0.25;
    }
    100% {
        fill-opacity: 1;
        stroke-width: 0;
    }
}
.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 5px 0;
    min-width: 200px;
    font-size: 1em;
    border-color: #dbe0e5;
}

.card-stack-padding .card {
    border: 1px solid #dbe0e5;
    border-top: 4px solid #099;
    border-radius: 2px;
    color: #4C4F53;
}

#content .card.sec-col-1 .card-icon {
    color: #712e58;
}
#content .card.sec-col-2 .card-icon {
    color: #b00836;
}
#content .card.sec-col-3 .card-icon {
    color: #78b3aa;
}
#content .card.sec-col-4 .card-icon {
    color: #009999;
}
#content .card.sec-col-5 .card-icon {
    color: #036d83;
}
#content .card.sec-col-6 .card-icon {
    color: #3b3d64;
}
#content .card.sec-col-7 .card-icon {
    color: #d5763f;
}
#content .card.sec-col-8 .card-icon {
    color: #c33f3b;
}
#content .card.sec-col-9 .card-icon {
    color: #b2cfbb;
}
#content .card.sec-col-10 .card-icon {
    color: #f5eace;
}
#content .card.sec-col-11 .card-icon {
    color: #e8ad44;
}
#content .card.sec-col-12 .card-icon {
    color: #efcc89;
}

.card-stack-padding .card.sec-col-1 {
    border-top: 4px solid #712e58;
}
.card-stack-padding .card.sec-col-2 {
    border-top: 4px solid #b00836;
}
.card-stack-padding .card.sec-col-3 {
    border-top: 4px solid #78b3aa;
}
.card-stack-padding .card.sec-col-4 {
    border-top: 4px solid #009999;
}
.card-stack-padding .card.sec-col-5 {
    border-top: 4px solid #036d83;
}
.card-stack-padding .card.sec-col-6 {
    border-top: 4px solid #3b3d64;
}
.card-stack-padding .card.sec-col-7 {
    border-top: 4px solid #d5763f;
}
.card-stack-padding .card.sec-col-8 {
    border-top: 4px solid #c33f3b;
}
.card-stack-padding .card.sec-col-9 {
    border-top: 4px solid #b2cfbb;
}
.card-stack-padding .card.sec-col-10 {
    border-top: 4px solid #f5eace;
}
.card-stack-padding .card.sec-col-11 {
    border-top: 4px solid #e8ad44;
}
.card-stack-padding .card.sec-col-12 {
    border-top: 4px solid #efcc89;
}

.notifications-dialog {
    position: fixed;
    opacity: 1;
    width: 350px;
    right: -350px;
    background: #fff;
    z-index: 1010;
    bottom: 0;
    top: 52px;
    overflow: auto;
    transition: right .3s ease;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #dbe0e5;
}

.notifications-open .notifications-dialog {
    right: 0;
    opacity: 1;
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none;
}

.notifications-dialog .title label {
    margin-right: 6px;
}

.notifications-dialog h2 {
    margin: 12px 0;
}

.notifications-dialog h2 i {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 17px;
    margin-top: -3px;
    display: inline-block;
    font-size: 24px;
}

.notifications-dialog .notifications {
    overflow-y: auto;
    height: calc(100% - 50px);
    overflow-x: hidden;
}

.notifications-dialog .notification {
    margin: 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #dbe0e5;
}

.notifications-dialog .notification .avatar {
    float: left;
    padding-top: 2px;
    margin-left: 4px;
}

.notifications-dialog .notification .notification-body {
    margin-left: 54px;
}

.notifications-dialog .notification span {
    color: #099;
}

.notifications-dialog .notification .notification-footer {
    font-size: 11px;
    color: #bdbdbd;
    margin: 5px 0 0 54px;
}

.notifications-dialog .notification .notification-time {
    display: inline-block;
    /*margin-right: 14px;*/
}

.notifications-dialog .notification .notification-footer i {
    color: #4c4f53;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 5px;
    font-size: 16px;
}

.notification .avatar i.icon {
    height: 20px;
    font-size: 26px;
    width: 20px;
    margin-left: 4px;
    margin-top: 4px;
}

.notification-time a {
    cursor: pointer;
    color: inherit;
}

.notifications-dialog .notifications-footer {
    padding: 10px;
}

.notifications-dialog .notifications-footer .btn {
    display: block;
    width: 100%;
}

.btn-neutral-4, .k-button.btn-neutral-4 {
    background-color: #f7f8fa;
    border-color: #d8dde6;
    color: #4c4f53;
}

.btn-neutral-4:hover, .k-button.btn-neutral-4:hover {
    background-color: #fff;
    color: #4c4f53;
}

.notifItem-enter {
    opacity: 0;
    transform:   translate(-250px,0);
    transform: translate3d(-250px,0,0);
}
.notifItem-enter.notifItem-enter-active {
    opacity: 1;
    transition: opacity 1s ease;
    transform:   translate(0,0);
    transform: translate3d(0,0,0);
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.175, 0.665, 0.320, 1), linear;
}
.notifItem-leave {
    opacity: 1;
    transform:   translate(0,0,0);
    transform: translate3d(0,0,0);
    transition-property: transform, opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.175, 0.665, 0.320, 1), linear;
}
.notifItem-leave.notifItem-leave-active {
    opacity: 0;
    transform:   translate(250px,0);
    transform: translate3d(250px,0,0);
}
.ht_clone_top {
    display: none;
}
