html, body {
    overflow:hidden;    
}
.navbar-header,h2 {
    padding-left:15px;
}
.container {
    padding: 0px;
    max-width: none;
}

.h2 {
    padding-left: 15px;
}
.dState .btn {
    border-right: 1px dotted #c8c8c8;
}
.toolbox .btn {
    font-size:7pt;
    width:50px;
    border-bottom: 1px dotted #c8c8c8;
}
.toolbox .btn:first-child{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.toolbox .btn:last-child {
    border-bottom:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

/* .btn {
  float: left;
  border-radius: 0px;
  background-color: #fff;
} */


.btn:hover {
    color: #f00;
}

.btn-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 0px;
}

/* .active {
    background-color:#0094ff;
    color:#fff !important;
} */

.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* 거리계산 */
.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('/images/map/mini_circle.png');}
.dotOverlay {position:relative;bottom:10px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('/images/map/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .label {display:inline-block;width:50px;}
.distanceInfo:after {content:none;}
.label {color:#000;  }
.comment {border-top:1px dashed #000;text-align:center;font-size:5pt;}
/* 원의 반경 */
.info {position:relative;top:5px;left:5px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;font-size:12px;padding:5px;background:#fff;list-style:none;margin:0;}
.info:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.info .label {display:inline-block;width:50px;}
.number {font-weight:bold;color:#00a0e9;}



/* infoWindow */
/*#infoWindow{display:none;position:absolute;top:50%;left:50%;border:2px solid #000;border-radius:5px;z-index:9999;width:800px;height:500px;margin:-250px 0 0 -400px;background-color: #fff;}*/ /*인포윈도우 가운데*/
#infoWindow{display:none;position:absolute;top:49px;left:0px;border:2px solid #000;border-radius:5px;z-index:9999;width:800px;height:500px;background-color: #fff;}
#infoWindow-Header{width:100%;border-bottom: 2px solid #000;padding:5px 15px;background-color: #c8c8c8; cursor:move;}
#infoWindow-Body{padding:15px;overflow-y:auto}

.close{float:right;margin-right: 17px;}


/* 테이블 디자인 */
.box{
    width:100%;
    height:200px;
    overflow-y: auto;
}
table.type08 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-left: 1px solid #ccc;
    margin: 10px 0px;
    width:100%;
    height:180px;
}
table.type08 thead th {
    padding: 3px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #c00;
    background: #dcdcd1;
    text-align: center;
}
table.type08 tbody th {
    padding: 3px;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table.type08 td {
    padding: 3px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* 기사검색창 */
#searchArea{
    position: absolute;
    padding:15px;
    margin:10px;
    width:100%;
}
.search_text{
    border: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    width: 110px;

    margin: 3px;
    padding: 0px 5px;
    font-size: 12px;
}
.search{
    cursor:pointer;
    padding:0px;
    margin:-2px 0px 0px 0px;
    border: 0px;
}

.search img{
    margin:-2px 0px 0px 0px;
}

img{vertical-align: middle;}

/* 합류차 총인원 정보를 보여줄 부분 */
.infoTotalDriver{position:absolute;bottom:15px;width:100%;text-align: center;}

/* 기타 */
.text-align-center{text-align:center;}

/* 기사반경 */
#setRadius{text-align: right; width:85px;}


/* 주소검색 */

.map_wrap2{max-height:300px;overflow-y: auto;}





.card-body>div>ul {display:flex;align-items: center;}
.card-body>div>ul>:first-child {flex-basis:30px;padding-top:3px;text-align: center;}
.card-body>div>ul>:nth-child(2) {flex-grow: 1;padding:3px 0 2px 10px;}
.card-body>div>ul>:nth-child(2)>h2 {font-size: 1.2rem;color:#6d6d6d;}
.card-body>div>ul>:last-child {flex-basis: 60px; padding-top: 3px;text-align: center;color:#6d6d6d;}
/*.card-body>ul>:last-child >[type="image"] {transform: rotate(0deg);}*/

#DriverDetail {
  position: absolute; 
  top: 80px; 
  left: 5px; 
  width: 500px; 
  z-index: 99;
}

#driverInfo_card {
    position: absolute; 
    top: 30px;
    width: 780px;
    z-index: 100;
    border-radius: .28571429rem!important;background-color: #FFFFFF;
    padding: 5px;
}

#DriverDetail .image {
  padding:10px 10px 10px 30px;        
}

#DriverDestinationOpenInfo{
  position: absolute; 
  top: 155px; 
  right: 85px;     
  z-index: 99;
  background-color: #FFFFFF;
}

#DriverDestinationOpenInfo .image {
  padding:15px 10px 15px 30px;  
  font-weight: 500;
  font-size: 14px
}

.hide {display: none !important;}


.driverNoTag {
    position: relative;
    bottom: -10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.driverNoTag span {
    display: block;
    height: 20px;
    width: 40px;
    background-color: #1777CB;
    color: #FFFFFF;
    text-align: center;
    font-weight: bolder;
    line-height: 20px;
}
.driverNoTag span.teamLeader {
    background-color: #CC322B;
}
#loadingBlind {
    position: absolute;
    bottom: 20px;
    right: 25vw;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    padding: 5px 5px 5px 20px;
}
#loadingBlind span {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-right: 10px;
    vertical-align: text-top;
}
#loginBlind {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 30vmin 10vmin;
}
#loginBlind span {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #FFFFFF;
}
.popupCard {
    position: absolute !important;
    z-index: 100;
    overflow: hidden auto;
}
.popupCard>:first-child {
    background-color: #FFFFFF !important;
    position: sticky !important;
    top: 0;
    z-index: 2;
    flex-grow: 0 !important;
}
.popupCard .ui.table thead tr:first-child > th {
    position: sticky !important;
    top: 3.5em;
}
.wsStat:first-of-type {
    margin-left: 10px;
}
.pblRcpLabel {
    width: 23px;
    height: 23px;
    border-radius: 12px;
    padding-top: 4px;
    background: #FFFFFF;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}
