﻿body {
}

.table-bordered thead th {
    padding: 5px 5px !important;
}

#content-left {
    width: calc(100% + 5px);
    height: 500px;
    overflow-y: scroll;
    visibility: hidden;
}

#table {
    max-height: 546px;
    overflow-y: scroll;
    visibility: hidden;
    position: relative;
    margin-right: -5px;
}

#btnSearch {
    width: 100%;
    display: block
}

#content-left div.list-group {
    box-shadow: 1px -1px 12px rgba(51, 51, 51, 0.3);
}

#table:focus, #table:hover, #table *, #content-left div.list-group, div#content-left a, div#content-left:hover, div#content-left:focus {
    visibility: visible;
}

.border-custom {
    border-color: rgba(0, 0, 0, 0.125) !important
}

#content-left::-webkit-scrollbar, #table::-webkit-scrollbar {
    width: 5px;
}

#content-left::-webkit-scrollbar-thumb:vertical, #table::-webkit-scrollbar-thumb:vertical {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
}

#table::-webkit-scrollbar-thumb:vertical {
    position: absolute;
    right: -10px
}

#content-left::-webkit-scrollbar-button:start:decrement,
#content-left::-webkit-scrollbar-button:end:increment,
#table::-webkit-scrollbar-button:start:decrement,
#table::-webkit-scrollbar-button:end:increment {
    height: 5px;
    display: block;
}

.brtl-025 {
    border-top-left-radius: 0.25rem
}

.brtr-025 {
    border-top-right-radius: 0.25rem
}

.brbl-025 {
    border-bottom-left-radius: 0.25rem
}

.brbr-025 {
    border-bottom-right-radius: 0.25rem
}

.br-025 {
    border-radius: 0.25rem
}

.content-left-wrapper, .content-right-wrapper {
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#textSearch {
    width: 80%;
    display: inline-block;
}

#btnSearch {
    display: inline-block;
    width: 20%;
    background: none;
    border: 1px solid #ced4da;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


    #btnSearch:hover {
        background: #00afef;
        color: #fff;
        border-color: #00afef;
    }

.list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 0
}

.custom-border-right {
    position: relative
}

    .custom-border-right::after {
        content: "";
        background: #fff;
        position: absolute;
        right: 0;
        top: 10px;
        width: 1px;
        height: calc(100% - 20px);
        opacity: 0.5;
    }

.form-control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    border-radius: 2px;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    cursor: pointer;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    white-space: nowrap;
}

@media(max-width:998px) {
    .list-group-item {
        padding: 0.75rem 0.25rem
    }
}
