/* COMMON */ 
html {
	height: 100%;
}
body {
	font-family: 'Exo 2 Light Condensed';
	background-color: #fafafa;
	line-height: 1.5625;
	font-size: 16px;
	color: #282828;
	height: 100%;
}
#main {
	position: relative;
	min-width: 750px;
	/* min-height: 100%; */
	min-height: 100vh;
	overflow: hidden;
}
#content {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
	position: relative;
	padding: 20px 0;
	/* z-index: 5; */
}
.container-fluid {
	max-width: 1170px;
	margin: 0 auto;
}
.centered_box {
	display: table;
}
.centered_content {
	display: table-cell;
}
.centered_box,
.centered_content {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.block {
	display: block;
}
.grey_border {
	background-color: #ced6e0;
	border-radius: 2px;
	height: 4px;
}
.error {
	border:1px solid red !important;
}
var {
	display:none;
}
/* END */
/* MODALS */
.modal_window {
	display: none;
}
.fancybox-slide > div {
	background-color: transparent;
	padding: 0 20px;
}
.fancybox-close-small {
	display: none;
}
.close_window {
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 5;
	right: 5px;
	top: 5px;
}
@media (min-width: 768px) {
	.modal-dialog.large_window {
	  width: 700px;
	}
	.modal-dialog.middle_window {
	  width: 555px;
	}
	.modal-dialog.small_window {
	  width: 470px;
	}
}
@media (min-width: 992px) {
	.modal-dialog.large_window {
	  width: 850px;
	}
}
.modal-content {
	border-radius: 3px;
}
.large_window .modal-content::after {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fafafa;
	position: absolute;
	content: "";
	width: 45%;
	bottom: 0;
	right: 0;
	top: 0;
}
/* ------------------- */
.modal_left {
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	z-index: 5;
}
.large_window .modal_left {
	width: 55%;
}
.modal_body {
	padding: 30px 20px 70px;
	max-width: 305px;
	margin: 0 auto;
}
.modal_title {
	font-family: 'Exo 2 Bold Condensed';
	text-transform: uppercase;
	line-height: 1.1765;
	margin-bottom: 27px;
	font-size: 34px;
	color: #05c46b;
}

#error-window .modal_title {
	color:#ff4757;
}
.modal_box {
	padding-bottom: 20px;
}
.modal_box h3 {
	margin-bottom: 15px;
}
a.password_foget {
	border-bottom: 1px dashed #00cec9;
	text-decoration: none;
	position: absolute;
	line-height: 18px;
	right: 15px;
	z-index: 3;
	top: 11px;
}
a.password_foget:hover {
	border-bottom: 1px dashed #22a6b3;
}
a.password_foget:focus,
a.password_foget:active,
a.password_foget.active {
	border-bottom: 1px dashed #3c6382;
}
a.password_foget:visited {
	border-bottom: 1px dashed #82ccdd;
}
.password_foget_link .form-control {
	padding-right: 80px;
}
.modal_box p {
	line-height: 1.5;
	padding: 3px 0;
}
#password-window .modal_box p {
	margin-bottom: 15px;
}
/* ------------------- */
.modal_right {
	background-color: #fafafa;
	position: relative;
	border-radius: 3px;
	z-index: 5;
	width: 45%;
}
.modal_small_body {
	max-width: 165px;
	margin: 0 auto;
}
.modal_small_body h3 {
	margin-bottom: 25px;
}
.modal_right.social_active {
	padding: 105px 20px 50px;
}
.social_active ul.tabs_list li {
	margin-bottom: 20px;
  width: 100%;
}
.social_active ul.tabs_list li a {
	text-align: left;
}
.social_active ul.tabs_list li a .fab {
	margin-right: 10px;
	font-size: 12px;
	color: #00cec9;
}
.social_active ul.tabs_list li a:focus .fab,
.social_active ul.tabs_list li a.active .fab {
	color: #fff;
}
/* ------------------- */
.modal_right.social_use {
	padding: 50px 20px 50px;
}
.modal_right.social_use .modal_small_body h3 {
	margin-bottom: 15px;
}
.modal_right.social_use .btn+.btn {
	margin-top: 15px;
}
.modal_right.social_use a.btn {
	text-transform: none;
	text-align: left;
	width: 100%;
}
.modal_right.social_use a.btn-sm .fab {
	margin-right: 10px;
	line-height: 20px;
	font-size: 12px;
	float: left;
}
/* ------------------- */
.middle_window .modal_body {
	padding: 30px 20px 50px;
	max-width: 405px;
	margin: 0 auto;
}
.middle_window .alert {
	margin-bottom: 40px;
}
/* -------------------- */
#error-window,
#preload-window {
	position: fixed;
	z-index: 9999;
	display: none;
}
#error-window.active,
#preload-window.active {
	display: block;
}
body.modal-open #main {
	overflow-y: scroll;
}
#error-window .window_bg {
	background-color: rgba(0, 0, 0, 0.7);
}
#preload-window .window_bg {
	background-color: rgba(255, 255, 255, 0.7);
}
.window_main {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	max-width: 360px;
	position: fixed;
	z-index: 9;
	left: 50%;
	top: 50%;
}
.window_bg {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
/* -------------------- */
#ñreate-forecast-window .hint {
	padding-bottom: 5px;
	margin-top: -5px;
}
#ñreate-forecast-window .btn {
	margin-top: 10px;
}

.make_forecast_item span {
	cursor:pointer;
}

.make_forecast_item span:hover {
	text-decoration:underline;
}

@media screen and (max-width: 767px) {
	.modal-dialog.small_window,
	.modal-dialog.large_window,
	.modal-dialog.middle_window {
		margin: 30px auto;
	  width: 475px;
	}
	.modal_right,
	.large_window .modal_left {
		width: 100%;
	}
	.modal_body {
		padding: 30px 20px 50px;
	}
	.modal_right.social_active {
		padding: 50px 20px 30px;
	}
}
/* MODALS END */

/* BUTTONS */
a, .btn, .anim, ::after {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}
/* ------------------- */
.btn,
a.btn {
	font-family: 'Exo 2 Regular Condensed';
	text-transform: uppercase;
	text-decoration: none;
}
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.btn:active:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-lg,
.btn-sm,
a.btn-lg,
a.btn-sm {
  border-radius: 3px;
  line-height: 20px;
}
.btn-lg,
a.btn-lg {
  padding: 9px 25px;
  font-size: 18px;
}
.btn-sm,
a.btn-sm {
  padding: 4px 17px;
  font-size: 16px;
}
/* ------------------- */
.btn-turquoise,
a.btn-turquoise {
  background-color: #00cec9;
  border-color: #00cec9;
  color: #fff;
}
.btn-turquoise:hover,
a.btn-turquoise:hover {
  background-color: #22a6b3;
  border-color: #22a6b3;
  color: #fff;
}
.btn-turquoise:focus,
.btn-turquoise.focus,
.btn-turquoise:active,
.btn-turquoise.active,
.btn-turquoise:active:hover,
.btn-turquoise.active:hover,
.btn-turquoise:active:focus,
.btn-turquoise.active:focus,
.btn-turquoise:active.focus,
.btn-turquoise.active.focus {
  background-color: #3c6382;
  border-color: #3c6382;
  color: #fff;
}
a.btn-turquoise:focus,
a.btn-turquoise:active,
a.btn-turquoise.active,
a.btn-turquoise:visited {
	background-color: #3c6382;
  border-color: #3c6382;
  color: #fff;
}
.btn-turquoise.disabled,
.btn-turquoise[disabled],
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
.btn-turquoise.disabled.focus,
.btn-turquoise[disabled].focus {
  background-color: #ced6e0;
  border-color: #ced6e0;
  color: #fff;
}
/* ------------------- */
.btn-error,
a.btn-error {
  background-color: #ff4757;
  border-color: #ff4757;
  color: #fff;
}
.btn-error:hover,
a.btn-error:hover {
  background-color: #ff4757;
  border-color: #ff4757;
  color: #fff;
}
.btn-error:focus,
.btn-error.focus,
.btn-error:active,
.btn-error.active,
.btn-error:active:hover,
.btn-error.active:hover,
.btn-error:active:focus,
.btn-error.active:focus,
.btn-error:active.focus,
.btn-error.active.focus {
  background-color: #ff4757;
  border-color: #ff4757;
  color: #fff;
}
a.btn-error:focus,
a.btn-error:active,
a.btn-error.active,
a.btn-error:visited {
	background-color: #ff4757;
  border-color: #ff4757;
  color: #fff;
}
.btn-error.disabled,
.btn-error[disabled],
.btn-error.disabled:hover,
.btn-error[disabled]:hover,
.btn-error.disabled:focus,
.btn-error[disabled]:focus,
.btn-error.disabled.focus,
.btn-error[disabled].focus {
  background-color: #ff4757;
  border-color: #ff4757;
  color: #fff;
}
/* ------------------- */
.btn-default {
  background-color: #fff;
  border-color: #ced6e0;
  color: #a4b0be;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-color: #a4b0be;
  color: #a4b0be;
}
/* ------------------- */
a.iconed_link,
button.iconed_link {
	font-family: 'Exo 2 Regular Condensed';
	display: inline-block;
	text-decoration: none;
}
button.iconed_link {
	background-color: transparent;
	padding: 0;
	border: 0;
}
a {
	text-decoration: underline;
	position: relative;
	color: #00cec9;
}
a:focus,
a:active,
a.active {
	color: #82ccdd;
}
a:visited {
	color: #3c6382;
}
a:hover {
	color:#22a6b3;
}
a.iconed_link .link_icon,
button.iconed_link .link_icon {
	padding-right: 5px;
	font-size: 12px;
	color: #00cec9;
}
a.iconed_link .link_text,
button.iconed_link .link_text {
	font-size: 14px;
	color: #000;
}
a.iconed_link:hover .link_icon,
a.iconed_link:hover .link_text,
button.iconed_link:hover .link_icon,
button.iconed_link:hover .link_text {
	color: #22a6b3;
}
a.iconed_link:focus .link_icon,
a.iconed_link:active .link_icon,
a.iconed_link.active .link_icon,
a.iconed_link:focus .link_text,
a.iconed_link:active .link_text,
a.iconed_link.active .link_text,
button.iconed_link:focus .link_icon,
button.iconed_link:active .link_icon,
button.iconed_link.active .link_icon,
button.iconed_link:focus .link_text,
button.iconed_link:active .link_text,
button.iconed_link.active .link_text {
	color: #3c6382;
}
/* ------------------- */
ul.tabs_list li {
	display: inline-block;
}
ul.tabs_list li a {
	border: 1px solid #ced6e0;
	background-color: transparent;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	border-radius: 3px;
	padding: 9px 10px;
	line-height: 20px;
	font-size: 16px;
	display: block;
	color: #000;
}
ul.tabs_list li a:hover {
	background-color: #fff;
	border-color: #05c46b;
	color: #000;
}
ul.tabs_list li a:focus,
ul.tabs_list li a.active {
	background-color: #05c46b;
	border-color: #05c46b;
	color: #fff;
}
/* BUTTONS END */

/* FORMS */
.form-group {
	position: relative;
}
.form-control {
  border: 1px solid #ced6e0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  padding: 9px 13px 11px;
  border-radius: 3px;
  line-height: 20px;
  font-size: 16px;
  color: #282828;
  height: 42px;
}
.form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #a4b0be;
}
.form-control::-moz-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f1f2f6;
  border-color: #ced6e0;
  opacity: 1;
}
textarea.form-control {
	height: 82px;
	resize: none;
}
.form-group textarea.form-control{
	height: 100px;
}
/* -------------------- */
.form-group.with_icon .form-control {
	padding-right: 40px;
}
.input_icon {
	font-family: 'Exo 2 Light Condensed';
	background-color: #fff;
	position: absolute;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 0;
	color: #282828;
	height: 40px;
	width: 40px;
	right: 1px;
	top: 1px;
}
/* -------------------- */
.search_input .form-control {
  padding: 9px 44px 11px 20px;
  border-radius: 21px;
}
.search_input .btn.btn-link {
	border-radius: 0;
	border-bottom-right-radius: 21px;
	border-top-right-radius: 21px;
	background-color: #fff;
	position: absolute;
	height: 40px;
	width: 44px;
	z-index: 3;
	right: 1px;
	top: 1px;
}
.search_input .btn-link {
	color: #00cec9;
}
.search_input .btn-link:hover {
	color: #22a6b3;
}
.search_input .btn-link:focus,
.search_input .btn-link:active,
.search_input .btn-link.active {
	color: #3c6382;
}
/* -------------------- */
.checkbox, .radio {
  margin-bottom: 10px;
  margin-top: 5px;
}
.checkbox+.checkbox, .radio+.radio {
  margin-top: 5px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	cursor: pointer;
	height: 20px;
	width: 100%;
	z-index: 5;
	opacity: 0;
	margin: 0;
}
.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label {
	padding: 0 0 0 35px;
	position: relative;
	line-height: 20px;
	display: block;
}
.radio input[type="radio"] + label {
	padding-left: 30px;
}
.radio input[type="radio"] + label .checked_icon,
.checkbox input[type="checkbox"] + label .checked_icon {
	border: 1px solid #ced6e0;
	border-radius: 3px;
	position: absolute;
	margin-top: 0;
	color: #00cec9;
	height: 20px;
	width: 20px;
	top: 0;
	left: 0;
}
.radio input[type="radio"] + label .checked_icon {
	border-radius: 10px;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding: 4px 0;
}
.radio input[type="radio"] + label .checked_icon .fas {
	opacity: 0;
}
.checkbox input[type="checkbox"] + label .checked_icon .fas {
	position: absolute;
	font-size: 18px;
	line-height: 1;
	opacity: 0;
	left: 5px;
	top: -2px;
}
.radio input[type="radio"]:checked + label .checked_icon .fas,
.checkbox input[type="checkbox"]:checked + label .checked_icon .fas {
	opacity: 1;
}
.capcha_box {
	position: relative;
	height: 58px;
	width: 260px;
}
.capcha_box .g-recaptcha {
	-webkit-transform: scale(0.75) translateX(-50%);
		 -moz-transform: scale(0.75) translateX(-50%);
			-ms-transform: scale(0.75) translateX(-50%);
			 -o-transform: scale(0.75) translateX(-50%);
					transform: scale(0.75) translateX(-50%);
	position: absolute;
	margin-left: -37px;
	margin-top: -10px;
	left: 50%;
}
/* -------------------- */
/*.bootstrap-select .btn {
	font-family: 'Exo 2 Light Condensed';
  padding: 9px 40px 11px 13px;
  border: 1px solid #ced6e0;
  text-transform: none;
  position: relative;
  border-radius: 3px;
  line-height: 20px;
  font-size: 16px;
  color: #a4b0be;
  height: 42px;
  z-index: 3;
}
.bootstrap-select:hover .btn {
	background-color: #fff;
  border-color: #a4b0be;
  color: #a4b0be;
}
.bootstrap-select .btn .bs-caret {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	position: absolute;
	text-align: center;
	height: 40px;
	width: 40px;
	right: 0px;
	top: 0px;
}
.bootstrap-select .dropdown-toggle .caret {
  margin: -4px -6.5px 0 0;
	background-color: #000;
  position: absolute;
  height: 8px;
  width: 13px;
  right: 50%;
  border: 0;
  top: 50%;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none!important;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
  padding: 0;
  margin: 0;
  border: 0;
}
.bootstrap-select .dropdown-menu>li>a {
	display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}*/
