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

.clear {
	clear:both;
}  

body {
	background-color:#EEEEEE;
}

a {
	color:#8F0002;
}

/* ---------------------------- login ----------------------------------------------------------- */

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .btn-primary {
    color: #fff;
    border-color: 0px solid #eaeaea;
	border-color: #007bff;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #eaeaea !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaeaea;
    outline: 0;
    box-shadow: 0 0 0 0.0rem #eaeaea;
}


/* ---------------------------- content ----------------------------------------------------------- */

#container {
	text-align:center;
	padding-top:35px;
}

h1 {
	font-size:12pt;
}

.magazin-list {
	margin-top:35px;
}

.magazin-cover {
	margin:0 auto;
	display:block;
	height:200px;
	width:50%;
	background-color:white;
	margin-bottom:15px;
}

.note-editor {
	text-align:left;
}

/* ---------------------------- altermessage ----------------------------------------------------------- */


.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    background-color: #262e33;
    padding: 7px;
    color: white;
    border: none;
}

.alertmessage {
    display: none;
}

.alertmessage select {
	width:100%;
} 












