.text_justify {
    text-align: justify;
}

.full_width {
    width: 100%;
}

.active_page {
    background-color: #D5D2D2 !important;
    border-bottom: 4px solid #FC4242 !important;
}

.black {
    color: #000000 !important;
    font-weight: bold !important;
}

.bold {
    font-weight: bold !important;
}

.padding_top_zero {
    padding-top: 0 !important;
}

.margin_bottom_zero {
    margin-bottom: 0 !important;
}

.margin_right_2percent {
    margin-right: 2%;
}

.tab_style {
    border: 1px solid #A7A0A0;
    border-bottom: 2px solid #eeeee;
    border-bottom: 5px solid #FC4242;
}

.center {
    text-align: center;
}

.shadow {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.5);
}

.default_dark_color {
    color: #727272;
}

.top_nav {
    background-color: white !important;
}

/*set slider height*/
.nivoSlider {
    height: 300px !important;
}

.custom_padding {
    padding-top: 30px !important;
}
.custom_divider{
    float: left;
    width: 100%;
    margin: 5px 0px 5px 0px;
    border-top: 1px dotted #D7D7D7;
}
.height_357{
    height: 357px !important;
}
.only_border{
    border: 1px solid #A7A0A0;
}