/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 22-Mar-2023, 20:11:46
    Author     : georg
*/
body{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-stretch: expanded;
    line-height: 1.5;
    background-color: #eef2f8;
}
.header-top{
    width: 60%;
    padding: .5em 20%;
    background-color: #333;
    color: #fff;
}
.ubLogo{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    /*margin-right: .5em;*/
    background-image: url("../images/ublogo.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.header-main{
    width: 60%;
    padding: 1em 20%;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #dee5f1;
}
.logo{
    width: 70px;
    height: 70px;
    background-image: url("../images/logo.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.link{
    display: inline-block;
    /*margin-left: 1em;*/
    font-weight: 100;
    padding: 0 2em;
    cursor: pointer;
    color: #555;
    text-transform: uppercase;
    border-right: 1px solid #ddd;
}
.link:hover{
    color: #842337;
}
.link:last-child{
    border: none;
}


.contentWrapper{
    width: 60%;
    padding: 1em 20%;
    font-size: 1.2em;
}
.guideBox{
    padding: 1em;
    padding-bottom: .5em;
    background-color: #fff;
    color: #333;
    margin-bottom: 1em;
    border: 1px solid #d0daea;
}
.title{
    /*padding-bottom: .5em;*/
    border-bottom: 1px solid #ddd;
    padding-bottom: .2em;
}
.uploadBox{
    width: 90%;
    padding: 2em 5%;
    background-color: #fff;
    text-align: center;
    margin-bottom: 1em;
    color: #333;
    border: 3px dashed #d0daea;
}
.fileUploadBtn{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.fileUploadBtn + label {
    /*font-size: 1.25em;*/
    padding: .5em 1em;
    font-weight: 700;
    color: white;
    background-color: #b83636;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.fileUploadBtn:focus + label,
.fileUploadBtn + label:hover {
    background-color: #777;
}
.fileUploadBtn:focus + label {
    /*outline: 1px dotted #000;*/
    outline: -webkit-focus-ring-color auto 5px;
}
.fileBox{
    width: 100%;
}
.fileDetails{    
    width: calc(30% - 2em);
    min-width: 300px;
    padding-right: 2%;
    margin-right: 1em;
}
.fileSettings{
    width: calc(67% - 2em);
    min-width: 400px;
}
.fBox{
    padding: 1em;
    background-color: #fff;
    color: #333;
    border: 1px solid #d0daea;
    margin-bottom: 1em;
}
.fileicon{
    font-size: 4em;
}
.fileSettings input{
    width: 30px;
    font-size: 1em;
    padding: .28em .5em;
    text-align: center;
    border: 1px solid #b83636;
    border-radius: 5px;
}




.btn{
    padding: .5em 1em;
    font-weight: 700;
    color: white;
    background-color: #b83636;
    border: none;
    display: inline-block;
    cursor: pointer;
}
.desc{
    font-size: .8em;
    color: #777;
}
.val{
    font-size: 1.1em;
}
.alert{
    width: 40%;
    margin: 10% auto;
    padding: 1em 2em;
    font-size: 1.3em;
    position: relative;
    border-left: 10px solid #fff;
    border-radius: 10px;
    box-shadow:0 0 15px 5px #bbb;
}
.simple-alert{
    background-color: #eee;
    border-color: #555;
}
.success-alert{
    background-color: #cdefcb;
    border-color: #238462;
}
.danger-alert{
    background-color: #efcbd0;
    border-color: #842337;
}
.warning-alert{
    background-color: #efefcb;
    border-color: #9f9012;
}
.close{
    position: absolute;
    width: 35px;
    height: 30px;
    opacity: 0.5;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    right: 1em;
    top: calc(50% - 20px);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}
.spinner{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 1em;
    top: calc(50% - 30px);
    background-image: url("../images/spin.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    animation: spin 1.5s normal infinite;
}








.d-tab{
    display: table;
    width: calc(100% - 2px);
    background-color: #fff;
    border: 1px solid #ddd;
}
.d-tr{
    display: table-row;
    width: 100%;
    cursor: pointer;
}
.d-tr:hover{
    background-color: #f4f4f4;
}
.d-tr-static{
    background-color: #1a68c5 !important;
    color: #fff !important;
    font-weight: bold;
}
.d-tr-static:hover{
    background-color: #1a68c5 !important;
    color: #fff !important;
}
.d-tr-static .d-td{
    cursor: default;
}
.d-tr-selected{
    background-color: #ccdeef !important;
}
.d-tr-selected .d-td{
    border-bottom: 1px solid #fff !important;
}
.d-th{
    display: table-header-group;
    font-weight: bold;
}
.d-th .d-td{
    border-bottom: 1px solid #ddd;
}
.d-td{
    display: table-cell;
    padding: .5em 1em;
    border-top: 1px solid #ddd;
    border: none;
    margin: 0 !important;
}
.d-tr:nth-child(odd){
    background-color: #eee;
}


.pagination-sect{
    margin-top: 1em;
    text-align: center;
    margin: 2em 0;
}
.pgn-pg{
    display: inline-block;
    padding: .3em .7em;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
}
.pgn-num{
    display: inline-block;
    padding: .3em .7em;
    margin: 0 2em;
}
.pgn-pg:not(.disabled):hover{
    background-color: #b83636;
    border-color: #b83636;
    font-weight: bold;
    color: #fff;
}
.disabled{
    opacity: .5;
    cursor: default;
}


.perm{
    width: 60%;
    margin: auto;
    margin-top: .5em;
    border: 1px solid #777;
    border-radius: 50px;
    overflow: hidden;
}
.perm-left{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1em;
    padding: .4em 0;
    text-align: center;
    width: calc(10% - 2px);
    border-right: 1px solid #777;
    cursor: pointer;
}
.perm-right{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 1em;
    padding: .4em 0;
    text-align: center;
    width: calc(10% - 2px);
    border-left: 1px solid #777;
    cursor: pointer;
}
.perm-center{
    display: inline-block;
    vertical-align: middle;
    padding: .4em 5%;
    width: calc(70% - 1px);
    margin: 0;
}
.perm-allowed{
    width: calc(80% - 2px) !important;
    background-color: #c6edc6 !important;
}
.perm-denied{
    width: 80% !important;
    background-color: #d6b8b8 !important;
}
.perm-left:hover{
    background-color: #c6edc6;
}
.perm-right:hover{
    background-color: #d6b8b8;
}






@media screen and (max-device-width: 990px) {
    .fileDetails{
        width: calc(100% - 2em) !important;
        padding-right: 2%;
        margin-right: 1em;
    }
    .fileSettings{
        width: calc(100% - 2em) !important;
    }
}