﻿body {
    height: auto;
}

.margin0 {
    margin: 0px;
}

.padding-10 {
    padding: 10px;
}

.wrapper {
    overflow-y: hidden !important;
}

.box-header > .box-tools {
    position: initial !important;
}

.paginate_button {
    cursor: pointer;
}

.timeline > li > .timeline-item {
    margin-left: 20px !important;
}

.timeline:before {
    display: none !important;
}

.timeline-inverse > li > .timeline-item {
    background: #fff;
}

.timeline > li > .timeline-item > .time {
    font-size: 13px;
}

.list-group {
    margin-bottom: 0px;
    position: relative;
}

    .list-group:hover .overlay {
        display: block;
    }

.list-group-item-first {
    border-top: none;
}

.list-group-item-last {
    border-bottom: none;
}

.overlay {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
}

.label-xs {
    font-size: 12px !important;
    float: right;
}

.haserror {
    border-color: #f00 !important;
}

.textoverflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
}

.modal-body {
    overflow-y: auto;
    max-height: 600px;
}

.skin-blue-light .sidebar-menu > li:hover > a, .skin-blue-light .sidebar-menu > li.active > a {
    background-color: #ececec;
}

.sidebar-menu li {
    border-bottom: 1px solid #e0e0e0;
}

.textbox-inline {
    display: inline-block;
    max-width: 200px;
}

.datepicker table tr td.disabled {
    color: #a7a7a7 !important;
}


.open-close-rows + ul {
    display: none;
}

    .open-close-rows + ul > li {
        padding: 7px;
        margin: 7px;
        list-style: none;
        height: 35px;
        cursor: pointer;
        width: auto
    }

        .open-close-rows + ul > li:hover {
            background-color: #ececec;
        }

        .open-close-rows + ul > li > span {
            padding: 5px;
        }