.custom_select,
.custom_select2,
.custom_select3 {
	position: relative;
}
.custom_select .form-control.selectize-control,
.custom_select2 .form-control.selectize-control,
.custom_select3 .form-control.selectize-control {
	height: 42px;
}
.selectize-input {
	font-family: 'Exo 2 Light Condensed';
  padding: 9px 40px 11px 13px;
  border: 1px solid #ced6e0;
  border-radius: 3px;
  line-height: 20px;
  display: block;
  height: 42px;
}
.selectize-input,
.selectize-dropdown,
.selectize-input input {
	font-size: 16px;
  color: #282828;
}
.selectize-input input::-moz-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.selectize-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.selectize-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #a4b0be;
}
.selectize-input:hover {
  border-color: #a4b0be;
}
.selectize-input.focus {
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #a4b0be;
}
.selectize-input:focus {
	outline: none!important;
}
.selectize-control.single .selectize-input:after {
	font-family: Font Awesome\ 5 Free;
	text-align: center;
  font-weight: 900;
	content: "\f107";
  font-size: 16px;
  line-height: 1;
  color: #13cfcb;
  margin-top: 0;
  height: 16px;
  width: 12px;
  right: 13px;
  top: 12px;
  border: 0;
}
.selectize-control.single .selectize-input:hover:after {
	color: #30a9b6;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	color: #3c6382;
  margin-top: 0;
  border: 0;
}
.selectize-dropdown, .selectize-dropdown.form-control {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0;
  border: 0;
}
.selectize-dropdown-content {
	padding: 0;
}
.selectize-dropdown .option, 
.selectize-dropdown .optgroup-header {
	border-bottom: 1px solid #ced6e0;
  padding: 8px 14px;
}
.selectize-dropdown .option:hover, 
.selectize-dropdown .optgroup-header:hover {
	background-color: #f1f2f6;
}
.selectize-dropdown .option:last-child, 
.selectize-dropdown .optgroup-header:last-child {
	border-bottom: 0;
}
.selectize-dropdown .active {
  background-color: #fff;
  color: #282828;
}
/* -------------------- */
.file_upload {
	position: relative;
}
.file_upload .form-control {
	padding-right: 96px;
}
.file_upload.open .form-control,
.file_upload:hover .form-control {
	border-color: #a4b0be;
}
.file_upload .btn-choose {
	position: absolute;
	height: 30px;
	width: 86px;
	z-index: 3;
	right: 5px;
	top: 6px;
}
.file_upload .btn-choose > span {
	position: absolute;
	padding: 4px 0;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.file_upload .btn-reset {
	font-family: 'Exo 2 Regular Condensed';
	background-color: #fff;
	text-transform: none;
	position: absolute;
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	display: block;
	min-width: 95%;
	color: #00cec9;
	z-index: 2;
	bottom: 1px;
	right: 1px;
	left: 1px;
	top: 1px;
}
.btn-reset:hover {
	color: #22a6b3;
}
.btn-reset:focus,
.btn-reset:active {
	color: #3c6382;
}
.file_upload .btn.btn-reset .fas {
	margin: 4px 6px 0 0;
	font-size: 12px;
	float: left;
}
.file_upload .btn-reset,
.file_upload .btn-choose > span.file_load,
.file_upload .btn-choose.open > span.file_not_load {
	display: none;
}
.file_upload .btn-reset.open,
.file_upload .btn-choose > span.file_not_load,
.file_upload .btn-choose.open > span.file_load {
	display: block;
}
/* -------------------- */
.has-error .form-control,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #ff4757;
}
.has-success .form-control,
.has-success .form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #05c46b;
}
label.control-label {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	line-height: 20px;
	padding: 10px 5px;
	font-size: 16px;
	height: 40px;
	width: 40px;
	opacity: 0;
	right: 1px;
	top: 1px;
}
.control-label .fa-check, 
.control-label .fa-exclamation-circle {
	display: none;
}
.has-error .control-label,
.has-success .control-label {
	opacity: 1;
}
.has-error .control-label {
	color: #ff4757;
}
.has-error .control-label .fa-exclamation-circle {
	display: inline;
}
.has-success .control-label {
	color: #05c46b;
}
.has-success .control-label .fa-check {
	display: inline;
}
/* FORMS END */



/* COLORS */
.c_red {
	color: #ff4757;
}
.c_grey {
	color: #a4b0be;
}
.c_green {
	color: #05c46b;
}
.c_white {
	color: #ffffff;
}
.c_black {
	color: #000000;
}
.c_orange {
	color: #f79f1f;
}
/* -------------------- */
.bg_red {
	background-color: #ff4757;
}
.bg_green {
	background-color: #05c46b;
}
.bg_orange, .bg_orange_red {
	background-color: #f79f1f;
}
/* 11-03-2019 */
.bg_orange_red {
	overflow: hidden;
}
.bg_orange_red::after {
	-webkit-transform: rotate(30deg);
		 -moz-transform: rotate(30deg);
			-ms-transform: rotate(30deg);
			 -o-transform: rotate(30deg);
					transform: rotate(30deg);
	background-color: #ff4757;
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 1px;
	top: 4px;
}
/* 11-03-2019 end */
.bg_blue {
	background-color: #0a3d62;
}
.bg_grey {
	background-color: #a4b0be;
}
.bg_white {
	background-color: #fff;
}
/* -------------------- */
.bg_light_red {
	background-color: #ffecee;
}
.bg_light_green {
	background-color: #e6f9f0;
}
.bg_light_orange {
	background-color: #fef5e8;
}
.bg_light_blue {
	background-color: #e6ebef;
}
.bg_light_grey {
	background-color: #f1f2f6;
}
/* COLORS END */



/* CAPTIONS */
h1 {
  font-family: 'Exo 2 Bold Condensed';
	line-height: 1.1765;
	color: #05c46b;
}
h2 {
	font-family: 'Exo 2 Semi Bold Condensed';
	line-height: 1.25;
	color: #05c46b;
}
h3 {
	font-family: 'Exo 2 Semi Bold Condensed';
	line-height: 1.25;
	color: #000;
}
h1, h2, h3 {
	text-transform: uppercase;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 519px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 16px;
	}
}
/* CAPTIONS END */


/* TEXT, LISTS, HINTS */
p {
	font-family: 'Exo 2 Light Condensed';
	line-height: 1.5625;
	margin-bottom: 0;
	font-size: 16px;
	color: #282828;
}
/* -------------------- */
.hint {
	line-height: 1.417;
	font-size: 12px;
	color: #a4b0be;
	display: block;
}
/* -------------------- */
.usual_list li,
.numbered_list {
	margin-bottom: 0;
}
.usual_list li,
.numbered_list li {
	position: relative;
	padding-left: 15px;
}
.list_icon {
	position: absolute;
	color: #05c46b;
	left: 0;
	top: 0;
}
.usual_list .list_icon {
	line-height: 25px;
	font-size: 4px;
}
.numbered_list .list_icon {
  font-family: 'Exo 2 Bold Condensed';
	font-size: 16px;
}
/* TEXT, LISTS, HINTS END */



/* TABLES END */
.table_box {
	position: relative;
}
.table_box .grey_border {
	margin-bottom: 3px;
}
.table_box .table-responsive {
	border: 0;
}
.table_box .table {
	margin-bottom: 0;
}
.table_box .table>tbody>tr:hover {
	background-color: #fafafa;
}
.table_box .table>thead>tr>th,
.table_box .table>tbody>tr>th {
	font-family: 'Exo 2 Semi Bold Condensed';
	background-color: #f1f2f6;
  vertical-align: middle;
  border-radius: 3px;
  padding: 10px 13px 10px 7px;
  line-height: 1.25;
  border-bottom: 0;
  font-size: 16px;
  border-top: 0;
}
.table_box .table>tbody>tr>td {
	border-bottom: 1px solid #ced6e0;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  /* padding: 7px 13px; */
  padding: 7px 7.5px;
  line-height: 1.25;
  border-top: 0;
}
.table_box .table>tbody>tr.last>td {
	border-bottom: 0;
}
.table_box .table>tbody>tr>td:after {
	background-color: #ced6e0;
	position: absolute;
	content: "";
	width: 1px;
	bottom: 9px;
	right: 0;
	top: 9px;
}
.table_box .table>tbody>tr>td:last-child:after {
	display: none;
}
.table_box .table>tbody>tr:last-child>td {
	border-bottom: 0;
}
.table_box .game_result {
	display: inline-block;
	/* padding: 0 10px; */
	padding: 0px 0px;
	/* min-width: 48px; */
}
.table_box .for_star {
	margin-right: 10px;
}
.for_star {
	position: relative;
	display: inline;
	font-size: 14px;
	color: #00cec9;
}
.for_star .far.fa-star {
	position: relative;
	opacity: 1;
	left: 0;
	top: 0;
}
.for_star .fas.fa-star {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
.for_star.active .far.fa-star {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
.for_star.active .fas.fa-star {
	position: relative;
	opacity: 1;
	left: 0;
	top: 0;
}
.flag_icon {
	display: inline-block;
	margin-right: 10px;
	max-width: 16px;
}
/* 10-03-2019 */
.deletion_card {
	position: relative;
	border-radius: 2px;
	display: block;
	height: 12px;
	width: 8px;
}
/* TABLES END */



/* INDICATORS AND PAGINATION */
.indicator,
.indicator_small {
	text-transform: uppercase;
	margin: 5px 3px 5px 0;
	text-align: center;
	border-radius: 3px;
	line-height: 20px;
	/* padding: 5px 0; */
	padding: 5px;
	height: 30px;
	/* width: 16px; */
	width: 30px;
	color: #fff;
	float: left;
}
a.indicator,
a.indicator_small {
	text-decoration:none;
}
a.indicator:visited,
a.indicator:active,
a.indicator_small:visited,
a.indicator_small:active {
	color:#fff;
}
a.indicator:hover,
a.indicator_small:hover {
	color:#fff;
	text-decoration:underline;
}
.indicator.bg_light_grey,
.indicator_small.bg_light_grey {
	color: #000;
}
.indicator {
	font-size: 16px;
}
.indicator_small {
	font-size: 14px;
}
/* -------------------- */
.pagination {
  border-radius: 3px;
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
	font-family: 'Exo 2 Light Condensed';
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 20px;
  padding: 9px 5px;
  font-size: 16px;
	min-width: 40px;
	height: 40px;
  color: #000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #05c46b;
  border-color: #05c46b;
  color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #05c46b;
  border-color: #05c46b;
  color: #fff;
  cursor: default;
}
/* INDICATORS AND PAGINATION END */



/* ALERTS AND TOOLTIPS */
.alert {
  padding: 13px 15px 12px 65px;
  margin-bottom: 20px;
  border-radius: 3px;
  position: relative;
  min-height: 70px;
  border: 0;
}
.alert_icon {
	position: absolute;
	text-align: center;
	padding-top: 20px;
	font-size: 30px;
	line-height: 1;
	width: 65px;
	bottom: 0;
	left: 0;
	top: 0;
}
.alert-success {
	background-color: #e6f9f0;
	color: #05c46b;
}
.alert-danger {
	background-color: #ffecee;
	color: #ff4757;
}
.alert-warning {
	background-color: #fef5e8;
	color: #f79f1f;
}
/* -------------------- */
.arrow_box {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	padding: 15px 20px;
	max-width: 265px;
}
.arrow_box::after {
  -webkit-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-45deg);
		 -moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			 -o-transform: rotate(-45deg);
					transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
		 -moz-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
			 -o-transform-origin: 0 0;
					transform-origin: 0 0;
  border: 10px solid #fff;
  position: absolute;
  margin-left: -5px;
  content: "";
  left: 20px;
  top: 100%;
  height: 0;
  width: 0;
}
/* ALERTS AND TOOLTIPS END */



/* UI Kit */
#ui_head {
	background-color: #fff;
	padding: 16px 0;
}
#ui_head .container {
	position: relative;
}
#ui_head .logo {
	margin-right: 45px;
	float: left;
	width: 100%;
}
.ui_descriptions {
	text-align: left;
	max-width: 170px;
	padding: 7px 0;
	float: left;
	width: 100%;
}
.ui_version {
  font-family: 'Exo 2 Bold Condensed';
	text-transform: uppercase;
	line-height: 1.1765;
	position: absolute;
	padding: 4px 15px;
	font-size: 34px;
	color: #05c46b;
	right: 0;
	top: 0;
}
@media screen and (max-width: 559px) {
	#ui_head .logo {
		margin-right: 0;
		float: left;
	}
	.ui_descriptions {
		text-align: right;
		padding: 20px 0 0;
		float: right;
	}
	.ui_descriptions .hint {
		line-height: 14px;
	}
	.ui_version {
		padding: 0px 15px;
		font-size: 24px;
		line-height: 1;
		top: -3px;
	}
}
@media screen and (max-width: 389px) {
	#ui_head .logo {
		height: 28px;
		width: 90px;
		float: none;
	}
	.ui_descriptions {
		text-align: center;
		padding: 10px 0 0;
		max-width: 100%;
		float: none;
	}
	.ui_version {
		line-height: 28px;
		font-size: 26px;
		top: 0;
	}
}
/* -------------------- */
#ui_main {
	background-color: #fff;
	padding-bottom: 200px;
}
.ui_title {
  font-family: 'Exo 2 Bold Condensed';
	background-color: #fafafa;
	text-transform: uppercase;
	line-height: 1.1765;
	font-size: 34px;
	padding: 21px 0;
	color: #05c46b;
}
.ui_subtitle {
	border-bottom: 1px solid #ced6e0;
	padding: 26px 0 12px;
	margin-bottom: 19px;
}
/* -------------------- ui typography */
.ui_title_blocks {
	margin-bottom: 35px;
}
/* -------------------- */
.ui_paragraf p {
	margin-bottom: 30px;
}
.ui_paragraf .hint+.hint {
	padding: 5px 0;
}
/* -------------------- */
.ui_lists ol {
	padding: 10px 0 15px;
}
.ui_lists ul {
	padding: 0 0 15px;
}
/* -------------------- */
.ui_links {
	padding-bottom: 20px;
}
.ui_links2 {
	padding-bottom: 10px;
}
.ui_links2 a.iconed_link {
	margin-bottom: 10px;
}
/* ------------------- ui forms */
.ui_text_inputs .form-group {
	margin-bottom: 18px;
}
.ui_text_inputs .form-control[disabled] {
	margin-top: 38px;
}
/* -------------------- */
.ui_checkbox {
	padding-bottom: 20px;
}
/* ------------------- ui buttons */
#ui_buttons {
	padding-bottom: 25px;
}
.ui_button {
	padding-bottom: 20px;
}
.ui_button .btn {
	margin-bottom: 20px;
}
.ui_button .btn.btn-block+.btn.btn-block {
	margin-bottom: 0;
  margin-top: 20px;
}
.ui_button .btn-block+.btn-block {
  margin-top: 0;
}
/* -------------------- */
.ui_tabs {
	max-width: 120px;
}
.ui_tabs ul.tabs_list li {
	padding-bottom: 20px;
}
/* -------------------- */
.ui_pagination {
	margin-right: -15px;
}
/* -------------------- ui blocks */
#ui_blocks {
	padding-bottom: 30px;
}
.ui_tooltip {
	padding-bottom: 10px;
}
/* -------------------- ui colors */
.ui_colors {
	padding-bottom: 10px;
	padding-top: 30px;
}
.ui_colors+.ui_colors {
	padding-bottom: 30px;
	padding-top: 0;
}
.ui_color_box {
	text-align: center;	
}
.ui_color_box .hint {
	margin-bottom: 14px;
}
.ui_color_label {
	text-align: right;
	padding: 12px 0;
}
.ui_color {
	margin-bottom: 8px;
	border-radius: 3px;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 12px;
	height: 41px;
}
/* -------------------- */
.ui_color.bg_title {
	background-color: #05c46b;
}
.ui_color.bg_subtitle {
	background-color: #000000;
}
.ui_color.bg_text {
	background-color: #282828;
}
.ui_color.bg_labels {
	background-color: #a4b0be;
}
.ui_color.bg_link_normal {
	background-color: #00cec9;
}
.ui_color.bg_link_hover {
	background-color: #22a6b3;
}
.ui_color.bg_link_usial {
	background-color: #3c6382;
}
.ui_color.bg_link_visited {
	background-color: #82ccdd;
}
.ui_color.bg_link_disabled {
	background-color: #ced6e0;
}
.ui_color.bg_table {
	background-color: #ced6e0;
}
.ui_color.bg_hover_table {
	background-color: #a4b0be;
}
.ui_color.bg_subtitle_table {
	background-color: #f1f2f6;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ui_color_label {
		text-align: left;
	}
}
@media screen and (max-width: 767px) {
	.ui_color_label {
		text-align: center;
	}
}
/* UI Kit END */





