﻿html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Tahoma" !important;
}


#appContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#viewDiv {
    flex: 1;
    width: 100%;
}

.container {
    display: flex;
    flex: 1;
    width: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
    vertical-align: middle;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 3px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.labelText .file-upload{
    padding-left: 5px;
    font-size: 14px;
      font-family: "Tahoma" !important;
}

.esri-feature-table__title {
    display: none !important;
}
.esri-attribution__sources {
    display: none !important;
}

.esri-attribution__powered-by {
    display: none !important;
}

.divTitlePage {
    text-align: left;
    font-weight: bold;
    background-color: #042d65;
    color: white;
 padding: 2px 10px 2px 10px;
}

:host {
    font: "Tahoma" !important;
}

#mainDiv {
    padding: 8px;
}

#mainWindow {
    padding: .5em;
    background-color: #fff;
}

    #mainWindow p, #uploadForm {
        display: block;
        padding: .1em;
    }

.esri-popup--is-docked-top-right .esri-popup__main-container {
    max-height: 100%;
}

.esri-grid .esri-grid__grid {
    height: 100%;
    width: 100%;
    font-family: "Tahoma" !important;
}
.esri-widget
{
    font-family: "Tahoma" !important;
    
}
.esri-input{
     font-family: "Tahoma" !important;
}
.esri-widget__table {
    font-family: "Tahoma" !important;
}
.esri-button, .esri-elevation-profile__header button{
      font-size:13px !important;
}
.hiddivCapNhatBanDo{
      display: none !important;
}
 .alert {
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 1;
            width: 100%;
            max-width: 465px;
        }

        .tb-thongtindatdai {
            width: 100%;
            color: #2d3436;
        }

            .tb-thongtindatdai td {
               
                padding: 5px 7px;
            }

            .tb-thongtindatdai tbody tr:nth-child(even) {
                background-color: #dfe6e9;
            }

        .tb-thongtindatdai tbody td:first-child {
            width: 40%;
            font-weight: bold;
        }
        /*.esri-widget__table
        {
           overflow-x: auto !important;
        }*/

        .tb-thongtindatdai button {
            line-height: normal;
            font-size: inherit;
        }

        .tb-thongtindatdai {
            font-size: 13px;
            line-height: normal;
         
        }

        .esri-zoom .esri-widget--button {
            border: 1px solid #6e6e6e4d !important;
        }

        .drpClass {
            font-size: 13px !important;
            padding: 3px 3px 3px 3px !important;
        }
