@import url('../libs/roboto/font-roboto.css');

td.selection, .GStyle01 td.selection div {
    background: #f3faf0 ;
    border: 1.3px dashed #a6a9ac !important;
}

html, body {
    margin: 0 auto;
    font-family: Roboto, Arial;
    font-size: 14px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.modeview #pagebody {
    top: 0;
}
button.spatial {
    padding: 0;
    margin-left: 20px;
}

.tbRelate {
    text-align: center;
    color: green
}
.modeform #pagebody {
    top: 0;
}
.modeform #top {
    width: 50px;
    right: -18px;
    top: -10px;
}
#boxRelateNN li.active {
    background: #fcf8e3;
    color: #4085d0;
}

#ul_FixXLS li {
    white-space: nowrap;
    padding-right: 21px;
}

.haFormlaw span {
    background: #398a73;
    padding: 4px 11px !important;
    margin: 0 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
}

#tbsubtable div {
    line-height: normal;
}

.open ul.dropdown-menu {
    display: block;
}

#boxRelateNN {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000;
    background: #fff;
    padding: 10px;
}

.tdP {
    padding: 5px 14px;
    border-radius: 20px;
    text-shadow: 1px 1px #fff;
    top: 5px;
    height: 80%;
    line-height: 24px;
    left: 5px;
    width: 93%;
    box-shadow: 4px 4px 11px -3px #ddd;
}
.DF {
    border: 1px solid #ddd;
}
.LC {
    background: #EEF9FF;
    color: #2D9AD9;
    border: 1px solid #ACE1FF;
}
.LG {
    background: #F7FFEE;
    color: #7CA239;
    border: 1px solid #BFDB8D;
}
.LR {
    background: #FFF0F7;
    border: 1px solid #FCCEE1;
    color: #E46085;
}
.PR {
    background: #FCEDED;
    color: #DF6A6A;
    border: 1px solid #FFB4B5;
}
.LB {
    background: #EEEFFA;
    border: 1px solid #787FD8;
    color: #787FD8;
}
.LY {
    background: #FDF9EC;
    border: 1px solid #E7D8B4;
    color: #DB814B;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    background: red;
    color: white;
  
    text-shadow: none;
}
.haHtml {
    display: flex;
    justify-content: center;
}
td div.viewfile {
    background-size: cover;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid #bbb;
    top: 2px;
    left: 5px;
    box-shadow: 2px 0px 9px -3px #ccc;
}
.checkcontrol div {
    padding: 5px;
    border-radius: 50px;
    width: 40px;
    height: 14px;
    position: relative;
    margin-left: 7px;
}
    .checkcontrol div.checked {
        background: #4090f5;
    }
    .checkcontrol div.nocheck {
        background: #e1e4e9;
    }


.checkcontrol i {
    display: block !important;
    padding: 3px 3px !important;
    margin: 0 !important;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 1px;
    color: white;
    font-size: 5px;
}
.checkcontrol div.checked i {
    right: 1px;
}
.checkcontrol div.nocheck i {
    left: 2px;
}
.haHtml span {
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 13px;
    background: #27bcc4;
    color: white;
    margin: 10px auto;
}
.string {
    color: #537de0; padding-left:8px;
}
.date {
    color: #537de0;
    text-align: right;
    padding-right: 30px;
}
    div.date::after {
        font-family: "Font Awesome 5 Free";
        content: "\f073 ";
        float: right;
        color: #4e82e4;
        margin-right: -19px;
    }

table.GStyle01 {
    border-spacing: 12px 20px;
    border-collapse: separate;
    background: #f2f2f2;
}
.GStyle01 td.ddl, .GStyle01 td.checkcontrol {
    border: 1px solid #ccc !important;
    background: #fff;
    border-radius: 5px;
}
.GStyle01 td.checkcontrol div{border:none !important;
}
#sNRowEdit {
    position: absolute;
    background: #f66969;
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 11px;
    color: #fff;
    right: 0px;
    top: 2px;
    box-shadow: 1px 2px 6px 1px #ccc;
    border: 1px solid #d45353;
}
    .GStyle01 td div {
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 1px 7px -1px #ddd;
    }

