html,body	{ 
		background-color: white; 
		color: black; 
		//font-weight: bold;
		font-family: Verdana; 
        font-size: 1.2vw;
		background-color: white;
		//background-image: url("graphic/background2.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100%;
        //line-height: 1.8em;
        margin: 0;
        height: 100%;
        background: rgb(43,144,58);
        background: linear-gradient(339deg, rgba(43,144,58,1) 0%, rgba(91,219,110,1) 100%);
        padding-bottom: 40px;
		}
        


        
input[type=text], input[type=password], input[type=email], input[type=submit], input[type=button], textarea, select {
        font-size: 100%;
}

input[type=submit], .submit, .submitblue {
        color: white;
        font-weight: bold;
        padding: 10px 15px;
        border-radius: 5px;
        border: 1px solid black;
        cursor: pointer;
        background: rgb(43,144,58);
        background: linear-gradient(339deg, rgba(43,144,58,1) 0%, rgba(91,219,110,1) 100%);
        margin-left: 30px;
}



input[type=submit]:hover, .submit:hover {
        background: rgb(43,144,58);
        background: linear-gradient(339deg, rgba(91,219,110,1) 0%, rgba(43,144,58,1) 100%);
}

.submitblue {
        background: rgb(43,44,98) !important;
        background: linear-gradient(339deg, rgba(43,44,98,1) 0%, rgba(91,19,170,1) 100%) !important;
}

.submitblue:hover {
        background: rgb(0,44,98) !important;
        background: linear-gradient(339deg, rgba(91,19,170,1) 0%, rgba(43,44,98,1) 100%) !important;
}

input[type=checkbox] {
        margin-right: 10px;
}


.container {
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    -webkit-box-shadow: 5px 5px 15px 5px #000000; 
    box-shadow: 5px 5px 15px 5px #000000;
}

.container>div>div {
    padding: 10px 20px;
}

.banner {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    justify-items: start;
    width: 100%;
}

.logo img {
    width: 250px;
    height: auto;
}

.showhide {
    display: block;
}

.menu ul  {
  display:flex;  
  list-style:none;
  position: relative;
}

.menu li {
    //border: 1px solid black;
    margin-left: 10px;
    padding: 5px 15px;
    margin-bottom: 0px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    background-position: top center;
     background-size: auto 70px;
     background-repeat: no-repeat;
     
}

.menu a {
    height: 100%;
    display: flex;
    align-items: flex-end;
    color: black;
}

.menu a:hover {
    color: rgb(0,0,170);
}

.menu p {
    display: none;
}

.bar { 
    background: rgb(43,98,144);
    background: linear-gradient(0deg, rgba(43,98,144,1) 0%, rgba(91,167,219,1) 100%);
    color: white; 
    display: flex; 
    justify-content: center;    
}

.bar h1 {
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.action-box {
    display: none;  
}
.action {
    border-radius: 25px !important;
    width: 40px;    
}

.inline {
    display: inline;
}

.bar>div {
    display: flex;
    align-items: center;
     justify-content: space-between;
}

.bar-div {
    float: right;
    display: inline-block;
    margin-left: auto;
    
}

.bar input[type=button]{
    display: inline-block;
    height: 40px;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid black;
    cursor: pointer;
}

.row {
    display: block;
    width: 100%;
}

.row2 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 45%;
    justify-items: stretch;
}

.row2>div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.divcenter {
    display: flex;
    justify-content: center;  
}

.twocol2 {  
     grid-column: 1 / 3;
}

.error {
    background: red;
    color: white;
}

.confirm {
    background: green;
    color: white;
}


@media screen and (max-width: 1000px) {
   
    html, body {
        font-size: 6vw;
    }
   
    .container {
        width: 100%;
    } 
    .banner {
        grid-template-columns: 95%;
    }  
    .showhide {
        display: none;
    }
    .menu ul  {
        display: block;  
        position: absolute;
        background: white;
        border: 1px solid black;
        padding-right: 20px;
        width: 70%;
        left: 5%;
        -webkit-box-shadow: 5px 5px 8px 1px #000000; 
        box-shadow: 5px 5px 8px 1px #000000;
        padding-top: 30px;
    }
    .menu li {
        height: 50px;
        margin-left: 5px;
        padding: 5px 15px;
        margin-bottom: 10px;
        background-position: center left;
        background-size: auto 40px;
        background-repeat: no-repeat;
    }
    .menu p {
        display: block;
    }
    
    .menu a {
        align-items: center;
        margin-left: 40px;
    }
    
    .row2 {
        display: grid;
        grid-template-columns: 100%;
        width: 100%;
    }
    
    .bar input[type=button]{
        font-size: 4vw;
        display: block;
        margin-bottoM: 10px;
        }
    
    .action-box {
        display: inline;
    }
    
    .actionmenu {
        margin-top: 50px;
        position: fixed;
        right: 20px;
        background: white;
        border: 1px solid black;
        padding-right: 30px;
        width: 70%;
        -webkit-box-shadow: 5px 5px 8px 1px #000000; 
        box-shadow: 5px 5px 8px 1px #000000;
    }
    
    .twocol2 {  
        grid-column: 1 / 2;
    }

    .banner {
        justify-items: center;
    }

    .logo img {
        width: 80%;
    }
    
    .logo p { 
        text-align: center;
    }
    


}





 @media print {
        
 
         .leftmenu { display: none;}
         .topmenu { display: none;}
         .bublina { display: none;}
         .content { margin-left: 0px;}
         .chat { display: none;}
         .bottom { display: none;}
         .strankovacka { display: none;}
      }