.slide{width: 80%;}
.thu{display: inline-block;background-color: transparent;width: 70px;height: 45px;border-radius: 1px;}
body {
	margin: 0px;
	padding: 0px;

    background: #ffffff;
    font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 14px;
    justify-content: flex-start;
    
}
h3{ font-weight: normal;
font-size: 14px;
}
li{
    font-size: 14px;
}
h4{ font-weight: bold;
    font-size: 14px;
    }
a{
font-size: 14px;
color:#136899;
}
a:hover{
color:#1b96dd;
}
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}
/*img tag to auto shrink images in the browser*/
img {
    max-width: 100%;
 	height: auto;
    /*width: auto\9; */
}
#uploader{
    background-color: #edece8;
    padding-top: 20px; /* Add padding to create space inside the container */
    padding-bottom: 8px;
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    width: 100%;
    position: relative;

}
.characteristics{
    background-color: #edece8;
 
    box-sizing: border-box; /* Ensure padding and border are included in the element's total width and height */
    width: 100%;
    position: relative;
    height:80px;
    overflow-y: hidden;
    max-height: 85px;
    transition: max-height 0.3s ease;
}
.input-url-with-image {
    height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#af4040;
    width: 73%;
    margin-bottom: 5px;
    margin-top: -10px;
    font-size: 10px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    background-color: #edece8;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden; /* Hide overflow for the animated border */
    border: 2px solid #686868; /* Start with a transparent border */
    align-items: left;
    vertical-align: middle;
}
.input-url-with-image:focus {
    border: 1px solid #136899; /* Border color on focus */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.5); /* Box shadow on focus for a subtle glow */
}
.input-url-with-image:hover {
    border: 1px solid #136899; /* Border color on focus */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.5); /* Box shadow on focus for a subtle glow */
}



.input-url-with-image img {
    margin-left: 10px;
    width: 20px; /* Adjust image size as needed */
   /* Adjust spacing between image and input */
}

.input-url-with-image input[type="url1"] {
    margin-left: 10px;
    width: 100%;
    background-color: #edece8;

    align-items: center;
    border: none;
    outline: none;
    font-size: 14px;
}

.input-image-upload {
    font-size: 14px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    background-color: #edece8;
    width: 50%;
    height:auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 15px; /* Combined padding-left and padding-right */
    border: 2px solid transparent; /* Invisible border for spacing */
    color: #000000;
    border-radius: 7px;
    box-sizing: border-box; /* Include border in the element's dimensions */
    position: relative; /* Required for the pseudo-element */
    border: 2px solid #808080; /* Start with a transparent border */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 85px; 
    overflow: hidden; 
   
}

.input-image-upload:focus {
    border: 1px solid #136899; /* Border color on focus */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.5); /* Box shadow on focus for a subtle glow */
}
.input-image-upload:hover, .image-upload.drag-over {
    border: 1px solid #136899; /* Border color on focus */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.5); /* Box shadow on focus for a subtle glow */
}

.input-image-upload input
{
   display: none;
   position:absolute;
   top:-100px;
}

#upload-wrapper{
	/*margin-right: auto;
	margin-left: auto;*/
    position: relative;
    max-width:49%;
    padding: 10px 10px 10px 10px;

	/*padding: 10px 10px 10px 10px;*/
	 /*border-radius: 10px;*/
	/*box-shadow: 1px 1px 3px #AAA;*/
}
#footerDown{
    width:100%;
    margin-top: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EEEEEE;
}
#analysis-wrapper{
	
	/*margin-right: auto;
	margin-left: auto;
    max-width:1200px;*/
	padding: 0px 10px 0px 10px;
}

#upload-wrapper h3 {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	margin-top: -30px;

    font-size: 14px;
    font-weight:normal;   
}

