.category-sidebar {
	display: none;
}
.caption {
    font-family: Arial;
    font-size: 11px;
    font-style: italic;
    line-height:12px;
}


/* Project Status Colors */
.completed {
    color: #0064a4;
}
.cancelled {
    color: red;
}
.in-progress {
    color: green;
}
.hold {
    color: #ffd200;
}


/* Table Styles */
.blue-col {
    color: #ffffff;
    background-color: #0064a4;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-blue-col {
    color: #000000;
    background-color: #e5f5ff;
    padding: 10px;
    border: solid #ffffff 1px;
}
.yellow-col {
    color: #000000;
    background-color: #ffd200;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-yellow-col {
    color: #000000;
    background-color: #fffbe5;
    padding: 10px;
    border: solid #ffffff 1px;
}
.dark-blue-col {
    color: #ffffff;
    background-color: #1b3d6d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-dark-blue-col {
    color: #000000;
    background-color: #ebf1fa;
    padding: 10px;
    border: solid #ffffff 1px;
}
.orange-col {
    color: #000000;
    background-color: #f78d2d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-orange-col {
    color: #000000;
    background-color: #fef2e6;
    padding: 10px;
    border: solid #ffffff 1px;
}
.green-col {
    color: #000000;
    background-color: #94c83d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-green-col {
    color: #000000;
    background-color: #f4f9eb;
    padding: 10px;
    border: solid #ffffff 1px;
}


/* Buttons */
 .button_link-outline-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #e5f5ff;
	 border-color: #0064a4;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-yellow {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fffbe5;
	 border-color: #ffd200;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-dark-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #ebf1fa;
	 border-color: #1b3d6d;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-orange {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fef2e6;
	 border-color: #F78D2D;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-green {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #f4f9eb;
	 border-color: #94C83D;
	 margin-bottom: .5rem;
	 width: 100%;
}
 .button_link-outline-light-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #eef4f7;
	 border-color: #6aa2b8;
	 margin-bottom: .5rem;
	 width: 100%;
}




/* Other */
.short {
    width: 5rem;
    border-width: .25rem;
    margin: 0;
    border-color: #ccc;
    padding-bottom: 1rem;
}