/* HEADER */
#main header {
	min-height: 58px;
}
#window_main header {
	min-height: 70px;
}
body.head-not-move #head {
	position: relative;
}
#head {
	-webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	background-color: #fff;
	position: fixed;
	padding: 8px 0;
	z-index: 6;
	right: 0;
	left: 0;
	top: 0;
}
#head a.iconed_link {
	font-family: 'Exo 2 Semi Bold Condensed';
	text-transform: uppercase;
	line-height: 20px;
	font-size: 16px;
	display: block;
	float: left;
}
#head a.iconed_link .link_icon {
	font-size: 16px;	
}
/* -------------------- */
.logo {
	background: url(../img/SportScores-Logo_alpha.svg) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 135px;
	display: block;
	height: 42px;
}
/* -------------------- */
.menu_btn {
	font-family: 'Exo 2 Semi Bold Condensed';
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 15px;
	font-size: 16px;
	cursor: pointer;
}
.menu_btn span.c_green {
	padding-right: 15px;
}
.menu_btn span.c_black .fa-angle-down {
	margin-left: 5px;
}
/* -------------------- */
.head_search {
	position: relative;
}
.head_search .form-group {
	margin-bottom: 0;
}
.head_search.active {
	position: fixed;
	z-index: 1030;
	height: 100%;
	width:360px;
}
.search_box {
	position: relative;
	max-width: 570px;
	z-index: 5;
}
.head_search.active .search_box {
	padding-bottom: 30px;
	overflow-x: visible;
/*	overflow-y: auto;*/
	max-height: 100%;
}
.head_search.active .search_input {
	position: relative;
/*	max-width: 265px;*/
	z-index: 5;
}
.head_search.active::after {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.72);
	position: absolute;
	height: 1000%;
	width: 1000%;
	content: "";
	left: 50%;
	top: -30px;
}
.search_info {
	background-color: #fff;
	border-radius: 3px;
	display: none;
	/* corrected 13 04*/
	width:160%;
	max-height:500px;
	overflow-y:auto;
	/*---*/
}
.head_search.active .search_info {
	display: block;
}
.search_list {
	margin-bottom: 0;
}
.search_list li {
	border-bottom: 1px solid #ced6e0;
	padding: 8px 0 9px;
}
.search_list li:last-child {
	border-bottom: 0;
}
.search_list_title {
	position: relative;
	padding-left: 68px;
}
.search_list_box {
	position: relative;
	padding-left: 68px;
	cursor:pointer;
}
.search_list_box .for_star {
	display: none;
}
.search_list_box.star_active .for_star {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
					transform: translateY(-50%);
	position: absolute;
	display: block;
	line-height: 1;
	left: 14px;
	top: 50%;
}
.search_list_box .search_list_ava {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 36px;
	top: 3px;
}
.search_list_box .search_list_ava .gamer_ava {
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.search_list_ava img,
.search_list_ava svg {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
					transform: translateY(-50%);
	position: absolute;
	height: auto;
	width: 100%;
	top: 50%;
	left: 0;
}
.search_list_box .hint {
	display: inline-block;
	padding: 0 15px;
}
.search_filter {
	background-color: #f1f2f6;
	padding: 10px;
}
.search_filter .custom_select {
	width: 195px;
	float: left;
}
.search_filter .custom_select .selectize-input {
  padding: 4px 40px 4px 13px;
  min-height: 30px;
  font-size: 16px;
  color: #282828;
  height: 30px;
}
.search_filter .custom_select .selectize-input:after {
	top: 8px;
}
.search_filter .custom_select .form-control.selectize-control {
  height: 30px;
}
.search_filter .window_tabs {
	padding-bottom: 0;
	float: right;
}
.search_filter .window_tabs ul.tabs_list {
	margin-bottom: 0;
}
.search_filter .window_tabs ul.tabs_list li {
	background-color: #fff;
}
.search_filter .window_tabs ul.tabs_list li a {
	padding: 4px 14px;
}
.search_info .results_table.table > tbody > tr > td:nth-child(3),
.search_info .results_table.table > tbody > tr > td:nth-child(5) {
	white-space: normal;
}
.search_info .results_table.table > tbody > tr > td:last-child {
	padding-right: 10px;
}
@media screen and (max-width: 991px) {
	.head_search.active {
		-webkit-transform: translateX(-50%);
			 -moz-transform: translateX(-50%);
				-ms-transform: translateX(-50%);
				 -o-transform: translateX(-50%);
						transform: translateX(-50%);
		max-width: 570px;
		display: block;
		width: 570px;
		left: 50%;
	}
	.head_search.active .search_input {
		max-width: 320px;
		margin: 0 auto;
	}
}
/* ================   container the last requests and popular   ================ */
.search_box .requests_box{
	
}
.search_box.not_empty .requests_box, 
.btn_reset, 
.search_box.not_empty .search_input .btn-search, 
.enter_min_letters.active{
	display: none;
}
.search_box.not_empty .btn_reset, 
.enter_min_letters{
	display: block;
}
.search_box.important_hidden .search_results{
	display: none !important;
}
.btn-search.disabled{
	cursor: default !important;
}
.social_use .btn.disabled{
	pointer-events: visible;
}
.requests_box .search_list_title, 
.requests_box .search_list_box {
	padding-left: 20px;
}
.search_list_box .for_star.clock{
	display: inline;
	margin-right: 6px;
}
.search_list li.requests_box{
	border: none;
}
.search_list li.enter_min_letters{
	padding-left: 20px;
	padding-right: 20px;
	color: #a4b0be;
	font-size: 12px;
}
.d-flex-cc{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.loading-con{
	padding: 40px 0px;
}
.loading-con p{
	text-align: center;
	padding-top: 8px;
}
a.btn-turquoise.disabled, 
a.btn-turquoise.disabled:hover, 
a.btn-turquoise.disabled:focus, 
a.btn-turquoise.disabled:active, 
a.btn-turquoise.disabled:visited, 
a.btn-turquoise.disabled{
	background-color: transparent;
	color: #000000;
}










/* 
.head_search.active .search_input{
	max-width: 360px;
} */
/* 
.head_search.active .search_input{
	max-width: 360px;
}
.head_search.active{
	width: auto;
} */
/* 
.requests_box, 
.enter_min_letters{
	display: none;
}
.search_results.loading{
	display: block !important;
}
 */
/* 
.btn_reset, 
.search_box.not_empty .btn_reset{
	display: none;
}
.search_box.not_empty .search_input .btn-search{
	display: block;
} */
/* -------------------- */
.user_logined {
	width: 85.4%;
	float: right;
}
/* -------------------- */
.time_on_site {
	padding: 4px 0 4px 30px;
	position: absolute;
	left: 100%;
	top: 0;
}
/* -------------------- */
.site_settings {
	position: relative;
	margin: 10.5px 0;
}
.user_notice {
	position: absolute;
	height: 20px;
	width: 30px;
	left: 100%;
	top: 0;
}
.user_notice a {
	position: relative;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: #00cec9;
	display: block;
	margin: 0 auto;
	width: 20px;
}
.user_notice a:hover {
	color: #22a6b3;
}
.user_notice a:focus,
.user_notice a:active,
.user_notice a.active {
	color: #3c6382;
}
.user_notice_text {
	font-family: 'Exo 2 Regular Condensed';
	background-color: #000;
	position: absolute;
	border-radius: 50%;	
	text-align: center;
	line-height: 12px;
	margin-left: -2px;
	font-size: 8px;
	height: 12px;
	width: 12px;
	color: #fff;
	left: 100%;
	top: 0;
}
/* -------------------- */
.profile_info {
	font-family: 'Exo 2 Semi Bold Condensed';
	text-transform: uppercase;
	padding: 0 0 0 50px;
	position: relative;
	line-height: 20px;
	font-size: 16px;
	margin: 1px 0;
	float: right;
}
.profile_info_box {
	cursor: pointer;
}
.user_name,
.user_balance {
	overflow: hidden;
	max-width: 97px;
}
.user_ava {
	position: absolute;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	overflow: hidden;
}
.user_ava svg {
	height: 40px;
	width: 40px;
}
.user_ava img {
	-webkit-transform: translate(-50%);
		 -moz-transform: translate(-50%);
			-ms-transform: translate(-50%);
			 -o-transform: translate(-50%);
					transform: translate(-50%);
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 0;
}
.user_actions {
	min-height: 22px;
	margin-bottom: 0;
}
.user_actions li {
	margin-right: 15px;
	line-height: 22px;
	font-size: 16px;
	float: left;
}
.user_actions li:last-child {
	margin-right: 0;
}
.user_dropdown {
	-webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	margin-bottom: 0;
	overflow: hidden;
	min-width: 125px;
	z-index: 99999;
	margin-top: 0;
	width: 100%;
	opacity: 0;
	top: 100%;
	right: 0;
}
.user_dropdown.open {
  margin-top: 10px;
  opacity: 1;
}
.user_dropdown li {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
	text-transform: none;
	text-align: right;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 0;
	padding: 0 10px;
	font-size: 16px;
	height: 0;
}
.user_dropdown.open li {
	border-bottom: 1px solid #ced6e0;
	padding: 7px 10px;
	height: 35px;
}
.user_dropdown li:last-child {
	border-bottom: 0;
}
.user_dropdown li a {
	font-family: 'Exo 2 Light Condensed';
	text-decoration: none;
	color: #282828;
	display: block;
}
.user_dropdown li a:hover {
	color: #22a6b3;
}
/* -------------------- */
.enter_block {
	padding: 10.5px 0 10.5px 35px;
	float: right;
	width: 100%;
}
.enter_block li:first-child {
	float: left;
}
.enter_block li:last-child {
	float: right;
}
.enter_block li:last-child a.iconed_link+a.iconed_link {
	margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.user_logined {
		width: 90%;	
	}
	.user_notice {
		margin-left: -15px;
	}
}
@media screen and (max-width: 991px) {
	#main header {
		min-height: 112px;
	}
	#head {
		padding: 20px 0 15px;
	}
	.time_on_site {
		padding: 0 0 0 20px;
		position: relative;
		margin-top: 15px;
		left: 0;
	}
	.time_on_site > .hint {
		line-height: 20px;
	}
	.time_on_site span.block {
		display: inline;
	}
	.user_logined {
		width: 100%;
		float: none;
	}
	.site_settings {
		position: relative;
		text-align: right;
		margin: 14px 0 0;
	}
	#head .site_settings a.iconed_link {
		float: none;
	}
	.user_notice {
		margin-right: 40px;
		margin-left: 0;
		right: 100%;
		left: auto;
	}
	.enter_block {
    float: none;
    padding: 0;
	}
	.enter_block ul {
		margin-bottom: 0;
		float: right;
	}
	.enter_block li:first-child,
	.enter_block li:last-child {
		float: none;
	}
	.enter_block li:first-child {
		margin-bottom: 5.5px;
	}
	.enter_block li:last-child a.iconed_link+a.iconed_link {
		margin-top: 5.5px;
		margin-left: 0;
	}
	#head .enter_block a.iconed_link {
		float: none;
	}
}
/* HEADER END */

