/*
	A couple styles to make the demo page look good
 */
body {
	padding-bottom: 2rem;
	/*padding-top: 4rem;*/
}
.row {
	margin-bottom: 1rem;
/*	text-align: center !important;*/
   text-align: left !important;
}
.grey {
    background-color: buttonface !important;
}
[class*="col-"] {
	/*padding-top: 1rem;
	padding-bottom: 1rem;*/
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#drag-and-drop-zone{
	background-color: #fff;
}
#files {
    overflow-y: auto !important;
    min-height: 320px;
}
#drag-and-drop-zone h3 {
    font-size: 30px !important;
}
@media (min-width: 768px) {
	#files {
		overflow-y: auto !important;
		min-height: 230px;
	}
}
@media (max-width: 992px) {
    #files {
        min-height: 231px;
    }
   .before_file_size {
        display: none !important;
    }
    .after_file_size {
        display: none !important;
    }
    #drag-and-drop-zone h3 {
        font-size: 25px !important;
    }
}
#debug {
	overflow-y: scroll !important;
	height: 180px;
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;

	border-style: solid;
}
.srx-download {
	height: 10px;
	padding: 20px;
	background-color: lightblue;
}
#dlimg {
	/*padding-left: 70px;*/
	/*line-height: 2.4;
    padding-top: 22px;
    padding-left: 5px;*/
   /* line-height: 1.4; */
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;*/
    /*line-height: 2.4;*/
    /*padding-left: 5px;
    padding-top:  28px;*/

}
.result_row{
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid lightgrey;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.srx-inline-block {
	display: inline-block;
}
.srx-tools {
	font-size: 18px !important;
	color: #d80700 !important;
}
.srx_heading {
	text-align: center!important;
	font-size: 33px !important;
	font-weight: 500 !important;
	line-height: 39.6px;
	font-family: 'poppins',sans-serif;
	/*font-family: sans-serif !important;*/
}
.srx_upload_box {
	max-width: 1100px !important;
    margin: 0 auto !important;

}
.text-muted {
    font-size: 33px !important;
	font-weight: 500 !important;
	color: #212529 !important;
	line-height: 39.6px;
	font-family: 'poppins',sans-serif;
}
.card-header {
	font-size: 20px !important;
	font-weight: 500 !important;
	color: #212529 !important;
	font-family: 'poppins',sans-serif;
}
.srx_file_name {
	/*color:blue;*/
    width: 22%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.srx_download_link {
    color: blue;
}
.before_file_size{
   /* display: flex;
    align-items: center;
    flex-direction: column;*/
    color: red;
}
.after_file_size {
    color: limegreen;
}
/*.before_file_size span, .after_file_size span {
    color: black;
}*/
.link-heading{

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px !important;
    margin-bottom: 10px !important;
}
.media {
    width: 100% !important;
}
.prgressbar {
    width: 30%;
}
#reset_results{
    background: white !important;
    border: 1px solid grey !important;
}
.comparison_heading {
    margin-bottom: 10px;
    position: sticky;
    top: -10px;
    display: flex;
    background: white;
    align-items: center;
}
.before {
    text-align: center;
    flex: 1.7;
    margin-left: 36px;
}
.after {
    flex: 1.4;
    text-align: center;
    margin-right: 9px;
}
.result_row img {
    margin: 0 auto;
    width: 25px;
}
.results {
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: space-around;
}
