/* zedmiba global js */
#dcl_filtered_export {
  border: 2px solid rgb(52, 152, 219);
  border-radius: 3px;
  padding: 4px 5px;
  background: #ffffff;
  display: block;
  vertical-align: middle;
  margin: 10px auto;
  width: 280px;
  text-align: center;
}
#dcl_filtered_export img {
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#dcl_filtered_export span {
  
}
.ff_manage_menu, .con_manage_menu, .votes_menu {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 200px;
  background: white;
  padding: 10px 0;
  z-index: 100000;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -o-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
}
.votes_menu { 
  width: 150px;
}
.ff_manage_menu span, .con_manage_menu span, .votes_menu span { color: rgb(25,25,25); font-size: 14px; display: block; }
.ff_manage_menu .ball, .con_manage_menu .ball, .votes_menu .ball {
  background-color: white;
  border: 4px solid rgb(52, 152, 219);
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.ff_manage_menu .ball1, .con_manage_menu .ball1, .votes_menu .ball1 {
  background-color: white;
  border: 4px solid rgb(52, 152, 219);
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 25px;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  position: relative;
  top: -25px;
  -moz-animation: spinoff 1s infinite linear;
  -webkit-animation: spinoff 1s infinite linear;
  -o-animation: spinoff 1s infinite linear;
  animation: spinoff 1s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); }
}
@-moz-keyframes spinoff {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spinoff {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(-360deg); }
}
@-o-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-o-keyframes spinoff {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes spinoff {
  0% { transform: rotate(0deg); }
100% { transform: rotate(-360deg); }
}
.con_manage_menu {
  min-width: 200px;
  width: auto;
}
.ff_manage_menu a, .con_manage_menu a, .votes_menu a {
  line-height: 25px;
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
}
.ff_manage_menu a:hover, .con_manage_menu a:hover, .votes_menu a:hover {
  background: rgb(52, 152, 219);
  color: white;
}
.con_manage_menu .mc_label {
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  line-height: 25px;
  text-align: left;
}
#format-messages .selall {
  color: red;
  font-style: italic;
}
#format-messages .selall label {
  display: inline-block;
  float: none;
}
#format-myAccount .details label[for ^=  'Associate_allowed_on_Flyzed_info_26_disabled'],
#format-myAccount .details span[id ^=  'Associate_allowed_on_Flyzed_info_26_disabled'] {
  display: none;
}
.richtext.switchboard .howtolink {
  display: block;
  padding: 0px 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 200px;
  color: white;
  background: rgb(164, 191, 162);
  position: absolute;
  top: -10px;
  right: 0px;
  text-align: center;
}
.richtext.switchboard .howtolink span.ico {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
#format-richtext_FlyZED a.fzi_link {
  border: 1px solid rgb(52, 152, 219);
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px;
}
#memberlist_filter, #dcl_alist_filter {
  margin-bottom: 10px;
}
#memberlist_filter a, #dcl_alist_filter a {
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
  background: white;
  color: rgb(52, 152, 219);
  font-weight: normal;
  float: none;
}
#memberlist_filter a.selected, #dcl_alist_filter a.selected {
  color: white;
  background: rgb(52, 152, 219);
  font-weight: bold;
}

@media (max-width: 900px) {
.ff_manage_menu, .con_manage_menu, .votes_menu {
  width: 99%;
}
#memberlist_filter, #dcl_alist_filter {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
#memberlist_filter a, #dcl_alist_filter a {
  float: left;
}

body.mlfilter.list-members div.mlist-container {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  overflow: none;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #ddd;
  margin-top: 15px;
  position: relative;
}
body.mlfilter.list-members table.sortable {
  width: auto;
  overflow-x: initial;
  display: table;
  margin-left: 125px;
  margin-right: 0;
  margin-top: 0;
}
body.mlfilter.list-members table.sortable tr th {
  background-color: #4289BD;
}
body.mlfilter.list-members table.sortable tr th:first-child, body.mlfilter.list-members table.sortable tr td:first-child {
  position: absolute;
  left: 0;
  height: 100%;
  top: auto;
  width: 110px;
  border-top: 0;
}
body.mlfilter.list-members table.sortable tr th.fixedSecondCol, body.mlfilter.list-members table.sortable tr td.fixedSecondCol {
  position: absolute;
  left: 125px;
  height: 100%;
  top: auto;
  width: 60px;
  border-top: 0;
}
body.mlfilter.list-members table.sortable.fixedTwoCol {
  margin-left: 205px;
}
}
#browser_depricated {
  position: fixed;
  bottom: 10px;
  font-size: 16px;
  width: 70%;
  padding: 20px 20px;
  border: 1px solid red;
  background: #e74c3c;
  color: white; 
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  left: 0;
  right: 0;
}

