body {
    padding: 0 !important;
}
table tr th{
    font-weight: 600;
}
body, h2, h3, h4, h5, h6 {
    font-family: Arial,sans-serif !important;
}
ul li{
    list-style: none;
}
@media (min-width: 768px) {
    .pageWrapper {
        margin: 0 0 0 240px !important;
    }

    .navbar-static-top {
        /*padding-left: 240px!important;*/
    }
}

.esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none;
}
.esri-widget__table tr:nth-child(odd){
    background: none;
}
.esri-popup__inline-actions-container .esri-popup__action{
    flex-basis: calc(25% - 10px)!important;
}
.esri-popup__header {
    background-color: #2cabe3;
}

.esri-popup__header-title {
    font-size: 16px !important;
    text-align: center;
    color: white;
    padding: 0 0 0 10px;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
/* ::-webkit-scrollbar:hover {
    width: 12px;
} */
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #eee;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #eee;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.menuMap li {
    background: #fff;
    margin: 6px 7px;
    border-bottom: 1px solid #e0e0e0;
}

.menuMap li a {
    color: #535353 !important;
    padding: 6px !important;
}

.w40p {
    width: 40%;
}

.mt-9 {
    margin-top: -9px !important;
}

.mt-4 {
    margin-top: -4px !important;
}

.mt-12 {
    margin-top: -12px !important;
}

.w60p {
    width: 60%;
}

/* .tab-content {
    margin-top: 80px !important;
} */

#btnHideSidebar {
    position: absolute;
    z-index: 2;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .bc-current:last-child {
    padding: 9px 12px 6px 24px;
    position: relative;
    top: 9px;
    border: 1px solid #e4e7ea;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn-default {
    background: #ebebeb;
}

.btn-breadcrumb .btn-default:hover {
    background: #e6e6e6;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
    border-left: 10px solid #707cd2;
}

.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
    border-left: 10px solid #707cd2;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
    border-left: 10px solid #707cd2;
}

.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
    border-left: 10px solid #707cd2;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
    border-left: 10px solid #53e69d;
}

.btn-breadcrumb .btn.btn-success:not(:last-child):before {
    border-left: 10px solid #53e69d;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
    border-left: 10px solid #53e69d;
}

.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
    border-left: 10px solid #53e69d;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
    border-left: 10px solid #d9534f;
}

.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
    border-left: 10px solid #d43f3a;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
    border-left: 10px solid #d2322d;
}

.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
    border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
    border-left: 10px solid #f0ad4e;
}

.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
    border-left: 10px solid #eea236;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
    border-left: 10px solid #ed9c28;
}

.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
    border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
    border-left: 10px solid #2cabe3;
}

.btn-breadcrumb .btn.btn-info:not(:last-child):before {
    border-left: 10px solid #2cabe3;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
    border-left: 10px solid #2cabe3;
}

.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
    border-left: 10px solid #2cabe3;
}

/**end breadcrum*/

/* Chỉnh sửa thanh top  */
.navbar-header {
    background: rgb(46 46 46 / 88%);
}

.navbar-default {
    background-color: transparent;
    /* border-color: #e7e7e7; */
}

.top-left-part{
    border: 0;
    width: 70px;
}

/* end */
#side-menu > li > a.active {
    color: #2cabe3;
    background: white;
}

