
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: underline;
}
@font-face {
	font-family: 'GT Eesti';
	font-style: normal;
	font-display: fallback;
	font-weight: 200;
	src: url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Light.woff2) format("woff2"),
	url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Light.woff) format("woff");
}
@font-face {
	font-family: 'GT Eesti';
	font-style: normal;
	font-display: fallback;
	font-weight: 400;
	src: url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Regular.woff2) format("woff2"),
	url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Regular.woff) format("woff");
}
@font-face {
	font-family: 'GT Eesti';
	font-style: normal;
	font-display: fallback;
	font-weight: 500;
	src: url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Medium.woff2) format("woff2"),
	url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Medium.woff) format("woff");
}
@font-face {
	font-family: 'GT Eesti';
	font-style: normal;
	font-display: fallback;
	font-weight: 700;
	src: url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Bold.woff2) format("woff2"),
	url(fonts/GT-Eesti/GT-Eesti-Pro-Display-Bold.woff) format("woff");
}
body {
	min-width: auto !important;
}
#login-page {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	color: #1A2B49;
}
#login-page, #login-page body {
	background: #1A2B49;
}
#login-container {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
#login-form {
	padding: 24px;
	width: 320px;
	background: #fff;
	margin-top: 24px;
	border-radius: 4px;
	box-shadow: 0 0 6px 0px #ffffff94;
}
#login-page #logo {
	color: #fff;
	font-size: 3rem;
	display: block;
	margin-top: 16px;
}
#login-title {
	font-weight: 500;
	font-size: 26px;
	padding: 0 0 1em 0;
}
#login-form input[type="text"],
#login-form input[type="password"]
{
	width: 100%;
	border: 1px solid #C6C8D0;
	margin: 2px 0;
	height: 40px;
	padding: 0 8px;
	color: #1A2B49;
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border-radius: 2px;
}
#login-form input[type="submit"] {
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	border: 2px solid #1593FF;
	background: #1593FF;
	color: #fff;
	font-weight: 500;
	padding: 8px 24px;
	border-radius: 2em;
	font-size: 1em;
	cursor: pointer;
	transition: .1s background ease-in, .1s color ease-in;
	-webkit-appearance: none;
}
#login-form input[type="submit"]:hover,
#login-form input[type="submit"]:active
{
	background: #0079E1;
	border-color: #0079E1;
}
#login-form input[type="submit"]:focus {
	background: #1593FF !important;
	border-color: #0079E1;
}
#login-form input[type="submit"]:focus-within {
	background: #0079E1 !important;
	border-color: #0079E1;
}
#login-form .login-buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}
#login-form .label {
	display: none;
}
#login-title svg.svg-icon {
	margin-right: 4px;
}
#login-container hr {
	border: 1px solid #E8E9EC;
}
#login-container strong {
	font-weight: 500;
}
.no-privilege {
	color: red;
}
.has-privilege {
	color: green;
}
.notification.login {
	background-color: #FFF4F8;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF7082;
	padding: 16px;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
}
.notification.login .notification-content {
	margin-left: 16px;
}
.testing-alert {
	display: block;
	background: transparent;
	color: #ffffff;
	width: 300px;
	padding: 8px;
	margin-top: 12px;
	border-radius: 10px;
}
.testing-alert__icon {
	width: 20px;
	float: left;
}
.testing-alert__content {
	width: 280px;
	float: left;
}
#outlinks {
	margin: 0 20px 10px 20px;
}
#outlinks > ul {
	display: inline;
}
#outlinks ul#int {
	margin-left: 10px;
}
#outlinks #int li, #outlinks #ext li {
	margin-right: 4px;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 5px;
}
#outlinks .ext-outlink, #outlinks .int-outlink, #outlinks .deactivated-outlink {
	padding: 3px 6px 4px 6px;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #333;
	background-color: transparent;
	color: #1A2B49;;
}
#outlinks .ext-outlink span.svg-icon,
#outlinks .int-outlink span.svg-icon
{
	margin-right: 2px;
}
#outlinks .ext-outlink {
	border: 1px solid #1593FF;
	color: #1593FF;
}
#outlinks .ext-outlink.first {
	margin-left: 10px;
}
#outlinks .ext-outlink:hover {
	border-color: #0079E1;
	color: #0079E1;
}
#outlinks .int-outlink {
	border: 1px solid #00AA71;
	color: #00AA71;
}
#outlinks .int-outlink:hover {
	border-color: #00774F;
	color: #00774F;
}
#outlinks .deactivated-outlink {
	background: #ccc url(img/vsprite.png) no-repeat 2px -16px;
	border-color: #999;
	color: #999;
}
#tabs-menu {
	margin: -1px 0 -1px 0;
	padding-left: 20px;
	height: 30px;
	overflow: hidden;
}
#tabs-menu li {
	float: left;
	margin-left: 2px;
}
#tabs-menu li a {
	display: block;
	background: #fff;
	border: 1px solid #E8E9EC;
	color: #6D7688;
	padding: 5px 10px 2px 10px;
	text-decoration: none;
	font: 13px "GT Eesti", Helvetica, Arial, sans-serif;
	border-radius: 2px 2px 0 0;
	height: 20px;
	line-height: 18px;
	border-bottom-color: transparent;
	transition: .1s color ease-in;
}
#tabs-menu li a:hover, #tabs-menu li a:focus {
	padding-bottom: 3px;
	border-radius: 2px 2px 0 0;
	color: #1A2B49;
	border-color: #1A2B49;
}
#tabs-menu li a.selected {
	padding-bottom: 3px;
	background: #fff;
	color: #1A2B49;
	margin-top: 0;
	border: 1px solid #1A2B49;
	border-bottom-color: #F3F4F6;
	cursor: default;
}
.tab {
	display: none;
	border-top: 1px solid #ccc;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
.tab.selected {
	display: block;
	border: 1px solid #1A2B49;
	margin: 0 20px 10px 0;
	border-radius: 2px;
	background: #F3F4F6;
}
html {
	font: 12px/1em "Lucida Grande", Verdana, sans-serif;
	background: #fff;
	font-kerning: normal;
}
body {
	height: 100%;
	min-width: 500px;
	overflow-y: scroll;
	overflow-x: auto;
	color: #1A2B49;
}
hr.clear {
	clear: both;
	background: none;
	visibility:hidden;
	width: 0 !important;
	border: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w80 { width: 80%; }
.w20 { width: 20%; }
.w70 { width: 70%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w100 { width: 100%; }
.lft { float: left; }
.rft { float: right; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.light-grey { color: #ccc; }
.norm-grey { color: #999; }
.drk-grey { color: #666; }
.red { color: #BB1F14 !important; }
.green { color: #006600; }
.orange { color: orange; }
.blue { color: #148CBB; }
.white {color: #fff; }
.bg-green {
	background-color: #006600;
}
.bg-red {
	background-color: #BB1F14;
}
.block { display: block; }
.inline { display: inline !important; }
.flag {
	padding-left: 20px;
	background: transparent no-repeat 0 50%;
}
.highlight-green {
	background-color: #B0E0AA !important;
}
.hide-content {
	display:none !important;
}
.minor-info {
	font-size: 10px;
	color: #6D7688;
}
.content-deleted {
	color: grey;
}
.content-deleted span {
	text-decoration: line-through;
}
.small-grey {
	color: #666666;
	font-size: 11px;
}
.minor-info-block {
	padding: 3px 0;
}
.cust-information{
	padding: 4px 0;
	display: block;
}
.missing-value {
	color: #cc9999;
	font-size: 11px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.rnd-all {
    border-radius: 4px;
}
.rnd-btm {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.txt-r {
	text-align: right;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 0px;
}
.right-float {
	float: right !important;
}
.left-float {
	float: left !important;
}
.no-float{
	float: none !important;
}
.of-h {
	overflow: hidden;
}
#qp-list-container {
	background: #E8E9EC;
	display: none;
	position: absolute;
	bottom: 0;
	top: 50px;
	width: 358px;
	overflow: auto;
	padding: 4px;
	overflow-x: hidden;
	border-right: solid 2px #1A2B49;
}
#qp-list-container .list {
	padding: 0 3px 0 0;
}
#qp-bar {
	background-color: #1A2B49;
	position: absolute;
    top: 50px;
    width: 15px;
	border-radius: 0 0 2px 0;
}
#qp-bar.show {
	background-color: #1A2B49;
    position: absolute;
	top: 50px;
	left: 366px;
    width: 15px;
	z-index: 2;
}
#qp-ctrl {
	padding-top: 8px;
	background: url(img/vsprite.png) no-repeat scroll 0 -157px transparent;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
#qp-ctrl.show {
	background: url(img/vsprite.png) no-repeat scroll 0 -173px transparent;
}
.qp-content-container {
	display: block;
}
.qp-table .minor-info {
	display: block;
	font-weight: normal;
	margin: 2px 0;
}
.w-img {
	margin-left: 35px;
}
.qp-content-title {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.qp-content-sub {
	margin-bottom: 5px;
	display: block;
	color: #768092;
	font-weight: normal;
}
.table-status {
    display: inline-block;
    height: 14px;
    min-height: 14px;
    text-indent: -9999px;
    width: 14px;
}
#send-to-qp {
	background: url(img/vsprite.png) no-repeat scroll right -194px transparent;
}
.collapse-ctrl {
	border-radius: 2px;
	color: white;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 4px 4px 4px 24px;
	background: url(img/vsprite.png) no-repeat scroll 3px -285px transparent;
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
}
.collapse-ctrl.hide {
	background: url(img/vsprite.png) no-repeat scroll 3px -301px transparent;
}
.qp-table-group {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid white;
	border-radius: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #6D7688;
}
.qp-table-group.bg-drkgrn, .qp-table-group.bg-brgrn {
	background-color: #025B61;
}
.box-bg-red{
	background-color: #C56C66 !important;
}
.content-wrapper {
	min-width: 910px;
}
#content {
	clear: both;
	overflow: hidden;
}
#scroll-container {
	margin-left: 30px;
}
#scroll-container.on {
	bottom: 0;
	left: 350px;
	position: absolute;
	right: 0;
	top: 40px;
	min-width: 850px;
}
#qp-content {
	width: 300px;
	background-color: red;
	position: absolute;
	top: 40px;
	bottom: 0;
}
#qp-inactive {
	color: #666;
	padding-left: 5px;
}
#clear-qp {
	background: url(img/clear.png) no-repeat scroll 3px 3px #666;
}
#hide-qp {
	background: url(img/vsprite.png) no-repeat scroll 0 -1px #666;
}
.quick-menu-container{
	margin: 20px 0 20px 10px;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
}
.quick-menu-list li{
	margin-right:4px;
	display:inline;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.quick-menu-list {
	border: 1px solid #666;
	padding:4px 4px 4px 0;
	border-radius:4px;
}
.quick-menu-list .quick-link{
	padding: 2px 4px 2px 18px;
	display: inline-block;
	text-decoration: none;
	color:#666;
}
.quick-menu-list li :hover{
	color:#5AA744;
}
.quick-menu-list .q-menu-first{
	padding-left: 4px;
}
#object-header {
	margin: 20px;
	border: 1px solid #C6C8D0;
	border-radius: 2px;
	min-width: 300px;
}
#header-content {
	padding: 8px;
	margin: 3px 0 0 3px;
}
#header-content span.object-title {
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	height: 42px;
	line-height: 42px;
	display: block;
	font-size: 1.4em;
	overflow: hidden;
	padding-left: 50px;
}
#header-content h1 {
	float: none;
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	text-shadow: none;
	font-weight: 500;
	font-size: 1.75rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
#header-content h1 span.svg-icon {
	margin-right: 4px;
}
#header-content span.object-title span.svg-icon {
}
.object-id {
	font-size:70%;
	float:right;
	padding-right:8px;
}
.status-container {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 50px;
}
#header-meta-content{
	margin-bottom:8px;
	margin-top:5px;
}
#header-content #question{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -240px;
}
#header-content #supplier{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -96px;
}
#header-content #reseller{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -96px;
}
#header-content #review{
	background:url(img/obj-sprite.png) no-repeat scroll 0 0;
}
#header-content #location, #header-content #country{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -288px;
}
#header-content #tour{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -192px;
}
#header-content #booking{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -144px;
}
#header-content #shopping_cart{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -336px;
}
#header-content #staff, #header-content #concern, #header-content #concerns{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -48px;
}
#header-content #customer{
	background:url(img/obj-sprite.png) no-repeat scroll 0 0;
}
#header-content #coupon, #header-content #inventory{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -379px;
}
#header-content #deal{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -620px;
}
#header-content #gettext {
	background: url(img/obj-sprite.png) no-repeat scroll 0 -524px transparent;
}
#header-content #email {
	background: url(img/obj-sprite.png) no-repeat scroll 0 -524px transparent;
}
#object-header .customercare{
	background:url(img/cockpit-sprite.png) no-repeat scroll 0 0;
}
#object-header .reseller{
	background:url(img/cockpit-sprite.png) no-repeat scroll 0 -42px;
}
#object-header .pm{
	background:url(img/cockpit-sprite.png) no-repeat scroll 0 -84px;
}
#object-header #human-resources {
	background:url(img/cockpit-sprite.png) no-repeat scroll 0 -208px;
}
#object-header .pccockpit {
	background:url(img/cockpit-sprite.png) no-repeat scroll 0 -294px;
}
#object-header #coupons {
	background:url(img/obj-sprite.png) no-repeat scroll 0 -379px;
}
.qp-obj-indicator{
	padding-right:22px;
	height:16px;
	display:inline-block;
	line-height:16px;
	text-indent: -9999px;
	position:absolute;
	top:5px;
	right:5px;
}
#qp-tour-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -96px;
}
#qp-supplier-indicator, #qp-reseller-indicator, #qp-customer-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right 0;
}
#qp-booking-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -72px;
}
#qp-location-indicator, #qp-country-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -145px;
}
#qp-staff-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -24px;
}
#qp-question-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -121px;
}
#qp-content-task-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -121px;
}
#qp-shopping_cart-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -168px;
}
#qp-coupon-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll right -192px;
}
#customer-question-indicator, #customer-booking-indicator{
	display:inline-block;
	text-indent:-999px;
	width:20px;
	height:20px;
}
#customer-question-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll left -121px;
}
#customer-booking-indicator{
	background:url(img/obj-sprite-small-w.png) no-repeat scroll left -168px;
}
#customer-question-indicator.is-true{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll left -121px;
}
#customer-booking-indicator.is-true{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll left -168px;
}
span.tour-no-active-options,
span.tour-supplier-offline,
span.tour-option-temp,
span.tour-option-active,
span.tour-option-availability_expired_or_blocked,
span.tour-option-deleted,
span.tour-option-deactivated,
span.tour-option-revise,
span.tour-option-check,
span.tour-option-modified,
span.tour-option-removed,
span.tour-option-exclusive_customer,
span.customer-deleted,
#header-content span.supplier-active,
#header-content span.supplier-has_access,
#header-content span.supplier-new,
#header-content span.supplier-unconfirmed,
#header-content span.supplier-deleted,
#header-content span.supplier-deactivated,
#header-content span.tour-temp,
#header-content span.tour-active,
#header-content span.tour-deleted,
#header-content span.tour-deactivated,
#header-content span.tour-new,
#header-content span.tour-supplier_not_active,
#header-content span.tour-no_available_options,
#header-content span.tour-deleted_by_supplier,
#header-content span.tour-deleted_by_gyg,
#header-content span.tour-deactivated_by_gyg,
#header-content span.tour-deactivated_by_supplier,
#header-content span.tour-quality_failed,
#header-content span.tour-availability_expired,
#header-content span.tour-modified,
#header-content span.tour-rejected,
#header-content span.all-options-connected,
#header-content span.some-options-connected
{
	border-radius: 4px 4px 4px 4px;
    color: white;
    padding: 1px 4px;
	margin-left:5px;
}
span.tour-option-temp,
#header-content span.supplier-unconfirmed,
#header-content span.tour-temp{background-color:white;border:1px solid #CCC;color:#999;}
span.tour-option-active,
#header-content span.supplier-active,
#header-content span.all-options-connected,
#header-content span.some-options-connected,
#header-content span.tour-active{background-color:#5AA744;}
span.tour-option-deleted,
span.tour-option-removed,
span.customer-deleted,
#header-content span.tour-deleted_by_supplier,
#header-content span.tour-deleted_by_gyg,
#header-content span.supplier-deleted,
#header-content span.tour-deleted{background-color:#333;}
span.tour-option-deactivated,
span.tour-supplier-offline,
span.tour-no-active-options,
#header-content span.tour-deactivated_by_gyg,
#header-content span.tour-deactivated_by_supplier,
#header-content span.supplier-deactivated,
#header-content span.tour-no_available_options,
#header-content span.tour-deactivated,
#header-content span.tour-rejected{background-color:#C60006;}
span.tour-option-revise,
#header-content span.supplier-new,
#header-content span.tour-supplier_not_active,
#header-content span.tour-new{background-color:#ffcc00;}
span.tour-option-check,
span.tour-option-modified,
#header-content span.supplier-has_access,
#header-content span.tour-quality_failed,
#header-content span.tour-modified {
	background-color:#ff9900;
}
#header-content span.tour-availability_expired,
span.tour-option-availability_expired_or_blocked {
	background-color:#3399CC;
}
#header-content span.tour-option-exclusive_customer,
span.tour-option-exclusive_customer {
	background-color:#CA2CE6;
}
#header-content span.tour-supplier_not_active{}
.table-status.white,
.table-status.temp{
	background: url(img/indicator-circle.png) no-repeat -3px -5px;
}
.table-status.green,
.table-status.active{
	background: url(img/indicator-circle.png) no-repeat -3px -130px;
}
.table-status.darkgreen,
.table-status.modified_pc{
	background: url(img/indicator-circle.png) no-repeat -3px -180px;
}
.table-status.black,
.table-status.deleted_by_gyg,
.table-status.deleted_by_supplier,
.table-status.deleted{
	background: url(img/indicator-circle.png) no-repeat -3px -30px;
}
.table-status.red,
.table-status.deactivated_by_gyg,
.table-status.deactivated_by_supplier,
.table-status.no_available_options,
.table-status.deactivated,
.table-status.rejected{
	background: url(img/indicator-circle.png) no-repeat -3px -105px;
}
.table-status.yellow,
.table-status.new{
	background: url(img/indicator-circle.png) no-repeat -3px -55px;
}
.table-status.orange,
.table-status.quality_failed,
.table-status.has_access,
.table-status.supplier_not_active{
	background: url(img/indicator-circle.png) no-repeat -3px -80px;
}
.table-status.blue,
.table-status.availability_expired{
	background: url(img/indicator-circle.png) no-repeat -3px -155px;
}
#comments-container table { 
    clear: both;
}
.comments-container {
	background: #F3F4F6;
    border: 1px solid #C6C8D0;
    border-radius: 2px;
	margin: 0 20px 20px 20px;
    padding: 1px;
	overflow: hidden;
}
#comments-container-content{
	clear:both;
	overflow:hidden;
}
#comments-nav {
	float:left;
	width:100%;
}
#comments-nav li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 6px 0;
}
#send-comments-to-qp {
	background:url(img/vsprite.png) no-repeat scroll 0 -225px;
	width:16px;
	height:16px;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}
