﻿
body {
}

/*Font Size*/
.font_size_10 {
    font-size: 10px;
}

.font_size_12 {
    font-size: 12px;
}

.font_size_14 {
    font-size: 14px;
}

.font_size_16 {
    font-size: 16px;
}

.font_size_18 {
    font-size: 18px;
}

.font_size_20 {
    font-size: 20px;
}

.font_size_24 {
    font-size: 24px;
}

.font_size_26 {
    font-size: 26px;
}

.font_size_28 {
    font-size: 28px;
}

.font_size_30 {
    font-size: 30px;
}

.font_size_32 {
    font-size: 32px;
}

.font_size_34 {
    font-size: 34px;
}

.font_size_36 {
    font-size: 36px;
}

.font_size_38 {
    font-size: 38px;
}

.font_size_40 {
    font-size: 40px;
}

.font_size_44 {
    font-size: 44px;
}

.font_size_48 {
    font-size: 48px;
}

.font_size_54 {
    font-size: 54px;
}

.font_size_60 {
    font-size: 60px;
}
.font_size_80 {
    font-size: 80px;
}

.font_size_90 {
    font-size: 90px;
}

.font_size_100 {
    font-size: 100px;
}



/*Bold*/
.font_weight_500 {
    font-weight: 500
}

.font_weight_600 {
    font-weight: 600
}

.font_weight_700 {
    font-weight: 700
}



/*Font Color*/
.color_black {
    color: black
}

.color_white {
    color: white
}

.color_whitesmoke {
    color: whitesmoke
}

.color_lightgrey {
    color: #d3d3d3
}

.color_darkgrey {
    color: #555555
}

.color_gunmetal {
    color: #242E38
}

.color_turquoise {
    color: #14C0CC
}

.color_tartorange {
    color: #fd4a43
}

.color_ripemango {
    color: #ffc11f
}

.color_water {
    color: #CAE8F8
}

.color_lapis {
    color: #3761A7
}

.color_green {
    color: #44bf49
}

.color_blue {
    color: #3761A7
}

.color_yankeesblue {
    color: #262C43
}



/*Background Colors*/
.background_black {
    background: black
}

.background_white {
    background: white
}

.background_white_transparent {
    background: #ffffff26
}

.background_whitesmoke {
    background: whitesmoke
}

.background_lightgrey {
    background: #f6f6f6
}

.background_darkgrey {
    background: #555555
}

.background_gunmetal {
    background: #242E38
}

.background_turquoise {
    background: #14C0CC
}

.background_tartorange {
    background: #fd4a43
}

.background_ripemango {
    background: #ffc11f
}

.background_water {
    background: #CAE8F8
}

.background_yankeesblue {
    background: #262C43
}

.background_platinum {
    background: #f3f3f3
}

.background_green {
    background: #44bf49
}

.background_blue {
    background: #3761A7
}

.background_darkblue {
    background: #003d59
}


/*Width*/
.width_30 {
    width: 30px;
}

.width_40 {
    width: 40px;
}

.width_50 {
    width: 50px;
}

.width_60 {
    width: 60px;
}

.width_70 {
    width: 70px;
}

.width_80 {
    width: 80px;
}

.width_90 {
    width: 80px;
}

.width_100 {
    width: 100%;
}

.width_110 {
    width: 110px;
}

.width_120 {
    width: 120px;
}

.width_150 {
    width: 150px;
}

.width_250 {
    width: 250px;
}

.width_300 {
    width: 300px;
}


/*Height*/
.height_10 {
    height: 10px;
}

.height_20 {
    height: 20px;
}

.height_30 {
    height: 30px;
}

.height_40 {
    height: 40px;
}

.height_50 {
    height: 50px;
}

.height_60 {
    height: 60px;
}

.height_70 {
    height: 70px;
}

.height_80 {
    height: 80px;
}

.height_90 {
    height: 90px;
}

.height_100 {
    height: 100px;
}

.height_110 {
    height: 110px;
}

.height_120 {
    height: 120px;
}

.height_150 {
    height: 150px;
}

.height_160 {
    height: 160px;
}

.height_180 {
    height: 180px;
}

.height_200 {
    height: 200px;
}

.height_220 {
    height: 220px;
}

.height_250 {
    height: 250px;
}

.height_300 {
    height: 300px;
}

.height_400 {
    height: 400px;
}

.height_450 {
    height: 450px;
}

.height_500 {
    height: 500px;
}

.height_550 {
    height: 550px;
}


.height_600 {
    height: 600px;
}

.height_650 {
    height: 650px;
}

.height_700 {
    height: 700px;
}

.height_800 {
    height: 800px;
}

.height_1200 {
    height: 1200px;
}




/*Height VH*/
.height_5vh {
    height: 5vh
}

