.error-table-wrapper {
    width: 580px;
    height: 200px;
    overflow-y: scroll;
}
.error-table {
    width: 100%;
    text-align: lelf; 
    border-collapse:collapse; 
    table-layout: fixed;
} 
.error-thead {
    margin: -1px 0 0 -1px;
    width: 580px;
    display: table; 
    table-layout: fixed;
    position: absolute;
    background-color: #DFDFDF;
}
.error-tbody tr:first-child td{
    padding-top: 32px;
}
.error-th, .error-td { 
    padding: 6px; 
}

.requierd-star
{
	margin-top: 8px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #D56161;
	float: left;
}

.no-wrap
{
	 display : inline-block; 
	 text-overflow : ellipsis; 
	 overflow : hidden; 
	 white-space : nowrap;
}
.system_name
{
	color: #8e714d;
	font-weight: bold;
	font-family: dotum;
	font-size: 18px;
}
.demo-btns .btn.btn-default
{
	font-size: 12px;
	padding: 7px;
}
.text-align-right {
    text-align: right;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mini-search {
    position: relative;
}

.mini-search.pull-right {
    margin-left: 6px;
}

.mini-search > input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background: #ffffff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    line-height: normal;
}

.mini-search-input{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background: #ffffff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 0px;
    line-height: normal;
}

.mini-search > button {
    background: none;
    border: none;
    color: #6D6A69;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    z-index: 2;
}

.mini-search > a {
    position: absolute;
    z-index: 3;
    color: #777777;
    padding: 0;
    right: 25px;
    top: 0px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    width: 30px;
    font-size: 17px;
    text-decoration: none !important;
}

.widget-limit {
    max-width: 800px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 5px;
}


.now-loading-modal
{
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.placeholder { color: #aaa; }