/* NAVBAR */
#general_navbar .menu_name {
	font-family: 'Exo 2 Semi Bold Condensed';
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 24px;
	display: none;
	color: #fff;
}
/* -------------------- */
.navbar_list {
	margin-bottom: 25px;
}
.navbar_list li {
	border-bottom: 1px solid #ced6e0;
	padding: 7px 0;
}
.navbar_list li:last-child {
	border-bottom: 0;
}
.navbar_list li a,
.navbar_list li a:visited {
	font-family: 'Exo 2 Semi Bold Condensed';
	text-transform: uppercase;
	padding: 0 20px 0 35px;
	text-decoration: none;
	line-height: 1.5625;
	position: relative;
	font-size: 16px;
	display: block;
	color: #000;
}
.navbar_list li a:hover {
	color: #05c46b;
}
.navbar_icon {
	position: absolute;
	height: 25px;
	width: 25px;
	left: 0;
	top: 0;
}
.navbar_icon svg {
	height: 25px;
	width: 25px;
}
.navbar_text {
	display: block;
}
.navbar_list li a span.navbar_text .fas {
	position: absolute;
	right: 0;
	top: 6px;
}
/* -------------------- */
.navbar_list li a.in_developing {
	pointer-events: none;
	color: #ced6e0;
}
.navbar_list li a.in_developing .navbar_icon.c_green {
	color: #ced6e0;
}
.navbar_list li a.in_developing .navbar_icon svg .cls-1 {
	fill: #ced6e0;
}
/* -------------------- */
.banner_box {
	margin-bottom: 30px;
}
/* -------------------- */
.capers_home_list {
	margin-bottom: 10px;
}
.capers_home_list li {
	font-family: 'Exo 2 Light Condensed';
	line-height: 20px;
	padding: 2.5px 0;
	font-size: 14px;
}
.capers_home_list > li > .capers_name {
	width: 75%;
}
.capers_home_list > li > .capers_name strong {
	font-family: 'Exo 2 Semi Bold Condensed';
	font-weight: normal;
}
.capers_home_list > li > .capers_percents {
	text-align: right;
	color: #05c46b;
	width: 25%;
}

@media screen and (min-width: 992px) {
	.capers_home_title {
		margin: 0 auto 10px;
	}
	.capers_home_title a {
		font-family: 'Exo 2 Semi Bold Condensed';
		text-decoration: none;
		pointer-events: none;
		line-height: 30px;
		font-size: 24px;
		color: #000;
	}
	.capers_home_title > a > .capers_nav_icon {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	#general_navbar {
		padding: 25px 50px 10px 35px;
		background-color: #05c46b;
		margin-left: -280px;
		max-height: 100%;
		position: fixed;
		overflow: auto;
		z-index: 1030;
		opacity: 0;
		bottom: 0;
		left: 0;
		top: 0;
	}
	#general_navbar.open {
		margin-left: 0;
		opacity: 1;
	}
	.navbar_list li {
		border-color: #049d56;
	}
	.navbar_list li .cls-1 {
		fill: #fff;
	}
	.navbar_list li a:hover,
	.navbar_list li .navbar_icon.c_green {
		color: #fff;
	}
	#general_navbar .menu_name {
		display: block;
	}
	#general_navbar .banner_box {
		display: none;
	}
	.navbar_list li a.in_developing {
		pointer-events: none;
		color: #049d56;
	}
	.navbar_list li a.in_developing .navbar_icon.c_green {
		color: #049d56;
	}
	.navbar_list li a.in_developing .navbar_icon svg .cls-1 {
		fill: #049d56!important;
	}
	.capers_home_list,
	.capers_more {
		display: none;
	}
	.capers_home_title > a {
		font-family: 'Exo 2 Semi Bold Condensed';
		text-transform: uppercase;
		text-decoration: none;
		position: relative;
		padding-left: 35px;
		line-height: 20px;
		font-size: 16px;
		color: #000;
	}
	.capers_home_title > a:hover {
		color: #fff;
	}
	.capers_home_title > a > .capers_nav_icon {
		position: absolute;
		text-align: center;
		height: 20px;
		width: 25px;
		color: #fff;
		left: 0;
		top: 0;
	}
}
/* NAVBAR END */





/* FOOTER */
#footer_box {
	position: relative;
}
#footer {
	background-color: #fafafa;
	padding: 22px 0 23px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	right: 0;
	left: 0;
}
#footer::after {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	background-color: #f1f2f6;
	position: absolute;
	width: 1000%;
	height: 9px;
	content: "";
	left: 50%;
	top: 0;
}
/* -------------------- */
.age_limit {
	line-height: 1.42857;
	padding: 0 0 0 80px;
	position: relative;
	margin: 9px 0 6px;
	max-width: 345px;
	font-size: 14px;
}
.age_limit_icon {
	font-family: 'Exo 2 Bold Condensed';
	border: 5px solid #f1f2f6;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	padding: 10px 0;
	height: 60px;
	width: 60px;
	left: 0;
	top: 0;
}
/* -------------------- */
.footer_nav ul {
	margin-bottom: 0;
	text-align: right;
}
.footer_nav ul li a {
	color: #282828;
}
.footer_nav ul li a:hover {
	color: #22a6b3;
}
.footer_nav ul li a:focus,
.footer_nav ul li a:active,
.footer_nav ul li a.active {
	color: #3c6382;
}
.footer_nav ul li a:visited {
	color: #82ccdd;
}
/* -------------------- */
.copyright {
	font-family: 'Exo 2 Regular Condensed';
	text-align: center;
	max-width: 200px;
	font-size: 16px;
	line-height: 1;
}

@media screen and (min-width: 992px) {
	#footer_box {
		height: 121px;
	}
	.copyright {
		margin: -20px auto 0;
	}
}
@media screen and (max-width: 991px) {
	#footer_box {
		height: 156px;
	}
	.copyright {
		margin: 20px auto 0;
	}
}
/* FOOTER END */

/* HOME PAGE */
.content_box {
	background-color: #fff;
	padding: 8px 15px 12px;
	margin: 10px -15px 0;
}
/* -------------------- */
.home_title {
	margin-bottom: 13px;
}
.home_title h1 {
	float: left;
}
.filter_box {
	margin-bottom: 0;
}
.filter_box > li {
	padding: 14px 0 0 20px;
	float: left;
}
.filter_box > li a.iconed_link .link_text,
.filter_box > li button.iconed_link .link_text {
	font-family: 'Exo 2 Semi Bold Condensed';
	display: inline-block;
	line-height: 25px;
	font-size: 18px;
}
.filter_box > li a.iconed_link .link_icon,
.filter_box > li button.iconed_link .link_icon {
	padding-left: 5px;
	line-height: 25px;
	margin-top: 1px;
	font-size: 18px;
	float: right;
}
/* -------------------- */
.info_date {
	position: relative;
	margin: 0 0 0 auto;
	text-align: center;
	line-height: 40px;
	padding: 0 15px;
	font-size: 24px;
	/* z-index: 999; */
	width: 180px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
/* 10-03-2019 */
.info_date a.iconed_link .link_text,
.info_date button.iconed_link .link_text {
	font-family: 'Exo 2 Semi Bold Condensed';
	line-height: 40px;
	font-size: 24px;
}
.info_date a.iconed_link .link_icon,
.info_date button.iconed_link .link_icon {
	padding-right: 10px;
	line-height: 40px;
	font-size: 16px;
	float: left;
}
/* 10-03-2019 end */
.info_date .prev_date,
.info_date .next_date {
	position: absolute;
	/* height: 40px; */
	width: 15px;
	/* top: 0; */
}
.info_date .prev_date {
	left: 0;
}
.info_date .next_date {
	right: 0;
}

.calendar_arrow {
	color:#00cec9;
}
.calendar_arrow:hover {
	color:#22a6b3;
}
.calendar_arrow:focus {
	color:#3c6382;
}
/* -------------------- */
.tabs_block {
/*	margin-bottom: 3px;*/ /*???*/
	position: relative;
	z-index: 5;
}
.favorites_block {
	position: relative;
	float: right;
}
.favorites_btn {
	padding: 7.5px 0;
}
.favorites_btn button.iconed_link .link_text {
	font-family: 'Exo 2 Semi Bold Condensed';
	display: inline-block;
	line-height: 25px;
	font-size: 18px;
}
.favorites_btn button.iconed_link .link_icon {
	padding-left: 5px;
	line-height: 25px;
	margin-top: 1px;
	font-size: 18px;
	float: right;
}
.favorites_block .tabs_list {
	display: none;
}
ul.tabs_list {
	margin-bottom: 3px;
}
ul.tabs_list.open {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
ul.tabs_list.open li {
	display: inline-block;
	width: 100%;
}
ul.tabs_list.open li a {
	border-width: 0 0 1px 0;
	background-color: #fff;
	border-color: #ced6e0;
	padding: 8px 14px;
	border-radius: 0;
	text-align: left;
}
ul.tabs_list.open li:last-child a {
	border-bottom: 0;
}
ul.tabs_list.open li a:hover,
ul.tabs_list.open li a:focus,
ul.tabs_list.open li.active a {
	background-color: #f1f2f6;
	border-color: #ced6e0;
	color: #000;
}
/* -------------------- */
.results_table.table>tbody>tr>td {
  text-align: center;
}
.results_table.table>tbody>tr>td:nth-child(1){
	/* min-width:79px; */
	/* padding-right:0; */
	padding-right: 15px;
	width: 6%;
	padding-left:7px;
	text-align: left;
}
.results_table.table>tbody>tr>td:nth-child(2), 
.results_table.table>tbody>tr>td:nth-child(3){
	padding-left: 15px;
	padding-right: 15px;
	width: 5%;
}
.results_table.table>tbody>tr>td:nth-child(5){
	width: 4%;
}
/* .results_table.table>tbody>tr>td:nth-child(3):after, */
.results_table.table>tbody>tr>td:nth-child(4):after,
.results_table.table>tbody>tr>td:nth-child(5):after,
.results_table.table>tbody>tr>td:nth-child(6):after,
.results_table.table>tbody>tr>td:nth-child(7):after,
.results_table.table>tbody>tr>td:nth-child(8):after,
.results_table.table>tbody>tr>td:last-child:after {
	display: none;
}
.results_table.table>tbody>tr>td:nth-child(4) {
	white-space: normal;
	text-align: right;
}
.results_table.table>tbody>tr>td:nth-child(6) {
	white-space: normal;
	text-align: left;
}
.results_table.table>thead>tr>th:last-child,
.results_table.table>tbody>tr>th:last-child {
	text-align: right;
}
.results_table.table>tbody>tr>td:last-child {
	text-align: right;
	padding-right: 0;
	padding-left: 0;
}
.results_table.table>tbody>tr>td .hint {
	white-space: nowrap!important;
}
.results_table.table>tbody>tr>td .hint.icon_left .deletion_card {
	margin-left: 2px;
	float: left;
}
.results_table.table>tbody>tr>td .hint.icon_left .far {
	line-height: 20px;
	margin-right: 5px;
}
.results_table.table>tbody>tr>td .hint.icon_right .deletion_card {
	margin-right: 2px;
	float: right;
}
.results_table.table>tbody>tr>td .hint.icon_right .far {
	line-height: 20px;
	margin-left: 5px;
}

.match_line_time {
	/* float:left; */
	display: inline-block;
}

.date_upper_line, .date_lower_line {
	font-size:12px;
	line-height:12px;
}

tr.matchline {
	cursor:pointer;
}

@media screen and (min-width: 1200px) {
	.favorites_btn {
		display: none;
	}
	.favorites_block .tabs_list {
		display: block;
	}
}
@media screen and (max-width: 1199px) {
	.favorites_block .tabs_list.open {
		position: absolute;
		display: block;
		top: 100%;
		right: 0;
	}
	.table_box .table>thead>tr>th,
	.table_box .table>tbody>tr>th,
	.table_box .table>tbody>tr>td {
		padding: 7px 8px;
	}
	/* 10-03-2019 */
	/*.results_table.table>tbody>tr>td .hint.icon_left span,
	.results_table.table>tbody>tr>td .hint.icon_right span {
		display: none;
	}*/
	/* 10-03-2019 end */
	.results_table.table>tbody>tr>td:first-child {
		text-align: left;
	}
	.results_table.table>tbody>tr>td .hint.icon_left .far {
		margin-right: 0;
	}
	.results_table.table>tbody>tr>td .hint.icon_right .far {
		margin-left: 0;
	}
}
/* HOME PAGE END */





/* PAGE TITLE */
.page_title {
	padding: 12px 0 30px 100px;
	position: relative;
}
.page_title .flag {
	position: absolute;
	max-width: 85px;
	top: 12px;
	left: 0;
}
.player_ava {
	background-color: #f1f2f6;
	border-radius: 3px;
	position: absolute;
	height: 85px;
	width: 85px;
	top: 12px;
	left: 0;
}
.player_ava svg {
	height: 85px;
	width: 85px;
}
.player_ava img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 0;
}
.page_title h1 {
	line-height: 40px;
}
.page_title p {
	line-height: 1.25;
}
.page_title .team_ava {
	position: absolute;
	width: 70px;
	left: 0;
	top: 12px;
}
.page_title h1 .for_star {
	line-height: 20px;
	margin-left: 14px;
}
/* -------------------- */
#country-page .page_title h1 {
	margin: -3px 0 3px;
	line-height: 1;
}
#player-page .page_title {
	max-width: 58%;
	float: left;
}
#player-page .page_subtitle {
	max-width: 40%;
}
#team-page .page_title h1 {
	margin: -3px 0 3px;
	line-height: 1;
}
/* -------------------- */
.page_subtitle {
	padding: 20px 100px 5px 0;
	position: relative;
	text-align: right;
	float: right;
}
.page_subtitle .team_ava {
	position: absolute;
	right: 15px;
	width: 70px;
	top: 10px;
}
.page_subtitle h2 .for_star {
	margin-right: 8px;
	line-height: 30px;
	float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#player-page .page_title {
		max-width: 50%;
		float: left;
	}
	#player-page .page_subtitle {
		max-width: 45%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.page_subtitle {
		padding: 20px 80px 5px 0;
	}
	.team_ava {
		width: 66px;
		right: 0;
	}
}
/* PAGE TITLE END */





