﻿.fieldset {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px;
    box-shadow: -2px 2px 4px #bbb !important;
}

.legend {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 5px;
    color: #4480ff;
}

.contentPane {
    background: white;
    padding: 5px;
}

.RadGrid_Outlook .rgRow a:hover, .RadGrid_Outlook .rgAltRow a:hover {
    text-decoration: underline;
}

.form-search {
    margin-bottom: 40px;
}

.tsearch {
    width: calc(100% - 92px);
}

.clred {
    color: rgb(137 91 66) !important;
    font-style: italic !important;
    text-decoration:underline !important;
}

.form-horizontal {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.RadGrid {
    min-width: 600px;
}

.form-horizontal .table {
    border-bottom: 1px solid #ddd;
}

.btn-primary {
    color: #fff !important;
}

.file-edit {
    list-style-type: disc;
    padding-top: 15px;
    color: #828282;
}

.padding-div {
    padding-left: 18px;
}

.padding-li {
    padding-top: 15px;
}

.visibleli {
    display: none;
}

.content-file {
    display: inline-grid;
}

.buttonsearch {
    background-color: #895b42;
    color: white;
    padding: 5px;
    border-radius: 2px;
}
.buttonhuy {
    background-color: gray;
    color: white;
    padding: 5px;
    border-radius: 2px;
}
.lyk-label {
    float: right;
}
@media screen and (max-width: 768px) {
    .lyk-label {
        float: unset;
    }
}
.reWrapper {
    min-width: 310px !important;
}
.file-edit {
    list-style-type: disc;
    padding-top: 15px;
    color: #828282;
}

.visibleli {
    display: none;
}
.f-search{
    margin-bottom:15px;
}

.f-search .row a {
   float:right;
}
.div-search{
    display:inline-flex;
}

