.documents td img {
    max-width:38px;
    cursor:pointer;
}
.documents td.dw {
    position:relative;
    cursor:pointer;
    opacity: 0.5;
}

.documents td.dw:before {
    content:'+';
    top: -4px;
    position: absolute;
    font-size: 26px;
    margin-left:-6px;
}

.documents td.dw.unavailable {
    opacity: 0.2;
    cursor:default;
}

.documents td.dw.unavailable:before {
    content:'x';
    font-size: 22px;
}

.documents td.dw.select {
    opacity: 1;
}

.documents td.dw.select:before {
    content:'-';
    color:red;
    margin-left: -3px;
}

.document_widget ul li {
    border:0!important;
}

.document_widget ul li li {
    padding: 0 0 0 1.5rem;
}

.document_widget label {
    display:inline-flex;
    font-weight: 100;
    margin-bottom: 0;
}

#docscart {
    background-image: url(download.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right:-80px;
    width: 36px;
    height: 36px;
    z-index: 100000;
    cursor:pointer;
}

#docscart span {
    background-color: red;
    line-height: 10px;
    font-size: 10px;
    border-radius: 20px;
    position: absolute;
    right: -6px;
    display: block;
    padding: 2px 4px;
    color: white;
    font-weight: 700;
}

#docscartitems {
    padding-top:14px;
    display:none;
    position: absolute;
    right:-80px;
    top:40px;
    z-index: 100000;
    background-color:#f5f5f5;
    min-width:300px;
    max-width: 460px;
    width:100%;
    border: 1px solid gray;
    border-radius: 4px;
}

#docscartitems .actions {
    margin-top:14px;
}

#docscartitems .actions button {
    margin: 0 0 6px 6px;
}

#docscartitems .items {
    display:flex;
    flex-direction:column;
}

#docscartitems .items .row {
    display:flex;
    flex-direction:row;
    align-content: space-between;
    margin:5px 0;
}

#docscartitems .items .row span:first-child {
    padding-left:6px;
}

#docscartitems .items .row span:last-child {
    margin-left:auto;
    padding-right:6px;
}

#docscartitems .items .row span img {
    cursor:pointer;
}

.cfilter input {
    cursor:pointer;
}

.doctitle {
    display:flex;
    flex-direction: row;
    margin-top:30px;
}
.doctitle input {
    max-height:50px;
    min-width: 230px;
    margin:auto 0 auto auto;
}
.user-info {
    padding-top:30px;
}

.user-info h3 {
    margin: 30px 0 4px;
}

.user-info i {
    margin-bottom:20px;
}

.user-info div {
    display:flex;
    flex-direction: row;
    margin-bottom:10px;
}

.user-info div:first-child {
    flex-direction: column;
}

.user-info label {
    max-width: 160px;
    width:100%;
    padding-left:10px;
}

.user-info input {
    display: flex;
    flex: 1;
}

.user-info div:last-child {
    align-content: flex-end;
}

.user-info button {
    margin-left: auto;
}

@media (min-width:600px) {
    .user-info {
        padding-left:40%;
    }
}

@media (max-width:600px) {
    #myDocs th, #myDocs td {
        display:none;
    }
    #myDocs th:first-child, #myDocs th:last-child, #myDocs td:first-child, #myDocs td:last-child {
        display: table-cell;
    }
}
@media (max-width:60em) {
    #docscart {
		margin-top: -47px;
		right: 140px;
	}
}


/* Documents CSS */
.document_widget {
	margin-top:30px;
}
.document_widget ul.cfilter {
	list-style:none;
	margin:0;
}
.document_widget ul.cfilter ul {
	list-style:none;
	margin:0;
}