/* ERROR PAGE */
#error_page {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	position: absolute;
	text-align: center;
	width: auto;
	left: 50%;
	top: 50%;
}
#error_page::after {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	background-color: #fff;
	position: absolute;
	height: 1000%;
	width: 1000%;
	content: "";
	top: 110px;
	left: 50%;
}
#error_page .error_page_content {
	position: relative;
	width: 390px;
	z-index: 3;
}
#error_page .error_page_content svg {
	height: 140px;
	width: 390px;
}
#error_page h1 {
	padding: 25px 0;
}
/* ERROR PAGE END */





/* TEAM PAGE */
.composition {
	padding: 20px 0 15px;
}
.composition_table.table>thead>tr>th,
.composition_table.table>tbody>tr>th {
  padding: 10px 15px;
}
.composition_table.table>thead>tr>th {
	border-bottom: 2px solid #fff;
	text-align: center;
}
.composition_table.table>thead>tr>th .deletion_card {
	margin: 0 auto;
}
.composition_table.table>thead>tr>th .fas {
	font-size: 12px;
}
.composition_table.table>thead>tr>th:first-child {
	text-align: left;
}
.composition_table.table>tbody>tr>td {
  padding: 5px 15px;
  text-align: center;
}
.composition_table.table>tbody>tr.treiner_row>td:after {
	display: none;
}
.composition_table.table>tbody>tr.treiner_row>td:first-child:after {
	display: block;
}
.composition_table.table>tbody>tr>td:first-child {
	text-align: left;
	padding-left: 0;
}
.composition_table.table .hint {
	display: inline-block;
}
.hesh {
	padding-right: 35px;
}
.table_box .indicator {
	display: inline-block;
  margin: 0 10px 0 0;
	float: none;
}
.composition_tab {
	background-color: #f1f2f6;
	padding: 12px 20px 8px;
	border-radius: 3px;
	margin-top: 10px;
}
.composition_tab ul {
	margin-bottom: 0;
}
.composition_tab li {
	display: inline-block;
	padding-right: 25px;
}
.composition_tab li.active a {
	text-decoration: none;
	color: #000;
}
.composition_tab li:last-child {
	padding-right: 0;
}
.composition_tab li a {
	position: relative;
	float: left;
}
.composition_tab li a::after {
	border-width: 7px 11px 7px 11px;
	border-color: transparent;
	border-bottom-color: #fff;
	margin: 13px 0 0 -11px;
	border-style: solid;
	position: absolute;
	content: "";
	opacity: 0;
	left: 50%;
	top: 100%;
}
.composition_tab li.active a::after {
	margin-top: 0px;
	opacity: 1;
}
/* TEAM PAGE END */





/* COEFFICIENTS PAGE */
.coeff_box {
	border: 1px solid #ced6e0;
	display: inline-block;
	white-space: nowrap;
	padding-right: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 16px;
}
.coeff_box .fas {
	font-size: 12px;
}
.coeff_box .fas.fa-arrow-up {
	color: #05c46b;
}
.coeff_box .fas.fa-arrow-down {
	color: #ff4757;
}
.coeff_box .indicator {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: -1px 0px -1px -1px;
	background-color: #ced6e0;
	color: #000;
}
.coefficients_table tr > th:last-child {
	text-align: right;
}