.flyzed_edit_info {
  color: #aaa;
  font-size: 14px;
}

.zmb_name_edit_box {
  position: absolute;
  top: 10px;
  z-index: 999999;
  left: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  background: white;
  display: none;
  text-align: left;
}
.zmb_name_edit_box label {
  font-weight: bold;
  padding: 0 5px;
  display: block;
}
.zmb_name_edit_box input {
  border: 1px solid #ddd;
  padding: 7px 6px;
  border-radius: 8px;
  margin: 7px 0;
  width: 100%;
  font-size: 15px;
  box-shadow: inset 0px 0px 13px rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
}
.zmb_name_edit_box input#zmb_sname {
  text-transform: uppercase;
}
.zmb_name_edit_box select {
  border: 1px solid #ddd;
  padding: 7px 6px;
  border-radius: 8px;
  margin: 7px 0 7px 5px;
  width: 100px;
  font-size: 15px;
  box-shadow: inset 0px 0px 13px rgba(0, 0, 0, 0.02);
}
.zmb_name_edit_box_back {
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  padding: 0;
  background: black;
  background: rgba(0,0,0,0.8);
  display: none;
  width: 100%;
  height: 100%;
}
.zmb_name_edit_box .zmb_name_change_apply {
  display: block;
  margin: 5px auto 0 auto;
  border: 0px solid rgb(191, 178, 178);
  border-radius: 5px;
  font-size: 17px;
  background-color: rgb(71, 142, 194);
  color: white;
  padding: 7px 0px;
  width: 100px;
  text-align: center;
}
a.Authorised_Representative_1_change {
  vertical-align: middle;
  border: 0px solid rgb(191, 178, 178);
  border-radius: 5px;
  margin: 3px 3px 3px 10px;
  font-size: 17px;
  background-color: rgb(71, 142, 194);
  color: white;
  padding: 7px 21px;
}
a.email_change{
  vertical-align: middle;
  border: 0px solid rgb(191, 178, 178);
  border-radius: 5px;
  margin: 3px 3px 3px 276px;
  font-size: 17px;
  background-color: rgb(71, 142, 194);
  color: white;
  padding: 7px 21px;
  clear: both;
}
span#email_disabled {
  display: inline-block;
}

/* Print page part */
a.attListPrint {
  display: inline-block;
  padding: 5px 15px 5px 40px;
  text-decoration: none;
  border-radius: 3px;
  background: #2a375a;
  color: #99bfa2;
  float: right;
  top: -40px;
  right: 0px;
  position: relative;
}
a.attListPrint::before {
    content: "🖶";
    display: block;
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 20px;
  color: white;
}

/* Popokno titulka - html + cookie */
#messagebox_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0,0,0,0.8);
  z-index: 199999;
}
#messagebox {
  font-size: 14px; 
  min-width: 300px;
  max-width: 600px;
  min-height: auto;
  max-height: auto;
  width: auto;
  height: auto; 
  position: absolute; 
  border-radius: 5px; 
  padding: 35px 10px 20px 10px;  
  text-align: left; 
  background-color: white; 
  display: block; 
  overflow: auto;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200000;
}
div.closer {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #8dadfb;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
div.closer a {
  text-decoration: none;
  color: white;
}
#messagebox ul {
    list-style-position: outside;
}

