﻿
/*client personalizations*/
.client-logo {
    padding: 12px;
    width: 300px;
    height: auto;
}

/*   Para personalización por tenant 

.btn {
    background-color: #005CB4
}

.btn-flat:hover, .btn:hover {
    background-color: #E0E0E0
}

btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
    background-color: #005CB4;
}

// label color 
.input-field label {
    color: #005CB4;
}
// label focus color 
.input-field input[type=text]:focus + label,
.input-field input[type=password]:focus + label {
    color: #005CB4 !important;
}

// label underline focus color 
.input-field input[type=text]:focus,
.input-field input[type=password]:focus {
    border-bottom: 1px solid #005CB4 !important;
    box-shadow: 0 1px 0 0 #005CB4 !important;
}
// valid color 

.input-field input[type=text].valid,
.input-field input[type=password].valid {
    border-bottom: 1px solid #005CB4 !important;
    box-shadow: 0 1px 0 #005CB4 !important;
}

// invalid color 
.input-field input[type=text].invalid,
.input-field input[type=password].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}

// icon prefix focus color 
.input-field .prefix.active {
    color: #000;
}

// switch lever 
.switch label input[type=checkbox]:checked + .lever {
    background-color: #005CB4;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #99BEE1;
}

*/