.coefficients_table.table>tbody>tr>td:nth-child(3):after,
.coefficients_table.table>tbody>tr>td:nth-child(4):after,
.coefficients_table.table>tbody>tr>td:nth-child(5):after,
.coefficients_table.table>tbody>tr>td:nth-child(6):after,
.coefficients_table.table>tbody>tr>td:nth-child(7):after,
.coefficients_table.table>tbody>tr>td:nth-child(8):after,
.coefficients_table.table>tbody>tr>td:nth-child(9):after,
.coefficients_table.table>tbody>tr>td:last-child:after {
	display: none;
}
.coefficients_table.table>tbody>tr>td:nth-child(3),
.coefficients_table.table>tbody>tr>td:nth-child(5) {
	white-space: normal;
}
.coefficients_table.table>tbody>tr>td:nth-child(6),
.coefficients_table.table>tbody>tr>td:nth-child(7),
.coefficients_table.table>tbody>tr>td:nth-child(8),
.coefficients_table.table>tbody>tr>td:nth-child(9) {
	text-align: right;
	padding-left: 3px;
	padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.coeff_box,
	.coefficients_table,
	.coeff_box .indicator {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.coeff_box {
		padding-right: 5px;
	}
	.coeff_box .indicator {
		margin-right: 5px;
	}
}
/* COEFFICIENTS PAGE END */





/* WINDOW GAME PAGES */
#window_main {
	background-color: #fff;
	position: relative;
	/* min-height: 100%; */
	min-height: 100vh;
	overflow: hidden;
/*	min-width: 480px; ??? */
	margin: 0 auto;
}
#window_main .container-fluid {
	max-width: 760px;
	min-width: 480px;
	margin: 0 auto;
}
/* -------------------- */
#window_main #head {
	text-align: right;
	padding: 18px 0;
}
#window_main .logo {
	background: url(../img/SportScores-Logo.svg) left center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	max-width: 105px;
	display: block;
	height: 34px;
}
#window_main #head .btn,
#window_main #head a.btn {
	margin: 2px 0 2px auto;
	padding: 4px 13px 6px;
	text-transform: none;
	line-height: 18px;
}
#window_main #head .btn svg,
#window_main #head a.btn svg {
	display: inline-block;
	margin: 0 0 -4px 7px;
	width: 80px;
}
/* -------------------- */
#window_main #footer_box {
	height: 63px;
}
#window_main #footer {
	padding: 28px 0 19px;
}
#window_main .copyright {
	margin: 0 auto;
}
/* -------------------- */
#window_head {
	background-color: #fafafa;
	padding-top: 20px;
}
.league_name {
	font-family: 'Exo 2 Semi Bold Condensed';
	background-color: #f1f2f6;
	margin-bottom: 20px;
  border-radius: 3px;
  padding: 10px 13px;
  line-height: 1.25;
  font-size: 16px;
}
.league_name .for_star {
	margin-right: 10px;
	font-size: 14px;
	color: #00cec9;
}
.league_name a.iconed_link {
	margin-right: 4px;
	float: right;
}
.teams_game {
	margin-bottom: 20px;
	text-align: center;
}
.team_logo {
	position: relative;
	height: 65px;
}
.team_logo img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	top: 0;
}
.team_name {
	display: inline-block;
	margin: 10px auto 0;
	font-size: 16px;
}
.team_name .for_star {
	margin-right: 5px;
}
.game_result {
	text-align: center;
	padding: 15px 0;
}
.game_result h2 {
	margin-bottom: 5px;
}
.game_result .hint {
	line-height: 17px;
}
/* -------------------- */
#window_body {
	background-color: #fff;
	padding: 7px 0 20px;
	position: relative;
	margin-top: 2px;
}
#window_body .container-fluid {
	position: relative;
}
#window_body .container-fluid::after {
	background-color: #ced6e0;
	position: absolute;
	border-radius: 2px;
	display: block;
	height: 4px;
	content: "";
	right: 15px;
	left: 15px;
	top: -10px;
}
/* -------------------- */
.window_tabs {
	padding-bottom: 20px;
}
/* -------------------- */
#window_body .table_box .table-responsive {
	margin-bottom: 0;
}
.table_box .table.overview_table > thead > tr > th,
.table_box .table.overview_table > tbody > tr > th {
  padding: 10px 15px;
}
.table_box .table.overview_table > thead > tr > th:first-child,
.table_box .table.overview_table > tbody > tr > th:first-child {
  text-align: left;
}
.table_box .table.overview_table > thead > tr > th:last-child,
.table_box .table.overview_table > tbody > tr > th:last-child {
  text-align: right;
}
.table_box .table.overview_table > tbody > tr > td {
  padding: 10px 15px;
}
.table_box .table.overview_table > tbody > tr > td:first-child {
	text-align: left;
}
.table_box .table.overview_table > tbody > tr > td:last-child {
	text-align: right;
}
.table_box .table.overview_table > tbody > tr > td .game_action {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	min-width: 24px;
}
.game_action .deletion_card {
	display: inline-block;
}
.table_box .table.overview_table > tbody > tr.last > td {
	border-bottom: 0;
}
.table_box .table.overview_table > tbody > tr > td:after {
	display: none;
}
/* -------------------- */
.predictions_table_box {
	padding: 15px 0 20px;
}
.predictions_table_page {
	padding: 0 0 10px;
}
.predictions_table_title {
	padding-bottom: 5px;
}
.predictions_table_title h2 {
	float: left;
}
.predictions_table_title a {
	margin-top: 5px;
	float: right;
}
.predictions_table .btn-sm {
	text-transform: none;
	padding-right: 9px;
	padding-left: 9px;
}
.table_box .table.predictions_table>thead>tr>th,
.table_box .table.predictions_table>tbody>tr>th {
	text-align: center;
	padding: 10px 3px;
}
.table_box .table.predictions_table>tbody>tr>td {
	line-height: 30px;
	text-align: center;
	padding: 7px 5px;
}
.table_box .table.predictions_table>tbody>tr>td:last-child {
	padding: 7px 0px;
}
.table_box .table.predictions_table>tbody>tr:last-child>td {
	border-bottom: 1px solid #ced6e0;
}
.table_box .table.predictions_table>tbody>tr>td:last-child span.c_green {
	font-family: 'Exo 2 Semi Bold Condensed';
}
.table_box .table.predictions_table>tbody>tr>td:nth-child(5):after {
	display: none;
}
/* -------------------- */
.wind_coeff_block {
	padding-top: 10px;
}
.wind_coeff_block h2 {
	border-bottom: 1px solid #ced6e0;
	padding-bottom: 10px;
}
.wind_coeff_block ul li {
	padding: 10px 0;
	height: 50px;
}
.wind_coeff_block ul li:nth-child(odd) {
	position: relative;
	max-width: 90px;
	width: 100%;
	float: left;
}
.wind_coeff_block ul li:nth-child(even) {
	float: right;
}
.wind_coeff_block ul li .coeff_box {
	padding-right: 10px;
	margin-left: 10px;
	float: left;
}
.wind_coeff_block ul li .coeff_box .indicator {
	margin-right: 10px;
}
/* -------------------- */
#window_body .composition_tab {
	padding: 7.5px 15px;
	margin-top: 0;
}
#window_body .composition_tab li {
	padding-right: 20px;
}
#window_body .composition_tab li a {
	line-height: 1;
}
/* -------------------- */
.stat_list {
	margin-bottom: 20px;
}
.stat_list li {
	border-bottom: 1px solid #ced6e0;
	padding: 6px 10px 18px;
	position: relative;
	text-align: center;
	line-height: 1;
}
.stat_list li span {
	display: inline-block;
	padding: 0 30px;
}
.stat_list li span.left_stat,
.stat_list li span.right_stat {
	position: absolute;
	padding: 0;
	top: 6px;
}
.stat_list li span.left_stat {
	left: 10px;
}
.stat_list li span.right_stat {
	right: 10px;
}
.left_progress,
.right_progress {
	position: absolute;
	height: 10px;
	bottom: 1px;
}
.left_progress {
	margin-right: 0.5px;
	right: 50%;
	left: 10px;
}
.right_progress {
	margin-left: 0.5px;
	right: 10px;
	left: 50%;
}
.progress_line {
	position: absolute;
	height: 100%;
}
.progress_5 {
	width: 5%;
}
.progress_10 {
	width: 10%;
}
.progress_15 {
	width: 15%;
}
.progress_20 {
	width: 20%;
}
.progress_25 {
	width: 25%;
}
.progress_30 {
	width: 30%;
}
.progress_35 {
	width: 35%;
}
.progress_40 {
	width: 40%;
}
.progress_45 {
	width: 45%;
}
.progress_50 {
	width: 50%;
}
.progress_55 {
	width: 55%;
}
.progress_60 {
	width: 60%;
}
.progress_65 {
	width: 65%;
}
.progress_70 {
	width: 70%;
}
.progress_75 {
	width: 75%;
}
.progress_80 {
	width: 80%;
}
.progress_85 {
	width: 85%;
}
.progress_90 {
	width: 90%;
}
.progress_95 {
	width: 95%;
}
.progress_100 {
	width: 100%;
}
.left_progress .progress_line {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	right: 0;
}
.right_progress .progress_line {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	left: 0;
}
.progress_line.grey_line {
	background-color: #ced6e0;
}
.progress_line.green_line {
	background-color: #05c46b;
}
/* -------------------- */
.team_placement {
	padding-bottom: 10px;
}
.field_title {
	margin-bottom: 10px;
	border-radius: 3px;
	text-align: center;
	padding: 10px 15px;
	line-height: 1.25;
}
.field_title h3 {
	text-transform: none;
}
.field_box {
	background: url(../img/field-bg.png) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 3px;
	position: relative;
	margin: 0 auto;
	width: 450px;
}
.field_left,
.field_right {
	position: relative;
	height: 268px;
	width: 50%;
}
.player_box {
	position: absolute;
	font-size: 12px;
	line-height: 1;
	height: 50px;
	width: 50px;
}
.player_action {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	white-space: nowrap;
	position: absolute;
	text-align: left;
	min-width: 35px;
	left: 50%;
	top: 0;
}
.player_action .deletion_card {
	display: inline-block;
}
.player_action .fa-futbol,
.player_action .fa-arrow-down,
.player_action .deletion_card.bg_red,
.player_action .deletion_card.bg_orange,
.player_action .deletion_card.bg_orange_red {
	display: none;
}
.goal .player_action .fa-futbol,
.change_pl .player_action .fa-arrow-down,
.red_card .player_action .deletion_card.bg_red,
.orange_card .player_action .deletion_card.bg_orange,
.orange_card .player_action .deletion_card.bg_orange_red {
	display: inline-block;
}
.player_form {
	text-align: center;
	position: absolute;
	height: 18px;
	width: 100%;
	top: 16px;
}
.player_form span {
	position: absolute;
	padding-top: 3px;
	color: #000;
	width: 100%;
	z-index: 3;
	left: 0;
	top: 0;
}
.player_form .fa-tshirt {
	font-size: 18px;
	line-height: 1;
}
.player {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 50%;
}
/* -------------------- */
#left_4-3-3 .player_box.goalkeeper {
	margin-top: -25px;
	top: 50%;
	left: 0;
}
#left_4-3-3 .player_box.player_1 {
	bottom: 5px;
	left: 20px;
}
#left_4-3-3 .player_box.player_2 {
	bottom: 60px;
	left: 20px;
}
#left_4-3-3 .player_box.player_3 {
	left: 20px;
	top: 60px;
}
#left_4-3-3 .player_box.player_4 {
	left: 20px;
	top: 0;
}
#left_4-3-3 .player_box.player_5 {
	bottom: 25px;
	left: 80px;
}
#left_4-3-3 .player_box.player_6 {
	margin-top: -25px;
	left: 95px;
	top: 50%;
}
#left_4-3-3 .player_box.player_7 {
	left: 80px;
	top: 25px;
}
#left_4-3-3 .player_box.player_8 {
	bottom: 25px;
	left: 160px;
}
#left_4-3-3 .player_box.player_9 {
	margin-top: -25px;
	left: 160px;
	top: 50%;
}
#left_4-3-3 .player_box.player_10 {
	left: 160px;
	top: 25px;
}
/* -------------------- */
#right_4-3-3 .player_box.goalkeeper {
	margin-top: -25px;
	top: 50%;
	right: 0;
}
#right_4-3-3 .player_box.player_1 {
	bottom: 5px;
	right: 20px;
}
#right_4-3-3 .player_box.player_2 {
	bottom: 60px;
	right: 20px;
}
#right_4-3-3 .player_box.player_3 {
	right: 20px;
	top: 60px;
}
#right_4-3-3 .player_box.player_4 {
	right: 20px;
	top: 0;
}
#right_4-3-3 .player_box.player_5 {
	bottom: 25px;
	right: 80px;
}
#right_4-3-3 .player_box.player_6 {
	margin-top: -25px;
	right: 95px;
	top: 50%;
}
#right_4-3-3 .player_box.player_7 {
	right: 80px;
	top: 25px;
}
#right_4-3-3 .player_box.player_8 {
	bottom: 25px;
	right: 160px;
}
#right_4-3-3 .player_box.player_9 {
	margin-top: -25px;
	right: 160px;
	top: 50%;
}
#right_4-3-3 .player_box.player_10 {
	right: 160px;
	top: 25px;
}
/* -------------------- */
.table_box .table.compositions_table > thead > tr > th,
.table_box .table.compositions_table > tbody > tr > th {
  padding: 10px 13px;
}
.table_box .table.compositions_table > thead > tr > th:first-child,
.table_box .table.compositions_table > tbody > tr > th:first-child {
  text-align: center;
}
.table_box .table.compositions_table > tbody > tr > td:first-child {
	padding: 10px 5px 10px 58px;
	position: relative;
	text-align: left;
}
.table_box .table.compositions_table > tbody > tr > td:first-child .player_number {
	left: 13px;
}
.table_box .table.compositions_table > tbody > tr > td:first-child .player_flag {
	left: 34px;
}
.table_box .table.compositions_table > tbody > tr > td:last-child {
	padding: 10px 58px 10px 5px;
	position: relative;
	text-align: right;
}
.table_box .table.compositions_table > tbody > tr > td:last-child .player_number {
	right: 13px;
}
.table_box .table.compositions_table > tbody > tr > td:last-child .player_flag {
	right: 34px;
}
.table_box .table.compositions_table > tbody > tr > td .hint {
	display: inline-block;
}
.player_number {
	position: absolute;
	text-align: center;
	margin-top: -7px;
	font-size: 14px;
	line-height: 1;
	width: 19px;
	top: 50%;
}
.player_flag {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
					transform: translateY(-50%);
	position: absolute;
	line-height: 1;
	top: 50%;
}
.player_flag .flag_icon {
	display: block;
	margin: 0;
}
.player_name {
	display: inline-block;
	font-size: 14px;
}
.table_box .table.compositions_table > tbody > tr > td .game_action {
	display: inline-block;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	min-width: 6px;
	padding: 0 1px;
}
.table_box .table.compositions_table > tbody > tr.last > td {
	border-bottom: 0;
}
.table_box .table.compositions_table > tbody > tr > td:after {
	display: none;
}
/* -------------------- */
.table_box .table.experience_table > thead > tr > th {
	text-align: left;
  padding: 10px;
}
.table_box .table.experience_table > tbody > tr > td {
	text-align: center;
  padding: 5px 10px;
}
.table_box .table.experience_table > tbody > tr > td:nth-child(4) {
	padding: 5px 3px;
}
.table_box .table.experience_table > tbody > tr > td:nth-child(3),
.table_box .table.experience_table > tbody > tr > td:nth-child(5) {
	white-space: normal;
	padding: 5px 3px;
}
.table_box .table.experience_table > tbody > tr > td:nth-child(3) span,
.table_box .table.experience_table > tbody > tr > td:nth-child(5) span {
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
}
.table_box .table.experience_table > tbody > tr > td:nth-child(3) span.active_team,
.table_box .table.experience_table > tbody > tr > td:nth-child(5) span.active_team {
	background-color: #fafafa;
}
.table_box .table.experience_table > tbody > tr > td:nth-child(3)::after,
.table_box .table.experience_table > tbody > tr > td:nth-child(4)::after,
.table_box .table.experience_table > tbody > tr > td:nth-child(5)::after {
	display: none;
}
.table_box .table.experience_table > tbody > tr > td:last-child {
  padding-right: 0;
  padding-left: 5px;
}
.table_box .table.experience_table > tbody > tr > td:last-child .indicator {
	margin: 0;
}
/* -------------------- */
.table_box .table.bonus_table {
	margin-bottom: 20px;
}
.table_box .table.bonus_table > tbody > tr > td::after {
	display: none;
}
.table_box .table.bonus_table > tbody > tr > td:nth-child(1) {
	padding: 5px 15px;
	width: 55%;
}
.table_box .table.bonus_table > tbody > tr > td:nth-child(1) .bonus_logo {
	text-align: left;
	width: 76px;
}
.table_box .table.bonus_table > tbody > tr:first-child > td {
	font-size: 12px;
}
.table_box .table.bonus_table > tbody > tr:first-child > td .fas {
	margin-left: 3px;
	color: #00cec9;
}
.table_box .table.bonus_table > tbody > tr > td:nth-child(2),
.table_box .table.bonus_table > tbody > tr > td:nth-child(3),
.table_box .table.bonus_table > tbody > tr > td:nth-child(4) {
	text-transform: uppercase;
	text-align: center;
	line-height: 1.25;
	padding: 5px;
	width: 15%;
}
.table_box .table.bonus_table > tbody > tr > td span.bonus_digits {
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	padding: 5px 7px;
	min-width: 60px;
}
.table_box .table.bonus_table > tbody > tr > td span.bonus_digits.active_bonus {
	background-color: #fafafa;
}
span.bonus_digits .fas {
	line-height: 20px;
	font-size: 12px;
	float: left;
}
span.bonus_digits .fas.fa-arrow-up {
	color: #05c46b;
}
span.bonus_digits .fas.fa-arrow-down {
	color: #ff4757;
}
/* -------------------- */
.wind_bonus_block {
	padding-top: 10px;
}
.wind_bonus_block h2 {
	padding-bottom: 10px;
}
.bonus_list {
	margin-bottom: 0;
}
.bonus_list li {
	border-top: 1px solid #ced6e0;
	position: relative;
	padding: 12px 0;
}
.bonus_list li .bonus_logo {
	width: 90px;
}
.bonus_list li .bonus_about {
	width: 345px;
}
.bonus_list li a {
	display: inline-block;
}
.bonus_list .hint {
	padding: 12px 10px 3px 0;
}
/* WINDOW GAME PAGES END */





/* WINDOW TABLE PAGES */
#window_table_head {
	background-color: #fff;
	padding-top: 20px;
}
/* -------------------- */
.table_box .table.window_table > thead > tr > th {
	white-space: nowrap;
	text-align: left;
	font-size: 14px;
  padding: 10px;
}
.table_box .table.window_table > tbody > tr > td {
	text-align: center;
  font-size: 14px;
  padding: 5px 0;
}
.table_box .table.window_table > thead > tr > th:nth-child(2),
.table_box .table.window_table > thead > tr > th:nth-child(3),
.table_box .table.window_table > thead > tr > th:nth-child(4),
.table_box .table.window_table > thead > tr > th:nth-child(5),
.table_box .table.window_table > thead > tr > th:nth-child(6),
.table_box .table.window_table > thead > tr > th:nth-child(7) {
	text-transform: uppercase;
	text-align: center;
	padding: 10px 3px;
}
.table_box .table.window_table > thead > tr > th:nth-child(8) {
	text-align: center;
	padding: 10px 3px;
}
.table_box .table.window_table > thead > tr > th:nth-child(1) {
	padding: 10px 13px;
}
.table_box .table.window_table > thead > tr > th:nth-child(1) .fas {
	margin-right: 7px;
	color: #00cec9;
}
.table_box .table.window_table > tbody > tr > td::after {
	display: none;
}
.table_box .table.window_table > tbody > tr > td:nth-child(2)::after {
	display: block;
}
.table_box .table.window_table > tbody > tr > td .indicator {
	margin: 0 0 0 auto;
	display: block;
}
.table_box .table.window_table > tbody > tr > td:nth-child(1) .indicator {
	margin: 0;
}
.table_box .table.window_table > tbody > tr > td:nth-child(2) {
	padding: 10px 5px;
	text-align: left;
}
.table_box .table.window_table > tbody > tr > td:nth-child(7),
.table_box .table.window_table > tbody > tr > td:nth-child(8) {
	padding: 10px 3px 10px 3px;
}
/* -------------------- */
#wind_table_total .composition_tab {
	margin-bottom: 10px;
}
/* -------------------- */
.table_box #wind_htft_table.table.window_table > thead > tr > th:first-child {
	text-transform: none;
  padding: 10px;
}
.table_box #wind_htft_table.table.window_table > thead > tr > th {
	text-transform: uppercase;
	padding: 10px 5px;
}
/* -------------------- */
.window_filter {
	padding-bottom: 17px;
}
.window_filter ul {
	margin-bottom: 0;
}
.window_filter li {
	padding-right: 3px;
	width: 33.33%;
	float: left;
}
.window_filter li:last-child {
	padding-right: 0;
}
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(1) {
	padding-right: 15px;
	text-align: left;
}
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(1)::after {
  display: block;
}
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(1) .indicator {
	display: inline-block;
	margin-right: 8px;
}
.table_box #wind_table_bomb.table.window_table > thead > tr > th:nth-child(1) .fas {
	margin-right: 35px;
}
.table_box #wind_table_bomb.table.window_table > thead > tr > th:nth-child(2),
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(2) {
	padding: 5px 15px;
	text-align: left;
}
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(3),
.table_box #wind_table_bomb.table.window_table > tbody > tr > td:nth-child(4) {
	padding: 5px 7px;
}
/* -------------------- */
.tabs_qualification {
	margin-bottom: 20px;
}
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(3),
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(4),
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(5),
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(6),
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(7),
.table_box #qualification_table.table.window_table > thead > tr > th:nth-child(8) {
	padding: 10px;
}
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(3),
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(4),
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(5),
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(6),
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(7),
.table_box #qualification_table.table.window_table > tbody > tr > td:nth-child(8) {
	padding: 5px 10px;
}
/* -------------------- */
.table.setka > thead > tr > th,
.table.setka > tbody > tr > th,
.table.setka > thead:first-child > tr:first-child > th {
	font-family: 'Exo 2 Semi Bold Condensed';
	border-bottom: 20px solid #fff;
  padding: 10px 21px 10px 5px;
	background-color: #f1f2f6;
  vertical-align: middle;
  border-collapse: none;
  text-align: center;
  border-radius: 3px;
  line-height: 1.25;
  font-size: 16px;
  border-top: 0;
}
.table.setka > tbody > tr > td {
  vertical-align: middle;
  padding: 0 16px 0 0;
  border-top: 0;
}
.table.setka > tbody > tr > td:last-child {
	padding-right: 0;
}
.setka_box {
	position: relative;
}
.setka_box::after {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-width: 1px 1px 1px 0;
	border-color: #ced6e0;
	border-style: solid;
	position: absolute;
	bottom: 24.5px;
	content: "";
	width: 100%;
	left: 8px;
	top: 24.5px;
}
.setka_game {
	border: 1px solid #ced6e0;
	background-color: #fff;
	white-space: nowrap;
	position: relative;
	border-radius: 3px;
	line-height: 17px;
	min-width: 144px;
	font-size: 14px;
	padding: 7px;
	height: 50px;
	z-index: 3;
}
.setka_game ul li {
	padding-right: 25px;
	position: relative;
}
.setka_game ul li span.passes {
	font-family: 'Exo 2 Semi Bold Condensed';
}
.setka_game ul li .team_res {
	position: absolute;
	right: 3px;
	top: 0;
}
.setka_game ul li .team_res > span {
	display: inline-block;
}
.setka_game ul li .team_res > span+span {
	margin-left: 3px;
}
.setka_game::after {
	background-color: #ced6e0;
	position: absolute;
	content: "";
	right: 100%;
	top: 24.5px;
	height: 1px;
	width: 9px;
}
.team-2 .setka_box::after {
	display: none;
}
.team-4 .setka_game+.setka_game {
	margin-top: 190px;
}
.team-8 .setka_box+.setka_box {
	margin-top: 70px;
}
.team-8 .setka_game+.setka_game {
	margin-top: 70px;
}
.team-16 .setka_box+.setka_box {
	margin-top: 10px;
}
.team-16 .setka_game+.setka_game {
	margin-top: 10px;
}
/* WINDOW TABLE PAGES END */


