/* base.cssを適用させたうえで上書きするように作っている */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

body {
    background-color: #ffffff;
    font-size: 13px;		/* 13px */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    /*font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;*/
    line-height: 1.5;
    color: #333333;
    min-width: 0rem;
    /*text-align: center;*/
}

button {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    margin: 0.5rem 0.1rem;
    cursor: pointer;
    text-align: center;
    padding: 0.1rem 0.9rem;
    font-size:14px;
    background: #e5ebee;
    border: 0px solid #cfcfcf;
    border-radius: 1px;
}

#map{
    width: 100vw;
    height: 100vh;
}

#fullviewheader{
    width: 100vw;
    background-color:#1577af;
    background:-webkit-linear-gradient(left,#1577af,#105f89);
}

#map .ol-zoom {
    top: 50px;
    bottom: auto;
    left: 0.5rem;
    right: auto;
}

.showwidemap{
    color:#1b5fba;
    text-decoration:underline;
}
.showwidemap:hover{
    cursor:pointer;
}
/*
    list関連
*/
.showlist{
    position:absolute;
    margin: 140px 0 0 0;
    width: 20px;
}
.showlist_public{
    position:absolute;
    margin: 160px 0 0 0;
    width: 20px;
}
.hidelist{
    position:absolute;
    margin: 140px 0 0 645px;
    /*margin: 140px 0 0 560px;*/
    /*margin: 140px 0 0 812px;*/
    /*margin: 140px 0 0 896px;*/
    width: 20px;
}

.hidelist.is_toyama,
.hidelist.show_machinelist_timebar {
    margin: 140px 0 0 747px;
}
.hidelist2{
    position:absolute;
    margin: 140px 0 0 1073px;
    /*margin: 140px 0 0 988px;*/
    /*margin: 140px 0 0 1076px;*/
    width: 20px;
}
.hidelist_public{
    position:absolute;
    margin: 160px 0 0 1073px;
    /*margin: 140px 0 0 988px;*/
    /*margin: 140px 0 0 1076px;*/
    width: 20px;
}
.hidelist3{
    position:absolute;
    margin: 140px 0 0 576px;
    width: 20px;
}
.hidelist_alertaccident{
    position:absolute;
    margin: 140px 0 0 535px;
    width: 20px;
}
.hidelist_sp{
    position:absolute;
    margin: 160px 0 0 246px;
    width: 20px;
}
.list{
    position:absolute;
    width: 638.5px;
    /*width: 558px;*/
    /*width: 806px;*/
    /*width: 890px;*/
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999999;
    padding: 5px 0 0 5px;
}
.list.is_toyama,
.list.show_machinelist_timebar {
    width: 740.5px;
}
.list2{
    position:absolute;
    /*width: 986px;*/
    /*width: 1074px;*/
    width: 1066.5px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999999;
    padding: 5px 0 0 5px;
}
.list2.is_toyama,
.list2.show_machinelist_timebar {
    width: 1169.5px;
}
.list3{
    position:absolute;
    width: 570px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999999;
    padding: 5px 0 0 5px;
}
.list_alertaccident{
    position:absolute;
    width: 529px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999999;
    padding: 5px 0 0 5px;
}
.list_sp{
    position:absolute;
    width: 240px;
    background-color:rgba(255,255,255,0.8);
    border:1px solid #999999;
    padding: 5px 0 0 5px;
}
.list_info{
    background-color:rgba(255,255,255,1);
}
/*
    linkspan
*/
.linkspan{
    display:inline-block;
    border-bottom: 1px solid white;
    cursor: pointer;
    color:white;
}

/*デザイン変更(201908～) =========================================*/
/*driver.js*/
div#driver-popover-item{
    min-width: 280px;
    max-width: 610px;
}