#upload-wrapper p {
    
    font-size: 2px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 15px;
   
}
#upload-wrapper p2 {
    
    font-size: 16px;
    display: block;

}
h2 {
    font-size: 15px;
    font-weight:bold;  
}
.processingOptions {
    height:5px;
    width: 100%;
    position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.processingOptionsChild1 {
    display: flex; 
    align-items: center; 
    width:50%;
    justify-content: right;
}
.processingOptionsChild2 {
    display: flex; 
    align-items: center; 
    width:50%;
    justify-content: left;
}
.messages {
    width:80%;
    display:none; 
    font-size: 14px;
}
#upload-wrapper input[type=file] {	
	/*margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    /*width: 60%;*/
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
    
}
#upload-wrapper input[type="text"]{	
	font-size:12px;
    font-family:"Segoe UI", Tahoma, sans-serif;
   /* margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    width: 65%;
    height: 40px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
   word-wrap: break-word;

     
}
#upload-wrapper input[type="url"] {	
	font-size:14px;
    font-family:"Segoe UI", Tahoma, sans-serif;
    /*margin-right: auto;
	margin-left: auto;
	margin-top: auto;*/
    background-color: #edece8;
    width: 65%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #edece8;
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px; 
    
    
      
}
/*
#upload-wrapper input.break{	    word-wrap: break-word;
    word-break: break-all;height:80px;}*/
#login-btn {	
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    /* white-space: normal;
    width: auto;*/
}
#logout-btn{
    margin-right: 30px;
    margin-left: auto;
    margin-top: 5px;
    font-size: 12px;
    padding: 7px 7px 7px 7px;
    cursor: pointer;
    border: none;
    background: #143041;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    /* white-space: normal;
    width: auto;*/

}
#newtab-btn {
    margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 16px;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
   /* white-space: normal;
    width: auto;*/

}
#upload-wrapper #submit-btn, #newtab-btn, #plus-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 18px;
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
   /* white-space: normal;
    width: auto;*/
}
.loginSection {
    position: absolute; 
    top: 0; 
    right: 0; 
    text-align: right; 
    display: none; 
    margin-right: 1%; 
    margin-top: 1%;
}

/* Styling for the arrow */
.dropdown-arrow-container {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #060706;
    margin-left: 4px;
	margin-top: -2px;
    vertical-align: middle;
    
  }
  .dropdownProcessOptions {
    position: relative;

}
  /* Dropdown content styling */
  .dropdownProcessOptions-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
  }
  
  .dropdownProcessOptions-content a:hover {
    background-color: #f1f1f1;
  }

  /* Show dropdown when clicked */
  .dropdownProcessOptions:hover .dropdownProcessOptions-content {
    display: block;
  }
 

  /* Dropdown links */
  .dropdownProcessOptions-content a {
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
  }


 #usage_instructions-btn, #browser_compatibility-btn, #version_history-btn {	
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#about-btn,#disclaimer-btn {
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
    font-size: 11px;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
    border: none;
    background: #136899;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    /* box-shadow: 0px 3px 1px #2075aa; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}  

#upload-wrapper #submit-btn:disabled {
	border-radius: 5px;
	padding: 15px 15px 15px 15px;
	background: #136899;
}
/* progress bar style */
progress {
	height: 15px;
	border: 0px none;
	background-color: #edece8;  
}
progress::-webkit-progress-bar {  
	background-color: #edece8;   
}  
progress::-webkit-progress-value {  
	  
}  
progress::-moz-progress-bar {  
	
}
/* Footer */
#footer2 {

    height: auto;
    padding-top: 0px;
    border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #EEEEEE;
   
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
#footer{
 text-align: center;
 height: auto;
 padding-top: 3px;

    vertical-align: middle;

 }
#footer .cc {
 display: inline-block;
 border-width: 0;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 background-position: 0 0;
 }
#footer p{

 padding: 0px;
 margin: 0px;
 font-size: 11px;
 
 background: #ffffff;
 }


 a:hover{cursor:pointer;}
 
 *::-webkit-input-placeholder {
  
	opacity: 1 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
   
	opacity: 1 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
  
	opacity: 1 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
   
	opacity: 1 !important;
}
/*File Chooser*/
#upload-wrapper input[type="text"] {
    font-size: 12px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    background-color: #edece8;
    width: 60%;
    height: 45px;
    margin-bottom: 1px;
    padding: 0 15px; /* Combined padding-left and padding-right */
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for border and box-shadow */
    box-sizing: border-box; /* Include border in the element's dimensions */
}

