/**
 * http://new-dev.ru/
 * author GoldSoft <newdevexpert@gmail.com>
 * Copyright (c) New-Dev.ru
 */

/* element separation */
.sepH_a {margin-bottom:5px!important}
.sepH_b {margin-bottom:10px!important}
.sepH_c {margin-bottom:20px!important}

.sepV_a {margin-right:5px!important}
.sepV_b {margin-right:10px!important}
.sepV_c {margin-right:20px!important}


.bnn-all-wrapper {
	padding: 20px;
}

.bnn-pt-5 {
	padding-top: 5px!important;
}

.btn-list-wrapper {
	margin: 0 auto;
	text-align: center;
}

.btn-list-wrapper > ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}

.btn-list-wrapper > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 10px 0;
	margin: 0 1%;
	position: relative;
	vertical-align: middle;
	word-spacing: normal;
}

@media (max-width: 768px) {
	.btn-list-wrapper > ul > li {
		width: 100%;
	}
}

.btn-list-wrapper > ul > li .helper-icon {
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
}

.bnn-all-wrapper .bnn-button-link {
	color: #0463bc;
	display: block;
	position: relative;
    text-transform: capitalize;
    border: 2px solid #0091d4;
    border-radius: 20px;
    font-size: 15px;
    padding: 5px 20px;
    text-align: center;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
	white-space: nowrap;
}
.bnn-all-wrapper .bnn-button-link:focus,
.bnn-all-wrapper .bnn-button-link:hover {
    text-decoration: none
}
.bnn-all-wrapper .bnn-button-link:hover, .bnn-all-wrapper .bnn-button-link.active {
    background-color: #0091d4;
    color: #fff!important;
}


.bnn-all-wrapper .bnn-button-link.bnn-red {
    border: 2px solid red;
	color: red!important;
}
.bnn-all-wrapper .bnn-button-link.bnn-red:hover {
    background-color: red;
	color: #fff!important;
}



.bellnotification_ajax_form {
	padding: 20px 0;
}

	.bellnotification_ajax_form fieldset {
		padding: 20px;
		border: 1px solid #B5B8C8;
		margin-bottom: 5px;
		background-color: #fff;
	}

		.bellnotification_ajax_form legend {
			font-size: 12px;
			color: #000;
			padding: 3px 5px;
			border: 1px solid #B5B8C8;
		}

		.bellnotification_ajax_form input[type=text] {
			display: block;
			width: 100%;
			margin: 0 10px 10px 0;
		}



/*tabs*/
.bnn-all-wrapper ul.nav.nav-tabs,
.bnn-all-wrapper ul.nav.nav-tabs li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bnn-all-wrapper ul.nav.nav-tabs li {
	margin-top: 3px;
}
.bnn-all-wrapper ul.nav.nav-tabs li > a {
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0px 2px;
	background: #000;
	display: inline-block;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
}
.bnn-all-wrapper ul.nav.nav-tabs li.active > a {
	background: #fffffff6;
	color: #000;
	border-top: 3px solid #000;
}

.bnn-all-wrapper .tab-content > .tab-pane {
	display: none;
	animation: fadein .8s;
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.bnn-all-wrapper .tab-content > .active {
	display: block;
}
.bnn-all-wrapper .tab-content .panel-title {
	/*font-size: 1.5em;*/
	font-weight: bold
}



/* dropdown menu */
.bnn-all-wrapper .dropdown {
	position: relative;
}
	.bnn-all-wrapper .dropdown-menu {
		min-width: 160px;
		padding: 12px 0;
		margin: 5px 0 0 0;
		display: none;
		z-index: 99;
		position: absolute;
		top: 100%;
		right: 10px;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		border: 1px solid #e6e6e6;
		border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background-clip: padding-box;
		background-color: #fff;
		list-style: none;
		margin: 0;
	}

	.bnn-all-wrapper .dropdown-menu .divider {
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.bnn-all-wrapper .dropdown-menu li a {
		height: 1%;
		padding: 5px 20px;
		border: 0 none;
		display: block;
		white-space: nowrap;
		text-decoration: none;
		color: inherit;
	}
	.bnn-all-wrapper .dropdown-menu li a:hover {
		background-color: #e05b37;
		color: #fff;
	}
	.bnn-all-wrapper .open .dropdown-menu {
		display: block;
	}


.bnn-all-wrapper .navigation {
    margin: 5px 0;
}


.bnn-switch {
	position: relative;
	display: inline-block;
	height: 34px;
	margin-bottom: 5px;
}

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

.bnn-switch .bnn-slider {
	position: absolute;
	width: 60px;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

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

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

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

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

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

.bnn-switch .bnn-slider.bnn-round:before {
	border-radius: 50%;
}

.bnn-switch .bnn-caption {
	display: inline-block;
	margin: 5px 15px 0 55px;
}



/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.bnn-limiter {
	width: 100%;
	margin: 0 auto;
}

.bnn-container-table100 {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 5px 10px;
	box-sizing: border-box;
}

.bnn-wrap-table100 {
	width: 100%;
	/*
	border-radius: 10px;
	overflow: hidden;
	*/
}

.bnn-table {
	width: 100%;
	display: table;
	margin: 0;
}

.bnn-table .bnn-row:nth-child(2n) {
    background-color: #e9faff;
}

@media screen and (max-width: 768px) {
	.bnn-table {
		display: block;
	}
}

.bnn-row {
	display: table-row;
	background: #fff;
}

.bnn-row.bnn-header {
	color: #ffffff;
	background: #0463bc;
}

@media screen and (max-width: 768px) {
	.bnn-row {
		display: block;
	}

	.bnn-row.bnn-header {
		padding: 0;
		height: 0px;
	}

	.bnn-row.bnn-header .cell {
		display: none;
	}

	.bnn-row .cell:before {
		font-family: Poppins-Bold;
		font-size: 12px;
		color: #808080;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: unset !important;

		margin-bottom: 13px;
		content: attr(data-title);
		min-width: 98px;
		display: block;
	}
}

.cell {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	.cell {
		display: block;
	}
}

.bnn-row .cell {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #666666;
	line-height: 1.2;
	font-weight: unset !important;

	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}

.bnn-row.bnn-header .cell {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	font-weight: unset !important;

	padding-top: 19px;
	padding-bottom: 19px;
}

.bnn-table,
.bnn-row {
	width: 100% !important;
}

.bnn-row:not(.bnn-header):hover {
	background-color: #ececff;
}

@media (max-width: 768px) {
	.bnn-row {
		border-bottom: 1px solid #f2f2f2;
		padding-bottom: 18px;
		padding-top: 30px;
		padding-right: 15px;
		margin: 0;
	}

	.bnn-row .cell {
		border: none;
		padding-left: 30px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.bnn-row .cell:nth-child(1) {
		padding-left: 30px;
	}

	.bnn-row .cell {
		font-family: Poppins-Regular;
		font-size: 18px;
		color: #555555;
		line-height: 1.2;
		font-weight: unset !important;
	}

	.bnn-table,
	.bnn-row,
	.cellLASTDELETE {
		width: 100% !important;
	}
}
