.dropdown-content li>a, .dropdown-content li>span{
    color:#64b5f6;
}

/* label focus color */
.input-field input[type]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: #64b5f6 !important;
}

/* label underline focus color */
.input-field input[type]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #64b5f6 !important;
    box-shadow: 0 1px 0 0 #64b5f6 !important;
}

/* label focus color */
p input[type]:focus + label, .materialize-textarea:focus:not([readonly]) + label {
    color: #64b5f6 !important;
}

/* label underline focus color */
p input[type]:focus, .materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #64b5f6 !important;
    box-shadow: 0 1px 0 0 #64b5f6 !important;
}

abbr{
    text-decoration: none;
}

.row {
    margin-bottom: 0px !important;
}

.container {
    width:85% !important;
}

.color-card-content {
    padding: 0px !important;
}

.tabs .tab a{
    color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
    background-color:#eee;
    color:#000;
} /*Text color on hover*/

.tabs .tab a.active {
    background-color:rgba(178, 210, 246, 0.2);;
    color:#000;
} /*Background and text color when a tab is active*/

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(178, 210, 246, 0.2);
    outline: none;
}

.tabs .indicator {
    background-color:#64b5f6;
} /*Color of underline*/

input[type=search]{
    height: 1rem !important;
}

tfoot {
    display: table-row-group;
}