.info {
    margin-bottom: 0 !important;
}

.hide {
    display: none;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: initial !important
}

.inspection-n-label {
    font-size: 12pt;
}

.expandable:hover {
    background-color: #f7f8fa;
}

.request_title_label {
    color: #3f4047;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.2em;
}

.margin_none {
    margin: 0;
}

.expandable {
    cursor: pointer;
}

.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-body {
    max-height: calc(100vh - 130px);
    min-height: calc(100vh - 130px);
    overflow-y: auto;
}

.pull-right {
    float: right !important;;
}

.pull-left {
    float: left !important;
}

@media (min-width: 1025px) {
    .m-header {
        height: 64px;
    }
}

.m-body .m-content {
    padding: 16px;
}

#m_header_nav {
    background-color: #ffffff;
}

.subject-details {
    padding-left: 16px;
    border-left: 8px solid slategray;
    border-radius: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.div-details {
    margin-top: 16px;
    margin-bottom: 16px;
}

.modal .modal-content .modal-footer {
    padding: 1rem !important;
}

.modal .modal-content .modal-header {
    padding: 1rem !important;
}

.dataTables_paginate.paging_simple_numbers {
    float: right !important;
}

.dropzone-file-area {
    border: 2px dashed #36a3f7;
    background: #fff;
    text-align: center;
}

.dz-started .dz-default.dz-message {
    display: inline-block !important;
}

.dz-started .dz-default.dz-message p,
.dz-started .dz-default.dz-message h2 {
    display: none;
}

.dz-started .dz-default.dz-message .add_new {
    display: none;
}

.dz-started .dz-default.dz-message .add_more {
    display: inline-block;
}

.dz-default.dz-message .add_more {
    display: none;
}

.dz-started .dz-default.dz-message {
    height: 120px;
    width: 120px;
    padding-top: 13px;
}

.m-widget1 .m-widget1__item .m-widget1__desc {
    font-size: 1.2rem !important;
}

.m-widget1 .m-widget1__item .m-widget1__title {
    font-size: 1.5rem !important;
}

.border-bottom-dashed {
    border-bottom: 1px dashed;
    padding: 0 8px;
}

.m-widget28 .m-widget28__pic {
    min-height: 64px !important;
}

.file-icon {
    height: 30px;
}

.file-icon-sm {
    height: 16px;
}

.m-btn-turned-off {
    text-decoration: none !important;
    color: #1b1e21;
}

.m-btn-turned-off:hover {
    background-color: lightgray;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #1b1e21;
}

.m-list-search .m-list-search__results .m-list-search__result-item {
    padding: 0 0 4px 0;
}

.m-list-search__results > div {
    padding-bottom: 16px;

}

.m-list-search .m-list-search__results .small-item {
    padding: 0;
}

.m-list-search .m-list-search__results .small-item .m-list-search__result-item-icon {
    width: 12px;
}

.m-list-search__results .m-list-badge__item.documnet-type-name {
    /*margin-left: 42px;*/
}

.m-list-badge__item {
    border-radius: 1.43rem;
    padding: 0.33rem 1.14rem 0.33rem 1.14rem;
    font-size: .85rem;
    font-weight: 500;
    margin-right: 0.4rem;
    text-decoration: none;
}

.m-list-badge__item {
    color: #716aca;
    background-color: #fff;
    border: 1px solid #716aca;
}

.m-list-badge__item.m-list-badge__item--success {
    color: #fff;
    background-color: #34bfa3;
    border: 0;
}

.m-list-search__results .m-list-search__result-item .m-list-search__result-item-text {

    padding-left: 8px;
}

.m-list-badge__item--focus {
    color: #fff;
    background-color: #9816f4;
    border: 0;
}

.m-section .m-section__heading {
    margin: 0 0 8px 0 !important;
}

.m-demo .m-demo__preview {
    padding: 6px !important;
}

.m-section .m-section__heading > span {
    font-size: 1.2em;
}

table.file-details {
    width: 100%;
}

table.file-details th {
    width: 50%;
    padding-right: 5%;
    padding-bottom: 5%;
}

table.file-details td {
    width: 50%;
    padding-bottom: 5%;
}

.m-list-badge__item {
    padding: 0.13rem 0.7rem !important;
}

.m-demo .m-demo__preview.m-demo__preview--badge .m-badge {
    margin-bottom: 0;
}

.row.m-row--no-padding {
    margin-left: -10px !important;
}

a.m-list-badge__item.m-list-badge__item--focus:hover {
    color: #000;
    text-decoration: none;
}

.request_subelement {
    padding-bottom: 12px;
    border-bottom: 1px dashed #ececec
}

.request-sticky-head {
    position: sticky;
    top: 64px;
    background: white;
    -webkit-box-shadow: 0 8px 6px -6px rgba(69, 65, 78, 0.1);
    box-shadow: 0 8px 6px -6px rgba(69, 65, 78, 0.1);
    margin-bottom: 8px;
}

.btn.btn-default:hover:not(:disabled), .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus, .show > .btn.btn-default.dropdown-toggle, .btn.btn-secondary:hover:not(:disabled), .btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary:focus, .show > .btn.btn-secondary.dropdown-toggle {
    background-color: #bcbdbe !important;
}

/*Reports*/

table.reportsTable {
    color: #000;
}

table.reportsTable thead,
table.reportsTable thead th,
table.reportsTable thead tr {
    border-bottom: none;
}

table.reportsTable tbody tr td {
    border-top: 1px solid #c7c7c7;
    padding: 6px;
    vertical-align: middle;
    cursor: default;
    font-size: 13px;
    font-weight: 400;
}

.table.reportsTable tbody tr:first-child td {
    border-top: none;
}

table.reportsTable thead th {
    border-top: none;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}

table.reportsTable th::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dotted #c7c7c7;
    display: block;
    top: 0;
}

