.main_bg {
  background-color: #ffffff;
  padding: 15px 30px 41px 30px;
  margin-bottom: 20px;"
}
.main__title {
  margin-bottom: 20px;
}
.main-title {
  font-size: 26px;
  line-height: 38px;
  font-family: 'Roboto-Slab';
  color: #000000;
}
@media (min-width: 1280px) {
  .main-title {
    font-size: 36px;
    line-height: 48px;
  }
}

.button, .button:link, .button:visited {border: 1px solid #f0f0f0; width: 20px; padding: 3px;font-weight: bold; color: #666666; text-decoration: none; display: inline-block; text-align: center;}
.button:hover {background-color: #dddddd; color: #880000; text-decoration: none;}

/* Alert */
div.alert.gray {color: #fff !important; background-color: #808080 !important; border: 1px solid #505050 !important;}
div.alert.red {color: #fff !important; background-color: #c60f13 !important; border: 1px solid #880000 !important;}
div.alert.green {color: #fff !important; background-color: #5da423 !important; border: 1px solid #237000 !important;}
div.alert.yellow {color: #fff !important; background-color: #B9BB0E !important; border: 1px solid #818600 !important;}

/* Form */
fieldset .red {border-color: #C60F13 !important; background-color: #FFE9DA !important; color: maroon !important;}
fieldset small {width: 100%; font-size: 80%; display: block; border-color: #dddddd; color: #444; background-color: #dddddd; padding: 2px 4px;font-weight: bold; margin: 0;}
fieldset small.red {border-color: #C60F13; color: #ffffff; background-color: #C60F13;}

/* ORD Marker */
.markerORD_main {
  position: relative;
  display: inline-block;
}
.markerORD_div {
  position: absolute;
  top: 6px;
  right: 70px;
  z-index: 2;
  cursor: pointer;
}
.markerORD_div:hover .markerORD_info{
  display: block;
}
.markerORD_font {
  position: absolute;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  background: rgba(0,0,0,.18);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  padding: 3px 6px 2px;
}
.markerORD_info {
  display: none;
  position: absolute;
  top: -4px; /*25*/
  width: 200px;
  right: -69px;  /*60*/
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
}
.markerORD_info-stop:after {
  content:'';
  position: absolute;
  left: 80%;
  top: -15px;
  border: 10px solid transparent;
  border-bottom: 5px solid #fff;
}
