/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 250px;
  line-height: 0;
  height: auto;
  color: rgba(0,0,0,0.9);
}

.parallax-container .section {
  width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
    .container {
        width: 90%;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }
    .container {
        width: 90%;
    }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.slider .slides {
  background-color:transparent;
}
.slider .indicators .indicator-item.active {
    background-color: #5F5AA8;
}
.brand-logo img {
    vertical-align: middle;
    position: relative;
    top: -3px;
    height: 52px !important;
}
th{
    vertical-align: top;
}

/*new color palette*/
.devman-dard-blue {
    color: #071A41 !important;
}
.devman-blue {
    color: #0072BC !important;
}
.devman-green-turquoise {
    color: #02B290 !important;
}
.devman-orange-yellow {
    color: #FDB414 !important;
}
.devman-red {
    color: #F15A38 !important;
}
.devman-purple {
    color: #5F5AA8 !important;
}
.devman-light-blue {
    color: #00B5D4 !important;
}
.devman-white {
    color: #FFFFFF !important;
}
.devman-blue-background {
    background-color: rgba(0, 114, 188, 0.1) !important;
}
.devman-red-background {
    background-color: rgba(241, 90, 56, 0.1) !important;
}
.devman-purple-background {
    background-color: rgba(95, 90, 168, 0.1) !important;
}
.devman-green-turquoise-background {
    background-color: rgba(2, 178, 144, 0.1) !important;
}

/*cards backgrounds*/
.devman-request-card-type-background {
    background-color: white !important;
}
.devman-remove-card-type-background {
    background-color: white !important;
}
.devman-add-card-type-background {
    background-color: white !important;
}

/*drop down selection background*/
.devman-default-selection-background {
    background-color: rgba(0, 114, 188, 0.1) !important;
}

/*card borders*/
.devman-card-border-blue {
    border: solid #0072BC 1px !important;
}
.devman-card-border-green-turquoise {
    border: solid #02B290 1px !important;
}
.devman-card-border-orange-yellow {
    border: solid #FDB414 1px !important;
}
.devman-card-border-light-blue {
    border: solid #00B5D4 1px !important;
}
.devman-card-border-red {
    border: solid #F15A38 1px !important
}

/*card action text color*/
.devman-card-action-text {
    color: #0072BC !important;
}

/*buttons text color*/
.devman-default-button-text {
    color: #0072BC !important;
}
.devman-add-button-text {
    color: #02B290 !important;
}
.devman-remove-button-text {
    color: #F15A38 !important;
}

/*button color*/
.devman-homepage-button {
    background-color: #5F5AA8 !important;
}
.devman-homepage-icon {
    color: #5F5AA8 !important;
}

/*role icon color*/
.devman-role-icon {
    color: #5F5AA8 !important;
}

.devman-side-navbar-icon {
    color: #000000 !important;
}

/*handle preloder colors*/
.progress {
    background-color: #e0e0e0 !important;
}
.indeterminate:before {
    background-color: #9e9e9e !important;
}
.indeterminate:after {
    background-color: #9e9e9e !important;
}

/*handle card round for messages*/
.devman-rounded-message-card {
    border-radius: 20px;
}

/* label focus color */
.input-field input[type=text]:focus + label, input[type=email]:focus + label, input[type=password]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: grey !important;
}
/* label underline focus color */
.input-field input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid grey !important;
    box-shadow: 0 1px 0 0 grey !important;
}
/* prefix icons color */
.input-field .prefix {
    color: grey !important;
}

/* multiple selected dropdown checkbox alignment with text */
.input-field .dropdown-content [type="checkbox"] + label {
    top: -11px !important;
}

/* change datepicker display color */
.picker__date-display {
    background-color: grey;
}

/* change datepicker today color */
.picker__day.picker__day--today {
    color: grey;
}

/* change datepicker selected date color */
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: grey;
}

/* change datepicker 'OK/SAVE' text color */
.picker__close {
    color: green !important;
}

/* change datepicker 'TODAY' text color */
.picker__today {
    color: green !important;
}

/* login page picture size */
.devman-login-img {
    margin: 0 0 0;
    height: 230px;
    width: 400px;
}

/* outline (border-only) icons with defualt color */
.devman-outlined-icon-default-color {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0072BC;
}

.devman-floating-button-margin {
    margin-top: 15px;
}

.devman-pointer {
    cursor: pointer;
}

.devman-card-title-text-padding {
    padding-top: 8px;
}

td input.select-dropdown {
    margin: 0px !important;
}