/* --------- 09.03.2019 --------- */
.hint.icon_left,
.hint.icon_right,
.hint.icon_left.one_card,
.hint.icon_right.one_card {
	min-width: 10px;
}
.hint.icon_left.two_card,
.hint.icon_right.two_card {
	min-width: 20px;
}
.hint.icon_left.three_card,
.hint.icon_right.three_card {
	min-width: 30px;
}
.hint.icon_left.four_card,
.hint.icon_right.four_card {
	min-width: 40px;
}
.hint.icon_left.five_card,
.hint.icon_right.five_card {
	min-width: 50px;
}
.hint.icon_left.six_card,
.hint.icon_right.six_card {
	min-width: 60px;
}
/* calendar block */
.info_date button.iconed_link {
	font-size: 24px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}
.calend_block {
	-webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	padding: 0 10px;
	overflow: hidden;
	z-index: 99999;
	width: 250px;
	opacity: 0;
	height: 0;
	top: 100%;
}
.calend_block.left_side {
	left: 0;
}
.calend_block.right_side {
	right: 0;
}
.calend_block.open {
	height: 270px;	
	padding: 10px;
	opacity: 1;
}
#eventCalendar {
	width: 230px;
}
.eventCalendar-list-wrap {
	display: none;
}
/*.calend_block .custom_select {
	margin-bottom: 10px;
	margin-right: -10px;
}
.calend_block .custom_select2 {
	margin-bottom: 10px;
	margin-left: -10px;
}
.calend_block .table {
	margin-bottom: 0;
}
.calend_block .table>tbody>tr>td, 
.calend_block .table>tbody>tr>th, 
.calend_block .table>tfoot>tr>td, 
.calend_block .table>tfoot>tr>th, 
.calend_block .table>thead>tr>td, 
.calend_block .table>thead>tr>th {
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
}
.calend_block .table>tbody>tr>th,  
.calend_block .table>tfoot>tr>th,  
.calend_block .table>thead>tr>th {
  padding: 5px;
}
a.in_month,
a.out_month {
	font-family: 'Exo 2 Regular Condensed';
	text-decoration: none;
	color: #282828;
	display: block;
	padding: 5px;
}
a.in_month:hover {
	background-color: #ced6e0;
	color: #282828;
}
a.in_month.active {
	background-color: #05c46b;
	color: #fff;
}
a.out_month {
	pointer-events: none;
	color: #ccc;
}*/
/* calendar block */
.more_balloon {
	display: none;
}
.balloon_content p {
	margin-bottom: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff; 
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff; 
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff; 
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff; 
}
.tooltipster-sidetip .tooltipster-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27); 
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27); 
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.27);
  background-color: #fff; 
  border-radius: 5px;
  padding: 0;
  border: 0;
}
.tooltipster-sidetip .tooltipster-content {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  padding: 15px 20px;
  line-height: 1.417;
  font-size: 12px;
  color: #a4b0be;
}
/* --------- 09.03.2019 end --------- */


/* --------- 13.03.2019 --------- */
#content.list-open {
	/* z-index: 7; */
}
.filter_box li {
	position: relative;
}
.filter_list {
	position: absolute;
	min-width: 265px;
	margin-top: 5px;
	z-index: 99999;
	opacity: 0;
	top: 100%;
	left: 0;
}
.filter_box li.open .filter_list {
	opacity: 1;
}
.filter_box li .filter_list_bg{
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	/* position: fixed; */
	background-color: rgba(0, 0, 0, 0.6);
	
}
.filter_box li.open .filter_list_bg {
	position: fixed;
	/* -webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.6);
	height: 100000px;
	width: 100000px;
	position: fixed;
	left: 50%;
	top: 50%; */
}
/* .filter_box li.open .filter_list_bg {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.6);
	height: 100000px;
	width: 100000px;
	position: fixed;
	left: 50%;
	top: 50%;
} */
.filter_list_content {
	-webkit-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1); 
	box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 0;
	z-index: 5;
	opacity: 0;
	height: 0;
}
.filter_box li.open .filter_list_content {
	overflow-x: hidden;
	max-height: 374px;
	padding-top: 42px;
	overflow-y: hidden;
	height: 100%;
	opacity: 1;
}
.filter_list_content > .search_input {
	position: absolute;
	width: 100%;
	z-index: 15;
	left: 0;
	top: 0;
}
.filter_list_content > .search_input > .form-group {
	margin-bottom: 0;
}
.filter_list_content > .search_input .form-control {
  border-radius: 3px;
}
.filter_list_content > ul {
	margin-bottom: 0;
	height:100%;
	max-height:332px;
	overflow-y:auto;
}
.filter_list_content > ul > li {
	border-bottom: 1px solid #ced6e0;
	padding: 0 0 0 40px;
	position: relative;
}
.filter_list_content > ul > li:last-child {
	border-bottom: 0;
}
.filter_list_content > ul > li > .filter_icon {
	position: absolute;
	height: 36px;
	width: 16px;
	left: 12px;
	top: 0;
}
.filter_list_content > ul > li > .filter_icon > img {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			 -o-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}
.filter_list_content > ul > li > a,
.filter_list_content > ul > li > span {
	text-decoration: none;
	white-space: nowrap;
	max-width: 230px;
	overflow: hidden;
	padding: 10px 0;
	font-size: 16px;
	cursor: pointer;
	line-height: 1;
	display: block;
	color: inherit;
}
/* --------- 13.03.2019 end ---------*/



/* --------- 02.05.2019 --------- */
.table_box .table>tbody>tr>td:nth-child(1n+4):after{
    display: none;
}










/* --------- 02.05.2019 end --------- */

/* MY KAPER PAGE */
.capper_title {
	padding-bottom: 15px;
	padding-left: 100px;
	position: relative;
	min-height: 80px;
}
.capper_ava {
	background-color: #f1f2f6;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	height: 80px;
	width: 80px;
	top: 2.5px;
	left: 0;
}
.capper_ava svg {
	height: 80px;
	width: 80px;
}
.capper_ava img {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			 -o-transform: translateX(-50%);
					transform: translateX(-50%);
	position: absolute;
	height: 100%;
	width: auto;
	z-index: 5;
	left: 50%;
	top: 0;
}
/* ------------------- */
.capper_table_title {
	padding: 25px 0 5px;
}
.capper_table_title .hint {
	font-family: 'Exo 2 Light Condensed';
	text-transform: none;
	display: inline;
	padding: 0 5px;
}
.capper_title_link {
	text-align: right;
}
/* ------------------- */
#general_stat {
	min-height: 368px;
}
#general_stat .tab-content {
	min-height: 320px;
}
.stat_title {
	background-color: #f1f2f6;
	padding: 0 0 0 15px;
	border-radius: 3px;
	min-height: 40px;
	margin-top: 4px;
}
.h2_title {
	font-family: 'Exo 2 Semi Bold Condensed';
	padding: 10px 5px 10px 0;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #000;
}
.stat_title .hint {
	display: inline-block;
	padding: 10px 0;
}
.stat_filter {
	max-width: 262px;
	float: right;
	width: 100%;
}
/* ------------------- */
.stat_table {
	padding-right: 15px;
	float: left;
}
.stat_table .table_box .table.cappers_table,
.stat_table .table_box .table-responsive {
  margin-bottom: 0;
}
.stat_table .table_box .table.cappers_table>tbody>tr:last-child>td {
  border-bottom: 0;
}
.stat_chart {
	padding-left: 15px;
	float: right;
}
.highcharts-title-color {
	font-family: 'Exo 2 Light Condensed';
}
.highcharts-credits {
	display: none;
}
#oter_chart {
	min-height: 290px;
}

@media (min-width: 1200px) {
	.stat_table {
		width: 40%;
	}
	.stat_chart {
		width: 60%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.stat_table {
		width: 45%;
	}
	.stat_chart {
		width: 55%;
	}
}
@media (max-width: 991px) {
	.stat_table {
		width: 50%;
	}
	.stat_chart {
		width: 50%;
	}
}
/* ------------------- */
.cappers_tab {
	background-color: #f1f2f6;
	padding: 10px 15px 4px;
	border-radius: 3px;
}
.cappers_tab ul {
	text-align: right;
	margin-bottom: 0;
}
.cappers_tab li {
	display: inline-block;
	padding-right: 10px;
}
.cappers_tab li.active a {
	text-decoration: none;
	color: #000;
}
.cappers_tab li:last-child {
	padding-right: 0;
}
.cappers_tab li a {
	position: relative;
	line-height: 20px;
	float: left;
}
.cappers_tab li a::after {
	border-width: 7px 11px 7px 11px;
	border-color: transparent;
	border-top-color: #fff;
	margin: 0 0 0 -11px;
	border-style: solid;
	position: absolute;
	bottom: 100%;
	content: "";
	opacity: 0;
	left: 50%;
}
.cappers_tab li.active a::after {
	margin-bottom: -4px;
	opacity: 1;
}
/* ------------------- */
.table_box .table.checkboxed>thead>tr>th, 
.table_box .table.checkboxed>tbody>tr>th,
.table_box .table.checkboxed>tbody>tr>td {
  line-height: 20px;
  padding: 10px;
}
.table_box .table.checkboxed>tbody>tr:last-child>td {
  border-bottom: 1px solid #ced6e0;
}
.table_box .table.checkboxed .checkbox {
	margin: 0;
}
.question_icon {
	font-size: 12px;
	padding: 0 5px;
	color: #00cec9;
}
/* ------------------- */
.table_btn {
	padding: 10px 0 0;
}
.table_btn .btn {
	text-transform: none;
}
/* ------------------- */
.table_box .table.cappers_table {
	margin-bottom: 15px;
}
.table_box .table.cappers_table>thead>tr>th, 
.table_box .table.cappers_table>tbody>tr>th,
.table_box .table.cappers_table>tbody>tr>td {
  padding: 9px 15px 10px;
  line-height: 20px;
}
.table_box .table.cappers_table>tbody>tr:last-child>td {
  border-bottom: 1px solid #ced6e0;
}
.table_box .table.cappers_table>tbody>tr>td .hint {
	display: inline-block;
	padding: 0 3px;
}
/* ------------------- */
#wall_content {
	padding-top: 20px;
}
.post {
	padding-bottom: 15px;
	padding-left: 100px;
	position: relative;
	min-height: 100px;
	margin-bottom:8px;
}
.post h2 {
	margin-bottom: 5px;
}
.post .hint {
	font-family: 'Exo 2 Light Condensed';
	text-transform: none;
	display: inline;
	padding: 0 5px;
}
#wall_content.not_login #my_post_input,
#wall_content.not_login .post .capper_title_link a.iconed_link, 
#wall_content.not_login .post .capper_title_link button.iconed_link {
	display: none;
}
#my_post_input.post {
	padding-bottom: 25px;
}
.post .capper_title_link a.iconed_link + a.iconed_link, 
.post .capper_title_link button.iconed_link + button.iconed_link {
	margin-left: 15px;
}
.post .capper_title_link a.iconed_link .link_icon, 
.post .capper_title_link button.iconed_link .link_icon {
  font-size: 10px;
}
.post .capper_title_link a.iconed_link .link_text, 
.post .capper_title_link button.iconed_link .link_text {
	font-size: 12px;
	color: #00cec9;
}
.post .capper_title_link a.iconed_link:hover .link_icon, 
.post .capper_title_link a.iconed_link:hover .link_text, 
.post .capper_title_link button.iconed_link:hover .link_icon, 
.post .capper_title_link button.iconed_link:hover .link_text {
  color: #22a6b3;
}
.post .capper_title_link a.iconed_link:focus .link_icon, 
.post .capper_title_link a.iconed_link:active .link_icon, 
.post .capper_title_link a.iconed_link.active .link_icon, 
.post .capper_title_link a.iconed_link:focus .link_text, 
.post .capper_title_link a.iconed_link:active .link_text, 
.post .capper_title_link a.iconed_link.active .link_text, 
.post .capper_title_link button.iconed_link:focus .link_icon, 
.post .capper_title_link button.iconed_link:active .link_icon, 
.post .capper_title_link button.iconed_link.active .link_icon, 
.post .capper_title_link button.iconed_link:focus .link_text, 
.post .capper_title_link button.iconed_link:active .link_text, 
.post .capper_title_link button.iconed_link.active .link_text {
  color: #3c6382;
}
.post_input {
	position: relative;
}
.post_input textarea.form-control {
	padding-right: 125px;
}
.post_input button[type="submit"] {
	position: absolute;
	padding: 4px 12px;
	bottom: 12px;
	right: 15px;
	z-index: 5;
}
.comments_box {
	padding-left: 100px;
}
#capper_wall .comments_box {
	padding-bottom: 10px;
}
/* ------------------- */
.modal-dialog.senior_window {
  width: 750px;
}
.senior_window .modal_body {
	max-width: 555px;
}
@media (min-width: 768px) {
	.modal-dialog.senior_window {
	  width: 750px;
	}
}

