@media only screen and (max-width:1280px){.hidden-1280{display:none!important}}
@media only screen and (max-width:1200px){.hidden-1200{display:none!important}}
@media only screen and (max-width:1100px){.hidden-1100{display:none!important}}
@media only screen and (max-width:1000px){.hidden-1000{display:none!important}}
@media only screen and (max-width:900px){.hidden-900{display:none!important}}
@media only screen and (max-width:800px){.hidden-800{display:none!important}}
@media only screen and (max-width:700px){.hidden-700{display:none!important}}
@media only screen and (max-width:500px){.hidden-500{display:none!important}}
@media only screen and (max-width:600px){.hidden-600{display:none!important}}
@media only screen and (max-width:500px){.hidden-500{display:none!important}}
@media only screen and (max-width:400px){.hidden-400{display:none!important}}
@media only screen and (max-width:380px){.hidden-380{display:none!important}}

.form-select2 {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 152%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.font_link_blue:link    { font-size: 15px; color: #0d6efd; text-decoration: none; }
.font_link_blue:visited { font-size: 15px; color: #5f5c5c; text-decoration: none; }
.font_link_blue:hover   { font-size: 15px; color: #990000; text-decoration: underline; }
.font_link_blue:active  { font-size: 15px; color: #990000; text-decoration: underline; }

.font_link_red:link    { font-size: 15px; color: #4b75c4; text-decoration: none; }
.font_link_red:visited { font-size: 15px; color: #4b75c4; text-decoration: none; }
.font_link_red:hover   { font-size: 15px; color: #8e5248; text-decoration: underline; }
.font_link_red:active  { font-size: 15px; color: #4b75c4; text-decoration: underline; }

.font_link_blue2    { font-size: 16px; color: #4b75c4; text-decoration: none; font-weight:bold;}
.font_link_red3    { font-size: 16px; color: #990000; text-decoration: none; font-weight:bold;}
.font_link_green    { font-size: 16px; color: #3c8248; text-decoration: none; font-weight:bold;}

.font_link_red2:link    { font-size: 13px; color: #747272; text-decoration: none; }
.font_link_red2:visited { font-size: 13px; color: #747272; text-decoration: none; }
.font_link_red2:hover   { font-size: 13px; color: #990000; text-decoration: underline; }
.font_link_red2:active  { font-size: 13px; color: #747272; text-decoration: underline; }

.font_13 { font-size: 13px; }
.font_14 { font-size: 14px; }
.font_15 { font-size: 15px!important; }
.font_16 { font-size: 16px!important; }
.font_brown { color:#474848!important; vertical-align:middle!important; }
.font_brown_bold { color:#5b5c5c!important; vertical-align:middle!important;font-weight:bold!important; }
.font_white { vertical-align:middle!important; }
.workflow_head { font-size: 16px!important;vertical-align:middle!important;color:#474848!important; }
.workflow_icon { font-size: 20px!important;vertical-align:middle!important;color:#474848!important; }

.center { text-align: center!important; }
