/*
 * -----------------------------------------------------------------------------
 * Lucom Interaction Platform
 * (C) Lucom GmbH, Erkrath. All rights reserved.
 *
 * 
 * -----------------------------------------------------------------------------
 */

/*
 * Add your custom CSS code to this file. This file will be included as last CSS
 * file in the form and main view. The file may also include theme macros.
 */

/* ----------------------------------------------------------- Placeholder Style
*/

::-webkit-input-placeholder { /* Chrome, Opera, Safari, Edge */
        color: #878787;
}

:-moz-placeholder { /* Firefox 18- */
        color: #878787;
}

::-moz-placeholder { /* Firefox 19+ */
        color: #878787;
        opacity: 1.0;
}

:-ms-input-placeholder { /* IE 10+ */
        color: #878787 !important; /* IE11 requires !important flag */
}

