﻿body {
    font-size: 100%;
    color: #333;
    font-family: "segoe ui", verdana, arial;
}

div {
    margin-left: 20px;
}

h3 {
    color: #2E9AF0;
    text-decoration: none;
    margin: 0%;
}

#uveglap {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
    align-content: center;
    background-color: rgba(255, 0, 0, 0.1);
}
.db_be {
    background-color: rgb(255, 152, 173);
}

.szam{
    text-align: right;
}

.file,
.mappa {
    height: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.warn {
    width: 100%;
    background: #ff8d8d;
}

.ok {
    width: 100%;
    background: rgb(186, 255, 164);
}

.error {
    width: 100%;
    background: #ff0101;
}

#filessub,
#mappasub {
    display: none;
}

.dirlist {
    width: 100%;
    align-self: center;
}

#dirlist {
    padding-left: 20px;
}

#aktdir {
    position: static;
    background: rgb(255, 255, 255);
}

.files {
    align-content: center;
    min-width: 420px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#users {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.fej {
    position: sticky;
    /* make the table heads sticky */
    top: 0px;
    /* table head will be placed from the top of the table and sticks to it */
    overflow-y: auto;
    /* make the table scrollable if height is more than 200 px  */
    background-color: #2288DA;
}

table.php_list {
    min-width: 90%;
}

table,
thead,
td,
th {
    border: 1px solid #000000;
    outline: 1px solid #000000;
}

th {
    padding: 5px;
}

tr:hover {
    background-color: #c2daff;
}

table {
    width: auto;
    border-collapse: collapse;
}

td {
    width: auto;
    padding: .3rem;
}

.menu {
    align-content: center;
    min-width: 600px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wrapper,
#wrapper {
    padding-left: 10px;
    margin: 0 auto;
    min-height: 350px;
}

a {
    color: #005fad;
    text-decoration: none;
    padding: 3px;
}

a:hover {
    color: rgb(0, 102, 54);
    background-color: #c2daff;
    text-decoration: none;
}

small {
    color: #A0A3A7;
}

hr {
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #c7c7c7;
}


/* Inputok */

select#film {
    min-width: 100%;
}

input:focus {
    outline: none
}

input[type=number]{
    direction: rtl;
    width: 80px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="month"],
select {
    padding: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="button"],
input[type="file"] {
    padding: 2px 20px;
    background: #428bca;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

input[type="button"]:hover,
input[type="file"]:hover {
    background: #387CB6
}

#cancel {
    background: #ff6969;
}

/* Loader */

.loading-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none
}

.loading {
    width: 250px;
    height: 120px;
    background: #fff;
    position: absolute;
    margin: 0 auto;
    z-index: 1001;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -120px;
    display: none;
    border-radius: 5px;
}

.loading div {
    text-align: center;
    margin: 20px
}

.loading img {
    margin: 0 auto;
    display: block
}
/* Login */

/* alerter */
#alerterdiv {
    width: 40%;
    height: 40%;
    background: #c5c5c5;
    position: absolute;
    margin: 0 auto;
    z-index: 1002;
    left: 30%;
    top: 30%;
    display: none;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    justify-items: center;
}

#alertgomb {
    display: flex;
    align-items: stretch;
    background-color: #f1f1f1;
}

#alertgomb > input {
    flex-grow: 1;
    background-color: DodgerBlue;
    color: white;
    margin: 10px;
    text-align: center;
    font-size: 20px;
}

#alertgomb > input:hover {
    background-color: white;
    color: DodgerBlue;;
}
/* alerter */

.login {
    border: none;
}

h1.login {
    color: #444;
    margin: 0
}

form {
    padding: 10px;
}

form.login,
form.reg,
form.lostpw {
    width: 440px;
    float: right;
    text-align: center;
    margin-top: 50px;
}

div.login{
    width: 700px;
    margin: 0 auto;
}
.login {
    outline: 0px;
    border: 0px;
}

.img-lock {
    float: left;
    background: url(../img/lock.png);
    width: 256px;
    height: 256px;
}

form.login input[type="text"] {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 11px 7px;
}

form.login input[type="password"] {
    margin-top: -3px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    padding: 11px 7px;
}

form.login input[type="button"] {
    margin-top: -2px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 266px;
    padding: 11px 7px;
}


/*******/


/* Reg */


/*******/

form.reg,
form.lostpw {
    display: none
}

table#admin {
    width: 500px;
    margin: 0 auto;
}


/* ALERT JELZÉSEK */

.csik {
    display: block;
    padding: 10px 20px 10px 24px;
}

.csik-info {
    background: #CFE8FF;
    border: 1px solid #7BA9EC;
    border-left-width: 4px;
    color: #579AE4;
}

.csik-veszely {
    background: #EBC6C6;
    border: 1px solid #D28888;
    border-left-width: 4px;
    color: #A44242;
}

.csik-jo {
    background: #e3ebc6;
    border: 1px solid #c2d288;
    border-left-width: 4px;
    color: #8fa442;
}