h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
}

body,
.m-content--skin-light2 .m-body {
    background: #ffffff !important;
}

img {
    max-width: 100%;
}

@media(min-width:768px) {
    .la-2x {
        font-size: 1.75rem;
    }

    .cicon-2x {
        font-size: 1.25rem;
    }
}

@media (max-width: 320px) {

    html,
    body {
        font-size: 11px;
    }
}

/*===================================*/
/*ELEMENTS*/
/*===================================*/
/*Loading*/
.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.loading-inner {
    /*background-color: #fff;*/
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
}

.loading-message {
    margin-top: 20px;
}

.box-padding {
    padding: 15px !important;
}
/*Dropdown*/
.dropdown-menu.dropdown-menu-huge {
    min-width: 20em;
}

.dropdown-menu .dropdown-menu-body {
    padding: 15px;
}

/*Btn Group*/
.m-btn-group-equal,
.m-btn-group-equal .btn {
    width: 100%;
}

/*Scrollable*/
.m-scrollable.scrollbar-inside .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
}

/*Modal*/
.modal .modal-content .modal-header {
    padding: 0.75rem 1.5rem;
}

.modal .modal-content .modal-header {
    color: #fff;
    background-color: #3366cc;
}

    .modal .modal-content .modal-header a {
        color: #fff;
        text-decoration: none !important;
    }

    .modal .modal-content .modal-header .modal-title {
        color: #fff;
        font-size: 16px;
    }

    .modal .modal-content .modal-header .close {
        color: #fff;
        text-shadow: none;
        /*margin-top: -5px;*/
    }

    .modal .modal-content .modal-header .close-custom {
        /*margin-right: -2rem;*/
        /*margin-top: -0.5rem;*/
    }

    .modal .modal-content .modal-header .col {
        padding-left: 0;
        padding-right: 0;
    }

.modal .modal-content .modal-footer {
    padding: 0.75rem 1.5rem;
}

.modal .modal-content .modal-body.skin-light {
    background-color: #f2f3f8;
}

.modal .modal-content .modal-body.space-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

/*Settings*/
.settings .setting-group {
    margin-bottom: 20px;
}

    .settings .setting-group:last-child {
        margin-bottom: 0;
    }

    .settings .setting-group .text-help {
        font-size: 0.85rem;
        color: #999;
    }

    .settings .setting-group .setting-header {
        padding: 5px 20px;
        text-transform: uppercase;
    }

    .settings .setting-group .setting-body {
        background-color: #fff;
        border-top: 1px solid #eee;
    }

        .settings .setting-group .setting-body .setting-item {
            border-bottom: 1px solid #eee;
            padding: 10px 20px;
        }

            .settings .setting-group .setting-body .setting-item.setting-item-link {
                cursor: pointer;
            }

        .settings .setting-group .setting-body .setting-item-right {
            text-align: right;
        }

            .settings .setting-group .setting-body .setting-item-right .text-results {
                font-size: 0.85rem;
                color: #999;
            }

            .settings .setting-group .setting-body .setting-item-right .la-angle-right {
                text-align: right;
                display: inline-block;
                margin-left: 1rem;
            }

    .settings .setting-group .setting-footer {
        padding: 5px 20px;
    }

/*===================================*/
/*HEADER*/
/*===================================*/
.m-header-toggle {
    display: none;
}

