﻿
.dx-radiogroup.dx-widget.form-control.underlined {
    border: none;
}

.dx-validationsummary.dx-widget.dx-collection {
    margin-bottom: 16px;
}

.dx-toolbar, .dx-datagrid.dx-gridbase-container {
    background-color: rgba(0,0,0,0);
}

.dx-datagrid-rowsview, .dx-datagrid-headers {
    background: #fff;
}

.dx-command-edit {
    background: #fcfcfc;
}

    .dx-command-edit .dx-link {
        background: #fff;
        padding: 1px 7px;
        border: #bbb 1px solid;
    }

.dx-datagrid-header-panel {
    border: none;
}

    .dx-datagrid-header-panel .dx-toolbar-menu-container .dx-button,
    .dx-datagrid-search-panel {
        margin-left: 0px;
    }

.form-group.form-ex {
    padding-bottom: 20px;
}

#reviewIdentityImage {
    margin: 10px auto;
    display: block;
}

.dx-calendar-navigator-previous-view,
.dx-calendar-navigator-next-view {
    border-radius: 0px;
}

.dx-datebox {
    width: 100% !important;
}

.dx-form label {
    margin-bottom: 0px;
    text-align: right;
    line-height: 26px;
    font-size:12px;
}

.dx-form .dx-button.fullwidth {
    width: 100%;
    margin-bottom: 10px;
}
.customize a {
    text-align: left;
    padding:5px 15px 5px 20px;
}
.form-group.row ul{
    padding-left:20px;
}
.field-validation-error {
    color: red;
    display: block;
    text-align: right;
    font-size: .9em;
    font-style: italic;
    padding: 5px 0px;
}

    .field-validation-error:before {
        content: "\f071";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-style: normal;
        padding: 0px 5px;
    }
.sayhello{
    padding:0px 15px;
}
    .sidebar {
        width: 280px;
    }



        .sidebar {
            left: -280px;
        }
        .app {
            padding-left: 0px;
        }
        .sidebar-header .brand {
            color: #fff;
            text-align: left;
            padding-left: 25px;
            line-height: 70px;
            font-size: 16px;
        }
        .header-block-brand .sidebar-header .brand {
            text-align: left;
            padding-left: 25px;
            line-height: 70px;
            font-size: 16px;
        }
            .sidebar-overlay {
            display: block;
        }
        .sidebar-open .sidebar-overlay {
            left: 0;
            opacity: 1;
            background: rgba(255,255,255,0.8);
        }
        #customize-menu {
            left: -280px;
            width: 280px;
            -webkit-transition: left 0.3s ease;
            transition: left 0.3s ease;
        }

            #customize-menu .customize {
                width: 280px;
            }

        .sidebar-open #customize-menu {
            left: 0px;
        }

        .header {
            left: 0px;
        }
        .footer {
            left: 0px;
        }
.header-block-collapse {
    cursor: pointer;
    width: 280px;
    background: rgb(79, 95, 111);
}
        .header .header-block-collapse .collapse-btn {
            cursor: pointer;
            vertical-align: middle;
        }

.app .content {
    margin-top: 70px;
    padding: 25px 20px 75px 20px;
    min-height: 100vh;
    background: rgb(79, 95, 111);
}

    .app .content .section {
        background: #fff;
    }

        .app .content .section.bgt {
            background: none;
        }

        .app .content .section .dx-form > .row {
            margin: 0px;
            background: #d7dde4;
        }
        .app .content .section .dx-form > .row>.col-sm-12 {
            padding:10px;
        }

        .app .content .section .title-block {
            background: #d7dde4;
            margin-bottom: 0px;
        }

            .app .content .section .title-block .title {
                padding: 20px 20px 0px 20px;
            }
            .app .content .section .title-block .title-description {
                padding: 5px 20px 0px 25px;
            }
                .app .content .section .title-block .title-description:before {
                    content: "\f105" !important;
                    font-family: 'Font Awesome 5 Free';
                    font-weight: 900;
                    padding-right:5px;
                }

@media (max-width: 991.98px) {
    .sidebar {
            left: -280px;
        }

        #customize-menu {
            width: 280px;
            left: -280px;
        }

            #customize-menu .customize {
                width: 280px;
            }
    .sh{
        display:none;
    }
}
@media (min-width: 991.98px) {
    .mh {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .app .content {
        margin-top: 50px;
    }
    .header-block-brand .sidebar-header .brand{
        line-height:50px;
    }
}
.dx-form .withplusbtn {
    padding-right: 25px;
}
.dx-form .plusbtn {
    position:absolute;
    right:15px;
    top:0px;
}
.dx-form .underlined{
    border:none!important;
}
.righttext .dx-texteditor-input {
    text-align:right;
}
.f-right{
    float:right;
}
#fileFrontCover, #fileBackCover {
    width: 90%;
    margin: 20px auto -20px auto;
}

fieldset.bordered {
    padding: 10px;
    margin-top: 10px;
    border: #ccc 1px solid;
}

    fieldset.bordered legend {
        padding: 0 10px;
        width: auto;
        font-size: 20px
    }

    fieldset.bordered .form-group:last-child {
        margin-bottom: 0px;
    }
.dx-link.row-detail{
    font-size:28px;
}
.dx-datagrid .dx-row.dx-data-row td {
    border: 1px solid #e0e0e0 !important;
    padding: 7px 14px;
} .dx-datagrid .dx-row.dx-header-row td {
    border: 1px solid #e0e0e0 !important;
}
.dx-tab-content, .dx-tab-text{
    font-weight:bold;
}
.dx-radiogroup, .dx-checkbox.dx-widget {
    line-height: 26px;
}
.dx-datebox-calendar .dx-dropdowneditor-icon:before {
    content: "\f026";
}
.dx-datebox-calendar.dx-dropdowneditor.dx-dropdowneditor-active .dx-dropdowneditor-icon:before, .dx-datebox-calendar.dx-dropdowneditor-button.dx-state-active .dx-dropdowneditor-icon:before {
    content: "\f026";
}

.avarcell {
    width: 45px;
    margin: 0 auto;
    display: block;
    height: 45px;
    overflow: hidden;
}

    .avarcell .dx-link.row-detail.avatar {
        width: 45px;
        display: inline-block;
        height: 45px;
        background-size: cover;
        background-position: center center;
    }

.bookCover {
    width: 60px;
    height: 80px;
    display: block;
}

    .bookCover .front,
    .bookCover .back {
        border: #ddd 0.5px solid;
        width: 60px;
        margin: 0 auto;
        display: block;
        height: 80px;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
    }
.avarimg {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 45px;
}
.header-block-rfid {
    padding: 20px;
}
.form-group {
    margin-bottom: 6px;
}
.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    vertical-align: middle;
}
.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 0px;
    padding: 6px;
}