.genlix-fts {
    color: #939598;
    font-weight: 500;
    text-shadow: 1px 1px 2px #333;
    font-family: 'Rubik', sans-serif;
    margin-left: -8px;
}

.sidebar {
    background: #2f323e;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

#side-menu li a {
    color: #fff;
}

[class^="ti-"],
[class*=" ti-"] {
    line-height: inherit;
}

.top-left-part a {
    color: #333;
    padding-left: 1px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-transform: capitalize;
    font-size: 26px;
}

.logo-text {
    margin-left: -10px;
}

.light-logo,
.dark-logo {
    max-height: 55px;
    width: auto;
    margin-top: -7px;
}

.responsive {
    width: 100%;
    height: auto;
}

.login-wrapper {
    background: url(../images/login.jpg);
    /* Add the blur effect 
    filter: blur(8px);
    -webkit-filter: blur(8px);*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box {
    background-image: none !important;
    background: rgba(250, 250, 250, 0.9) !important;
    border-radius: 10px;
}

.new-login-box {
    padding-top: 5%;
}

#total-progress {
    margin: 5px;
}

.el-element-overlay .el-card-item .el-overlay-1 {
    height: auto;
}

.el-element-overlay .el-card-item {
    padding-bottom: 0;
}

.el-element-overlay .el-card-item .el-card-avatar {
    margin-bottom: 0;
}

.zoom {
    line-height: 1;
    cursor: zoom-in;
}

.panel .panel-action a {
    opacity: 1;
}

.panel .panel-action a:hover {
    opacity: 0.5;
}

.icon-img {
    width: 100% !important;
}

.activity-box {
    width: 100%;
    height: auto;
}

.tabs-vertical {
    min-width: 15%;
}

.vtabs .tab-content {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}

.chat-list .chat-image {
    border-radius: 100%;
    color: #fff;
}

.btn {
    margin: 5px;
}

.el-card-box {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.el-card-box:hover {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0);
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    margin-left: 10px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    margin-left: 10px;
}

@media screen and (max-width: 772px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>li>a {
        position: relative;
        display: block;
    }
    .white-box {
        padding: 5px;
    }
    .chat-list {
        padding: 0px;
    }
    .login-box {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .login-box {
        width: 90%;
        padding: 20px;
    }
}

.timeline {
    padding: 20px 0 0px;
}

.timeline-left:before {
    left: 2%;
}

.timeline-left>li>.timeline-panel {
    width: 92%;
}

.timeline-left>li>.timeline-badge {
    left: 2%;
}

.timeline-start {
    margin-top: -41px;
    min-height: 50px;
}

.timeline-left>li.timeline-start>.timeline-panel {
    float: right;
}

.timeline-left>li.timeline-start>.timeline-panel:before {
    right: auto;
    left: -8px;
}

.timeline-left>li.timeline-start>.timeline-panel:after {
    right: auto;
    left: -7px;
}

.timeline-left>li.timeline-start>.timeline-panel {
    border: none;
    box-shadow: none;
}

.timeline-left>li.timeline-start>.timeline-panel:before {
    border: none;
}

.timeline-left>li.timeline-start>.timeline-panel>.timeline-heading {
    padding-top: 11px;
}

.timeline-end {
    bottom: 0px;
    min-height: 50px;
}

.timeline-left>li.timeline-end>.timeline-panel {
    float: right;
}

.timeline-left>li.timeline-end>.timeline-panel:before {
    right: auto;
    left: -8px;
}

.timeline-left>li.timeline-end>.timeline-panel:after {
    right: auto;
    left: -7px;
}

.timeline-left>li.timeline-end>.timeline-panel {
    border: none;
    box-shadow: none;
}

.timeline-left>li.timeline-end>.timeline-panel:before {
    border: none;
}

.timeline-left>li.timeline-end>.timeline-panel>.timeline-heading {
    padding-top: 11px;
}

.timeline-left>li.timeline-end>.timeline-badge {
    bottom: 0;
}
.wiz-aco{
    border:1px solid #ccc;
}