/**
 *
 * Apply your custom CSS here
 *
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

a {
}

.mailbox-env .mail-single .mail-single-header .mail-single-header-options {
    float: right;
    min-height: 20px;
}

.export-to-excel {
    font-size: 20px;
    float: right;
    margin-top: 50px;
}

.xe-widget.xe-todo-list {
    background: #fff;
    padding: 10px 5px;
    margin-bottom: 20px;
}

#group-list .group-head {
    color: #FFF;
    font-weight: bold;
}

ul.sub-group {
    padding-left: 10px;
}

.xe-widget.xe-todo-list .xe-body li.done label > span:after {

    height: 0px;
}

.jstree-contextmenu {
    z-index: 99;
}

.btn + .btn {
    margin-left: 0px;
}

.table a.btn.btn-gray.btn-icon {
    margin-bottom: 5px;
}

.xe-todo-list .jstree-default .jstree-clicked {
    background: #00B1D4;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.page-container .main-content {
    z-index: 0;
    padding: 0;
}

ul#main-menu ul {
    z-index: 100;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfood > tr > td, .table > thead > tr > th, .table > tbody > tr > th, .table > tfood > tr > th {
    padding: 5px;
}

.user-info-navbar {
    padding: 0;
    margin: 0px;
    margin-bottom: 10px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.card-body {
    padding: 10px;
    background: #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.card-body.profile-env-list {
    padding: 15px;
}

.page-container .main-content .page-title {
    margin: 0 0 30px 0;
}

.table-section .table-bordered {
    table-layout: auto;
    width: 100%;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 25px;
}

.show-more {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: 25px;
    overflow: hidden;
    max-height: 25px;
}

.show-more.shown {
    max-height: none;
}

.tooltip-inner {
    max-width: 500px;
    min-width: 300px;
}

footer.main-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    margin: 0;
    background-color: #eee;
}

.footer-type-2 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

footer.main-footer .footer-text {
    float: none;
}

@media screen and (max-width: 768px) {
    .page-container .main-content .navbar.user-info-navbar {
        display: block;
    }
}

.dropdown-backdrop {
    display: none;
}

.text-black,
html .login-page .login-form .login-footer .info-links,
body.login-page.login-light .login-form .login-footer .info-links a{color: #000;}

body .daterangepicker .calendar-table th,body .daterangepicker .calendar-table td
{
    height:20px;line-height: 20px;
}