﻿/*!
 * Validetta (http://lab.hasanaydogdu.com/validetta/)
 * Version 1.0.1 ( 16-08-2015 )
 * Licensed under MIT (https://github.com/hsnayd/validetta/blob/master/LICENCE)
 * Copyright 2013-2015 Hasan Aydoğdu - http://www.hasanaydogdu.com 
 */
.validetta-bubble{position:absolute;background-color:#cd2e26;max-width:325px;border-radius:5px;color:#fff;padding:5px 12px;z-index:9;}.validetta-bubble:before{content:'';position:absolute;display:block;height:0;width:0;border-width:5px;border-style:solid;}.validetta-bubble--right:before{top:7px;left:-10px;border-color:transparent #cd2e26 transparent transparent;}.validetta-bubble--bottom:before{top:-10px;left:10px;border-color:transparent transparent #cd2e26;}.validetta-bubble,.validetta-inline{display:block;font:12px/14px Arial,Helvetica,sans-serif;}.validetta-inline{color:#cd2e26;}/*!
 * Floatify - A light-weight floating form label plugin for jQuery
 *
 * Copyright 2018, Mehdi Dehghani
 *
 * @author   Mehdi Dehghani (http://www.github.com/dehghani-mehdi)
 * @license  Licensed under MIT (https://github.com/dehghani-mehdi/floatify/blob/master/LICENSE)
 *
 */
.floatify{position:relative;}.floatify .floatify__label{cursor:text;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:10px;top:10px;opacity:0;font-size:.8em;visibility:hidden;transition:opacity .2s;will-change:opacity;color:#0f7bc6;font-weight:400;margin:0;line-height:1.5;}.floatify .floatify__input{border:1px solid #ddd;border-radius:2px;padding:10px;width:100%;}.floatify.floatify__active .floatify__label{opacity:1;visibility:visible;top:-10px;background-color:#fff;padding:2px 6px;}.floatify.floatify__active .floatify__input{padding:12px 10px 8px;}.floatify.floatify__right .floatify__label{left:auto;right:10px;}@charset "UTF-8";.selectify__select{display:none;}.selectify__container{background-color:#fff;border:1px solid #ddd;height:36px;line-height:1.8;padding:0 15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:flex;align-items:center;cursor:pointer;}.selectify__container:after{content:"⌞";display:block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-left:auto;font-family:Courier New,Courier,monospace;font-size:1.4em;position:relative;top:-2px;}.selectify__container.selectify__active:after{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:4px;right:-2px;}.selectify__container.selectify__rtl{direction:rtl;text-align:right;}.selectify__container.selectify__rtl:after{margin-left:0;margin-right:auto;}.selectify__items{background-color:#fff;position:absolute;z-index:900;display:none;margin-top:38px;border:1px solid #ddd;box-shadow:0 2px 10px rgba(17,17,17,.07);}.selectify__items>div{padding:7.5px 15px;cursor:pointer;white-space:nowrap;}.selectify__items>div.selectify__selected{background-color:#f7f7f7;cursor:default;pointer-events:none;}.selectify__items>div:hover{background-color:#eee;}.selectify__items.selectify__active{display:block;}.selectify__items img{width:28px;display:inline-block;margin-right:8px;border:1px solid #ddd;}.selectify__items.selectify__rtl{direction:rtl;text-align:right;}.selectify__items.selectify__rtl img{margin-right:0;margin-left:8px;}