#popup-login .login-form {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

#popup-login .holder-popup {
	min-width: 572px;
}

#popup-login .modal-inner {
	width: auto;
}

.form-row .error {
	border-color: #ff0000 !important;
}

.form-row .react-select.error > div {
	border-color: #ff0000 !important;
}

.country-accordion .info-content {
	display: block;
}

.country-accordion .ico-flag,
.country-accordion .ico-flag img {
	width: 44px;
}

#popup-reg .holder-popup {
	display: flex;
	justify-content: center;
}

#popup-reg .tabset {
	width: 776px;
}
#popup-reg .tab-body {
	flex: 1;
}

.info-wrapper-blocks .show-more-btn-holder button {
	margin: 0 10px;
}

.loader {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.loader img {
	margin: 40px;
}

.info-wrapper-blocks .admin-btn-holder {
	margin: 0 0 30px;
	padding-top: 0 !important;
	text-align: left;
}

.info-wrapper-blocks .admin-btn-holder button {
	margin-right: 10px;
	margin-left: 0;
	display: flex;
	align-items: center;
}

.info-wrapper-blocks .admin-btn-holder button img {
	margin-right: 10px;
}

.federation-head,
.dojangs .logo-block,
.schedules .schedules-row {
	display: flex;
	justify-content: space-between;
}

.federation-head button,
.dojangs .logo-block button,
.schedules button {
	border: 0 none;
	background: transparent;
	cursor: pointer;
}

.federation-head .buttons-block,
.dojangs .buttons-block,
.schedules .buttons-block {
	display: flex;
	align-items: center;
}

.federation-head a.link-button {
	display: inline-block;
	padding: 1px 6px 0;
}

.info-wrapper-blocks .show-childs-block {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.info-wrapper-blocks .show-childs-block a {
	display: flex;
	align-items: center;
}

.info-wrapper-blocks .show-childs-block a img {
	margin-left: 5px;
	transform: rotate(180deg);
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.info-wrapper-blocks .show-childs-block a.members-opened img {
	transform: none;
}

.rang-info {
	color: #999;
	font-size: 14px;
	position: absolute;
	top: 12px;
	right: 0;
}

.btn-logged-on-index {
	padding: 0 10px;
}
.pagination li {
	height: 30px;
	cursor: pointer;
}

.pagination li.rc-pagination-next span {
	display: block;
	width: 9px;
	height: 6px;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	background: url(../images/arr.svg) no-repeat 50% 50%;
}

.pagination li.rc-pagination-prev span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 17px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url(../images/arr.svg) no-repeat 50% 50%;
}

.pagination li.rc-pagination-disabled {
	display: none;
}
.pagination li:hover a,
.pagination li.rc-pagination-item-active a {
	background: #3e444f;
	border: 1px #818ca1 solid;
}

ul.info-block-list:last-child li {
	padding: 0 0 27px;
}

.dan {
	position: relative;
	height: 5px;
	background: #000;
	width: 59px;
	display: inline-block;
}
.dan.gup9 {
	background: #fff;
}
.dan.gup9:before {
	background: #fff039;
}
.dan.gup8 {
	background: #f8ff00;
}
.dan.gup7 {
	background: #f8ff00;
}
.dan.gup7:before {
	background: #1bb51b;
}
.dan.gup6 {
	background: #00ac00;
}
.dan.gup6:before {
	background: #00ac00;
}
.dan.gup5 {
	background: #21b721;
}
.dan.gup5:before {
	background: #5300fe;
}
.dan.gup4 {
	background: #5200ff;
}
.dan.gup4:before {
	background: #5200ff;
}
.dan.gup3 {
	background: #4e00ff;
}
.dan.gup3:before {
	background: #ff261e;
}
.dan.gup2 {
	background: #ff2c2c;
}
.dan.gup2:before {
	background: #ff2c2c;
}
.dan.gup1 {
	background: #ff2c2c;
}
.dan.gup1:before {
	background: #030002;
}
.dan.gup10 {
	background: #fff;
}
.dan.gup10:before {
	background: #fff;
}
.dan.dan-n {
	color: #f8ff00;
	/* height: 12px; */
}
.dan.dan span {
	position: absolute;
	right: 5px;
	font-size: 10px;
	line-height: 10px;
	top: -1px;
}
.dan.dan-n:before {
	background: transparent;
}
.dan {
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-right-radius: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	border-bottom-right-radius: 0 !important;
}

@media (max-width: 1460px) {
	.info-wrapper-blocks .col-half:last-child .info-block.table {
		display: block;
	}
}

.info-wrapper-blocks .federation-block .federation-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 21px;
}

.info-wrapper-blocks .federation-block ul.info-block-list .info.info-list > div,
.info.info-list > div {
	margin-bottom: 5px;
}
.info-wrapper-blocks .federation-block ul.info-block-list .info.info-list > div:last-child,
.info.info-list > div:last-child {
	margin-bottom: 0;
}

a.edit-button img {
	vertical-align: baseline;
}
.crop-block {
	max-width: 500px;
	margin: 0 auto 25px;
	text-align: center;
}

.crop-save-block {
	text-align: center;
}

.upload-photos {
	width: 164px;
}
.upload-photos img {
	width: 164px;
	height: 164px;
}
.preview-canvas {
	width: 164px;
	height: 164px;
}

button.submit {
	background: #0060d7;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	min-height: 40px;
	min-width: 160px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.dan-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hr {
	height: 1px;
	border-bottom: 1px solid #585a5e;
	margin-bottom: 30px;
}
.positions-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
	font-size: 13px;
}
.accordition {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.accordition-title {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	height: 28px;
	padding: 10px 0 5px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #585a5e;
}
.accordition-title:before {
	content: "";
	background: url(../images/arr-accordion.svg) no-repeat 50% 50%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 17px;
	right: 21px;
}
.accordition-title.opened:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.accordition-content {
	margin-top: 20px;
}

.privilege-table {
	width: 100%;
	border: 0 none;
}
.privilege-table .privilege-row-list > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4px;
	font-size: 13px;
}
.privilege-add {
	margin-top: 15px;
	display: flex;
	align-items: flex-end;
}
.privilege-add > div.form-row {
	flex: 1;
	margin-bottom: 0 !important;
}
.privilege-add-button {
	margin: 11px 11px 11px 20px;
}

.modal-inner .privileges-collapse {
	background-color: transparent;
	border-color: #585a5e;
}

.modal-inner .privileges-collapse .rc-collapse-header {
	color: #fff !important;
}
.modal-inner .privileges-collapse .rc-collapse-content {
	color: #fff !important;
	background-color: transparent;
}
.modal-inner .privileges-collapse .rc-collapse-item {
	border-color: #585a5e !important;
}
.rc-checkbox-inner,
.rc-checkbox-checked .rc-checkbox-inner {
	border-color: #585a5e !important;
}
.rc-checkbox-checked .rc-checkbox-inner {
	background-color: #fff !important;
}
.rc-checkbox-checked .rc-checkbox-inner:after {
	border-color: #585a5e !important;
}

.privacy-policy {
	font-size: 14px !important;
}
#footer.main-foot .footer-bottom .members-block p.feedback {
	display: block;
	font-size: 13px !important;
	margin-top: 10px;
}
.social-media-input {
	margin-bottom: 5px;
}