.GStyle01  td {
    border: none !important;
}
.GStyle01 th {
   border-radius:5px;
}
.GStyle01 td.light {
    border-radius: 8px;
}
    .GStyle01 td.light div {
        border:none;
    }
.GStyle01 td.readonly, .GStyle01 td.stt, .GStyle01 td.haMarker {
    border: 1px solid #ccc !important;
    border-radius: 7px;
    background-color: #fff;
}
#gridHeader th span::before {
    content: "\f111 ";
    font-family: "Font Awesome 5 Free";
    padding-right: 7px;
    color: #e1e1e1;
    font-size: 11px;
}
#gridHeader th.character span::before {
    color: #9bbcfb;
}

#gridHeader th.datetime span::before, #gridHeader th.date span::before {
    content: "\f073";
    color: #4e82e4;
}

#gridHeader th.polygon span::before, #gridHeader th.point span::before, #gridHeader th.line span::before {
    content: "\f57d";
    color: #e26980;
}
#ui-datepicker-div a{background:#fff; border-radius: 4px}
#gridHeader th.number span::before {
    color: #fb9ba4;
}
#ui-datepicker-div a {
    background: #fff;
    border-radius: 3px;
    border: none;
    margin: 1px;
}
a.ui-state-active {
    background: #fe5454 !important;
    color: #fff !important;
}


#boxRelateNN li {
    list-style: none;
    min-height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px;
}

    #boxRelateNN ul {
        padding-left: 0;
    }

.spatial.active {
    border: 1px solid #ccc;
    color: red;
    padding: 5px;
    border-radius: 3px;
}

td.light {
    border: 2px solid #3cb343 !important;
}

.ha_hide {
    display: none
}

.haMarker.tc {
    text-align: center;
}

.sRepeat {
    background: #27a50d;
    padding: 3px;
    float: right;
    position: absolute;
    cursor: crosshair;
    right: -3px;
    bottom: -5px;
    z-index: 10;
}

input[type="checkbox"]:focus {
    outline: 0;
}

#colorpicker.ha_show {
    display: block !important;
    top: 13%;
    position: fixed;
    left: 40%;
    width: 236px;
}

.haColor {
    height: 42px;
    padding-left: 5px !important;
}

#logo {
    padding: 21px;
    font-size: 25px;
    line-height: 20px;
    background-position: center 8px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: none;
}

#modalEditContent .error {
    border: 2px solid red;
}

.modal-header {
    background: rgba(255,255,255,1);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    line-height: 18px;
}

.ui-resizable {
    min-width: 100% !important;
}

.haJson {
    text-align: center;
    color: #08bb57;
}

#subtable {
    overflow: scroll;
}

.addrecord .haMarker i {
    display: none !important;
}

.haMarker i {
    display: block !important;
}

.haMarker .fa-map-marker-alt {
    color: #c94caa;
}

.haMarker .fas.fa-map-marker {
    color: #bbb;
}

#ControlDDL {
    overflow: unset;
    border: none !important;
}

    #ControlDDL label {
        font-weight: normal;
        width: 100%;
        text-align: left !important;
    }

    #ControlDDL li.active {
        background: #f9f9f9;
    }

    #ControlDDL label input {
        width: 20px !important;
    }

#boxFTS {
    padding: 6px;
    width: 56%;
    display: none;
}

tr .ddl i, tr .map i {
    display: block !important;
}

#ipFTS {
    width: 66%;
    margin-right: 20px;
    float: right;
}

.no-ready > div {
    display: none !important;
}

.no-ready #modalLogin {
    display: block !important;
}

body.no-ready {
    min-height: 100vh;
    font-family: Roboto, Arial;
    color: #ADAFB6;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F9FBFF;
}

#topright {
    width: 20%;
}
/*#gridbody tr, #gridbody input {
-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
}*/
li {
    cursor: pointer;
}

#modalEdit .ha-inline {
    width: 49%;
    float: left;
}

