@charset "utf-8";
/* font */

/* body {background-color:#15151d ! important;} */
.control_title {margin:30px ; font-family: 'NanumGothic'; font-weight:bold;}
.control_title h1 {margin-right:20px;}
.control_title span {font-size:30px;color:#fff; }
.detail .control_title  {padding-top:10px;  }

.top_btn {position:absolute; top:60px; right:30px;}
.top_btn2 {position:absolute; top:10px; right:30px;} 

#control_table_area table thead th {letter-spacing:-1px;}

#control_table_area table.control_table {width:98%; font-size:14px;border:1px solid #515151}
#control_table_area table.control_table th, #control_table_area table.control_table td{font-size:17px; border:1px solid #515151; font-family:tahoma;}
#control_table_area table.control_table thead th {background-color:#092e61; letter-spacing:-2px}
#control_table_area table.control_table tbody th {background-color:#092e61;}
#currentStatusTable tbody td:first-child {letter-spacing:-1px}

#control_table_area table.control_table01 {width:100%; cell-padding:0; cellspacing:0;border-collapse: collapse ;}
#control_table_area table.control_table01 th, #control_table_area table.control_table01 td{font-size:20px; color:#fff; font-weight:bold;}
#control_table_area table.control_table01 thead th {background-color:#092e61;}
#control_table_area table.control_table01 tbody td.PN {text-align:left;}

table tr.trClass1 {}
table tr.trClass2 {background-color:#343232;}  



.chart_txt {width:100%;background-color:#ffffff; border:1px solid #fff; border-radius:5px; margin-top:20px;} 
.chart_txt ul { width:90%; margin:10px auto;  padding-top:10px;}
.chart_txt ul li {width:18%; margin-right:1%;display:inline-block;; color:#595959; font-size:20px; letter-spacing:-1px;line-height:28px; margin-bottom:5px; vertical-align:top;}
.chart_txt ul li:last-child {margin-right:0;}
.chart_txt ul li span { font-family: 'Gulimche', serif; color:#fff; font-size:20px; font-weight::bold; display:inline-block; padding:0 5px; margin-right:5px; background-color:#000;letter-spacing:0.5px;}

#totalCountView span {background-color:#474747; padding:2px; margin:0 1px;}
.ntxt {border-radius:50% ! important; width:8px; height:15px ! important; border:none  ! important;}

#totalVialCountView span {background-color:#474747; padding:2px; margin:0 1px;}
.ntxt {border-radius:50% ! important; width:8px; height:15px ! important; border:none  ! important;} 

  
.btn_left {width:50%; height:35px; float:left; }
.txt_right {width:30%; height:35px; float:right; text-align:right; line-height:35px; color:#fff; font-size:16px;}
.bn_right {width:100%;  text-align:right; margin-top:10px; } 
.bn_right a {margin-right:30px;}
 
.right_box {width:50%;font-size:16px; color:#fff; text-align:right; position:absolute; top:15px; right:30px; }
.right_box #currentTime { margin-bottom:20px;}
.right_box #totalCount span {border:1px solid #000; padding:2px; background-color:#474747; font-size:26px; margin:1px; padding:2px;   }

.left_box {width:50%;font-size:16px; color:#fff; text-align:left; position:absolute; top:85px; left:30px; }
.left_box #currentTime { margin-left:20px; margin-top:5px;}
.left_box #totalCount {font-size:26px;}
.left_box #totalVialCount {font-size:26px;}
.left_box #totalCount span {border:1px solid #000; padding:2px; background-color:#474747; font-size:26px; margin:1px; padding:2px;   }
.left_box #totalVialCount span {border:1px solid #000; padding:2px; background-color:#474747; font-size:26px; margin:1px; padding:2px;   }

.lefttot_box {width:50%;font-size:16px; color:#fff; text-align:left; position:absolute; top:90px; left:220px; }
.lefttot_box #currentTime { margin-bottom:20px; float:left;}

#defaultHeight {color:#fff; }


/* =============================================================================
   Base Button
   ========================================================================== */

.button {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    font:11px/normal sans-serif;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding; /* for Firefox 3.6 */
    background-clip: padding-box;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
    height:15px; 
    line-height:15px; 
    vertical-align:middle;
   
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    border-color: #3072b3;
    border-bottom-color: #2a65a0;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    color: #fff;
    background-color: #3c8dde;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
    background-image: -moz-linear-gradient(#599bdc, #3072b3);
    background-image: -o-linear-gradient(#599bdc, #3072b3);
    background-image: linear-gradient(#599bdc, #3072b3);
}

.button:active,
.button.active {
    border-color: #2a65a0;
    border-bottom-color: #3884cd;
    background-color: #3072b3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background-image: -moz-linear-gradient(#3072b3, #599bdc);
    background-image: -ms-linear-gradient(#3072b3, #599bdc);
    background-image: -o-linear-gradient(#3072b3, #599bdc);
    background-image: linear-gradient(#3072b3, #599bdc);
}

/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* =============================================================================
   Button icons
   ========================================================================== */

.button.icon:before {
    content: "";
    position: relative;
    top: 1px;
    float:left;
    width: 12px;
    height: 12px;
    margin: 0 0.75em 0 -0.25em;
    background: url(../../preImages/btn/gh-icons.png) 0 99px no-repeat;
}

.button.arrowup.icon:before { background-position: 0 0; }
.button.arrowup.icon:hover:before,
.button.arrowup.icon:focus:before,
.button.arrowup.icon:active:before { background-position: -12px 0; }

.button.arrowdown.icon:before { background-position: 0 -12px; }
.button.arrowdown.icon:hover:before,
.button.arrowdown.icon:focus:before,
.button.arrowdown.icon:active:before { background-position: -12px -12px; }

.button.arrowleft.icon:before { background-position: 0 -24px; }
.button.arrowleft.icon:hover:before,
.button.arrowleft.icon:focus:before,
.button.arrowleft.icon:active:before { background-position: -12px -24px; }

.button.arrowright.icon:before { float:right; margin: 0 -0.25em 0 0.5em; background-position: 0 -36px; }
.button.arrowright.icon:hover:before,
.button.arrowright.icon:focus:before,
.button.arrowright.icon:active:before { background-position: -12px -36px; }

.button.approve.icon:before { background-position: 0 -48px; }
.button.approve.icon:hover:before,
.button.approve.icon:focus:before,
.button.approve.icon:active:before { background-position: -12px -48px; }

.button.add.icon:before { background-position: 0 -288px; }
.button.add.icon:hover:before,
.button.add.icon:focus:before,
.button.add.icon:active:before { background-position: -12px -288px; }

.button.remove.icon:before { background-position: 0 -60px; }
.button.remove.icon:hover:before,
.button.remove.icon:focus:before,
.button.remove.icon:active:before { background-position: -12px -60px; }

.button.log.icon:before { background-position: 0 -72px; }
.button.log.icon:hover:before,
.button.log.icon:focus:before,
.button.log.icon:active:before { background-position: -12px -72px; }

.button.calendar.icon:before { background-position: 0 -84px; }
.button.calendar.icon:hover:before,
.button.calendar.icon:focus:before,
.button.calendar.icon:active:before { background-position: -12px -84px; }

.button.chat.icon:before { background-position: 0 -96px; }
.button.chat.icon:hover:before,
.button.chat.icon:focus:before,
.button.chat.icon:active:before { background-position: -12px -96px; }

.button.clock.icon:before { background-position: 0 -108px; }
.button.clock.icon:hover:before,
.button.clock.icon:focus:before,
.button.clock.icon:active:before { background-position: -12px -108px; }

.button.settings.icon:before { background-position: 0 -120px; }
.button.settings.icon:hover:before,
.button.settings.icon:focus:before,
.button.settings.icon:active:before { background-position: -12px -120px; }

.button.comment.icon:before { background-position: 0 -132px; }
.button.comment.icon:hover:before,
.button.comment.icon:focus:before,
.button.comment.icon:active:before { background-position: -12px -132px; }

.button.fork.icon:before { background-position: 0 -144px; }
.button.fork.icon:hover:before,
.button.fork.icon:focus:before,
.button.fork.icon:active:before { background-position: -12px -144px; }

.button.like.icon:before { background-position: 0 -156px; }
.button.like.icon:hover:before,
.button.like.icon:focus:before,
.button.like.icon:active:before { background-position: -12px -156px; }

.button.favorite.icon:before { background-position: 0 -348px; }
.button.favorite.icon:hover:before,
.button.favorite.icon:focus:before,
.button.favorite.icon:active:before { background-position: -12px -348px; }

.button.home.icon:before { background-position: 0 -168px; }
.button.home.icon:hover:before,
.button.home.icon:focus:before,
.button.home.icon:active:before { background-position: -12px -168px; }

.button.key.icon:before { background-position: 0 -180px; }
.button.key.icon:hover:before,
.button.key.icon:focus:before,
.button.key.icon:active:before { background-position: -12px -180px; }

.button.lock.icon:before { background-position: 0 -192px; }
.button.lock.icon:hover:before,
.button.lock.icon:focus:before,
.button.lock.icon:active:before { background-position: -12px -192px; }

.button.unlock.icon:before { background-position: 0 -204px; }
.button.unlock.icon:hover:before,
.button.unlock.icon:focus:before,
.button.unlock.icon:active:before { background-position: -12px -204px; }

.button.loop.icon:before { background-position: 0 -216px; }
.button.loop.icon:hover:before,
.button.loop.icon:focus:before,
.button.loop.icon:active:before { background-position: -12px -216px; }

.button.search.icon:before { background-position: 0 -228px; }
.button.search.icon:hover:before,
.button.search.icon:focus:before,
.button.search.icon:active:before { background-position: -12px -228px; }

.button.mail.icon:before { background-position: 0 -240px; }
.button.mail.icon:hover:before,
.button.mail.icon:focus:before,
.button.mail.icon:active:before { background-position: -12px -240px; }

.button.move.icon:before { background-position: 0 -252px; }
.button.move.icon:hover:before,
.button.move.icon:focus:before,
.button.move.icon:active:before { background-position: -12px -252px; }

.button.edit.icon:before { background-position: 0 -264px; }
.button.edit.icon:hover:before,
.button.edit.icon:focus:before,
.button.edit.icon:active:before { background-position: -12px -264px; }

.button.pin.icon:before { background-position: 0 -276px; }
.button.pin.icon:hover:before,
.button.pin.icon:focus:before,
.button.pin.icon:active:before { background-position: -12px -276px; }

.button.reload.icon:before { background-position: 0 -300px; }
.button.reload.icon:hover:before,
.button.reload.icon:focus:before,
.button.reload.icon:active:before { background-position: -12px -300px; }

.button.rss.icon:before { background-position: 0 -312px; }
.button.rss.icon:hover:before,
.button.rss.icon:focus:before,
.button.rss.icon:active:before { background-position: -12px -312px; }

.button.tag.icon:before { background-position: 0 -324px; }
.button.tag.icon:hover:before,
.button.tag.icon:focus:before,
.button.tag.icon:active:before { background-position: -12px -324px; }

.button.trash.icon:before { background-position: 0 -336px; }
.button.trash.icon:hover:before,
.button.trash.icon:focus:before,
.button.trash.icon:active:before { background-position: -12px -336px; }

.button.user.icon:before { background-position: 0 -360px; }
.button.user.icon:hover:before,
.button.user.icon:focus:before,
.button.user.icon:active:before { background-position: -12px -360px; }