#send-comments-to-qp:hover {
	background:url(img/vsprite.png) no-repeat scroll 0 -241px;
}
#comment-collapse-ctrl {
	border-radius: 0;
	color: #333;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 18px;
	background: url(img/vsprite.png) no-repeat scroll 0 -318px;
}
#comment-collapse-ctrl.hide {
	background: url(img/vsprite.png) no-repeat scroll 0 -334px;
}
#comment-collapse-ctrl.has-comments {
	color: #A81914;
}
#comments-container-content {
	margin-top:10px;
}
#comment-new-text {
	margin-bottom:25px;
}
#comment-new-text textarea {
	width:75%;
}
.comment-item{
	float:left;
}
.comment-meta{
	font-weight:bold;
}
.comment-data{
	margin-top:5px;
}
.comment-label{
	font-weight:normal;
	color:#999;
	padding-left:18px;
	background:url(img/vsprite.png) no-repeat scroll 0 -400px;
}
select#comment-type{
	margin:5px 0;
}
#new-comment-trigger{
	cursor:pointer;
	color:#333;
}
li#sort-comment {
	margin-left: 10px;
}
.special-comments-container{
	margin:0 0 15px 0 !important;
}
#action-dd-container{
	margin-left:10px;
	min-width:120px;
}
#object-action-dd{
	padding-left:30px;
	background: url(img/actions.png) no-repeat scroll 3px 0;
	color:white;
	height:20px;
	line-height:20px;
	cursor:pointer;
	padding-right:5px;
	min-width: 120px;
}
#actionbox-box-container{
	min-height:90px;
	border:1px solid #999;
	background: url(img/bg-action-box.png);
	-moz-box-shadow:1px 1px 1px #ccc;
	-webkit-box-shadow:1px 1px 1px #ccc;
}
.action-box-content{
	margin:10px;
	padding:10px;
	background-color:#CCC;
	border:1px solid #999;
	overflow:hidden;
	border-radius:4px;
	float:left;
	-moz-box-shadow:1px 1px 1px #BBB;
	-webkit-box-shadow:1px 1px 1px #BBB;
}
#action-assign{
	width:260px;
	float:left;
}
#action-box, #todos-box, .content-box{
	margin-bottom:20px;
}
.email-notification{
	padding-left:30px;
	background: url(img/rmnd-mail.png) no-repeat scroll 3px 0;
	display:block;
	height:20px;
	line-height:20px;
	cursor:pointer;
	padding-right:5px;
	border-top-right-radius:4px;
}
.reminderdate{
	font-size:9px;
}
.left{
	float:left;
	width:49%;
}
.right{
	float:right;
	width:49%;
}
.no-modification-warning{
    margin-bottom:10px;
}
.content-box-container {
	border: 1px solid #C6C8D0;
	border-radius: 2px;
}
.content_agreement_tip {
    border: 2px solid red;
}
table.tablesorter tbody tr.content_agreement_tip td {
    background-color: #edd;
}
table.tablesorter tbody tr.content_agreement_tip.odd td {
    background-color: #ecc;
}
.content-box-title, .content-box-title-status {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	color: white;
	padding: 8px;
	background-color: #6D7688;
	overflow: hidden;
}
.content-box-table-header {
    border: 2px solid #EEE;
    color: white;
    padding: 4px;
    height: 16px;
    background-color: #555;
}
.content-box-title-status-new,
.content-box-title-status-pending,
.content-box-title-status-approved,
.content-box-title-status-rejected {
    border-radius: 4px;
    color: white;
    padding: 1px 4px;
    margin-left: 5px;
    float: right;
}
.content-box-title-status-new{
    background-color:#C60006;
}
.content-box-title-status-pending{
    background-color:#ff9900;
}
.content-box-title-status-approved{
    background-color:#5AA744;
}
.content-box-title-status-rejected{
    background-color:#333;
}
.content-box-content table td span {
	word-break: break-word; 
}
.content-box .language-switch {
	display: block;
	float: right;
	margin-top: -14px;
}
.content-box .language-switch .active-language{
	color:#fff;
	background-color:#333;
}
.content-box #language-switch li {
	border: 1px solid #333333;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	display: inline;
	padding: 3px 5px;
}
.content-wrapper .title{
	background-color:#333;
	color:#fff;
	font-size:13px;
	padding:5px;
}
.content-wrapper table{
	width: 100%;
}
.content-wrapper table tbody tr.form-row:last-child td {
	border-bottom: none;
}
.content-wrapper table.radio{
	width:100%;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.content-wrapper td.label, .content-wrapper .diff, .content-wrapper td.value{
	padding:10px 12px 5px 5px;
}
.content-wrapper td.label, .content-wrapper td.diff{
	background-color:#EEE;
	width:30%;
	text-align:right;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.content-wrapper td.diff{
	line-height:120%;
}
#content-task-edit-form .label, #content-task-edit-form .diff {
	text-align: left;
}
#content-task-edit-form .checkboxes {
	text-align: right;
	padding: 1ex 0;
}
#content-task-edit-form .checkboxes input {
	vertical-align: middle;
	margin-left: 1em;
}
.change-request-buttons {
	text-align: right;
	padding: 1ex 0;
}
.content-wrapper td.value{
	padding-left: 10px;
	border-bottom: 2px solid #eee;
	line-height: 16px;
	background: #fff;
}
.content-wrapper tr.form-row.to-do td.value, .content-wrapper tr.form-row.to-do td.quality-check{
	background-color:#FFD6D6;
}
.content-wrapper tr.form-row td.value .descrip, .content-wrapper tr.form-row td.value .descrip-w {
	padding:5px 5px 5px 0;
	width:130px;
	font-weight:bold;
	vertical-align: top;
}
.content-wrapper tr.form-row td.value .descrip-w {
	width: 200px;
}
.content-wrapper tr.form-row td.value .value-valid{
	color:#5AA744;
	font-weight:bold;
}
.content-wrapper tr.form-row td.value span.who{
	color:#666;
}
.todo-data{
	padding:4px 0;
}
.content-wrapper td.quality-check{
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 40px;
	border-bottom: 2px solid #eee;
	vertical-align: top;
	background: #fff;
}
.content-wrapper td.value span.change-request-revert,
.content-wrapper td.value span.edit-control,
.content-wrapper td.value span.change-control,
.content-wrapper td.value span.toggle-control,
.content-wrapper td.value span.new-control,
.content-wrapper td.value span.delete-control,
.content-wrapper td.value span.external-link-control,
td.value span.save-control,
td.value span.new-control,
td.value span.picture-add,
.content-wrapper td.value span.edit-control-pr-av,
.content-wrapper td.value span.delete-control-pr-av {
	color:#888;
	cursor:pointer;
	float:right;
	padding-right:13px;
	margin-right:5px;
	height:12px;
	line-height:12px;
}
.content-wrapper td.value span.content-task-lock {
	float: right;
}
.content-wrapper td.value span.change-request-ongoing {
	background: url(img/information.png) no-repeat scroll 0 0 transparent;
	color: #6189BB;
	display: block;
	
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	margin: 0 0 6px;
	padding: 0 0 0 20px;
}
.content-wrapper td.value span.change-control:hover,
.content-wrapper td.value span.edit-control:hover,
.content-wrapper td.value span.toggle-control:hover,
.content-wrapper td.value span.edit-control-pr-av:hover ,
.content-wrapper td.value span.delete-control-pr-av:hover {
	color:#666;
	background:url(img/editable.png) no-repeat scroll right center transparent;
}
.content-wrapper td.value span.delete-control:hover,
.content-wrapper td.value span.delete-control-pr-av:hover {
	color:#666;
	background:url(img/deletable.png) no-repeat scroll right center transparent;
}
.content-wrapper td.value span.new-control:hover,
.content-wrapper td.value span.picture-add:hover {
	color:#666;
	background:url(img/addable.png) no-repeat scroll right center transparent;
}
.content-wrapper td.value span.change-request-revert:hover {
	color:#666;
	background:url(img/revertable.png) no-repeat scroll right center transparent;
}
span.value span.edit-control,
span.value span.edit-control-pr-av {
	color:#BBB;
	padding-right:26px;
	height:12px;
	line-height:12px;
}
span.value span.edit-control:hover,
span.value span.edit-controlpr-av:hover {
	color:#999;
	background:url(img/editable.png) no-repeat scroll right;
}
.action-button:hover {
	background-image: linear-gradient(to bottom, #5A5A5A, #6b6b6b);
}
.action-button {
	background: #1A2B49;
	border-radius: 2px;
	border: 1px solid #1A2B49;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	padding: 3px 6px 4px 6px;
	text-decoration: none;
	vertical-align: middle;
}
ul#object-actions {
	margin-top: 0;
}
.action-button-thin {
	border-left-color: none;
	border-right-color: none;
	border-top-color: none;
	background-image: linear-gradient(to bottom, #6b6b6b, #3e3e3e);
	border: 1px solid #5A5A5A;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #FFFFFF !important;
	cursor: pointer;
	display: inline-block;
	padding: 1px 4px 3px 4px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
.action-button-thin:hover {
	background-image: linear-gradient(to bottom, #5A5A5A, #6b6b6b);
}
.action-button-thin.disabled {
	opacity: .75;
}
.action-button-warning {
	background:darkred;
	border-color: darkred;
}
.action-button-warning:hover {
	background-image: linear-gradient(to bottom, darkred, #ad0000);
}
.download-button {
	cursor: pointer !important;
	font-family: Arial;
	line-height: 15px;
	font-size: 11px;
	padding: 0 1px;
	height: 14px;
}
.content-wrapper td.value span.action-button.edit-control:hover, .content-wrapper td.value span.action-button.save-control:hover{
	background: url(img/button_sprite_black.png) repeat-x scroll 0 -10px #5A5A5A;
	color:white;
}
.tab-content .list-counter {
    background-color: #555555;
    border-radius: 4px 4px 4px 4px;
    color: white;
    float: right;
    padding: 2px 2px 2px 5px;
	display:block;
}
.tab-content .check-counter {
    background-color: orange;
    border-radius: 4px 4px 4px 4px;
    color: white;
    float: left;
    padding: 2px 2px 2px 5px;
    display: block;
    position: relative;
    left: 150px;
}
.tab-content .not-optimised-warning {
    background-color: orange;
    border-radius: 4px 4px 4px 4px;
    color: white;
    float: right;
    padding: 2px 2px 2px 5px;
    display: block;
}
span.label {
	margin-right:10px;
}
span.value span.edit-text {
	margin-right:8px;
	color:orange;
}
span.value span.display-text {
	margin-right:8px;
	color:#666;
}
.edit-control-container {
	margin-bottom:8px;
}
.edit-button-container {
	padding-top:8px;
	border-top:1px solid orange;
	overflow:hidden;
}
.no-edit {
	float: right;
	color:#ccc;
	cursor: help;
	height: 12px;
	line-height: 12px;
	margin-right: 5px;
	padding-right: 13px;
}
.edit-button-container input {
	margin-right:8px;
}
#links-extern {
	background: #eee;
	padding: 10px 8px 10px;
	margin: 0;
}
.out-link-item{
	float:left;
}
#menu-left{
	width:270px;
	position:absolute;
	top:40px;
}
#menu-left ul{
	padding:10px 5px;
}
#menu-left li{
	background-color:#eee;
	margin:0 0 2px 0;
	padding:5px;
}
#menu-left li.selected-li-item{
	background-color:#B0E0AA;
}
#menu-left li.expandable{
	background-color:#CCC;
}
#toolbox ul{
	padding:10px 5px 0px 5px;
}
#toolbox li{
	background-color:#eee;
	padding:5px;
	margin:0 0 5px 0;
	border:1px solid #CCC;
}
div.spacer {
	height: 13px;
	clear: both;
}
.content{
	background-color:white;
	position:absolute;
	left:0px;
	top:0px;
	margin-right:10px;
}
.page-content{
	padding: 10px 15px 15px 15px;
	border:1px solid #555;
	overflow:hidden;
}
.table-content{
	border:1px solid #333;
}
.count-tab{
	background-color:#CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-weight:bold;
	color:white;
	padding:1px 5px;
	margin-left:8px;
	display:inline-block;
}
.block-list-item {
	display: block;
	margin: 0 0 5px 0;
}
.cat-list-item {
	margin: 0 0 6px 4px;
}
.download-list-item {
	display: inline-block;
	height: 20px;
	margin: 0 0 5px 4px;
	width: 80px;
}
.download-list-item img {
	position: relative;
	top: 1px;
}
p.online-offline {
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #777;
	margin: 12px 0 4px;
	color: #555;
	padding: 2px 0 2px 2px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	cursor: pointer;
}
.source-list p.collapsable.open::before, .source-list p.collapsable::before {
	content: "▶ ";
	font-size: 9px;
	text-shadow: none;
	color: #666;
}
.source-list p.collapsable.open::before {
	content: "▼ ";
	margin-left: -1px;
}
.source-list p.collapsable:not(.open) + ul, .source-list p.collapsable:not(.open) + table {
	display: none;
}
.source-list li.title, .source-list li > a {
	display: block;
	padding: 3px 8px 4px 16px;
	border-top: 1px solid transparent;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.source-list li.title {
	padding: 3px 8px 4px 10px;
	font-weight: 700;
}
table.fixed {
	table-layout:fixed;
}
table.tablesorter thead tr,
table.no-tablesorter thead tr {
	height:22px;
}
table.tablesorter tr {
	cursor:pointer !important;
}
table.tablesorter,
table.no-tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 10pt;
	width: 100%;
	text-align: left;
	margin-top:0;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
table.tablesorter.qp-table {
	margin-bottom: 4px;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th,
table.no-tablesorter thead tr th,
table.no-tablesorter tfoot tr th {
	background-color: #555;
	border: 1px solid #CCC;
	color: #fff;
	font-size: 10pt;
	padding: 2px 0 0 4px;
}
table.main-table thead tr th {
	padding:10px;
}
table.main-table thead tr th.id{
	width:20px;
}
table.main-table thead tr th.chkbx{
	width:10px;
}
table.tablesorter thead tr .header,
table.no-tablesorter thead tr .header {
	background-image: url(img/table-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .header.sortType-false,
table.no-tablesorter thead tr .header.sortType-false {
	background-image:url(img/blank.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: default;
}
table.tablesorter tfoot td,
table.no-tablesorter tfoot td {
	padding: 4px;
	font-weight: bold;
}
table.tablesorter tbody td,
table.no-tablesorter tbody td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.unread td,
table.no-tablesorter tbody tr.unread td {
	font-weight:bold !important;
}
table.tablesorter tbody tr.odd td,
table.no-tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tbody tr.set td,
table.no-tablesorter tbody tr.set td {
	color:#5AA744;
	background-color:#D3EE61;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/table-arrow-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/table-arrow-desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #888;
}
table.tablesorter tbody tr.highlight td,
table.no-tablesorter tbody tr.highlight td {
	background-color:#B0E0AA !important;
}
table.tablesorter td.flag{
	background-color:#FDCBCC !important;
	color:#666 !important;
}
table.tablesorter tbody td.txt-right{
	text-align:right;
}
table.tablesorter tbody td.txt-center{
	text-align:center;
}
td span.to-do{
	color:#BB1F14;
	padding:0 2px 2px;
	display:inline-block;
}
td span.done{
	color:#5AA744;
	font-weight:bold;
	padding: 0 2px 2px;
}
.inline-link,
.hide-details-ctrl,
.hide-details-ctrl-g_table,
.show-details-ctrl,
.show-details-ctrl-g_table,
.view-file{
	background-color:#f8f8f8;
	border:1px solid #999;
	padding:0 3px;
	background:none;
	font-size:80%;
	display:inline-block;
	cursor:pointer;
}
.inline-link:hover,
.hide-details-ctrl:hover,
.hide-details-ctrl-g_table:hover,
.show-details-ctrl:hover,
.show-details-ctrl-g_table:hover,
.view-file:hover{
	color:green;
	background:none;
	border-color:#f8f8f8;
	background-color:#fff;
}
.hide-details-ctrl,
.hide-details-ctrl-g_table {
	color:#ccc;
	border-color:#ccc;
}
.collapse-trigger {
	margin: 0 0 5px 0;
}
.collapse-trigger em {
	margin-right:10px;
}
.password{
	font-family:courier;
	color:#106B80;
}
#filter-bar{
	padding:8px 0;
	margin-bottom:3px;
}
.filter-container{
	width:220px;
	border:1px solid #555;
}
.filter-container-medium{
	width:270px;
	border:1px solid #555;
}
.filter-container-big{
	width:295px;
	border:1px solid #555;
}
.filter-block{
	margin-bottom:5px;
}
.filter-content{
	overflow:hidden;
	background-color:#eee;
	padding:4px;
}
.filter-title{
	padding:5px;
	margin:2px;
	background-color:#B0E0AA;
	border-radius:4px;
	color:white;
	background: url(img/box-bg-grn3.png) repeat scroll 0 0 transparent;
}
.filter-group-title {
	border-bottom: 1px solid #666666;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 5px;
}
.filter-list{
	margin:0 7px;
	cursor:pointer;
}
.filter-list-title{
    background-color: #FFFFFF;
    color: #555555;
    display: block;
    font-weight: bold;
    padding: 5px 7px;
}
.filter-list-item{
	background-color: #EBFFE3;
    color: #333333;
    margin-bottom: 2px;
    padding: 4px 2px 5px 10px;
}
.filter-list-item.bottom-space{
	margin-bottom: 10px;
}
.filter-list-item a.active{
	color:#FF7F00;
}
.collpase-filter-ctrl{
	background: url(img/vsprite.png) 0 -288px no-repeat transparent;
	margin-right: 5px;
	width: 8px;
	padding-left:20px;
}
.collpase-filter-ctrl.hide{
	background: url(img/vsprite.png) 0 -304px no-repeat transparent;
}
.remove-filter-item{
	display:inline-block;
	cursor:pointer;
	float:right;
	color:#555555;
	padding:0 2px 2px 2px;
	background-color:#fff;
	border-radius:2px;
}
#apply-filter{
	padding:5px;
	background-color:#ccc;
}
#apply-filter-form input.from, #apply-filter-form input.to{
	width:130px;
	float:right;
}
.filter-count {
	background-color: orange;
	border-radius: 5px 5px 5px 5px;
	color: white;
	float: right;
	padding: 1px 2px;
}
#my-inbox .filter-title{
	background: url(img/bg-blue.png) repeat scroll 0 0 transparent;
}
#my-inbox .filter-list-item{
	background-color:#CEE3EF;
}
.ui-datepicker {
	z-index:3000 !important;
}
a.table-title-lnk{
	font-weight:bold;
}
a.table-title-lnk:hover{
	color:#5AA744;
}
table.tablesorter .row-actions{
	padding: 5px 0 0;
	margin-bottom:5px;
	color:#999;
}
table.tablesorter .preview:hover, .view:hover{
	color: #5AA744;
}
table.tablesorter .quick-edit:hover{
	color:orange !important;
}
table.tablesorter .preview-content{
	padding:10px 5px 10px;
	margin-bottom:15px;
	border:1px solid #ff9900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:#FEE3B6;
}
table.tablesorter .preview-content-read{
	padding:10px 5px 10px;
	margin-bottom:15px;
	border:1px solid #5AA744;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:#fff;
}
table#modifications-preview
{
	padding:0px 0px 0px;
	margin-bottom:0px;
}
table#modifications-preview th
{
	padding-bottom:5px;
}
table#modifications-preview td
{
	background-color: #fff4ce;
}
table#change-requests-preview td, span#change-requests-preview
{
	background-color: #fff4ce;
}
#footer{
	bottom:0; width:100%; height:80px; text-align:center;
}
#flash-message{
	min-height:12px;
	margin:10px 0 10px 10px;
}
#ajx-indicator {
	background: transparent url(img/modalbg.png) repeat scroll top left;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#ajx-message {
	border-radius: 4px 4px 4px 4px;
	color:#fff;
	font-size: 16px;
	height:125px;
	margin:20% auto 0;
	text-align:center;
	width:230px;
	
	background: rgb(0, 0, 0);
	
	background: rgba(0, 0, 0, 0.8);
	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#ajx-message img {
	vertical-align:middle;
}
#ajx-message span {
	display: inline-block;
	line-height: 50px;
	margin: 19px 0 0;
}
#ajx-message #abortAjax {
	cursor: pointer;
	font-size:11px;
	line-height:normal;
	text-decoration:underline;
}
#system-feedback{
    background-color: #62B551;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 3px #93A98E;
    left: 50%;
    padding: 14px 15px;
    position: fixed;
    text-align: center;
    top: 30%;
    z-index: 209;
	color:white;
}
.flash-container{
	padding:2px;
	margin-left:10px;
}
.flash-container.error{
	border: 1px solid #C60006;
	padding-left:22px;
	background:#FDCBCC url(img/exclamation.png) no-repeat 0 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.flash-container.info{
	border: 1px solid #5AA744;
	padding-left:22px;
	background: #B0E0AA url(img/information.png) no-repeat 0 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.flash-container.notification{
	border: 1px solid #5AA744;
	padding-left:22px;
	background: #B0E0AA url(img/accept.png) no-repeat 0 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#alert-container{
	margin:10px 0 0 20px;
	width:50%;
}
.alert{
	padding: 8px 8px 8px 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E5F5FF;
}
.alert.info{
	background: #E5F5FF url(img/alert-sprite.png) no-repeat 7px -74px;
	border-top-color: #81BEFF;
}
.alert.error{
	background: #FFF4F8 url(img/exclamation.png) no-repeat 8px 6px;
	border-top-color: #FF7082;
}
.alert.accept{
	background: #EBFFEE url(img/alert-sprite.png) no-repeat 7px 5px;
	border-top-color: #00CA6D;
}
.my-to-dos{
	background-color: orange;
}
.not-all-entries{
	color: #FFD0D0;
}
.space.filter{
	margin-left:235px;
}
.space.filter-big{
	margin-left:310px;
}
.space.filter-medium{
	margin-left:285px;
}
.placeholder {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #C6C8D0;
	margin: 0 2px 5px 0;
}
.placeholder h2 {
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	font-weight: 500;
	background: transparent;
	padding: 0 0 10px 0;
}
.placeholder strong {
	font-weight: 500;
}
.placeholder .alert-title{
	color: #FF475E;
	font-size: 1.2rem;
	display:block;
}
.placeholder .alert-msg{
	color: #768092;
	font-size:12px;
	display: block;
	margin-top: 4px;
}
.too-many-entries {
    background: url(img/exclamation.png) no-repeat scroll 0 0 transparent;
    display: block;
	z-index:30000;
    height: 18px;
    padding-left: 22px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 4px;
	cursor:pointer;
}
.filter-table, .filter-space{
	margin-left:225px;
}
.filter-space-big{
	margin-left:287px;
}
.gyg-digit-hide{
	display:none;
}
ul.dropdown {
	z-index: 4;
	display: flex;
	align-items: center;
	margin-top: 4px;
}
ul.dropdown li {
	font-weight: 500;
	float: left;
	zoom: 1;
}
ul.dropdown li a 	{ display: block; padding: 0 8px; color: #222; }
ul.dropdown li:last-child a	{ border-right: none; } 
ul.dropdown li.hover {
	color: #1A2B49;
	position: relative;
}
ul.dropdown li.hover a	{
	color: #1A2B49;
}
ul.sub-menu {
	text-shadow: none;
	border: 1px solid #1A2B49;
	border-radius: 2px;
}
ul.sub-menu li.level-1:first-child {
	border-radius: 2px 2px 0 0;
}
ul.sub-menu li.level-1:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}
ul.sub-menu li.hover {
	background: #FFF;
}
ul.dropdown ul	{
	width: 300px;
	display:none;
	position: absolute;
	top: 22px;
	left: 7px;
}
ul.dropdown ul.hover	{ display: block; }
ul.dropdown ul li	{ font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; float: none; }
ul.dropdown ul li a	{ border-right: none; width: 90%; display: inline-block; }
ul#object-actions.dropdown ul {
	left: 0;
}
ul.dropdown ul ul {
	left: 100% !important;
	top: 0;
	max-height: 404px;
	overflow-y: auto;
}
ul.dropdown ul#qp-history-sub {
	top: 14px;
	left: 0px;
}
#dd-menu li.hover span{ background-color:#5e5a5a; }
#dd-menu { display: block; margin: 0; padding: 0; position: relative; }
#dd-menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#dd-menu a { display: block; }
#dd-menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
#dd-menu ul li { float: none; }
#dd-menu ul ul { top: 0; }
#dd-menu ul { width: 100%; }
#dd-menu *:hover { background-color: none; color:white;}
#dd-menu a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
#dd-menu li.hover a { background-color: #5E5A5A; }
#dd-menu ul { top: 22px; }
#dd-menu ul li a { background-color: #5E5A5A; }
#dd-menu ul a.hover { background-color: #B0E0AA; color:#333; }
#dd-menu ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
#add-menu li.hover span{ background-color:#5e5a5a; color:white;}
#add-menu { display: block; margin: 0; padding: 0; position: relative; }
#add-menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#add-menu a { display: block; }
#add-menu ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
#add-menu ul li { float: none; }
#add-menu ul ul { top: 0; }
#add-menu ul { width: 100%; }
#add-menu *:hover { background-color: none; }
#add-menu a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
#add-menu li.hover a { background-color: #5E5A5A; }
#add-menu ul { top: 22px; }
#add-menu ul li a { background-color: #5E5A5A; }
#add-menu ul a.hover { background-color: #B0E0AA; color:#333; }
#add-menu ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
.tipsy {
	padding: 5px;
	line-height:16px;
	font-size: 10px;
	opacity: 0.9; filter: alpha(opacity=90);
	position: absolute;
	z-index: 100000;
}
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #000; color: white; max-width: 200px; text-align: left; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url(img/tipsy.png) no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
p.error
{
	margin: 0 0 4px;
	color: #A81914;
}
p.error:before
{
	content: url(img/exclamation.png);
	vertical-align: top;
	margin:0 3px 0 0;
}
.error404, .no-items, .to-many-items, .access-denied, .error500{
	color:#B10000;
	margin-right:30%;
	margin-left:30%;
	margin-top:30px;
	text-align:center;
}
.msie{
	color:white;
	font-weight:bold;
	background-color:red;
	padding:4px 10px;
	width:100%;
	display:block;
}
.module-list-item {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	background-color: white;
	border: 1px solid #C6C8D0;
	border-radius: 2px;
    float: left;
	line-height: 16px;
    height: 130px;
    margin: 20px;
    padding: 20px;
    width: 135px;
	transition: .1s background ease-in, .1s color ease-in;
}
.module-list-item i {
	display: block;
	font-size: 3rem;
	margin-top: 0.5rem;
}
a li.module-list-item:hover { background-color: #CCECFF; }
#module-list a li span {
	display:block;
	padding-left:42px;
	height:42px;
	width:42px;
	margin-top:10px;
}
#module-list #pmcockpit-icon{
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -84px transparent;
}
#module-list #customercarecockpit-icon{
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 0 transparent;
}
#module-list #resellercockpit-icon{
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -42px transparent;
}
#module-list #semcockpit-icon{
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -250px transparent;
}
#module-list #humanresourcescockpit-icon {
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -208px transparent;
}
#module-list #pccockpit-icon {
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -290px transparent;
}
#module-list #statistics-icon{
	background: url(img/obj-sprite.png) no-repeat scroll 0 -432px transparent;
}
#module-list #tools-icon {
	background: url(img/obj-sprite.png) no-repeat scroll 0 -480px transparent;
}
#module-list #experiments-icon{
	background: url(img/ab-icon.png) no-repeat scroll 0 0 transparent;
}
#module-list #marketing-icon {
	background: url(img/obj-sprite.png) no-repeat scroll 0 -670px transparent;
}
#module-list #accountingcockpit-icon{
	background: url(img/cockpit-sprite.png) no-repeat scroll 0 -126px transparent;
}
#module-list #bookings-icon{
	background: url(img/obj-sprite.png) no-repeat scroll 0 -144px transparent;
}
#module-list #content-icon{
	background: url(img/obj-sprite.png) no-repeat scroll 0 -528px transparent;
}
#module-list #oldcms-icon{
	background: url(img/old-cms-icon.png) no-repeat scroll transparent;
}
#module-list #gettext-icon{
	background: url(img/gettext-icon.png) no-repeat scroll transparent;
}
#module-list #it-icon{
	background: url(img/it-icon.png) no-repeat scroll transparent;
}
#module-list #ticket-icon{
	background: url(img/ticket-icon.png) no-repeat scroll transparent;
}
#module-list #coupons-icon{
	background:url(img/obj-sprite.png) no-repeat scroll 0 -379px;
}
.more-info-anchor.open .more-info-bar button.show-more-info {
	display: none;
}
.more-info-anchor.open .more-info-bar button.hide-info {
	background: url(img/bullet_arrow_up.png) no-repeat 100% 2px;
	display: block;
}
.alert-dont-use-anymore, .gygadmin-migration-banner {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	background-color: #ffe6e6;
	border: 1px solid red;
	padding: 15px;
	margin: 10px;
	line-height: 1.6;
}
.alert-dont-use-anymore a, .gygadmin-migration-banner a {
	color: #fff;
	background: #1a2b49;
	padding: 4px 8px;
	border-radius: 50px;
	font-size: 12px;
}
.alert-dont-use-anymore a:hover, .gygadmin-migration-banner a:hover {
	text-decoration: underline;
}
.value .hidden-original-value {
	background: #FBF2D3;
	display: none;
	margin: 0 0 0 2px;
	padding: 2px 6px 6px 8px;
}
.value .hidden-original-value p {
	margin: 4px 0 0 0;
}
.value .hidden-original-value p.highlight {
	margin: 5px 0;
	padding: 0 0 0 20px;
}
.value .live-version {
	background: url(/supplier/img/plus_minus.png) no-repeat 2px 3px transparent;
	display: block;
	color: #999;
	font-size: 11px;
	cursor: pointer;
	height: 19px;
	padding: 3px 0 0 22px;
	margin: 6px 0 0 0;
}
.diff del {
	background-color: #bdbdbd;
	color: #000000;
}
.diff ins {
	background-color: #6ed579;
	color: #000000;
}
#customer_information tr td {
	padding: 2px 5px;
	vertical-align: top;
}
#customer_information .small{
	font-size: 0.8em;
}
#generated-coupon-codes{
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}
#customer_information label {
	width: 150px;
	display: inline-block;
	margin: 0px 0px 10px 6px;
}
.coupon-typ-item table {
	margin-bottom: 4ex;
}
.coupon-typ-item .small {
	font-size: smaller;
}
.coupon-typ-item td {
	padding: 0px 30px 5px 0px;
	vertical-align: top;
}
#customer_information label.required {
	font-weight: bold;
	color: green;
}
.coupon-typ-item table {
	width: auto;
}
.ta-table{
    border: 1px solid #999;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    margin-bottom: 10px;
}
.ta-table table{
    margin-bottom: 0;
}
.ta-table th{
	text-align:center;
    color: white;
    padding: 4px;
    height: 16px;
    background-color: #888;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}
.ta-table td{
	text-align:left;
	padding: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #eee;
    line-height: 20px;
    background-color: white;
}
.ta-table td.c1 {
    width: 20%;
    padding-left: 5px;
    min-width: 116px;
    font-weight: bold;
    text-align: right;
    background-color: #EEE;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    font-size: 13px;
}
.ta-table td.comment {
    padding: 0;
    text-align: center;
}
.ta-table td.comment textarea{
    width:98%;
    min-height: 50px;
    resize: vertical;
}
.ta-table th.c1{
    width: 10%;
}
.ta-table th.c2{
    width: 30%;
}
.ta-table th.c3{
    width: 30%;
}
.ta-table th.c4{
    width: 30%;
}
.ta-table td a{
	color: #0000FF;
}
#api-keys fieldset {
	border: 0;
}
#api-keys code {
	white-space: pre;
	font-family: monospace;
}
#api-keys .template {
	display: none;
}
#api-keys #messages div {
	margin: 0 0 1ex;
	padding: 1ex 1em;
	border-radius: 4px;
	color: #000;
	background-color: #ddd;
	font-size: larger;
}
.google-button,
.onelogin-button {
	display: flex;
	align-items: center;
	justify-content: center;
}
.google-button img,
.onelogin-button img
{
	height: auto;
	width: 191px;
}
.content-box-content.change-requests {
	padding: 10px;
}
.full-width {
	width: 100%;
}
#cssns-tour #change-request-details .change-request-fields-table tbody {
	display: table-row-group;
}
#cssns-tour #change-request-details .change-request-fields-table td {
	width: 5%;
}
#cssns-tour #change-request-details .change-request-fields-table  td.field-name {
	width: 35%;
	padding-left: 10px;
}
.change-request-fields-table label {
	font-size: small;
}
.strong {
	font-weight: bold;
}
ul.error-list {
	list-style-image: url(img/exclamation.png);
	list-style-position: outside;
	padding-left: 25px;
}
ul.message-list {
	list-style-image: url(img/information.png);
	list-style-position: outside;
	padding-left: 25px;
}
.icon-exclamation {
	display: inline-block;
	background: url(img/exclamation.png);
	width: 16px;
	height: 16px;
}
.icon-accept {
	display: inline-block;
	background: url(img/accept.png);
	width: 16px;
	height: 16px;
}
.icon-information {
	display: inline-block;
	background: url(img/information.png);
	width: 16px;
	height: 16px;
}
ul.error-list li, ul.message-list li {
	margin-bottom: 20px;
}
table.translation-mismatch thead td {
	color: #999;
}
table.translation-mismatch tbody td {
	border: 1px solid #999;
	width: 50%;
}
.spacing-left {
	margin-left:5px;
}
.sendgrid-status-delivered::after, .email-status-icon-delivered::after {
	content: " \2713";
	color: #5AA744;
	font-weight: bold;
}
.sendgrid-status-processed::after, .email-status-icon-processing::after {
	content: " \27A0";
	color: #5AA744;
}
.sendgrid-status-deferred::after, .email-status-icon-deferred::after {
	content: " \27A0";
	color: #ff8020;
}
.sendgrid-status-dropped::after, .sendgrid-status-bounce::after, .email-status-icon-not-delivered::after {
	content: " \2718";
	color: #FF0000;
	font-weight: bold;
}
.warning {
	background-color: #F6D5D4;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.warning a {
	color: darkred;
}
.cancellation_policy_details {
	padding: 10px;
	margin: 10px;
	background-color: #f0f0f0;
}
.cancellation_policy_details table td, .cancellation_policy_details table th  {
	padding: 8px;
}
.cancellation-amount-input, .cancellation-amount-input-editable {
	width: 80px;
}
.cancellation-amount-input[readonly] {
	background-color: #C0C0C0;
}
#ticket-inventory-table td {
	white-space: nowrap;
}
ul.option-menu {
	margin-bottom: 20px;
}
ul.option-menu li {
	font-size: 14px;
	padding: 4px 0;
}
span.engineering-id {
	background-color: #fff3d9;
	border-radius: 4px 4px 4px 4px;
	font-size: smaller;
	padding: 2px 4px;
	color: black;
}
.location-list {
	padding: 2px 0;
}
.location-list .location-kill {
	padding: 2px;
	margin-right: 3px;
	color: #FF8C41;
}
.tour-gyg-location-use {
	padding: 2px;
	margin-right: 3px;
	color: #1593FF;
}
.tour-gyg-location-use:hover {
	color: #00BE7F;
}
.location-list .location-list-block {
	display: inline-block;
}
.location-list .disabled {
	color: lightgray;
}
.location-list li {
	padding-left: 20px;
}
.location-list .indentation-sign {
	padding-right: 3px;
}
#locations-edit-form-tree {
	border-bottom: 5px dotted #FFC600; 
	border-top: 5px dotted #FFC600; 
	background-color: #FBFFD7; 
	padding: 5px
}
#locations-edit-form-search,
#locations-edit-form-dropdown-selection,
#locations-edit-form-suggestions {
	border-bottom: 5px dotted #E8E9EC;
	border-top: 5px dotted #E8E9EC;
	padding: 10px;
	width: 50%;
	border-collapse: collapse;
}
#locations-edit-form-search {
	border-right: 5px dotted #E8E9EC;
}
#locations-edit-form-search input {
	width: 200px;
}
.location-list-block.location-name {
	width: 60%;
}
.location-list-block.automated-flag {
	width: 25%;
	margin-right: 10px;
}
#tour-details-location-list tr:hover {
	background-color: lightgoldenrodyellow;
}
.is-automated {
	display: block;
	border: 2px solid #ff3d00;
	padding: 2px 5px 2px 23px;
	font-size: 11px;
	font-weight: 600;
	color: #ff3d00;
	background: url(img/exclamation.png) no-repeat 2px 2px transparent;
}
.automated-alert {
	background: #F6D5D4;
	padding: 2px 5px;
	margin: 1px 0;
	border: 1px solid #f6a3a8;
}
.automated-block {
	display: block;
}
.automated-block-label {
	font-size: 10px;
	color: #ff3d00;
}
.gettext_history {
	background-color:#f0f0f0;
	border-color:white;
	color: #666;
	padding:10px;
	margin-bottom: 5px;
	margin-top: 5px;"
}
.stats-container{
	width:220px;
	border:1px solid #555;
}
.stats-container small{
	color: #777777;
	font-size: 10px;
}
.stats-container-medium{
	width:270px;
	border:1px solid #555;
}
.stats-container-big{
	width:295px;
	border:1px solid #555;
}
.stats-block{
	margin-bottom:5px;
}
.stats-content{
	overflow:hidden;
	background-color:#eee;
	padding:4px;
}
.stats-title{
	padding:5px;
	margin:2px;
	border-radius:4px;
	color:white;
	background: url(img/box-bg-grn3.png) repeat scroll 0 0 #B0E0AA;
}
.stats-group-title {
	border-bottom: 1px solid #666666;
	margin-bottom: 8px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 5px;
}
.stats-list{
	margin:0 7px;
}
.stats-list-title{
	background-color: #FFFFFF;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 5px 7px;
}
.stats-list-item{
	background-color: #EBFFE3;
	color: #333333;
	margin-bottom: 2px;
	padding: 4px 2px 5px 10px;
}
.stats-list-item.bottom-space{
	margin-bottom: 10px;
}
.stats-list-item a.active{
	color:#FF7F00;
}
.stats-count {
	background-color: orange;
	border-radius: 5px 5px 5px 5px;
	color: white;
	float: right;
	padding: 1px 2px;
}
.role-with-description:hover .role-description {
	visibility: visible;
}
.role-description {
	visibility: hidden;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position:absolute;
	z-index: 1;
}
#payment-information .eu-taxability-label {
	position: relative;
}
#payment-information .eu-taxability-label input[type=checkbox] {
	position: absolute;
	left: 6px;
	width: 20px;
	height: 20px;
}
#payment-information .eu-taxability-label span {
	display: block;
	padding-left: 40px
}
#payment-information #eu_taxable_form,
#payment-information #has_eu_vat_id_form,
#payment-information #has_no_eu_vat_id_form {
	margin-top: 1em;
	margin-bottom: 1em;
}
#payment-information .not-eu-taxable-reason-label {
	display: block;
	position: relative;
	margin-bottom: 1em;
	margin-top: 1em;
}
#payment-information .not-eu-taxable-reason-label input[type=radio] {
	position: absolute;
}
#payment-information .not-eu-taxable-reason-label span {
	display: block;
	padding-left: 32px
}
#payment-information p
{
	margin-bottom: 1em;
}
#payment-information #local_vat_id
{
	margin-left: 0;
}
.connectivity_settings_tag {
	float: left;
	margin-bottom: 4px;
	clear: both;
}
.connectivity_settings_tag span {
	border-radius: 4px 4px 4px 4px;
	font-size: smaller;
	padding: 2px 4px;
	color: black;
	margin-right: 5px;
}
.connectivity_settings_tag span.business {
	background-color: #c2ffd5;
}
.connectivity_settings_tag span.technical {
	background-color: #c8c7f9;
}
.tour_attribute_tag {
	float: left;
	margin-bottom: 4px;
	clear: both;
}
.tour_attribute_tag span {
	border-radius: 4px 4px 4px 4px;
	padding: 4px 6px;
	color: black;
	margin-right: 8px;
}
.tour_attribute_tag span.active {
	background-color: #6bd3ff;
}
.tour_attribute_tag span.deleted {
	background-color: #ffa3a3;
}
.tour_attribute_tag span.pending {
	background-color: #b1b1b1;
}
#edit-attribute-tags .tour_attribute_tag span strong {
	color: #777;
}
#edit-attribute-tags .tour_attribute_tag span:hover strong {
	color: #000;
}
.drop-off {
	display: none;
}
.drop_off_type_separate_location .drop-off {
	display: block;
}
.indent-left {
	margin-left: 2em;
}
.fake-radio-button {
	-webkit-appearance: radio;
	-moz-appearance:    radio;
	appearance:         radio;
}
.accounting-payments-file-export a, .accounting-payment_forecast a {
	text-decoration: underline;
}
.accounting-payments-file-export td {
	padding: 0 30px 5px 0;
}
.content-padding .content-box-content {
	padding: 10px;
}
.accounting-payments-file-export .accounting-register-payments {
	margin-bottom: 4ex;
}
.accounting-payments-file-export td:first-child, .accounting-payment_forecast td:first-child {
	width: 40%;
}
table.stripped thead tr {
	height: 22px;
}
table.stripped {
	font-family: arial;
	background-color: #CDCDCD;
	font-size: 10pt;
	width: 100%;
	text-align: left;
	margin-top: 0;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
table.stripped thead tr th,
table.stripped tfoot tr th {
	background-color: #555;
	border: 1px solid #CCC;
	color: #fff;
	font-size: 10pt;
	padding: 2px 0 0 4px;
}
table.stripped thead tr th {
	padding: 10px;
}
table.stripped thead tr th.id {
	width: 20px;
}
table.stripped thead tr th.chkbx {
	width: 10px;
}
table.stripped thead tr {
	background-image: url(img/blank.png);
	background-repeat: no-repeat;
	background-position: center right;
}
table.stripped tfoot td {
	padding: 4px;
	font-weight: bold;
}
table.stripped tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
}
table.stripped tbody td a {
	font-weight: bold;
}
table.stripped tbody td a:hover {
	color: #5AA744;
}
table.stripped tbody tr.unread td {
	font-weight: bold !important;
}
table.stripped tbody tr:nth-child(odd) td {
	background-color: #F0F0F6;
}
table.stripped tbody tr.set td {
	color: #5AA744;
	background-color: #D3EE61;
}
table.stripped tbody tr.highlight td {
	background-color: #B0E0AA !important;
}
table.stripped td.flag {
	background-color: #FDCBCC !important;
	color: #666 !important;
}
table.stripped tbody td.txt-right {
	text-align: right;
}
table.stripped tbody td.txt-center {
	text-align: center;
}
.clickable {
	cursor: pointer;
}
#download_compound_options {
	padding-top: 5px;
}
#download_compound_options table {
	margin-top: 5px;
}
.toggle_row {
	display: none;
}
ul.disc-list {
	list-style-type: disc;
}
ul.disc-list li {
	margin-left: 15px;
}
.blue-link {
	color: blue;
	text-decoration: underline;
}
.svg-icon {
	align-self: center;
	font-style: normal;
}
.svg-icon svg {
	height: 1em;
	width: 1em;
	fill: currentColor;
}
.svg-icon.svg-baseline svg {
	top: .125em;
	position: relative;
}
.new-page-icon {
	display: none;
}
.gettext-left-column {
	float: left;
}
.gettext-manager-title {
	background-color: #6b6b6b;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.gettext-manager-content {
	padding: 5px;
}
#head {
	font: 14px/1em "GT Eesti", Helvetica, Arial, sans-serif;
	background: #1A2B49;
	color: #fff;
	height: 50px;
	min-width: 910px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head #logo {
	color: white;
	margin-left: 16px;
	margin-right: 8px;
	font-size: 1.2rem;
}
#head #nav {
	z-index: 15;
	display: flex;
	flex-grow: 1;
}
#search {
	display: flex;
	align-items: center;
	margin-right: 16px;
}
#submit-quick-pick {
	display: flex;
	align-items: center;
	margin-left: 10px;
	flex-grow: 0;
}
#search #input-search {
	border: none;
	margin: 4px 0;
	height: 30px;
	padding: 0 8px;
	color: #1A2B49;
	font-family: "GT Eesti", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-radius: 2px 0 0 2px;
}
#search button {
	color: #1593FF;
	background-color: white;
	border: 0;
	cursor: pointer;
	height: 30px;
	border-radius: 0 2px 2px 0;
}
#search i {
	font-size: 1rem;
}
#qp-history {
	background: url(img/qp-history.png);
	width: 11px;
	margin: 0 10px;
}
#qp-history:hover {
	background: url(img/qp-history.png) no-repeat scroll 0 -14px transparent;
}
#qp-history-sub {
	width: 120px;
}
#qp-history-sub li.first-level {
	background-color: #FBEDC0;
	padding: 4px;
}
#qp-history-sub li.first-level:hover {
	background-color: #fff;
}
#main-nav li.top-level a {
	color: white;
	display: block;
	align-items: center;
}
#main-nav li.top-level.hover a:after{
	width: 100%;
	left: 0;
}
#main-nav li.top-level a:after {
	transition: all .2s ease;
	background-color: white;
	position: relative;
	display: block;
	content: "";
	height: 3px;
	left: 50%;
	width: 0;
	top: 5px;
}
#main-nav li.level-1 a:after {
	display: none;
}
#main-nav li.level-1 {
	padding: 10px;
	margin: 0px !important;
	display: block !important;
}
#main-nav li.level-1 a {
    color: #1A2B49;
}
#main-nav li.top-level {
	padding: 0 2px;
    color: white;
}
#main-nav li.level-1 {
    color: #1A2B49;
}
#head #nav-right {
	display: flex;
	align-items: center;
	margin-right: 8px;
}
#head #nav-right a {
	text-decoration: none;
	color: white;
	padding: 0 6px;
}
#head #nav-right #logout {
	border: 0;
	background-color: transparent;
	text-decoration: underline;
}
#head #nav-right #logout:hover{
	color: white;
}
#head #nav-right a:hover {
	color: #fff;
}
#head #nav-right #sub-menu a.selected {
	background: #B0E0AA;
	color: #333;
	font-weight: 500;
	border-color: #999;
}
h1 {
	float: left;
	width: 66%;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	font: bold 26px/1em Helvetica, Verdana, sans-serif;
	padding-bottom: 5px;
}
h2 {
	background: #eee;
	padding: 10px 10px 15px 15px;
	font: bold 26px/1em Helvetica, Verdana, sans-serif;
}
.beta-feature{
	cursor:pointer;
}
#new-ticket, #index, #ticket-inst, #project, #project-inst, #new-project{
	left:270px !important;
	width:735px;
	border-bottom:50px solid #eee;
	position:absolute;
	top: 60px;
}
.header-title{
	background-color:#555;
	color:white;
	padding:4px;
}
.header-content{
	padding:10px 15px;
}
.spacer-grey{
	background-color:#eee;
	height:10px;
	min-height:10px;
}
#user-indicator{
	background:url(img/ticket.png) no-repeat scroll;
	font-size:140%;
	font-weight:bold;
	padding-left:22px;
}
#user-meta{
	padding:5px;
}
.header-content{
	border:1px solid #555;
}
#project-indicator{
	background: url(img/project.png) no-repeat scroll 0 -3px;
    display: block;
    text-indent: -9999px;
	width:22px;
	height:15px;
	padding:2px;
	float:left;
}
#project-indicator-list{
	background: url(img/project.png) no-repeat scroll 6px -3px;
    display: block;
    text-indent: -9999px;
	width:22px;
	height:15px;
	padding:2px;
	float:left;
	margin-right:4px;
}
#project-body{
	padding: 10px 15px 15px 15px;
	border:1px solid #555;
	overflow:hidden;
}
.project-description{
	margin-top:8px;
}
.project-title{
	font-size:140%;
	font-weight:bold;
}
#project-body #field_description{
	margin-top:8px;
}
.new-block{
	padding-bottom:15px;
}
.new-title{
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	padding:5px;
	background-color:#B0E0AA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
li.new-selected-user, li.new-selected-project{
	background-color:#B0E0AA !important;
	border:1px solid orange;
}
#new-assign-project ul, #new-assign-user ul{
	padding:10px 5px;
}
#new-assign-project li, #new-assign-user li{
	background-color:#eee;
	margin:0 0 2px 0;
	padding:5px;
}
#ticket-body{
	padding:5px;
}
.open-indicator{
	color:orange;
	font-weight:bold;
	padding-left:8px;
}
.minor-meta-info{
	font-size:80%;
	color:#555;
	margin-top:3px;
	display:inline-block;
}
.ticket-subject{
	font-size:140%;
	font-weight:bold;
	padding-bottom:5px;
}
#ticket-body #ticket-project-assignment{
	height:20px;
	line-height:20px;
	padding-left:24px;
	background:url(img/project.png) no-repeat scroll;
}
#ticket-body #attachments{
	border-left: none;
	border-right: none;
	border-bottom:1px solid #333;
	padding: 10px 10px 10px 0;
	margin-bottom: 20px;
}
#ticket-body #attachments ul li > a{
	text-decoration:underline;
	padding-left:18px;
	background:url(img/attachments.png) no-repeat scroll;
}
#ticket-replies .oc-list-trigger{
	background:url(img/minus_white.png) no-repeat scroll 2px 2px #555;
}
#ticket-replies .oc-list-minus{
	background:url(img/plus_white.png) no-repeat scroll 2px 2px #555;
}
#ticket-replies .oc-list-title{
	background-color:#555;
}
#ticket-replies .oc-list-content, #ticket-replies .oc-list-title{
	border:1px solid #333;
}
#ticket-replies #replies p{
	padding:8px 15px;
}
#ticket-replies #replies .oc-list-container{
	margin-bottom:20px;
}
#ticket-replies #replies .delete-reply{
	float: right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0 2px 2px 2px;
	color: white;
	background-color:#B9B9B9;
}
#ctrl-container{
	padding:10px;
}
#open-all-ctrl{
	padding-left:16px;
	cursor:pointer;
	text-decoration:underline;
	background: url(img/plus.png) no-repeat scroll 0 2px;
}
#close-all-ctrl{
	padding-left:16px;
	cursor:pointer;
	text-decoration:underline;
	background: url(img/minus.png) no-repeat scroll 0 2px;
}
.ticket-indicator{
	display:inline-block;
	text-indent: -9999px;
	min-width:20px;
	min-height:20px;
}
.t-level0{
	background: url(img/ticket_sprite.png) no-repeat scroll 0 -125px;
}
.t-level1{
	background: url(img/ticket_sprite.png) no-repeat scroll 0 -150px;
}
.t-level2{
	background: url(img/ticket_sprite.png) no-repeat scroll 0 -175px;
}
.t-level3{
	background: url(img/ticket_sprite.png) no-repeat scroll 0 -200px;
}
.t-level4{
	background: url(img/ticket_sprite.png) no-repeat scroll 0 -225px;
}
.indicator-orange{
	color:orange;
}
.date-white{
	color:white;
}
#new-reply{
	overflow:hidden;
	padding:5px;
}
#new-reply-title {
    background-color: #EEEEEE;
	padding:5px;
    border: 1px solid #CCCCCC;
}
#new-reply-content {
    border: 1px solid #CCCCCC;
	padding:5px;
    overflow: hidden;
}
#new-reply p{
	padding:10px 4px;
}
#new-reply .oc-list-plus{
	background-color:#CCC;
}
#new-reply-user{
	color:orange;
	font-weight:bold;
}
.ticket-article-body{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin-top:10px;
	padding:15px 0;
}
#prio-edit-adm-level0, #prio-edit-adm-level1, #prio-edit-adm-level2, #prio-edit-adm-level3, #prio-edit-adm-level4{
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
	width:22px;
	height:15px;
	padding:2px;
	float:left;
}
#prio-edit-adm-level0{
	background: url(img/ticket_sprite.png) no-repeat 0 0;
}
#prio-edit-adm-level1{
	background: url(img/ticket_sprite.png) no-repeat 0 -25px;
}
#prio-edit-adm-level2{
	background: url(img/ticket_sprite.png) no-repeat 0 -50px;
}
#prio-edit-adm-level3{
	background: url(img/ticket_sprite.png) no-repeat 0 -75px;
}
#prio-edit-adm-level4{
	background: url(img/ticket_sprite.png) no-repeat 0 -100px;
}
.prio-active{opacity:1 !important;}
.prio-inactive{opacity:0.2;}
#priority-edit{
	overflow:hidden;
}
.status{
	padding:3px 8px 5px 8px;
	display:inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#CCC;
}
.status:hover{
	color:#333;
	text-decoration:underline;
}
.status.open {
    background-color: orange;
    color: white;
    font-weight: bold;
}
 
