.mdi{
    font-size:18px;
}
.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;
   width:25px;
}

.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);
}


@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;
}

}
.chat-list .chat-text{
    background: #e5f7ff;
    border-radius: 0px 8px 8px 8px;
    display: block;
    padding: 15px;
    font-size: 14px;
    position: relative;
}
.chat-list .odd .chat-body{
    text-align:left;
}
.chat-list .chat-text h4 {
    display:inline-block;
    line-height:20px;
    clear:both;
    width:100%;
}
.chat-img {
    width: 100px;
    height: auto;
    padding:4px;
}

