/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/12/2017, 04:39:20 PM
    Author     : RICARDO
*/

body .ui-autocomplete .ui-autocomplete-input {
    background-image: linear-gradient(#034076, #034076), linear-gradient(white, white) !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important; 
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: transparent !important;
    transition: background 0s ease-out !important;
    float: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    border: none;
} 

body .ui-multiselect-header {
    margin-bottom: .3em;
    padding: .25em;
    position: relative;
    background: #0000;
    text-align: left;
}

body .ui-state-highlight {
    border-color: #156090;
    background: #034076;
    color: #FFFFFF;
}

.ui-inputtext {
    margin: 0;
    outline: medium none;
    padding: .25em;
    font-weight: normal;
    background-image: linear-gradient(#034076, #034076), linear-gradient(white, white) !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important; 
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: transparent !important;
    transition: background 0s ease-out !important;
    float: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    border: none;
}

body .ui-inputtext {
    margin: 0;
    outline: medium none;
    padding: .25em;
    font-weight: normal;
    background-image: linear-gradient(#034076, #034076), linear-gradient(white, white) !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: transparent !important;
    transition: background 0s ease-out !important;
    float: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    border: none;
}

body .ui-widget-header {
    background: #f6f7f9 0 0 repeat-x;
    background: linear-gradient(to bottom, #0000 0%, #0000 100%);
}

body .ui-autocomplete-dd .ui-autocomplete-dropdown.ui-corner-all {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #034076;
}

body .ui-menu, .ui-menu .ui-menu-child {
    border: 1px solid #d9d9d9;
    color: #1b1d1f;
    background-color: #0000 !important;
    /* background: linear-gradient(to bottom, #0000 0%, #0000 100%); */
}

.active_my {
    //#f5f5f5
    background-color: darkslategray !important;
}