/*!
 * Materialize v0.97.5 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 * Rooyesh Changes
 */

.row {
    margin-bottom: 0;
}
.card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.container .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.row .col {
    padding: 0 0.5rem;
}
.no-header .collection .collection-header {
    display: none;
}
.collection.with-header .collection-header {
    text-align: center;
    font-weight: bold;
}
.collection.with-header .collection-header > span {
    background: url("../img/header-pattern.png") repeat;
    display: block;
    margin: 0 -10px;
}
.collection.with-header .collection-header > span > span {
    display: inline-block;
    padding: 0 10px;
}
.collection.with-header li.collection-item {
    padding: 0;
}
.collection.with-header li.collection-item a,
.collection.with-header a.collection-item {
    color: #616161;
    display: block;
    padding: 10px 16px;
/*    word-spacing: -0.3em; */
}
.collection.with-header li.collection-item .title {
    color: #424242;
}
.collection.with-header li.collection-item .description {
    color: #757575;
/*    font-family: tahoma; */
    margin: 0;
    padding: 0;
    text-align: left;
}
.collection.with-header li.collection-item.avatar {
    padding: 0;
}
.collection {
    overflow: visible;
}
.collection li.collection-item.avatar {
    min-height: 0;
    padding: 0;
    line-height: 1.4em;
    position: relative;
    font-size: 0.8em;
/*    word-spacing: -0.3em; */
}
.collection li.collection-item.avatar a {
    display: block;
    min-height: 48px;
    padding: 5px 60px 5px 10px !important;/* 10px 72px 10px 16px; */
}
.collection li.collection-item.avatar .title {
    font-size: 1.1em;
}
.collection li.collection-item.avatar .circle {
    display: inline-block;
    height: 42px;
    right: 10px;
    left: auto;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    width: 42px;
}
.collection li.collection-item.avatar p {
    color: #616161;
    font-size: 0.9em;
    text-align: left;
}
.slider .slides li a h3 {
    color: #fafafa;
    font-size: 1.2em;
    font-weight: bold;
}
.slider .slides li a h5 {
    color: #eeeeee;
    font-size: 0.8em;
}
.slider .indicators .indicator-item {
    margin: 0 4px;
}
.slider .slides li .caption {
    top: 0%;
    color: #fff;
    left: 0;
    opacity: 0;
    padding: 0 15%;
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.2)), color-stop(25%, rgba(0,0,0,0.4)), color-stop(50%, rgba(0,0,0,0.45)), color-stop(75%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 25%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.slider .indicators .indicator-item.active {
    background-color: #4fc3f7;
}

.preloader-wrapper {
    direction: ltr;
}
.preloader-wrapper * {
    direction: ltr;
}
.btn-floating .preloader-wrapper {
    margin: 3px 3px 3px 3px;
    width: 31px;
    height: 31px;
}

[type="radio"] + label::before, [type="radio"] + label::after {
    left: auto;
    right: 0;
    top: 4px;
    width: 12px;
    height: 12px;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 0px;
    padding-right: 25px;
    font-size: 0.8rem;
}