/*ボタンのベース*/
.btn_base{
    font-size:13px;  
    font-weight: bold;
    color: #295782;
    background: #c4d8eb;
    border-bottom: solid 4px #67a5da;
    padding:3px 15px;
    border-radius:7px;
    transition: .1s;
    margin-left:5px;
}
.btn_base:hover{
    background: #f1f8f7;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.btn_base:active{
    background: #67a5da;
    border-bottom:transparent;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
/*チェックボックス*/
.new_checkbox:before {
    /* 2020/9/8:nsuzuki 苦情要望のcss変更 position:absolute無効 float:left有効 */
    float: left;
	/* position: absolute; */
	z-index: 1;
	/*top: 0.125rem;
	left: 0.1875rem;*/
	width: 0.55rem;
	height: 0.25rem;
	content: '';
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 1px solid #000000;
	border-top-style: none;
	border-right-style: none;
        margin: 3px 2px;
}
.new_checkbox:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.new_checkbox:hover:before {
    border-color: #328fc3;
}

.new_checkbox:after {
    /* 2020/9/8:nsuzuki 苦情要望のcss変更 position:absolute無効 float:left有効 重ならないのでmargin-top:-0.75rem */
	/* position: absolute; */
    float: left;
    margin-top: -0.75rem;
	/*top: -0.125rem;
	left: 0;*/
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	cursor: pointer;
	border: 1px solid #424242;
        border-radius:1px;
	background: #ffffff;
}
.new_checkbox:hover:after{
    border-color: #328fc3;
}

/*住所検索ウィンドウ*/
.win_address{
    background:#1577af;
    color:#ffffff;
    border-radius: 5px;
    border:1px solid #1577af;
    opacity:0.9;
}
.btn_address{
    border-bottom: solid 3px #67a5da;
}
.btn_address:hover{
    border-bottom: solid 3px #67a5da;
}
.btn_address:active{
    /**/
}
/*地区・日時検索ウィンドウ*/
.btn_apply{
    /*
    background:#5690c7;
    color:#ffffff;
    border-bottom: solid 3px #0065b2;
    */
}
.btn_apply:hover{
    border-bottom: solid 4px #67a5da;
    /*background:#a1c3e7;
    border-bottom: solid 3px #0065b2;*/
}
.btn_apply:active{
}
/*検索一覧ウィンドウ*/
.win_settingAllcss{
    border:2px solid #dadfe2;
    background:#eff4ff;
}
.header_settingAllcss{
    background:#1577af;
}

/* ラジオボタン */
.new_radiobtn label{
    font-weight: bold;
}
.new_radiobtn input {
	position: relative;
	cursor: pointer;
}

.new_radiobtn input:before {
	position: absolute;
	z-index: 1;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	content: '';
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #000000;
}
.new_radiobtn input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.new_radiobtn input:hover:before {
    background: #328fc3;
}
.new_radiobtn input:after {
	position: absolute;
	/*top: -2px;
	left: -2px;*/
	width: 12px;
	height: 12px;
	content: '';
	border: 1px solid #000000;
	border-radius: 50%;
	background: #ffffff;
}
.new_radiobtn input:checked:after {
	border: 1px solid #000000;
}
.new_radiobtn input:hover:after {
	border: 1px solid #328fc3;
}

/*凡例・アイコンウィンドウ*/
.win_legendcss{
    border:2px solid #dadfe2;
    background:#eff4ff;
}

.header_legendcss{
    background:#1577af;
}

.btn_displayicon{
    border-bottom: solid 3px #67a5da;
}
.btn_displayicon:hover{
    border-bottom: solid 3px #67a5da;
}
.btn_displayicon:active{
}
.btn_displayicon:disabled{
    background:#cfcfcf;
    border-color:#cfcfcf;
}

/*広域図ウィンドウ*/
.btn_fullmap{
    border-bottom: solid 3px #67a5da;
}
.btn_fullmap:hover{
    border-bottom: solid 3px #67a5da;
}
.btn_fullmap:active{
}
.ui-widget-header {
    border: 3px solid #4b98c5;
    background: #4b98c5;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 0px;
}
.ui-dialog{
    padding:0;
}

/*アニメーションウィンドウ*/
.btn_anime{
    border-bottom: solid 3px #67a5da;
}
.btn_anime:hover{
   border-bottom: solid 3px #67a5da;
}
.btn_anime:disabled{
    background:#cfcfcf;
    border-color:#cfcfcf;
}


/*アニメーションパネル　sp用*/
.animation_panel_sp{
    background-color: #fff;
}

/*ヘッダのボタン ========*/
/*最終更新時間の横の更新ボタン*/
.btn_reload{
    padding: 3px 5px;
    margin-right:5px;
}
.btn_reload:hover{
    border-bottom: solid 4px #67a5da;
}
.btn_reload:active{
}

/* 「広域図から地域を選択」 */
.btn_widemap{   
}

/*「住所検索」「地区・日時検索」「凡例・アイコン」*/
.btn_searchWindow{
}
.btn_searchWindow:hover{
    border-bottom: solid 4px #67a5da;
}
.btn_searchWindow:active{
}

/*「現在の作業状況確認」「完了率を表示」*/
.btn_show{
    background: #decaa7;
    border-bottom: solid 4px #cca89a;
}
.btn_show:hover{
    border-bottom: solid 4px #cca89a;
}
.btn_show:active{
    
}

/*「機能ツールナビ」*/
.btn_navi{
    background: #9cd6a7;
    border-bottom: solid 4px #90b798;
}
.btn_navi:hover{
    border-bottom: solid 4px #90b798;
}
.btn_navi:active{
    
}

/*「軌跡リセット」*/
.btn_resetlog{
    background: #ffedab;
    border-bottom: solid 4px #d1c9a7;
}
.btn_resetlog:hover{
    border-bottom: solid 4px #d1c9a7;
}
.btn_resetlog:active{
}


/*ナビゲーション関連 ===========*/
.navi_start{
    border: 1px solid #95bad0;
    border-radius: 3px;
    margin: 10px 0;
    padding-bottom: 5px;
}

.navi_btncss{
    background: #5690c7;
    color:#ffffff;
    border-bottom: solid 3px #0065b2;
}
.navi_btncss:hover{
    background: #a1c3e7;
}
.navi_btncss:active{
    
}