/**
*
*	Webberin Digital
*	development and design by webberin.xyz
*	developer email hello@webberin.ru
*
*	@project	granit-one-app
*	@author		Webberin Digital
*	@email		noreply@granit-one.ru
*	@website	https://fin.granit-one.ru/
*
**/

* {
	font-family: "fontawesome", "Roboto", sans-serif;
}

.h10 {
	display: table;
	width: 100%;
	height: 10px;
}
.btn {
	border-radius: 100em;
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	transition-timing-function: cubic-bezier(.5, .4, .3, 1);
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a {
	color: #50a3df;
	text-decoration: underline;
}
a:hover {
	color: #2299ee;
	text-decoration: none;
}

.btn-primary {
	color: #fff;
	background: #50a3df;
	border: 1px solid #1f99ef;
}
.btn-primary:hover,
.btn-primary.hover {
	background: #70bdf4;
	border: 1px solid #56b3f5;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover {
	background: #2299ee;
	border: 1px solid #1294f0;
}
.btn-secondary {
	background: #2fc82e;
	border: 1px solid #35bf34;
	color: #fff;
}
.btn-secondary:hover,
.btn-secondary.hover {
	background: #6bda6a;
	border: 1px solid #64d063;
	color: #fff;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active:hover,
.btn-secondary.active:hover {
	background: #269e25;
	border: 1px solid #299128;
	color: #fff;
}

.login-wrap {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	background-clip: border-box;
	background-origin: border-box;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.login-wrap .login-box {
	border: 1px solid #f4f4f4;
	max-width: 400px;
	background: #fff;
	padding: 20px 35px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	box-shadow: 0px .5vw 1vw rgba(40,40,40,.02);
	border-bottom: 5px solid #2fc82e;
}
.login-wrap .login-box .logo {
	display: block;
	margin-bottom: 2vw;
}
.login-wrap .login-box .logo img {
	width: 100%;
}
.login-wrap .login-box #login-form {
	text-align: center;
}
.login-wrap .login-box #login-form .line {
	display: block;
	width: 100%;
	height: 2.8vw;
}
.login-wrap .login-box #login-form .line label {
	display: block;
	width: 30%;
	float: left;
	position: relative;
	top: +.4vw;
	font-weight: 400;
	font-size: 1vw;
	text-align: left;
	cursor: pointer;
}
.login-wrap .login-box #login-form .line input {
	display: block;
	width: 70%;
	float: right;
	font-size: 1vw;
	padding: .4vw 1vw;
	border: none;
	background: #f4f4f4;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.login-wrap .login-box #login-form hr {
	display: table;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
}
.login-wrap .login-box #login-form .btn {
	font-size: .9vw;
	padding: .3vw 1.9vw;
	margin-top: 1vw;
}
.login-wrap .login-box #login-form .btn i {
	margin-right: .4vw;
}
@media (max-width: 767px) {
	.login-wrap {
		background-attachment: fixed;
	}
	.login-wrap .login-box {
		width: 90%;
	}
	.login-wrap .login-box #login-form .line {
		height: 10vw;
	}
	.login-wrap .login-box #login-form .line label {
		font-size: 4vw;
		top: +1vw;
	}
	.login-wrap .login-box #login-form .line input {
		font-size: 4vw;
		padding: 1vw 2vw;
	}
	.login-wrap .login-box #login-form .btn {
		font-size: 4vw;
		padding: 1vw 10vw;
		margin-top: 3vw;
	}
	.login-wrap .login-box #login-form .btn i {
		margin-right: 1vw;
	}
}

.wrap {
	display: block;
	width: 100%;
	height: auto;
}
.wrap header {
	display: block;
	width: 100%;
	height: 7vw;
	background: #f4f4f4;
	padding: 1vw 1.5vw;
	margin: 0;
	border: none;
	border-bottom: 2px solid #2fc82e;
}
.wrap header .logo {
	display: block;
	width: 25%;
	float: left;
}
.wrap header .logo a {
	
}
.wrap header .logo a img {
	max-width: 25vw;
	width: auto;
}
.wrap header .menu {
	display: block;
	width: 55%;
	float: left;
	padding: 0 2vw;
}
.wrap header .menu ul {
	display: block;
	padding: 0;
	margin: 0;
}
.wrap header .menu ul li {
	display: inline-block;
	padding: 1.5vw 0;
}
.wrap header .menu ul li a {
	font-size: 1.2vw;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	color: #50a3df;
	background: #f4f4f4;
	padding: 1vw 1.5vw;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}
