﻿@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {
    padding-top: 60px;
    /*padding-bottom: 40px;*/
}
html, body, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,STXihei,Osaka,宋体,SimSun,华文细黑,NanumGothic,Nanum Gothic;
}
/* header CSS */
div.center {
    text-align: center;
}


ul.nav-tabs {
    height: 38px;
}

/* Board CSS*/
.editor-field {
    display: block;
    padding-top: 5px;
}

div.issue-height {
    height: 100%;
}

div.master-height {
    height: 100%;
}

div.hosting-height {
    height: 100%;
}

div.report-height {
    height: 100%;
}

.display_none {
    display: none;
}

.display_inline {
    display: inline;
}

.display_block {
    display: block;
}

textarea.statusmessage {
    height: 100px;
}

textarea.note {
    height: 100px;
}

textarea.disabled {
    cursor: default;
}

input.display_none {
    display: none;
}

input.disabled {
    cursor: default;
}

table thead tr th A {
    color: #ffffff;
    text-decoration: underline;
}

table thead tr th A:hover {
    color: #c8c8c8;
    text-decoration: underline;
}


.margin_left_50 {
    margin-left: 50px;
}

.margin_right_10 {
    margin-right: 10px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_bottom_20 {
    padding-bottom: 20px;
}

div.display_none {
    display: none;
}



/*장비설정 클래스*/
/*div.usms-height {
    height: 400px;
}*/

.usms-Top
{
    width:434px;    
}

.usms-header-width 
{
    width:67%;
}

.usms-header-width-sub 
{
    width:25%;
}



/*20140902 ckihong 추가*/
.pointer {
    cursor: pointer;
}


.old_ie_wrapper {
    height: 302px;
    overflow: auto;
}

.old_ie_wrapper tbody {
     height: auto;
}


/*운영설정 클래스*/
.storeTop
{
    width:434px;    
}

.storeButton {
  float: right;
  margin-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1920px) {
  .storeButton { 
      float: right;
  margin-bottom: 10px;
  margin-right: 80px;

  }
}

.tblstoreth1 
{
    width:36%
}

.tblstoreth2 
{
    width:53%;
}

div.usms-store-height {
    height: 220px;
}


.line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}