@charset "UTF-8";

.text-black { color: #000000 !important;}
.text-black-hover:hover { color: #000000 !important;}
.text-white { color: #FFFFFF !important;}
.text-white-hover:hover { color: #FFFFFF !important;}
.text-primary { color: #2B3133 !important;}
.text-primary-hover:hover { color: #2B3133 !important;}
.text-secondary { color: #838B8D !important;}
.text-secondary-hover:hover { color: #838B8D !important;}
.text-disabled { color: #ADB4B6 !important;}
.text-disabled-hover:hover { color: #ADB4B6 !important;}
.text-loss { color: #DC0D00 !important;}
.text-loss-hover:hover { color: #DC0D00 !important;}
.text-inverse { color: #E6EAEC !important;}
.text-inverse-hover:hover { color: #E6EAEC !important;}
.text-attention { color: #005AC5 !important;}
.text-attention-hover:hover { color: #005AC5 !important;}
.text-link { color: #2BA2BC !important;}
.text-link-hover:hover { color: #2BA2BC !important;}
.text-primary_main { color: #1F415F !important;}
.text-primary_main-hover:hover { color: #1F415F !important;}
.text-primary_light { color: #55708B !important;}
.text-primary_light-hover:hover { color: #55708B !important;}
.text-primary_dark { color: #051A26 !important;}
.text-primary_dark-hover:hover { color: #051A26 !important;}
.text-primary_soft { color: #4A6683 !important;}
.text-primary_soft-hover:hover { color: #4A6683 !important;}
.text-secondary_main { color: #00A743 !important;}
.text-secondary_main-hover:hover { color: #00A743 !important;}
.text-secondary_light { color: #9DDDAB !important;}
.text-secondary_light-hover:hover { color: #9DDDAB !important;}
.text-secondary_dark { color: #00714E !important;}
.text-secondary_dark-hover:hover { color: #00714E !important;}
.text-error_main { color: #DC0D00 !important;}
.text-error_main-hover:hover { color: #DC0D00 !important;}
.text-error_light { color: #F8AC94 !important;}
.text-error_light-hover:hover { color: #F8AC94 !important;}
.text-error_dark { color: #A80B0B !important;}
.text-error_dark-hover:hover { color: #A80B0B !important;}
.text-warning_main { color: #DDC806 !important;}
.text-warning_main-hover:hover { color: #DDC806 !important;}
.text-warning_light { color: #FFF9C1 !important;}
.text-warning_light-hover:hover { color: #FFF9C1 !important;}
.text-warning_dark { color: #DEA208 !important;}
.text-warning_dark-hover:hover { color: #DEA208 !important;}
.text-success_main { color: #00A743 !important;}
.text-success_main-hover:hover { color: #00A743 !important;}
.text-success_light { color: #9DDDAB !important;}
.text-success_light-hover:hover { color: #9DDDAB !important;}
.text-success_dark { color: #0B9D3D !important;}
.text-success_dark-hover:hover { color: #0B9D3D !important;}
.text-blue { color: #4993CD !important;}
.text-blue-hover:hover { color: #4993CD !important;}
.text-green { color: #4EC7A2 !important;}
.text-green-hover:hover { color: #4EC7A2 !important;}
.text-yellow { color: #DF9D10 !important;}
.text-yellow-hover:hover { color: #DF9D10 !important;}
.text-darkblue { color: #687CB7 !important;}
.text-darkblue-hover:hover { color: #687CB7 !important;}
.text-red { color: #EA868C !important;}
.text-red-hover:hover { color: #EA868C !important;}
.text-purple { color: #AE76C7 !important;}
.text-purple-hover:hover { color: #AE76C7 !important;}
.text-orange { color: #E55F35 !important;}
.text-orange-hover:hover { color: #E55F35 !important;}
.text-darkgreen { color: #A2BF50 !important;}
.text-darkgreen-hover:hover { color: #A2BF50 !important;}
.text-gray { color: #ADB4B6 !important;}
.text-gray-hover:hover { color: #ADB4B6 !important;}
.text-blue_light { color: #80B4DD !important;}
.text-blue_light-hover:hover { color: #80B4DD !important;}
.text-green_light { color: #82D88E !important;}
.text-green_light-hover:hover { color: #82D88E !important;}
.text-yellow_light { color: #E9BB58 !important;}
.text-yellow_light-hover:hover { color: #E9BB58 !important;}
.text-darkblue_light { color: #B0B9E6 !important;}
.text-darkblue_light-hover:hover { color: #B0B9E6 !important;}
.text-red_light { color: #F1ABAF !important;}
.text-red_light-hover:hover { color: #F1ABAF !important;}
.text-purple_light { color: #CCABDB !important;}
.text-purple_light-hover:hover { color: #CCABDB !important;}
.text-orange_light { color: #ED8F72 !important;}
.text-orange_light-hover:hover { color: #ED8F72 !important;}
.text-darkgreen_light { color: #CCE190 !important;}
.text-darkgreen_light-hover:hover { color: #CCE190 !important;}
.text-gray_light { color: #CCCCCC !important;}
.text-gray_light-hover:hover { color: #CCCCCC !important;}
.text-emphasis { color: #DC0D00 !important;}
.text-emphasis-hover:hover { color: #DC0D00 !important;}
.bg-black { background-color: #000000 !important;}
.bg-black-before::before { background-color: #000000 !important;}
.bg-black-after::after { background-color: #000000 !important;}
.bg-black-hover:hover { background-color: #000000 !important;}
.bg-black-before-hover:hover::before { background-color: #000000 !important;}
.bg-black-after-hover:hover::after { background-color: #000000 !important;}
.bg-white { background-color: #FFFFFF !important;}
.bg-white-before::before { background-color: #FFFFFF !important;}
.bg-white-after::after { background-color: #FFFFFF !important;}
.bg-white-hover:hover { background-color: #FFFFFF !important;}
.bg-white-before-hover:hover::before { background-color: #FFFFFF !important;}
.bg-white-after-hover:hover::after { background-color: #FFFFFF !important;}
.bg-primary { background-color: #2B3133 !important;}
.bg-primary-before::before { background-color: #2B3133 !important;}
.bg-primary-after::after { background-color: #2B3133 !important;}
.bg-primary-hover:hover { background-color: #2B3133 !important;}
.bg-primary-before-hover:hover::before { background-color: #2B3133 !important;}
.bg-primary-after-hover:hover::after { background-color: #2B3133 !important;}
.bg-secondary { background-color: #838B8D !important;}
.bg-secondary-before::before { background-color: #838B8D !important;}
.bg-secondary-after::after { background-color: #838B8D !important;}
.bg-secondary-hover:hover { background-color: #838B8D !important;}
.bg-secondary-before-hover:hover::before { background-color: #838B8D !important;}
.bg-secondary-after-hover:hover::after { background-color: #838B8D !important;}
.bg-disabled { background-color: #ADB4B6 !important;}
.bg-disabled-before::before { background-color: #ADB4B6 !important;}
.bg-disabled-after::after { background-color: #ADB4B6 !important;}
.bg-disabled-hover:hover { background-color: #ADB4B6 !important;}
.bg-disabled-before-hover:hover::before { background-color: #ADB4B6 !important;}
.bg-disabled-after-hover:hover::after { background-color: #ADB4B6 !important;}
.bg-loss { background-color: #DC0D00 !important;}
.bg-loss-before::before { background-color: #DC0D00 !important;}
.bg-loss-after::after { background-color: #DC0D00 !important;}
.bg-loss-hover:hover { background-color: #DC0D00 !important;}
.bg-loss-before-hover:hover::before { background-color: #DC0D00 !important;}
.bg-loss-after-hover:hover::after { background-color: #DC0D00 !important;}
.bg-inverse { background-color: #E6EAEC !important;}
.bg-inverse-before::before { background-color: #E6EAEC !important;}
.bg-inverse-after::after { background-color: #E6EAEC !important;}
.bg-inverse-hover:hover { background-color: #E6EAEC !important;}
.bg-inverse-before-hover:hover::before { background-color: #E6EAEC !important;}
.bg-inverse-after-hover:hover::after { background-color: #E6EAEC !important;}
.bg-attention { background-color: #005AC5 !important;}
.bg-attention-before::before { background-color: #005AC5 !important;}
.bg-attention-after::after { background-color: #005AC5 !important;}
.bg-attention-hover:hover { background-color: #005AC5 !important;}
.bg-attention-before-hover:hover::before { background-color: #005AC5 !important;}
.bg-attention-after-hover:hover::after { background-color: #005AC5 !important;}
.bg-link { background-color: #2BA2BC !important;}
.bg-link-before::before { background-color: #2BA2BC !important;}
.bg-link-after::after { background-color: #2BA2BC !important;}
.bg-link-hover:hover { background-color: #2BA2BC !important;}
.bg-link-before-hover:hover::before { background-color: #2BA2BC !important;}
.bg-link-after-hover:hover::after { background-color: #2BA2BC !important;}
.bg-primary_main { background-color: #1F415F !important;}
.bg-primary_main-before::before { background-color: #1F415F !important;}
.bg-primary_main-after::after { background-color: #1F415F !important;}
.bg-primary_main-hover:hover { background-color: #1F415F !important;}
.bg-primary_main-before-hover:hover::before { background-color: #1F415F !important;}
.bg-primary_main-after-hover:hover::after { background-color: #1F415F !important;}
.bg-primary_light { background-color: #55708B !important;}
.bg-primary_light-before::before { background-color: #55708B !important;}
.bg-primary_light-after::after { background-color: #55708B !important;}
.bg-primary_light-hover:hover { background-color: #55708B !important;}
.bg-primary_light-before-hover:hover::before { background-color: #55708B !important;}
.bg-primary_light-after-hover:hover::after { background-color: #55708B !important;}
.bg-primary_dark { background-color: #051A26 !important;}
.bg-primary_dark-before::before { background-color: #051A26 !important;}
.bg-primary_dark-after::after { background-color: #051A26 !important;}
.bg-primary_dark-hover:hover { background-color: #051A26 !important;}
.bg-primary_dark-before-hover:hover::before { background-color: #051A26 !important;}
.bg-primary_dark-after-hover:hover::after { background-color: #051A26 !important;}
.bg-primary_soft { background-color: #4A6683 !important;}
.bg-primary_soft-before::before { background-color: #4A6683 !important;}
.bg-primary_soft-after::after { background-color: #4A6683 !important;}
.bg-primary_soft-hover:hover { background-color: #4A6683 !important;}
.bg-primary_soft-before-hover:hover::before { background-color: #4A6683 !important;}
.bg-primary_soft-after-hover:hover::after { background-color: #4A6683 !important;}
.bg-secondary_main { background-color: #00A743 !important;}
.bg-secondary_main-before::before { background-color: #00A743 !important;}
.bg-secondary_main-after::after { background-color: #00A743 !important;}
.bg-secondary_main-hover:hover { background-color: #00A743 !important;}
.bg-secondary_main-before-hover:hover::before { background-color: #00A743 !important;}
.bg-secondary_main-after-hover:hover::after { background-color: #00A743 !important;}
.bg-secondary_light { background-color: #9DDDAB !important;}
.bg-secondary_light-before::before { background-color: #9DDDAB !important;}
.bg-secondary_light-after::after { background-color: #9DDDAB !important;}
.bg-secondary_light-hover:hover { background-color: #9DDDAB !important;}
.bg-secondary_light-before-hover:hover::before { background-color: #9DDDAB !important;}
.bg-secondary_light-after-hover:hover::after { background-color: #9DDDAB !important;}
.bg-secondary_dark { background-color: #00714E !important;}
.bg-secondary_dark-before::before { background-color: #00714E !important;}
.bg-secondary_dark-after::after { background-color: #00714E !important;}
.bg-secondary_dark-hover:hover { background-color: #00714E !important;}
.bg-secondary_dark-before-hover:hover::before { background-color: #00714E !important;}
.bg-secondary_dark-after-hover:hover::after { background-color: #00714E !important;}
.bg-error_main { background-color: #DC0D00 !important;}
.bg-error_main-before::before { background-color: #DC0D00 !important;}
.bg-error_main-after::after { background-color: #DC0D00 !important;}
.bg-error_main-hover:hover { background-color: #DC0D00 !important;}
.bg-error_main-before-hover:hover::before { background-color: #DC0D00 !important;}
.bg-error_main-after-hover:hover::after { background-color: #DC0D00 !important;}
.bg-error_light { background-color: #F8AC94 !important;}
.bg-error_light-before::before { background-color: #F8AC94 !important;}
.bg-error_light-after::after { background-color: #F8AC94 !important;}
.bg-error_light-hover:hover { background-color: #F8AC94 !important;}
.bg-error_light-before-hover:hover::before { background-color: #F8AC94 !important;}
.bg-error_light-after-hover:hover::after { background-color: #F8AC94 !important;}
.bg-error_dark { background-color: #A80B0B !important;}
.bg-error_dark-before::before { background-color: #A80B0B !important;}
.bg-error_dark-after::after { background-color: #A80B0B !important;}
.bg-error_dark-hover:hover { background-color: #A80B0B !important;}
.bg-error_dark-before-hover:hover::before { background-color: #A80B0B !important;}
.bg-error_dark-after-hover:hover::after { background-color: #A80B0B !important;}
.bg-warning_main { background-color: #DDC806 !important;}
.bg-warning_main-before::before { background-color: #DDC806 !important;}
.bg-warning_main-after::after { background-color: #DDC806 !important;}
.bg-warning_main-hover:hover { background-color: #DDC806 !important;}
.bg-warning_main-before-hover:hover::before { background-color: #DDC806 !important;}
.bg-warning_main-after-hover:hover::after { background-color: #DDC806 !important;}
.bg-warning_light { background-color: #FFF9C1 !important;}
.bg-warning_light-before::before { background-color: #FFF9C1 !important;}
.bg-warning_light-after::after { background-color: #FFF9C1 !important;}
.bg-warning_light-hover:hover { background-color: #FFF9C1 !important;}
.bg-warning_light-before-hover:hover::before { background-color: #FFF9C1 !important;}
.bg-warning_light-after-hover:hover::after { background-color: #FFF9C1 !important;}
.bg-warning_dark { background-color: #DEA208 !important;}
.bg-warning_dark-before::before { background-color: #DEA208 !important;}
.bg-warning_dark-after::after { background-color: #DEA208 !important;}
.bg-warning_dark-hover:hover { background-color: #DEA208 !important;}
.bg-warning_dark-before-hover:hover::before { background-color: #DEA208 !important;}
.bg-warning_dark-after-hover:hover::after { background-color: #DEA208 !important;}
.bg-success_main { background-color: #00A743 !important;}
.bg-success_main-before::before { background-color: #00A743 !important;}
.bg-success_main-after::after { background-color: #00A743 !important;}
.bg-success_main-hover:hover { background-color: #00A743 !important;}
.bg-success_main-before-hover:hover::before { background-color: #00A743 !important;}
.bg-success_main-after-hover:hover::after { background-color: #00A743 !important;}
.bg-success_light { background-color: #9DDDAB !important;}
.bg-success_light-before::before { background-color: #9DDDAB !important;}
.bg-success_light-after::after { background-color: #9DDDAB !important;}
.bg-success_light-hover:hover { background-color: #9DDDAB !important;}
.bg-success_light-before-hover:hover::before { background-color: #9DDDAB !important;}
.bg-success_light-after-hover:hover::after { background-color: #9DDDAB !important;}
.bg-success_dark { background-color: #0B9D3D !important;}
.bg-success_dark-before::before { background-color: #0B9D3D !important;}
.bg-success_dark-after::after { background-color: #0B9D3D !important;}
.bg-success_dark-hover:hover { background-color: #0B9D3D !important;}
.bg-success_dark-before-hover:hover::before { background-color: #0B9D3D !important;}
.bg-success_dark-after-hover:hover::after { background-color: #0B9D3D !important;}
.bg-peson_themself { background-color: #1F415F !important;}
.bg-peson_themself-before::before { background-color: #1F415F !important;}
.bg-peson_themself-after::after { background-color: #1F415F !important;}
.bg-peson_themself-hover:hover { background-color: #1F415F !important;}
.bg-peson_themself-before-hover:hover::before { background-color: #1F415F !important;}
.bg-peson_themself-after-hover:hover::after { background-color: #1F415F !important;}
.bg-person_man { background-color: #00A743 !important;}
.bg-person_man-before::before { background-color: #00A743 !important;}
.bg-person_man-after::after { background-color: #00A743 !important;}
.bg-person_man-hover:hover { background-color: #00A743 !important;}
.bg-person_man-before-hover:hover::before { background-color: #00A743 !important;}
.bg-person_man-after-hover:hover::after { background-color: #00A743 !important;}
.bg-person_woman { background-color: #E55F35 !important;}
.bg-person_woman-before::before { background-color: #E55F35 !important;}
.bg-person_woman-after::after { background-color: #E55F35 !important;}
.bg-person_woman-hover:hover { background-color: #E55F35 !important;}
.bg-person_woman-before-hover:hover::before { background-color: #E55F35 !important;}
.bg-person_woman-after-hover:hover::after { background-color: #E55F35 !important;}
.bg-person_other { background-color: #8E9BDB !important;}
.bg-person_other-before::before { background-color: #8E9BDB !important;}
.bg-person_other-after::after { background-color: #8E9BDB !important;}
.bg-person_other-hover:hover { background-color: #8E9BDB !important;}
.bg-person_other-before-hover:hover::before { background-color: #8E9BDB !important;}
.bg-person_other-after-hover:hover::after { background-color: #8E9BDB !important;}
.bg-person_dead { background-color: #C4CBD0 !important;}
.bg-person_dead-before::before { background-color: #C4CBD0 !important;}
.bg-person_dead-after::after { background-color: #C4CBD0 !important;}
.bg-person_dead-hover:hover { background-color: #C4CBD0 !important;}
.bg-person_dead-before-hover:hover::before { background-color: #C4CBD0 !important;}
.bg-person_dead-after-hover:hover::after { background-color: #C4CBD0 !important;}
.bg-person_themselves_light { background-color: #E5EDF3 !important;}
.bg-person_themselves_light-before::before { background-color: #E5EDF3 !important;}
.bg-person_themselves_light-after::after { background-color: #E5EDF3 !important;}
.bg-person_themselves_light-hover:hover { background-color: #E5EDF3 !important;}
.bg-person_themselves_light-before-hover:hover::before { background-color: #E5EDF3 !important;}
.bg-person_themselves_light-after-hover:hover::after { background-color: #E5EDF3 !important;}
.bg-person_man_light { background-color: #E0F4E2 !important;}
.bg-person_man_light-before::before { background-color: #E0F4E2 !important;}
.bg-person_man_light-after::after { background-color: #E0F4E2 !important;}
.bg-person_man_light-hover:hover { background-color: #E0F4E2 !important;}
.bg-person_man_light-before-hover:hover::before { background-color: #E0F4E2 !important;}
.bg-person_man_light-after-hover:hover::after { background-color: #E0F4E2 !important;}
.bg-person_woman_light { background-color: #F8EAE7 !important;}
.bg-person_woman_light-before::before { background-color: #F8EAE7 !important;}
.bg-person_woman_light-after::after { background-color: #F8EAE7 !important;}
.bg-person_woman_light-hover:hover { background-color: #F8EAE7 !important;}
.bg-person_woman_light-before-hover:hover::before { background-color: #F8EAE7 !important;}
.bg-person_woman_light-after-hover:hover::after { background-color: #F8EAE7 !important;}
.bg-person_other_light { background-color: #F4F5FC !important;}
.bg-person_other_light-before::before { background-color: #F4F5FC !important;}
.bg-person_other_light-after::after { background-color: #F4F5FC !important;}
.bg-person_other_light-hover:hover { background-color: #F4F5FC !important;}
.bg-person_other_light-before-hover:hover::before { background-color: #F4F5FC !important;}
.bg-person_other_light-after-hover:hover::after { background-color: #F4F5FC !important;}
.bg-person_deadlight { background-color: #F4F4F4 !important;}
.bg-person_deadlight-before::before { background-color: #F4F4F4 !important;}
.bg-person_deadlight-after::after { background-color: #F4F4F4 !important;}
.bg-person_deadlight-hover:hover { background-color: #F4F4F4 !important;}
.bg-person_deadlight-before-hover:hover::before { background-color: #F4F4F4 !important;}
.bg-person_deadlight-after-hover:hover::after { background-color: #F4F4F4 !important;}
.bg-default_bg { background-color: #F3F3F3 !important;}
.bg-default_bg-before::before { background-color: #F3F3F3 !important;}
.bg-default_bg-after::after { background-color: #F3F3F3 !important;}
.bg-default_bg-hover:hover { background-color: #F3F3F3 !important;}
.bg-default_bg-before-hover:hover::before { background-color: #F3F3F3 !important;}
.bg-default_bg-after-hover:hover::after { background-color: #F3F3F3 !important;}
.bg-primary_bg { background-color: #E5EDF3 !important;}
.bg-primary_bg-before::before { background-color: #E5EDF3 !important;}
.bg-primary_bg-after::after { background-color: #E5EDF3 !important;}
.bg-primary_bg-hover:hover { background-color: #E5EDF3 !important;}
.bg-primary_bg-before-hover:hover::before { background-color: #E5EDF3 !important;}
.bg-primary_bg-after-hover:hover::after { background-color: #E5EDF3 !important;}
.bg-disabled_bg { background-color: #F4F4F4 !important;}
.bg-disabled_bg-before::before { background-color: #F4F4F4 !important;}
.bg-disabled_bg-after::after { background-color: #F4F4F4 !important;}
.bg-disabled_bg-hover:hover { background-color: #F4F4F4 !important;}
.bg-disabled_bg-before-hover:hover::before { background-color: #F4F4F4 !important;}
.bg-disabled_bg-after-hover:hover::after { background-color: #F4F4F4 !important;}
.bg-hover_bg { background-color: #2291AA33 !important;}
.bg-hover_bg-before::before { background-color: #2291AA33 !important;}
.bg-hover_bg-after::after { background-color: #2291AA33 !important;}
.bg-hover_bg-hover:hover { background-color: #2291AA33 !important;}
.bg-hover_bg-before-hover:hover::before { background-color: #2291AA33 !important;}
.bg-hover_bg-after-hover:hover::after { background-color: #2291AA33 !important;}
.bg-error_bg { background-color: #F8EAE7 !important;}
.bg-error_bg-before::before { background-color: #F8EAE7 !important;}
.bg-error_bg-after::after { background-color: #F8EAE7 !important;}
.bg-error_bg-hover:hover { background-color: #F8EAE7 !important;}
.bg-error_bg-before-hover:hover::before { background-color: #F8EAE7 !important;}
.bg-error_bg-after-hover:hover::after { background-color: #F8EAE7 !important;}
.bg-warning_bg { background-color: #FAF6CF !important;}
.bg-warning_bg-before::before { background-color: #FAF6CF !important;}
.bg-warning_bg-after::after { background-color: #FAF6CF !important;}
.bg-warning_bg-hover:hover { background-color: #FAF6CF !important;}
.bg-warning_bg-before-hover:hover::before { background-color: #FAF6CF !important;}
.bg-warning_bg-after-hover:hover::after { background-color: #FAF6CF !important;}
.bg-success_bg { background-color: #E2F5E6 !important;}
.bg-success_bg-before::before { background-color: #E2F5E6 !important;}
.bg-success_bg-after::after { background-color: #E2F5E6 !important;}
.bg-success_bg-hover:hover { background-color: #E2F5E6 !important;}
.bg-success_bg-before-hover:hover::before { background-color: #E2F5E6 !important;}
.bg-success_bg-after-hover:hover::after { background-color: #E2F5E6 !important;}
.bg-selected_bg { background-color: #2BA2BC !important;}
.bg-selected_bg-before::before { background-color: #2BA2BC !important;}
.bg-selected_bg-after::after { background-color: #2BA2BC !important;}
.bg-selected_bg-hover:hover { background-color: #2BA2BC !important;}
.bg-selected_bg-before-hover:hover::before { background-color: #2BA2BC !important;}
.bg-selected_bg-after-hover:hover::after { background-color: #2BA2BC !important;}
.bg-off_bg { background-color: #ADB4B6 !important;}
.bg-off_bg-before::before { background-color: #ADB4B6 !important;}
.bg-off_bg-after::after { background-color: #ADB4B6 !important;}
.bg-off_bg-hover:hover { background-color: #ADB4B6 !important;}
.bg-off_bg-before-hover:hover::before { background-color: #ADB4B6 !important;}
.bg-off_bg-after-hover:hover::after { background-color: #ADB4B6 !important;}
.bg-blue { background-color: #4993CD !important;}
.bg-blue-before::before { background-color: #4993CD !important;}
.bg-blue-after::after { background-color: #4993CD !important;}
.bg-blue-hover:hover { background-color: #4993CD !important;}
.bg-blue-before-hover:hover::before { background-color: #4993CD !important;}
.bg-blue-after-hover:hover::after { background-color: #4993CD !important;}
.bg-green { background-color: #4EC7A2 !important;}
.bg-green-before::before { background-color: #4EC7A2 !important;}
.bg-green-after::after { background-color: #4EC7A2 !important;}
.bg-green-hover:hover { background-color: #4EC7A2 !important;}
.bg-green-before-hover:hover::before { background-color: #4EC7A2 !important;}
.bg-green-after-hover:hover::after { background-color: #4EC7A2 !important;}
.bg-yellow { background-color: #DF9D10 !important;}
.bg-yellow-before::before { background-color: #DF9D10 !important;}
.bg-yellow-after::after { background-color: #DF9D10 !important;}
.bg-yellow-hover:hover { background-color: #DF9D10 !important;}
.bg-yellow-before-hover:hover::before { background-color: #DF9D10 !important;}
.bg-yellow-after-hover:hover::after { background-color: #DF9D10 !important;}
.bg-darkblue { background-color: #687CB7 !important;}
.bg-darkblue-before::before { background-color: #687CB7 !important;}
.bg-darkblue-after::after { background-color: #687CB7 !important;}
.bg-darkblue-hover:hover { background-color: #687CB7 !important;}
.bg-darkblue-before-hover:hover::before { background-color: #687CB7 !important;}
.bg-darkblue-after-hover:hover::after { background-color: #687CB7 !important;}
.bg-red { background-color: #EA868C !important;}
.bg-red-before::before { background-color: #EA868C !important;}
.bg-red-after::after { background-color: #EA868C !important;}
.bg-red-hover:hover { background-color: #EA868C !important;}
.bg-red-before-hover:hover::before { background-color: #EA868C !important;}
.bg-red-after-hover:hover::after { background-color: #EA868C !important;}
.bg-purple { background-color: #AE76C7 !important;}
.bg-purple-before::before { background-color: #AE76C7 !important;}
.bg-purple-after::after { background-color: #AE76C7 !important;}
.bg-purple-hover:hover { background-color: #AE76C7 !important;}
.bg-purple-before-hover:hover::before { background-color: #AE76C7 !important;}
.bg-purple-after-hover:hover::after { background-color: #AE76C7 !important;}
.bg-orange { background-color: #E55F35 !important;}
.bg-orange-before::before { background-color: #E55F35 !important;}
.bg-orange-after::after { background-color: #E55F35 !important;}
.bg-orange-hover:hover { background-color: #E55F35 !important;}
.bg-orange-before-hover:hover::before { background-color: #E55F35 !important;}
.bg-orange-after-hover:hover::after { background-color: #E55F35 !important;}
.bg-darkgreen { background-color: #A2BF50 !important;}
.bg-darkgreen-before::before { background-color: #A2BF50 !important;}
.bg-darkgreen-after::after { background-color: #A2BF50 !important;}
.bg-darkgreen-hover:hover { background-color: #A2BF50 !important;}
.bg-darkgreen-before-hover:hover::before { background-color: #A2BF50 !important;}
.bg-darkgreen-after-hover:hover::after { background-color: #A2BF50 !important;}
.bg-gray { background-color: #ADB4B6 !important;}
.bg-gray-before::before { background-color: #ADB4B6 !important;}
.bg-gray-after::after { background-color: #ADB4B6 !important;}
.bg-gray-hover:hover { background-color: #ADB4B6 !important;}
.bg-gray-before-hover:hover::before { background-color: #ADB4B6 !important;}
.bg-gray-after-hover:hover::after { background-color: #ADB4B6 !important;}
.bg-blue_light { background-color: #80B4DD !important;}
.bg-blue_light-before::before { background-color: #80B4DD !important;}
.bg-blue_light-after::after { background-color: #80B4DD !important;}
.bg-blue_light-hover:hover { background-color: #80B4DD !important;}
.bg-blue_light-before-hover:hover::before { background-color: #80B4DD !important;}
.bg-blue_light-after-hover:hover::after { background-color: #80B4DD !important;}
.bg-green_light { background-color: #82D88E !important;}
.bg-green_light-before::before { background-color: #82D88E !important;}
.bg-green_light-after::after { background-color: #82D88E !important;}
.bg-green_light-hover:hover { background-color: #82D88E !important;}
.bg-green_light-before-hover:hover::before { background-color: #82D88E !important;}
.bg-green_light-after-hover:hover::after { background-color: #82D88E !important;}
.bg-yellow_light { background-color: #E9BB58 !important;}
.bg-yellow_light-before::before { background-color: #E9BB58 !important;}
.bg-yellow_light-after::after { background-color: #E9BB58 !important;}
.bg-yellow_light-hover:hover { background-color: #E9BB58 !important;}
.bg-yellow_light-before-hover:hover::before { background-color: #E9BB58 !important;}
.bg-yellow_light-after-hover:hover::after { background-color: #E9BB58 !important;}
.bg-darkblue_light { background-color: #B0B9E6 !important;}
.bg-darkblue_light-before::before { background-color: #B0B9E6 !important;}
.bg-darkblue_light-after::after { background-color: #B0B9E6 !important;}
.bg-darkblue_light-hover:hover { background-color: #B0B9E6 !important;}
.bg-darkblue_light-before-hover:hover::before { background-color: #B0B9E6 !important;}
.bg-darkblue_light-after-hover:hover::after { background-color: #B0B9E6 !important;}
.bg-red_light { background-color: #F1ABAF !important;}
.bg-red_light-before::before { background-color: #F1ABAF !important;}
.bg-red_light-after::after { background-color: #F1ABAF !important;}
.bg-red_light-hover:hover { background-color: #F1ABAF !important;}
.bg-red_light-before-hover:hover::before { background-color: #F1ABAF !important;}
.bg-red_light-after-hover:hover::after { background-color: #F1ABAF !important;}
.bg-purple_light { background-color: #CCABDB !important;}
.bg-purple_light-before::before { background-color: #CCABDB !important;}
.bg-purple_light-after::after { background-color: #CCABDB !important;}
.bg-purple_light-hover:hover { background-color: #CCABDB !important;}
.bg-purple_light-before-hover:hover::before { background-color: #CCABDB !important;}
.bg-purple_light-after-hover:hover::after { background-color: #CCABDB !important;}
.bg-orange_light { background-color: #ED8F72 !important;}
.bg-orange_light-before::before { background-color: #ED8F72 !important;}
.bg-orange_light-after::after { background-color: #ED8F72 !important;}
.bg-orange_light-hover:hover { background-color: #ED8F72 !important;}
.bg-orange_light-before-hover:hover::before { background-color: #ED8F72 !important;}
.bg-orange_light-after-hover:hover::after { background-color: #ED8F72 !important;}
.bg-darkgreen_light { background-color: #CCE190 !important;}
.bg-darkgreen_light-before::before { background-color: #CCE190 !important;}
.bg-darkgreen_light-after::after { background-color: #CCE190 !important;}
.bg-darkgreen_light-hover:hover { background-color: #CCE190 !important;}
.bg-darkgreen_light-before-hover:hover::before { background-color: #CCE190 !important;}
.bg-darkgreen_light-after-hover:hover::after { background-color: #CCE190 !important;}
.bg-gray_light { background-color: #CCCCCC !important;}
.bg-gray_light-before::before { background-color: #CCCCCC !important;}
.bg-gray_light-after::after { background-color: #CCCCCC !important;}
.bg-gray_light-hover:hover { background-color: #CCCCCC !important;}
.bg-gray_light-before-hover:hover::before { background-color: #CCCCCC !important;}
.bg-gray_light-after-hover:hover::after { background-color: #CCCCCC !important;}
.bg-emphasis { background-color: #DC0D00 !important;}
.bg-emphasis-before::before { background-color: #DC0D00 !important;}
.bg-emphasis-after::after { background-color: #DC0D00 !important;}
.bg-emphasis-hover:hover { background-color: #DC0D00 !important;}
.bg-emphasis-before-hover:hover::before { background-color: #DC0D00 !important;}
.bg-emphasis-after-hover:hover::after { background-color: #DC0D00 !important;}
.bg-blue_ultralight { background-color: #C9DFF1 !important;}
.bg-blue_ultralight-before::before { background-color: #C9DFF1 !important;}
.bg-blue_ultralight-after::after { background-color: #C9DFF1 !important;}
.bg-blue_ultralight-hover:hover { background-color: #C9DFF1 !important;}
.bg-blue_ultralight-before-hover:hover::before { background-color: #C9DFF1 !important;}
.bg-blue_ultralight-after-hover:hover::after { background-color: #C9DFF1 !important;}
.bg-green_ultralight { background-color: #CAEEE3 !important;}
.bg-green_ultralight-before::before { background-color: #CAEEE3 !important;}
.bg-green_ultralight-after::after { background-color: #CAEEE3 !important;}
.bg-green_ultralight-hover:hover { background-color: #CAEEE3 !important;}
.bg-green_ultralight-before-hover:hover::before { background-color: #CAEEE3 !important;}
.bg-green_ultralight-after-hover:hover::after { background-color: #CAEEE3 !important;}
.bg-yellow_ultralight { background-color: #FEF1D5 !important;}
.bg-yellow_ultralight-before::before { background-color: #FEF1D5 !important;}
.bg-yellow_ultralight-after::after { background-color: #FEF1D5 !important;}
.bg-yellow_ultralight-hover:hover { background-color: #FEF1D5 !important;}
.bg-yellow_ultralight-before-hover:hover::before { background-color: #FEF1D5 !important;}
.bg-yellow_ultralight-after-hover:hover::after { background-color: #FEF1D5 !important;}
.bg-darkblue_ultralight { background-color: #DEE1F5 !important;}
.bg-darkblue_ultralight-before::before { background-color: #DEE1F5 !important;}
.bg-darkblue_ultralight-after::after { background-color: #DEE1F5 !important;}
.bg-darkblue_ultralight-hover:hover { background-color: #DEE1F5 !important;}
.bg-darkblue_ultralight-before-hover:hover::before { background-color: #DEE1F5 !important;}
.bg-darkblue_ultralight-after-hover:hover::after { background-color: #DEE1F5 !important;}
.bg-red_ultralight { background-color: #F8DCDC !important;}
.bg-red_ultralight-before::before { background-color: #F8DCDC !important;}
.bg-red_ultralight-after::after { background-color: #F8DCDC !important;}
.bg-red_ultralight-hover:hover { background-color: #F8DCDC !important;}
.bg-red_ultralight-before-hover:hover::before { background-color: #F8DCDC !important;}
.bg-red_ultralight-after-hover:hover::after { background-color: #F8DCDC !important;}
.bg-purple_ultralight { background-color: #EADBF0 !important;}
.bg-purple_ultralight-before::before { background-color: #EADBF0 !important;}
.bg-purple_ultralight-after::after { background-color: #EADBF0 !important;}
.bg-purple_ultralight-hover:hover { background-color: #EADBF0 !important;}
.bg-purple_ultralight-before-hover:hover::before { background-color: #EADBF0 !important;}
.bg-purple_ultralight-after-hover:hover::after { background-color: #EADBF0 !important;}
.bg-gray_ultralight { background-color: #F4F4F4 !important;}
.bg-gray_ultralight-before::before { background-color: #F4F4F4 !important;}
.bg-gray_ultralight-after::after { background-color: #F4F4F4 !important;}
.bg-gray_ultralight-hover:hover { background-color: #F4F4F4 !important;}
.bg-gray_ultralight-before-hover:hover::before { background-color: #F4F4F4 !important;}
.bg-gray_ultralight-after-hover:hover::after { background-color: #F4F4F4 !important;}
.bg-blue_g { background-color: #2BA2BC !important;}
.bg-blue_g-before::before { background-color: #2BA2BC !important;}
.bg-blue_g-after::after { background-color: #2BA2BC !important;}
.bg-blue_g-hover:hover { background-color: #2BA2BC !important;}
.bg-blue_g-before-hover:hover::before { background-color: #2BA2BC !important;}
.bg-blue_g-after-hover:hover::after { background-color: #2BA2BC !important;}
.bg-green_g { background-color: #00A743 !important;}
.bg-green_g-before::before { background-color: #00A743 !important;}
.bg-green_g-after::after { background-color: #00A743 !important;}
.bg-green_g-hover:hover { background-color: #00A743 !important;}
.bg-green_g-before-hover:hover::before { background-color: #00A743 !important;}
.bg-green_g-after-hover:hover::after { background-color: #00A743 !important;}
.bg-yellow_g { background-color: #DDC806 !important;}
.bg-yellow_g-before::before { background-color: #DDC806 !important;}
.bg-yellow_g-after::after { background-color: #DDC806 !important;}
.bg-yellow_g-hover:hover { background-color: #DDC806 !important;}
.bg-yellow_g-before-hover:hover::before { background-color: #DDC806 !important;}
.bg-yellow_g-after-hover:hover::after { background-color: #DDC806 !important;}
.bg-darlblue_g { background-color: #8E9BDB !important;}
.bg-darlblue_g-before::before { background-color: #8E9BDB !important;}
.bg-darlblue_g-after::after { background-color: #8E9BDB !important;}
.bg-darlblue_g-hover:hover { background-color: #8E9BDB !important;}
.bg-darlblue_g-before-hover:hover::before { background-color: #8E9BDB !important;}
.bg-darlblue_g-after-hover:hover::after { background-color: #8E9BDB !important;}
.bg-red_g { background-color: #E55F35 !important;}
.bg-red_g-before::before { background-color: #E55F35 !important;}
.bg-red_g-after::after { background-color: #E55F35 !important;}
.bg-red_g-hover:hover { background-color: #E55F35 !important;}
.bg-red_g-before-hover:hover::before { background-color: #E55F35 !important;}
.bg-red_g-after-hover:hover::after { background-color: #E55F35 !important;}
.bg-purple_g { background-color: #9E8CD0 !important;}
.bg-purple_g-before::before { background-color: #9E8CD0 !important;}
.bg-purple_g-after::after { background-color: #9E8CD0 !important;}
.bg-purple_g-hover:hover { background-color: #9E8CD0 !important;}
.bg-purple_g-before-hover:hover::before { background-color: #9E8CD0 !important;}
.bg-purple_g-after-hover:hover::after { background-color: #9E8CD0 !important;}
.bg-gray_g { background-color: #C4CBD0 !important;}
.bg-gray_g-before::before { background-color: #C4CBD0 !important;}
.bg-gray_g-after::after { background-color: #C4CBD0 !important;}
.bg-gray_g-hover:hover { background-color: #C4CBD0 !important;}
.bg-gray_g-before-hover:hover::before { background-color: #C4CBD0 !important;}
.bg-gray_g-after-hover:hover::after { background-color: #C4CBD0 !important;}
.bg-black_g { background-color: #1F415F !important;}
.bg-black_g-before::before { background-color: #1F415F !important;}
.bg-black_g-after::after { background-color: #1F415F !important;}
.bg-black_g-hover:hover { background-color: #1F415F !important;}
.bg-black_g-before-hover:hover::before { background-color: #1F415F !important;}
.bg-black_g-after-hover:hover::after { background-color: #1F415F !important;}
.bg-blue_gh { background-color: #D3E9EE !important;}
.bg-blue_gh-before::before { background-color: #D3E9EE !important;}
.bg-blue_gh-after::after { background-color: #D3E9EE !important;}
.bg-blue_gh-hover:hover { background-color: #D3E9EE !important;}
.bg-blue_gh-before-hover:hover::before { background-color: #D3E9EE !important;}
.bg-blue_gh-after-hover:hover::after { background-color: #D3E9EE !important;}
.bg-green_gh { background-color: #9DDDAB !important;}
.bg-green_gh-before::before { background-color: #9DDDAB !important;}
.bg-green_gh-after::after { background-color: #9DDDAB !important;}
.bg-green_gh-hover:hover { background-color: #9DDDAB !important;}
.bg-green_gh-before-hover:hover::before { background-color: #9DDDAB !important;}
.bg-green_gh-after-hover:hover::after { background-color: #9DDDAB !important;}
.bg-yellow_gh { background-color: #FFF9C1 !important;}
.bg-yellow_gh-before::before { background-color: #FFF9C1 !important;}
.bg-yellow_gh-after::after { background-color: #FFF9C1 !important;}
.bg-yellow_gh-hover:hover { background-color: #FFF9C1 !important;}
.bg-yellow_gh-before-hover:hover::before { background-color: #FFF9C1 !important;}
.bg-yellow_gh-after-hover:hover::after { background-color: #FFF9C1 !important;}
.bg-darlblue_gh { background-color: #DEE1F5 !important;}
.bg-darlblue_gh-before::before { background-color: #DEE1F5 !important;}
.bg-darlblue_gh-after::after { background-color: #DEE1F5 !important;}
.bg-darlblue_gh-hover:hover { background-color: #DEE1F5 !important;}
.bg-darlblue_gh-before-hover:hover::before { background-color: #DEE1F5 !important;}
.bg-darlblue_gh-after-hover:hover::after { background-color: #DEE1F5 !important;}
.bg-red_gh { background-color: #F8AC94 !important;}
.bg-red_gh-before::before { background-color: #F8AC94 !important;}
.bg-red_gh-after::after { background-color: #F8AC94 !important;}
.bg-red_gh-hover:hover { background-color: #F8AC94 !important;}
.bg-red_gh-before-hover:hover::before { background-color: #F8AC94 !important;}
.bg-red_gh-after-hover:hover::after { background-color: #F8AC94 !important;}
.bg-purple_gh { background-color: #EADBF0 !important;}
.bg-purple_gh-before::before { background-color: #EADBF0 !important;}
.bg-purple_gh-after::after { background-color: #EADBF0 !important;}
.bg-purple_gh-hover:hover { background-color: #EADBF0 !important;}
.bg-purple_gh-before-hover:hover::before { background-color: #EADBF0 !important;}
.bg-purple_gh-after-hover:hover::after { background-color: #EADBF0 !important;}
.bg-gray_gh { background-color: #E8EAEE !important;}
.bg-gray_gh-before::before { background-color: #E8EAEE !important;}
.bg-gray_gh-after::after { background-color: #E8EAEE !important;}
.bg-gray_gh-hover:hover { background-color: #E8EAEE !important;}
.bg-gray_gh-before-hover:hover::before { background-color: #E8EAEE !important;}
.bg-gray_gh-after-hover:hover::after { background-color: #E8EAEE !important;}
.bg-blue_trans_gh { background-color: #2BA2BC33 !important;}
.bg-blue_trans_gh-before::before { background-color: #2BA2BC33 !important;}
.bg-blue_trans_gh-after::after { background-color: #2BA2BC33 !important;}
.bg-blue_trans_gh-hover:hover { background-color: #2BA2BC33 !important;}
.bg-blue_trans_gh-before-hover:hover::before { background-color: #2BA2BC33 !important;}
.bg-blue_trans_gh-after-hover:hover::after { background-color: #2BA2BC33 !important;}
.bg-segment0 { background-color: #63BE7B !important;}
.bg-segment0-before::before { background-color: #63BE7B !important;}
.bg-segment0-after::after { background-color: #63BE7B !important;}
.bg-segment0-hover:hover { background-color: #63BE7B !important;}
.bg-segment0-before-hover:hover::before { background-color: #63BE7B !important;}
.bg-segment0-after-hover:hover::after { background-color: #63BE7B !important;}
.bg-segment19 { background-color: #FFEB84 !important;}
.bg-segment19-before::before { background-color: #FFEB84 !important;}
.bg-segment19-after::after { background-color: #FFEB84 !important;}
.bg-segment19-hover:hover { background-color: #FFEB84 !important;}
.bg-segment19-before-hover:hover::before { background-color: #FFEB84 !important;}
.bg-segment19-after-hover:hover::after { background-color: #FFEB84 !important;}
.bg-segment39 { background-color: #FFDE82 !important;}
.bg-segment39-before::before { background-color: #FFDE82 !important;}
.bg-segment39-after::after { background-color: #FFDE82 !important;}
.bg-segment39-hover:hover { background-color: #FFDE82 !important;}
.bg-segment39-before-hover:hover::before { background-color: #FFDE82 !important;}
.bg-segment39-after-hover:hover::after { background-color: #FFDE82 !important;}
.bg-segment59 { background-color: #FECE7F !important;}
.bg-segment59-before::before { background-color: #FECE7F !important;}
.bg-segment59-after::after { background-color: #FECE7F !important;}
.bg-segment59-hover:hover { background-color: #FECE7F !important;}
.bg-segment59-before-hover:hover::before { background-color: #FECE7F !important;}
.bg-segment59-after-hover:hover::after { background-color: #FECE7F !important;}
.bg-segment79 { background-color: #FECA7E !important;}
.bg-segment79-before::before { background-color: #FECA7E !important;}
.bg-segment79-after::after { background-color: #FECA7E !important;}
.bg-segment79-hover:hover { background-color: #FECA7E !important;}
.bg-segment79-before-hover:hover::before { background-color: #FECA7E !important;}
.bg-segment79-after-hover:hover::after { background-color: #FECA7E !important;}
.bg-segment99 { background-color: #FDB97B !important;}
.bg-segment99-before::before { background-color: #FDB97B !important;}
.bg-segment99-after::after { background-color: #FDB97B !important;}
.bg-segment99-hover:hover { background-color: #FDB97B !important;}
.bg-segment99-before-hover:hover::before { background-color: #FDB97B !important;}
.bg-segment99-after-hover:hover::after { background-color: #FDB97B !important;}
.bg-segment119 { background-color: #FDB87B !important;}
.bg-segment119-before::before { background-color: #FDB87B !important;}
.bg-segment119-after::after { background-color: #FDB87B !important;}
.bg-segment119-hover:hover { background-color: #FDB87B !important;}
.bg-segment119-before-hover:hover::before { background-color: #FDB87B !important;}
.bg-segment119-after-hover:hover::after { background-color: #FDB87B !important;}
.bg-segment139 { background-color: #FCAF79 !important;}
.bg-segment139-before::before { background-color: #FCAF79 !important;}
.bg-segment139-after::after { background-color: #FCAF79 !important;}
.bg-segment139-hover:hover { background-color: #FCAF79 !important;}
.bg-segment139-before-hover:hover::before { background-color: #FCAF79 !important;}
.bg-segment139-after-hover:hover::after { background-color: #FCAF79 !important;}
.bg-segment159 { background-color: #FCA176 !important;}
.bg-segment159-before::before { background-color: #FCA176 !important;}
.bg-segment159-after::after { background-color: #FCA176 !important;}
.bg-segment159-hover:hover { background-color: #FCA176 !important;}
.bg-segment159-before-hover:hover::before { background-color: #FCA176 !important;}
.bg-segment159-after-hover:hover::after { background-color: #FCA176 !important;}
.bg-segment179 { background-color: #FB9975 !important;}
.bg-segment179-before::before { background-color: #FB9975 !important;}
.bg-segment179-after::after { background-color: #FB9975 !important;}
.bg-segment179-hover:hover { background-color: #FB9975 !important;}
.bg-segment179-before-hover:hover::before { background-color: #FB9975 !important;}
.bg-segment179-after-hover:hover::after { background-color: #FB9975 !important;}
.bg-segment199 { background-color: #FB8F73 !important;}
.bg-segment199-before::before { background-color: #FB8F73 !important;}
.bg-segment199-after::after { background-color: #FB8F73 !important;}
.bg-segment199-hover:hover { background-color: #FB8F73 !important;}
.bg-segment199-before-hover:hover::before { background-color: #FB8F73 !important;}
.bg-segment199-after-hover:hover::after { background-color: #FB8F73 !important;}
.bg-segment200 { background-color: #F8696B !important;}
.bg-segment200-before::before { background-color: #F8696B !important;}
.bg-segment200-after::after { background-color: #F8696B !important;}
.bg-segment200-hover:hover { background-color: #F8696B !important;}
.bg-segment200-before-hover:hover::before { background-color: #F8696B !important;}
.bg-segment200-after-hover:hover::after { background-color: #F8696B !important;}
.bg-segment0_h { background-color: #63BE7BB3 !important;}
.bg-segment0_h-before::before { background-color: #63BE7BB3 !important;}
.bg-segment0_h-after::after { background-color: #63BE7BB3 !important;}
.bg-segment0_h-hover:hover { background-color: #63BE7BB3 !important;}
.bg-segment0_h-before-hover:hover::before { background-color: #63BE7BB3 !important;}
.bg-segment0_h-after-hover:hover::after { background-color: #63BE7BB3 !important;}
.bg-segment19_h { background-color: #FFEB84B3 !important;}
.bg-segment19_h-before::before { background-color: #FFEB84B3 !important;}
.bg-segment19_h-after::after { background-color: #FFEB84B3 !important;}
.bg-segment19_h-hover:hover { background-color: #FFEB84B3 !important;}
.bg-segment19_h-before-hover:hover::before { background-color: #FFEB84B3 !important;}
.bg-segment19_h-after-hover:hover::after { background-color: #FFEB84B3 !important;}
.bg-segment39_h { background-color: #FFDE82B3 !important;}
.bg-segment39_h-before::before { background-color: #FFDE82B3 !important;}
.bg-segment39_h-after::after { background-color: #FFDE82B3 !important;}
.bg-segment39_h-hover:hover { background-color: #FFDE82B3 !important;}
.bg-segment39_h-before-hover:hover::before { background-color: #FFDE82B3 !important;}
.bg-segment39_h-after-hover:hover::after { background-color: #FFDE82B3 !important;}
.bg-segment59_h { background-color: #FECE7FB3 !important;}
.bg-segment59_h-before::before { background-color: #FECE7FB3 !important;}
.bg-segment59_h-after::after { background-color: #FECE7FB3 !important;}
.bg-segment59_h-hover:hover { background-color: #FECE7FB3 !important;}
.bg-segment59_h-before-hover:hover::before { background-color: #FECE7FB3 !important;}
.bg-segment59_h-after-hover:hover::after { background-color: #FECE7FB3 !important;}
.bg-segment79_h { background-color: #FECA7EB3 !important;}
.bg-segment79_h-before::before { background-color: #FECA7EB3 !important;}
.bg-segment79_h-after::after { background-color: #FECA7EB3 !important;}
.bg-segment79_h-hover:hover { background-color: #FECA7EB3 !important;}
.bg-segment79_h-before-hover:hover::before { background-color: #FECA7EB3 !important;}
.bg-segment79_h-after-hover:hover::after { background-color: #FECA7EB3 !important;}
.bg-segment99_h { background-color: #FDB97BB3 !important;}
.bg-segment99_h-before::before { background-color: #FDB97BB3 !important;}
.bg-segment99_h-after::after { background-color: #FDB97BB3 !important;}
.bg-segment99_h-hover:hover { background-color: #FDB97BB3 !important;}
.bg-segment99_h-before-hover:hover::before { background-color: #FDB97BB3 !important;}
.bg-segment99_h-after-hover:hover::after { background-color: #FDB97BB3 !important;}
.bg-segment119_h { background-color: #FDB87BB3 !important;}
.bg-segment119_h-before::before { background-color: #FDB87BB3 !important;}
.bg-segment119_h-after::after { background-color: #FDB87BB3 !important;}
.bg-segment119_h-hover:hover { background-color: #FDB87BB3 !important;}
.bg-segment119_h-before-hover:hover::before { background-color: #FDB87BB3 !important;}
.bg-segment119_h-after-hover:hover::after { background-color: #FDB87BB3 !important;}
.bg-segment139_h { background-color: #FCAF79B3 !important;}
.bg-segment139_h-before::before { background-color: #FCAF79B3 !important;}
.bg-segment139_h-after::after { background-color: #FCAF79B3 !important;}
.bg-segment139_h-hover:hover { background-color: #FCAF79B3 !important;}
.bg-segment139_h-before-hover:hover::before { background-color: #FCAF79B3 !important;}
.bg-segment139_h-after-hover:hover::after { background-color: #FCAF79B3 !important;}
.bg-segment159_h { background-color: #FCA176B3 !important;}
.bg-segment159_h-before::before { background-color: #FCA176B3 !important;}
.bg-segment159_h-after::after { background-color: #FCA176B3 !important;}
.bg-segment159_h-hover:hover { background-color: #FCA176B3 !important;}
.bg-segment159_h-before-hover:hover::before { background-color: #FCA176B3 !important;}
.bg-segment159_h-after-hover:hover::after { background-color: #FCA176B3 !important;}
.bg-segment179_h { background-color: #FB9975B3 !important;}
.bg-segment179_h-before::before { background-color: #FB9975B3 !important;}
.bg-segment179_h-after::after { background-color: #FB9975B3 !important;}
.bg-segment179_h-hover:hover { background-color: #FB9975B3 !important;}
.bg-segment179_h-before-hover:hover::before { background-color: #FB9975B3 !important;}
.bg-segment179_h-after-hover:hover::after { background-color: #FB9975B3 !important;}
.bg-segment199_h { background-color: #FB8F73B3 !important;}
.bg-segment199_h-before::before { background-color: #FB8F73B3 !important;}
.bg-segment199_h-after::after { background-color: #FB8F73B3 !important;}
.bg-segment199_h-hover:hover { background-color: #FB8F73B3 !important;}
.bg-segment199_h-before-hover:hover::before { background-color: #FB8F73B3 !important;}
.bg-segment199_h-after-hover:hover::after { background-color: #FB8F73B3 !important;}
.bg-segment200_h { background-color: #F8696BB3 !important;}
.bg-segment200_h-before::before { background-color: #F8696BB3 !important;}
.bg-segment200_h-after::after { background-color: #F8696BB3 !important;}
.bg-segment200_h-hover:hover { background-color: #F8696BB3 !important;}
.bg-segment200_h-before-hover:hover::before { background-color: #F8696BB3 !important;}
.bg-segment200_h-after-hover:hover::after { background-color: #F8696BB3 !important;}
.bg-scroll { background-color: #C4CBD0 !important;}
.bg-scroll-before::before { background-color: #C4CBD0 !important;}
.bg-scroll-after::after { background-color: #C4CBD0 !important;}
.bg-scroll-hover:hover { background-color: #C4CBD0 !important;}
.bg-scroll-before-hover:hover::before { background-color: #C4CBD0 !important;}
.bg-scroll-after-hover:hover::after { background-color: #C4CBD0 !important;}
.bg-badge { background-color: #DC0D00 !important;}
.bg-badge-before::before { background-color: #DC0D00 !important;}
.bg-badge-after::after { background-color: #DC0D00 !important;}
.bg-badge-hover:hover { background-color: #DC0D00 !important;}
.bg-badge-before-hover:hover::before { background-color: #DC0D00 !important;}
.bg-badge-after-hover:hover::after { background-color: #DC0D00 !important;}
.bg-tooltip { background-color: #051A26E6 !important;}
.bg-tooltip-before::before { background-color: #051A26E6 !important;}
.bg-tooltip-after::after { background-color: #051A26E6 !important;}
.bg-tooltip-hover:hover { background-color: #051A26E6 !important;}
.bg-tooltip-before-hover:hover::before { background-color: #051A26E6 !important;}
.bg-tooltip-after-hover:hover::after { background-color: #051A26E6 !important;}
.bg-mask { background-color: #00000080 !important;}
.bg-mask-before::before { background-color: #00000080 !important;}
.bg-mask-after::after { background-color: #00000080 !important;}
.bg-mask-hover:hover { background-color: #00000080 !important;}
.bg-mask-before-hover:hover::before { background-color: #00000080 !important;}
.bg-mask-after-hover:hover::after { background-color: #00000080 !important;}
.bg-default_g { background-color: #D6D6D6 !important;}
.bg-default_g-before::before { background-color: #D6D6D6 !important;}
.bg-default_g-after::after { background-color: #D6D6D6 !important;}
.bg-default_g-hover:hover { background-color: #D6D6D6 !important;}
.bg-default_g-before-hover:hover::before { background-color: #D6D6D6 !important;}
.bg-default_g-after-hover:hover::after { background-color: #D6D6D6 !important;}
.bg-transparent { background-color: transparent !important;}
.bg-transparent-before::before { background-color: transparent !important;}
.bg-transparent-after::after { background-color: transparent !important;}
.bg-transparent-hover:hover { background-color: transparent !important;}
.bg-transparent-before-hover:hover::before { background-color: transparent !important;}
.bg-transparent-after-hover:hover::after { background-color: transparent !important;}
.bd-black { border-color: #000000 !important;}
.bd-black-hover:hover { border-color: #000000 !important;}
.bd-white { border-color: #FFFFFF !important;}
.bd-white-hover:hover { border-color: #FFFFFF !important;}
.bd-primary { border-color: #2B3133 !important;}
.bd-primary-hover:hover { border-color: #2B3133 !important;}
.bd-secondary { border-color: #838B8D !important;}
.bd-secondary-hover:hover { border-color: #838B8D !important;}
.bd-disabled { border-color: #ADB4B6 !important;}
.bd-disabled-hover:hover { border-color: #ADB4B6 !important;}
.bd-loss { border-color: #DC0D00 !important;}
.bd-loss-hover:hover { border-color: #DC0D00 !important;}
.bd-inverse { border-color: #E6EAEC !important;}
.bd-inverse-hover:hover { border-color: #E6EAEC !important;}
.bd-attention { border-color: #005AC5 !important;}
.bd-attention-hover:hover { border-color: #005AC5 !important;}
.bd-link { border-color: #2BA2BC !important;}
.bd-link-hover:hover { border-color: #2BA2BC !important;}
.bd-primary_main { border-color: #1F415F !important;}
.bd-primary_main-hover:hover { border-color: #1F415F !important;}
.bd-primary_light { border-color: #55708B !important;}
.bd-primary_light-hover:hover { border-color: #55708B !important;}
.bd-primary_dark { border-color: #051A26 !important;}
.bd-primary_dark-hover:hover { border-color: #051A26 !important;}
.bd-primary_soft { border-color: #4A6683 !important;}
.bd-primary_soft-hover:hover { border-color: #4A6683 !important;}
.bd-secondary_main { border-color: #00A743 !important;}
.bd-secondary_main-hover:hover { border-color: #00A743 !important;}
.bd-secondary_light { border-color: #9DDDAB !important;}
.bd-secondary_light-hover:hover { border-color: #9DDDAB !important;}
.bd-secondary_dark { border-color: #00714E !important;}
.bd-secondary_dark-hover:hover { border-color: #00714E !important;}
.bd-error_main { border-color: #DC0D00 !important;}
.bd-error_main-hover:hover { border-color: #DC0D00 !important;}
.bd-error_light { border-color: #F8AC94 !important;}
.bd-error_light-hover:hover { border-color: #F8AC94 !important;}
.bd-error_dark { border-color: #A80B0B !important;}
.bd-error_dark-hover:hover { border-color: #A80B0B !important;}
.bd-warning_main { border-color: #DDC806 !important;}
.bd-warning_main-hover:hover { border-color: #DDC806 !important;}
.bd-warning_light { border-color: #FFF9C1 !important;}
.bd-warning_light-hover:hover { border-color: #FFF9C1 !important;}
.bd-warning_dark { border-color: #DEA208 !important;}
.bd-warning_dark-hover:hover { border-color: #DEA208 !important;}
.bd-success_main { border-color: #00A743 !important;}
.bd-success_main-hover:hover { border-color: #00A743 !important;}
.bd-success_light { border-color: #9DDDAB !important;}
.bd-success_light-hover:hover { border-color: #9DDDAB !important;}
.bd-success_dark { border-color: #0B9D3D !important;}
.bd-success_dark-hover:hover { border-color: #0B9D3D !important;}
.bd-default_bd { border-color: #D6D6D6 !important;}
.bd-default_bd-hover:hover { border-color: #D6D6D6 !important;}
.bd-input_bd { border-color: #D6D6D6 !important;}
.bd-input_bd-hover:hover { border-color: #D6D6D6 !important;}
.bd-light_bd { border-color: #F4F4F4 !important;}
.bd-light_bd-hover:hover { border-color: #F4F4F4 !important;}
.bd-blue { border-color: #4993CD !important;}
.bd-blue-hover:hover { border-color: #4993CD !important;}
.bd-green { border-color: #4EC7A2 !important;}
.bd-green-hover:hover { border-color: #4EC7A2 !important;}
.bd-yellow { border-color: #DF9D10 !important;}
.bd-yellow-hover:hover { border-color: #DF9D10 !important;}
.bd-darkblue { border-color: #687CB7 !important;}
.bd-darkblue-hover:hover { border-color: #687CB7 !important;}
.bd-red { border-color: #EA868C !important;}
.bd-red-hover:hover { border-color: #EA868C !important;}
.bd-purple { border-color: #AE76C7 !important;}
.bd-purple-hover:hover { border-color: #AE76C7 !important;}
.bd-orange { border-color: #E55F35 !important;}
.bd-orange-hover:hover { border-color: #E55F35 !important;}
.bd-darkgreen { border-color: #A2BF50 !important;}
.bd-darkgreen-hover:hover { border-color: #A2BF50 !important;}
.bd-gray { border-color: #ADB4B6 !important;}
.bd-gray-hover:hover { border-color: #ADB4B6 !important;}
.bd-blue_light { border-color: #80B4DD !important;}
.bd-blue_light-hover:hover { border-color: #80B4DD !important;}
.bd-green_light { border-color: #82D88E !important;}
.bd-green_light-hover:hover { border-color: #82D88E !important;}
.bd-yellow_light { border-color: #E9BB58 !important;}
.bd-yellow_light-hover:hover { border-color: #E9BB58 !important;}
.bd-darkblue_light { border-color: #B0B9E6 !important;}
.bd-darkblue_light-hover:hover { border-color: #B0B9E6 !important;}
.bd-red_light { border-color: #F1ABAF !important;}
.bd-red_light-hover:hover { border-color: #F1ABAF !important;}
.bd-purple_light { border-color: #CCABDB !important;}
.bd-purple_light-hover:hover { border-color: #CCABDB !important;}
.bd-orange_light { border-color: #ED8F72 !important;}
.bd-orange_light-hover:hover { border-color: #ED8F72 !important;}
.bd-darkgreen_light { border-color: #CCE190 !important;}
.bd-darkgreen_light-hover:hover { border-color: #CCE190 !important;}
.bd-gray_light { border-color: #CCCCCC !important;}
.bd-gray_light-hover:hover { border-color: #CCCCCC !important;}
.bd-emphasis { border-color: #DC0D00 !important;}
.bd-emphasis-hover:hover { border-color: #DC0D00 !important;}


/* label */
.label-yellow-border {
	background: #FFFFFF !important;
	color: #DF9D10 !important;
	border: 1px solid #DF9D10;
}

.label-darkblue-border {
	background: #FFFFFF !important;
	color: #8E9BDB !important;
	border: 1px solid #8E9BDB;
}

.label-red-border {
	background: #FFFFFF !important;
	color: #EA868C !important;
	border: 1px solid #EA868C;
}

.label-purple-border {
	background: #FFFFFF !important;
	color: #B687CB !important;
	border: 1px solid #B687CB;
}

.label-orange-border {
	background: #FFFFFF !important;
	color: #E55F35 !important;
	border: 1px solid #E55F35;
}

.label-gray-border {
	background: #FFFFFF !important;
	color: #ADB4B6 !important;
	border: 1px solid #ADB4B6;
}

.label-black-border {
	background: #FFFFFF !important;
	color: #2B3133 !important;
	border: 1px solid #2B3133;
}

.label-white-border {
	background: #FFFFFF !important;
	color: #1F415F !important;
	border: 1px solid #1F415F;
}

.label-graydash-border {
	background: #FFFFFF !important;
	color: #838B8D !important;
	border: 1px dashed #D6D6D6;
}



/* tag */

.hashtag {
	background: #FFFFFF !important;
	color: #1F415F !important;
	border: #D6D6D6;
}

/* graph */
.graph-blue {
	background: #2BA2BC !important;
}

.graph-blue-border {
	background: #FFFFFF !important;
	color: #2BA2BC !important;
	border: 1px solid #2BA2BC;
}

.graph-green {
	background: #00A743 !important;
}

.graph-green-border {
	background: #FFFFFF !important;
	color: #00A743 !important;
	border: 1px solid #00A743;
}

.graph-yellow {
	background: #DDC806 !important;
}

.graph-yellow-border {
	background: #FFFFFF !important;
	color: #DDC806 !important;
	border: 1px solid #DDC806;
}

.graph-darkblue {
	background: #8E9BDB !important;
}

.graph-darkblue-border {
	background: #FFFFFF !important;
	color: #8E9BDB !important;
	border: 1px solid #8E9BDB;
}

.graph-red {
	background: #E55F35 !important;
}

.graph-red-border {
	background: #FFFFFF !important;
	color: #E55F35 !important;
	border: 1px solid #E55F35;
}

.graph-purple {
	background: #9E8CD0 !important;
}

.graph-purple-border {
	background: #FFFFFF !important;
	color: #9E8CD0 !important;
	border: 1px solid #9E8CD0;
}

.graph-gray {
	background: #C4CBD0 !important;
}

.graph-gray-border {
	background: #FFFFFF !important;
	color: #C4CBD0 !important;
	border: 1px solid #C4CBD0;
}

.graph-black {
	background: #1F415F !important;
}

.graph-black-border {
	background: #FFFFFF !important;
	color: #1F415F !important;
	border: 1px solid #1F415F;
}

.graph-secondary-border {
	background: #FFFFFF !important;
	color: #838B8D !important;
	border: 1px solid #838B8D;
}

.graph-plan {
	background: #9E8CD0 !important;
}

.graph-achievement {
	background: #DDC806 !important;
}

/* graph/hover */
.graph-hover-blue {
	background: #D3E9EE !important;
}

.graph-hover-green {
	background: #9DDDAB !important;
}

.graph-hover-yellow {
	background: #FFF9C1 !important;
}

.graph-hover-darkblue {
	background: #DEE1F5 !important;
}

.graph-hover-red {
	background: #F8AC94 !important;
}

.graph-hover-purple {
	background: #EADBF0 !important;
}

.graph-hover-gray {
	background: #E8EAEE !important;
}

/* segment map */
.segment-map-0 {
	background: #63BE7B !important;
}

.segment-map-1-19 {
	background: #FFEB84 !important;
}

.segment-map-20-39 {
	background: #FFDE82 !important;
}

.segment-map-40-59 {
	background: #FECE7F !important;
}

.segment-map-60-79 {
	background: #FECA7E !important;
}

.segment-map-80-99 {
	background: #FDB97B !important;
}

.segment-map-100-119 {
	background: #FDB87B !important;
}

.segment-map-120-139 {
	background: #FCAF79 !important;
}

.segment-map-140-159 {
	background: #FCA176 !important;
}

.segment-map-180-199 {
	background: #FB8F73 !important;
}

.segment-map-200- {
	background: #F8696B !important;
}

/* segment map/hover */
.segment-map-hover-0 {
	background: #63BE7B !important;
	opacity: 0.7;
}

.segment-map-hover-1-19 {
	background: #FFEB84 !important;
	opacity: 0.7;
}

.segment-map-hover-20-39 {
	background: #FFDE82 !important;
	opacity: 0.7;
}

.segment-map-hover-40-59 {
	background: #FECE7F !important;
	opacity: 0.7;
}

.segment-map-hover-60-79 {
	background: #FECA7E !important;
	opacity: 0.7;
}

.segment-map-hover-80-99 {
	background: #FDB97B !important;
	opacity: 0.7;
}

.segment-map-hover-100-119 {
	background: #FDB87B !important;
	opacity: 0.7;
}

.segment-map-hover-120-139 {
	background: #FCAF79 !important;
	opacity: 0.7;
}

.segment-map-hover-140-159 {
	background: #FCA176 !important;
	opacity: 0.7;
}

.segment-map-hover-180-199 {
	background: #FB8F73 !important;
	opacity: 0.7;
}

.segment-map-hover-200- {
	background: #F8696B !important;
	opacity: 0.7;
}

/* other */
.other-scroll {
	background: #C4CBD0 !important;
}

.other-badge {
	background: #DC0D00 !important;
}

.other-tooltip {
	background: #051A26 !important;
	opacity: 0.9;
}

.other-mask {
	background: #000000 !important;
	opacity: 0.5;
}
/* legend */
.legendMaster-red:before {
	background: #EA868C !important;
}
.legendMaster-yellow:before {
	background: #DF9D10 !important;
}
.legendMaster-green:before {
	background: #4CC6A1 !important;
}
.legendMaster-blue:before {
	background: #4993CD !important;
}
.legendMaster-darkblue:before {
	background: #8E9BDB !important;
}
.legendMaster-purple:before {
	background: #B687CB !important;
}
.legendMaster-gray:before {
	background: #ADB4B6 !important;
}
.legendMaster-black:before {
	background: #2B3133 !important;
}

/* graph-legend */
.graph-legend-blue:before {
	background: #2BA2BC !important;
}
.graph-legend-green:before {
	background: #00A743 !important;
}
.graph-legend-yellow:before {
	background: #DDC806 !important;
}
.graph-legend-darkblue:before {
	background: #8E9BDB !important;
}
.graph-legend-red:before {
	background: #E55F35 !important;
}
.graph-legend-purple:before {
	background: #9E8CD0 !important;
}
.graph-legend-gray:before {
	background: #C4CBD0 !important;
}
.graph-legend-black:before {
	background: #1F415F !important;
}
.graph-legend-plan:before {
	background-image: url(../img/icon_original/graph-legend-plan.png);
}
.graph-legend-achivement:before {
	background-image: url(../img/icon_original/graph-legend-achivement.png);
}
.graph-legend-schdule:before {
	background-image: url(../img/icon_original/graph-legend-schdule.png);
}


/* background */
.bg-default {
	background: #F3F3F3 !important;
}


.color-box{
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
}

.color-box-border{
	border : solid 1px #333 ;
}

.bd-green_main {
	border-color: #00A743 !important;
}
.bg-green_ultra-light {
	background: #E0F4E2 !important;
}

.bd-function_danger {
	border-color: #DC0D00 !important;
}
.bg-orange_ultra-light {
	background: #F8EAE7 !important;
}

.bd-yellow_main {
	border-color: #DDC806 !important;
}
.bg-yellow_ultra-light {
	background: #FFF9C1 !important;
}

/* hover */
.bg-hover_bg-hover:hover .bg-default_bg {
	background-color: #2291AA00 !important;
}

/*background*/
.bg-orange_bg { background-color: #FEF1D5 !important;}
.bg-orange_bg-before::before { background-color: #FEF1D5 !important;}
.bg-orange_bg-after::after { background-color: #FEF1D5 !important;}
.bg-orange_bg-hover:hover { background-color: #FEF1D5 !important;}
.bg-orange_bg-before-hover:hover::before { background-color: #FEF1D5 !important;}
.bg-orange_bg-after-hover:hover::after { background-color: #FEF1D5 !important;}