/* logged-dashboard */
body.group .goup-focus .group-content {
  display: none;
}
.lazyload_area {
  margin-top: 30px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  clear: both;
}
.lazyload_area .row {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.lazyload_area .loading_info { text-align: center; width: 100%; }
.lazyload_area .loading_info span { color: rgb(25,25,25); font-size: 14px; display: block; }
.lazyload_area .loading_info .ball {
  background-color: white;
  border: 4px solid rgb(52, 152, 219);
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  -moz-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.lazyload_area .loading_info .ball1 {
  background-color: white;
  border: 4px solid rgb(52, 152, 219);
  border-top: 4px solid white;
  border-left: 4px solid white;
  border-radius: 35px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  top: -35px;
  -moz-animation: spinoff 1s infinite linear;
  -webkit-animation: spinoff 1s infinite linear;
  -o-animation: spinoff 1s infinite linear;
  animation: spinoff 1s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); }
}
@-moz-keyframes spinoff {
  0% { -moz-transform: rotate(0deg); }
100% { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spinoff {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(-360deg); }
}
@-o-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@-o-keyframes spinoff {
  0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
@keyframes spinoff {
  0% { transform: rotate(0deg); }
100% { transform: rotate(-360deg); }
}

.lazyload_area.loaderror { text-align: center; }
.lazyload_area.loaderror .loading_info {
  display: none;
}
.lazyload_area.loaderror .error_container {width: 100%; }
.lazyload_area.loaderror .error_container .error {
  display: block;
  text-align: center;
}
.lazyload_area.loaderror .error_container .ll_reload {
  display: block;
  width: 70px;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  background: #F0F0F0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.clear { clear: both; line-height: 1px; height: 1px; font-size: 1px;}
@-webkit-keyframes ib-pop {
  50% {
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
}

@keyframes ib-pop {
  50% {
    -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
}

.info_box_block {
  /*float:left;*/
  position: absolute;
  left: 0;
  top: 0;
  min-height: 1px;
  /*-webkit-animation-name: ib-pop;
  animation-name: ib-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);*/
}
.ib-col-xs-1 { width: 8.33333333%; }
.ib-col-xs-2 { width: 16.66666667%; }
.ib-col-xs-3 { width: 25%; }
.ib-col-xs-4 { width: 33.33333333%; }
.ib-col-xs-5 { width: 41.66666667%; }
.ib-col-xs-6 { width: 50%; }
.ib-col-xs-7 { width: 58.33333333%; }
.ib-col-xs-8 { width: 66.66666667%; }
.ib-col-xs-9 { width: 75%; }
.ib-col-xs-10 { width: 83.33333333%; }
.ib-col-xs-11 { width: 91.66666667%; }
.ib-col-xs-12 { width: 100%; }

.ib-col-shift-xs-1 { left: 0; }

.info_box_block .info_box {
  margin-bottom: 20px;
  border-radius: 5px;
  margin-left: 10px; 
  margin-right: 10px;
}
.info_box_block .info_box .ib-header {
  padding: 15px;
  color: white;
  border-radius: 5px 5px 0 0;
}
.ib-header .title {
  float: left;
  width: 140px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.ib-header .areq {
  float: right;
}
.ib-header .areq span.label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.ib-header .areq span.counter {
  background: #ffffff;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 10px;
}
.info_box_block .ib-event .ib-header { background: #e74c3c; }
.info_box_block .ib-vote-survey .ib-header { background: #d35400; }
.info_box_block .ib-concurrence .ib-header { background: #f39c12; }
.info_box_block .ib-ff .ib-header { background: #e8296c; }
.info_box_block .ib-digest .ib-header { background: #c0392b; }
.info_box_block .ib-message .ib-header { background: #27ae60; }
.info_box_block .ib-flyzed .ib-header { background: #3498db; } 
.info_box_block .ib-zmbnewsletter .ib-header { background: #95a5a6; } 
.info_box_block .ib-zmbnewsletter .ib-header .title { width: 160px; }
.info_box_block .ib-ndc .ib-header { background: purple; }
.info_box_block .ib-ndc .ib-header .title { width: 190px; }
.info_box_block .ib-covid19 .ib-header { background: #d0000e; } 
.info_box_block .ib-covid19 .ib-header .title { width: 160px; font-size: 20px; }  
.info_box_block .ib-covid19 .ib-header .title span.big { font-size: 25px; }  
.info_box_block .ib-event .ib-header .areq span.counter { color: #e74c3c; }
.info_box_block .ib-vote-survey .ib-header .areq span.counter { color: #d35400; }
.info_box_block .ib-concurrence .ib-header .areq span.counter { color: #f39c12; }
.info_box_block .ib-ff .ib-header .areq span.counter { color: #e8296c; }
.info_box_block .ib-message .ib-header .areq span.counter { color: #27ae60; }
.info_box_block .ib-body {
  border-radius: 0 0 5px 5px;
  padding: 15px 15px 0 15px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -o-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
}
.info_box_block .ib-body span.no_data_info {
  margin-bottom: 15px;
  display: block;
  color: #aaa;
}
.info_box_block .ib-body .ib_body_line {
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 15px;
}
.info_box_block .ib-body .ib_body_line.last {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.info_box_block .ib-body .ib_body_label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.info_box_block .ib-vote-survey .ib-body .ib_body_label { color: #d35400; }
.info_box_block .ib-concurrence .ib-body .ib_body_label { color: #f39c12; }
.info_box_block .ib-message .ib-body .ib_body_label { color: #27ae60; }

.info_box_block span.ib_line_date {
  color: #aaa;
}
.info_box_block span.ib_line_name {
  font-weight: bold;
}
.info_box_block span.ib_line_name a, 
.info_box_block span.ib_line_name a:hover, 
.info_box_block span.ib_line_name a:active,
.info_box_block span.ib_line_name a:visited {
  font-weight: bold;
  color: #404040;
}
.info_box_block span.ib_line_descr {
  color: #808080;
}
.info_box_block span.ib_line_descr a.ib_action_link {
  font-weight: bold;
}
.info_box_block .ib-event a.ib_action_link, 
.info_box_block .ib-event a.ib_action_link:hover, 
.info_box_block .ib-event a.ib_action_link:active,
.info_box_block .ib-event a.ib_action_link:visited {
  color: #e74c3c;
}
.info_box_block .ib-vote-survey a.ib_action_link, 
.info_box_block .ib-vote-survey a.ib_action_link:hover, 
.info_box_block .ib-vote-survey a.ib_action_link:active,
.info_box_block .ib-vote-survey a.ib_action_link:visited {
  color: #d35400;
}
.info_box_block .ib-concurrence a.ib_action_link, 
.info_box_block .ib-concurrence a.ib_action_link:hover, 
.info_box_block .ib-concurrence a.ib_action_link:active,
.info_box_block .ib-concurrence a.ib_action_link:visited {
  color: #f39c12;
}
.info_box_block .ib-message a.ib_action_link, 
.info_box_block .ib-message a.ib_action_link:hover, 
.info_box_block .ib-message a.ib_action_link:active,
.info_box_block .ib-message a.ib_action_link:visited {
  color: #27ae60;
}
.info_box_block .ib-ff a.ib_action_link, 
.info_box_block .ib-ff a.ib_action_link:hover, 
.info_box_block .ib-ff a.ib_action_link:active,
.info_box_block .ib-ff a.ib_action_link:visited {
  color: #e8296c;
}
.info_box_block .ib-message-archive,
.info_box_block .ib-zmbnewsletter-archive,
.info_box_block .ib-ndc-archive,
.info_box_block .ib-covid19-archive,
.info_box_block .ib-flyzed-edit { 
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px;
  background: #e0e0e0;
  border-radius: 5px; 
}
.info_box_block .ib-zmbnewsletter-archive,
.info_box_block .ib-covid19-archive,
.info_box_block .ib-ndc-archive{
  display: none;
}
.info_box_block .ib-flyzed .flyzed_info_title {
  font-weight: bold;
  padding-bottom: 10px;
}
.info_box_block .ib-flyzed ul li span {
  color: #aaa;
}
.info_box_block .ib-zmbnewsletter .zmb_newsletters_loader,
.info_box_block .ib-covid19 .zmb_covid19_loader,
.info_box_block .ib-ndc .zmb_ndc_loader,
.info_box_block .ib-event .zmb_event_loader{
  display: block;
  margin-bottom: 10px;
}
.info_box_block .ib-event table {
  margin-bottom: 10px;
}
.info_box_block .ib-zmbnewsletter a,
.info_box_block .ib-covid19 a,
.info_box_block .ib-ndc a {
  display: block;
  margin-bottom: 10px;
}
.info_box_block .ib-message-send { position: relative; }
.info_box_block .ib-message-send .btn {
  cursor: pointer;
  padding: 15px 15px 15px 72px;
  color: white;
  border-radius: 5px;
  background: #2ecc71 url("/cimagebank/obalka.png") 25px 50% no-repeat;
  -moz-box-shadow: 0 -3px 0 #27ae60 inset, 0 5px 15px -5px #aaa;
  -o-box-shadow: 0 -3px 0 #27ae60 inset, 0 5px 15px -5px #aaa;
  -webkit-box-shadow: 0 -3px 0 #27ae60 inset, 0 5px 15px -5px #aaa;
  box-shadow: 0 -3px 0 #27ae60 inset, 0 5px 15px -5px #aaa;
  z-index: 2000;
  position: relative;
}
.info_box_block .ib-message-send .list {
  display: none;
  position: absolute;
  width: 99.5%; 
  max-height: 250px;
  overflow: auto;
  top: 59px;
  right: 0;
  border-radius: 0 0 5px 5px;
  padding: 25px 0 10px 0;
  border: 1px solid #e0e0e0;
  background: white;
  -moz-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -o-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  -webkit-box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa;
  box-shadow: 0 -3px 0 #d9d9d9 inset, 0 5px 15px -5px #aaa; 
  z-index: 1000;
}
.info_box_block .ib-message-send .list a {
  display: block;
  padding: 7px 7px 7px 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  whitespace: no-wrap;
}
.info_box_block .ib-message-send .list a:hover {
  color: white;
  background: #2ecc71;
}
.info_box_block .ib-message-send .list a.ib-padd-1 {
  padding-left: 24px;
}
.info_box_block .ib-message-send .list a.ib-padd-2 {
  padding-left: 31px;
}
.info_box_block .ib-message-send .list a.ib-padd-3 {
  padding-left: 38px;
}
.info_box_block .ib-message-send .list a.ib-padd-4 {
  padding-left: 45px;
}
.info_box_block .ib-message-send .list a.ib-padd-5 {
  padding-left: 52px;
}
.info_box_block .ib-message-send .list a.ib-padd-6 {
  padding-left: 59px;
}
.info_box_block .ib-message-send .list a.ib-padd-7 {
  padding-left: 66px;
}
.info_box_block .ib-message-send .list a.ib-padd-8 {
  padding-left: 73px;
}
.info_box_block .ib-message-send .list a.ib-padd-9 {
  padding-left: 80px;
}
.info_box_block .ib-message-send .list a.ib-padd-10 {
  padding-left: 87px;
}
@media (min-width:768px){
.lazyload_area {
  width: 100%; /*768px;*/
}
.ib-col-sm-1 { width: 8.33333333%;  }
.ib-col-sm-2 { width: 16.66666667%;  }
.ib-col-sm-3 { width: 25%;  }
.ib-col-sm-4 { width: 33.33333333%;  }
.ib-col-sm-5 { width: 41.66666667%;  }
.ib-col-sm-6 { width: 50%;  }
.ib-col-sm-7 { width: 58.33333333%;  }
.ib-col-sm-8 { width: 66.66666667%;  }
.ib-col-sm-9 { width: 75%;  }
.ib-col-sm-10 { width: 83.33333333%;  }
.ib-col-sm-11 { width: 91.66666667%;  }
.ib-col-sm-12 { width: 100%;  }

.ib-col-shift-sm-0 { left: 0; }
.ib-col-shift-sm-1 { left: 50%; }
}
@media (min-width:900px){
.lazyload_area {
  width: 990px;
}
.lazyload_area .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ib-col-lg-1, .ib-col-md-1 { width: 8.33333333%; }
.ib-col-lg-2, .ib-col-md-2 { width: 16.66666667%; }
.ib-col-lg-3, .ib-col-md-3 { width: 25%; }
.ib-col-lg-4, .ib-col-md-4 { width: 33.33333333%; }
.ib-col-lg-5, .ib-col-md-5 { width: 41.66666667%; }
.ib-col-lg-6, .ib-col-md-6 { width: 50%; }
.ib-col-lg-7, .ib-col-md-7 { width: 58.33333333%; }
.ib-col-lg-8, .ib-col-md-8 { width: 66.66666667%; }
.ib-col-lg-9, .ib-col-md-9 { width: 75%; }
.ib-col-lg-10, .ib-col-md-10 { width: 83.33333333%; }
.ib-col-lg-11, .ib-col-md-11 { width: 91.66666667%; }
.ib-col-lg-12, .ib-col-md-12 { width: 100%; }

.ib-col-shift-lg-0, .ib-col-shift-md-0 { left: 0; }
.ib-col-shift-lg-1, .ib-col-shift-md-1 { left: 33.33333333%; }
.ib-col-shift-lg-2, .ib-col-shift-md-2 { left: 66.66666667%; }
}

/* no javascript message */
.noscript {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
}
.noscript_msg {
  background-color: #f64747;
  border: 2px solid #96281b;
  color: #ecf0f1;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  padding: 10px 20px;
  text-align: center;
}