#remove_post .modal_body,
#report_window .modal_body {
	padding-bottom: 45px;
}
#remove_post .cancel_link,
#report_window .cancel_link {
	display: inline-block;
	margin: 25px 0 0;
}
#remove_post .modal_body .btn,
#report_window .modal_body .btn {
	text-transform: none;
}
#remove_post .modal_body p {
	margin-bottom: 15px;
}
#edit_post .modal_body {
	padding-bottom: 40px;
}
#edit_post .post_input textarea.form-control {
	padding-right: 205px;
}
#edit_post .cancel_link {
	position: absolute;
	right: 15px;
	z-index: 5;
	top: 10px;
}
/* MY KAPER PAGE END */


/* FORECASTS */
#my_forecasts .page_title {
  padding: 12px 0 15px;
}
.table_box .table.cappers_table.active_forecasts>thead>tr>th, 
.table_box .table.cappers_table.active_forecasts>tbody>tr>th {
	white-space: nowrap;
}
.table_box .table.cappers_table.active_forecasts>thead>tr>th, 
.table_box .table.cappers_table.active_forecasts>tbody>tr>th, 
.table_box .table.cappers_table.active_forecasts>tbody>tr>td {
  padding: 5px 15px;
  line-height: 20px;
  min-height: 40px;
}
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:nth-child(1),
.table_box .table.cappers_table.active_forecasts>tbody>tr>th:nth-child(2),
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:nth-child(2),
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:nth-child(4),
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:last-child,
.table_box .table.cappers_table.active_forecasts>tbody>tr>th:last-child {
	text-align: center;
}
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:nth-child(7):after {
	display: none;
}
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:last-child {
	padding: 5px 0;
}
.table_box .table.cappers_table.active_forecasts>tbody>tr>td:last-child span.c_green {
	font-family: 'Exo 2 Semi Bold Condensed';
	line-height: 30px;
	display: block;
}
.cappers_table .btn-sm {
	text-transform: none;
	padding-right: 9px;
	padding-left: 9px;
}
#cappers_forecasts .stat_filter {
	margin: 10px 0 -20px auto;
}
.table_btn{
	margin-bottom: 15px;
}
#my_forecasts .table_btn,
#cappers_forecasts .table_btn {
	padding: 0;
}
@media screen and (max-width: 1199px) {
	.table_box .table.cappers_table.active_forecasts>thead>tr>th, 
	.table_box .table.cappers_table.active_forecasts>tbody>tr>th, 
	.table_box .table.cappers_table.active_forecasts>tbody>tr>td {
	  padding: 5px 10px;
	}
}
/* FORECASTS END */

/* BALANCE */
#balance {
	min-height: 820px;
}
@media (max-width: 991px) {
	#balance {
		min-height: 450px;
	}
}
#balance .page_title {
	padding: 0 0 15px;
}
/* ------------------- */
.acc_balance {
	text-align: right;
	padding-top: 10px;
	line-height: 1;
}
.amount_label {
	font-family: 'Exo 2 Light Condensed';
	font-size: 16px;
}
.balance_amount {
	font-family: 'Exo 2 Semi Bold Condensed';
	font-size: 24px;
	padding: 0 15px;
}
/* ------------------- */
.balance_title {
	padding: 15px 0;
}
/* ------------------- */
.balance_form {
	position: relative;
	max-width: 265px;
}
.form-group.with_left_icon .form-control {
	padding-left: 40px;
}
.form-group.with_left_icon .input_icon {
	right: auto;
	left: 1px;
}
.balance_form .hint {
	position: absolute;
	margin-left: 15px;
	min-width: 200px;
	padding: 4px 0;
	left: 100%;
	top: 0;
}
.balance_form label {
	margin-bottom: 15px;
	display: block;
	line-height: 1;
}
.balance_form .checkbox {
	margin: 0 auto 20px;
}
.balance_form .checkbox label {
	margin-bottom: 0;
}
.load_method {
	padding-top: 10px;
}
/* ------------------- */
.btn.with-left-icon .btn_icon,
.btn.with-right-icon .btn_icon {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			 -o-transform: translateY(-50%);
					transform: translateY(-50%);
	position: absolute;
	height: 20px;
	width: 24px;
	left: 10px;
	top: 50%;
}
.btn.with-left-icon .btn_icon {
	left: 10px;
}
.btn.with-right-icon .btn_icon {
	right: 10px;
}
.btn.with-left-icon .btn_text,
.btn.with-right-icon .btn_text {
	text-transform: none;
	display: block;
}
.btn.with-left-icon .btn_text {
	padding-left: 19px;
	text-align: left;
}
.btn.with-right-icon .btn_text {
	padding-right: 19px;
	text-align: left;
}
/* BALANCE END */






/* --------- 11.05.2019  --------- */
.results_table.table>tbody>tr.btn-see-all>th:last-child{
	text-align: left;
	background-color: transparent;
}
.table>tbody+tbody.status-list{
	border: none;
}
.filtered_table tfoot tr, 
.status-list tr.btn-see-all{
	display: none !important;
}

.notest{
	display: none;
}

/* .hidden-lines .test{
	display: none !important;
} */

.hidden-lines.status-list .matchline:nth-child(1n+7){
    display: none !important;
}
/* .status-list tr:last-child{
	display: table-row !important;
} */
.hidden-lines.status-list tr.btn-see-all{
	display: table-row !important;
}

/* --------- 11.05.2019 end --------- */

.pagingControls .paginator_button:first-child{
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagingControls .paginator_button:last-child{
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.paginator_button {
	padding:9px 5px;
	position: relative;
	line-height: 20px;
	min-width: 40px;
	text-align: center;
	border:1px solid #ddd;
	background-color: #fff;
	display:inline-block;
	margin-left: -1px;
	cursor: pointer;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.paginator_button:hover, 
.paginator_button.current {
	color: #ffffff;
	background-color: #05c46b;
    border-color: #05c46b;
    z-index: 3;
}
.paginator_button.current{
	cursor:default;
}
.paginator_button.disabled {
	background:#eee;
	color:#777;
	cursor:not-allowed;
}
/* 
.paginator_button.current {
	background:#bbb;
	cursor:default;
} */
.coeff_box .fas.fa-circle{
	color: #ced6e0;
}
.coeff_box{
	min-width: 74px;
}
.capper-then{
	margin-top: 10px;
}
.table_box .table>tbody>tr>td a img{
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}




.table_box .results_table.table>.sab-line-forecast>tr>td, 
.table_box .results_table.table>.last-lvl-forecast>tr>td{
	padding: 7px 8px;
}

.last-lvl-forecast{
	border: none !important;
}
.table_box .table>.last-lvl-forecast>tr>td{
	border: none;
}
.table_box .table>.last-lvl-forecast>tr>td:after{
	display: none;
}
.forecast-table .line-btn.closed a.iconed_link .link_text span + span, 
.forecast-table .line-btn.closed a.iconed_link .link_icon i + i{
	display: none;
}
.forecast-table a.iconed_link.collapsed .link_text span + span{
	display: none;
}

.forecast-table a.iconed_link .link_text span:first-child, 
.forecast-table a.iconed_link .link_icon i:first-child{
	display: none;
}
.line-btn.closed a.iconed_link .link_text span:first-child, 
.line-btn.closed a.iconed_link .link_icon i:first-child{
	display: inline-block;
}
.results_table.table>tbody>tr>td{
	border-color: #f1f2f6;
}
.forecast-table .results_table.table>tbody>tr>td:last-child a{
	color: #00cec9;
}
.forecast-table .results_table.table>tbody>tr>td:first-child{
	border-color: #f1f2f6;
}
.forecast-table .results_table.table > tbody > tr >td:first-child{
	border-bottom: 1px;
}

.results_table.table > .last-lvl-forecast > tr > td:last-child{
	text-align: left;
}
.table.results_table .sab-line-forecast{
	border-top: none;
	border-bottom: solid 1px #f1f2f6;
}
.results_table .black{
	color: #282828;
}
.color-green{
	color: #05c46b;
}
.green-btn:visited{
	color: #00cec9;
}
.color-grey{
	color: #a4b0be;
}

.forecast-table .results_table.table>tbody>tr>td:last-child{
	width: 170px;
}
.forecast-table .results_table.table .result-b{
	min-width: 60px;
}
.user_name .link_icon{
	margin-left: 6px;
	color: #00cec9;
}
.f_left{
	float: left !important;
}
.f_right{
	float: right !important;
}
.profile_info .user_notice{
	margin-right: 15px;
	margin-left: 0px;
	left: auto;
	top: 50%;
    margin-top: -10px;
    right: 100%;
}
.user_logined{
	width: 100%;
}

/* --------- 9.06.2019  --------- */





.results_table.table>tbody>tr>td:nth-child(6), 
.results_table.table>tbody>tr>td:nth-child(4){
	/* width: 24.7%; */
	width: 16%;
}
.results_table.table>tbody>tr>td:nth-child(4) {
    /* width: 24.7%; */
}
.results_table.table>tbody>tr>td:last-child{
	width: 4%;
}
.table_box .table>tbody>tr>th{
	-webkit-border-radius: 0px;
	        border-radius: 0px;
}
.results_table.table .coeff-l{
	width: 6.7%;
}
.results_table.table .coeff-l, 
.results_table.table .coeff-l .coeff_box{
	text-align: center;
}
.results_table.table .coeff-l .coeff_box{
	min-width: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    line-height: 100%;
    border: none;
}
.coeff-l .coeff_box .fas.fa-circle{
	font-size: 5px;
}
.coeff-l .coeff_box .fas{
	font-size: 10px;
}
.results_table.table .coeff-l .coeff_box i{
	margin-right: 6px;
}
.coeff_box.coeff-l{
	/* text-align: center;
	border: none; */
}
.row.flex-box-ss{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
}

.order-change{
	
}
.site_settings .user_notice{
	position: relative;
	margin-left: 0px;
	left: auto;
}
.notice-change{
	display: none;
}
.user_notice_text{
	margin-left: 2px;
}
.order-change{
	/* order: 4; */
}
@media screen and (min-width: 320px){
	.order-change {
	    /* order: 4; */
	}
}
@media screen and (max-width: 991px) {
	/* .user_notice_text{
		margin-left: -2px;
	}
	.user_notice {
		margin-right: 0px;
		margin-left: 0px;
		right: auto;
		left: auto;
	} */
	.notice-change{
		display: inline-block;
		margin-left: 16px;
	}
	.user_notice_text{
		margin-left: -2px;
	}
	.user_notice {
		margin-right: 0px;
		margin-left: 0px;
		right: auto;
		left: auto;
	}
	.visible-sm {
	    /* display: block!important; */
	}
}
@media (min-width: 992px){
	.order-change {
	    /* order: 0; */
	}
	/* .notice-change{
		display: inline-block;
		margin-left: 16px;
	}
	.user_notice_text{
		margin-left: -2px;
	}
	.user_notice {
		margin-right: 0px;
		margin-left: 0px;
		right: auto;
		left: auto;
	} */
	
}
@media (max-width: 992px){
	.order-change {
	    /* order: 4; */
	}
}
@media (max-width: 1199px){
    .order-change {
	    order: 4;
	}
	.notice-change{
		display: inline-block;
		margin-left: 20px;
	}
	#head a.iconed_link.d_table{
		display: table;
		margin: 0 auto;
		float: none;
	}
	#main header {
	    min-height: 100px;
	}
}
/* --------- 9.06.2019 end --------- */



.results_table.table>tbody>tr>td:last-child a{
	width: 100%;
}


.modal-capper{
	padding: 40px;
	display: table;
    margin: 0 auto;
}
.modal-capper .flex-box-st{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: flex-start;
}
.modal-capper .left-b-cap{
	padding-right: 30px;
	width: 270px;
}
.capper-modal-window .modal-dialog.large_window{
	width: 950px;
}
.capper-modal-window .table_box .table.cappers_table tr:last-child td{
	border-bottom: none;
}
.capper-modal-window .table_box.active-filtr{
	
}
.capper-modal-window .table_box.active-filtr .title-line{
	font-family: 'Exo 2 Bold Condensed';
	font-size: 16px;
	text-transform: uppercase;
}
.capper-modal-window .table_box .table>tbody>tr>td:first-child{
	padding-left: 0px;
	width: 56.5%;
}
.capper-modal-window .table_box.active-filtr .table>tbody>tr>td{
	border: none;
}
.capper-modal-window .table_box.active-filtr .table>tbody>tr>td:after{
	display: none;
}
.capper-modal-window.cap-m-small .modal-dialog.large_window{
	width: auto;
	display: table;
	margin: 0 auto;
}

