/**************************** VARIABLES ****************************/
:root {
	/*! --MinWidth: 300px; */
	/*! --MenuColor: #021C4E; */
	--MenuBorderHeight: 4px;
	--TableCellColorHover: #ECF7FF;
	--MainBottonColor: #0085C3;
	--MainBottonColorHover: #0093F0;
	--ButtonShadow: 0px 0px 0px #BBB;
	--ButtonShadowHover: 2px 2px 3px #BBB;
}

/**************************** LOADING ****************************/
.LoaderContainer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #F9F9F9;
	direction: ltr !important;
}

.LoaderContainerImage {
	position: absolute;
	top: 200px;
	left: 50vw;
	transform: translate(-50%, -50%);

	/*-webkit-animation: breathing 3s ease-out infinite normal;
	animation: breathing 3s ease-out infinite normal;*/
}

.LoaderContainerLoaderbar {
	width: var(--MinWidth);
	height: 2px;
	background: #DDD;
	position: absolute;
	top: 250px;
	left: 50vw;
	transform: translate(-50%, -50%);
}

.LoaderContainerLoaderbarBar {
	height: 2px;
	background: var(--MainBottonColor);
	position: relative;

	animation-name: seasaw;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-direction: alternate;
	animation-fill-mode: none;
	animation-iteration-count: infinite;
	animation-play-state: running;
}

@keyframes breathing {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes seasaw {
	0% {width: 20px; left: 0px;}
	50% {width: 150px; right: 75px; left: 75px;}
	100% {width: 20px; left: 280px;}
}

/**************************** FONTS ****************************/
@font-face {
	font-family: 'OpenSans';
	src: url('../../../../themes/NeoTheme/font/OpenSans.ttf') format('truetype'),
	url('../../../../themes/NeoTheme/font/OpenSans.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

body {
	/* For breathing room between content and viewport. */
	margin: 0px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}
h6 {
	font-size: 12px;
	margin: 10px;
}
h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

/*ul li {
	list-style-type: none;
	margin-left: 6px;
	margin-bottom: 2px;
}*/
ul {
	margin-top: 2px;
	margin-right: 0;
}
dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th, td {
	/* Borders and padding to make the table readable. */
	border: none;
	padding: 0;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p, fieldset, table, pre {
	/* So things don't run into each other. */
	/*margin-bottom: 0px;*/
}
fieldset {
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #CCC;
}
p {
	margin-top: 0px;
}
form {
	margin: 0px;
}
h1, h2 {
	margin: 0;
	font-weight: bold;
	padding: 0px 30px;
}
h2_dashlet {
	background: #EEE;
}
h3{
	margin:0;
	margin-bottom: 3px;
	padding: 5px 10px;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {

}
.direcshentext {
    direction:rtl;
}




/* The main calendar widget.	DIV containing a table. */
.calendar {
	position: relative;
	display: none;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #c8d0d4;
	z-index: 500000000 !important;
	font-family: tahoma,verdana,sans-serif;
}
.calendar_background{
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0.6;
	z-index: 100000000;
}
.calendar table {
	border: 1px solid #BBB;
	color: #000;
	cursor: default;
	background: #FFF;
	font-family: tahoma,verdana,sans-serif;
	margin: 0px !important;
	border-collapse: separate;
	border-spacing: 10px;
	transition: all 0.5s;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button {/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	padding: 5px;
	transition: all 0.5s;
}

.calendar .nav {
	background: transparent no-repeat 100% 100%;
}

.calendar thead .title {/* This holds the current "month, year" */
	font-weight: bold;
	padding: 5px;
	color: #FFF;
	background: var(--MainBottonColor);
	text-align: center;
	transition: all 0.5s;
}

.calendar thead .headrow {/* Row <TR> containing navigation buttons */
}

.calendar thead .daynames {/* Row <TR> containing the day names */
}

.calendar tr td {
}
.calendar thead .name {/* Cells <TD> containing the day names */
	border-bottom: 1px solid #000;
	border-color: #CCC;
	padding: 3px;
	text-align: center;
	cursor: pointer;
	font-size: 11px;
	color: #777;
	width: 25px;
	transition: all 0.5s;
}

.calendar thead .weekend {/* How a weekend day name shows in header */
}

.calendar thead .hilite {/* How do the buttons in header appear when hover */
	background-color: #E5F6FD;
	transition: all 0.35s;
}

.calendar thead .active {/* Active (pressed) buttons in header */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
	background-color: #b8c0c4;
	transition: all 0.5s;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day {/* Cells <TD> containing month days dates */
	background: #FFF;
	text-align: center;
	font-size: 12px !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: all 0.5s;
}
.calendar tbody .day:hover,
.calendar tbody td.weekend.hilite:hover,
.calendar thead .name:hover{
	background: var(--MainBottonColor);
	color: #FFF;
	cursor: pointer;
	transition: all 0.5s;
}
.calendar tbody .day.othermonth {
	font-size: 80%;
	color: #AAA;
}
.calendar tbody .day.othermonth.oweekend {
	color: #666;
	background: #F5F5F5;
}

.calendar table .wn {
	padding: 2px 3px 2px 2px;
	background: #EEE;
	border-right: 1px solid #CCC;
}

.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.weekend {
}
.calendar tbody .rowhilite td.wn {
	background: #FFF;
}

.calendar tbody td.hilite {/* Hovered cells <TD> */
}
.calendar tbody td.hilite,
.calendar tbody td.weekend.hilite {
	background: #f8f7f7;
	transition: all 0.5s;
}

.calendar tbody td.active {/* Active (pressed) cells <TD> */
	padding: 2px 2px 0px 2px;
	border: 1px solid;
	border-color: #000 #FFF #FFF #000;
}

.calendar tbody td.selected {/* Cell showing selected date */
	background: var(--MainBottonColor) !important;
	color: #FFF !important;
}

.calendar tbody td.weekend {/* Cells showing weekend days */
	color: #666;
	background: #F5F5F5;
}
.calendar tbody td.today {/* Cell showing today date */
	font-weight: bold;
}


.calendar tbody .disabled {
	color: #999;
}

.calendar tbody .emptycell {/* Empty cells (the best is to hide them) */
	visibility: hidden;
	display: hidden;
}

.calendar tbody .emptyrow {/* Empty row (some months need less than 6 rows) */
	display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow {/* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip {/* Tooltip (status bar) cell <TD> */
	padding: 5px;
	color: #000;
	text-align: center;
	border-top: 1px solid #DDD !important;
}

.calendar tfoot .hilite {/* Hover style for buttons in footer */
	/*border-top: 1px solid #FFF;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	padding: 1px;*/
	background: #D8E0E4;
}

.calendar tfoot .active {/* Active (pressed) style for buttons in footer */
	padding: 2px 0px 0px 2px;
	border-top: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
	position: absolute;
	display: none;
	width: 4em;
	top: 0px;
	left: 0px;
	cursor: default;
	border-top: 1px solid #F1F1F1;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #F1F1F1;
	background: #EEE;
	font-size: 90%;
	padding: 0px;
}
.calendar .combo .label,
.calendar .combo .label-IEfix {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

.calendar .combo .label-IEfix {
	width: 4em;
}

.calendar .combo .active {
	background: #EEE;
	padding: 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #000;
}

.calendar .combo .hilite {
	background: #F8F7F7;
	/*padding: 1px 4px 1px 4px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #9e9e9e;*/
	color: #AEF;
}

.calendar td.time {
	border-top: 1px solid #000;
	padding: 1px 0px;
	text-align: center;
	background-color: #E8F0F4;
	visibility: visible;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
	padding: 0px 3px 0px 4px;
	border: 1px solid #889;
	font-weight: bold;
	background-color: #FFF;
}

.calendar td.time .ampm {
	text-align: center;
}

.calendar td.time .colon {
	padding: 0px 2px 0px 3px;
	font-weight: bold;
}

.calendar td.time span.hilite {
	border-color: #000;
	background-color: #667;
	color: #FFF;
}

.calendar td.time span.active {
	border-color: #f00;
	background-color: #000;
	color: #0f0;
}


/* MAIN NAV STYLES */
.subDmenu {
	position:absolute;
	display:none;
	visibility:hidden;
}
.menuItem, .menuItemHilite, .menuItemX, .menuItemHiliteX,
.menuItem:visited, .menuItemHilite:visited, .menuItem:hover, .menuItemHilite:hover,
.menuItem:active, .menuItemHilite:active, .menuItem:link, .menuItemHilite:link,
.menuItemX:visited, .menuItemHiliteX:visited, .menuItemX:hover, .menuItemHiliteX:hover,
.menuItemX:active, .menuItemHiliteX:active, .menuItemX:link, .menuItemHiliteX:link {
	font-style: normal;
	line-height: 18px;
	color: #000;
	text-decoration: none;
	width: 120px;
	border-left: none;
	border-right: none;
	display: block;
	padding: 1px 5px 1px 7px;
	border-bottom: 1px solid #c0c0c0;
}

.menuItem:hover, .menuItemHilite:hover, .menuItem:active, .menuItemHilite:active,
.menuItemX:hover, .menuItemHiliteX:hover, .menuItemX:active, .menuItemHiliteX:active {
	color: #000;
}

.menuItem {
	background-color:#F6F6F6;
}

.menuItemHilite {
	background-color:#FFF;
}

.menuItemX {
	background-color:#CCC;
}

.menuItemHiliteX {
	background-color:#999;
}
.menu {
	position:absolute;
	display:none;
	visibility:hidden;
	background-color:#F6F6F6;
	z-index: 2;
	border: #999 solid 1px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	/*width:150px;*/
}
body {
	font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
}

div.clear{
	height: 0;
	clear: both;
	visibility: hidden;
}

/* layout the header elements */
#header div.line {
	margin: 0;
	padding: 0;
	height: 2px;
	border-bottom: 2px solid;
	color:#0046ad;
	background-color:#4e8ccf;
	border-bottom-color: #0046ad;
}
#header ul li{
	display:inline;
}
#companyLogo {
	padding: 10px 10px 0px 15px;
	vertical-align: bottom;
	float:left;
	margin-bottom:-8px;
}
#sitemapLink, #colorPicker, #welcome, #globalLinks{
	float: right;
}
#welcome {
	font-weight: normal;
	padding: 8px 10px 3px 10px;
	vertical-align: middle;
}
/* global links */
#globalLinks{
	padding: 8px 10px 3px 10px;
	vertical-align: middle;
}
#globalLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#globalLinks ul li{
	float: left;
	margin: 0 0.15em;
	display:block;
}
#globalLinks ul li img{
	margin-bottom: 1px;
	margin-left:2px;
	cursor: pointer;
	cursor: hand;
}
#globalLinks ul li:hover ul,
#globalLinks ul a:hover ul{
	visibility:visible;
}


/* sitemap link */
#sitemapLink span {
	padding-right:5px;
}
#sitemapLink {
	padding-top: 3px;
}
#sitemapLink{
	padding:0 3px 0 5px;
	height: 23px;
	vertical-align: bottom;
}
#unified_search_advanced_img{
	cursor:pointer;
}
#unified_search_advanced_div {
	height: 1px;
	position: relative;
	overflow: hidden;
	width: 21em;
	padding-top: 5px;
}
#unified_search_advanced_div .edit.view{
	padding:6px 6px 6px 4px;
}
#unified_search_advanced_div .edit.view td{
	padding: 0 0.5em !important;
}
#themeColors img, #themeFonts img{
	margin-bottom: 0;
}

/* color and theme picker */
.themePicker{
	padding-top: 1em;
}
.themePicker td{
	padding: 0 !important;
}
.themePicker > table > tbody > tr > td{
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.themePicker hr{
	margin: 0;
}
#themepickerLinkSpan{
	cursor:pointer;
}
#colorPicker{
	padding: 8px 5px 0px 7px;
}
#colorPicker ul {
	border: none;
	padding: 3px 0 0 0;
	margin: 0 0 0 10px;
}
#colorPicker ul li{
	list-style-type: none;
	display: inline;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	margin: 0;
}
#themeName{
	font-weight: bold;
}


#leftColumn {
	left: 10px;
	position: absolute;
	float: left;
	width: 14.5em;
}
div#content{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	border: 0px;
	margin: 0px;
}
div#content > table{
	width: 100%;
}


/* put a bit of left margin in when the left column menu is hidden */
div#content noLeftColumn{
	margin-left: 5px;
	border-left: none;
}
#HideHandle{
	padding-top: 5px;
	cursor: pointer;
	cursor: hand;
}
#HideMenu{
	visibility: hidden;
	position: absolute;
	z-index:100;
	border-bottom: 2px #CCCCCC solid;
	border-right: 2px #CCCCCC solid;
	background: #FFF;
	left: 10px;
	width: 150px;
}
#leftHandle{
	float:left;
	/*margin-top: 10px;*/
}


/* new record form */
#newRecord form {
	padding: 8px 8px 5px 8px;
	border-bottom: 1px solid;
}
#newRecord form input,
#newRecord form select,
#newRecord form textarea {
	margin-bottom: 4px;
	margin-top: 2px;
	max-width: 140px;
	width: expression(this.clientWidth > 140 ? '140px':true);
}
#newRecord form button,
#newRecord form input[type=button],
#newRecord form input[type=submit],
#newRecord form input[type=reset]{
	padding-top: 0px;
	vertical-align: bottom;
}
#newRecord form .dataLabel {
	padding-bottom: 2px;
	padding-top: 3px;
	padding-left: 0px;
	vertical-align: bottom;
}
#newRecord form .dataField {
	padding-bottom: 3px;
}
#newRecord form #jscal_trigger {
	margin-bottom: 4px;
	margin-top: 2px;
	vertical-align: bottom;
}
#newRecord form a:link,
#newRecord form a:visited,
#newRecord form a:hover{
	text-decoration: underline;
	border-bottom: 0px;
	padding-left: 0px;
}
/* css dropdown menu */
ul.cssmenu{
	background-color:#F6F6F6;
	border:1px solid #999999;
	opacity:0.9;
	position:absolute;
	visibility:hidden;
	z-index:1;
	font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
ul.cssmenu li{
	font-size: 11px !important;
	font-weight: normal !important;
	font-style: normal;
	line-height:18px;
	padding:1px 7px !important;
	border-bottom:1px solid #C0C0C0;
	float: none !important;
	display: block;
	margin:0 0.15em;
}
ul.cssmenu li:hover{
	background-color:#FFFFFF;
	color: #000;
}
ul.cssmenu li a {
	text-decoration: none;
	font-size: 11px !important;
}


/* sub module list drop down */
#subModuleList span{
	display: none;
}
#subModuleList span.selected{
	display: block;
}
#subModuleList li, #subModuleList ul{
	padding:0px;
	margin:0px;
}

#subModuleList li.subTabMore{
	position:relative;
}

#subModuleList ul.cssmenu{
	display:block;
	position:absolute;
	top:15px;
	left:0;
	width:127px;
}

#header ul.cssmenu li{
	display:block;
}

#subModuleList ul.cssmenu li a,
#subModuleList ul.cssmenu li a:hover{
	color:#000;
	border:none;
	background:transparent none repeat scroll 0% 0%;
}

#subModuleList li.subTabMore ul.cssmenu{
	visibility:none;
}

#subModuleList li.subTabMore:hover ul.cssmenu{
	visibility:visible;
}
#subModuleList{
	padding:0.4em 0 0.3em 0;
}
#subModuleList span a{
	text-decoration: none;
	padding: 0.2em 0.5em 0.3em 0.5em;
	margin: 0 -3px 0 0;
	white-space:nowrap;
}


/* last viewed and shortcuts lists in the header */
.headerList{
	padding: 5px 0 3px 10px;
	vertical-align: middle;
}
.headerList a:link, .headerList a:visited, .headerList a {
	padding: 2px 5px;
	white-space: nowrap;
}

/* for lists of items in the left column ( such as the shortcuts or last view items lists ) */
.leftList ul {
	width: 100%;
	padding: 0px;
	border-top: 0px;
	margin: 0px 0px 10px 0px;
	color: #000;
	background: #F1F1F1;
}
.leftList ul li{
	list-style: none;
	margin: 0px;
	border: 0px;
}
.leftList ul li a{
	display: block;
	border: 0px;
	text-decoration: none;
	color: #444;
	text-align: left;
	padding: 3px 3px 3px 6px;
}

.leftList ul li span:hover a{
	text-decoration: none;
}

/* EditView/projects -> grid	*/
.sqsSelectedSmartInputItem {
	background-color:#DEEFFF;
}

/* DetailView/EditView/ListView styles */
.view, table.view{
	padding:10px 6px 12px 10px;
	padding:20px 16px 22px 30px;
	width: 100%;
}
.view tr td table,
.view tr td table tr td{
	/*padding: 0;*/
}
.view tr td input[type=checkbox]{
	vertical-align: middle;
}


/* DetailView styles */
.detail tr td {
	vertical-align: top;
	padding: 10px;
	text-align: left;
	color: #444;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.detail tr td[scope="row"] {
	margin-top: 2px;
	margin-bottom: 10px;
	text-align: inherit;
	white-space:nowrap;
	color: #000000;
	font-weight: normal !important;
	padding: 10px 5px !important;
}
.detail tr td > li {
	margin-left: 1.5em;
}

.detail tr td a:link,
.detail tr td a:visited,
.detail tr td a:hover
{
	color: #0b578f;
}

.detail.view, .detail table, table.detail{
	padding: 0;
	margin: 0px;
	width: calc(100% - 0px);
	min-width: calc(var(--MinWidth) - 30px);
	background: #FFF;
}
.detail tr.pagination td {
	padding-top: 4px;
	text-align: right;
	vertical-align: middle;
}
.detail table tr.pagination td {
	padding-bottom: 4px;
}
.detail td > table tr td {
	border: none;
}

.detail tr th {
	border-color: #cbdae6;
	background: #7B9DBA;
	padding: 8px 12px !important;
	color: #fff !important;
	text-align: inherit;
}
.detail td img {
	margin: 5px;
}
.detail h4 {
	margin: 15px 15px 0px !important;
	background: var(--MainBottonColorHover);
	float: left;
	color: #fff;
	width: 140px;
	text-align: center !important;
}

.detail .edit td {
	background-color: #FFF !important;
	border-bottom: 0 !important;
}


/* editviews top buttons */
#EditView > table {
	margin-bottom: 2px;
}

/* editviews */
.edit {
	background: #FFF;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	width: calc(100% - 0px);
	min-width: calc(var(--MinWidth) - 120px);
}

.edit > table {
	margin-bottom: 0px;
	padding: 3px 3px 3px 10px!important;
}

.edit h4 {
	text-align: left;
	margin-top: 0;
	padding-top:0;
	margin-top: 10px;
	padding-left:0;
}
.edit tr td {
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 10px;
	border-bottom: 1px solid #ccc;
}
.edit tr td .Field_Container_Without_Label{
	min-width: 100px;
}
.edit tr td[scope="row"] {
	padding: 15px 5px 0px 5px !important;
	text-align: inherit;
	vertical-align: top;
}
.edit tr th, .edit thead td {
	border-color: #cbdae6;
	background: #7B9DBA;
	padding: 8px 12px !important;
	color: #fff !important;
}
table#tabFormPagination td,
#tabFormPagination,
#EditView > table#tabFormPagination.detail.view {
	border-bottom: none;
	margin-bottom: 0;
}
.edit tr td table,
.edit tr td table tr td
{
	/*padding: 0 !important;*/
}
table.edit.view {
	margin: 0px;
}
.responsive_table
{
	overflow-x: auto;
}

/* search panel on top of list views ( extends .edit .view definition ) */
.search
{
	margin: 0 0 4px 0 !important;
	padding:10px 6px 12px 10px;
}
.search > table{
	padding: 0 !important;
	margin: 0;
}
.search td span{
	color:#444;
}
.search td input[type=text],
.search td input[type=password],
.search td select{
	width: 150px !important;
}


/* Listview styles */
.list, .edit .list{
	padding: 0 !important;
}
.list tr.pagination,
.list tr.pagination td,
.list tr.pagination td table{
	padding: 0;
	border: 0;
	margin: 0;
}
.list tr.pagination td table td{
	padding: 3px 7px 3px 5px !important;
}
.list tr.pagination td table td button{
	width: 30px;
}
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited{
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 3px 0px;
}
.list tr.pagination td table td a:hover,
.reportGroupByDataChildTablelistViewThS1 a:hover{
	text-decoration: underline;
}
.list tr.pagination .buttons{
	padding: 2px 2px 2px 0 !important;
}
.list tr.pagination #selectCountTop{
	width: 5em;
}
.list tr th,
.list tr td[scope=col],
.edit .list tr th,
.edit .list tr td[scope=col]{
	font-size: 11px;
	font-weight: bold;
	text-align: inherit;
	padding: 8px !important;
	border-left: none;
	border-right: none;
	white-space: normal;
}
.list tr td{
	vertical-align: middle;
	padding: 8px !important;
	border-bottom: 1px solid #EEE;
}
.list tr.pagination td {
	padding: 0 !important;
	text-align: right !important;
}
.list tr td.odd{
	padding: 8px;
	vertical-align: middle;
}

.list th a:link,
.list th a:visited,
.list td[scope=col] a:link,
.list td[scope=col] a:visited{
	font-weight: bold;
	text-decoration: none;
}

.list th a:hover,
.list td[scope=col] a:hover{
	text-decoration: underline;
}

.list tr.oddListRowS1 td,
.list tr.evenListRowS1 td{
	white-space: normal;
	word-wrap: break-word;
}

.list tr.oddListRowS1 td[nowrap],
.list tr.evenListRowS1 td[nowrap] {
	/*white-space: nowrap;
	word-wrap: normal;*/
}

.list td a.listViewTdToolsS1,
.list tr td.nowrap{
	/*white-space: nowrap;
	word-wrap: normal;*/
}
.list tr.pagination td table td{
	/*background:#FAFAFA none repeat scroll 0 0;*/
	color:#666666;
}
.td_alt, .list tr th, .list tr td[scope=col], .edit .list tr th, .edit .list tr td[scope=col]{
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
}


/* style for page content tables */
.other{
	border: none !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
	width: 100%;
}
.other td {
	font-weight: normal;
	padding: 4px 10px 4px 6px;
	vertical-align: middle;
}
.other td[scope=row] {
	padding: 4px 6px 4px 6px;
	white-space:nowrap;
}
.other .edit td{
	background: transparent !important;
}
.other .edit {
	margin-top: 0;
}

/* Special for Campaigns Wizard */
.other td.edit #wizard td{
	background: transparent;
}
.other td.edit #wizard h4{
	padding-left: 0;
	margin-top: 0;
}
#wizard td{
	white-space: normal;
	word-wrap: break-word;
}


/* Upgrade Wizard*/
.small{
	width:100%;
}
.small table{
	width:auto;
}
.small tr td table{
	background-color:transparent;
}
.small tr td[scope=row] table tr td, .small tr td[scope=row] table tr th{
	background-color:transparent;
}

.small tr td table tr th{
	text-align:left;
	border-bottom:none;
}

/* for report wizard */
.reportwizard{
	padding: 10px 6px 12px 10px;
}
.reportwizard > table{
	padding: 0 !important;
}
.reportwizard tr td{
	vertical-align: middle;
}


/* for subpanel tabs */
ul.tablist, ul.subpanelTablist{
	list-style: none;
	padding: 8px 0px 3px 0px;
	margin: 0;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--MainBottonColor);
}

ul.tablist li, ul.subpanelTablist li{
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tablist li a, ul.subpanelTablist li a{
	padding: 10px 15px 3px 15px;
	margin: 0px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: none;
	text-decoration: none;
}
ul.subpanelTablist #addPageItem a, ul.subpanelTablist #addPageItem a:hover {
	border: none;
	background: transparent;
	text-decoration: none;
}
ul.tablist li a:link, ul.tablist li a:visited, ul.subpanelTablist li a:link, ul.subpanelTablist li a:visited {
	text-decoration: none;
}

.subpanelTabForm {
	padding: 15px 0px 0 0px;
	margin-bottom: 10px;
}
table.subpanelTabForm td {
	padding: 0px;
}
.subpanelTabForm p {
	margin-bottom:0;
}

#groupTabs {
	margin-top: 20px;
	display:none;
}
#groupTabs li, #searchTabs li{
	margin:0 -3px 0 0;
}
table.subpanelTabForm{
	border-top: 0px none;
	margin-bottom: 4px;
	padding: 0px;
}
ul.tablist li a:hover, ul.subpanelTablist li a:hover{
	border-top: 2px solid;
}
ul.tablist li a.current, ul.tablist li a.current:hover {
	border-bottom:2px solid #F6F6F6;
	font-weight: bold;
}
ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover{
	border-bottom: 2px solid;
	font-weight: bold;
	color: #FFF;
	background: var(--MainBottonColor);
	border-right-color: var(--MainBottonColor);
	border-left-color: var(--MainBottonColor);
	border-top-color: var(--MainBottonColor);
	border-bottom-color: var(--MainBottonColor);
}
.subpanelTabForm .h3Row {
	border: none;
	padding: 10px 20px;
	background: #E7F0F8;
	border-bottom: 0.5px dashed #3e5d78;
	border-top: 0.5px dashed #3e5d78;
	cursor: pointer;
	color: #555;
	font-weight: normal;
	transition: all .35s !important;
}
.subpanelTabForm .h3Row:hover, .subpanelTabForm .h3Row:hover a {
	color: #222;
	background: #DAEAF9;
	transition: all .35s !important;
}
.subpanelTabForm .h3Row a {
	color: #555;
	font-weight: normal !important;
}
.subpanel_buttons_en_US {
	position: absolute;
	margin-top: -45px;
	right: 20px;
}
.subpanel_buttons_fa_IR {
	position: absolute;
	margin-top: -45px;
	left: 20px;
}
#header ul li{
	display:inherit;
}


/* gantt styles */
table.days {
	font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
td.days {
	border-top: 1px solid #dfdfdf;
	border-left: 0px;
	border-right: 0px;
}

td.sunday {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 0px;
}

td.saturday {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 0px;
	border-right: 1px solid #dfdfdf;
}

td.date {
	width: 100%;
	padding: 0px;
	border: 0px;
	font-size: 10px;
}

tr.empty {
	height: 2px;
}

div.completed {
	background-color: #777777;
	float: left;
	width: 100%;
	line-height: 10px;
	margin-top: 4px;
}

div.inprogress {
	background-color: #002E4D;
	float: left;
	width: 100%;
	line-height: 10px;
	margin-top: 4px;
}

div.inprogress_bar {
	background-color: #ff0000;
	float: left;
	width: 100%;
	line-height: 10px;
	margin-top: 4px;
}

div.notstarted {
	background-color: #CCCCCC;
	float: left;
	width: 100%;
	line-height: 10px;
	margin-top: 4px;
}

div.indent_left {
	background-color: #000000;
	float: left;
	line-height: 10px;
	margin-top: 4px;
}

div.indent_bar {
	background-color: #000000;
	float: left;
	margin-top: 4px;
}

div.indent_right {
	background-color: #000000;
	float: right;
	line-height: 10px;
	margin-top: 4px;
}

#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}
#horizBGDiv {position:relative; top:60px; background:url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=horizBg.png') no-repeat; 
height:26px; width:218px;zindex:5
}
#horizHandleDiv {
	position:absolute;
	left: 100px; /* the default position is the center of the bg */
	top: 8px;	/* force the image down a bit */
	cursor:default;
	width:18px;
	height:18px;
}
/* end gantt styles */

/* sitemap */
#sitemap{
	width: 650px;
	display:none;
	z-index:9999;
	margin-right:1em;
	margin-top:2.5em;
}
#sitemap .edit.view{
	border: 2px solid;
	padding: 6px 6px 6px 16px;
	border-color: #4e8ccf !important;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration:none;
	font-size: 11px;
	color: #444;
}
#sitemap a:hover, #sitemap h4 a:hover {
	text-decoration:underline;
}
#sitemap h4 a:link, #sitemap h4 a:visited {
	font-size: 13px;
}
#sitemap ul {
	margin-top: 5px !important;
	margin-left: 5px !important;
}
#sitemap ul li {
	margin-bottom: 5px !important;
	display: list-item;
}


/* sitemap link div */
#sitemapLink span{
	cursor:pointer;
}
#sitemapLink span img{
	cursor:pointer;
	margin-left: 2px;
}

/* Footer styles */
#footer {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
}

#themePicker, #langPicker {
	text-align: center;
	margin-bottom: 0.5em;
}

#themePicker select, #langPicker select {
	width: 120px;
	font-size: 10px;
}

/* Scheduler Styles */
#scheduler .schedulerDiv table {
	border-collapse: collapse;
}
#scheduler .schedulerDiv table tr td {
	border: 1px solid #dddddd;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td{
	background-color: #EEEEEE;
	width: 15px;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td[scope=row]{
	overflow: hidden;
	padding-left: 4px;
	width: 125px;
	background: transparent;
	border-left: 0;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellStartTime{
	border-left: 4px solid #75AF4F !important;
	background-color:#FFFFFF;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellEndTime{
	border-left: 4px solid #ff0000 !important;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerAttendeeDeleteCell{
	background: transparent;
	border-left: 1px solid #dddddd;
	padding-left: 4px;
}

.listViewCalCurrentAppt {
	background-color: #75AF4F;
}
.listViewCalOtherAppt {
	background-color: #4D5EAA;
}
.listViewCalConflictAppt {
	background-color: #AA4D4D;
}
.listViewCalCurrentApptLgnd {
	background-color: #75AF4F;
	border: 1px solid #444;
}
.listViewCalOtherApptLgnd {
	background-color: #4D5EAA;
	border: 1px solid #444;
}
.listViewCalConflictApptLgnd {
	background-color: #AA4D4D;
	border: 1px solid #444;
}


/** report styles **/
table.reportlistViewRC {
	/* this definition should be exactly the same as .listViewThS1 */
	background:Black;
}

table.reportlistView {
	/* this definition should be exactly the same as .listViewThS1 */
	background:Black;
}

.reportlistViewThS1 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px 4px 5px;
	border-left: none;
	border-right: none;
	border-top: 1px solid BlackCCC;
	border-bottom: 1px solid BlackCCC;
	background:Gainsboro;
}

.reportevenListRowS1,
.reportoddListRowS1 {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
	background:white;
}

.reportlistViewPaginationTdS1 {
	border: none;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	background:white;
}

/* These are for summation report */
.reportViewTable {
	border-left: none;
	border-right: none;
	border-top: none;
	background:White;
}
.reportGroupViewTable {
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	background:LightGrey;
}
.reportGroup1ByTable {
	font-size: 15px;
	border-left: none;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	background:LightGrey;
}
.reportGroupNByTable {
	font-size: 13px;
	border-left: none;
	border-right: 1px solid Black;
	border-bottom: none;
	background:White;
}
.reportGroupByDataTableHeader {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background:White;
}
.reportDataChildtablelistView {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background:Black;
}
table.reportDataChildtablelistView td {
	border-color: #CCC;
	background: white;
	padding:4px 5px;
}
.reportGroupByDataChildTablelistViewThS1 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 4px 5px 4px 5px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	background:White;
}
.reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1 {
	font-size: 12px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
	background:white;
}
.reportGroup1ByTableEvenListRowS1 {
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
	background:LightGrey;
	text-align: left;
}
.reportGroupNByTableEvenListRowS1 {
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	vertical-align: middle;
	background:LightGrey;
	text-align: left;
}
.reportGroupBySpaceTableView {
	border-left: none;
	border-right: none;
	border-top: none;
	background:White;
}
.reportGroupByDataTableHeaderEmptyCell {
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	background:White;
}
.reportevenListRowS1,
.reportoddListRowS1,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4{
	padding-bottom: 4px;
	padding-top: 2px;
}
/* End of summation report classes */


/* Start of Matrix Report Class */
.reportlistView {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
table.reportlistView td, table.reportlistView th {
	background: #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	padding: 4px;
	text-align: center;
	font-size: 11px;
	}
	table.reportlistView th, .reportlistView .reportlistViewMatrixRightEmptyData, .reportlistView .reportlistViewMatrixRightEmptyData1 {
	background: #dcdcdc;
	font-weight: bold;
	}

/* End of matrix report classes */

/* for overlib js library */
.olCapFontClass {
	font-weight: bold;
	color: #444;
	background-color: #dfdfdf;
}
.olCapFontClass A {
	color: #dfdfdf;
	font-size: 9px;
}
.olFgClass td, #forecastsWorksheet .olBgClass td.olFgClass {
	background-color: #FFF;
	padding: 5px 7px 7px 10px !important;
	line-height: 18px;
}
.olCgClass td, #forecastsWorksheet .olBgClass td.olCgClass {
	border-bottom: 2px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px 3px 3px 10px !important;
}
.olCgClass {
	padding: 0px;
	border: 0px;
}
.olBgClass {
	background-color: #ddd;
	padding: 2px !important;
}
#forecastsWorksheet .olBgClass td {
	padding: 0 !important;
}
.olCloseFontClass {
	padding-bottom: 1px;
	text-align: right;
	background-color: #dfdfdf;
}

/* acl role colors */
.aclAll {
	color: #008000;
	font-weight: bold;
}
.aclOwner {
	color: #000000;
	font-weight: bold;
}
.aclNone {
	color: #FF0000;
	font-weight: bold;
}
.aclEnabled {
	color: #008000;
	font-weight: bold;
}
.aclDisabled {
	color: #FF0000;
	font-weight: bold;
}
.aclAdmin {
	color: #0000FF;
	font-weight: bold;
}
.aclNormal {
	color: #008000;
	font-weight: bold;
}

/* for lists where we don't want to have bullet points */
ul.noBullet {
	list-style-type: none;
	margin-left: 0;
	margin-top: -2px;
	padding-left: 0;
}

li.noBullet {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.formHeader, .h3Row {
	margin-bottom: 0px;
	padding: 2px 0px;
	display: inline-table;
	width: 100%;
}
.h4_dashlet {
/*
	border-bottom: 1px solid var(--MenuColor);
	background: #EEE;
*/
}
.h4_dashlet h4 {
	display: inline-block;
	width: calc(100% - 100px - 0px);
	padding: 10px 0px;
}
.dashlet_buttons {
	display: inline-block;
	width: 100px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	padding: 10px 0px;
}
.h4_subpanel {
}
table.tabForm td ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

.helpButton{
	font-weight:700;
}

.helpShortcut{
	font-weight:700;
}


/* for subpanels */
#MorePanelHandle{
	cursor: hand;
	cursor: pointer;
	display: inline;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: center;
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=more.gif') no-repeat left bottom;
	color: #444;
}

.sqsFloater {
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	display:none;
	padding:0;
}

.sqsFloater td {
	border:1px inset;
	color:black;
}

.sqsMatchedSmartInputItem {
	font-size:11px;
	padding: 2px 5px 2px 5px;
	margin: 0;
	cursor: pointer;
	cursor: hand;
}

.sqsSelectedSmartInputItem {
	background-color:#DEEFFF;
}

#sqsSmartInputResults {
	padding:0;margin:0;
}

.sqsNoMatch {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	background-color:#EEEEEE;
	color:#980000;
}


/* misc font displays */
.todaysTask {
	color: #FF7800
}
.overdueTask {
	color: #ff0000;
}
.required,
.error {
	color: #ff0000;
}
.success {
	color: #00ee00;
}
.rssItemDate {
	color: #666666;
}
.date {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid;
	padding-right: 10px;
}
.dateFormat {
	font-weight: normal;
	font-style: italic;
}


/* list view page numbers */
.pageNumbers {
	cursor: default;
	padding: 5px 10px;
	vertical-align: top;
	display: inline-block;
}
.contentBox {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 0px 10px 0px 0px;
	margin: 10px 0 10px 0;
}
.contentBox td{
	padding-top: 0;
}


/* for team notices and my portal dashlets */
.teamNoticeBox {
	border: 1px solid;
	padding: 0;
	background: #FFF;
	width:100%;
}
.teamNoticeText {
	padding: 0px 10px 0px 10px;
}


/* Bug 27478 - IE Hacks to make sure username/password boxes on login page are same length */
td.edit.view td{
	text-align: left;
}
td.edit.view td[align=right]{
	text-align: right;
}


/* if we have horizontal padding anywhere in the table, it will break the rollup tree */
#forecastsWorksheet	tbody	tr	td,
#forecastsWorksheet	tr	td{
	padding: 3px 0px 5px 0px !important;
}
#forecastsWorksheet	tr.pagination	td{
	padding: 0 !important;
}
#forecastsWorksheet tr.pagination td table td {
	padding:3px 7px 3px 5px !important;
}
/* for forecasts worksheet containing table ( overrides .list .view style ) */
#forecastsWorksheet > tbody > tr > td,
#forecastsWorksheet > tr > td,
#forecastsWorksheet #activetimeperiods	tr	td{
	padding: 0	! important;
	vertical-align: top;
}

/* help styles */
.helpButton, .helpShortcut {
	font-weight: bold;
}

/* fixes email setting issues */
#tab_general > form > table,
#tab_general > form > table.detail th,
#tab_accounts > table,
#tab_accounts > table.detail th{
	border: 0;
}
#tab_accounts .detail.view .edit.view{
	margin-top: 0;
}
#tab_accounts #ieSelect > table, #ieAccount > table, #ieAccount > table td table{
	padding: 0pt ! important;
	border-collapse: collapse;
}
#importDialogContent{
	overflow: hidden;
}
#importDialogContent #importDiv{
	margin-top: 0;
}


/* override some of the detail view styles for show more detail option (KBDocument detail view)*/
.detail td.subdetail{
	 padding:0px;
	 border-bottom:medium none;
}
.detail td.subdetail table tr td{
	padding: 5px 6px;
}
/* override some of the detail view styles for the import options dialog */
#importOptions td{
	padding: 5px 6px;
}
#importOptions table{
	border-collapse:collapse;
}
#importOptions #chooser_choose_index_text,
#importOptions #chooser_ignore_index{
	background: white;
	border: 0;
	text-align: left;
}

/* login page*/
.login table tr td{
	padding:0px !important;
	text-align:left;
}
.login{
	padding:10px 6px 12px 10px !important;
}
.login .login_more{
	text-align:right;
	padding-right: 18px !important; /* only needed in IE7 and earlier */
}

#lastviewicon, #newrecordicon, #shortcuts_img,#lastviewicon_1, #newrecordicon_1, #shortcuts_img_1 {
	display:none;
}

#color_menu, #font_menu {
	width:200px;
	height:15px;
	margin:0;
	padding:0px;
}

#color_menu li, #font_menu li{
	float:left;
	height:15px;
	width:15px;
}

#themepickerDialog div[class="ft"]{
	display:none;
}
#themepickerDialog{
	width:135px !important;
}
#stylepicker{
		 border-width:1px;
		 margin:0px;
		 padding:0px;
		 width:auto;
}

#themepickerDialog_c{
	right: 2em;
	top: 3em;
}

#popup_query_form{
	padding-left:0;
	padding-right:0;
}

.emailaddresses tr td[scope=row]{
	padding-left:0 !important;
	padding-top:0 !important;
}

/*System Settings*/
#container_upload {
	margin-top:7px;
}

/* Subpanel links */
.subTabs td{
	font-size: 12px;
	padding: 0 0.25em;
}

.dashletNonTable {
	padding: 15px;
}

.sugarFeedDashlet{
	overflow: hidden;
}

.sugarFeedDashlet td.list th, .sugarFeedDashlet td.list td[scope=col]{
	display: none;
}

.sugarFeedDashlet tr{
	height: auto;
}

/*
Bug 33193 - Fixed several items in the sugarfeeds not correctly scrolling on IE7;
added the *position:static CSS property on the following two rules, which will only
be used on IE7 and IE6
*/
.sugarFeedDashlet .byLineBox{
	width:100%;
	position:relative;
	overflow: hidden;
	padding: 5px 0px;
}

.sugarFeedDashlet .yui-ac-input{
	position:static !important;
}

.sugarFeedDashlet .byLineBox .byLineLeft{
	font-size:79%;
	float:left;
}

.sugarFeedDashlet .byLineBox .byLineRight{
	display:inline;
	float:right;
	font-size:79%;
}

iframe.teamNoticeBox{
	width:99%;
	padding:0;
}

.loading-indicator{
	font-size:11px;
	background-image:url('http://localhost:46180/default/ext/resources/images/default/grid/loading.gif');
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	line-height:16px;
	margin:3px;
}

.x-sqs-list{
	border:1px solid #d0d0d0;
	background:#d0d0d0;
	zoom:1;
	overflow:hidden;
}

.x-sqs-list-inner{
	overflow:auto;
	background:#FFF;
	position:relative;
	zoom:1;
	overflow-x:hidden;
}

.x-sqs-list-item{
	font:normal 12px tahoma,arial,helvetica,sans-serif;
	border:1px solid #FFF;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:1px;
}

.x-sqs-list .x-sqs-selected{
	border:1px dotted #f6f6f6!important;
	background:#d0d0d0;
	cursor:pointer;
}
embed{
	background: transparent;
}

#massupdate_form{
	position: fixed;
	background: #F5F5F5;
	width: 100%;
	height:100%;
	overflow-y: auto;
	z-index: 1;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight) + 60px);
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #DDD;
}


/* Bug 32603 - Fixes missing center line for KB Admin */
#selected_directory_children{
	border-left: 1px solid;
	padding: 3px;
}

/* Bug 19728 - Email Templates detail view is different with edit view */
#html_div p {
	margin: 12px 0px;
}

#html_div p:first-child {
	margin: 0px 0px 12px 0px;
}


/*ul li {
	list-style:disc outside;
}*/

dl dd {
	margin-left:1em;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom:.5em;
	text-align:center;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}


button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"] {
	padding:20px;
}













































p {
	margin-top: 0px;
	margin-bottom: 0px;
}
form {
	margin: 0px;
}
h1, h2 {
	margin: 0;
	font-weight: bold;
}
h3 {
	margin:0;
	padding-top: 3px;
}
hr {
	height:1px;
}


/* layout the header elements */
#companyLogo {
	padding: 10px 10px 0px 15px;
	vertical-align: bottom;
	float:left;
	margin-bottom:-8px;
}
#welcome {
	font-weight: normal;
	padding: 8px 10px 3px 10px;
	vertical-align: middle;
}
/* global links */
#globalLinks{
	padding: 8px 10px 3px 10px;
	vertical-align: middle;
}
#globalLinks ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#globalLinks ul li{
	float: left;
	margin: 0 0.15em;
	display:block;
}
#globalLinks ul li img{
	margin-bottom: 1px;
	margin-left:2px;
	cursor: pointer;
	cursor: hand;
}
#globalLinks ul li:hover ul,
#globalLinks ul a:hover ul{
	visibility:visible;
}


/* sitemap link */
#sitemapLink span {
	padding-right:5px;
}
#sitemapLink {
	padding-top: 3px;
}


/* override some of the detail view styles for show more detail option (KBDocument detail view)*/
.detail td.subdetail{
	padding:0px;
	border-bottom:medium none;
}
.detail td.subdetail table tr td{
	padding: 5px 6px;
}
/* override some of the detail view styles for the import options dialog */
#importOptions td{
	padding: 5px 6px;
}
#importOptions table{
	border-collapse:collapse;
}
#importOptions #chooser_choose_index_text,
#importOptions #chooser_ignore_index{
	background: white;
	border: 0;
	text-align: left;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../../../../themes/NeoTheme/font/fontawesome-webfont.eot');
	src: url('../../../../themes/NeoTheme/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../themes/NeoTheme/font/fontawesome-webfont.woff') format('woff'), url('../../../../themes/NeoTheme/font/fontawesome-webfont.ttf') format('truetype'), url('../../../../themes/NeoTheme/font/fontawesome-webfont.svgz#FontAwesome') format('svg'), url('../../../../themes/NeoTheme/font/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}
img{
	 border: none;
}

input[type=text],
input[type="number"],
input[type=password],
textarea {
	width: calc(100% - 0px);
	padding: 20px 10px 5px 10px;
	min-height: 60px;
	box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
	border: 0px;
	background-color: transparent;
	margin: 0px;
	vertical-align: bottom;
}


/**************************** DASHLET DIALOG ****************************/
#dashletsDialog {
	max-width: 800px;
	width: calc(100vw / 3 * 2);
	min-width: var(--MinWidth);
	position: fixed;
	top: 58px;
	left: 50%;
	box-sizing: border-box;
	transform: translate(-50%, 45px);
}

.DashletsDialog {
	background: #FFF;
}
.DashletsDialogSearch {
	margin: 0px 15px;
}
.DashletsDialogList {
	margin: 10px 30px;
}
#moduleDashlets, #chartDashlets, #toolsDashlets, #afterSalesDashlets, #searchResults {
	height: calc(100vh - 330px);
	overflow-y: auto;
}
.DashletsDialogList_Cell {
	cursor: pointer;
	display: inline-block;
	background: #EEE;
	width: calc(50% - 10px);
	padding: 10px 25px 10px 25px;
	margin: 5px;
	vertical-align: top;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all .5s !important;
	box-sizing: border-box;
}
.DashletsDialogList_Cell:hover {
	background: #ADDCEF;
	padding: 10px 40px 10px 10px;
	transition: all .5s !important;
}


#dashletSearch .Field_Container, #QuickCreateSelectForm_Container .Field_Container {
	width: calc(100% - 30px) !important;
	min-width: calc(var(--MinWidth) - 30px) !important;
}
#dashletSearch .Button_Container, #QuickCreateSelectForm_Container .Button_Container {
	display: inline-block;
	width: auto;
	margin: 30px 0px 5px 0px;
}
#dashletSearch table tr td input[type=button]{
	vertical-align: top;
}
.x-dlg-btns button.x-btn-text:hover,
.x-dlg-btns .x-btn-focus button.x-btn-text{
	color: #000;
}
.container-close{
	top: 6px;
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') repeat-x 6px -67px;
}


/* override some of the detail view styles for show more detail option (KBDocument detail view)*/
.detail td.subdetail{
	 padding:0px;
	 border-bottom:medium none;
}
.detail td.subdetail table tr td{
	padding: 5px 6px;
}
/* override some of the detail view styles for the import options dialog */
#importOptions td{
	padding: 5px 6px;
}
#importOptions table{
	border-collapse:collapse;
}
#importOptions #chooser_choose_index_text,
#importOptions #chooser_ignore_index{
	background: #FFF;
	border: 0;
	text-align: left;
}

#display_tabs, #hide_tabs {
	padding: 0px !important;
	margin: 0px !important;
}

#display_tabs option, #hide_tabs option {
	border-bottom: 1px solid #DDD;
}

.dashletPanel {
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 4px #CCC;
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-border-radius: 0px 0px 4px #CCC;
}
.dashletPanel .hd {
	padding: 0;
	text-align: righ;
	vertical-align: middle;
	overflow: visible;
	position: relative;
	height: 38px;
}







}
select option {
	padding: 5px 15px;
	min-height: 16px;
}
input:hover, textarea:hover{
	background: #FFFCCD;
	transition: background 0.5s;
}
input:hover, textarea:hover{
	background: #FFFCCD;
	transition: background 0.5s;
}
input:focus, textarea:focus{
	background: #FFF9A2;
	transition: background 0.5s;
}
textarea {
	background: none;
	border: 0px;
	height: 30px;
}

span.id-ff button {
	padding:3px 0px 3px 0px;
	margin-top: -8px\9;
	height: 23px\9;
}
span.id-ff button img{
	width: 14px;
	height: 14px;
}

span.id-ff button#btn_vCardButton img{
	width: 16px;
	height: 11px;
}

span.id-ff button.button.btn_copy img{
	width: 14px;
	height: 15px;
}
span.id-ff.multiple button{
	margin-top: -4px;
	margin-top: -8px;
}

span.id-ff.multiple.ownline button{
	margin-top: 0px;
	margin-bottom: 4px;
}

span.id-ff.multiple button.button.firstChild{
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-radius-topright: 0px;
	border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-top-radius: 0px;
}

span.id-ff.multiple button.button.lastChild{
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius-topleft: 0px;
	border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;

	border-left-color: #EEE;
}

input, select, textarea {
	border: 0px;
	padding: 5px 10px;
}
/* for team notices dashlet */
.teamNoticeBox {
	border-color: #abc3d7;
	color: #444;
}

/* lists in the header */
.headerList {
	color: #444;
	border-top-color:#0046ad;
	border-bottom-color: #abc3d7;
	background-color: #f4f9fc;
}
.headerList a:link,
.headerList a:visited,
.headerList a {
	color: #444;
	border-color: #CBDAE6;
}
.headerList a:hover{
	color: #0b578f;
}


/* new record form */
#newRecord form a:link,
#newRecord form a:visited {
	color: #666666;
}
#newRecord form a:hover {
	color: #444;
}

/* listviews */
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited,
.list tr th,
.list tr th a:link,
.list tr th a:visited,
.list tr td[scope=col],
.list tr td[scope=col] a:link,
.list tr td[scope=col] a:visited,
.list tr.pagination td table td span.pageNumbers{
	color: #999;
}
.list {
	box-shadow: none !important;
	background: #FFF;
}

#MassUpdate .list {
	margin-top: 65px !important;
	border: 0px !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD !important;
}
#MassUpdate .list tr th {
	position: sticky;
	top: 125px;
	background: #F6F6F6;
	z-index: 1;
}
#MassUpdate.popup .list tr th {
	top: 65px;
}
#MassAssign_SecurityGroups {
	position: fixed;
	background: #F5F5F5;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 1;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight) + 60px);
	left: 0px;
	right: 0px;
	border-bottom: 1px solid #DDD;
}
#massassign_form {
	padding: 10px;
}
.evenListRowS1 td, .oddListRowS1 td {
	color: #000000;
}
.evenListRowS1:hover td,
.oddListRowS1:hover td{
	background: var(--TableCellColorHover);
}
.list.view tr:last-child th, .list.view tr:last-child td {
	border-bottom: 0px none;
}

/* other views */
.other {
	border-color: #abc3d7;
	background-color: #cbdae6;
}
.other td{
	color: #444;
	background-color: #FFF;
	border-left-color: #DFDFDF;
}
.other td[scope=row]{
	color: #000000;
	background-color: #fafafa;

}
.other td.edit{
	color: #000000;
	background-color: #F6F6F6;
}

/* misc links */
a.utilsLink:link, a.utilsLink:visited {
	color: #0b578f;
}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
	color: #444;
}


/* for edit view like forms that need a smaller font size */
.edit.view.small td{
	color: #444;
}

/* YUI theme */
.yui-dt th, .yui-dt-hd {
	background: #EBEBED none repeat scroll 0 0;
}

.yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse{
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat 0 -110px;
}

 .yui-layout .yui-layout-clip-left .collapse, .yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse,
 .yui-layout .yui-layout-unit-bottom div.yui-layout-hd .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat 0 -90px;
}

 .yui-layout .yui-layout-clip-right .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat 0 -110px;
}

 .yui-layout .yui-layout-unit-top div.yui-layout-hd .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat -20px -220px;
}

 .yui-layout .yui-layout-clip-top .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat -20px -240px;
}

 .yui-layout .yui-layout-clip-bottom .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat -20px -180px;
}

 .yui-layout .yui-layout-unit div.yui-layout-hd .close {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat -20px -100px;
}

.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav, .yui-layout .yui-layout-hd {
	background:#DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') repeat-x 0 0;
	border-color: #ABC3D7;
}

.yui-layout .yui-layout-unit div.yui-layout-bd, .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
	border-color:#c3c3c3;
}
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-width: 0 2px 2px 2px;
	margin-bottom: 10px;
}
.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li{
	margin: 2px 4px 0 0;
}
.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-tab-bg.png') repeat-x center bottom;
	border-color: #c3c3c3;
	}
.yuimenuitem-hassubmenu > a{
	background-image: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png');
}

 .yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a,
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a
 {
	background:#DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') repeat-x 0 -131px;
}

.sugar-progress-bar, .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover{
	 background: #cacaca url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') repeat-x 0 -157px;
}
.yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a, .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a{
	background: #DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') repeat-x 0 -131px;
	height: 24px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a, .yui-navset .yui-nav a em, .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
	border-color: #c3c3c3;
}
.yui-navset .yui-nav .selected a em{
	padding: 2px 10px 1px;
	color: #333;
}
.yui-navset .yui-nav{
	overflow: hidden;
}
.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{
	border-width: 2px 1px 0;
	height: 25px;
	padding: 2px 10px;
}
 a.sugar-tab-close, .yui-navset .yui-nav a.sugar-tab-close, .yui-navset .yui-nav .selected a.sugar-tab-close {
	background : url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites.png') no-repeat 0px -70px;
}


#basic_search_link{
	margin-left:6px !important;
}

.star {
	float:right;
	zoom: 1;
	display: inline;
}
/* module title */
div.moduleTitle {
	height:2em;
	display: none;
}
.moduleTitle img {
	margin-right: 3px;
	margin-top: 3px;
	border: 0;
}
.moduleTitle h2 {
	display: block;
	float: left;
}
.moduleTitle span {
	display: block;
	float: right;
	margin-top: 0;
}
.moduleTitle span a img {
	margin-bottom: -3px;
}
.moduleTitle h2,
.moduleTitle h2 a,
.moduleTitle h2 span.pointer
{
	font-size: 18px;
}
.moduleTitle .star {
	margin-top:4px;
	padding-right:5px;
}

li div.star {float:none;}
.star div {background-image:url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=star-sheet.png');
width:18px;height:18px;float:left;
}
.star div.on {background-position:0px 0px}
.star div.off {background-position:0px -18px}
.star div:hover {cursor:pointer;background-position:0px 0px;}


#ajaxStatusDiv {
	background-color: #DDD !important;
	color: var(--MainBottonColorHover) !important;
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	right: 0px !important;
	opacity: 0.9 !important;
	text-align: center;
	z-index: 20000000000;
	height: 60px;
	padding: 15px;
	font-size: 18px !important;
	box-sizing: border-box;
}

div#chartDashlets{
	overflow-y: auto;
}


/* miscellaneaous 508 classes */
.detail508 tr td[scope="col"]{
	background-color: #F6F6F6;
	border-color: #CBDAE6;
	color: #000000;
	text-align: right;
	white-space: nowrap;
}

td.teamset-row, .edit tr td.teamset-row, .edit tr td table tr td.teamset-row {
	padding: 5px !important;
}

/* competible for SugarActionMenu */
ul.clickMenu {
	list-style: none;
	padding: 0px;
	margin: 1px 0 2px 0;
	color: #262627;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	background-color: #EBEBEA;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
    display: inline;
    zoom: 1;
    background-image: linear-gradient(top, #FFF, #cdCCCb);
/*hack for IE7*/
	border-left-color: #cdCCCb;
    border-right-color: #cdCCCb;
    border-top-color: #cdCCCb;
    border-bottom-color: #a8a6a4;
}
ul.clickMenu form{
	float:left;
	display:block;
}
ul.SugarActionMenuIESub {
}

ul.SugarActionMenuIESub li a:hover, ul.clickMenu.SugarActionMenu li a:hover, ul.clickMenu.SugarActionMenu li span.subhover:hover,
ul#quickCreateULSubnav li a:hover,
ul.clickMenu li ul.subnav li a:hover,ul.clickMenu li ul.subnav li input:hover, ul.clickMenu.subpanel.records li ul.subnav li a:hover, ul.clickMenu ul.subnav-sub li a:hover {/*--Hover effect for subnav links--*/
	color: #313130;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	text-shadow: none;
}
ul#quickCreateULSubnav.SugarActionMenuIESub li a:hover,
ul.clickMenu:hover > li > span > a, ul.clickMenu:hover > li > a {

}

ul.clickMenu li, ul.SugarActionMenuIESub li {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	position: relative; /*--Declare X and Y axis base--*/
	cursor: pointer;
}
ul.SugarActionMenuIESub li a,
ul.clickMenu li a, .list tr.pagination td.buttons ul.clickMenu > li > a:link, .list tr.pagination td.buttons ul.clickMenu > li > a{
	display: block;
	text-decoration: none;
	float: left;
	font-weight: normal !important;
	padding: 4px 10px 4px 10px !important;
	color: #000;
}

.list tr.pagination td.buttons ul.clickMenu:hover > li > a:link, .list tr.pagination td.buttons ul.clickMenu:hover > li > a{
	color: #FFF;
}

ul.clickMenu li.single a{
	padding-right: 8px !important;
}

ul.clickMenu li a:hover{
text-decoration: none !important;
}
ul.clickMenu li > span {/*--Drop down trigger styles--*/
	width: 20px;
	height: 23px;
	float: left;
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=actionMenuArrow.png') no-repeat 5px -25px;
	cursor: pointer;
}

ul.clickMenu li > span.ab {/*--Drop down trigger styles--*/
	border-left: 1px #aaa solid;
}
ul.clickMenu li span.subhover {
	cursor: pointer;
	} /*--Hover effect for trigger--*/
ul.clickMenu li ul.subnav, ul.clickMenu ul.subnav-sub, ul.SugarActionMenuIESub {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 23px;
	background: #FFF;
	margin: 0;
	display: none;
	float: left;
	width: auto;
	border: 1px solid #CCC;
	box-shadow: #999 0px 5px 10px;
	-moz-box-shadow: #999 0px 5px 10px;
	-webkit-box-shadow: #999 0px 5px 10px;
	padding: 8px 0px;
	z-index: 10;
	overflow:hidden;
	/*css hack for IE7*/
	overflow:visible;
}

ul.clickMenu li ul.subnav li, ul.clickMenu ul.subnav-sub li, ul.SugarActionMenuIESub li{
	margin: 0;
	padding: 0px;
	clear: both;
	width:100%;
	white-space: nowrap;

}
ul.clickMenu.subpanel.records {
	background-color: #EEE;
	border: 1px solid #ddd;
	background-image: none;
}

ul.clickMenu.subpanel.records li a{
	color: #aaa;
}
ul.clickMenu.subpanel.records > li div:hover a{
	color: #FFF !important;
}

ul.clickMenu.subpanel.records li > span{
	opacity: .5;
	height: 26px;
	width: 17px;
	padding:0 5px 0 0 !important;
	background-position: 50% -28px;
}

ul.clickMenu.subpanel.records:hover li > span{

}

ul.clickMenu.subpanel.records li ul.subnav li a span {
	height: 0px;
	width: 0px;
	background-image: none;
}
ul.clickMenu.button li span.ab:hover {
	background-position: 50% 0px;

}
ul.clickMenu.button li > span {
	width: auto;
	background-position: 50% -20px;
	padding: 3px 15px 3px 10px !important;
	height: auto;
}

ul.clickMenu.button:hover li > span {

}

ul.clickMenu.button li > span a {
	padding: 0px !important;
}

ul.clickMenu.button span {
	padding-right: 5px;
}

ul.clickMenu.button li ul.subnav {
	width: auto;
}

ul.clickMenu li a.disabled {
	color:gray !important;
	cursor:default !important;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records , .evenListRowS1:hover td ul.clickMenu.subpanel.records {
		background-image: -moz-linear-gradient(center top,
		#FFF 0%,
		#EEE 10%,
		#DFDFDF 100%
		);
		background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFF),
		color-stop(.10, #EEE),
		color-stop(1, #DFDFDF)
		 );
		 border: 1px solid #AAAAAA;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records li a, .evenListRowS1:hover td ul.clickMenu.subpanel.records li a {
	color: #000;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records li span, .evenListRowS1:hover td ul.clickMenu.subpanel.records li span {
	opacity: 1;
}

ul.clickMenu li ul.subnav li a,ul.clickMenu li ul.subnav li input, ul.subnav-sub li a, ul.SugarActionMenuIESub li a {
	float: left;
	background: #FFF;
	padding: 3px 10px !important;
	border: 0px !important;
	width:100%;
	text-align: left;
	color: #000;

}

ul.clickMenu li ul.subnav li input {
	padding: 2px 10px !important;
	width:100%
}
ul.SugarActionMenuIESub li a:hover,
ul.clickMenu li ul.subnav li a:hover,ul.clickMenu li ul.subnav li input:hover, ul.clickMenu.subpanel.records li ul.subnav li a:hover, ul.clickMenu ul.subnav-sub li a:hover {
background-color: #4e8ccf;
color: #FFF;
font-weight: normal !important;
cursor: pointer;
text-shadow: none;
border-radius: 0px;
-webkit-border-radius: 0px;
}

#selectCountTop {
	border: 0 !important;
	background: transparent;
	text-decoration: underline;
	font-size: inherit;
	color: inherit;
	width: 50px;
	padding-top: 5px;
	background: none !important;
}
.paginationActionButtons, .paginationChangeButtons {
	display: inline-block;
	vertical-align: middle;
}
.paginationChangeButtons {
	position: absolute;
	top: 30px;
}
.paginationChangeButtons_GlobalSeach {
	position: absolute;
	margin-top: -30px;
}
.paginationChangeButtons button, .paginationChangeButtons_GlobalSeach button {
	padding: 0px 10px;
	background: none;
}
paginationActionButtons ul.clickMenu .massall,
ul#selectLink.clickMenu .massall, td.selectCol .massall{
	float: left;
	margin: 4px 4px;
}

paginationActionButtons ul.selectmenu > li > a, td.selectCol ul.selectmenu > li > a, ul#selectLink.clickMenu > li > a {
	padding: 0px !important;
}
ul.clickMenu.showLess .moreOverflow , ul.clickMenu.showLess .moduleMenuOverFlowLess, ul.clickMenu.showMore .moduleMenuOverFlowMore {
	display:none;
}
ul#selectLinkBottom li>span, ul#selectLinkTop li>span {
	border-left: 1px #aaa solid;
}

#globalLinksDivider {
	float: right;
	margin-right: 0px;
}
ul#globalLinksSubnav, ul#quickCreateULSubnav{
	font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
}

ul#selectLink.clickMenu {
	height: 17px;
	min-width: 20px;
	background-image: none;
}

td.paginationActionButtons ul.clickMenu #massall,
ul#selectLink.clickMenu #massall{
	float: left;
	margin: 1px 4px;
}
.selectActions.clickMenu {
	display: none;
}

ul.clickMenu.show {
	display:inline-block;
}

ul#selectLink.clickMenu > li > a{
	padding-left: 0px !important;
}

ul#selectLink.clickMenu li span {
	height: 17px;
}

ul#selectLink.clickMenu li ul.subnav {

}

ul#detailViewActions.clickMenu {
	margin-top: 2px !important;
}

#selectActions.clickMenu {
	display: none;
}

.selectActionsDisabled {
	display: inline-block;
	background-color: #EEE;
	border: 1px solid #ddd;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: bottom;
	padding: 1px 3px 0 10px;
	/*css hack for IE*/
	display:inline;
	zoom:1;
	margin: 3px;
}

.selectActionsDisabled span {
	width: 17px;
	height: 22px;
	float: left;
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=actionMenuArrow.png') no-repeat 6px -25px;
	opacity: .5;
}

.selectActionsDisabled span.ab {
	border-left: 1px #CCC solid;
	margin-left: 10px;
	padding-left: 5px;
}

.selectActionsDisabled a, #selectActionsDisabled a:hover {
	float: left;
	display: block;
	text-decoration: none !important;
	color: #999 !important;
	padding: 3px 0 3px 0px!important;
	text-shadow: 1px 1px #FFF;
	font-weight: normal !important;
}

.quickcreate {
	margin: 20px;
	border: 1px solid #DDD;
}

#quickCreate {
	float: right;
}

#quickCreate ul.clickMenu {
	background: none;
	border: 0px none;
	padding-right: 0px;
	font-family: OpenSans, Arial, Verdana, Helvetica, sans-serif;
}


#quickCreate ul.clickMenu > li {
	width: 50px;
	height: 43px;

}
#quickCreate ul.clickMenu li > span {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=quick-create.png') no-repeat center;
	height: 43px;
	width: 50px;
}

#quickCreate ul.clickMenu > li:hover {
	background-color: #276499;
}
ul#globalLinksSubnav li {min-width: 120px;}
ul#globalLinksSubnav, ul#quickCreateULSubnav,
#quickCreate ul.clickMenu li ul.subnav, #globalLinksModule ul.clickMenu li ul.subnav{
	top: 43px;
	right: 0;
	left: auto;
	padding: 10px 0px;
	border: 1px solid #999;
	width: 100%;
}

#quickCreate ul.clickMenu li ul.subnav {
	width: auto;
}

#globalLinksSubnav li a, #quickCreateULSubnav li a,
#quickCreate ul.clickMenu li ul.subnav li a, #globalLinksModule ul.clickMenu li ul.subnav li a {
	padding: 4px 10px !important;
	color: #666666 !important;
	line-height: 1.45;
}
#quickCreateULSubnav li.moduleMenuOverFlowLess a, #quickCreateULSubnav li.moduleMenuOverFlowMore a,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a {
	color: #999 !important;
}

#quickCreate ul.clickMenu li ul.subnav li a:hover, #globalLinksModule ul.clickMenu li ul.subnav li a:hover, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a:hover, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a:hover {
	color: #FFF !important;
}

ul.clickMenu li ul.subnav li a:hover .showLessArrow, ul.clickMenu li ul.subnav li a:hover .showMoreArrow {
	background-position: center 8px;
	opacity: 1;
}


#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a img, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a img{
	opacity: .6;
}

div.action_buttons form {float:left;}
.paginationWrapper {float:right; }

.detail508 tr td[scope="col"]{
	color: #888;
	background-color: #EEE;
	border-color: #CCC;
	text-align: right;
	white-space: nowrap;
}

.edit508 tr td[scope="col"]{
	color: #444;
	background-color: #EEE;
	border-color: #CCC;
	white-space: nowrap;
}


.dcmenuDivider {
	height: 44px;
	width: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #1A1A1A;
	border: none;
	border-right: 1px solid #9FAEBC;
}
.loginBoxShadow{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.4);
}
.loginBoxShadow .loginBox{
	border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    background-color: #E8E8E8;
    border-bottom: 1px solid #CCC;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #fdfdfd), color-stop(1, #e8e8e8) );
}
.loginBoxShadow .password{
	border-color: #999999;
}

#globalLinks{
	padding: 0;
}

#globalLinks ul li{
	float: none;
	margin: 0;
}

p.error {
	margin-top: 10px;
}


/**************************** MAIN MENU ****************************/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 700;
}

.sf-menu li {
	position: relative;
}
.sf-menu > li > ul {
	position: absolute;
	display: none;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu > li > ul {
	left: 0;
}



#moduleList {
	height: var(--MenuHeight);
	background-color: var(--MenuColor);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#moduleList .sf-menu li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
		opacity: .99;
	}
}

#moduleList ul li:hover ul,
#moduleList ul a:hover ul{
	visibility:visible;
}

#moduleList .sf-menu li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
	padding: 0px 7px 0px 7px;
	line-height: 19px;
	text-decoration: none;
	border-right: none;
}

#moduleList .sf-menu {
	float: left;
}

#moduleList ul li:hover ul,
#moduleList ul a:hover ul {
	visibility:visible;
}

#moduleList .sf-menu > li > ul {
	box-shadow: 0px 0px 2px 2px rgba(150,150,150,.15);
	min-width: 150px;
	white-space: nowrap;
	border: 1px solid #CCC;
	border-top: none;
}

#moduleList .sf-menu li a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #DDD;
	cursor: pointer;
	height: var(--MenuHeight);
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	transition: all .5s;
}
#moduleList .sf-menu li a:hover {
	color: #FFF;
	transition: all .5s;
}

#moduleList .sf-menu li a img {
	padding: 0px 5px;
	filter: grayscale(0%);
	transition: all .5s;
}
#moduleList .sf-menu li a:hover img {
	filter: grayscale(0%);
	transition: all .5s;
}

#moduleList .sf-menu li {
	-webkit-transition: background .5s;
	transition: background .5s;
}

#moduleList .sf-menu ul li {
	background: #FFF;
	border-bottom: 1px solid #EEE;
}
#moduleList .sf-menu li:hover,
#moduleList .sf-menu li.sfHover {
	background: #0B5B96;
	transition: background 0.5s;
}

#moduleList .sf-menu ul li a {
	background: #FFF;
	color: #333;
	height: auto;
	padding: 7px 25px;
	display: flex;
	transition: all .3s;
	box-sizing: border-box;
}
#moduleList .sf-menu ul li a span {
	line-height: 32px;
}
#moduleList .sf-menu ul li:hover a ,
#moduleList .sf-menu li ul li.sfHover a {
	color: #FFF;
	background: var(--MainBottonColor);
	padding-right: 40px;
	padding-left: 10px;
	transition: all .3s;
}

#moduleList .sf-menu ul li * {
	font-weight: 500;
}
#moduleList .sf-menu ul ul li {
	background: #FFF;
}


/* SELECTED MENU BOTTOM BORDER */
#moduleList .sf-menu > li.current > a {
	color: #FFF;
	text-decoration: none;
	background-color: var(--MainBottonColorHover);
	border-bottom: var(--MenuBorderHeight) solid #FF3F00;
	font-weight: bold;
}

#moduleList .sf-menu > li.current a > img {
	filter: grayscale(0%);
}

#moduleList .sf-menu > li > ul{
	padding: 0px;
	background: #F9F9F9;
	max-height: calc(100vh - var(--MenuHeight));
	overflow-y: auto;
}

#moduleList .sf-menu > li > ul > li.groupLabel {
	padding: 4px 0px 4px 6px;
	font-weight: 700;
	color: #999999;
}

#moduleList .sf-menu > li > ul > li.groupLabel:hover {
	background: #F9F9F9;
}

#moduleList .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
}

#moduleList .sf-arrows > li > .sf-with-ul:focus:after,
#moduleList .sf-arrows > li:hover > .sf-with-ul:after,
#moduleList .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #FFF;
}

#moduleList .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF;
	border-left-color: rgba(255,255,255,.5);
}

#moduleList .sf-arrows ul li > .sf-with-ul:focus:after,
#moduleList .sf-arrows ul li:hover > .sf-with-ul:after,
#moduleList .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #FFF;
}

#moduleList .sf-right-menu {
	float:right;
}
#moduleList .sf-right-menu > ul, #moduleList .sf-right-menu > li > ul {
	position: absolute;
	left: auto;
	right: 0;
	top: 100%;
}
#moduleList .sf-sub-indicator {
	display:none;
}

.Main_Menu_More {
	background: #FFF;
	position: fixed !important;
	top: calc(--MenuHeight + --MenuBorderHeight);
	right: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 85vh;
}

.Main_Menu_More_Table {
	display: table;
	background: var(--MenuColor);
	width: 100%;
	max-height: 85vh;
	border: 1px solid #CCC;
	box-sizing: border-box;
	column-count: 1 !important;
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
}

.Main_Menu_More a {
	color: #555 !important;
	display: inline-block !important;
	min-width: 180px;
	height: auto !important;
	padding: 2px 7px !important;
	box-sizing: border-box;
	transition: width 0s !important;
}

.Main_Menu_More a:hover {
	background: var(--MainBottonColor);
	color: #FFF !important;
	transition: background 0.3s;
	transition: width 0s !important;
}

.Main_Menu_More_Row {
	border-bottom: 1px solid #BBB;
	display: inline-flex;
	flex-wrap: wrap;
	width: inherit;
}
.Main_Menu_More_Row_Search {
}
.Main_Menu_More_Row_Title {
	display: inline-block;
	color: #FFF;
	width: calc(100% / 9);
	min-width: 80px;
	height: 46px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.Main_Menu_More_Row_Body {
	display: inline-block;
	background:
	#F9F9F9;
	width: calc(100% / 9 * 8);
	max-width: calc(100% - 80px);
}


/**************************** SEARCH FORM ****************************/
#addform {
	height: calc(100vh - 65px);
	position: fixed !important;
	width: 100%;
	top: 65px !important;
	left: 0 !important;
	right: 0 !important;
	background: #FFF;
}
.search_form_div {
	position: fixed;
	top: var(--MenuHeight);
	padding: 0px 20px;
	z-index: 100;
	min-width: 240px;
	box-sizing: border-box;
}

.advanced_search_form {
	position: fixed;
	background: #F5F5F5;
	width: auto;
	height: calc(100vh - 125px);
	overflow-y: auto;
	z-index: 200;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight) + 61px);
	left: 0px;

	right: 0px;
	padding: 0px 10px;
}
.advanced_search_form td {
	vertical-align: top;
}
.advanced_search_form td[scope="row"] {
	text-align: inherit;
}

#advanced_search{
	padding:0px 10px !important;
}

.search_form .view{
	width:auto;
	margin-bottom: 5px !important;
	padding-right:0 !important;
	padding-left:10px !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #CCCCCC;
    border-bottom: 1px solid #AFAFAE;
    border-radius-bottomleft: 0px;
    border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    text-shadow: 0px 1px #FFF;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), color-stop(.02, #EEE), color-stop(1, #EEE));
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.search_form .view.advanced {
 	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFF),
	color-stop(.01, #EEE),
	color-stop(1, #EEE)
	 );
}

.search_form .view.advanced .help {
text-align: right;
}

.search_form .view a {
	color: #005a9b;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 0px 1px #FFF;
	font-weight: bold;
}


.search_form .yui-button button {
	padding: 0px 20px 3px 4px;
}

.search_form .yui-button button span.image {
	background:url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=my-items.png') no-repeat 0px center;
	margin-right: 5px;
	width: 12px;
	display: inline;
	float: left;
	text-indent: -9999px;
}

.search_form .yui-button.yui-button-hover button, .search_form .yui-button.yui-button-checked.yui-checkbox-button-checked button {
background-image:url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&themeName=NeoTheme&imageName=form-button-primary-bg.png');
	background-color: #356ea1;
	border: 1px solid #326a9c;
	color: #FFF;
	text-shadow: -1px -1px #666;
}

.search_form .yui-button.yui-button-hover button span.image, .search_form .yui-button.yui-button-checked.yui-checkbox-button-checked button span.image {
	background-position: -12px center;
}

.search_form .edit tr td[scope="row"] {
	background-color: transparent;
}

.search_form .sumbitButtons {
	padding-left: 10px !important;
}

.search_form .helpIcon {
	text-align: right;
}

.search_form .helpIcon img{
	cursor: pointer;
}


/**************************** ERROR MESSAGE ****************************/
.Warning_Message_DIV {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: calc(100vh - 44px);
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	z-index: 100;
}

.Warning_Message_FORM {
	border: 1px solid #DDD !important;
	background: #F9F9F9;
	position: absolute;
	top: calc(100vh / 4);
	left: 50%;
	transform: translate(-50%);
	width: 50%;
	z-index: 201;
}

.Warning_Message_Header {
	background: #FFCF00;
	padding: 5px;
	text-align: center;
	font-size: 16px !important;
	font-weight: bolder;
}

.Warning_Message_Header img {
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	top: 2px;
	cursor: pointer;
	z-index: 103;
	filter: brightness(0%);
}

.Warning_Message_Message {
	padding: 10px;
	font-size: 16px !important;
	font-weight: bolder;
}

.Warning_Message_Description {
	padding: 20px 10px 10px 10px;
}

.Warning_Message_Button {
	padding: 10px;
	text-align: center;
}

.Warning_Message_Button a {
	width: 200px;
	background: #EBEBEB;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.3s;
}
.Warning_Message_Button a:hover {
	background: #D1D1D1 !important;
	transition: background 0.3s;
}


/**************************** FIELD CONTAINER ****************************/
.filterBox{
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 10px 15px;
	margin: 15px 7px 0px;
}
.Field_Container {
	width: calc(50% - 30px);
	min-width: calc(var(--MinWidth) - 150px);
	min-height: 50px;
	display: inline-flex;
	vertical-align: top;
	position: relative;
	white-space: nowrap;
    top: 1px;
    right: -12px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}
.Field_Container:not(.Without_Focus):after {
	border: 1px solid var(--MainBottonColor);
	position: absolute;
	width: calc(100% - 3px);
	flex-basis: 100%;
	content: '';
	bottom: 0;
	right: 0;
	left: 0;
	transform-origin: center;
	transform: scale(0);
	transition: all 0.35s;
}
.Field_Container:not(.Without_Focus):focus-within:after {
	border: 2px solid var(--MainBottonColor);
	content: '';
	transform-origin: center;
	transform: scale(1);
	transition: all 0.35s;
}


.Field_Container input[type="text"], .Field_Container input[type="password"], .Field_Container input[type="number"],.Field_Container textarea, .Field_Container select, .Field_Container .div_value {
	padding: 30px 10px 0px 10px !important;
	border-bottom: 1px solid #DDD !important;
	color: #000;
	font-weight: bold;
}
.Field_Container .ms-search input[type="text"] {
	padding: 7px 10px !important;
}
.Field_Container select[multiple] {
	padding: 0px 10px 0px 10px !important;
	margin-top: 30px !important;
}
.Field_Container .div_value {
	border: 0px !important;
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}
.Field_Container select{
	min-height: 60px !important;
}
.Field_Container select, .Field_Container div.ms-parent{
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 100% 50% !important;
	/*padding: 0px 15px;
	min-height: 60px !important;*/
}
.Field_Container select:hover, .Field_Container div.ms-parent:hover {
	background: #FFFCCD url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 100% 50% !important;
	transition: background 0.5s;
}
.Field_Container select:focus, .Field_Container div.ms-parent:focus {
	background: #FFF9A2 url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 100% 50% !important;
	transition: background 0.5s;
}
.Field_Container div.ms-parent:hover {
	background: #FFF9A2;
	transition: background 0.5s;
}
.Field_Container select option {
	padding: 3px 15px;
	min-height: 16px;
}
.Field_Container label {
	position: absolute;
	z-index: 5;
	padding: 5px 10px;
	color: #777;
	font-size: 12px;
    top: 5px;
    right: -9px;
    height: 40px;
    /*left: 621px;*/
}

.Field_Container label span.RequiredSymbol {
	color: #F00;
	padding: 0px 5px;
}

.Field_Container span.required {
	padding: 5px 10px;
}

.Field_Container_Full {
	width: calc(100% - 30px) !important;
	margin: 5px 15px !important;
}
.Field_Container_Block{
	display: flex !important;
}
.Field_Container_NoMargin{
	margin:0 !important;
}
.Field_Container_MultiRow{
	margin: 0;
	width: 50%;
	vertical-align: top;
	position: relative;
	display: inline-block;
}
.Field_Container_MultiRow > .edit_block {
	margin-top: 30px;
}
.detail .Field_Container_MultiRow {
	width: calc(50% - 30px);
	margin: 5px 15px;
}
.Field_Container_Without_Label
{
	align-items : center;
	margin:5px 0px !important;
	min-width: unset;
	width: 100%;
}
.Field_Container_Without_Label .ms-parent
{
	padding:0px !important;
}
.Field_Container_Without_Label .ms-choice > span
{
	padding:8px !important;
}
.Field_Container_Without_Label input[type="text"], .Field_Container_Without_Label input[type="password"], .Field_Container_Without_Label textarea, .Field_Container_Without_Label select, .Field_Container_Without_Label .div_value {
	padding: 0px 10px 0px 10px !important;
	min-height: inherit;
}
.Field_Container_Without_Label .CheckboxDIV
{
	padding-top: 0px !important;
}
.Field_Container_Without_Label i.fa-calendar
{
	padding:0;
}
.Button_Container {
	margin: 10px 30px;
}
.yui-panel-container .Button_Container {
	text-align: center;
}
#line_items_detailblock {
	overflow-x: auto;
	white-space: nowrap;
}
.edit_block {
	display: inline-flex;
	width: 100%;
	border: 1px solid #CCC;
	border-bottom: 0;
}
.EDVsubmitContainer
{
	position: absolute;
	width: calc(100%);
	background: #f7f7f7;
	border: 1px solid #ccc;
	top: 100%;
	z-index: 100;
	padding: 10px;
	border-top: none;
	box-sizing: border-box;
	right: 0;
	left: 0;
}
.Button_Container input {
	padding: 10px !important;
}
.PhoneTypeDropdown .ms-parent{
	padding-top:0;
	background-position:0 0 !important;
	border:none;
}
.PhoneTypeDropdown .ms-choice{
	padding:0;
}
.PhoneTypeDropdown .ms-choice span{
	margin:0 15px;
	padding:0;
}
/**************************** BUTTONS ****************************/
.button
{
	color: #777 !important;
	background-color: #FFF !important;
	border: 1px solid #777 !important;
	margin: 0px 2px !important;
	box-shadow: var(--ButtonShadow) !important;
	transition: all 0.5s;
}
.button:hover
{
	color: var(--MainBottonColorHover) !important;
	background-color: #FFF !important;
	border: 1px solid var(--MainBottonColorHover) !important;
	box-shadow: var(--ButtonShadowHover) !important;
	transition: all 0.5s;
}
.button_main,
input[value="Next"],
input[value="Add This Product"],
input[value="Add This Service"],
input[value="Update This Product"],
input[value="Update This Service"],
input[value="Close"],
input[value="Schedule Campaign"],
input[value="Save"],
input[value="Save"],
#newRecord form input[type="Save"],
input[value="Next >"],
input[value="Import Now"],
input[value="Complete Import"],
input[value="GO"],
input[value="Update"],
input[value="Search"],
input[value="Edit"],
input[name="Edit"],
input[value="Start"],
input[value="Send"],
input[value="Assign"],
input[value="Import vCard"],
input[value="Run Report"]
{
	color: #FFF !important;
	font-weight: bolder !important;
	background-color: var(--MainBottonColor) !important;
	border: 1px solid var(--MainBottonColor) !important;
	box-shadow: var(--ButtonShadow) !important;
	transition: all 0.5s;
}
.button_main:hover,
input[value="Next"]:hover,
input[value="Add This Product"]:hover,
input[value="Add This Service"]:hover,
input[value="Update This Product"]:hover,
input[value="Update This Service"]:hover,
input[value="Close"]:hover,
input[value="Schedule Campaign"]:hover,
input[value="Save"]:hover,
input[value="Save"]:hover,
#newRecord form input[type="Save"]:hover,
input[value="Next >"]:hover,
input[value="Import Now"]:hover,
input[value="Import Complete"]:hover,
input[value="GO"]:hover,
input[value="Update"]:hover,
input[value="Search"]:hover,
input[value="Edit"]:hover,
input[name="Edit"]:hover,
input[value="Start"]:hover,
input[value="Send"]:hover,
input[value="Assign"]:hover,
input[value="Import vCard"]:hover,
input[value="Run Report"]:hover
{
	color: #FFF !important;
	font-weight: bolder !important;
	background-color: var(--MainBottonColorHover) !important;
	border: 1px solid var(--MainBottonColorHover) !important;
	box-shadow: var(--ButtonShadowHover) !important;
	transition: all 0.5s;
}
input[value="Delete"], button[name="Delete"] {
	color: #F30000 !important;
	font-weight: bolder !important;
	border: 1px solid #F30000 !important;
	box-shadow: var(--ButtonShadow) !important;
	transition: all 0.5s;
}
input[value="Delete"]:hover, button[name="Delete"]:hover {
	color: #FFF !important;
	font-weight: bolder !important;
	background-color: #DB0000 !important;
	border: 1px solid #DB0000 !important;
	box-shadow: var(--ButtonShadowHover) !important;
	transition: all 0.5s;
}
button[name="Delete"]:hover > .fa-trash-alt:hover {
	color: #FFF !important;
	transition: all 0.5s;
}

button[selected],
input[type=submit][selected],
input[type=reset][selected],
input[type=button][selected]
{
	background: var(--MainBottonColor);
	text-decoration:none;
	color: white;
	border-color: var(--MainBottonColor) !important;
}
button[selected]:hover,
input[type=submit][selected]:hover,
input[type=reset][selected]:hover,
input[type=button][selected]:hover
{
	background: var(--MainBottonColor) !important;
	border-color: var(--MainBottonColor) !important;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
input[disabled]:hover,
textarea[disabled]:hover,
input[readonly]:hover,
textarea[readonly]:hover
{
	background: #F4F4F4 !important;
	cursor: default !important;
}
input[disabled] ~ i.fa-calendar::before,
textarea[disabled] ~ i.fa-calendar::before,
input[readonly] ~ i.fa-calendar::before,
textarea[readonly] ~ i.fa-calendar::before,
input[disabled] ~ i.fa-calendar,
textarea[disabled] ~ i.fa-calendar,
input[readonly] ~ i.fa-calendar,
textarea[readonly] ~ i.fa-calendar
{
	cursor: default;
}
input[disabled] ~ input.button_relate,
textarea[disabled] ~ input.button_relate,
input[readonly] ~ input.button_relate,
textarea[readonly] ~ input.button_relate,
button[disabled],
input[type=submit][disabled],
input[type=reset][disabled],
input[type=button][disabled],
button[disabled]:hover,
input[type=submit][disabled]:hover,
input[type=reset][disabled]:hover,
input[type=button][disabled]:hover
{
	text-shadow: none;
	border: 1px solid #AAA !important;;
	background: #F4F4F4 !important;
	color: #888 !important;
	cursor: unset;
	box-shadow: none !important;
}
input:focus,
textarea:focus
{
	outline:0px none
}

html, body {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: var(--MinWidth);
	height: 100% !important;
	padding-top: var(--MenuHeight);
}

#WrapperContainer {
	min-height: calc(100% - 0px) !important;
	position:relative;
}

#ContentContainer {
	padding: 0px;
	padding-bottom: 50px;
}
/******************************************/
#tabFormPagination{
	background: none !important;
	border: 0px;
	padding-bottom: 0px;
}
#tabFormPagination table{
	background: none !important;
	border: 0px;
}
#tabFormPagination tr{
	background: none !important;
	border: 0px;
}
#tabFormPagination tr th{
	background: none !important;
	border: 0px;
}
#tabFormPagination tr td{
	background: none !important;
	border: 0px;
}

#reportTabs {
	padding-top: 0px;
}

.req_txt {
	display: none;
}

.utilsLink {
	text-decoration: none !important;
	font-weight: bold !important;
	display: none;
}
.utilsLink_subpanel {
	font-weight: bold !important;
	font-size: 15px;
	text-decoration: none !important;


}


/**************************** LIST VIEW SAVED SEARCH ****************************/
.Field_Container_SavedSearch {
	width: auto !important;
	min-width: 150px !important;
	margin: 3px 10px !important;
}
.Field_Container_SearchFormText {
	width: calc(100vw - 800px) !important;
	min-width: 150px;
	max-width: 800px;
	margin: 3px 0px;
}
.Field_Container_SearchFormButtons {
	width: auto !important;
	min-width: auto !important;
	min-height: unset;
	position: relative !important;
	margin: 0;
}
.Field_Container_SavedSearch .ms-choice span {
	padding-bottom: 0px !important;
}
#saved_search_select {
	min-width: 180px;
	width: auto;
}

#search_form_text {
	border-bottom: 1px solid #BBB !important;
	padding: 30px 10px 0px 10px !important;
}


/**************************** FOOTER ****************************/
.FooterContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	direction: ltr !important;
	background: var(--MenuColor);
	direction: ltr;
	text-align: left;
}
.FooterContainer_Logo {
	display: inline-block;
	border-right: 1px solid #EEE;
	padding: 5px 10px;
	position: relative;
	width: 170px;
	box-sizing: border-box;
}
.FooterContainer_Text {
	display: inline-block;
	position: relative;
	left: 10px;
	color: #FFF;
	font-size: 12px !important;
	direction: ltr !important;
	font-family: Tahoma !important;
	width: calc(100% - 180px);
	box-sizing: border-box;
}

#FeedbackForm_Container {
	min-width: 400px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	background: #F5F5F5;
	border: 1px solid #DDD;
	padding: 10px;
	text-align: center;
}

#FeedbackForm_Button {
	height: 60px;
	border: 0 !important;
	background: var(--MainBottonColor);
	color: #EEE;
	border-left: 1px solid #EEE !important;
}
#FeedbackForm_Button:hover {
	background: #0B5B96;
	transition: all 0.3s !important;
}

#FeedbackForm_Loading {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
	z-index: 1;
}

/**************************** LOADING MESSAGE **************************/
.loading {
	background: rgba(0, 0, 0, 0.01);
	width: 100%;
	height: calc(100vh - 44px);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
}
.loading_content {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loading span {
	text-align:center;
	position: absolute;
	width: 100px;
	margin-top: 10px;
}
.loading img {
	width:45px;
	height:45px;
}


/**************************** DETAIL VIEW TAB FORMS ****************************/
.detailview_tab_container {
	margin-top: 20px;
}
.detailview_tab_container_resizer {
	padding: 0px 10px;
	cursor: pointer;
}
.detailview_tab_container_separator {
	display: inline-block;
	width: 1px;
	box-sizing: border-box;
}
.detailview_tab_container_timeline {
	display: inline-block;
	width: 480px;
	min-width: var(--MinWidth);
	vertical-align: top;
	box-sizing: border-box;
}

.detailview_tab_container_timeline_timeline {
	padding: 0px 15px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 12px;
}
.detailview_tab_container_timeline_comments {
	width: 100%;
	margin-top: 12px;
}
.detailview_tab_container_others {
	display: inline-block;
	width: calc(100% - 480px - 1px);
	min-width: var(--MinWidth);
	vertical-align: top;
	box-sizing: border-box;
}

.detailview_tab_container_more_detail, .detailview_tab_container_subpanels {
	padding: 0px;
	margin-top: 2px;
	width: 100%;
}

.detailview_tab_header {
	border-bottom: 1px solid #CCC;
}

.detailview_tab_header_cell {
	display: inline-block;
	width: 120px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: -1px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #999;
	text-align: center;
	transition: all 0.5s;
}
.detailview_tab_header_cell:hover {
	border-bottom: 2px solid #777;
	color: #222 !important;
	transition: all 0.5s;
}
.detailview_tab_header_cell_selected {
	display: inline-block;
	min-width: 120px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: -1px;
	border-bottom: 2px solid var(--MainBottonColor);
	cursor: default;
	color: var(--MainBottonColor) !important;
	font-weight: bolder;
	text-align: center;
	box-shadow: var(--ButtonShadow);
	transition: all 0.5s;
}
#dashletCategories{
	display: flex;
	align-items: end;
}
#dashletCategories .detailview_tab_header_cell, #dashletCategories .detailview_tab_header_cell_selected {
	/* width: calc(100% / 3);
	min-width: calc(100% / 3); */
	flex-basis: 100%;
}
.detailview_subpanel_container {
	border: 0;
	overflow-x: auto;
}

#subpanel_list {
	margin: 15px;
}
#subpanel_list > li {
	margin: 15px 0px;
	background: #FFF;
	border: 1px solid #E6E6E6;
}

#subpanel_list .subpanel_button {
	padding: 5px 3px;
	margin: 2px;
	display: inline-block;
	border: 0 !important;
}
#subpanel_list .subpanel_button:hover {
	box-shadow: none !important;
}
/**************************** TIMELINE FORMS ****************************/
.timeline_container {

}
.timeline_loader {
	text-align: center;
	margin-top: 50px;
}
.timeline_header {
	margin: 15px 0px;
	text-align: center;
}
.timeline_header a {
	display: inline-block;
	padding: 5px 20px;
	margin: 2px;
}
.timeline_header_text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	height: 1.5em;
	background: inherit;
}
.timeline_header_text:before {
	content: '';
	border-top: 1px solid #BBB;
	position: absolute;
	left: 0;
	top: 50%;
	width: calc(100% - 0px);
	height: 1px;
	margin: 0;
}
.timeline_header_text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	padding: 5px;
	line-height: 1.5em;
	/* this is really the only tricky part, you need to specify the background color of the container element... */
	color: #555;
	background-color: #F6F6F6;
	font-size: 14px;
	top: -5px;
}

.timeline_more {
	text-align: right;
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.timeline_more_text {
	display: inline-block;
	padding: 5px 20px;
	color: #777;
	background-color: #FFF;
	border: 1px solid #CCC;
	cursor: pointer;
	transition: all .35s !important;
}
.timeline_more_text:hover {
	background-color: #FFF;
	transition: all .35s !important;
}

.timeline_row {
	border: 1px solid #E6E6E6;
	padding: 10px 5px;
	background: #FFF;
}

.timeline_row_empty {
	text-align: center;
	background: #FFC000;
	padding: 5px;
}

.timeline_row_line {
	height: 30px;
	margin: 0px 22px;
}

.timeline_row_image {
	display: inline-block;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	width: 40px;
	box-sizing: border-box;
}

.timeline_row_body {
	display: inline-block;
	margin: 0px 5px;
	width: calc(100% - 30px - 50px - 95px);
	box-sizing: border-box;
}

.timeline_row_name {
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
}
.timeline_row_name a {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 35px - 30px);
	display: inline-block;
}

.timeline_row_date {
	font-weight: bold;
	font-size: 11px !important;
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	box-sizing: border-box;
	width: 95px;
	text-align: right;
}

.timeline_row_parent {
	font-size: 11px !important;
}

.timeline_row_more_info {
	font-size: 12px !important;
	color: #777;
}

.timeline_row_buttons {
	display: inline-block;
	margin: 0px;
	vertical-align: top;
	width: 30px;
	box-sizing: border-box;
}


/**************************** TOP BAR FORM EDIT/DETAIL/LIST VIEW BUTTONS ****************************/
.panel_container {
	margin: 15px;
	border: 1px solid #E6E6E6;
	background: #FFF;
}
.panel_container_expanded {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	margin: 0;
}
.resize_container {
	display: block;
	float: right;
}
.editview_form {
	margin-top: 80px;
}
.quickcreate .editview_form {
	margin-top: 0px;
}
h4 img {
	padding: 0px 5px;
}
.detailview_form h4, .editview_form h4, .schedulerDiv h4, .schedulerInvitees h4, .bd h4 {
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 20px;
	margin: 0px !important;
	cursor: pointer;
	color: #444;
	font-weight: normal;
	transition: all .35s !important;
}
.detailview_form h4:hover, .editview_form h4:hover, .schedulerDiv h4:hover, .schedulerInvitees h4:hover, .bd h4:hover {
	color: #000;
	transition: all .35s !important;
}

.view_form_clear {
	margin-top: 80px;
}
.view_form_buttons {
	position: fixed;
	top: 70px;
	left: -119px;
	right: 606px;
	background: #FFF;
	width: 36%;
	min-width: calc(var(--MinWidth) - 40px);
	height: 65px;
	padding: 8px 20px 8px 20px;
	z-index: 10;
	border-bottom: 1px solid #444;
	display: inline-block;
	box-sizing: border-box;
}
.quickcreate .view_form_buttons {
	position: relative;
	top: 0px;
	z-index: 9;
}
.view_form_buttons_GlobalSeach {
	top: var(--MenuHeight);
	left: 0px;
	right: 0px;
	width: calc(100% - 40px);
	min-width: calc(var(--MinWidth) - 40px);
	padding: 20px 20px 10px 20px;
	z-index: 10;
	display: inline-block;
	position:initial;
	margin-top: -30px;
}
.view_form_buttons_image {
	display: inline-block;
	width: 55px;
	vertical-align: middle;
}
.view_form_buttons_title {
	display: inline-block;
	width: calc(100% / 2 - 55px);
	vertical-align: middle;
}
.view_form_buttons_title h3 {
	padding-left: 10px;
	padding-right:10px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 20px);
}
.view_form_buttons_buttons {
	display: inline-block;
	 width: calc(100% / 2 - 55px);
	vertical-align: middle;
	white-space: nowrap;
}
.view_form_buttons_more {
	background-image: url('http://localhost:46180/../../../themes/NeoTheme/images/More_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	padding: 11px 5px;
}
.view_form_buttons_more:hover {
	background-image: url('http://localhost:46180/../../../themes/NeoTheme/images/More_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
.view_form_buttons_more:focus {
	background-image: url('http://localhost:46180/../../../themes/NeoTheme/images/More_icon.png');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}
#view_form_buttons_more_list {
	display: none;
	background: #F4F4F4;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 3px 20px;
	margin: 0px;
	z-index: 99;
	width: calc(100% - 40px);
	position: fixed;
	top: calc(var(--MenuHeight) + 65px);
	left: 0;
	right: 0;
	white-space: normal;
}
#view_form_buttons_more_list > div {
	display: inline-block;
	padding: 10px 0px;
}

#view_form_buttons_select_list {
	background: #F9F9F9;
	display: inline-block;
	position: absolute;
	top: 40px;
	border: 1px solid #DDD;
	padding: 0px;
	margin: 0px;
	z-index: 99;
}
#view_form_buttons_select_list li{
	list-style: none;
	margin: 0px;
}
#view_form_buttons_select_list li input {
	width: 100%;
	margin: 0px;
	text-align: initial;
	color: var(--MainBottonColor);
	background-color: #F5F5F5 !important;
	border: 1px solid var(--MainBottonColor) !important;
	box-shadow: var(--ButtonShadow);
	transition: all 0.5s;
}
#view_form_buttons_select_list li input:hover {
	color: var(--MainBottonColorHover);
	background-color: #FFF !important;
	border: 1px solid var(--MainBottonColorHover) !important;
	box-shadow: var(--ButtonShadowHover);
	transition: all 0.5s;
}
.convert_container{
	background: #FFF;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 10px 20px;
	margin: 0px;
	z-index: 10;
	width: calc(100% - 40px);
	position: relative;
	top: 60px;
	left: 0;
	right: 0;
	white-space: normal;
}
.convert_container img {
	padding: 0px 10px;
}
.convert_container label {
	line-height: 32px;
	min-width: 100px;
}
.convert_container_text {
	width: calc(100% - 48px);
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.sideLabel {
	min-width: var(--MinWidth);
}
.sideLabel label{
	display: inline-block;
}
.editview_form_input {

}
.editview_form_input_label {
	position: absolute;
	padding: 5px 10px;
	cursor: default;
}
.listview_settings_form {
	display: table;
	position: fixed;
	background: #FFF;
	width: calc(100% - 20px);
	height: calc(100vh - 145px);
	overflow-y: auto;
	z-index: 200;
	top: 125px;
	left: 0px;
	right: 0px;
	padding: 10px;
}
.listview_settings_form_cell {
	display: table-cell;
	vertical-align: top;
	width: calc((100vw / 4) - 10px);
	padding: 10px;
}
.listview_settings_form_cell .Field_Container {
	width: calc(100% - 30px) !important;
	display: inline-block;
}
.listview_settings_form_cell_list {
	height: calc(100vh - 290px);
	overflow-y: scroll;
	margin-top: 20px;
	border: 2px solid #999;
}
.listview_settings_form_cell_list ul {
	margin: 0;
	padding: 0;
}
.listview_settings_form_cell_list ul li {
	list-style: none;
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #CCC;
	cursor: move;
}
.listview_settings_form_cell_list ul li:hover {
	background: #E7EFF2;
}
/**************************** IMAGE BUTTONS ****************************/
.calendar_image_button {
	opacity: 0.5;
	text-decoration: none !important;
	filter: grayscale(50%);
	cursor: pointer;
}
.calendar_image_button:hover {
	opacity: 1;
	filter: grayscale(0%);
	transition: opacity 0.5s !important;
	transition: filter 0.5s !important;
}

.image_buttons {
	opacity: 0.5;
	cursor: pointer;
	text-decoration: none !important;
	border: 0px solid transparent !important;
	padding: 0 !important;
	transition: all 0.5s !important;
}
.image_buttons:hover {
	opacity: 1;
	border: 0px solid transparent !important;
	transition: all 0.5s !important;
}
.image_buttons_disabled {
	cursor: default;
}
.create_button {
	cursor: pointer;
	transition: all 0.5s ease-in-out !important;
}
.create_button:hover {
	transform: scale(1.1) rotate(360deg);
	transition: all 0.5s ease-in-out !important;
}

.menu_buttons {
	text-decoration: none !important;
	text-align: inherit !important;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	opacity: 0.85;
	filter: grayscale(0%);
	transition: all .7s !important;
}
.menu_buttons:hover {
	border-top: 1px solid #69D1FF;
	border-bottom: 1px solid #69D1FF;
	opacity: 1;
	filter: grayscale(0%);
	transition: all .35s !important;
}

.filterBox .Button_Container{
	float: right;
}

.filterBox .Button_Container .button{
	margin: 25px 5px 0px !important;
}
.button_relate {
	height: 40px !important;
	min-width: 40px;
	text-align: center;
	background: var(--MainBottonColor) !important;
	border: 1px solid var(--MainBottonColor) !important;
	color: #FFF !important;
	opacity: 0.5;
	margin: 15px -45px 5px !important;
	padding: 0 !important;
	z-index: 9;
	transition: all 0.5s;
}
.button_relate:hover {
	background: var(--MainBottonColorHover) !important;
	border: 1px solid var(--MainBottonColorHover) !important;
	color: #FFF !important;
	opacity: 1 !important;
	transition: all 0.5s;
}
.button_relate_secondary {
	background: #FFF !important;
	color: #444 !important;
	border: 1px solid #777 !important;
}
.button_relate_secondary:hover {
	background: #FFF !important;
}
.tms_warning {
	text-align: center;
	padding: 5px;
}
.tms_warning_red {
	background: #FF3737;
}
.tms_warning_orange {
	background: #FF9000;
}
.tms_warning_message {
	display: inline-block;
	color: #FFF;
}
.tms_red {
	display: block !important;
	color: #FF3737 !important;
	transition: all .35s !important;
}
.tms_orange {
	display: block !important;
	color: #FF9000 !important;
	transition: all .35s !important;
}
.tms_green {
	display: block !important;
	color: #098F01 !important;
	transition: all .35s !important;
}

.tms_red:hover, .tms_orange:hover, .tms_green:hover {
	color: #FFF !important;
	transition: all .35s !important;
}

/**************************** HOME PAGE ****************************/
.homepage_header {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 2;
	width: 64px;
}

.homepage_body {

}

.homepage_cell {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	min-width: var(--MinWidth);
	padding: 10px;
	box-sizing: border-box;
}
.homepage_cell > ul {
	display: inline-flex;
	flex-wrap: wrap;
	width: inherit;
}
.homepage_cell > ul > li {
	width: calc((100% / 2) - 20px - 2px);
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 3px;
	padding: 0px 10px;
}
.HiddenLi {
	height: 0 !important;
	width: calc(100% - 20px - 2px) !important;
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: 0 !important;
}
.OneQuarterWidthLi {
	width: calc((100% / 4) - 20px - 2px) !important;
}
.OneThirdWidthLi {
	width: calc((100% / 3) - 20px - 2px) !important;
}
.HalfWidthLi {
	width: calc((100% / 2) - 20px - 2px) !important;
}
.TwoThirdWidthLi {
	width: calc((100% / 3 * 2) - 20px - 2px) !important;
}
.ThreeQuarterWidthLi {
	width: calc((100% / 4 * 3) - 20px - 2px) !important;
}
.FullWidthLi {
	width: calc(100% - 20px - 4px) !important;
}
/**************************** BACK CONTAINER ****************************/
.Back_Container {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: calc(100vh - 44px);
	position: fixed;
	top: var(--MenuHeight);
	left: 0;
	right: 0;
	z-index: 200;
}

/**************************** UNIFIED SEARCH ****************************/
.UnifiedSearch_HEAD {
	margin: 10px 2px 20px 2px;
	text-align: center;
	font-size: 18px !important;
	font-weight: bolder;
}
.UnifiedSearch_TEXT {
	width: calc(100% - 30px) !important;
	margin: 10px 15px;
}
.UnifiedSearch_SearchModules {
	padding-top: 10px;
}

.UnifiedSearchAdvanced_SearchBox {
	width: calc(100% - 40px);
	margin: 20px;
	border: 1.5px solid #EEE;
	padding: 10px;
	background: #FFF;
	box-sizing: border-box;
}
/**************************** HOVER MENU ****************************/
.HoverMenu_FORM {
	border: 1px solid #777 !important;
	background: #FFF !important;
	position: fixed !important;
	top: 100px !important;
	left: 50% !important;
	transform: translate(-50%) !important;
	width: 70%;
	z-index: 30000000;
}

.HoverMenu_Header {
	font-size: 16px !important;
	font-weight: bolder !important;
	background: var(--MenuColor) !important;
	color: #FFF !important;
}
.HoverMenu_Header span {
	width: calc(100% - 53px) !important;
	display: inline-block !important;
	padding: 10px !important;
}

.HoverMenu_Body {
	background: #F9F9F9;
	min-height: 150px;
	max-height: calc(100vh - 255px) !important;
	overflow-y: auto !important;
}

.HoverMenu_Element_Box {
	background: #E5E5E5;
	cursor: pointer;
	display: inline-block;
	width: calc(50% - 15px);
	margin: 5px;
	transition: all .35s !important;
}
.HoverMenu_Element_Box:hover {
	background: #ADDCEF;
	transition: all .35s !important;
}

.HoverMenu_Element_Box_Image {
	display: inline-block;
	vertical-align: middle;
	padding: 20px;
}

.HoverMenu_Element_Box_Header {
	text-align: initial;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 134px);
	padding: 10px;
}

.HoverMenu_Element_Box_Header_Title {
	font-size: 16px !important;
	font-weight: bolder;
	color: #222;
}

.HoverMenu_Element_Box_Header_Desc {
	padding: 10px 0px;
	color: #444;
}


/**************************** APP MESSAGE ****************************/
.App_Message_Image {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}
.App_Message_Body {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 120px);
	padding: 10px;
	box-sizing: border-box;
}
.App_Message_Message {
	padding: 10px;
	font-size: 16px !important;
	font-weight: bolder;
	padding: 10px;
}

.App_Message_Description {
	padding: 20px 10px 10px 10px;
}

.Success_Message_Header{
	background: #27CA00 !important;
}

.Warning_Message_Header {
	background: #FFCF00 !important;
	color: #000 !important;
}

.Error_Message_Header{
	background: #ff0000 !important;
}
/**************************** APP MESSAGE ****************************/
#QuickCreate_Main_Menu {
	border: 1px solid #777 !important;
	background: #FFF;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translate(-50%);
	width: calc(100vw / 4 * 1);
	min-width: var(--MinWidth);
	overflow: hidden;
	z-index: 2000000;
	transition: all .35s !important;
}
#QuickCreateForm_Loading, #QuickCreateForm_Success, #QuickCreateForm_Failure {
	width: 100%;
	opacity: 0.5;
	text-align: center;
	margin: 100px 0px;
}
#QuickCreateForm_Success > .fa, #QuickCreateForm_Failure > .fa {
	filter: grayscale(0%);
}
#QuickCreateForm_Success > .fa-check-circle:before {
	font-size: 36px !important;
	color: #05D200 !important;
	cursor: default;
}
#QuickCreateForm_Failure > .fa-exclamation-circle:before {
	font-size: 36px !important;
	color: #F00 !important;
	cursor: default;
}
#QuickCreate_Main_Menu .view_form_buttons, #record_dialog .view_form_buttons {
	top: 40px !important;
}

#QuickCreateForm_Container {
	margin-top: var(--MenuHeight) !important;
	height: calc(100vh - 255px) !important;
	width: 100%;
	box-sizing: border-box;
}
#QuickCreateForm_Container .editview_form {
	margin-top: 0px;
}

/**************************** GEOGRAPHICAL AND TREE LIST ****************************/
.geographicalLists, .TreeFieldList{
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc(100% - 100px);
	margin: 0 auto;
}
.geographicalLists ul, .TreeFieldList ul{
	list-style: none;
	counter-reset: li;
	margin: 0;
	/*margin: 0 0 0 2em;*/
}
.geographicalLists a, .TreeFieldList a{
	position: relative;
	display: block;
	cursor: pointer;
	padding: .4em 1em .4em .8em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.geographicalLists a:hover, .TreeFieldList a:hover{
	background: var(--MainBottonColorHover);
	color: #eee;
}

.geographicalLists a:before, .TreeFieldList a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

.geographicalLists a:not(.select):after, .TreeFieldList a:not(.select):after{
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.geographicalLists a:not(.select):hover:after, .TreeFieldList a:not(.select):hover:after{
	left: -.5em;
	border-left-color: #fa8072;
}
.geographicalLists li, .TreeFieldList li{
	list-style: none;
	margin: .5em 0 .5em 0;
}
.geographicalLists li ul, .TreeFieldList li ul{
	display: none;
}

/**************************** CHECKBOX ****************************/
.CheckboxDIV {
	width: 100%;
	vertical-align: top;
}

.CheckboxDIV a {
	display: inline-block !important;
	width: 80%;
}
.CheckboxDIV a:hover {
	color: #777 !important;
}
.CheckboxDIV input {
	display: none;
}

/** Create the box for the checkbox */
.CheckboxDIV label {
	cursor: pointer;
	display: inline-block;
	width: 13px;
	height: 13px;
	border:1px solid #777;
	vertical-align: middle;
	padding: 2px;
	margin: 0px 10px;
}
/** Display the tick inside the checkbox */
.CheckboxDIV label:after {
	opacity: 0;
	content: '';
	display: inline-block;
	width: 13px;
	height: 7px;
	background: transparent;
	border: 3px solid #555;
	border-top: none;
	border-right: none;
	position: relative;
	top: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
/** Create the hover event of the tick */
.editview_form .CheckboxDIV label:hover::after {
	opacity: 0.25;
}

/** Create the checkbox state for the tick */
.CheckboxDIV input[type=checkbox]:checked + label:after, .CheckboxDIV input[type=radio]:checked + label:after {
	opacity: 1;
}

.Field_Container .CheckboxDIV {
	padding-top: 35px;
}
.Field_Container .div_value .CheckboxDIV{
	padding-top: 0px;
}
.Field_Container .div_value .CheckboxDIV label {
	margin: 0;
}
.Field_Container .CheckboxDIV label {
	position: relative;
}
.CheckboxDIV select {
	position: relative;
	margin-top: -70px;
	padding-right: 25px !important;
}


/**************************** RATING ****************************/
.rating {
	display: block;
	/*direction: rtl;*/
	unicode-bidi: bidi-override;
	text-align: center;
}
.rating .fa-star {
	filter:none;
}
.rating .fa-star.checked {
	color: orange;
}
.rating label {
	position: relative;
	color: lightgray;
	display: inline-block;
	font-size: 22pt;
	margin: 0 1px;
	transition: transform .15s ease;
	cursor: pointer;
}
.rating label:hover {
	transform: scale(1.35, 1.35);
}
/**************************** INPUT FILE ****************************/
.inputFileDIV{
	width: 100%;
	z-index: 3;
}
input[type="file"] {
	width: 40px;
	height: 80%;
	opacity: 100%;
	overflow:auto;
	position: absolute;
	/*z-index: -1;*/
}

input[type="file"] + label {
	background-color: transparent;
	cursor: pointer;
	padding: 30px 10px 0px 10px !important;
	border-bottom: 1px solid #BBB !important;
	color: #000;
	font-weight: bold;
	width: calc(100% - 20px);
	height: 30px;
	line-height: 30px;
	z-index: 4;
	position: relative;
	display: inline-flex;
}

input[type="file"] + label:hover {
	background: #FFFCCD;
	transition: all 0.5s;
}

input[type="file"] + label:focus {
	background: #FFF9A2;
	transition: all 0.5s;
}

input[type="file"] + label a.importButton {
	position: absolute;
	top: 0px;
	right: 50px;
	line-height: 20px;
	padding-top: 6px !important;
	box-sizing: border-box;
	text-align: center;
}


.closeCase
{
	color: #000;
}
.openCase
{
	color: #FF7800;
}
.resolveCase
{
	color: #31a500;
}




.approvalpanel_container {
	text-align: center;
	padding: 10px;
	background: #EEE;
	position: relative;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight));
}

.approvalpanel_image {
	display: inline-block;
	padding: 0px 10px;
	vertical-align: top;
}

.approvalpanel_data {
	display: inline-block;
	padding: 0px 20px;
	vertical-align: top;
	color: #FFF;
	text-align: initial;
}

.approvalpanel_link {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	padding: 5px;
	margin: 15px 30px;
	color: #999 !important;
	background: #FFF;
	cursor: pointer;
	transition: all 0.35s;
}
.approvalpanel_link:hover {
	color: #555 !important;
	background: #EEE;
	transition: all 0.35s;
}

.approvalpanel_approver_buttons {
	padding-top: 10px;
}

.approvalpanel_approver_buttons_approve {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	padding: 5px;
	margin: 5px 10px;
	color: #FFF !important;
	background: #0BCF23;
	cursor: pointer;
	transition: all 0.35s;
}
.approvalpanel_approver_buttons_approve:hover {
	background: #22FF3D;
	transition: all 0.35s;
}

.approvalpanel_approver_buttons_reject {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	padding: 5px;
	margin: 5px 10px;
	color: #FFF !important;
	background: #E24F4F;
	cursor: pointer;
	transition: all 0.35s;
}
.approvalpanel_approver_buttons_reject:hover {
	background: #FF4242;
	transition: all 0.35s;
}

.approvalpanel_approver_buttons_delegate {
	display: inline-table;
	vertical-align: top;
	height: 20px;
	padding: 5px;
	margin: 5px 10px;
	color: #FFF !important;
	background: #CCC;
	cursor: pointer;
	transition: all 0.35s;
}
.approvalpanel_approver_buttons_delegate:hover {
	color: #777 !important;
	background: #EEE;
	transition: all 0.35s;
}
.Button_dropdown {
	position: relative;
	display: inline-block;
}
.Button_dropdown-content {
	display: none;
	position: absolute;
	background-color: #F9F9F9;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.Button_dropdown-content input {
	color: black;
	padding: 6px 16px;
	min-width:100px;
	text-decoration: none;
	display: block;
	text-align: left;
	width: 100% !important;
}
.Button_dropdown-content input:hover {background-color: #8E8E8E; color:#fff;}
.Button_dropdown:hover .Button_dropdown-content {
	display: block;
}
/* Added By Mohsen Ghadimpour - June 00, 2018 */
/**************************** SORTABLE TABLE ****************************/
.add_row_btn{
	display: block;
	margin: 0px 0px 20px;
}
.sortable_table_container{
	width: 100%;
}
.sortable_table {
	width: 100% !important;
	border: none !important;
	margin: 0px auto;
	border-spacing: 0px;
	border-collapse: collapse;
}
.sortable_table tr:hover td {
	background-color: var(--TableCellColorHover);
}
.sortable_table td{
	vertical-align: middle !important;
}
.sortable_table th{
	font-weight: bold;
}
.sortable_table th, .sortable_table td{
	padding: 5px 10px !important;
}
.sortable_table .center{
	text-align: center !important;
}
.sortable_table input{
	background:none !important;
	border:none !important;
	/*width:100%;*/
}
.sortable_table input:hover{
	background: #FFFCCD !important;
}
.sortable_table .move{
	background-image: url('http://localhost:46180/../../../themes/NeoTheme/images/dragdrop_icon.png');
	background-size:19px;
	background-repeat:no-repeat;
	cursor: grab;
}
.movable-placeholder {
	background: #fff9a2 !important;
}
.sortable_table .delete_row img{
	cursor:pointer;
}
.sortable_ghost {
	opacity: 0.5;
	border:2px dashed #ccc !important;
}
.sortable_chosen {
	opacity: 0.5;
}


/**************************** ONBOARDING ****************************/
#Main_Menu_OnboardingProgress {
	background: #fff;
	position: fixed;
	width: 408px;
	top: 60px;
	right: 40px;
	cursor: default;
	border:1px solid #ccc;
	border-top: none;
	overflow-y: auto;
	max-height: calc(100% - 60px);
}
#Main_Menu_OnboardingProgress a{
	color: #444;
	display: block;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#Main_Menu_OnboardingProgress li, .onboarding_watch_video{
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}

#Main_Menu_OnboardingProgress li:hover, .onboarding_watch_video:hover, .onboarding_start_tour:hover, .onboarding_test_data:hover {
	background: #eee;
	cursor: pointer;
}

#Main_Menu_OnboardingProgress li:last-child {
	border-bottom: none;
}

#Main_Menu_OnboardingProgress{
	float:right;
	padding:5px;
	cursor:pointer;
	/*background:#ffb400;*/
}
#Main_Menu_OnboardingProgress{
	counter-reset: li;
}

.onboarding_item a, .onboarding_start_tour, .onboarding_watch_video, .onboarding_test_data{
	text-align: left !important;
}

.onboarding_item a:before {
	border-radius: 100%;
	counter-increment: li;
	content: counter(li);
	background: #ddd;
	color: #000;
	padding: 2px;
	border: none;
	text-align: center;
	width: 30px;
	display: inline-block;
	margin: 0px 10px;
	height: 30px;
	line-height: 30px;
}
.onboarding_item.done a:before {
	content: '✓';
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #4CAF50;
}

.onboarding_header{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px !important;
}

.onboarding_watch_video:before{
	border-radius: 100%;
	content: '';
	background: #09f;
	color: #fff;
	padding: 0;
	border: 2px solid #09f;
	text-align: center;
	width: 30px;
	display: inline-block;
	margin: 0px 10px;
	height: 30px;
	line-height: 30px;
	filter:none !important;
}

.onboarding_start_tour:before{
	border-radius: 100%;
	content: '';
	font-size: 15px;
	background: #09f;
	color: #fff;
	padding: 0;
	border: 2px solid #09f;
	text-align: center;
	width: 30px;
	display: inline-block;
	margin: 0px 10px;
	height: 30px;
	line-height: 30px;
	filter:none !important;
}

.onboarding_test_data:before{
	border-radius: 100%;
	content: '\f1c0';
	font-size: 15px;
	background: #09f;
	color: #fff;
	padding: 0;
	border: 2px solid #09f;
	text-align: center;
	width: 30px;
	display: inline-block;
	margin: 0px 10px;
	height: 30px;
	line-height: 30px;
	filter:none !important;
}

.onboarding_test_data{
	border-bottom: 1px solid #ccc;
}

.video_tutorial_container{
	width: 50vw;
	margin: 0 auto;
}
#onboarding_resource_guide_box{
	width: 350px;
	min-height: 80px;
	position: fixed;
	top: calc(var(--MenuHeight) + 20px);
	z-index: 10;
	background: #fff;
	right: 5px;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #000;
	text-align: justify;
	border: 2px solid var(--MenuColor);
	box-shadow: 2px 2px 5px #999;
}

#onboarding_resource_guide_box .guide_arrow{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid var(--MenuColor);
	position: relative;
	float: right;
	top: -20px;
	left: 0px;
}
#onboarding_resource_guide_box strong{
	color:var(--MainBottonColorHover);
}
/**************************** Favorites ****************************/
.favorite-icon{
	font-size: 16px !important;
	color: #999;
	cursor: pointer;
}
.favorite-icon:hover{
	color: #ffb400;
}
.fa.favorite-icon{
	color: #ffb400;
	filter: none;
}
/**************************** Sepidar ****************************/
.sepidar_table_row {
	display: table-row;
}
.sepidar_table_row > div {
	border: 1px solid #ccc;
	display: table-cell;
	padding: 3px 10px;
}
div.sepidar_table_row:nth-child(2n+1) {
	background: #f7f7f7 !important;
}
div.sepidar_table_row:nth-child(1) {
	background: #7B9DBA !important;
	color: #fff;
}
/**************************** DataTables ****************************/
.dataTables_wrapper{
	overflow:auto;
}
.dataTables_wrapper .dataTables_filter input{
	margin:0 !important;
}
.dt-button.buttons-excel{
	display:none !important;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
	padding: 5px 18px !important;
}
table.fixedHeader-floating{
	background: #7B9DBA !important;
	border-color: #cbdae6 !important;
}
table.fixedHeader-floating th{
	font-size:11px !important;
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	border-color: #ccc !important;
}
table.dataTable > tbody > tr.child ul.dtr-details li{
	list-style:none !important;
}
table.dataTable > tbody > tr.child ul.dtr-details{
	margin: 0 15px !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child{
    padding: 8px 0 !important;
    display: flex !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before{
	box-shadow: none !important;
	position: unset !important;
	margin: 0 2px !important;
	display: inline-block !important;
}
/**************************** Number Inputs ****************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
/**************************** Alerts ****************************/
.panel_container.success {
	color: #f7f7f7 !important;
	background: #0BCF23;
	border-color: #D1D1D1;
}
.panel_container.warning {
	color: unset !important;
	background: #FAA32B;
	border-color: #D1D1D1;
}
.panel_container.danger {
	color: #f7f7f7 !important;
	background: #E24F4F;
	border-color: #D1D1D1;
}
/**************************** Element Resize ****************************/
.main_number_input{
	width:60%;
}
.hiddenInDesktop{
	display: none !important;
}
/*@media only screen and (max-width: 1100px) and (min-width: 800px) {
	.cc-picker-code, .hiddenInMobile{
		display: none !important;
	}
	.main_number_input{
		width:80%;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 800px) {
	.hiddenInDesktop{
		display: none !important;
	}
}*/
@media only screen and (min-width: 800px) and (max-width: 1280px) {
	.cc-picker-code, .hiddenInMobile{
		display: none !important;
	}
	.main_number_input{
		width:80%;
	}
	.hiddenInDesktop{
		display: unset !important;
	}
	.OneQuarterWidthLi, .ThreeQuarterWidthLi {
		width: calc(50% - 20px) !important;
	}
}
@media only screen and (max-width: 960px) {
	.HoverMenu_Element_Box{
		width: calc(100% - 15px);
	}
	.detailview_tab_container_timeline, .detailview_tab_container_others {
		width: 100%;
	}
	.detailview_tab_container_separator, .detailview_tab_container_resizer {
		display: none;
	}
	.OneThirdWidthLi, .TwoThirdWidthLi, .OneQuarterWidthLi, .ThreeQuarterWidthLi {
		width: calc(50% - 20px) !important;
	}
	#LBL_PHONE_INFORMATION_DIV > .Field_Container_MultiRow{
		width: 100%;
	}
}
@media only screen and (max-width: 800px) {
	.Field_Container_MultiRow{
		width: 100%;
	}
	.Field_Container, .DashletsDialogList_Cell {
		width: calc(100% - 30px);
	}
	.Field_Container_SearchFormText {
		width: calc(100vw - 400px) !important;
	}
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
	#advanced_search{
		padding:0px!important;
	}
	#advanced_search span {
		display: none;
	}
	#advanced_search i {
		display: block !important;
	}
	.Field_Container_SearchFormText {
		width: calc(100vw - 550px) !important;
	}
}
@media only screen and (max-width: 699px) {
	.cc-picker-code, .hiddenInMobile{
		display: none !important;
	}
	.main_number_input{
		width:80%;
	}
	.hiddenInDesktop{
		display: unset !important;
	}
	.Field_Container_SearchFormText {
		width: calc(100vw - 350px) !important;
	}
	.Field_Container.Field_Container_SavedSearch, #advanced_search span, #listview_setting{
		display: none;
	}
	#advanced_search{
		padding:0px !important;
	}
	#advanced_search i {
		display: block !important;
	}
	.FullWidthLi, .HalfWidthLi, .OneThirdWidthLi, .TwoThirdWidthLi, .OneQuarterWidthLi, .ThreeQuarterWidthLi {
		width: calc(100% - 20px) !important;
	}
	#QuickCreateForm_Container {
		height: calc(100vh - 110px) !important;
		max-height: calc(100vh - 110px) !important;
	}
	#QuickCreate_Main_Menu, #record_dialog, #dashletsDialog {
		z-index: 1000000 !important;
		width: calc(100%) !important;
		height: 100vh !important;;
		transform: unset !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
	.yui-panel-container {
		top: 0px !important;
		left: 0 !important;
		right: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		min-width: unset !important;
		width: 100% !important;
		height: 100vh !important;
	}
	.yui-panel .bd {
		height: calc(100vh - 60px) !important;
	}
	#moduleDashlets, #chartDashlets, #toolsDashlets, #searchResults {
		height: calc(100vh - 200px);
	}
	#record_tabs-1, #record_tabs-2 {
		height: calc(100vh - 160px) !important;
		max-height: calc(100vh - 160px) !important;
	}
	#advanced_search{
		padding:0px!important;
	}
	#advanced_search span, #listview_setting {
		display: none;
	}
	#advanced_search i {
		display: block !important;
	}
	#LI_Main_Menu_Statistics, #LI_Main_Menu_Last_Viewed, #LI_Main_Menu_Favorites {
		display: none !important;
	}
	.yui-panel-container.yui-dialog .bd form[name*=configure_], .yui-panel-container.yui-dialog .bd form[id*=configure_] {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 600px) {
	#expand_button, input[id*="_subpanel_full_form_button"]{
		display: none !important;
	}
	.button span {
		display: none !important;
	}
	.button i {
		display: inline-block !important;
	}
	#LI_Main_Menu_OnboardingProgress{
		display: none !important;
	}
}
@media only screen and (max-width: 479px) {
	.Field_Container_SearchFormText {
		width: calc(100vw - 235px) !important;
		min-width: 100px;
	}
	.pageNumbers{
		display: none !important;
	}
	.sf-menu > li > a {
		font-size: 8px !important;
	}
	.sf-menu > li > a > img {
		width: 23px;
		padding: 7px !important;
		height: 23px;
	}
}




/******************************** FONT FAMILY & SIZE ********************************/


/*
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
---------------------------------------------------------------------
This set of fonts are used in this project under the license: (THE8V)
---------------------------------------------------------------------
*/
@font-face {
	font-family: 'IRANSansWeb';
	src: url('../../../../themes/NeoTheme/font/IRANSansWeb.ttf') format('truetype'),
		url('../../../../themes/NeoTheme/font/IRANSansWeb.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IRANSansWeb_FaNum';
	src: url('../../../../themes/NeoTheme/font/IRANSansWeb_FaNum.ttf') format('truetype'),
		url('../../../../themes/NeoTheme/font/IRANSansWeb_FaNum.eot') format('eot');
	font-weight: normal;
	font-style: normal;
}


*, body {
	font-family:"IRANSansWeb_FaNum", "IRANSansWeb";
}
ul.tablist, ul.tablist li a, ul.subpanelTablist, .subpanelTabForm, .subpanelTabForm h3 {
	font-family:"IRANSansWeb_FaNum", "IRANSansWeb";
	font-size:13px !important;
}
ul.subpanelTablist li a {
	font-size:10px !important;
}
.pageNumbers {
	font-size:14px !important;
}
table, div {
	font-size:13px !important;
}
.ygrid-row, .ygrid-hd, .ygrid-hd-body, .ygrid-hd-body span {
	font-size:8pt !important;
}
#subModuleList span a:link, #subModuleList span a:visited {
	font-size:12px !important;
}
a:link, a:visited, a:hover{text-decoration:none}
b {
	font-weight:normal
}
h3 {
	font-size:15px !important;
}
h4 {
	text-align:right
}

.view h4 {
	text-align:right
}
.monthCalBodyDayItem td a {
	font-size:8px !important;
}
.tm {
	font-size:8px !important;
}
.olCapFontClass A {
	font-size:9px !important;
}
#sitemap h4 a:link, #sitemap h4 a:visited, #sitemap h4 a:hover {
	font-size:12px !important;
}
.about, .about td, .about span, .other td a, .detail td a, .subTabs td, .oddListRowS1 td a, .evenListRowS1 td a, a.tabFormAdvLink:link, a.tabFormAdvLink:visited, .monthBox, .monthCalBody td, .monthViewDayHeight a, .monthHeader a, .monthFooter a {
	font-size:11px !important;
}
.reportGroup1ByTable, .reportGroupNByTable, .reportlistViewThS1, .reportGroup1ByTableEvenListRowS1, .reportGroupNByTableEvenListRowS1, .reportGroupByDataChildTablelistViewThS1, .reportlistViewMatrixThS1, .reportlistViewMatrixThS2, .reportlistViewMatrixThS3, .reportlistViewMatrixThS4, .reportlistViewMatrixLeftEmptyData, .reportlistViewMatrixRightEmptyData, .reportlistViewMatrixRightEmptyData1, button, input[type="submit"], input[type="reset"], input[type="button"], .button, .view td a, .view div a, .list th div, a.utilsLink:link, a.utilsLink:visited, .monthCalBodyWeek a, .rssItemDate, .dateFormat, .chartFootnote, .subTabMore, ul.tablist, ul.tablist li a, ul.subpanelTablist, ul.subpanelTablist li a, .subpanelTabForm, .subpanelTabForm h3, .sqsMatchedSmartInputItem, #sitemap a:link, #sitemap a:visited, #sitemap a:hover, .edit.view.small td, .detail.view.small td, .reportwizard .buttonText, #unified_search_advanced_div .edit.view td, .olCapFontClass div, .olFontClass, #search input[name=query_string], #newRecord form, #newRecord form button, #newRecord form input[type=submit], #newRecord form input[type=button], #newRecord form input[type=reset], #newRecord form .dataLabel, #newRecord form a:link, #newRecord form a:visited {
	font-size:13px !important;
}
h2 {
	font-size:23px !important;
}

select option {
	font-size: 14px !important;
}

/******************************** 26May ********************************/
body {
	/*direction: rtl;*/
	text-align: right;
}

.resize_container {
	float: left;
}

#moduleList .sf-menu ul li:hover a ,
#moduleList .sf-menu li ul li.sfHover a {
	padding-right: 10px;
	padding-left: 40px;
	transition: all 0.35s;
}

.filterBox .Button_Container{
	float: left !important;
}

.DashletsDialogList_Cell:hover {
	padding: 10px 10px 10px 40px;
}

#main_frame{
	margin-right:-18em
}
.dataLabel{
	/*float: right;*/
	font-size: 13px !important;
	clear: both;
}
#newaccountdivlink {
	float: right;
}
#reportDiv  #moduleTitle {
	margin-bottom:30px
}
/*26May*/


.buttons {
	padding-left: 0;
	padding-right: 5px;
}

.timeline_more {
	text-align:right;
}
.timeline_row_date {
	text-align: right;
}
/******************************** INPUT STYLES ********************************/
input[type="file"] + label a.importButton {
	left: 50px;
	right: unset;
}

/**************************** BUTTONS ****************************/
input[value="اضافه کردن این محصول"],
input[value="اضافه کردن این خدمت"],
input[value="به روزرسانی این محصول"],
input[value="به روزرسانی این خدمت"],
input[value="زمان بندی کمپین"],
input[value="ذخیره"],
input[value="ارسال"],
input[value="ذخیره"],
input[value="تکمیل ورود اطلاعات"],
input[value="به روز آوری"],
input[value="جستجو"],
input[value="تخصیص"],
input[value="ویرایش"],
input[value="ادامه"],
input[value="اجرای گزارش"] {
	color: #FFF !important;
	font-weight: bolder;
	background-color: var(--MainBottonColor) !important;
	border: 1px solid var(--MainBottonColor) !important;
	box-shadow: var(--ButtonShadow);
	transition: all 0.5s;
}
input[value="اضافه کردن این محصول"]:hover,
input[value="اضافه کردن این خدمت"]:hover,
input[value="به روزرسانی این محصول"]:hover,
input[value="به روزرسانی این خدمت"]:hover,
input[value="زمان بندی کمپین"]:hover,
input[value="ذخیره"]:hover,
input[value="ارسال"]:hover,
input[value="ذخیره"]:hover,
input[value="تکمیل ورود اطلاعات"]:hover,
input[value="به روز آوری"]:hover,
input[value="جستجو"]:hover,
input[value="تخصیص"]:hover,
input[value="ویرایش"]:hover,
input[value="اجرای گزارش"]:hover {
	color: #FFF !important;
	font-weight: bolder;
	background-color: var(--MainBottonColorHover) !important;
	border: 1px solid var(--MainBottonColorHover) !important;
	box-shadow: var(--ButtonShadowHover);
	transition: all 0.5s;
}
input[value="حذف"] {
	color: #F30000 !important;
	font-weight: bolder !important;
	border: 1px solid #F30000 !important;
	box-shadow: var(--ButtonShadow) !important;
	transition: all 0.5s;
}
input[value="حذف"]:hover {
	color: #FFF !important;
	font-weight: bolder !important;
	background-color: #DB0000 !important;
	border: 1px solid #DB0000 !important;
	box-shadow: var(--ButtonShadowHover);
	transition: all 0.5s;
}
/**************************** FIELD CONTAINER ****************************/
.Field_Container select, .Field_Container div.ms-parent{
	background: url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50% !important;
}
.Field_Container select:hover, .Field_Container div.ms-parent:hover {
	background: #FFFCCD url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50% !important;
}
.Field_Container select:focus, .Field_Container div.ms-parent:focus {
	background: #FFF9A2 url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50% !important;
}
/******************************** TOP MENU ********************************/

#MAIN_MENUS {
	float:right !important;
	direction:rtl !important;
	position: absolute !important;
	left: auto !important;
	right: 0 !important;
}

#MAIN_MENUS > ul > li {
	float:right !important;
	direction:rtl !important;
}


#SIDE_MENUS {
	float:left !important;
	direction:rtl !important;
	position: absolute !important;
	left: 0 !important;
	right: auto !important;
}

.sf-menu > li > ul {
	right: 0;
	left: unset;

}

/**************************** HOME PAGE ****************************/
.homepage_header {
	left: 50px;
	right: unset;
}


/******************************** TABLE VIEW STYLES ********************************/


table.edit.view {

	margin-bottom:20px;
	margin-top:0px !important
}
.edit tr th, .detail tr th, .detail tr td  {

	direction:rtl !important;
	text-align:right !important;
}
.detail h4 {
	float: right !important;
}
/******************************** subpannel style ********************************/
table.subpanelTabForm {
	border-radius: 5px 0px 5px 5px;
}
#groupTabs 
{
	margin-top: 20px;
}
#groupTabs li, #searchTabs li
{
	margin:0 -3px 0 0;
}


/******************************** GEOGRAPHICAL AND TREE LIST ********************************/
.geographicalLists a:before, .TreeFieldList a:before{
	right: -2.5em;
	left: auto;
}
.geographicalLists a:not(.select):after, .TreeFieldList a:not(.select):after{
	right: -1em;
	left: auto;
}
.geographicalLists a:not(.select):hover:after, .TreeFieldList a:not(.select):hover:after{
	right: -.5em;
	left: auto;
	border-right-color: #fa8072;
	border-left-color: transparent;
}
.geographicalLists ul, .TreeFieldList ul{
	margin: 0 2.5em 0 0;
}
/******************************** module title style ********************************/
/* module title */
div.moduleTitle
{
	line-height:2em;
	padding-bottom: 3px;
	padding-top: 0;
	margin-top: 0;
	height: auto !important;
}
div.moduleTitle:after{
	content: "";
	display: block;
	clear: both;
}
.moduleTitle span
{
	float: left;
}
.moduleTitle img
{
	margin-right: 0px;
	margin-top: -4px;
	border: 0;
}
.moduleTitle h2

{
	display: block;
	float: right;
	color: #666;

	font-weight: normal;
	margin-bottom:15px;
}

.moduleTitle h2 a 
{
	color: #0e70b8;
	text-decoration: none;
}


.moduleTitle h2 span.pointer 
{
	padding: 0px 8px;
	line-height: 16px;
}

.moduleTitle span.utils
{
	display: block;
	float: right;
	margin-top: 15px;
}
.moduleTitle span.utils a img
{
	margin-bottom: -3px;
}
#main{
	direction:rtl;
}

/******************************** new record style ********************************/
#newRecord form input[type=submit] {
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:7px
}
#newRecord form input,
#newRecord form select,
#newRecord form textarea {
	padding:3px

}

/******************************** search style ********************************/
/*.search_form
{
	margin-top:-35px;
}
.search_form .view {
	border-radius: 5px 0px 5px 5px;
	width:100%;
}
.search_form{padding-left:5px; text-align : right; width:100%;
	float:right;}*/

ul.tablist li a.current:link,
ul.tablist li a.current:visited {
	font-weight:normal !important;
}

/******************************** list view style ********************************/
.list tr th,
.list tr td[scope=col],
.list tr.oddListRowS1 td,
.list tr.evenListRowS1 td,
.list th div,
.edit .list tr th,
.edit .list tr td[scope=col],
.pagination td
{
	text-align: right !important;
}
.list tr.pagination td {
	padding: 0 !important;
	text-align: left !important;
}
.paginationChangeButtons {
	text-align: left !important;
}
.pagination button[name="listViewStartButton"] img,
.pagination button[name="listViewPrevButton"] img,
.pagination button[name="listViewNextButton"] img,
.pagination button[name="listViewEndButton"] img,
.pagination button[title="شروع"] img,
.pagination button[title="قبلی"] img,
.pagination button[title="بعدی"] img,
.pagination button[title="پایان"] img
{
	width: auto !important;
	height: auto !important;
}

/******************************** ONBOARDING ********************************/
#onboarding_div {
	right: auto;
	left: 24px;
}
#onboarding_resource_guide_box{
	right: auto;
	left: 5px;
}
#onboarding_resource_guide_box .guide_arrow{
	float: left;
}
.onboarding_item a, .onboarding_start_tour, .onboarding_watch_video{
	text-align: right !important;
}
/******************************** elements style ********************************/
#unified_search_advanced_div .edit.view {
	float: right !important;
	background-color:rgba(7,7,7,0.5)!important;
	color:#FFF !important;
	border:none !important;
	border-radius:0px !important;
}

/******************************** dashlet style ********************************/
input[value="پست"] {
	margin-right:5px;
	margin-bottom:5px
}
ul.noBullet {
	padding-right: 0px !important;
}
.dashlet_buttons {
	text-align: left;
}
/******************************** YUI style ********************************/
.yui-panel-container.shadow{box-shadow:none !important}
.yui-panel-container.shadow .underlay{display:none}
.yui-dt-liner {
	text-align: right;
}

/******************************** added to style.css ********************************/

#content.noLeftColumn{
	margin-left: 0px !important;
	border-left: none !important;	
}

/******************************** shortcust style ********************************/


/******************************** OTHERS ********************************/
.advanced_search_form td[scope="row"] {
	text-align: left;
}

#bottomLinks {
	position: relative;
	bottom: 20px;
}

select option {
	min-height: 24px;
}

#tabFormPagination tr td
{
	text-align: left !important;
}

select {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50%;
	padding: 30px 10px 5px 20px;
}
select:hover 
{
	background: #FFFCCD url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50%;
}
select:focus 
{
	background: #FFF9A2 url('http://localhost:46180/../../../themes/NeoTheme/images/arrowdown.gif') no-repeat 0% 50%;
}
/*
.field_required input, .field_required select, .field_required textarea {
	background: -moz-linear-gradient(-45deg, red 8px, #F5F5F5 0px) repeat scroll 0% 0%;
	background: -webkit-linear-gradient(-45deg, red 8px, #F5F5F5 0px);
	background: -o-linear-gradient(-45deg, red 8px, #F5F5F5 0px);
	background: -moz-linear-gradient(-45deg, red 8px, #F5F5F5 0px);
	background: linear-gradient(-45deg, red 8px, #F5F5F5 0px);
}
.field_required input:hover, .field_required select:hover, .field_required textarea:hover {
	background: -moz-linear-gradient(-45deg, red 8px, #FFFCCD 0px) repeat scroll 0% 0%;
	background: -webkit-linear-gradient(-45deg, red 8px, #FFFCCD 0px);
	background: -o-linear-gradient(-45deg, red 8px, #FFFCCD 0px);
	background: -moz-linear-gradient(-45deg, red 8px, #FFFCCD 0px);
	background: linear-gradient(-45deg, red 8px, #FFFCCD 0px);
}
.field_required input:focus, .field_required select:focus, .field_required textarea:focus {
	background: -moz-linear-gradient(-45deg, red 8px, #FFF9A2 0px) repeat scroll 0% 0%;
	background: -webkit-linear-gradient(-45deg, red 8px, #FFF9A2 0px);
	background: -o-linear-gradient(-45deg, red 8px, #FFF9A2 0px);
	background: -moz-linear-gradient(-45deg, red 8px, #FFF9A2 0px);
	background: linear-gradient(-45deg, red 8px, #FFF9A2 0px);
}
*/



 .yui-ac {
	position: relative;
	font-family: arial;
	font-size: 100%;
}

 .yui-ac-input {
	position: relative !important;
	/*width: auto !important;*/
}

 .yui-ac-container {
	width: 100%;
	position: absolute;
	margin: 0px;
	top: 62px;
	float: left;
}

 .yui-ac-content {
	position: absolute;
	border: 1px solid #808080;
	width: 160px;
	background: #fff;
	overflow: hidden;
	z-index: 9050;
}

 .yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #000;
	-moz-opacity: 0.10;
	opacity: .10;
	filter: alpha(opacity = 10);
	z-index: 9049;
}

 .yui-ac iframe {
	opacity: 0;
	filter: alpha(opacity = 0);
	padding-right: .3em;
	padding-bottom: .3em;
}

 .yui-ac-content ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

 .yui-ac-content li {
	margin: 0 !important;
	padding: 2px 5px;
	cursor: default;
	white-space: nowrap;
	list-style: none !important;
	zoom: 1;
}

 .yui-ac-content li.yui-ac-prehighlight {
	background: #B3D4FF;
}

 .yui-ac-content li.yui-ac-highlight {
	background: #426FD9;
	color: #FFF;
}

.yui-button {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: text-bottom;
}

.yui-button .first-child {
	display: block;
	display: inline-block;
}

.yui-button button,.yui-button a {
	display: block;
	display: inline-block;
	border: none;
	margin: 0;
}

.yui-button button {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
}

.yui-button a {
	text-decoration: none;
}

 .yui-button {
	border-width: 1px 0;
	border-style: solid;
	border-color: #808080;
	background: url(sprite.png) repeat-x 0 0;
	margin: auto .25em;
}

 .yui-button .first-child {
	border-width: 0 1px;
	border-style: solid;
	border-color: #808080;
	margin: 0 -1px;
	position: relative;
	left: -1px;
	_margin: 0;
	_position: static;
}

 .yui-button button, .yui-button a {
	padding: 0 10px;
	font-size: 93%;
	line-height: 2;
	line-height: 1.7;
	min-height: 2em;
	min-height: auto;
	color: #000;
}

 .yui-button a {
	line-height: 1.875;
	padding-bottom: 1px;
}

 .yui-split-button button, .yui-menu-button button
	{
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
}

 .yui-menu-button button {
	background-image: url(menu-button-arrow.png);
}

 .yui-split-button button {
	background-image: url(split-button-arrow.png);
}

 .yui-button-focus {
	border-color: #7D98B8;
	background-position: 0 -1300px;
}

 .yui-button-focus .first-child {
	border-color: #7D98B8;
}

 .yui-button-focus button, .yui-button-focus a
	{
	color: #000;
}

 .yui-split-button-focus button {
	background-image: url(split-button-arrow-focus.png);
}

 .yui-button-hover {
	border-color: #7D98B8;
	background-position: 0 -1300px;
}

 .yui-button-hover .first-child {
	border-color: #7D98B8;
}

 .yui-button-hover button, .yui-button-hover a
	{
	color: #000;
}

 .yui-split-button-hover button {
	background-image: url(split-button-arrow-hover.png);
}

 .yui-button-active {
	border-color: #7D98B8;
	background-position: 0 -1700px;
}

 .yui-button-active .first-child {
	border-color: #7D98B8;
}

 .yui-button-active button, .yui-button-active a
	{
	color: #000;
}

 .yui-split-button-activeoption {
	border-color: #808080;
	background-position: 0 0;
}

 .yui-split-button-activeoption .first-child {
	border-color: #808080;
}

 .yui-split-button-activeoption button {
	background-image: url(split-button-arrow-active.png);
}

 .yui-radio-button-checked, .yui-checkbox-button-checked
	{
	border-color: #304369;
	background-position: 0 -1400px;
}

 .yui-radio-button-checked .first-child, .yui-checkbox-button-checked .first-child
	{
	border-color: #304369;
}

 .yui-radio-button-checked button, .yui-checkbox-button-checked button
	{
	color: #fff;
}

 .yui-button-disabled {
	border-color: #ccc;
	background-position: 0 -1500px;
}

 .yui-button-disabled .first-child {
	border-color: #ccc;
}

 .yui-button-disabled button, .yui-button-disabled a
	{
	color: #A6A6A6;
	cursor: default;
}

 .yui-menu-button-disabled button {
	background-image: url(menu-button-arrow-disabled.png);
}

 .yui-split-button-disabled button {
	background-image: url(split-button-arrow-disabled.png);
}

.yui-calcontainer {
	position: relative;
	float: left;
	_overflow: hidden;
}

.yui-calcontainer iframe {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.yui-calcontainer iframe.fixedsize {
	width: 50em;
	height: 50em;
	top: -1px;
	left: -1px;
}

.yui-calcontainer.multi .groupcal {
	z-index: 1;
	float: left;
	position: relative;
}

.yui-calcontainer .title {
	position: relative;
	z-index: 1;
}

.yui-calcontainer .close-icon {
	position: absolute;
	z-index: 1;
	text-indent: -10000em;
	overflow: hidden;
}

.yui-calendar {
	position: relative;
}

.yui-calendar .calnavleft {
	position: absolute;
	z-index: 1;
	text-indent: -10000em;
	overflow: hidden;
}

.yui-calendar .calnavright {
	position: absolute;
	z-index: 1;
	text-indent: -10000em;
	overflow: hidden;
}

.yui-calendar .calheader {
	position: relative;
	width: 100%;
	text-align: center;
}

.yui-calcontainer .yui-cal-nav-mask {
	position: absolute;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	_width: 0;
	_height: 0;
	left: 0;
	top: 0;
	display: none;
}

.yui-calcontainer .yui-cal-nav {
	position: absolute;
	z-index: 3;
	top: 0;
	display: none;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
	display: -moz-inline-box;
	display: inline-block;
}

.yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
	display: block;
	display: inline-block;
	overflow: visible;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.yui-calendar .calbody a:hover {
	background: inherit;
}

p#clear {
	clear: left;
	padding-top: 10px;
}

 .yui-calcontainer {
	background-color: #f2f2f2;
	border: 1px solid #808080;
	padding: 10px;
}

 .yui-calcontainer.multi {
	padding: 0 5px 0 5px;
}

 .yui-calcontainer.multi .groupcal {
	background-color: transparent;
	border: none;
	padding: 10px 5px 10px 5px;
	margin: 0;
}

 .yui-calcontainer .title {
	background: url(sprite.png) repeat-x 0 0;
	border-bottom: 1px solid #cccccc;
	font: 100% sans-serif;
	color: #000;
	font-weight: bold;
	height: auto;
	padding: .4em;
	margin: 0 -10px 10px -10px;
	top: 0;
	left: 0;
	text-align: left;
}

 .yui-calcontainer.multi .title {
	margin: 0 -5px 0 -5px;
}

 .yui-calcontainer.withtitle {
	padding-top: 0;
}

 .yui-calcontainer .calclose {
	background: url(sprite.png) no-repeat 0 -300px;
	width: 25px;
	height: 15px;
	top: .4em;
	right: .4em;
	cursor: pointer;
}

 .yui-calendar {
	border-spacing: 0;
	border-collapse: collapse;
	font: 100% sans-serif;
	text-align: center;
	margin: 0;
}

 .yui-calendar .calhead {
	background: transparent;
	border: none;
	vertical-align: middle;
	padding: 0;
}

 .yui-calendar .calheader {
	background: transparent;
	font-weight: bold;
	padding: 0 0 .6em 0;
	text-align: center;
}

 .yui-calendar .calheader img {
	border: none;
}

 .yui-calendar .calnavleft {
	background: url(sprite.png) no-repeat 0 -450px;
	width: 25px;
	height: 15px;
	top: 0;
	bottom: 0;
	left: -10px;
	margin-left: .4em;
	cursor: pointer;
}

 .yui-calendar .calnavright {
	background: url(sprite.png) no-repeat 0 -500px;
	width: 25px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: -10px;
	margin-right: .4em;
	cursor: pointer;
}

 .yui-calendar .calweekdayrow {
	height: 2em;
}

 .yui-calendar .calweekdayrow th {
	padding: 0;
	border: none;
}

 .yui-calendar .calweekdaycell {
	color: #000;
	font-weight: bold;
	text-align: center;
	width: 2em;
}

 .yui-calendar .calfoot {
	background-color: #f2f2f2;
}

 .yui-calendar .calrowhead, .yui-calendar .calrowfoot
	{
	color: #a6a6a6;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	border: none;
}

 .yui-calendar .calrowhead {
	text-align: right;
	padding: 0 2px 0 0;
}

 .yui-calendar .calrowfoot {
	text-align: left;
	padding: 0 0 0 2px;
}

 .yui-calendar td.calcell {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 1px;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	white-space: nowrap;
}

 .yui-calendar td.calcell a {
	color: #0066cc;
	display: block;
	height: 100%;
	text-decoration: none;
}

 .yui-calendar td.calcell.today {
	background-color: #000;
}

 .yui-calendar td.calcell.today a {
	background-color: #fff;
}

 .yui-calendar td.calcell.oom {
	background-color: #cccccc;
	color: #a6a6a6;
	cursor: default;
}

 .yui-calendar td.calcell.selected {
	background-color: #fff;
	color: #000;
}

 .yui-calendar td.calcell.selected a {
	background-color: #b3d4ff;
	color: #000;
}

 .yui-calendar td.calcell.calcellhover {
	background-color: #426fd9;
	color: #fff;
	cursor: pointer;
}

 .yui-calendar td.calcell.calcellhover a {
	background-color: #426fd9;
	color: #fff;
}

 .yui-calendar td.calcell.previous {
	color: #e0e0e0;
}

 .yui-calendar td.calcell.restricted {
	text-decoration: line-through;
}

 .yui-calendar td.calcell.highlight1 {
	background-color: #ccff99;
}

 .yui-calendar td.calcell.highlight2 {
	background-color: #99ccff;
}

 .yui-calendar td.calcell.highlight3 {
	background-color: #ffcccc;
}

 .yui-calendar td.calcell.highlight4 {
	background-color: #ccff99;
}

 .yui-calendar a.calnav {
	border: 1px solid #f2f2f2;
	padding: 0 4px;
	text-decoration: none;
	color: #000;
	zoom: 1;
}

 .yui-calendar a.calnav:hover {
	background: url(sprite.png) repeat-x 0 0;
	border-color: #A0A0A0;
	cursor: pointer;
}

 .yui-calcontainer .yui-cal-nav-mask {
	background-color: #000;
	opacity: 0.25;
	filter: alpha(opacity = 25);
}

 .yui-calcontainer .yui-cal-nav {
	font-family: arial, helvetica, clean, sans-serif;
	font-size: 93%;
	border: 1px solid #808080;
	left: 50%;
	margin-left: -7em;
	width: 14em;
	padding: 0;
	top: 2.5em;
	background-color: #f2f2f2;
}

 .yui-calcontainer.withtitle .yui-cal-nav {
	top: 4.5em;
}

 .yui-calcontainer.multi .yui-cal-nav {
	width: 16em;
	margin-left: -8em;
}

 .yui-calcontainer .yui-cal-nav-y, .yui-calcontainer .yui-cal-nav-m, .yui-calcontainer .yui-cal-nav-b
	{
	padding: 5px 10px 5px 10px;
}

 .yui-calcontainer .yui-cal-nav-b {
	text-align: center;
}

 .yui-calcontainer .yui-cal-nav-e {
	margin-top: 5px;
	padding: 5px;
	background-color: #F2F2F2;
	border-top: 1px solid black;
	display: none;
}

 .yui-calcontainer .yui-cal-nav label {
	display: block;
	font-weight: bold;
}

 .yui-calcontainer .yui-cal-nav-mc {
	width: 100%;
	_width: auto;
}

 .yui-calcontainer .yui-cal-nav-y input.yui-invalid {
	background-color: #FFEE69;
	border: 1px solid #000;
}

 .yui-calcontainer .yui-cal-nav-yc {
	width: 4em;
}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn {
	border: 1px solid #808080;
	background: url(sprite.png) repeat-x 0 0;
	background-color: #ccc;
	margin: auto .15em;
}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn button {
	padding: 0 8px;
	font-size: 93%;
	line-height: 2;
	line-height: 1.7;
	min-height: 2em;
	min-height: auto;
	color: #000;
}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default
	{
	border: 1px solid #304369;
	background-color: #426fd9;
	background: url(sprite.png) repeat-x 0 -1400px;
}

 .yui-calcontainer .yui-cal-nav .yui-cal-nav-btn.yui-default button
	{
	color: #fff;
}

.yui-carousel {
	visibility: hidden;
	overflow: hidden;
	position: relative;
}

.yui-carousel.yui-carousel-visible {
	visibility: visible;
}

.yui-carousel-content {
	overflow: hidden;
	position: relative;
}

.yui-carousel-element {
	margin: 5px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 32000px;
	z-index: 1;
}

.yui-carousel-vertical .yui-carousel-element {
	margin: 0 5px;
}

.yui-carousel-element li {
	border: 1px solid #ccc;
	float: left;
	list-style: none;
	margin: 1px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	float: none;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.yui-carousel .yui-carousel-item-selected {
	border: 1px dashed #000;
	margin: 1px;
}

.yui-carousel-vertical {
	height: 32000px;
	margin: 0 5px;
	width: auto;
}

.yui-carousel-vertical .yui-carousel-element li {
	display: block;
	float: none;
}

.yui-log .carousel {
	background: #f2e886;
}

.yui-carousel-nav {
	zoom: 1;
}

.yui-carousel-nav:after {
	clear: both;
	content: "";
	display: block;
}

.yui-carousel-button-focus {
	outline: 1px dotted #000;
}

 .yui-carousel, .yui-carousel-vertical {
	border: 1px solid #808080;
}

 .yui-carousel-nav {
	background: url(sprite.png) repeat-x 0 0;
	padding: 3px;
	text-align: right;
}

 .yui-carousel-button {
	background: url(sprite.png) no-repeat 0 -600px;
	float: right;
	height: 19px;
	margin: 5px;
	overflow: hidden;
	width: 40px;
}

 .yui-carousel-vertical .yui-carousel-button {
	background-position: 0 -800px;
}

 .yui-carousel-button-disabled {
	background-position: 0 -2000px;
}

 .yui-carousel-vertical .yui-carousel-button-disabled {
	background-position: 0 -2100px;
}

 .yui-carousel-button input {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	display: block;
	height: 44px;
	margin: -2px 0 0 -2px;
	padding: 0 0 0 50px;
}

 span.yui-carousel-first-button {
	background-position: 0px -550px;
	margin-left: -100px;
	margin-right: 50px;
	margin: 5px 5px 5px -90px;
}

 .yui-carousel-vertical span.yui-carousel-first-button {
	background-position: 0px -750px;
}

 span.yui-carousel-first-button-disabled {
	background-position: 0 -1950px;
}

 .yui-carousel-vertical span.yui-carousel-first-button-disabled
	{
	background-position: 0 -2050px;
}

 .yui-carousel-nav ul {
	float: right;
	margin: 0;
	margin-left: -220px;
	margin-right: 100px;
	margin-left: -160px;
	margin-right: 0;
	padding: 0;
}

 .yui-carousel-nav select {
	position: relative;
	right: 50px;
	top: 4px;
}

 .yui-carousel-vertical .yui-carousel-nav ul, .yui-carousel-vertical .yui-carousel-nav select
	{
	float: none;
	margin: 0;
	zoom: 1;
}

 .yui-carousel-nav ul li {
	float: left;
	height: 19px;
	list-style: none;
}

 .yui-carousel-nav ul:after {
	clear: both;
	content: "";
	display: block;
}

 .yui-carousel-nav ul li a {
	background: url(sprite.png) no-repeat 0 -650px;
	display: block;
	height: 9px;
	margin: 10px 0 0 5px;
	overflow: hidden;
	width: 9px;
}

 .yui-carousel-nav ul li a em {
	left: -10000px;
	position: absolute;
}

 .yui-carousel-nav ul li.yui-carousel-nav-page-selected a {
	background-position: 0 -700px;
}

.yui-picker-panel {
	background: #e3e3e3;
	border-color: #888;
}

.yui-picker-panel .hd {
	background-color: #ccc;
	font-size: 100%;
	line-height: 100%;
	border: 1px solid #e3e3e3;
	font-weight: bold;
	overflow: hidden;
	padding: 6px;
	color: #000;
}

.yui-picker-panel .bd {
	background: #e8e8e8;
	margin: 1px;
	height: 200px;
}

.yui-picker-panel .ft {
	background: #e8e8e8;
	margin: 1px;
	padding: 1px;
}

.yui-picker {
	position: relative;
}

.yui-picker-hue-thumb {
	cursor: default;
	width: 18px;
	height: 18px;
	top: -8px;
	left: -2px;
	z-index: 9;
	position: absolute;
}

.yui-picker-hue-bg {
	-moz-outline: none;
	outline: 0px none;
	position: absolute;
	left: 200px;
	height: 183px;
	width: 14px;
	background: url(hue_bg.png) no-repeat;
	top: 4px;
}

.yui-picker-bg {
	-moz-outline: none;
	outline: 0px none;
	position: absolute;
	top: 4px;
	left: 4px;
	height: 182px;
	width: 182px;
	background-color: #F00;
}



.yui-picker-mask {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.yui-picker-thumb {
	cursor: default;
	width: 11px;
	height: 11px;
	z-index: 9;
	position: absolute;
	top: -4px;
	left: -4px;
}

.yui-picker-swatch {
	position: absolute;
	left: 240px;
	top: 4px;
	height: 60px;
	width: 55px;
	border: 1px solid #888;
}

.yui-picker-websafe-swatch {
	position: absolute;
	left: 304px;
	top: 4px;
	height: 24px;
	width: 24px;
	border: 1px solid #888;
}

.yui-picker-controls {
	position: absolute;
	top: 72px;
	left: 226px;
	font: 1em monospace;
}

.yui-picker-controls .hd {
	background: transparent;
	border-width: 0px !important;
}

.yui-picker-controls .bd {
	height: 100px;
	border-width: 0px !important;
}

.yui-picker-controls ul {
	float: left;
	padding: 0 2px 0 0;
	margin: 0
}

.yui-picker-controls li {
	padding: 2px;
	list-style: none;
	margin: 0
}

.yui-picker-controls input {
	font-size: 0.85em;
	width: 2.4em;
}

.yui-picker-hex-controls {
	clear: both;
	padding: 2px;
}

.yui-picker-hex-controls input {
	width: 4.6em;
}

.yui-picker-controls a {
	font: 1em arial, helvetica, clean, sans-serif;
	display: block;
	display: inline-block;
	padding: 0;
	color: #000;
}

.yui-overlay,.yui-panel-container {
	visibility: hidden;
	position: absolute;
	z-index: 20000000;
}

.yui-panel-container form {
	margin: 0;
}

.mask {
	z-index: 2 !important;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.mask.block-scrollbars {
	overflow: auto;
}

.masked select,.drag select,.hide-select select {
	_visibility: hidden;
}

.yui-panel-container select {
	_visibility: inherit;
}

.hide-scrollbars,.hide-scrollbars * {
	overflow: hidden;
}

.hide-scrollbars select {
	display: none;
}

.show-scrollbars {
	overflow: auto;
}

.yui-panel-container.show-scrollbars,.yui-tt.show-scrollbars {
	overflow: visible;
}

.yui-panel-container.show-scrollbars .underlay,.yui-tt.show-scrollbars .yui-tt-shadow
	{
	overflow: auto;
}

.yui-panel-container.shadow .underlay.yui-force-redraw {
	padding-bottom: 1px;
}

.yui-effect-fade .underlay {
	display: none;
}

.yui-tt-shadow {
	position: absolute;
}

.yui-override-padding {
	padding: 0 !important;
}

.yui-panel-container .container-close {
	overflow: hidden;
	text-indent: -10000em;
	text-decoration: none;
}

 .mask {
	background-color: #000;
	opacity: .25;
	filter: alpha(opacity = 25);
}

 .yui-panel-container {
	padding: 0 1px;
	padding: 2px;
	min-width: calc(480px - 60px);
	max-width: 900px;
	width: -moz-available;
	width: -webkit-fill-available;
	position: fixed;
}

 .yui-panel {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	border-width: 1px;
	zoom: 1;
	_zoom: normal;
	border: 1px solid #808080 !important;
	background-color: #fff !important;
}

.yui-module .hd, .yui-panel .hd, .yui-panel .bd, .yui-panel .ft {
	border-style: solid;
	border-width: 0 1px;
	border-color: #808080;
	margin: 0 -1px;
	margin: 0;
	border: 0;
}

.yui-module {
	border : 1px solid #C0C0C0;
}
.yui-module .hd, .yui-panel .hd {
	border-bottom: solid 1px #C0C0C0;
}

.yui-module .bd, .yui-panel .bd, .yui-panel .ft {
	background-color: #FFFFFF;
}

.yui-module .hd, .yui-panel .hd {
	padding: 10px;
	font-size: 16px !important;
	font-weight: bolder;
	background: var(--MenuColor);
	color: #FFF;
}

.yui-panel .bd {
	padding: 0px;
	padding-top: 10px;
	height: calc(100vh - 200px);
	overflow-y: auto;
	position: absolute;
	width: 100%;
	border: 1px solid #ccc;
}

#selectFoldersDiv.yui-panel .bd {
	max-height: 60vh;
	overflow: scroll;
}

 .yui-panel .ft {
	border-top: solid 1px #808080;
	padding: 5px 10px;
	font-size: 77%;
}

 .yui-panel-container.focused .yui-panel .hd {
	
}



 .container-close {
	position: absolute;
	top: 3px;
	right: 0px;
	width: 20px;
	height: 15px;
	cursor: pointer;
}

 .yui-panel-container .underlay {
	right: -1px;
	left: -1px;
}

 .yui-panel-container.matte {
	padding: 9px 10px;
	background-color: #fff;
}

 .yui-panel-container.shadow {
	padding: 2px 4px 0 2px;
}

 .yui-panel-container.shadow .underlay {
	position: absolute;
	top: 2px;
	left: -3px;
	right: -3px;
	bottom: -3px; 
	top: 4px; 
	left: -1px;
	right: -1px;
	bottom: -1px;
	_top: 0;
	_left: 0;
	_right: 0;
	_bottom: 0;
	_margin-top: 3px;
	_margin-left: -1px;
	opacity: .12;
	filter: alpha(opacity = 12);
}

 .yui-dialog .ft {
	border-top: none;
	padding: 0 10px 10px 10px;
	font-size: 100%;
}

 .yui-dialog .ft .button-group {
	display: block;
	text-align: right;
}

 .yui-dialog .ft button.default {
	font-weight: bold;
}

 .yui-dialog .ft button {
	margin-left:5px;
}

 .yui-dialog .ft span.default {
	border-color: #304369;
	background-position: 0 -1400px;
}

 .yui-dialog .ft span.default .first-child {
	border-color: #304369;
}

 .yui-dialog .ft span.default button {
	color: #fff;
}

 .yui-dialog .ft span.yui-button-disabled {
	background-position: 0pt -1500px;
	border-color: #ccc;
}

 .yui-dialog .ft span.yui-button-disabled .first-child {
	border-color: #ccc;
}

 .yui-dialog .ft span.yui-button-disabled button {
	color: #a6a6a6;
}

 .yui-simple-dialog .bd .yui-icon {
	background: url(sprite.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
}

 .yui-simple-dialog .bd span.blckicon {
	background-position: 0 -1100px;
}

 .yui-simple-dialog .bd span.alrticon {
	background-position: 0 -1050px;
}

 .yui-simple-dialog .bd span.hlpicon {
	background-position: 0 -1150px;
}

 .yui-simple-dialog .bd span.infoicon {
	background-position: 0 -1200px;
}

 .yui-simple-dialog .bd span.warnicon {
	background-position: 0 -1900px;
}

 .yui-simple-dialog .bd span.tipicon {
	background-position: 0 -1250px;
}

 .yui-tt .bd {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	color: #000;
	padding: 2px 5px;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}

 .yui-tt.show-scrollbars .bd {
	overflow: auto;
}

 .yui-tt-shadow {
	top: 2px;
	right: -3px;
	left: -3px;
	bottom: -3px;
	background-color: #000;
}

 .yui-tt-shadow-visible {
	opacity: .12;
	filter: alpha(opacity = 12);
}

 .yui-dt-mask {
	position: absolute;
	z-index: 9500;
}

.yui-dt-tmp {
	position: absolute;
	left: -9000px;
}

.yui-dt-scrollable .yui-dt-bd {
	overflow: auto;
}

.yui-dt-scrollable .yui-dt-hd {
	overflow: hidden;
	position: relative;
}

.yui-dt-scrollable .yui-dt-bd thead tr,.yui-dt-scrollable .yui-dt-bd thead th
	{
	position: absolute;
	left: -1500px;
}

.yui-dt-scrollable tbody {
	-moz-outline: none;
}

.yui-dt-draggable {
	cursor: move;
}

.yui-dt-coltarget {
	position: absolute;
	z-index: 999;
}

.yui-dt-hd {
	zoom: 1;
}

th.yui-dt-resizeable .yui-dt-resizerliner {
	position: relative;
}

.yui-dt-resizer {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	cursor: e-resize;
	cursor: col-resize;
	background-color: #CCC;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.yui-dt-resizerproxy {
	visibility: hidden;
	position: absolute;
	z-index: 9000;
}

th.yui-dt-hidden .yui-dt-liner,td.yui-dt-hidden .yui-dt-liner,th.yui-dt-hidden .yui-dt-resizer
	{
	display: none;
}

.yui-dt-editor {
	position: absolute;
	z-index: 9000;
}

 .yui-dt table {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: inherit;
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #7F7F7F;
}

 .yui-dt thead {
	border-spacing: 0;
}

 .yui-dt caption {
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	line-height: 1;
	padding: 1em 0pt;
	text-align: center;
}

 .yui-dt th, .yui-dt-hd {
	background: #D8D8DA url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x 0 -30px;
}

 .yui-dt th, .yui-dt th a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	vertical-align: bottom;
}

 .yui-dt th {
	margin: 0;
	padding: 0;
	border: none;
	border-right: 1px solid #CBCBCB;
}

 .yui-dt tr.yui-dt-first td {
	border-top: 1px solid #C0C0C0;
}

 .yui-dt th .yui-dt-liner {
	white-space: nowrap;
}

 .yui-dt-liner {
	margin: 0;
	padding: 0;
	padding: 2px 2px;
	white-space: nowrap;
}

 .yui-dt-coltarget {
	width: 5px;
	background-color: red;
}

.yui-dt td {
	margin: 0;
	padding: 0;
	border: none;
	border-right: 1px solid #CBCBCB;
	border-color:#FFFFFF #EDEDED #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	text-align: left;
}

 .yui-dt-list td {
	border-right: none;
}

th.yui-dt-hidden, td.yui-dt-hidden {
	border: none;
	visibility: hidden;
	display: none;
}

 .yui-dt-resizer {
	width: 6px;
}

 .yui-dt-mask {
	background-color: #000;
	opacity: .25;
	filter: alpha(opacity = 25);
}

 .yui-dt-message {
	background-color: #FFF;
}

 .yui-dt-scrollable table {
	border: none;
}

 .yui-dt-scrollable .yui-dt-hd {
	border-left: 1px solid #7F7F7F;
	border-top: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
}

 .yui-dt-scrollable .yui-dt-bd {
	border-left: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	border-right: 1px solid #7F7F7F;
	background-color: #FFF;
}

/*.yui-dt-scrollable .yui-dt-data tr.yui-dt-last td {
	border-bottom: 1px solid #7F7F7F;
}*/

 thead .yui-dt-sortable {
	cursor: pointer;
}

 th.yui-dt-sortable .yui-dt-liner {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=arrow.gif') no-repeat right 50%;
}

 th.yui-dt-sortable .yui-dt-label {
	margin-right: 10px;
}

 th.yui-dt-asc .yui-dt-liner {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=arrow_up.gif') no-repeat right 50%;
}

 th.yui-dt-desc .yui-dt-liner {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=arrow_down.gif') no-repeat right 50%;
}

tbody .yui-dt-editable {
	cursor: pointer;
}

.yui-dt-editor {
	text-align: left;
	background-color: #F2F2F2;
	border: 1px solid #808080;
	padding: 6px;
}

.yui-dt-editor label {
	padding-left: 4px;
	padding-right: 6px;
}

.yui-dt-editor .yui-dt-button {
	padding-top: 6px;
	text-align: right;
}

.yui-dt-editor .yui-dt-button button {
	background: url(sprite.png) repeat-x 0 0;
	border: 1px solid #999;
	width: 4em;
	height: 1.8em;
	margin-left: 6px;
}

.yui-dt-editor .yui-dt-button button.yui-dt-default {
	background: url(sprite.png) repeat-x 0 -1400px;
	background-color: #5584E0;
	border: 1px solid #304369;
	color: #FFF
}

.yui-dt-editor .yui-dt-button button:hover {
	background: url(sprite.png) repeat-x 0 -1300px;
	color: #000;
}

.yui-dt-editor .yui-dt-button button:active {
	background: url(sprite.png) repeat-x 0 -1700px;
	color: #000;
}

 tr.yui-dt-even {
	background-color: #FFF;
}

 tr.yui-dt-odd {
	background-color: #FFF;
}

 tr.yui-dt-even td.yui-dt-asc, tr.yui-dt-even td.yui-dt-desc
	{
	/*background-color: #F2F2F2;*/
}

 tr.yui-dt-odd td.yui-dt-asc, tr.yui-dt-odd td.yui-dt-desc
	{
	/*background-color: #DBEAFF;*/
}

 .yui-dt-list tr.yui-dt-even {
	background-color: #FFF;
}

 .yui-dt-list tr.yui-dt-odd {
	background-color: #FFF;
}

 .yui-dt-list tr.yui-dt-even td.yui-dt-asc, .yui-dt-list tr.yui-dt-even td.yui-dt-desc
	{
	background-color: #F2F2F2;
}

 .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, .yui-dt-list tr.yui-dt-odd td.yui-dt-desc
	{
	background-color: #F2F2F2;
}

 th.yui-dt-highlighted, th.yui-dt-highlighted a
	{
	background-color: #B2D2FF;
}

 tr.yui-dt-highlighted, tr.yui-dt-highlighted td.yui-dt-asc, tr.yui-dt-highlighted td.yui-dt-desc, tr.yui-dt-even td.yui-dt-highlighted, tr.yui-dt-odd td.yui-dt-highlighted
	{
	cursor: pointer;
	background-color: #E5F2FF;
}

 .yui-dt-list th.yui-dt-highlighted, .yui-dt-list th.yui-dt-highlighted a
	{
	background-color: #B2D2FF;
}

 .yui-dt-list tr.yui-dt-highlighted, .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted
	{
	cursor: pointer;
	background-color: #B2D2FF;
}

 th.yui-dt-selected, th.yui-dt-selected a {
	background-color: #446CD7;
}

 tr.yui-dt-selected td, tr.yui-dt-selected td.yui-dt-asc, tr.yui-dt-selected td.yui-dt-desc
	{
	background-color: #C4DDF4;
}

 tr.yui-dt-even td.yui-dt-selected, tr.yui-dt-odd td.yui-dt-selected
	{
	background-color: #446CD7;
	color: #FFF;
}

 .yui-dt-list th.yui-dt-selected, .yui-dt-list th.yui-dt-selected a
	{
	background-color: #446CD7;
}

 .yui-dt-list tr.yui-dt-selected td, .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, .yui-dt-list tr.yui-dt-selected td.yui-dt-desc
	{
	background-color: #426FD9;
	color: #FFF;
}

 .yui-dt-list tr.yui-dt-even td.yui-dt-selected, .yui-dt-list tr.yui-dt-odd td.yui-dt-selected
	{
	background-color: #446CD7;
	color: #FFF;
}

 .yui-dt-paginator {
	display: block;
	margin: 6px 0;
	white-space: nowrap;
}

 .yui-dt-paginator .yui-dt-first, .yui-dt-paginator .yui-dt-last, .yui-dt-paginator .yui-dt-selected
	{
	padding: 2px 6px;
}

 .yui-dt-paginator a.yui-dt-first, .yui-dt-paginator a.yui-dt-last
	{
	text-decoration: none;
}

 .yui-dt-paginator .yui-dt-previous, .yui-dt-paginator .yui-dt-next
	{
	display: none;
}

 a.yui-dt-page {
	border: 1px solid #CBCBCB;
	padding: 2px 6px;
	text-decoration: none;
	background-color: #fff
}

 .yui-dt-selected {
	border: 1px solid #fff;
	background-color: #fff;
}

.yui-busy {
	cursor: wait !important;
}

.yui-toolbar-container fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.yui-toolbar-container legend {
	display: none;
}

.yui-toolbar-container .yui-toolbar-subcont {
	padding: .25em 0;
	zoom: 1;
}

.yui-toolbar-container-collapsed .yui-toolbar-subcont {
	display: none;
}

.yui-toolbar-container .yui-toolbar-subcont:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-container span.yui-toolbar-draghandle {
	cursor: move;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	overflow: hidden;
	text-indent: 77777px;
	width: 2px;
	height: 20px;
	display: block;
	clear: none;
	float: left;
	margin: 0 0 0 .2em;
}

.yui-toolbar-container .yui-toolbar-titlebar.draggable {
	cursor: move;
}

.yui-toolbar-container .yui-toolbar-titlebar {
	position: relative;
}

.yui-toolbar-container .yui-toolbar-titlebar h2 {
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	color: #000;
	margin: 0;
	padding: .2em;
}

.yui-toolbar-container .yui-toolbar-titlebar h2 a {
	text-decoration: none;
	color: #000;
	cursor: default;
}

.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-draghandle {
	height: 40px;
}

.yui-toolbar-container .yui-toolbar-group {
	float: left;
	margin-right: .5em;
	zoom: 1;
}

.yui-toolbar-container .yui-toolbar-group:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-container .yui-toolbar-group h3 {
	font-size: 75%;
	padding: 0 0 0 .25em;
	margin: 0;
}

.yui-toolbar-container span.yui-toolbar-separator {
	width: 2px;
	padding: 0;
	height: 18px;
	margin: .2em 0 .2em .1em;
	display: none;
	float: left;
}
.............................................................
.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-separator {
	height: 45px;
	height: 50px;
}

.yui-toolbar-container.yui-toolbar-grouped .yui-toolbar-group span.yui-toolbar-separator
	{
	height: 18px;
	display: block;
}

.yui-toolbar-container ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.yui-toolbar-container .yui-toolbar-nogrouplabels h3 {
	display: none;
}

.yui-toolbar-container .yui-push-button,.yui-toolbar-container .yui-color-button,.yui-toolbar-container .yui-menu-button
	{
	position: relative;
	cursor: pointer;

}

.yui-toolbar-container .yui-button .first-child,.yui-toolbar-container .yui-button .first-child a
	{
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 0px;
}

.yui-toolbar-container .yui-button-disabled {
	cursor: default;
}

.yui-toolbar-container .yui-button-disabled .yui-toolbar-icon {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.yui-toolbar-container .yui-button-disabled .up,.yui-toolbar-container .yui-button-disabled .down
	{
	opacity: .5;
	filter: alpha(opacity = 50);
}

.yui-toolbar-container .yui-button a {
	overflow: hidden;
}

.yui-toolbar-container .yui-toolbar-select .first-child a {
	cursor: pointer;
}

.yui-toolbar-fontname-arial {
	font-family: Arial;
}

.yui-toolbar-fontname-arial-black {
	font-family: Arial Black;
}

.yui-toolbar-fontname-comic-sans-ms {
	font-family: Comic Sans MS;
}

.yui-toolbar-fontname-courier-new {
	font-family: Courier New;
}

.yui-toolbar-fontname-times-new-roman {
	font-family: Times New Roman;
}

.yui-toolbar-fontname-verdana {
	font-family: Verdana;
}

.yui-toolbar-fontname-impact {
	font-family: Impact;
}

.yui-toolbar-fontname-lucida-console {
	font-family: Lucida Console;
}


.yui-toolbar-container .yui-overlay {
	position: absolute;
}

.yui-toolbar-container .yui-overlay ul li {
	margin: 0;
	list-style-type: none;
}

.yui-toolbar-container {
	z-index: 1;
}

.yui-editor-container .yui-editor-editable-container {
	position: relative;
	z-index: 0;
	width: 100%;
}

.yui-editor-container .yui-editor-masked {
	background-color: #CCC;
}

.yui-editor-container iframe {
	border: 0px;
	padding: 0;
	margin: 0;
	zoom: 1;
	display: block;
}

.yui-editor-container .yui-editor-editable {
	padding: 0;
	margin: 0;
}

.yui-editor-container .dompath {
	font-size: 85%;
}

.yui-editor-panel .hd {
	text-align: left;
	position: relative;
}

.yui-editor-panel .hd h3 {
	font-weight: bold;
	padding: 0.25em 0pt 0.25em 0.25em;
	margin: 0;
}

.yui-editor-panel .bd {
	width: 100%;
	zoom: 1;
	position: relative;
}

.yui-editor-panel .bd div.yui-editor-body-cont {
	padding: .25em .1em;
	zoom: 1;
}

.yui-editor-panel .bd .gecko form {
	overflow: auto;
}

.yui-editor-panel .bd div.yui-editor-body-cont:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-editor-panel .ft {
	text-align: right;
	width: 99%;
	float: left;
	clear: both;
}

.yui-editor-panel .ft span.tip {
	display: block;
	position: relative;
	padding: .5em .5em .5em 23px;
	text-align: left;
	zoom: 1;
}

.yui-editor-panel label {
	clear: both;
	float: left;
	padding: 0;
	width: 100%;
	text-align: left;
	zoom: 1;
}

.yui-editor-panel .gecko label {
	overflow: auto;
}

.yui-editor-panel label strong {
	float: left;
	width: 6em;
}

.yui-editor-panel .removeLink {
	width: 80%;
	text-align: right;
}

.yui-editor-panel label input {
	margin-left: .25em;
	float: left;
}

.yui-editor-panel .yui-toolbar-group {
	margin-bottom: 0.75em;
}

.yui-editor-panel .yui-toolbar-group-padding {
	
}

.yui-editor-panel .yui-toolbar-group-border {
	
}

.yui-editor-panel .yui-toolbar-group-textflow {
	
}

.yui-editor-panel .height-width {
	float: left;
}

.yui-editor-panel .height-width h3 {
	
}

.yui-editor-panel .height-width span {
	font-style: italic;
	display: block;
	float: left;
	overflow: visible;
}

.yui-editor-panel .height-width span.info {
	font-size: 70%;
	margin-top: 3px;
}

.yui-editor-panel .yui-toolbar-bordersize,.yui-editor-panel .yui-toolbar-bordertype
	{
	font-size: 75%;
}

.yui-editor-panel .yui-toolbar-container span.yui-toolbar-separator {
	border: none;
}

.yui-editor-panel .yui-toolbar-bordersize span a span,.yui-editor-panel .yui-toolbar-bordertype span a span
	{
	display: block;
	height: 8px;
	left: 4px;
	position: absolute;
	top: 3px;
	_top: -5px;
	width: 24px;
	text-indent: 52px;
	font-size: 0%;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-solid
	{
	border-bottom: 1px solid black;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dotted
	{
	border-bottom: 1px dotted black;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dashed
	{
	border-bottom: 1px dashed black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-0
	{
	top: 0px;
	text-indent: 0px;
	font-size: 75%;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-1
	{
	border-bottom: 1px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-2
	{
	border-bottom: 2px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-3
	{
	top: 2px;
	top: -5px;
	border-bottom: 3px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-4
	{
	top: 1px;
	top: -5px;
	border-bottom: 4px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-5
	{
	top: 1px;
	top: -5px;
	border-bottom: 5px solid black;
}

.yui-toolbar-container .yui-toolbar-bordersize-menu,.yui-toolbar-container .yui-toolbar-bordertype-menu
	{
	width: 95px !important;
}

.yui-toolbar-bordersize-menu .yuimenuitemlabel,.yui-toolbar-bordertype-menu .yuimenuitemlabel,.yui-toolbar-bordersize-menu .yuimenuitemlabel,.yui-toolbar-bordertype-menu .yuimenuitemlabel:hover
	{
	margin: 0px 3px 7px 17px;
}

.yui-toolbar-bordersize-menu .yuimenuitemlabel .checkedindicator,.yui-toolbar-bordertype-menu .yuimenuitemlabel .checkedindicator
	{
	position: absolute;
	left: -12px;
	top: 14px;
	left: 0px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-1 a {
	border-bottom: 1px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-2 a {
	border-bottom: 2px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-3 a {
	border-bottom: 3px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-4 a {
	border-bottom: 4px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-5 a {
	border-bottom: 5px solid black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-solid a {
	border-bottom: 1px solid black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dashed a {
	border-bottom: 1px dashed black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dotted a {
	border-bottom: 1px dotted black;
	height: 14px;
}

h2.yui-editor-skipheader,h3.yui-editor-skipheader {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.yui-toolbar-colors {
	width: 133px;
	zoom: 1;
	display: none;
	z-index: 100;
	overflow: hidden;
}

.yui-toolbar-colors:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-colors a {
	height: 9px;
	width: 9px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 999px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #F6F7EE;
}

.yui-toolbar-colors a:hover {
	border: 1px solid black;
}

.yui-color-button-menu {
	overflow: visible;
	background-color: transparent;
}

.yui-toolbar-colors span {
	position: relative;
	display: block;
	padding: 3px;
	overflow: hidden;
	float: left;
	width: 100%;
	zoom: 1;
}

.yui-toolbar-colors span:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-colors span em {
	height: 35px;
	width: 30px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 999px;
	margin: 0.75px;
	border: 1px solid black;
}

.yui-toolbar-colors span strong {
	font-weight: normal;
	padding-left: 3px;
	display: block;
	font-size: 85%;
	float: left;
	width: 65%;
}

.yui-toolbar-group-undoredo h3,.yui-toolbar-group-insertitem h3,.yui-toolbar-group-indentlist h3
	{
	width: 68px;
}

.yui-toolbar-group-indentlist2 h3 {
	width: 122px;
}

.yui-toolbar-group-alignment h3 {
	width: 180px;
}

 .yui-editor-container {
	border: 1px solid #808080;
}

 .yui-toolbar-container {
	zoom: 1;
}

 .yui-toolbar-container .yui-toolbar-titlebar {
	background: url(sprite.png) repeat-x 0 -200px;
	position: relative;
}

 .yui-editor-container .draggable .yui-toolbar-titlebar {
	cursor: move;
}

 .yui-toolbar-container .yui-toolbar-titlebar h2 {
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 1em;
	font-size: 100%;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-group h3 {
	color: #808080;
	font-size: 75%;
	margin: 1em 0 0;
	padding-bottom: 0;
	padding-left: 0.25em;
	text-align: left;
}

.yui-toolbar-container span.yui-toolbar-separator {
	border: none;
	text-indent: 33px;
	overflow: hidden;
	margin: 0 .25em;
}

 .yui-toolbar-container {
	background-color: #F2F2F2;
}

 .yui-toolbar-container .yui-toolbar-subcont {
	padding: 0 1em 0.35em;
	border-bottom: 1px solid #808080;
}

 .yui-toolbar-container-collapsed .yui-toolbar-titlebar {
	border-bottom: 1px solid #808080;
}

 .yui-editor-container .visible .yui-menu-shadow, .yui-editor-panel .visible .yui-menu-shadow
	{
	display: none;
}

 .yui-editor-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-editor-container ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-toolbar-group ul li.yui-toolbar-groupitem {
	float: left;
}

 .yui-editor-container .dompath {
	background-color: #F2F2F2;
	border-top: 1px solid #808080;
	color: #999;
	text-align: left;
	padding: 0.25em;
}

 .yui-toolbar-container .collapse {
	background: url(sprite.png) no-repeat 0 -400px;
}

 .yui-toolbar-container .yui-toolbar-titlebar span.collapse
	{
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	overflow: hidden;
	height: 15px;
	width: 15px;
	text-indent: 9999px;
}

 .yui-toolbar-container .yui-push-button, .yui-toolbar-container .yui-color-button, .yui-toolbar-container .yui-menu-button
	{
	background: url(sprite.png) repeat-x 0 0;
	position: relative;
	display: block;
	height: 22px;
	width: 30px;
	_font-size: 0;
	margin: 0;
	border-color: #808080;
	color: #f2f2f2;
	border-style: solid;
	border-width: 1px 0;
	zoom: 1;
}

 .yui-toolbar-container .yui-push-button a, .yui-toolbar-container .yui-color-button a, .yui-toolbar-container .yui-menu-button a
	{
	padding-left: 35px;
	height: 20px;
	text-decoration: none;
	font-size: 0px;
	line-height: 2;
	display: block;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a, .yui-toolbar-container .yui-toolbar-select a
	{
	font-size: 12px;
}

 .yui-toolbar-container .yui-push-button .first-child, .yui-toolbar-container .yui-color-button .first-child, .yui-toolbar-container .yui-menu-button .first-child
	{
	border-color: #808080;
	border-style: solid;
	border-width: 0 1px;
	margin: 0 -1px;
	display: block;
	position: relative;
}

 .yui-toolbar-container .yui-push-button-disabled .first-child, .yui-toolbar-container .yui-color-button-disabled .first-child, .yui-toolbar-container .yui-menu-button-disabled .first-child
	{
	border-color: #ccc;
}

 .yui-toolbar-container .yui-push-button-disabled a, .yui-toolbar-container .yui-color-button-disabled a, .yui-toolbar-container .yui-menu-button-disabled a
	{
	color: #A6A6A6;
	cursor: default;
}

 .yui-toolbar-container .yui-push-button-disabled, .yui-toolbar-container .yui-color-button-disabled, .yui-toolbar-container .yui-menu-button-disabled
	{
	border-color: #ccc;
}

 .yui-toolbar-container .yui-button .first-child {
	left: 0px;
}

 .yui-toolbar-container .yui-toolbar-fontname {
	width: 135px;
}

 .yui-toolbar-container .yui-toolbar-heading {
	width: 92px;
}

 .yui-toolbar-container .yui-button-hover {
	background: url(sprite.png) repeat-x 0 -1300px;
	border-color: #808080;
}

 .yui-toolbar-container .yui-button-selected {
	background: url(sprite.png) repeat-x 0 -1700px;
	border-color: #808080;
}

 .yui-toolbar-container .yui-toolbar-nogrouplabels h3 {
	display: none;
}

 .yui-toolbar-container .yui-toolbar-nogrouplabels .yui-toolbar-group
	{
	margin-top: .75em;
}

 .yui-toolbar-container .yui-push-button span.yui-toolbar-icon, .yui-toolbar-container .yui-color-button span.yui-toolbar-icon, .yui-toolbar-container .yui-menu-button span.yui-toolbar-icon
	{
	display: block;
	position: absolute;
	top: 2px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background: url(editor-sprite.gif) no-repeat 30px 30px;
}

 .yui-toolbar-container .yui-button-selected span.yui-toolbar-icon, .yui-toolbar-container .yui-button-hover span.yui-toolbar-icon
	{
	background-image: url(editor-sprite-active.gif);
}

 .yui-toolbar-container .visible .yuimenuitemlabel {
	cursor: pointer;
	color: #000;
	position: relative;
}

 .yui-toolbar-container .yui-button-menu {
	background-color: #fff;
}

 .yui-toolbar-container .yui-button-menu .yui-menu-body-scrolled
	{
	position: relative;
}

 div.yuimenu li.selected {
	background-color: #B3D4FF;
}

 div.yuimenu li.selected a.selected {
	color: #000;
}

 .yui-toolbar-container .yui-toolbar-bold span.yui-toolbar-icon
	{
	background-position: 0 0;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-strikethrough span.yui-toolbar-icon
	{
	background-position: 0 -108px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-italic span.yui-toolbar-icon
	{
	background-position: 0 -36px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-undo span.yui-toolbar-icon
	{
	background-position: 0 -1326px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-redo span.yui-toolbar-icon
	{
	background-position: 0 -1355px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-underline span.yui-toolbar-icon
	{
	background-position: 0 -72px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-subscript span.yui-toolbar-icon
	{
	background-position: 0 -180px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-superscript span.yui-toolbar-icon
	{
	background-position: 0 -144px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-forecolor span.yui-toolbar-icon
	{
	background-position: 0 -216px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-backcolor span.yui-toolbar-icon
	{
	background-position: 0 -288px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyleft span.yui-toolbar-icon
	{
	background-position: 0 -324px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifycenter span.yui-toolbar-icon
	{
	background-position: 0 -360px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyright span.yui-toolbar-icon
	{
	background-position: 0 -396px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyfull span.yui-toolbar-icon
	{
	background-position: 0 -432px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-indent span.yui-toolbar-icon
	{
	background-position: 0 -720px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-outdent span.yui-toolbar-icon
	{
	background-position: 0 -684px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-createlink span.yui-toolbar-icon
	{
	background-position: 0 -792px;
	left: 5px;
}


 .yui-toolbar-container .yui-toolbar-insertimage span.yui-toolbar-icon
	{
	background-position: 1px -756px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-left span.yui-toolbar-icon
	{
	background-position: 0 -972px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-right span.yui-toolbar-icon
	{
	background-position: 0 -936px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-inline span.yui-toolbar-icon
	{
	background-position: 0 -900px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-block span.yui-toolbar-icon
	{
	background-position: 0 -864px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-bordercolor span.yui-toolbar-icon
	{
	background-position: 0 -252px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-removeformat span.yui-toolbar-icon
	{
	background-position: 0 -1080px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-hiddenelements span.yui-toolbar-icon
	{
	background-position: 0 -1044px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-insertunorderedlist span.yui-toolbar-icon
	{
	background-position: 0 -468px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-insertorderedlist span.yui-toolbar-icon
	{
	background-position: 0 -504px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton, .yui-toolbar-container .yui-toolbar-spinbutton .first-child
	{
	width: 35px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton .first-child a
	{
	padding-left: 2px;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-spinbutton span.yui-toolbar-icon
	{
	display: none;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.up, .yui-toolbar-container .yui-toolbar-spinbutton a.down
	{
	right: 2px;
	background: url(editor-sprite.gif) no-repeat 0 -1222px;
	overflow: hidden;
	height: 6px;
	width: 7px;
	min-height: 0;
	padding: 0;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.up {
	top: 2px;
	background-position: 0 -1222px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.down {
	bottom: 2px;
	background-position: 0 -1187px;
}

 .yui-toolbar-container select {
	height: 22px;
	border: 1px solid #808080;
}

 .yui-toolbar-container .yui-toolbar-select .first-child a
	{
	padding-left: 5px;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-select span.yui-toolbar-icon
	{
	background: url( editor-sprite.gif ) no-repeat 0 -1144px;
	overflow: hidden;
	right: -2px;
	top: 0px;
	height: 20px;
}

 .yui-editor-panel .yui-color-button-menu .bd {
	background-color: transparent;
	border: none;
	width: 135px;
}

 .yui-color-button-menu .yui-toolbar-colors {
	border: 1px solid #808080;
}

 .yui-editor-panel {
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	overflow: visible;
	position: absolute;
}

 .yui-editor-panel .hd {
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

 .yui-editor-panel .hd h3 {
	color: #000;
	border: 1px solid #808080;
	background: url(sprite.png) repeat-x 0 -200px;
	width: 99%;
	position: relative;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 93%;
	text-indent: 5px;
	height: 20px;
}

 .yui-editor-panel .bd {
	background-color: #F2F2F2;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	width: 99%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

 .yui-editor-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-editor-panel ul li {
	margin: 0;
	padding: 0;
}

 .yui-editor-panel .yuimenu {
	
}

 .yui-editor-panel .yui-toolbar-container .yui-toolbar-subcont
	{
	padding: 0;
	border: none;
	margin-top: 0.35em;
}

 .yui-editor-panel .yui-toolbar-bordersize, .yui-editor-panel .yui-toolbar-bordertype
	{
	width: 50px;
}

 .yui-editor-panel label {
	display: block;
	float: none;
	padding: 4px 0;
	margin-bottom: 7px;
}

 .yui-editor-panel label strong {
	font-weight: normal;
	font-size: 93%;
	text-align: right;
	padding-top: 2px;
}

 .yui-editor-panel label input {
	width: 75%;
}

 .yui-editor-panel .createlink_target, .yui-editor-panel .insertimage_target
	{
	width: auto;
	margin-right: 5px;
}

 .yui-editor-panel .removeLink {
	width: 98%;
}

 .yui-editor-panel label input.warning {
	background-color: #FFEE69;
}

 .yui-editor-panel .yui-toolbar-group h3 {
	color: #000;
	float: left;
	font-weight: normal;
	font-size: 93%;
	margin: 5px 0 0 0;
	padding: 0 3px 0 0;
	text-align: right;
}

 .yui-editor-panel .height-width h3 {
	margin: 3px 0 0 10px;
}

 .yui-editor-panel .height-width {
	margin: 3px 0 0 35px;
	margin-left: 14px;
	width: 42%;
	width: 44%;
}

 .yui-editor-panel .yui-toolbar-group-border {
	width: 190px;
}

 .yui-editor-panel .no-button .yui-toolbar-group-border {
	width: 210px;
}

 .yui-editor-panel .yui-toolbar-group-padding {
	width: 203px;
	_width: 198px;
}

 .yui-editor-panel .no-button .yui-toolbar-group-padding {
	width: 172px;
}

 .yui-editor-panel .yui-toolbar-group-padding h3 {
	margin-left: 25px;
	margin-left: 12px;
}

 .yui-editor-panel .yui-toolbar-group-textflow {
	width: 182px;
}

 .yui-editor-panel .hd {
	background: none;
}

 .yui-editor-panel .ft {
	background-color: #F2F2F2;
	border: 1px solid #808080;
	border-top: none;
	padding: 0;
	margin: 0 0 2px 0;
}

 .yui-editor-panel .hd span.close {
	background: url(sprite.png) no-repeat 0 -300px;
	cursor: pointer;
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: 500px;
	top: 2px;
	width: 26px;
}

 .yui-editor-panel .ft span.tip {
	background-color: #F2F2F2;
	border-top: 1px solid #808080;
	font-size: 85%;
}

 .yui-editor-panel .ft span.tip strong {
	display: block;
	float: left;
	margin: 0 2px 8px 0;
}

 .yui-editor-panel .ft span.tip span.icon {
	background: url( editor-sprite.gif ) no-repeat 0 -1260px;
	display: block;
	height: 20px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 20px;
}

 .yui-editor-panel .ft span.tip span.icon-info {
	background-position: 2px -1260px;
}

 .yui-editor-panel .ft span.tip span.icon-warn {
	background-position: 2px -1296px;
}

 .yui-editor-panel .hd span.knob {
	position: absolute;
	height: 10px;
	width: 28px;
	top: -10px;
	left: 25px;
	text-indent: 9999px;
	overflow: hidden;
	background: url( editor-knob.gif ) no-repeat 0 0;
}

 .yui-editor-panel .yui-toolbar-container {
	float: left;
	width: 100%;
	background-image: none;
	border: none;
}

 .yui-editor-panel .yui-toolbar-container .bd {
	background-color: #ffffff;
}

.yui-editor-blankimage {
	background-image: url( blankimage.png );
}

 .yui-editor-container .yui-resize-handle-br {
	height: 11px;
	width: 11px;
	background-position: -20px -60px;
	background-color: transparent;
}

.yui-crop {
	position: relative;
}

.yui-crop .yui-crop-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.yui-crop .yui-resize {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0;
}

.yui-crop .yui-crop-resize-mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: -10px -10px;
	overflow: hidden;
}

 .yui-crop .yui-crop-mask {
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
}

 .yui-crop .yui-resize {
	border: 1px dashed #fff;
}

.yui-layout-loading {
	visibility: hidden;
}

body.yui-layout {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.yui-layout-doc {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.yui-layout-unit {
	height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	float: none;
	z-index: 0;
}

.yui-layout-unit-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.yui-layout-unit-left {
	position: absolute;
	top: 0;
	left: 0;
}

.yui-layout-unit-right {
	position: absolute;
	top: 0;
	right: 0;
}

.yui-layout-unit-right.yui-resize .yui-layout-wrap{
	margin-left:5px;
}

.yui-layout-unit-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.yui-layout-unit-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



.yui-layout div.yui-layout-hd {
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	width: 100%;
	height: 22px;
	min-height: 40px;
}

.yui-layout div.yui-layout-bd {
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;
	width: 100%;
}

.yui-layout .yui-layout-noscroll div.yui-layout-bd {
	overflow: hidden;
}

.yui-layout .yui-layout-scroll div.yui-layout-bd {
	overflow: auto;
}

.yui-layout div.yui-layout-ft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	zoom: 1;
}

.yui-layout .yui-layout-unit div.yui-layout-hd h2 {
	text-align: left;
	font-size: 12px;
}

.yui-layout .yui-layout-unit div.yui-layout-hd .collapse {
	cursor: pointer;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 5px;
	font-size: 0;
}

.yui-layout .yui-layout-unit div.yui-layout-hd .close {
	cursor: pointer;
	height: 13px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 17px;
	font-size: 0;
}

.yui-layout .yui-layout-unit div.yui-layout-hd .collapse-close {
	right: 25px;
}

.yui-layout .yui-layout-clip {
	position: absolute;
	height: 20px;
	background-color: #c0c0c0;
	display: none;
}

.yui-layout .yui-layout-clip .collapse {
	cursor: pointer;
	height: 11px;
	position: absolute;
	right: 6px;
	top: 5px;
	width: 11px;
	font-size: 0px;
}

.yui-layout .yui-layout-wrap {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
}

 .yui-layout .yui-resize-proxy {
	border: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}

 .yui-layout .yui-resize-resizing .yui-resize-handle {
	visibility: hidden;
}

 .yui-layout .yui-resize-proxy div {
	position: absolute;
	border: 1px solid #808080;
	background-color: #F2F2F2;
}

 .yui-layout .yui-resize .yui-resize-handle-active {
	
}

 .yui-layout .yui-resize-proxy .yui-layout-handle-l {
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
}

 .yui-layout .yui-resize-proxy .yui-layout-handle-r {
	width: 5px;
	top: 0;
	right: 0;
	height: 100%;
	position: absolute;
	zoom: 1;
}

 .yui-layout .yui-resize-proxy .yui-layout-handle-b {
	width: 100%;
	bottom: 0;
	left: 0;
	height: 5px;
}

 .yui-layout .yui-resize-proxy .yui-layout-handle-t {
	width: 100%;
	top: 0;
	left: 0;
	height: 5px;
}

 .yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse
{
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat 0 -110px;
	right: 10px;
}
.yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse:hover {
	color:#2562ae !important;
}

 .yui-layout .yui-layout-clip-left .collapse {
 	padding: 4px;
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat 0 -90px;
}
 .yui-layout .yui-layout-clip-left .collapse:hover, .yui-layout .yui-layout-clip-right .collapse {
	color:#2562ae !important;
 }

 .yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat 0 -90px;
	left: 5px;
}
.yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse:hover {
	border: 1px solid #666; 
	left: 4px;
	top: 4px;
}

 .yui-layout .yui-layout-clip-right .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat -0 -110px;
}

 .yui-layout .yui-layout-unit-top div.yui-layout-hd .collapse
	{
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat -20px -220px;
	border: 1px solid #808080;
}

 .yui-layout .yui-layout-clip-top .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat -20px -240px;
	border: 1px solid #808080;
}

 .yui-layout .yui-layout-unit-bottom div.yui-layout-hd .collapse
	{
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat 0 -90px;
	right: 5px;
}

 .yui-layout .yui-layout-clip-bottom .collapse {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat -20px -180px;
	border: 1px solid #808080;
}

 .yui-layout .yui-layout-unit div.yui-layout-hd .close {
	background: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat -20px -100px;
	border: 1px solid #808080;
}

 .yui-layout .yui-layout-hd {
	border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 0 solid #808080;
    border-bottom: 0px solid #808080;
    background: #DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x 0 0;
}

 .yui-layout {
	background-color: #F2F2F2;
}

 .yui-layout .yui-layout-unit div.yui-layout-hd h2 {
	font-weight: bold;
	color: #444;
	padding: 3px;
}

 .yui-layout .yui-layout-unit-right div.yui-layout-hd h2 {
	 text-align: right;
	 margin-right:5px;
 }

 .yui-layout .yui-layout-unit div.yui-layout-bd {
	border: 1px solid #808080;
	border-bottom: none;
	border-top: none;
	border-bottom-width: 0;
	border-top-width: 0;
	background-color: #FFFFFF;
	text-align: inherit;
}

 .yui-layout .yui-layout-unit div.yui-layout-bd-noft {
   /* border-bottom: 1px solid #808080;*/
}

 .yui-layout .yui-layout-unit div.yui-layout-bd-nohd {
	border-top: 1px solid #808080;
}

 .yui-layout .yui-layout-clip {
	position: absolute;
	height: 20px;
	background-color: #F2F2F2;
	display: none;
	border: 1px solid #808080;
}

 .yui-layout div.yui-layout-ft {
	border: 1px solid #808080;
	border-top: none;
	border-top-width: 0;
	background-color: #f2f2f2;
}

 .yui-layout-unit .yui-resize-handle {
	background-color: transparent;
}

 .yui-layout-unit .yui-resize-handle-r {
	right: 0;
	top: 0;
	background-image: none;
}

 .yui-layout-unit .yui-resize-handle-l {
	left: 0;
	top: 0;
	background-image: none;
}

 .yui-layout-unit .yui-resize-handle-b {
	right: 0;
	bottom: 0;
	background-image: none;
}

 .yui-layout-unit .yui-resize-handle-t {
	right: 0;
	top: 0;
	background-image: none;
}

 .yui-layout-unit .yui-resize-handle-r .yui-layout-resize-knob, .yui-layout-unit .yui-resize-handle-l .yui-layout-resize-knob
	{
	position: absolute;
	height: 16px;
	width: 6px;
	top: 45%;
	left: 0px;
	background: transparent url(layout_sprite.png) no-repeat 0 -5px;
}

 .yui-layout-unit .yui-resize-handle-t .yui-layout-resize-knob, .yui-layout-unit .yui-resize-handle-b .yui-layout-resize-knob
	{
	position: absolute;
	height: 6px;
	width: 16px;
	left: 45%;
	background: transparent url(layout_sprite.png) no-repeat -20px 0;
}

 .yui-log {
	padding: 1em;
	width: 31em;
	background-color: #AAA;
	color: #000;
	border: 1px solid black;
	font-family: monospace;
	font-size: 77%;
	text-align: left;
	z-index: 9000;
}

 .yui-log-container {
	position: absolute;
	top: 1em;
	right: 1em;
}

 .yui-log input {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 100%;
	font-weight: normal;
}

 .yui-log .yui-log-btns {
	position: relative;
	float: right;
	bottom: .25em;
}

 .yui-log .yui-log-hd {
	margin-top: 1em;
	padding: .5em;
	background-color: #575757;
}

 .yui-log .yui-log-hd h4 {
	margin: 0;
	padding: 0;
	font-size: 108%;
	font-weight: bold;
	color: #FFF;
}

 .yui-log .yui-log-bd {
	width: 100%;
	height: 20em;
	background-color: #FFF;
	border: 1px solid gray;
	overflow: auto;
}

 .yui-log p {
	margin: 1px;
	padding: .1em;
}

 .yui-log pre {
	margin: 0;
	padding: 0;
}

 .yui-log pre.yui-log-verbose {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

 .yui-log .yui-log-ft {
	margin-top: .5em;
}

 .yui-log .yui-log-ft .yui-log-categoryfilters {
	
}

 .yui-log .yui-log-ft .yui-log-sourcefilters {
	width: 100%;
	border-top: 1px solid #575757;
	margin-top: .75em;
	padding-top: .75em;
}

 .yui-log .yui-log-filtergrp {
	margin-right: .5em;
}

 .yui-log .info {
	background-color: #A7CC25;
}

 .yui-log .warn {
	background-color: #F58516;
}

 .yui-log .error {
	background-color: #E32F0B;
}

 .yui-log .time {
	background-color: #A6C9D7;
}

 .yui-log .window {
	background-color: #F2E886;
}

.yuimenu {
	top: -999em;
	left: -999em;
}

.yuimenubar {
	position: static;
}

.yuimenu .yuimenu,.yuimenubar .yuimenu {
	position: absolute;
}

.yuimenubar li,.yuimenu li {
	list-style-type: none;
}

.yuimenubar ul,.yuimenu ul,.yuimenubar li,.yuimenu li,.yuimenu h6,.yuimenubar h6
	{
	margin: 0;
	padding: 0;
	background-color:#DDDDDD;
}

.yuimenuitemlabel,.yuimenubaritemlabel {
	text-align: left;
	white-space: nowrap;
}

.yuimenubar ul {
	zoom: 1;
}

.yuimenubar .yuimenu ul {
	zoom: normal;
}

.yuimenubar>.bd>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.yuimenubaritem {
	float: left;
}

.yuimenubaritemlabel,.yuimenuitemlabel {
	display: block;
}

.yuimenuitemlabel .helptext {
	font-style: normal;
	display: block;
	margin: -1em 0 0 10em;
}

.yui-menu-shadow {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.yui-menu-shadow-visible {
	top: 2px;
	right: -3px;
	left: -3px;
	bottom: -3px;
	visibility: visible;
}

.hide-scrollbars * {
	overflow: hidden;
}

.hide-scrollbars select {
	display: none;
}

.yuimenu.show-scrollbars,.yuimenubar.show-scrollbars {
	overflow: visible;
}

.yuimenu.hide-scrollbars .yui-menu-shadow,.yuimenubar.hide-scrollbars .yui-menu-shadow
	{
	overflow: hidden;
}

.yuimenu.show-scrollbars .yui-menu-shadow,.yuimenubar.show-scrollbars .yui-menu-shadow
	{
	overflow: auto;
}

 .yuimenubar {
	font-size: 93%;
	line-height: 2;
	line-height: 1.9;
	border: solid 1px #808080;
	background: url(sprite.png) repeat-x 0 0;
}

 .yuimenubarnav .yuimenubaritem {
	border-right: solid 1px #ccc;
}

 .yuimenubaritemlabel {
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	cursor: default;
	border-style: solid;
	border-color: #808080;
	border-width: 1px 0;
	position: relative;
	margin: -1px 0;
}

 .yuimenubarnav .yuimenubaritemlabel {
	padding-right: 20px;
	display: inline-block;
}

 .yuimenubarnav .yuimenubaritemlabel-hassubmenu {
	background: url(menubaritem_submenuindicator.png) right center no-repeat
		;
}

 .yuimenubaritem-selected {
	background: url(sprite.png) repeat-x 0 -1700px;
}

 .yuimenubaritemlabel-selected {
	border-color: #7D98B8;
}

 .yuimenubarnav .yuimenubaritemlabel-selected {
	border-left-width: 1px;
	margin-left: -1px;
	left: -1px;
}

 .yuimenubaritemlabel-disabled {
	cursor: default;
	color: #A6A6A6;
}

 .yuimenubarnav .yuimenubaritemlabel-hassubmenu-disabled {
	background-image: url(menubaritem_submenuindicator_disabled.png);
}

 .yuimenu {
	font-size: 93%;
	line-height: 1.5;
	line-height: 1.45;
}

 .yuimenubar .yuimenu, .yuimenu .yuimenu {
	font-size: 100%;
}

 .yuimenu .bd {
	zoom: 1;
	_zoom: normal;
	border: solid 1px #808080;
	background-color: #fff;
}

 .yuimenu .yuimenu .bd {
	zoom: normal;
}

 .yuimenu ul {
	border-width: 1px 0 0 0;
	border-color: #ccc;
	border-style: solid;
}

 .yuimenu ul.first-of-type {
	border-width: 0;
}

 .yuimenu h6 {
	font-weight: bold;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	color: #a4a4a4;
	padding: 3px 10px 0 10px;
}

 .yuimenu ul.hastitle, .yuimenu h6.first-of-type
	{
	border-width: 0;
}

 .yuimenu .yui-menu-body-scrolled {
	border-color: #ccc #808080;
	overflow: hidden;
}

 .yuimenu .topscrollbar, .yuimenu .bottomscrollbar
	{
	height: 16px;
	border: solid 1px #808080;
	background: #fff url(sprite.png) no-repeat 0 0;
}

 .yuimenu .topscrollbar {
	border-bottom-width: 0;
	background-position: center -950px;
}

 .yuimenu .topscrollbar_disabled {
	background-position: center -975px;
}

 .yuimenu .bottomscrollbar {
	border-top-width: 0;
	background-position: center -850px;
}

 .yuimenu .bottomscrollbar_disabled {
	background-position: center -875px;
}

 .yuimenuitem {
	_border-bottom: solid 1px #fff;
}

.yuimenuitem.first-of-type a, .yuimenuitem.first-of-type img{
	padding-top: 3px;	
}

.yuimenuitemlabel, a.yuimenuitemlabel, a.yuimenuitemlabel:link, a.yuimenuitemlabel:visited {
	background-color:#FFF;
	border-left:1px solid #999;
	color:#000;
	cursor:default;
	margin:0 0 0 20px;
	padding:0 5px;
	text-decoration:none;
}

a.yuimenuitemlabel:hover {
	background-color: #DDD;	
}
 .yuimenuitemlabel img {
	border:none;
	vertical-align:middle;
	left:3px;
	position:absolute;
}

 .yuimenuitemlabel .helptext {
	margin-top: -1.5em;
	margin-top: -1.45em;
}

.yuimenuitem-hassubmenu > a{
	background-image: url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png');
	background-position: right -126px;
	background-repeat: no-repeat;
}

 .yuimenuitem-checked {
	background-image: url(menuitem_checkbox.png);
	background-position: left center;
	background-repeat: no-repeat;
}

 .yui-menu-shadow-visible {
	background-color: #000;
	opacity: .12;
	filter: alpha(opacity = 12);
}

 .yuimenuitem-selected {
	background-color: #B3D4FF;
}

.yuimenuitem-disabled .yuimenuitemlabel-disabled, .yuimenuitem-disabled a.yuimenuitemlabel-disabled, .yuimenuitem-disabled a.yuimenuitemlabel-disabled:hover {
	cursor: default;
	color: #A6A6A6;
	background-color: #FFF;
}

 .yuimenuitem-hassubmenu-disabled {
	background-image: url(menuitem_submenuindicator_disabled.png);
}

 .yuimenuitem-checked-disabled {
	background-image: url(menuitem_checkbox_disabled.png);
}

 .yui-pg-container {
	background:#FAFAFA none repeat scroll 0 0;
	color:#666666;
	display: block;
	white-space: nowrap;
}
 ......................................................
 .yui-pg-first, .yui-pg-previous, .yui-pg-next, .yui-pg-last, .yui-pg-current, .yui-pg-pages, .yui-pg-page
	{
	display: inline-block;
	font-family: arial, helvetica, clean, sans-serif;
	padding: 3px 6px;
	zoom: 1;
}

 .yui-pg-pages {
	padding: 0;
}

 .yui-pg-current {
	padding: 3px 0;
}

/* a.yui-pg-first:link, a.yui-pg-first:visited, a.yui-pg-first:active, a.yui-pg-first:hover, a.yui-pg-previous:link, a.yui-pg-previous:visited, a.yui-pg-previous:active, a.yui-pg-previous:hover, a.yui-pg-next:link, a.yui-pg-next:visited, a.yui-pg-next:active, a.yui-pg-next:hover, a.yui-pg-last:link, a.yui-pg-last:visited, a.yui-pg-last:active, a.yui-pg-last:hover, a.yui-pg-page:link, a.yui-pg-page:visited, a.yui-pg-page:active, a.yui-pg-page:hover
	{
	color: #06c;
	text-decoration: underline;
	outline: 0;
}

 span.yui-pg-first, span.yui-pg-previous, span.yui-pg-next, span.yui-pg-last
	{
	color: #a6a6a6;
}*/

 .yui-pg-page {
	background-color: #fff;
	border: 1px solid #CBCBCB;
	padding: 2px 6px;
	text-decoration: none;
}

 .yui-pg-current-page {
	background-color: transparent;
	border: none;
	font-weight: bold;
	padding: 3px 6px;
}

 .yui-pg-page {
	margin-left: 1px;
	margin-right: 1px;
}

 .yui-pg-first, .yui-pg-previous {
	padding-left: 0;
}

 .yui-pg-next, .yui-pg-last {
	padding-right: 0;
}

 .yui-pg-current, .yui-pg-rpp-options {
	margin-left: 1em;
	margin-right: 1em;
}

 .yui-pv {
	background-color: #4a4a4a;
	font: arial;
	position: relative;
	width: 99%;
	z-index: 1000;
	margin-bottom: 1em;
	overflow: hidden;
}

 .yui-pv .hd {
	background: url(header_background.png) repeat-x;
	min-height: 30px;
	overflow: hidden;
	zoom: 1;
	padding: 2px 0;
}

 .yui-pv .hd h4 {
	padding: 8px 10px;
	margin: 0;
	font: bold 14px arial;
	color: #fff;
}

 .yui-pv .hd a {
	background: #3f6bc3;
	font: bold 11px arial;
	color: #fff;
	padding: 4px;
	margin: 3px 10px 0 0;
	border: 1px solid #3f567d;
	cursor: pointer;
	display: block;
	float: right;
}

 .yui-pv .hd span {
	display: none;
}

 .yui-pv .hd span.yui-pv-busy {
	height: 18px;
	width: 18px;
	background: url(wait.gif) no-repeat;
	overflow: hidden;
	display: block;
	float: right;
	margin: 4px 10px 0 0;
}

 .yui-pv .hd:after,.yui-pv .bd:after, .yui-pv-chartlegend dl:after
	{
	content: '.';
	visibility: hidden;
	clear: left;
	height: 0;
	display: block;
}

 .yui-pv .bd {
	position: relative;
	zoom: 1;
	overflow-x: auto;
	overflow-y: hidden;
}

 .yui-pv .yui-pv-table {
	padding: 0 10px;
	margin: 5px 0 10px 0;
}

 .yui-pv .yui-pv-table .yui-dt-bd td {
	color: #eeee5c;
	font: 12px arial;
}

 .yui-pv .yui-pv-table tr.yui-dt-odd {
	background: #929292;
}

 .yui-pv .yui-pv-table tr.yui-dt-even {
	background: #58637a;
}

 .yui-pv .yui-pv-table tr.yui-dt-even td.yui-dt-asc, .yui-pv .yui-pv-table tr.yui-dt-even td.yui-dt-desc
	{
	background: #384970;
}

 .yui-pv .yui-pv-table tr.yui-dt-odd td.yui-dt-asc, .yui-pv .yui-pv-table tr.yui-dt-odd td.yui-dt-desc
	{
	background: #6F6E6E;
}

 .yui-pv .yui-pv-table .yui-dt-hd th {
	background-image: none;
	background: #2E2D2D;
}

 .yui-pv th.yui-dt-asc .yui-dt-liner {
	background: transparent url(asc.gif) no-repeat scroll right center;
}

 .yui-pv th.yui-dt-desc .yui-dt-liner {
	background: transparent url(desc.gif) no-repeat scroll right center;
}

 .yui-pv .yui-pv-table .yui-dt-hd th a {
	color: #fff;
	font: bold 12px arial;
}

 .yui-pv .yui-pv-table .yui-dt-hd th.yui-dt-asc, .yui-pv .yui-pv-table .yui-dt-hd th.yui-dt-desc
	{
	background: #333;
}

 .yui-pv-chartcontainer {
	padding: 0 10px;
}

 .yui-pv-chart {
	height: 250px;
	clear: right;
	margin: 5px 0 0 0;
	color: #fff;
}

 .yui-pv-chartlegend div {
	float: right;
	margin: 0 0 0 10px;
	_width: 250px;
}

 .yui-pv-chartlegend dl {
	border: 1px solid #999;
	padding: .2em 0 .2em .5em;
	zoom: 1;
	margin: 5px 0;
}

 .yui-pv-chartlegend dt {
	float: left;
	display: block;
	height: .7em;
	width: .7em;
	padding: 0;
}

 .yui-pv-chartlegend dd {
	float: left;
	display: block;
	color: #fff;
	margin: 0 1em 0 .5em;
	padding: 0;
	font: 11px arial;
}

 .yui-pv-minimized {
	height: 35px;
}

 .yui-pv-minimized .bd {
	top: -3000px;
}

 .yui-pv-minimized .hd a.yui-pv-refresh {
	display: none;
}

.yui-resize {
	position: relative;
	zoom: 1;
	z-index: 0;
}

.yui-resize-wrap {
	zoom: 1;
}

.yui-draggable {
	cursor: move;
}

.yui-resize .yui-resize-handle {
	position: absolute;
	z-index: 1;
	font-size: 0;
	margin: 0;
	padding: 0;
	zoom: 1;
	height: 1px;
	width: 1px;
}

.yui-resize .yui-resize-handle-br {
	height: 5px;
	width: 5px;
	bottom: 0;
	right: 0;
	cursor: se-resize;
	z-index: 2;
	zoom: 1;
}

.yui-resize .yui-resize-handle-bl {
	height: 5px;
	width: 5px;
	bottom: 0;
	left: 0;
	cursor: sw-resize;
	z-index: 2;
	zoom: 1;
}

.yui-resize .yui-resize-handle-tl {
	height: 5px;
	width: 5px;
	top: 0;
	left: 0;
	cursor: nw-resize;
	z-index: 2;
	zoom: 1;
}

.yui-resize .yui-resize-handle-tr {
	height: 5px;
	width: 5px;
	top: 0;
	right: 0;
	cursor: ne-resize;
	z-index: 2;
	zoom: 1;
}

.yui-resize .yui-resize-handle-r {
	border-color:#999;
	border-style:none solid;
	border-width:thin;
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: e-resize;
	zoom: 1;
}

.yui-resize .yui-resize-handle-l {
	height: 100%;
	width: 5px;
	top: 0;
	left: 0;
	cursor: w-resize;
	zoom: 1;
}

.yui-resize .yui-resize-handle-b {
	width: 100%;
	height: 5px;
	bottom: 0;
	right: 0;
	cursor: s-resize;
	zoom: 1;
}

.yui-resize .yui-resize-handle-t {
	width: 100%;
	height: 5px;
	top: 0;
	right: 0;
	cursor: n-resize;
	zoom: 1;
	border-color:#999;
	border-style:solid none;
	border-width:thin;
}

.yui-resize-proxy {
	position: absolute;
	border: 1px dashed #000;
	visibility: hidden;
	z-index: 1000;
}

.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle
	{
	opacity: 0;
	filter: alpha(opacity = 0);
}

.yui-resize-ghost {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.yui-resize-knob .yui-resize-handle {
	height: 6px;
	width: 6px;
}

.yui-resize-knob .yui-resize-handle-tr {
	right: -3px;
	top: -3px;
}

.yui-resize-knob .yui-resize-handle-tl {
	left: -3px;
	top: -3px;
}

.yui-resize-knob .yui-resize-handle-bl {
	left: -3px;
	bottom: -3px;
}

.yui-resize-knob .yui-resize-handle-br {
	right: -3px;
	bottom: -3px;
}

.yui-resize-knob .yui-resize-handle-t {
	left: 45%;
	top: -3px;
}

.yui-resize-knob .yui-resize-handle-r {
	right: -3px;
	top: 45%;
}

.yui-resize-knob .yui-resize-handle-l {
	left: -3px;
	top: 45%;
}

.yui-resize-knob .yui-resize-handle-b {
	left: 45%;
	bottom: -3px;
}

.yui-resize-status {
	position: absolute;
	top: -999px;
	left: -999px;
	padding: 2px;
	font-size: 80%;
	display: none;
	zoom: 1;
	z-index: 9999;
}

.yui-resize-status strong,.yui-resize-status em {
	font-weight: normal;
	font-style: normal;
	padding: 1px;
	zoom: 1;
}

 .yui-resize .yui-resize-handle {
	background-color: #F2F2F2;
	border:1px solid #808080;
}

 .yui-resize .yui-resize-handle-active {
	background-color: #7D98B8;
	zoom: 1;
}

 .yui-resize .yui-resize-handle-l, .yui-resize .yui-resize-handle-r, .yui-resize .yui-resize-handle-l-active, .yui-resize .yui-resize-handle-r-active
	{
	height: 100%;
}

 .yui-resize-knob .yui-resize-handle {
	border: 1px solid #808080;
}

 .yui-resize-hover .yui-resize-handle-active {
	opacity: 1;
	filter: alpha(opacity = 100);
}

 .yui-resize-proxy {
	border: 1px dashed #426FD9;
}

 .yui-resize-status {
	border: 1px solid #A6982B;
	border-top: 1px solid #D4C237;
	background-color: #FFEE69;
	color: #000;
}

 .yui-resize-status strong, .yui-resize-status em
	{
	float: left;
	display: block;
	clear: both;
	padding: 1px;
	text-align: center;
}

 .yui-resize .yui-resize-handle-inner-r, .yui-resize .yui-resize-handle-inner-l
	{
	background: transparent url( layout_sprite.png) no-repeat 0 -5px;
	height: 16px;
	width: 5px;
	position: absolute;
	top: 45%;
}

 .yui-resize .yui-resize-handle-inner-t, .yui-resize .yui-resize-handle-inner-b
	{
	background: transparent url(layout_sprite.png) no-repeat -20px 0;
	height: 5px;
	width: 16px;
	position: absolute;
	left: 50%;
}

 .yui-resize .yui-resize-handle-br {
	background-image: url( layout_sprite.png );
	background-repeat: no-repeat;
	background-position: -22px -62px;
}

 .yui-resize .yui-resize-handle-tr {
	background-image: url( layout_sprite.png );
	background-repeat: no-repeat;
	background-position: -22px -42px;
}

 .yui-resize .yui-resize-handle-tl {
	background-image: url( layout_sprite.png );
	background-repeat: no-repeat;
	background-position: -22px -82px;
}

 .yui-resize .yui-resize-handle-bl {
	background-image: url( layout_sprite.png );
	background-repeat: no-repeat;
	background-position: -22px -23px;
}

 .yui-resize-knob .yui-resize-handle-t, .yui-resize-knob .yui-resize-handle-r, .yui-resize-knob .yui-resize-handle-b, .yui-resize-knob .yui-resize-handle-l, .yui-resize-knob .yui-resize-handle-tl, .yui-resize-knob .yui-resize-handle-tr, .yui-resize-knob .yui-resize-handle-bl, .yui-resize-knob .yui-resize-handle-br, .yui-resize-knob .yui-resize-handle-inner-t, .yui-resize-knob .yui-resize-handle-inner-r, .yui-resize-knob .yui-resize-handle-inner-b, .yui-resize-knob .yui-resize-handle-inner-l, .yui-resize-knob .yui-resize-handle-inner-tl, .yui-resize-knob .yui-resize-handle-inner-tr, .yui-resize-knob .yui-resize-handle-inner-bl, .yui-resize-knob .yui-resize-handle-inner-br
	{
	background-image: none;
}

 .yui-resize-knob .yui-resize-handle-l, .yui-resize-knob .yui-resize-handle-r, .yui-resize-knob .yui-resize-handle-l-active, .yui-resize-knob .yui-resize-handle-r-active
	{
	height: 6px;
	width: 6px;
}

.yui-busy {
	cursor: wait !important;
}

.yui-toolbar-container fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.yui-toolbar-container legend {
	display: none;
}

.yui-toolbar-container .yui-toolbar-subcont {
	padding: .25em 0;
	zoom: 1;
}

.yui-toolbar-container-collapsed .yui-toolbar-subcont {
	display: none;
}

.yui-toolbar-container .yui-toolbar-subcont:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-container span.yui-toolbar-draghandle {
	cursor: move;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	overflow: hidden;
	text-indent: 77777px;
	width: 2px;
	height: 20px;
	display: block;
	clear: none;
	float: left;
	margin: 0 0 0 .2em;
}

.yui-toolbar-container .yui-toolbar-titlebar.draggable {
	cursor: move;
}

.yui-toolbar-container .yui-toolbar-titlebar {
	position: relative;
}

.yui-toolbar-container .yui-toolbar-titlebar h2 {
	font-weight: bold;
	letter-spacing: 0;
	border: none;
	color: #000;
	margin: 0;
	padding: .2em;
}

.yui-toolbar-container .yui-toolbar-titlebar h2 a {
	text-decoration: none;
	color: #000;
	cursor: default;
}

.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-draghandle {
	height: 40px;
}

.yui-toolbar-container .yui-toolbar-group {
	float: left;
	margin-right: .5em;
	zoom: 1;
}

.yui-toolbar-container .yui-toolbar-group:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-container .yui-toolbar-group h3 {
	font-size: 75%;
	padding: 0 0 0 .25em;
	margin: 0;
}

.yui-toolbar-container span.yui-toolbar-separator {
	width: 2px;
	padding: 0;
	height: 18px;
	margin: .2em 0 .2em .1em;
	display: none;
	float: left;
}

.yui-toolbar-container.yui-toolbar-grouped span.yui-toolbar-separator {
	height: 45px;
	height: 50px;
}

.yui-toolbar-container.yui-toolbar-grouped .yui-toolbar-group span.yui-toolbar-separator
	{
	height: 18px;
	display: block;
}

.yui-toolbar-container ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.yui-toolbar-container .yui-toolbar-nogrouplabels h3 {
	display: none;
}

.yui-toolbar-container .yui-push-button,.yui-toolbar-container .yui-color-button,.yui-toolbar-container .yui-menu-button
	{
	position: relative;
	cursor: pointer;
}

.yui-toolbar-container .yui-button .first-child,.yui-toolbar-container .yui-button .first-child a
	{
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 0px;
}

.yui-toolbar-container .yui-button-disabled {
	cursor: default;
}

.yui-toolbar-container .yui-button-disabled .yui-toolbar-icon {
	opacity: .5;
	filter: alpha(opacity = 50);
}

.yui-toolbar-container .yui-button-disabled .up,.yui-toolbar-container .yui-button-disabled .down
	{
	opacity: .5;
	filter: alpha(opacity = 50);
}

.yui-toolbar-container .yui-button a {
	overflow: hidden;
}

.yui-toolbar-container .yui-toolbar-select .first-child a {
	cursor: pointer;
}

.yui-toolbar-fontname-arial {
	font-family: Arial;
}

.yui-toolbar-fontname-arial-black {
	font-family: Arial Black;
}

.yui-toolbar-fontname-comic-sans-ms {
	font-family: Comic Sans MS;
}

.yui-toolbar-fontname-courier-new {
	font-family: Courier New;
}

.yui-toolbar-fontname-times-new-roman {
	font-family: Times New Roman;
}

.yui-toolbar-fontname-verdana {
	font-family: Verdana;
}

.yui-toolbar-fontname-impact {
	font-family: Impact;
}

.yui-toolbar-fontname-lucida-console {
	font-family: Lucida Console;
}

.yui-toolbar-fontname-tahoma {
	font-family: Tahoma;
}

.yui-toolbar-fontname-trebuchet-ms {
	font-family: Trebuchet MS;
}

.yui-toolbar-container .yui-toolbar-spinbutton {
	position: relative;
}

.yui-toolbar-container .yui-toolbar-spinbutton .first-child a {
	z-index: 0;
	opacity: 1;
}

.yui-toolbar-container .yui-toolbar-spinbutton a.up,.yui-toolbar-container .yui-toolbar-spinbutton a.down
	{
	position: absolute;
	display: block right : 0;
	cursor: pointer;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.yui-toolbar-container .yui-overlay {
	position: absolute;
}

.yui-toolbar-container .yui-overlay ul li {
	margin: 0;
	list-style-type: none;
}

.yui-toolbar-container {
	z-index: 1;
}

.yui-editor-container .yui-editor-editable-container {
	position: relative;
	z-index: 0;
	width: 100%;
}

.yui-editor-container .yui-editor-masked {
	background-color: #CCC;
}

.yui-editor-container iframe {
	border: 0px;
	padding: 0;
	margin: 0;
	zoom: 1;
	display: block;
}

.yui-editor-container .yui-editor-editable {
	padding: 0;
	margin: 0;
}

.yui-editor-container .dompath {
	font-size: 85%;
}

.yui-editor-panel .hd {
	text-align: left;
	position: relative;
}

.yui-editor-panel .hd h3 {
	font-weight: bold;
	padding: 0.25em 0pt 0.25em 0.25em;
	margin: 0;
}

.yui-editor-panel .bd {
	width: 100%;
	zoom: 1;
	position: relative;
}

.yui-editor-panel .bd div.yui-editor-body-cont {
	padding: .25em .1em;
	zoom: 1;
}

.yui-editor-panel .bd .gecko form {
	overflow: auto;
}

.yui-editor-panel .bd div.yui-editor-body-cont:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-editor-panel .ft {
	text-align: right;
	width: 99%;
	float: left;
	clear: both;
}

.yui-editor-panel .ft span.tip {
	display: block;
	position: relative;
	padding: .5em .5em .5em 23px;
	text-align: left;
	zoom: 1;
}

.yui-editor-panel label {
	clear: both;
	float: left;
	padding: 0;
	width: 100%;
	text-align: left;
	zoom: 1;
}

.yui-editor-panel .gecko label {
	overflow: auto;
}

.yui-editor-panel label strong {
	float: left;
	width: 6em;
}

.yui-editor-panel .removeLink {
	width: 80%;
	text-align: right;
}

.yui-editor-panel label input {
	margin-left: .25em;
	float: left;
}

.yui-editor-panel .yui-toolbar-group {
	margin-bottom: 0.75em;
}

.yui-editor-panel .yui-toolbar-group-padding {
	
}

.yui-editor-panel .yui-toolbar-group-border {
	
}

.yui-editor-panel .yui-toolbar-group-textflow {
	
}

.yui-editor-panel .height-width {
	float: left;
}

.yui-editor-panel .height-width h3 {
	
}

.yui-editor-panel .height-width span {
	font-style: italic;
	display: block;
	float: left;
	overflow: visible;
}

.yui-editor-panel .height-width span.info {
	font-size: 70%;
	margin-top: 3px;
}

.yui-editor-panel .yui-toolbar-bordersize,.yui-editor-panel .yui-toolbar-bordertype
	{
	font-size: 75%;
}

.yui-editor-panel .yui-toolbar-container span.yui-toolbar-separator {
	border: none;
}

.yui-editor-panel .yui-toolbar-bordersize span a span,.yui-editor-panel .yui-toolbar-bordertype span a span
	{
	display: block;
	height: 8px;
	left: 4px;
	position: absolute;
	top: 3px;
	_top: -5px;
	width: 24px;
	text-indent: 52px;
	font-size: 0%;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-solid
	{
	border-bottom: 5px solid black;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dotted
	{
	border-bottom: 1px dotted black;
}

.yui-editor-panel .yui-toolbar-bordertype span a span.yui-toolbar-bordertype-dashed
	{
	border-bottom: 1px dashed black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-0
	{
	top: 0px;
	text-indent: 0px;
	font-size: 75%;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-1
	{
	border-bottom: 1px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-2
	{
	border-bottom: 2px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-3
	{
	top: 2px;
	top: -5px;
	border-bottom: 3px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-4
	{
	top: 1px;
	top: -5px;
	border-bottom: 4px solid black;
}

.yui-editor-panel .yui-toolbar-bordersize span a span.yui-toolbar-bordersize-5
	{
	top: 1px;
	top: -5px;
	border-bottom: 5px solid black;
}

.yui-toolbar-container .yui-toolbar-bordersize-menu,.yui-toolbar-container .yui-toolbar-bordertype-menu
	{
	width: 95px !important;
}

.yui-toolbar-bordersize-menu .yuimenuitemlabel,.yui-toolbar-bordertype-menu .yuimenuitemlabel,.yui-toolbar-bordersize-menu .yuimenuitemlabel,.yui-toolbar-bordertype-menu .yuimenuitemlabel:hover
	{
	margin: 0px 3px 7px 17px;
}

.yui-toolbar-bordersize-menu .yuimenuitemlabel .checkedindicator,.yui-toolbar-bordertype-menu .yuimenuitemlabel .checkedindicator
	{
	position: absolute;
	left: -12px;
	top: 14px;
	left: 0px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-1 a {
	border-bottom: 1px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-2 a {
	border-bottom: 2px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-3 a {
	border-bottom: 3px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-4 a {
	border-bottom: 4px solid black;
	height: 14px;
}

.yui-toolbar-bordersize-menu li.yui-toolbar-bordersize-5 a {
	border-bottom: 5px solid black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-solid a {
	border-bottom: 1px solid black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dashed a {
	border-bottom: 1px dashed black;
	height: 14px;
}

.yui-toolbar-bordertype-menu li.yui-toolbar-bordertype-dotted a {
	border-bottom: 1px dotted black;
	height: 14px;
}

h2.yui-editor-skipheader,h3.yui-editor-skipheader {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 0;
	overflow: hidden;
	position: absolute;
}

.yui-toolbar-colors {
	width: 133px;
	zoom: 1;
	display: none;
	z-index: 100;
	overflow: hidden;
}

.yui-toolbar-colors:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-colors a {
	height: 9px;
	width: 9px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 999px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #F6F7EE;
}

.yui-toolbar-colors a:hover {
	border: 1px solid black;
}

.yui-color-button-menu {
	overflow: visible;
	background-color: transparent;
}

.yui-toolbar-colors span {
	position: relative;
	display: block;
	padding: 3px;
	overflow: hidden;
	float: left;
	width: 100%;
	zoom: 1;
}

.yui-toolbar-colors span:after {
	display: block;
	clear: both;
	visibility: hidden;
	content: '.';
	height: 0;
}

.yui-toolbar-colors span em {
	height: 35px;
	width: 30px;
	float: left;
	display: block;
	overflow: hidden;
	text-indent: 999px;
	margin: 0.75px;
	border: 1px solid black;
}

.yui-toolbar-colors span strong {
	font-weight: normal;
	padding-left: 3px;
	display: block;
	font-size: 85%;
	float: left;
	width: 65%;
}

.yui-toolbar-group-undoredo h3,.yui-toolbar-group-insertitem h3,.yui-toolbar-group-indentlist h3
	{
	width: 68px;
}

.yui-toolbar-group-indentlist2 h3 {
	width: 122px;
}

.yui-toolbar-group-alignment h3 {
	width: 130px;
}

 .yui-editor-container {
	border: 1px solid #808080;
}

 .yui-toolbar-container {
	zoom: 1;
}

 .yui-toolbar-container .yui-toolbar-titlebar {
	background: url(sprite.png) repeat-x 0 -200px;
	position: relative;
}

 .yui-editor-container .draggable .yui-toolbar-titlebar {
	cursor: move;
}

 .yui-toolbar-container .yui-toolbar-titlebar h2 {
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 1em;
	font-size: 100%;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-group h3 {
	color: #808080;
	font-size: 75%;
	margin: 1em 0 0;
	padding-bottom: 0;
	padding-left: 0.25em;
	text-align: left;
}

.yui-toolbar-container span.yui-toolbar-separator {
	border: none;
	text-indent: 33px;
	overflow: hidden;
	margin: 0 .25em;
}

 .yui-toolbar-container {
	background-color: #F2F2F2;
}

 .yui-toolbar-container .yui-toolbar-subcont {
	padding: 0 1em 0.35em;
	border-bottom: 1px solid #808080;
}

 .yui-toolbar-container-collapsed .yui-toolbar-titlebar {
	border-bottom: 1px solid #808080;
}

 .yui-editor-container .visible .yui-menu-shadow, .yui-editor-panel .visible .yui-menu-shadow
	{
	display: none;
}

 .yui-editor-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-editor-container ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-toolbar-group ul li.yui-toolbar-groupitem {
	float: left;
}

 .yui-editor-container .dompath {
	background-color: #F2F2F2;
	border-top: 1px solid #808080;
	color: #999;
	text-align: left;
	padding: 0.25em;
}

 .yui-toolbar-container .collapse {
	background: url(sprite.png) no-repeat 0 -400px;
}

 .yui-toolbar-container .yui-toolbar-titlebar span.collapse
	{
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 2px;
	display: block;
	overflow: hidden;
	height: 15px;
	width: 15px;
	text-indent: 9999px;
}

 .yui-toolbar-container .yui-push-button, .yui-toolbar-container .yui-color-button, .yui-toolbar-container .yui-menu-button
	{
	background: url(sprite.png) repeat-x 0 0;
	position: relative;
	display: block;
	height: 22px;
	width: 30px;
	_font-size: 0;
	margin: 0;
	border-color: #808080;
	color: #f2f2f2;
	border-style: solid;
	border-width: 1px 0;
	zoom: 1;
}

 .yui-toolbar-container .yui-push-button a, .yui-toolbar-container .yui-color-button a, .yui-toolbar-container .yui-menu-button a
	{
	padding-left: 35px;
	height: 20px;
	text-decoration: none;
	font-size: 0px;
	line-height: 2;
	display: block;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a, .yui-toolbar-container .yui-toolbar-select a
	{
	font-size: 12px;
}

 .yui-toolbar-container .yui-push-button .first-child, .yui-toolbar-container .yui-color-button .first-child, .yui-toolbar-container .yui-menu-button .first-child
	{
	border-color: #808080;
	border-style: solid;
	border-width: 0 1px;
	margin: 0 -1px;
	display: block;
	position: relative;
}

 .yui-toolbar-container .yui-push-button-disabled .first-child, .yui-toolbar-container .yui-color-button-disabled .first-child, .yui-toolbar-container .yui-menu-button-disabled .first-child
	{
	border-color: #ccc;
}

 .yui-toolbar-container .yui-push-button-disabled a, .yui-toolbar-container .yui-color-button-disabled a, .yui-toolbar-container .yui-menu-button-disabled a
	{
	color: #A6A6A6;
	cursor: default;
}

 .yui-toolbar-container .yui-push-button-disabled, .yui-toolbar-container .yui-color-button-disabled, .yui-toolbar-container .yui-menu-button-disabled
	{
	border-color: #ccc;
}

 .yui-toolbar-container .yui-button .first-child {
	left: 0px;
}

 .yui-toolbar-container .yui-toolbar-fontname {
	width: 135px;
}

 .yui-toolbar-container .yui-toolbar-heading {
	width: 92px;
}

 .yui-toolbar-container .yui-button-hover {
	background: url(sprite.png) repeat-x 0 -1300px;
	border-color: #808080;
}

 .yui-toolbar-container .yui-button-selected {
	background: url(sprite.png) repeat-x 0 -1700px;
	border-color: #808080;
}

 .yui-toolbar-container .yui-toolbar-nogrouplabels h3 {
	display: none;
}

 .yui-toolbar-container .yui-toolbar-nogrouplabels .yui-toolbar-group
	{
	margin-top: .75em;
}

 .yui-toolbar-container .yui-push-button span.yui-toolbar-icon, .yui-toolbar-container .yui-color-button span.yui-toolbar-icon, .yui-toolbar-container .yui-menu-button span.yui-toolbar-icon
	{
	display: block;
	position: absolute;
	top: 2px;
	height: 18px;
	width: 18px;
	overflow: hidden;
	background: url(editor-sprite.gif) no-repeat 30px 30px;
}

 .yui-toolbar-container .yui-button-selected span.yui-toolbar-icon, .yui-toolbar-container .yui-button-hover span.yui-toolbar-icon
	{
	background-image: url(editor-sprite-active.gif);
}

 .yui-toolbar-container .visible .yuimenuitemlabel {
	cursor: pointer;
	color: #000;
	position: relative;
}

 .yui-toolbar-container .yui-button-menu {
	background-color: #fff;
}

 .yui-toolbar-container .yui-button-menu .yui-menu-body-scrolled
	{
	position: relative;
}

 div.yuimenu li.selected {
	background-color: #B3D4FF;
}

 div.yuimenu li.selected a.selected {
	color: #000;
}

 .yui-toolbar-container .yui-toolbar-bold span.yui-toolbar-icon
	{
	background-position: 0 0;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-strikethrough span.yui-toolbar-icon
	{
	background-position: 0 -108px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-italic span.yui-toolbar-icon
	{
	background-position: 0 -36px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-undo span.yui-toolbar-icon
	{
	background-position: 0 -1326px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-redo span.yui-toolbar-icon
	{
	background-position: 0 -1355px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-underline span.yui-toolbar-icon
	{
	background-position: 0 -72px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-subscript span.yui-toolbar-icon
	{
	background-position: 0 -180px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-superscript span.yui-toolbar-icon
	{
	background-position: 0 -144px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-forecolor span.yui-toolbar-icon
	{
	background-position: 0 -216px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-backcolor span.yui-toolbar-icon
	{
	background-position: 0 -288px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyleft span.yui-toolbar-icon
	{
	background-position: 0 -324px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifycenter span.yui-toolbar-icon
	{
	background-position: 0 -360px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyright span.yui-toolbar-icon
	{
	background-position: 0 -396px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-justifyfull span.yui-toolbar-icon
	{
	background-position: 0 -432px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-indent span.yui-toolbar-icon
	{
	background-position: 0 -720px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-outdent span.yui-toolbar-icon
	{
	background-position: 0 -684px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-createlink span.yui-toolbar-icon
	{
	background-position: 0 -792px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-insertimage span.yui-toolbar-icon
	{
	background-position: 1px -756px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-left span.yui-toolbar-icon
	{
	background-position: 0 -972px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-right span.yui-toolbar-icon
	{
	background-position: 0 -936px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-inline span.yui-toolbar-icon
	{
	background-position: 0 -900px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-block span.yui-toolbar-icon
	{
	background-position: 0 -864px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-bordercolor span.yui-toolbar-icon
	{
	background-position: 0 -252px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-removeformat span.yui-toolbar-icon
	{
	background-position: 0 -1080px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-hiddenelements span.yui-toolbar-icon
	{
	background-position: 0 -1044px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-insertunorderedlist span.yui-toolbar-icon
	{
	background-position: 0 -468px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-insertorderedlist span.yui-toolbar-icon
	{
	background-position: 0 -504px;
	left: 5px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton, .yui-toolbar-container .yui-toolbar-spinbutton .first-child
	{
	width: 35px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton .first-child a
	{
	padding-left: 2px;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-spinbutton span.yui-toolbar-icon
	{
	display: none;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.up, .yui-toolbar-container .yui-toolbar-spinbutton a.down
	{
	right: 2px;
	background: url(editor-sprite.gif) no-repeat 0 -1222px;
	overflow: hidden;
	height: 6px;
	width: 7px;
	min-height: 0;
	padding: 0;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.up {
	top: 2px;
	background-position: 0 -1222px;
}

 .yui-toolbar-container .yui-toolbar-spinbutton a.down {
	bottom: 2px;
	background-position: 0 -1187px;
}

 .yui-toolbar-container select {
	height: 22px;
	border: 1px solid #808080;
}

 .yui-toolbar-container .yui-toolbar-select .first-child a
	{
	padding-left: 5px;
	text-align: left;
}

 .yui-toolbar-container .yui-toolbar-select span.yui-toolbar-icon
	{
	background: url( editor-sprite.gif ) no-repeat 0 -1144px;
	overflow: hidden;
	right: -2px;
	top: 0px;
	height: 20px;
}

 .yui-editor-panel .yui-color-button-menu .bd {
	background-color: transparent;
	border: none;
	width: 135px;
}

 .yui-color-button-menu .yui-toolbar-colors {
	border: 1px solid #808080;
}

 .yui-editor-panel {
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	overflow: visible;
	position: absolute;
}

 .yui-editor-panel .hd {
	margin: 10px 0 0;
	padding: 0;
	border: none;
}

 .yui-editor-panel .hd h3 {
	color: #000;
	border: 1px solid #808080;
	background: url(sprite.png) repeat-x 0 -200px;
	width: 99%;
	position: relative;
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 93%;
	text-indent: 5px;
	height: 20px;
}

 .yui-editor-panel .bd {
	background-color: #F2F2F2;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	width: 99%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

 .yui-editor-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

 .yui-editor-panel ul li {
	margin: 0;
	padding: 0;
}

 .yui-editor-panel .yuimenu {
	
}

 .yui-editor-panel .yui-toolbar-container .yui-toolbar-subcont
	{
	padding: 0;
	border: none;
	margin-top: 0.35em;
}

 .yui-editor-panel .yui-toolbar-bordersize, .yui-editor-panel .yui-toolbar-bordertype
	{
	width: 50px;
}

 .yui-editor-panel label {
	display: block;
	float: none;
	padding: 4px 0;
	margin-bottom: 7px;
}

 .yui-editor-panel label strong {
	font-weight: normal;
	font-size: 93%;
	text-align: right;
	padding-top: 2px;
}

 .yui-editor-panel label input {
	width: 75%;
}

 .yui-editor-panel .createlink_target, .yui-editor-panel .insertimage_target
	{
	width: auto;
	margin-right: 5px;
}

 .yui-editor-panel .removeLink {
	width: 98%;
}

 .yui-editor-panel label input.warning {
	background-color: #FFEE69;
}

 .yui-editor-panel .yui-toolbar-group h3 {
	color: #000;
	float: left;
	font-weight: normal;
	font-size: 93%;
	margin: 5px 0 0 0;
	padding: 0 3px 0 0;
	text-align: right;
}

 .yui-editor-panel .height-width h3 {
	margin: 3px 0 0 10px;
}

 .yui-editor-panel .height-width {
	margin: 3px 0 0 35px;
	margin-left: 14px;
	width: 42%;
	width: 44%;
}

 .yui-editor-panel .yui-toolbar-group-border {
	width: 190px;
}

 .yui-editor-panel .no-button .yui-toolbar-group-border {
	width: 210px;
}

 .yui-editor-panel .yui-toolbar-group-padding {
	width: 203px;
	_width: 198px;
}

 .yui-editor-panel .no-button .yui-toolbar-group-padding {
	width: 172px;
}

 .yui-editor-panel .yui-toolbar-group-padding h3 {
	margin-left: 25px;
	margin-left: 12px;
}

 .yui-editor-panel .yui-toolbar-group-textflow {
	width: 182px;
}

 .yui-editor-panel .hd {
	background: none;
}

 .yui-editor-panel .ft {
	background-color: #F2F2F2;
	border: 1px solid #808080;
	border-top: none;
	padding: 0;
	margin: 0 0 2px 0;
}

 .yui-editor-panel .hd span.close {
	background: url(sprite.png) no-repeat 0 -300px;
	cursor: pointer;
	display: block;
	height: 16px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: 500px;
	top: 2px;
	width: 26px;
}

 .yui-editor-panel .ft span.tip {
	background-color: #F2F2F2;
	border-top: 1px solid #808080;
	font-size: 85%;
}

 .yui-editor-panel .ft span.tip strong {
	display: block;
	float: left;
	margin: 0 2px 8px 0;
}

 .yui-editor-panel .ft span.tip span.icon {
	background: url( editor-sprite.gif ) no-repeat 0 -1260px;
	display: block;
	height: 20px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 20px;
}

 .yui-editor-panel .ft span.tip span.icon-info {
	background-position: 2px -1260px;
}

 .yui-editor-panel .ft span.tip span.icon-warn {
	background-position: 2px -1296px;
}

 .yui-editor-panel .hd span.knob {
	position: absolute;
	height: 10px;
	width: 28px;
	top: -10px;
	left: 25px;
	text-indent: 9999px;
	overflow: hidden;
	background: url( editor-knob.gif ) no-repeat 0 0;
}

 .yui-editor-panel .yui-toolbar-container {
	float: left;
	width: 100%;
	background-image: none;
	border: none;
}

 .yui-editor-panel .yui-toolbar-container .bd {
	background-color: #ffffff;
}

.yui-editor-blankimage {
	background-image: url( blankimage.png );
}

 .yui-editor-container .yui-resize-handle-br {
	height: 11px;
	width: 11px;
	background-position: -20px -60px;
	background-color: transparent;
}

.yui-h-slider,.yui-v-slider {
	position: relative;
}

.yui-h-slider .yui-slider-thumb,.yui-v-slider .yui-slider-thumb {
	position: absolute;
	cursor: default;
}

 .yui-h-slider {
	background: url('http://localhost:46180/../bg-h.gif') no-repeat 5px 0;
	height: 28px;
	width: 228px;
}

 .yui-h-slider .yui-slider-thumb {
	top: 4px;
}

 .yui-v-slider {
	background: url('http://localhost:46180/../bg-v.gif') no-repeat 12px 0;
	height: 228px;
	width: 48px;
}

.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li
	{
	margin: 0 0.5em 0 0;
}

.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li {
	margin: 0 0 0.5em;
}

.yui-hidden, .yui-navset .yui-content .yui-hidden {
	display: none;
}

.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav
{
	width: 6em;
}

.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav {
	padding-top:4px;
	width: auto;
}

.yui-navset .yui-navset-left,.yui-navset-left {
	padding: 0 0 0 6em;
}

.yui-navset-right { 
	padding: 0 6em 0 0;
}

.yui-navset-top,.yui-navset-bottom {
	padding: auto;
}

.yui-nav, .yui-nav li, .yui-navset .yui-nav li {
	margin: 0;
	padding: 0;
	padding-top:0px;
	list-style: none;
}

.yui-navset li em {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color:#666;
}

.yui-navset {
	position: relative;
	/*overflow-y: auto;*/
	height:100%;
	zoom: 1;
}

#displayEmailFrameDivPreview{
	height: calc(100% - 110px);
}

.yui-navset .yui-content {
	zoom: 1;
	background: #FFFFFF;
	color: #000;
}

.yui-navset .yui-nav li,.yui-navset .yui-navset-top .yui-nav li,.yui-navset .yui-navset-bottom .yui-nav li
	{
	display: inline-block;
	display: -moz-inline-stack;
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
	zoom: 1;
}

.yui-navset-left .yui-nav li,.yui-navset-right .yui-nav li {
	display: block;
}

.yui-navset .yui-nav a {
	position: relative;
}

.yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a
	{
	display: inline;
	display: inline-block;
	display: -moz-inline-stack;
	vertical-align: bottom;
	zoom: 1;
	background:#DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x 0 -30px;
}

.yui-navset-left .yui-nav li a,.yui-navset-right .yui-nav li a {
	display: block;
}

.yui-navset-bottom .yui-nav li a {
	vertical-align: text-top;
}

.yui-navset .yui-nav li a em,.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em
	{
	display: block;
}

.yui-navset .yui-navset-left .yui-nav,.yui-navset .yui-navset-right .yui-nav,.yui-navset-left .yui-nav,.yui-navset-right .yui-nav
	{
	position: absolute;
	
	z-index: 1;
}

.yui-navset-top .yui-nav,.yui-navset-bottom .yui-nav {
	position: static;
}

.yui-navset .yui-navset-left .yui-nav,.yui-navset-left .yui-nav {
	left: 0;
	right: auto;
}

.yui-navset .yui-navset-right .yui-nav,.yui-navset-right .yui-nav {
	right: 0;
	left: auto;
}

.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav
{
	background:#DDD;   
	zoom: 1;
	white-space: nowrap;
	overflow-x:hidden;
	white-space:nowrap;
	min-height: 30px !important;
}

 .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li
	{
	margin:0px 1px 0 0;
	overflow: hidden;
	height: 18px;
	zoom: 1;

}

 .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected
{
  /*  margin: 0 0.16em -1px 0;*/
}

 .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a
	{
	background: background:#FDFDFD url('../../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x scroll 0 -30px;
	border: solid #a3a3a3;
	border-width: 0 1px;
	color: #000;
	position: relative;
	text-decoration: none;
	height:18px;
}

 .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em
	{
	border: solid #a3a3a3;
	border-width: 1px 0 0;
	cursor: hand;
	padding: 1px 10px 1px;
	left: 0;
	right: 0;
	bottom: 0;
	top: -1px;
	position: relative;
}

 .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover
	{
	background:#666666 url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x 0 -155px;
	color: #000;
}

 .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus
{
	outline: 0;
}

 .yui-navset .yui-nav .selected a em {
	padding: 2px 10px 1px;
	color: #333;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em
{
	color: #fff;
	border-color: #666;
}

.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content
{
	border-top-width: 0px;
	padding: 0.2em 0.5em;
	max-height: calc(100vh - 255px) !important;
}

.yui-layout-unit-center .yui-navset .yui-content, .yui-layout .yui-layout-unit.yui-layout-unit-center div.yui-layout-bd{
	border-style:none;  
}

 .yui-navset-left .yui-nav, .yui-navset .yui-navset-left .yui-nav, .yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav
	{
	border-width: 0 5px 0 0;
	Xposition: absolute;
	top: 0;
	bottom: 0;
}

 .yui-navset .yui-navset-right .yui-nav, .yui-navset-right .yui-nav
	{
	border-width: 0 0 0 5px;
}

 .yui-navset-left .yui-nav li, .yui-navset .yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li
	{
	margin: 0 0 0.16em;
	padding: 0 0 0 1px;
}

 .yui-navset-right .yui-nav li {
	padding: 0 1px 0 0;
}

 .yui-navset-left .yui-nav .selected, .yui-navset .yui-navset-left .yui-nav .selected
	{
	margin: 0 -1px 0.16em 0;
}

 .yui-navset-right .yui-nav .selected {
	margin: 0 0 0.16em -1px;
}

 .yui-navset-left .yui-nav a, .yui-navset-right .yui-nav a
	{
	border-width: 1px 0;
}

 .yui-navset-left .yui-nav a em, .yui-navset .yui-navset-left .yui-nav a em, .yui-navset-right .yui-nav a em
	{
	border-width: 0 0 0 1px;
	padding: 0.2em .75em;
	top: auto;
	left: -1px;
}

 .yui-navset-right .yui-nav a em {
	border-width: 0 1px 0 0;
	left: auto;
	right: -1px;
}

 .yui-navset-left .yui-nav a, .yui-navset-left .yui-nav .selected a, .yui-navset-left .yui-nav a:hover, .yui-navset-right .yui-nav a, .yui-navset-right .yui-nav .selected a, .yui-navset-right .yui-nav a:hover, .yui-navset-bottom .yui-nav a, .yui-navset-bottom .yui-nav .selected a, .yui-navset-bottom .yui-nav a:hover
	{
	background-image: none;
}

 .yui-navset-left .yui-content {
	border: 1px solid #808080;
	border-left-color: #243356;
}

 .yui-navset-bottom .yui-nav, .yui-navset .yui-navset-bottom .yui-nav
	{
	border-width: 5px 0 0;
}

 .yui-navset .yui-navset-bottom .yui-nav .selected, .yui-navset-bottom .yui-nav .selected
	{
	margin: -1px 0.16em 0 0;
}

 .yui-navset .yui-navset-bottom .yui-nav li, .yui-navset-bottom .yui-nav li
	{
	padding: 0 0 1px 0;
	vertical-align: top;
}

 .yui-navset .yui-navset-bottom .yui-nav li a, .yui-navset-bottom .yui-nav li a
	{
	
}

 .yui-navset .yui-navset-bottom .yui-nav a em, .yui-navset-bottom .yui-nav a em
	{
	border-width: 0 0 1px;
	top: auto;
	bottom: -1px;
}

 .yui-navset-bottom .yui-content, .yui-navset .yui-navset-bottom .yui-content
	{
	border: 1px solid #808080;
	border-bottom-color: #243356;
}

.ygtvitem {
	
}

.ygtvitem table {
	margin-bottom: 0;
	border: none;
}

.ygtvrow td {
	border: none;
	padding: 0;
}

.ygtvrow td a {
	text-decoration: none;
}

.ygtvtn {
	width: 18px;
	height: 22px;

}

.ygtvtm {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvtmh,.ygtvtmhh {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvtp {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvtph,.ygtvtphh {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvln {
	width: 18px;
	height: 22px;

}

.ygtvlm {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvlmh,.ygtvlmhh {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvlp {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvlph,.ygtvlphh {
	width: 18px;
	height: 22px;
	cursor: pointer;

}

.ygtvloading {
	width: 18px;
	height: 22px;
	background: url(treeview-loading.gif) 0 0 no-repeat;
}

.ygtvdepthcell {
	width: 18px;
	height: 22px;

}

.ygtvblankdepthcell {
	width: 18px;
	height: 22px;
}

.ygtvchildren {
	
}

* html .ygtvchildren {
	height: 2%;
}

.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover {
	margin-left: 2px;
	text-decoration: none;
	background-color: white;
	cursor: pointer;
}

.ygtvcontent, .ygtvcontent a:link, .ygtvcontent a:visited{
	color: #444444;
}

.ygtvspacer {
	height: 22px;
	width: 12px;
}
/*
.ygtvfocus {
	background-color: #c0e0e0;
	border: none;
}

.ygtvfocus .ygtvlabel,.ygtvfocus .ygtvlabel:link,.ygtvfocus .ygtvlabel:visited,.ygtvfocus .ygtvlabel:hover
	{
	background-color: #c0e0e0;
}

.ygtvfocus a,.ygtvrow td a {
	outline-style: none;
}*/

.ygtv-highlight1 {
	background-color: #EEE;
}

.ygtv-highlight1 .ygtvcontent {
	border:thin dashed lightgrey;
}

.ygtvok {
	width: 18px;
	height: 22px;
}

.ygtvok:hover {

}

.ygtvcancel {
	width: 18px;
	height: 22px;

}

.ygtvcancel:hover {

}

.ygtv-label-editor {
	background-color: #f2f2f2;
	border: 1px solid silver;
	position: absolute;
	display: none;
	overflow: hidden;
	margin: auto;
	z-index: 9000;
}

.ygtv-edit-TextNode {
	width: 190px;
}

.ygtv-edit-TextNode .ygtvcancel,.ygtv-edit-TextNode .ygtvok {
	border: none;
}

.ygtv-edit-TextNode .ygtv-button-container {
	float: right;
}

.ygtv-edit-TextNode .ygtv-input input {
	width: 140px;
}

.ygtv-edit-DateNode .ygtvcancel {
	border: none;
}

.ygtv-edit-DateNode .ygtvok {
	display: none;
}

.ygtv-edit-DateNode .ygtv-button-container {
	text-align: right;
	margin: auto;
}

.ydlg-bd {
	background-color:#F2F2F2;
	padding: 5px;
}


.sugar-progress-wrap {
	background-color: #FFF;
	border:1px solid #666;
	height: 16px;
	width: 100%;	
}

.sugar-progress-bar {
	background:#DDD url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') repeat-x 0 -50px;   
	height: 16px;
	width: 0px;
}

/* Sugar YUI widget styles */
 a.sugar-tab-close, .yui-navset .yui-nav a.sugar-tab-close, .yui-navset .yui-nav .selected a.sugar-tab-close {
	height:9px;
	position:relative;
	top:-3px;
	width:9px;
	background : url('http://localhost:46180/../../../index.php?entryPoint=getImage&themeName=NeoTheme&themeName=NeoTheme&imageName=sugar-yui-sprites-grey.png') no-repeat 0px -70px;
}

.sugar-message-prompt {
	margin-left: 5px;
}

.sugar-subpanel-header-row {
	background-color:#EEEEEE;
	border-bottom:1px solid #C0C0C0;
	height:21px;
}

/* KBDocuments tree*/
#tagstree{
	width:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.ygtvlabel, .ygtvlp, .ygtvlm
{
	background-color: transparent !important;
}


.disable_recorder {
 background-image: url(https://app.raychat.io/assets/widget/images/mic-off.svg) !important;
}
.raychat_voice_pulse_ring {
 width: 35px;
 height: 35px;
 border: 5px solid #021d4e;
 border-radius: 50%;
 position: absolute;
 top: 7px;
 left: 24px;
 animation: pulsate infinite 2s;
 z-index: -1;
}
@-webkit-keyframes pulsate {
 0% {
  -webkit-transform: scale(1, 1);
  opacity: 1;
 }
 100% {
  -webkit-transform: scale(1.2, 1.2);
  opacity: 0;
 }
}
.raychat_main_button {
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0 x;
}
.raychat_floating_app_widget {
 position: relative;
 z-index: 999999999999;
 direction: rtl;
}
.raychat_bgc {
 background-color: #021d4e;
}    /*animation*/
.raychat_main_button.raychat_animated {
 animation-duration: .2s !important;
 animation-fill-mode: both;
}
.raychat_main_container.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container {
 background: #fff;
 height: 100%;
 width: 100%;
 position: fixed;      /* overflow: hidden; */
 display: none;
}
.raychat_main_container.responsive {
 height: auto;
 width: auto;
 top: 0 !important;
 right: 0 !important;
 bottom: 0 !important;
 left: 0 !important;
 border-radius: 0 !important;
 margin: 0;
}
.raychat_main_container.responsive .raychat_main_container_header {
 border-radius: 0 !important;
}
.raychat_main_container.responsive .raychat_main_container_footer {
 border-radius: 0 !important;
}
.raychat_main_container.bottom {
 bottom: 0 !important;
}
.raychat_main_container.right {
 right: 0 !important;
}
.raychat_main_container.top {
 top: 0 !important;
}
.raychat_main_container.left {
 left: 0 !important;
}
.raychat_main_container.active {
 display: block;
}
.raychat_main_container_header {
 height: 60px !important;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 999999999999;
}
.raychat_main_container_body {
 height: 478px;
 margin-top: 60px;
 overflow: hidden;
 overflow-y: auto;
 background-color: white;
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAI6BAMAAADI6d6mAAAAKlBMVEX////////////////////////////x8fH////39/f7+/v09PT9/f3s7OyTXgTDAAAABnRSTlMB1SuUj71gDVe7AAAI40lEQVR42u3dPW/bRhgHcAL5Dh06d+iYz9ChH6F7gfZReLxZhGhlyZCtKwla9pCFhPyyRpClrBQUtWsDO/4wNXlO4ia2TJM63f2R/yHIZuCHB6fnXvjcXRAEP/0o29qw+f9UfGpvfglu2rPXAieXF89v5L8JoFz+vAm5QMrlefAzqPxV8Cuo/I/gB1D570EBKleBgMrlcfllXrcYUD5t5EeAcl8b5ZRT/n3IdYUqD1NUubqC7efHKapcLSpQuYTXsFnxAlWur1DlZQoqD0eouSWuQOXhW47+lLfOiSNUuayWqHKdFagjkYIdQyVnzNnPfckt4Ye4bkO8fB4e/V23ncvtz1siM0rvXK6s9/LQktx+i2DljDljLhIv6jYDjPnYDGSAMW8rZ8wdxNzS6L+HmMd2Zlz25RbXRJRTTrl9+XS5Z/moqaDJess3o31X4Zjan8O+cv2xwpjzfiMPhwIqLytU+VxQ5Rew8oQx37t8AitfpahylaDKpTxEletsDCqH/YVSTjnllFNOOeWUU0455ZRTTjnllFNOOeWUU0455ZRTTjnllFO+1zZIYeUHBag8Cg+qnvLJwkktRiTrUdVLfjo/yZZO5HKa9JGrkYh+WTmRS3nRQ97USnU5T6lPTKt6yHV21F3e1KfpDgVTata0RdFDfkNPO8uNOXfTW0TUu85yUyh16kw+6ywfOpXrWdoz5hM38l6/0Pmd/8GyYiEi4diJvN9IFNZ/fexkJFqP+s1bsiOZuqh/jb6etjxZrmfxyEHIgWe5g4KrOcp7yAdDVPkkQZUnMIe2vpa/jVJQeaXGoHInK5wdyVcFqnzfVzruTq4TVLlg5sVajpkXa7keo8pxTlZ+I4fMi0FzLRPifDGY1q1A7S1cE1FOOeWUU0455ZRTTjnllDtpOp8XmPJsnnd8vsuxPBqLhFeI8rqEQHfb13QrN/uC3bbB3cqNWQ8B5f+7o5pyyrc11fRzBSg3tWzdNsEdy2u0ngmgXF1WUi4R5bKJ444fNTnLpZxyyimnnHLKKaeccsq/C7kyz2/FhSW5tleCX5lmJ+Z6Gs+vEXvLdDY/U0M4ebWejc4gX2zPDppjm1EBJ5+Y386qgpNHZo9q30eMdyB/YT6u5Xhy2TRBTwDlTdD3XsS+k3y+OXJwzmQn8jro+07nOxpDo6UMCki5XlQl6Cw3Wk5A5bKYo8qja1S5FLByrkMpp5xyyimnXHSeF5jybJ5/fYEkhnwwFtlcI8qb67YmgHJzt4j/dwB8KzeLeDXEk9/uyQLKVeVmjcMxlHJw+cx80BwCxvzeD5rsLZRTTjnllFNOOeWUU0455ZRTTjnllFNOOeWUU0455ZS7lq/jClOuRgVozM8L0N6iR6j9fM/ncnYpf2oZUnMpVDZLRfSscCl/+jHLmUh4XXeywVvBkg9SWRVy8y+rsHqLqLHMRcJhp3eGdijv8KDXcVn/TXyeupV3qHEMm6Ol0dxxbpF/7B+0PG9KfF7uWq6z3Pa8xRz8jXY+41ITVLn9RjnllFNOOeWO5Sd1KwHlq0XTAOWWZrmUU0455ZRTTjnllH+v8vJIRLI4FZGs8EM+aLd7rRci6kol5vEsP+QtPy+ZDyNlJd3ezbIhD9vdBXH7beStTnzp5wNZj1rRF+uxiB5tbH/3VGet5bJp9fk4agoSVtbLEqI4bS2X8sKnhKcP2sslW/pEb9MhP8l1duRT0JP2ctGzyiP6BFa+Qu0tt9EE/IU+IeaniVfw9v18M/IL3jq3tBz999eilvlc+Xb7lm4zwXjCLHdvLZy1nbcciWfytnNFrqApp7xje1+hyrMUVK6TMag8Sueg8rKy/hhKYKmz2K9GtyO/YVvfCbMjXxUiGaQ8F/s3kVqRN/XcagwoN+GeA8rNBnu3h9idym/TiuW8aEN+S7acF23IP3UTu19lbMiz24cQXxZwv1CuiSin3LQ1qrx/snclX6Wg8h2cPA5QQ+5IvovD3gFSyNUsPiicyruGPDuS9aVTeceQh+O7fxsAhbyZPX9e3rqQd90VyO/870Yedvw7M+yWgDMu009WsHLEmJsNnAmgvDkf/iIBlDc56XNJAJJcf6zulD5BreY2o/xL6RPWOnS6OOQKmnLKKaeccsopp5xyyu9p7/NDTLk6yGdLSHlWiLyrAOXqWkTCMaDcVCXMAeVmp6kElJu94AGg/MT0do5ElPvXwgpVfs+nJRC5uoTt56slqlx/c5cGTG5R//oqf/SRgKGv8vkjVbxrX+VqnDyykKk8la+K7VW8x4WvuWWyvY7hnjWMJ3KdiN62wLrnDQFP5HXAJ5DyupNvO91wz2F0T+RzEdl2ukF/qPyUqyZZbyuSWid+yk1H2ZoXy/QB+ZlT+eShSfid/vLQvMXlzsmnhLg1L+qHRv+ycCj/FOxJl94SuryU4zw3bct9duHowV/oxuEe4fpW/vBzGPfc0fEltxx7vfYfbhmJBj7Lt47+54LVvvTzBFSufLvwp7XcaT7vJZ8LqvxCGPN9y89TVLn27U6u9vl8jZrPgcdQv+ct2+T6GFVeLkHl4RVqVuzygidH/37yM1i5UE455ZRTTjnllFNOOeWUU/69yXXrjeDmoussLkT0zAd5+9t73jcPkK2vRf5aeiB/yu095gGySatXQuzLn3JhknmAbJD2v0032G/Ibx8gU0npw71zT7ujyjxAVvpw75x29FpNsOeQeyR3FfL+cichDz/EcW+5k+3rqBDBnLdQTjnl+uQMVD49nBSQcp2IWkLKw0JkCimPKpENZsyrHdz0bU1+eHKC2VvUYrF4UK6Wor0ukHo4K54e5gWmXE/9rmLgviLllFNOOYZc5aBynaHKV0vU3rJA7eePX1Lmq/zx9xd8lQ8qyvcuL2B/obD9/PE1sLf5/NFDCN7Kw8sKdca1iTnLpZxyyimnnHLKKaeccsopp5xyyimnnHLKKaeccsopp5xyyimnnHLKKaeccgfyAhSugh9A5b8Hv4LK/wh+BpW/Cp6Byp8HwW+Q8D+DIHj2GhD+4ibkQfDTj3DwN78EwX/aUwvU8OxFjwAAAABJRU5ErkJggg==");
 position: relative;
 z-index: 999999999999;
 padding: 0 0 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.raychat_main_container_footer {
 background: #ffffff;
 height: 62px;
 position: fixed;
 bottom: 0;
 width: 100%;
 z-index: 99999999999999;
 transition: all .3s ease;
}
.raychat_main_container_footer.active {
 background: white !important;
 -webkit-box-shadow: 0px -10px 69px -13px rgba(0, 0, 0, 0.09) !important;
 -moz-box-shadow: 0px -10px 69px -13px rgba(0, 0, 0, 0.09) !important;
 box-shadow: 0px -10px 69px -13px rgba(0, 0, 0, 0.09) !important;
}
::-webkit-scrollbar {
 width: 6px;
 background-color: transparent;
 border-radius: 0;
 -webkit-border-radius: 0;
}
::-webkit-scrollbar-button:vertical {
 background-color: transparent;
 border-top: 1px solid transparent;
 height: 0;
}
::-webkit-scrollbar-thumb {
 background-color: #d9d9d9;
 border-radius: 17px;
}
::-webkit-scrollbar-thumb:hover {
 background-color: #ccc;
 cursor: pointer;
}
.raychat_main_container_footer_input_div {
 height: 100%;
 display: inline-block;
 width: 77% !important;
 float: right;
 position: relative;
}
.raychat_main_container_footer_input_div.ltr {
 left: 16px !important;
}
.raychat_main_container_footer_input_div textarea {
 position: absolute;
 top: 0;
 bottom: 0;
 text-align: right;
 right: 0;
 padding: 20px;
 color: #626262;
 resize: none;
 border: none;
 transition: background-color .2s ease, box-shadow .2s ease;
 outline: none;
 width: 100%;
 background: none;
 font-family: Shabnam, sans-serif !important;
 font-size: 13px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 height: 61px;
 overflow-y: auto;
 padding: 20px;
 box-sizing: border-box;
 line-height: 21px;
}
.force_for_fill_form {
 -webkit-touch-callout: none;      /* -webkit-user-select: none; */      /* -khtml-user-select: none; */      /* -moz-user-select: none; */      /* -ms-user-select: none; */      /* user-select: none; */
 background: red;
}
.raychat_main_container_footer_input_div textarea.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_footer_details_div {
 height: 100%;
 display: inline-block;
 width: 20% !important;
 float: right;
}
.raychat_main_container_footer_details_div_mic {
 background-image: url(https://app.raychat.io/assets/widget/images/mic.svg);
 height: 10vh;
 background-repeat: no-repeat;
 display: inline-block;
 width: 33% !important;
 background-position: center left;
 cursor: pointer;
 position: relative;
 background-size: 25px;
 transition: all 0.2s;
 float: right;
 margin: 0 2px;
}
.raychat_main_container_footer_details_div_mic:hover {
 background-image: url(https://app.raychat.io/assets/widget/images/mic-hover.svg);
}
.raychat_main_container_footer_details_div_emoji {
 height: 10vh;
 background-image: url(https://app.raychat.io/assets/widget/images/smile.svg);
 background-repeat: no-repeat;
 display: inline-block;
 width: 30% !important;
 background-position: center left;
 cursor: pointer;
 position: relative;
 background-size: 20px;
 transition: all 0.2s;
 z-index: 10;
 float: right;
 margin: 0 2px;
}
.raychat_main_container_footer_details_div_emoji:hover {
 background-image: url(https://app.raychat.io/assets/widget/images/smile-hover-first.svg);
}
.raychat_main_container_footer_details_div_close_type {
 height: 61px;
 background-image: url("https://app.raychat.io/assets/widget/images/round-close-24px.svg");
 background-repeat: no-repeat;
 width: 32% !important;
 background-position: center left;
 cursor: pointer;
 position: relative;
 background-size: 30px;
 display: none;
}
.raychat_main_container_footer_details_div_close_type.active {
 display: inline-block;
}
.raychat_main_container_footer_details_div_emoji.active {
 background-image: url("https://app.raychat.io/assets/widget/images/smile-hover.svg");
}
.raychat_main_container_footer_details_div_emoji_div {
 height: 199px;
 width: 370px;
 position: absolute;
 bottom: 61px;
 left: -212%;
 background: white;
 overflow: hidden;
 overflow-y: scroll;
 cursor: default;
 display: none;
 text-align: right;
 padding: 10px 0;
 text-align: center;
}
.raychat_main_container_footer_details_div_emoji_div span {
 padding: 6px;
 width: 30px;
 line-height: 30px;
 display: inline-table;
 text-align: center;
 cursor: pointer;
 vertical-align: middle;
 font-size: 28px;
 -webkit-transition: all .2s ease !important;
 -moz-transition: all .2s ease !important;
 -ms-transition: all .2s ease !important;
 -o-transition: all .2s ease !important;
 transition: all .2s ease !important;
}
.raychat_main_container_footer_details_div_emoji_div span.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_footer_details_div_emoji_div span:hover {
 transition-delay: 0ms;
 -webkit-transform: scale(1.4);
 -ms-transform: scale(1.4);
 transform: scale(1.4);
}
.raychat_main_container_footer_details_div_emoji_div.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_footer_details_div_emoji_div.active {
 display: block;
}
.raychat_main_container_footer_details_div_send {
 height: 10vh;
 display: inline-block;
 cursor: pointer;
 width: 1% !important;
 position: relative;
 vertical-align: top;
}
.raychat_main_container_footer_details_div_send.active {
 background-image: url(https://app.raychat.io/assets/widget/images/send-btn-widget.svg);
 background-position: center center;
 background-repeat: no-repeat;
 height: 61px !important;
 position: absolute;
 width: 35px !important;
 background-size: 20px;
 left: 3px;
 top: 1px;
}
.raychat_main_container_footer_details_div_send.active:hover {
 background-image: url(https://app.raychat.io/assets/widget/images/send-btn-widget-hover-first.svg);
}
.raychat_main_container_footer_details_div_send.active.ltr {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.raychat_main_container_header_agents {
 display: none;
}
.raychat_main_container_header_agents.active {
 display: block !important;
}
.raychat_main_container_header_agents_accepted {
 display: none;
}
.raychat_main_container_header_agents_accepted .raychat_main_container_header_agents_1 {
 width: 32px;
 height: 32px;
 top: 13px;
 right: 23px !important;
 opacity: 1 !important;
}
.raychat_main_container_header_agents_accepted span {
 top: -2px !important;
 right: 67px !important;
 font-size: 16px !important;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.raychat_main_container_header_agents_accepted p {
 right: 69px !important;
 top: 25px !important;
}
.raychat_main_container_header_agents_accepted.active {
 display: block !important;
}
.raychat_main_container_header_agents_agent {
 height: 32px;
 display: inline-block;
 width: 32px;
 border-radius: 50%;
 position: absolute;
 top: 13px;
 background-repeat: no-repeat;
 background-size: cover;
 background-color: white;
}
.raychat_main_container_header_agents_agent_status {
 width: 7px;
 height: 7px;
 position: absolute;
 border-radius: 100%;
 border: 2px solid #021d4e;
 bottom: -10%;
}
.raychat_main_container_header_agents_agent_status.raychat_animated {
 animation-duration: .8s !important;
 animation-fill-mode: both;
}
.raychat_main_container_header_agents_agent_status.online {
 background-color: #2ECC71;
}
.raychat_main_container_header_agents_agent_status.offline {
 background: none;
 border: none;
}
.raychat_main_container_header_agents_agent_border {
 border: 4px solid #021d4e;
}
.raychat_main_container_header_agents_agent.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_footer_details_div.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_header_agents_accepted .raychat_main_container_header_agents_1 {
 right: 23px;
 opacity: 0.8;
}
.raychat_main_container_header_agents_1 {
 right: 3%;
 opacity: 0.6;
}
.raychat_main_container_header_agents_2 {
 right: 9.5%;
 opacity: 0.86;
}
.raychat_main_container_header_agents_3 {
 right: 16.5%;
}
.raychat_main_container_header_agents_heading span {
 color: white;
 position: absolute;
 right: 107px;
 top: 0px;
 font-size: 17px;
 font-family: Shabnam, sans-serif !important;
 -webkit-font-smoothing: antialiased;
 font-weight: 300;
 margin: 15px 0 0;
 -moz-osx-font-smoothing: grayscale;
 white-space: nowrap;
 width: 224px;
 overflow: hidden;
 text-overflow: ellipsis;
}
.raychat_main_container_header_agents_heading p {
 color: white;
 position: absolute;
 right: 109px;
 top: 26px;
 font-size: 10px;
 font-family: Shabnam, sans-serif;
 padding: 0;
 margin-top: 11px;
 color: rgba(255, 255, 255, 0.9);
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 white-space: nowrap;
 width: 224px;
 overflow: hidden;
 text-overflow: ellipsis;
}
.raychat_noselect {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.raychat_main_container_body_chat {
 padding: 0 20px 0 18px;
 font-family: Shabnam, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 overflow: hidden;
}
.raychat_main_container_body_chat_item {
 width: 100%;
 margin: 8px 0;
 position: relative;
 word-break: break-word;
}
.raychat_main_container_body_chat_item:last-child {
 margin-bottom: 30px;
}
.raychat_main_container_body_chat_item_message_me .tooltip {
 background: #1496bb;
 bottom: 100%;
 color: #fff;
 display: block;
 left: -20px;
 margin-bottom: 15px;
 opacity: 0;
 padding: 20px;
 pointer-events: none;
 position: absolute;
 width: 100%;
 -webkit-transform: translateY(10px);
 -moz-transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 transform: translateY(10px);
 -webkit-transition: all .25s ease-out;
 -moz-transition: all .25s ease-out;
 -ms-transition: all .25s ease-out;
 -o-transition: all .25s ease-out;
 transition: all .25s ease-out;
 -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
 box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
.raychat_main_container_body_chat_item_message_me .tooltip:before {
 bottom: -20px;
 content: " ";
 display: block;
 height: 20px;
 left: 0;
 position: absolute;
 width: 100%;
}    /* CSS Triangles - see Trevor"s post */
.raychat_main_container_body_chat_item_message_me .tooltip:after {
 border-left: solid transparent 10px;
 border-right: solid transparent 10px;
 border-top: solid #1496bb 10px;
 bottom: -10px;
 content: " ";
 height: 0;
 left: 50%;
 margin-left: -13px;
 position: absolute;
 width: 0;
}    /*.raychat_main_container_body_chat_item_message_me:hover .tooltip {*/    /*opacity: 1;*/    /*pointer-events: auto;*/    /*-webkit-transform: translateY(0px);*/    /*-moz-transform: translateY(0px);*/    /*-ms-transform: translateY(0px);*/    /*-o-transform: translateY(0px);*/    /*transform: translateY(0px);*/    /*}*/    /* IE can just show/hide with no transition */
.lte8 .raychat_main_container_body_chat_item_message_me .tooltip {
 display: none;
}
.lte8 .raychat_main_container_body_chat_item_message_me:hover .tooltip {
 display: block;
}
.raychat_main_container_body_chat_item.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_body_chat_me {
 float: right;
}
.raychat_main_container_body_chat_me_emoji {
 font-size: 96px;
 line-height: 130px;
 direction: rtl;
}
.raychat_main_container_body_chat_me_emoji_status {
 position: absolute;
 right: 127px;
 bottom: 44px;
}
.raychat_main_container_body_chat_me_emoji_status img {
 position: inherit;
}
.raychat_main_container_body_chat_agent {
 float: left;
}
.raychat_main_container_body_chat_item_avatar {
 height: 30px;
 width: 30px;
 background: white;
 float: left;
 border-radius: 50%;
 z-index: 999999;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 position: absolute;
 left: 0;
 bottom: 0;
}
.raychat_main_container_body_chat_item_message {
 float: left;
}
.raychat_main_container_body_chat_item_message_me {
 position: relative;
 padding: 12px 20px;
 color: white;
 float: right;
 z-index: 9999;
 font-size: 12px;
 line-height: 22px;
 word-break: break-word;
 border-radius: 10px;
 border-top-right-radius: 6px;
 border-bottom-right-radius: 2px;
 max-width: 52%;
}
.raychat_main_container_body_chat_item_message_me_status {
 position: absolute;
 bottom: 20px;
}
.raychat_main_container_body_chat_item_message_me_status_rtl {
 left: -3px;
}
.raychat_main_container_body_chat_item_message_me_status_ltr {
 left: -23px;
}
.raychat_main_container_body_chat_item_message_me_status img {
 position: inherit;
 width: 13px;
 margin: 0 4px;
}
.raychat_main_container_body_chat_item_message_me_uploaded_image_status {
 position: absolute;
 bottom: -10px;
 color: #b3b3b3;
 font-size: 9px;
 right: 1px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 white-space: nowrap;
 width: 95%;
 overflow: hidden;
 text-overflow: ellipsis;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image_status {
 position: absolute;
 bottom: -20px;
 color: #b3b3b3;
 font-size: 9px;
 right: 0;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 white-space: nowrap;
 width: 99%;
 overflow: hidden;
 text-overflow: ellipsis;
 direction: ltr;
 text-align: left;
}
.raychat_main_container_body_chat_item_message_me_uploaded_media {
 max-width: 75vw;
 padding: 0;
 padding-bottom: 5px;
 margin-bottom: 10px;
}
.raychat_main_container_body_chat_item_message_me_uploaded_media video {
 width: 100%;
}
.raychat_main_container_body_chat_item_message_me_uploaded_media:before {
 border-right: none !important;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media {
 background: none !important;
 max-width: 100% !important;
 padding-left: 10px !important;
 padding-bottom: 6px !important;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media audio {
 width: 250px;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media video {
 width: 100% !important;
 float: left;
 margin-left: -10px;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media:before {
 border-left: none !important;
}
.raychat_main_container_body_chat_item_message_me_uploaded_image {
 text-align: right;
 padding-right: 0;
 max-width: 85%;
}
.raychat_main_container_body_chat_item_message_me_uploaded_image:before {
 border-right: none !important;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image {
 text-align: left;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image .raychat_main_container_user_uploaded_pic {
 max-width: 64vw !important;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image:before {
 border-right: none !important;
}
.raychat_main_container_body_chat_item_message_rating {
 background: white !important;
 border-top: 5px #021d4e solid;
 border-radius: 5px !important;
 box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.1);
 padding: 0 !important;
 width: 68% !important;
 max-width: 100% !important;
}
.raychat_main_container_body_chat_item_message_rating_after_submit {
 position: absolute;
 background-color: white;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: none;
}
.raychat_main_container_body_chat_item_message_rating_after_submit img {
 display: block;
 margin: 21px auto 19px;
}
.raychat_main_container_body_chat_item_message_rating_after_submit h3 {
 text-align: center;
 font-size: 13px;
 font-weight: normal;
}
.raychat_main_container_body_chat_item_message_rating_after_submit h3 span {
 color: blue    
}
.raychat_main_container_body_chat_item_message_rating_after_submit.active {
 display: block !important;
}
.raychat_main_container_body_chat_item_message_rating h4 {
 margin: 10px 10px 0;
}
.raychat_main_container_body_chat_item_message_rating_lists {
 text-align: center;
 padding: 10px 0 20px;
}
.raychat_main_container_body_chat_item_message_rating_each_item {
 display: inline-block;
 font-size: 24px;
 padding: 3px;
 cursor: pointer;
 direction: ltr;
 width: 30px;
 line-height: 30px;
 -webkit-transition: all .2s ease !important;
 -moz-transition: all .2s ease !important;
 -ms-transition: all .2s ease !important;
 -o-transition: all .2s ease !important;
 transition: all .2s ease !important    
}
.raychat_main_container_body_chat_item_message_rating_each_item.active {
 opacity: 1 !important;
 transition-delay: 0ms;
 -webkit-transform: scale(1.6) !important;
 -ms-transform: scale(1.6) !important;
 transform: scale(1.6) !important;
}
.raychat_main_container_body_chat_item_message_rating_each_item.deactive {
 opacity: 0.1;
}
.raychat_main_container_body_chat_item_message_rating_each_item:hover {
 transition-delay: 0ms;
 -webkit-transform: scale(1.4);
 -ms-transform: scale(1.4);
 transform: scale(1.4);
}
.raychat_main_container_body_chat_item_message_rating_body {
 border-top: 1px solid #f1f1f1;
 height: 40px;
}
.raychat_main_container_body_chat_item_message_rating_body.raychat_commenting_deactivated {
 display: none;
}
.raychat_main_container_body_chat_item_message_rating_body_input {
 display: inline-block;
 width: 81%;
 overflow: hidden;
 height: 40px;
}
.raychat_main_container_body_chat_item_message_rating_body_input textarea {
 padding: 10px 8px 0;
 margin: 0px;
 width: 100%;
 border: none;
 outline: none;
 resize: none;
 font-family: shabnam;
 height: 100%;
 height: 30px;
}
.raychat_main_container_body_chat_item_message_rating_body_button {
 display: inline-block;
 width: 16%;
 height: 40px;
 vertical-align: top;
 background-image: url(https://app.raychat.io/assets/widget/images/send-btn-widget.svg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 23px;
 cursor: pointer;
}
.raychat_main_container_body_chat_item_message_rating_body_button.ltr {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.raychat_main_container_body_chat_item_message_rating_body_button:hover {
 background-image: url(https://app.raychat.io/assets/widget/images/send-btn-widget-hover-first.svg);
}
.raychat_main_container_body_chat_item_message_agent {
 position: relative;
 padding: 12px 20px;
 background: #f5f5f5;
 color: #424242;
 float: left;
 max-width: 53%;
 margin-left: 42px;
 font-size: 12px;
 line-height: 22px;
 word-break: break-word;
 border-radius: 10px;
 border-top-left-radius: 6px;
 border-bottom-left-radius: 2px;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image {
 background: none !important;
 padding: 0;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image img {
 float: left;
}
.raychat_main_container_body_chat_item_message_agent_status {
 position: absolute;
 top: 90%;
 color: #b3b3b3;
 width: 90px;
 font-size: 10px;
 left: -40%;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_image:before {
 border-left: none !important;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_tab {
 background: none;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_tab ul {
 padding: 0;
 margin: 0;
 margin-bottom: 10px;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_tab ul li {
 display: inline-block;
 margin: 0;
 padding: 1px 4px;
 font-size: 11px;
 color: #ababab;
 cursor: pointer;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_tab ul li.active {
 border-bottom: 1px solid #565867;
 color: #565867;
 cursor: default;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_heading {      /* padding: 10px 10px 0; */
 margin: 0;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body_div {
 display: none;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body_div.active {
 display: block;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body {
 padding: 0 0 10px 0;
}
.raychat_new_form input {
 background-color: red !important;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body input,
button {
 font-family: Shabnam, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0;
 padding: 6px 10px;
 border: 1px solid #021d4e;
 outline: none;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body input,
button.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body input {      /* border-bottom-right-radius: 4px; */      /* border-top-right-radius: 4px; */
 font-size: 11px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 87%;
 display: block;
 margin: 6px auto;
 padding: 10px;
 background-color: white;
 border: 1px solid #d0d0d0;
 border-radius: 4px;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body input:focus {
 border: 1px solid #021d4e;
 background-color: #f7f7f7;
 transition: ease 0.4s;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body input#raychat_main_container_body_chat_item_message_agent_email_phone_form_body_phone_val {
 direction: ltr;
 text-align: left;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body button {
 background-color: #efefef;
 color: #021d4e;
 font-size: 13px;
 cursor: pointer;
 vertical-align: middle;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 border-radius: 4px;
}
.raychat_main_container_body_chat_item_message_agent_email_phone_form_body button:hover {
 background-color: white;
}
.raychat_main_container_body_chat_item_toast_message {
 clear: both;
 margin: 16px auto;
 text-align: center;
 border-radius: 35px;
 padding: 5px 5px;
 font-size: 12px;
 display: none;
 cursor: default;
 color: #757575;
}
.raychat_main_container_body_chat_item_toast_message.active {
 display: block !important;
}
.raychat_main_container_body_chat_item_toast_message.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_container_body_chat_item_toast_message.warning {
 margin: 10px auto 15px !important;
 background: none;
 color: #757575;
}
.raychat_main_container_footer input[type="file"] {
 display: none;
}
.raychat_main_container_footer .custom-file-upload {
 width: 20px !important;
 height: 10vh;
 cursor: pointer;
 background-image: url(https://app.raychat.io/assets/widget/images/attachment.svg);
 background-repeat: no-repeat;
 background-position: center center;
 display: none;
 background-size: 26px;
 transition: all 0.2s;
}
.raychat_main_container_footer .custom-file-upload:hover {
 background-image: url(https://app.raychat.io/assets/widget/images/attachment-hover-first.svg);
}
.raychat_main_container_footer .custom-file-upload.raychat_animated {
 animation-duration: .2s !important;
 animation-fill-mode: both;
}
.raychat_main_container_footer .custom-file-upload.active {
 display: inline-block;
}
.raychat_main_container_user_uploaded_pic {
 max-width: 75vw;
 background-color: white;
 border-radius: 5px;
 box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.1);
 cursor: zoom-in;
}
.raychat_main_container_body_chat_item_inputs {
 display: none;
}
.raychat_message_href {
 color: inherit;
 direction: ltr;
}
.raychat_main_container_body_chat_item_typing {
 display: none;
}
.raychat_main_container_body_chat_item_typing.active {
 display: block;
}
.raychat_main_container_body_chat_item_typing .spinner {
 margin: 0 auto !important;
}
.raychat_main_container_body_chat_item_typing .raychat_main_container_body_chat_item_message_agent {
 padding: 0 !important;
}
.raychat_main_container_body_chat_item_typing .spinner>div {
 width: 5px;
 height: 5px;
}
.spinner {
 display: none;
 margin: 180px auto;
 width: 70px;
 text-align: center;
}
.spinner.spinner-typing {
 margin: 0 !important;
 position: absolute;
 left: -10px;
}
.spinner.active {
 display: block;
}
.spinner.spinner-typing {
 top: 41px;
}
.spinner>div {
 width: 18px;
 height: 18px;
 background-color: #021d4e;
 border-radius: 100%;
 display: inline-block;
 -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
 animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner.spinner-typing>div {
 width: 6px;
 height: 6px;
 background: white !important;
}
.spinner .bounce1 {
 -webkit-animation-delay: -0.32s;
 animation-delay: -0.32s;
}
.spinner .bounce2 {
 -webkit-animation-delay: -0.16s;
 animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
 0%,
 80%,
 100% {
  -webkit-transform: scale(0)      
 }
 40% {
  -webkit-transform: scale(1.0)      
 }
}
@keyframes sk-bouncedelay {
 0%,
 80%,
 100% {
  -webkit-transform: scale(0);
  transform: scale(0);
 }
 40% {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
 }
}
.raychat_user_more_details_response {
 margin: 10px 0;
 font-size: 11px;
 text-align: center;
}
.raychat_user_more_details_response.success {
 color: #569e1f;
}
.raychat_user_more_details_response.error {
 color: #c33939;
}
.raychat_main_container_header_agents_close_btn {
 width: 30px;
 direction: ltr;
 height: 30px;
 border-radius: 50%;
 margin: 11px 9px;
 background-image: url("https://app.raychat.io/assets/widget/images/widget-close.svg");
 text-align: left;
 position: absolute;
 left: 0;
 background-size: 18px;
 background-position: center;
 background-repeat: no-repeat;
 cursor: pointer;
 transition: all .2s ease;
}
.raychat_main_container_header_agents_close_btn:hover {
 background-color: rgba(0, 0, 0, 0.1);
}
.raychat_main_container_header_agents_close_btn.active {
 display: block;
}
.raychat_main_powered_by {
 position: absolute;
 width: 100%;
 bottom: 100%;
 padding: 20px 0 10px;
 font-family: Shabnam, sans-serif;
 font-size: 12px;
 text-align: center;
 color: #9e9e9e;
 cursor: default;
 display: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.raychat_main_powered_by .raychat_main_powered_by_div {
 background-color: #fafafa;
 width: 133px;
 margin: 0 auto;
 border-radius: 100px;
 padding: 5px;
}
.raychat_main_powered_by .raychat_main_powered_by_div img {
 opacity: 0.55;
 -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
}
.raychat_main_powered_by .raychat_main_powered_by_div a {
 text-decoration: none;
 color: inherit;
}
.raychat_main_powered_by .raychat_main_powered_by_div:hover #powerByImageTag {
 opacity: 1;
 -webkit-filter: none;
 filter: none;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
}
.raychat_main_powered_by.active {
 display: block;
}
.raychat_link_preview {
 min-width: 140px;
 width: 100%;
 text-align: center;
 border-radius: 13px;
 cursor: pointer;
 margin: 8px 0 7px;
 overflow: hidden;
 background: white;
 color: #021d4e;
}    /**   .raychat_main_container_body_chat_item_message_agent .raychat_link_preview {      background: #021d4e;      color: white;    } .raychat_main_container_body_chat_me  .raychat_link_preview {      background: white;      color: #021d4e;    }    .raychat_main_container_body_chat_item_message_agent .raychat_link_preview .raychat_link_preview_content > h4 {      color: white;    }    .raychat_main_container_body_chat_me  .raychat_link_preview .raychat_link_preview_content > h4 {      color: #021d4e;    }    .raychat_main_container_body_chat_item_message_agent .raychat_link_preview .raychat_link_preview_content > p {      color: white;    }    .raychat_main_container_body_chat_me  .raychat_link_preview .raychat_link_preview_content > p {      color: #8e8e8e;    }    .raychat_main_container_body_chat_item_message_agent .raychat_link_preview .raychat_link_preview_content > span {      background-color: white;      color:  #021d4e;    }    .raychat_main_container_body_chat_me  .raychat_link_preview .raychat_link_preview_content > span {      background-color: #021d4e;      color: white;    }*/
.raychat_link_preview_thumnail {
 width: 20%;
 display: inline-block;
 vertical-align: top;
 float: right;
}
.raychat_link_preview_thumnail img {
 width: 80% !important;      /* background: red; */
 border-radius: 14px;
 margin: 8px auto 0;      /* padding: 8px 6px 0; */
 width: 100;
}
.raychat_link_preview_content {
 width: 80%;      /* height: 100%; */
 display: inline-block;
 vertical-align: top;
 float: left;
}
.raychat_link_preview_content>h4 {
 text-align: right;
 margin: 0;
 font-weight: 600;
 font-size: 11px;
 width: 100%;
 height: 20px;
 overflow: hidden;
}
.raychat_link_preview_content>p {
 font-size: 11px;
 text-align: right;
 line-height: 22px;      /* background: red; */
 width: 97%;      /* padding: 4px; */
 margin: 0;
 height: 49px;
 overflow: hidden;
 color: #8e8e8e;
}
.raychat_link_preview_content>span {
 width: 97%;
 display: block;
 margin: 0 auto 6px;
 color: white;
 border-radius: 13px;
 background-color: #021d4e;
 color: white;
}
.raychat_link_preview_content>span>a {
 text-decoration: none;
 display: block;
 color: inherit;
}
.raychat_link_preview>a {
 text-decoration: none;
 display: block;
 color: inherit;
}
.raychat_file_div {
 min-width: 250px;
 margin: 0 -15px 10px;
 background-color: #ffffff;
 border-radius: 60px;
 display: block;
 overflow: hidden;
 box-shadow: 0 0px 8px rgba(0, 0, 0, .09) !important;
}
.raychat_file_icon {
 display: inline-block;
 vertical-align: top;
 text-align: center;
 background: #bd0e89;
 width: 19%;
}
.raychat_file_icon>a>img {
 width: 20px !important;
 background: none !important;
 height: auto !important;
 margin: 9px auto 0 auto;
 padding: 10px;
}
.raychat_file_name {
 display: inline-block;
 vertical-align: top;
 font-family: Shabnam;
 font-size: 13px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 color: #a3a3a3;
 text-align: right;
 width: 76%;
 height: 100%;
 margin-right: -3px;
 padding: 2px 5px;
}
.raychat_file_size {
 font-weight: bold    
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media .raychat_file_div {
 margin: 0 -15px -13px;
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media .raychat_file_icon {
 float: left    
}
.raychat_main_container_body_chat_item_message_agent_uploaded_media .raychat_file_name {
 text-align: left;
 direction: ltr;
 margin-right: 0;
}


/** DEPRECATED STYLES **/
 
.tabForm 
{
    background-color:#F6F6F6;
    color:#000000;
    border-bottom:1px solid;
    border-top:2px solid;
    border-bottom-color:#ABC3D7;
    border-top-color:#4E8CCF;
    font-size:12px;
    margin-bottom:5px;
    padding:10px 6px 12px 10px;
}

.dataLabel 
{
    font-size:12px;
    font-weight:normal;
    text-align:left;
    padding:5px;
}

.dataField
{
    font-size:12px;
    font-weight:normal;
}

.tabDetailView 
{
    border-bottom:2px solid;
    border-top:2px solid;
    margin-bottom:10px;
    margin-top:2px;
    border-bottom-color:#ABC3D7;
    border-top-color:#4E8CCF;
}

.tabDetailView td table td
{
    border: 0;
    background: white;
}

.tabDetailView tr.pagination td
{
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom:1px solid #CBDAE6;
}

.tabDetailView tr.pagination td table td
{
    border: none;
}

.tabDetailViewDL 
{
    color:#000000;
    border-bottom:1px solid #CBDAE6;
    font-size:12px;
    padding:5px 6px;
    text-align:right;
    vertical-align:top;
}

.tabDetailViewDF 
{
    color:#444444;
    border-bottom:1px solid #CBDAE6;
    font-size:12px;
    padding:5px 10px 5px 8px;
    vertical-align:top;
}

.listViewThS1 
{
    background:#EBEBED none repeat scroll 0 0;
    border-color:#CCCCCC -moz-use-text-color;
    border-style:solid none;
    border-width:1px medium;
    font-size:11px;
    font-weight:bold;
    padding:4px 5px;
    text-align:left;
}
/*********************************************************************************
 * SugarCRM Community Edition is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/

 
/** DEPRECATED STYLES **/
 
.tabForm 
{
    background-color:#F6F6F6;
    color:#000000;
    border-bottom:1px solid;
    border-top:2px solid;
    border-bottom-color:#ABC3D7;
    border-top-color:#4E8CCF;
    font-size:12px;
    margin-bottom:5px;
    padding:10px 6px 12px 10px;
}

.dataLabel 
{
    font-size:12px;
    font-weight:normal;
    text-align:left;
    padding:5px;
}

.dataField
{
    font-size:12px;
    font-weight:normal;
}

.tabDetailView 
{
    border-bottom:2px solid;
    border-top:2px solid;
    margin-bottom:10px;
    margin-top:2px;
    border-bottom-color:#ABC3D7;
    border-top-color:#4E8CCF;
}

.tabDetailView td table td
{
    border: 0;
    background: white;
}

.tabDetailView tr.pagination td
{
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom:1px solid #CBDAE6;
}

.tabDetailView tr.pagination td table td
{
    border: none;
}

.tabDetailViewDL 
{
    color:#000000;
    border-bottom:1px solid #CBDAE6;
    font-size:12px;
    padding:5px 6px;
    text-align:right;
    vertical-align:top;
}

.tabDetailViewDF 
{
    color:#444444;
    border-bottom:1px solid #CBDAE6;
    font-size:12px;
    padding:5px 10px 5px 8px;
    vertical-align:top;
}

.listViewThS1 
{
    background:#EBEBED none repeat scroll 0 0;
    border-color:#CCCCCC -moz-use-text-color;
    border-style:solid none;
    border-width:1px medium;
    font-size:11px;
    font-weight:bold;
    padding:4px 5px;
    text-align:left;
}


.Main_Menu_Notifications_en_US {
	position: fixed !important;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight)) !important;
	right: 0px !important;
	left: unset !important;
	width: 100% !important;
	max-width: 480px !important;
	min-width: var(--MinWidth) !important;
	height: 100% !important;
	padding: 0px !important;
	z-index: 0 !important;
}
.Main_Menu_Notifications_fa_IR {
	position: fixed !important;
	top: calc(var(--MenuHeight) + var(--MenuBorderHeight)) !important;
	left: 0px !important;
	right: unset !important;
	width: 100% !important;
	max-width: 480px !important;
	min-width: var(--MinWidth) !important;
	height: 100% !important;
	padding: 0px !important;
	z-index: 0 !important;
}
.Notification_Container_LI {
	background: #FFF !important;
}
.Notification_Container_LI:hover a {
	background: #FFF !important;
	color: #000 !important;
}

#Notification_Container_LOADER {
	overflow: hidden;
	height: calc(100vh - var(--MenuHeight) - var(--MenuBorderHeight) - 100px);
	text-align: center;
	padding-top: 100px;
}

#Notification_Container_NOTIFICATIONS {
	display: none;
}

#Notification_Container_SETTINGS {
	display: none;
}

.Notification_Header {
	font-weight: bold !important;
	background: #FFF !important;
	border-bottom: 1px solid #DDD;
	text-align: center;
}
.Notification_Button_Cell {
	background: #FFF;
	padding: 5px 0px !important;
	display: inline-block;
	width: 50%;
	color: #777 !important;
	cursor: pointer;
	filter: grayscale(80%);
	transition: all .5s !important;
}
.Notification_Button_Cell:hover {
	background: #DDD;
	color: #000 !important;
	filter: grayscale(0%);
}
.Notification_Header_Types_Cell {
	display: inline-table;
	width: calc(50% - 20px);
	text-align: center;
	padding: 2px 10px;
	cursor: pointer;
	border-bottom: 4px solid #b6b6c3;
	transition: all .5s !important;
}
.Notification_Header_Types_Cell:hover {
	background: #DDD;
	border-bottom: 4px solid #696987;
}
.Notification_Header_Types_Selected {
	display: inline-table;
	width: calc(50% - 20px);
	text-align: center;
	padding: 2px 10px;
	background: #0085C3;
	color: #FFF;
	border-bottom: 4px solid #2F4B6E;
}
.Notification_Header_Types_Count {
	text-align: center;
	border-radius: 14px;
	min-width: 12px;
	padding: 3px 4px;
	margin: 5px;
	display: inline-block;
	font-size: 12px !important;
	line-height: 12px;
	background: #DDD;
	border: 2px solid #CCC;
}
.Notification_Body {
	overflow-y: auto;
	height: calc(100vh - var(--MenuHeight) - var(--MenuBorderHeight) - 110px);
}
.Notification_Body .Field_Container_Block {
	margin: 10px 15px;
}
.Notification_Body_Row {
	cursor: pointer;
	border-bottom: 1px solid #DDD;
	padding: 17px 0px;
	transition: all .5s !important;
}
.Notification_Body_Row:hover {
	background: #EEE;
	border-bottom: 1px solid #CCC;
}
.Notification_Body_Row_Image {
	display: inline-block;
	width: 90px;
	text-align: center;
	vertical-align: top;
}
.Notification_Body_Row_Image > img {
	border-radius: 50%;
}
.Notification_Body_Row_Text {
	display: inline-block;
	width: calc(100% - 125px);
}
.Notification_Body_Row_Text_Module_Type {
	display: inline-block;
	color: #999;
}
.Notification_Body_Row_Text_Module_Related {
	padding-top: 15px;
	font-size: calc(100% - 1px) !important;
}
.Notification_Body_Row_Text_User {

}
.Notification_Body_Row_Text_Description {
	white-space: initial;
	text-align: initial;
	line-height: 20px;
}
.Notification_Body_Row_Text_Description_Image {
	display: inline-block;
	width: 20px;
	vertical-align: top;
}
.Notification_Body_Row_Text_Description_Image > img {
	filter: brightness(0);
}

.Notification_Body_Row_Text_Description_Text {
	display: inline-block;
	width: calc(100% - 20px);
	box-sizing: border-box;
	vertical-align: top;
	padding: 0px 5px;
}
.Notification_Body_Row_Text_Date {
	padding-top: 15px;
	white-space: initial;
	text-align: initial;
	color: #999;
}
.Notification_Body_Row_Buttons {
	display: inline-block;
	width: 35px;
	text-align: center;
	vertical-align: top;
}
.Notification_Footer {
	font-weight: bold !important;
	background: #FFF !important;
	border-top: 1px solid #DDD;
	text-align: center;
}
.Notification_Show_All_DIV {
	display: none;
	box-shadow: 0px 0px 10px 2px rgba(150,150,150,.2);
	border: 1px solid #AAA !important;
	background: #FFF;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translate(-50%);
	width: 90%;
	z-index: 201;
}
.Notification_Show_All_LOADER {
	overflow: hidden;
	text-align: center;
	padding-top: 100px;
	min-height: 400px;
	max-height: calc(100vh - 180px);
}
.Notification_Show_All_BODY {
	min-height: 400px;
	max-height: calc(100vh - 180px);
	overflow-y:auto;
}

.Main_Menu_Notifications_New_en_US {
	position: absolute;
	top: 5px;
	right: 35px;
	text-align: center;
	border-radius: 14px;
	min-width: 12px;
	padding: 3px 4px;
	display: inline;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 12px;
}
.Main_Menu_Notifications_New_fa_IR {
	position: absolute;
	top: 5px;
	left: 30px;
	text-align: center;
	border-radius: 14px;
	min-width: 12px;
	padding: 3px 4px;
	display: inline;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 12px;
}
.Main_Menu_Notifications_New_NotEmpty {
	background: #F00;
	border: 1px solid #2F4B6E;
	color: #FFF;
}


/*!
 *	Font Awesome 5.7.1 by @davegandy - http://fontawesome.io - @fontawesome
 *	License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: normal;
	src: url("fonts/fa-brands-400.eot");
	src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/fa-regular-400.eot");
	src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/fa-solid-900.eot");
	src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fab {
	font-family: 'Font Awesome 5 Brands' !important;
}
.far {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 400 !important;
}
.fa,
.fas {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900 !important;
}
.fa,
.fas,
.far,
.fal,
.fab {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: inherit;
	filter: grayscale(85%);
	padding: 5px 7px;
	transition: all 0.5s !important;
}
.fa:hover,
.fas:hover,
.far:hover,
.fal:hover,
.fab:hover {
	filter: grayscale(0%);
	transition: all 0.5s !important;
}
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}
.fa-xs {
	font-size: .75em;
}
.fa-sm {
	font-size: .875em;
}
.fa-1x {
	font-size: 1em;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-6x {
	font-size: 6em;
}
.fa-7x {
	font-size: 7em;
}
.fa-8x {
	font-size: 8em;
}
.fa-9x {
	font-size: 9em;
}
.fa-10x {
	font-size: 10em;
}
.fa-fw {
	text-align: center;
	width: 1.25em;
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}
	.fa-ul > li {
		position: relative;
}
.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}
.fa-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
					animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
					animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg); }
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
}
	100% {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg); }
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
					transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
					transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
					transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
					transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
					transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
	-webkit-filter: none;
					filter: none;
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "\f26e";
}
.fa-accessible-icon:before {
	content: "\f368";
}
.fa-accusoft:before {
	content: "\f369";
}
.fa-acquisitions-incorporated:before {
	content: "\f6af";
}
.fa-ad:before {
	content: "\f641";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-card:before {
	content: "\f2bb";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-adn:before {
	content: "\f170";
}
.fa-adobe:before {
	content: "\f778";
}
.fa-adversal:before {
	content: "\f36a";
}
.fa-affiliatetheme:before {
	content: "\f36b";
}
.fa-air-freshener:before {
	content: "\f5d0";
}
.fa-algolia:before {
	content: "\f36c";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-alipay:before {
	content: "\f642";
}
.fa-allergies:before {
	content: "\f461";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-amazon-pay:before {
	content: "\f42c";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-amilia:before {
	content: "\f36d";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-android:before {
	content: "\f17b";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-angle-double-down:before {
	content: "\f103";
	cursor: pointer;
	font-size: 18px !important;
}
.fa-angle-double-left:before {
	content: "\f100";
	font-size: 22px !important;
}
.fa-angle-double-right:before {
	content: "\f101";
	font-size: 22px !important;
}
.fa-angle-double-up:before {
	content: "\f102";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-angle-down:before {
	content: "\f107";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-angle-left:before {
	content: "\f104";
	font-size: 22px !important;
}
.fa-angle-right:before {
	content: "\f105";
	font-size: 22px !important;
}
.fa-angle-up:before {
	content: "\f106";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-angle-left:hover, .fa-angle-right:hover, .fa-angle-double-left:hover, .fa-angle-double-right:hover {
	color: #0085C3;
}
.fa-angry:before {
	content: "\f556";
}
.fa-angrycreative:before {
	content: "\f36e";
}
.fa-angular:before {
	content: "\f420";
}
.fa-ankh:before {
	content: "\f644";
}
.fa-app-store:before {
	content: "\f36f";
}
.fa-app-store-ios:before {
	content: "\f370";
}
.fa-apper:before {
	content: "\f371";
}
.fa-apple:before {
	content: "\f179";
}
.fa-apple-alt:before {
	content: "\f5d1";
}
.fa-apple-pay:before {
	content: "\f415";
}
.fa-archive:before {
	content: "\f187";
}
.fa-archway:before {
	content: "\f557";
}
.fa-arrow-alt-circle-down:before {
	content: "\f358";
}
.fa-arrow-alt-circle-left:before {
	content: "\f359";
}
.fa-arrow-alt-circle-right:before {
	content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
	content: "\f35b";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-arrows-alt-h:before {
	content: "\f337";
	font-size: 16px;
}
.fa-arrows-alt-h:hover {
	color: #0085C3;
}
.fa-arrows-alt-v:before {
	content: "\f338";
}
.fa-artstation:before {
	content: "\f77a";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-asymmetrik:before {
	content: "\f372";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-atlas:before {
	content: "\f558";
}
.fa-atlassian:before {
	content: "\f77b";
}
.fa-atom:before {
	content: "\f5d2";
}
.fa-audible:before {
	content: "\f373";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-autoprefixer:before {
	content: "\f41c";
}
.fa-avianex:before {
	content: "\f374";
}
.fa-aviato:before {
	content: "\f421";
}
.fa-award:before {
	content: "\f559";
}
.fa-aws:before {
	content: "\f375";
}
.fa-baby:before {
	content: "\f77c";
}
.fa-baby-carriage:before {
	content: "\f77d";
}
.fa-backspace:before {
	content: "\f55a";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-bacon:before {
	content: "\f7e5";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-band-aid:before {
	content: "\f462";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-bars:before {
	content: "\f0c9";
}
.fa-baseball-ball:before {
	content: "\f433";
}
.fa-basketball-ball:before {
	content: "\f434";
}
.fa-bath:before {
	content: "\f2cd";
}
.fa-battery-empty:before {
	content: "\f244";
}
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-bed:before {
	content: "\f236";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bezier-curve:before {
	content: "\f55b";
}
.fa-bible:before {
	content: "\f647";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bimobject:before {
	content: "\f378";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-biohazard:before {
	content: "\f780";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitcoin:before {
	content: "\f379";
}
.fa-bity:before {
	content: "\f37a";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-blackberry:before {
	content: "\f37b";
}
.fa-blender:before {
	content: "\f517";
}
.fa-blender-phone:before {
	content: "\f6b6";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-blog:before {
	content: "\f781";
}
.fa-blogger:before {
	content: "\f37c";
}
.fa-blogger-b:before {
	content: "\f37d";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-bold:before {
	content: "\f032";
}
.fa-bolt:before {
	content: "\f0e7";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-bone:before {
	content: "\f5d7";
}
.fa-bong:before {
	content: "\f55c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-book-dead:before {
	content: "\f6b7";
}
.fa-book-medical:before {
	content: "\f7e6";
}
.fa-book-open:before {
	content: "\f518";
}
.fa-book-reader:before {
	content: "\f5da";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-bowling-ball:before {
	content: "\f436";
}
.fa-box:before {
	content: "\f466";
}
.fa-box-open:before {
	content: "\f49e";
}
.fa-boxes:before {
	content: "\f468";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-brain:before {
	content: "\f5dc";
}
.fa-bread-slice:before {
	content: "\f7ec";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-briefcase-medical:before {
	content: "\f469";
}
.fa-broadcast-tower:before {
	content: "\f519";
}
.fa-broom:before {
	content: "\f51a";
}
.fa-brush:before {
	content: "\f55d";
}
.fa-btc:before {
	content: "\f15a";
}
.fa-bug:before {
	content: "\f188";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-burn:before {
	content: "\f46a";
}
.fa-buromobelexperte:before {
	content: "\f37f";
}
.fa-bus:before {
	content: "\f207";
}
.fa-bus-alt:before {
	content: "\f55e";
}
.fa-business-time:before {
	content: "\f64a";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-calendar:before {
	content: "\f133";
}
.fa-calendar-alt:before {
	content: "\f073";
	cursor: pointer;
	font-size: 28px !important;
}
.fa-calendar-check:before {
	content: "\f274";
}
.fa-calendar-day:before {
	content: "\f783";
}
.fa-calendar-minus:before {
	content: "\f272";
}
.fa-calendar-plus:before {
	content: "\f271";
}
.fa-calendar-times:before {
	content: "\f273";
}
.fa-calendar-week:before {
	content: "\f784";
}
.fa-camera:before {
	content: "\f030";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-campground:before {
	content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
	content: "\f785";
}
.fa-candy-cane:before {
	content: "\f786";
}
.fa-cannabis:before {
	content: "\f55f";
}
.fa-capsules:before {
	content: "\f46b";
}
.fa-car:before {
	content: "\f1b9";
}
.fa-car-alt:before {
	content: "\f5de";
}
.fa-car-battery:before {
	content: "\f5df";
}
.fa-car-crash:before {
	content: "\f5e1";
}
.fa-car-side:before {
	content: "\f5e4";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-caret-square-down:before {
	content: "\f150";
}
.fa-caret-square-left:before {
	content: "\f191";
}
.fa-caret-square-right:before {
	content: "\f152";
}
.fa-caret-square-up:before {
	content: "\f151";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-carrot:before {
	content: "\f787";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cash-register:before {
	content: "\f788";
}
.fa-cat:before {
	content: "\f6be";
}
.fa-cc-amazon-pay:before {
	content: "\f42d";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-apple-pay:before {
	content: "\f416";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-centercode:before {
	content: "\f380";
}
.fa-centos:before {
	content: "\f789";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-chair:before {
	content: "\f6c0";
}
.fa-chalkboard:before {
	content: "\f51b";
}
.fa-chalkboard-teacher:before {
	content: "\f51c";
}
.fa-charging-station:before {
	content: "\f5e7";
}
.fa-chart-area:before {
	content: "\f1fe";
}
.fa-chart-bar:before {
	content: "\f080";
}
.fa-chart-line:before {
	content: "\f201";
}
.fa-chart-pie:before {
	content: "\f200";
}
.fa-check:before {
	content: "\f00c";
}
.fa-check-circle:before {
	content: "\f058";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-check-circle:hover {
	color: #05D200;
}
.fa-check-double:before {
	content: "\f560";
}
.fa-check-square:before {
	content: "\f14a";
	cursor: pointer;
	font-size: 16px;
}
.fa-check-square:hover {
	color: #05D200;
}
.fa-cheese:before {
	content: "\f7ef";
}
.fa-chess:before {
	content: "\f439";
}
.fa-chess-bishop:before {
	content: "\f43a";
}
.fa-chess-board:before {
	content: "\f43c";
}
.fa-chess-king:before {
	content: "\f43f";
}
.fa-chess-knight:before {
	content: "\f441";
}
.fa-chess-pawn:before {
	content: "\f443";
}
.fa-chess-queen:before {
	content: "\f445";
}
.fa-chess-rook:before {
	content: "\f447";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-church:before {
	content: "\f51d";
}
.fa-circle:before {
	content: "\f111";
}
.fa-circle-notch:before {
	content: "\f1ce";
}
.fa-city:before {
	content: "\f64f";
}
.fa-clinic-medical:before {
	content: "\f7f2";
}
.fa-clipboard:before {
	content: "\f328";
}
.fa-clipboard-check:before {
	content: "\f46c";
}
.fa-clipboard-list:before {
	content: "\f46d";
}
.fa-clock:before {
	content: "\f017";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-closed-captioning:before {
	content: "\f20a";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-cloud-download-alt:before {
	content: "\f381";
}
.fa-cloud-meatball:before {
	content: "\f73b";
}
.fa-cloud-moon:before {
	content: "\f6c3";
}
.fa-cloud-moon-rain:before {
	content: "\f73c";
}
.fa-cloud-rain:before {
	content: "\f73d";
}
.fa-cloud-showers-heavy:before {
	content: "\f740";
}
.fa-cloud-sun:before {
	content: "\f6c4";
}
.fa-cloud-sun-rain:before {
	content: "\f743";
}
.fa-cloud-upload-alt:before {
	content: "\f382";
}
.fa-cloudscale:before {
	content: "\f383";
}
.fa-cloudsmith:before {
	content: "\f384";
}
.fa-cloudversify:before {
	content: "\f385";
}
.fa-cocktail:before {
	content: "\f561";
}
.fa-code:before {
	content: "\f121";
}
.fa-code-branch:before {
	content: "\f126";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cog:before {
	content: "\f013";
	cursor: pointer;
}
.fa-cogs:before {
	content: "\f085";
}
.fa-coins:before {
	content: "\f51e";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-comment:before {
	content: "\f075";
}
.fa-comment-alt:before {
	content: "\f27a";
}
.fa-comment-dollar:before {
	content: "\f651";
}
.fa-comment-dots:before {
	content: "\f4ad";
}
.fa-comment-medical:before {
	content: "\f7f5";
}
.fa-comment-slash:before {
	content: "\f4b3";
}
.fa-comments:before {
	content: "\f086";
}
.fa-comments-dollar:before {
	content: "\f653";
}
.fa-compact-disc:before {
	content: "\f51f";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-compress:before {
	content: "\f066";
}
.fa-compress-arrows-alt:before {
	content: "\f78c";
}
.fa-concierge-bell:before {
	content: "\f562";
}
.fa-confluence:before {
	content: "\f78d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-cookie:before {
	content: "\f563";
}
.fa-cookie-bite:before {
	content: "\f564";
}
.fa-copy:before {
	content: "\f0c5";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-couch:before {
	content: "\f4b8";
}
.fa-cpanel:before {
	content: "\f388";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-creative-commons-by:before {
	content: "\f4e7";
}
.fa-creative-commons-nc:before {
	content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
	content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
	content: "\f4ea";
}
.fa-creative-commons-nd:before {
	content: "\f4eb";
}
.fa-creative-commons-pd:before {
	content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
	content: "\f4ed";
}
.fa-creative-commons-remix:before {
	content: "\f4ee";
}
.fa-creative-commons-sa:before {
	content: "\f4ef";
}
.fa-creative-commons-sampling:before {
	content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
	content: "\f4f1";
}
.fa-creative-commons-share:before {
	content: "\f4f2";
}
.fa-creative-commons-zero:before {
	content: "\f4f3";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-critical-role:before {
	content: "\f6c9";
}
.fa-crop:before {
	content: "\f125";
}
.fa-crop-alt:before {
	content: "\f565";
}
.fa-cross:before {
	content: "\f654";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-crow:before {
	content: "\f520";
}
.fa-crown:before {
	content: "\f521";
}
.fa-crutch:before {
	content: "\f7f7";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-css3-alt:before {
	content: "\f38b";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-cut:before {
	content: "\f0c4";
}
.fa-cuttlefish:before {
	content: "\f38c";
}
.fa-d-and-d:before {
	content: "\f38d";
}
.fa-d-and-d-beyond:before {
	content: "\f6ca";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-deaf:before {
	content: "\f2a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-democrat:before {
	content: "\f747";
}
.fa-deploydog:before {
	content: "\f38e";
}
.fa-deskpro:before {
	content: "\f38f";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-dev:before {
	content: "\f6cc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-dharmachakra:before {
	content: "\f655";
}
.fa-dhl:before {
	content: "\f790";
}
.fa-diagnoses:before {
	content: "\f470";
}
.fa-diaspora:before {
	content: "\f791";
}
.fa-dice:before {
	content: "\f522";
}
.fa-dice-d20:before {
	content: "\f6cf";
}
.fa-dice-d6:before {
	content: "\f6d1";
}
.fa-dice-five:before {
	content: "\f523";
}
.fa-dice-four:before {
	content: "\f524";
}
.fa-dice-one:before {
	content: "\f525";
}
.fa-dice-six:before {
	content: "\f526";
}
.fa-dice-three:before {
	content: "\f527";
}
.fa-dice-two:before {
	content: "\f528";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-digital-ocean:before {
	content: "\f391";
}
.fa-digital-tachograph:before {
	content: "\f566";
}
.fa-directions:before {
	content: "\f5eb";
}
.fa-discord:before {
	content: "\f392";
}
.fa-discourse:before {
	content: "\f393";
}
.fa-divide:before {
	content: "\f529";
}
.fa-dizzy:before {
	content: "\f567";
}
.fa-dna:before {
	content: "\f471";
}
.fa-dochub:before {
	content: "\f394";
}
.fa-docker:before {
	content: "\f395";
}
.fa-dog:before {
	content: "\f6d3";
}
.fa-dollar-sign:before {
	content: "\f155";
}
.fa-dolly:before {
	content: "\f472";
}
.fa-dolly-flatbed:before {
	content: "\f474";
}
.fa-donate:before {
	content: "\f4b9";
}
.fa-door-closed:before {
	content: "\f52a";
}
.fa-door-open:before {
	content: "\f52b";
}
.fa-dot-circle:before {
	content: "\f192";
}
.fa-dove:before {
	content: "\f4ba";
}
.fa-download:before {
	content: "\f019";
}
.fa-draft2digital:before {
	content: "\f396";
}
.fa-drafting-compass:before {
	content: "\f568";
}
.fa-dragon:before {
	content: "\f6d5";
}
.fa-draw-polygon:before {
	content: "\f5ee";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-dribbble-square:before {
	content: "\f397";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-drum:before {
	content: "\f569";
}
.fa-drum-steelpan:before {
	content: "\f56a";
}
.fa-drumstick-bite:before {
	content: "\f6d7";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-dumbbell:before {
	content: "\f44b";
}
.fa-dumpster:before {
	content: "\f793";
}
.fa-dumpster-fire:before {
	content: "\f794";
}
.fa-dungeon:before {
	content: "\f6d9";
}
.fa-dyalog:before {
	content: "\f399";
}
.fa-earlybirds:before {
	content: "\f39a";
}
.fa-ebay:before {
	content: "\f4f4";
}
.fa-edge:before {
	content: "\f282";
}
.fa-edit:before {
	content: "\f044";
}
.fa-egg:before {
	content: "\f7fb";
}
.fa-eject:before {
	content: "\f052";
}
.fa-elementor:before {
	content: "\f430";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-ello:before {
	content: "\f5f1";
}
.fa-ember:before {
	content: "\f423";
}
.fa-empire:before {
	content: "\f1d1";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-text:before {
	content: "\f658";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-envira:before {
	content: "\f299";
}
.fa-equals:before {
	content: "\f52c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-erlang:before {
	content: "\f39d";
}
.fa-ethereum:before {
	content: "\f42e";
}
.fa-ethernet:before {
	content: "\f796";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-euro-sign:before {
	content: "\f153";
}
.fa-exchange-alt:before {
	content: "\f362";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-expand:before {
	content: "\f065";
}
.fa-expand-arrows-alt:before {
	content: "\f31e";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-external-link-alt:before {
	content: "\f35d";
}
.fa-external-link-square-alt:before {
	content: "\f360";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-dropper:before {
	content: "\f1fb";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-facebook-f:before {
	content: "\f39e";
}
.fa-facebook-messenger:before {
	content: "\f39f";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-fantasy-flight-games:before {
	content: "\f6dc";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-feather:before {
	content: "\f52d";
}
.fa-feather-alt:before {
	content: "\f56b";
}
.fa-fedex:before {
	content: "\f797";
}
.fa-fedora:before {
	content: "\f798";
}
.fa-female:before {
	content: "\f182";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-figma:before {
	content: "\f799";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-alt:before {
	content: "\f15c";
}
.fa-file-archive:before {
	content: "\f1c6";
}
.fa-file-audio:before {
	content: "\f1c7";
}
.fa-file-code:before {
	content: "\f1c9";
}
.fa-file-contract:before {
	content: "\f56c";
}
.fa-file-csv:before {
	content: "\f6dd";
}
.fa-file-download:before {
	content: "\f56d";
}
.fa-file-excel:before {
	content: "\f1c3";
}
.fa-file-export:before {
	content: "\f56e";
}
.fa-file-image:before {
	content: "\f1c5";
}
.fa-file-import:before {
	content: "\f56f";
}
.fa-file-invoice:before {
	content: "\f570";
}
.fa-file-invoice-dollar:before {
	content: "\f571";
}
.fa-file-medical:before {
	content: "\f477";
}
.fa-file-medical-alt:before {
	content: "\f478";
}
.fa-file-pdf:before {
	content: "\f1c1";
}
.fa-file-powerpoint:before {
	content: "\f1c4";
}
.fa-file-prescription:before {
	content: "\f572";
}
.fa-file-signature:before {
	content: "\f573";
}
.fa-file-upload:before {
	content: "\f574";
}
.fa-file-video:before {
	content: "\f1c8";
}
.fa-file-word:before {
	content: "\f1c2";
}
.fa-fill:before {
	content: "\f575";
}
.fa-fill-drip:before {
	content: "\f576";
}
.fa-film:before {
	content: "\f008";
}
.fa-filter:before {
	content: "\f0b0";
	font-size: 18px;
	color: #0085C3;
	filter: grayscale(0%);
}
.fa-filter:hover {
	color: #0093f0;
}
.fa-fingerprint:before {
	content: "\f577";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-fire-alt:before {
	content: "\f7e4";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-first-aid:before {
	content: "\f479";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-first-order-alt:before {
	content: "\f50a";
}
.fa-firstdraft:before {
	content: "\f3a1";
}
.fa-fish:before {
	content: "\f578";
}
.fa-fist-raised:before {
	content: "\f6de";
}
.fa-flag:before {
	content: "\f024";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-flag-usa:before {
	content: "\f74d";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-flipboard:before {
	content: "\f44d";
}
.fa-flushed:before {
	content: "\f579";
}
.fa-fly:before {
	content: "\f417";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-minus:before {
	content: "\f65d";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-folder-plus:before {
	content: "\f65e";
}
.fa-font:before {
	content: "\f031";
}
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-font-awesome-alt:before {
	content: "\f35c";
}
.fa-font-awesome-flag:before {
	content: "\f425";
}
.fa-font-awesome-logo-full:before {
	content: "\f4e6";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-fonticons-fi:before {
	content: "\f3a2";
}
.fa-football-ball:before {
	content: "\f44e";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-fort-awesome-alt:before {
	content: "\f3a3";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-freebsd:before {
	content: "\f3a4";
}
.fa-frog:before {
	content: "\f52e";
}
.fa-frown:before {
	content: "\f119";
}
.fa-frown-open:before {
	content: "\f57a";
}
.fa-fulcrum:before {
	content: "\f50b";
}
.fa-funnel-dollar:before {
	content: "\f662";
}
.fa-futbol:before {
	content: "\f1e3";
}
.fa-galactic-republic:before {
	content: "\f50c";
}
.fa-galactic-senate:before {
	content: "\f50d";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-gas-pump:before {
	content: "\f52f";
}
.fa-gavel:before {
	content: "\f0e3";
}
.fa-gem:before {
	content: "\f3a5";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-ghost:before {
	content: "\f6e2";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-gifts:before {
	content: "\f79c";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-github:before {
	content: "\f09b";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-gitkraken:before {
	content: "\f3a6";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-gitter:before {
	content: "\f426";
}
.fa-glass-cheers:before {
	content: "\f79f";
}
.fa-glass-martini:before {
	content: "\f000";
}
.fa-glass-martini-alt:before {
	content: "\f57b";
}
.fa-glass-whiskey:before {
	content: "\f7a0";
}
.fa-glasses:before {
	content: "\f530";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-globe-africa:before {
	content: "\f57c";
}
.fa-globe-americas:before {
	content: "\f57d";
}
.fa-globe-asia:before {
	content: "\f57e";
}
.fa-globe-europe:before {
	content: "\f7a2";
}
.fa-gofore:before {
	content: "\f3a7";
}
.fa-golf-ball:before {
	content: "\f450";
}
.fa-goodreads:before {
	content: "\f3a8";
}
.fa-goodreads-g:before {
	content: "\f3a9";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-google-drive:before {
	content: "\f3aa";
}
.fa-google-play:before {
	content: "\f3ab";
}
.fa-google-plus:before {
	content: "\f2b3";
}
.fa-google-plus-g:before {
	content: "\f0d5";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-gopuram:before {
	content: "\f664";
}
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-gratipay:before {
	content: "\f184";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-greater-than:before {
	content: "\f531";
}
.fa-greater-than-equal:before {
	content: "\f532";
}
.fa-grimace:before {
	content: "\f57f";
}
.fa-grin:before {
	content: "\f580";
}
.fa-grin-alt:before {
	content: "\f581";
}
.fa-grin-beam:before {
	content: "\f582";
}
.fa-grin-beam-sweat:before {
	content: "\f583";
}
.fa-grin-hearts:before {
	content: "\f584";
}
.fa-grin-squint:before {
	content: "\f585";
}
.fa-grin-squint-tears:before {
	content: "\f586";
}
.fa-grin-stars:before {
	content: "\f587";
}
.fa-grin-tears:before {
	content: "\f588";
}
.fa-grin-tongue:before {
	content: "\f589";
}
.fa-grin-tongue-squint:before {
	content: "\f58a";
}
.fa-grin-tongue-wink:before {
	content: "\f58b";
}
.fa-grin-wink:before {
	content: "\f58c";
}
.fa-grip-horizontal:before {
	content: "\f58d";
}
.fa-grip-lines:before {
	content: "\f7a4";
}
.fa-grip-lines-vertical:before {
	content: "\f7a5";
}
.fa-grip-vertical:before {
	content: "\f58e";
}
.fa-gripfire:before {
	content: "\f3ac";
}
.fa-grunt:before {
	content: "\f3ad";
}
.fa-guitar:before {
	content: "\f7a6";
}
.fa-gulp:before {
	content: "\f3ae";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-hacker-news-square:before {
	content: "\f3af";
}
.fa-hackerrank:before {
	content: "\f5f7";
}
.fa-hamburger:before {
	content: "\f805";
}
.fa-hammer:before {
	content: "\f6e3";
}
.fa-hamsa:before {
	content: "\f665";
}
.fa-hand-holding:before {
	content: "\f4bd";
}
.fa-hand-holding-heart:before {
	content: "\f4be";
}
.fa-hand-holding-usd:before {
	content: "\f4c0";
}
.fa-hand-lizard:before {
	content: "\f258";
}
.fa-hand-middle-finger:before {
	content: "\f806";
}
.fa-hand-paper:before {
	content: "\f256";
}
.fa-hand-peace:before {
	content: "\f25b";
}
.fa-hand-point-down:before {
	content: "\f0a7";
}
.fa-hand-point-left:before {
	content: "\f0a5";
}
.fa-hand-point-right:before {
	content: "\f0a4";
}
.fa-hand-point-up:before {
	content: "\f0a6";
}
.fa-hand-pointer:before {
	content: "\f25a";
}
.fa-hand-rock:before {
	content: "\f255";
}
.fa-hand-scissors:before {
	content: "\f257";
}
.fa-hand-spock:before {
	content: "\f259";
}
.fa-hands:before {
	content: "\f4c2";
}
.fa-hands-helping:before {
	content: "\f4c4";
}
.fa-handshake:before {
	content: "\f2b5";
}
.fa-hanukiah:before {
	content: "\f6e6";
}
.fa-hard-hat:before {
	content: "\f807";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-hat-wizard:before {
	content: "\f6e8";
}
.fa-haykal:before {
	content: "\f666";
}
.fa-hdd:before {
	content: "\f0a0";
}
.fa-heading:before {
	content: "\f1dc";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-headphones-alt:before {
	content: "\f58f";
}
.fa-headset:before {
	content: "\f590";
}
.fa-heart:before {
	content: "\f004";
}
.fa-heart-broken:before {
	content: "\f7a9";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-helicopter:before {
	content: "\f533";
}
.fa-highlighter:before {
	content: "\f591";
}
.fa-hiking:before {
	content: "\f6ec";
}
.fa-hippo:before {
	content: "\f6ed";
}
.fa-hips:before {
	content: "\f452";
}
.fa-hire-a-helper:before {
	content: "\f3b0";
}
.fa-history:before {
	content: "\f1da";
}
.fa-hockey-puck:before {
	content: "\f453";
}
.fa-holly-berry:before {
	content: "\f7aa";
}
.fa-home:before {
	content: "\f015";
}
.fa-hooli:before {
	content: "\f427";
}
.fa-hornbill:before {
	content: "\f592";
}
.fa-horse:before {
	content: "\f6f0";
}
.fa-horse-head:before {
	content: "\f7ab";
}
.fa-hospital:before {
	content: "\f0f8";
}
.fa-hospital-alt:before {
	content: "\f47d";
}
.fa-hospital-symbol:before {
	content: "\f47e";
}
.fa-hot-tub:before {
	content: "\f593";
}
.fa-hotdog:before {
	content: "\f80f";
}
.fa-hotel:before {
	content: "\f594";
}
.fa-hotjar:before {
	content: "\f3b1";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-house-damage:before {
	content: "\f6f1";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-hryvnia:before {
	content: "\f6f2";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-hubspot:before {
	content: "\f3b2";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-ice-cream:before {
	content: "\f810";
}
.fa-icicles:before {
	content: "\f7ad";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-id-card:before {
	content: "\f2c2";
}
.fa-id-card-alt:before {
	content: "\f47f";
}
.fa-igloo:before {
	content: "\f7ae";
}
.fa-image:before {
	content: "\f03e";
}
.fa-images:before {
	content: "\f302";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-industry:before {
	content: "\f275";
}
.fa-infinity:before {
	content: "\f534";
}
.fa-info:before {
	content: "\f129";
}
.fa-info-circle:before {
	content: "\f05a";
	cursor: pointer;
	font-size: 14px !important;
}
.fa-info-circle:hover {
	color: #0093f0;
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-intercom:before {
	content: "\f7af";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-invision:before {
	content: "\f7b0";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-italic:before {
	content: "\f033";
}
.fa-itunes:before {
	content: "\f3b4";
}
.fa-itunes-note:before {
	content: "\f3b5";
}
.fa-java:before {
	content: "\f4e4";
}
.fa-jedi:before {
	content: "\f669";
}
.fa-jedi-order:before {
	content: "\f50e";
}
.fa-jenkins:before {
	content: "\f3b6";
}
.fa-jira:before {
	content: "\f7b1";
}
.fa-joget:before {
	content: "\f3b7";
}
.fa-joint:before {
	content: "\f595";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-journal-whills:before {
	content: "\f66a";
}
.fa-js:before {
	content: "\f3b8";
}
.fa-js-square:before {
	content: "\f3b9";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-kaaba:before {
	content: "\f66b";
}
.fa-kaggle:before {
	content: "\f5fa";
}
.fa-key:before {
	content: "\f084";
}
.fa-keybase:before {
	content: "\f4f5";
}
.fa-keyboard:before {
	content: "\f11c";
}
.fa-keycdn:before {
	content: "\f3ba";
}
.fa-khanda:before {
	content: "\f66d";
}
.fa-kickstarter:before {
	content: "\f3bb";
}
.fa-kickstarter-k:before {
	content: "\f3bc";
}
.fa-kiss:before {
	content: "\f596";
}
.fa-kiss-beam:before {
	content: "\f597";
}
.fa-kiss-wink-heart:before {
	content: "\f598";
}
.fa-kiwi-bird:before {
	content: "\f535";
}
.fa-korvue:before {
	content: "\f42f";
}
.fa-landmark:before {
	content: "\f66f";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-laptop-code:before {
	content: "\f5fc";
}
.fa-laptop-medical:before {
	content: "\f812";
}
.fa-laravel:before {
	content: "\f3bd";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-laugh:before {
	content: "\f599";
}
.fa-laugh-beam:before {
	content: "\f59a";
}
.fa-laugh-squint:before {
	content: "\f59b";
}
.fa-laugh-wink:before {
	content: "\f59c";
}
.fa-layer-group:before {
	content: "\f5fd";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-lemon:before {
	content: "\f094";
}
.fa-less:before {
	content: "\f41d";
}
.fa-less-than:before {
	content: "\f536";
}
.fa-less-than-equal:before {
	content: "\f537";
}
.fa-level-down-alt:before {
	content: "\f3be";
}
.fa-level-up-alt:before {
	content: "\f3bf";
}
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-lightbulb:before {
	content: "\f0eb";
}
.fa-line:before {
	content: "\f3c0";
}
.fa-link:before {
	content: "\f0c1";
	font-size: 16px;
}
.fa-linkedin:before {
	content: "\f08c";
}
.fa-linkedin-in:before {
	content: "\f0e1";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-lira-sign:before {
	content: "\f195";
}
.fa-list:before {
	content: "\f03a";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-lock:before {
	content: "\f023";
}
.fa-lock-open:before {
	content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
	content: "\f309";
}
.fa-long-arrow-alt-left:before {
	content: "\f30a";
}
.fa-long-arrow-alt-right:before {
	content: "\f30b";
}
.fa-long-arrow-alt-up:before {
	content: "\f30c";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-luggage-cart:before {
	content: "\f59d";
}
.fa-lyft:before {
	content: "\f3c3";
}
.fa-magento:before {
	content: "\f3c4";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-mail-bulk:before {
	content: "\f674";
}
.fa-mailchimp:before {
	content: "\f59e";
}
.fa-male:before {
	content: "\f183";
}
.fa-mandalorian:before {
	content: "\f50f";
}
.fa-map:before {
	content: "\f279";
}
.fa-map-marked:before {
	content: "\f59f";
}
.fa-map-marked-alt:before {
	content: "\f5a0";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-map-marker-alt:before {
	content: "\f3c5";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-markdown:before {
	content: "\f60f";
}
.fa-marker:before {
	content: "\f5a1";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mask:before {
	content: "\f6fa";
}
.fa-mastodon:before {
	content: "\f4f6";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-medal:before {
	content: "\f5a2";
}
.fa-medapps:before {
	content: "\f3c6";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-medium-m:before {
	content: "\f3c7";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-medrt:before {
	content: "\f3c8";
}
.fa-meetup:before {
	content: "\f2e0";
}
.fa-megaport:before {
	content: "\f5a3";
}
.fa-meh:before {
	content: "\f11a";
}
.fa-meh-blank:before {
	content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
	content: "\f5a5";
}
.fa-memory:before {
	content: "\f538";
}
.fa-mendeley:before {
	content: "\f7b3";
}
.fa-menorah:before {
	content: "\f676";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-meteor:before {
	content: "\f753";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-alt:before {
	content: "\f3c9";
}
.fa-microphone-alt-slash:before {
	content: "\f539";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-microscope:before {
	content: "\f610";
}
.fa-microsoft:before {
	content: "\f3ca";
}
.fa-minus:before {
	content: "\f068";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-mitten:before {
	content: "\f7b5";
}
.fa-mix:before {
	content: "\f3cb";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-mizuni:before {
	content: "\f3cc";
}
.fa-mobile:before {
	content: "\f10b";
}
.fa-mobile-alt:before {
	content: "\f3cd";
}
.fa-modx:before {
	content: "\f285";
}
.fa-monero:before {
	content: "\f3d0";
}
.fa-money-bill:before {
	content: "\f0d6";
}
.fa-money-bill-alt:before {
	content: "\f3d1";
}
.fa-money-bill-wave:before {
	content: "\f53a";
}
.fa-money-bill-wave-alt:before {
	content: "\f53b";
}
.fa-money-check:before {
	content: "\f53c";
}
.fa-money-check-alt:before {
	content: "\f53d";
}
.fa-monument:before {
	content: "\f5a6";
}
.fa-moon:before {
	content: "\f186";
}
.fa-mortar-pestle:before {
	content: "\f5a7";
}
.fa-mosque:before {
	content: "\f678";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-mountain:before {
	content: "\f6fc";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-mug-hot:before {
	content: "\f7b6";
}
.fa-music:before {
	content: "\f001";
}
.fa-napster:before {
	content: "\f3d2";
}
.fa-neos:before {
	content: "\f612";
}
.fa-network-wired:before {
	content: "\f6ff";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-newspaper:before {
	content: "\f1ea";
}
.fa-nimblr:before {
	content: "\f5a8";
}
.fa-nintendo-switch:before {
	content: "\f418";
}
.fa-node:before {
	content: "\f419";
}
.fa-node-js:before {
	content: "\f3d3";
}
.fa-not-equal:before {
	content: "\f53e";
}
.fa-notes-medical:before {
	content: "\f481";
}
.fa-npm:before {
	content: "\f3d4";
}
.fa-ns8:before {
	content: "\f3d5";
}
.fa-nutritionix:before {
	content: "\f3d6";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-oil-can:before {
	content: "\f613";
}
.fa-old-republic:before {
	content: "\f510";
}
.fa-om:before {
	content: "\f679";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-osi:before {
	content: "\f41a";
}
.fa-otter:before {
	content: "\f700";
}
.fa-outdent:before {
	content: "\f03b";
}
.fa-page4:before {
	content: "\f3d7";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-pager:before {
	content: "\f815";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-paint-roller:before {
	content: "\f5aa";
}
.fa-palette:before {
	content: "\f53f";
}
.fa-palfed:before {
	content: "\f3d8";
}
.fa-pallet:before {
	content: "\f482";
}
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-paperclip:before {
	content: "\f0c6";
	font-size: 16px;
	font-weight: bolder;
	color: #0085C3;
}
.fa-parachute-box:before {
	content: "\f4cd";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-parking:before {
	content: "\f540";
}
.fa-passport:before {
	content: "\f5ab";
}
.fa-pastafarianism:before {
	content: "\f67b";
}
.fa-paste:before {
	content: "\f0ea";
}
.fa-patreon:before {
	content: "\f3d9";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-peace:before {
	content: "\f67c";
}
.fa-pen:before {
	content: "\f304";
	font-size: 14px !important;
}
.fa-pen:hover {
	color: #0085C3;
}
.fa-pen-alt:before {
	content: "\f305";
}
.fa-pen-fancy:before {
	content: "\f5ac";
}
.fa-pen-nib:before {
	content: "\f5ad";
}
.fa-pen-square:before {
	content: "\f14b";
}
.fa-pencil-alt:before {
	content: "\f303";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-pencil-alt:hover {
	color: #0085C3;
}
.fa-pencil-ruler:before {
	content: "\f5ae";
}
.fa-penny-arcade:before {
	content: "\f704";
}
.fa-people-carry:before {
	content: "\f4ce";
}
.fa-pepper-hot:before {
	content: "\f816";
}
.fa-percent:before {
	content: "\f295";
}
.fa-percentage:before {
	content: "\f541";
}
.fa-periscope:before {
	content: "\f3da";
}
.fa-person-booth:before {
	content: "\f756";
}
.fa-phabricator:before {
	content: "\f3db";
}
.fa-phoenix-framework:before {
	content: "\f3dc";
}
.fa-phoenix-squadron:before {
	content: "\f511";
}
.fa-phone:before {
	content: "\f095";
}
.fa-phone-slash:before {
	content: "\f3dd";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-phone-volume:before {
	content: "\f2a0";
}
.fa-php:before {
	content: "\f457";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-pied-piper-hat:before {
	content: "\f4e5";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-piggy-bank:before {
	content: "\f4d3";
}
.fa-pills:before {
	content: "\f484";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-pizza-slice:before {
	content: "\f818";
}
.fa-place-of-worship:before {
	content: "\f67f";
}
.fa-plane:before {
	content: "\f072";
}
.fa-plane-arrival:before {
	content: "\f5af";
}
.fa-plane-departure:before {
	content: "\f5b0";
}
.fa-play:before {
	content: "\f04b";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-playstation:before {
	content: "\f3df";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-plus:before {
	content: "\f067";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-poll:before {
	content: "\f681";
}
.fa-poll-h:before {
	content: "\f682";
}
.fa-poo:before {
	content: "\f2fe";
}
.fa-poo-storm:before {
	content: "\f75a";
}
.fa-poop:before {
	content: "\f619";
}
.fa-portrait:before {
	content: "\f3e0";
}
.fa-pound-sign:before {
	content: "\f154";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-pray:before {
	content: "\f683";
}
.fa-praying-hands:before {
	content: "\f684";
}
.fa-prescription:before {
	content: "\f5b1";
}
.fa-prescription-bottle:before {
	content: "\f485";
}
.fa-prescription-bottle-alt:before {
	content: "\f486";
}
.fa-print:before {
	content: "\f02f";
}
.fa-procedures:before {
	content: "\f487";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-project-diagram:before {
	content: "\f542";
}
.fa-pushed:before {
	content: "\f3e1";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-python:before {
	content: "\f3e2";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-question:before {
	content: "\f128";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-quidditch:before {
	content: "\f458";
}
.fa-quinscape:before {
	content: "\f459";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-quran:before {
	content: "\f687";
}
.fa-r-project:before {
	content: "\f4f7";
}
.fa-radiation:before {
	content: "\f7b9";
}
.fa-radiation-alt:before {
	content: "\f7ba";
}
.fa-rainbow:before {
	content: "\f75b";
}
.fa-random:before {
	content: "\f074";
}
.fa-raspberry-pi:before {
	content: "\f7bb";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-react:before {
	content: "\f41b";
}
.fa-reacteurope:before {
	content: "\f75d";
}
.fa-readme:before {
	content: "\f4d5";
}
.fa-rebel:before {
	content: "\f1d0";
}
.fa-receipt:before {
	content: "\f543";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-red-river:before {
	content: "\f3e3";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-redhat:before {
	content: "\f7bc";
}
.fa-redo:before {
	content: "\f01e";
}
.fa-redo-alt:before {
	content: "\f2f9";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-reply:before {
	content: "\f3e5";
}
.fa-reply-all:before {
	content: "\f122";
}
.fa-replyd:before {
	content: "\f3e6";
}
.fa-republican:before {
	content: "\f75e";
}
.fa-researchgate:before {
	content: "\f4f8";
}
.fa-resolving:before {
	content: "\f3e7";
}
.fa-restroom:before {
	content: "\f7bd";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-rev:before {
	content: "\f5b2";
}
.fa-ribbon:before {
	content: "\f4d6";
}
.fa-ring:before {
	content: "\f70b";
}
.fa-road:before {
	content: "\f018";
}
.fa-robot:before {
	content: "\f544";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-rocketchat:before {
	content: "\f3e8";
}
.fa-rockrms:before {
	content: "\f3e9";
}
.fa-route:before {
	content: "\f4d7";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-ruble-sign:before {
	content: "\f158";
}
.fa-ruler:before {
	content: "\f545";
}
.fa-ruler-combined:before {
	content: "\f546";
}
.fa-ruler-horizontal:before {
	content: "\f547";
}
.fa-ruler-vertical:before {
	content: "\f548";
}
.fa-running:before {
	content: "\f70c";
}
.fa-rupee-sign:before {
	content: "\f156";
}
.fa-sad-cry:before {
	content: "\f5b3";
}
.fa-sad-tear:before {
	content: "\f5b4";
}
.fa-safari:before {
	content: "\f267";
}
.fa-sass:before {
	content: "\f41e";
}
.fa-satellite:before {
	content: "\f7bf";
}
.fa-satellite-dish:before {
	content: "\f7c0";
}
.fa-save:before {
	content: "\f0c7";
	font-size: 22px;
}
.fa-schlix:before {
	content: "\f3ea";
}
.fa-school:before {
	content: "\f549";
}
.fa-screwdriver:before {
	content: "\f54a";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-scroll:before {
	content: "\f70e";
}
.fa-sd-card:before {
	content: "\f7c2";
}
.fa-search:before {
	content: "\f002";
}
.fa-search-dollar:before {
	content: "\f688";
}
.fa-search-location:before {
	content: "\f689";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-searchengin:before {
	content: "\f3eb";
}
.fa-seedling:before {
	content: "\f4d8";
}
.fa-sellcast:before {
	content: "\f2da";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-server:before {
	content: "\f233";
}
.fa-servicestack:before {
	content: "\f3ec";
}
.fa-shapes:before {
	content: "\f61f";
}
.fa-share:before {
	content: "\f064";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-shekel-sign:before {
	content: "\f20b";
}
.fa-shield-alt:before {
	content: "\f3ed";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-shipping-fast:before {
	content: "\f48b";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-shoe-prints:before {
	content: "\f54b";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-shopware:before {
	content: "\f5b5";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-shuttle-van:before {
	content: "\f5b6";
}
.fa-sign:before {
	content: "\f4d9";
}
.fa-sign-in-alt:before {
	content: "\f2f6";
}
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-sign-out-alt:before {
	content: "\f2f5";
}
.fa-signal:before {
	content: "\f012";
}
.fa-signature:before {
	content: "\f5b7";
}
.fa-sim-card:before {
	content: "\f7c4";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-sistrix:before {
	content: "\f3ee";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-sith:before {
	content: "\f512";
}
.fa-skating:before {
	content: "\f7c5";
}
.fa-sketch:before {
	content: "\f7c6";
}
.fa-skiing:before {
	content: "\f7c9";
}
.fa-skiing-nordic:before {
	content: "\f7ca";
}
.fa-skull:before {
	content: "\f54c";
}
.fa-skull-crossbones:before {
	content: "\f714";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-slack:before {
	content: "\f198";
}
.fa-slack-hash:before {
	content: "\f3ef";
}
.fa-slash:before {
	content: "\f715";
}
.fa-sleigh:before {
	content: "\f7cc";
}
.fa-sliders-h:before {
	content: "\f1de";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-smile:before {
	content: "\f118";
}
.fa-smile-beam:before {
	content: "\f5b8";
}
.fa-smile-wink:before {
	content: "\f4da";
}
.fa-smog:before {
	content: "\f75f";
}
.fa-smoking:before {
	content: "\f48d";
}
.fa-smoking-ban:before {
	content: "\f54d";
}
.fa-sms:before {
	content: "\f7cd";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-snowboarding:before {
	content: "\f7ce";
}
.fa-snowflake:before {
	content: "\f2dc";
}
.fa-snowman:before {
	content: "\f7d0";
}
.fa-snowplow:before {
	content: "\f7d2";
}
.fa-socks:before {
	content: "\f696";
}
.fa-solar-panel:before {
	content: "\f5ba";
}
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-alpha-down:before {
	content: "\f15d";
}
.fa-sort-alpha-up:before {
	content: "\f15e";
}
.fa-sort-amount-down:before {
	display: none;
	content: "\f160";
	color: #BBB;
	font-size: 12px;
}
.fa-sort-amount-up:before {
	display: none;
	content: "\f161";
	color: #BBB;
	font-size: 12px;
}
.fa-sort-down:before {
	content: "\f0dd";
}
.fa-sort-numeric-down:before {
	content: "\f162";
}
.fa-sort-numeric-up:before {
	content: "\f163";
}
.fa-sort-up:before {
	content: "\f0de";
}
.fa-sort-active::before {
	display: initial;
	color: #555;
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-sourcetree:before {
	content: "\f7d3";
}
.fa-spa:before {
	content: "\f5bb";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-speakap:before {
	content: "\f3f3";
}
.fa-spider:before {
	content: "\f717";
}
.fa-spinner:before {
	content: "\f110";
	color:#0085c3;
	font-size: 18px;
}
.fa-splotch:before {
	content: "\f5bc";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-spray-can:before {
	content: "\f5bd";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-square-full:before {
	content: "\f45c";
}
.fa-square-root-alt:before {
	content: "\f698";
}
.fa-squarespace:before {
	content: "\f5be";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-stamp:before {
	content: "\f5bf";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-and-crescent:before {
	content: "\f699";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-star-half-alt:before {
	content: "\f5c0";
}
.fa-star-of-david:before {
	content: "\f69a";
}
.fa-star-of-life:before {
	content: "\f621";
}
.fa-staylinked:before {
	content: "\f3f5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-steam-symbol:before {
	content: "\f3f6";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-sticker-mule:before {
	content: "\f3f7";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stopwatch:before {
	content: "\f2f2";
}
.fa-store:before {
	content: "\f54e";
}
.fa-store-alt:before {
	content: "\f54f";
}
.fa-strava:before {
	content: "\f428";
}
.fa-stream:before {
	content: "\f550";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-stripe:before {
	content: "\f429";
}
.fa-stripe-s:before {
	content: "\f42a";
}
.fa-stroopwafel:before {
	content: "\f551";
}
.fa-studiovinari:before {
	content: "\f3f8";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-subway:before {
	content: "\f239";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-suitcase-rolling:before {
	content: "\f5c1";
}
.fa-sun:before {
	content: "\f185";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-supple:before {
	content: "\f3f9";
}
.fa-surprise:before {
	content: "\f5c2";
}
.fa-suse:before {
	content: "\f7d6";
}
.fa-swatchbook:before {
	content: "\f5c3";
}
.fa-swimmer:before {
	content: "\f5c4";
}
.fa-swimming-pool:before {
	content: "\f5c5";
}
.fa-synagogue:before {
	content: "\f69b";
}
.fa-sync:before {
	content: "\f021";
}
.fa-sync-alt:before {
	content: "\f2f1";
	cursor: pointer;
}
.fa-syringe:before {
	content: "\f48e";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-table-tennis:before {
	content: "\f45d";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-tablet-alt:before {
	content: "\f3fa";
}
.fa-tablets:before {
	content: "\f490";
}
.fa-tachometer-alt:before {
	content: "\f3fd";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-tape:before {
	content: "\f4db";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-taxi:before {
	content: "\f1ba";
}
.fa-teamspeak:before {
	content: "\f4f9";
}
.fa-teeth:before {
	content: "\f62e";
}
.fa-teeth-open:before {
	content: "\f62f";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-telegram-plane:before {
	content: "\f3fe";
}
.fa-temperature-high:before {
	content: "\f769";
}
.fa-temperature-low:before {
	content: "\f76b";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-tenge:before {
	content: "\f7d7";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-the-red-yeti:before {
	content: "\f69d";
}
.fa-theater-masks:before {
	content: "\f630";
}
.fa-themeco:before {
	content: "\f5c6";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-thermometer:before {
	content: "\f491";
}
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-think-peaks:before {
	content: "\f731";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbtack:before {
	content: "\f08d";
}
.fa-ticket-alt:before {
	content: "\f3ff";
}
.fa-times:before {
	content: "\f00d";
	cursor: pointer;
	font-size: 16px !important;
}
.fa-times:hover {
	color: #F00;
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-tint:before {
	content: "\f043";
}
.fa-tint-slash:before {
	content: "\f5c7";
}
.fa-tired:before {
	content: "\f5c8";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-toilet:before {
	content: "\f7d8";
}
.fa-toilet-paper:before {
	content: "\f71e";
}
.fa-toolbox:before {
	content: "\f552";
}
.fa-tools:before {
	content: "\f7d9";
}
.fa-tooth:before {
	content: "\f5c9";
}
.fa-torah:before {
	content: "\f6a0";
}
.fa-torii-gate:before {
	content: "\f6a1";
}
.fa-tractor:before {
	content: "\f722";
}
.fa-trade-federation:before {
	content: "\f513";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-traffic-light:before {
	content: "\f637";
}
.fa-train:before {
	content: "\f238";
}
.fa-tram:before {
	content: "\f7da";
}
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-trash-alt:before {
	content: "\f2ed";
	cursor: pointer;
	font-size: 18px !important;
}
.fa-trash-alt:hover {
	color: #F00;
}
.fa-trash-restore:before {
	content: "\f829";
}
.fa-trash-restore-alt:before {
	content: "\f82a";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-trello:before {
	content: "\f181";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-truck-loading:before {
	content: "\f4de";
}
.fa-truck-monster:before {
	content: "\f63b";
}
.fa-truck-moving:before {
	content: "\f4df";
}
.fa-truck-pickup:before {
	content: "\f63c";
}
.fa-tshirt:before {
	content: "\f553";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-tv:before {
	content: "\f26c";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-typo3:before {
	content: "\f42b";
}
.fa-uber:before {
	content: "\f402";
}
.fa-ubuntu:before {
	content: "\f7df";
}
.fa-uikit:before {
	content: "\f403";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-umbrella-beach:before {
	content: "\f5ca";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-undo:before {
	content: "\f0e2";
}
.fa-undo-alt:before {
	content: "\f2ea";
}
.fa-uniregistry:before {
	content: "\f404";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-university:before {
	content: "\f19c";
}
.fa-unlink:before {
	content: "\f127";
	font-size: 16px !important;
}
.fa-unlink:hover {
	color: #F00;
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-untappd:before {
	content: "\f405";
}
.fa-upload:before {
	content: "\f093";
}
.fa-ups:before {
	content: "\f7e0";
}
.fa-usb:before {
	content: "\f287";
}
.fa-user:before {
	content: "\f007";
}
.fa-user-alt:before {
	content: "\f406";
}
.fa-user-alt-slash:before {
	content: "\f4fa";
}
.fa-user-astronaut:before {
	content: "\f4fb";
}
.fa-user-check:before {
	content: "\f4fc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-clock:before {
	content: "\f4fd";
}
.fa-user-cog:before {
	content: "\f4fe";
}
.fa-user-edit:before {
	content: "\f4ff";
}
.fa-user-friends:before {
	content: "\f500";
}
.fa-user-graduate:before {
	content: "\f501";
}
.fa-user-injured:before {
	content: "\f728";
}
.fa-user-lock:before {
	content: "\f502";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-user-minus:before {
	content: "\f503";
}
.fa-user-ninja:before {
	content: "\f504";
}
.fa-user-nurse:before {
	content: "\f82f";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-user-shield:before {
	content: "\f505";
}
.fa-user-slash:before {
	content: "\f506";
}
.fa-user-tag:before {
	content: "\f507";
}
.fa-user-tie:before {
	content: "\f508";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-users:before {
	content: "\f0c0";
}
.fa-users-cog:before {
	content: "\f509";
}
.fa-usps:before {
	content: "\f7e1";
}
.fa-ussunnah:before {
	content: "\f407";
}
.fa-utensil-spoon:before {
	content: "\f2e5";
}
.fa-utensils:before {
	content: "\f2e7";
}
.fa-vaadin:before {
	content: "\f408";
}
.fa-vector-square:before {
	content: "\f5cb";
}
.fa-venus:before {
	content: "\f221";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-vial:before {
	content: "\f492";
}
.fa-vials:before {
	content: "\f493";
}
.fa-viber:before {
	content: "\f409";
}
.fa-video:before {
	content: "\f03d";
}
.fa-video-slash:before {
	content: "\f4e2";
}
.fa-vihara:before {
	content: "\f6a7";
}
.fa-vimeo:before {
	content: "\f40a";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-vimeo-v:before {
	content: "\f27d";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-vk:before {
	content: "\f189";
}
.fa-vnv:before {
	content: "\f40b";
}
.fa-volleyball-ball:before {
	content: "\f45f";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-mute:before {
	content: "\f6a9";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-vote-yea:before {
	content: "\f772";
}
.fa-vr-cardboard:before {
	content: "\f729";
}
.fa-vuejs:before {
	content: "\f41f";
}
.fa-walking:before {
	content: "\f554";
}
.fa-wallet:before {
	content: "\f555";
}
.fa-warehouse:before {
	content: "\f494";
}
.fa-water:before {
	content: "\f773";
}
.fa-weebly:before {
	content: "\f5cc";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-weight:before {
	content: "\f496";
}
.fa-weight-hanging:before {
	content: "\f5cd";
}
.fa-weixin:before {
	content: "\f1d7";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-whatsapp-square:before {
	content: "\f40c";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-whmcs:before {
	content: "\f40d";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-wind:before {
	content: "\f72e";
}
.fa-window-close:before {
	content: "\f410";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-wine-bottle:before {
	content: "\f72f";
}
.fa-wine-glass:before {
	content: "\f4e3";
}
.fa-wine-glass-alt:before {
	content: "\f5ce";
}
.fa-wix:before {
	content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
	content: "\f730";
}
.fa-wolf-pack-battalion:before {
	content: "\f514";
}
.fa-won-sign:before {
	content: "\f159";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-wordpress-simple:before {
	content: "\f411";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-wpressr:before {
	content: "\f3e4";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-x-ray:before {
	content: "\f497";
}
.fa-xbox:before {
	content: "\f412";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-yandex:before {
	content: "\f413";
}
.fa-yandex-international:before {
	content: "\f414";
}
.fa-yarn:before {
	content: "\f7e3";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-yen-sign:before {
	content: "\f157";
}
.fa-yin-yang:before {
	content: "\f6ad";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-youtube-square:before {
	content: "\f431";
}
.fa-zhihu:before {
	content: "\f63f";
}
.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.fa-disabled, .fa-disabled:hover {
	color: #BBB;
	cursor: default;
}



/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	padding-top: 22px;
}
.reminder_list .ms-parent {
	width: 100% !important;
}
.ms-choice {
	display: block;
	width: 100%;
	height: 26px;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
	border: none;
	text-align: inherit !important;
	white-space: nowrap;
	line-height: 22px;
	color: #444;
	text-decoration: none;
	background-color: transparent;
	padding: 19px 0px;
	margin: 0;
}

.ms-choice.disabled,
select[disabled]+.ms-parent .ms-choice,
select[readonly]+.ms-parent .ms-choice{
	background-color: #f4f4f4;
	cursor: default;
	padding-top: 40px;
	margin-top: -22px;
	pointer-events: none;
}

.ms-choice > span {
	width: calc(100% - 16px);
	position: absolute;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 35px 8px 0px 8px;
	color: #000;
	font-weight: bold;
	right: 2px;
	left: 2px;
}

.ms-choice > span.placeholder {
	color: #999;
}

.ms-choice > div {
	position: absolute;
	top: 0;
	right: 0;
	}

.ms-choice > div.open {
}

.ms-drop {
	width: auto;
	overflow: hidden;
	display: none;
	margin-top: -1px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-width: 100%;
}

.ms-drop.bottom {
	top: 100%;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
	bottom: 100%;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
	display: inline-block;
	margin: 0;
	min-height: 26px;
	padding: 4px;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 10000;
}

.ms-search input {
	width: 100%;
	height: auto !important;
	min-height: 24px;
	padding: 7px 10px;
	margin: 0;
	outline: 0;
	font-size: 1em;
	border: 1px solid #aaa;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.ms-search, .ms-search input {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ms-drop ul {
	overflow-y: auto;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.ms-drop ul > li {
	list-style: none;
	display: list-item;
	background-image: none;
	position: static;
	padding: 0px;
	margin: 0 !important;
}
.ms-drop ul > li:hover {
	background-color: #fff9a2;
}
.ms-drop ul > li span {
	margin-left: 7px;
	margin-right: 7px;
}
.ms-drop ul > li input {
	vertical-align: middle !important;
}
.ms-drop ul > li .disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
	display: block;
	float: left;
}

.ms-drop ul > li.group {
	clear: both;
}

.ms-drop ul > li.multiple label {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ms-drop ul > li label {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	position: relative !important;
	padding: 5px 10px !important;
}

.ms-drop ul > li label.optgroup {
	font-weight: bold;
}

.ms-drop input[type="checkbox"] {
	vertical-align: middle;
	width: auto !important;
	margin: 0px 5px !important;
}

.ms-drop .ms-no-results {
	display: none;
}
.ms-drop-label {
	position: relative !important;
	float: right;
	margin: 0 !important;
	padding: 0px 3px !important;
}
.field_container div.ms-parent:hover {
	background: #FFFCCD;
	transition: all 0.5s;
	color: #333;
}
.cc-picker {
    overflow: hidden;
    display: inline-block;
    cursor: default;
    padding-right: 5px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cc-picker-flag {
    width: 16px;
    height: 11px;
    margin-right: 7px;
    display: inline-block;
	background: url('http://localhost:46180/themes/NeoTheme/images/flags.png');
	position: relative;
	top: 1px;
}

.cc-picker-code {
    display: inline-block;
	width:35px;
}

.cc-picker-code-select-enabled::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 5px;
	right: 4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #512b2b;
}

.cc-picker-code-select-enabled {
    cursor: pointer;
    padding-right: 18px;
    position: relative;
}

.cc-picker-code-list .cc-picker-code {
    color: gray;
    width: 38px;
}

.cc-picker-code-list {
	margin: 0 0 0 -5px;
	padding: 0;
	position: absolute;
	border: 1px solid #dad8d8;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 10000000 !important;
}

.cc-picker-code-list ul{
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    direction: ltr;
    margin: 0;
    padding: 0;
}
.cc-picker-code-filter {
    margin: 0;
    padding: 3px 5px !important;
    width: calc(100% - 10px);
    height: 23px;
    position: relative;
    border-bottom: 1px solid #dad8d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    direction: initial;
}

input[class=cc-picker-code-filter]::-webkit-input-placeholder { /* Safari, Chrome(, Opera?) */
  color:gray;
  font-style:italic;
}

input[class=cc-picker-code-filter]:-moz-placeholder { /* Firefox 18- */
  color:gray;
  font-style:italic;
}

input[class=cc-picker-code-filter]::-moz-placeholder { /* Firefox 19+ */
  color:gray;
  font-style:italic;
}

input[class=cc-picker-code-filter]:-ms-input-placeholder { /* IE (10+?) */
  color:gray;
  font-style:italic;
}

.cc-picker-code-list li:hover {
    background-color: #e1e1e1;
}

.cc-picker-code-list li.cc-picker-selected-country {
    background-color: #f0f0f0;
}

.cc-picker-code-list li {
    cursor: pointer;
    list-style: none;
    padding: 3px 10px;
    margin: 0;
}

.cc-picker-flag.zw{
    background-position:0 0
}
.cc-picker-flag.zm{
    background-position:-16px 0
}
.cc-picker-flag.za{
    background-position:0 -11px
}
.cc-picker-flag.yt{
    background-position:-16px -11px
}
.cc-picker-flag.ye{
    background-position:-32px 0
}
.cc-picker-flag.ws{
    background-position:-32px -11px
}
.cc-picker-flag.wf{
    background-position:0 -22px
}
.cc-picker-flag.vu{
    background-position:-32px -22px
}
.cc-picker-flag.vn{
    background-position:0 -33px
}
.cc-picker-flag.vi{
    background-position:-16px -33px
}
.cc-picker-flag.vg{
    background-position:-32px -33px
}
.cc-picker-flag.ve{
    background-position:-48px 0
}
.cc-picker-flag.vc{
    background-position:-48px -11px
}
.cc-picker-flag.va{
    background-position:-48px -22px
}
.cc-picker-flag.uz{
    background-position:-48px -33px
}
.cc-picker-flag.uy{
    background-position:0 -44px
}
.cc-picker-flag.us{
    background-position:-16px -44px
}
.cc-picker-flag.um{
    background-position:-16px -44px
}
.cc-picker-flag.ug{
    background-position:-32px -44px
}
.cc-picker-flag.ua{
    background-position:-48px -44px
}
.cc-picker-flag.tz{
    background-position:-64px 0
}
.cc-picker-flag.tw{
    background-position:-64px -11px
}
.cc-picker-flag.tv{
    background-position:-64px -22px
}
.cc-picker-flag.tt{
    background-position:-64px -33px
}
.cc-picker-flag.tr{
    background-position:-64px -44px
}
.cc-picker-flag.to{
    background-position:0 -55px
}
.cc-picker-flag.tn{
    background-position:-16px -55px
}
.cc-picker-flag.tm{
    background-position:-32px -55px
}
.cc-picker-flag.tl{
    background-position:-48px -55px
}
.cc-picker-flag.tk{
    background-position:-64px -55px
}
.cc-picker-flag.tj{
    background-position:0 -66px
}
.cc-picker-flag.th{
    background-position:-16px -66px
}
.cc-picker-flag.tg{
    background-position:-32px -66px
}
.cc-picker-flag.tf{
    background-position:-48px -66px
}
.cc-picker-flag.td{
    background-position:-64px -66px
}
.cc-picker-flag.tc{
    background-position:-80px 0
}
.cc-picker-flag.sz{
    background-position:-80px -11px
}
.cc-picker-flag.sy{
    background-position:-80px -22px
}
.cc-picker-flag.sx{
    background-position:-80px -33px
}
.cc-picker-flag.sv{
    background-position:-80px -44px
}
.cc-picker-flag.st{
    background-position:-80px -55px
}
.cc-picker-flag.ss{
    background-position:-80px -66px
}
.cc-picker-flag.sr{
    background-position:0 -77px
}
.cc-picker-flag.so{
    background-position:-16px -77px
}
.cc-picker-flag.sn{
    background-position:-32px -77px
}
.cc-picker-flag.sm{
    background-position:-48px -77px
}
.cc-picker-flag.sl{
    background-position:-64px -77px
}
.cc-picker-flag.sk{
    background-position:-80px -77px
}
.cc-picker-flag.si{
    background-position:-96px 0
}
.cc-picker-flag.sh{
    background-position:-96px -11px
}
.cc-picker-flag.sg{
    background-position:-96px -22px
}
.cc-picker-flag.se{
    background-position:-96px -33px
}
.cc-picker-flag.sd{
    background-position:-96px -44px
}
.cc-picker-flag.sc{
    background-position:-96px -66px
}
.cc-picker-flag.sb{
    background-position:-96px -77px
}
.cc-picker-flag.sa{
    background-position:0 -88px
}
.cc-picker-flag.rw{
    background-position:-16px -88px
}
.cc-picker-flag.ru{
    background-position:-32px -88px
}
.cc-picker-flag.rs{
    background-position:-48px -88px
}
.cc-picker-flag.ro{
    background-position:-64px -88px
}
.cc-picker-flag.qa{
    background-position:-80px -88px
}
.cc-picker-flag.py{
    background-position:-96px -88px
}
.cc-picker-flag.pw{
    background-position:0 -99px
}
.cc-picker-flag.pt{
    background-position:-16px -99px
}
.cc-picker-flag.ps{
    background-position:-32px -99px
}
.cc-picker-flag.pr{
    background-position:-48px -99px
}
.cc-picker-flag.pn{
    background-position:-64px -99px
}
.cc-picker-flag.pm{
    background-position:-80px -99px
}
.cc-picker-flag.pl{
    background-position:-96px -99px
}
.cc-picker-flag.pk{
    background-position:-112px 0
}
.cc-picker-flag.ph{
    background-position:-112px -11px
}
.cc-picker-flag.pg{
    background-position:-112px -22px
}
.cc-picker-flag.pf{
    background-position:-112px -33px
}
.cc-picker-flag.pe{
    background-position:-112px -44px
}
.cc-picker-flag.pa{
    background-position:-112px -55px
}
.cc-picker-flag.om{
    background-position:-112px -66px
}
.cc-picker-flag.nz{
    background-position:-112px -77px
}
.cc-picker-flag.nu{
    background-position:-112px -88px
}
.cc-picker-flag.nr{
    background-position:-112px -99px
}
.cc-picker-flag.no{
    background-position:0 -110px
}
.cc-picker-flag.bv{
    background-position:0 -110px
}
.cc-picker-flag.sj{
    background-position:0 -110px
}
.cc-picker-flag.nl{
    background-position:-16px -110px
}
.cc-picker-flag.ni{
    background-position:-32px -110px
}
.cc-picker-flag.ng{
    background-position:-48px -110px
}
.cc-picker-flag.nf{
    background-position:-64px -110px
}
.cc-picker-flag.ne{
    background-position:-80px -110px
}
.cc-picker-flag.nc{
    background-position:-96px -110px
}
.cc-picker-flag.na{
    background-position:-112px -110px
}
.cc-picker-flag.mz{
    background-position:-128px 0
}
.cc-picker-flag.my{
    background-position:-128px -11px
}
.cc-picker-flag.mx{
    background-position:-128px -22px
}
.cc-picker-flag.mw{
    background-position:-128px -33px
}
.cc-picker-flag.mv{
    background-position:-128px -44px
}
.cc-picker-flag.mu{
    background-position:-128px -55px
}
.cc-picker-flag.mt{
    background-position:-128px -66px
}
.cc-picker-flag.ms{
    background-position:-128px -77px
}
.cc-picker-flag.mr{
    background-position:-128px -88px
}
.cc-picker-flag.mq{
    background-position:-128px -99px
}
.cc-picker-flag.mp{
    background-position:-128px -110px
}
.cc-picker-flag.mo{
    background-position:0 -121px
}
.cc-picker-flag.mn{
    background-position:-16px -121px
}
.cc-picker-flag.mm{
    background-position:-32px -121px
}
.cc-picker-flag.ml{
    background-position:-48px -121px
}
.cc-picker-flag.mk{
    background-position:-64px -121px
}
.cc-picker-flag.mh{
    background-position:-80px -121px
}
.cc-picker-flag.mg{
    background-position:-96px -121px
}
.cc-picker-flag.me{
    background-position:0 -132px
}
.cc-picker-flag.md{
    background-position:-112px -121px
}
.cc-picker-flag.mc{
    background-position:-128px -121px
}
.cc-picker-flag.ma{
    background-position:-16px -132px
}
.cc-picker-flag.ly{
    background-position:-32px -132px
}
.cc-picker-flag.lv{
    background-position:-48px -132px
}
.cc-picker-flag.lu{
    background-position:-64px -132px
}
.cc-picker-flag.lt{
    background-position:-80px -132px
}
.cc-picker-flag.ls{
    background-position:-96px -132px
}
.cc-picker-flag.lr{
    background-position:-112px -132px
}
.cc-picker-flag.lk{
    background-position:-128px -132px
}
.cc-picker-flag.li{
    background-position:-144px 0
}
.cc-picker-flag.lc{
    background-position:-144px -11px
}
.cc-picker-flag.lb{
    background-position:-144px -22px
}
.cc-picker-flag.la{
    background-position:-144px -33px
}
.cc-picker-flag.kz{
    background-position:-144px -44px
}
.cc-picker-flag.ky{
    background-position:-144px -55px
}
.cc-picker-flag.kw{
    background-position:-144px -66px
}
.cc-picker-flag.kr{
    background-position:-144px -77px
}
.cc-picker-flag.kp{
    background-position:-144px -88px
}
.cc-picker-flag.kn{
    background-position:-144px -99px
}
.cc-picker-flag.km{
    background-position:-144px -110px
}
.cc-picker-flag.ki{
    background-position:-144px -121px
}
.cc-picker-flag.kh{
    background-position:-144px -132px
}
.cc-picker-flag.kg{
    background-position:0 -144px
}
.cc-picker-flag.ke{
    background-position:-16px -144px
}
.cc-picker-flag.jp{
    background-position:-32px -144px
}
.cc-picker-flag.jo{
    background-position:-48px -144px
}
.cc-picker-flag.jm{
    background-position:-64px -144px
}
.cc-picker-flag.je{
    background-position:-80px -144px
}
.cc-picker-flag.it{
    background-position:-96px -144px
}
.cc-picker-flag.is{
    background-position:-112px -144px
}
.cc-picker-flag.ir{
    background-position:-128px -144px
}
.cc-picker-flag.iq{
    background-position:-144px -144px
}
.cc-picker-flag.io{
    background-position:-160px 0
}
.cc-picker-flag.in{
    background-position:-160px -11px
}
.cc-picker-flag.im{
    background-position:-160px -22px
}
.cc-picker-flag.il{
    background-position:-160px -31px
}
 .cc-picker-flag.ie{
    background-position:-160px -42px
}
.cc-picker-flag.id{
    background-position:-160px -53px
}
.cc-picker-flag.hu{
    background-position:-160px -64px
}
.cc-picker-flag.ht{
    background-position:-160px -75px
}
.cc-picker-flag.hr{
    background-position:-160px -86px
}
.cc-picker-flag.hn{
    background-position:-160px -97px
}
.cc-picker-flag.hk{
    background-position:-160px -108px
}
.cc-picker-flag.gy{
    background-position:-160px -119px
}
.cc-picker-flag.gw{
    background-position:-160px -130px
}
.cc-picker-flag.gu{
    background-position:-160px -141px
}
.cc-picker-flag.gt{
    background-position:0 -155px
}
.cc-picker-flag.gs{
    background-position:-16px -155px
}
.cc-picker-flag.gr{
    background-position:-32px -155px
}
.cc-picker-flag.gq{
    background-position:-48px -155px
}
.cc-picker-flag.gp{
    background-position:-64px -155px
}
.cc-picker-flag.gn{
    background-position:-80px -155px
}
.cc-picker-flag.gm{
    background-position:-96px -155px
}
.cc-picker-flag.gl{
    background-position:-112px -155px
}
.cc-picker-flag.gi{
    background-position:-128px -155px
}
.cc-picker-flag.gh{
    background-position:-144px -155px
}
.cc-picker-flag.gg{
    background-position:-160px -155px
}
.cc-picker-flag.ge{
    background-position:-176px 0
}
.cc-picker-flag.gd{
    background-position:-176px -11px
}
.cc-picker-flag.gb{
    background-position:-176px -22px
}
.cc-picker-flag.ga{
    background-position:-176px -33px
}
.cc-picker-flag.fr{
    background-position:-176px -44px
}
.cc-picker-flag.gf{
    background-position:-176px -44px
}
.cc-picker-flag.re{
    background-position:-176px -44px
}
.cc-picker-flag.mf{
    background-position:-176px -44px
}
.cc-picker-flag.bl{
    background-position:-176px -44px
}
.cc-picker-flag.fo{
    background-position:-176px -55px
}
.cc-picker-flag.fm{
    background-position:-176px -66px
}
.cc-picker-flag.fk{
    background-position:-176px -77px
}
.cc-picker-flag.fj{
    background-position:-176px -88px
}
.cc-picker-flag.fi{
    background-position:-176px -99px
}
.cc-picker-flag.eu{
    background-position:-176px -121px
}
.cc-picker-flag.et{
    background-position:-176px -132px
}
.cc-picker-flag.es{
    background-position:-176px -143px
}
.cc-picker-flag.er{
    background-position:-176px -154px
}
.cc-picker-flag.eh{
    background-position:-16px -166px
}
.cc-picker-flag.eg{
    background-position:-32px -166px
}
div.cc-picker-flag.ee{
    background-position:-48px -166px
}
.cc-picker-flag.ec{
    background-position:-64px -166px
}
.cc-picker-flag.dz{
    background-position:-80px -166px
}
.cc-picker-flag.do{
    background-position:-96px -166px
}
.cc-picker-flag.dm{
    background-position:-112px -166px
}
.cc-picker-flag.dk{
    background-position:-128px -166px
}
.cc-picker-flag.dj{
    background-position:-144px -166px
}
.cc-picker-flag.de{
    background-position:-160px -166px
}
.cc-picker-flag.cz{
    background-position:-176px -166px
}
.cc-picker-flag.cy{
    background-position:0 -177px
}
.cc-picker-flag.cx{
    background-position:-16px -177px
}
.cc-picker-flag.cw{
    background-position:-32px -177px
}
.cc-picker-flag.cv{
    background-position:-48px -177px
}
.cc-picker-flag.cu{
    background-position:-64px -177px
}
.cc-picker-flag.cs{
    background-position:-80px -177px
}
.cc-picker-flag.cr{
    background-position:-96px -177px
}
.cc-picker-flag.co{
    background-position:-112px -177px
}
.cc-picker-flag.cn{
    background-position:-128px -177px
}
.cc-picker-flag.cm{
    background-position:-144px -177px
}
.cc-picker-flag.cl{
    background-position:-160px -177px
}
.cc-picker-flag.ck{
    background-position:-176px -177px
}
.cc-picker-flag.ci{
    background-position:-192px 0
}
.cc-picker-flag.cg{
    background-position:-192px -11px
}
.cc-picker-flag.cf{
    background-position:-192px -22px
}
.cc-picker-flag.cd{
    background-position:-192px -33px
}
.cc-picker-flag.cc{
    background-position:-192px -44px
}
.cc-picker-flag.ca{
    background-position:-192px -66px
}
.cc-picker-flag.bz{
    background-position:-192px -77px
}
.cc-picker-flag.by{
    background-position:-192px -88px
}
.cc-picker-flag.bw{
    background-position:-192px -99px
}
.cc-picker-flag.bt{
    background-position:-192px -110px
}
.cc-picker-flag.bs{
    background-position:-192px -121px
}
.cc-picker-flag.br{
    background-position:-192px -132px
}
.cc-picker-flag.bq{
    background-position:-192px -143px
}
.cc-picker-flag.bo{
    background-position:-192px -154px
}
.cc-picker-flag.bn{
    background-position:-192px -165px
}
.cc-picker-flag.bm{
    background-position:-192px -176px
}
.cc-picker-flag.bj{
    background-position:0 -188px
}
.cc-picker-flag.bi{
    background-position:-16px -188px
}
.cc-picker-flag.bh{
    background-position:-32px -188px
}
.cc-picker-flag.bg{
    background-position:-48px -188px
}
.cc-picker-flag.bf{
    background-position:-64px -188px
}
.cc-picker-flag.be{
    background-position:-80px -188px
}
.cc-picker-flag.bd{
    background-position:-96px -188px
}
.cc-picker-flag.bb{
    background-position:-112px -188px
}
.cc-picker-flag.ba{
    background-position:-128px -188px
}
.cc-picker-flag.az{
    background-position:-144px -188px
}
.cc-picker-flag.ax{
    background-position:-160px -188px
}
.cc-picker-flag.aw{
    background-position:-176px -188px
}
.cc-picker-flag.au{
    background-position:-192px -188px
}
.cc-picker-flag.hm{
    background-position:-192px -188px
}
.cc-picker-flag.at{
    background-position:-208px 0
}
.cc-picker-flag.as{
    background-position:-208px -11px
}
.cc-picker-flag.ar{
    background-position:-208px -22px
}
.cc-picker-flag.ao{
    background-position:-208px -33px
}
.cc-picker-flag.an{
    background-position:-208px -44px
}
.cc-picker-flag.am{
    background-position:-208px -55px
}
.cc-picker-flag.al{
    background-position:-208px -66px
}
.cc-picker-flag.ai{
    background-position:-208px -77px
}
.cc-picker-flag.ag{
    background-position:-208px -88px
}
.cc-picker-flag.af{
    background-position:-208px -99px
}
.cc-picker-flag.ae{
    background-position:-208px -110px
}
.cc-picker-flag.ad{
    background-position:-208px -121px
}
.cc-picker-flag.np{
    background-position:-208px -132px
}
.cc-picker-flag.ch{
    background-position:-208px -143px
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Generated for Firefox v108.0 on Windows */
@font-face {
     font-family: "Shabnam";
     src: url("https://cdn.fontcdn.ir/Fonts/Shabnam/a074a415cfe0e4f57e2ede996a73d0e509c0ea194c9678c7b87c65fb977907e7.woff2") format("woff2");
     font-weight: 100;
     font-style: normal;
}
@font-face {
     font-family: "Shabnam";
     src: url("https://cdn.fontcdn.ir/Fonts/Shabnam/87cf5dde711a284c1e25dd414d51a571b7c9aedd91b2b96f9d679869f5d65162.woff2") format("woff2");
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: "Shabnam";
     src: url("https://cdn.fontcdn.ir/Fonts/Shabnam/540d3f4e172bd6b5c70dd06bce57e055ce59270e95ea642b414fe0709faaa085.woff2") format("woff2");
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: "Shabnam";
     src: url("https://cdn.fontcdn.ir/Fonts/Shabnam/fd5931f57e84baad81cc7243cfc1c83e5ac7f5dd17818d917765063544a54441.woff2") format("woff2");
     font-weight: 500;
     font-style: normal;
}
@font-face {
     font-family: "Shabnam";
     src: url("https://cdn.fontcdn.ir/Fonts/Shabnam/1ff187f5320ec4527ebb6a71831b88289a6cb18ca33ac34476b96960f0af7282.woff2") format("woff2");
     font-weight: 700;
     font-style: normal;
}
/* CACHED: 2022-12-22T03:00:01+03:30 */
/* Powered by FontServer.
    ir */
.raychat_automessage_preview_container {
 border: 10px;
 position: fixed;
 width: 240px;
 box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
 border-radius: 5px;
 z-index: 9999999;
 cursor: pointer;
 display: none;    /*overflow: hidden;*/
}
.raychat_automessage_preview_container.active {
 display: block;
}
.raychat_automessage_preview_container.bottom {
 bottom: 165px;
}
.raychat_automessage_preview_container.right {
 right: 25px;
}
.raychat_automessage_preview_container.left {
 left: 15px;
}
.raychat_automessage_preview_container.top {
 top: 90px;
}
.raychat_automessage_preview_container > div {
 position: relative;
 width: 100%;
 height: 100%;
 background: white;
 border-radius: 5px;
}
.raychat_div_triangle_down {
 width: 0;
 height: 0;
 border-left: 10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 12px solid white;    /* background-color: white; */
 position: absolute;
 top: 100%;
 right: 20px;
}
.raychat_automessage_user_avatar {
 background-repeat: no-repeat;
 background-size: cover;
 width: 32px;
 height: 32px;
 border-radius: 100%;
 position: absolute;
 bottom: 1px;    /* border: 5px solid white; */
 background-color: #ffffff;
}
.raychat_automessage_user_avatar.right {
 right: 104%;
}
.raychat_automessage_user_avatar.left {
 left: 104%;
}
.raychat_automessage_date {
 position: absolute;
 bottom: 0;
 left: 10px;
 right: 0;
 font-size: 10px;
 color: #c5c5c5;
 background: white;
}
.raychat_automessage_content {
 font-family: Shabnam, sans-serif !important;
 font-size: 12px;
 color: #848484;
 direction: rtl;
 max-height: 234px;
 overflow-y: auto;
 padding: 0 10px 25px;
 line-height: 25px;
}
.raychat_noselect {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.raychat_automessage_title {
 font-weight: bold;
 font-size: 13px;
 color: #021d4e;
 font-family: Shabnam, sans-serif !important;
 text-align: right;
 direction: rtl;
 padding: 10px 10px;
 margin: 0;
}
.raychat_close_automessage {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAByJJREFUeJztndmPVUUQh7+5986+srgHRfZNhMQ/wP/IByPGxMSoRKNxSUiMiYngAogoi4qILIKIrCJbIEhAEYFhWPTFF41xfCha8XLXc05Xn6W+pN7I0L/61T2nZm53FxiGYRiGYRiGYRiGYRiGYRiGYRiGYRiGYURnNrABuAr8ACwBSkFXlA66gOeA88ANYD0wPeSCfLAY+BUYr4pVQDngukLTDWzm9ryMAfMCritRFiGVXS3SxRqgEmx14egBtlA/L1eAucFWlxALgevUF+niI4pVBL3AVprnZRSYE2iNsVkAXKO5SBfrgM4gK9WlF9hO63kZRfqnTDEfafZaFeliA/kugj5gB+3n5TIZKoK5SBPTrkgXnyKdcd7oB3YSPS+XgVnqq26TOcgjK6pIF58jHXJeGAC+Jn5eLpHiIpiFVGlckS6+QDrlrDMAfENyebkEzFRV0AIzkYUlJdLFl0jTlFUGgW9JPi8XgRmKOhoyFVlQ0iJdbCebRTAE7MVfXn4BpqipacAm/Il08RXSQWeFYWA//vOyVktQPTqAP/EvdBxpovp1ZMViBDiITk5+U9LUkN/RETuONFMDOrIiMQE4hF4+RnVkNWYFeoLHkaZqUEVZe0wEDqObi9dUlDVhGH3he5EmKy1MAo6gm4PdpKgv0n70jQMHkOILzWTgKLrad5HCfmgEMUUzEYeQ4gvFHcDxGuvyGan+jWgY2IduQg4j719t7gRORFhvnMjE30R8/wGkVhxB3sNa3AWc9KCjUWwlA+Y7BoE96CboGPI+9s3dwCllbVvI4PciA0inqpmoE8ij2Rf3AKeVNWX6m9F+pGPVTNhJ5BGdNPciu5k1tXxGDvZGRN0FEydOIY/qpLgPOKOs4RNyYL6jF9iGbgJPI5/auEwBziqvfT053BrXg3y/r5nIM8inNyr3A+eU1/wxOd4h3YPs9NFM6FmifW/+APCj8lo/JMfmO7rR2UNwa5xDPs2tMhU5qqW5xg8o0CmpLmT3r2aCf0KMbcY04Gflta2kQOY7uoCN6Cb6PPBggzVNBy4or+k9CnxIthM5EaSZ8AvUPn07A797G2vFCgpsvqOCnA3UTPxF/r+1ehZ+djU3ircx8/+lgnTAmgZcQo5bzSbZ8wytxFvIfkrjFsrAanSNGCWZk0ztxJuY+XUpIx2xpiGa8QZmflNKSGcc2qykY1mSSco7JfR3G/uM15NNTzEoIZ1yaPPixqtJJ6ZIdCAdc2gTo8bLyaekeHQgnXNoM9uNF30ko6h0IB10aFNbjaV+0mAsI7y5zeJZb+oNQDrq0CbXi2c86jZu4RXCm10dT3tVbNzGS4Q33cVTnrUadXiB8OYv8a7SaMjzhDP/cQV9RgssRd/8J1WUeSYPGxJ6gEcC/L+PkuEjW3mhm8ZXrvuOzVgRBKMb/TMGtSLThzezSr1JG6FiEzk6x5d2upFPXWjTrQgC0IX+qaJ2IhfHudNK2s23IvBIF5LY0Oa2GnkdehGErJnvIlcXPIQixCHSpIsgdxc9aNGFJDC0iXFjI1YEbdNJPsx3kfdpaInSif6xcY3I5b0/SdOJfFpCm+Ur1lGAK2Ci0ol8SjQN2Yr+7WVWBDUIYf425Pq6dke5JhG5vgmsXSro3xJSfet2iCIo2sDsmoQwfwe1b93uRf9G07UUuAgqyKNQM+HNhi303fw3mmsqxN2A1YS4F6jVSRuhiqAw18RVkEefZoJ30t6YlRBFsIYCFEEI83cRbcZOH/HGvUeJXN8WGuImsLjTRvvQn3ewmhwWQZnsme/ov/mzNNe+ihwVQRl5v2kmcDfJztULUQS5uD+4jLzXNBPna75wP/ozkFaS4cM7IS5+9D1cOsQgrPfJYBGUkfeYZqL2oDNZfAApNE1tmbpRPIT52hPFQxTBu2SgCEJc9bqXMOPkB9AfjvkOKS6CEvrm7yPsGPlB5OmjqXkFKSyCEtKsFMl8R4giWE6KiqCEvJ80E7CfdJjvGER/YPZyUnLz+BPoCj+AjKlPGyGmpj+moqwJmiNV02q+Ywh5NWnl46SOrMZcRUfsQdJtvkOzCK4oaWqIxpauQ8CIlqAEGEL6FN95WaMlqBHTgDH8ifyObJnvGEZeWb7yMoqMt00F8/FTBIeBCYo6ksZXEYwCcxR1tMR8ku0Hsm6+YxjpX5LKyxVgrqqCNlgAXCO+yO+Bicpr90lSRTAGzFNee9s8RLwiyJv5jhGkmc21+Y6FRCuCI+TTfEfUIhhDXrGZ4mHgOq2LPApMCrJSXUaQ32xazctV5NWaSRYBNzDzq5mANLnN8nINeaVmmmZFcIxime9oVgS5MN+xmNpFcAyYHHBdoZmINL21zF8YcF1eWMB/fyP/CzkYWsRPfjUjyF6KP4C/kU2nmen2ozBE7ePZRaeCzD4wDMMwDMMwDMMwDMMwDMMwDMMwDMMwjLj8A1jBARD/RGpEAAAAAElFTkSuQmCC");
 height: 20px;
 width: 22px;    /* background-color: #f7e2f7; */
 position: absolute;
 top: 12px;
 background-repeat: no-repeat;
 left: 9px;
 background-size: 13px 13px;
 background-position: center;
 background-repeat: no-repeat;
}
.raychat_automessage_content::-webkit-scrollbar {
 width: 6px;
 background-color: transparent;
 border-radius: 0;
 -webkit-border-radius: 0;
}
.raychat_automessage_content::-webkit-scrollbar-button:vertical {
 background-color: transparent;
 border-top: 1px solid transparent;
 height: 0;
}
.raychat_automessage_content::-webkit-scrollbar-thumb {
 background-color: #d9d9d9;
 border-radius: 17px;
}
.raychat_automessage_content::-webkit-scrollbar-thumb:hover {
 background-color: #ccc;
 cursor: pointer;
}
.raychat_reply_to_automessage {
 height: 50px;
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 margin: 10px 0;
 background-color: #f6f4f9;
 box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
 border-radius: 5px;
 transition: all .3s ease;
}
.raychat_reply_to_automessage.active {
 background-color: white !important;
}
.raychat_reply_to_automessage_send_btn {
 display: inline-block;
 width: 100%;
 height: 100%;
 background-image: url(https://app.raychat.io/assets/widget/images/send-btn-widget.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 25px;
}
.raychat_reply_to_automessage_send_btn.ltr {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.raychat_reply_to_automessage_right {
 float: right;
 width: 85%;
}
.raychat_reply_to_automessage_right input {
 background: none;
 border: none;
 text-align: right;
 direction: rtl;
 resize: none;
 font-family: Shabnam, sans-serif !important;
 float: right;
 height: 100%;
 padding: 14px 9px;
 color: #565867;
 outline: none;
 width: 100%;
 font-size: 0.9em;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 -o-animation-iteration-count: 1;
 animation-iteration-count: 1;
}
.raychat_reply_to_automessage_left {
 float: left;
 width: 15%;
 height: 100%;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @media only screen and (max-width: 450px) {
 #raychatFrame {
  border: 0px;
  display: block;
  height: 100% !important;
  margin: 0 !important;
  width: 100% !important;
  border-radius: 0 !important;
 }
}
@media only screen and (max-width: 768px) {
 #raychatFrame {
  border: 0px;
  display: block;
  height: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
 }
}
#raychatFrame {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 position: fixed;
 right: 0;
 bottom: 0;
 width: 370px;
 *width: 370px;
 max-height: 600px;
 -webkit-overflow-scrolling: touch;
 overflow: hidden;
 z-index: 99999999;
 border: 0;
 border: 0px;
 height: 90%;
 margin: 20px;
 box-shadow: 0 5px 40px rgba(0, 0, 0, .16) !important;
 display: none;
 border-radius: 7px;
}
.raychat_bgc {
 background-color: #021d4e;
}
.raychat_animated {
 -webkit-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both  
}
.raychat_animated-fast {
 -webkit-animation-duration: 0.3s;
 animation-duration: 0.3s;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both  
}
@-webkit-keyframes raychat_slideInUp {
 0% {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible    
 }
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
}
@keyframes raychat_slideInUp {
 0% {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: visible    
 }
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
}
.raychat_slideInUp {
 -webkit-animation-name: raychat_slideInUp;
 animation-name: raychat_slideInUp  
}
@-webkit-keyframes raychat_slideInDown {
 0% {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible    
 }
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
}
@keyframes raychat_slideInDown {
 0% {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  visibility: visible    
 }
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
}
.raychat_slideInDown {
 -webkit-animation-name: raychat_slideInDown;
 animation-name: raychat_slideInDown  
}
@-webkit-keyframes raychat_zoomIn {
 0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)    
 }
 50% {
  opacity: 1    
 }
}
@keyframes raychat_zoomIn {
 0% {
  opacity: 0;
  -webkit-transform: scale3d(.3, .3, .3);
  transform: scale3d(.3, .3, .3)    
 }
 50% {
  opacity: 1    
 }
}
.raychat_zoomIn {
 -webkit-animation-name: raychat_zoomIn;
 animation-name: raychat_zoomIn  
}
@-webkit-keyframes raychat_rubberBand {
 0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
 30% {
  -webkit-transform: scale3d(1.25, .75, 1);
  transform: scale3d(1.25, .75, 1)    
 }
 40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1)    
 }
 50% {
  -webkit-transform: scale3d(1.15, .85, 1);
  transform: scale3d(1.15, .85, 1)    
 }
 65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1)    
 }
 75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1)    
 }
 100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
}
@keyframes raychat_rubberBand {
 0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
 30% {
  -webkit-transform: scale3d(1.25, .75, 1);
  transform: scale3d(1.25, .75, 1)    
 }
 40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1)    
 }
 50% {
  -webkit-transform: scale3d(1.15, .85, 1);
  transform: scale3d(1.15, .85, 1)    
 }
 65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1)    
 }
 75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1)    
 }
 100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
}
.raychat_rubberBand {
 -webkit-animation-name: raychat_rubberBand;
 animation-name: raychat_rubberBand  
}
@-webkit-keyframes raychat_shake {
 0%,
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
 10%,
 30%,
 50%,
 70%,
 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)    
 }
 20%,
 40%,
 60%,
 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)    
 }
}
@keyframes raychat_shake {
 0%,
 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)    
 }
 10%,
 30%,
 50%,
 70%,
 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0)    
 }
 20%,
 40%,
 60%,
 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0)    
 }
}
@-webkit-keyframes raychat_swing {
 20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg)    
 }
 40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg)    
 }
 60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg)    
 }
 80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg)    
 }
 100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg)    
 }
}
@keyframes raychat_swing {
 20% {
  -webkit-transform: rotate3d(0, 0, 1, 15deg);
  transform: rotate3d(0, 0, 1, 15deg)    
 }
 40% {
  -webkit-transform: rotate3d(0, 0, 1, -10deg);
  transform: rotate3d(0, 0, 1, -10deg)    
 }
 60% {
  -webkit-transform: rotate3d(0, 0, 1, 5deg);
  transform: rotate3d(0, 0, 1, 5deg)    
 }
 80% {
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
  transform: rotate3d(0, 0, 1, -5deg)    
 }
 100% {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg)    
 }
}
@-webkit-keyframes raychat_tada {
 0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
 10%,
 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)    
 }
 30%,
 50%,
 70%,
 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)    
 }
 40%,
 60%,
 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)    
 }
 100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
}
@keyframes raychat_tada {
 0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
 10%,
 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)    
 }
 30%,
 50%,
 70%,
 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)    
 }
 40%,
 60%,
 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)    
 }
 100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)    
 }
}
.raychat_main_button {
 height: 60px;
 width: 60px;
 position: fixed;
 margin-right: 15px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 15px;
 border-radius: 50%;
 cursor: pointer;
 background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNjBweCIgaGVpZ2h0PSIzMDBweCIgdmlld0JveD0iMCAwIDI2MCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI2MCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7b3BhY2l0eTowLjE1O30uc3Qxe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQ0LjEsMTA2LjVjLTEuNCwwLjctMywxLjEtNC41LDFjLTAuNyw3LjQtOC41LDkuOS0xNC4xLDUuNWMtMC4zLTAuMy0wLjYtMC41LTAuOS0wLjhjLTUuNywwLjYtMTEuNSwwLjctMTcuMywwLjdjLTIuNiwwLTQuOC0xLjItNi40LTMuMWMtMS43LDAuNi0zLjYsMS01LjUsMS40Yy03LjgsMS40LTE4LDMuNS0yNS44LDFjLTEuOS0wLjYtMy45LTEuNy01LjUtMy4yYy0xLjItMC4xLTIuMy0wLjItMy41LTAuNWMtNi44LTEuNS0xMi4yLTUuMi0xNy42LTkuNGMtMy0yLjQtNi40LTUuMi04LjEtOC43Yy0zLjQtNi45LTEuNC0xNC44LDUuNy0xOC40Yy0wLjYsMC4yLTEuMiwwLjQtMS44LDAuNmMtNC4yLDEuNy05LjEtMS44LTEwLjItNS44Yy0xLjMtNC43LDEuNi04LjUsNS44LTEwLjJjMTAuOC00LjMsMjUuNy0yLjksMzYuOSwxLjRjMi42LTAuOCw1LjItMS42LDcuOC0yLjVjNC4yLTEuNCw3LjgsMS4yLDkuNSw0LjZjMS44LTAuNywzLjctMSw2LTAuNWM0LjksMC45LDkuMyw2LDExLjgsMTAuMWMwLjUsMC44LDAuOSwxLjYsMS4zLDIuNGMxLjctMS42LDQtMi42LDYuMy0yLjRjMC43LTIuNSwxLjctNC44LDMuMy02LjljMS40LTEuOCwzLjItMy4xLDUuMi0zLjdDMjAwLjcsMzAsMTY2LDExLjMsMTI3LDExLjNDNjEsMTEuMyw3LjUsNjQuOSw3LjUsMTMwLjljMCw2MCw0NC4xLDEwOS42LDEwMS43LDExOC4yTDk4LjEsMjc0Yy02LjEsMjEuMiw2LjgsMjkuMSwyNC4xLDE0LjdsODMuNy02OGwwLjItMC4yYzguNi03LjYsMTYtMTYuMywyMi4xLTI2Yy02LjMsMC44LTEzLjEsMC0xOS4yLTAuOWMtNy41LTEuMS0xNC45LTIuOC0yMi4yLTQuOGMtMTguMi01LTQxLjEtNC40LTU2LjEtMTcuMWMtMy44LTMuMy0yLjktOSwwLjUtMTIuMWMtMi44LTAuNi01LjEtMi41LTYtNS43Yy0xLjEtNCwxLjMtOS41LDUuOC0xMC4yYzI5LjQtNC42LDU5LDEuMiw4Ni4yLDEyLjVjNC45LDIsOS42LDMuNCwxNC42LDUuMWMzLjQsMS4xLDYuNywyLjUsOS40LDQuOGMzLjQtMTEuMSw1LjMtMjMsNS4zLTM1LjJDMjQ2LjYsMTIyLjUsMjQ1LjcsMTE0LjQsMjQ0LjEsMTA2LjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTcwNywxMS43Yy02NiwwLTExOS41LDUzLjUtMTE5LjUsMTE5LjVjMCw2MCw0NC4xLDEwOS42LDEwMS43LDExOC4ybC0xMS4xLDI0LjljLTYuMSwyMS4yLDYuOCwyOS4xLDI0LjEsMTQuN2w4My43LTY4bDAuMi0wLjJjMjQuOC0yMS45LDQwLjUtNTMuOSw0MC41LTg5LjZDODI2LjUsNjUuMiw3NzMsMTEuNyw3MDcsMTEuN3ogTTY1Mi43LDE0OWMtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDNjY5LjIsMTQxLjYsNjYxLjgsMTQ5LDY1Mi43LDE0OXogTTcxMC4xLDE0OWMtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDNzI2LjYsMTQxLjYsNzE5LjIsMTQ5LDcxMC4xLDE0OXogTTc2Ny41LDE0OWMtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDNzg0LDE0MS42LDc3Ni42LDE0OSw3NjcuNSwxNDl6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTQxOC41LDkuN2MtNjYsMC0xMTkuNSw1My41LTExOS41LDExOS41YzAsNjAsNDQuMSwxMDkuNiwxMDEuNywxMTguMmwtMTEuMSwyNC45Yy02LjEsMjEuMiw2LjgsMjkuMSwyNC4xLDE0LjdsODMuNy02OGwwLjItMC4yYzI0LjgtMjEuOSw0MC41LTUzLjksNDAuNS04OS42QzUzOC4xLDYzLjIsNDg0LjYsOS43LDQxOC41LDkuN3ogTTM2NC4yLDE0N2MtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDMzgwLjcsMTM5LjYsMzczLjMsMTQ3LDM2NC4yLDE0N3ogTTQyMS42LDE0N2MtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDNDM4LjEsMTM5LjYsNDMwLjgsMTQ3LDQyMS42LDE0N3ogTTQ3OS4xLDE0N2MtOS4xLDAtMTYuNS03LjQtMTYuNS0xNi41YzAtOS4xLDcuNC0xNi41LDE2LjUtMTYuNXMxNi41LDcuNCwxNi41LDE2LjVDNDk1LjYsMTM5LjYsNDg4LjIsMTQ3LDQ3OS4xLDE0N3oiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNzA5LjcsNi43Yy02NiwwLTExOS41LDUzLjUtMTE5LjUsMTE5LjVjMCw2MCw0NC4xLDEwOS42LDEwMS43LDExOC4ybC0xMS4xLDI0LjljLTYuMSwyMS4yLDYuOCwyOS4xLDI0LjEsMTQuN2w4My43LTY4bDAuMi0wLjJjMjQuOC0yMS45LDQwLjUtNTMuOSw0MC41LTg5LjZDODI5LjIsNjAuMiw3NzUuNyw2LjcsNzA5LjcsNi43eiBNNjUyLjcsMTQ5Yy05LjEsMC0xNi41LTcuNC0xNi41LTE2LjVjMC05LjEsNy40LTE2LjUsMTYuNS0xNi41YzkuMSwwLDE2LjUsNy40LDE2LjUsMTYuNUM2NjkuMiwxNDEuNiw2NjEuOCwxNDksNjUyLjcsMTQ5eiBNNzEwLjEsMTQ5Yy05LjEsMC0xNi41LTcuNC0xNi41LTE2LjVjMC05LjEsNy40LTE2LjUsMTYuNS0xNi41YzkuMSwwLDE2LjUsNy40LDE2LjUsMTYuNUM3MjYuNiwxNDEuNiw3MTkuMiwxNDksNzEwLjEsMTQ5eiBNNzY3LjUsMTQ5Yy05LjEsMC0xNi41LTcuNC0xNi41LTE2LjVjMC05LjEsNy40LTE2LjUsMTYuNS0xNi41YzkuMSwwLDE2LjUsNy40LDE2LjUsMTYuNUM3ODQsMTQxLjYsNzc2LjYsMTQ5LDc2Ny41LDE0OXoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUwLjUsMTQ3LjZjMjQuOSwyNC44LDYwLjgsMzIsOTIuMiwyMS44YzUuMy0xMy42LDguMy0yOC40LDguMy00My44YzAtOS44LTEuMi0xOS4yLTMuNC0yOC4zYy0zLjQsNS42LTkuNiw5LjMtMTYuNyw5LjNjLTEwLjgsMC0xOS42LTguNy0xOS42LTE5LjVzOC44LTE5LjUsMTkuNi0xOS41YzIsMCwzLjksMC4zLDUuNywwLjhjLTIwLjUtMzguMS02MS02NC0xMDcuNS02NEM2MS45LDQuNSw3LjMsNTguNyw3LjMsMTI1LjZjMCw2MC43LDQ1LDExMSwxMDMuNiwxMTkuN2wtMTEuMywyNS4yYy02LjMsMjEuNSw2LjksMjkuNCwyNC42LDE0LjlsODYuMS02OWwtMC42LTAuMWM4LjYtNy41LDE2LjEtMTYuMywyMi4zLTI1LjljLTMzLjMsNS40LTY4LjctNC43LTk0LjMtMzAuMWMtMy41LTMuNS0zLjUtOS4yLDAtMTIuNkMxNDEuMywxNDQuMSwxNDcsMTQ0LjEsMTUwLjUsMTQ3LjZ6IE0xNjQuMiw2Ny43YzEwLjgsMCwxOS42LDguNywxOS42LDE5LjVzLTguOCwxOS41LTE5LjYsMTkuNWMtMTAuOCwwLTE5LjYtOC43LTE5LjYtMTkuNVMxNTMuNCw2Ny43LDE2NC4yLDY3Ljd6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTUzOS41LDEyNi4yQzUzOS41LDYwLjIsNDg2LDYuNyw0MjAsNi43UzMwMC41LDYwLjIsMzAwLjUsMTI2LjJjMCw2MCw0NC4xLDEwOS42LDEwMS43LDExOC4ybC0xMS4xLDI0LjljLTYuMSwyMS4yLDYuOCwyOS4xLDI0LjEsMTQuN2w4My43LTY4bDAuMi0wLjJDNTIzLjksMTkzLjksNTM5LjUsMTYxLjksNTM5LjUsMTI2LjJ6Ii8+PC9zdmc+");
 background-size: 55% 63%;
 background-repeat: no-repeat;
 background-position: center center;
 z-index: 999999999;
 transition: box-shadow .2s ease-in-out !important;
 box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16) !important;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 -o-animation-iteration-count: 1;
 animation-iteration-count: 1;
}
.raychat_main_button:hover {
 -webkit-transform: scale(1.05) !important;
 -moz-transform: scale(1.05) !important;
 -ms-transform: scale(1.05) !important;
 -o-transform: scale(1.05) !important;
 transform: scale(1.05) !important;
 -webkit-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .25) !important;
 -moz-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .25) !important;
 box-shadow: 0 4px 42px 0 rgba(0, 0, 0, .25) !important;
}
.raychat_main_button.hidden {
 display: none !important;
}
.raychat_main_button.bottom {
 bottom: 0;
}
.raychat_main_button.raychat_shake ,
.raychat_shake {
 -webkit-animation-name: flip;
 animation-name: flip;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_rubberBand {
 -webkit-animation-name: rubberBand;
 animation-name: rubberBand;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_swing {
 -webkit-animation-name: swing;
 animation-name: swing;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_jello {
 -webkit-animation-name: jello;
 animation-name: jello;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_rotateIn {
 -webkit-animation-name: rotateIn;
 animation-name: rotateIn;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_wobble {
 -webkit-animation-name: wobble;
 animation-name: wobble;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_tada {
 -webkit-animation-name: tada !important;
 animation-name: tada !important;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.raychat_bounce {
 -webkit-animation-name: bounce;
 animation-name: bounce;
 animation-duration: 1s !important;
 animation-fill-mode: both !important;
}
.raychat_main_button.right {
 right: 0;
}
.raychat_main_button.top {
 top: 0;
}
.raychat_main_button.left {
 left: 0;
}
.raychat_main_button.active {
 background-image: url("https://app.raychat.io/assets/widget/images/widget-close.svg") !important;
 background-size: 26px;
 background-position: center;
}
.raychat_main_button.loading {
 background-image: url("https://app.raychat.io/assets/widget/images/widget-loader.gif");
 background-size: 30px;
 background-position: center;
}
.raychat_main_button:hover {
 box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24) !important;
 transition: all 0.2s !important;
}  /*animation*/
.raychat_main_button.raychat_animated {
 animation-duration: 0.2s;
 animation-fill-mode: both;
}
.raychat_main_container.raychat_animated {
 animation-duration: .3s !important;
 animation-fill-mode: both;
}
.raychat_main_button_count span {
 background: #E91E63;
 left: 0;
 height: 18px;
 width: 18px;
 line-height: 1.6em;
 position: absolute;    /* padding: 0px 8px; */
 color: white;
 text-align: center;
 border-radius: 50%;
 font-size: 0.85em;
 font-family: sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 display: none;
}
.raychat_main_button_count.active span {
 display: inline-block;
}
.raychat_open_modal {
 background: rgba(0, 0, 0, 0.8);
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 z-index: 99999999999999;
 cursor: zoom-out;
 display: none;
 overflow-y: scroll;
}
.raychat_open_modal.active {
 display: block;
}
.raychat_open_modal > div {
 text-align: center;
}
.raychat_open_modal img {    /* max-width: 75%; */
 height: 80%;
 margin-top: 35px;
 max-width: 100%;    /* height: auto; */
 background-color: white;
 -webkit-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 -o-animation-iteration-count: 1;
 animation-iteration-count: 1;
}
.raychat_open_modal .raychat_btn_set {
}
.raychat_open_modal .raychat_btn_set button {
 cursor: pointer;
 background: none;
 border: 0;
 outline: none;
 width: 60px;
 height: 60px;
 background-repeat: no-repeat;
 margin: 0 10px;
}
.raychat_open_modal .raychat_btn_set button.raychat_btn_set_deny {
 background-image: url(https://app.raychat.io/assets/widget/images/widget-close.svg) !important;
 background-size: 46px;
 background-position: center;
}
.raychat_open_modal .raychat_btn_set button.raychat_btn_set_accept {
 background-image: url(https://app.raychat.io/assets/widget/images/accept-image.svg) !important;
 background-size: 38px;
 background-position: center;
}
.raychat_no_overflow {
 height: 100% !important;
 overflow: hidden !important;
}
.raychat_file_div {
 width: auto;
 margin: 140px auto 0;
 background-color: white;
 border-radius: 60px;
 display: inline-block;    /* padding: 6px 40px; */
 overflow: hidden;
}
.raychat_file_icon {
 display: inline-block;
 vertical-align: top;
 text-align: right;
 background: #eaeaea;
 padding: 20px;
}
.raychat_file_icon > img {
 width: 40px !important;
 background: none !important;
 height: auto !important;
 margin: 0 !important;
}
.raychat_file_name {
 display: inline-block;
 vertical-align: top;
 background: white;
 min-width: 287px;
 max-width: 500px;
 font-family: Shabnam;
 font-size: 13px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 padding: 22px 4px 0 20px;
 color: #767676;
 text-align: right;
}
.raychat_file_size {
 font-weight: bold  
}
.raychat_open_modal video {
 height: 80%;
 margin-top: 35px;
 max-width: 100%;
}
.raychat_media_loader {
 background: none !important;
 height: 70px !important;
 margin: 80px 0 !important;
}

/*استایل باتن 2*/
.buttonb{
  display: inline-block;
  padding:30px 30px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;

}


.buttonb:hover {background-color: #3e8e41}

.buttonb:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.bma
{
    margin-right:30%;

}

.drapmarging
{
    margin-top:14px;
}
.centert
{
    margin:auto;
}