table {
    border-collapse:collapse;
}

.b {
	font-weight:bold
}

.text-success {
	color:#5cb85c;
}

.text-warning {
	color:#f39c12;
}

.text-danger {
	color:#e74c3c;
}

.text-info {
	color:#3498db;
}

.text-sm {
	font-size:12px;
}

.center {
	text-align:center !important;
}

.text-right {
    text-align: right !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
    display: none;
}

.minor-info {
    color: #999;
    font-size: 12px !important; 
    font-weight: normal;
    line-height: 17px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: #999;
    outline-style: none;
    outline-width: 0px;
}

.short-input {
    width:100px !important;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*----------------------layout---------------------*/
* {
    font-family: Verdana, Georgia, Tahoma, Arial, Helvetica, sans-serif; 
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Georgia, Tahoma, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#footer {
  height: 60px;
  background-color: #f5f5f5;
  padding:15px 10px;
  text-align:center;
}

.container-narrow {
	width:780px;
    margin: auto;
}


/*================customized=====================*/
.segment-button {
    margin:-8px !important;
}

.ui.selection.dropdown {
    min-height: 1em;
}

.td-message {
  box-shadow:none !important;
  border-radius:0 !important;
}

.tbl-segment {
	padding:0 !important;
}

.div-filelist-row {
	text-align: right;
	width:100%;
	height:37px;
	line-height: 37px;
}