@charset "UTF-8";

*{
    box-sizing: border-box; 
}


body{
    background-color: rgb(200,200,200);
    position: absolute;
    width: 100%;
    min-height: 100%;
    margin: 0;
}

.modal{
    position: absolute;
    width: 100%;
    height:100%;
    top: 0px;
    left: 0px;
    background-color: rgba(200,200,200,0.7);
    z-index: 2000;
}

.close-button{
    background-image: url('../images/back.png');
    background-size: cover;
    height: 20px;
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
}

#login {
    width: 200px;
    background-color: white;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    position: fixed;
    padding: 30px;
    z-index: 2001;
}

.flex{  
	min-height: 500px;
	background-color: rgb(200,200,200);
	display: flex;
}

.pNav{
    display: flex;
    max-width: 250px;
    text-transform: uppercase;
    flex-direction: column;
    padding: 0px;
    position: relative;
    z-index: 1000;
    background-color: rgb(175, 175, 175);
    height: 100%;
    min-height: 100vh;
}

.navButton{
	display: none;
	height: 25px;
	width: 30px;
	cursor: pointer;
}

.navButton div{
	background-color: #888;
	width: 100%;
	height: 20%;
}

.pNav li{
	color: white;
        background-color: rgb(175, 175, 175);
        padding: 6pt;
	text-align: center;
        min-height: 35px;
	max-height: 35px;
	overflow: visible;
	width: 220px;
	cursor: pointer;
}

.pNav li:hover{
    background-color: rgb(150, 150, 150 );
}
.pNav ul{
	padding:0px;
}
.pNav a{
    text-decoration: none;
}

.dropNav{
	padding: 5px 0px;
	position: relative;
	top: -40px;
	left: 200px;
        box-shadow: 2px 2px #888;
        width: fit-content;
}

.float{
	display: flex !important;
        position: absolute;
}

#kmDate{
	background-color: #99F;
	position: absolute;
	right: 5%;
	top: 22px;
	padding: 2px;
	color: white;
}

main{
	margin-left: auto;
        margin-right: auto;
}

.hidden{
	display: none !important;
}

.btnClose{
    background-color:#AAA;
    text-transform: uppercase;
    text-align: center;
    margin: 5px;
    cursor: default;
}

.btnClose:hover{
	background-color:#F55;
}

.btAction{
    background-color:#DDD;
    text-transform: uppercase;
    text-align: center;
    cursor: default;
    text-transform: uppercase;
    margin: 5px auto;
    display: block;
    padding: 2px;
    border-radius: 7px;
    width: 100%;
    max-width: 200px;
}

.btAction:hover{
    background-color:#99F;
    cursor: pointer;
}

h1{
    text-align: center;
    font-family:helvetica;
    font-size: 20pt;
    color:white;
}

h2{
    margin-top: 5pt;
    text-align: center;
	margin-bottom: 8pt;
}

h3{
    font-size: 8pt;
    text-transform: uppercase;
    text-align: center;
    margin: 5px;
}

#Logo{
    color: white;
    margin-top: 10px; 
    display: flex;
	flex-direction: column;
	align-items: center;
	min-width:117px;
}

#filter{
    display: flex;
    max-width: 100vw;
    overflow-x: auto; 
}

#osPicker{
    z-index: 2001;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.tablesorter-default{
    background-color: transparent;
}

.os-table-wrapper{
    max-width: 100vw;
    overflow-x: auto;
}

tr[data-selected="true"]>td{
    color: blue !important; 
    background-color: #AAA !important;
}

.filter-box{
    width: 150px;
    min-width: 150px;
    background-color: #999;
    border: 1px solid;
    border-radius: 15px;
    height: 220px;
    padding: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 2px;
    font-size: 8pt;
    overflow-x: hidden;
}

.filter-box--chk{
    width: 100%;
    background-color: #ccc;
    padding-top: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 0px 0px 15px 15px;
}

label, input{
    cursor: pointer;
}


.tabela{
    width: fit-content;
     max-height: 100vh;
    overflow-y: auto;
    margin: auto;
}

.tablesorter{
    text-align: center;
    width: fit-content;
    margin: auto;
}

thead th {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1;
}

.btVerde{
    background-color: rgba(0, 150, 0, 0.4);
    text-transform: uppercase;
    color: white;
    margin: 5px auto;
    display: block;
    padding: 2px;
    border-radius: 7px;
    width: 100%;
    max-width: 200px;
}

.btVerde:hover{
    background-color: rgba(0, 150, 0, 0.7);
    cursor: pointer;
}

.btVerm{
    background-color: rgba(150, 0, 0, 0.4);
    text-transform: uppercase;
    color: white;
    margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 17pt;
	display: block;
	padding: 5px;
}

.btVerm:hover{
    background-color: rgba(150, 0, 0, 0.7);
}

.back {
    position: absolute;
    cursor: pointer;
    width: 40px;
    margin: 15px;
}

.templates{
    display: none !important;
}

label{
	text-transform: uppercase;
}

select {
    background-color: rgba(0, 46, 200, 0.4);
    height: 15pt;
    max-width: 200px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin: 10px 0px;
    border-radius: 5px;
}

.center{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	align-items: center;
}

.menu{
    display: flex;
    background-color: white;
    flex-direction: column;
    align-items: center;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    position: fixed;
    padding: 30px;
    z-index: 2001;
}

input[type=text],input[type=password],input[type=datetime-local],textArea{
	width: 90%;
        max-width: 200px;
	margin: 0;
	text-align: center;
        resize: none;
}

#msg{
    position: relative;
    background-color: khaki;
    text-align: center;
    width: 100%;
    z-index: 2001;
}

.success{
    background-color: greenyellow;
}

.fail{
    background-color: #ff6666;
}

td img{
	width: 19px;
	cursor: pointer;;
}

.menu img{
    width: 25px;
    margin-right: 30px;
}

.lock img{
    position: absolute;
    width: 120px;
    height: 120px;
    left: calc(50vw - 60px);
    top: calc(50vh - 60px);
}


#tree ul{
    border-left: 1px dotted;
    border-bottom: 1px dotted;
    margin-bottom: -1px;
}

#tree .arrow{
    width: 20px;
    display: none;
	cursor: pointer;
}

#tree span:hover{
	text-decoration: underline;
	cursor: pointer;
}

@media print{
    .noprint{
        display: none;
    }
}

@media (max-width:1366px){
	.pNav{
		display: none;
	}
	.navButton{
		    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    position: absolute;
                    margin: 10px;
                    z-index: 1001;
	}
        .back{
            display: none;
        }
}

@media (max-width:480px){
    .dropNav{
        left:100px;
        top:0;
    }
}