.status.closed{
	background-color:#333;
	color:white;
	font-weight:bold;
	border:1px solid #ccc;
}
#tbx-assigned-to-project, #tbx-assigned-to-user, #initial-assign-list{
	margin:10px 0;
	width:99%;
}
#new-reply-toolbox .oc-list-plus{
	background: url(img/reply-new.png) no-repeat #ccc;
}
.new-close-title{
	background-color:#333; border:none;
}
.close-title{
	color:#fff;
	font-weight:bold;
}
#ticket-new, #project-new, #my-tickets, #inbox, #closed-tickets, #my-projects, #my-watchlist{
	padding-left:22px;
	height: 20px;
	display: block;
	line-height: 20px;
}
#my-tickets span, #inbox span, #closed-tickets span, #my-projects span, #my-watchlist span{
	line-height:14px;
	margin-top:3px;
}
#toolbox .oc-list-title{
	margin-right:4px;
}
#toolbox .oc-list-content{
	margin-right:4px;
}
#toolbox{
	margin-left:1015px;
	width:200px;
	position:absolute;
	top: 60px;
}
.toolbox-title, .page-title{
	background-color:#555;
	color:white;
	padding:4px;
}
.toolbox-content{
	background:#fff;
	border:1px solid #555;
	margin-bottom:10px;
}
.oc-list-container{
	padding-left:5px;
	margin-bottom:5px;
}
.oc-list-title{
	background:#ccc;
	padding: 4px 4px 4px 2px;
	margin:4px 4px 0 0;
	border:1px solid #555;
}
.oc-list-trigger{
	background:url(img/plus.png) no-repeat 2px 2px #ccc;
	padding-left:20px;
}
.oc-list-minus{
	background:url(img/minus.png) no-repeat 2px 2px #ccc;
}
.oc-list-content{
	background:#fff;
	border:1px solid #555;
	border-top:0px;
	margin:0 4px 4px 0;
}
.box{
	background-color:#fff;
	border:1px solid #555;
	margin:0 10px 10px 5px;
}
.box-title{
	background-color:#555;
	color:#fff;
	padding:4px;
}
#my-tickets{  background: url(img/ticket.png) no-repeat; }
#my-projects{  background: url(img/project.png) no-repeat; }
#my-watchlist{  background: url(img/my-watchlist.png) no-repeat; }
#ticket-new{ background: url(img/ticket-new.png) no-repeat; }
#project-new{ background: url(img/project-new.png) no-repeat; }
#inbox{ background: url(img/inbox.png) no-repeat; }
#closed-tickets{ background: url(img/closed-tickets.png) no-repeat; }
.prio0{background-color:#CCC !important;}
.prio1{background-color:#79B5CC !important;}
.prio2{background-color:#EBDF2A !important;}
.prio3{background-color:#EAA00A !important;}
.prio4{background-color:#C43939 !important;}
.batch-uploads-table-actions form {
	padding:0 0 5px 5px;
	float:left;
}
#object-actions {
	position:relative;
	z-index:10;
}
#object-actions.obj{
	z-index:3;
}
#object-actions.lst{
	z-index:2;
}
#object-actions li.not-available a{
	color:#999 !important;
	text-shadow: 1px 1px white, -1px -1px #f8f8f8
}
#object-actions li.level-1.not-available.hover{
	background-color:#f6f6f6;
}
#object-actions li.level-1 {
	padding: 7px;
}
.object-actions-arrow {
	color:white;
    display: inline-block;
    font-size: 65%;
    height: 8px;
    line-height: 8px;
    margin-right: 5px;
    margin-top: -5px;
    overflow: hidden;
    font-style: normal;
}
.email-reminder{
	padding-left:20px;
}
.payment-value-valid{
	color:#5AA744;
	font-weight:bold;
}
#subtab-menu {
	padding-left: 20px;
	height: 25px;
	overflow: hidden;
	margin-bottom:-2px;
	margin-top:20px;
}
#cssns-refunds #subtab-menu {
	margin-bottom: -1px;
}
#subtab-menu li {
	float: left;
	margin-right:-1px;
	margin-left:2px;
}
#subtab-menu li a {
	display: block;
	background: #fff;
	color:#555;
	border: 1px solid #ccc;
	padding:4px 10px 2px 10px ;
	text-decoration: none;
	font: bold 11px/11px "Lucida Grande", Verdana, sans-serif;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	height:16px;
	line-height:16px;
	border-bottom:0px;
}
#cssns-refunds #subtab-menu li a {
	padding-bottom: 3px;
}
#subtab-menu li :hover,
#subtab-menu li a.subtab-menu-item:hover,
#subtab-menu li a.subtab-quality-checked:hover {
	padding: 4px 10px 2px 10px;
	margin-top:1px;
	color:#fff;
	background-color:#333;
}
#subtab-menu .count-tab:hover {
	background-color: #CCC;
	margin-top: 0px;
	padding: 1px 5px;
}
#subtab-menu li a.selected,
#subtab-menu li a.subtab-menu-item.selected {
	background-color:#FFF;
	color:#333;
	margin-top:0;
	padding: 4px 10px 4px 10px;
	border:1px solid #333;
	border-bottom:0;
	height:16px;
	line-height:16px;
	cursor: default;
}
#cssns-refunds #subtab-menu li a.selected {
	padding-bottom: 4px;
}
#subtab-menu li.selected {
	background: #660000;
}
.subtab {
	display:none;
}
.subtab.selected {
	padding:10px;
	border-radius:4px;
	border:1px solid #333333;
	display:block;
	overflow:hidden;
}
#subtab-menu li a.subtab-menu-item {
	background: none repeat scroll 0 0 #F6D5D4;
}
#subtab-menu li a.subtab-menu-item.selected {
	background-color:#F6D5D4;
}
#subtab-menu li a.subtab-quality-checked,
#subtab-menu li a.subtab-quality-checked.selected {
	background: none repeat scroll 0 0 #FFF;
}
.is-private-indicator {
	font-size:6pt;
	padding: 0 5px;
}
.is-private-indicator.public-category {
	color: green;
}
.is-private-indicator.automatic-category {
	color: #2385b7;
}
.is-private-indicator.private-category {
	color: red;
}
.tour-product-type-toggle {
	float: right;
}
#pick-up-locations .pick-up {
	background: #EEE;
	border-bottom: 1px solid #000;
	padding: 1em;
	margin: 1em 0;
}
#hotel-pick-up {
	margin:0 0 8px 0;
}
ul.ui-autocomplete.ui-menu {
	box-shadow: 0 3px 3px #666666;
	max-height: 200px;
	overflow-y: auto;
}
ul.ui-autocomplete.ui-corner-all {
	border-radius: 0 0 4px 4px;
	padding: 4px 0;
	z-index: 3;
}
.ui-menu {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2px;
}
.ui-autocomplete {
	cursor: default;
	position: absolute;
}
.ui-corner-all,
.ui-corner-bottom, .ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
.ui-widget-content {
	background: url(img/ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x scroll 50% top #F2F5F7;
	border: 1px solid #AAAAAA;
	color: #362B36;
}
.ui-widget {
	font-family: 'Lucida Grande','Lucida Sans Unicode',Arial,sans-serif;
	font-size: 1.1em;
}
.ui-menu .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.ui-autocomplete.ui-menu .ui-menu-item a {
	font-size: 13px;
}
.ui-menu .ui-menu-item a {
	display: block;
	line-height: 1.5;
	padding: 0.2em 0.4em;
	text-decoration: none;
}
.ui-widget-content a {
	color: #362B36;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 6px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 6px;
}
#cssns-location #action-assign {
	width:170px;
}
#cssns-location .lang-flag label{
	display: inline-block;
    margin-bottom: 10px;
    width: 90px;
}
#cssns-coupon .email-to-customer{
	font-size:95%;
}
#cssns-coupon .email-to-customer.disabled{
	color:#999;
}
#cssns-shopping_cart td.bottom-line,
#cssns-booking td.bottom-line{
	border-top: 1px solid black;
	border-bottom: double black;
}
#cssns-shopping_cart #shopping-cart-pricing{
	margin:15px;
}
#cssns-shopping_cart #shopping-cart-pricing td.table-legend{
	padding-left:15px;
}
#cssns-booking .tablecontent{
	padding:8px;
}
#cssns-booking .refund-title, #cssns-coupon .refund-title{
	border-top:2px solid #E39191;
}
#cssns-booking .reason{
	margin:20px 0;
}
#cssns-booking .sublabel{
	min-width:115px;
	display:inline-block;
	margin:5px 0;;
}
#cssns-booking .confirm{
	border: 2px solid #BB1F14;
	color:#BB1F14;
	background-color:white;
	padding:8px;
}
#cssns-booking .note{
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	color:#333;
	background-color:#f7f7f7;
}
#cssns-booking .add-label{
	margin:5px 0;
}
#cssns-booking .total-price,
#cssns-booking .total-spacer,
#cssns-booking .total-currency,
#cssns-booking .total-number{
	border-bottom:medium double #333;
	border-top:1px solid #333;
}
#cssns-booking .number {
	text-align:right;
	padding-right:10px;
}
#cssns-booking .txt.result,
#cssns-booking .number.result{
	border-bottom: double #333;
	border-top:1px solid #333;
	font-weight: bold;
}
#cssns-booking .txt.subtotal,
#cssns-booking .number.subtotal{
	border-top: 1px dotted #333333;
	border-bottom: 1px solid #333;
}
#cssns-booking .billing-table-header{
	background-color: #555555;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 10pt;
	padding:4px;
}
#cssns-booking .billing-details td{
	padding:5px 5px 2px 0px;
}
#cssns-booking .billing-details td.brgreen{
	background-color:#ECF1DE !important;
}
#cssns-booking .billing-details .small-font{
	font-size:85%;
}
#cssns-booking .billing-details td.drkgreen{
	background-color:#CBD2B9 !important;
}
#cssns-booking .lng-indicator{
	float:left;
}
#cssns-booking .review select {
	margin: 0 6px 0 0;
}
#cssns-booking .review .name {
}
#cssns-booking .review #optional-rating-list {
}
#cssns-booking .review #optional-rating-list li {
	margin: 0 0 4px 0;
}
#cssns-booking .review #optional-rating-list li .name {
	display: inline-block;
	width: 110px;
}
#cssns-booking .review .rating-small {
	display: inline-block;
}
#cssns-booking .review .rating-small.no {
	text-indent: 0;
}
#cssns-booking .info-box {
	border: 1px solid #ccc;
	color:#333;
	margin: 10px 0px;
	padding: 5px;
	background-color:#f7f7f7;
}
#header-info,
#cssns-supplier #supplier-info,
#cssns-supplier #supplier-mail-availability-expire-soon,
#cssns-supplier #supplier-mail-no-tours,
#cssns-supplier #supplier-mail-unconfirmed {
	margin: 4px 0;
}
#cssns-supplier .history-container{
	margin-top:10px;
}
#cssns-supplier .history-list li{
	background-color:#eee;
	display:block;
	padding:4px;
	border:1px solid #ccc;
	border-radius:2px;
	margin:4px 0;
	width:95%;
}
#cssns-supplier .change-container{
	margin-top:20px;
}
#cssns-supplier .content-wrapper tr.form-row td.value table.radio input[type='radio'] {
	margin:0px 0px 2px 0px;
}
#cssns-supplier .noti-type{
	overflow:hidden;
	width:600px;
}
#cssns-supplier .noti-type .descrip{
    float: left;
    padding: 10px 10px 10px 0;
    width: 230px;
}
#cssns-supplier .noti-type .mails {
    float: right;
    padding: 10px 10px 10px 0;
    width: 310px;
}
#cssns-supplier .noti-type .descrip span{
	color:#666;
	font-size:11px;
}
#cssns-reseller #notification-type{
	width:130px;
}
#cssns-reseller .login{
	margin-bottom:10px;
	display:inline-block;
}
#cssns-reseller #analytics #draw_chart {
	overflow: hidden;
	width: 678px;
	height: 260px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
