
    /* styles */

    .logoutLink button.btn.text-white{
        min-height: 46px;
    }
    .userLink{
        min-height: 52px;
    }
    .table-stripe tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }
    .table-dark.table-stripe tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }
    .form-control:focus {
        border-color: #fbc2b3;
        box-shadow: 0 0 0 0.2rem rgba(244, 98, 58, 0.25);
    }

    .form-control::-webkit-input-placeholder {
        color: #6c757d;
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
    }

    .form-control:-ms-input-placeholder {
        color: #6c757d;
    }

    .form-control::-ms-input-placeholder {
        color: #6c757d;
    }

    .form-control::placeholder {
        color: #6c757d;
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }

    .pb-5,
    .py-5 {
        padding-bottom: 3rem !important;
    }
    /* */


    .card .content ul li .val {
        line-height: 1em;
        overflow: hidden;
    }

    #widgets {
        min-height: 80vh;
        /*margin-top: 30px;*/
    }

    .logo {
        margin-right: -40px;
    }

    .footer-col-title ~ ul li span.lbl {
        color: #48d1cc;
    }

    /* .haz-modal {
        top: 50%;
        width: 700px;
        right: 50%;
        transform: translate(50%,-50%);
    } */

    .page-section {
        padding: 30px;
        background-image: linear-gradient(to top left, rgba(245, 245, 245, 0.1), rgba(245, 245, 245, 0.1)) !important;
    }

    header.masthead {
        background: linear-gradient(to right, rgba(0, 28, 84, 1) 0%, rgba(0, 28, 84, 0.6) 100%), url("https://dina.oghaf.ir/cache/1752675190/default/theme/graphics/head-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }

    footer {
        background: linear-gradient( to right, rgba(0, 28, 84, 1) 0%, rgba(0, 28, 84, 0.6) 100%), url("https://dina.oghaf.ir/cache/1752675190/default/theme/graphics/head-bg.jpg");
        color: #fff;
        opacity: 100%;
    }

    body {
        background-color: #E0E9F8 !important;
    }

    .widgets-container .portlet.box.yellow {
        margin-bottom: 0 !important;
    }

    .desksLinkWraper a.btn {
        margin-left: 5px;
        line-height: 1.8;
    }

    .widgets-container > .col-md-8,
    .widgets-container > .col-md-4,
    .widgets-container > .elgg-layout-widgets > *:not(.portal-widgets-columns-container) {
        display: none;
    }

    .whc_portal_manager_form_modal label.control-label {
        white-space: nowrap;
        font-size: 14px;
        padding-top: 7px;
        font-weight: normal;
    }

    .whc_portal_manager_form_modal .form-group {
        display: flex;
    }

    .whc_portal_manager_form_modal .layout-container {
        border-top: 1px solid #eee;
        padding-top: 7px;
        display: flex;
        flex-flow: wrap;
        flex-direction: row-reverse;
    }

    .whc_portal_manager_form_modal h4.modal-title {
        font-size: 15px;
    }

    .widgetsPanel ul li {
        margin-left: 6px;
    }

    .userLink ul li a {
        white-space: nowrap;
    }

    #widgets-add-panel.no-result #no_result_search_widget {
        display: block;
        top: 62px;
        font-size: 12px;
    }

    .widgetsPanel input {
        border-radius: 0;
    }

    .portal-tools-container .btn svg,
    .portal-tools-container .btn .fa {
        color: #888;
        margin-right: 7px;
    }

    .card.salary, .card.Attendance {
        /*margin-bottom: 0;*/
    }

    .portal-widget {
        border-radius: 0 !important;
        border: none;
    }

    h1, h2, h3, h4, h5, h6, body, .icon-btn div {
        font-family: IRANSans !important;
    }

    .marquee {
        overflow: hidden;
        font-size: 13px;
        color: #ffffffb8;
        position: absolute;
        width: auto;
        text-align: center;
        bottom: 43px;
        right: 5px;
        left: 5px;
        top: 36px;
    }

    .marquee span {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        display: block;
        text-align: center;

        /* Starting position */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

        /* Apply animation to this element */
        -moz-animation: marquee 30s linear infinite;
        -webkit-animation: marquee 30s linear infinite;
        animation: marquee 30s linear infinite;
    }

    /* Move it (define the animation) */
    @-moz-keyframes marquee {
        0% {
            -moz-transform: translateX(-100%);
        }
        100% {
            -moz-transform: translateX(100%);
        }
    }

    @-webkit-keyframes marquee {
        0% {
            -webkit-transform: translateX(-100%);
        }
        100% {
            -webkit-transform: translateX(100%);
        }
    }

    @keyframes marquee {
        0% {
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
        100% {
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }
    }

    [data-context="portal_dashboard"] .container > .elgg-head,
    .elgg-layout.profile-manager-container .elgg-main.elgg-body,
    .elgg-layout.profile-manager-container ul.nav.nav-tabs.tabs-header {
        display: none;
    }

    div[data-type="ajax-content"] form .lbl,
    div[data-type="ajax-content"] form .val {
        font-size: 13px;
        font-weight: normal;
    }

    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    div[data-type="ajax-content"] .tab-content > .active.fade,
    .admin-content .tab-content > .active.fade {
        opacity: 1;
    }

    .profile-manager-container .notice ol {
        margin-bottom: 0;
    }

    .profile-manager-container .notice .elgg-head > div {
        color: #387ea3 !important;
        text-align: right !important;
        font-size: 12px !important;
        font-weight: 700;
    }

    .elgg-form-avatar-upload label {
        display: none;
    }

    .fileinput-preview.thumbnail {
        display: inline-block;
        margin-bottom: 5px;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ddd;
        font-size: 11px;
        position: relative;
    }

    .fileinput-preview.thumbnail:after {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        margin: -10px auto;
        line-height: 1 !important;
    }

    .profile-account .elgg-form .elgg-module-info > .elgg-head > h3,
    .profile-account .elgg-form > fieldset > .row:before,
    .elgg-form-profile-change-national-code > fieldset > input + div:before,
    .elgg-form-profile-change-mobile > fieldset > input + div:before {
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        margin: 25px 0;
        color: #6085be;
        font-size: 16px;
        background: transparent;
    }

    .change-national-code-form .elgg-foot .admin-content-footer > .row,
    .change-mobile-form .elgg-foot .admin-content-footer > .row {
        display: inline-flex;
    }

    .profile-account .elgg-form .elgg-module-info > .elgg-head {
        background: transparent;
        margin: 0;
    }

    .profile-account .elgg-form > fieldset > .row {
        display: block;
        margin: 0;
    }

    .elgg-form-profile-edit > fieldset > .row:before {
        content: 'نمایه';
        display: block;
    }

    .elgg-form-profile-change-national-code > fieldset > input + div:before {
        content: 'تغییر کد ملی';
        display: block;
    }

    .elgg-form-profile-password > fieldset > .row:before {
        content: 'تغییر کلمه عبور';
        display: block;
    }

    .elgg-form-profile-change-mobile > fieldset > input + div:before {
        content: 'تغییر شماره همراه';
        display: block;
    }

    .profile-account .elgg-form > fieldset > .row > .form-group,
    .profile-account .elgg-form > fieldset > .row .elgg-body > .form-group {
        width: 50%;
        float: right;
        margin-bottom: 0;
    }

    .profile-account .elgg-form > fieldset > .row .form-group > .col-md-3,
    .profile-account .elgg-form > fieldset > .row .form-group > .col-md-4,
    .profile-account .elgg-form > fieldset > .row .form-group > .col-md-7,
    .change-mobile-main .col-md-3,
    .change-mobile-main .col-md-4,
    .change-national-code-form .col-md-3,
    .change-national-code-form .col-md-4 {
        max-width: none;
        font-size: 13px;
        font-weight: normal;
    }


    .profile-account .elgg-form > fieldset > .row > fieldset {
        clear: both;
    }

    .form-control {
        border-radius: 0;
    }

    .profile-account .elgg-form > fieldset > .row > .form-group:first-child > .col-md-4,
    .profile-account .elgg-form > fieldset > .row > .form-group:first-child > .col-md-3 {
        padding-right: 0;
    }

    .profile-account .elgg-form > fieldset > .row > .form-group:nth-child(2) > .col-md-4,
    .profile-account .elgg-form > fieldset > .row > .form-group:nth-child(2) > .col-md-3 {
        /*padding-left: 0;*/
    }

    .profile-account .elgg-form > fieldset > .row .elgg-body > .form-group {
        padding-right: 0;
    }

    iframe.wysihtml5-sandbox {
        border-radius: 0 !important;
    }

    .profile-account .elgg-form > fieldset > .row .form-group .input-icon > svg,
    .profile-account .elgg-form > fieldset > .row .form-group .input-icon > .fa,
    .profile-account .elgg-form > fieldset > .row .form-group .input-group-addon > svg,
    .profile-account .elgg-form > fieldset > .row .form-group .input-group-addon > .fa {
        display: none;
    }

    .profile-account .elgg-form.elgg-form-profile-password > fieldset > .row > .form-group {
        float: none;
    }

    .layout-container .d-layout-predefined {
        background-image: url('https://dina.oghaf.ir/cache/1752675190/default/theme/graphics//layouts.png') !important;
        margin: 0;
    }

    .d-layout-predefined23 {
        background-position: -1216px 0 !important;
    }

    .custom-modal-footer ~ .custom-modal-footer {
        display: none;
    }

    div[data-type="ajax-content"]:not([data-name="edit"]):not([data-name="changepassword"]):not([data-name="change_mobile"]):not([data-name="change_national_code"]) {
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
        padding: 10px 35px 85px 35px;
        min-height: 250px;
        margin-bottom: 25px;
    }

    div[data-type="ajax-content"].hidden {
        display: none !important;
    }

    .hide {
        display: none;
    }

    .portal-widgets-columns-container .portal-widget {
        box-shadow: none;
        border: none;
        border-radius: 0 !important;
    }

    .portal-widgets-columns-container .elgg-module-widget {
        padding: 0;
    }

    .elgg-module-widget > .portlet-body, .elgg-module-widget > .portlet-body:hover {
        background: transparent;
    }

    .widgets-container .clearfix {
        margin: 0;
    }

    .widgets-container > .elgg-layout-widgets {
        margin-bottom: 0;
    }

    #widgets .elgg-main.elgg-body {
        padding-top: 0;
    }

    .portal-manage-tabs > .col-xs-12 {
        width: 100%;
    }

    .portal-widgets-columns-container .portal-widget.small-type {
        max-width: none;
    }

    .widgetsPanel ul li.elgg-state-unavailable {
        opacity: .5;
    }

    .fish-hoghooghi-modal .modal-dialog {
        max-width: 90%;
    }

    .fish-hoghooghi-modal .custom-modal-footer {
        display: none;
    }

    .salary-details-container {
        border: 1px solid #111;
        margin: 25px;
    }

    .salary-logo-container {
        text-align: center;
        border-bottom: 1px solid #111;
        display: block;
        margin-left: -15px;
    }

    .salary-logo-container img {
        filter: brightness(0);
        display: block;
        margin: 20px auto;
    }

    .salary-detail-right {
        border-left: 1px solid #111;
        font-size: 13px;
    }

    .bg-pink {
        background-color: #e5b8b7;
    }

    .salary-details-header {
        display: block;
        width: calc(100% + 15px);
        padding-bottom: 11px;
        border-bottom: 1px solid #111;
    }

    .salary-details-header > * {
        display: block;
        color: #000;
        margin-bottom: 7px;
    }

    .salary-details-header > h4 {
        font-size: 21px;
        padding-top: 12px;
    }

    .bg-blue-soft {
        background-color: #b8cce4;
        min-height: 38px;
        width: 100%;
        margin-left: 15px;
        border-top: 1px solid #111;
    }

    .price_by_letter {
        padding: 10px;
        border-top: 1px solid #111;
        margin-left: 0;
    }

    .salary-details-table {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        height: 100%;
    }

    table.salary-details-table td,
    table.salary-details-table th {
        padding: 3px 15px;
        height: 30px;
        font-size: 13px;
        border-left: 1px solid #111;
    }

    table.salary-details-table .bg-pink th {
        border-bottom: 1px solid #111;
    }

    table.salary-details-table .bg-pink td {
        border-top: 1px solid #111;
    }

    table.salary-details-table td:first-child,
    table.salary-details-table th:first-child {
        /*border-left: 1px solid #111;*/
    }

    .salary-details-table.right-table {
        border-left: 1px solid #111;
    }

    .salary-details-table.left-table {
        width: calc(100% + 17px);
    }

    .salary-right-bottom {
        width: calc(100% + 15px);
        padding: 5px 15px;
    }

    .salary-right-bottom td {
        padding: 3px 10px;
    }

    .personal-details-table {
        width: 100%;
    }

    .other-details-table {
        border: 1px solid #111;
        margin: 20px auto;
        max-width: 90%;
    }

    .other-details-table td:first-child {
        border-left: 1px solid #111;
    }

    .other-details-table td {
        border-bottom: 1px solid #111;
    }

    .change-mobile-verify .visible-ie8.visible-ie9, .change-mobile-verify .input-group-addon {
        display: none;
    }

    a.validation-resend-button {
        padding: 10px;
        text-align: center;
        font-size: 12px;
        border-radius: 0 !important;
    }

    input#validation_code {
        padding-left: 96px;
    }

    .validation-resend-button .fa-spinner {
        font-size: 17px;
        margin: 0 auto;
    }

    .change-national-code-form .captcha span.input-group-addon, .change-national-code-form .captcha .input-icon {
        display: none;
    }

    .captcha {
        width: 240px;
    }

    .captcha-right, .captcha-left {
        width: 50%;
        float: left;
    }

    .change-national-code-form .elgg-foot.form-actions {
        clear: both;
        padding-right: 30px;
    }

    .change-national-code-form input {
        width: 240px;
    }

    .change-national-code-form .captcha-input-text {
        padding: 5px;
        height: 38px;
        text-align: center;
    }

    a.recaptcha-button {
        position: absolute;
        right: 2px;
        top: 7px;
    }

    .captcha-input-image {
        height: 38px;
        width: 100%;
    }

    .captcha-image-container {
        width: 100%;
    }

    .elgg-form-profile-password .form-group > * {
        padding-right: 0;
    }

    span.sum-title {
        float: left;
        margin-right: 3px;
    }

    span.sum-value {
        float: left;
        background: #D7D3C8;
        padding: 0 5px;
        margin-right: 3px;
    }

    .date-filter-container {
        margin-top: -41px;
    }

    .date-filter-container .haz-filter-wrapper {
        background: transparent;
        border: none;
    }

    li.stats:hover {
        cursor: pointer;
    }

    li.stats.active {
        background-color: #e0e9f8;
    }

    .userLink {
        float: left;
    }

    .login-portal {
        float: left;
        color: #fff;
        padding: 7px;
        font-size: 11px;
        background-color: #ffffff61;
        border-radius: 5px;
    }

    span.login-row {
        display: block;
    }

    .login-portal .time {
        float: left;
        margin-right: 15px;
    }

    .login-portal .label {
        color: #d6e0f2;
    }

    span.login-row + .login-row {
        margin-top: 5px;
    }

    .time-keeper-report-modal .modal-dialog {
        margin-top: 100px;
    }

    .map-list-container .account-container {
        float: right;
        font-size: 0.9em;
    }

    .map-list-container .account-container h4 {
        font-size: 1.1em;
    }

    .portal-fieldset label {
        font-size: 1em;
    }

    .elgg-widget-instance-amoozesh table thead > tr > th {
        border: 1px solid #dee2e6 !important;
        border-bottom: 2px solid #dee2e6 !important;
        font-weight: bold;
    }

    .portal-widgets-columns-container.row {
        margin-right: 15px;
    }
    form.login-form {
        padding-top: 40px;
    }
    div.header-fade-announcement-container {
        margin-right: 15px;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-right {
        width: 50% !important;
        padding: 0;
        float: left;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-right .recaptcha-button {
        left: 0;
        opacity: 0;
        top: 0;
        bottom: 0;
        right: 0;
        padding-top: 8px;
        padding-left: 3px;
        transition: 0.2s all;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-right .captcha-image-container {
        position: relative;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-left {
        width: 50%;
        padding: 0;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-left .captcha-input-text {
        text-align: right;
    }

    .portal_dashboard-container .elgg-form-profile-change-national-code .captcha .captcha-right .recaptcha-button:hover {
        opacity: 1;
    }

    .profile-account .elgg-form > fieldset > .row > .form-group,
    .profile-account div[data-name="edit"] .elgg-module.elgg-module-info,
    .elgg-form-profile-edit > fieldset > .row:before {
        display: none;
    }

    .profile-account div[data-name="edit"] div#\32 14.elgg-module.elgg-module-info {
        display: block;
    }
    .profile-account div[data-name="edit"] div#\32 18.elgg-module.elgg-module-info {
        display: block;
    }
