@charset "UTF-8";
.bg_gray { background: #eee !important;}
.bg_red { background: #e50112 !important;}
.bg_yellow { background: #fbe201 !important;}
.bg_gold { background: #c0b14c !important;}
.bg_beige { background: rgba(255, 249, 177, 0.2) !important;}

.bg_wine {
 background: #ac222f !important;
 padding: 0 7px;
}

.bg_orange { background: #efa800 !important;}
.bg_green { background: #14944a !important;}
.br_none { border: none !important;}

.c_black { color: #000;}
.c_brown { color: #5e2e2e;}
.c_blue { color: #39b8b6;}
.c_brown { color: #a91000;}
.c_red { color: #ec1234 !important;}
.c_white { color: #fff;}
.c_pink { color: #e2007e;}
.c_yellow {	color: #ff0 !important;}

.c_vimeo { color: #1c92e9;}
.c_xls { color: #1c790d;}
.c_word { color: #2b7cd3;}

.clear { clear: both;}

.fw_600 { font-weight: 600;}

.fs_50p { font-size: 50% !important;}
.fs_60p { font-size: 60% !important;}
.fs_70p { font-size: 70% !important;}
.fs_80p { font-size: 80% !important;}
.fs_90p { font-size: 90% !important;}
.fs_100p { font-size: 100% !important;}
.fs_110p { font-size: 110% !important;}
.fs_115p { font-size: 115% !important;}
.fs_120p { font-size: 120% !important;}
.fs_130p { font-size: 130% !important;}
.fs_140p { font-size: 140% !important;}
.fs_150p { font-size: 150% !important;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}

.td_under { text-decoration: underline;}
.td_under2 {
  padding-bottom: 1px;
  border-bottom: solid 2px #000;
}
.td_yellow { border-bottom: solid 3px #fffa22 !important;}
.td_red { border-bottom: solid 3px #f00 !important;}

.mt_0 { margin-top: 0 !important;}
.mt_5 { margin-top: 5px !important;}
.mt_10 { margin-top: 10px !important;}
.mt_20 { margin-top: 20px !important;}
.mt_30 { margin-top: 30px !important;}

.mb_0 { margin-bottom: 0 !important;}
.mb_5 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}
.mb_50 { margin-bottom: 50px !important;}

.pb_0 { padding-bottom: 0 !important;}
.pb_10 { padding-bottom: 10px !important;}
.pb_20 { padding-bottom: 20px !important;}


.nolist { list-style: none !important;}

.txtidt li {
 list-style-position: inside !important;
 margin-bottom: 3px;
 text-indent: -0.8rem;
 margin-left: 1rem;
 word-break: break-all;
}

.txtidt li:last-child { margin-bottom: 0;}

.clist { text-align: center;}
.clist ul { display: inline-block;}

.marker_yellow { background: linear-gradient(transparent 50%, #f0f05a 50%, #f0f05a 100% , transparent 100%);}
.marker_green { background: linear-gradient(transparent 60%, #44d62d 60%, #44d62d 100% , transparent 100%);}


@media print, screen and (max-width: 800px) {}