﻿.loading-panel
{
    background: rgba(240,240,240,0.8) url('../images/gis/loading_fullpage.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 15px;
    bottom: 0;
    z-index: 909;
    cursor: wait;
}

.loading-all
{
    background: rgba(240,240,240,0.8) url('../images/gis/loading_fullpage.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 909;
    cursor: wait;
}

.loading-map
{
    background: url("../images/gis/loading_map.gif") no-repeat center center transparent;
    bottom: 50%;
    cursor: wait;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 909;
}

.loading-control
{
    background-image: url("../images/gis/loading.gif");
    background-position: 1px -2px;
    background-repeat: no-repeat;
    cursor: wait;
    height: 12px;
    width: 18px;
}

.ui-active-bg-black
{
    background-color: #727272;
}

.ui-bg-white
{
    background-color: #ffffff;
}

.label-blue
{
    color: #2b7ec4;
    font-weight: bold;
}

.label-detail1
{
    color: #1c99d3;
}

.label-detail2
{
    color: #788395;
}

.label-gray
{
    color: #727272;
}

.label-orange
{
    color: #e8704e;
    padding-bottom: 10px;
    padding-top: 5px;
}

.label-orange-bold
{
    color: #d6470f;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 5px;
}

.label-link-blue
{
    color: #2b7ec4;
    cursor: pointer;
    text-decoration: underline;
}

.label-link-orange
{
    color: #d6470f;
    cursor: pointer;
    text-decoration: underline;
}

.label-head-orange
{
    color: #DE683A;
    margin-bottom: 5px;
    margin-top: 10px;
}

.show-tablet-portrait
{
    display: none;
}

/*login*/
/*.icon-login
{
    bottom: 60px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}*/

.ui-main-login
{
    margin: 15px auto;
}

.label-login
{
    color: #2b7ec4;
}

.label-forgot-login
{
    bottom: 35px;
    color: #d6470f;
    cursor: pointer;
    right: 0;
    position: absolute;
    text-decoration: underline;
}

    .label-forgot-login:hover
    {
        color: #2b7ec4;
    }

/*MainPage*/
.ui-menu-bar .ui-form-menu-default > *
{
    float: left;
    margin-right: 1px;
}

.ui-form-login
{
    background-image: url("../images/login/bg.jpg");
}

.ui-form-um
{
    background-image: url("../images/um/bg.jpg");
}


.ui-form-login-bg
{
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-form-login-top
{
    background-image: url("../images/login/pic_1.png");
    width: 676px;
    height: 306px;
}

.ui-form-login-bottom
{
    background-image: url("../images/login/pic_2.png");
    width: 676px;
    height: 207px;
}

.ui-form-login-container
{
    height: 190px;
    position: relative;
    top: 58%;
    width: 250px;
    margin: 0 auto;
}

#header
{
    height: 44px;
    background-image: url("../images/gis/header/header.png");
    float: left;
    width: 100%;
}

#logo
{
    height: 44px;
    width: 36px;
    background-image: url("../images/gis/header/logo.png");
    background-repeat: no-repeat;
    float: left;
}

#logo_name
{
    height: 44px;
    width: 158px;
    background-image: url("../images/gis/header/logo_name.png");
    background-repeat: no-repeat;
    float: left;
}

#userMenu
{
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #userMenu > div
    {
        padding: 10px;
    }

.icon-usermenu
{
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

#toolsNode
{
    position: absolute;
    height: 44px;
    float: left;
    width: 100%;
    background-color: #03508f;
    z-index: 4;
    opacity: 0.9;
}

#toolsZoomSlider > div
{
    padding: 2px;
}

.ui-tools-zoomslider
{
    float: left;
    left: 20px;
    position: absolute;
    top: 5%;
    z-index: 1;
}

.ui-tools-zoomslider-open
{
    float: left;
    left: 420px;
    height: 120px;
    position: absolute;
    top: 5%;
    width: 37px;
    z-index: 1;
}

#toolsOther > div
{
    padding: 2px;
}

.ui-tools-other
{
    float: left;
    right: 10px;
    height: 80px;
    position: absolute;
    top: 5%;
    width: 37px;
    z-index: 1;
}

.ui-form-panelMain
{
    overflow: visible;
    bottom: 0;
    position: absolute;
    top: auto;
    z-index: 2;
    height: 100%;
    width: 100%;
    transition: width 0.3s ease-out 0s;
}

.ui-form-panelMain-open
{
    bottom: 0;
    position: absolute;
    top: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: width 0.3s ease-out 0s;
}

.ui-form-panelMain-max-open
{
    bottom: 0;
    position: absolute;
    top: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    transition: width 0.3s ease-out 0s;
}

.ui-form-panelNode
{
    bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: width 0.3s ease-out 0s;
    white-space: nowrap;
    z-index: 2;
    width: 15px;
}

#latLongContent
{
    background-color: #1c99d3;
    bottom: 10px;
    height: 20px;
    position: absolute;
    right: 11px;
    width: auto;
    z-index: 1;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 9px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    opacity: 0.9;
}

#latLongPoint
{
    display: inline-block;
}

#scaleMap
{
    display: inline-block;
}

.headLatLong
{
    background-image: url("../images/gis/lat/lat_1.png");
    bottom: 10px;
    height: 20px;
    position: absolute;
    right: 382px;
    width: 11px;
    z-index: 1;
}

.footerLatLong
{
    background-image: url("../images/gis/lat/lat_3.png");
    bottom: 10px;
    height: 20px;
    position: absolute;
    right: 0;
    width: 11px;
    z-index: 1;
}

.ui-form-panelMain-open + div#toolsMap .ui-tools-zoomslider
{
    left: 420px;
}

.ui-form-panelMain-max-open + div#toolsMap .ui-tools-zoomslider
{
    left: 620px;
}

.ui-form-showPanel
{
    background: none repeat scroll 0 0 #5ac9e5;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
    width: 15px;
    opacity: 0.9;
}

.ui-form-titleFunc
{
    background-color: #ffffff !important;
    padding: 10px;
    position: relative;
    color: #788395;
}

.ui-title-function
{
    color: #2b7ec4;
    white-space: normal;
    display: table-cell;
}

.ui-form-panel
{
    transition: width 0.3s ease-out 0s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
    bottom: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    /*white-space: nowrap;*/
    z-index: 2;
    right: 15px;
}

.ui-form-panelMain .ui-form-panel
{
    width: 0px;
}

.ui-form-panel-max
{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0);
    bottom: 0;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    /*white-space: nowrap;*/
    z-index: 2;
    right: 15px;
}


.ui-form-wgFunc
{
    bottom: 0;
    left: 0;
    padding: 0 5px 5px;
    right: 0;
    top: 0;
    position: absolute;
}

#searchLandmarkPhone
{
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#searchLandmark
{
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
    white-space: nowrap;
}

#toolbar
{
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}

.text-project
{
    color: #ffffff;
    float: left;
    left: 50px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 10px;
    white-space: nowrap;
    right: 100px;
}

.ui-tools-zoomin
{
    background-image: url("../images/gis/location/c_zoom-in.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    cursor: pointer;
}

    .ui-tools-zoomin:hover
    {
        background-image: url("../images/gis/location/c_zoom-in_ov.png") !important;
    }

.ui-tools-cuerrent
{
    background-image: url("../images/gis/location/c_location.png");
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

    .ui-tools-cuerrent:hover
    {
        background-image: url("../images/gis/location/c_location_ov.png") !important;
    }

.ui-tools-zoomout
{
    background-image: url("../images/gis/location/c_zoom-out.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    cursor: pointer;
}

    .ui-tools-zoomout:hover
    {
        background-image: url("../images/gis/location/c_zoom-out_ov.png") !important;
    }

.ui-tools-disaster
{
    background-image: url("../images/gis/location/c_not-disaster.png");
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

    .ui-tools-disaster:hover
    {
        background-image: url("../images/gis/location/c_not-disaster_ov.png") !important;
    }

.ui-tools-link
{
    background-image: url("../images/gis/location/c_link.png");
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
}

    .ui-tools-link:hover
    {
        background-image: url("../images/gis/location/c_link_ov.png") !important;
    }

.ui-btn-showPanel
{
    background-image: url("../images/gis/show.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 11px;
    left: 1px;
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.ui-btn-hidePanel
{
    background-image: url("../images/gis/hide.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 11px;
    left: 1px;
    position: absolute;
    top: 40px;
    cursor: pointer;
}

.ui-btn-showPanel-max
{
    background-image: url("../images/gis/show.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 11px;
    left: 1px;
    position: absolute;
    top: 20px;
    cursor: pointer;
}

.ui-btn-hidePanel-max
{
    background-image: url("../images/gis/hide.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 11px;
    left: 1px;
    position: absolute;
    top: 40px;
    cursor: pointer;
}

/*MenuBar*/
.icon-menubar-over
{
}

    .icon-menubar-over:hover
    {
        background-color: #ffffff;
    }


.ui-form-menuphone
{
}

.div-func-menu
{
    width: 250px;
    position: absolute;
    top: 44px;
}

.item-func-menu
{
    background-color: #282b34;
    color: #ffffff;
    padding: 5px;
    white-space: normal;
    border-top: 1px solid;
}

    .item-func-menu:hover
    {
        background-color: #2b7ec4;
        cursor: pointer;
    }

.div-sys-menu-phone
{
    width: 250px;
    position: absolute;
    top: 44px;
    left: 0;
}

.item-sys-menu
{
    background-color: #282b34;
    color: #ffffff;
    padding: 5px;
    white-space: normal;
    border: 1px solid;
}

    .item-sys-menu:hover
    {
        background-color: #2b7ec4;
        cursor: pointer;
    }

/*UserMenu*/
.text-username
{
    color: #ffffff;
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.div-user-menu
{
    position: absolute;
    right: 0;
    top: 35px;
    width: auto;
}

.item-user-menu
{
    background-color: #e7eef4;
    color: #34495e;
    padding: 5px;
    border: solid 1px #e3e3e3;
    z-index: 10;
    white-space: nowrap;
}

    .item-user-menu:hover
    {
        background-color: #d6470f;
        color: #ffffff;
        z-index: 10;
        white-space: nowrap;
        cursor: pointer;
    }

/*SearchLandmark*/
.icon-btn-searchLandmark
{
    /*background-image: url("../images/gis/search.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;*/
    background-image: url("../images/gis/icon/ico_search.png");
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
}

    .icon-btn-searchLandmark:hover
    {
        background-image: url("../images/gis/icon/ico_search_ov.png");
        background-repeat: no-repeat;
        height: 28px;
        width: 28px;
    }

.icon-btn-searchLandmark-um
{
    /*background-image: url("../images/gis/search.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;*/
    background: url("../images/gis/icon/ico_search.png") -2px;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
}

    .icon-btn-searchLandmark-um:hover
    {
        background: url("../images/gis/icon/ico_search_ov.png") -2px;
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
    }

.icon-btn-adminpoly
{
    background-image: url("../images/gis/icon.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 38px;
    float: left;
}

.icon-condition-adminpoly
{
    float: left;
}

/*.icon-condition-adminpoly:hover {
    background-image: url("../images/gis/conditions_ov.png");
    background-repeat: no-repeat;
    height: 30px;
    width: 38px;
    float: left;
}*/

.ui-form-adminPoly
{
    background-color: #fbfbfb;
    border: 1px solid #282b34;
    box-sizing: border-box;
    height: 170px;
    padding: 15px;
    position: absolute;
    width: 290px;
}

/*.form-adminpoly-search {
    left: 37px;
    position: absolute;
}*/


#atcLandmark amos-autocomplete amos-textbox
{
    float: left;
}

.icon-search-landmark
{
    background-image: url("../images/ios/1x/icon/ico_search.png");
    background-repeat: no-repeat;
    height: 29px;
    width: 29px;
}

    .icon-search-landmark:hover
    {
        cursor: pointer;
        /*background-image: url("../images/ios/1x/icon/ico_search_ov.png");*/
    }




.claro .dijitContentPane
{
    padding: 0px;
}


.ui-title-system
{
    display: table-cell;
}

.item-funcNav-normal
{
    color: #2b7ec4;
    display: table-cell;
}

.item-funcNav-link
{
    color: #d6470f;
    text-decoration: underline;
    display: table-cell;
}

    .item-funcNav-link:hover
    {
        cursor: pointer;
        color: #2b7ec4;
        text-decoration: underline;
    }




.layerPane
{
    border: 1px solid silver;
    margin: 3px;
}

.rangeSelect-icon-select
{
    background: url("../images/gis/icon/ico_down.png") no-repeat scroll 0 0 rgba(160, 160, 160, 1);
    width: 20px;
    display: table-cell;
}

.rangeSelect-color
{
    width: 30px;
    height: 30px;
    display: table-cell;
    background-color: red;
}

.th-Quanlity
{
    padding: 8px;
    width: auto;
    border-bottom: 2px solid rgb(47, 119, 153);
    border-top: 2px solid rgb(47, 119, 153);
}

.tr-Quanlity
{
    padding: 8px;
}

.td-Quanlity-head
{
    display: inline-block;
    width: 11em;
}

.td-Quanlity
{
    display: inline-block;
}

hr
{
    color: #ececec;
}


.amos-textbox-label
{
    vertical-align: middle;
}

.amos-validator
{
    color: #D32330;
    /*height: 22px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox-form-required
{
    color: #D32330;
}



.detail-header
{
    background-color: #ee8c71;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #ffffff;
    font-weight: bold;
}

.iconDown
{
    width: 20px;
    height: 20px;
    background-image: url("../images/gis/icon/ico_down.png");
    /*float: right;
    margin-top: -15px;*/
    margin-right: 10px;
    float: right;
}

.iconUp
{
    width: 20px;
    height: 20px;
    background-image: url("../images/gis/icon/ico_up.png");
    /*float: right;
    margin-top: -15px;*/
    margin-right: 10px;
    float: right;
}

.xxxxxx
{
    color: red;
}
