

.adminbg{
  font-size: 10pt;
  width: 100%;
  height: 800px;
}

.felkover{
  font-weight: bold;
}

.felul{
  vertical-align: top;
}

.kozepen{
  text-align: center;
}


/* FORM */

.adminbg .urlap{
  border-collapse:separate;
  border-spacing:6px;
}

.adminbg .cimke{
  text-align: right;
}


.adminbg .textfield-email{
  width: 200px;
}


.adminbg .mezoleiras{
  background-color: rgb(253,245,230);
  font-size: 11px;
  float:right;
  margin-left: 10px;
  padding: 5px;
  width:400px;
}


/* LINK MENU */

.linkmenu{
  background-color: #f5f5f5;
  border-bottom: 1px solid #aaaaaa;
  line-height: 28px;
  margin-bottom: 10px;
}

.linkmenu a{
  border: 0px dotted green;
  color: #000000;
  height: 28px;
  padding: 3px 15px;
  text-decoration: none;
}

.linkmenu a:hover{
  color: red;
  text-decoration: none;
}

.linkmenu .current{
  border-bottom: 3px solid #a3040d;
  padding-top: 4px
}

.linkmenu a.current{
  color: #a3040d;
}



/* GRID_LIB LIST */


.admin-list-table-topbar{
  background-color: #f5f5f5;
  margin: 5px 0px;
  padding: 2px;
  text-align:right;
}

.admin-list-table-topbar-group{
  display: inline;
  margin: 0px 10px 0px 0px;
}

.admin-list-table th{
  background-color: #a3040d;
  border-right: 1px solid white;
  color: #ffffff;
  font-weight: bold;
  height: 22px;
  padding: 2px;
  text-align: center;
  white-space: nowrap;
  overflow-x:hidden;
}

.admin-list-table th a{
  color: #ffffff;
}

.admin-list-table .filter-row{
  background-color: #e0e0e0;
}

.admin-list-table .filter-cell input{
  border:1px solid #d0d0d0;
}

.admin-list-table tr{
}

.admin-list-table tr:not(.filter-row):nth-child(even) {
    background-color: #f5f5f5;
}

.admin-list-table tr.clickable:not(:hover):nth-child(even) {
    background-color: #f5f5f5;
}

.admin-list-table tr.clickable:hover {
  background-color: silver;
}

.admin-list-table td{
  border-right: 1px solid black;
  color: black;
  font-weight: normal;
  height: 22px;
  padding: 2px;
}

.admin-list-table td a{
  color: #a3040d;
}

.admin-list-pager-table{
  width: 100%;
}

.admin-list-table td.pager-holder{
  border: 0px;
  border-top: 1px solid #000000;
}

.admin-list-pager-table td{
  border: 0px;
}



/* MAIL PARSER */

.mailparser-html-source{
  border: 1px dotted gray;
  border-radius: 3px;
  background-color: rgb(255,250,240);
  color: purple;
  font-family: 'Courier New';
  margin-bottom: 10px;
  max-width: 900px;
  padding: 5px;
}

.mailparser-html-preview{
  border: 1px dotted gray;
  background-color: rgb(255,250,240);
  color: rgb(210,105,30);
  font-family: Tahoma !important;
  font-size: 12px;
  padding: 5px;
}

.mailparser-parse-log-block{
  border: 1px solid silver;
  border-radius: 3px;
  background-color: beige;
  color: #000000;
  margin-bottom: 10px;
  max-width: 900px;
  overflow-x: auto;
  padding: 5px;
}

.mailparser-parse-log-block pre{
  font-size: 9pt;
}

.mail-parser-location-selector{
  border-bottom: 1px solid gray;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 5px;
}

.mail-parser-location-selector h1{
  border: 0;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 10px;
}

.mail-parser-location-selector td{
  padding: 2px;
}
.affiliate_list {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  list-style-type:none;
}


