@import 'vue-components.css';

.dataTables_length select {
	padding: 0;
	margin-top: -3px;
}

#vcReportContainer .total {
	margin-right: 10px;
	background-color: #0000000a;
	border-radius: 5px;
	padding: 3px;
	display: inline-block;
}


.k-multiselect-wrap .k-select {
	position: relative;
	top: -2px;
	bottom: 0;
	right: 6px;
	padding: .1em .2em;
}

.k-multiselect-wrap .k-button {
	white-space: nowrap;
}

body > div.k-animation-container > form > div:nth-child(1) > div.k-widget.k-multiselect.k-header > div > ul > li > span:nth-child(1) {
	width: 150px;
	word-wrap: break-word;
}

body > div.k-animation-container > form > div:nth-child(1) > div.k-widget.k-multiselect.k-header > div > ul > li {
	max-width: 150px;
}

body > div.k-animation-container > form > div:nth-child(1) > div.k-widget.k-multiselect.k-header > div > ul > li {
	width: auto;
	padding: 4px !important;
	margin: 1px 0 1px 1px;
	line-height: 1.5em;
	float: inherit !important;
	position: relative;
}

.k-loading-mask {
	z-index: 99999;
}

.k-button.pull_right {
	float: right;
}

.group_header .k-button {
	margin-bottom: 15px;
}

.group_footer {
	padding-bottom: 50px;
}

.access-group {
	border-bottom: 1px solid #e7eaec;
	min-height: 60px;
	margin-bottom: 10px;
}

.accordion h4 .trigger.open:after {
	content: "-";
	line-height: 17px;
}

.accordion h4 .trigger:after {
	position: absolute;
	width: 17px;
	height: 17px;
	border: 1px solid #10c4b2;
	color: #10c4b2;
	border-radius: 50%;
	left: 0;
	top: 0;
	line-height: 18px;
	content: "+";
	text-align: center;
	display: block;
}

a.trigger {
	display: block;
	padding-left: 30px;
	content: '+';
	position: relative;
	border: none;
	text-decoration: none;
	color: #202020;
	font-weight: 400;
}

.accordion  li {
	list-style: none;
}

ul.accordion {
	padding: 0;
}

.accordion h5 .trigger:after {
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid #10c4b2;
	color: #10c4b2;
	border-radius: 50%;
	left: 0;
	top: 0;
	line-height: 14px;
	content: "+";
	text-align: center;
	display: block;
}

.accordion h5 .trigger.open:after {
	content: "-";
	line-height: 13px;
}

.slider_labels_row {
	position: absolute;
	width: 620px;
	top: 25px;
	text-align: center;
	left: -16px;
	color: #818282;
	font-size: 78.5714%;
}

.slider_labels_cell {
	min-width: 100px;
	float: left;
}

.slider_row {
	height: 50px;
	position: relative;
}

.k-grid tbody .k-button {
	padding: 5px;
	min-width: 30px;
}

#active.online:after {
	content: "Online";
	color: green;
}

#inactive.offline:after {
	content: "Offline";
	color: red;
}

#active.yes::after {
	content: "да";
	color: green;
}

#inactive.no::after {
	content: "нет";
	color: red;
}

.callback_wrapper {
	cursor: pointer;
	text-decoration: underline;
}

.red {
	/* color: red; */
	color: #bc3426;
}

.green {
	/* color: green; */
	color: #5aa002;
}

.yellow {
	color: #f8ac59;
}

.form-group label .format {
	color: #63656a;
	opacity: 0.6;
	font-size: 0.8em;
}

tr.payout_forbidden {
	background-color: rgba(255, 5, 15, 0.12) !important;
}

tr.payout_warning {
	background-color: rgba(255, 247, 20, 0.12) !important;
}

.payment_info_table, .player_info_table {
	font-size: 102%;
	color: black;
	width: 100%;
}

.no-margin {
	margin: 0;
}

.refresh-chart-icon {
	font-size: 9pt;
	position: absolute;
	margin-left: 5px;
}

.rule-list .input-group-addon {
    border-radius: 4px;
}
.rule-options .btn {
    font-size: 20px;
    padding: 2px 8px;
}
.rule-list .row {
    margin-bottom: 5px;
}
.rule-options .btn.green.focus:not([disabled]),
.rule-options .btn.green:not([disabled]):focus,
.rule-options .btn.green:not([disabled]):hover {
    color: #5aa002;
}
.rule-options .btn.red.focus:not([disabled]),
.rule-options .btn.red:focus:not([disabled]),
.rule-options .btn.red:hover:not([disabled]) {
    color: #bc3426;
}
.rule-list .input-group-addon {
    border-right: 0;
}
.rule-list .form-control {
    margin-right: -1px;
}
.rule-list select.form-control {
    -webkit-appearance: none;
}
.rule-list .rule-exp {
    width: 50%;
}
.rule-list .rule-comment {
    width: 25%;
}
.rule-list .rule-action {
    width: 16.66666667%;
    float: left;
    position: relative;
    margin-right: -1px;
}
.rule-action:before {
    content: '';
    position: absolute;
    z-index: 10;
    border: 5px solid transparent;
    border-top: 7px solid #676a6c;
    right: 7px;
    top: calc(50% - 3px);
}
.rule-list .rule-disable {
    width: calc(3px + 8.33333333%);
}
.add-rule {
    margin-top: 5px;
}

.rule-list .rule-number {
	width: 45px;
}

.wl-settings input {
	height: 15px;
}

.wl-settings input[type="number"] {
	width: 40px;
}

.help-block {
	font-size: 10px;
}

/* Balance clean */
#balance-cleaner {
	position: relative;
}
.command-btn {
	min-width: 120px;
}
.calculated-info label {
	min-width: 100px;
}
.loader-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 999;
}
.loader {
	position: absolute;
	z-index: 999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background-image: url('/img/spinner.svg');
}
/* Balance clean end */

[v-cloak] { display: none; }

.cursor-pointer {
	cursor: pointer;
}


/** ROUNDED CHECKBOX START **/
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #2196F3;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}
/** ROUNDED CHECKBOX END **/

.pagination>a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>a:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>a:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination>a.disabled, .pagination>a.disabled:focus, .pagination>a.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination>a.active, .pagination>a.active:hover {
	background: #1ab394;
	border-color: #1ab394;
	color: white;
	transform: scale(1.1);
	z-index: 1;
	cursor: default;
}