.wrap header .menu ul li a:hover {
	color: #70bdf4;
	background: #f0f0f0;
}
.wrap header .menu ul li.active a {
	color: #2fc82e;
	background: #f0f0f0;
}
.wrap header .menu ul li.active a:hover {
	color: #269e25;
}
.wrap header .member {
	display: block;
	width: 20%;
	float: left;
	padding: 0 1vw;
	text-align: right;
	padding-top: .5vw;
}
.wrap header .member strong {
	display: block;
	font-size: 1.5vw;
	font-weight: 400;
	color: #555;
}
.wrap header .member a {
	display: inline-block;
	font-size: 1vw;
	color: #50a3df;
	text-decoration: none;
}
.wrap header .member a:hover {
	color: #2299ee;
	text-decoration: none;
}
.wrap header .member a i {
	
}
@media (max-width: 767px) {
	.wrap header {
		height: 20vw;
		padding: 2vw 1vw;
		border-bottom: 1px solid #2fc82e;
	}
	.wrap header .logo {
		width: 20%;
	}
	.wrap header .logo a img {
		width: 16vw;
	}
	.wrap header .menu {
		width: 50%;
		padding: 0 0vw;
	}
	.wrap header .menu ul li {
		display: inline-block;
		padding: .5vw;
	}
	.wrap header .menu ul li a {
		font-size: 3.5vw;
		padding: 1vw 1vw;
		display: inline-block;
	}
	.wrap header .member {
		display: block;
		width: 25%;
		float: right;
		padding: 0vw;
		padding-right: 2vw;
		padding-top: 3vw;
	}
	.wrap header .member strong {
		font-size: 3.5vw;
	}
	.wrap header .member a {
		font-size: 3.5vw;
	}
}
.page-layout {
	display: block;
	width: 100%;
	padding: 1.5vw 2vw;
}
.page-layout h1 {
	font-size: 1.8vw;
	padding: 0;
	margin: 0;
	display: block;
	margin-bottom: .8vw;
	font-weight: 400;
}
@media (max-width: 767px) {
	.page-layout {
		display: block;
		padding: 3vw 4vw;
	}
	.page-layout h1 {
		font-size: 5vw;
		display: block;
		margin-bottom: 3vw;
	}
}
.block {
	
}
.block .ins {
	display: table;
	width: 100%;
	border: 1px solid #f4f4f4;
	border-bottom: 2px solid #50a3df;
	padding: 2vw 3vw;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}
.block .ins form {
	
}
.block .ins h4 {
	font-size: 1.2vw;
	font-weight: 400;
	margin-bottom: 1.5vw;
}
.block .ins form input {
	display: block;
	width: 100%;
	padding: .5vw 1.5vw;
	margin-bottom: 1vw;
	border: none;
	background: #f4f4f4;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	border-radius: 100em;
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
}
.block .ins form input:focus {
	border: none;
	background: #eee;
}
.block .ins form p {
	padding: 0;
	margin: 0;
	font-size: 1vw;
	margin-bottom: 1vw;
}
.block .ins .line {
	display: block;
	margin-bottom: .5vw;
}
.block .ins .line label {
	display: block;
	font-size: 1vw;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: .3vw;
}
.block .ins .line strong {
	display: block;
	font-size: 1.2vw;
	font-weight: 400;
	margin-bottom: .3vw;
}
.block .ins form select {
	width: 100%;
	margin-bottom: 1vw;
}
.block .ins form .btn {
	font-size: .9vw;
	padding: .5vw 2.5vw;
}
.block .ins form .btn i {
	padding-right: .3vw;
}
.block .ins form label {
	display: block;
	font-size: 1vw;
	font-weight: 400;
}

@media (max-width: 767px) {
	.block {
		margin: 0;
		padding: 0;
		margin-bottom: 4vw;
	}
	.block .ins {
		display: table;
		border: none;
		border-bottom: 2px solid #50a3df;
		padding: 2vw 0vw;
		border-radius: 0em;
		-moz-border-radius: 0em;
		-webkit-border-radius: 0em;
	}
	.block .ins h4 {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}
	.block .ins form input {
		font-size: 4vw;
		padding: 2vw 4vw;
		margin-bottom: 3vw;
	}
	.block .ins form select {
		margin-bottom: 3vw;
	}
	.block .ins form p {
		font-size: 4vw;
	}
	.block .ins form .btn {
		font-size: 3.5vw;
		padding: 1.5vw 6vw;
	}
	.block .ins form .btn i {
		padding-right: .3vw;
	}
	.block .ins form label {
		font-size: 4vw;
	}
	.block .ins .line {
		margin-bottom: 2.5vw;
	}
	.block .ins .line label {
		font-size: 4vw;
		margin-bottom: .9vw;
	}
	.block .ins .line strong {
		font-size: 4.8vw;
		margin-bottom: .9vw;
	}
}

.btn-bottom {
	display: table;
	width: 100%;
	padding-top: 1.5vw;
	text-align: center;
}
.btn-bottom .btn {
	padding: .5vw 2vw;
	font-size: .8vw;
}
.btn-bottom .btn i {
	padding-right: .3vw;
}
@media (max-width: 767px) {
	.btn-bottom {
		margin-top: 4vw;
	}
	.btn-bottom .btn {
		padding: 1.5vw 4vw;
		font-size: 3.5vw;
	}
	.btn-bottom .btn i {
		padding-right: 1vw;
	}
}
td.empty {
	color: #999;
	text-align: center;
}