#cssns-reseller #analytics #draw_map {
	overflow: hidden;
	width: 658px;
	height: 398px;
	background: #eaf7fe;
	padding: 10px;
	border: 1px solid #ddd;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	display: none;
}
#cssns-reseller #analytics #display_methods {
	padding: 6px 10px 10px;
	font-size: 11px;
}
#cssns-reseller #analytics #choose {
	overflow: hidden;
}
#cssns-reseller #analytics #choose h3 {
	margin-top: 10px;
}
#cssns-reseller #analytics #choose #type {
	float: right;
	width: 49%;
	border-right: 1px solid #ddd;
	padding-bottom: 10px;
}
#cssns-reseller #analytics #choose #type select {
	width: 250px;
}
#cssns-reseller #ui-datepicker-div {
	display: none;
}
#cssns-reseller #analytics #choose #date {
	float: left;
	width: 49%;
	padding-bottom: 10px;
}
#cssns-reseller #analytics #choose #date input {
	width: 120px;
}
#cssns-reseller #analytics #date-submit {
	margin: -3px 0 0 0;
}
#cssns-reseller #analytics .stats_selected_row {
	background: #DDEAF1;
}
#cssns-reseller #analytics .stats_hover_row {
	background: #FBF2D3;
}
#cssns-reseller #analytics .stats_cell {
	border: 1px solid #ddd;
	font-size: 11px;
	padding: 3px 4px;
}
#cssns-reseller #analytics .stats_header_cell {
	border: 1px solid #ddd;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 4px;
	border-bottom: 1px solid #aaa;
}
#cssns-reseller #analytics .stats_header_row {
	background: #f9f9f9;
}
#cssns-reseller #analytics #draw_chart {
	margin:6px 10px 10px;
}
#cssns-reseller #analytics #overview {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	width:670px;
	margin:6px 10px 10px;
}
#cssns-reseller #analytics #overview table {
	width: 670px;
}
#cssns-reseller #analytics #overview td, #cssns-reseller #analytics #overview th {
	padding: 1px 5px;
	border-right: 1px solid #ccc;
}
#cssns-reseller #analytics #overview td.last, #cssns-reseller #analytics #overview th.last {
	border-right: 0;
}
#cssns-reseller #analytics #overview td {
	font-weight: bold;
	text-align: right;
	padding-bottom: 5px;
}
#cssns-reseller #analytics #overview th {
	padding-top: 5px;
}
#cssns-reseller #analytics .content-box.detailed-list {
	display: none;
}
#cssns-reseller #analytics #g_table {
	margin:6px 10px 10px;
}
#cssns-reseller #analytics #g_table .export_list {
	position: absolute;
	bottom: 3px;
	right: 0;
	height: 16px;
	display: none;
	font: normal normal 12px/16px Verdana, sans-serif;
	padding-right: 20px;
	background: url(img/page_excel.png) no-repeat 100% 0;
}
#cssns-reseller #analytics #g_table-collapse-trigger {
	margin: 5px 0 10px 5px;
}
#cssns-reseller .referral-urls ul {
	float: left;
}
#cssns-reseller .referral-urls ul li {
	margin: 0 0 2px 0;
}
#cssns-reseller .referral-urls .minor-info {
	float: left;
}
#cssns-reseller .referral-urls form .minor-info {
	display: block;
	float: none;
	margin: 0 0 4px;
}
#cssns-reseller .referral-urls form textarea {
	display: block;
	margin: 0 0 6px;
	width: 300px;
	resize:vertical;
}
#cssns-deal .deal-contingent-block {
	margin: 0 0 6px 0;
}
#cssns-statistics table.main-table{
	width:80%;
}
#cssns-tour_daily_bookings_mail table.main-table{
	width:90%;
}
#cssns-statistics .financials-stats{
	padding-left:10px;
	margin-top:20px;
	font-weight:bold;
}
#cssns-statistics .main-table th.statheader{
	width:10%;
}
#cssns-tour_daily_bookings_mail .main-table td,
#cssns-statistics .main-table td{
	padding: 2px 5px;
	text-align: right;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#cssns-tour_daily_bookings_mail .main-table .group td,
