.table td, .table th {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table.table.table-bordered td {
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

form input {
    color: #000;
}
h1 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
    margin-top: 25px;
}
form {
    color: #fff;
}
.error {
    color: #a94442;
}
.content {
    padding: 10px;
}
.nav-left img {
    display: inline;
    max-height: 50px;
    margin-top: 0px;
    padding-top: 0px;
}


#register {
        width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #b71c1c;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#login {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-return {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    display: block;
}
#footer {
    position: relative;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #2f3947;
    color: #fff;
    text-align: center;
}
div#footer p {
    margin-top: 20px;
}

div#munka_table_edit {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

    .alert.progress-bar-danger {
    display: inline-block;
}
    .alert.progress-bar-success {
    display: inline-block;
}

.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #eaebed;
	font-weight: normal;
}

.nav-left {
    /* display: inline-block; */
    /* margin-top: 5px; */
    /* width: 30%; */
    /* float: left; */
    text-align: center;
    background-color: #2f3947;
}

.nav-right {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}    
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}    
    
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
}
div#munka_table_insert {
    max-width: 50%;
    text-align: center;
    margin: 0 auto;    display: inline-block;
}
}  

form#munka-insert .col-md-12 {
    padding-bottom: 10px;
}
form#munka-edit .col-md-12 {
    padding-bottom: 10px;
}

table.table.table-bordered th {
    text-align: center;
    vertical-align: middle;
    font-size:14px;
}   

.navtop span {
    font-size: 14px;
}

.col-lg-12.col-md-12.col-sm-12.col-xs-12.table { overflow-x: auto; }
.col-lg-12.col-md-12.col-sm-12.col-xs-12 table { white-space: nowrap }

.col-lg-12.col-md-12.col-sm-12.col-xs-12.filter .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    padding-bottom: 20px;
}


* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #435165;
}
.login {
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
  	margin-top: 0px;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #2f3947;
	height: auto;
	width: 100%;
	border: 0;
	min-height: 60px;
}

.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #f3f4f7;
}
.content {
	width: 100%;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 22px;
    color: #ffffff;
	text-align: center;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
body {
  	background-color: #435165!important;
  	margin: 0;
}