.info-wrapper-blocks .federation-block {
	display: flex;
	overflow: visible;
}
.info-wrapper-blocks .federation-block .federation-info {
	flex: 1;
	overflow: visible;
}

.club-positions-list li {
	min-height: 120px;
	position: relative;
}

.club-positions-list .club-positions-list-photo {
	position: absolute;
	left: -167px;
}
.info-wrapper-blocks .federation-block ul.info-block-list {
	margin-right: 0;
}

.ava-image {
	border-radius: 3px;
	border-width: 0;
}
.without-bottom-border {
	border-bottom-width: 0 !important;
}
.react-datepicker-wrapper {
	width: 100%;
}
.react-datepicker-wrapper input {
	padding: 0 40px 0 20px;
}
table.members-table tbody td > div.remove-td {
	padding: 15px 10px;
}
.members-action-block {
	display: inline-flex;
	align-items: center;
}
.members-action-block a {
	display: flex;
	align-items: center;
	margin: 0 5px;
}
#main .main-screen {
	min-height: 178px;
}
#header.main-head .logo .visual:first-child {
	border: none 0;
}

#footer .footer-top .members-block .members-list li {
	border: solid 3px #fff;
	border-radius: 50%;
	background: #fff;
}

#footer .footer-top .members-block .members-list li img {
	width: 65px;
	max-width: 65px;
}

#footer .small-logo img {
	width: 65px;
}
.form-error-message {
	color: #ffb800;
	margin-bottom: 5px;
}
.certificates-table button {
	border: 0 none;
	background: transparent;
	cursor: pointer;
}
.info-wrapper-blocks .info-block.dojangs .logo-block {
	padding: 0;
}

.info-block.dojangs .dojang-block {
	margin-bottom: 35px;
}
.small-action-link {
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	height: 18px;
}
.small-action-link img {
	margin-right: 7px;
	position: relative;
	top: -2px;
}
.info-wrapper-blocks .info-block.dojangs .search-form {
	border-bottom: 0 none;
}
.info-wrapper-blocks .info-block.dojangs .schedules-row .search-form {
	margin-bottom: 0;
}

.info-wrapper-blocks .info-block.dojangs .schedules-row .search-form .buttons-block {
	margin-left: 10px;
}

.info-wrapper-blocks .info-block .search-form .form-row {
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

#schedule-member-form {
	margin-bottom: 200px;
}
