/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
	padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.input-field input[type=text]:disabled {
	color: black; !important;
	background: #FAFAFA;
}
   
.input-field input[type=text]:disabled + label {
	color: black; !important;
}
   
.input-field input[type=text]:read-only {
	color: black; !important;
}
   
.input-field input[type=text]:read-only + label {
	color: black; !important;
}
   
.input-field input[type=text]:-moz-read-only {
	color: black; !important;
}
   
.input-field input[type=text]:-moz-read-only + label {
	color: black; !important;
}
   
.google-store-badge {
	height: 59px;
	width: auto;
}

/*
input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}
*/

@media only screen and (min-width: 0px) and (max-width: 600px) {
	.responsive-logo {
		height: 56px;
		white-space: nowrap;
	}
                                   
}    
            
@media only screen and (min-width: 601px) {
	.responsive-logo {
		height: 64px;
		white-space: nowrap;
		margin-left: 20px;
	}
}


