main{
	margin-top: 100px;
}        
ul{
	padding-left: 1.5rem; 
}
.mt-0{
	margin-top: 0;
}
.mb-0{
	margin-bottom: 0;
}

.btn-orange{
    color: #fff;
    background-color: #EE8232;
    border-color: #D2732C;
}
.btn-orange:hover{
	background-color: #D2732C;
	color: #fff;
}
.btn-orange:focus {
    color: #fff;
    background-color: #D2732C;
    border-color: #AE6026;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.box-icon {
    width: 90px;
    height: 90px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.box-icon-xs {
    width: 40px;
    height: 30px;
	line-height: 1.2;
    font-weight: bold;
}
.d-table-cell {
    display: table-cell !important;
}
.align-middle {
    vertical-align: middle !important;
}
.card{
	border-radius: 5px;	
	margin-bottom: 4px;	
	cursor: pointer;
}
.card[disabled] .bg-primary{
	background-color: #bbb;
}
.card[disabled]:last-child{
	color: #bbb;
	cursor: default;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.p-2 {
    padding: .5rem 1rem !important;
}
.p-1 {
    padding: .5rem .25rem !important;
}
.badge-custom{
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	display: inline-block;
	padding: 0.325rem 0.475rem;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.2em;
	transition: 250ms cubic-bezier(0.28, 0.05, 0.36, 1);
	margin-right: 50%;
}
.preline{
	white-space: pre-line;
}