/* 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;
}