tr.changed td.edited {
    background: rgba(13, 252, 129, 0.05);
}

#modalSubTable .modal-dialog {
    width: auto;
    max-width: 75%;
}

.ui-widget-content {
    background: #89a2de !important;
    font-size: 0.9em !important;
}

.ui-widget-header {
    background: #f6edf7 !important;
}

#tbsubtable input {
    border: none;
    width: 100%;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #f9f8fa;
}

#modalEdit .ddl i {
    float: right;
    padding: 3px;
}

#modalEdit .ddl ul {
    width: 100%;
}

#applyEdit {
    margin-top: 10px;
}

td.readonly, input.readonly, tr.lock {
    background-image: url('css/readonly.png');
    cursor: not-allowed;
    font-size: 13px;
    color: #8c8a8a;
}

#modalEdit .modal-content {
    padding: 0px;
}

#info li, .UI-SUGGEST li {
    height: 34px;
    line-height: 34px;
}

#NNTBNoAvai tr.active td {
    background: #fcf8e3 !important;
}

.UI-SUGGEST li {
    padding: 0 10px;
    border-bottom: 1px dashed #ccc;
}

.file .fa.fa-cloud-upload {
    position: absolute;
    right: 11px;
    color: #d13ab2;
}

textarea {
    line-height: 31px;
}

.file {
    position: relative;
}

#tbsubtable .dropdown span {
    position: absolute;
    left: 0;
}

#tbsubtable button {
    width: 100%;
    text-align: right;
    padding: 0;
}

#tbsubtable button {
    width: 100%;
    text-align: right;
    padding: 0;
}

#tbsubtable .fa-minus-circle {
    color: red;
}

#modalEdit .modal-dialog {
    width: 80%;
}

#modalEdit .ha-inline {
    margin-top: 8px;
}

#modalEdit .ddl {
    width: 100%;
    height: 35px;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 5px 8px;
}

#modalEdit .ha-inline.col-sm-6, #modalEdit .ha-inline.col-sm-12 {
    padding-left: 0;
}

#ControlDDL ul {
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*#ControlDDL ul:hover {
    
    overflow-y: scroll;
    overflow-x:hidden;
}*/
.modal-header {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#IpSuggestDDL {
    margin-left: -6px;
    padding-left: 5px !important;
    background: #ecfaf7 !important;
}

#editContent .haMarker.tc {
    position: absolute;
    right: 21px;
    bottom: 7px;
}

#modalEdit .fa.fa-caret-down {
    position: absolute;
    right: 25px;
    bottom: 11px;
}

#topright {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
}

    #topright a, .a-svg {
        cursor: pointer;
        padding: 8px;
        margin: 12px 5px;
        width: 40px;
        height: 40px;
        fill: #555;
    }

        #topright a:hover, .a-svg:hover, .wrap:hover svg, .a-svg.active {
            border-radius: 50%;
            background-color: rgba(60,64,67,0.08);
        }

#logo {
    width: 75px;
}

#box-top {
    width: 90%;
    display: flex;
    margin: 0px auto;
    flex-direction: column;
}

#box-top1 {
    font-size: 19px;
    padding: 5px 0;
    height: 34px;
}

#rightpanel {
    height: 100%;
    width: 100%;
}

#top-rightpanel {
    display: inline-flex;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ddd;
}

.hasfilter i {
    color: #09B8C7 !important;
}

li:hover {
    background: #f9f9f9;
}

.dropdown li {
    padding: 0 0 0 11px;
    min-height: 35px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
}

th svg {
    width: 10px;
    float: right;
    position: absolute;
    right: 12px;
    top: 18px;
}

.li-submenu ul {
    display: none;
    list-style: none;
    margin-left: 142px;
    background: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: -27px;
    position: absolute;
    width: 230px;
}

.li-submenu:hover ul {
    display: block;
}

#box-top2 {
    display: flex;
    height: 30px;
    line-height: 7px;
}

.filter input[type=text] {
    background: #fff;
    border: none;
    border: none;
    font-size: 14px;
    padding: 0 11px;
    line-height: 40px;
    border-radius: 0;
    padding-left: 7px;
    height: 48px;
    width: 100%;
}