table.reportsTable th:first-child::before {
    border-left: none;
}

table.reportsTable th::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    top: 0;
}

table.reportsTable tbody tr:hover {
    background-color: #f4f5f8;
}

table.reportsTable tfoot td {
    font-size: 16px;
    font-weight: 500;
    border: #000;
    position: sticky;
    bottom: 0;
    border-left: none;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
}

table.reportsTable tfoot td::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
}

table.reportsTable1 tfoot td::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 45px;
    border-top: 2px solid #6e6b6b;
    border-bottom-style: double !important;
    border-bottom-color: #000 !important;
    display: block;
    bottom: 0;
}

.reportsHeader {
    color: #3e3b3b;
}


.jehonaChart {
    width: 100%;
    height: 320px;
    font-size: 8px;
}

.jehona-charts .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.filter + span .select2-selection__placeholder {
    font-size: 10px;
}

.breadcrumb-title {
    vertical-align: middle;
    font-size: 20px;
    padding-top: 8px;
    font-weight: 500;
    font-family: 'Poppins', serif;
    padding-left: 8px;
    color: #525252;
}

#m_header_menu {
    vertical-align: middle;
    /*padding-top: 20px;*/
}

.m-brand {
    height: 64px !important;
}

.profile-img-creator {
    height: 80px;
    width: 80px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0a8cf0;
    color: #fff;
    padding-top: 20%;
    font-weight: 800;
    font-size: 25pt;
}

body.modal-open {
    overflow: hidden !important;
}

/*.m-wizard__step-info{*/
/*padding-right: 6px;*/
/*}*/
.m-wizard__step-label {
    padding-left: 16px !important;
}

.import-header-part {
    background-color: #34bfa3;
    color: #fff;
}

.import-header-part h3 {
    margin-bottom: 0;
}

.import-header-section {
    background-color: #22b9ff;
    color: #fff;
}

.import-header-section h5 {
    margin-bottom: 0;
}

.note-editor .panel-heading {
    padding: 6px !important;
}

.report_view_row {
    margin-top: 12px;
}

.border-bottom-dashed {
    padding: 0;
}

.m-form__heading-title {
    color: #000;
}

.inspection-n-label {
    font-size: 11pt;
    padding-top: calc(.85rem + 1px);
    padding-bottom: calc(.85rem + 1px);
    margin-bottom: 0;
    line-height: 1.25;
}

#m_ver_menu h4.m-menu__section-text {
    font-size: 0.93rem;
    color: #d4d6e3;
}

#m_ver_menu a.m-menu__link i, #m_ver_menu a.m-menu__link span {
    color: #b4b4b4;
}

.m-widget4 .m-widget14__header .m-widget14__title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0;
}

.m-widget4 .m-widget14__header {
    padding: 1.1rem 0;
    margin-bottom: 0.5rem;
}

.m-widget4 {
    padding: 2.2rem;
}

.m-aside-left, .m-brand {
    width: 280px !important;
}

.m-brand--minimize .m-brand {
    width: 78px !important;
}

.m-aside-left--minimize .m-aside-left {
    width: 78px !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #b9b9b9 !important;
    cursor: default;
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    #m_login .m-login__container {
        width: 100% !important;
        text-align: center !important;
    }

    #m_login .m-login__logo {
        position: fixed;
        top: 32px;
        left: 32px;
    }

    #m_login .m-login__head {
        margin-bottom: 96px;
        margin-top: -14px;
    }

    .div-m-login-body {
        width: 360px !important;
        text-align: center !important;
        margin-left: 30%;
    }
}

@media only screen and (max-width: 768px) {
    /* For desktop: */
    #m_login .m-login__action.login_btn {
        margin-top: 16px!important;
    }
}
.m-nav__link-icon-wrapper{
    border: 1px solid #525252;
    border-radius: 50%;
    padding: 2px 5px;
}
.m-form .m-form__group:first-child{
    padding-top: 15px!important;
}