/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 /**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
.upload-area {
	height: 200px;
	border: 4px dashed #c3c4c7;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	overflow: auto;

	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-area:hover{ cursor: pointer; }
.upload-area span { display: block; }
.upload-area span:nth-child(2) { margin: 7px 0; }
.upload-area button {
    padding: 5px 10px;
    color: #2271b1;
    border-color: #2271b1;
    border: 1px solid;
    border-radius: 3px;
    background: #f6f7f7;
}

#file{
	display: none;
}



/* Thumbnail */
.thumbnail{
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid lightgray;
	border-radius: 3px;
	float: left;
}

.size{
	font-size:12px;
}



.p-3 {
    padding: 1rem!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}

.ml-0, .mx-0 {
    margin-left: 0!important;
}


.tsl-download-link.btn.btn-primary {
    border-radius: 4px;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-primary { background-color: red !important; }