/* Bootstrap 5 compatibility layer for Bootstrap 3/4 (alpha) classes used by yu.su modules
   + custom site styles recovered from original customized bootstrap.css */

.hidden-md-down {
  display: none !important;
}
@media (min-width: 992px) {
  .hidden-md-down {
    display: block !important;
  }
}

.hidden-lg-up {
  display: block;
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.card-block {
  padding: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card-block-basket {
  padding: 1.25rem;
}

.img-circle {
  border-radius: 50%;
}

.btn-block {
  display: block;
  width: 100%;
}

.text-xs-center {
  text-align: center;
}

.fade.in {
  opacity: 1;
}

.collapse.in {
  display: block;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-header .close,
.alert-dismissible .close {
  position: relative;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.form-control-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}

.input-group-addon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group > .input-group-addon:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-addon:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon.input-group-addon-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.modal-title {
  line-height: 1.5;
}

.bd-example-modal-lg .modal-dialog {
  max-width: 800px;
}

.f13 {
  font-size: 13px;
}

/* ===== more classes recovered from backup bootstrap.css (BS4 alpha base + custom) ===== */

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.btn-gre2,
.btn-youtube,
.btn-rutube {
  padding: 6px 12px;
  font-size: 15px;
}
.btn-rutube {
  color: #fff;
  background: #ED143B;
  border-color: #ED143B;
}
.btn-rutube:hover {
  color: #fff;
  background: #FF153F;
  border-color: #FF153F;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control + .custom-control {
  margin-left: 1rem;
}
.custom-controls-stacked .custom-control {
  display: inline;
}
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: .0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}
.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.form-control-file {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
}
.form-inline .form-control-label {
  margin-bottom: 0;
  vertical-align: middle;
}

.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}

.m-b-0 { margin-bottom: 0 !important; }
.m-b-1 { margin-bottom: 1rem !important; }
.m-t-1 { margin-top: 1rem !important; }
.m-t-2 { margin-top: 1.5rem !important; }
.m-y-0 { margin-top: 0 !important; margin-bottom: 0 !important; }
.p-b-1 { padding-bottom: 1rem !important; }
.p-t-0 { padding-top: 0 !important; }
.pull-xs-right { float: right !important; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1.0);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #0275D8;
}
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.tag:empty { display: none; }
.btn .tag { position: relative; top: -1px; }
a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.tag-default { background-color: #818a91; }
.tag-primary { background-color: #0275d8; }
.tag-success { background-color: #5cb85c; }
.tag-warning { background-color: #f0ad4e; }

/* show_ref: hidden list menu like show_adv */
.show_ref { display: none; }
.show_ref ul { margin: 0; padding: 0; }
.show_ref ul li { background: #00AD76; }
.show_ref ul li a { color: #FFF; }
.show_ref ul li,
.mobile-left-menu-li,
.mobile-left-menu-li-red,
.mobile-left-menu-li-exit,
.show_adv ul li {
  width: auto;
  height: 38px;
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  color: #FFF;
  padding: 12px 0 0 0;
}

/* ===== custom site styles recovered from original bootstrap.css ===== */

.alert-danger-task {
  background-color: #F8D7DA;
  border-color: #F5C6CB;
  color: #721c24;
  border-radius: 0px;
}
.alert-danger-task2 {
  background: #FFF4F5;
  border-color: #FFE8EA;
  color: #FF7580;
  border-radius: 0px;
}
.alert-danger-task hr { border-top-color: #e4b9b9; }
.alert-danger-task .alert-link { color: #843534; }

.alert-info2 {
  background-color: #D1ECF1;
  border-color: #BEE5EB;
  color: #0C5460;
}
.alert-info2 hr { border-top-color: #a6d5ec; }
.alert-info2 .alert-link { color: #245269; }

.alert-info-task {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
  border-radius: 0px;
}
.alert-info-task hr { border-top-color: #a6d5ec; }
.alert-info-task .alert-link { color: #245269; }

.alert-success2 {
  background-color: #F1F9F7;
  border-color: #DCEDE5;
  color: #1D9D74;
}
.alert-success2 hr { border-top-color: #c1e2b3; }
.alert-success2 .alert-link { color: #2b542c; }

.alert-success-task {
  background-color: #F1F9F7;
  border-color: #DCEDE5;
  color: #1D9D74;
  border-radius: 0px;
}
.alert-success-task hr { border-top-color: #c1e2b3; }
.alert-success-task .alert-link { color: #2b542c; }

.alerttask {
  padding: 0.7rem;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}

.alert-warning-task {
  background-color: #fcf8e3;
  border-color: #EDDFC4;
  color: #8a6d3b;
  border-radius: 0px;
}
.alert-warning-task hr { border-top-color: #f7ecb5; }
.alert-warning-task .alert-link { color: #66512c; }

.bg-faded2 { background-color: #fff; }
.bgtd { max-width: 130px; }

.btn-block2 {
  display: block;
  width: 91%;
}

.btn-gre2,
.btn-youtube {
  padding: 6px 12px;
  font-size: 15px;
}
.btn-gre {
  color: #00AD76;
  background-color: #fff;
  border-color: #00AD76;
}
.btn-gre2 {
  color: #fff;
  background-color: #33bd91;
  border-color: #33bd91;
}
.btn-gre:hover {
  color: #fff;
  background-color: #00AD76;
  border-color: #00AD76;
}
.btn-gre2:hover {
  color: #fff;
  background-color: #00AD76;
  border-color: #00AD76;
}
.btn-searh { height: 21px; }
.btn-youtube {
  color: #fff;
  background: #ff7d7d;
  border-color: #ff7d7d;
}
.btn-youtube:hover {
  color: #fff;
  background: #ff5c5c;
  border-color: #ff5c5c;
}

.divava { margin-top: 15px; }
.divava img { width: 50px; height: 50px; }

.form-control3 {
  min-width: 100px;
  height: auto;
  border: 1px solid #999;
  color: #999;
  background: #fff;
  padding: 5px 10px 6px 10px;
  margin: 0 0 10px 0;
  display: inline-block;
  font-size: 14px;
  cursor: not-allowed;
}

.imgmoney { margin-top: 4px; margin-bottom: -4px; }
.input-fix { border-radius: 0.25rem; }
.ist i { font-size: 27.5px; }

.lilogo { padding-right: 22.5px; }
.lilogo a img { position: relative; left: 0px; top: 5px; height: 36px; width: auto; }

.list-group-itemsc {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.mobile-addreyting,
.mobile-addreytingn {
  background: url(/theme/images/mobile/ratplus.png);
  width: 64px;
  height: 64px;
  margin: -10px 0 0 45px;
  cursor: pointer;
}
.mobile-addreytingn {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.mobile-addreyting:hover { opacity: 0.8; }

.mobile-block-header-left {}

.mobile-block-left-1 { float: right; }
.mobile-block-left-2 { float: right; margin: 5px 0 0 0; }
.mobile-block-left-3 { float: right; margin: -5px 0 0 0; }

.mobile-left-menu {
  width: 760px;
  margin: 15px 0 0 15px;
}
.mobile-left-menu-li,
.mobile-left-menu-li-red,
.mobile-left-menu-li-exit,
.show_adv ul li {
  width: auto;
  height: 38px;
  margin: 5px 0 0 0;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  color: #FFF;
  padding: 12px 0 0 0;
}
.mobile-left-menu-li { background: #2576D4; }
.mobile-left-menu-li-red { background: #D65152; }
.mobile-left-menu-li-exit { background: #708090; }

.prline { width: 120px; height: 20px; margin-top: 10px; }
.regavto { width: 800px; margin: 50px -22.5px 0 0; }

.show_adv { display: none; }
.show_adv ul { margin: 0; padding: 0; }
.show_adv ul li { background: #00AD76; }
.show_adv ul li a { color: #FFF; }

.smltd { width: 40px; }
.smtd { width: 30px; }

.table2 { width: 100%; max-width: 100%; margin-bottom: 1rem; border-collapse: collapse !important; }
.table2 th { background-color: #fff !important; }
.table2 tbody tr:nth-child(even) { background: #f9f9f9; }
.table2 td { padding: 0.5rem 0.75rem; vertical-align: top; border-top: 1px solid #eceeef; }
.table2 thead th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table2 tbody + tbody { border-top: 2px solid #eceeef; }
.table2 .table2 { background-color: #fff; }

.tablec { width: 100%; max-width: 100%; }
.tablec th, .tablec td { vertical-align: top; }

.tablemenu { width: 810px; margin: 50px auto -65px auto; }

.tables {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.tables tbody tr:nth-child(even) { background: #f9f9f9; }
.tables th, .tables td {
  padding: 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.tables td.tdpl0 { padding-left: 0; width: 449px; }
.tables thead tr td { font-weight: bold; }

.tablet {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.tablet thead td {
  padding: 0.75rem;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tablet tbody td {
  padding: 0.5rem 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #eceeef;
  border-top: 1px solid #eceeef;
}

.tnbut { width: 43px; float: right; }
.toggnavi { margin-top: -39px; float: right; }
.usmobmenu { margin-top: 50px; height: 400px; overflow-y: scroll; }
.w20pr { width: 20%; }
.w30pr { width: 30%; }
.w40pr { width: 40%; }
/* ===== Custom utility classes generated from inline styles (phase B) ===== */
.cs- { (.*?) }
.cs-0d1b8b40d786 { height: 15px; padding-top: 5px; padding-bottom: 9px; font-size: 15px; }
.cs-10ab435ec0b1 { padding: 3px; border-radius: 50px; background: #FDCFE9; color: #C74F96; }
.cs-16128ce1472c { width: 27.5px; height: 27.5; border-radius: 1px; padding: 0 10px 5px 0; }
.cs-1afcc73e5c32 { height: 10px; padding-top: 1px; padding-bottom: 6px; font-size: 12px; }
.cs-1b319dbcb5d4 { background: #F8F5F0; color: #B1978B; padding: 18px 10px 18px 10px; text-align: center; margin: 0 0 15px 0; }
.cs-1fa34c51c01f { left:350px;top:34px;color:#ffffff;background:#e25858;padding:2px 6px;border-radius:3px }
.cs-206a14fac668 { background-color:#ccc; border:none; padding:3px; margin-left:2px; color:#ffffff; font-size:10pt; }
.cs-376331efe873 { background: #F8F5F0; color: #B1978B; padding: 18px 10px 18px 10px; margin: 0 0 15px 0; }
.cs-419bfe0f42f5 { margin-top: 10px; padding: 20px 20px 0 20px; border-left: 2px dashed #0275d8; border-top: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; background-color: #FFFEF9; }
.cs-4697c3615c43 { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); }
.cs-5f072195ad88 { text-align: center; color: #777777; font-size: 12px; height: 220px; line-height: 220px; }
.cs-79932cfe7085 { margin:8px 0 20px 0;padding:15px;border:1px solid #ddd;border-radius:6px }
.cs-8de1ad3d881d { width: 445px; border-radius: 5px; background: #efffde; padding: 12px; }
.cs-8e09fe9f08be { padding: 3px; margin:1px; text-align:left; overflow-y: scroll; height: 400px; }
.cs-9fd216656bda { left:250px;top:34px;color:#ffffff;background:#e2a958;padding:2px 6px;border-radius:3px }
.cs-a51f5757f886 { font-family: 'PT Sans Caption', sans-serif; font-size: 15px; background-color: #fff; border-radius: 0.25rem; border: 1px solid #ddd; color: #818a91; padding: 5px 7.5px; }
.cs-aec79413e574 { padding: 0 0 20px 0; text-align: right; clear: both; position: relative; border-bottom: 1px dashed #ccc; width: 100%; }
.cs-b1c488762041 { width: 96%; height: 100px; margin: 10px 0 5px 0; border: 1px solid #aaa; border-radius: 1px; color: #777; }
.cs-b72e53d8aa2e { width: 521px; border-radius: 5px; background: #efffde; padding: 12px; }
.cs-background-1d4867-color-fff { background: #1D4867; color: #fff; }
.cs-background-1d8bae-color-fff { background: #1D8BAE; color: #fff; }
.cs-background-20c997-color-f2fcf9 { background: #20c997; color: #f2fcf9; }
.cs-background-20c997-color-f2fcf9-width-17-text-align-center { background: #20c997; color: #f2fcf9; width: 17%; text-align: center; }
.cs-background-3dc49b-color-fff { background: #3DC49B; color: #fff; }
.cs-background-5581b5-color-fff { background: #5581B5; color: #fff; }
.cs-background-58ad92-color-fff { background: #58AD92; color: #FFF; }
.cs-background-87ceeb-color-fff { background: #87CEEB; color: #fff; }
.cs-background-99ff99 { background: #99FF99; }
.cs-background-color-f7f7f7 { background-color: #f7f7f7; }
.cs-background-color-fff { background-color: #fff; }
.cs-background-color-fff-border-bottom-1pxsolidgray { background-color: #fff; border-bottom: 1px solid gray; }
.cs-background-color-fff-border-top-0 { background-color: #fff; border-top: 0; }
.cs-background-color-orange { background-color: orange; }
.cs-background-ed143b-color-fff { background: #ED143B; color: #fff; }
.cs-background-f2fcf9 { background: #f2fcf9; }
.cs-background-f2fcf9-color-20c997 { background: #f2fcf9; color: #20c997; }
.cs-background-fbeeed { background: #FBEEED; }
.cs-background-fcfffc { background: #FCFFFC; }
.cs-background-ff5c5c-color-fff { background: #ff5c5c; color: #fff; }
.cs-background-ff9900-color-fff { background: #FF9900; color: #fff; }
.cs-background-ffefef { background: #FFEFEF; }
.cs-background-fff { background: #fff; }
.cs-background-fff6c9 { background: #FFF6C9; }
.cs-background-fff6c9-font-weight-normal { background: #FFF6C9; font-weight: normal; }
.cs-background-white { background: white; }
.cs-border-1pxsolid-00ad76 { border: 1px solid #00AD76; }
.cs-border-1pxsolid-00ad76-color-00ad76 { border: 1px solid #00AD76; color: #00AD76; }
.cs-border-1pxsolid-f1f1f1-margin-5px000-padding-7-5px12-5px { border: 1px solid #f1f1f1; margin: 5px 0 0 0; padding: 7.5px 12.5px; }
.cs-border-1pxsolidorangered { border: 1px solid  orangered }
.cs-border-3pxdashed-ffef96-box-sizing-border-box { border: 3px dashed #FFEF96; box-sizing: border-box; }
.cs-border-bottom-1pxdashed { border-bottom: 1px dashed }
.cs-border-bottom-1pxsolid-00ad76 { border-bottom: 1px solid #00AD76; }
.cs-border-left-1pxsolid-0275d8 { border-left: 1px solid #0275d8; }
.cs-border-left-solid3px-00ad76 { border-left: solid 3px #00AD76; }
.cs-border-radius-15px { border-radius: 15px; }
.cs-border-radius-1px { border-radius: 1px; }
.cs-border-radius-30px { border-radius: 30px; }
.cs-border-radius-50px { border-radius: 50px; }
.cs-border-top-1pxsolid-333 { border-top: 1px solid #333; }
.cs-border-top-1pxsolid-ddd-margin-top-25px-padding-top-15px { border-top: 1px solid #ddd; margin-top: 25px; padding-top: 15px; }
.cs-border-top-1pxsolid-fcfcfc { border-top: 1px solid #FCFCFC; }
.cs-border-top-solid2px-f7f7f7 { border-top: solid 2px #F7F7F7; }
.cs-c42767168f6c { background: #F8F5F0; color: #B1978B; padding: 4px 0 4px 0; text-align: center; }
.cs-clear-both { clear: both; }
.cs-color-000 { color: #000; }
.cs-color-000000 { color:#000000 }
.cs-color-009688 { color:#009688 }
.cs-color-00a6e6 { color:#00A6E6 }
.cs-color-00acee { color: #00acee; }
.cs-color-00ad76 { color: #00AD76; }
.cs-color-0275d8-width-96-5-height-100px-border-radius-1px { color: #0275D8; width: 96.5%; height: 100px; border-radius: 1px; }
.cs-color-036cb5 { color:#036cb5 }
.cs-color-03a9f4 { color:#03a9f4 }
.cs-color-077db4 { color: #077DB4; }
.cs-color-0fa000 { color:#0FA000 }
.cs-color-100943 { color: #100943; }
.cs-color-1d4867 { color: #1D4867; }
.cs-color-1d4867-cursor-help { color: #1D4867; cursor: help; }
.cs-color-1d8bae { color: #1D8BAE; }
.cs-color-1d8bae-cursor-help { color: #1D8BAE; cursor: help; }
.cs-color-229ed9 { color: #229ED9; }
.cs-color-2576d4 { color: #2576D4; }
.cs-color-2787f5 { color: #2787F5; }
.cs-color-30a580 { color: #30A580; }
.cs-color-333333 { color: #333333 }
.cs-color-335783-text-decoramtion-none { color: #335783; text-decoramtion: none; }
.cs-color-34558b-text-decoration-none { color: #34558B; text-decoration: none; }
.cs-color-3b5998 { color: #3b5998; }
.cs-color-3b7d9a { color: #3B7D9A; }
.cs-color-3ba58b { color: #3BA58B; }
.cs-color-3cb371 { color: #3CB371; }
.cs-color-3dc49b { color: #3DC49B; }
.cs-color-3dc49b-cursor-help { color: #3DC49B; cursor: help; }
.cs-color-3f729b { color: #3f729b; }
.cs-color-4078cc { color:#4078CC }
.cs-color-4cb8e9 { color: #4cb8e9 }
.cs-color-4fc59a { color: #4FC59A; }
.cs-color-545454-padding-right-10px { color: #545454; padding-right: 10px; }
.cs-color-555 { color: #555; }
.cs-color-5581b5 { color: #5581B5; }
.cs-color-5581b5-cursor-help { color: #5581B5; cursor: help; }
.cs-color-5cb662 { color: #5CB662; }
.cs-color-77a542 { color: #77A542; }
.cs-color-800000 { color:#800000 }
.cs-color-8b3ffd { color: #8b3ffd; }
.cs-color-999 { color: #999; }
.cs-color-999999 { color: #999999; }
.cs-color-af0032 { color:#AF0032 }
.cs-color-b41014 { color:#b41014 }
.cs-color-c4302b { color: #c4302b; }
.cs-color-cd5c5c { color: #CD5C5C; }
.cs-color-d65152 { color: #D65152; }
.cs-color-d9534f-width-96-5-height-100px-border-radius-1px { color: #D9534F; width: 96.5%; height: 100px; border-radius: 1px; }
.cs-color-db7093-border-1pxsolid-db7093 { color: #DB7093; border: 1px solid #DB7093; }
.cs-color-dc143c { color: #DC143C; }
.cs-color-e25858 { color:#e25858 }
.cs-color-e5445b { color: #E5445B; }
.cs-color-e65069 { color: #E65069; }
.cs-color-ed143b { color: #ED143B; }
.cs-color-ed143b-cursor-help { color: #ED143B; cursor: help; }
.cs-color-ff5226 { color:#FF5226 }
.cs-color-ff5c5c { color: #ff5c5c; }
.cs-color-ff5c5c-cursor-help { color: #ff5c5c; cursor: help; }
.cs-color-ff8c00 { color:#FF8C00 }
.cs-color-ff9900 { color: #FF9900; }
.cs-color-ff9900-cursor-help { color: #FF9900; cursor: help; }
.cs-color-ffa500 { color: #ffa500; }
.cs-color-fff-font-size-14px-line-height-1-1em { color: #fff; font-size: 14px; line-height: 1.1em; }
.cs-color-forestgreen { color: forestgreen; }
.cs-color-red { color: red; }
.cs-color-red-font-weight-bold { color: red; font-weight: bold; }
.cs-color-series-color-padding-0 { color:{series.color};padding:0 }
.cs-cursor-help { cursor: help; }
.cs-cursor-not-allowed { cursor: not-allowed; }
.cs-d4653ec36b05 { margin-top: 10px; padding: 20px; border-left: 2px dashed #0275d8; border-top: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; background-color: #FFFEF9; }
.cs-d81119f2bfb1 { padding-top: 5px; padding-right: 7px;  margin-left: -16px; text-align:left }
.cs-d9a4afeb7325 { padding: 0; text-align: left; clear: both; position: relative; width: 100%; }
.cs-display { display: ; }
.cs-display-block { display:block }
.cs-display-inline-block { display:inline-block; }
.cs-display-inline-block-vertical-align-top-margin-top-2-5px { display: inline-block; vertical-align: top; margin-top: 2.5px; }
.cs-display-none { display:none }
.cs-display-none-line-height-16px { display: none; line-height: 16px; }
.cs-display-none-margin-20pxauto0auto { display: none; margin: 20px auto 0 auto; }
.cs-display-none-margin-right-15px { display: none; margin-right: 15px; }
.cs-display-none-margin-top-5px { display: none; margin-top: 5px; }
.cs-display-none-padding-10px0-line-height-16px { display: none; padding: 10px 0; line-height: 16px; }
.cs-display-none-width-271px-height-40px { display: none; width: 271px; height: 40px; }
.cs-float-right-margin-top-5px-color-29abe0-font-size-12px { float: right; margin-top: 5px; color: #29abe0; font-size: 12px; }
.cs-float-right-margin-top-neg4px { float: right; margin-top: -4px; }
.cs-font-family-tahoma-arial-font-size-11px-color-000 { font-family: Tahoma; Arial; font-size: 11px; color: #000; }
.cs-font-size-10px { font-size:10px }
.cs-font-size-11px { font-size: 11px; }
.cs-font-size-11px-color-red { font-size: 11px; color: red; }
.cs-font-size-12px { font-size: 12px; }
.cs-font-size-13px { font-size: 13px; }
.cs-font-size-13px-line-height-15px { font-size: 13px; line-height: 15px; }
.cs-font-size-13px-margin-0010px0 { font-size: 13px; margin: 0 0 10px 0; }
.cs-font-size-14px { font-size:14px }
.cs-font-size-16px { font-size: 16px; }
.cs-font-size-22px { font-size: 22px; }
.cs-font-size-28px-color-0275d8 { font-size: 28px; color: #0275d8; }
.cs-font-size-30px-margin-neg9px05px0 { font-size: 30px; margin: -9px 0 5px 0; }
.cs-height-10px-width-50px { height: 10px; width: 50px; }
.cs-height-15px-width-50px { height: 15px; width: 50px; }
.cs-height-16px-margin-neg25px00130px-position-absolute { height: 16px; margin: -25px 0 0 130px; position: absolute; }
.cs-height-16px-padding-5px20px15px20px { height: 16px; padding: 5px 20px 15px 20px; }
.cs-height-16px-width-104px { height: 16px; width: 104px; }
.cs-height-19px-width-620px-border-radius-0-25rem { height: 19px; width: 620px; border-radius: 0.25rem; }
.cs-height-19px-width-631px-border-radius-0-25rem { height: 19px; width: 631px; border-radius: 0.25rem; }
.cs-height-19px-width-90 { height: 19px; width: 90%; }
.cs-height-200px { height: 200px; }
.cs-height-210px { height: 210px; }
.cs-height-21px { height: 21px; }
.cs-height-22px { height: 22px; }
.cs-height-24px { height: 24px; }
.cs-height-300px-overflow-y-scroll { height: 300px; overflow-y: scroll; }
.cs-height-30px-border-radius-3px-border-1pxsolid-ded6ca { height: 30px; border-radius: 3px; border: 1px solid #DED6CA; }
.cs-height-30px-display-none { height: 30px; display: none; }
.cs-height-30px-font-size-13px-padding-4px10px010px { height: 30px; font-size: 13px; padding: 4px 10px 0 10px; }
.cs-height-30px-margin-top-neg9px { height: 30px; margin-top: -9px; }
.cs-height-52px-width-600px-border-1pxsolid-dbdbdb { height: 52px; width: 600px;  border: 1px solid #DBDBDB; }
.cs-height-600px-overflow-auto { height: 600px; overflow: auto; }
.cs-height-84px-width-557px { height: 84px; width: 557px; }
.cs-line-height-14px { line-height: 14px; }
.cs-line-height-15px { line-height: 15px; }
.cs-line-height-16px { line-height: 16px; }
.cs-margin-00035-5px { margin: 0 0 0 35.5px; }
.cs-margin-0010px0 { margin: 0 0 10px 0; }
.cs-margin-0010px0-color-999 { margin: 0 0 10px 0; color: #999; }
.cs-margin-0012-5px0-width-90-5-float-left { margin: 0 0 12.5px 0; width: 90.5%; float: left; }
.cs-margin-0015px0-clear-both-display-none { margin: 0 0 15px 0; clear: both; display: none; }
.cs-margin-0015px0-padding-7-5px12-5px { margin: 0 0 15px 0; padding: 7.5px 12.5px; }
.cs-margin-05px00 { margin: 0 5px 0 0; }
.cs-margin-0px-opacity-0-6-cursor-not-allowed { margin: 0px; opacity: 0.6; cursor: not-allowed; }
.cs-margin-10px { margin:10px }
.cs-margin-10px000 { margin: 10px 0 0 0; }
.cs-margin-10px0010px { margin: 10px 0 0 10px; }
.cs-margin-10px0025px { margin: 10px 0 0 25px; }
.cs-margin-10px05px0 { margin: 10px 0 5px 0; }
.cs-margin-10pxauto0auto { margin: 10px auto 0 auto; }
.cs-margin-10pxauto-text-align-center-display-none { margin: 10px auto; text-align: center; display: none; }
.cs-margin-15px0 { margin: 15px 0; }
.cs-margin-15px05px0 { margin: 15px 0 5px 0; }
.cs-margin-20px0020px { margin: 20px 0 0 20px; }
.cs-margin-20px20px00 { margin: 20px 20px 0 0; }
.cs-margin-25px { margin: 25px; }
.cs-margin-25px0060px { margin: 25px 0 0 60px; }
.cs-margin-2px3px2px0 { margin: 2px 3px 2px 0; }
.cs-margin-2px3px2px10px { margin: 2px 3px 2px 10px }
.cs-margin-5px015px-padding-7-5px12-5px { margin: 5px 0 15px; padding: 7.5px 12.5px; }
.cs-margin-5px0-padding-7-5px12-5px { margin: 5px 0; padding: 7.5px 12.5px; }
.cs-margin-80px0neg60px0 { margin: 80px 0 -60px 0; }
.cs-margin-bottom-0 { margin-bottom: 0; }
.cs-margin-bottom-10px { margin-bottom: 10px; }
.cs-margin-bottom-10px-marg { margin-bottom: 10px; marg }
.cs-margin-bottom-10px-width-125px { margin-bottom: 10px; width: 125px; }
.cs-margin-bottom-15px { margin-bottom: 15px; }
.cs-margin-bottom-20px { margin-bottom: 20px; }
.cs-margin-bottom-25px { margin-bottom: 25px; }
.cs-margin-bottom-5px { margin-bottom: 5px; }
.cs-margin-bottom-5px-width-100 { margin-bottom: 5px; width: 100%; }
.cs-margin-bottom-neg15px { margin-bottom: -15px; }
.cs-margin-bottom-neg3px { margin-bottom: -3px; }
.cs-margin-bottom-neg3px-margin-left-10px { margin-bottom: -3px; margin-left: 10px; }
.cs-margin-left-0px { margin-left: 0px; }
.cs-margin-left-10px-margin-right-neg10px { margin-left: 10px; margin-right: -10px; }
.cs-margin-left-15px { margin-left: 15px }
.cs-margin-left-180px { margin-left: 180px; }
.cs-margin-left-1px-height-100px-width-750px { margin-left: 1px; height: 100px; width: 750px; }
.cs-margin-left-47-5px { margin-left: 47.5px; }
.cs-margin-left-5px { margin-left: 5px; }
.cs-margin-left-7px { margin-left: 7px; }
.cs-margin-left-neg100px { margin-left: -100px; }
.cs-margin-left-neg10px { margin-left: -10px; }
.cs-margin-left-neg10px-margin-bottom-neg1px { margin-left: -10px; margin-bottom: -1px; }
.cs-margin-left-neg17px { margin-left: -17px; }
.cs-margin-neg10px030px0-padding-0-width-100 { margin: -10px 0 30px 0; padding: 0; width: 100%; }
.cs-margin-neg28px0035px { margin: -28px 0 0 35px; }
.cs-margin-right-neg350px { margin-right: -350px; }
.cs-margin-top-0px { margin-top: 0px; }
.cs-margin-top-10px { margin-top: 10px; }
.cs-margin-top-10px-color-333 { margin-top: 10px; color: #333; }
.cs-margin-top-10px-margin-bottom-35px { margin-top: 10px; margin-bottom: 35px; }
.cs-margin-top-12-5px { margin-top: 12.5px; }
.cs-margin-top-15px { margin-top: 15px; }
.cs-margin-top-15px-margin-bottom-5px { margin-top: 15px; margin-bottom: 5px; }
.cs-margin-top-1px-margin-bottom-neg5px { margin-top: 1px; margin-bottom: -5px; }
.cs-margin-top-20px { margin-top: 20px; }
.cs-margin-top-20px-margin-bottom-20px { margin-top: 20px; margin-bottom: 20px; }
.cs-margin-top-25px { margin-top: 25px; }
.cs-margin-top-2-5px { margin-top: 2.5px; }
.cs-margin-top-26px-margin-bottom-34px { margin-top: 26px; margin-bottom: 34px; }
.cs-margin-top-30px { margin-top: 30px; }
.cs-margin-top-31px { margin-top: 31px; }
.cs-margin-top-3-5px { margin-top: 3.5px; }
.cs-margin-top-36px-margin-bottom-34px { margin-top: 36px; margin-bottom: 34px; }
.cs-margin-top-5px { margin-top: 5px; }
.cs-margin-top-5px-padding-7-5px12-5px { margin-top: 5px; padding: 7.5px 12.5px; }
.cs-margin-top-5px-width-27 { margin-top: 5px; width: 27%; }
.cs-margin-top-5px-width-30 { margin-top: 5px; width: 30%; }
.cs-margin-top-7-5px { margin-top: 7.5px; }
.cs-margin-top-7px { margin-top: 7px; }
.cs-margin-top-9px-margin-bottom-neg11px { margin-top: 9px; margin-bottom: -11px; }
.cs-margin-top-neg10px { margin-top: -10px; }
.cs-margin-top-neg12px-line-height-12px { margin-top: -12px; line-height: 12px; }
.cs-margin-top-neg14px { margin-top: -14px; }
.cs-margin-top-neg1px { margin-top: -1px; }
.cs-margin-top-neg20px { margin-top: -20px; }
.cs-margin-top-neg27-5px { margin-top: -27.5px; }
.cs-margin-top-neg50px { margin-top: -50px; }
.cs-margin-top-neg5px { margin-top: -5px; }
.cs-margin-top-neg7px { margin-top: -7px; }
.cs-max-height-112px { max-height: 112px; }
.cs-max-width-113px-height-80px { max-width: 113px; height: 80px; }
.cs-max-width-350px-word-wrap-break-word { max-width: 350px; word-wrap: break-word; }
.cs-max-width-472px-min-width-572px-height-125px { max-width: 472px; min-width: 572px; height: 125px; }
.cs-max-width-636px { max-width: 636px; }
.cs-max-width-90-9-font-size-20px { max-width: 90.9%; font-size: 20px; }
.cs-min-height-1150px { min-height: 1150px; }
.cs-min-height-44px { min-height: 44px; }
.cs-min-height-600px { min-height: 600px; }
.cs-min-width-100px { min-width: 100px; }
.cs-min-width-120px { min-width: 120px; }
.cs-min-width-125px { min-width: 125px; }
.cs-min-width-150px { min-width: 150px; }
.cs-min-width-270px-text-align-left { min-width: 270px; text-align: left; }
.cs-min-width-500px-height-300px-margin-0auto { min-width: 500px; height: 300px; margin: 0 auto }
.cs-min-width-75px { min-width: 75px; }
.cs-opacity-0-4 { opacity: 0.4; }
.cs-opacity-0-5 { opacity: 0.5; }
.cs-overflow-hidden-height-inherit-border-bottom-none { overflow: hidden; height: inherit; border-bottom: none; }
.cs-padding-0 { padding:0 }
.cs-padding-010px010px { padding: 0 10px 0 10px; }
.cs-padding-015px025px { padding: 0 15px 0 25px; }
.cs-padding-02-5px010px { padding: 0 2.5px 0 10px; }
.cs-padding-0-25rem000 { padding: 0.25rem 0 0 0; }
.cs-padding-0-25rem0-75rem00 { padding: 0.25rem 0.75rem 0 0; }
.cs-padding-10px { padding: 10px; }
.cs-padding-10px010px10px { padding: 10px 0 10px 10px; }
.cs-padding-10px-text-align-center-width-90-margin-0auto { padding:10px; text-align:center; width:90%; margin:0 auto; }
.cs-padding-15px5px5px5px { padding: 15px 5px 5px 5px; }
.cs-padding-20px { padding: 20px; }
.cs-padding-20px0-text-align-center { padding: 20px 0; text-align: center; }
.cs-padding-2-5px000 { padding: 2.5px 0 0 0; }
.cs-padding-2-5px0010px { padding: 2.5px 0 0 10px; }
.cs-padding-3px-margin-1px-text-align-left { padding: 3px; margin: 1px; text-align: left }
.cs-padding-5px { padding: 5px; }
.cs-padding-5px20px5px20px-font-size-12px { padding: 5px 20px 5px 20px; font-size: 12px }
.cs-padding-5px5px15px5px-vertical-align-top { padding: 5px 5px 15px 5px; vertical-align: top; }
.cs-padding-8px { padding: 8px; }
.cs-padding-bottom-10px { padding-bottom: 10px; }
.cs-padding-left-10px { padding-left: 10px; }
.cs-padding-left-15px { padding-left: 15px; }
.cs-padding-left-17px { padding-left: 17px; }
.cs-padding-left-5px-color-c74f96 { padding-left: 5px; color: #C74F96; }
.cs-padding-top-10px { padding-top: 10px; }
.cs-padding-top-38px-max-width-400px-min-width-400px { padding-top: 38px; max-width: 400px; min-width: 400px; }
.cs-padding-top-38px-max-width-632px { padding-top: 38px; max-width: 632px }
.cs-padding-top-38px-max-width-632px-min-width-632px { padding-top: 38px; max-width: 632px; min-width: 632px; }
.cs-padding-top-45px { padding-top: 45px; }
.cs-padding-top-9px { padding-top: 9px; }
.cs-position { position: ; }
.cs-position-absolute-font-size-14px-margin-5px00150px { position: absolute; font-size: 14px; margin: 5px 0 0 150px; }
.cs-position-absolute-left-neg9999px { position:absolute; left:-9999px; }
.cs-position-absolute-width-500px-padding-10px { position: absolute; width: 500px; padding: 10px; }
.cs-position-relative-top-neg2px { position: relative; top: -2px; }
.cs-text-align-center { text-align: center }
.cs-text-align-center-background-3d708b-color-fff { text-align: center; background: #3D708B; color: #FFF; }
.cs-text-align-center-color-00ad76 { text-align: center; color: #00AD76; }
.cs-text-align-center-color-2e8b57 { text-align: center; color: #2E8B57; }
.cs-text-align-center-color-333 { text-align: center; color: #333; }
.cs-text-align-center-color-3577d0 { text-align: center; color: #3577D0; }
.cs-text-align-center-color-939393 { text-align: center; color: #939393; }
.cs-text-align-center-color-db7093 { text-align: center; color: #DB7093; }
.cs-text-align-center-padding-10px0 { text-align: center; padding: 10px 0; }
.cs-text-align-center-padding-top-15px { text-align: center; padding-top: 15px; }
.cs-text-align-center-width { text-align: center;  width }
.cs-text-align-center-width-100px { text-align: center; width: 100px; }
.cs-text-align-center-width-110px { text-align: center; width: 110px; }
.cs-text-align-center-width-115px { text-align: center; width: 115px; }
.cs-text-align-center-width-125px { text-align: center; width: 125px; }
.cs-text-align-center-width-130px { text-align: center; width: 130px; }
.cs-text-align-center-width-15 { text-align: center; width: 15%; }
.cs-text-align-center-width-150px { text-align: center; width: 150px; }
.cs-text-align-center-width-245px { text-align: center; width: 245px; }
.cs-text-align-center-width-250px { text-align: center; width: 250px; }
.cs-text-align-center-width-30px-height-13px-margin-05px { text-align: center; width: 30px; height: 13px; margin: 0 5px; }
.cs-text-align-center-width-50px { text-align: center; width: 50px; }
.cs-text-align-justify { text-align: justify; }
.cs-text-align-left-width-175px { text-align: left; width: 175px; }
.cs-text-align-left-width-750px-margin-top-25px { text-align: left; width: 750px; margin-top: 25px; }
.cs-text-align-left-width-759px { text-align: left; width: 759px; }
.cs-text-align-right-margin-bottom-20px { text-align: right;  margin-bottom: 20px; }
.cs-text-align-right-margin-bottom-3px { text-align: right;  margin-bottom: 3px; }
.cs-text-align-right-margin-neg20px000 { text-align: right; margin: -20px 0 0 0; }
.cs-text-align-right-padding-right-35px-position-relative { text-align: right; padding-right: 35px; position: relative; }
.cs-this-o-inline { ' + (this.o.inline ? }
.cs-transform-scale-0-77 { transform:scale(0.77); }
.cs-vertical-align-top-background-ffffff { vertical-align: top; background: #FFFFFF; }
.cs-vertical-align-top-padding-right-8px-width-10 { vertical-align: top; padding-right: 8px; width: 10%; }
.cs-vertical-align-top-white-space-nowrap { vertical-align: top; white-space:nowrap; }
.cs-visibility-hidden { visibility:hidden; }
.cs-width-100 { width:100%; }
.cs-width-100-border-bottom-1pxsolid-58ad92 { width: 100%; border-bottom: 1px solid #58AD92; }
.cs-width-100-display-block-background-000 { width: 100%; display: block; background: #000; }
.cs-width-100-display-table-margin-0auto { width: 100%; display: table; margin: 0 auto; }
.cs-width-100-margin-10px0 { width: 100%; margin: 10px 0; }
.cs-width-100-margin-30px010px0 { width: 100%; margin: 30px 0 10px 0; }
.cs-width-100-margin-30px012-5px0 { width: 100%; margin: 30px 0 12.5px 0; }
.cs-width-100-margin-bottom-0-border-bottom-1pxsolid-58ad92 { width: 100%; margin-bottom: 0; border-bottom: 1px solid #58AD92; }
.cs-width-100px { width: 100px; }
.cs-width-100px-font-size-12px-word-wrap-break-word { width: 100px; font-size: 12px; word-wrap: break-word; }
.cs-width-100px-height-22px { width: 100px; height: 22px; }
.cs-width-100px-text-align-center { width: 100px; text-align: center; }
.cs-width-105px-padding-0005px { width: 105px; padding: 0 0 0 5px; }
.cs-width-10-text-align-center { width: 10%; text-align: center; }
.cs-width-10-text-align-center-color-333 { width: 10%; text-align: center; color: #333; }
.cs-width-110px-height-21px-margin-bottom-10px { width: 110px; height: 21px; margin-bottom: 10px; }
.cs-width-110px-height-21px-margin-neg5px010px0 { width: 110px; height: 21px; margin: -5px 0 10px 0; }
.cs-width-110px-vertical-align-top { width: 110px; vertical-align: top; }
.cs-width-12-5 { width: 12.5%; }
.cs-width-125px { width: 125px; }
.cs-width-125px-margin-05px00 { width: 125px; margin: 0 5px 0 0; }
.cs-width-130px { width: 130px; }
.cs-width-136px-height-224px-margin-left-16px { width: 136px; height: 224px; margin-left: 16px; }
.cs-width-136px-height-224px-margin-left-26px { width: 136px; height: 224px; margin-left: 26px; }
.cs-width-145px-height-24px { width: 145px; height: 24px; }
.cs-width-15 { width: 15%; }
.cs-width-150px-text-align-center { width: 150px; text-align: center; }
.cs-width-155px-padding-10px { width: 155px; padding: 10px; }
.cs-width-155px-padding-10px010px10px { width: 155px; padding: 10px 0 10px 10px; }
.cs-width-170px { width: 170px; }
.cs-width-170px-margin-left-19px { width: 170px; margin-left: 19px; }
.cs-width-170px-margin-left-19px-margin-top-7px { width: 170px; margin-left: 19px; margin-top: 7px; }
.cs-width-170px-text-align-center { width: 170px; text-align: center; }
.cs-width-170px-text-align-center-cursor-help { width: 170px; text-align: center; cursor: help; }
.cs-width-170px-text-align-left { width: 170px; text-align: left; }
.cs-width-17-text-align-center { width: 17%; text-align: center; }
.cs-width-180px-height-10px { width: 180px; height: 10px; }
.cs-width-200px { width: 200px }
.cs-width-200px-display-table-margin-0auto { width: 200px; display: table; margin: 0 auto; }
.cs-width-200px-height-14px { width: 200px; height: 14px; }
.cs-width-200px-height-auto { width: 200px; height: auto; }
.cs-width-200px-margin-top-8px { width: 200px; margin-top: 8px; }
.cs-width-200px-text-align-left { width: 200px; text-align: left; }
.cs-width-20px { width: 20px; }
.cs-width-20-text-align-center { width: 20%; text-align: center; }
.cs-width-210px { width: 210px; }
.cs-width-22 { width: 22%; }
.cs-width-230px { width: 230px; }
.cs-width-245px-margin-10px10px0px0px { width: 245px; margin: 10px 10px 0px 0px; }
.cs-width-250px { width: 250px; }
.cs-width-250px-text-align-center-color-1f66b3 { width: 250px; text-align: center; color: #1F66B3; }
.cs-width-250px-text-align-center-color-f47c3c { width: 250px; text-align: center; color: #f47c3c; }
.cs-width-265px-word-wrap-break-word { width: 265px; word-wrap: break-word; }
.cs-width-27-5px-height-27-5-border-radius-1px { width: 27.5px; height: 27.5; border-radius: 1px; }
.cs-width-28px-height-28px-margin-top-10px { width: 28px; height: 28px; margin-top: 10px; }
.cs-width-30 { width: 30% }
.cs-width-300px-text-align-center-color-1f66b3 { width: 300px; text-align: center; color: #1F66B3; }
.cs-width-30px { width: 30px; }
.cs-width-30px-text-align-center { width: 30px; text-align: center; }
.cs-width-30px-text-align-center-float-left { width: 30px; text-align: center; float: left; }
.cs-width-325px { width: 325px; }
.cs-width-350px-height-20px { width: 350px; height: 20px; }
.cs-width-350px-height-80px { width: 350px; height: 80px; }
.cs-width-356px-vertical-align-top { width: 356px; vertical-align: top; }
.cs-width-380px { width: 380px; }
.cs-width-4 { width: 4%; }
.cs-width-405px-word-wrap-break-word { width: 405px; word-wrap: break-word; }
.cs-width-40px-text-align-center-float-left { width: 40px; text-align: center; float: left; }
.cs-width-40px-text-align-center-float-right { width: 40px; text-align: center; float: right; }
.cs-width-450px-height-200px-margin-10pxauto { width: 450px; height: 200px; margin: 10px auto; }
.cs-width-47-5px { width: 47.5px; }
.cs-width-475px-height-40px { width: 475px; height: 40px; }
.cs-width-5 { width: 5%; }
.cs-width-500px { width: 500px; }
.cs-width-50px { width: 50px; }
.cs-width-50px-border-radius-00-25rem0-25rem0 { width: 50px; border-radius: 0 0.25rem 0.25rem 0 }
.cs-width-50px-text-align-center { width: 50px; text-align: center; }
.cs-width-520px { width: 520px; }
.cs-width-521px { width: 521px; }
.cs-width-521px-height-190px-margin-top-8px-padding-top-41px { width: 521px; height: 190px; margin-top: 8px; padding-top: 41px; }
.cs-width-521px-height-190px-padding-top-41px { width: 521px; height: 190px; padding-top: 41px; }
.cs-width-558px-margin-neg5px00neg4px { width: 558px; margin: -5px 0 0 -4px; }
.cs-width-561px-height-90px-margin-top-18px-padding-top-41px { width: 561px; height: 90px; margin-top: 18px; padding-top: 41px; }
.cs-width-562-5px { width: 562.5px; }
.cs-width-60px { width: 60px }
.cs-width-631px-height-145px-margin-top-8px-padding-top-41px { width: 631px; height: 145px; margin-top: 8px; padding-top: 41px; }
.cs-width-631px-height-150px-margin-top-8px-padding-top-41px { width: 631px; height: 150px; margin-top: 8px; padding-top: 41px; }
.cs-width-638px { width: 638px; }
.cs-width-650px { width: 650px; }
.cs-width-6-6 { width: 6.6%; }
.cs-width-677px-height-100px-margin-top-8px-padding-top-41px { width: 677px; height: 100px; margin-top: 8px; padding-top: 41px; }
.cs-width-70px { width: 70px; }
.cs-width-70px-text-align-center { width: 70px; text-align: center; }
.cs-width-746px-height-150px { width: 746px; height: 150px; }
.cs-width-746px-height-150px-margin-top-8px { width: 746px; height: 150px; margin-top: 8px; }
.cs-width-748px-padding-10px14px-border-1pxsolid-eee { width: 748px; padding: 10px 14px; border: 1px solid #eee; }
.cs-width-74-line-height-13px { width: 74%; line-height: 13px; }
.cs-width-750px { width: 750px; }
.cs-width-750px-height-150px-margin-top-8px { width: 750px; height: 150px; margin-top: 8px; }
.cs-width-750px-height-75px-margin-top-8px { width: 750px; height: 75px; margin-top: 8px; }
.cs-width-750px-margin-left-0 { width: 750px; margin-left: 0; }
.cs-width-80 { width: 80%; }
.cs-width-80px-text-align-center-color-333 { width: 80px; text-align: center; color: #333; }
.cs-width-88px-height-31px-margin-right-88px { width: 88px; height: 31px; margin-right: 88px; }
.cs-width-90 { width: 90%; }
.cs-width-90-margin-10pxauto-text-align-center { width: 90%; margin: 10px auto; text-align: center }
.cs-width-90-margin-left-75px { width: 90%; margin-left: 75px; }
.cs-width-90-text-align-center { width: 90%;text-align: center }
.cs-width-94-margin-35pxauto1px { width: 94%; margin: 35px auto 1px; }
.cs-width-96-5 { width: 96.5%; }
.cs-width-96-5-height-100px-border-radius-1px { width: 96.5%; height: 100px; border-radius: 1px; }
.cs-width-96-5-height-150px { width: 96.5%; height: 150px; }
.cs-width-96-height-100px { width: 96%; height: 100px; }
.cs-width-99-7-margin-0 { width: 99.7%; margin: 0; }
.cs-width-99-7-margin-0020px0 { width: 99.7%; margin: 0 0 20px 0; }
.cs-width-99-9 { width: 99.9%; }
.cs-width-auto-float-left-width-9-5 { width: auto; float: left; width: 9.5%; }
.cs-width-auto-text-align-center { width: auto; text-align: center; }
.cs-width-auto-text-align-left { width: auto; text-align: left; }
.cs-width-tge { width: '+tge+'%; }
.cs-word-wrap-break-word { word-wrap: break-word; }
