/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; font-family: Helvetica, Arial, sans-serif; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


.clear { clear:			both; }

.acenter { text-align: center; }

h1, h2 {
    font-family: Helvetica, Arial, sans-serif;
    color:				#95BB25;
    font-variant:		small-caps;
    font-weight:		500;
    margin:				10px 0 10px 0;
    letter-spacing: 1px;

}

span.title {
    font-family: Helvetica, Arial, sans-serif;
    color:				#95BB25;
    font-variant:		small-caps;
    font-weight:		bold;
    font-size: 20px;
    margin:				10px 0 10px 0;
    letter-spacing: 1px;

}

label {
    text-transform: 	uppercase;
    font-size: 			smaller;
    color:				#666666;
}

#wrapper {
    width:				940px;
    margin:				10px auto 10px auto;
    padding:			0 10px 0 10px;
}

header {

}

header img {
    height:				60px;
}

#logo {
    float: 				left;
    width:				280px;
    text-align:			left;
}

#menu  {
    float:				right;
    width:				640px;
    padding-top:		25px;
}

nav ul li { display:	inline; padding-left: 5px; }

table.listing-clients tbody tr:nth-child(odd) {
    background-color:	#EDEDED; /* grey */
}

.row1 {
    background-color:	#EDEDED; /* grey */
}

.row2 {
    background-color:	#CCFFCC; /* green */
}

.row3 {
    background-color:	#FFCCCC; /* red */
}

.row4 {
    background-color:	#DDDDFF; /* blue */
}

.row5 {
    background-color: #FFD4B1; /* yellow */
}

.row6 {
    background-color: #FFD6A5; /* orange */
}

/* SENT */
.bg-item-sent {
    background-color: #DDDDFF !important;
}

.table-item-sent,
.table-item-sent > th,
.table-item-sent > td {
    background-color: #DDDDFF !important;
}

.table-item-sent th,
.table-item-sent td,
.table-item-sent thead th,
.table-item-sent tbody + tbody {
    border-color: #DDDDFF !important;
}

.table-hover .table-item-sent:hover {
    background-color: #DDDDFF !important;
}

.table-hover .table-item-sent:hover > td,
.table-hover .table-item-sent:hover > th {
    background-color: #ffe8a1 !important;
}

/* ACCEPTED */
.bg-item-accepted {
    background-color: #CCFFCC !important;
}

.table-item-accepted,
.table-item-accepted > th,
.table-item-accepted > td {
    background-color: #CCFFCC !important;
}

.table-item-accepted th,
.table-item-accepted td,
.table-item-accepted thead th,
.table-item-accepted tbody + tbody {
    border-color: #CCFFCC !important;
}

.table-hover .table-item-accepted:hover {
    background-color: #CCFFCC !important;
}

.table-hover .table-item-accepted:hover > td,
.table-hover .table-item-accepted:hover > th {
    background-color: #CCFFCC !important;
}

/* PAYED */
.bg-item-payed {
    background-color: #CCFFCC !important;
}

.table-item-payed,
.table-item-payed > th,
.table-item-payed > td {
    background-color: #CCFFCC !important;
}

.table-item-payed th,
.table-item-payed td,
.table-item-payed thead th,
.table-item-payed tbody + tbody {
    border-color: #CCFFCC !important;
}

.table-hover .table-item-payed:hover {
    background-color: #CCFFCC !important;
}

.table-hover .table-item-payed:hover > td,
.table-hover .table-item-payed:hover > th {
    background-color: #CCFFCC !important;
}

/* RAPPEL 1 */
.bg-item-rappel-1 {
    background-color: #FFD4B1 !important;
}

.table-item-rappel-1,
.table-item-rappel-1 > th,
.table-item-rappel-1 > td {
    background-color: #FFD4B1 !important;
}

.table-item-rappel-1 th,
.table-item-rappel-1 td,
.table-item-rappel-1 thead th,
.table-item-rappel-1 tbody + tbody {
    border-color: #FFD4B1 !important;
}

.table-hover .table-item-rappel-1:hover {
    background-color: #FFD4B1 !important;
}

.table-hover .table-item-rappel-1:hover > td,
.table-hover .table-item-rappel-1:hover > th {
    background-color: #FFD4B1 !important;
}

/* RAPPEL 2 */
.bg-item-rappel-2 {
    background-color: #FFD6A5 !important;
}

