/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.hidemenu  {
    display: none !important;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* MY CODE */

.main-wrapper {
    margin: 0 auto;
    width: 100%;
}            

a {
    text-decoration: none;
}

body {
    background-color: #ffffff;
}

header nav {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

header nav ul {
    float: left;   
}

header nav ul li {
    float: left;
    list-style: none;  
}

header nav ul li a {
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #111;
    line-height: 63px; 
}


header .nav-login  {
    float: right;
    margin-left: 10px;
}

header .nav-login form  {
    float: left;
    padding-top: 15px;   
}

header .nav-login form input  {
    float: left;
    width: 130px;
    height: 30px;
    padding: 0px 10px;
    margin-right: 10px;
    border: none;
    background-color: #ccc;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    color: #111;
    line-height: 30px;  
}

header .nav-login form button {
    float: left;
    width: 150px;
    height: 30px;
    margin-right: 10px;
    border: none;
    background-color: #f3f3f3;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    color: #111;
}

header .nav-login form button:hover {
    background-color: #ccc;
}


header .nav-login a {
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    float: left;
    background-color: #fff;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #111;
    line-height: 63px;
    cursor: pointer; 
}  

.main-container {
    padding-top: 40px;  
}

.main-container h2 {
    font-family: 'Open Sans', Arial;
    font-size: 38px;
    color: #111;
    line-height: 50px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 48px;
}

.main-container h3 {
    font-family: 'Open Sans', Arial;
    font-size: 20px;
    color: #262626;
    line-height: 32px;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 300;
}

/* singup.php */

.signup-form {
    width: 400px;
    margin: 0 auto;
    padding-top: 30px;
}

.signup-form input {
    width: 90%;
    height: 40px;
    padding: 0px 5%;
    margin-bottom: 4px; 
    border: none;
    background-color: #fff;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #111;
    line-height: 40px;  
}

.signup-form button {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px; 
    border: none;
    background-color: #222;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #fff;
    cursor: pointer; 
}

.signup-form button:hover {
    background-color: #111;
}

/* Menu table */


input, select {
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

#main-content {
    width:100%;
    height:100%;
    margin-bottom: 20px;
  }
  
table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
    border: 0px solid black;
    border-collapse: collapse;

  }
  
table td  {
    text-align: center;
    line-height: 24px;
    padding: 18px 10px;
    font-family: 'Open Sans', Arial;
    font-size: 21px;
    color: #202020;
  }

.welcome-user {
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 30px;
    font-family: 'Open Sans', Arial;
    font-size: 25px;
    font-weight: 300;
}      
.background-logo {
    width: 100%; 
    background-color: #d81a38; 
    height: 60px; 
}
.background-logo img { 
   margin-top: 5px
}

.editform { 
    text-align: center;
    margin-bottom: 50px;
}

.menubold {
    text-transform: uppercase; 
    font-weight: bold; 
    margin-right: 2px;
}

.tablemenu {
    margin-bottom: 60px;
}

.tablemenu td { 
    padding: 15px;
}



#upmnam_count input, select {
    width: 100%;

}

.formdnone {
    display: none;
}

.buttonorder {
    width: 980px; 
    padding: 16px;
    font-family: 'Open Sans', Arial;
    font-size: 17px;
}    

.buttonorderx {
    width: 980px;  
    background: #6b52cb; 
    color: #fff; 
    padding: 16px;
    font-family: 'Open Sans', Arial;
    font-size: 17px;
}

.menudot {
 width: 100%; 
 text-align: center; 
 margin-top: 40px;
 margin-bottom: 45px;
 font-family: 'Open Sans', Arial;
 font-size: 21px;
}

.menudotsmall {
 width: 100%; 
 text-align: center; 
 margin-top: 15px;
 font-family: 'Open Sans', Arial;
 font-size: 18px;
 margin-left: 11px;
}


.menudays {
    background: #0fb770;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
}

.menudayssmall {
    background: #0fb770;
    color: #ffffff;
    padding: 4px 7px;
    border-radius: 4px;
}   

.menua {
    background: #17875f;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;

}

.menumy {
    background: #2e7149;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
}

.menumysmall {
    background: #2e7149;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: 3px;
}

.menumysmallhome {
    background: #de2542;
    color: #ffffff;
    padding: 4px 14px;
    border-radius: 4px;
    margin-left: -2px;
}

.menudaysnext {
    background: #efa72b;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
}

.menumynext {
    background: #9b8155;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
}

.showday {    
    margin-right: 4px;
    border-radius: 4px;
}

.homeworkout {
    width: 100%;
    text-align: center;
    margin-top: 30px;  
}

.zoznamjedal {
    width: 100%;
    text-align: center; 
    background: #fcfdfa;    
    margin-bottom: 25px;
}

.weekno {
    margin-right: 8px;
    display: none;
}

.topmenuweek {
    margin-top: -25px !important;
}

.rozpismenuday {
    text-align: center;
    font-size: 22px;
    font-family: 'Open Sans', Arial;
    line-height: 26px;
    color: #202020;
    font-weight: 300;
}

table.rozpismenudaily td {
    padding: 3px 2px 3px 5px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    line-height: 15px;
}

table.rozpismenudailycount {
    margin-top: 20px;
    margin-bottom: 10px;
}

table.rozpismenudailycount td {
    padding: 3px 2px 3px 5px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    line-height: 15px;
}

.menubold {
    font-weight: 700;
    text-transform: none;
    padding: 3px 4px !important;
}

.mnamwidth {
    width: 120px;
    text-align: right !important;
}

.mnamwidthu {
    width: 120px;
    text-align: right !important;
    font-weight: 700;
}

.tmw {
    font-size: 13px !important;
    line-height: 18px !important;
    margin-bottom: 10px !important;
}

#upmnam_count input, select {
    width: 100%;
    height: 33px;
}

.menumenumenu {
    margin-bottom: 30px; 
    background: #fff946; 
    width: 980px;
}

.mmm {
    margin: 0 14px; 
    padding: 4px;
}
   
@media only screen and (max-width: 540px) {
  
.background-logo {
    width: 100%;
    background-color: #d81a38;
    height: 140px;
}

.homeworkout {
    margin-top: -80px;  
}

.background-logo img { 
   margin-top: 8px;
   margin-left: 10px;
}

.welcome-user {
    text-align: center;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 40px;
}

}

@media only screen and (max-width: 492px) {

.background-logo {
    width: 100%;
    background-color: #d81a38;
    height: 155px;
} 

header .nav-login form input {
    margin-bottom: 4px;
}

}

@media only screen and (max-width: 332px) {


.background-logo {
    width: 100%;
    background-color: #d81a38;
    height: 180px;
}

header .nav-login form input {
    margin-bottom: 2px;
}

.background-logo img { 
   margin-top: 8px;
   margin-left: 10px;
}
}