.m-header-inner {
    height: 100%;
    padding: 0 15px;
}

    .m-header-inner a {
        text-decoration: none !important;
    }

    .m-header-inner .btn-control {
        color: #fff;
        text-decoration: none !important;
    }

    .m-header-inner .btn-back {
        display: inline-block;
        margin-right: 0.875rem;
    }

    .m-header-inner .part-right {
        height: 100%;
    }

    .m-header-inner .user-menu {
        height: 100%;
        padding-left: 1em;
    }

        .m-header-inner .user-menu.m-dropdown.m-dropdown--align-right.m-dropdown--align-push .m-dropdown__wrapper {
            margin-right: -14px;
        }

        .m-header-inner .user-menu.m-dropdown.m-dropdown--arrow .m-dropdown__arrow.m-dropdown__arrow--right {
            right: 7px !important;
        }

    .m-header-inner .map-tool {
        height: 100%;
        padding: 0 1em;
    }

        .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper .m-dropdown__heading {
            padding: 1em;
            background-color: #0097c6;
            color: #fff;
            text-align: center;
            border-radius: 4px 4px 0 0;
        }

            .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper .m-dropdown__heading .m-dropdown-close {
                float: right;
                background-color: transparent;
                border: 0;
                outline: 0;
                color: #fff;
                cursor: pointer;
                display: none;
            }

        .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper .m-dropdown__body,
        .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper .m-dropdown__footer {
            padding: 1em;
        }

        .m-header-inner .map-tool.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
            color: #0097c6;
        }

        .m-header-inner .map-tool.m-dropdown:not(.m-dropdown--huge) .m-dropdown__wrapper {
            width: 360px;
            margin-left: -180px;
        }

    .m-header-inner .map-tool-mapbase .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .m-header-inner .map-tool-mapbase .row > div {
            padding-left: 5px;
            padding-right: 5px;
            margin-bottom: 10px;
        }

    .m-header-inner .map-tool-mapbase .mapbase-item {
        font-size: 0.875rem;
        height: 100%;
        border: 2px solid #eee;
        cursor: pointer;
    }

        .m-header-inner .map-tool-mapbase .mapbase-item.active {
            border-color: #0097c6;
        }

        .m-header-inner .map-tool-mapbase .mapbase-item img {
            width: 100%;
        }

        .m-header-inner .map-tool-mapbase .mapbase-item span {
            display: block;
            padding: 5px 10px;
        }

    .m-header-inner .measure-options-holder .btn {
        border-color: #fff;
        color: #fff;
        background-color: transparent;
    }

        .m-header-inner .measure-options-holder .btn.active {
            background-color: #fff;
            color: #0097c6;
        }

    .m-header-inner .measure-options-holder .measure-result {
        padding-left: 1rem;
    }

    .m-header-inner .lang-options {
        display: none;
    }

        .m-header-inner .lang-options a {
            opacity: 0.6;
            display: inline-block;
        }

            .m-header-inner .lang-options a.active {
                opacity: 1;
            }

            .m-header-inner .lang-options a.active {
                border-bottom: 2px solid #fff;
            }

        .m-header-inner .lang-options i {
            width: 31px;
            color: #c1bfd0;
        }

        .m-header-inner .lang-options.mobile {
            display: block;
        }

            .m-header-inner .lang-options.mobile a.active {
                border-bottom-color: #0097c6;
            }

.m-page--fluid .m-header {
    background-color: #0097c6;
}

.content-nav {
    padding-bottom: 30px;
}

@media(min-width:768px) {

    .m-header-inner .m-header-title .title,
    .m-header-inner .map-tool-measure-done,
    .m-header-inner .measure-result {
        font-size: 1.25rem;
    }

    .m-header-inner .measure-options-holder .btn {
        font-size: 1.25rem;
    }

    .m-header-inner .lang-options {
        display: block;
        padding-left: 1rem;
    }

        .m-header-inner .lang-options.mobile {
            display: none;
        }
}

@media(max-width:767px) {
    .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0 !important;
        z-index: 999;
        width: 100% !important;
        padding-top: 0;
    }

        .m-header-inner .map-tool.m-dropdown .m-dropdown__wrapper .m-dropdown__heading .m-dropdown-close {
            display: inline-block;
        }

    .m-header-inner .measure-options-holder .btn {
        padding: 0.375rem 0.75rem;
    }

    .m-header-inner .measure-options-holder .measure-result {
        padding-left: 0.5rem;
    }
}

