﻿
#C1DialogGeoSelect.ui-widget-content {
	height: auto !important;
} 
#C1DialogGeoSelect  select{
    /* input要素のうちtype属性値がbuttonのものに対して装飾 */
    background-color: #CDDCEB; 
    color: Black;
    border: 1px solid #3c7fb1; /* 枠線 */
    box-sizing: content-box;
    height: 18px;
    width: 40px;
    margin-bottom: 5px;
}

#C1DialogGeoSelect  input[type="submit"] {
    /* input要素のうちtype属性値がbuttonのものに対して装飾 */
    background-color: #CDDCEB; 
    color: Black;
    border: 1px solid #3c7fb1; /* 枠線 */
    height: 15px;
    width: 50px;
    margin-bottom: 5px;
}
#C1DialogGeoSelect  hr {
	background-color: #fff;
	border-top: 1px solid #c4c4c4;
}
#C1DialogGeoSelect_BtnGeoSelect{
    width: 195px !important;
}

#C1DialogGeoSelect_BtnMeasureDistance{
    width: 125px !important;
}


#C1DialogGeoSelect_BtnGeoSelect2Points{
    width: 195px !important;
}

#C1DialogGeoSelect_BtnGeoSelectAdjust{
    width: 105px !important;
}
#C1DialogGeoSelect_BtnRemoveGeoSelectPolygon{
    width: 65px !important;
}

#C1DialogGeoSelect_TxtGeoselectResultList{
    width: 190px !important;
    margin-bottom: 5px;
}
#C1DialogGeoSelect_TxtGeoSelectArea{
    width: 156px !important;
    margin-bottom: 5px;
}
#C1DialogGeoSelect_BtnGeoSelectClear{
    width: 96px !important;
}

#C1DialogGeoSelect_BtnGeoSelectClose{
    width: 96px !important;
}
