@media only screen and (min-width: 1100px) {
    .uploadbox{
        width: calc(80% - 22px);
        right: calc(10% + 10px);
    }
    #submit{
        width: calc(80% - 22px);
        right: calc(10% + 10px);
    }
    .dialog{
        width: calc(80% - 30px);
		/* width: 1000px; */
        left: calc(10% + 15px);
    }
    .more{
        left: calc(10% + 15px);
    }
    .less{
        left: calc(10% + 18px);
    }
    .zeroFile{
        width: calc(80% - 22px);
        right: calc(10% + 10px);
    }
    .filecards{
        width: calc(80% - 22px);
        left: calc(10% + 10px);
    }
    .card{
        height: auto;
        height: 113px;
    }
    .card-content-minimal{
        display: none;
    }
    .card-content-full{
        display: block !important;
    }
    .show-btn{
        display: none !important;
    }
    .card-btn{
        justify-content: center;
    }
    .select-box{
        display: flex;
        justify-content: space-between;
    }
    .select-box > div{
        width: 100%;
        margin: 0 3px;
    }
    .groupselectbox{
        width: 270px;
    }
    .green{
        width: 50px;
    }
    .groupselectbtn{
        font-size: 17px;
    }










}