/*===================================*/
/*LOGIN*/
/*===================================*/
.text-divider {
    position: relative;
    width: 160px;
    margin: 10px auto;
    text-align: center;
    color: #727272;
}

    .text-divider:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #727272;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
    }

    .text-divider span {
        background-color: #f2f3f8;
        display: inline-block;
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

.account-fields {
    display: none;
}

.active .account-fields {
    display: block;
}

.m-login.m-login--2 .m-login__wrapper {
    padding-top: 0;
}

.m-login.m-login--2.m-login--signin .m-login__forget-password {
    display: block;
}

.m-login__signin .form-control.login-skin {
    padding: 1.5rem 1.5rem;
    color: #000513;
    background: #e5e9f4;
}

.m-login__signin .input-group-text,
.m-login__signin .input-group .btn {
    padding: 0.65rem 1.5rem;
}

.m-login__signin .input-group-text {
    border-radius: 40px 0 0 40px;
}

.m-login__signin .input-group .btn {
    border-radius: 0 40px 40px 0;
}

.m-login__signin.form-2 {
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}

    .m-login__signin.form-2 .input-group {
        margin-bottom: 3rem;
        border-radius: 40px;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    }

    .m-login__signin.form-2 .m-login__head {
        margin-bottom: 4rem;
        margin-top: 1rem;
    }

    .m-login__signin.form-2 .form-info {
        margin-bottom: 1rem;
    }

        .m-login__signin.form-2 .form-info a {
            color: inherit;
            text-decoration: none !important;
            display: block;
            background-color: #fff;
            -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
            -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        }

        .m-login__signin.form-2 .form-info .d-flex {
            min-height: 50px;
        }

        .m-login__signin.form-2 .form-info .info-1 {
            text-align: left;
        }

            .m-login__signin.form-2 .form-info .info-1 .col-3 {
                height: 90px;
            }

/*===================================*/
/*SIDEBAR*/
/*===================================*/
.show-sidebar .m-content {
    margin-left: 300px;
}

.show-sidebar .sidebar {
    display: block;
}

.sidebar {
    display: none;
    position: absolute;
    left: -300px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 300px;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

    .sidebar .close {
        margin: 1rem;
    }

    .sidebar .sidebar-header {
        padding: 15px;
        background-color: #f3f3f3;
        border-bottom: 1px solid #eee;
    }

        .sidebar .sidebar-header h6 {
            font-weight: bold;
            margin: 0;
        }

    .sidebar .sidebar-body {
        padding: 15px;
        height: calc(100% - 57px);
        overflow-x: hidden;
        overflow-y: auto;
    }

@media(max-width:767px) {
    .show-sidebar .m-content {
        margin-left: 0;
    }

    .sidebar {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
        width: 100%;
    }

        .sidebar .sidebar-header {
            background-color: #0097c6;
            color: #fff;
        }

        .sidebar .close {
            color: #fff;
            text-shadow: none;
        }
}

/*===================================*/
/*PROFILE*/
/*===================================*/
.avatar {
    display: block;
    height: 0;
    padding-top: 100%;
    border: 1px solid #ccc;
    position: relative;
}

.avatar-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
}

    .avatar-inner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/*===================================*/
/*MAPS*/
/*===================================*/
.list-map a {
    text-decoration: none !important;
    color: inherit;
}

.map-item {
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    .map-item .map-item-top {
        padding: 10px;
    }

        .map-item .map-item-top img {
            width: 100%;
        }

        .map-item .map-item-top .map-item-name {
            padding: 15px 0;
        }

    .map-item .map-item-bottom {
        padding: 10px;
        background-color: #f1f1f1;
    }

        .map-item .map-item-bottom .meta {
            font-size: 0.875rem;
        }

        .map-item .map-item-bottom .info .la {
            font-size: 1.5rem;
        }

/*===================================*/
/*SINGLE MAP*/
/*===================================*/
.single-map .m-body {
    display: flex;
    flex-direction: row;
}
body {
    min-height: 100vh;
    min-width:100vw;
}
.single-map{
    position:fixed;
}
.single-map .m-wrapper {
    flex: 1 auto;
}

.single-map .m-body .m-content {
    padding: 0;
    height: 100%;
    position: relative;
}

    .single-map .m-body .m-content .map-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 9;
    }

/*===================================*/
/*MAP POINT*/
/*===================================*/
.map-point-body .form-results .form-result-item {
    margin-bottom: 15px;
}

    .map-point-body .form-results .form-result-item > div:last-child {
        padding-left: 0;
    }

    .map-point-body .form-results .form-result-item .text-label {
        color: #999;
    }

.map-point-body .form-holder .form-item {
    margin-bottom: 15px;
}

    .map-point-body .form-holder .form-item > div:last-child {
        padding-left: 0;
    }

.map-point-body .map-point-info {
    display: none;
    margin-bottom: 20px;
    padding: 10px 15px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f2f2f2;
}

    .map-point-body .map-point-info .map-point-label {
        background-color: yellow;
    }

.item-list.top-list {
    padding-left: 60px;
    position: relative
}

.mv-class {
    position: absolute;
    left: 20px;
    top: 38%;
    background-color: yellow;
    font-size: 14px;
}

.icon-place {
    position: absolute;
    right: 20px;
    bottom: -21px;
}

.bnt-m {
    background: #bd372b;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    z-index: 9999;
    position: relative;
}

.item-list {
    padding: 15px 0px 10px 0;
    position: relative;
    cursor: pointer;
}

.group-list {
    /*border-top: 1px solid #cac9ce;*/
}

.lists {
    padding: 0 15px;
    background: #ffffff;
    min-height: 100vh;
}

.color-blue {
    color: #0097c6;
}

.font-weight-bold {
    font-weight: bold
}

.no-icon.item-list::after {
    display: none;
}

.item-list a {
    color: #656565;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.item-list .action {
    position: absolute;
    right: 3px;
    top: 17%;
}

    .item-list .action i {
        font-size: 22px;
        color: #cac9ce;
        background: #fff;
    }

.box-from .group-list:last-child {
    border-bottom: none;
}

.relative {
    position: relative;
}

.item-list ul li {
    list-style: none;
}

.item-list ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.item-list .content-item {
    display: none;
    padding: 5px 0;
}

.item-list.open .action .la-angle-right::before {
    content: "\f110";
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.from-box {
    margin: 30px 0;
}

.list-files {
    margin: 5px 0 ;
}

.relative {
    position: relative;
}

.attrTable {
    width: 100%;
}

.box-group {
    position: relative;
    left: -105%;
    top: 0;
    -webkit-transition: left .35s ease-in-out;
    transition: left .35s ease-in-out;
    height: 0;
    display: none;
}

    .box-group.open {
        left: 0%;
        height: auto;
        display: block;
    }

.list-ckeck ul {
    padding: 0;
    margin: 0;
}

.list-ckeck li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

    .list-ckeck li a {
        color: #000000;
    }

  

.list-option {
    position: fixed;
    right: -100%;
    width: 420px;
    top: 0;
    background: #ffffff;
    -webkit-transition: right .35s ease-in-out;
    transition: right .35s ease-in-out;
}

    .list-option .body-list-option {
        padding: 0;
        height: calc(100vh + 3px);
        padding-right: 0;
    }

    .list-option .form-control input {
        max-width: 100%;
    }

    .list-option .body-list-option .content-body-fix {
        padding: 0 15px;
    }

html {
    height: 100vh;
}

.list-option .action-top {
    position: absolute;
    right: 10px;
    top: 0px;
}

    .list-option .action-top a {
        font-size: 18px;
        font-weight: bold;
    }

body {
    height: 100vh;
}

.list-option.open {
    right: 0%;
    top: 114px;
    max-width: 100%;
    z-index: 999;
}

.list-option .content-body-fix {
    height: calc(100vh - 250px);
    overflow-x: hidden;
    overflow-y: auto;
}

.list-option .form-control {
    max-width: 100%;
}

.top-list-body {
    padding: 0 15px;
}

.body-list-option {
    overflow: auto
}

.body-list-item-option {
    display: none;
    height: 0;
    visibility: visible;
}

    .body-list-item-option.open {
        display: block;
    }

.check-type.daytime {
    background: #ffff00;
    color: #000000;
}

.check-type.night {
    background: #0a01ff;
    color: #ffffff
}

.check-type {
    min-width: 20px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    padding: 0 3px;
}

.circle-parent {
    width: 25px;
    height: 25px;
    padding: 4px;
    border: 1px solid #000000;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}

.circle-child {
    width: 15px;
    height: 15px;
    float: left;
    border: 1px solid #000000;
    border-radius: 100%;
}

.menu-box {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transition: bottom .35s ease-in-out;
    transition: bottom .35s ease-in-out;
}

.menu-box.open {
    bottom: 20px;
}

.menu-box .container-box {
    width: 220px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: -3px 1px 164px -37px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 1px 164px -37px rgba(0,0,0,0.75);
    box-shadow: -3px 1px 164px -37px rgba(0,0,0,0.75);
}

.menu-box ul {
    padding: 0;
    width: 100%;
    margin: 0;
}

.menu-box ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.menu-box ul li:last-child {
    padding-bottom: 0;
    border: none;
}
.body-list-option .box-view {
    /*display: table;*/
    height: 100%;
    position: relative;
    width: 100%;
}
.body-list-option .group-list.from-button {
    border-top: 1px solid #cac9ce;
}
.close-menu {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
}

.box-list-option {
    border-left: 1px solid #cccccc;
}
.attachment-item{
    width:100%;
    float:left;
}
.attachment-name {
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
}
@media (max-width: 1025px) {
    .icon-place {
        position: absolute;
        right: 28px;
        bottom: -24px;
    }

    .list-option .content-body-fix {
        height: calc(100vh - 200px);
        overflow-x: hidden;
        overflow-y: auto;
    }

    .list-option .body-list-option {
        padding: 0;
        height: calc(100vh - 61px);
        float: left;
        width: 100%;
    }
}

@media (max-width:769px) {
    .map-point-body .map-point-info {
        display: block;
    }

    .list-option .body-list-option {
        padding: 0;
        height: calc(100vh - 194px);
    }

    .list-option.open {
        top: 60px;
    }

    .list-option .body-list-option {
        padding: 0;
        height: calc(100vh - 112px);
    }
}

@media (max-width:640px) {
    .m-header-inner .map-tool {
        height: 100%;
        padding: 0 0.5em;
    }

    .list-option .body-list-option {
        padding: 0;
        height: calc(100vh - 129px);
    }

    .list-option.open {
        top: 0;
    }
}

@media (max-width:421px) {
    .list-option .body-list-option {
        height: calc(100vh - 58px);
    }

    .icon-place {
        position: absolute;
        right: 22px;
        bottom: -19px;
    }

        .icon-place img {
            max-width: 100%;
            width: 34px;
        }
    .list-option .content-body-fix {
        height: calc(100vh - 120px);
        overflow-x: hidden;
        overflow-y: auto;
    }
	.body-list-option .group-list.from-button {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		background: #fff;
	}
}
