﻿body {
    background: #f5f5f5;
}

.usermng-page {
    max-width: 1380px;
    margin: 30px auto 40px auto;
    padding: 0 15px;
}

.usermng-title {
    margin: 0 0 20px 0;
    font-size: 38px;
    font-weight: 700;
    color: #3c4a5b;
}

.usermng-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    margin-bottom: 24px;
    overflow: hidden;
}

.usermng-card-header {
    padding: 18px 22px;
    border-bottom: 1px solid #efefef;
    background: #fafafa;
}

.usermng-card-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #3c4a5b;
}

.usermng-card-subtitle {
    margin-top: 6px;
    color: #777;
    font-size: 14px;
}

.usermng-card-body {
    padding: 22px;
}

.usermng-actions {
    margin-top: 12px;
}

    .usermng-actions .btn {
        min-width: 150px;
    }

#grid-data {
    margin-bottom: 0;
    font-size: 14px;
}

    #grid-data thead th {
        background: #fafafa;
        color: #3c4a5b;
        font-weight: 700;
        border-bottom: 1px solid #e9e9e9;
    }

    #grid-data tbody tr:hover {
        background: #fcfcfc;
    }

    #grid-data a.userlink {
        font-weight: 600;
        text-decoration: none;
    }

#passDialog .modal-content {
    border-radius: 18px;
    overflow: hidden;
}

#passDialog .modal-header {
    background: #fafafa;
    border-bottom: 1px solid #ececec;
}

#passDialog .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: #3c4a5b;
}

.usermng-form .row {
    margin-bottom: 4px;
}

.usermng-form-actions {
    margin-top: 8px;
}

    .usermng-form-actions .btn {
        min-width: 130px;
    }

.form-control[readonly] {
    cursor: default;
    background: #fafafa;
}

.togglepanel {
    margin: 0;
}

div.btn-group,
div.actionBar {
    display: none;
}

.bootgrid-footer .infoBar,
.bootgrid-footer .pagination {
    margin: 12px 0;
}

@media (max-width: 767px) {
    .usermng-title {
        font-size: 30px;
    }

    .usermng-card-body,
    .usermng-card-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .usermng-actions .btn,
    .usermng-form-actions .btn {
        min-width: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

html[dir="rtl"] .usermng-page,
html[dir="rtl"] #passDialog,
html[dir="rtl"] #grid-data,
html[dir="rtl"] .usermng-form {
    direction: rtl;
}

    html[dir="rtl"] #passDialog .modal-header .close {
        float: left;
    }

    html[dir="rtl"] #passDialog .modal-footer {
        text-align: left;
    }
