/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.09.2018, 22:01:41
    Author     : Jan
*/


* {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
}


html{
    background-color: #1e1e1e; 
    overflow: hidden;
}

input{
    border-width: 1px;
    border-style: inset;
}

#body_wrapper{
    position: absolute;
    height: 98%;
    width: 99%;
    background-color: #1e1e1e;
}


#body_popup {
    border: 5px solid #002f5c;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow: auto;
}

#wrapper{
   hight: 30em;
   padding: 1px;
   max-width: 100%;
   /*background-color: greenyellow;*/
} 


form {
/*    border: 5px solid #002f5c;
    border-radius: 3px; */
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    /*width: 250px;*/
}

#app {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#name {
    padding: 5px;
}

#editFiles {
    max-height: 80%;
    overflow: auto;
}

.button {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background-color: #002f5c;
    color: #fff;
    box-shadow: 2px 2px 5px grey;
    border: none;
    border-radius: 4px;
}

.hidden {
    display: none;
}
.inline {
    display: inline-block;
}
.right {
    float: right;
}

.fixed {
    width: 120px;
}

.button:focus{
    box-shadow: 2px 2px 5px red;
}

.red{
    color: red;
}

.green{
    color: green;
}

.orange{
    color: orange;
}

/* for vue-tables_2 */
/*table{
    border-collapse: collapse;
    width: 98%;
}

th, td {
    border: 1px solid #aaa;
}

td{
    padding: 5px;
    text-align: center;
}
th {
    background-color: #f2f2f2;
} 

tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

.VuePagination__count {
padding: 5px;
}

.page-item {
    display: block;
    background-color: #f2f2f2;
    border: 1px solid #aaa;
    border-radius: 3px;
    float: left;
    padding: 3px 5px;
    margin: 0px 2px;
}