<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
body,html{
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: calc(100vh - 61px);
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}
tr {
    line-height: 20px;
    min-height: 20px;
    height: 20px;
}
.mynav{
    background-color: transparent !important;
    box-shadow: 1px 3px 9px 0px #bfa7a5;
    width: 100%;
    padding: 0;
    background: url(../images/nav-bg.jpg);
    position: fixed;
}
.mynav .mybrand{
    max-width: 201px;
    display: block;
    height: 61px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
}
.mynav .menu-btn{
    outline: 0;
}
.mynav .mybrand span{
    background-color: transparent;
    color: red;
    max-width: 100%;
    max-height: 70px;
    margin: auto;
}
.mynav .mybrand img{
    background-color: transparent;
    max-width: 100%;
    max-height: 61px;
    margin: auto;
}
.mynav .list{
    font-size: 17px;
    font-family: 'Arial';
}
.mynav .list li{
    padding-right: .5rem;
    padding-left: .5rem;
}
.mynav .list li a.nav-link{
    background-color: #FFF;
    color: green;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    cursor: pointer;
}
section.bg{
    background-image: url(../images/background1.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin-top: 61px;
    position: relative;
}




.content-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.content-box .dropzone-container{
    background: #FFF;
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content-box .dropzone-container .dropzone{
    width: 100%;
    height: 100%;
    max-width: 95%;
    max-height: 95%;
    text-align: center;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px dashed #00daf3;
    color: #999;
    border-radius: 10px;
    min-height: 100px;
}
.content-box .dropzone-container .mydropzone{
    width: 100%;
    height: 100%;
    max-width: 50%;
    min-width: 130px;
    max-height: 50%;
    text-align: center;
    background-color: transparent;
    color: #999;
    border-radius: 10px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .content-box .dropzone-container .mydropzone  .activities{
        width: 100%;
        height: 100%;
        max-width: 50%;
        min-width: 130px;
        max-height: 50%;
        text-align: center;
        background-color: transparent;
        color: #999;
        border-radius: 10px;
        min-height: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.menu-selected{
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.menu-selected .menu-div{
    height: auto;
    text-align: left;
    display: none;
}

.info-div{
    position: absolute;
    height: 48%;
    top: 14%;
    right: 1%;
    background: #FFF;
    width: 16%;
}
.form-menu1{
    width: 100%;
    height: auto;
}
.box-container{
    position: absolute;
    top: 14.29%;
    height: 46.997%;
    left: 22.268421053%;
    width: 55.03%;
    background: #FFF;
}

.info-list {
    margin-bottom: 5px !important;
    margin-left: 5px !important;
    padding-left: 5px !important;
    font-size: .75rem;
}

.back-btn {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border: 1px solid #dee2e6;
    margin-bottom: 10px;
    padding: 6px 12px;
    line-height: 1.428571;
}

.btn-less-padding {
    padding: .25rem 0.5rem;
}

.table{
    font-size: .8em !important;
}

.table td {
    padding: .25rem .75rem !important;
}

.hidden {
    display: none !important;
}

#tableSearch {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

@media only screen and (min-width:992px){
    .nav-container{
        max-width: 100%;
        width: 75%;
    }
}
@media only screen and (max-width:991px){
    .nav-container{
        max-width: 100%;
    }
    .mynav .list li a.nav-link{
        border-radius: 0;
        margin: 5px auto;
        text-align: center;
    }
    .mynav{
        padding: 0 30px;
        min-height: 61px;
        position: fixed;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 767px) and (orientation: portrait) {
    .content-box .dropzone-container .dropzone{
        font-size: 12px;
        min-height: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .content-box .dropzone-container .dropzone{
        font-size: 12px;
    }
    /* body{
        margin-top:61px;
        background-image: linear-gradient(to right, #e1e4e9 , #cfd2d7);
    } */
}

@media only screen and (max-width: 300px) {
    .mynav .mybrand img{
        max-width: 85%;
    }
    .mynav{
        padding: 0;
    }
    .mynav .container-fluid{
        max-width: 100% !important;
        padding: 0 5px;
    }
}

/*Ipad*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    section.bg{
        background-image: url(../images/background-ipad.jpg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        margin-top: 61px;
        position: relative;
    }
}
/*Ipad pro*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2){
     section.bg{
        background-image: url(../images/background-ipad-pro.jpg);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        margin-top: 61px;
        position: relative;
    }
}
/*Phones*/
@media (max-width:480px) and (orientation: portrait){
    section.bg{
        background-image: url(../images/background1.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        margin-top: 61px;
        position: relative;
    }
    .box-container{
        position: absolute;
        top: 0;
        height: 65%;
        left: 0;
        right: 0;
        width: 100%;
        background: #FFF;
        margin: auto;
    }
    .info-div{
        position: absolute;
        height: 30%;
        bottom: 0;
        right: 0;
        left: 0;
        background: #FFF;
        width: 100%;
        margin: auto;
        margin-bottom: 0;
        border-radius: 5px;
    }


}</pre></body></html>