.list-group-item {
    padding: 0;
}

.list-group-item.titlemenu {

}

.alertWindow {
    position: fixed;
    right: 2%;
    top: 0;
    z-index: 1000;
    width: 300px;
}

.titlemenu .collapse {
    margin-left: 10px;
}

#topheader {
    position: fixed;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    padding-top: 5px;
    box-shadow: 6px 0px 6px #ccc;
    width: 100%;
    background-color: #fff;
    height: 118px;
    z-index: 999;
}

#topheader .navbar-right {
    margin-bottom: 5px;
    margin-right: 15px;
}

#topheader .logo {
    position: absolute;
    width: 250px;
    bottom: 5px;
}

#topheader .logo img{
    width: 150px;
}

#topheader .top-nav {
    width: 100%;
    margin-left: 130px;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
}

#sidebar {
    width: 250px;
    height: 83%;
    top: 118px;
    position: fixed;
    background-color: #39496e;
    z-index: 999;
    overflow: auto;
    left: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

#sidebar .menutitle {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#maincontent {
    margin-top: 130px;
    margin-left: 250px;
}

#headT {
    width: 97.68% !important;
    margin-top: -110px !important;
}