.nl {
    white-space: pre-line;
}

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-minor {
    color:#888888;
}

.text-sm {
	font-size:12px;
}

.center {
	text-align:center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.hidden {
    display: none !important;
}

.btn {
    cursor:pointer;
}

.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;
}

.cross-off,
.cross-off a{
    text-decoration: line-through;
    color:#888;
}
.cross-off img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.grail {
    display:flex;
    justify-content:space-between
}
/*----------------------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=====================*/
.content-title {
    font-weight: 700;
    font-size: 20px;
    border-left: 20px solid #888888;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}