#cssns-statistics .main-table .group td{
	text-align:left;
	padding:20px 0 10px 10px;
	font-weight:bold;
}
#cssns-tour_daily_bookings_mail .main-table th,
#cssns-statistics .main-table th{
	text-align:right;
	font-weight:bold;
	padding-right:5px;
}
#cssns-tour_daily_bookings_mail .main-table tr td.custom-cell,
#cssns-statistics .main-table tr td.custom-cell{
	border:1px solid orange;
	background-color:#FFF1D6;
}
#cssns-tour_daily_bookings_mail .main-table tr td.label,
#cssns-statistics .main-table tr td.label{
    text-align:left !important;
	padding-left:15px;
}
#cssns-tour_daily_bookings_mail .main-table tr.parent-column td,
#cssns-statistics .main-table tr.parent-column td{
	color:#333;
}
#cssns-tour_daily_bookings_mail .main-table tr.parent-column td.label,
#cssns-statistics .main-table tr.parent-column td.label{
	color:#333;
}
#cssns-tour_daily_bookings_mail .main-table tr.child-column td,
#cssns-statistics .main-table tr.child-column td{
    padding-left: 30px;
	background-color:#ECF1DE;
}
#cssns-tour_daily_bookings_mail .main-table tr.child-column td.label,
#cssns-statistics .main-table tr.child-column td.label{
    padding-left: 30px;
	background-color:#CBD2B9;
}
#cssns-tour_daily_bookings_mail .main-table tr.parent-column td.label,
#cssns-statistics .main-table tr.parent-column td.label{
	cursor:pointer;
	background:#eee url(img/oc-ctrl.png) no-repeat scroll 3px 4px;
}
#cssns-tour_daily_bookings_mail .main-table tr.parent-column td.no-privileges,
#cssns-statistics .main-table tr.parent-column td.no-privileges{
	background: none !important;
	background-color:#eee !important;
	text-align:left;
}
#cssns-statistics .main-table tr.parent-column.hide td.label{
	background:#eee url(img/oc-ctrl.png) no-repeat scroll 3px -32px;
}
#cssns-tour_daily_bookings_mail .main-table tr.cust.group td,
#cssns-statistics .main-table tr.cust.group td{
	border:none;
	padding:15px 5px 10px 5px;
}
#cssns-gettext #msg-id {
	margin: -10px 0 12px 60px;
}
#cssns-gettext .object_gettext #gettext-edit textarea {
	min-height: 100px;
	width: 100%;
}
#cssns-gettext .content-wrapper td.label.flag {
	padding: 10px 10px 5px 5px;
}
#cssns-gettext .content-wrapper td.label.flag img {
	position: relative;
	top: 1px;
	left: 1px;
}
#cssns-gettext .msgid-edit {
	float: right;
	margin-right: 5px;
	padding-right: 13px;
}
#cssns-gettext .msgid-edit:hover {
	background: url(img/editable.png) no-repeat scroll right center transparent !important;
}
#cssns-gettext .msgid-edit gettext {
	outline: none !important;
	color: #888888;
	cursor: pointer;
	height: 12px;
	line-height: 12px;
}
#cssns-gettext .msgid-edit gettext:hover gettextlink {
	color:#666 !important;
	opacity: 0;
}
#cssns-gettext .gettext-description a {
	text-decoration: underline;
}
#cssns-gettext .gettext-description a:hover {
	text-decoration: none;
}
#cssns-content_cockpit .gettext-gygindow {
	margin: 0;
	padding: 0;
}
#cssns-content_cockpit .gettext-gygindow table {
	width: 100%;
}
#cssns-content_cockpit .gettext-gygindow td.label {
	background-color: #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	text-align: right;
	vertical-align: top;
	width: 40%;
}
#cssns-content_cockpit .gettext-gygindow td.label.flag {
	background-repeat: no-repeat;
	background-position: 130px 11px;
	padding: 10px 36px 5px 5px;
}
#cssns-content_cockpit .gettext-gygindow .last td.label {
	border-bottom: 2px solid #eee;
}
#cssns-content_cockpit .gettext-gygindow td.value {
	border-bottom: 2px solid #EEEEEE;
	line-height: 16px;
}
#cssns-content_cockpit .gettext-gygindow .last td.value {
	border-bottom: 2px solid #fff;
}
#cssns-content_cockpit .gettext-gygindow td.label,
#cssns-content_cockpit .gettext-gygindow td.value {
	padding: 10px 12px 5px 5px;
}
#cssns-content_cockpit .gettext-gygindow #gettext-url {
	text-decoration: underline;
}
#cssns-content_cockpit .gettext-gygindow#gygindow-content textarea {
	padding: 0;
	height: 200px;
	width: 220px;
}
#cssns-content_cockpit #gygindow-content.gettext-gygindow p.error,
#cssns-content_cockpit #gygindow-content.gettext-gygindow p.info,
#cssns-content_cockpit #gygindow-content.gettext-gygindow p.note {
	margin: 0 0 5px 0;
}
#pictures .handle, #itinerary-items .handle {
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 25px;
	background: #666 url(img/dragger.gif) no-repeat 50% 50%;
	cursor: row-resize;
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#pictures .dragging .handle{
	background: #FF9C08 url(img/dragger.gif) no-repeat 50% 50%;
}
.cp-indicator-tour-strong,
.cp-indicator-po-tour-strong,
.cp-indicator-tour-light,
.cp-indicator-review-strong,
.cp-indicator-review-light,
.cp-indicator-coupon-strong,
.cp-indicator-coupon-light,
.cp-indicator-supplier-strong,
.cp-indicator-supplier-light,
.cp-indicator-booking-strong,
.cp-indicator-booking-light{
	display: inline-block;
    height: 16px;
    text-indent: -999px;
    width: 20px;
}
.cp-indicator-tour-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -96px;
}
.cp-indicator-po-tour-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -240px;
}
.cp-indicator-tour-light{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -96px;
	opacity:0.3;
}
.cp-indicator-supplier-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -48px;
}
.cp-indicator-supplier-light{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -48px;
	opacity:0.3;
}
.cp-indicator-booking-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -72px;
}
.cp-indicator-booking-light{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -72px;
	opacity:0.3;
}
.cp-indicator-review-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -216px;
}
.cp-indicator-review-light{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -216px;
	opacity:0.3;
}
.cp-indicator-coupon-strong{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -192px;
}
.cp-indicator-coupon-light{
	background:url(img/obj-sprite-small-b.png) no-repeat scroll 0 -192px;
	opacity:0.3;
}
#tabs-menu li a.selected span.count-tab,
#subtab-menu li a.selected span.count-tab {
	background-color:orange;
}
.tab-content{
	overflow:hidden;
}
#list-actions-container{
	position:absolute;
}
.assign-control-container{
	padding:10px;
	background-color:#555;
	margin-bottom: -5px;
	padding:5px 5px 10px 5px;
	border: 1px solid #ccc;
}
.tab-content #menu-left-container{
	float:left;
	
}
.input-cal-icon{
	padding-left:22px;
	float:right;
	display:block;
	height:25px;
	background:url(img/cal.png) no-repeat scroll 0 0;
}
.tab-content .table-container{
	margin-left:230px;
	padding:0 18px;
	margin-bottom:30px;
}
.rating-small {
	top: 6px;
	left:0;
	display: block;
	text-indent: -9999px;
	background: url(img/rating_small.png) no-repeat 0 14px;
	height: 14px;
	width: 77px;
}
.review-comment{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid orange;
}
.review-comment-read{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #5AA744;
}
.approve-review-container{
	margin-top:10px;
}
.s10 {background-position: 0 0;}
.s15 {background-position: 0 -14px;}
.s20 {background-position: 0 -28px;}
.s25 {background-position: 0 -42px;}
.s30 {background-position: 0 -56px;}
.s35 {background-position: 0 -70px;}
.s40 {background-position: 0 -84px;}
.s45 {background-position: 0 -98px;}
.s50 {background-position: 0 -112px;}
#cssns-customercare_cockpit #review-list-table .preview-content select {
	margin: 0 4px 0 0;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review {
	margin: 4px 0 0 0;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .label {
	display: block;
	margin: 4px 0 4px;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list {
	
	border: 1px solid orange;
	overflow: hidden;
	padding: 4px;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list li {
	display: inline-block;
	width: 100%;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list .name,
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list .rating-small {
	float: left;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list .name {
	margin: 0 4px 0 0;
	width: 120px;
}
#cssns-customercare_cockpit #review-list-table .optional-rating .object_review #optional-rating-list .rating-small.no {
	text-indent: 0;
}
#cssns-content_cockpit .location-select {
    display: none;
}
.review-upload {
	margin-left:235px;
}
#review_file_upload #question-staff-ids-sel {
	width:148px
}
.review-upload .alert {
	margin:0 0 10px;
}
.review-upload .alert.accept {
	background-position:2px 8px;
}
#cssns-content_cockpit #payments-list h4 {
	background-color: #999;
	color: #fff;
	font: bold 12px/26px 'Lucida Grande', 'Verdana', sans-serif;
	margin: 0;
	padding: 0 0 0 6px;
}
#cssns-content_cockpit li .payment_block {
	display: block;
}
#cssns-content_cockpit .payment_block {
	padding: 5px 8px;
	background: #f9f9f9;
	margin: 4px 0 6px 0;
	border: 1px solid #ddd;
	position: relative;
}
#cssns-content_cockpit .payment_block:hover {
	border-color: #aaa;
}
#cssns-content_cockpit .payment_block .head {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
#cssns-content_cockpit .payment_block .body {
	font-size: 11px;
}
#cssns-content_cockpit .payment_block .links {
	font-size: 11px;
	position: absolute;
	top: 5px;
	right: 8px;
}
#cssns-content_cockpit .payment_block .export_full_payment_data {
	padding: 1px 0 2px 20px;
	background: url(img/page_white_acrobat.png) no-repeat 0 0;
}
.view-tour-text-history {
	padding: 1ex 0;
	text-decoration: underline;
}
.view-tour-text-history:hover {
	text-decoration: none;
}
#cssns-tour .view-tour-text-history,
#cssns-tour-option .view-tour-text-history {
    float: right;
}
#cssns-refunds div.pagination {
	width: 100%;
	text-align: center;
}
#cssns-refunds .pagination ul {
	display: inline-block;
	min-width: 30%;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 1px black solid;
}
#cssns-refunds .pagination li {
	display: inline;
	color: blue;
	font-weight: bold;
	padding: 8px 5px;
}
#cssns-refunds .pagination li.active {
	color: black;
	text-decoration: none;
}
#cssns-refunds .pagination li.disabled {
	color: gray;
	text-decoration: none;
}
#cssns-accounting .highlight {
	font-weight: bold;
	color: orangered;
}
#cssns-accounting span.warning {
	padding: 0;
	line-height: 1.3em;
}
#cssns-accounting .inlineform {
	display: inline;
}
#cssns-supplier_payments #gygindow-content .label {
	width: 120px;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}
