*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html{
	margin-top: 0px;
	background-color: rgba(0,0,0,0.5);
	/*background: url('https://my.nytic.ch/img/background.jpg') no-repeat center center fixed;
        background-attachment: fixed;
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;*/
	  
}

body{
	/*color: white;*/
	font-family: arial, sans-serif; 
}

textarea{
	font-family: arial, sans-serif;
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 15px;
	background-color: rgba(255,255,255,0);
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: gray;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: white;
	border: 2px solid #555555;
}

h2{
	margin: 5px 0px;
}

h3{
	margin: 5px 0px;
}

select {
	height:24px;
}

input:focus{
    outline: none;
}

input[type="checkbox"]{ 
	margin:1px 8px 3px 1px; 
	vertical-align:middle; 
	width:16px; height:16px; 
	padding:1px; 
}
input[type="radio"]{ 
	margin:1px 8px 3px 1px; 
	vertical-align:middle; 
	width:16px; height:16px; 
	padding:1px; 
}

option {
	background-color: #FFF;
	color: black;
}

hr { 
width: 100%; 
height: 1px; 
color: white;
margin: 5px 0px;
background-color: white;
}
a{
	cursor: pointer !important;
}
a:link 
{
	color: white; 
	text-decoration: none; 
} 

a:active 
{ 
	color: white; 
	text-decoration: none; 
} 

a:visited 
{
	color: white; 
	text-decoration: none; 
} 


a:hover{
	color: white; 
	text-decoration: none; 
}

.table_tr:nth-child(even) {background: rgba(0,0,0, 0.3)}
.table_tr:nth-child(odd) {background: rgba(255,255,255, 0.05)}

table{
	border-collapse: collapse;
}

td{
	border-width: 0px;
	padding: 4px 4px;
}

/* Logo */
#cellus_logo{
	width: 250px;
	height: 120px;
	float: left;
}
#head_cellus{
	float: left;
	height: 110px;
	width: 100%;
	border-bottom: 3px;
	border-style: solid;
	border-color: white;
	margin-bottom: 1%;
}
.screen_account{
	float: right;
	padding-top: 25px;
	min-width: 230px;
	font-size: 17px;
	text-align: right;
}



#pic_settings{
	position: relative;
	float: right;
	padding-top: 25px;
	text-align: center;
	width: 135px;
}

#pic_about{
	position: relative;
	float: right;
	padding-top: 25px;
	text-align: center;
	width: 135px;
}

#pic_download{
	position: relative;
	float: right;
	padding-top: 25px;
	text-align: center;
	width: 135px;
}
/* Allgemeines Button Design */
.btn_form{
	border-style: none;
	font-weight: bold;
	padding: 3px 5px; /* NIX Ändern!!!!!!!! */
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 16px;
	background-color: rgba(255,255,255,0.3);
	height: auto;
	cursor:pointer;
}

.form_option{
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	height: 29px;
}

.btn_form:hover{
	background-color: rgba(255,255,255,0.5);
}
.btn_form_exit{
	border-style: none;
	font-weight: bold;
	margin-left: 4px;
	text-align: center;
	padding: 3px 5px; /* NIX Ändern!!!!!!!! */
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 16px;
	background-color: rgba(255,255,255,0.3);
	height: auto;
	width: 98.5%;
	cursor:pointer;
}
.btn_form_exit:hover{
	background-color: rgba(255,255,255,0.5);
}
.bearbeitungsleiste{
	width: 100%;
	height: 36px;
	float: left;
	margin-top: 10px;
}
.btn_neuer_eintrag{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	float:right;
	margin-right: 20px;
}

/* Allgemeines Design für Inputfelder */
.form_input{
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	padding: 3px;
}
.form_input_search{
	border-color: white;
	border-style: solid;
	border-width: 3px;
	color: white;
	font-size: 14px;
	background-color: rgba(255,255,255,0);
	height: 20px;
	padding: 3px;
}

#radio_antwort_richtig {
	display: none;
}