td, th {
    border: 1px solid #ccc;
}

table, th {
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
}

#gridview tr {
    height: 40px;
}

#gridview td {
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
    border-bottom: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-collapse: unset !important;
}



#gridview th > div {
    padding: 0 7px;
    width: 100%;
}

.filter td {
    padding: 0 !important;
}

.filter button {
    width: 100%;
    background: #fff;
}

    .filter button i {
        float: right;
        padding: 7px;
    }

.filter .dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow: hidden auto;
}

.select .stt {
    background: lemonchiffon !important;
    font-weight: bold;
    color: #000 !important;
}

.stt {
    text-align: center;
    line-height: 42px !important;
    padding: 0 !important;
}

.divider {
    height: 42px;
    width: 1px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

#viewgrid a {
    margin: 3px auto;
}

#gridview th {
    color: #555;
    font-size: 14px;
    z-index: 100;
    line-height: 40px;
    padding: 0;
    position: sticky;
    top: 0;
    /*background: #efefef;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

#viewgrid {
    display: flex;
    width: auto;
    max-width: 70%;
    position: absolute;
    right: 15px;
}

    #viewgrid a.active i {
        color: #ff3535 !important;
    }

#gridbody tr[v="0"] {
    display: none
}

#path {
    max-width: 80%;
    height: 50px;
    display: flex;
    padding: 11px 0 9px 12px;
    font-size: 15px;
}

button {
    background: none;
    border: none;
    padding: 10px;
}

.a-svg i {
    padding: 6px;
    color: #555;
}

.a-svg:hover i {
    color: #09B8C7;
}

svg:hover, svg:focus, .active svg {
    fill: #09B8C7;
}

#top {
    display: flex;
    position: absolute;
    height: 65px;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}


#gridview:hover {
    overflow: auto;
}

#gridview {
    overflow: hidden scroll;
    padding-right: 22px;
}

.nowrap td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nowrap {
    overflow: hidden;display:flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
padding-right:7px;

}

#box-top2 li i {
    padding: 4px 6px 0 0;
}

#ulListCols {
    columns: 2;
    list-style: none;
    padding-left: 0px;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    #ulListCols li {
        padding: 6px;
    }

        #ulListCols li i {
            margin-right: 8px;
            padding: 5px;
            cursor: pointer;
            color: red;
        }

        #ulListCols li.off i {
            color: gray !important;
        }

#chkGridCheck {
    margin: 0 12px;
}

#modalShowCols .modal-header {
    padding: 11px !important;
    background: #b3ceaf;
}


#gridview:hover {
    overflow-y: auto;
}

.myicon {
    background: url('css/icons.png') no-repeat;
}

.icon-folder {
    background-position: 0 0;
    padding: 6px 20px;
}

.icon-survey {
    background-position: 0 -344px;
    padding: 6px 20px;
}

.icon-news {
    background-position: 0 -582px;
    padding: 6px 20px;
}

.icon-table {
    background-position: 0 -286px;
    padding: 6px 20px;
}

.icon-style {
    background-position: 0 -237px;
    padding: 6px 20px;
}

.icon-map {
    background-position: 0 -441px;
    padding: 3px 20px;
}


li img {
    width: 20px;
    margin-right: 7px;
    height: 20px;
}

button[disabled] svg, button[disabled] {
    color: #ccc !important;
    fill: #ccc;
    cursor: no-drop;
}


#pagebody {
    position: fixed;
    top: 65px;
    width: 100%;
    height: 100%;
    display: inline-flex;
}

#leftpanel {
    height: 100%;
    width: 25%;
}

#loading {
    position: absolute;
    display: none;
    left: 50%;
    top: -45px;
}

.file img {
    width: 60px;
    height: 60px;
}
.delimg, .viewfile {
    padding: 4px 7px !important;
}
.browser, .delimg,.viewfile {
    margin-right:5px;
    float: right;
    border: 1px solid #ddd;
    padding: 1px 6px;
    border-radius: 4px;
}
th.active i {
    display: block !important;
    float: right;
    font-size: 13px;
    margin-top: -27px;
}
#path button {
    background: none;
    border: none;
    padding: 3px 7px;
    height: 32px;
    display: flex;
    line-height: 25px;
}

    #path button:hover {
        background: #eee;
        border-radius: 4px;
    }

#gridbody input {
    border: none;
    box-shadow: none;
    background: none;
    padding: 0;
    width: 100%;
    padding-right: 5px;
}

#path .dropdown {
    margin-top: -15px;
    padding: 13px 0;
}

#path svg {
    margin-top: 4px;
}

#btnNew {
    border: 1px solid #ddd;
    margin: 5px 0 0 20px;
    border-radius: 24px;
    padding: 10px 32px;
    background: #f7f7f7;
}

.boxleft {
    height: 45px;
}

.btLeft {
    height: 47px;
    display: flex;
    width: 100%;
    padding-left: 15px;
    line-height: 24px;
}

#top-rightpanel {
    display: inline-flex;
    width: 100%;
}

#path li a {
    height: 36px;
    padding: 8px;
    width: 200px;
    font-size: 13px;
}

#gridview tr.active td {
    border-bottom: 1px solid #a8c4c7;
    border-top: 1px solid #a8c4c7;
    background-color: #f3fbfc;
}

#gridview tr.select {
    background: #f3fef3;
}

#gridview tr.active div, .selection div {
    border-right: 1px solid #ccc;
}

.mode-row span {
    display: flex;
    padding-left: 20px;
}

.mode-row i {
    display: none;
    padding: 10px;
}

.mode-row.active i {
    display: block;
    position: absolute;
    left: 0;
}

#gridview tr i {
    display: none;
    float: right;
    padding-right: 8px;
    padding-top: 2px;
}

#gridview tr.active i {
    display: block;
}

#node0 div, #node-10 div {
    height: auto;
    padding: 8px;
    line-height: 25px;
}


#gridview tr td svg, #gridview img {
    position: absolute;
    left: 20px;
    top: 10px;
}

    #gridview tr td svg.svg-share {
        right: 20px;
    }

#gridview img {
    width: 20px;
}

.wrap {
    display: flex;
    line-height: 19px;
    padding: 15px;
    width: 88px;
    position: relative;
}

    .wrap svg {
        position: absolute;
        right: -10px;
        padding: 11px;
        height: 40px;
        width: 40px;
        top: 4px;
    }

.modal-content {
    border-radius: 0;
    padding: 0;
}

#modalSharing tr {
    height: 50px;
}

.access {
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#modalSharing tr td:nth-child(1) {
    width: 50%;
}

#modalSharing tr td:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

#modalSharing table {
    border-bottom: 1px solid #ddd;
}

.modal h2 {
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 20px;
}

.dSharing .editSharing {
    margin-right: 1px;
    padding: 5px 12px;
    background: no-repeat url(css/sprites.svg) center -267px;
    color: #ccc;
    opacity: 0.5;
}

    .dSharing .editSharing:hover {
        opacity: 1;
    }

.editSharing i {
    float: right;
}

.dSharing button, .sCloseSharing, .btNormal {
    border: 1px solid #fff;
    padding: 8px 10px;
    margin-right: 4px;
    margin-left: 3px;
    border-radius: 4px;
    cursor: pointer;
}

    .btNormal.active, .btNormal:hover, #btCalculator {
        border: 1px solid #3079ed;
        color: white;
        background: #4d90fe;
    }

    .dSharing:hover button, .sCloseSharing:hover {
        border: 1px solid #ccc;
    }

    .sCloseSharing i {
        padding: 2px;
        color: #bbb;
    }

#inviteSharing {
    display: flex;
}

#boxSharing {
    padding: 15px;
    height: 120px;
    background: #f8f8f8;
}

#contextMenu li {
    padding: 8px 8px 8px 13px;
    cursor: pointer;
    display: flex;
}

    #contextMenu li:hover {
        background-color: #f9f9f9;
    }

i.right {
    float: right;
    color: #666;
    padding: 3px;
    position: absolute;
    right: 7px;
}

i.left {
    float: left;
    padding: 3px;
    margin-right: 8px;
}

#contextMenu {
    width: 235px;
}

.cmenu {
    cursor: pointer;
}

.cmenu-sharing svg {
    width: 22px;
    margin-top: -4px;
    margin-right: 3px;
    margin-left: 0px;
}

.cmenu-changecolor svg {
    width: 17px;
    margin-top: -4px;
    margin-right: 9px;
    margin-left: 2px;
    fill: #666;
}

#contextMenu li:hover i {
    color: #DA4567;
}

#contextMenu li:hover svg {
    fill: #DA4567;
}

#gridview .fa.fa-filter {
    display: block !important;
}

#ha-sqlcode {
    width: 98%;
    height: 120px;
}

.filter .UI-DDL {
    display: flex;
    line-height: 38px;
    padding-left: 9px;
}

.FilterCheckList {
    white-space: nowrap;
    position: relative;
    display: flex;
    line-height: 36px;
    padding-left: 7px;
}

    .FilterCheckList input {
        margin: -3px 7px -4px 7px;
    }

    .FilterCheckList button {
        width: 100%;
        display: flex;
        line-height: 19px;
        padding: 6px;
        justify-content: center;
    }

    .FilterCheckList li {
        display: flex;
        height: 35px;
        line-height: 35px;
    }

    .FilterCheckList label {
        font-weight: normal;
        width: 100%;
    }

    .FilterCheckList .dropdown {
        display: flex;
    }

#gridview .changed td.error {
    border: 2px solid orange;
}
/*-- SEARCH ENHANCE */
#SEoperator button {
    border: 1px solid #ddd;
    width: 65px;
    margin-top: 4px;
}

