@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;900&display=swap');

*{
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.app{
    float: left;
    text-align: center;
    margin-right: 5px;
    font-size: 96% !important;
    margin-top: 5px;
}

.app img{
    width: 36px;
    height: 36px;
}

.smallicon img{
    width: 24px !important;
    height: 24px !important;
}

body{
    margin: 52px 0px 25px 0px !important;
    padding: 0px !important;
}

header{
    z-index: 100;
}

.header{
    background-color: #aaaaaa;
    border: 2px solid #555555;
    border-radius: 0px 0px 10px 10px;
    height: 50px;
    padding: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    color: white;
}

footer{
    background-color: #aaaaaa;
    border: 2px solid #555555;
    border-radius: 10px 10px 0px 0px;
    bottom: 0px;
    height: 22px;
    position: fixed;
    text-align: center;
    width: 100%;
    color: white;
}

.bold{
    font-weight: bold;
}

#tabellaLogin{
	padding: 15px;
    border-collapse: separate !important;
    border-radius: 15px;
}

.center{
    text-align: center !important;
}

input, button, select, textarea{
    color: black !important;
} 


th div, th{
    text-align: center !important;
}

.bottomline{
    border-bottom: solid 1px black;
}

.userdata{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    min-height: 1.9em;
}

.mytitle{
    border-radius: 10px;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #207e53;
    border: 2px solid #8bceaf;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
}

.pointer{
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #555555;
}

.btn-primary:hover {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
}

.ui-dialog-titlebar-close{
    display: none !important;
}

.DataTables_sort_icon{
    display: none !important;
}

button {
    border-width: 1px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-radius: 5px;
    border-style: outset !important;
    border-top-style: outset !important;
    border-right-style: outset !important;
    border-bottom-style: outset !important;
    border-left-style: outset !important;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-top-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-right-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-bottom-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-left-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133)) !important;
    border-image: initial !important;
    border-image-source: initial !important;
    border-image-slice: initial !important;
    border-image-width: initial !important;
    border-image-outset: initial !important;
    border-image-repeat: initial !important;
}

button:hover{
    background-color: #aaaaaa;
}

.smallcol{
    width: 1% !important;
}

.nowrap{
    white-space: nowrap;
}

.tableBGRed{
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.tableBGRed:hover{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_1{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_2{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_3{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGRed .sorting_4{
    background-color: rgba(255, 0, 0, 0.5) !important;
}

.tableBGOrange{
    background-color: rgba(253, 106, 2, 0.3) !important;
}

.tableBGOrange:hover{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_1{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_2{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_3{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGOrange .sorting_4{
    background-color: rgba(253, 106, 2, 0.5) !important;
}

.tableBGGreen{
    background-color: rgba(0, 255, 0, 0.3) !important;
}

.tableBGGreen:hover{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_1{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_2{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_3{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGGreen .sorting_4{
    background-color: rgba(0, 255, 0, 0.5) !important;
}

.tableBGPurple{
    background-color: rgba(128, 0, 128, 0.3) !important;
}

.tableBGPurple:hover{
    background-color: rgba(128, 0 ,128, 0.5) !important;
}

.tableBGPurple .sorting_1{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_2{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_3{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.tableBGPurple .sorting_4{
    background-color: rgba(128, 0, 128, 0.5) !important;
}

.redText{
    color: red !important;
}

.greenText{
    color: green !important;
}