.height_6vh {
    height: 6vh
}

.height_7vh {
    height: 7vh
}

.height_8vh {
    height: 8vh
}

.height_10vh {
    height: 10vh
}

.height_12vh {
    height: 12vh
}

.height_15vh {
    height: 15vh
}

.height_20vh {
    height: 20vh
}

.height_30vh {
    height: 30vh
}

.height_40vh {
    height: 40vh
}

.height_50vh {
    height: 50vh
}

.height_60vh {
    height: 60vh
}

.height_70vh {
    height: 70vh
}

.height_80vh {
    height: 80vh
}

.height_85vh {
    height: 85vh
}

.height_88vh {
    height: 88vh
}

.height_90vh {
    height: 90vh
}

.height_92vh {
    height: 92vh
}

.height_100vh {
    height: 100vh
}


/*Width VH*/
.width_5vh {
    width: 5vh
}

.width_6vh {
    width: 6vh
}

.width_7vh {
    width: 7vh
}

.width_8vh {
    width: 8vh
}

.width_10vh {
    width: 10vh
}

/*Border Radius*/
.border_radius_10 {
    border-radius: 10px;
}

.border_radius_20 {
    border-radius: 20px;
}

.border_radius_30 {
    border-radius: 30px;
}

.border_radius_40 {
    border-radius: 40px;
}

.border_radius_60 {
    border-radius: 60px;
}

.border_radius_80 {
    border-radius: 80px;
}

.border_radius_100 {
    border-radius: 100px;
}

.border_radius_140 {
    border-radius: 140px;
}

.border_radius_50 {
    border-radius: 50%;
}



/*Opacity*/
.opacity_70 {
    opacity: 70%
}


/*Margin*/
.margin_top_5 {
    margin-top: 5px
}

.margin_top_10 {
    margin-top: 10px
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px
}

.margin_top_25 {
    margin-top: 25px
}

.margin_top_30 {
    margin-top: 30px
}

.margin_top_40 {
    margin-top: 40px
}

.margin_top_50 {
    margin-top: 50px
}

.margin_top_100 {
    margin-top: 100px
}

.margin_top_140 {
    margin-top: 140px
}

.margin_top_160 {
    margin-top: 160px
}

.margin_top_240 {
    margin-top: 240px
}




.margin_bottom_5 {
    margin-bottom: 5px
}

.margin_bottom_10 {
    margin-bottom: 10px
}

.margin_bottom_15 {
    margin-bottom: 15px
}

.margin_bottom_20 {
    margin-bottom: 20px
}

.margin_bottom_25 {
    margin-bottom: 25px
}

.margin_bottom_30 {
    margin-bottom: 30px
}

.margin_bottom_40 {
    margin-bottom: 40px
}

.margin_bottom_50 {
    margin-bottom: 50px
}

.margin_bottom_100 {
    margin-bottom: 100px
}


.margin_left_5 {
    margin-left: 5px
}

.margin_50 {
    margin: 50px;
}


/*Border*/
.border_bottom {
    border-bottom: 1px solid #d3d3d3
}

.border_dark {
    border: 1px solid #555555
}

.border_light {
    border: 1px solid #8e8e8e
}


/*Padding*/
.padding_top_10 {
    padding-top: 10px !important;
}

.padding_top_15 {
    padding-top: 15px !important;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_top_30 {
    padding-top: 30px !important;
}

.padding_top_40 {
    padding-top: 40px !important;
}

.padding_top_50 {
    padding-top: 50px !important;
}

.padding_top_60 {
    padding-top: 60px !important;
}

.padding_top_100 {
    padding-top: 100px !important;
}

.padding_top_120 {
    padding-top: 120px !important;
}

.padding_top_150 {
    padding-top: 150px !important;
}



.padding_bottom_10 {
    padding-bottom: 10px !important;
}

.padding_bottom_15 {
    padding-bottom: 15px !important;
}

.padding_bottom_20 {
    padding-bottom: 20px !important;
}

.padding_bottom_30 {
    padding-bottom: 30px !important;
}

.padding_right_10 {
    padding-right: 10px;
}

.padding_right_15 {
    padding-right: 15px;
}

.padding_right_20 {
    padding-right: 20px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_left_15 {
    padding-left: 15px;
}

.padding_left_20 {
    padding-left: 20px;
}

.padding_5 {
    padding: 5px;
}

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_20 {
    padding: 20px;
}

.padding_25 {
    padding: 25px;
}

.padding_30 {
    padding: 30px;
}

.padding_50 {
    padding: 50px;
}

.text_center {
    text-align: center
}

.Border-Left-Yellow {
    border-left: 10px solid #ffc11f;
}
.Border-Left-Red {
    border-left: 10px solid #fd4a43;
}