#ulSECols, #ulSEValues {
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    list-style: none;
    width: 97%;
    margin: 0 0px 4px 0px;
}

#btGetUnique {
    width: 60%;
    border: 1px solid #ddd;
    border-radius: 21px;
    margin-left: 18%;
    height: 27px;
    line-height: 6px;
    margin-bottom: 8px;
    margin-top: 7px;
}

#ulSECols li.active, #ulSEValues li.active, #SEoperator button.active {
    background: lemonchiffon;
}

#ulSECols:hover, #ulSEValues:hover {
    overflow-y: scroll;
}

#ulSECols li, #ulSEValues li {
    height: 35px;
    line-height: 22px;
    border-bottom: 1px solid #ddd;
    padding: 6px;
}

#SERange0 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#modalSearchBox textarea {
    height: 206px;
}
/*-- END SEARCH ENHANCE */
#modalSetting .unit-items {
    display: none;
    width: 100%;
}

#modalSetting[cmenu="cmenu-newfolder"] #newfolder, #modalSetting[cmenu="cmenu-groupuser"] #groupuser, #modalSetting[cmenu="addmap"] #addmap {
    display: block;
}

#modalSetting[cmenu="cmenu-rename"] #rename {
    display: block;
}

#modalSetting[cmenu="cmenu-remove"] #remove {
    display: block;
}

