@import url("mCustomScrollbar.css");
@import url("font-awesome.css");
@import url("waves.min.css");
@import url("material-design-iconic-font.min.css");
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
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,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
figure {
    margin: 0;
}
:focus {
    outline: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 14px "Ubuntu", sans-serif;
    background-color: #18191c;
    color: #898989;
    overflow: hidden;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #898989;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #04aec6;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul,
ol {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
b,
strong {
    font-weight: 900;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 32px;
    line-height: 66px;
}
h2 {
    font-size: 30px;
    line-height: 24px;
}
h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
h4 {
    font-size: 16px;
    line-height: 24px;
}
.clearfix {
    clear: both;
}
.background-color {
    background-color: #f5f5f5;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
header {
    width: 100%;
}
.navbar-top {
    position: relative;
    z-index: 99992;
    background: -webkit-linear-gradient(90deg, #202226, #18191c);
    background: -o-linear-gradient(90deg, #202226, #18191c);
    background: -moz-linear-gradient(90deg, #202226, #18191c);
    background: linear-gradient(90deg, #202226, #18191c);
}
.navbar-top .curren-menu {
    float: left;
    display: inline-flex;
}
.navbar-top .curren-menu > div {
    display: inline-block;
}
.navbar-top .curren-menu > div.logo {
    line-height: 113px;
    width: 180px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .curren-menu > div.logo.active {
    width: 308px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .curren-menu > div.top-button {
    position: relative;
    cursor: pointer;
    height: 25px;
    top: 38px;
}
.navbar-top .curren-menu > div.top-button span {
    height: 2px;
    width: 34px;
    background-color: #c5c5c5;
    display: block;
    margin-left: 10px;
}
.navbar-top .curren-menu > div.top-button span:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 33px;
    background-color: #c5c5c5;
    top: 11px;
    left: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .curren-menu > div.top-button.active span:after {
    left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top .curren-menu > div.top-button span:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 34px;
    background-color: #c5c5c5;
    top: 22px;
    left: 10px;
}
.navbar-top .curren-menu > div.box-search {
    position: relative;
    margin-left: 86px;
    line-height: 95px;
}
.navbar-top .curren-menu > div.box-search button {
    position: absolute;
    top: 30px;
    right: 23px;
    z-index: 9;
}
.navbar-top .curren-menu > div.box-search input {
    width: 375px;
}
.navbar-top ul.info-right {
    float: right;
}
.navbar-top ul.info-right > li {
    display: inline-block;
    margin-left: 18px;
    vertical-align: top;
    margin-top: 27px;
}
.navbar-top ul.info-right li.user {
    margin-left: 21px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}
.navbar-top ul.info-right li.setting a,
.navbar-top ul.info-right li.notification a {
    display: block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 59px;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top ul.info-right li.setting a:hover i,
.navbar-top ul.info-right li.notification a:hover i {
    color: #00bcd5;
}
.navbar-top ul.info-right li.user .avatar {
    float: left;
    margin-right: 30px;
    width: 45px;
    height: 45px;
}
.navbar-top ul.info-right li.user .info {
    float: left;
    margin-right: 42px;
}
.navbar-top ul.info-right li.user .avatar img {
    border-radius: 50%;
}
.navbar-top ul.info-right li.user .arrow-down {
    float: left;
    font-size: 20px;
    margin-top: 7px;
}
.navbar-top ul.info-right li.user .arrow-down .fa-angle-up {
    display: none;
}
.navbar-top ul.info-right li.user.open .arrow-down .fa-angle-up {
    display: block;
}
.navbar-top ul.info-right li.user.open .arrow-down .fa-angle-down {
    display: none;
}
.navbar-top ul.info-right li.user .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    top: 68px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    -webkit-transform-origin: top 0;
    -ms-transform-origin: top 0;
    transform-origin: top 0;
}
.navbar-top ul.info-right li.user.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top 0;
    -ms-transform-origin: top 0;
    transform-origin: top 0;
}
.navbar-top ul.info-right li.user .dropdown-menu.active {
    display: block;
}
.navbar-top ul.info-right li.user .dropdown-menu li a {
    padding: 10px 20px;
    display: block;
}
.navbar-top ul.info-right li.user .dropdown-menu li a:hover {
    background-color: #04aec6;
    color: #fff;
}
.navbar-top ul.info-right li.user .dropdown-menu li:first-child {
    padding: 10px 20px;
}
.navbar-top ul.info-right li.user .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar-top ul.info-right li.user .dropdown-menu ul li .avatar {
    margin-right: 15px;
}
.navbar-top ul.info-right li.user .dropdown-menu ul li .profile {
    margin: 12px 0 0;
    float: left;
}
.navbar-top ul.info-right li.user .dropdown-menu ul li .profile a {
    padding: 5px 9px;
    background: #6256a9;
    border-radius: 5px;
    color: #fff;
}
.navbar-top ul.info-right li.user .dropdown-menu ul li .profile a:hover {
    background-color: #04aec6;
}
.navbar-top ul.info-right li.user .info .name {
    font-family: "Ubuntu";
    font-size: 16px;
    font-weight: 500;
    color: #c5c5c5;
    margin-top: 2px;
    letter-spacing: 0.8px;
}
.navbar-top ul.info-right li.user .info .address {
    font-size: 10px;
    font-family: "Ubuntu";
    margin-top: 1px;
    margin-left: 2px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar-top ul.info-right li.button-menu-right {
    margin-right: 40px;
    cursor: pointer;
}
.navbar-top ul.info-right li.button-menu-right img {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-top ul.info-right li.button-menu-right.active img {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left {
    float: left;
    width: 180px;
    position: absolute;
    z-index: 99;
    background: -webkit-linear-gradient(180deg, #202226, #18191c);
    background: -o-linear-gradient(180deg, #202226, #18191c);
    background: -moz-linear-gradient(180deg, #202226, #18191c);
    background: linear-gradient(180deg, #202226, #18191c);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left .user-profile {
    padding: 35px 34px 39px;
}
.vertical-navigation.left .user-profile .user-img {
    margin-bottom: 15px;
    text-align: center;
    margin-left: -3px;
}
.vertical-navigation.left .user-profile ul.user-options {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left .user-profile ul.user-options .name {
    font-size: 16px;
    font-weight: 700;
    font-family: "Ubuntu";
    color: #c5c5c5;
    letter-spacing: 1px;
}
.vertical-navigation.left .user-profile ul.user-options .options {
    font-size: 10px;
    font-weight: 200;
    font-family: "Ubuntu";
    letter-spacing: 0.7px;
    padding-left: 16px;
    margin-top: 3px;
}
.vertical-navigation.left .user-profile .user-img a {
    display: inline-block;
    position: relative;
}
.vertical-navigation.left .user-profile .user-img img {
    border-radius: 50%;
}
.vertical-navigation.left ul.sidebar-nav > li {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left ul.sidebar-nav > li {
    display: block;
    padding: 20px 0;
    margin-left: -7px;
}
.vertical-navigation.left ul.sidebar-nav > li > div.img-nav > img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left ul.sidebar-nav > li > div.img-nav {
    display: inline-block;
    position: relative;
}
.vertical-navigation.left ul.sidebar-nav > li > div.img-nav > span {
    position: absolute;
    font-family: "Ubuntu";
    top: -3px;
    right: -3px;
    background-color: #04aec6;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    width: 16px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}
.vertical-navigation.left ul.sidebar-nav > li.active,
.vertical-navigation.left ul.sidebar-nav > li:hover {
    background-color: #18191c;
}
.vertical-navigation.left ul.sidebar-nav li span {
    display: block;
    font-family: "Ubuntu";
    font-weight: 200;
    font-size: 13px;
    color: #c5c5c5;
    margin-top: 11px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left.active {
    width: 290px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left.active .user-profile ul.user-options {
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left.active ul.sidebar-nav > li.user-profile {
    text-align: center;
}
.vertical-navigation.left.active ul.sidebar-nav > li {
    text-align: left;
}
.vertical-navigation.left.active ul.sidebar-nav > li > div.img-nav {
    padding-left: 40px;
    margin-right: 22px;
}
.vertical-navigation.left.active ul.sidebar-nav > li > div.img-nav > img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.vertical-navigation.left ul.sidebar-nav li.user-profile .user-img {
    padding: 0;
}
.vertical-navigation.left.active ul.sidebar-nav li span {
    display: inline-block;
    font-size: 16px;
}
.vertical-navigation.left.active.show {
    width: 308px;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.status-color.blue {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    bottom: 3px;
    right: 9px;
    z-index: 2;
    background: #04aec6;
    border-radius: 50%;
    border: 3px solid #202226;
}
.status-color.blue.style2 {
    width: 12px;
    height: 12px;
    right: 6px;
    bottom: 2px;
    z-index: 2;
    border: 2px solid #202226;
}
.status-color.green {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 4px;
    z-index: 2;
    background: #89e07d;
    border-radius: 50%;
    border: 2px solid #202226;
}
.status-color.pink {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 4px;
    z-index: 2;
    background: #ff2d78;
    border-radius: 50%;
    border: 2px solid #202226;
}
.status-color.grey {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    bottom: 0;
    right: 2px;
    z-index: 2;
    background: #c9c9c9;
    border-radius: 50%;
    border: 2px solid #202226;
}
.status-color.purple {
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    bottom: -1px;
    right: 6px;
    background: #574c9c;
    border-radius: 50%;
    border: 2px solid #fff;
}
.member-status.right.closed {
    width: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.member-status.right {
    float: right;
    background-color: #202226;
    width: 295px;
    background: -webkit-linear-gradient(180deg, #202226, #18191c);
    background: -o-linear-gradient(180deg, #202226, #18191c);
    background: -moz-linear-gradient(180deg, #202226, #18191c);
    background: linear-gradient(180deg, #202226, #18191c);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.member-status .sidebar-member .scroll {
    height: 900px;
    overflow: auto;
}
.member-status.right .sidebar-member ul.member-tab {
    word-spacing: -4px;
    border-bottom: 2px solid #373737;
}
.member-status.right .sidebar-member ul.member-tab li {
    display: inline-block;
    width: 50%;
    padding: 27px 0 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.member-status.right .sidebar-member ul.member-tab li i {
    font-size: 22px;
}
.member-status.right .sidebar-member ul.member-tab li.active,
.member-status.right .sidebar-member ul.member-tab li:hover {
    color: #6256a9;
}
.member-status.right .sidebar-member ul.member-tab li.active:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #6256a9;
    bottom: -2px;
    left: 0;
}
.member-status.right .sidebar-member ul.member-list.online {
    margin-top: 33px;
    padding-left: 30px;
    padding-right: 10px;
}
.member-status.right .sidebar-member ul.member-list.offline {
    margin-top: 51px;
    padding-left: 30px;
}
.member-status.right .sidebar-member ul.member-list li.member-header {
    margin-bottom: 17px;
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 500;
    color: #bdbdbd;
    letter-spacing: 1px;
}
.member-status.right .sidebar-member ul.member-list li {
    margin-bottom: 30px;
}
.member-status.right .sidebar-member ul.member-list li a {
    display: block;
    color: #bdbdbd;
}
.member-status.right .sidebar-member ul.member-list li .avatar {
    float: left;
    height: 45px;
    width: 45px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
}
.member-status.right .sidebar-member ul.member-list li .avatar img {
    border-radius: 50%;
    height: 45px;
    object-fit: cover;
    display: block;
}
.member-status.right .sidebar-member ul.member-list li .info-user {
    padding-top: 5px;
}
.member-status.right .sidebar-member ul.member-list li .info-user .name {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 500;
    color: #bdbdbd;
    letter-spacing: 0.7px;
    margin-right: 20px;
    cursor: pointer;
}
.member-status.right .sidebar-member ul.member-list li .info-user .options {
    font-size: 10px;
    font-weight: 500;
    font-family: "Ubuntu";
    letter-spacing: 0.5px;
}
.member-status.right .sidebar-member ul.member-list li .info-user .address {
    font-size: 10px;
    font-weight: 500;
    font-family: "Ubuntu";
    letter-spacing: 0.5px;
    cursor: pointer;
}
.member-status.right .sidebar-member ul.member-list li .info-user .battery {
    float: right;
    margin-right: 6px;
    font-size: 10px;
}
.load-more a {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 500;
}
main {
    float: left;
    width: calc(100% - 180px);
    margin-top: 20px;
    margin-left: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
main.open {
    width: calc(100% - 180px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rows {
    padding: 0 20px 20px;
}
#chartStatistics {
    height: 330px;
    width: 100%;
}
#chart-uf {
    height: 290px;
    width: 100%;
}
#chart-semanal {
    height: 290px;
    width: 100%;
}
#lineChart {
    height: 285px;
    width: 100%;
}
#chart-spline,
#bubble-chart {
    height: 270px;
    width: 100%;
}
#chartdiv {
    height: 250px;
    width: 100%;
}
.status-bar ul li {
    display: inline-block;
    width: calc(25% - 6px);
    margin-right: 4px;
    border-radius: 8px;
    background-color: #242629;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.status-bar ul li:last-child {
    margin-right: 0;
}
.status-bar ul li .icon {
    float: left;
    line-height: 120px;
    height: 84px;
    padding: 0 30px 0 27px;
    margin-right: 18px;
    background-color: #1d1f23;
}
.status-bar ul li .content .numb {
    font-family: "Ubuntu";
    font-size: 54px;
    font-weight: 500;
    line-height: 80px;
    color: #f9f9f9;
    float: left;
    margin-right: 18px;
}
.status-bar ul li .content .text {
    font-family: "Ubuntu";
    font-size: 14px;
    font-weight: 200;
    color: #f0f0f0;
    line-height: 80px;
}
.box {
    float: left;
    padding: 19px 30px 45px 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
    background: -webkit-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: -o-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: -moz-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: linear-gradient(0deg, #18191c, #18191c 48%, #202226);
}
.box.left {
    margin-right: 10px;
}
.box.right {
    margin-left: 10px;
}
.box .box-header .box-title {
    float: left;
    position: relative;
}
.box .box-header .box-title h3 {
    font-size: 14px;
    font-weight: bold;
}
h3.hbox {
    font-size: 14px;
    font-weight: bold;
}
.box .box-header .box-title span {
    position: absolute;
    top: -11px;
    right: -33px;
    font-size: 10px;
    font-weight: 500;
    color: #ebebeb;
    background-color: #4c418b;
    line-height: 30px;
    height: 28px;
    width: 27px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.box .pull-right {
    position: relative;
    text-align: center;
    line-height: 10px;
}
.box .pull-right i {
    width: 30px;
    font-size: 26px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
}
.box .pull-right ul.dropdown-menu {
    background-color: #fff;
    color: #898989;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: auto;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: inline-block;
    -webkit-transform-origin: top 0;
    -ms-transform-origin: top 0;
    transform-origin: top 0;
}
.box .pull-right ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.box .pull-right ul.dropdown-menu li a {
    padding: 15px;
    display: block;
}
.box .pull-right ul.dropdown-menu li a:hover {
    background-color: #4c418b;
    color: #fff;
}
.box .pull-right.open ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top 0;
    -ms-transform-origin: top 0;
    transform-origin: top 0;
    visibility: visible;
    opacity: 1;
}
.box .pull-right ul.dropdown-menu.active {
    display: block;
}
.box-danger,
.box-radar {
    width: calc(38% - 16px);
}
.box-statistics,
.box-line {
    width: calc(62% - 4px);
}
.box-stackedColumn,
.box-line {
    width: calc(62% - 20px);
    padding: 19px 30px 31px;
}
.box-spline,
.box-radar {
    width: calc(38% - 0);
}
.box-bubble,
.box-map,
.box-custom,
.box-project,
.box-inbox {
    width: calc(50% - 10px);
}
.box-danger {
    height: 453px;
}
.box-danger .chart-doughnut .chart {
    float: left;
}
.box-spline.right {
    margin-left: 10px;
    padding: 19px 30px 31px;
}
.box-custom {
    padding: 21px 30px 34px 30px;
}
.box-map {
    padding: 21px 30px 34px 30px;
}
.box-bubble {
    padding: 21px 30px 42px 30px;
}
.box-line {
    padding: 19px 30px 18px 30px;
}
.box-project,
.box-inbox {
    padding: 22px 30px 19px 29px;
    height: 400px;
}
.box-radar {
    min-height: 396px;
}
.box .box-content.style1 {
    padding: 0 37px;
}
.box-content.style2 {
    padding: 0 18px;
}
ul.chart-tab {
    text-align: right;
    margin-right: 14px;
    margin-bottom: 3px;
}
ul.chart-tab li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    font-family: "Ubuntu";
    width: 80px;
    line-height: 26px;
    border: 1px solid #898989;
    text-align: center;
    border-radius: 25px;
    margin-left: 7px;
    cursor: pointer;
}
ul.chart-tab li:hover,
ul.chart-tab li.active {
    background-color: #5b57a3;
    color: #fff;
    border-color: #5b57a3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.legend ul.legend-list {
    text-align: center;
}
.legend ul.legend-list li {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding-left: 18px;
    margin: 0 10px;
    font-family: "Ubuntu";
}
.legend ul.legend-list li {
    position: relative;
    color: #4c418b;
}
.legend ul.legend-list li.ui {
    color: #04aec6;
}
.legend ul.legend-list li.gps_off {
    color: #ff2d78;
}
.legend ul.legend-list li.gps_on {
    color: #04aec6;
}
.legend ul.legend-list li.code {
    color: #ff2d78;
}
.legend ul.legend-list li.color4 {
    color: #6efc2d;
}
.legend ul.legend-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #4c418b;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.legend ul.legend-list li.ui:before {
    background-color: #04aec6;
}
.legend ul.legend-list li.code:before {
    background-color: #ff2d78;
}
.legend ul.legend-list li.color4:before {
    background-color: #6efc2d;
}
.legend.style1 .legend-list {
    float: left;
    text-align: left;
    margin-top: 62px;
}
.legend.style1 .legend-list li {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 23px;
}
.legend.style1 ul.legend-list li:before {
    width: 12px;
    height: 12px;
    left: -6px;
    top: 2px;
}
.legend.style1 .legend-list li p {
    margin-top: 5px;
    color: #898989;
    font-size: 12px;
}
.legend.style2 {
    margin-top: 23px;
}
#chartdiv {
    margin-bottom: 15px;
}
canvas {
    top: 0;
    left: 0;
}
.box-project .box-content table thead tr {
    border-bottom: 1px solid #29292a;
}
.box-project .box-content table thead tr th,
.box-project .box-content table thead tr td {
    padding: 25px 0 17px;
    text-align: left;
    vertical-align: middle;
}
.box-project .box-content table thead tr td {
    padding: 20px 0 18px;
    font-family: "Ubuntu";
    font-size: 12px;
    font-weight: 400;
}
.box-project .box-content {
    overflow-x: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.box-project .box-content table {
    width: 620px;
    margin-top: 5px;
    overflow: hidden;
}
.box-project .box-content table thead tr th {
    font-weight: 500;
    font-family: "Ubuntu";
}
.box-project .box-content table thead tr th:nth-child(2) {
    padding-left: 19px;
    width: 35%;
}
.box-project .box-content table thead tr th:nth-child(3) {
    padding-left: 48px;
}
.box-project .box-content table thead tr th:nth-child(4) {
    text-align: right;
    padding-right: 4px;
}
.box-project .box-content table thead tr td:nth-child(1) {
    width: 7.5%;
}
.box-project .box-content table thead tr td:nth-child(4) {
    width: 15.3%;
    vertical-align: middle;
}
.box-project .box-content table tbody tr td.bg {
    padding: 8px 0;
}
.box-project .box-content table tbody tr td.bg span {
    background-color: #4c418b;
    font-size: 12px;
    font-weight: 500;
    height: 37px;
    line-height: 40px;
    color: #fff;
    padding-left: 48px;
    display: inline-block;
}
.box-project .box-content table tbody tr.design td.bg span,
.box-project .box-content table tbody tr.testing td.bg span {
    background-color: #00bcd5;
}
.box-project .box-content table tbody tr.cancel td.bg span {
    background-color: #ff2d78;
}
.box-project .box-content table tbody tr.cancel td:nth-child(4) {
    color: #fff;
}
.box-inbox .box-content ul {
    margin-top: 17px;
}
.box-inbox .box-content ul li {
    font-family: "Ubuntu";
    padding: 14px 0 13px;
    border-bottom: 1px solid #222426;
    margin-left: -3px;
    display: block;
}
.box-inbox .box-content ul li a {
    display: block;
    color: #898989;
}
.box-inbox .box-content ul li .left {
    float: left;
}
.box-inbox .box-content ul li .left img {
    border-radius: 50%;
    float: left;
    margin-right: 28px;
}
.box-inbox .box-content ul li .left .info {
    font-size: 10px;
    float: left;
    margin-top: 2px;
}
.box-inbox .box-content ul li .left .info .name {
    font-size: 12px;
    color: #c5c5c5;
    margin-bottom: 7px;
}
.box-inbox .box-content ul li .right {
    float: right;
    font-size: 10px;
    position: relative;
    right: 42px;
    top: 5px;
}
#message,
#calendar {
    overflow: hidden;
    padding: 0 20px 0;
    display: none;
}
.box-message {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0;
    border-top-left-radius: 7px;
    overflow: hidden;
    padding: 0;
    width: 425px;
    margin-bottom: 0;
    background: 0;
}
.box-message .box-header {
    margin-bottom: 0;
}
.box-message .box-header .header-title {
    line-height: 100px;
    font-family: "Ubuntu";
    font-weight: 500;
    color: #ebebeb;
    padding: 0 35px;
    background-color: #574c9d;
    position: relative;
    cursor: pointer;
}
.box-message .box-header .header-title:before {
    content: "\f107";
    position: absolute;
    font-family: "fontawesome";
    right: 54px;
    top: 3px;
    font-size: 19px;
}
.box-message .box-header.active .header-title:before {
    content: "\f106";
}
.box-message .box-header .header-title span {
    margin-left: 21px;
    overflow: visible !important;
}
.box-message .box-content {
    height: 837px;
    background: -moz-linear-gradient(90deg, rgba(24, 25, 28, 1) 0, rgba(32, 34, 38, 1) 65%, rgba(32, 34, 38, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 34, 38, 1)), color-stop(35%, rgba(32, 34, 38, 1)), color-stop(100%, rgba(24, 25, 28, 1)));
    background: -webkit-linear-gradient(90deg, rgba(24, 25, 28, 1) 0, rgba(32, 34, 38, 1) 65%, rgba(32, 34, 38, 1) 100%);
    background: -o-linear-gradient(90deg, rgba(24, 25, 28, 1) 0, rgba(32, 34, 38, 1) 65%, rgba(32, 34, 38, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(24, 25, 28, 1) 0, rgba(32, 34, 38, 1) 65%, rgba(32, 34, 38, 1) 100%);
    background: linear-gradient(0deg, rgba(24, 25, 28, 1) 0, rgba(32, 34, 38, 1) 65%, rgba(32, 34, 38, 1) 100%);
}
.box-message .box-content ul {
    height: 630px;
    overflow: hidden;
}
.box-message .box-content ul li {
    cursor: pointer;
    display: block;
    padding: 40px 35px 25px 30px;
    border-bottom: 1px solid #2e3033;
    position: relative;
}
.box-message .box-content ul li.active {
    background-color: #18191c;
}
.box-message .box-content ul li.active:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #04aec6;
}
.box-message .box-content ul li .left {
    float: left;
}
.box-message .box-content ul li .left .avatar {
    float: left;
    margin-right: 30px;
    margin-top: 3px;
    position: relative;
}
.box-message .box-content ul li .left .avatar img {
    border-radius: 50%;
    width: 49px;
}
.box-message .box-content ul li .left .content {
    float: left;
}
.box-message .box-content ul li .left .content .username {
    position: relative;
    display: inline-block;
}
.box-message .box-content ul li .left .content .username span {
    position: absolute;
    top: -30px;
    right: -28px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #04aec6;
    border-radius: 50%;
}
.box-message .box-content ul li .left .content .username span:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    background-color: transparent;
    border: 4px solid #04aec6;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.heartbit {
    position: relative;
}
.heartbit:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    background-color: transparent;
    border: 4px solid #04aec6;
    top: -6px;
    left: -6px;
    border-radius: 50%;
    display: none;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.status-color.blue.heartbit.style1:before {
    width: 21px;
    height: 21px;
    top: -6px;
    left: -6.5px;
    z-index: -1;
    display: block;
}
.box-message .box-content ul li .status-color.blue.heartbit.style2:before,
.member-status.right .sidebar-member ul.member-list li .status-color.heartbit:before .member-status.right .sidebar-member ul.member-list li .status-color.green.heartbit:before,
.member-status.right .sidebar-member ul.member-list li .status-color.pink.heartbit:before,
.member-status.right .sidebar-member ul.member-list li .status-color.grey.heartbit:before {
    display: none;
}
.box-message .box-content ul li:hover .status-color.blue.heartbit.style2:before {
    display: block;
    width: 18px;
    height: 18px;
    top: -5px;
    left: -5px;
    z-index: -1;
}
.member-status.right .sidebar-member ul.member-list li:hover .status-color.heartbit:before {
    display: block;
    width: 18px;
    height: 18px;
    top: -5px;
    left: -5px;
    z-index: -1;
    border: 4px solid #89e07d;
}
.member-status.right .sidebar-member ul.member-list li:hover .status-color.blue.heartbit:before {
    border: 4px solid #04aec6;
}
.member-status.right .sidebar-member ul.member-list li:hover .status-color.pink.heartbit:before {
    border: 4px solid #ff2d78;
}
.member-status.right .sidebar-member ul.member-list li:hover .status-color.grey.heartbit:before {
    border: 4px solid #c9c9c9;
}
@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.box-message .box-content ul li .left .content .username .name {
    font-size: 16px;
    font-weight: 600;
    color: #ebebeb;
    margin-bottom: 5px;
}
.box-message .box-content ul li .left .content .text p {
    font-size: 12px;
    line-height: 18px;
}
.box-message .box-content ul li .right {
    float: right;
}
.box-message .box-content ul li .right .date {
    font-size: 12px;
    margin-top: 3px;
}
.new-message {
    margin-top: 30px;
    text-align: center;
}
.new-message a {
    display: inline-block;
    line-height: 62px;
    height: 60px;
    padding: 0 45px 0 100px;
    color: #ebebeb;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #252528;
    position: relative;
    border-radius: 4px;
    letter-spacing: 0.3px;
}
.new-message a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    height: 1px;
    width: 15px;
    background-color: #fff;
}
.new-message a:after {
    content: "";
    position: absolute;
    top: 39%;
    left: 67px;
    height: 15px;
    width: 1px;
    background-color: #fff;
}
.message-info {
    float: left;
    border-top-right-radius: 7px;
    overflow: hidden;
    width: calc(100% - 425px);
}
.message-info .message-header {
    background-color: #fff;
}
.message-info .message-header .move-message {
    line-height: 106px;
    height: 100px;
    text-align: right;
    padding-right: 52px;
    letter-spacing: 0.6px;
}
.message-info .message-header .move-message span {
    margin-right: 15px;
}
.message-info .message-header .box-info-messager {
    padding-left: 50px;
    padding-bottom: 29px;
}
.message-info .message-header .box-info-messager .message-pic {
    float: left;
    margin-right: 31px;
    position: relative;
}
.message-info .message-header .box-info-messager .message-pic img {
    border-radius: 50%;
}
.message-info .message-header .box-info-messager .content .username {
    color: #232323;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
}
.message-info .message-header .box-info-messager .content .text p {
    line-height: 18px;
    color: #6c6b6b;
    font-size: 12px;
}
.message-info .message-box {
    background-color: #ededed;
    height: 664px;
    overflow: hidden;
}
.message-info .message-box .mCSB_inside > .mCSB_container {
    padding: 20px 50px 0;
}
.message-info .message-box .message-in {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
}
.message-info .message-box .message-in .message-pic {
    float: left;
    margin-right: 32px;
    margin-top: 3px;
    position: relative;
}
.message-info .message-box .message-in .message-pic img {
    border-radius: 50%;
    margin-top: 5px;
}
.message-info .message-box .message-in .message-body {
    float: left;
}
.message-info .message-box .message-in .message-body .message-text {
    width: 348px;
    padding: 17px 30px 18px;
    float: left;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    position: relative;
    word-break: break-word;
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.message-info .message-box .message-in .message-body .message-text:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #fff;
}
.message-info .message-box .message-in .message-body .message-text p,
.message-info .message-box .message-out .message-body .message-text p {
    line-height: 20px;
    word-wrap: break-word;
}
.message-info .message-box .message-in .message-body .message-image ul li,
.message-info .message-box .message-out .message-body .message-image ul li {
    display: inline-block;
    margin: 10px 5px 0;
}
.message-info .message-box .message-out {
    float: right;
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}
.message-info .message-box .message-out .message-pic {
    float: right;
    margin-left: 51px;
    margin-top: 7px;
    position: relative;
}
.message-info .message-box .message-out .message-pic img {
    border-radius: 50%;
}
.message-info .message-box .message-out .message-body {
    float: right;
}
.message-info .message-box .message-out .message-body .message-text {
    width: 410px;
    padding: 16px 30px 19px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.message-info .message-box .message-out .message-body .message-text:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
}
.message-info .form-chat {
    background-color: #fff;
    padding: 0 50px;
}
.message-info .form-chat form .message-form-chat span {
    float: left;
    margin-right: 20px;
    line-height: 85px;
}
.message-info .form-chat form .message-form-chat span.pin {
    margin-right: 10px;
    width: 10px;
}
.message-info .form-chat form .message-form-chat span.btn-send {
    margin-right: 0;
    height: 85px;
    display: block;
    line-height: 86px;
}
.message-info .form-chat form .message-form-chat span.message-text {
    line-height: 1;
    margin-top: 16px;
    width: calc(100% - 243px);
}
.message-info .form-chat form .message-form-chat span button {
    display: inline-block;
    line-height: 32px;
    color: #6c6c6c;
    font-size: 16px;
    padding: 0 20px 0 22px;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
}
.icon-mobile {
    display: none;
    float: left;
    line-height: 85px;
}
#calendar .breadcrumbs {
    margin-bottom: 20px;
}
#calendar .breadcrumbs li {
    display: inline-block;
    font-family: "Ubuntu";
    font-size: 16px;
}
#calendar .box {
    padding: 65px;
}
#box-calendar {
    min-width: 100%;
    height: 100%;
    overflow: auto;
}
#box-calendar {
    width: 920px;
}
#calendar .box .box-header {
    margin-bottom: 60px;
}
#calendar .box .box-header h2.title {
    font-size: 46px;
    font-weight: 300;
    line-height: 46px;
}
#calendar .box .box-header h2.title span {
    font-weight: 200;
}
#calendar .box .box-header ul.date li {
    display: inline-block;
    color: #fff;
    height: 42px;
    line-height: 42px;
    padding: 0 21px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
#calendar .box .box-header ul.date li.active,
#calendar .box .box-header ul.date li:hover {
    background: #6256a9;
    border-radius: 20px;
}
.fc-day-header.fc-widget-header {
    font-weight: bold;
    color: #c5c5c5;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
    border: 0;
}
.fc-day.fc-widget-content.fc-past {
    width: 14.3%;
    box-shadow: 7px 10px 14px 0 rgba(0, 0, 0, 0.4);
}
td.fc-head-container.fc-widget-header {
    border-color: transparent;
    border-bottom: 1px solid #232529;
    box-shadow: 7px 10px 14px 0 rgba(0, 0, 0, 0.4);
}
.fc-body > tr > .fc-widget-content {
    border: transparent;
}
.fc-basic-view .fc-body .fc-row,
td.fc-day.fc-widget-content.fc-future {
    box-shadow: 7px 10px 14px 0 rgba(0, 0, 0, 0.4);
}
.box.calendar {
    width: calc(100% - 328px);
}
#external-events.box {
    float: right;
    box-shadow: none;
}
#external-events.box {
    padding: 30px 20px;
    border-radius: 5px;
}
#external-events .external-event {
    padding: 20px 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 2px;
    color: #fff;
    cursor: move;
}
#external-events .external-event:last-child {
    margin-bottom: 0;
}
.external-event .event-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.external-event .event-title span {
    font-size: 60px;
    vertical-align: middle;
    padding-right: 20px;
}
.external-event .event-content {
    text-align: center;
    margin-top: 10px;
}
.external-event .event-content .date {
    margin-bottom: 10px;
}
.external-event .event-content .time {
    font-weight: 400;
}
.external-event.bg-purple {
    background: #6256a9;
}
.external-event.bg-aqua {
    background: #04aec6;
}
.external-event.bg-blue {
    background: #3d5afe;
}
.external-event.bg-pink {
    background: #ff4080;
}
.external-event.bg-orange {
    background: #f09238;
}
#calendar .footer {
    padding: 30px 0;
    margin-top: 20px;
    margin-right: -20px;
    background: -webkit-linear-gradient(90deg, #18191c, #18191c 48%, #202226);
    background: -o-linear-gradient(90deg, #18191c, #18191c 48%, #202226);
    background: -moz-linear-gradient(90deg, #18191c, #18191c 48%, #202226);
    background: linear-gradient(90deg, #18191c, #18191c 48%, #202226);
}
#calendar .footer .copyright {
    float: left;
}
#calendar .footer .copyright p,
#calendar .footer ul.menu-ft li a {
    font-size: 16px;
    font-weight: 300;
    font-family: "Ubuntu";
}
#calendar .footer ul.menu-ft {
    float: right;
}
#calendar .footer ul.menu-ft li {
    display: inline-block;
    padding: 0 20px;
}
ul.notify li {
    padding: 20px;
    border-bottom: 1px solid #29292a;
}
ul.notify li .avatar {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
ul.notify li .avatar img {
    height: 45px;
    object-fit: cover;
}
ul.notify li .notify-content {
    margin-top: 5px;
    font-size: 12px;
}
.divider35 {
    height: 35px;
}
.divider22 {
    height: 22px;
}
.divider50 {
    height: 50px;
}
.loader {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.inner {
    position: absolute;
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    top: 40%;
    left: 50%;
    margin-left: -32px;
    transform: translateX(-50%);
    border-radius: 50%;
}
.inner.one {
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #247abb;
}
.inner.two {
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #247abb;
}
.inner.three {
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #247abb;
}
@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
.gmaps {
    height: 780px;
    width: 100%;
}
section.panel {
    margin: 0 20px 20px;
    padding: 19px 30px 45px 30px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
    background: -webkit-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: -o-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: -moz-linear-gradient(0deg, #18191c, #18191c 48%, #202226);
    background: linear-gradient(0deg, #18191c, #18191c 48%, #202226);
}
.panel-heading {
    border-color: #898989;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #1c1e21;
}
.table {
    font-size: 12px;
}


.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #333;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-control {
    border: 1px solid #444;
    color: #ddd !important;
    background-color: #333;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #5a5a5a;
}
.table-hover > tbody > tr:hover {
    background-color: #353535;
}
.label-success,
.label-warning,
.label-primary,
.label-danger,
.label-info,
.label-default,
.btn-danger,
.btn-warning,
.btn-primary,
.btn-success,
.btn-default,
.btn-info {
    color: #1d1b1b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #1d1b1b;
}
.btn-default {
    background-color: #333;
    border: 1px solid #444;
    color: #cecece;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #cecece;
    background-color: #505050;
    border-color: #444;
}
.modal {
    z-index: 99999;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #cecece;
    text-decoration: none;
    background-color: #333;
    border: 1px solid #444;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #cecece;
    background-color: #505050;
    border-color: #444;
}
.pagination > li.active > a {
    background-color:#337ab7;
}

.error {
    color: tomato;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
input.spinner[type="text"],
input.spinner[type="password"],
input.spinner[type="datetime"],
input.spinner[type="datetime-local"],
input.spinner[type="date"],
input.spinner[type="month"],
input.spinner[type="time"],
input.spinner[type="week"],
input.spinner[type="number"],
input.spinner[type="email"],
input.spinner[type="url"],
input.spinner[type="search"],
input.spinner[type="tel"],
input.spinner[type="color"] {
    background: url("../img/spinner_white.gif") right no-repeat !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #dedede;
    cursor: default;
    background-color: #313131;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #313131;
}
.tab-bg-dark-navy-blue {
    border: 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #444 !important;
    color: #ddd !important;
    background-color: #333 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #797979 !important;
    color: #ddd !important;
    background-color: #333 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ddd !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    color: #cecece !important;
    background-color: #505050 !important;
    border-color: #444 !important;
}
.select2-search--dropdown {
    background-color: #333 !important;
}
.select2-container--default .select2-results > .select2-results__options {
    color: #ddd !important;
    background-color: #333 !important;
}
.select2-results__option {
    font-size: 12px;
    min-height: 27px;
}

.select2-selection--multiple {
    background-color: #333 !important;
    border-color: #444 !important;
}

.select2-selection__choice {
    background-color: #212121 !important;
    color: white !important;
}

.select2-search__field {
    color: white !important;
}

.nav-tabs > li {
    font-size: 12px;
}
@media only screen and (max-width: 480px) {
    .panel-body {
        clear: both;
    }
    table.table,
    table.table > thead,
    table.table > tbody,
    table.table > thead > tr > th,
    table.table > tbody > tr > th,
    table.table > thead > tr > td,
    table.table > tbody > tr > td,
    table.table > thead > tr,
    table.table > tbody > tr {
        display: block;
    }
    table.table > thead,
    table.table > thead > tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.table > thead > tr,
    table.table > tbody > tr {
        border: 1px solid #333;
        margin-top: 10px;
    }
    table.table > thead > tr > td,
    table.table > tbody > tr > td {
        border: 0;
        border-bottom: 1px solid #333;
        position: relative;
    }
    table.table > thead > tr > td:before,
    table.table > tbody > tr > td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}
.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: calc(100% - 32px);
    margin: 0 16px;
}
.chat-room aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.chat-room .left-side {
    width: 25%;
    background: #1a1b1d;
}
.chat-room .mid-side {
    width: 75%;
    background: #1b1d20;
}
.chat-room .right-side {
    width: 25%;
    background: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}
.chat-room .left-side .user-head {
    background: #2f2f2f;
    color: #fff;
    min-height: 70px;
    padding: 15px;
}
.chat-room .right-side .user-head {
    background: #00a8b3;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 70px;
    padding: 10px;
    border-left: 1px solid #00a8b3;
    margin-left: -1px;
    position: relative;
}
.chat-room .user-head i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}
.chat-room .user-head h3 {
    margin: 6px 0 0 0;
    font-weight: 100;
    letter-spacing: 1px;
}
.chat-room-head {
    background: #4a4a4a;
    color: #fff;
    min-height: 70px;
    padding: 15px;
}
.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}
.chat-room-head .search-btn {
    width: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    background: #6b6b6b url("../img/chat-search.png") no-repeat 8px 8px;
    padding: 0 5px 0 35px;
    margin-top: 2px;
    border: 0;
    color: #fff;
}
.chat-room-head .search-btn:focus {
    width: 180px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    color: #fff;
}
.chat-room-head .search-btn:focus::-moz-placeholder {
    color: #fff;
}
ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}
ul.chat-list li a:hover,
ul.chat-list li.active a {
    color: #00a9b4;
    background: #f2f4f7;
}
ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d5d7de;
}
ul.chat-list li h4 i {
    padding-right: 5px;
}
ul.chat-list li a span {
    padding-left: 10px;
}
ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}
ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}
ul.chat-list {

}
ul.chat-user li {
    border-bottom: 0;
}
ul.chat-user li a:hover {
    background: 0;
    color: #6a6a6a;
}
.chat-room .left-side .chat-users {
    overflow: auto;
    height: 400px;
}
.chat-room .left-side footer {
    background: #d5d7de;
    padding: 15px;
    height: 70px;
    width: calc(26% + 30px);
    position: absolute;
    bottom: 0;
}
.chat-room .mid-side footer {
    background: #000000;
    padding: 15px;
    height: 70px;
    width: 100%;
}
.chat-room .right-side footer {
    background: #fff;
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e5e8ef;
    border-radius: 0 0 4px 0;
    -webkit-border-radius: 0 0 4px 0;
}
.chat-room .left-side footer .chat-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    float: left;
}
.chat-room .left-side footer .user-status {
    float: left;
    margin: 10px;
}
.chat-room .left-side footer .user-status i {
    padding-right: 5px;
}
.chat-room .left-side footer a.chat-dropdown {
    background: #96979a;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    padding: 3px 5px;
}
.room-desk {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    padding: 15px;
}
.room-desk h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin: 5px 0 0 0;
}
.room-box {
    border: 1px solid #e7e7e7;
    background: #f7f8fa;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.room-box h5 {
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 16px;
}
.room-box h5 a {
    color: #00a9b4;
}
.chat-tools {
    float: right;
    padding: 3px;
    width: 40px;
    height: 35px;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin-top: 6px;
    margin-left: 10px;
}
.chat-tools i {
    font-size: 16px !important;
    float: none !important;
    margin-right: 0 !important;
    color: #fff;
}
.btn-key {
    background: #4ac9c0;
}
.btn-key:hover {
    background: #44bab2;
}
.invite-row {
    background: #e5e8ef;
    padding: 6px 10px;
    display: inline-block;
    width: 100%;
}
.invite-row h4 {
    font-size: 16px;
    font-weight: 300;
}
ul.chat-available-user {
    padding: 10px;
}
ul.chat-available-user li {
    margin-bottom: 15px;
}
ul.chat-available-user li a {
    color: #6a6a6a;
}
ul.chat-available-user li i {
    padding-right: 5px;
    font-size: 10px;
}
.group-rom {
    width: 100%;
    float: left;

}
.group-rom .first-part,
.group-rom .second-part,
.group-rom .third-part {
    float: left;
    padding: 15px;
}
.talk-container .odd {
    background: #131313;
    color: #6a6a6a;
    font-weight: 600;
}
.group-rom .first-part {
    width: 25%;
}
.group-rom .second-part {
    width: 60%;
}
.group-rom .third-part {
    width: 15%;
    font-size: 11px;
    color: #d4d3d3;
}
a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}
a.guest-on i {
    background: #40cabe;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}
.chat-txt {
    float: left;
    width: calc(100% - 46px);
    margin-right: 5px;
}
.lobby {
    padding: 0 !important;
}
.dropdown {
    float: right;
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #323232;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}
.dropdown-content i {
    width: 20px;
    text-align: center;
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #555;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.form-group ol > li {
    margin-bottom: 5px;
    font-size: 13px;
}
p {
    margin-top: 6px;
    margin-bottom: 6px;
    word-break: break-all;
}
.emojionearea.emojionearea-inline {
    background-color: #333 !important;
}
@media print {
    .vertical-navigation {
        display: none;
    }
    #header {
        display: none;
    }
    main {
        width: 100%;
        margin-left: 0;
    }
    button[type="button"] {
        display: none;
    }
    body {
        background-color: white !important;
    }
    .card-header {
        background-color: white !important;
    }
    .bg-dark {
        background: white !important;
    }
}
.bold {
    font-weight: bold;
}
ul.autocomplete {
    overflow: auto;
    max-height: 300px;
    background-color: #18191c;
    font-size: 14px;
}
ul.autocomplete > li {
    padding: 10px;
}
ul.autocomplete > li > a > div.row{ 
    margin: 0px;
}
ul.autocomplete > li:hover {
    background-color: #252525;
}

input[type="date"] {
    line-height: 15px;
    color-scheme: dark;
}
pre {
    color: #898989;
}
.scrumboard > div.col-xs-4 {
    border-right: 1px dashed #aaa;
}
.scrumboard > div.col-xs-4:last-child {
    border-right: 0;
}
.scrumboard .scrumheader {
    border-bottom: 1px dashed #ccc;
    display: block;
    width: 100%;
}
.scrumboard .scrumheader h4 {
    display: inline-block;
}
.scrumboard .scrumheader label {
    float: right;
}

.card-header {
    padding: 12px;
    margin-bottom: 0;
    background-color: #1f2125;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.card-footer {
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
div.timeline div.container {
    margin: 10px;
    padding: 10px;
    background-color: rgba(54, 54, 54, 0.72);
    width: calc(100% - 20px);
}
div.timeline div.base {
    width: calc(100% - 60px);
}
div.timeline div.base strong {
    font-size: 12px;
    font-weight: bolder;
    color: whitesmoke;
    text-transform: uppercase;
    font-family: consolas;
    clear: both;
}
div.timeline div.stats {
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin: auto;
}
div.start {
    background-image: url(../img/timeline/ic_status_start.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.mid {
    background-image: url(../img/timeline/ic_status_mid.png);
    background-repeat: no-repeat;
    background-position: center;
}
div.end {
    background-image: url(../img/timeline/ic_status_end.png);
    background-repeat: no-repeat;
    background-position: center;
}
h5 {
    font-weight: bold;
}
@media print {
    div.timeline div.stats {
        display: none;
        width: 0;
    }
    div.timeline div.base {
        width: 100%;
    }
    div.timeline div.container {
        border-bottom: 1px dashed #ccc;
    }
}
select option {
    font-size: 120%;
}
.breadcrumb {
    background-color: #272c31;
    padding: 16px;
    margin-bottom: 10px;
}
.help-block {
    font-size: 12px;
    font-style: italic;
}
div.input-group > input {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
div.input-group > span.input-group-btn button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    height: 100%;
}


/* my custom */
.form-control, .form-control:hover {
    border: 1px solid #444;
    color: #ddd!important;
    background-color: #333;
}

.form-control:hover, .form-control:focus{
    border: 1px solid #444;
    color: #ddd!important;
    background-color: #333;
}

/*swal*/
.swal-modal {
    background-color: #212529;
    border: 3px solid #3e3a3a;
}

.swal-title {
    color: white;
}

.swal-text {
    color: white;
}

.swal-button--confirm, .swal-button--catch {
    background-color: #0062cc;
}
.swal-button--catch:not([disabled]):hover, .swal-button--catch:active {
    background-color: #0b4c92;
}
.swal-button:focus {
    box-shadow: 0 0 0 1px #0062cc, 0 0 0 3px rgb(43 114 165 / 29%);
}

.swal-icon--success:before {
    background-color: #212529;
}
.swal-icon--success:after {
    background-color: #212529;
}
.swal-icon--success__hide-corners {
    background-color: #212529;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #111;
}

.tab-content>.active {
    padding: 20px;
}

em {
    font-style: italic;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    display: table-cell;
    width: auto;
    white-space: nowrap;
    vertical-align: middle;
}

.zmdi-more-vert:before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 16px;
    content: "\f142";
}

@media only screen and (max-width: 480px) {
    main {
        margin-top: 190px;
    }
    ul.member-list {
        margin-top: 110px !important;
    }
}

@media only screen and (max-width: 768px) {
    main {
        margin-top: 190px;
    }
    ul.sidebar-nav {
        margin-top: 30px;
    }
}

@media print {
    .hidden-print {
        display: none;
    }
}

[role="log"] {
    display: none;
}

small {
    font-size: 11px;
}

hr {
    background-color: #4c4c4c;
}


/* highcharts table */
.chart-container {
    margin: 20px 0;
}
.highcharts-data-table table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #ffffff;
}
.highcharts-data-table table td, .highcharts-data-table table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: right;
}
.highcharts-data-table table td:first-child, .highcharts-data-table table th:first-child {
    text-align: left;
}
.highcharts-data-table table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.highcharts-data-table table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.highcharts-data-table table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    padding-left: 3em;
    font-size: 12px;
}

#sortable li i {
    position: absolute;
    left: 6px;
    padding: 4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox] {
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom: none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

.sortable .card .card-heading {
    cursor: move;
}

.table-calendar span.time {
    text-align: right;
    display: block;
    font-weight: bold;
}

.display-only-on-print {
    display: none;
}

/* Exibir a imagem somente na impressão */
@media print {
    .display-only-on-print {
        display: block;
    }
}


