
.xt-button,
.xt-button-medium,
.xt-button-medium-orange,
.xt-button-large {
    display: inline-block;
}

.block-button {
  display: block !important;
}

.xt-button input,
.xt-button button,
.xt-button-medium input,
.xt-button-medium button,
.xt-button-medium-orange input,
.xt-button-medium-orange button,
.xt-button-large input,
.xt-button-large button {
    display: none;
}

.xt-button,
.xt-button-medium,
.xt-button-medium-orange,
.xt-button-large {
    cursor: pointer;
    background: #050505;
    background: linear-gradient(0deg, #050505 0%, #050505 55%, #595b5d 100%);
    border: 2px solid #585858;
    border-radius: 10px;
    margin: 5px;
}

.xt-button {
    height: 26px;
    line-height: 26px;
    padding: 2px 12px;
}

.xt-button-medium,
.xt-button-medium-orange {
    border-color: #c46f04;
    height: 36px;
    line-height: 36px;
    padding: 3px 18px;
}

.xt-button-large {
    height: 42px;
    line-height: 42px;
    padding: 5px 25px;
}

.xt-button a {
    font-size: 16px;
    color: #fff;
}

.xt-button-medium a,
.xt-button-medium-orange a {
    font-size: 18px;
    color: #fff;
}

.xt-button-large a {
    font-size: 26px;
    color: #fff;
}

.xt-button-medium-orange:hover:not(.xt-button-medium-orange-disabled) {
    border-color: red;
}

.xt-button-medium-orange:hover:not(.xt-button-medium-orange-disabled) a {
    color: red;
    text-decoration: none;
}

.xt-button:hover:not(.xt-button-disabled),
.xt-button-medium:hover:not(.xt-button-medium-disabled),
.xt-button-large:hover:not(.xt-button-large-disabled) {
    border-color: #aecc35;
}

.xt-button:not(.xt-button-disabled):hover a,
.xt-button-medium:not(.xt-button-medium-disabled):hover a,
.xt-button-large:not(.xt-button-large-disabled):hover a {
    color: #b3df00;
}

.xt-button:hover a,
.xt-button-medium:hover a,
.xt-button-medium-orange:hover a,
.xt-button-large:hover a {
    text-decoration: none;
}

.xt-button.xt-button-disabled:hover a,
.xt-button-medium.xt-button-medium-disabled:hover a,
.xt-button-medium-orange.xt-button-medium-orange-disabled:hover a,
.xt-button-large.xt-button-large-disabled:hover a {
    color: #ccc;
}

.xt-button-large-disabled a,
.xt-button-large-disabled:hover a,
.xt-button-medium-disabled a,
.xt-button-medium-disabled:hover a {
    color: #fff;
}

.xt-button-disabled,
.xt-button-large-disabled,
.xt-button-medium-disabled,
.xt-button-medium-orange-disabled {
    cursor: default;
}
.xt-checkbox { vertical-align: top; }
.xt-checkbox * { vertical-align: top; }

.xt-checkbox a {
  cursor: pointer;
  background-image:url(https://static.paidviewpoint.com/images/ui-widgets/xtcheckbox/xt-checkbox-white.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 39px;
  width: 37px;
}
.xt-checkbox a:hover {
  background-position:0 -39px;
}
.xt-checkbox-checked a {
  background-position:0 -78px;
}
.xt-checkbox-checked a:hover {
  background-position:0 -117px;
}
.xt-checkbox-error a, .xt-checkbox-error a:hover {
  background-position:0 -156px;
}
.xt-checkbox a.xt-black {
  background-image:url(https://static.paidviewpoint.com/images/ui-widgets/xtcheckbox/xt-checkbox-black.png);
}
.xt-checkbox input { display: none; }
.xt-checkbox.xt-checkbox-debug input { display: inline; }

.xt-checkbox.xt-checkbox-disabled a, .xt-checkbox.xt-checkbox-disabled a:hover {
  background-position:0 -195px;
  cursor: default;
}
.xt-checkbox-disabled.xt-checkbox-checked a, .xt-checkbox-disabled.xt-checkbox-checked a:hover {
  background-position:0 -234px;
}

/* TODO: make it more transparent to layout */
.xt-checkbox-label { line-height: 39px; height: 39px; padding-bottom:25px; vertical-align:middle; }

.xt-file, 
.xt-file-button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #050505;
    background: linear-gradient(0deg, #050505 0%, #050505 55%, #595b5d 100%);
    border: 2px solid #585858;
    border-radius: 10px;
    margin: 5px;
    height: 30px;
    line-height: 30px;
    padding: 2px 12px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.xt-file:not(.xt-file-disabled):hover {
    color: #b3df00;
}

.xt-file-button:hover:not(.xt-file-disabled) {
    color: #aecc35;
    border-color: #aecc35;
}

.xt-file input, 
.xt-file-button input {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 0);
}

.xt-file:not(.xt-file-disabled) input:hover, 
.xt-file-button:not(.xt-file-disabled) input:hover {
    cursor: pointer;
}

.xt-file-disabled,
.xt-file-disabled:hover,
.xt-file-button-disabled,
.xt-file-button-disabled:hover {
    color: #ccc;
}
.xt-notifier {
    display: none;
    width: 100%;
    background: #00c4ff url(https://static.paidviewpoint.com/images/ui-widgets/xtnotifier/bg.png) repeat-x 50% 100%;
}
.xt-notifier div {
    display: block;
    margin: 0;
    padding: 0;
}
.xt-notifier .xt-notifier-content {
    width: 1000px;
    margin: 0px auto;
    padding: 20px 0px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: left;
}

/* position top/bottom */

.xt-popup-cointainer {
	position: absolute;
	display: none;
}
.xt-popup {
	position: relative;
    border: 2px solid #b9b9b9;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.xt-popup:after, .xt-popup:before {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

/* top position */

.xt-popup-top {
	background: #050505;
    background: linear-gradient(0deg, #050505 0%, #050505 55%, #595b5d 100%);
	margin-bottom: 7px;
}
.xt-popup-top.xt-popup:after, 
.xt-popup-top.xt-popup:before {
	top: 100%;
}
.xt-popup-top.xt-popup:after {
	border-top-color: #050505;
	border-width: 22px 13px 0 13px;
	margin-left: -13px;
}
.xt-popup-top.xt-popup:before {
	border-top-color: #b9b9b9;
	border-width: 25px 15px 0 15px;
	margin-left: -15px;
}

/* bottom position */

.xt-popup-bottom {
	background: #595b5d;
    background: linear-gradient(0deg, #050505 0%, #050505 55%, #595b5d 100%);
	margin-top: 27px;
}
.xt-popup-bottom.xt-popup:after, 
.xt-popup-bottom.xt-popup:before {
	bottom: 100%;
}
.xt-popup-bottom.xt-popup:after {
	border-bottom-color: #595b5d;
	border-width: 0 13px 22px 13px;
	margin-left: -13px;
}
.xt-popup-bottom.xt-popup:before {
	border-bottom-color: #b9b9b9;
	border-width: 0 15px 25px 15px;
	margin-left: -15px;
}

.xt-popup-content {
    padding: 10px;
}
.xt-progressbar {
  position: relative;
  margin: 10px;
  padding: 0;
  -webkit-box-reflect: below 1px -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(60%, transparent), to(rgba(255, 255, 255, 0.4)));
}

/* heights */

.xt-progressbar.xt-progressbar-thick {
  height: 19px;
}

.xt-progressbar.xt-progressbar-thin {
  height: 11px;
}

/* left part */
.xt-progressbar.xt-progressbar-thick .xt-progressbar-left {
  width: 22px;
}
.xt-progressbar.xt-progressbar-thin .xt-progressbar-left {
  width: 13px;
}
.xt-progressbar .xt-progressbar-left {
  position: relative;
  z-index: 3;
  height: 100%;
  float: left;
  border-radius: 50% 0 0 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.xt-progressbar.xt-progressbar-green .xt-progressbar-left {
  background: #b1dd06;
  background: linear-gradient(0deg, #aad01b 0%, #8cb101 100%);
}

.xt-progressbar.xt-progressbar-blue .xt-progressbar-left {
  background: #009cff;
  background: linear-gradient(0deg, #0673eb 0%, #03a8eb 100%);
}
 
/* center part */

.xt-progressbar .xt-progressbar-center {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  height: 100%;
}

.xt-progressbar .xt-progressbar-center-filled {
  width: 0px;
  height: 100%;
  float: left;
  position: relative;
  z-index: 3;
}

.xt-progressbar .xt-progressbar-center-empty {
  width: 100%;
  height: 100%;
  background: #606264;
  position: relative;
  z-index: 2;
}

.xt-progressbar .xt-progressbar-center-dummy {
  float: left;
  width: 0px;
  height: 0px;
  display: none;
  position: relative;
  z-index: 2;
}

.xt-progressbar.xt-progressbar-green .xt-progressbar-center-filled {
  background: #b1dd06;
  background: linear-gradient(0deg, #aad01b 0%, #8cb101 100%);
}

.xt-progressbar.xt-progressbar-blue .xt-progressbar-center-filled {
  background: #009cff;
  background: linear-gradient(0deg, #0673eb 0%, #03a8eb 100%);
}

.xt-progressbar .xt-progressbar-center-empty {
  background: #606264;
}

/* label */

.xt-progressbar.xt-progressbar-thick .xt-progressbar-center-label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 19px;
  white-space: nowrap;
  padding: 0 2px;
}

.xt-progressbar.xt-progressbar-thick .xt-progressbar-center-empty .xt-progressbar-center-label {
  float: left;
}

.xt-progressbar.xt-progressbar-thick .xt-progressbar-center-filled .xt-progressbar-center-label {
  float: right;
}

.xt-progressbar.xt-progressbar-thin .xt-progressbar-center-label {
  display: none;
}

/* right part */

.xt-progressbar.xt-progressbar-thick .xt-progressbar-right {
  width: 22px;
}

.xt-progressbar.xt-progressbar-thin .xt-progressbar-right {
  width: 13px;
}

.xt-progressbar-right {
  position: relative;
  z-index: 1;
  height: 100%;
  float: left;
  border-radius: 0 50% 50% 0;
  background: #009cff;
  background: linear-gradient(0deg, #03a8eb 0%, #0673eb 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.xt-progressbar.xt-progressbar-blue .xt-progressbar-right {
  background: #009cff;
  background: linear-gradient(0deg, #0673eb 0%, #03a8eb 100%);
}

.xt-progressbar.xt-progressbar-green .xt-progressbar-right {
  background: #b1dd06;
  background: linear-gradient(0deg, #aad01b 0%, #8cb101 100%);
}

.xt-progressbar.xt-progressbar-thick .xt-progressbar-right.xt-progressbar-right-empty,
.xt-progressbar.xt-progressbar-thin .xt-progressbar-right.xt-progressbar-right-empty {
  background: #606264;
}

/* steps */

.xt-progressbar .xt-progressbar-steps {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-position-y: bottom !important;
  z-index: 5;
}

.xt-progressbar .xt-progressbar-tick {
  position: absolute;
  font-size: 20px;
  bottom: 100%;
  z-index: 3;
}
.xt-progressbar .xt-progressbar-tick::after {
  position: absolute;
  background: #009cff;
  background: linear-gradient(0deg, #0673eb 0%, #03a8eb 100%);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  bottom: -19px;
  content: '';
  height: 23px;
  width: 2px;
  left: 50%;  
}
.xt-radio { 
  position: relative; 
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
}

.xt-radio a {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 6px 0 0 -11px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.xt-radio a::after {
  content: " ";
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 8px;
  width: 8px;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  display: none;
}

.xt-radio input { 
  display: none;
}

/* green */

.xt-radio a.xt-green {
  border: 2px solid #bcd752;
}

.xt-radio a.xt-green::after {
  background: #98bf00;
  background: linear-gradient(315deg, #809924 0%, #4a4a4a 15%, #87a200 45%, #bbbbbb 100%, #909090 100%);
}

.xt-radio:not(.xt-radio-disabled):hover a.xt-green {
  box-shadow: 0 0 1px rgba(50, 60, 13, 0.8);
}


/* blue */

.xt-radio a.xt-blue {
  height: 18px;
  width: 18px;
  border: 2px solid #0092c1;
  margin-top: 5px;
}

.xt-radio a.xt-blue::after {
  background: #0074c4;
  background: linear-gradient(315deg, #0074c4 0%, #007fcc 15%, #00a7e4 45%, #bbbbbb 100%, #3dadd0 100%);
}

.xt-radio a.xt-blue::after {
  margin: -4px 0 0 -4px;
}

.xt-radio:not(.xt-radio-disabled):hover a.xt-blue {
  box-shadow: 0 0 1px rgba(50, 60, 13, 0.8);
}

/* error */

.xt-radio.xt-radio-error a {
  background: #7c2000;
  border: 2px solid #757575;
}

/* checked */

.xt-radio.xt-radio-checked a::after {
  display: block;
}

/* disabled */

.xt-radio.xt-radio-disabled a {
  border: 2px solid #757575;
}
.xt-radio.xt-radio-disabled a, 
.xt-radio.xt-radio-disabled a:hover {
  cursor: default;
}
.xt-radio.xt-radio-disabled a::after {
  background: #ccc;
  display: block;
}

.xt-select {
    position: relative;
    width: 200px;
    display: inline-block;
    margin: 5px;
}

.xt-select-container {
    position: relative;
    display: block;
    padding-right: 10px;
}

.xt-select .xt-select-container:hover {
    cursor: pointer;
}

.xt-select.xt-select-disabled .xt-select-container:hover {
    cursor: inherit;
}

.xt-select select {
    display: none;
}

.xt-select.xt-select-debug select {
    display: inline;
}

.xt-select .xt-select-arrow {
    position: absolute;
    top: 8px;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 13px 0 13px;
    border-color: #5d5d5e transparent transparent transparent;
    -webkit-filter: drop-shadow(0px 0px 5px #000);
    filter: drop-shadow(0px 0px 5px #000);
}
 
.xt-select.xt-select-open .xt-select-arrow {
    z-index: 6; 
}

.xt-select .xt-select-arrow-inner {
    position: absolute;
    top: -16px;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 9px 0 9px;
    border-color: #060606 transparent transparent transparent;
}

.xt-select:not(.xt-select-error):not(.xt-select-disabled) .xt-select-container:hover .xt-select-arrow-inner,
.xt-select.xt-select-open:not(.xt-select-error):not(.xt-select-disabled) .xt-select-arrow-inner {
    border-color: #aecc35 transparent transparent transparent;
} 

.xt-select.xt-select-error.xt-select-open .xt-select-arrow-inner,
.xt-select.xt-select-error .xt-select-arrow-inner {
    border-color: #fbb03b transparent transparent transparent;
}

.xt-select .xt-select-element {
    position: relative;
    display: block;
    height: 26px;
    padding: 2px 34px 2px 14px;
    background: #6b6b6b;
    border: 2px solid #aaa;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255,255,255, 0.5);
}

.xt-select.xt-select-disabled .xt-select-element {
    background: 676767;
}

.xt-select .xt-select-element::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    width: 2px;
    border-right: 2px solid #aaa;
}

.xt-select.xt-select-open .xt-select-element::after {
    border-right: 2px solid #aecc35;
}

.xt-select.xt-select-error .xt-select-element {
    background-color: #822b0b;
}

.xt-select-text {
    font-size: 13px;
    line-height: 26px;
    color: #E6E6E6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xt-select-disabled .xt-select-text {
    color: #333;
}

.xt-select:not(.xt-select-disabled) .xt-select-element:hover,
.xt-select:not(.xt-select-disabled).xt-select-open .xt-select-element {
    border-color: #aecc35;
}

.xt-select.xt-select-open .xt-select-element {
    z-index: 6;
}

.xt-select-options {
    display: none;
    position: absolute;
    left: 0;
    top: 22px;
    right: 10px;
    padding-top: 10px;
    background: #e0e0e0;
    border: 2px solid #aecc35;
    border-top: none;
    border-radius: 0 0 9px 9px;
}

.xt-select.xt-select-open .xt-select-options {
    display: block;
    z-index: 5;
}

.xt-select ul {
    list-style: none outside none;
    margin: 0;
    overflow: auto;
    padding: 5px 5px 0 5px;
    max-height: 200px;
}

.xt-select li {
    margin: 0;
    padding: 0;
    text-align: left;
}

.xt-select li:last-child span {
    border-radius: 0 0 5px 5px;
}

.xt-select li span {
    border-top: 1px solid #999999;
    color: #E6E6E6;
    display: block;
    font-size: 12px;
    padding: 3px 0;
    cursor: pointer;
}

.xt-select.xt-select-disabled li span {
    cursor: inherit;
}

.xt-select li.first span {
    border: medium none;
}

.xt-select:not(.xt-select-disabled) li span:hover,
.xt-select:not(.xt-select-disabled) li.found span {
    color: #C4E53E;
    text-decoration: none;
}

.xt-select li.selected span {
    color: #C4E53E;
    font-weight: bold;
    text-decoration: none;
}

.xt-select.xt-select-light li span {
    border-top: 1px solid #ccdd5e;
    color: #666666;
    font-size: 14px;
    padding-left: 15px;
}

.xt-select.xt-select-light li span:hover,
.xt-select.xt-select-light li.found span {
    color: #666666;
    background: #FFFFFF;
}

.xt-select.xt-select-light li.selected span {
    color: #666666;
    font-weight: bold;
    background: #F0F0F0;
}

.xt-select.xt-select-light li.selected span:hover {
    background: #FFFFFF;
}

.xt-select.xt-select-light ul {
    padding-left: 0;
    padding-right: 0;
}
.xt-slideshow { padding: 0; }
.xt-slideshow .xt-slideshow-tray { width: 100%; height: 100%; margin: 0; padding: 0;}
.xt-slideshow .xt-slideshow-frame { float: left; width: 100%; height: 100%; margin: 0; padding: 0;}
.xt-slideshow .xt-slideshow-slide { display: none; }
div.xt-slideshow div.xt-slideshow-tray .xt-slideshow-slide { display: block;}
.xt-table {
    font-size: 1.3em;
    line-height: 16px;
    margin-left: 0;
    margin-right: auto;
}

.xt-table table {
    width: 100%;
    border-collapse: separate;
}

.xt-table.xt-table-pm-lb table {
    border-spacing: 0px 2px;
}

.xt-table table th {
    color: #808080;
    padding: 0 5px 5px;
    vertical-align: bottom;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

.xt-table table th.xt-table-cell-first {
    padding: 0 5px 5px 10px;
}

.xt-table table th.xt-table-cell-last {
    padding: 0 10px 5px 5px;
}

.xt-table table th.header {
    cursor: pointer;
}

.xt-table table th.header span.sort span.icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 0px -2px 5px;
    background: url(https://static.paidviewpoint.com/images/ui-widgets/xttable/sort.png) no-repeat 100% -24px;
}

.xt-table table th.header:hover span.sort span.icon {
    background-position: 100% -37px;
}

.xt-table table th.header.headerUp span.sort span.icon {
    background-position: 100% -12px;
}

.xt-table table th.header.headerUp:hover span.sort span.icon {
    background-position: 100% 1px;
}

.xt-table table th.header.headerDown span.sort span.icon {
    background-position: 100% -24px;
}

.xt-table table th.header.headerDown:hover span.sort span.icon {
    background-position: 100% -37px;
}

.xt-table table th.header.headerSortUp span.sort span.icon,
.xt-table table th.header.headerSortUp:hover span.sort span.icon {
    background-position: 100% 1px;
}

.xt-table table th.header.headerSortDown span.sort span.icon,
.xt-table table th.header.headerSortDown:hover span.sort span.icon {
    background-position: 100% -37px;
}

.xt-table table td {
    color: #cccccc;
    padding: 4px 5px;
    vertical-align: top;
}

.xt-table table td .hidden_value {
    display: none;
}

.xt-table.xt-table-pm-lb table td {
    background-color: #3a393b;
}

.xt-table table .xt-table-row-alt td {
    background: none repeat scroll 0 0 #333333;
}

.xt-table.xt-table-pm table .xt-table-row-alt td {
    background-color: #2c2b2c;
}

.xt-table.xt-table-pm-lb table .xt-table-row-alt td {
    background-color: #2c2b2c;
}

.xt-table table td.xt-table-cell-first {
    padding: 0px !important;
    background-color: transparent !important;
    color: #CCCCCC;
}

.xt-table table td.xt-table-cell-first .xt-table-cell-wrapper {
    padding: 4px 5px 4px 10px;
}

.xt-table.xt-table-pm-lb table td.xt-table-cell-first .xt-table-cell-wrapper {
    background-color: #3a393b;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
}

.xt-table table .xt-table-row-alt td.xt-table-cell-first .xt-table-cell-wrapper {
    background-color: #333333;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
}

.xt-table.xt-table-pm table .xt-table-row-alt td.xt-table-cell-first .xt-table-cell-wrapper {
    background-color: #2c2b2c;
}

.xt-table.xt-table-pm-lb table .xt-table-row-alt td.xt-table-cell-first .xt-table-cell-wrapper {
    background-color: #2c2b2c;
}

.xt-table table td.xt-table-cell-last {
    padding: 0px !important;
    background-color: transparent !important;
}

.xt-table table td.xt-table-cell-last .xt-table-cell-wrapper {
    padding: 4px 10px 4px 5px;
}

.xt-table.xt-table-pm-lb table td.xt-table-cell-last .xt-table-cell-wrapper {
    background-color: #3a393b;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
}

.xt-table table .xt-table-row-alt td.xt-table-cell-last .xt-table-cell-wrapper {
    background-color: #333333;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
}

.xt-table.xt-table-pm table .xt-table-row-alt td.xt-table-cell-last .xt-table-cell-wrapper {
    background-color: #2c2b2c;
}

.xt-table.xt-table-pm-lb table .xt-table-row-alt td.xt-table-cell-last .xt-table-cell-wrapper {
    background-color: #2c2b2c;
}

.xt-table .xt-pagination {
    bottom: 0px;
    right: 0px;
    margin-top: 10px;
    text-align: right;
}

.xt-table .xt-pagination a,
.xt-table .xt-pagination span {
    padding: 2px 5px;
    color: #808080;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.xt-table .xt-pagination a:hover {
    background-color: #333333;
    color: #b3e000;
}

.xt-table.xt-table-pm .xt-pagination a:hover {
    background-color: #2c2b2c;
    color: #a3d3ff;
}

.xt-table.xt-table-pm-lb .xt-pagination a:hover {
    background-color: #2c2b2c;
    color: #a3d3ff;
}

.xt-table .xt-pagination .xt-current,
.xt-table .xt-pagination .xt-current:hover {
    background-color: #333333;
    color: #CCCCCC !important;
    cursor: default;
}

.xt-table.xt-table-pm .xt-pagination .xt-current,
.xt-table.xt-table-pm .xt-pagination .xt-current:hover {
    background-color: #2c2b2c;
    color: #CCCCCC !important;
}

.xt-table.xt-table-pm-lb .xt-pagination .xt-current,
.xt-table.xt-table-pm-lb .xt-pagination .xt-current:hover {
    background-color: #2c2b2c;
    color: #CCCCCC !important;
}

.xt-table .xt-pagination .xt-prev,
.xt-table .xt-pagination .xt-next {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 5px;
    width: 20px;
    height: 21px;
    padding: 0;
    margin: 0px 5px;
    background: #333333 url(https://static.paidviewpoint.com/images/ui-widgets/xttable/ico-pagination.png) no-repeat 50% 0px;
    vertical-align: baseline;
}

.xt-table .xt-pagination .xt-prev {
    background-position: 50% -42px;
}
.xt-table .xt-pagination .xt-prev:hover {
    background-position: 50% -84px;
}
.xt-table .xt-pagination .xt-next {
    background-position: 50% -63px;
}
.xt-table .xt-pagination .xt-next:hover {
    background-position: 50% -105px;
}

.xt-table.xt-table-pm .xt-pagination .xt-prev,
.xt-table.xt-table-pm .xt-pagination .xt-prev:hover,
.xt-table.xt-table-pm .xt-pagination .xt-next,
.xt-table.xt-table-pm .xt-pagination .xt-next:hover {
    background-color: #2c2b2c;
}

.xt-table.xt-table-pm .xt-pagination .xt-prev:hover {
    background-position: 50% -126px;
}
.xt-table.xt-table-pm .xt-pagination .xt-next:hover {
    background-position: 50% -147px;
}

.xt-table.xt-table-pm-lb .xt-pagination .xt-prev,
.xt-table.xt-table-pm-lb .xt-pagination .xt-prev:hover,
.xt-table.xt-table-pm-lb .xt-pagination .xt-next,
.xt-table.xt-table-pm-lb .xt-pagination .xt-next:hover {
    background-color: #2c2b2c;
}

.xt-table.xt-table-pm-lb .xt-pagination .xt-prev:hover {
    background-position: 50% -126px;
}
.xt-table.xt-table-pm-lb .xt-pagination .xt-next:hover {
    background-position: 50% -147px;
}

.xt-table .xt-pagination .xt-prev.xt-disabled {
    background-position: 50% 0px !important;
    cursor: default;
}
.xt-table .xt-pagination .xt-next.xt-disabled {
    background-position: 50% -21px !important;
    cursor: default;
}

.xt-table .xt-pagination .xt-prev span,
.xt-table .xt-pagination .xt-next span {
    display: none;
}

.xt-table .xt-pagination span.xt-prev {
    background-position: 50% 0px;
}
.xt-table .xt-pagination span.xt-next {
    background-position: 50% -21px;
}

.xt-textarea,
.xt-textarea-white {
    float: left;
    position: relative;
    margin: 5px;
    display: inline-block;
    min-height: 26px;
    padding: 2px 5px;
    position: relative;
    background: #6b6b6b;
    border: 2px solid #aaa;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255,255,255, 0.5);
}

.xt-textarea::placeholder,
.xt-textarea-white::placeholder {
    color: #888888
}

.xt-textarea:hover,
.xt-textarea.xt-textarea-focused {
    border-color: #aecc35;
}

.xt-textarea.xt-textarea-error {
    background-color: #822b0b;
}

.xt-textarea.xt-textarea-disabled {
    background-color: #262626;
    border-color: #444444;
    box-shadow: none;
}

.xt-textarea textarea {
    background: none;
    border: none;
    outline: none;
    min-height: 40px;
    font-size: 14px;
    line-height: 18px;
    color: #e6e6e6;
    padding: 5px 10px;
    overflow: hidden;
}

.xt-textarea textarea {
    color: #e6e6e6; 
}

.xt-textarea-white textarea {
    color: #333;
}

.xt-textbox {
    float: left;
    position: relative;
    margin: 5px;
    display: inline-block;
    height: 26px;
    padding: 2px 0;
    position: relative;
    background: #6b6b6b;
    border: 2px solid #aaa;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255,255,255, 0.5);
}

.xt-textbox::placeholder {
    color: #888888
}

.xt-textbox:hover,
.xt-textbox.xt-textbox-focused {
    border-color: #aecc35;
}

.xt-textbox.xt-textbox-error {
    background-color: #822b0b;
}

.xt-textbox.xt-textbox-disabled {
    background-color: #262626;
    border-color: #444444;
    box-shadow: none;
}

.xt-textbox input {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    float: left;
    height: 26px;
    font-size: 14px;
    padding: 0 14px;
    line-height: 1em;
    color: #e6e6e6;
    border-radius: 7px;
}

.xt-textbox .tick {
    background: url(https://static.paidviewpoint.com/images/ui-widgets/xttextbox/xt-tick.png) no-repeat 0 0;
    width: 25px;
    height: 31px;
    position: absolute;
    bottom: 1px;
    right: -36px;
}

.xt-textbox .paired-tick {
    top: 22px;
}

.xt-paired-textbox {
    display: inline-block;
    position: relative;
    min-height: 73px;
}

.xt-paired-textbox .xt-textbox {
    position: relative;
    z-index: 2;
}

.xt-paired-textbox .xt-textbox.xt-textbox-paired {
    position: absolute;
    top: 11px;
    left: 0;
    height: 25px;
    z-index: 1;
    padding-top: 20px;
    background: #4d4d4d;
    box-shadow: inset 0 0 10px rgba(255,255,255, 0.7);
}
.xt-toggle-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #050505;
  background: linear-gradient(0deg, #050505 0%, #050505 55%, #595b5d 100%);
  border: 2px solid #585858;
  border-radius: 10px;
  margin: 5px;
  min-height: 22px;
  padding: 0 10px;
  line-height: 22px;
  color: #fff; }
  .xt-toggle-container .xt-toggle-value {
    float: left;
    padding: 0px 2px;
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    text-decoration: none; }
    .xt-toggle-container .xt-toggle-value:hover {
      color: #ffffff; }
    .xt-toggle-container .xt-toggle-value.active {
      color: #ffffff;
      cursor: default; }
      .xt-toggle-container .xt-toggle-value.active:hover {
        color: #ffffff; }
  .xt-toggle-container .xt-toggle-inner {
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, #cdde8d 75%, #90af18 100%);
    border: 2px solid #93af1e;
    border-radius: 10px;
    float: left;
    margin: 0px 4px;
    position: relative;
    height: 18px;
    width: 42px;
    cursor: pointer; }
  .xt-toggle-container .xt-toggle-button {
    position: absolute;
    top: 1px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    background: linear-gradient(0deg, #bdbec0 0%, #e3e3e4 15%, #fff 100%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
    .xt-toggle-container .xt-toggle-button::after {
      content: " ";
      border-radius: 50%;
      background: #b6d300;
      position: absolute;
      height: 7px;
      width: 7px;
      left: 50%;
      top: 50%;
      margin: -3.5px 0 0 -3.5px; }
    .xt-toggle-container .xt-toggle-button:hover, .xt-toggle-container .xt-toggle-button:active {
      cursor: pointer;
      text-decoration: none; }

.xt-toggle-disabled .xt-toggle-inner {
  background: linear-gradient(0deg, #fff 0%, #e0e0e0 75%, #b1b1b1 100%);
  border-color: #9c9c9c;
  cursor: default; }
.xt-toggle-disabled .xt-toggle-button::after {
  background: #7b7b7b; }
.xt-toggle-disabled .xt-toggle-value:hover {
  color: #777777;
  cursor: default; }
.xt-toggle-disabled .xt-toggle-value.active {
  color: #ffffff; }
  .xt-toggle-disabled .xt-toggle-value.active:hover {
    color: #ffffff; }
/*
   2021-03-10 13:48:27 +0000

*/
