 @charset "utf-8";

body {
    color: #505050;
    background-color: #f0f0f0;
    font-family:'Arial',sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight: 400;
    margin: 0px;
    }

#header {
    display:block;
    width:100%;
    }

 .content {
    width: 1200px;
    height: inherit;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    }

 .background-1 {
    background-color: rgb(196,154,146);
    }

 .headline1 {
    width: 1200px;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    }

 .headline2 {
    margin-left: 10px;
    margin-right: 10px;
    }

 .eucookie {
    position: fixed;
    display: none;
    margin: 0;
    padding: 15px;
    left: 0; right: 0;
    bottom: 0;
    background-color:#000000;
    color: #ffffff;
    opacity: 0.6;
    z-index:1;
 }

 .nlsdate {
    float: left;
    font-size:20px;
    }

 .flags {
    text-align: right;
    }

 .inline-middle {
    display: inline-block;
    vertical-align: middle;
    }

 .borderline {
    border-style: solid;
    border-width: 2px;
    }

#mainbody {
    display: block;
    width:100%;
    }

 .maincol {
    padding: 20px 20px 10px 20px;
    background-color: white;
    min-height: 600px;
    }

 .headmenu {
    margin-top:10px;
    margin-bottom:10px;
    }

 .tablefix {
    width: 100%;
    table-layout: fixed;
    }

 .tablerow {
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    }

 .background-grad {
    background: linear-gradient(to bottom,#fff 0%,#f3eaed 100%);
    }

 .font16bold {
    font-weight: 700;
    font-size: 16px;
    }

 .color-menu {
    color: rgb(104,14,18);
    }

 .menulist {
    margin-top: 30px;
    }

 .mfejlec {
    width: 480px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    padding: 10px;
    }

 .background-2 {
    background-color: rgb(249,244,243);
    }

 .boxshadow {
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.15);
    }

 .cegnev {
    height: 40px;
    font-size: 20px;
    text-decoration: underline;
   }

 .mtetel{
    width: 630px;
    display: inline-block;
    vertical-align: top;
    }

 .menuitem {
    display: inline-block;
    vertical-align: middle;
    }

 .background-silver {
    background-color: rgb(234,234,234);
    }

 .days {
    margin-left: 50px;
    line-height: 50px;
    width: 85px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    }

 .days a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    }

 .menu {
    padding: 10px;
    margin-top: 20px;
    }

 .menulabel {
    height: 40px;
    text-align:center;
    text-decoration:underline;
    font-size:20px;
    }

 .menudate {
    margin-top: 30px;
    margin-bottom: 5px;
    text-decoration: underline;
    font-weight: bold;
    }

 .menusoup {
    text-decoration:underline;
    margin-bottom:5px;
    }

 .maincrs {
    text-decoration:underline;
    margin-bottom:5px;
    }

 .price {
    margin-top:20px;
    font-weight: bold;
    }

 .advertisment {
    margin: 40px 0px 0px 0px;
    }

  .advlabel {
    margin: 10px 0px 10px 0px;
    border-style: solid;
    border-width: thin;
    height: 100px;
    text-align: center;
    line-height: 6;
    }

 .advimg {
    margin: 10px 0px 10px 0px;
    /*border-style: solid;*/
    /*border-width: thin;*/
 }

 .advimg img {
    width:1156px;
 }
 
 .holiday {
    margin: 40px auto;
    text-align: center;
    color: firebrick;
    font-style: italic;
    font-size: 32px;
    font-family: 'Monotype Corsiva';
 }

 #footer {
    display:block;
    width:100%;
    }

 #footer .content {
    background:linear-gradient(to bottom,#c49a92 0%,#fff 100%);
    }

 .footerrow1{
    padding-top: 10px;
    }

 .footertext{
    padding: 10px 0px;
    text-align: center;
    }

 .copyright{
    padding: 20px 0px;
    text-align: center;
    }

 .kozep {
    margin: auto;
    width: max-content;
    padding: 15px;
    }

 .menu2 {
    list-style-type: decimal;
    line-height: 25px;
    }

 .showtable {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    table-layout: auto;
    overflow-x:auto;
    }

 .edittable {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    table-layout: auto;
    overflow-x:auto;
    border: 1px solid #ddd;
    }

 .edittable tbody tr td {
    padding: 6px;
    }

 .clorder {
    width:  50px;
    text-align: center;
    }

 .clweight {
    width:  50px;
    }

 /*.showtable > tbody >tr:nth-child(even){background-color: rgb(240, 219, 215);}*/
 #table1 tbody tr:nth-child(even){background-color: rgb(240, 219, 215);}
 #table2 tbody tr:nth-child(even){background-color: rgb(240, 219, 215);}
 tr:nth-child(even){background-color: #f2f2f2;}
 /* odd:paratlan, even:paros*/

 .edittable > tbody > tr:hover{background-color: #ddd;}
 /*tr:hover {background-color: #ddd;}*/



.table-editable {
  position: relative;
  max-width: 1000px;
}
.table-editable .glyphicon {
  font-size: 20px;
}

.table-remove {
  color: #700;
  cursor: pointer;
}
.table-remove:hover {
  color: #f00;
}

.table-up, .table-down {
  color: #007;
  cursor: pointer;
}
.table-up:hover, .table-down:hover {
  color: #00f;
}

.table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
}
.table-add:hover {
  color: #0b0;
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
}

table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

th {
    text-align: left;
}

td, th {
    padding: 0;
}

tr:nth-child(2n) {
    background-color: rgb(240, 219, 215);
    }

.hide {
    display: none !important;
    }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/glyphicons-halflings-regular.ttf") format("truetype");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-plus::before { content: "\002b"; }
.glyphicon-remove::before { content: "\e014"; }


/* th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    }  */

/* .headmenuitem {
    margin-inline: 5px;
    text-decoration:none;
    color: rgb(104,14,18);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    }   */