#upload-wrapper input[type="text"]:focus {
    border: 1px solid #136899; /* Border color on focus */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.5); /* Box shadow on focus for a subtle glow */
}
#upload-wrapper input[type="text"]:hover
{
    border: 1px solid #136899; /* Border color on hover */
    box-shadow: 0 0 5px rgba(19, 104, 153, 0.3); /* Box shadow on hover */
}
.optional-input {
    font-family: "Segoe UI", Tahoma, sans-serif;
    background-color: #edece8;
    width: 30%;
    height: 20px;
    margin-bottom: 20px;
    padding: 0 15px; /* Combined padding-left and padding-right */
    
    border: none;
    color: #000000;
    outline: none;
    border-radius: 5px;
    transition: border 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for border and box-shadow */
    box-sizing: border-box; /* Include border in the element's dimensions */
}

.input-image-upload input
{
   display: none;
   position:absolute; 
   top:-100px;
   width: 150;
}


.input-image-upload label img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  line-height: 2em;
}
.input-image-upload img {
  cursor: pointer;
}
#about {
    margin: 50px auto 15px;
    padding: 0px 50px 40px;
    width: 700px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #FFF;
    text-align: justify;
    line-height: 22px;
}
input::placeholder {
  color: #313030;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #edece8 inset !important;
    -webkit-text-fill-color: #252525 !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #edece8 inset !important;
    -webkit-text-fill-color: #2e2e2e !important;
}
*:-moz-placeholder {
    /* FF 4-18 */

	opacity: 1 !important;
}
*::-moz-placeholder {
    /* FF 19+ */

	opacity: 1 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */

	opacity: 1 !important;
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
            
		}  
		td {
			/* Behave  like a "row" */
			border: none;
			position: relative;	
         
            text-align: center;    
            
		}
		td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 0;


            white-space: nowrap;
        }	}
    }
   
    #login-pop{
        position: fixed;
        right: 0;
        bottom: 0;
        height: 85%;
        margin-right: -3px;

        margin-bottom: 25px;  
    }
    
    #usage-instructions-btn {
        position: fixed;
        right: 0;
        bottom: 0;
        height: 66.5%;
        margin-right: -2.5px;
        margin-top: 500px;
        margin-bottom: 25px;  
      }
    #login-form{

        text-align: justify;
        float: right;
        width: 10vw;
        z-index: 1000;
        padding-left: 7px;
        padding-right: 33px;
        padding-top: 10px;
        padding-bottom: 15px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        background-color: #ffffff;
    }
    #usage-instructions-form {   
        text-align: justify;
        float: right;
        width: 20%;
        height: 80%;
        z-index: 1000;
        padding-left: 7px;
        padding-right: 33px;
        padding-top: 10px;
        padding-bottom: 15px;
        background-clip: 'padding-box';
        border: 1px solid rgba(0,0,0,.2);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        background-color: #ffffff;
        overflow-y: auto; /* Enable vertical scrollbar if content overflows */
      }
    #login-tab {
        float: right;
        color: #fff;
        font-size: 0.99vw; /* Responsive font-size based on viewport width */
        cursor: pointer;
        text-align: center;
        width: 8.40vw; /* Responsive width based on viewport width */
        height: 3.33vh; /* Responsive height based on viewport height */
        margin-top: 6.50vh; /* Adjust if needed */
        margin-right: -2.9vw;
        margin-left: -4.20vw;
        padding-top: 0.26vw; /* Responsive padding based on width */
        background-color: rgba(19,104,153,0.6);
        border-radius: 3px;
        transform: rotate(270deg);
    }
    #usage-instructions-tab {
        float: right;
        color: #fff;
        font-size: 0.99vw; /* Responsive font-size based on viewport width */
        cursor: pointer;
        text-align: center;
        width: 10.42vw; /* Responsive width based on viewport width */
        height: 3.33vh; /* Responsive height based on viewport height */
        margin-top: 8.62vh; /* Adjust as needed */
        margin-right: -3.96vw; 
        margin-left: -4.16vw;
        padding-top: 0.26vw; /* Adjust padding proportionally */
        background-color: rgba(19,104,153,0.6);
        border-radius: 3px;
        transform: rotate(270deg); /* Rotation remains the same */
    }

      
      #usage-instructions-form textarea { resize: none; }
      
      #usage-instructions-tab:hover { background-color: rgba(19,104,153,0.4); }
     
     