#modalSetting[cmenu="addtable"] #addtable {
    display: block;
}

#modalSetting[cmenu="cmenu-remove"] .modal-dialog,
#modalSetting[cmenu="cmenu-rename"] .modal-dialog,
#modalSetting[cmenu="cmenu-newfolder"] .modal-dialog, #modalSetting[cmenu="addmap"] .modal-dialog,
#modalSetting[cmenu="addtable"] .modal-dialog {
    width: 300px;
}

.cmenu-changecolor div {
    position: absolute;
    right: -232px;
    background: #fff;
    list-style: none;
    border: 1px solid #ddd;
    top: 83px;
    padding: 0;
    display: none;
    width: 232px;
    height: 147px;
}

.cmenu-changecolor:hover div {
    display: block;
}

.colors p {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 8px 4px 0px 6px;
}

.colors span {
    border: none;
    padding: 13px 20px;
}

#lstUnits {
    height: 235px;
}

    #lstUnits:hover {
        overflow-y: scroll;
    }

    #lstUnits p {
        margin: 5px auto;
        display: flex;
        height: 35px;
        line-height: 35px;
    }

    #lstUnits div {
        cursor: pointer;
    }

        #lstUnits div.active {
            background: #eee;
        }

    #lstUnits svg {
        margin-top: 4px;
    }

