#hideAll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    z-index: 99; /* Higher than anything else in the document */
}

label {
    display:block;
    margin-top:10px;
}

textarea{
/*width: 90%;*/
/*height: 30;*/
}
body
{
    text-align: left;
	margin: 0;
	padding:0;
	/*font-family:arial,sans-serif;
      font: 12px/1.5 arial,sans-serif;*/
	font-family:"Courier New", Courier, monospace;
	font: 18px/1.5 "Courier New", Courier, monospace;
	background: linear-gradient(#E9E9E9 , #AAAAAA);
	background-attachment: fixed;
	height:100%;
	margin-left: 10%;
	margin-right:10%;
	min-height: 100%;
}

div {
    transition: 1s margin-left;
}

.copyright {
    position: absolute;
    text-align: center;
    width: 50%;
    font-size: 12px;
    bottom: 0;
}


.copyrightm {
    display:none;
}

@media screen and (max-width: 500px),(max-height: 500px) {
    .copyright {
        display:none;
    }

    .copyrightm {
        display:inherit;
        font-size: 12px;
        bottom: 0;
    }
}

.menubtn {
    position: fixed;
    top: 0;
    left:5px;
    font-size:24px;
    cursor:pointer;
}



.languageSwitch {
    position: fixed;
    top: 0;
    right:0;
    font-size:14px;
    font-weight: bold;
    cursor:pointer;
    border:1px;
    border-radius: 5px 5px 5px 5px;
    padding:1px;
    margin:5px;
    border-style: dotted;
    border-color: gray;
}

.langbtn {
    position: relative;
    left: 5px;
    font-weight: bold;
    border-style: dotted;
    border:1px;
    border-radius: 5px 5px 5px 5px;
    border-style: dotted;
    border-color: gray;
    padding: 3px 5px 3px 5px !important;
}

.switchers{
    display: flex;
    flex-direction: row;
}

.closebtn {
    position: absolute;
    right: 5px;
    font-weight: bold;
    border-style: dotted;
    border:1px;
    border-radius: 5px 5px 5px 5px;
    border-style: dotted;
    border-color: gray;
    padding: 3px 5px 3px 5px !important;
}

@keyframes myload {
    from {opacity: 0;}
    to {opacity: 1;}
}


.mymain{
    animation-name: myload;
    animation-duration: 1s;
    animation-timing-function: steps(1, end);
    margin-left: 250px;
    overflow-y: auto;
}

html {
    height: 100%;
    min-height: 100%;
    padding-right: 5px;
}


.smallScreen{
    display:none;
}

.sidenav{
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #C1C1C1;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 1.0s;
}

.sidenav a {
    padding: 5px 5px 5px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #111111;
    display: block;
    transition: 0.3s ease-out;
    outline: none;
}


.sidenav a:hover, .sidenav a:focus {
    color: #f1f1f1;
}


 /* unvisited link */
a:link {
    color: #111111;
}

/* visited link */
a:visited {
    color: #111111;
}

/* mouse over link */
a:hover {
    color: #555555;
}

/* selected link */
a:active {
    color: #111111;
}



.centered-table {
    margin-left: auto;
    margin-right: auto;
}

#wrapper img, #wrapper object, #wrapper embed { max-width: 100%; height: auto; }

.tab {
    margin-left: 1cm;
}


.activeMenuItem {
    border:1px;
    border-style: dotted;
    background-color: #D1D1D1;
    color: #000000 !Important;
}


.details {
    display:none;
    width:90%;
    height:auto;
    border:1px;
    padding:5px;
    margin:5px;
    border-style: dotted;
	border-color: gray;
	margin-bottom: 10px;
	border-radius: 5px 5px 5px 5px;
}

.footer {
    right: 10px;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 10px;
    position: absolute;
    background-color: #efefef;
    text-align: center;
}

@media screen and (max-height: 300px) {
    .sidenav a {font-size: 15px;}
}

@media screen and (max-width: 700px)/*,(max-height: 500)*/{
    .section{
        padding-top: 35px;
        margin-top: -35px;
    }

    body {
        text-align: left;
        margin: 0;
        padding:0;
        font-family:"Courier New", Courier, monospace;
        font: 18px/1.5 "Courier New", Courier, monospace;
        background: linear-gradient(#E9E9E9 , #AAAAAA);
        background-attachment: fixed;
        height:100%;
        width:100%;
        min-height: 100%;
        overflow-x: hidden;
    }

    .menubtn {
        display:none;
    }

    .mymain {
        animation-name: myload;
        animation-duration: 1s;
        animation-timing-function: steps(1, end);
        margin-left: 0;
        overflow-x: hidden;
        margin-top:35px;
    }

    html {
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }


    .langbtn {
        /*top: 25px;*/
        /*left: 0;*/
        font-size: 10px !important;
        font-weight: bold;
        padding: 0 5px 0 5px !important;
	    /*margin: 0;*/
	    width: 13px;
    }

    .smallScreen {
        display: block;
        height:35px;
        background-color: #c8c8ff;/*#C1C1C1;*/
        text-align: justify;
        top:0;
        left:0;
        position:fixed;
        width:100%;
        z-index: 1;
    }

    .smallScreen:after {
        content: "";
        display: inline-block;
        width: 100%;
    }
    .smallScreen a {
        display: inline;
        margin:10px;
        text-decoration: none;
        font-size: 26px;
        color: #111111;
        transition: 0.3s ease-out;
    }

    .smallScreen a:hover, .smallScreen a:focus {
        color: #f1f1f1;
    }

    .sidenav {
        display:none;
        width:0;
    }

    .sidenav a {
        display: none;
        margin: 5px;
    }

    .languageSwitch {
        display:none;
    }

    .activeMenuItem {
        border:none;
        background-color: inherit;
        color: white !Important;
    }
}