.table-item-rappel-2,
.table-item-rappel-2 > th,
.table-item-rappel-2 > td {
    background-color: #FFD6A5 !important;
}

.table-item-rappel-2 th,
.table-item-rappel-2 td,
.table-item-rappel-2 thead th,
.table-item-rappel-2 tbody + tbody {
    border-color: #FFD6A5 !important;
}

.table-hover .table-item-rappel-2:hover {
    background-color: #FFD6A5 !important;
}

.table-hover .table-item-rappel-2:hover > td,
.table-hover .table-item-rappel-2:hover > th {
    background-color: #FFD6A5 !important;
}

/* RAPPEL 3 */
.bg-item-rappel-3 {
    background-color: #FFCCCC !important;
}

.table-item-rappel-3,
.table-item-rappel-3 > th,
.table-item-rappel-3 > td {
    background-color: #FFCCCC !important;
}

.table-item-rappel-3 th,
.table-item-rappel-3 td,
.table-item-rappel-3 thead th,
.table-item-rappel-3 tbody + tbody {
    border-color: #FFCCCC !important;
}

.table-hover .table-item-rappel-3:hover {
    background-color: #FFCCCC !important;
}

.table-hover .table-item-rappel-3:hover > td,
.table-hover .table-item-rappel-3:hover > th {
    background-color: #FFCCCC !important;
}

/* DECLINED */
.bg-item-declined {
    background-color: #FFCCCC !important;
}

.table-item-declined,
.table-item-declined > th,
.table-item-declined > td {
    background-color: #FFCCCC !important;
}

.table-item-declined th,
.table-item-declined td,
.table-item-declined thead th,
.table-item-declined tbody + tbody {
    border-color: #FFCCCC !important;
}

.table-hover .table-item-declined:hover {
    background-color: #FFCCCC !important;
}

.table-hover .table-item-declined:hover > td,
.table-hover .table-item-declined:hover > th {
    background-color: #FFCCCC !important;
}

/* TERMINATED */
.bg-item-terminated {
    background-color: #DDDDFF !important;
}

.table-item-terminated,
.table-item-terminated > th,
.table-item-terminated > td {
    background-color: #DDDDFF !important;
}

.table-item-terminated th,
.table-item-terminated td,
.table-item-terminated thead th,
.table-item-terminated tbody + tbody {
    border-color: #DDDDFF !important;
}

.table-hover .table-item-terminated:hover {
    background-color: #DDDDFF !important;
}

.table-hover .table-item-terminated:hover > td,
.table-hover .table-item-terminated:hover > th {
    background-color: #DDDDFF !important;
}

.bg-green {
    background-color:	#CCFFCC;
}

.bg-red {
    background-color:	#FFCCCC;
}

.bg-blue {
    background-color:	#DDDDFF;
}

.bg-yellow {
    background-color: #FFD4B1;
}

.bg-orange {
    background-color: #FFD6A5;
}


.greenbar {
    border:				none;
    width:				100%;
    height:				3px;
    background-color:	#95BB25;
}

.greybar {
    border:				none;
    width:				100%;
    height:				3px;
    background-color:	#EDEDED;
}


.pc50 {
    float:				left;
    width:				50%;
    line-height:		25px;
}

.pc50 p {
    font-size:			13px;
}


/* ***** */

.myButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777 !important;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
     background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
     background-color:#dfdfdf;
 }.myButton:active {
      position:relative;
      top:1px;
  }


.clearbutton { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* **** FORMS **** */

.formbox {
    float: 					left;
    width:					45%;
    padding-right:			4%;
    border-right:			1px solid #999999;
}

.formbox2 {
    float: 					left;
    width:					45%;
    padding-left:			4%;
}

#loginwrap {
    width:					280px;
    padding:				20px;
    margin:					0 auto 0 auto;
    text-align:				center;
}

#loginform label {
    width:					250px;
    margin: 				0 auto 0 auto;
    display:				block;
    font-size:				18px;
    font-weight:			500;
    font-variant:			small-caps;
    line-height:			1.2;
    color:					#666666;
    text-shadow:			0 1px 1px #fff;
    text-align:				left !important;
}

#loginform input {
    width:					250px;
    margin:					0 0 10px 0;
    padding:				5px 8px;
    font-size:				30px;
    color:					#95BB25;
    border:					1px solid #DEDEDE;
    background-image:		-webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#FFF));
    background-image:		-moz-linear-gradient(0% 12% 90deg, #FFF, #999);
    background-color:		#FFF;
    -webkit-border-radius:	4px;
    -moz-border-radius:		4px;
    -o-border-radius:		4px;
    border-radius:			4px;
    outline:				none;
}

