/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and ( max-width : 1025px ){
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 3em;
	background: #E9E9E9;
	}

.header	img{
  width: 90px;
  height: 90px;
  border-radius: 50px;
	background: #ecf0f3;
  box-shadow: 

  0px 0px 2px #5f5f5f,
  0px 0px 0px 5px #ecf0f3,
  8px 8px 15px #a7aaaf,
  -8px -8px 15px #ffffff
  ;
		
}

h1 {
	float: right;
	margin-top: 0.25em;
	margin-right: 2%;
	color: white;
}
	
.headline {
	color: #ff3600;
	font-size: 1em;	
	text-align: center;
	font-weight: 1000;
	margin-top: 2em;
	}
	
h2 {
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 2em;
	font-weight: bolder;
	text-decoration: underline #FF3600;
	text-decoration-thickness: 5px;
}
	
body > div.Container > form > div.score > select{
	
  	background-color: #FFE8E8;
}
.score {
	font-size: 1em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
	margin-left: 2em;
    width: 70%;
}    .score select {
	font-size: 1em;
        font-family: 'Arial';
        display: inline-block;
        width: 95%;
        cursor: pointer;
        outline: 0;
        border: 0px solid #000000;
	border-radius: 1em;
	background: #e9e9e9;
	box-shadow: inset 1px 1px 5px #c7c7c7,
            	inset -5px -5px 10px #f9f9f9;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    
    }
        .score select::-ms-expand {
            display: none;
        }
        .score select:hover,
        .score select:focus {
            color: #000000;
            background: #cccccc;
        }
        .score select:disabled {
            opacity: 0;
            pointer-events: none;
        }
.score_arrow {
    position: absolute;
    top: 35px;
    right: 25px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.score select:hover ~ .score_arrow,
.score select:focus ~ .score_arrow {
    border-top-color: #000000;
}
.score select:disabled ~ .score_arrow {
    border-top-color: #cccccc;
}


.Ldrop {	
	text-align: center;
  width: 90px;
  height: 90px;
  	position: absolute;
  	right: 0px;
  	padding: 1em;
	border: 0;
	border-radius: 18px 18px 0px 18px;
	font-weight: bold;
	font-size: 18px;
	background: #ecf0f3;
  box-shadow: 
  0px 0px 2px #5f5f5f,
  0px 0px 0px 5px #ecf0f3,
  8px 8px 15px #a7aaaf,
  -8px -8px 15px #ffffff
  ;
	}	
	/*	
select {
  box-sizing: border-box;
  border: 0px solid #ccc;
  border-radius: 4px;
  background-color: #EEEEEE;
  resize: none;		
  width: 95%;
  height: 3em;
  margin-bottom: .5em;
	font-size: 3em;
}	
	*/
form {
	text-align: left;
	width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -1em;
	padding: 0em 2em 2em 2em;
	border-radius: 18px;
	background: #F0F0F0;
	text-align: center;
}
	
	div.CC00 > label {
		display: block;
	border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 8em;
	border-radius: 1em;
	background: #F0F0F0;
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
	}
	
	div.CC00 > label:hover {
		background-color: #FF3600;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	}
	
	.upload {
		text-align: center;
		display: block;
	}	
	
	section.upload > div{
		margin-left: auto;
		margin-right: auto;
	}
	/*
input[type="file"] {
    display: none;
}	
	
	*/
label.custom-file-upload::before {
	display: none;
	}	

	label.custom-file-uploa{
		padding: 0;
		margin: 0 auto;
	}
	
input {
  	box-sizing: border-box;
	resize: none;
	margin: 1em;
	font-weight: bold;
	border-radius: 2em;
	background: #e0e0e0;
	box-shadow: inset 5px 5px 10px #cacaca,
            inset -5px -5px 10px #f6f6f6;
	border: none;
	padding: 1em;
	font-size: 1em;
	width: 95%;
}
input[type=text] {
	width: 95%;
	
	}
input[type=email] {
	width: 95%;
	}
input[type=number] {
	width: 95%;
	}
	
input[type=submit] {
	background: #ff3600;
	color: white;
	width: 100%;
}
.required
{
	display: none;
}
	
	input[required] {
  background-color: #FFE8E8;
}
	
	body > div.Container > form > div.DropDown > table {
		
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#divProd {
		width: auto;
	}
	
	
	#ddProduct {
  	box-sizing: border-box;
	resize: none;
  	height: 2em;
	width: 90%;
	margin: 1em;
	font-size: 1em;
	font-weight: bold;
	border-radius: 18px;
	background: #e9e9e9;
	box-shadow: inset 2px 2px 4px #cacaca,
            	inset -2px -2px 4px #f1f1f1;
	border: none;
		padding-left: 1em;
	}
	
	#ddProduct option {
		      font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 1em;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 0px;
        background: #e6e6e6;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
		font-size: 1em;
	}
	
.header {
	background-color: #FF3600;
	height: 1.5em;
	border-bottom: 5px solid #FF3600;
	border-radius: 50px 18px 0px 0px;
	background: #e0e0e0;
}

	
.Container {
  	position: absolute;
  	left: 50%;
  	transform: translate(-50%);
	z-index: 100;
	border-radius: 50px 18px 0px 0px;
	background: #F0F0F0;
	box-shadow:  5px 5px 10px #c7c7c7,
             -5px -5px 10px #f9f9f9;
	width: 90%;

}

	label{
		margin: .5em;				
	}
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
	display: inline-block;
	font-size: .75em;
	line-height: 50px;
	margin: 0,5em;
	text-align: center;
	border-radius: 14px;
	cursor: pointer;
	text-transform: uppercase;
	color: black;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
	height: auto;
	vertical-align: middle;
	width: 14em;
	background-color: #ff3600;
}
.checkbox-tools:not(:checked) + label{
	background-color: var(--dark-light);
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
}
.checkbox-tools:checked + label{
	background-color: red;
	background: #FF3600;
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
}
.checkbox-tools:not(:checked) + label:hover{
	background: #e0e0e0;
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	background-image: linear-gradient(298deg, red, yellow);
	z-index: -1;
	background: #e0e0e0;
	box-shadow:  2px 2px 6px #bebebe,
             	-2px -2px 6px #ffffff;
  	border-style: none;
}

.notes {
	width: 90%;
  padding: 12px 20px;
  resize: none;
  height: 5em;
	border-radius: 18px;
	background: #e0e0e0;
	box-shadow: inset 5px 5px 10px #c7c7c7,
            inset -5px -5px 10px #f9f9f9;
	border: 0;
	margin-top: 5px;	

}  
	body > div > form > section.Cont2.CC00 > div {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		text-align: center;
	}
}