#backMove {
    padding: 5px 9px;
    margin-right: 9px;
    display: none;
    cursor: pointer;
}

#modalUser .delfield {
    color: red;
}

#modalUser .delfield, #modalUser .addfield {
    padding: 5px;
    float: left;
    background: #fff;
    border: none;
    margin-left: 8px;
}

#tbField input {
    width: 100%;
    height: 100%;
    border: none;
    padding-left: 10px;
}

.form-control {
    font-size: 14px;
}

#tbField .addfield {
    color: green;
}

#receive_email {
    position: relative;
    height: 30px;
    line-height: 26px;
    padding-left: 9px;
}

#modalUser td {
    padding: 0;
}

#modalUser .fa.fa-angle-down {
    margin-left: 20px;
}

#userStatus span {
    font-size: 16px;
}

#userStatus i {
    margin-right: 5px;
}

#userStatus {
    justify-content: space-around;
    height: 30px;
    line-height: 30px;
    width: 70%;
    display: flex;
    margin-left: 15%;
}

td svg.fa-table {
    margin-top: 4px !important;
}

#cboSuggestUser {
    position: relative;
    width: 100%;
}

    #cboSuggestUser .dropdown-menu {
        width: 100%;
        padding: 10px;
    }

    #cboSuggestUser li {
        height: 30px;
        line-height: 30px;
    }

#myavatar {
    width: 50px;
    height: 50px;
    padding: 6px;
    margin: 24px 0 0 0;
    border-radius: 50%;
}

#myName {
    padding: 10px 0;
    font-size: 13px;
    margin: 10px;
}

#myavatar:hover {
    border: 2px solid red;
}

tbody.filter {
    background: #21bcbc;
}
.GStyle01 .filter td {
    border-radius: 7px;
    background: linear-gradient(to bottom, rgb(219, 233, 255) 0%, rgb(203, 225, 245) 47%, rgb(210, 226, 255) 100%);
    border: 1px solid #accff4 !important;
}
.GStyle01 .filter{background:none;}
tbody.filter input {
    background: none !important;
}
.filter input:focus-visible {
    border: none !important;
    outline: none;
}
.GStyle01 .filter input::placeholder {
    color: #2564b4;
}
#backPage, #nextPage {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1px 4px;
    height: 28px;
    width: 30px;
    margin: 9px 5px !important;
}

.embbed #logo, .embbed #box-top1, .embbed #viewInfo, .embbed #sharing, .embbed #userProfile {
    display: none !important;
}
#boxRelateNN label {
    font-weight: normal;
    color: #000;
}
.embbed #top {
    height: 36px;
}

.embbed #saveTB {
    margin-top: -7px;
}

.embbed #pagebody {
    top: 33px;
}

#calGeo button {
    border: 1px solid #ccc;
    padding: 0;
    width: 100%;
    border-radius: 4px;
    height: 34px;
}

#modalCalculator ul {
    list-style: none;
}

#pCalculator {
    float: right;
    width: 100%;
    text-align: right;
}

    #pCalculator button {
        padding: 3px 15px;
        background: white;
        border: 1px solid #ccc;
        margin: -3px 3px 2px 2px;
        border-radius: 4px;
        line-height: 19px;
        height: 26px;
        font-size: 16px;
    }

#uCalTypes label {
    font-weight: normal;
}

#lstCols, #calFuns {
    overflow: hidden auto;
    height: 200px;
    border: 1px solid #ccc;
    padding-left: 8px;
}

    #lstCols li, #calFuns li {
        min-height: 30px;
        line-height: 30px;
        border-bottom: 1px dashed gray;
        padding: 0 8px;
    }

#modalCalculator li.active {
    background: #b4ecd4;
}

