
.marg_50{
	margin:50px !important;
}
.marg_100{
	margin:100px !important;
}
.marg_150{
	margin:150px !important;
}
.marg_200{
	margin:200px !important;
}
.marg_250{
	margin:250px !important;
}


.marg_t_50{
	margin-top:50px !important;
}
.marg_t_100{
	margin-top:100px !important;
}
.marg_t_150{
	margin-top:150px !important;
}
.marg_t_200{
	margin-top:200px !important;
}
.marg_t_250{
	margin-top:250px !important;
}

.marg_b_50{
	margin-bottom:50px !important;
}
.marg_b_100{
	margin-bottom:100px !important;
}
.marg_b_150{
	margin-bottom:150px !important;
}
.marg_b_200{
	margin-bottom:200px !important;
}
.marg_b_250{
	margin-bottom:250px !important;
}

.align-center{
	text-align: center;
}

.no_underline{
	text-decoration: none !important;
}



.bg-orange{
    background-color: #F95319 !important;
   
}
.color-orange{
    color: #F95319 !important; 
}

.border-orange{
   
    border: #D33600 1px solid !important;
}

.bg-blue{
    background-color: #337ab7 !important;
   
}

.color-blue{
    color: #337ab7 !important; 
}

.border-blue{
   
    border: #095CA4 1px solid !important;
}

.bg-black{
    background-color: #000 !important;
   
}

.color-black{
    color: #000 !important; 
}

.border-black{
   
    border: #000 1px solid !important;
}

.page_title{
    font-size: 1.5em;
    color: #337ab7 !important; 
}

.panel-title{
    font-weight: bold;
}


.btn-primary{
    background-color: #F95319 !important;
     border: #D33600 1px solid !important;
     color:#000 !important;
}

.panel-heading{
    background-color: #F95319 !important;
}
