﻿.block-header > h2 > small {
    display: initial!important
}


@media (max-width: 480px) {
  .block-header > h2 > small {
    display: block!important;
  }

  .sidebar-inner .mainmenu .img-responsive {
      max-width: 20%;
  }

  .block-header .actions {
      top: -40px
  }

    .pagination > li > a, .pagination > li > span {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    #chat, #tarefa, #addDescriptionSideBar {
        width: 100%!important;
        top: 30px!important;
        overflow: auto;
    }

    .card-padding { 
        padding:20px!important
    }

}

@media (max-width: 767px) {
    .listview .lv-item .lv-actions {
        right: 7px;
        top: 24px;
    }
}

.listview.lv-bordered .lv-item {
    border-bottom: 1px solid #f0f0f0;
}

.evenClass {
    background: #FFFFFF;
}

.oddClass {
    background: #F8F8F8;
}

.listview .lv-title, .listview .lv-item .lv-small {
    white-space: inherit
}

body.login-content:before {
    background-image: url(/img/logo/back2.jpg);
}

.DivToScroll{   
    border-radius: 4px 0 4px 0;
    color: #3B3C3E;
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 10px 7px 5px;
}

.DivWithScroll{
    height:120px;
    overflow:scroll;
    overflow-x:hidden;
}
