.text-white{
    color:#ffffff !important; 
}
.btn-large{
    background-color: #1B98AA !important;
}

.red{
    background-color: #005DE2 !important;     
}

.red_custom{
background-color: #005DE2 !important;

}

.error{
    background-color: red;     
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background-color: #005DE2 !important; 
}
.picker__nav--prev:hover, .picker__nav--next:hover {
    background: #50BCD1 !important ;
}

.red.darken-4{
    background-color: #043B8E  !important;
}
.red.darken-2{
    background-color: #005DE2 !important; 
}
.container input:checked ~ .checkmark {
    background-color: #23C46E !important; 
    border: 1px solid #1B98AA !important;   
}

.pagination li.active {
    background-color: #D6D6D6 !important;  
}
.text-blue-hex{
    color:#043B8E !important;  
}
/*.text-blue-hex_custom{
    color:#1B98AA !important;  
}*/
.text-blue-hex-bg{
    background-color: #ffffff !important; 
}
.text-blue-hex-bg{
   color: #000000 !important; 
}
.dropdown-content li>a{
    color:#005DE2  !important;
}
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #005DE2 !important;
    border-bottom: 2px solid #005DE2 !important;
}

.light > a{
    color:#1B98AA !important; 
}
ul:not(.browser-default) li {
    color:#1B98AA;  
}
.dropdown-content li>span {
    color:#000000 !important;  
}
.counts{
    background-color:#85B7FF !important;  
}
.right > a {
    color:#005DE2  !important; 
}
tr > td > a {
    color:#005DE2 !important;  
}
/*tr > td > a {
    color:#1B98AA !important;  
}*/

.red-text {
    color: #043B8E  !important;
}
.red-text_custom {
    color: #1B98AA !important;
}
.title > h5 {
    color: #000000 !important;
}
.btn:hover, .btn-large:hover {
    background-color: #043B8E !important;

}
.btn:hover, .btn-large:hover {
    background-color: #043B8E !important;
    color: white !important;
    
}
input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #043B8E;
    box-shadow: 0 1px 0 0 #043B8E;
}
input:not([type]):focus:not([readonly])+label, input[type=text]:focus:not([readonly])+label, input[type=password]:focus:not([readonly])+label, input[type=email]:focus:not([readonly])+label, input[type=url]:focus:not([readonly])+label, input[type=time]:focus:not([readonly])+label, input[type=date]:focus:not([readonly])+label, input[type=datetime]:focus:not([readonly])+label, input[type=datetime-local]:focus:not([readonly])+label, input[type=tel]:focus:not([readonly])+label, input[type=number]:focus:not([readonly])+label, input[type=search]:focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label {
    color: #043B8E;
}
ul > li > .parsley-required{
    color:red !important;
}

.parsley-required{
    color:red !important;
}