#calColName {
    float: left;
    padding: 5px 9px;
    background: #e3f9e5;
    border-radius: 5px 0 0 5px;
}

.ui-nhan {
    float: left;
    padding: 5px 10px;
}

#statistic label {
    width: 256px;
}

#statistic p {
    border-bottom: 1px solid #ccc;
}

td div {
    white-space: nowrap;
    line-height: 36px;
    padding: 4px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter td div {
    overflow: unset;
}

#tbsubtable div {
    position: relative;
    overflow: unset
}

.wraptext td div {
    white-space: normal;
}

td textarea {
    border: none;
    resize: none;
    background: none;
    font-size: 14px;
    padding: 4px;
    overflow: hidden;
}

    td textarea:focus-visible, td textarea:focus {
        outline: none;
    }

td.ddl {
    padding: 4px !important;
}

.number {
    text-align: right;
    color: #e1647c;
}
th.number {
    text-align: left;
}

td.readonly {
    text-align: center;
}

.vip1 #gridview .date {
    font-size: 11px;
}

#gridbody {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-content label {
    font-weight: normal;
}

#ul_TH li {
    white-space: nowrap;
    padding-right: 10px;
}

#tbparams td {
    border: none;
}
#gridview td textarea {
    height: 35px !important;
    width: 100%;
}

.haScancode {
    max-width: 100px;
    text-align: center;
}

    .haScancode i {
        display: block !important;
        float: unset !important;
    }

.vip1 #gridbody tr:nth-of-type(2n) {background: #fff;}
.vip1 #gridbody tr:nth-of-type(2n) {background: #eff4fc !important;}
.vip1 .cmenu.active td {background: rgb(178, 203, 251) !important;}
    .vip1 td {
        border: 1px solid #d9d9ff !important;
    }

.vip1 .datetimepicker {
    font-size: 12px;
    padding-left: 4px !important;
    color: #56baea;
}

    .vip1 .number {
        color: #9f3eac;
        font-size: 12px;
    }

.vip1 th {
  background: #e0e9f8 !important;
  color: #555 !important;
}

.vip1 .stt {
    background: none;
}

    .vip1 td.readonly, .vip1 input.readonly {
        cursor: not-allowed;
        font-size: 12px !important;
        color: #546eaa !important;
    }

.vip1 #view3D {
    color: white !important;
}

    .vip1 th {
        background: #e0e9f8 !important;
        color: #555 !important;
    }

.vip1 #top {
    border: none;
    color: #fff;
    background: #4670c2 !important;
}

.vip1 .a-svg i {color: #fff;}
   





.vip1 tbody.filter {
    background: #000;
}

.vip1 #topright a, .vip1 .a-svg {
    fill: #fff;
}
.vip1 #logo svg {fill: #fff !important;}
.vip1 #top-rightpanel { background: #3e67b8;color:#fff;}

.vip1 td.light {
    border: 2px solid #668dc9 !important;
}

.vip1 li {
    color: #555;
}

.vip1 th, .vip1 tbody {
    border: none !important;
}




.vip1 td.selection {
    background: rgba(0,0,2,0.1);
}



    .vip2 th {
        background: #1b2d4e !important;
    }


.vip3 #top {background: #c24065 !important;}
.vip3 th {background: rgba(246,246,246,1) !important;}
.vip3 #top-rightpanel {
    background: #fff;
    color: #c24065;
}
.vip3 #viewgrid i, .vip3 #view3D {color: #c24065 !important;}
    .vip3 .number {
        color: #f06aa9;
    }

.vip3 #gridview td {color: #555;}


.vip4 #top-rightpanel {background: #fdf7f9;color: #c24065;}

.vip4 #top {background: #8073be !important;}

.vip4 th {background: #f3f0ff !important;}
.vip4 .number {color: #801889;}
.vip4 #gridbody tr:nth-of-type(2n) {
    background: #f6f4ff !important;
}
.vip4 #top-rightpanel {background: #7467af;color: #fff;}
.vip4 .cmenu.active td {background: rgb(238, 234, 255) !important;}
