html { height: 100% }
body { height: 100%; margin: 0; padding: 0; line-height:normal!important}

.ui-content{
	padding:0em!important;
}

#controls {
	float: left;
	width: 120px;
	height: 99%;
	border: 1px #666666 solid;
}


/*スクロール用*/
thead.scrollHead,tbody.scrollBody{
  display:block;
}
tbody.scrollBody{
  overflow-y:scroll;
  height:600px;
}

/*幅調整*/
td,th{
  table-layout:fixed;
}
.colHole{
  width:120px;
}
.colCart{
  width:50px;
}
.colTime{
  width:50px;
}
.colAction{
  width:20px;
}

table.tbl {
	width: 100%;
	border-collapse: collapse;
}
table.tbl th {
	padding: 3px 0;
	border: 1px #1C79C6 solid;
}
table.tbl td {
	text-align: right;
	height:16px;
	padding: 3px 0;
	border: 1px #1C79C6 solid;
}

h1 {
	font-size: 1em;

}

#distance-container p {
	font-size: 2em;
	margin-top: 5px;
}

div#wrapper {
	width: 100%;
}
div#main {
	width: 100%;
	float: left;
	background-color: #cee9d6
}
div#map_canvas {
	/*background-color:pink;*/
	/*height: 700px; */ /* iPad */
	/*height: 900px; */ /* FHD */
}
div#sub {
	width: 280px;
	margin-left: -280px;
	float: right;
	/*background-color:lightblue;*/
}


.mapCartListShow{
	margin-right: 280px;	
}
.mapCartListHide{
	margin-right: 0px;	
}
.cartListShow{
	display:inline-block;
	width: 280px;
	margin-left: -280px;
}

.cartListHide{
	display:none;
}



.ol-attribution.ol-logo-only{
	display:none;
}

.cartRow{
	height : 20px;
}
.alert_red_gps{
	height : 20px;
	background-color: PaleVioletRed;
	/*#D4003A;*/
}

.alert_red{
	height : 20px;
	background-color: #EE82EE;
	/*PaleVioletRed;*/
}
.alert_yellow{
	height : 20px;
	background-color: Khaki;
}
.alert_yellow_gps{
	height : 20px;
	background-color: Khaki;
}

.alert_none{
	height : 20px;
}


.init-map {
	top: 65px;
	left: .5em;
	/* background-image: url("./images/refresh.png");*/
}
.ol-touch .init-map {
	top: 80px;
}


#mouse-position{
	background-color: lightgreen;
	position :absolute;
	bottom:0;
	left:0;
	z-index:30000;
}

.filterButton{
	position :absolute;

	height:36px;
	padding:2px;
	-webkit-border-radius : 4px;
	font-size: 1em;
	color      :black;
    z-index    : 30001 ;
}
.filterButtonSelected{
	background-color: lightgreen!important;
}

/**/
#filter0{
	top     :  -2px;
	left    : 140px;
	width   :  80px;
}

#filter1{
	top      :  -2px;
	left     : 240px;
	width    :  80px;
}

#filter2{
	top      :  -2px;
	left     : 340px;
	width    :  80px;	
}

#filter3{
	top      :  -2px;
	left     : 440px;
	width    :  80px;	
}

#filter4{
	top      :  -2px;
	left     : 540px;
	width    :  80px;	
}

#filter5{
	top      :  -2px;
	left     : 640px;
	width    :  80px;	
}

#filter6{
	top      :  -2px;
	left     : 740px;
	width    :  80px;	
}

.yellow{
	background-color:yellow;
	color:black;
}
.red{
	background-color:red;
	color:white;
}

#voip-background{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: rgba(0,0,0,0.6);
}

#voip-frame{
	display: none;
	position: absolute;
	width: 250px;
	height: 400px;
	top: 48.4px;
	left: calc(50% - 125px);
	z-index: 11;
}

.popup-title{
	margin: 0;
}

.ui-tooltip{
	max-width: 500px!important;
}


.ui-dialog .ui-dialog-content {
    padding: 0em!important;
 }

.ui-dialog {
    background-color: white!important;
}
.ui-icon-closethick {
    background-color: red;
}


.ui-dialog { z-index: 50000 !important ;}

.ui-dialog .ui-dialog-title{
	text-align:center;
	font-size:1.5em;
}

