-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmap.min.css
1 lines (1 loc) · 5.95 KB
/
map.min.css
1
*{border:0;padding:0;margin:0}body{color:#555;width:100%}ul{list-style-type:none;margin:0;padding:0}img{max-width:none}form{margin-bottom:0}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden}#map_canvas{height:100%;width:99%;z-index:1}.menu_mobile{display:none}.footerbar{position:absolute;left:0;bottom:0;z-index:3;background:#fff;width:100%;height:40px;border-top:1px solid #026db9;overflow:hidden;box-shadow:0 2px 26px #026db9;-moz-box-shadow:0 2px 26px #026db9;-webkit-box-shadow:0 2px 26px #026db9;padding-top:10px}.menu{position:absolute;z-index:2;font-size:20px;font-weight:bold;top:0;height:100%;width:250px;box-shadow:2px 0 26px #026db9;-moz-box-shadow:2px 0 26px #026db9;-webkit-box-shadow:2 0 26px #026db9}.logo{padding-top:5px}.logo img{width:120px}.wrapper h3{margin:10px 0 0}.wrapper p{font-weight:normal;font-size:15px}.toggle{position:fixed;top:8%;height:29px;width:25px;z-index:-1;background-color:#fff;opacity:.8;border-radius:4px 0 0 4px;box-shadow:2px 0 26px #026db9;-moz-box-shadow:2px 0 26px #026db9;-webkit-box-shadow:2px 0 26px #026db9}.menu .toggleRight{right:270px !important;overflow:hidden}.menu .wrapper{background-color:#fff;text-align:center}.wrapper .buttons{padding:12px}.wrapper .input-group .form-control{border:0;border-radius:0}.wrapper .input-group .input-group-addon{border:0;border-radius:0;background:#026db9;color:#fff;font-weight:bold}.list{z-index:3;right:0;top:0;overflow-y:auto;background-color:#026db9}.typeahead.dropdown-menu{max-width:170px;overflow:hidden;border:1px solid rgba(0,0,0,.4)}.typeahead.dropdown-menu li{font-size:8pt}.list .category{font-size:11pt;color:#eee;border-bottom:1px solid rgba(0,0,0,0.1);overflow:hidden}.list .category img{margin-right:5px}.list .category span{opacity:.5}.list .category .category_item{border-top:1px solid rgba(255,255,255,0.05)}.list .category .category_item:hover{background-color:rgba(255,255,255,.03)}.list .category .category_info{display:block;overflow:hidden;padding:3px 6px;color:#fff}.list .category .category_info:hover{text-decoration:none}.list .category .category_info:focus{outline:0}.list .category .category_toggle{float:right;padding:10px;height:26px;cursor:pointer}.list .category .category_toggle.inactive{opacity:.15}.list .category .category_toggle.inactive:hover{opacity:.5}.list .category .category_toggle input{display:none}.list .category .category_toggle{background-image:url("./images/icons/check.png");background-position:center center;background-repeat:no-repeat;width:48px;height:48px}.list .list-items{display:none}.list .list-items li{border-top:1px solid rgba(255,255,255,.03)}.list .list-items li a{display:block;font-size:8pt;padding:5px 10px;outline:0;color:#ccc;font-weight:normal;line-height:1.4em}.list .list-items li a:hover{background-color:rgba(255,255,255,.03);text-decoration:none;outline:0;color:#fff}.list .list-items li a:active{color:#fff;background-color:rgba(255,255,255,0.18)}.marker_label{display:none;position:relative;left:-50%;top:-8px;white-space:nowrap;padding:2px 4px;font-size:8pt;background-color:rgba(0,0,0,.7);color:#fff;-moz-border-radius:3px;-webkit-border-radius:3px}.marker_title{max-width:350px}.marker_uri{font-size:9pt;color:#999}.marker_desc{max-width:300px;color:#555;margin-top:10px}.marker_address{margin-top:10px;color:#999}.modal{background-color:transparent}.modal .modal-header{background-color:#026db9;color:#f5f5f5}.modal .modal-header h3{text-shadow:0 1px 0 #000}.modal .modal-body{background-color:#fff}.modal .modal-body p span{color:#999 !important}.modal .close{color:#fff;opacity:.7;text-shadow:0 1px 0 #000}.modal .close:hover{color:#fff;opacity:1}#modal_add .modal-body{max-height:none}#modal_add fieldset{padding-top:15px}#modal_add .control-label{font-weight:bold}#modal_add .help-block{font-size:8pt;color:#777}#modal_add .modal-footer{text-align:left}#modal_add_choose ul li em{display:block;font-weight:bold;font-style:normal;margin-bottom:.5em}#modal_add_choose ul li{margin-top:25px}.error{position:absolute;color:red;font-weight:bold;background-color:rgba(255,255,255,.7);font-size:11pt;z-index:9999999999;top:80px;left:20px;padding:.7em 1em;border-radius:7px;border:2px dashed rgba(255,0,0,.6)}.modal-body .col-sm-1{padding-left:0}.modal-body .col-sm-3{text-align:center}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#29d;position:fixed;z-index:2000;top:0;left:0;height:2px;-webkit-transition:width 1s;-moz-transition:width 1s;-o-transition:width 1s;transition:width 1s}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1.0;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:15px;width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-moz-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;-o-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}@-webkit-keyframes pace-spinner{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0{transform:rotate(0);transform:rotate(0)}100%{transform:rotate(360deg);transform:rotate(360deg)}}