.textField {
    font-family: 'Calibri';
    font-size:14px;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.textField:focus {
    background: #f4f9b3;
}

.textFieldNormal {
    font-family: 'Calibri';
    font-size:14px;
    /*width: 100%;*/
    padding: 8px 16px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.textFieldNormal:focus {
    background: #f4f9b3;
}

.textFieldParticipant {
    font-family: 'Calibri';
    font-size:14px;
    /*width: 100%;*/
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.ddl {
    width:100%;
}

.textFieldParticipant:focus {
    background: #f4f9b3;
}

.textFieldSearchBox {
    font-family: 'Calibri';
    font-size:18px;
    width: 100%;
    height: 60px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-shadow: 0px 0px 10px black;
}

.textFieldSearchBox:focus {
    background: #f4f9b3;
}

.searchButton {
    font-family: 'Calibri';
    font-size:18px;
    font-weight:bold;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    transition: all 0.5s;
    color: white;
    background-color: red;
    box-shadow: 0px 0px 10px black;
}

.searchButton:hover {
    color: #000000;
    background-color: rgb(247, 120, 120)
}

.gold, .default, .approve, .decline, .other {
    font-family: 'Calibri';
    font-weight:bold;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    font-size:15px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    transition: all 0.5s;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.gold {
    color: #000000;
    background-color: #ffde00;
}

.default {
    color: white;
    background-color: #71a3f2;
}

.approve {
    color: white;
    background-color: green;
}

.decline {
    color: white;
    background-color: red;
}

.other {
    background-color: yellow;
    color: black;
}
 
.gold:hover {
    opacity: 0.7;
}
 
.default:hover {
    opacity: 0.7;
}

.approve:hover {
    opacity: 0.7;
}

.decline:hover {
    opacity: 0.7;
}

.other:hover {
    opacity: 0.7;
}

textarea {
     height:120px;
     resize:none;
}

.columnProduct {
    float: left;
    width: 33%;
    padding: 0 20px;
}

/* Remove extra left and right margins, due to padding */
.rowProduct {margin: 0 auto;}
  
/* Clear floats after the columns */
.rowProduct:after {
    content: "";
    display: table;
    clear: both;
}
  
/* Style the counter cards */
.cardProduct {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
}

.imgProductSizeCap {
    height:100%;
    max-width:100%;
}

.imgProduct {
	max-width:100%;
    max-height:100%;
}

.cardProduct:hover {
    box-shadow: -1px 5px 18px 9px rgba(0, 0, 0, 0.2);
}

.showTabletProduct {
    display:none;
}

.showPhoneProduct {
    display:none;
}

.searchForm {
    position: relative;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);
}

.searchBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    /*background-color:white;
    opacity:0.7;*/
    border-radius:5px;
    width:100%;
    text-align:center;
}

.searchBoxh1 {
    font-size: 4em;
    -webkit-text-stroke: 1px darkgrey;
    -webkit-text-fill-color: white;
    -webkit-animation: 1s linear infinite condemned_blink_effect;
    animation: 1s linear infinite condemned_blink_effect alternate;
    text-shadow: 0px 0px 10px black;
}
  
@-webkit-keyframes condemned_blink_effect {
    from { -webkit-text-fill-color: rgb(0, 0, 0); }
    to { -webkit-text-fill-color: rgb(255, 223, 0); }
}
@keyframes condemned_blink_effect {
    from { -webkit-text-fill-color: rgb(0, 0, 0); }
    to { -webkit-text-fill-color: rgb(255, 223, 0); }
}

.iconImages {
    /*font-size:70px;*/
    border: solid 0px;
    cursor: pointer;
    background-color:#ffffff;
    /*-webkit-text-stroke: 1px #000000;*/
}

.iconImagesShirt {
    transition: 0.5s all;
    height: 80px;
    max-width: 100%;
}

.iconImagesAward {
    transition: 0.5s all;
    height: 80px;
    max-width: 100%;
}

.iconImagesOther {
    transition: 0.5s all;
    height: 80px;
    max-width: 100%;
}

.iconImagesShirt:hover {
    opacity: 0.7;
}

.iconImagesAward:hover {
    opacity: 0.7;
}

.iconImagesOther:hover {
    opacity: 0.7;
}

 /*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px) and (max-width : 1279px){ 
    .searchBoxh1 {
        font-size: 4em;
    }

    .showTabletProduct {
        display:none;
    }
    
    .showPhoneProduct {
        display:none;
    }

    .ddl {
        width:100%;
    }

    /*.iconImages {
        font-size:60px;
        width: 50px;
        height: 50px;
    }*/
    
    .iconImagesShirt {
        height: 75px;
    }

    .iconImagesAward {
        height: 75px;
    }

    .iconImagesOther {
        height: 75px;
    }
}

/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px){
    .searchBoxh1 {
        font-size: 3em;
        animation: fill 1.5s infinite alternate;
        text-shadow: 0px 0px 10px black;
    }

    .textFieldSearchBox {
        font-size:16px;
        height: 60px;
        padding: 12px 20px;
        margin: 8px 0;
    }

    .searchButton {
        font-size:16px;
        padding: 12px 20px;
        margin: 8px 0;
        height: 60px;
    }

    .showBigScreenProduct {
        display:block;
    }

    .showTabletProduct {
        display:none;
    }
    
    .showPhoneProduct {
        display:none;
    }

    .ddl {
        width:100%;
    }

    /*.iconImages {
        font-size:55px;
    }*/
    
    .iconImagesShirt {
        height: 70px;
    }

    .iconImagesAward {
        height: 70px;
    }

    .iconImagesOther {
        height: 70px;
    }
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 450px) and (max-width : 767px){
    .searchBoxh1 {
        font-size: 2em;
        animation: fill 1.5s infinite alternate;
        text-shadow: 0px 0px 10px black;
    }

    .textFieldSearchBox {
        font-size:14px;
        height: 50px;
        padding: 10px 18px;
        margin: 8px 0;
    }

    .searchButton {
        font-size:14px;
        padding: 10px 18px;
        margin: 8px 0;
        height: 50px;
    }

    .textField {
        font-size:12px;
    }
    
    .textFieldNormal {
        font-size:12px;
    }

    .textFieldParticipant {
        font-size:12px;
    }

    .columnProduct {
        width: 50%;
        display: block;
        margin-bottom: 20px;
    }

    .showBigScreenProduct {
        display:none;
    }

    .showTabletProduct {
        display:block;
    }
    
    .showPhoneProduct {
        display:none;
    }

    .ddl {
        width:200px;
    }

    .gold, .default, .approve, .decline, .other {
        padding: 10px 18px;
        margin: 7px 0;
        font-size:12px;
    }

    /*.iconImages {
        font-size:50px;
    }*/
    
    .iconImagesShirt {
        height: 55px;
    }

    .iconImagesAward {
        height: 55px;
    }

    .iconImagesOther {
        height: 55px;
    }
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 449px){
    .searchBoxh1 {
        font-size: 1.4em;
        animation: fill 1.5s infinite alternate;
        text-shadow: 0px 0px 10px black;
    }

    .textFieldSearchBox {
        font-size:13px;
        height: 40px;
        padding: 10px 18px;
        margin: 8px 0;
    }

    .searchButton {
        font-size:13px;
        padding: 10px 18px;
        margin: 8px 0;
        height: 40px;
    }
    
    .textField {
        font-size:12px;
    }

    .textFieldNormal {
        font-size:12px;
    }

    .textFieldParticipant {
        font-size:12px;
    }

    .columnProduct {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .showBigScreenProduct {
        display:none;
    }

    .showTabletProduct {
        display:none;
    }
    
    .showPhoneProduct {
        display:block;
    }

    .ddl {
        width:125px;
    }

    .gold, .default, .approve, .decline, .other {
        padding: 8px 16px;
        margin: 6px 0;
        font-size:12px;
    }

    /*.iconImages {
        font-size:40px;
    }*/
    
    .iconImagesShirt {
        height: 40px;
    }

    .iconImagesAward {
        height: 40px;
    }

    .iconImagesOther {
        height: 40px;
    }
}