/* Willkommensseite */
.box_menukasten{
	color: white;
	width: 25%;
	float: left;
	padding: 0% 4%;
	padding-bottom: 5px;
}
.box_menukasten:hover{
	background-color: rgba(255,255,255,0.1);
	box-shadow: 0px 0px 12px 0px rgba(255,255,255,1);
}
.box_index{
	width: 990px;
	float: left;
	margin-bottom: 20px;
}
.information{
	width: 990px;
	float: left;
}

/* Login Seite */
#box_login{
	position: relative;
	font-size: 14px;
	padding: 15px 100px 15px 100px;
	width: 400px;
	padding-top: -180px;
	height: auto;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	box-shadow: 0px 0px 12px 0px rgba(255,255,255,1);
}

.login:hover{
	background-color: rgba(255, 0, 0, 0.9);
}

/* Content Seite */
#content{
	width: 90%;
	margin: 0 auto;
}
#box_logo_cellus{
	height: 120px !important;
	margin: 15px 0px;
}
#box_logo_schule{
	width: 166px;
	height: auto;
	float: left;
	padding: 5px 5px 5px 5px;
}
.box_left{
	width: 176px;
	height: auto;
	float: left;
	border: none;
	border-right: 1px;
	border-right-style: solid;
	margin-top: 45px;
}

.content_box_left{
	width: 9%;
	background-color: rgba(255, 255, 255, 0.0);
	float: left;
	padding: 5px;
	margin-bottom: 25px;
	margin-top: 5px;
	
}
.content_box_left_logo{
	width: 9%;
	background-color: rgba(255, 255, 255, 0.7);
	float: left;
	margin-bottom: 10px;
}
#box_logo_schule img{
	width: 9%;
}
#navigationbar_left a{
	color: #000000;
	text-decoration: none;	
}
.menu_user{
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
	vertical-align: center;
	padding: 5px 0px;
	width: 9%;
}
.menu_user a:hover{
	color: black;	
}
.menu_space{
	height: 30px;
}
.menu_admin{
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
	vertical-align: center;
	padding: 5px 0px;
	width: 9%;
}
.menu_admin a:hover{
	color: black;	
}
.menu_login:hover{
	background-color: rgba(0, 0, 255, 0.9);
}
#box_main{
	width: 80%;
	min-height: 600px;
	margin: 0 auto;
	padding: 5px 29px 15px 29px;
}

/*Lightboxen*/

.white_content p {
	color: white;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.white_content a {
	text-decoration: none;
}

#lightbox_text {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#lightbox_button {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	text-align: center;
}

.white_content {
    display: none;
    position: absolute;
    margin-left: -175px;
    margin-top: 200px;
    left: 50%;
    width: 350px;
    height: auto;
    padding-top: 0px;
    border: 2px solid #FFF;
    background: url('https://my.nytic.ch/img/background.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    z-index:1002;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}
.white_content button{

    background: #93C021;
    color: black;
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    width: 150px;
    line-height: 30px;
    margin: 15px 30px;
    text-align: center;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);
    z-index:1001;
    -moz-opacity: 0;
    opacity:.80;
    filter: alpha(opacity=0);
}

.box_categorie {
    position: absolute;
    margin-left: -325px;
    margin-top: 200px;
    left: 50%;
    width: 650px;
    height: auto;
    padding: 30px;
    border: 2px solid #FFF;
    background: url('https://examtool.ch/images/bg_scripay.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    z-index:1002;
    color: #FFF;
}

#add_categorie{
	cursor: pointer;
}

.black_overlay_categorie{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.4);
    z-index:1001;
    -moz-opacity: 0;
    opacity:.80;
    filter: alpha(opacity=1);
}

#btn_release_1{
	width: 48%;
	float: left;

}
#btn_release_2{
	width: 48%;
	float: right;

}
#control_release{
	width: 100%;
	float: left;
	border-color: white;
	border-width: 2px;
	border-top-style: solid;
	margin: 20px 0px;
	padding-top: 10px;
	text-align: center;
}

/*MyNytic*/

/*Allg*/
#action_menu{
	width: 100%;
}
.action_menu{
	margin-right: 5px;
	font-weight: bold;
	vertical-align: center;
}
.action_menu a:hover{
	color: black;	
}