#loginform input:focus {
    background-image:		none;
    -webkit-box-shadow:		0 0 12px rgba(51, 204, 255, 0.5);
    -moz-box-shadow:		0 0 12px rgba(51, 204, 255, 0.5);
    box-shadow:				0 0 12px rgba(51, 204, 255, 0.5);
    -webkit-animation:		pulse 1.5s infinite ease-in-out;
}

#loginform input:last-child {
    margin-top:				15px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
    /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

.autosuggest, #as_test_input {
    z-index: 999999 !important;
}

.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

/* Scroll progress bar */
.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
    position:fixed;
    top:0;
    z-index: 1000;
}

.progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
}


th.sortAZ, th.sortZA{
    background-repeat: no-repeat;
    background-position: 6px 3px;
    background-size: 10px 16px;
}
th.sortAZ{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHzSURBVEhL7ZZNSwJRFIadGdNhFoLtXOnKlgW1CIIIIoIgWrQLiegHFLRpbwRt2rRpFxFuAxOKaJPYP2gTtPELERTEDwxFR3vPeBwcxxkLa+cD4j1n7jzeOXe89woOG0qlklStVvdVVZ3hlIYkSV+BQCDC4UhsxblcbqPRaLxwaEBRlHmfz/fOoQmRv0fS7XZlbpoYfophbMWTMBXrTMU6U7HOVKzz/2Ksu1Imkwknk8lXrMMLnB5LoVAI4p5EOp0Oc0pDW+jL5bJcqVTu2+32FsWiKOZlWV7DmjvXbDZjlBvG7XYvuVyuVr1ef+50Oj7KOZ3OK6/Xe+LxeFQRW48CcbQvJagjniAuCMIip0zgx5chTfSlBBxH2M4ei8WiLKRSqShGtsPXDEBMuwhHRuyuYU+8FtEhzbEJqxsJu2sgL/r9/mPU5pITE4MSXWAHP9N3aczqOWp0iqbUy/waFSU4hPSOAsP2j9ct1Gq1btH8rZykB4NnDdO5AiMPYTJvUEPb7X0Aku5C+sCxhumfh5pH0HEPTbWXsUVFTWmkBilheRL6wcgbPNInjg1YignUfBMTGoV8+ERUgXQb0jeOTdiKiWw2u4IJjUE+SzHe+zyk6yjZh9bBgrFiAvIg5HE0UVJxFSP97F35A2q1moKP5SHRiMPxDeTS2IDhFDhHAAAAAElFTkSuQmCC')
}
th.sortZA{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHySURBVEhL7ZZLSwJRFMfn4agkmAyoDAjqJmjfLhJ3gdFj0SpE+gBR0LJFEBJt2tQnMIho06YgKFoILWzTpmUbn9BOSEEUHe1/9XTDxhklhDbzg2HuuffOb8498xQmpV6vz2BzUzgWkfaWlMvluXa7nUVTArFIJPI+GDFHor0pkC5Cmuv1ehq2YLfbzRaLxXkaNsVSXCqVliF9glClLoGdoNPp5AqFwhJ1jcRUjKySENxBNKqus7quP0KeoNjAyBpDugnpNZryoMcUHTXfjkajlxRzDBmzTJHNFZrjpAwZNc8g83WKOUNi1JQtP4PlK9Q1CTISuYE8SXEfLkamx7hQGTQnyfQ3TM4yT1E8EEN6ikwP0PyL9Bsmv8jn8ycsECE9g3S3PzQlZFk+lFDPMMUGRNH8wbQaA5qkquoWzvBAHRzcRh8ul+uIQgNut3sHcz4p5DCXx+PZl7xeb8Pn8204HI57GutLcWAcq3mlLgO4zV4giLG51CXAcY5EV/x+f7N/8SBuBoPBNUVR0piYdTqdCU3Txr5oAoHAG+RxHPMMaTocDu8hUZ2NWRaqUqmstlqtWwqHQJkWQqGQ6YoMT960sMUcW8yxxRxbzPkfMT4/TWoawJeiTc2RWL6Pq9WqXKvVUvj6Dv1nQNrAH6fh7+cHQfgCsc3DNHKWVZMAAAAASUVORK5CYII=')
}