.ui-dialog .ui-dialog-titlebar{
	padding:2px!important;
}

.ui-widget-overlay{
	opacity: 0.55!important;
}


#dockPanel{
	position:absolute;
	bottom   : 10px;
	left     : 20px;

	width    : 600px;
	height   : 100px;
	
}
#cartListPanel{
	background-color:white;
}


#cartList{
	
}

div.ui-selectmenu-open {
    position: absolute;
    z-index: 65535;
}



/* メニュー関連 start*/
ul, li{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menuUi{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.menuLi{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#category {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 10px #ccc;
    border: 1px solid #bbb;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    width: 300px;
}
#category a {
    text-decoration: none;
    color: #666;
}
#category a:hover {
    color: #ffffff;
}
#menu {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
}

.main_menu{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
    font-weight: bold;
    padding-left: 20px;
    text-indent: 10;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
    width: 280px;
}

.main_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #739100;
    border-right: solid 2px #739100;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
#menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
#menu .main_menu:hover ,#menu .open {
    background-color: #87aa58;
    color: #FFF;
}
#menu .main_menu:hover::before ,#menu .open::before{
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
.sub_menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 40px;
    background-color: #e3ecd1;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
}
.sub_menu li a::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #739100;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 25px;
}
.sub_menu li a:hover{
    background-color: #9fbb79;
}
.sub_menu li a:hover::before {
    border-left: solid 6px #ffffff;
}
.third_menu li a{
    padding-left: 40px;
    border-top-style: none;
    padding-bottom: 6px;
    padding-top: 6px;   
}
.third_menu li a::before{
    margin-left: 65px;
}

#category{
  position:absolute;
  top  : 48px;
  left : 16px;
}

.menuClose{
  display:none;
}
.menuOpen{
  display:block;
}
#menuOpenButton{
	/*background-image: url("../../../images/menuOpen.png");	*/
}

#menuCloseButton{
	/*background-image: url("../../../images/menuClose.png");*/
	
}
.menuCtlButton{
	/*background : lightgreen; */
	color      : black; 
	position   : absolute;
	top        : 8px;
	left       : 10px;
	width      : 120px;
	height     : 40px;
	text-align: center;
/*	background-size: contain;*/
}
.menuCtlImage{
	width      : 100px;
	height     : 36px;
}
/* メニュー関連 end*/

.autoCompe{
	display:none;
}


.manualCompe{
}

.enableReserveCompe{
}

.disableReserveCompe{
	display:none;
}

#systemLogoPanel{
	position : absolute;
	right : 30px;
	top   : 60px;

	width  : 234px;
	height :105px;
	
	background-image: url("../../../images/LocateMasters_Logo.png");
	background-size: contain;
}

#golfLogoPanel{
	position : absolute;
	
}


.dockIcon{
	height           : 80px;
	width            : 80px;
    color            : white !important;
    font-size        : 1.5em;
	padding          : 0em!important;
    /*background-color : #010136;*/
	border           : 1px solid #666;
	border-radius    : 10px;
	box-shadow:  5px 5px 0px #656565,
		         0px 0px 0px #0a6200;	
}

.dockIconText{	
	height           : 18px;
	width            : 150px;
    color            : #ffffff !important;
    font-size        : 16px!important;
	padding          : 0em!important;
    letter-spacing : 2px;                /* 文字間 */
    text-shadow    : 
       1px  1px 0px #000000,
      -1px  1px 0px #000000,
       1px -1px 0px #000000,
      -1px -1px 0px #000000,
       1px  0px 0px #000000,
       0px  1px 0px #000000,
      -1px  0px 0px #000000,
       0px -1px 0px #000000;        /* 文字の影 */
  
	text-align: center;
	pointer-events: none;

}

.dockIcon1{
    position   : absolute; 
    top        : 0px;
    left       : 0px;
}
.dockIcon2{
    position   : absolute; 
    top        : 0px;
    left       : 120px;
}
.dockIcon3{
    position   : absolute; 
    top        : 0px;
    left       : 240px;
}
.dockIcon4{
    position   : absolute; 
    top        : 0px;
    left       : 360px;
}


#usageGuidePanel{
	position : absolute;
	right : -90px;
	top   : 140px;

	width  : 400px;
	height : 120px;
	
	background-image: url("../../../images/UsageGuide.png");
	background-size: contain;
}