th[act] {
	width: 10%;
}
th[id] {
	width: 1%;
}

.btn-default {
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
}

.table-wrap {
	display: block;
}
@media (max-width: 767px) {
	.table-wrap {
		display: block;
		width: 100%;
		height: auto;
		overflow: auto;
	}
	.table-wrap table {
		min-width: 700px;
	}
}
.footable-empty {
	
}
table.footable>tbody>tr.footable-empty>td {
	font-size: 1vw;
}
@media (max-width: 767px) {
	table.footable>tbody>tr.footable-empty>td {
		font-size: 4vw;
	}
}

.footable .btn-group-xs>.btn,
.footable .btn-xs {
	border-radius: 100em;
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
}
.footable .btn-group-xs>.btn-danger:hover,
.footable .btn-danger.btn-xs:hover {
	color: #fff;
}

.xhr-load {
	display: table;
	width: 100%;
	height: auto;
	padding: 1vw 0;
	text-align: center;
}
.xhr-load i {
	color: #555;
	font-size: 1.2vw;
}
span.green {
	color: #2fc82e;
}
span.red {
	color: #ff1800;
}

.selectize-input,
.selectize-input.full {
	border: none;
	font-size: 1vw;
	padding: .5vw 1vw;
	background: #f4f4f4;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 100em;
	-moz-border-radius: 100em;
	-webkit-border-radius: 100em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.5, .4, .3, 1);
	transition-timing-function: cubic-bezier(.5, .4, .3, 1);
}
.selectize-control.single .selectize-input.input-active {
	border-radius: 2rem 2rem 0 0;
	-moz-border-radius: 2rem 2rem 0 0;
	-webkit-border-radius: 2rem 2rem 0 0;
	box-shadow: none;
	background: #f4f4f4;
}
.selectize-control.single .selectize-dropdown-content .option {

}
.selectize-control.single .selectize-dropdown-content .option:hover {
	background-color: #50a3df;
	color: #fff;
}
.selectize-dropdown {
	position: absolute;
	z-index: 10;
	border: none;
	background: #f4f4f4;
	margin: -1px 0 0 0;
	border-top: 0 none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0 0 2rem 2rem;
	-moz-border-radius: 0 0 2rem 2rem;
	border-radius: 0 0 2rem 2rem;
}
@media (max-width: 767px) {
	.selectize-input,
	.selectize-input.full {
		font-size: 4vw;
		padding: 1vw 2vw;
	}
}

.ins .data-row {
	display: block;
	width: calc(25% - 2rem);
	margin: 0 1rem;
	float: left;
}
.ins .data-row:first-child {
	margin-left: -1rem;
}
.ins .data-row:nth-child(4) {
	margin-right: -1rem;
}
.data-row label {
	display: block;
	font-weight: 400;
	margin-bottom: 1rem;
	font-size: 1vw;
}
.data-row input {
	width: 100%;
	font-size: 1vw;
	padding: .4vw 1vw;
	border: none;
	background: #f4f4f4;
	border-radius: 1rem;
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
	margin-bottom: .5rem;
}
.data-row .btn {
	width: 30%;
	margin-bottom: .5rem;
}

.dash {

}
.dash .ins {

}
.dash .ins strong {
	font-size: 2vw;
	color: #363636;
}
@media (max-width: 767px) {
	.ins .data-row {
		width: 100%;
		margin: 0 0rem;
	}
	.ins .data-row:first-child {
		margin-left: 0rem;
	}
	.ins .data-row:nth-child(4) {
		margin-right: 0rem;
	}
	.data-row label {
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	.data-row input {
		font-size: 4vw;
		padding: 1.6vw 4vw;
		border-radius: 1rem;
		-moz-border-radius: 1rem;
		-webkit-border-radius: 1rem;
		margin-bottom: 2vw;
	}
	.data-row .btn {
		width: 49%;
		margin-bottom: 2vw;
	}
	.dash .ins strong {
		font-size: 8vw;
	}	
}

.app-noty {
	display: none;
}
@media (max-width: 768px) {
	.app-noty {
		display: block;
		border: none;
		z-index: 998;
		background-color: #fff;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
		border-bottom: 1vw solid #6bda6a;
		padding: 2vw 4vw;
	}
	.app-noty > a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-decoration: none;
		color: #000
	}
	.app-noty > a > div {
		padding-right: 7vw;
	}
	.app-noty > a strong {
		color: #2299ee;
	}
	.app-noty > a:hover {
		color: #000;
	}
	.app-noty > a img {
		width: 12vw;
		height: 12vw;
		border: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background-color: #fff;
		padding: 5px;
		margin-right: 4vw;
	}
	.app-noty .remove {
		display: block;
		position: absolute;
		top: 2vw;
		right: 3vw;
		font-size: 6vw;
		padding: 2vw;
		color: #999;
	}
}