<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*
 * Fallr v1.0.4 - jQuery Plugin
 * Simple &amp; elegant modal box jQuery plugin
 *
 * Copyright 2011 amatyr4n
 * http://codecanyon.net/user/amatyr4n
 *
 * licensed under Envato licenses
 * http://wiki.envato.com/support/legal-terms/licensing-terms/
 */

#fallr-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #333;
    height: 100%;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#fallr-wrapper,
#fallr-wrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Ubuntu, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #1a1a1a;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

#fallr-wrapper {
    position: fixed;
    overflow: hidden;
    background: white;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px #111;
    -moz-box-shadow: 0 0 5px #111;
    -webkit-box-shadow: 0 0 5px #111;
}

#fallr-icon {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 44px;
    width: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#fallr-icon-big {
    position: absolute;
    top: 13px;
    left: 13px;
    height: 35px;
    width: 35px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#fallr {
    position: relative;
    padding: 10px 15px 0 60px;
}

#fallr-buttons {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 5px 10px 10px 5px;
    clear: both;
    display: block;
    text-align: right;
}

/*  Github button style
    http://nicolasgallagher.com/lab/css3-github-buttons/ 
*/

#fallr-wrapper .fallr-button,
#fallr button,
#fallr input[type="submit"] {
    display: inline-block;
		zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
		*display: inline;
		vertical-align: baseline;
		margin: 0 2px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font-size:11px;
		text-shadow: 1px 1px 1px #ffd592;
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
		border-radius: .5em;		
	  line-height:14px;
	  padding: 2px 10px 2px;
	  
	  color: #472c00;
	  text-decoration:none;
	  font-weight:bold;
	  background: #e7aa48 url(https://images.adam4adam.com/ressources/rimages/button_bg3.png) repeat-x left top;
	  border: 1px solid #d29535 !important;
}

#fallr-wrapper .fallr-button:hover,
#fallr-wrapper .fallr-button:focus,
#fallr button:hover,
#fallr button:focus,
#fallr input[type="submit"]:hover,
#fallr input[type="submit"]:focus {
    color: #0f0f0f;
    border: 1px solid #b57b20 !important;
}

#fallr-wrapper .fallr-button.fallr-button-danger {
    color: #900;
}

#fallr-wrapper .fallr-button.fallr-button-danger:hover,
#fallr-wrapper .fallr-button.fallr-button-danger:focus {     
    border-color: #b53f3a;
    border-bottom-color: #a0302a;
    color: #fff; 
    background-color: #dc5f59;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc5f59), to(#b33630));
    background-image: -moz-linear-gradient(#dc5f59, #b33630);
    background-image: -o-linear-gradient(#dc5f59, #b33630);
    background-image: linear-gradient(#dc5f59, #b33630);
}

#fallr abbr {
    border-bottom: 1px dotted #333;
}

#fallr h1, 
#fallr h2,
#fallr h3,
#fallr h4,
#fallr h5,
#fallr h6,
#fallr p,
#fallr form,
#fallr input,
#fallr label {
    margin-bottom: 10px;
}

#fallr h3 {
    font-size: 30px;
    line-height: 45px;
}

#fallr h4 {
    font-size: 25px;
    line-height: 37px;
}

#fallr h5 {
    font-size: 20px;
    line-height: 30px;
}

#fallr input[type="text"],
#fallr input[type="password"], 
#fallr textarea {
    background: #fff;
    border: solid 1px #999;
    color: #777;
    padding: 5px;
    width: 97%;
    box-shadow: inset #bbb 0px 0px 5px;
    -moz-box-shadow: inset #bbb 0px 0px 5px;
    -webkit-box-shadow: inset #bbb 0px 0px 5px; 
}

#fallr ol li, 
#fallr ul li,
#fallr blockquote, 
#fallr q {
    margin-left: 20px;
}

#fallr table {
    border: 1px solid #ddd;
	border-collapse:collapse;
	border-spacing: 0;
	line-height: 1.35em;
	width: 100%;
}

#fallr th, 
#fallr td {
    padding: 10px;
}

#fallr th {
    background-color: #cecece;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#cecece));
    background-image: -moz-linear-gradient(#ececec, #cecece);
    background-image: -o-linear-gradient(#ececec, #cecece);
    background-image: linear-gradient(#ececec, #cecece);
}

/* custom icons */

.icon-calendar {
    background: url('images/view-pim-calendar.png');
}

.icon-card {
    background: url('images/x-office-contact.png');
}

.icon-chat {
    background: url('images/chat.png');
}

.icon-check {
    background: url('images/task-complete.png');
}

.icon-config {
    background: url('images/configure.png');
}

.icon-error {
    background: url('images/dialog-close.png');
}

.icon-form {
    background: url('images/basket.png');
}

.icon-help {
    background: url('images/help-contents.png');
}

.icon-info {
    background: url('images/dialog-information5.png');
}

.icon-info-big {
    background: url('images/dialog-information5_big.png');
}

.icon-warning {
    background: url('images/dialog-warning2.png');
}

.icon-question {
    background: url('images/dialog-question2.png');
}

.icon-lamp {
    background: url('images/help-hint.png');
}

.icon-mail {
    background: url('images/internet-mail.png');
}

.icon-news {
    background: url('images/knewsticker.png');
}

.icon-photo {
    background: url('images/kview.png');
}

.icon-save {
    background: url('images/document-save.png');
}

.icon-secure {
    background: url('images/gpg.png');
}

.icon-sad {
    background: url('images/face-sad.png');
}

.icon-smile {
    background: url('images/face-smile.png');
}

.icon-trash {
    background: url('images/trash-empty.png');
}

.icon-user {
    background: url('images/system-users.png');
}

.icon-wizard {
    background: url('images/plasmagik.png');
}
</pre></body></html>