.esri-widget__table > tbody > tr > th,
.esri-widget__table > tbody > tr > td,
.esri-legend__layer-table--size-ramp .esri-legend__layer-cell,
.esri-layer-list__item-title,
.esri-basemap-gallery__item-title {
    font-family: sans-serif !important;
}
.esri-popup__navigation{
    position: absolute;
    left: 0;
    margin:0;
}
.esri-layer-list__item-toggle{
    padding: 1px 0px 1px 4px;
}
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
fieldset.fieldset-border {
border: 1px groove #ddd ;
padding: 0 1.4em 1.4em 1.4em ;
margin: 0 0 1.5em 0 ;
-webkit-box-shadow:  0px 0px 0px 0px #000;
box-shadow:  0px 0px 0px 0px #000;
}
legend.fieldset-border {
    font-size: 1.2em ;
    font-weight: bold ;
    text-align: left ;
    color: #0b93d5;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}
.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}
.btnShowAttachment,.deleteAnh{
    cursor: pointer;
}
label{
    font-weight: 600;
}
tbody#tbody-suggestion tr td {
    border-left: 1px solid #e2e2e2;
}
/* end  */
/* chỉnh sửa khoảng cách hộp công cụ đo khoảng cách */
.esri-direct-line-measurement-3d{
    margin-top: 50px !important; 
}
.esri-widget{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.tableNonBorder{
    border: none !important;
}   
/* responsive table */
@media (max-width: 900px) { 
    .table{
        overflow: auto;
    }
}
.p-5{
    padding: 5px !important;
}
.d-inline-flex{
    display: inline-flex;
    vertical-align: middle;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 5px 8px;
}
.bage-filter{
    background-color: #fff;
    border: 1px solid #e4e7ea;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 38px;
    max-width: 100%;
    padding: 6px 12px;
    transition: all 300ms linear 0s;
    position: relative;
}
.bage-filter .count-filter{
    position: absolute;
    background-color: #f89406;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -8px;
    text-align: center;
    right: 5px;
    width: 16px;
}
.font-bold{
    font-weight: 600!important;
}
.text-center{
    text-align: center!important;
}
@media (max-width: 768px) { 
    /* responsive table */
    .table{
        overflow: auto;
    }
    /* responsive fieldset */
}
/* .main-logo img{
    border-radius: 50%;
    background: #fff;
} */
/**Tùy chỉnh tab*/
.tab-content {
    border: 2px solid #ebebeb;
    padding: 15px;
    margin: 0;
}
.white-box{
    padding: 15px;
}
table.dataTable {
    border: 2px solid #ccc !important;
}
.dataTables_wrapper .dataTables_length {
    margin-bottom: 0px;
    margin-top: 5px;
}
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 0px;
    margin-top: 5px;
}
/* responsive table */
@media (max-width: 900px) { 
    .table{
        overflow: auto;
    }
}
.bd-top-none{
    border-top: none;
}
/* Custom bootstrap select */
.bs-actionsbox .btn-group .bs-select-all{
    background: #2cabe3;
    color: #fff;
}
.form-label-top .label-text {
    position: absolute;
    z-index: 10;
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 12px;
    margin-bottom: 0px;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
    height: auto;
    display: inline-block;
    right: auto;
    background: #fff;
    border: 0px;
    padding: 0px 5px;
    left: 10px;
    top: -12px;
    font-size: 13px;
    bottom: auto;
    color: #848484;
    transition: all 0.2s ease;
}
.label-text {
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.va-bottom{
    vertical-align: bottom;
}
.va-sub{
    vertical-align: sub;
}
.va-middle{
    vertical-align: middle;
}
.font-italic{
    font-style: italic;
}
.bg-color-1 {
    background-color: rgba(61, 52, 139, 0.7);
}
.bg-color-2 {
    background-color: rgba(118, 120, 237, 0.7);
}
.bg-color-3 {
    background-color: rgba(247, 184, 1, 0.7);
}
.bg-color-4 {
    background-color: rgba(241, 135, 1, 0.7);
}
.bg-color-5 {
    background-color: rgba(56, 163, 165, 0.7);
}
.bg-color-6 {
    background-color: rgba(5, 140, 66, 0.7);
}
.bg-color-7 {
    background-color: rgba(157, 121, 188, 0.7);
}
.bg-color-8 {
    background-color: rgba(132, 108, 91, 0.7);
}
.bg-color-9 {
    background-color: rgba(132, 169, 140, 0.7);
}
.bg-color-10 {
    background-color: rgba(53, 79, 82, 0.7);
}
.bg-color-11 {
    background-color: rgba(82, 84, 85, 0.7);
}
.bg-color-12 {
    background-color: rgba(3, 53, 78, 0.7);
}
.bg-color-13 {
    background-color: rgba(38, 4, 92, 0.7);
}