/* 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;
}
p.error {
	color: red!important;
	margin-bottom: 15px!important;
}

input[readonly],
textarea[readonly]{background-color:#CCC;}

.search input[readonly],
.search textarea[readonly]{background-color:#fff;}

.mb20{
	overflow: hidden;
	margin-bottom:20px;
}

.ajst .btn i{
	position: relative;
    top: 4px;
    left: -8px;
}

.ajst a{
	height:auto!important;
}