#cssns-supplier_payments #gygindow-content p {
	margin: 10px 0;
}
#cssns-supplier_payments #gygindow-content input {
	margin: 0 10px 0 0;
}
#cssns-supplier_payments .min100 {
	min-width: 100px;
}
#cssns-supplier_payments .small {
	font-size: 11px;
}
input[type="submit"]:focus{
	background-color: #f0f0f0 !important;
}
input[type="text"],
input[type="search"],
input[type="password"]
{
	margin: 0 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type="text"]:not(.small),
input[type="search"]:not(.small),
input[type="password"]:not(.small)
{
	font-size: 13px;
	height: 22px;
}
input[type="text"].small,
input[type="search"].small,
input[type="password"].small,
.small input[type="text"],
.small input[type="search"],
.small input[type="password"]
{
	font-size: 11px;
}
input[type="text"].short,
input[type="search"].short,
input[type="password"].short
{
	width: 40px;
}
input[type="text"].medium,
input[type="search"].medium,
input[type="password"].medium
{
	width: 120px;
}
input[type="text"].long,
input[type="search"].long,
input[type="password"].long,
select.long
{
	width: 300px;
	margin-bottom: 5px;
}
input[type="text"].extra-long {
	width: 1000px;
}
input[type="text"].number,
input[type="search"].number,
input[type="password"].number
{
	text-align: right;
}
input[type="submit"].quick-input {
	color: red;
	-moz-border-radius: 0;
	border-color: transparent;
}
input[type="text"].date {
	width: 90px;
}
input[type="text"].filter-date {
	width: 110px;
}
input.quality {
	margin-top: 8px;
}
input.check-all {
	margin: 0;
	padding: 0;
	margin-left: -2px;
}
input.percentage {
	width: 50px;
}
input.normal-look:not(:hover):not(:focus) {
	border-color: transparent;
	background: transparent;
}
textarea {
	margin-bottom: 2px;
}
textarea.full-width {
	width: 100% !important;
}
textarea.h75px {
	height: 75px !important;
}
textarea.h100px {
	height: 100px !important;
}
textarea.h200px {
	height: 200px !important;
}
textarea.question-answer {
	resize: none;
	width: 98%;
	min-height: 230px;
}
textarea.comment {
	width: 100%;
	height: 145px;
}
textarea.long-text {
    height: 500px;
    line-height: 18px;
    margin: 0 0 3px;
    max-width: 600px;
    padding-top: 2px;
    width: 100%;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
input.big {
	width: 100px;
	height: 40px;
	font-size: 30px;
}
input.big.fee {
	float: left;
	text-align: center;
}
#gygindow-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(img/gygindow/black-faded-20.png);
	z-index: 2000;
}
#gygindow-outer-frame {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-top: -7px;
	margin-left: -210px;
	width: 400px;
	padding: 10px;
	min-height: 24px;
	z-index: 2100;
}
#gygindow-outer-frame.expanded {
	width: 800px;
	margin-left: -410px;
}
#gygindow-outer-frame.slideshow {
	width: 640px;
	margin-left: -330px;
	top: 50%;
	margin-top: -300px;
}
#gygindow-outer-frame.vimeo {
	width: 533px;
	margin-left: -276px;
	top: 50%;
	margin-top: -240px;
	max-height: none;
}
.vimeo #gygindow-content {
	padding: 0;
}
#supplier-info .vimeo #gygindow-content, #supplier-info #gygindow-outer-frame.vimeo, #supplier-info .vimeo #gygindow-inner-frame {
	max-height: none;
}
#gygindow-ssl-frame {
	width:0;
	height:0;
}
#gygindow-inner-frame {
	background: #fff;
	z-index: 2200;
}
#gygindow-content {
	margin: 4px 0 0 0;
	padding: 1px 15px 10px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 500px;
}
.slideshow #gygindow-content {
	padding: 0;
	max-height: 600px;
}
#slideshow-prev {
	margin-right: 10px;
}
#slideshow-next {
	margin-left: 10px;
}
.slideshow .img, .slideshow .spinner {
	width: 640px;
	height: 480px;
	text-align: center;
	vertical-align: middle;
	line-height: 480px;
	position: relative;
}
.slideshow .map {
	width: 640px;
	height: 480px;
}
.slideshow .spinner img {
	vertical-align: middle;
}
.slideshow .img img {
	background: #fff;
	position: absolute;
}
.slideshow .spinner {
	margin-bottom: -480px;
}
.slideshow .caption {
	text-align: center;
	font-weight: bold;
	margin: 1em 2em;
}
.slideshow p.no {
	font-weight: normal;
	color: #999;
}
#gygindow-top {
	position: absolute;
	top: 0;
	left: 17px;
	right: 17px;
	height: 10px;
	background: url(img/gygindow/tb.png) repeat-x;
}
#gygindow-right {
	position: absolute;
	top: 17px;
	right: 0;
	bottom: 17px;
	width: 10px;
	background: url(img/gygindow/lr.png) repeat-y -7px 0;
}
#gygindow-bottom {
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px;
	height: 10px;
	background: url(img/gygindow/tb.png) repeat-x 0 -7px;
}
#gygindow-left {
	position: absolute;
	top: 17px;
	left: 0;
	bottom: 17px;
	width: 10px;
	background: url(img/gygindow/lr.png) repeat-y;
}
#gygindow-top-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background: url(img/gygindow/corners.png) no-repeat;
}
#gygindow-top-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 17px;
	width: 17px;
	background: url(img/gygindow/corners.png) no-repeat -17px 0;
}
#gygindow-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 17px;
	width: 17px;
	background: url(img/gygindow/corners.png) no-repeat -17px -17px;
}
#gygindow-bottom-left {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 17px;
	width: 17px;
	background: url(img/gygindow/corners.png) no-repeat 0 -17px;
}
#gygindow-close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 14px;
	height: 14px;
	background: url(img/gygindow/close.png) no-repeat;
	z-index: 9999;
}
#gygindow-title {
	color: #fff;
	font: bold 14px/14px "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
	padding: 3px 10px 5px;
	background: #666;
}
#gygindow-buttons {
	background: #F2F2F2;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	text-align: right;
	position: relative;
}
#gygindow-buttons.count {
	text-align: center;
}
.count #gygindow-cancel {
	position: absolute;
	top: 5px; right: 10px;
}
.slideshow #gygindow-buttons #gygindow-confirm {
	display: none !important;
}
#gygindow-status {
	margin: 1em 0;
	text-align: center;
	font-size: 18px;
}
#gygindow-status img {
	margin-bottom: 10px;
}
#gygindow-confirm {
	margin-left: 10px;
}
#gygindow-confirm-message {
	padding-left: 45px;
	background: url(img/question_icon.png) no-repeat 0 0;
	min-height: 32px;
	padding-top:10px;
}
#gygindow-alert-message {
	padding-left: 45px;
	background: transparent url(img/info_icon.png) no-repeat 0 0;
	min-height: 32px;
}
#gygindow-submit-form {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#gygindow-content p.error,
#gygindow-content p.info,
#gygindow-content p.note{
	background-position: 15px 50%;
	border-width: 1px 0 1px 0;
	padding:12px 0 11px 36px;
	margin: 6px -18px 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#gygindow-content p.error:before {
	content: none;
}
#gygindow-content p.error {
	background: url(img/exclamation.png) no-repeat 15px 50% #FDCBCC;
	border: 1px solid #C60006;
}
#gygindow-content .content-left {
	float: left;
	width: 45%;
}
#gygindow-content .content-right {
	float: right;
	width: 45%;
}
#gygindow-content .content-right a {
	padding-left: 20px;
	background: url(img/arrow-right.gif) no-repeat 0 50%;
	line-height: 20px;
}
#gygindow-content form {
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
}
#gygindow-content input.text-input {
	width: 160px !important;
}
#gygindow-content input.small-text-input {
	width: 140px !important;
}
#gygindow-content textarea {
	width: 350px;
	height: 50px;
	min-height: 60px;
}
#gygindow-content .grey {
	color: #666;
	font-size: 11px;
}
#gygindow-content #captcha-container {
	overflow: hidden;
}
#gygindow-content #captcha-container .left {
	float: left;
	width: 185px;
	padding: 0;
}
#gygindow-content #captcha-container .right {
	float: right;
	width: 170px;
	padding: 0;
}
#gygindow-content .captcha {
	padding: 1px;
	border: 1px solid #ccc;
}
#gygindow-content #tours-list {
	background: #FBF2D3;
	margin-top: 1em;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
}
#gygindow-content p.required-fields {
	margin: 5px 0;
}
#gygindow-content input.booking-nr {
	width: 128px !important;
}
#gygindow-content .normal #reference-nr,
#gygindow-content .normal #tour-question,
#gygindow-content .tour-question #question-inputs,
#gygindow-content .reference #tour-question {
	display: none;
}
#gygindow-content .reference #reference-nr,
#gygindow-content .normal #question-inputs,
#gygindow-content .tour-question #tour-question {
	display: block;
}
#gygindow-content #tour-question #text {
	background: #D5D9E7 url(img/info_icon.png) no-repeat 10px 10px;
	border: 1px solid #7699DD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 10px 10px 50px;
	margin-bottom: 20px;
}
#gygindow-content p.warning-move-tour {
	background: url(img/exclamation.png) no-repeat 15px 50% #fdffd5;
	border: 1px solid #ffcb5d;
}
#gygindow-inner-frame .move-tour #gygindow-confirm-message
{
	display:none;
}
#gygindow-inner-frame #gygindow-content.move-tour
{
	padding:15px;
}
#gygindow-inner-frame #gygindow-content.create-special-offer {
	padding:15px;
}
#gygindow-inner-frame .create-special-offer #gygindow-confirm-message,
#gygindow-inner-frame .save-special-offer #gygindow-confirm-message,
#gygindow-inner-frame .add-sem-campaign #gygindow-confirm-message {
	display:none;
}
#gygindow-inner-frame .save-special-offer .special-offer-block,
#gygindow-inner-frame .add-sem-campaign .add-to-campaign-block {
	margin: 2px 0 8px 0;
}
#gygindow-inner-frame .create-special-offer select {
	margin:0 0 10px;
}
#gygindow-inner-frame .create-special-offer label {
	display:inline-block;
	margin-top:14px;
	width:140px;
}
#gygindow-inner-frame .save-special-offer label,
#gygindow-inner-frame .add-sem-campaign label {
	display:inline-block;
	margin: 0;
}
#gygindow-inner-frame .save-special-offer label {
	width:110px;
}
#gygindow-inner-frame .add-sem-campaign label {
	width:120px;
}
#gygindow-inner-frame .save-special-offer p.intro {
	margin: 0 0 10px 0;
	padding: 10px 0;
	line-height: 15px;
}
#gygindow-inner-frame .save-special-offer .description textarea {
	margin: 0 3px;
	min-height: 120px;
	width: 230px;
	resize: none;
}
#gygindow-inner-frame .save-special-offer .title input,
#gygindow-inner-frame .save-special-offer .date-time input,
#gygindow-inner-frame .add-sem-campaign input.counter {
	width:230px;
}
#gygindow-inner-frame .save-special-offer input.narrow {
	width:75px;
}
#gygindow-inner-frame .save-special-offer p.counter,
#gygindow-inner-frame .add-sem-campaign p.counter {
	font-size: 10px;
	margin: 4px 0 0 118px;
	padding: 0;
}
#gygindow-inner-frame .save-special-offer p.counter,
#gygindow-inner-frame .add-sem-campaign p.counter {
	font-size: 10px;
	padding: 0;
}
#gygindow-inner-frame .save-special-offer p.counter {
	margin: 4px 0 0 118px;
}
#gygindow-inner-frame .add-sem-campaign p.counter {
	font-size: 10px;
	margin: 4px 0 0 128px;
}
#gygindow-content div.important {
	border-width: 1px 0 1px 0;
	padding:12px 0 11px 36px;
	margin: 6px -18px 4px;
	background-color: #FDCBCC;
}
#gygindow-content div.important em {
	font-style: normal;
	text-decoration: underline;
}
#gygindow-content div.important ul {
	padding-left: 20px;
}
#gygindow-content div.important li {
	list-style: disc;
}
#gygindow-content div.important a {
	color: #0C86B3;
}
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; display:none; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #7e7783; background: #3d3644 url(img/ui/ui-bg_gloss-wave_30_3d3644_500x100.png) 50% top repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #231d2b; background: #30273a url(img/ui/ui-bg_highlight-soft_25_30273a_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #dcd9de; background: #dcd9de url(img/ui/ui-bg_highlight-soft_100_dcd9de_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #665874; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #665874; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #d1c5d8; background: #eae6ea url(img/ui/ui-bg_highlight-soft_100_eae6ea_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #734d99; }
.ui-state-hover a, .ui-state-hover a:hover { color: #734d99; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #7e7783; background: #5f5964 url(img/ui/ui-bg_highlight-soft_45_5f5964_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #ffdb1f; background: #fafafa url(img/ui/ui-bg_flat_55_fafafa_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #994d53; background: #994d53 url(img/ui/ui-bg_flat_55_994d53_40x100.png) 50% 50% repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-icon { width: 16px; height: 16px; background-image: url(img/ui/ui-icons_ffffff_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(img/ui/ui-icons_ffffff_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(img/ui/ui-icons_a8a3ae_256x240.png); }
.ui-state-default .ui-icon { background-image: url(img/ui/ui-icons_8d78a5_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(img/ui/ui-icons_734d99_256x240.png); }
.ui-state-active .ui-icon {background-image: url(img/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(img/ui/ui-icons_8d78a5_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(img/ui/ui-icons_ebccce_256x240.png); }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
.ui-widget-overlay { background: #eeeeee url(img/ui/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -4px 0 0 -4px; padding: 4px; background: #aaaaaa url(img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-cover {
    display: none; 
    display: block; 
    position: absolute; 
    z-index: -1; 
    filter: mask(); 
    top: -4px; 
    left: -4px; 
    width: 200px; 
    height: 200px; 
}
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
#ui-datepicker-div { display: none;}
table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▲"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▼"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(13, 110, 253, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px;border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 10px 6px 10px;border-top:1px solid rgba(0, 0, 0, 0.3)}table.dataTable tbody tr{background-color:transparent}table.dataTable tbody tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.9);color:white}table.dataTable tbody tr.selected a{color:#090a0b}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid rgba(0, 0, 0, 0.15);border-right:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid rgba(0, 0, 0, 0.15)}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe>tbody>tr.odd>*,table.dataTable.display>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.stripe>tbody>tr.odd.selected>*,table.dataTable.display>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.923)}table.dataTable.hover>tbody>tr:hover>*,table.dataTable.display>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.035)}table.dataTable.hover>tbody>tr.selected:hover>*,table.dataTable.display>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.935)}table.dataTable.order-column>tbody tr>.sorting_1,table.dataTable.order-column>tbody tr>.sorting_2,table.dataTable.order-column>tbody tr>.sorting_3,table.dataTable.display>tbody tr>.sorting_1,table.dataTable.display>tbody tr>.sorting_2,table.dataTable.display>tbody tr>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.order-column>tbody tr.selected>.sorting_1,table.dataTable.order-column>tbody tr.selected>.sorting_2,table.dataTable.order-column>tbody tr.selected>.sorting_3,table.dataTable.display>tbody tr.selected>.sorting_1,table.dataTable.display>tbody tr.selected>.sorting_2,table.dataTable.display>tbody tr.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.odd>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.054)}table.dataTable.display>tbody>tr.odd>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.047)}table.dataTable.display>tbody>tr.odd>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.039)}table.dataTable.display>tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.954)}table.dataTable.display>tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.947)}table.dataTable.display>tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.odd.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.939)}table.dataTable.display>tbody>tr.even>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.019)}table.dataTable.display>tbody>tr.even>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.011)}table.dataTable.display>tbody>tr.even>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.003)}table.dataTable.display>tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.919)}table.dataTable.display>tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.911)}table.dataTable.display>tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe>tbody>tr.even.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.903)}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.082)}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.074)}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.062)}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.982)}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.974)}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{box-shadow:inset 0 0 0 9999px rgba(13, 110, 253, 0.962)}table.dataTable.no-footer{border-bottom:1px solid rgba(0, 0, 0, 0.3)}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid rgba(0, 0, 0, 0.3);background-color:rgba(230, 230, 230, 0.1);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));background:-webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:-o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid rgba(0, 0, 0, 0.3)}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:.5em}}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dataTables_wrapper{position:relative}div.dt-buttons{position:initial}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}div.dtb-popover-close{position:absolute;top:10px;right:10px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:2003}button.dtb-hide-drop{display:none !important}div.dt-button-collection-title{text-align:center;padding:.3em 0 .5em;margin-left:.5em;margin-right:.5em;font-size:.9em}div.dt-button-collection-title:empty{display:none}span.dt-button-spacer{display:inline-block;margin:.5em;white-space:nowrap}span.dt-button-spacer.bar{border-left:1px solid rgba(0, 0, 0, 0.3);vertical-align:middle;padding-left:.5em}span.dt-button-spacer.bar:empty{height:1em;width:1px;padding-left:0}div.dt-button-collection span.dt-button-spacer{width:100%;font-size:.9em;text-align:center;margin:.5em 0}div.dt-button-collection span.dt-button-spacer:empty{height:0;width:100%}div.dt-button-collection span.dt-button-spacer.bar{border-left:none;border-bottom:1px solid rgba(0, 0, 0, 0.3);padding-left:0}button.dt-button,div.dt-button,a.dt-button,input.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-left:.167em;margin-right:.167em;margin-bottom:.333em;padding:.5em 1em;border:1px solid rgba(0, 0, 0, 0.3);border-radius:2px;cursor:pointer;font-size:.88em;line-height:1.6em;color:black;white-space:nowrap;overflow:hidden;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none;text-overflow:ellipsis}button.dt-button:first-child,div.dt-button:first-child,a.dt-button:first-child,input.dt-button:first-child{margin-left:0}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled,input.dt-button.disabled{cursor:default;opacity:.4}button.dt-button:active:not(.disabled),div.dt-button:active:not(.disabled),a.dt-button:active:not(.disabled),input.dt-button:active:not(.disabled){background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(179, 179, 179, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(179, 179, 179, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");box-shadow:inset 1px 1px 3px #999}button.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),input.dt-button:active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(128, 128, 128, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(128, 128, 128, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover,input.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled),input.dt-button:hover:not(.disabled){border:1px solid #666;background-color:rgba(0, 0, 0, 0.1);background:linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(153, 153, 153, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)")}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled),input.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background:linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#d1e2f7", EndColorStr="#79ace9")}button.dt-button.active:focus:not(.disabled),div.dt-button.active:focus:not(.disabled),a.dt-button.active:focus:not(.disabled),input.dt-button.active:focus:not(.disabled){background:linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%) !important}button.dt-button span.dt-down-arrow,div.dt-button span.dt-down-arrow,a.dt-button span.dt-down-arrow,input.dt-button span.dt-down-arrow{position:relative;top:-2px;color:rgba(70, 70, 70, 0.75);font-size:8px;padding-left:10px;line-height:1em}.dt-button embed{outline:none}div.dt-buttons{float:left}div.dt-buttons.buttons-right{float:right}div.dataTables_layout_cell div.dt-buttons{float:none}div.dataTables_layout_cell div.dt-buttons.buttons-right{float:none}div.dt-btn-split-wrapper{display:inline-block}div.dt-button-collection{position:absolute;top:0;left:0;width:200px;margin-top:3px;margin-bottom:3px;padding:4px 4px 2px 4px;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 4px 10px 1px rgba(0, 0, 0, 0.3);box-sizing:border-box}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;width:100%;display:block;float:none;margin:4px 0 2px 0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");box-shadow:inset 1px 1px 3px #666}div.dt-button-collection button.dt-button:first-child,div.dt-button-collection div.dt-button:first-child,div.dt-button-collection a.dt-button:first-child{margin-top:0;border-top-left-radius:3px;border-top-right-radius:3px}div.dt-button-collection button.dt-button:last-child,div.dt-button-collection div.dt-button:last-child,div.dt-button-collection a.dt-button:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:stretch;margin:4px 0 2px 0}div.dt-button-collection div.dt-btn-split-wrapper button.dt-button{margin:0;display:inline-block;width:0;flex-grow:1;flex-shrink:0;flex-basis:50px;border-radius:0}div.dt-button-collection div.dt-btn-split-wrapper button.dt-btn-split-drop{min-width:20px;flex-grow:0;flex-shrink:0;flex-basis:0}div.dt-button-collection div.dt-btn-split-wrapper:first-child{margin-top:0}div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-button{border-top-left-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper:first-child button.dt-btn-split-drop{border-top-right-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-button{border-bottom-left-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper:last-child button.dt-btn-split-drop{border-bottom-right-radius:3px}div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-button,div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-button{background-color:#dadada;background:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#f0f0f0", EndColorStr="#dadada");box-shadow:inset 0px 0px 4px #666}div.dt-button-collection div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop,div.dt-button-collection div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop{box-shadow:none}div.dt-button-collection.fixed .dt-button:first-child{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}div.dt-button-collection.fixed .dt-button:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0}div.dt-button-collection.fixed{position:fixed;display:block;top:50%;left:50%;margin-left:-75px;border-radius:5px;background-color:white}div.dt-button-collection.fixed.two-column{margin-left:-200px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection.fixed.columns{margin-left:-409px}@media screen and (max-width: 1024px){div.dt-button-collection.fixed.columns{margin-left:-308px}}@media screen and (max-width: 640px){div.dt-button-collection.fixed.columns{margin-left:-203px}}@media screen and (max-width: 460px){div.dt-button-collection.fixed.columns{margin-left:-100px}}div.dt-button-collection.fixed>:last-child{max-height:100vh;overflow:auto}div.dt-button-collection.two-column>:last-child,div.dt-button-collection.three-column>:last-child,div.dt-button-collection.four-column>:last-child{display:block !important;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection.two-column>:last-child>*,div.dt-button-collection.three-column>:last-child>*,div.dt-button-collection.four-column>:last-child>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:400px}div.dt-button-collection.two-column>:last-child{padding-bottom:1px;column-count:2}div.dt-button-collection.three-column{width:450px}div.dt-button-collection.three-column>:last-child{padding-bottom:1px;column-count:3}div.dt-button-collection.four-column{width:600px}div.dt-button-collection.four-column>:last-child{padding-bottom:1px;column-count:4}div.dt-button-collection .dt-button{border-radius:0}div.dt-button-collection.columns{width:auto}div.dt-button-collection.columns>:last-child{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:6px;width:818px;padding-bottom:1px}div.dt-button-collection.columns>:last-child .dt-button{min-width:200px;flex:0 1;margin:0}div.dt-button-collection.columns.dtb-b3>:last-child,div.dt-button-collection.columns.dtb-b2>:last-child,div.dt-button-collection.columns.dtb-b1>:last-child{justify-content:space-between}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:1 1 32%}div.dt-button-collection.columns.dtb-b2 .dt-button{flex:1 1 48%}div.dt-button-collection.columns.dtb-b1 .dt-button{flex:1 1 100%}@media screen and (max-width: 1024px){div.dt-button-collection.columns>:last-child{width:612px}}@media screen and (max-width: 640px){div.dt-button-collection.columns>:last-child{width:406px}div.dt-button-collection.columns.dtb-b3 .dt-button{flex:0 1 32%}}@media screen and (max-width: 460px){div.dt-button-collection.columns>:last-child{width:200px}}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.7);background:radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}button.dt-button.processing,div.dt-button.processing,a.dt-button.processing{color:rgba(0, 0, 0, 0.2)}button.dt-button.processing:after,div.dt-button.processing:after,a.dt-button.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:" ";border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}button.dt-btn-split-drop{margin-left:calc(-1px - .333em);padding-bottom:calc(.5em - 1px);border-radius:0px 1px 1px 0px;color:rgba(70, 70, 70, 0.9);border-left:none}button.dt-btn-split-drop span.dt-btn-split-drop-arrow{position:relative;top:-1px;left:-2px;font-size:8px}button.dt-btn-split-drop:hover{z-index:2}button.buttons-split{border-right:1px solid rgba(70, 70, 70, 0);border-radius:1px 0px 0px 1px}button.dt-btn-split-drop-button{background-color:white}button.dt-btn-split-drop-button:hover{background-color:white}
div.dt-datetime{position:absolute;background-color:white;z-index:2050;border:1px solid #ccc;box-shadow:0 5px 15px -5px rgba(0, 0, 0, 0.5);padding:0 20px 6px 20px;width:275px}div.dt-datetime.inline{position:relative;box-shadow:none}div.dt-datetime div.dt-datetime-title{text-align:center;padding:5px 0px 3px}div.dt-datetime div.dt-datetime-buttons{text-align:center}div.dt-datetime div.dt-datetime-buttons a{display:inline-block;padding:0 .5em .5em .5em;margin:0;font-size:.9em}div.dt-datetime div.dt-datetime-buttons a:hover{text-decoration:underline}div.dt-datetime table{border-spacing:0;margin:12px 0;width:100%}div.dt-datetime table.dt-datetime-table-nospace{margin-top:-12px}div.dt-datetime table th{font-size:.8em;color:#777;font-weight:normal;width:14.285714286%;padding:0 0 4px 0;text-align:center}div.dt-datetime table td{font-size:.9em;color:#444;padding:0}div.dt-datetime table td.selectable{text-align:center;background:#f5f5f5}div.dt-datetime table td.selectable.disabled{color:#aaa;background:white}div.dt-datetime table td.selectable.disabled button:hover{color:#aaa;background:white}div.dt-datetime table td.selectable.now{background-color:#ddd}div.dt-datetime table td.selectable.now button{font-weight:bold}div.dt-datetime table td.selectable.selected button{background:#4e6ca3;color:white;border-radius:2px}div.dt-datetime table td.selectable button:hover{background:#ff8000;color:white;border-radius:2px}div.dt-datetime table td.dt-datetime-week{font-size:.7em}div.dt-datetime table button{width:100%;box-sizing:border-box;border:none;background:transparent;font-size:inherit;color:inherit;text-align:center;padding:4px 0;cursor:pointer;margin:0}div.dt-datetime table button span{display:inline-block;min-width:14px;text-align:right}div.dt-datetime table.weekNumber th{width:12.5%}div.dt-datetime div.dt-datetime-calendar table{margin-top:0}div.dt-datetime div.dt-datetime-label{position:relative;display:inline-block;height:30px;padding:5px 6px;border:1px solid transparent;box-sizing:border-box;cursor:pointer}div.dt-datetime div.dt-datetime-label:hover{border:1px solid #ddd;border-radius:2px;background-color:#f5f5f5}div.dt-datetime div.dt-datetime-label select{position:absolute;top:6px;left:0;cursor:pointer;opacity:0}div.dt-datetime.horizontal{width:550px}div.dt-datetime.horizontal div.dt-datetime-date,div.dt-datetime.horizontal div.dt-datetime-time{width:48%}div.dt-datetime.horizontal div.dt-datetime-time{margin-left:4%}div.dt-datetime div.dt-datetime-date{position:relative;float:left;width:100%}div.dt-datetime div.dt-datetime-time{position:relative;float:left;width:100%;text-align:center}div.dt-datetime div.dt-datetime-time>span{vertical-align:middle}div.dt-datetime div.dt-datetime-time th{text-align:left}div.dt-datetime div.dt-datetime-time div.dt-datetime-timeblock{display:inline-block;vertical-align:middle}div.dt-datetime div.dt-datetime-iconLeft,div.dt-datetime div.dt-datetime-iconRight,div.dt-datetime div.dt-datetime-iconUp,div.dt-datetime div.dt-datetime-iconDown{width:30px;height:30px;background-position:center;background-repeat:no-repeat;opacity:.3;overflow:hidden;box-sizing:border-box}div.dt-datetime div.dt-datetime-iconLeft:hover,div.dt-datetime div.dt-datetime-iconRight:hover,div.dt-datetime div.dt-datetime-iconUp:hover,div.dt-datetime div.dt-datetime-iconDown:hover{border:1px solid #ccc;border-radius:2px;background-color:#f0f0f0;opacity:.6}div.dt-datetime div.dt-datetime-iconLeft button,div.dt-datetime div.dt-datetime-iconRight button,div.dt-datetime div.dt-datetime-iconUp button,div.dt-datetime div.dt-datetime-iconDown button{border:none;background:transparent;text-indent:30px;height:100%;width:100%;cursor:pointer}div.dt-datetime div.dt-datetime-iconLeft{position:absolute;top:5px;left:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")}div.dt-datetime div.dt-datetime-iconRight{position:absolute;top:5px;right:5px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconUp{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAL0lEQVR4AWOgJmBhxCvLyopHnpmVjY2VCadeoCxIHrcsWJ4RlyxCHlMWCTBRJxwAjrIBDMWSiM0AAAAASUVORK5CYII=")}div.dt-datetime div.dt-datetime-iconDown{height:20px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAALCAMAAABf9c24AAAAFVBMVEX///99fX1+fn57e3t6enoAAAAAAAC73bqPAAAABnRSTlMAYmJkZt92bnysAAAAMElEQVR4AWOgDmBiRQIsmPKMrGxQgJDFlEfIYpoPk8Utz8qM232MYFfhkQfKUg8AANefAQxecJ58AAAAAElFTkSuQmCC")}div.dt-datetime-error{clear:both;padding:0 1em;max-width:240px;font-size:11px;line-height:1.25em;text-align:center;color:#b11f1f}
gettext {
	display: inline !important;
	outline: 3px solid red !important;
	position: relative !important;
}
gettext.translated {
	outline: 1px solid green !important;
}
gettext:hover gettextlink {
	display: block;
}
gettextlink {
	display: none;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	background: red !important;
	padding: 2px !important;
	font: 11px/1 "Lucida Grande", Verdana, sans-serif !important;
	cursor: pointer !important;
	color: #fff !important;
	margin: 0 !important;
}
gettext.translated gettextlink {
	background: green !important;
}
#gettext-status {
	z-index: 999999;
	position: fixed;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #882A28;
	border-top-left-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.476562) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.476562) 0 0 3px;
}
#gettext-status a {
	display: none;
	padding: 5px 10px;
	color: #fff;
}
#gettext-status.ok {
	background: #469128;
}
#gettext-status strong {
	padding: 10px 15px;
	font-size: 20px;
	line-height: 40px;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	vertical-align: middle;
}
#gettext-status ul {
	overflow: auto;
	max-height: 350px;
	max-width: 350px;
	border: 1px solid #8B4B4A;
	display: none;
	margin: 0 4px 4px 4px;
}
#gettext-status li {
	padding: 2px 5px;
}
#gettext-status li:nth-child(odd) {
	background: #8B4B4A;
}
#gettext-status li:hover {
	background: #fff;
	color: #871F1B;
	cursor: pointer;
}
#gettext-status:hover ul, #gettext-status:hover a {
	display: block;
}
#gettext-status label {
	display: none;
	vertical-align: middle;
	border-left: 1px solid #fff;
	padding: 7px 15px;
	line-height: 40px;
	font-size: 12px;
}
#gettext-status:hover label {
	display: inline;
}
#gettext-status.ok:hover ul, #gettext-status.ok:hover a {
	display: none;
}
.debug{
	font-family:courier;
	padding:10px;
	background-color:white;
	color:orange;
}
.hide-content{
	display:none;
}
#dev-system-identifier {
	z-index: 999999;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background: #FF8B00;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.476562) 0 0 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.476562) 0 0 3px;
}
table#gettext-list-table #normal-head {
	background-color: #555;
	border: 1px solid #CCC;
	color: #fff;
	font-size: 10pt;
}
table#gettext-list-table tfoot {
	background-color: #555;
	border: 1px solid #CCC;
	color: #fff;
	font-size: 10pt;
}
#gettext-list-table_wrapper {
	margin-top: 40px;
}
#search-head {
	background: transparent !important;
}
table#gettext-list-table thead input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}
table#gettext-list-table td.focus {
	outline: 1px solid #ac1212;
	outline-offset: -3px;
	background-color: #f8e6e6 !important;
}
#toggle-gettext-col {
	margin-top: 27px;
	margin-left: 31px;
	font-size: small;
}
#toggle-gettext-col a {
	text-decoration: underline;
	text-decoration-color: #0A246A;
	cursor: pointer;
}
#normal-head th:nth-child(5) {
	width: 30px !important;
	word-break: break-all !important;
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
	hyphens: auto;
}
#language-filter-upload {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
