.darkpurplecolor {
	background: #654062 !important;
	color: #fff !important;
}

.lightgreencolor {
	background: #83a95c !important;
	color: #000 !important;
}

.addmarketh4 {
	background: linear-gradient(#b159c2, #853395) !important;
	height: 41px;
	color: #fff;
}

@media (max-width: 767px) {
	.sport_name {
		width: 100%;
		position: relative;
		margin-left: 0;
	}

	.match_status {
		width: 100% !important;
	}

	.modal-body span {
		text-align: center;
		display: inline-block;
	}

	.desktop_time_match {
		display: none !important;
	}

	.blinking-inplay {
		float: left;
	}

	.blinking-inplay {
		line-height: inherit !important;

	}
}

.inplay_txt {
	color: green;
}

.mobile_time_match {
	display: none;
	color: #9642a6;
}

.blinking-inplay {
	animation: rainbow2 5s infinite;
	font-size: 11px;
	line-height: 35px;
}

@keyframes rainbow2 {
	0% {
		color: red
	}

	10% {
		color: orange
	}

	20% {
		color: green
	}

	30% {
		color: #853395
	}

	40% {
		color: #000
	}

	50% {
		color: #f0f
	}

	60% {
		color: #0f0
	}

	70% {
		color: green
	}

	80% {
		color: #853395
	}

	90% {
		color: orange
	}

	to {
		color: red
	}
}

body::-webkit-scrollbar {
	display: none;
}

.title_popup {
	width: 100%;
	display: inline-block;
	background: #a14cb2 !important;
	padding: 5px 10px;
	color: #ffffff !important;
}

.close {
	color: #fff !important;
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 30px !important;
	height: 30px !important;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px;
}

.fa,
.far,
.fas {
	font-size: 16px;
}

.fab,
.far {
	font-size: 16px;
}

.green_table .link,
.red_table .link {
	background: #654062;
	padding: 8px;
	color: #fff;
}

.table thead tr {
	background: #ebebeb;
}

.widget-title>h4 {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 11px 10px 15px;
	line-height: 12px;
	margin: 0;
}

.match-lists {
	display: flex;
	border: solid 1px #232323;
}

.match-lists li {
	flex: 1;
	text-align: center;
	font-size: 15px;
	border-right: solid 1px #222224;
}

.block_4.buttonacount {
	padding: 6px;
}

.table-striped>tbody>tr:nth-of-type(even) {
	background-color: #fff;
}

.btn-danger {
	background: linear-gradient(#d9534f, #d9534f) !important;
	background: -moz-linear-gradient(top, #d9534f 0%, #d9534f 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #d9534f), color-stop(100%, #d9534f));
	background: -webkit-linear-gradient(top, #d9534f 0%, #d9534f 100%);
	background: -o-linear-gradient(top, #d9534f 0%, #d9534f 100%);
	background: -ms-linear-gradient(top, #d9534f 0%, #12717c 100%);
	background: linear-gradient(to bottom, #d9534f 0%, #d9534f 100%);
	border: solid 1px #d9534f;
}

.btn-primary {
	color: #000;
	background-color: #e2a521;
	border-color: #e2a521;
}

.btn-warning {
	color: #fff;
	background: linear-gradient(to bottom, #af65be 0%, #af65be 100%) !important;
	border-color: #fff !important;
	font-weight: normal;
}

option {
	font-weight: 700;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff !important;
	background: #ffb80c;
	background: -moz-linear-gradient(top, #a04ab0 0%, #a04ab0 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #a04ab0), color-stop(100%, #a04ab0));
	background: -webkit-linear-gradient(top, #a04ab0 0%, #a04ab0 100%);
	background: -o-linear-gradient(top, #a04ab0 0%, #a04ab0 100%);
	background: -ms-linear-gradient(top, #a04ab0 0%, #a04ab0 100%);
	background: linear-gradient(to bottom, #a04ab0 0%, #a04ab0 100%);
	border-radius: 0;
}

.popup_col_6 {
	width: 50%;
	float: left;
	padding: 5px 10px;
}

.tab_bets .nav-pills>li>a {
	color: #fff;
	padding: 9px 15px;
}

.mobaction {
	display: none;
}

.lastdetail {
	background: #ffffff;
	float: left;
	width: 100%;
}

span.detailinfo {
	padding: 10px;
	display: inline-block;
}

.x_panel.userwidth1 .headings th span {
	width: 36px;
}

.headings th span {
	text-align: center;
	padding: 0;
	width: 26px;
	display: inline-block;
}

.deskaction {
	display: block;
}

.deskaction a:first-child {
	margin-left: 5px;
}

.deskaction a span {
	display: inline-block;
	text-align: center;
	padding: 0;
	//   border-right: 1px solid #dddddd;
	width: 20px;
}

.btn-success {
	background: linear-gradient(to bottom, #d56ee7 0%, #9c2db0 100%);
	border: solid 1px #853395;
}

.tab_bets {
	width: 100%;
	float: left;
	background: #654062;
	margin-top: 1px solid #e0e6e6;
}

.red_button {
	padding: 7px 10px;
	color: #fff;
	display: inline-block;
	text-align: center;
	background: #76c7ce;
	background: -moz-linear-gradient(top, #76c7ce 0%, #12717c 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #76c7ce), color-stop(100%, #12717c));
	background: -webkit-linear-gradient(top, #76c7ce 0%, #12717c 100%);
	background: -o-linear-gradient(top, #76c7ce 0%, #12717c 100%);
	background: -ms-linear-gradient(top, #76c7ce 0%, #12717c 100%);
	background: linear-gradient(to bottom, #76c7ce 0%, #12717c 100%);
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #217e89;
}

.blue_button {
	background: linear-gradient(to bottom, #d56ee7 0%, #9c2db0 100%);
	border: transparent !important;
	padding: 7px 10px !important;
	border: solid 1px #853395;
	text-decoration: none;
	border-radius: 3px;
	color: #fff !important;
}

.dataTables_filter input {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
	border-top-color: #c2c2c2;
	border: solid 1px #c2c2c2;
}

.dataTables_length,
.dataTables_filter {
	padding: 5px 0px;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

table.dataTable tbody tr:nth-of-type(even) {
	background: #FCA4B7;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #000 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #000;
	font-weight: bold;
}

.dataTables_paginate .paginate_button.current {
	background: #a24cb3 !important;
	border-color: #9641a6 !important;
	color: #fff !important;
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em;
}

.table>thead:first-child>tr:first-child>th {
	border-top: solid 1px #b9b9b9;
}

table.jambo_table thead tr th {
	border: solid 1px #b9b9b9;
	//    font-weight: normal;
}

table.jambo_table tbody tr td {
	border: solid 1px #dbdbdb;
	border-top: transparent;
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px;
}

.right_col {
	margin-top: 1%;
}

.table-responsive {
	//height:100vh !important;
}

@media (max-width: 767px) {
	.title_new_at {
		margin-top: 0px !important;
		padding: 5px 5px !important;
	}

	#cricketSearch {
		width: 100% !important;
		padding: 7px !important;
		border-radius: 0px;
		height: 41px !important;
		font-weight: 300;
		margin-right: 0;
	}

	.mobmtop {
		margin-top: 1%;
	}

	.popup_col_2,
	.popup_col_3 {
		width: 50% !important;
	}

	.popup_col_1 {
		width: 50% !important;
	}

	.popup_col_6 {
		padding: 0px !important;
		width: 100% !important;
	}

	.user-mobile {
		width: 60% !important;
		float: left !important;
	}

	#userListForm input {
		width: 84%;
	}

	.usersech input,
	select {
		width: 57%;
		margin-bottom: 3px;
	}

	.title_new_at {
		margin-top: 0px !important;
		padding: 5px 5px !important;
	}

	#userListForm button {
		background: #ffc228;
		padding: 6px 5px;
		border: solid 1px #ffc228;
		color: #09292f;
		position: absolute;
		right: -5px;
		top: 0;
	}

	div#myTopnav {
		position: absolute;
		width: 120px;
		right: 50px;
		z-index: 1;
		background: #082a4b;
		border: 1px solid #082a4b;
		text-align: center;
		top: 0;
		-webkit-animation: slide-down .3s ease-out;
		-moz-animation: slide-down .3s ease-out;
	}

	.icon-mobile {
		display: block !important;
		text-align: center;
		font-size: 25px;
		margin-left: 1px !important;
		width: 40px;
		float: right;
	}

	.match_status .going_inplay {
		text-transform: uppercase;
		color: #445358;
		position: absolute;
		right: 10px;
		top: 20px;
		background: #232323;
		padding: 2px 8px;
		border-radius: 9px;
		color: #fff;
	}

	.title_new_at {
		margin-top: 0px !important;
		padding: 5px 5px !important;
	}

	.right_col .col-md-12,
	.right_col .col-sm-12 {
		padding: 0px;
		width: 100%;
		float: left !important;
	}

	.custom-check .form-group {
		text-align: center;
	}

	.custom-check .form-group span {
		font-size: 11px;
		font-weight: normal;
		display: block;
	}

	.block_2 {
		//    width: 67%!important;
		padding: 5px 5px !important;
	}

	#tital_change {
		width: 50% !important;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 500;
		font-size: 12px;
		display: inline-block;
		text-align: left;
	}

	.modal .blue_button,
	.modal .red_button {
		padding: 10px;
		margin-top: 20px;
	}

	.lable-user-name {
		display: block;
		margin: 2px 0px;
	}

	.user-select {
		width: 49%;
		float: left;
		margin-right: 3px;
		margin-bottom: 5px;
	}

	.usersech input,
	select {
		width: 53%;
		margin-bottom: 3px;
	}

	.user-mobile {
		width: 49% !important;
		float: left !important;
	}

	.custom-user-select {
		margin-right: 3px;
	}

	.user-mobile {
		width: 49% !important;
		float: left !important;
	}

	.title_new_at .btn-warning {
		//    width: 24%;
		float: left;
		margin-left: 5px;
	}
}

.modal .modal-header {
	padding: 10px;
	background-color: #853395;
	border-bottom: transparent;
}

.modal .modal-title {
	font-size: 14px;
	color: #fff;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-header .close {
	margin-top: -2px;
	color: #fff !important;
}

.modal-body {
	padding: 0px 0px !important;
}

.modal-footer {
	border-top: transparent;
}

.modal .blue_button {
	background: #5cb0b8;
	color: #000;
	border: transparent;
	padding: 10px 20px !important;
	border-radius: 3px;
}

.modal-dialog .modal-content label {
	font-weight: normal;
	padding: 5px 0px;
	margin-bottom: 0px;
}

.sub_heading {
	width: 100% !important;
	display: inline-block !important;
	margin: 0px 0px !important;
	background: #654062 !important;
	font-size: 12px !important;
	padding: 0px 10px !important;
	color: #fff !important;
}

.sub_heading #tital_change {
	font-size: 13px;
	line-height: 25px;
}

.modal-footer {
	padding: 5px 15px;
	text-align: right;
	border-top: transparent;
}

.last .open>.dropdown-menu {
	width: 100%;
	top: 137%;
	left: -77px;
	padding: 0px;
}

.last .dropdown-menu li {
	border-bottom: solid 1px #ddd;
}

.last .dropdown-menu>li>a {
	font-size: 13px;
	padding: 0px 5px;
}

.btn-success {
	background: linear-gradient(to bottom, #d56ee7 0%, #9c2db0 100%);
	border: solid 1px #853395;
}

.btn_common {
	padding: 0px;
	margin: 0px;
	background: #5cb0b8;
	color: #fff;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 3px;
	border: transparent;
}

.filter_page {
	width: 100%;
	float: left;
}

.data-background {
	background: #fff;
	padding: 5px;
}

.custom-check {
	display: flex;
}

.custom-check .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.custom-check .form-group label {
	position: relative;
	cursor: pointer;
}

.custom-check .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #853395;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 6px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.custom-check .form-group input:checked+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 8px;
	width: 6px;
	height: 14px;
	border: solid #853395;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.custom-check .form-group {
	margin: 0px 5px;
}

.custom-scroll p {
	display: inline-block;
}

.pagination-row strong.paginate_button {
	background: #a24cb3;
}

.pagination-row .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #010101;
	border: solid 1px #a39d9d;
	background: #fff;
	padding: 1px 8px;
}

.title_new_at {
	width: 100% !important;
	display: inline-block !important;
	background: linear-gradient(#b159c2, #853395) !important;
	/*padding: 5px !important; */
	color: #fff !important;
	font-size: 16px;
}

.usersech input,
select {
	padding: 2px 5px;
	border: solid 1px #eee;
	color: #000;
	height: 28px;
	margin: 0px 2px;
}

.title_new_at form {
	margin-bottom: 0px;
	display: inline-block;
	float: right !important;
}

.usersech {
	float: right;
	position: relative;
}

.usersech button {
	background: #5c086a;
	padding: 5px;
	border: solid 1px #5c086a;
}

.sports_box {
	margin-bottom: 5px;
}

.tittle_sports {
	background: linear-gradient(#b159c2, #853395) !important;
	color: #ffb80c;
	font-size: 14px;
	font-weight: 600;
}

.item_sport {
	display: inline-block;
	padding: 5px;
	background: linear-gradient(#b159c2, #853395) !important;
	border-right: 1px solid #6d6d6d;
}

.tittle_sports img {
	width: 20px;
}

.sport_row {
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #5c086a;
	font-size: 13px;
	background: #fff;
	//border-left: 1px solid #5c086a;
}

.sport_name {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	font-size: 11px;
	padding: 0px 5px;
}

.sport_name a {
	color: #5c086a;
	display: block;
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	width: 90%;
	font-size: 13px;
	line-height: 15px;
	padding: 3px 0px;
	text-decoration: none;
	font-weight: 600;
}

.sport_name time {
	color: #4083a9;
	font-weight: 700;
	font-size: 12px;
}

.fa {
	margin-right: 3px;
}

.match_status {
	display: inline-block;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 12px;
}

.inplay_txt {
	text-transform: uppercase;
	color: #008e2f;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	position: relative;
}

.match_odds_front {
	display: flex;
	text-align: right;
	width: 40%;
	float: right;
}

.match_odds_front span.back-cell,
.match_odds_front span.lay-cell {
	flex: 1;
	width: 40px;
	color: #000;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	vertical-align: text-bottom;
	padding: 10px 0px;
	border-left: 1px solid #5c6a6f;
	cursor: pointer;
	font-weight: bold;
}

.matchBoxMain .table {
	margin-bottom: 0px;
}

.table-striped tbody:nth-child(odd) tr {
	background-color: #f9f9f9;
}

.table-striped.table>tbody>tr>th {
	padding: 3px;
	border: solid 1px #000;
}

.back_heading_color {
	background: #654062 !important;
	color: #fff !important;
}

.lay_heading_color {
	background: #654062 !important;
	color: #fff !important;
}

.back_heading_color {
	//    background-color: #329AE7!important;
	line-height: 25px !important;
	text-align: center;
	color: #000;
	font-weight: normal;
}

.lay_heading_color {
	// background-color: #F77791!important;
	line-height: 25px !important;
	font-size: 13px;
	text-align: center;
	color: #000;
	font-weight: normal;
}

p.runner_text {
	display: inline-block;
	width: 65%;
	float: left;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0px;
	padding: 5px;
	font-weight: 600;
}

.blue-odds {
	font-weight: 500;
	color: green;
	display: inline-block;
	margin-top: 11px !important;
}

span.runner_amount {
	display: inline-block;
	width: auto !important;
	padding: 5px;
	width: auto !important;
	padding: 5px;
	text-align: left !important;
}

.runner_amount {
	font-size: 12px !important;
}

.yello {
	background: rgba(246, 231, 54, 0.5) !important;
}

.match-odds-sec {
	background-color: #fff;
	width: 100%;
	float: left;
	display: flex;
	border: solid 1px #dbdbdb;
	border-bottom: transparent;
}

.match-odds-sec .item {
	flex: 1;
	text-align: center;
	padding: 10px 0px;
	border-radius: 0px;
	font-size: 12px;
}

.inplay_txt {
	text-transform: uppercase;
	color: #008e2f;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	position: relative;
}

.tv-icons {
	width: 18px;
	float: right;
}

.inplay_txt:before {
	content: '';
	background: green;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
	top: 2px;
	position: relative;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.betSlipBox {
	width: 100%;
	float: left;
}

.betslip-head {
	margin-bottom: 5px;
	background: #ffb80c;
	color: #010101;
	font-size: 15px;
	width: 100%;
	float: left;
	display: flex;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.betslip-head #tital_change {
	padding: 8px 5px;
	flex: 1;
	text-align: center;
}

#tital_change {
	font-size: 15px;
	display: inline-block;
	float: left;
}

.betslip-head a {
	color: #000;
	float: right;
	padding: 8px;
	background: #c99d00;
	flex: 1;
	text-align: center;
	border-top-right-radius: 5px;
}

.border-box {
	margin-bottom: 5px;
	width: 100%;
	float: left;
	position: relative;
}

.tab_bets {
	width: 100%;
	float: left;
	//    background: #ffb80c;
	margin-top: 1px solid #e0e6e6;
}

.tab_bets .nav-item {
	border-right: solid 1px rgba(255, 255, 255, 0.14);
	border-radius: 0px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #000;
	//background-color: #ffb80c;
	//  border-radius: 0;
	//    border-bottom: 3px solid #c8921d;
}

.tab_bets .nav-pills>li>a {
	color: #fff;
	padding: 9px 15px;
}

.full-btn img {
	width: 20px;
}

.full-btn:hover {
	color: #fff;
}

.tab_bets .active-position {
	border-right: transparent !important;
}

.nav-pills>li+li {
	margin-left: 0px;
}

table.jambo_table tbody tr td {
	border: solid 1px #dbdbdb;
	border-top: transparent;
}

.bbtn {
	background: #af65be !important;
	border-color: #fff !important;
	color: #fff !important;
}

.session_content {
	//	border-right:1px solid #000;
}

.fix_heading {
	height: 35px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	//    border-top: 1px solid #000;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	// background-color: #4e606d;
	color: #000 !important;
}

.sweet-cancel {
	background: red !important;
}

.table-striped>tbody>tr>td {
	// border-right: 1px solid #ddd;
	//   border: 1px solid #5c6a6f;
}

.show-sweet-alert {
	-webkit-animation: showSweetAlert .3s;
	animation: showSweetAlert .3s;
	border: 2px solid #9c47ac;
	overflow: scroll;

	top: 30% !important;

}

.sweet-confirm {
	background: #83a95c !important;
}

.dropdown-menu>li>a {
	padding: 3px 5px;
	//    color:#fff !important;
	border-bottom: 1px solid #909090;
	font-weight: bold;
}

.popup_form_row label {
	color: #3b5998;
}

.page-header {
	margin: 5px 0 20px !important;
	font-weight: 700;
}

button,
select {
	text-transform: none;
	padding: 5px !important;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.nav.child_menu>li>a {
		color: #405467 !important;
	}

	.form-control.has-feedback-left {
		padding: 10px !important;
	}

	.match_status .inplay_txt {}

	.sport_name {
		width: 100%;
		position: relative;
		margin-left: 0px;
		padding-left: 5px;
	}
}

.sr {
	margin-right: 5% !important;
}

@media screen and (max-width: 640px) {

	.dataTables_wrapper .dataTables_filter,
	.dataTables_wrapper .dataTables_length {
		float: none;
		text-align: left !important;
		padding: 0;
	}

	.bck {
		width: 21% !important
	}
}

.btn-info {
	color: #fff;
	background-color: #af65be;
	border-color: #af65be;
}

.btn-primary {
	color: #fff;
	background-color: #e2a521;
	border-color: #e2a521;
}

input,
select,
textarea {
	//	background: #fff!important
}

.nav-sm .container.body .col-md-3.left_col {
	width: 70px;
	padding: 0;
	z-index: 9999;
	position: absolute
}

.nav-sm .container.body .col-md-3.left_col.menu_fixed {
	position: fixed;
	height: 100%
}

.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
	overflow: visible
}

.nav-sm .hidden-small {
	visibility: hidden
}

.nav-sm .container.body .right_col {
	padding: 10px 20px;
	margin-left: 70px;
	z-index: 2
}

.nav-sm .navbar.nav_title {
	width: 70px
}

.nav-sm .navbar.nav_title a span {
	display: none
}

.nav-sm .navbar.nav_title a i {
	font-size: 27px;
	margin: 13px 0 0 3px
}

.site_title i {
	border: 1px solid #eaeaea;
	padding: 5px 6px;
	border-radius: 50%
}

.site_title img {
	height: 100%
}

.nav-sm .main_container .top_nav {
	display: block;
	margin-left: 70px;
	z-index: 2
}

.nav-sm .nav.side-menu li a {
	text-align: center !important;
	font-weight: 400;
	font-size: 10px;
	padding: 10px 5px
}

.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
	border-right: none
}

.nav-sm .nav.side-menu li.active-sm ul ul,
.nav-sm ul.nav.child_menu ul {
	position: static;
	width: 200px;
	background: 0 0
}

.nav-sm>.nav.side-menu>li.active-sm>a {
	color: #1abb9c !important
}

.nav-sm .nav.side-menu li a i.toggle-up {
	display: none !important
}

.nav-sm .nav.side-menu li a i {
	font-size: 25px !important;
	text-align: center;
	width: 100% !important;
	margin-bottom: 5px
}

.nav-sm ul.nav.child_menu {
	left: 100%;
	position: absolute;
	top: 0;
	width: 210px;
	z-index: 4000;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #dedede;
	display: none;
}

.nav-sm ul.nav.child_menu li {
	padding: 0 10px;
	list-style: none
}

.nav-sm ul.nav.child_menu li a {
	text-align: left !important;
	list-style: none
}

.nav-sm .profile {
	display: none
}

.menu_section {
	padding-top: 0
}

.menu_section h3 {
	padding-left: 23px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 0;
	text-shadow: 1px 1px #000
}

.profile_pic {
	width: 35%;
	float: left
}

.img-circle.profile_img {
	width: 70%;
	background: #fff;
	margin-left: 15%;
	z-index: 1000;
	position: inherit;
	margin-top: 20px;
	border: 1px solid rgba(52, 73, 94, .44);
	padding: 4px
}

.profile_info {
	padding: 25px 10px 10px;
	width: 65%;
	float: left
}

.profile_info span {
	font-size: 13px;
	line-height: 30px;
	color: #bab8b8
}

.profile_info h2 {
	font-size: 14px;
	color: #ecf0f1;
	margin: 0;
	font-weight: 300
}

.profile.img_2 {
	text-align: center
}

.profile.img_2 .profile_pic {
	width: 100%
}

.profile.img_2 .profile_pic .img-circle.profile_img {
	width: 50%;
	margin: 10px 0 0
}

.profile.img_2 .profile_info {
	padding: 15px 10px 0;
	width: 100%;
	margin-bottom: 10px;
	float: left
}

.main_menu span.fa {
	float: right;
	text-align: center;
	font-size: 10px;
	min-width: inherit
}

.active a span.fa {
	margin-right: 4px
}

.nav-sm .menu_section {
	margin: 0
}

.nav-sm .menu_section h3 {
	display: none
}

.nav-sm li li span.fa {
	display: inline-block
}

.nav_menu {
	float: left;
	background: #e9edf0;
	border-bottom: 1px solid #d9dee4;
	margin-bottom: 0px;
	width: 100%;
	position: relative
}

.nav>li>a>img {
	margin-right: 5px;
	width: 20px
}

.nav-sm .nav>li>a>img {
	margin-right: 5px;
	width: 25px;
	display: table;
	float: left
}

.title_left {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	width: 100%;
	padding: 5px 30px;
	color: #425668
}

.title_left h3 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize
}

.column-title {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	background: #425668;
	width: 100%;
	padding: 5px 10px;
	color: #fff
}

.lotus-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	margin-top: 5px;
	padding: 5px;
	background: #167aa5;
	width: 100%;
	color: #fff
}

.navbar-right li a {
	//	font-weight: 600!important
}

#tital_change {
	font-weight: 400;
	font-size: 15px;
	display: inline-block
}

.modal-header {
	padding: 5px
}

.title_left {
	width: auto;
	float: left
}

.nav_title {
	text-align: center
}

.pbtn {
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #337ab7;
	border-color: #2e6da4
}

.pbtn:hover {
	background: #2e6da4
}

.match_odds_front span.back-cell,
.match_odds_front span.lay-cell {
	//	width: 60px;
	//color: #fff;
	//font-weight: 700;
	//display: inline-block;
	//text-align: center;
	//font-size: 13px;
	//	min-height: 28px!important;
	//vertical-align: text-bottom;
	//padding: 3px
}

.sport_row:hover {
	background: #fff
}

.column-title {
	margin-top: 10px
}

.sport_name a {
	color: #23527c
}

.pre-text {
	font-size: 12px !important;
	font-weight: 700;
	text-align: left
}

.pre-text br {
	display: none
}

.going_inplay {
	font-size: 12px !important;
	font-weight: 400
}

.matchTime {
	font-size: 12px;
	display: inline-block;
	width: auto;
	float: right
}

.close {
	color: #000 !important;
	opacity: 1 !important
}

.login_content h1 {
	color: #000;
	letter-spacing: 0 !important
}

#login {
	z-index: 22;
	background: 0 0;
	padding: 0;
	border-radius: 0
}

.login_content form .submit {
	background: #0f72b2;
	width: 100%;
	color: #fff;
	padding: 5px 30px;
	border: none;
	margin: 0
}

.login_content {
	padding: 0 !important
}

.l-logo {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px
}

#login,
#register {
	position: relative !important
}

.login_content label {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	float: left
}

.login_content .checkbox label {
	color: #0f72b2 !important;
	display: block;
	text-shadow: none
}

.linput i {
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	left: 13px;
	top: 12px;
	color: #bbb
}

.linput {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding: 0
}

.linput input {
	background: 0 0 !important;
	border: none !important;
	border: #c8c8c8 1px solid !important;
	box-shadow: none !important;
	width: 100%;
	padding: 2px 0 0 34px;
	margin: 0 !important
}

.linput input:focus,
.linput input:hover {
	border-color: #4fc1e9 !important;
	color: #3c3c3c
}

.linput input:focus~i {
	color: #4fc1e9 !important
}

.sc {
	float: left;
	margin: 0 15px
}

.match_tv {
	float: left;
	width: 100%
}

.modal-dialog-staff {
	padding: 0;
	width: 100%;
	float: left
}

.unmatchbetupdown {
	border: solid #000;
	border-width: 0 2px 2px 0 !important;
	cursor: pointer;
	display: inline-block;
	padding: 3px !important;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.fancybetupdown,
.matchbetupdown {
	border: solid #000;
	border-width: 0 2px 2px 0 !important;
	cursor: pointer;
	display: inline-block;
	padding: 3px !important;
	-webkit-transition-duration: 1s;
	transition-duration: 1s
}

.form-title {
	width: 100%;
	padding: 0 10px;
	float: left
}

.mod-header {
	position: relative
}

h3.MatchHide {
	float: right;
	margin: 0;
	top: 0;
	right: 0;
	margin: 0
}

h3.MatchHide .MatchTvHideDown {
	vertical-align: middle;
	margin-top: -3px
}

h3.MatchTvHide {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 100%
}

iframe#playerFrame {
	width: 100% !important
}

iframe {
	width: 100% !important
}

.MatchHideDown,
.MatchTvHideDown,
.fancybetupdown,
.matchbetupdown,
.unmatchbetupdown {
	vertical-align: middle;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 3px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	cursor: pointer
}

h3.UnMatchBetHide {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 100%
}

h3.UnMatchBetHide .MatchTvHideDown {
	vertical-align: middle;
	margin-top: -3px
}

h3.FancyBetHide,
h3.MatchBetHide {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 100%
}

.form-title {
	width: 100%;
	padding: 0;
	float: left;
	position: relative
}

@media (min-width: 480px) {
	.nav_menu {
		position: static
	}
}

.nav-md .container.body .col-md-3.left_col {
	width: 230px;
	padding: 0;
	//	position: absolute;
	display: flex;
	top: 0
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
	height: 100%;
	position: fixed
}

.nav-md .container.body .right_col {
	//margin-left: 230px;
	min-height: 500px !important
}

.nav_title {
	width: 230px;
	float: left;
	background: #fff;
	border-radius: 0;
	height: 59px;
	border-bottom: 1px solid #d9dee4 !important
}

@media (max-width: 991px) {

	.nav-md .container.body .right_col,
	.nav-md .container.body .top_nav {
		width: 100%;
		margin: 0
	}

	.nav-md .container.body .col-md-3.left_col {
		display: none
	}

	.nav-md .container.body .right_col {
		width: 100%;
		padding-right: 0
	}
}

@media (max-width: 1200px) {
	.x_title h2 {
		width: 62%;
		font-size: 17px
	}

	.graph,
	.tile {
		zoom: 85%;
		height: inherit
	}
}

@media (max-width: 1270px) and (min-width: 192px) {
	.x_title h2 small {
		display: none
	}
}

.left_col .mCSB_scrollTools {
	width: 6px
}

.left_col .mCSB_dragger {
	max-height: 400px !important
}

.blue {
	color: #3498db
}

.purple {
	color: #9b59b6
}

.green {
	color: green;
	font-weight: 700
}

.aero {
	color: #9cc2cb
}

.red {
	color: #e74c3c;
	font-weight: 700
}

.dark {
	color: #34495e
}

.border-blue {
	border-color: #3498db !important
}

.border-purple {
	border-color: #9b59b6 !important
}

.border-green {
	border-color: #1abb9c !important
}

.border-aero {
	border-color: #9cc2cb !important
}

.border-red {
	border-color: #e74c3c !important
}

.border-dark {
	border-color: #34495e !important
}

.bg-white {
	background: #fff !important;
	border: 1px solid #fff !important;
	color: #73879c
}

.bg-green {
	background: #1abb9c !important;
	border: 1px solid #1abb9c !important;
	color: #fff
}

.bg-red {
	background: #e74c3c !important;
	border: 1px solid #e74c3c !important;
	color: #fff
}

.bg-blue {
	background: #3498db !important;
	border: 1px solid #3498db !important;
	color: #fff
}

.bg-orange {
	background: #f39c12 !important;
	border: 1px solid #f39c12 !important;
	color: #fff
}

.bg-purple {
	background: #9b59b6 !important;
	border: 1px solid #9b59b6 !important;
	color: #fff
}

.bg-blue-sky {
	background: #50c1cf !important;
	border: 1px solid #50c1cf !important;
	color: #fff
}

.container {
	width: 100%;
	padding: 0;
	height: 100vh;
	overflow-y: scroll;
}

.navbar-brand,
.navbar-nav>li>a {
	color: #fff !important
}

.top_nav .nav .open>a,
.top_nav .nav .open>a:focus,
.top_nav .nav .open>a:hover,
.top_nav .nav>li>a:focus,
.top_nav .nav>li>a:hover {
	//	background: #4e606d;
	//color:#fff !important;
}

body {
	font-family: 'Roboto Slab', serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.471
}

.main_container .top_nav {
	display: block;
	margin-left: 230px
}

.no-padding {
	padding: 0 !important
}

.page-title {
	width: 100%;
	padding: 10px 0
}

.page-title .title_left {
	width: 45%;
	float: left;
	display: block
}

.page-title .title_left h3 {
	margin: 9px 0
}

.page-title .title_right {
	width: 55%;
	float: left;
	display: block
}

.page-title .title_right .pull-right {
	margin: 10px 0
}

.fixed_height_320 {
	height: 320px
}

.fixed_height_390 {
	height: 390px
}

.fixed_height_200 {
	height: 200px
}

.overflow_hidden {
	overflow: hidden
}

.progress-bar-dark {
	background-color: #34495e !important
}

.progress-bar-gray {
	background-color: #bdc3c7 !important
}

table.no-margin .progress {
	margin-bottom: 0
}

.main_content {
	padding: 10px 20px
}

.col-md-55 {
	width: 50%;
	margin-bottom: 10px
}

.table {
	font-size: 13px !important;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 0px !important;
	font-weight: 700;
}

@media (max-width: 767px) {
	.tabs .nav-tabs>li {
		padding: 0 !important
	}

	#contentreplace {
		overflow-x: scroll
	}

	.last_panel {
		width: 635px;
		float: left
	}

	.searchuser h3 {
		font-size: 15px
	}

	.block_box_btn {
		float: left;
		width: 43% !important;
		top: 3px;
		right: 0;
		position: absolute
	}

	#tital_change {
		float: left;
		//		width: 100%!important;
		text-align: left
	}

	.matchScore {
		width: 100% !important;
		display: inline-block;
		text-align: center;
		margin-top: 0px
	}

	.fancy-head label {
		margin-bottom: 0;
		font-weight: 400;
		font-size: 12px
	}

	.stack_input_field,
	.stake_label {
		width: 100% !important
	}

	.modal {
		z-index: 999999 !important
	}

	.navbar-right {
		float: right
	}
}

@media (min-width: 900px) {
	.col-md-55 {
		width: 20%
	}
}

@media (min-width: 992px) {
	.col-md-55 {
		width: 20%
	}
}

@media (min-width: 1200px) {
	.col-md-55 {
		width: 20%
	}

	.nav-sm .matchBox {
		width: 350px
	}
}

@media (min-width: 192px) and (max-width: 1270px) {
	table.tile_info span.right {
		margin-right: 7px;
		float: left
	}
}

.center-margin {
	margin: 0 auto;
	float: none !important
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-55,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	float: left
}

.row {
	margin-right: -10px;
	margin-left: -10px
}

.grid_slider .col-md-6 {
	padding: 0 40px
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}

a {
	color: #5a738e;
	text-decoration: none;
	cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
:active,
:focus,
:visited,
a,
a:active,
a:focus,
a:visited {
	outline: 0
}

a:focus,
a:hover {
	text-decoration: none
}

.navbar {
	margin-bottom: 0
}

.navbar-header {
	background: #34495e
}

.navbar-right {
	margin-right: 0
}

.top_nav .navbar-right {
	margin: 0
}

.top_nav .navbar-right li {
	display: inline-block;
	margin-left: 2px
}

@media (min-width: 480px) {
	.top_nav .navbar-right li {
		position: relative
	}
}

.top_nav .dropdown-menu li {
	width: 100%
}

.top_nav .dropdown-menu li a {
	width: 100%;
	padding: 12px 5px
}

.top_nav li a i {
	font-size: 15px
}

.navbar-static-top {
	position: fixed;
	top: 0;
	width: 100%
}

.sidebar-header {
	border-bottom: 0;
	margin-top: 46px
}

.sidebar-header:first-of-type {
	margin-top: 0
}

.nav.side-menu>li {
	position: relative;
	display: block;
	cursor: pointer
}

.nav.side-menu>li>a {
	border-bottom: 1px solid #d8d8d8
}

.nav.side-menu>li>a:hover {
	color: #ffb80c !important
}

.nav.side-menu>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background: 0 0
}

.nav.child_menu {
	display: none;
	background: #405467
}

.nav.child_menu li.active,
.nav.child_menu li:hover {
	background-color: rgba(255, 255, 255, .06)
}

.nav.child_menu li {
	padding-left: 36px
}

.nav-md ul.nav.child_menu li:before {
	background: #425668;
	bottom: auto;
	height: 8px;
	left: 23px;
	margin-top: 9px;
	position: absolute;
	right: auto;
	width: 8px;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nav-md ul.nav.child_menu li:after {
	bottom: 0;
	content: "";
	left: 27px;
	position: absolute;
	top: 0
}

.nav.child_menu>li>a,
.nav.side-menu>li>a {
	color: #fff;
	font-weight: 700
}

.nav.child_menu li li.active,
.nav.child_menu li li:hover {
	background: 0 0
}

.nav.child_menu li li a.active,
.nav.child_menu li li a:hover {
	color: #dea705
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 12px 15px 5px
}

.nav li li li.current-page {
	background: 0 0
}

.nav li li.current-page a {
	color: #e2a903
}

.nav.side-menu>li.active>a {
	text-shadow: rgba(0, 0, 0, .25) 0 -1px 0;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #5b6479), color-stop(100%, #4c5566)), #686e78;
	background: -webkit-linear-gradient(#334556, #2c4257), #000;
	background: -moz-linear-gradient(#334556, #2c4257), #000;
	background: -o-linear-gradient(#334556, #2c4257), #000;
	background: linear-gradient(#334556, #2c4257), #000;
	-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0;
	box-shadow: rgba(0, 0, 0, .25) 0 1px 0, inset rgba(255, 255, 255, .16) 0 1px 0
}

.navbar-brand,
.navbar-nav>li>a {
	font-weight: 500;
	color: #000 !important;
	margin-left: 0 !important;
	line-height: 32px
}

.site_title {
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 400;
	font-size: 22px;
	width: 100%;
	color: #ecf0f1 !important;
	margin-left: 0 !important;
	display: block;
	height: 57px;
	margin: 0
}

.site_title:focus,
.site_title:hover {
	text-decoration: none
}

.nav.top_menu>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #34495e !important
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent
}

.top_search {
	padding: 0
}

.top_search .form-control {
	border-right: 0;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .075);
	border-radius: 25px 0 0 25px;
	padding-left: 20px;
	border: 1px solid rgba(221, 226, 232, .49)
}

.top_search .form-control:focus {
	border: 1px solid rgba(221, 226, 232, .49);
	border-right: 0
}

.top_search .input-group-btn button {
	border-radius: 0 25px 25px 0;
	border: 1px solid rgba(221, 226, 232, .49);
	border-left: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #93a2b2;
	margin-bottom: 0 !important
}

.toggle {
	float: left;
	margin: 0;
	padding-top: 16px;
	width: 70px !important
}

.toggle a {
	padding: 15px 15px 0;
	margin: 0;
	cursor: pointer
}

.toggle a i {
	font-size: 26px
}

.nav.child_menu>li>a {
	color: #a3e672;
	font-size: 12px;
	padding: 5px
}

.panel_toolbox {
	float: right;
	min-width: 70px
}

.panel_toolbox>li {
	float: left;
	cursor: pointer
}

.panel_toolbox>li>a {
	padding: 5px;
	color: #c5c7cb;
	font-size: 14px
}

.panel_toolbox>li>a:hover {
	background: #f5f7fa
}

.line_30 {
	line-height: 30px
}

.main_menu_side {
	padding: 0;
	background: #405467;
	box-shadow: 0 5px 10px rgba(36, 50, 56, .12);
	//	height: 100vh;
	background: linear-gradient(#b159c2, #853395);
}

.bs-docs-sidebar .nav>li>a {
	display: block;
	padding: 4px 6px
}

footer {
	background: #fff;
	padding: 15px 20px;
	display: block
}

@media (min-width: 900px) {
	footer {
		margin-left: 230px
	}
}

@media (max-width: 767px) {
	.nav-sm .nav>li>a>img {
		margin: auto
	}
}

.nav-sm footer {
	margin-left: 70px
}

.tile-stats.sparkline {
	padding: 10px;
	text-align: center
}

.jqstooltip {
	background: #34495e !important;
	width: 30px !important;
	height: 22px !important;
	text-decoration: none
}

.tooltip {
	display: block !important
}

.tiles {
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 0
}

.tile {
	overflow: hidden
}

.top_tiles {
	margin-bottom: 0
}

.top_tiles .tile h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 3px 0 7px;
	font-weight: 700
}

article.media {
	width: 100%
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 700 !important;
}

#integration-list {
	width: 100%;
	margin: 0 auto;
	display: table
}

#integration-list ul {
	padding: 0;
	margin: 20px 0;
	color: #555
}

#integration-list ul>li {
	list-style: none;
	border-top: 1px solid #ddd;
	display: block;
	padding: 15px;
	overflow: hidden
}

#integration-list ul:last-child {
	border-bottom: 1px solid #ddd
}

#integration-list ul>li:hover {
	background: #efefef
}

.expand {
	display: block;
	text-decoration: none;
	color: #555;
	cursor: pointer
}

.expand h2 {
	width: 85%;
	float: left
}

h2 {
	font-size: 18px;
	font-weight: 700
}

#left,
#right {
	display: table
}

#sup {
	display: table-cell;
	vertical-align: middle;
	width: 80%
}

.detail a {
	text-decoration: none;
	color: #c0392b;
	border: 1px solid #c0392b;
	padding: 6px 10px 5px;
	font-size: 13px;
	margin-right: 7px
}

.detail {
	margin: 10px 0 10px 0;
	display: none;
	line-height: 22px;
	height: 150px
}

.detail span {
	margin: 0
}

.right-arrow {
	width: 10px;
	float: right;
	font-weight: 700;
	font-size: 20px
}

.accordion .panel {
	margin-bottom: 5px;
	border-radius: 0;
	border-bottom: 1px solid #efefef
}

.accordion .panel-heading {
	background: #f2f5f7;
	padding: 13px;
	width: 100%;
	display: block
}

.accordion .panel:hover {
	background: #f2f5f7
}

.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 0px;
	padding: 0;
	display: inline-block;
	border: 1px solid #e6e9ed;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease
}

.x_title {
	border-bottom: 2px solid #e6e9ed;
	padding: 1px 5px 6px;
	margin-bottom: 10px
}

.x_title .filter {
	width: 40%;
	float: right
}

.x_title h2 {
	margin: 5px 0 6px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.x_title h2 small {
	margin-left: 10px
}

.x_title span {
	color: #bdbdbd
}

.x_content {
	padding: 0;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px
}

.x_content h4 {
	font-size: 16px;
	font-weight: 500
}

legend {
	padding-bottom: 7px
}

.demo-placeholder {
	height: 280px
}

.profile_details:nth-child(3n) {
	clear: both
}

.profile_details .profile_view {
	display: inline-block;
	padding: 10px 0 0;
	background: #fff
}

.profile_details .profile_view .divider {
	border-top: 1px solid #e5e5e5;
	padding-top: 5px;
	margin-top: 5px
}

.profile_details .profile_view .ratings {
	margin-bottom: 0
}

.profile_details .profile_view .bottom {
	background: #f2f5f7;
	padding: 9px 0;
	border-top: 1px solid #e6e9ed
}

.profile_details .profile_view .left {
	margin-top: 20px
}

.profile_details .profile_view .left p {
	margin-bottom: 3px
}

.profile_details .profile_view .right {
	margin-top: 0;
	padding: 10px
}

.profile_details .profile_view .img-circle {
	border: 1px solid #e6e9ed;
	padding: 2px
}

.profile_details .profile_view h2 {
	margin: 5px 0
}

.profile_details .profile_view .ratings {
	text-align: left;
	font-size: 16px
}

.profile_details .profile_view .brief {
	margin: 0;
	font-weight: 300
}

.profile_details .profile_left {
	background: #fff
}

.pagination.pagination-split li {
	display: inline-block;
	margin-right: 3px
}

.pagination.pagination-split li a {
	border-radius: 4px;
	color: #900399;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

table.tile h3,
table.tile h4,
table.tile span {
	font-weight: 700;
	vertical-align: middle !important
}

table.tile td,
table.tile th {
	text-align: center
}

table.tile th {
	border-bottom: 1px solid #e6ecee
}

table.tile td {
	padding: 5px 0
}

table.tile td ul {
	text-align: left;
	padding-left: 0
}

table.tile td ul li {
	list-style: none;
	width: 100%
}

table.tile td ul li a {
	width: 100%
}

table.tile td ul li a big {
	right: 0;
	float: right;
	margin-right: 13px
}

table.tile_info {
	width: 100%
}

table.tile_info td {
	text-align: left;
	padding: 1px;
	font-size: 15px
}

table.tile_info td p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	line-height: 28px
}

table.tile_info td i {
	margin-right: 8px;
	font-size: 17px;
	float: left;
	width: 18px;
	line-height: 28px
}

table.tile_info td:first-child {
	width: 83%
}

td span {

	font-weight: 700;
}

.sidebar-widget {
	overflow: hidden
}

.error-number {
	font-size: 90px;
	line-height: 90px;
	margin: 20px 0
}

.col-middle {
	margin-top: 5%
}

.mid_center {
	width: 370px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px
}

h3.degrees {
	font-size: 22px;
	font-weight: 400;
	text-align: center
}

.degrees:after {
	content: "o";
	position: relative;
	top: -12px;
	font-size: 13px;
	font-weight: 300
}

.daily-weather .day {
	font-size: 14px;
	border-top: 2px solid rgba(115, 135, 156, .36);
	text-align: center;
	border-bottom: 2px solid rgba(115, 135, 156, .36);
	padding: 5px 0
}

.weather-days .col-sm-2 {
	overflow: hidden;
	width: 16.66666667%
}

.weather .row {
	margin-bottom: 0
}

.bulk-actions {
	display: none
}

table.countries_list {
	width: 100%
}

table.countries_list td {
	padding: 0 10px;
	line-height: 30px;
	border-top: 1px solid #eee
}

.dataTables_paginate a {
	//	padding: 6px 9px!important;
	background: #ddd !important;
	border-color: #ddd !important
}

.paging_full_numbers a.paginate_active {
	background-color: rgba(38, 185, 154, .59) !important;
	border-color: rgba(38, 185, 154, .59) !important
}

a.DTTT_button,
button.DTTT_button,
div.DTTT_button {
	border: 1px solid #e7e7e7 !important;
	background: #e7e7e7 !important;
	box-shadow: none !important
}

table.jambo_table {
	border: 1px solid rgba(221, 221, 221, .78);
	//	margin:0;
}

table.jambo_table thead {
	background: #ececed;
	color: #000;
}

table.jambo_table tbody tr:hover td {
	background: rgba(38, 185, 154, .07);
	border-top: 1px solid rgba(38, 185, 154, .11);
	border-bottom: 1px solid rgba(38, 185, 154, .11)
}

table.jambo_table tbody tr.selected {
	background: rgba(38, 185, 154, .16)
}

table.jambo_table tbody tr.selected td {
	border-top: 1px solid rgba(38, 185, 154, .4);
	border-bottom: 1px solid rgba(38, 185, 154, .4)
}

.dataTables_paginate a {
	background: red
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: #fff
}

.dataTables_length {
	//width: 40%;
	float: left
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right
}

.dataTables_info {
	width: 60%;
	float: left
}

.dataTables_paginate {
	//	float: right;
	text-align: right
}

table.dataTable td.focus,
table.dataTable th.focus {
	outline: 2px solid #1abb9c !important;
	outline-offset: -1px
}

.paginate_disabled_next,
.paginate_disabled_previous,
.paginate_enabled_next,
.paginate_enabled_previous {
	height: 19px;
	float: left;
	cursor: pointer;
	color: #111 !important
}

.paginate_disabled_next:hover,
.paginate_disabled_previous:hover,
.paginate_enabled_next:hover,
.paginate_enabled_previous:hover {
	text-decoration: none !important
}

.paginate_disabled_next:active,
.paginate_disabled_previous:active,
.paginate_enabled_next:active,
.paginate_enabled_previous:active {
	outline: 0
}

.paginate_disabled_next,
.paginate_disabled_previous {
	color: #666 !important
}

.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px
}

.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px
}

.paginate_disabled_previous {
	background: url(../images/back_disabled.png) no-repeat top left
}

.paginate_enabled_previous {
	background: url(../images/back_enabled.png) no-repeat top left
}

.paginate_enabled_previous:hover {
	background: url(../images/back_enabled_hover.png) no-repeat top left
}

.paginate_disabled_next {
	background: url(../images/forward_disabled.png) no-repeat top right
}

.paginate_enabled_next {
	background: url(../images/forward_enabled.png) no-repeat top right
}

.paginate_enabled_next:hover {
	background: url(../images/forward_enabled_hover.png) no-repeat top right
}

table.display {
	margin: 0 auto;
	clear: both;
	width: 100%
}

table.display thead th {
	padding: 8px 18px 8px 10px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	cursor: pointer
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid #000;
	font-weight: 700
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa
}

table.display td {
	padding: 3px 10px
}

table.display td.center {
	text-align: center
}

table.display thead td:active,
table.display thead th:active {
	outline: 0
}

.dataTables_scroll {
	clear: both
}

.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch
}

.top .dataTables_info {
	float: none
}

.clear {
	clear: both
}

.dataTables_empty {
	text-align: center
}

tfoot input {
	margin: .5em 0;
	width: 100%;
	color: #444
}

tfoot input.search_init {
	color: #999
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #a19b9e;
	border-top: 2px solid #a19b9e
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #a19b9e
}

.example_alt_pagination div.dataTables_info {
	width: 40%
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px
}

.paging_full_numbers a:active {
	outline: 0
}

.paging_full_numbers a:hover {
	text-decoration: none
}

.paging_full_numbers a.paginate_active,
.paging_full_numbers a.paginate_button {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer
}

.paging_full_numbers a.paginate_button {
	background-color: #ddd
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important
}

.paging_full_numbers a.paginate_active {
	background-color: #99b3ff
}

table.display tr.even.row_selected td {
	background-color: #b0bed9
}

table.display tr.odd.row_selected td {
	background-color: #9fafd1
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080ff;
	background-color: #e5e5ff
}

ul.msg_list li {
	background: #f7f7f7;
	padding: 5px;
	display: flex;
	margin: 6px 6px 0;
	width: 96% !important
}

ul.msg_list li:last-child {
	margin-bottom: 6px;
	padding: 10px
}

ul.msg_list li a {
	padding: 3px 5px !important
}

ul.msg_list li a .image img {
	border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	float: left;
	margin-right: 10px;
	width: 11%
}

ul.msg_list li a .time {
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	position: absolute;
	right: 35px
}

ul.msg_list li a .message {
	display: block !important;
	font-size: 11px
}

.dropdown-menu.msg_list span {
	white-space: normal
}

.dropdown-menu {
	border: medium none;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 12px;
	left: 0;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1000;
	border: 1px solid #d9dee4;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.dropdown-menu>li>a {
	//	color: #5a738e
}

.navbar-nav .open .dropdown-menu {
	position: absolute;
	background: #fff;
	margin-top: 0;
	border: 1px solid #d9dee4;
	-webkit-box-shadow: none;
	right: 0;
	left: auto;
	width: 155px
}

.navbar-right #Wallet {
	color: #008e2f !important;
}

.navbar-right #UserLiability {
	color: red !important;
}

.navbar-nav .open .dropdown-menu.msg_list {
	width: 340px
}

.info-number .badge {
	font-size: 10px;
	font-weight: 400;
	line-height: 13px;
	padding: 2px 6px;
	position: absolute;
	right: 2px;
	top: 8px
}

ul.to_do {
	padding: 0
}

ul.to_do li {
	background: #f3f3f3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 7px;
	margin-bottom: 5px;
	list-style: none
}

ul.to_do p {
	margin: 0
}

.dashboard-widget {
	background: #f6f6f6;
	border-top: 5px solid #79c3df;
	border-radius: 3px;
	padding: 5px 10px 10px
}

.dashboard-widget .dashboard-widget-title {
	font-weight: 400;
	border-bottom: 1px solid #c1cdcd;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	padding-left: 40px;
	line-height: 30px
}

.dashboard-widget .dashboard-widget-title i {
	font-size: 100%;
	margin-left: -35px;
	margin-right: 10px;
	color: #33a1c9;
	padding: 3px 6px;
	border: 1px solid #abd9ea;
	border-radius: 5px;
	background: #fff
}

ul.quick-list {
	width: 45%;
	padding-left: 0;
	display: inline-block
}

ul.quick-list li {
	padding-left: 10px;
	list-style: none;
	margin: 0;
	padding-bottom: 6px;
	padding-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

ul.quick-list li i {
	padding-right: 10px;
	color: #757679
}

.dashboard-widget-content {
	padding-top: 9px
}

.dashboard-widget-content .sidebar-widget {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #abd9ea;
	border-radius: 5px;
	text-align: center;
	float: right;
	padding: 2px;
	margin-top: 10px
}

.widget_summary {
	width: 100%;
	display: inline-flex
}

.widget_summary .w_left {
	float: left;
	text-align: left
}

.widget_summary .w_center {
	float: left
}

.widget_summary .w_right {
	float: left;
	text-align: right
}

.widget_summary .w_right span {
	font-size: 20px
}

.w_20 {
	width: 20%
}

.w_25 {
	width: 25%
}

.w_55 {
	width: 55%
}

h5.graph_title {
	text-align: left;
	margin-left: 10px
}

h5.graph_title i {
	margin-right: 10px;
	font-size: 17px
}

span.right {
	float: right;
	font-size: 14px !important
}

.tile_info a {
	text-overflow: ellipsis
}

.sidebar-footer {
	bottom: 0;
	clear: both;
	display: block;
	padding: 5px 0 0 0;
	position: fixed;
	width: 230px;
	background: #000
}

.sidebar-footer a {
	padding: 7px 0 3px;
	text-align: center;
	width: 25%;
	font-size: 17px;
	display: block;
	float: left;
	background: #172d44
}

.sidebar-footer a:hover {
	background: #425567
}

.tile_count {
	margin-bottom: 20px
}

.tile_count .tile_stats_count {
	border-bottom: 1px solid #d9dee4;
	padding: 0 10px 0 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

@media (min-width: 992px) {
	.tile_count .tile_stats_count {
		margin-bottom: 10px;
		border-bottom: 0;
		padding-bottom: 10px
	}
}

.tile_count .tile_stats_count:before {
	content: "";
	position: absolute;
	left: 0;
	height: 65px;
	border-left: 2px solid #adb2b5;
	margin-top: 10px
}

@media (min-width: 992px) {
	.tile_count .tile_stats_count:first-child:before {
		border-left: 0
	}
}

.tile_count .tile_stats_count .count {
	font-size: 30px;
	line-height: 47px;
	font-weight: 600
}

@media (min-width: 900px) {
	.tile_count .tile_stats_count .count {
		font-size: 18px
	}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.tile_count .tile_stats_count .count {
		font-size: 30px
	}
}

.tile_count .tile_stats_count span {
	font-size: 12px
}

@media (min-width: 900px) {
	.tile_count .tile_stats_count span {
		font-size: 13px
	}
}

.tile_count .tile_stats_count .count_bottom i {
	width: 12px
}

.dashboard_graph {
	background: #fff;
	padding: 7px 10px
}

.dashboard_graph .col-md-3,
.dashboard_graph .col-md-9 {
	padding: 0
}

a.user-profile {
	color: #5e6974 !important
}

.user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-right: 10px
}

ul.top_profiles {
	height: 330px;
	width: 100%
}

ul.top_profiles li {
	margin: 0;
	padding: 3px 5px
}

ul.top_profiles li:nth-child(odd) {
	background-color: #eee
}

.media .profile_thumb {
	border: 1px solid;
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 0;
	border-radius: 50%;
	padding: 9px 12px
}

.media .profile_thumb i {
	font-size: 30px
}

.media .date {
	background: #ccc;
	width: 52px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 5px
}

.media .date .month {
	margin: 0;
	text-align: center;
	color: #fff
}

.media .date .day {
	text-align: center;
	color: #fff;
	font-size: 27px;
	margin: 0;
	line-height: 27px;
	font-weight: 700
}

.event .media-body a.title {
	font-weight: 700
}

.event .media-body p {
	margin-bottom: 0
}

h4.graph_title {
	margin: 7px;
	text-align: center
}

.fontawesome-icon-list .fa-hover a:hover {
	background-color: #ddd;
	color: #fff;
	text-decoration: none
}

.fontawesome-icon-list .fa-hover a {
	display: block;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	border-radius: 4px
}

.fontawesome-icon-list .fa-hover a:hover .fa {
	font-size: 28px;
	vertical-align: -6px
}

.fontawesome-icon-list .fa-hover a .fa {
	width: 32px;
	font-size: 16px;
	display: inline-block;
	text-align: right;
	margin-right: 10px
}

.main_menu .fa {
	width: 26px;
	opacity: .99;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.tile-stats {
	position: relative;
	display: block;
	margin-bottom: 12px;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding-bottom: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	background: #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.tile-stats:hover .icon i {
	animation-name: tansformAnimation;
	animation-duration: .5s;
	animation-iteration-count: 1;
	color: rgba(58, 58, 58, .41);
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-name: tansformAnimation;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: tansformAnimation;
	-moz-animation-duration: .5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: forwards
}

.tile-stats .icon {
	width: 20px;
	height: 20px;
	color: #bab8b8;
	position: absolute;
	right: 53px;
	top: 22px;
	z-index: 1
}

.tile-stats .icon i {
	margin: 0;
	font-size: 60px;
	line-height: 0;
	vertical-align: bottom;
	padding: 0
}

.tile-stats .count {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.65857143
}

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
	position: relative;
	margin: 0;
	margin-left: 10px;
	z-index: 5;
	padding: 0
}

.tile-stats h3 {
	color: #bab8b8
}

.tile-stats p {
	margin-top: 5px;
	font-size: 12px
}

.tile-stats>.dash-box-footer {
	position: relative;
	text-align: center;
	margin-top: 5px;
	padding: 3px 0;
	color: #fff;
	color: rgba(255, 255, 255, .8);
	display: block;
	z-index: 10;
	background: rgba(0, 0, 0, .1);
	text-decoration: none
}

.tile-stats>.dash-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, .15)
}

.tile-stats>.dash-box-footer:hover {
	color: #fff;
	background: rgba(0, 0, 0, .15)
}

table.tile_info {
	padding: 10px 15px
}

table.tile_info span.right {
	margin-right: 0;
	float: right;
	position: absolute;
	right: 4%
}

.tile:hover {
	text-decoration: none
}

.tile_header {
	border-bottom: transparent;
	padding: 7px 15px;
	margin-bottom: 15px;
	background: #e7e7e7
}

.tile_head h4 {
	margin-top: 0;
	margin-bottom: 5px
}

.tiles-bottom {
	padding: 5px 10px;
	margin-top: 10px;
	background: rgba(194, 194, 194, .3);
	text-align: left
}

a.star {
	color: #428bca !important
}

.mail_content {
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	margin-top: 20px;
	min-height: 500px;
	padding: 10px 11px;
	width: 100%
}

.list-btn-mail {
	margin-bottom: 15px
}

.list-btn-mail.active {
	border-bottom: 1px solid #39b3d7;
	padding: 0 0 14px
}

.list-btn-mail>i {
	float: left;
	font-size: 18px;
	font-style: normal;
	width: 33px
}

.list-btn-mail>.cn {
	background: none repeat scroll 0 0 #39b3d7;
	border-radius: 12px;
	color: #fff;
	float: right;
	font-style: normal;
	padding: 0 5px
}

.button-mail {
	margin: 0 0 15px !important;
	text-align: left;
	width: 100%
}

.btn,
.buttons,
button {
	margin-bottom: 1px;
}

.btn-group .btn,
.btn-group-vertical .btn {
	margin-bottom: 0;
	margin-right: 0
}

.mail_list_column {
	border-left: 1px solid #dbdbdb
}

.mail_view {
	border-left: 1px solid #dbdbdb
}

.mail_list {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 2px;
	display: inline-block
}

.mail_list .left {
	width: 5%;
	float: left;
	margin-right: 3%
}

.mail_list .right {
	width: 90%;
	float: left
}

.mail_list h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 6px
}

.mail_list h3 small {
	float: right;
	color: #adabab;
	font-size: 11px;
	line-height: 20px
}

.mail_list .badge {
	padding: 3px 6px;
	font-size: 8px;
	background: #bab7b7
}

@media (max-width: 767px) {
	.mail_list {
		margin-bottom: 5px;
		display: inline-block
	}
}

.mail_heading h4 {
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-top: 20px
}

.attachment {
	margin-top: 30px
}

.attachment ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 30px
}

.attachment ul li {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-bottom: 10px
}

.attachment ul li img {
	height: 150px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px
}

.attachment ul li span {
	float: right
}

.attachment .file-name {
	float: left
}

.attachment .links {
	width: 100%;
	display: inline-block
}

.compose {
	padding: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 1px solid #d9dee4;
	border-right: 0;
	border-bottom: 0;
	border-top-left-radius: 5px;
	z-index: 9999;
	display: none
}

.compose .compose-header {
	padding: 5px;
	background: #169f85;
	color: #fff;
	border-top-left-radius: 5px
}

.compose .compose-header .close {
	text-shadow: 0 1px 0 #fff;
	line-height: .8
}

.compose .compose-body .editor.btn-toolbar {
	margin: 0
}

.compose .compose-body .editor-wrapper {
	height: 100%;
	min-height: 50px;
	max-height: 180px;
	border-radius: 0;
	border-left: none;
	border-right: none;
	overflow: auto
}

.compose .compose-footer {
	padding: 10px
}

.editor.btn-toolbar {
	zoom: 1;
	background: #f7f7f7;
	margin: 5px 2px;
	padding: 3px 0;
	border: 1px solid #efefef
}

.input-group {
	margin-bottom: 10px
}

.ln_solid {
	border-top: 1px solid #e5e5e5;
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin: 20px 0
}

span.section {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

.form-control {
	border-radius: 0;
	width: 100%
}

.form-horizontal .control-label {
	padding-top: 8px
}

.form-control:focus {
	border-color: #ccd0d7;
	box-shadow: none !important
}

legend {
	font-size: 18px;
	color: inherit
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0
}

.form-control-feedback {
	margin-top: 8px;
	height: 23px;
	color: #bbb;
	line-height: 24px;
	font-size: 15px
}

.form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 13px
}

.form-control-feedback.right {
	border-left: 1px solid #ccc;
	right: 13px
}

.form-control.has-feedback-left {
	//	padding-left: 45px
}

.form-control.has-feedback-right {
	padding-right: 45px
}

.form-group {
	margin-bottom: 10px
}

.validate {
	margin-top: 10px
}

.invalid-form-error-message {
	margin-top: 10px;
	padding: 5px
}

.invalid-form-error-message.filled {
	border-left: 2px solid #e74c3c
}

p.parsley-success {
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6
}

p.parsley-error {
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid #eed3d7
}

ul.parsley-errors-list {
	list-style: none;
	color: #e74c3c;
	padding-left: 0
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	background: #faedec;
	border: 1px solid #e85445
}

.btn-group .parsley-errors-list {
	display: none
}

.bad input,
.bad select,
.bad textarea {
	border: 1px solid #ce5454;
	box-shadow: 0 0 4px -2px #ce5454;
	position: relative;
	left: 0;
	-moz-animation: .7s 1 shake linear;
	-webkit-animation: .7s 1 shake linear
}

.item input,
.item textarea {
	-webkit-transition: .42s;
	-moz-transition: .42s;
	transition: .42s
}

.item .alert {
	float: left;
	margin: 0 0 0 20px;
	padding: 3px 10px;
	color: #fff;
	border-radius: 3px 4px 4px 3px;
	background-color: #ce5454;
	max-width: 170px;
	white-space: pre;
	position: relative;
	left: -15px;
	opacity: 0;
	z-index: 1;
	transition: .15s ease-out
}

.item .alert::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	border-color: transparent #ce5454 transparent transparent;
	border-style: solid;
	border-width: 11px 7px;
	position: absolute;
	left: -13px;
	top: 1px
}

.item.bad .alert {
	left: 0;
	opacity: 1
}

.inl-bl {
	display: inline-block
}

.well .markup {
	background: #fff;
	color: #777;
	position: relative;
	padding: 45px 15px 15px;
	margin: 15px 0 0 0;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: none
}

.well .markup::after {
	content: "Example";
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px
}

.autocomplete-suggestions {
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	cursor: default;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 2px 5px;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden
}

.autocomplete-selected {
	background: #f0f0f0
}

.autocomplete-suggestions strong {
	font-weight: 400;
	color: #39f;
	font-weight: bolder
}

.btn {
	border-radius: 3px
}

a.btn-danger,
a.btn-primary,
a.btn-success,
a.btn-warning {
	//	color: #fff
}

.btn-success {
	//	background: #FFB80C!important;
	//border: 1px solid #FFB80C
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
	background: #169f85
}

.btn-dark {
	color: #e9edef;
	background-color: #5cb0b8;
	border-color: #5cb0b8
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open .dropdown-toggle.btn-dark {
	color: #fff;
	background-color: #394d5f;
	border-color: #394d5f
}

.btn-round {
	border-radius: 30px
}

.btn.btn-app {
	position: relative;
	padding: 15px 5px;
	margin: 0 0 10px 10px;
	min-width: 80px;
	height: 60px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #fafafa;
	font-size: 12px
}

.btn.btn-app>.fa,
.btn.btn-app>.glyphicon,
.btn.btn-app>.ion {
	font-size: 20px;
	display: block
}

.btn.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa
}

.btn.btn-app:active,
.btn.btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.btn-app>.badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400
}

textarea {
	padding: 10px;
	vertical-align: top;
	width: 200px
}

textarea:focus {
	outline-style: solid;
	outline-width: 2px
}

.btn_ {
	display: inline-block;
	padding: 3px 9px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.bs-glyphicons {
	margin: 0 -10px 20px;
	overflow: hidden
}

.bs-glyphicons-list {
	padding-left: 0;
	list-style: none
}

.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
	background-color: #f9f9f9;
	border: 1px solid #fff
}

.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px
}

.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word
}

.bs-glyphicons li:hover {
	color: #fff;
	background-color: #1abb9c
}

@media (min-width: 900px) {
	.bs-glyphicons {
		margin-right: 0;
		margin-left: 0
	}

	.bs-glyphicons li {
		width: 12.5%;
		font-size: 12px
	}
}

.tagsinput {
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px 6px 0;
	width: 300px;
	overflow-y: auto
}

span.tag {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px 9px;
	text-decoration: none;
	background: #1abb9c;
	color: #f1f6f7;
	margin-right: 5px;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: helvetica
}

span.tag a {
	color: #f1f6f7 !important
}

.tagsinput span.tag a {
	font-weight: 700;
	color: #82ad2b;
	text-decoration: none;
	font-size: 11px
}

.tagsinput input {
	width: 80px;
	margin: 0;
	font-family: helvetica;
	font-size: 13px;
	border: 1px solid transparent;
	padding: 3px;
	background: 0 0;
	color: #000;
	outline: 0
}

.tagsinput div {
	display: block;
	float: left
}

.tags_clear {
	clear: both;
	width: 100%;
	height: 0
}

.not_valid {
	background: #fbd8db !important;
	color: #90111a !important
}

ul.bar_tabs {
	overflow: visible;
	background: #f5f7fa;
	height: 25px;
	margin: 21px 0 14px;
	padding-left: 14px;
	position: relative;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid #e6e9ed
}

ul.bar_tabs>li {
	border: 1px solid #e6e9ed;
	color: #333 !important;
	margin-top: -17px;
	margin-left: 8px;
	background: #fff;
	border-bottom: none;
	border-radius: 4px 4px 0 0
}

ul.bar_tabs>li.active {
	border-right: 6px solid #d3d6da;
	border-top: 0;
	margin-top: -15px
}

ul.bar_tabs>li a {
	padding: 10px 17px;
	background: #f5f7fa;
	margin: 0;
	border-top-right-radius: 0
}

ul.bar_tabs>li a:hover {
	border: 1px solid transparent
}

ul.bar_tabs>li.active a {
	border-bottom: none
}

ul.bar_tabs.right {
	padding-right: 14px
}

ul.bar_tabs.right li {
	float: right
}

a:focus {
	outline: 0
}

ul.timeline li {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	clear: both
}

.timeline .block {
	margin: 0;
	border-left: 3px solid #e8e8e8;
	overflow: visible;
	padding: 10px 15px;
	margin-left: 105px
}

.timeline.widget {
	min-width: 0;
	max-width: inherit
}

.timeline.widget .block {
	margin-left: 5px
}

.timeline .tags {
	position: absolute;
	top: 15px;
	left: 0;
	width: 84px
}

.timeline .tag {
	display: block;
	height: 30px;
	font-size: 13px;
	padding: 8px
}

.timeline .tag span {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tag {
	line-height: 1;
	background: #1abb9c;
	color: #fff !important
}

.tag:after {
	content: " ";
	height: 30px;
	width: 0;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	pointer-events: none;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 11px solid #1abb9c
}

.timeline h2.title {
	position: relative;
	font-size: 16px;
	margin: 0
}

.timeline h2.title:before {
	content: "";
	position: absolute;
	left: -23px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #d2d3d2;
	border-radius: 14px;
	background: #f9f9f9
}

.timeline .byline {
	padding: .25em 0
}

.byline {
	-webkit-font-smoothing: antialiased;
	font-style: italic;
	font-size: .9375em;
	line-height: 1.3;
	color: #aab6aa
}

ul.social li {
	border: 0
}

.social-body,
.social-sidebar {
	float: right
}

.social-sidebar {
	background: #ededed;
	width: 22%
}

.social-body {
	border: 1px solid #ccc;
	width: 78%
}

.thumb img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.chat .thumb img {
	width: 27px;
	height: 27px;
	border-radius: 50%
}

.chat .status {
	float: left;
	margin: 16px 0 0 -16px;
	font-size: 14px;
	font-weight: 700;
	width: 12px;
	height: 12px;
	display: block;
	border: 2px solid #fff;
	z-index: 12312;
	border-radius: 50%
}

.chat .status.online {
	background: #1abb9c
}

.chat .status.away {
	background: #f39c12
}

.chat .status.offline {
	background: #ccc
}

.chat .media-body {
	padding-top: 5px
}

.dashboard_graph .x_title {
	padding: 5px 5px 7px
}

.dashboard_graph .x_title h3 {
	margin: 0;
	font-weight: 400
}

.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center
}

.chart canvas {
	position: absolute;
	top: 0;
	left: 0
}

.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
	font-size: 18px
}

.percent:after {
	content: '%';
	margin-left: .1em;
	font-size: .8em
}

.angular {
	margin-top: 100px
}

.angular .chart {
	margin-top: 0
}

.widget {
	min-width: 250px;
	max-width: 310px
}

.widget_tally_box .btn-group button {
	text-align: center
}

.widget_tally_box .btn-group button {
	color: inherit;
	font-weight: 500;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7
}

ul.widget_tally,
ul.widget_tally li {
	width: 100%
}

ul.widget_tally li {
	padding: 2px 10px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 4px
}

ul.widget_tally .month {
	width: 70%;
	float: left
}

ul.widget_tally .count {
	width: 30%;
	float: left;
	text-align: right
}

.pie_bg {
	border-bottom: 1px solid rgba(101, 204, 182, .16);
	padding-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 4px 6px -6px #222;
	-moz-box-shadow: 0 4px 6px -6px #222;
	box-shadow: 0 4px 6px -6px #222
}

.widget_tally_box .flex {
	display: flex
}

ul.widget_profile_box {
	width: 100%;
	height: 42px;
	padding: 3px;
	background: #ececec;
	margin-top: 40px;
	margin-left: 1px
}

ul.widget_profile_box li:first-child {
	width: 25%;
	float: left
}

ul.widget_profile_box li:first-child a {
	float: left
}

ul.widget_profile_box li:last-child {
	width: 25%;
	float: right
}

ul.widget_profile_box li:last-child a {
	float: right
}

ul.widget_profile_box li a {
	font-size: 22px;
	text-align: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(52, 73, 94, .44);
	display: block;
	border-radius: 50%;
	padding: 0
}

ul.widget_profile_box li a:hover {
	color: #1abb9c !important;
	border: 1px solid #26b99a
}

ul.widget_profile_box li .profile_img {
	width: 85px;
	height: 85px;
	margin: 0;
	margin-top: -28px
}

.widget_tally_box p,
.widget_tally_box span {
	text-align: center
}

.widget_tally_box .name {
	text-align: center;
	margin: 25px
}

.widget_tally_box .name_title {
	text-align: center;
	margin: 5px
}

.widget_tally_box ul.legend {
	margin: 0
}

.widget_tally_box ul.legend p,
.widget_tally_box ul.legend span {
	text-align: left
}

.widget_tally_box ul.legend li .icon {
	font-size: 20px;
	float: left;
	width: 14px
}

.widget_tally_box ul.legend li .name {
	font-size: 14px;
	margin: 5px 0 0 14px;
	text-overflow: ellipsis;
	float: left
}

.widget_tally_box ul.legend p {
	display: inline-block;
	margin: 0
}

.widget_tally_box ul.verticle_bars li {
	height: 140px;
	width: 23%
}

.widget .verticle_bars li .progress.vertical.progress_wide {
	width: 65%
}

ul.count2 {
	width: 100%;
	margin-left: 1px;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 10px 0
}

ul.count2 li {
	width: 30%;
	text-align: center
}

ul.count2 li h3 {
	font-weight: 400;
	margin: 0
}

ul.count2 li span {
	font-weight: 300
}

.divider {
	border-bottom: 1px solid #ddd;
	margin: 10px
}

.divider-dashed {
	border-top: 1px dashed #e7eaec;
	background-color: #fff;
	height: 1px;
	margin: 10px 0
}

ul.messages {
	padding: 0;
	list-style: none
}

.tasks li,
ul.messages li {
	border-bottom: 1px dotted #e6e6e6;
	padding: 8px 0
}

img.avatar,
ul.messages li img.avatar {
	height: 32px;
	width: 32px;
	float: left;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px;
	background: #f7f7f7;
	border: 1px solid #e6e6e6
}

ul.messages li .message_date {
	float: right;
	text-align: right
}

ul.messages li .message_wrapper {
	margin-left: 50px;
	margin-right: 40px
}

ul.messages li .message_wrapper h4.heading {
	font-weight: 600;
	margin: 0;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: 100%
}

ul.messages li .message_wrapper blockquote {
	padding: 0 10px;
	margin: 0;
	border-left: 5px solid #eee
}

ul.user_data li {
	margin-bottom: 6px
}

ul.user_data li p {
	margin-bottom: 0
}

ul.user_data li .progress {
	width: 90%
}

.project_progress .progress {
	margin-bottom: 3px !important;
	margin-top: 5px
}

.projects .list-inline {
	margin: 0
}

.profile_title {
	background: #f5f7fa;
	border: 0;
	padding: 7px 0;
	display: flex
}

ul.stats-overview {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 10px;
	margin-bottom: 10px
}

ul.stats-overview li {
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	width: 30%;
	font-size: 14px;
	border-right: 1px solid #e8e8e8
}

ul.stats-overview li:last-child {
	border-right: 0
}

ul.stats-overview li .name {
	font-size: 12px
}

ul.stats-overview li .value {
	font-size: 14px;
	font-weight: 700;
	display: block
}

ul.stats-overview li:first-child {
	padding-left: 0
}

ul.project_files li {
	margin-bottom: 5px
}

ul.project_files li a i {
	width: 20px
}

.project_detail p {
	margin-bottom: 10px
}

.project_detail p.title {
	font-weight: 700;
	margin-bottom: 0
}

.avatar img {
	border-radius: 50%;
	max-width: 45px
}

.pricing {
	background: #fff
}

.pricing .title {
	background: #1abb9c;
	height: 110px;
	color: #fff;
	padding: 15px 0 0;
	text-align: center
}

.pricing .title h2 {
	text-transform: capitalize;
	font-size: 18px;
	border-radius: 5px 5px 0 0;
	margin: 0;
	font-weight: 400
}

.pricing .title h1 {
	font-size: 30px;
	margin: 12px
}

.pricing .title span {
	background: rgba(51, 51, 51, .28);
	padding: 2px 5px
}

.pricing_features {
	background: #fafafa;
	padding: 20px 15px;
	min-height: 230px;
	font-size: 13.5px
}

.pricing_features ul li {
	margin-top: 10px
}

.pricing_footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.pricing_footer p {
	font-size: 13px;
	padding: 10px 0 2px;
	display: block
}

.ui-ribbon-container {
	position: relative
}

.ui-ribbon-container .ui-ribbon-wrapper {
	position: absolute;
	overflow: hidden;
	width: 85px;
	height: 88px;
	top: -3px;
	right: -3px
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
	background-color: #5b90bf
}

.ui-ribbon-container .ui-ribbon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	line-height: 20px;
	background-color: #555;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
	border-top: 2px solid #5b90bf
}

.ui-ribbon-container .ui-ribbon:before {
	left: 0;
	bottom: -1px
}

.ui-ribbon-container .ui-ribbon:before {
	right: 0
}

.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
	position: absolute;
	content: " ";
	line-height: 0;
	border-top: 2px solid #555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent
}

.thumbnail .image {
	height: 120px;
	overflow: hidden
}

.caption {
	padding: 9px 5px;
	background: #f7f7f7
}

.caption p {
	margin-bottom: 5px
}

.thumbnail {
	height: 190px;
	overflow: hidden
}

.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default
}

.view .content,
.view .mask {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0
}

.view img {
	display: block;
	position: relative
}

.view .tools {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 3px;
	background: rgba(0, 0, 0, .35);
	margin: 43px 0 0 0
}

.mask.no-caption .tools {
	margin: 90px 0 0 0
}

.view .tools a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 0 4px
}

.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000
}

.view-first img {
	transition: all .2s linear
}

.view-first .mask {
	opacity: 0;
	background-color: rgba(0, 0, 0, .5);
	transition: all .4s ease-in-out
}

.view-first .tools {
	transform: translateY(-100px);
	opacity: 0;
	transition: all .2s ease-in-out
}

.view-first p {
	transform: translateY(100px);
	opacity: 0;
	transition: all .2s linear
}

.view-first:hover img {
	transform: scale(1.1)
}

.view-first:hover .mask {
	opacity: 1
}

.view-first:hover .tools,
.view-first:hover p {
	opacity: 1;
	transform: translateY(0)
}

.view-first:hover p {
	transition-delay: .1s
}

/*!
 * bootstrap-vertical-tabs - v1.2.1 
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 
 * License: MIT
 */

.tabs-left,
.tabs-right {
	border-bottom: none;
	padding-top: 2px
}

.tabs-left {
	border-right: 1px solid #f7f7f7
}

.tabs-right {
	border-left: 1px solid #f7f7f7
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px
}

.tabs-left>li {
	margin-right: -1px
}

.tabs-right>li {
	margin-left: -1px
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:focus,
.tabs-left>li.active>a:hover {
	border-bottom-color: #f7f7f7;
	border-right-color: transparent
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:focus,
.tabs-right>li.active>a:hover {
	border-bottom: 1px solid #f7f7f7;
	border-left-color: transparent
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
	background: #f7f7f7;
	text-overflow: ellipsis;
	overflow: hidden
}

.tabs-right>li>a {
	border-radius: 0 4px 4px 0;
	margin-right: 0;
	background: #f7f7f7;
	text-overflow: ellipsis;
	overflow: hidden
}

.sideways {
	margin-top: 50px;
	border: none;
	position: relative
}

.sideways>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px
}

.sideways>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0 0
}

.sideways>li.active>a,
.sideways>li.active>a:focus,
.sideways>li.active>a:hover {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd
}

.sideways.tabs-left {
	left: -50px
}

.sideways.tabs-right {
	right: -50px
}

.sideways.tabs-right>li {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sideways.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.avatar-view {
	display: block;
	border: 3px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	cursor: pointer;
	overflow: hidden
}

.avatar-body {
	padding-right: 15px;
	padding-left: 15px
}

.avatar-upload {
	overflow: hidden
}

.avatar-upload label {
	display: block;
	float: left;
	clear: left;
	width: 100px
}

.avatar-upload input {
	display: block;
	margin-left: 110px
}

.avater-alert {
	margin-top: 10px;
	margin-bottom: 10px
}

.avatar-wrapper {
	height: 364px;
	width: 100%;
	margin-top: 15px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .25);
	background-color: #fcfcfc;
	overflow: hidden
}

.avatar-wrapper img {
	display: block;
	height: auto;
	max-width: 100%
}

.avatar-preview {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #fff;
	overflow: hidden
}

.avatar-preview:hover {
	border-color: #ccf;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.avatar-preview img {
	width: 100%
}

.preview-lg {
	height: 184px;
	width: 184px;
	margin-top: 15px
}

.preview-md {
	height: 100px;
	width: 100px
}

.preview-sm {
	height: 50px;
	width: 50px
}

@media (min-width: 992px) {
	.avatar-preview {
		float: none
	}

	#myModal_popup .modal-dialog {
		width: 1000px
	}
}

.avatar-btns {
	margin-top: 30px;
	margin-bottom: 15px
}

.avatar-btns .btn-group {
	margin-right: 5px
}

.loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url(../images/loading.gif) no-repeat center center;
	opacity: .75;
	z-index: 20140628
}

.morris-hover {
	position: absolute;
	z-index: 1000
}

.morris-hover.morris-default-style {
	padding: 6px;
	color: #666;
	background: rgba(243, 242, 243, .8);
	border: solid 2px rgba(195, 194, 196, .8);
	font-family: sans-serif;
	font-size: 12px;
	text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: 700;
	margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: .1em 0
}

.price {
	font-size: 40px;
	font-weight: 400;
	color: #26b99a;
	margin: 0
}

.prod_title {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
	margin: 30px 0;
	font-size: 20px;
	font-weight: 400
}

.product-image img {
	width: 90%
}

.prod_color li {
	margin: 0 10px
}

.prod_color li p {
	margin-bottom: 0
}

.prod_size li {
	padding: 0
}

.prod_color .color {
	width: 25px;
	height: 25px;
	border: 2px solid rgba(51, 51, 51, .28) !important;
	padding: 2px;
	border-radius: 50px
}

.product_gallery a {
	width: 100px;
	height: 100px;
	float: left;
	margin: 10px;
	border: 1px solid #e5e5e5
}

.product_gallery a img {
	width: 100%;
	margin-top: 15px
}

.product_price {
	margin: 20px 0;
	padding: 5px 10px;
	background-color: #fff;
	text-align: left;
	border: 2px dashed #e0e0e0
}

.price-tax {
	font-size: 18px
}

.product_social {
	margin: 20px 0
}

.product_social ul li a i {
	font-size: 35px
}

a.hiddenanchor {
	display: none
}

#wrapper {
	right: 0;
	margin: 10% auto auto auto;
	max-width: 280px;
	position: relative
}

#login,
#register {
	position: absolute;
	top: 0;
	width: 100%
}

#register {
	z-index: 21;
	opacity: 0;
	width: 100%
}

#login {
	z-index: 22
}

#tologin:target~#wrapper #login,
#toregister:target~#wrapper #register {
	z-index: 22;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-ms-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-o-animation-delay: .1s;
	-ms-animation-delay: .1s;
	animation-delay: .1s
}

#tologin:target~#wrapper #register,
#toregister:target~#wrapper #login {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-ms-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

.animate {
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .5s;
	-moz-animation-timing-function: ease;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .5s;
	-o-animation-timing-function: ease;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .5s;
	-ms-animation-timing-function: ease;
	-ms-animation-fill-mode: both;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-fill-mode: both
}

.login_box {
	padding: 20px;
	margin: auto
}

.left {
	float: left
}

.alignleft {
	float: left;
	margin-right: 15px
}

.alignright {
	float: right;
	margin-left: 15px
}

.clearfix:after,
form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.login_content {
	margin: 0 auto;
	padding: 25px 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	min-width: 280px
}

.login_content .btn-default:hover,
.login_content a {
	text-decoration: none
}

.login_content a:hover {
	text-decoration: underline
}

.login_content h1 {
	font: normal 25px Helvetica, Arial, sans-serif;
	letter-spacing: -.05em;
	line-height: 20px;
	margin: 10px 0 30px
}

.login_content h1:after,
.login_content h1:before {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 27%
}

.login_content h1:after {
	background: #7e7e7e;
	background: -moz-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -webkit-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -o-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -ms-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: linear-gradient(left, #7e7e7e 0, #fff 100%);
	right: 0
}

.login_content h1:before {
	background: #7e7e7e;
	background: -moz-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -webkit-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -o-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -ms-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: linear-gradient(right, #7e7e7e 0, #fff 100%);
	left: 0
}

.login_content h1:after,
.login_content h1:before {
	content: "";
	height: 1px;
	position: absolute;
	top: 10px;
	width: 20%
}

.login_content h1:after {
	background: #7e7e7e;
	background: -moz-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -webkit-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -o-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: -ms-linear-gradient(left, #7e7e7e 0, #fff 100%);
	background: linear-gradient(left, #7e7e7e 0, #fff 100%);
	right: 0
}

.login_content h1:before {
	background: #7e7e7e;
	background: -moz-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -webkit-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -o-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: -ms-linear-gradient(right, #7e7e7e 0, #fff 100%);
	background: linear-gradient(right, #7e7e7e 0, #fff 100%);
	left: 0
}

.login_content form {
	margin: 20px 0;
	position: relative
}

.login_content form input[type=email],
.login_content form input[type=password],
.login_content form input[type=text] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, .08) inset;
	border: 1px solid #c8c8c8;
	color: #777;
	margin: 0 0 20px;
	width: 100%
}

.login_content form input[type=email]:focus,
.login_content form input[type=password]:focus,
.login_content form input[type=text]:focus {
	-webkit-box-shadow: 0 0 2px #aa77b4 inset;
	-moz-box-shadow: 0 0 2px #ed1c24 inset;
	-ms-box-shadow: 0 0 2px #ed1c24 inset;
	-o-box-shadow: 0 0 2px #ed1c24 inset;
	box-shadow: 0 0 2px #a97aad inset;
	background-color: #fff;
	border: 1px solid #a878af;
	outline: 0
}

#username {
	background-position: 10px 10px !important
}

#password {
	background-position: 10px -53px !important
}

.login_content form div a {
	font-size: 12px;
	margin: 10px 15px 0 0
}

.reset_pass {
	margin-top: 10px !important
}

.login_content div .reset_pass {
	margin-top: 13px !important;
	margin-right: 39px;
	float: right
}

.separator {
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
	padding-top: 10px
}

.button {
	background: #f7f9fa;
	background: -moz-linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
	background: -o-linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
	background: linear-gradient(top, #f7f9fa 0, #f0f0f0 100%);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #cfd5d9;
	padding: 15px 0
}

#content form .submit,
.login_content form input[type=submit] {
	float: left;
	margin-left: 38px
}

.button a {
	background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
	color: #7e7e7e;
	font-size: 17px;
	padding: 2px 0 2px 40px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.button a:hover {
	background-position: 0 -135px;
	color: #00aeef
}

header {
	width: 100%
}

#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
	position: absolute
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.editor-wrapper {
	min-height: 250px;
	background-color: #fff;
	border-collapse: separate;
	border: 1px solid #ccc;
	padding: 4px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px 0 inset;
	box-shadow: rgba(0, 0, 0, .0745098) 0 1px 1px 0 inset;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	overflow: scroll;
	outline: 0
}

.voiceBtn {
	width: 20px;
	color: transparent;
	background-color: transparent;
	transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	-moz-transform: scale(2, 2);
	border: transparent;
	cursor: pointer;
	box-shadow: none;
	-webkit-box-shadow: none
}

div[data-role=editor-toolbar] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dropdown-menu a {
	cursor: pointer
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	min-height: 38px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #73879c;
	padding-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-top: 3px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-top: 2px;
	border: none;
	border-radius: 0;
	padding: 3px 5px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ccc
}

.switchery {
	width: 32px;
	height: 20px
}

.switchery>small {
	width: 20px;
	height: 20px
}

fieldset {
	border: none;
	margin: 0;
	padding: 0
}

.cropper .img-container,
.cropper .img-preview {
	background-color: #f7f7f7;
	width: 100%;
	text-align: center
}

.cropper .img-container {
	min-height: 200px;
	max-height: 516px;
	margin-bottom: 20px
}

@media (min-width: 900px) {
	.cropper .img-container {
		min-height: 516px
	}

	#lockunlockModal .modal-dialog {
		width: 33.33%
	}
}

.cropper .img-container>img {
	max-width: 100%
}

.cropper .docs-preview {
	margin-right: -15px
}

.nav-sm .nav.side-menu li a i {
	text-align: left
}

.cropper .img-preview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden
}

.cropper .img-preview>img {
	max-width: 100%
}

.cropper .preview-lg {
	width: 263px;
	height: 148px
}

.cropper .preview-md {
	width: 139px;
	height: 78px
}

.cropper .preview-sm {
	width: 69px;
	height: 39px
}

.cropper .preview-xs {
	width: 35px;
	height: 20px;
	margin-right: 0
}

.cropper .docs-data>.input-group {
	margin-bottom: 10px
}

.cropper .docs-data>.input-group>label {
	min-width: 80px
}

.cropper .docs-data>.input-group>span {
	min-width: 50px
}

.cropper .docs-buttons>.btn,
.cropper .docs-buttons>.btn-group,
.cropper .docs-buttons>.form-control {
	margin-right: 5px;
	margin-bottom: 10px
}

.cropper .docs-toggles>.btn,
.cropper .docs-toggles>.btn-group,
.cropper .docs-toggles>.dropdown {
	margin-bottom: 10px
}

.cropper .docs-tooltip {
	display: block;
	margin: -6px -12px;
	padding: 6px 12px
}

.cropper .docs-tooltip>.icon {
	margin: 0 -3px;
	vertical-align: top
}

.cropper .tooltip-inner {
	white-space: normal
}

.cropper .btn-toggle .tooltip-inner,
.cropper .btn-upload .tooltip-inner {
	white-space: nowrap
}

.cropper .btn-toggle {
	padding: 6px
}

.cropper .btn-toggle>.docs-tooltip {
	margin: -6px;
	padding: 6px
}

@media (max-width: 400px) {
	.cropper .btn-group-crop {
		margin-right: -15px !important
	}

	.cropper .btn-group-crop>.btn {
		padding-left: 5px;
		padding-right: 5px
	}

	.cropper .btn-group-crop .docs-tooltip {
		margin-left: -5px;
		margin-right: -5px;
		padding-left: 5px;
		padding-right: 5px
	}

	#UpCommingData #accountView .col-md-12.col-sm-12.col-xs-12 {
		padding: 0 !important
	}
}

.cropper .docs-options .dropdown-menu {
	width: 100%
}

.cropper .docs-options .dropdown-menu>li {
	padding: 3px 20px
}

.cropper .docs-options .dropdown-menu>li:hover {
	background-color: #f7f7f7
}

.cropper .docs-options .dropdown-menu>li>label {
	display: block
}

.cropper .docs-cropped .modal-body {
	text-align: center
}

.cropper .docs-cropped .modal-body>canvas,
.cropper .docs-cropped .modal-body>img {
	max-width: 100%
}

.cropper .docs-diagram .modal-dialog {
	max-width: 352px
}

.cropper .docs-cropped canvas {
	max-width: 100%
}

.form_wizard .stepContainer {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0 solid #ccc;
	overflow-x: hidden
}

.wizard_horizontal ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 100%;
	margin: 0 0 20px
}

.wizard_horizontal ul.wizard_steps li {
	display: table-cell;
	text-align: center
}

.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
	display: block;
	position: relative;
	-moz-opacity: 1;
	opacity: 1;
	color: #666
}

.wizard_horizontal ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 4px;
	background: #ccc;
	top: 20px;
	width: 100%;
	z-index: 4;
	left: 0
}

.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_horizontal ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.step_no,
.wizard_horizontal ul.wizard_steps li a.selected:before {
	background: #34495e;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li a.done .step_no,
.wizard_horizontal ul.wizard_steps li a.done:before {
	background: #1abb9c;
	color: #fff
}

.wizard_horizontal ul.wizard_steps li:first-child a:before {
	left: 50%
}

.wizard_horizontal ul.wizard_steps li:last-child a:before {
	right: 50%;
	width: 50%;
	left: auto
}

.wizard_verticle .stepContainer {
	width: 80%;
	float: left;
	padding: 0 10px
}

.actionBar {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 10px 5px;
	text-align: right;
	margin-top: 10px
}

.actionBar .buttonDisabled {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

.actionBar a {
	margin: 0 3px
}

.wizard_verticle .wizard_content {
	width: 80%;
	float: left;
	padding-left: 20px
}

.wizard_verticle ul.wizard_steps {
	display: table;
	list-style: none;
	position: relative;
	width: 20%;
	float: left;
	margin: 0 0 20px
}

.wizard_verticle ul.wizard_steps li {
	display: list-item;
	text-align: center
}

.wizard_verticle ul.wizard_steps li a {
	height: 80px
}

.wizard_verticle ul.wizard_steps li a:first-child {
	margin-top: 20px
}

.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
	display: block;
	position: relative;
	-moz-opacity: 1;
	opacity: 1;
	color: #666
}

.wizard_verticle ul.wizard_steps li a:before {
	content: "";
	position: absolute;
	height: 100%;
	background: #ccc;
	top: 20px;
	width: 4px;
	z-index: 4;
	left: 49%
}

.wizard_verticle ul.wizard_steps li a.disabled .step_no {
	background: #ccc
}

.wizard_verticle ul.wizard_steps li a .step_no {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: block;
	margin: 0 auto 5px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 5
}

.step_no,
.wizard_verticle ul.wizard_steps li a.selected:before {
	background: #34495e;
	color: #fff
}

.wizard_verticle ul.wizard_steps li a.done .step_no,
.wizard_verticle ul.wizard_steps li a.done:before {
	background: #1abb9c;
	color: #fff
}

.wizard_verticle ul.wizard_steps li:first-child a:before {
	left: 49%
}

.wizard_verticle ul.wizard_steps li:last-child a:before {
	left: 49%;
	left: auto;
	width: 0
}

.form_wizard .loader {
	display: none
}

.form_wizard .msgBox {
	display: none
}

.progress {
	border-radius: 0
}

.progress-bar-info {
	background-color: #3498db
}

.progress-bar-success {
	background-color: #26b99a
}

.progress_summary .progress {
	margin: 5px 0 12px !important
}

.progress_summary .row {
	margin-bottom: 5px
}

.progress_summary .row .col-xs-2 {
	padding: 0
}

.progress_summary .more_info span {
	text-align: right;
	float: right
}

.progress_summary .data span {
	text-align: right;
	float: right
}

.progress_summary p {
	margin-bottom: 3px;
	width: 100%
}

.progress_title .left {
	float: left;
	text-align: left
}

.progress_title .right {
	float: right;
	text-align: right;
	font-weight: 300
}

.progress.progress_sm {
	border-radius: 0;
	margin-bottom: 18px;
	height: 10px !important
}

.progress.progress_sm .progress-bar {
	height: 10px !important
}

.dashboard_graph p {
	margin: 0 0 4px
}

ul.verticle_bars {
	width: 100%
}

ul.verticle_bars li {
	width: 23%;
	height: 200px;
	margin: 0
}

.progress.vertical.progress_wide {
	width: 35px
}

.alert-success {
	color: #fff;
	background-color: rgba(38, 185, 154, .88);
	border-color: rgba(38, 185, 154, .88)
}

.alert-info {
	color: #e9edef;
	background-color: rgba(52, 152, 219, .88);
	border-color: rgba(52, 152, 219, .88)
}

.alert-warning {
	color: #e9edef;
	background-color: rgba(243, 156, 18, .88);
	border-color: rgba(243, 156, 18, .88)
}

.alert-danger,
.alert-error {
	color: #e9edef;
	background-color: rgba(231, 76, 60, .88);
	border-color: rgba(231, 76, 60, .88)
}

.ui-pnotify.dark .ui-pnotify-container {
	color: #e9edef;
	background-color: rgba(52, 73, 94, .88);
	border-color: rgba(52, 73, 94, .88)
}

.custom-notifications {
	position: fixed;
	margin: 15px;
	right: 0;
	float: right;
	width: 400px;
	z-index: 4000;
	bottom: 0
}

ul.notifications {
	float: right;
	display: block;
	margin-bottom: 7px;
	padding: 0;
	width: 100%
}

.notifications li {
	float: right;
	margin: 3px;
	width: 36px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3)
}

.notifications li:last-child {
	margin-left: 0
}

.notifications a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 9px 8px
}

.tabbed_notifications .text {
	padding: 5px 15px;
	height: 140px;
	border-radius: 7px;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, .3)
}

.tabbed_notifications div p {
	display: inline-block
}

.tabbed_notifications h2 {
	font-weight: 700;
	text-transform: uppercase;
	width: 80%;
	float: left;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.tabbed_notifications .close {
	padding: 5px;
	color: #e9edef;
	float: right;
	opacity: 1
}

.daterangepicker.dropdown-menu {
	font-size: 13px;
	padding: 0;
	overflow: hidden
}

.daterangepicker.picker_1 {
	background: #34495e;
	color: #ecf0f1
}

.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
	background: #1abb9c
}

.daterangepicker table.table-condensed thead tr:first-child th {
	line-height: 28px;
	text-align: center
}

.daterangepicker.picker_1 table.table-condensed thead tr {
	background: #213345
}

.daterangepicker table.table-condensed thead tr {
	line-height: 14px
}

.daterangepicker table.table-condensed tbody tr:first-child td {
	padding-top: 10px
}

.daterangepicker table.table-condensed td:first-child,
.daterangepicker table.table-condensed th:first-child {
	padding-left: 12px
}

.daterangepicker table.table-condensed td:last-child,
.daterangepicker table.table-condensed th:last-child {
	padding-right: 12px
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px 7px;
	text-align: center
}

.daterangepicker table.table-condensed tbody tr:last-child td {
	padding-bottom: 10px
}

.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
	color: inherit
}

.daterangepicker.picker_2 table.table-condensed thead tr {
	color: #1abb9c
}

.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
	background: #1abb9c;
	color: #ecf0f1
}

.daterangepicker.picker_4 table.table-condensed tbody td {
	background: #ecf0f1;
	color: #34495e;
	border: 1px solid #fff;
	padding: 4px 7px
}

.daterangepicker.picker_4 table.table-condensed tbody td.active {
	background: #536a7f;
	color: #fff
}

.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
	background: #34495e;
	color: #ecf0f1
}

.xdisplay_input {
	width: 240px;
	overflow: hidden;
	padding: 0
}

.xdisplay {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	width: 230px;
	overflow: hidden;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.daterangepicker.openscenter .calendar,
.daterangepicker.openscenter .ranges,
.daterangepicker.opensright .calendar,
.daterangepicker.opensright .ranges {
	float: right
}

.daterangepicker table {
	width: 100%;
	margin: 0
}

.daterangepicker td,
.daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	white-space: nowrap
}

.daterangepicker td.off {
	color: #999
}

.daterangepicker td.disabled {
	color: #999
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #eee;
	color: #34495e
}

.daterangepicker td.in-range {
	background: #e4e7ea;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.daterangepicker td.available+td.start-date {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.daterangepicker td.in-range+td.end-date {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #536a7f;
	color: #fff
}

.daterangepicker td.week,
.daterangepicker th.week {
	font-size: 80%;
	color: #ccc
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
	height: 30px;
	border: 1px solid #adb2b5;
	line-height: 30px;
	border-radius: 0 !important
}

.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%
}

.daterangepicker select.yearselect {
	width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect {
	width: 50px;
	margin-bottom: 0
}

.daterangepicker_start_input {
	float: left
}

.daterangepicker_end_input {
	float: left;
	padding-left: 11px
}

.daterangepicker th.month {
	width: auto
}

.daterangepicker .daterangepicker_end_input label,
.daterangepicker .daterangepicker_start_input label {
	color: #333;
	display: block;
	font-size: 11px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	text-shadow: #fff 1px 1px 0;
	text-transform: uppercase;
	width: 74px
}

.daterangepicker .ranges input {
	font-size: 11px
}

.daterangepicker .ranges .input-mini {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	display: block;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin: 0 0 10px 0;
	padding: 0 6px;
	width: 74px
}

.daterangepicker .ranges .input-mini:hover {
	cursor: pointer
}

.daterangepicker .ranges ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.daterangepicker .ranges li {
	font-size: 13px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	color: #536a7f;
	padding: 3px 12px;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #536a7f;
	border: 1px solid #536a7f;
	color: #fff
}

.daterangepicker .calendar {
	display: none;
	max-width: 270px
}

.daterangepicker.show-calendar .calendar {
	display: block
}

.daterangepicker .calendar.single .calendar-date {
	border: none
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges {
	float: none
}

.daterangepicker .ranges {
	width: 160px;
	text-align: left;
	margin: 4px
}

.daterangepicker .ranges .range_inputs>div {
	float: left
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
	padding-left: 11px
}

.daterangepicker.opensleft .calendar,
.daterangepicker.opensleft .ranges {
	float: left;
	margin: 4px
}

.daterangepicker .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle
}

.fc-state-default {
	background: #f5f5f5;
	color: #73879c
}

.fc-state-active,
.fc-state-down {
	color: #333;
	background: #ccc
}

.dropzone {
	min-height: 300px;
	border: 1px solid #e5e5e5
}

.error-message {
	background-color: rgba(231, 76, 60, .88);
	border: medium none rgba(231, 76, 60, .88);
	color: #e9edef;
	font-weight: bolder;
	text-align: center
}

input[type=file] {
	padding: 5px 0 37px 11px
}

#divLoading {
	display: none
}

#divLoading.show {
	display: block;
	position: fixed;
	z-index: 100;
	background-image: url(../../images/loading.svg);
	background-color: #000;
	opacity: .44;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0
}

#loadinggif.show {
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 101;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px
}

.bootbox .bootbox-body {
	text-align: center;
	font-size: 20px
}

.bootbox .modal-footer {
	background-color: #f5f5f5;
	border-radius: 0 0 6px 6px;
	border-top: 1px solid #ddd;
	box-shadow: 0 1px 0 #fff inset;
	margin-bottom: 0;
	padding: 14px 15px 15px;
	text-align: center
}

.bootbox .modal-footer button[data-bb-handler=cancel] {
	background-color: #d9534f;
	background-image: url(../../images/close.png);
	background-position: 6px 7px;
	background-repeat: no-repeat;
	border-color: #d43f3a;
	color: #fff;
	padding-left: 30px
}

.bootbox .btn,
.bootbox .buttons,
.bootbox button {
	margin-bottom: 0
}

.ms-options>ul {
	list-style: outside none none
}

.over-scroll-table .column-title {
	white-space: nowrap
}

.over-scroll-table {
	overflow-x: auto
}

.dataTables_wrapper {
	box-sizing: border-box;
	padding: 0 2px !important
}

.modal-body p {
	word-wrap: break-word
}

@media screen and (max-width: 1366px) {
	.over-scroll-table {
		max-height: 465px;
		overflow: auto
	}
}

.box-cont {
	background-color: #fff;
	box-shadow: 0 0 6px #666;
	margin-bottom: 10px;
	padding-bottom: 0
}

.act-mess {
	font-size: 13px;
	font-weight: 700;
	padding: 5px
}

ul.sport-high.fancyListDiv li {
	display: inline-block;
	width: 100%;
	position: relative
}

.rigt-ref {
	float: right
}

.box-heading i {
	cursor: pointer
}

.fancy-head i {
	font-size: 14px
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.betslip-pink {
	background-color: #fed4dd !important
}

.betslip-blue {
	background-color: #beddf4 !important
}

.full_rowOdd {
	margin-right: 7px
}

.matchBox {
	padding: 0
}

.top_nav .dropdown-menu li a {
	//	color: #000!important
}

.top_nav .dropdown-menu li:nth-child(2) a {
	//	color: #000!important
}

.top_nav .dropdown-menu li:nth-child(3) a {
	//color: #000!important
}

.mobile_heading th {
	background: #654062;
}

.navbar-right {
	display: inline-block;
	text-align: right
}

.navbar-right li {
	display: inline-block
}

.navbar-right li a {
	padding: 0;
	cursor: pointer;
	padding: 13px 13px;
	font-weight: 700;
}

.navbar-right li:nth-child(2) a {
	//	color: #175f06!important
}

.navbar-right li:nth-child(3) a {
	//color: green!important
}

.sport_name {
	display: inline-block;
	//	width: 100%;
	//margin-left: 26px!important
}

.sport_name a {
	font-weight: 700;
	font-size: 13px;
	color: #853395
}

.match_status a {
	font-weight: 700;
	font-size: 13px
}

.match_status {
	display: inline-block;
	width: 10%
}

.match_time {
	display: inline-block;
	text-align: right;
	width: 14%
}

.match_odds_front {
	//	display: inline-block;
	//text-align: right;
	//width: 43%;
	//float: right
}

.column-title {
	display: inline-block
}

.block_box_btn button {
	margin-bottom: 0;
	margin-right: 0;
	float: right;
}

.fullrow {
	display: inline-block;
	width: 100%
}

.sport_row {
	display: inline-block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 5px 10px rgba(36, 50, 56, .12);
	background: #fff
}

.match_odds_front span.back-cell,
.match_odds_front span.lay-cell {
	//	width: 60px;
	//color: #000;
	//font-weight: 700;
	//display: inline-block;
	//text-align: center;
	//font-size: 13px;
	//min-height: 40px;
	//vertical-align: text-bottom;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .58);
}

.modal-content {
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	border: 0;
	background: 0 0
}

#UnMatchBets {
	width: 100%;
	overflow: scroll;
	max-height: 200px;
	background: #ccc
}

#UnMatchBets table {
	width: 600px
}

.match_bets {
	width: 100%;
	height: 60vh
}

.match_bets table {
	width: 100%
}

.match_bets table tbody tr td {
	padding: 5px 0
}

#MatchUnMatchBetaData .modal-content {
	margin: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	border: 0
}

#MatchUnMatchBetaData .modal-content .form-title {
	font-size: 14px;
	color: #fff
}

.heading_user_table {
	background: #000;
	color: #fff
}

.heading_user_table td {
	padding: 5px 0;
	border-right: 1px solid #333;
	text-align: center;
	font-size: 13px
}

.content_user_table {
	background: #000;
	color: #000
}

.content_user_table:nth-child(even) {
	background: #f9f9f9;
}

.content_user_table td {
	padding: 5px 0;
	border-right: 1px solid silver;
	//	text-align: center;
	font-size: 13px;
	border-bottom: 1px solid silver
}

.back_heading_color {
	//    background-color: #b5e0ff!important;
	line-height: 25px !important;
	text-align: center;
	color: #000;
	width: 14% !important;
}

.lay_heading_color {
	//background-color:#fbb7c5 !important;
	line-height: 25px !important;
	text-align: center;
	color: #000;
	width: 13.92% !important;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.btn-danger {
	color: #fff;
	background-color: #853395;
	border-color: #853395;
}

.back_lay_color td {
	background: #fff
}

.back_lay_color td span {
	font-size: 13px;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	text-align: center;
	line-height: 19px
}

.back_lay_color td span:last-child {
	font-size: 11px;
	font-weight: 400
}

.back_lay_color td:nth-child(2) {
	//	background: #b5e0ff
}

.back_lay_color td:nth-child(3) {
	//	background: #fbb7c5
}

.pre-text {
	font-size: 12px;
	display: inline-block;
	padding: 0;
	line-height: 35px;
}

.matchTime {
	font-size: 12px;
	display: inline-block;
	width: 42%
}

.block_box {
	display: inline-block;
	width: 100%
}

.block_box_btn {
	float: right;
	width: 30%;
}

#placeBetSilp {
	padding: 10px
}

.modal-body {
	//	padding: 0!important
}

.mod-header {
	background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important !important;
	color: #fff !important;
}

.full_row {
	display: inline-block;
	width: 100%
}

.full_row .form-group {
	width: 40%;
	float: left
}

.liabilityprofit {
	display: inline-block;
	width: 20%;
	vertical-align: top
}

.sport-high {
	width: 100%;
	margin: 0;
	padding: 0
}

#LossData,
#profitData {
	width: 100%;
	display: inline-block
}

.fancy_back {
	background: #b5e0ff;
	border-right: none !important;
}

.fancy_back button {
	margin: 0
}

.fancy_lay {
	background: #fbb7c5;
	//    border-left: 1px solid #000;
	//  border-right: 1px solid #000;
}

.fancy_lay button {
	margin: 0
}

.ses-fan-box {
	width: 100%;
	display: inline-block;
	background: #fff
}

.ses-fan-box table {
	margin-bottom: 0
}

.cell-btn {
	background: 0 0;
	border: 0;
	width: 100%;
	color: #000;
	font-size: 13px;
	font-weight: 700
}

.disab-btn {
	background: 0 0;
	border: 0;
	width: 100%;
	color: #000;
	font-size: 11px
}

.fancy-head {
	background-color: #022154;
	color: #fff;
	padding: 5px 10px
}

.BetFor {
	display: inline-block;
	width: 30%
}

.match_runner_name {
	display: inline-block;
	width: 25%;
	text-align: right
}

.stake_label {
	min-width: 40px;
	color: #000;
	text-align: left;
	float: left;
	font-weight: 700
}

.nav.side-menu>li.active>a {
	color: #fff
}

.stack_input_field {
	width: 100%;
	float: left
}

.margin_top {
	margin-top: 10px
}

.betPriceBox button.btn {
	padding: 2px 12px;
	margin-right: 2px
}

.betPriceBox button {
	padding: 2px 7px;
	margin-right: 2px
}

.position_btn {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #00f
}

.back_lay_color td {
	width: 60px;
	border: 1px solid #000;
	padding: 3px 0px !important;
	text-align: center;
	border-top: 1px solid #dbdbdb;
	cursor: pointer;
	position: relative;
}
}

.back_lay_color td:first-child {
	width: 40%
}

.fancy_th_width th:first-child {
	width: 60%
}

.session_content td:first-child {
	width: 56.5%
}

.session_content td {
	padding: 3px 0 0 0 !important;
	vertical-align: middle;
	line-height: 10px !important;
}

.session_content td p {
	margin-bottom: 0;
	padding-right: 10px;
	width: 22%;
	float: right;
	padding-top: 5px
}

.session_content td span {
	padding-left: 10px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
	width: 70%;
	float: left;
	display: -webkit-box;
	height: auto !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar-right li:last-child a .fa {
	font-size: 18px;
	//margin-left: 5px;
	position: relative;
	top: 3px
}

.margin_bottom .margin_null {
	margin-bottom: 0;
	margin-top: 0px
}

.mobile_heading th:first-child {
	//	border-left: 1px solid #000;
	width: 40%;
	background: #654062;
	border-right: none !important;
}

.mobile_heading th {
	width: 66px
}

.mobile_heading th:last-child {
	//	border-right: 1px solid #000
}

.fancy_th_width th:first-child {
	background: #fff;
	border-left: 1px solid #ddd
}

.session_content td:first-child {
	background: #fff;
	//	border-left: 1px solid #000;
	padding-left: 10px
}

.session_content td.fancy_back,
.session_content td.fancy_lay {
	width: 50%;
	float: left
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background: #f9f9f9
}

table.dataTable tbody tr:nth-of-type(even) {
	background: #0000000f
}

.tab-pane h3 {
	font-size: 21px !important
}

p.runner_text {
	display: inline-block;
	text-align: left;
	float: left;
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-weight: 700;
}

span.runner_amount {
	display: inline-block;
	float: right;
	width: 25% !important;
	padding: 10px 0 10px 0
}

.ball-msg-box h1 {
	font-size: 14px
}

.ball-msg-box {
	background: #fff;
	opacity: .8;
	text-align: center;
	width: 22%;
	position: absolute;
	top: 0;
	color: #000;
	padding: 3px 0;
	right: 115px;
	height: 93%
}

#UserChipData {
	margin: 0
}

.form-title #tital_change {
	font-size: 13px;
	font-weight: 700;
	width: 100%;
	float: left;
	width: 92%
}

.fix_heading h4 {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	padding: 0;
	margin: 0
}

.fix_heading h5 {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	padding: 0;
	margin: 0
}

.color_red {
	color: red
}

.bg_login {
	background-image: url(../images/login_bg.jpg) !important;
	background-repeat: repeat
}

.nav-md {
	background-image: none;
	background-repeat: repeat
}

.nav-sm {
	background-image: none;
	background-repeat: repeat
}

.modal-dialog .modal-body {
	padding: 8px
}

.modal-dialog .modal-content {
	background: #fff
}

.table-striped.table>tbody>tr>th {
	//	padding: 3px
}

.match_tv .form-title {
	padding: 5px;
	font-size: 13px;
	background: #281f3e;
	color: #fff;
	position: relative
}

.unmatch_heading {
	background: #d12b34
}

.match_heading {
	background: #405467;
}

.match_heading .form-title,
.unmatch_heading .form-title {
	position: relative
}

.plus_btn {
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	text-align: center
}

.numbers-row {
	position: relative
}

.inc {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 33px
}

.dec {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 33px
}

.stack_input_field input {
	padding-left: 35px
}

.inc img {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0
}

.dec img {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0
}

@media screen and (max-width: 900px) {
	.custom-check .form-group input:checked+label:after {
		left: 22px !important;
	}

	.fancy_lay {
		width: 20.9% !important;
	}

	.fancy_back {
		width: 20.5% !important;
	}

	.session_content td.fancy_back,
	.session_content td.fancy_lay {
		width: 20.7%;
		float: left
	}

	.nav>li>a>img {
		margin-right: 5px;
		width: 25px;
		margin: auto;
		display: table
	}

	#MatchOddInfo {
		padding: 0
	}

	.matchBoxMain {
		padding: 0
	}

	.ball-msg-box {
		width: 43%;
		right: 0
	}

	.navbar-right li:first-child {
		width: 100%;
		text-align: right;
		padding-right: 10px
	}

	.top_nav .navbar-right li {
		margin-left: 0
	}

	.sport_name {
		width: 100%
	}

	.match_status {
		width: 28%;
		text-align: right;
		padding-right: 5px
	}

	.match_odds_front {
		width: 100%;
		text-align: left
	}

	.match_odds_front span.back-cell,
	.match_odds_front span.lay-cell {
		width: 15.5%
	}

	.back_lay_color td:first-child {
		width: 55%
	}

	.back_lay_color td:nth-child(2) {
		display: none
	}

	.back_lay_color td:nth-child(3) {
		display: none
	}

	.back_lay_color td:nth-child(6) {
		display: none
	}

	.back_lay_color td:nth-child(7) {
		display: none
	}

	.mobile_heading th:nth-child(2) {
		display: none
	}

	.mobile_heading th:nth-child(3) {
		display: none
	}

	.mobile_heading th:nth-child(6) {
		display: none
	}

	.mobile_heading th:nth-child(7) {
		display: none
	}

	.session_content td:nth-child(2) {
		//display: none
	}

	.session_content td:nth-child(3) {
		//display: none
	}

	.session_content td:nth-child(6) {
		display: none
	}

	.session_content td:nth-child(7) {
		display: none
	}

	.fancy_th_width th:first-child {
		width: 55%
	}

	.session_content td:first-child {
		width: 58.5%;
		float: left
	}

	.mobile_heading th:first-child {
		width: 100% !important;
		float: left
	}

	.main_menu span.fa {
		display: none
	}

	.stack_input_field,
	.stake_label {
		width: 100px
	}

	.sport_name {
		text-align: center;
		position: relative
	}

	.sport_name span {
		//right: 10px;
		//position: absolute
	}

	.sport_row {
		margin-bottom: 5px;
		padding-bottom: 10px
	}

	.marquee {
		width: 75% !important;
		padding: 5px !important
	}

	.matchBoxMain .modal-body {
		margin: 0;
		padding: 0
	}

	.match_tv #tital_change {
		Color: #fff !important
	}

	.match_status {
		width: 100%;
		//		text-align: center;
		padding-left: 5px;
		line-height: inherit
	}

	.match_status span {
		//		width: 100%;
		text-align: center
	}

	.match_time {
		display: inline-block;
		text-align: center;
		width: 100%;
		vertical-align: text-bottom
	}

	.matchBoxMain table {
		margin-bottom: 0
	}

	.navbar-right li:first-child {
		padding-right: 0 !important;
		text-align: left !important
	}

	.toggle {
		width: 60px !important
	}

	.navbar-right li:first-child {
		width: auto
	}

	.top_nav .dropdown-menu li:first-child {
		width: 100%
	}

	.dataTables_length {
		width: 48% !important;
		float: left !important
	}

	.dataTables_length label select {
		border: 1px solid #e6e9ed
	}

	.dataTables_filter {
		width: 50%;
		margin: 0 !important;
		float: right !important;
		text-align: right !important
	}

	.dataTables_filter label input {
		width: 60% !important;
		padding: 7px !important;
		border-radius: 0px;
		height: 30px !important;
		font-weight: 300;
		margin-right: 0;
	}

	.table-scroll {
		width: 100%;
		overflow-x: auto
	}

	.table-scroll table {
		width: 100% !important
	}

	.dataTables_info {
		width: 55%
	}

	.nav>li>a {
		padding: 5px;
		font-size: 12px !important
	}

	.betSlipBox .mod-header {
		display: block
	}

	#MatchUnMatchBetaData .form-title {
		color: #333
	}

	#tital_change {
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		padding-left: 10px
	}

	.toggle {
		padding-top: 9px
	}

	#tital_change {
		float: left;
		//		width:95%!important;
		text-align: left;
		padding-left: 10px
	}

	.MatchHideDown,
	.MatchTvHideDown {
		float: right
	}

	.x_panel {
		//		padding: 10px 0
	}

	.modal-dialog-staff {
		padding: 0
	}

	.tile_count .col-md-12,
	.tile_count .col-sm-12,
	.tile_count .col-xs-12 {
		padding: 0
	}

	.tile_count {
		margin-bottom: 10px;
		margin-top: 6px
	}

	.right_col .col-md-12,
	.right_col .col-sm-12,
	.right_col .col-xs-12 {
		padding: 0
	}

	.match_odds_front {
		text-align: center
	}

	.UnMatchBetHide {
		width: 20px;
		float: right;
		padding: 0;
		margin: 0;
		text-align: center;
		height: 13px;
		vertical-align: top;
		color: #fff
	}

	.MatchBetHide {
		width: 20px;
		float: right;
		padding: 0;
		margin: 0;
		text-align: center;
		height: 13px;
		vertical-align: top;
		color: #fff
	}
}

@media (max-width: 992px) {
	.fade.in {
		opacity: 1;
		margin: 0 !important;
		width: 100% !important
	}

	.x_panel {
		overflow-x: auto !important
	}

	.modal-content {
		width: 84%;
		margin: auto
	}

	.col-md-12.col-sm-12.col-xs-12.form-title {
		margin: 0 !important
	}

	.top-margin .col-md-3.col-sm-3.col-xs-3 {
		padding: 0 1% !important
	}

	.form-group .col-sm-8 {
		width: 100%;
		padding: 0 2% !important
	}

	div#changeUserPassword {
		margin: 0 !important
	}

	.modal-body span {
		text-align: center;
		display: inline-block
	}

	#update_user_com button#user_com_update {
		margin-top: 6%
	}

	.matchBox .modal-content {
		width: 100%
	}

	.fullrow .modal-content {
		width: 100%
	}

	div#UpCommingData {
		padding: 0
	}

	.col-sm-12 {
		padding: 0
	}

	.match_odds_front {
		width: 100%
	}

	.fa {
		font-size: 17px !important
	}

	.modal-backdrop.in {
		opacity: .7 !important
	}

	.main_menu span.fa {
		font-size: 10px !important;
		position: absolute;
		top: 20px;
		right: -2px
	}

	#accountView .col-md-12.col-sm-12.col-xs-12 {
		padding: 0 15px !important
	}

	.session_content td span {
		padding-left: 10px;
		font-weight: 700;
		font-size: 11px;
		text-transform: uppercase;
		float: left;
		width: 85%
	}

	.session_content td p {
		width: 26%;
		float: right;
		display: inline-block
	}

	.loader {
		//top: 0!important;
		right: 37% !important
	}

	#getUserPosition #accountView .col-md-12 {
		padding: 0 10px !important
	}

	#getUserPosition #accountView .col-md-12 .form-title #tital_change {
		background: #281f3e;
		color: #fff !important;
		margin-bottom: 1%;
		padding: 1% 2% !important;
		float: left;
		width: 90% !important
	}

	#getUserPosition #accountView .col-md-12 .form-title .toggleHide {
		float: left;
		width: 10%;
		background: #281f3e;
		padding: 8px 2% 9px 0 !important;
		margin: 0 0;
		color: #fff !important;
		text-align: center !important
	}

	#getUserPosition #accountView .col-md-12 .form-title .toggleHide .betpoitionupdown {
		border-color: #fff !important
	}

	.table-mob {
		display: block !important
	}

	.mob-load {
		display: block !important
	}

	td.user-mobdata {
		width: 100%
	}

	.mob-load div {
		width: 20%;
		float: left;
		text-align: center;
		padding: 1%
	}

	div#showLess {
		background: red;
		color: #fff;
		margin-left: 2%
	}

	div#loadMore {
		background: #337ab7;
		color: #fff
	}

	#loadmoretable tr {
		display: none
	}

	.btn_new {
		width: 60px
	}

	.match_tv span#cnt_row1 {
		display: inline-block !important
	}

	span#cnt_row,
	span#cnt_row1 {
		display: inline-block !important
	}

	#datatable {
		width: 1300px
	}

	.cur-back {
		margin: 0 !important
	}

	#myModal_popup .popup_footer button.btn.btn-default {
		padding: 5px !important;
		font-size: 2vw !important
	}

	#myModal_popup .modal-footer.popup_footer {
		padding: 0 !important
	}

	#myModal_popup .popup_content li {
		padding: 2px 0 !important;
		font-size: 2vw !important
	}

	#myModal_popup .popup_header h4.modal-title {
		padding: 8px 0 0 0 !important;
		font-size: 3vw !important;
		text-decoration: unset !important
	}
}

@media only screen and (max-width: 1170px) {
	.mobile_heading th {
		width: 140px
	}

	.title_left {
		padding: 5px 12px
	}

	.back_heading_color {
		width: 19.5% !important;
	}

	.lay_heading_color {
		width: 19.5% !important;
	}
}

@media only screen and (max-width: 1024px) {

	.match_odds_front span.back-cell,
	.match_odds_front span.lay-cell {
		width: 40px
	}

	.mobile_heading th {
		width: 19%
	}

	.navbar-right li a {
		padding: 10px 6px
	}

	.lay1 {
		width: 20.8% !important;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
	}

	.back1 {
		width: 20.8% !important;
	}
}

@media only screen and (max-width: 482px) {
	.green_table i.fa.fa-history {
		margin-right: 0
	}

	.green_table td,
	.red_table td {
		padding: 8px 0 8px 8px
	}
}

span#matchScore_ table tr {
	background: #fff !important
}

h3.MatchHide {
	width: 8%;
	float: left
}

.match_tv {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px
}

.form-title {
	background: #f2f9ff
}

.betpoitionupdown {
	border-width: 0 2px 2px 0 !important;
	padding: 3px !important;
	float: right
}

.MachShowHide,
.fancyShowHide {
	overflow-x: scroll;
	background: #fff;
}

.MachShowHide table,
.fancyShowHide table {
	width: 780px
}

#accountView .modal-dialog-staff .modal-content .modal-body {
	position: relative;
	padding: 0 !important
}

.pre-text span.inplay_txt {
	display: inline-block
}

.main_menu span.fa {
	font-size: 10px !important;
	position: absolute;
	top: 6px;
	right: 5px;
	padding: 5px 0;
	border: 1px solid #d8d8d8
}

#MatchUnMatchBetaData .form-title {
	background: 0 0 !important
}

#getUserPosition #accountView .form-title {
	background: #281f3e;
	margin-bottom: 2%
}

.new-menu ul li {
	float: left;
	width: 10%;
	list-style: none
}

.new-menu ul {
	margin: 0
}

.android_apk_link {
	float: left;
	width: 100px;
	margin-top: 15px
}

.marquee {
	//	width: 20%!important;
	font-weight: 700;
	color: #000;
}

.match_bets table {
	background: #efefef
}

#getUserPosition #accountView .col-md-12 {
	padding: 0 10px !important
}

#getUserPosition #accountView .col-md-12 .form-title #tital_change {
	background: #281f3e;
	color: #fff !important;
	margin-bottom: 1%;
	padding: 1%;
	float: left;
	width: 64% !important
}

#getUserPosition #accountView .col-md-12 .form-title .toggleHide {
	float: right;
	background: #281f3e;
	padding: 13px 2% 9px 0 !important;
	margin: 0 0;
	color: #fff !important;
	text-align: center !important
}

#getUserPosition #accountView .col-md-12 .form-title .toggleHide .betpoitionupdown {
	border-color: #fff !important
}

.table-mob {
	display: none
}

.mob-load {
	display: none
}

a.w-f {
	width: 50%;
	float: left
}

.fancybox .block_box {
	padding-bottom: 0;
	background: #fff;
	border-top: solid 1px #dbdbdb;
}

a#UserLiability {
	color: #08727d;
}

tr.dgreen {
	background: #aed6f1
}

tr.mgreen {
	background: #c4e1f5
}

tr.lgreen {
	background: #d9ecf9
}

.match_bets td.redtext {
	color: red !important
}

td.gtext {
	color: green;
	//	font-weight: 700
}

.w-f.child_menu li {
	width: 100%;
	float: left
}

.nav.w-f>li>a {
	width: 50%;
	float: left
}

.green_table thead tr {
	//	background: green!important
}

.green_table td:nth-child(3) {
	color: green
}

.green_table table tr:last-child {
	//background: #b1b1b1
}

.red_table tr.headings {
	//background: red!important
}

.red_table td:nth-child(3) {
	color: red
}

.red_table table tr:last-child {
	//background: #b1b1b1
}

.green_table table tr:last-child td:nth-child(2) {
	color: green;
	font-weight: 700
}

.red_table table tr:last-child td:nth-child(2) {
	color: red;
	font-weight: 700
}

.green_table i.fa.fa-history {
	margin-right: 30%
}

.red_table i.fa.fa-history {
	margin-right: 30%
}

.green_table td,
.red_table td {
	text-transform: capitalize
}

.dropdown-usermenu i.fa.fa-sign-out.pull-right {
	display: none
}

.dropdown-usermenu i.fa.fa-gear.pull-right {
	display: none
}

a.user-profile.dropdown-toggle {
	text-transform: capitalize
}

.add-Match-form button {
	float: right
}

.login_content label {
	display: none
}

.login_content input.form-control {
	background: #fff !important
}

#stockez_add .col-md-6.col-sm-6col-xs-6 {
	height: 77px
}

#stockez_add .form-control {
	width: 100% !important
}

.matchBoxMain span#tital_change {
	width: 58%
}

#myModal_popup .popup_header h4.modal-title {
	text-align: center;
	padding: 5px;
	font-size: 20px;
	text-decoration: underline
}

.modal-content.popup_header {
	background: #158cac;
	color: #eaeaea;
	width: 100%
}

#myModal_popup .modal-footer.popup_footer {
	background: #eaeaea
}

#myModal_popup .modal-body.popup_content {
	background: #eaeaea
}

#myModal_popup .popup_content li {
	line-height: normal;
	color: #000;
	padding: 5px 0;
	font-size: 12px
}

#myModal_popup .popup_footer button.btn.btn-default {
	background: #158cac;
	color: #fff;
	padding: 1%;
	font-size: 15px;
	border: 1px solid #000
}

#myModal_popup {
	overflow: visible;
	position: absolute;
	top: -3%
}

.popup_content ol {
	margin: 0
}

#datatable[role=grid] .content_user_table {
	color: #000
}

@media (max-width: 992px) {
	.session_content td span {
		padding-left: 10px;
		font-weight: 700;
		font-size: 11px;
		text-transform: uppercase;
		width: 100% !important;
		line-height: initial !important;
		padding-top: 5px !important
	}

	#lockunlockModal .modal-dialog .modal-body {
		padding: 8px !important
	}

	.session_content b {
		float: left
	}

	.session_content td p {
		padding-top: 0 !important
	}

	.deskaction {
		display: none !important
	}

	.icon-mobile {
		display: block !important;
		text-align: center
	}

	div#myTopnav {
		//		position: absolute;
		//	width: 100px;
		//right: -40%;
		//z-index: 1;
		//background: #f9f9f9;
		//border: 1px solid #ccc
	}

	#myTopnav a {
		display: block;
		padding: 5px;
		color: #fff;
		font-size: 12px;
		border-bottom: solid 1px #113d67;
	}

	.table-striped>tbody>tr>td {
		//border-right: 1px solid #000
	}

	.row.lastdetail {
		padding: 4% !important;
		background: 0 0 !important
	}

	.mobaction {
		display: block !important
	}
}

.session_content b {
	color: red;
	width: 18%;
	display: inline-block;
	text-align: center
}

.checkbox.checkbox_login {
	margin-top: 0;
	margin-bottom: 18px;
	float: left;
	width: 100%
}

.login_content form .submit {
	padding: 0 30px;
	height: 34px
}

.login_content form .submit:hover {
	opacity: .9
}

a.ancor_link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 99
}

.matchScore {
	width: 100% !important
}

.sc {
	width: 45%;
	display: inline-block
}

#ChangePassword {
	width: 100%;
	background: #fff;
	padding: 0 15px
}

.BetFor {
	vertical-align: top
}

@media (max-width: 900px) {
	.row.lastdetail {
		display: none
	}

	.container {
		width: 100%
	}

	.android_apk_link {
		width: 20% !important;
		margin-top: 5px !important
	}

	.marquee {
		width: 80% !important
	}

	.nav-sm .container.body .right_col {
		margin-left: 0;
		padding: 0
	}

	.nav-sm .main_container .top_nav {
		margin-left: 0
	}

	.nav-sm .toggle {
		position: absolute;
		left: 65px;
		width: auto !important;
		float: none;
		//		background: #4e606d;
		z-index: 99
	}

	.top_nav .navbar-right li.desklist {
		display: none !important
	}

	.top_nav .navbar-right li.moblist {
		display: inline-block !important;
		width: 8%
	}

	.nav-sm .marquee {
		width: 80%
	}

	.top_nav .navbar-right li {
		width: 28%;
		float: left
	}

	.navbar-right {
		width: 100%
	}

	.navbar-right li a {
		padding: 0 0;
		line-height: 24px;
		text-align: center
	}

	div#liveCommentary {
		position: static;
		right: 8px
	}

	.tile_count {
		margin-top: 0
	}

	.match_odds_front span.back-cell,
	.match_odds_front span.lay-cell {
		width: 30%;
		line-height: 27px;
		border-radius: 3px;
		border: 1px solid rgba(0, 0, 0, .58);
	}

	.match_status {
		width: 49%
	}

	.match_status span {
		//		text-align: left!important
	}

	.sport_name {
		text-align: left;
	}

	.match_time {
		width: 49%;
		text-align: right
	}

	.navbar-right li a span.fa-home {
		display: none
	}

	.top_nav .navbar-right li ul li {
		width: 100%
	}

	.top_nav .navbar-right li ul li a {
		text-align: left;
		padding: 5px 15px 5px 12px !important
	}

	.nav-sm .nav.side-menu li a i {
		text-align: center
	}

	.nav-sm .nav.side-menu li a {
		font-size: 12px
	}

	#tital_change {
		//	width: 50%!important;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.sc {
		width: 40%;
		display: inline-block
	}

	p.runner_text {
		text-align: left;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.session_content td:first-child {
		position: relative
	}

	.session_content td p {
		//position: absolute;
		top: 0px;
		right: 0
	}

	.session_content td span {
		width: 72% !important;
		text-align: left;
		display: -webkit-box;
		height: auto !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.back-cell {
		padding: 5px !important
	}

	.lay-cell {
		padding: 5px !important
	}

	.fullrownew {
		background: #ccc;
		padding: 2px 5px;
		font-weight: 700
	}

	.pre-text {
		vertical-align: top
	}

	#UpCommingData #accountView .col-md-12.col-sm-12.col-xs-12 {
		padding: 0 15px !important
	}

	div#liveCommentary {
		width: 100% !important;
		margin-top: 2%
	}

	.toggle {
		width: 45px !important
	}

	p.runner_text {
		//		display: inline-block;
		//	width: 100%;
		//float: left;
		//padding: 5px 0 0 10px;
		//font-size: 12px;
		//font-weight: 700;
		//margin-bottom: 0
	}

	.blue-odds {
		margin-bottom: 0;
		margin-top: 5px;
	}

	span.runner_amount {
		display: inline-block;
		float: right;
		width: 100% !important;
		padding: 0 0 0 10px;
		text-align: left !important
	}

	.top_nav .navbar-right li:first-child {
		width: 16%
	}

	.material-icons {
		font-size: 18px !important;
		padding-top: 4px
	}

	.match_runner_name {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.full_row .form-group {
		width: 48%
	}
}

.pagination-row .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	//	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px
}

.des .pagination-row strong.paginate_button {
	background: linear-gradient(to bottom, #585858 0, #111 100%);
	color: #fff !important
}

td.last {
	border-left: none !important
}

.deskaction {
	display: block
}

.icon-mobile {
	display: none
}

span.viewdetail {
	line-height: normal
}

.green1 {
	background: green;
	color: #fff;
	width: 48%;
	text-align: center;
	display: inline-block;
	padding: 2% 0
}

.red1 {
	background: red;
	color: #fff;
	width: 48%;
	text-align: center;
	display: inline-block;
	padding: 2% 0
}

.top_nav .navbar-right li.desklist {
	display: inline-block
}

.top_nav .navbar-right li.moblist {
	display: none
}

.pause_btn img {
	float: left;
	margin-top: 4px
}

.pause_btn {
	position: absolute;
	left: 5px;
	z-index: 1
}

.score_area {
	background: #fff;
	padding: 0;
	color: #000;
	text-align: center;
	width: 100%
}

.score_area li {
	float: left;
	list-style: none;
	padding: 5px 6px;
	margin: 10px 2px
}

.mt {
	border-bottom: 1px solid #bcbcbc;
	float: left;
	width: 100%
}

.tms {
	//border-right: 1px solid #c9c9c9;
	padding: 10px 0;
	color: #000
}

.tms span {
	color: red
}

.tms.rrt span {
	padding-right: 5px
}

.ball_0 {
	background-color: #999;
	border: 1px solid #999;
	border-radius: 50px;
	color: #fff !important
}

.ball_1,
.ball_2,
.ball_3,
.ball_5 {
	background-color: #48a23c;
	border: 1px solid #48a23c;
	border-radius: 50px;
	color: #fff !important
}

.ball_4 {
	background-color: #2d90d4;
	border: 1px solid #2d90d4;
	border-radius: 50px;
	color: #fff !important;
}

.ball_6 {
	background-color: #601c78;
	border: 1px solid #601c78;
	border-radius: 50px;
	color: #fff !important
}

.ball_W {
	background-color: #c9362b;
	border: 1px solid #c9362b;
	border-radius: 50px;
	color: #fff !important
}

.ball_B,
.ball_Nb,
.ball_Wd,
.ball_b {
	border-radius: 50px;
	background-color: #c2ad7b;
	color: #fff !important
}

@media (max-width: 991px) {
	#matchScore_29101572 {
		margin: 0
	}

	.lt {
		padding: 0
	}

	.rt {
		padding: 0
	}
}

@media (max-width: 460px) {
	.lt li {
		font-size: 9px;
		padding: 0 3px;
		margin: 2px 1px
	}

	.rt li {
		font-size: 9px;
		padding: 0 3px;
		margin: 2px 1px
	}
}

.teenpatti-row {
	width: 100%;
	float: left
}

.teenpatti-row .patti-ammount {
	background: 0 0
}

.suspended-msg {
	background: #fff;
	opacity: .7;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 1px;
	color: #000;
	padding: 3px 0;
	right: 0;
	height: 100%
}

.header_teenpatti {
	width: 100%;
	background: #054146;
	padding: 10px;
	float: left
}

.game_name,
.round_no,
.timer_game {
	float: left;
	color: #fff;
	font-size: 14px
}

.round_no {
	margin-left: 10px;
	color: #0dd7e8
}

.timer_game {
	float: right
}

.game_video {
	width: 100%;
	float: left
}

.game_result {
	width: 100%;
	float: left;
	color: #fff;
	padding: 10px;
	float: left;
	background: #054146;
	margin: 0
}

.game_result h2 {
	font-size: 14px;
	margin: 0;
	display: inline-block
}

.result_content {
	width: 100%;
	float: left;
	padding: 5px 0
}

.game_result a:hover {
	color: #fff
}

.result_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	float: right
}

.result_content ul li {
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 9px;
	background: #bbb;
	color: #000;
	margin-right: 10px;
	float: left;
	padding: 5px 10px;
	font-size: 14px
}

.border_teenpatti {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.teenpatti_data {
	width: 100%;
	float: left;
	position: relative
}

.team_name {
	width: 60%;
	float: left
}

.team_lay_value {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0
}

.team_back_value {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 0
}

.team_lay_value strong {
	height: 15px;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700
}

.team_back_value strong {
	height: 15px;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 700
}

.team_lay_value .size span {
	width: 100%;
	float: left;
	font-size: 12px
}

.team_back_value .size span {
	width: 100%;
	float: left;
	font-size: 12px
}

.layhead {
	background: #000
}

.backhead {
	background: #000
}

.mainboxborder {
	//border:1px solid #000;
}

.teenpatti_data .suspended-msg {
	line-height: 39px;
	font-size: 16px;
	font-weight: 700
}

.amountint {
	width: 35px;
	padding-left: 5px;
	float: left
}

.qtyplus {
	padding: 0 5px;
	border-radius: 0;
	float: left;
	border-left: 0;
	line-height: 14px
}

.qtyminus {
	padding: 0 5px;
	height: 18px;
	float: left;
	border-radius: 0;
	border-right: 0;
	line-height: 14px
}

#playStopButton {
	height: 30px;
	width: 70px;
	font-weight: 700;
	border-radius: 8px;
	border: none;
	color: #000;
	background-color: #b0c4de;
	outline: 0;
	cursor: pointer
}

.controls,
.controls>* {
	padding: 0;
	margin: 0
}

.controls {
	overflow: hidden;
	background: #696969;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px !important;
	height: 30px !important
}

.controls[data-state=hidden] {
	display: none
}

.controls[data-state=visible] {
	display: block
}

.controls>* {
	float: left;
	width: 32px;
	height: 100%;
	margin-top: 3px;
	display: block
}

.controls>:first-child {
	margin-left: 2px
}

.controls button {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: none;
	cursor: pointer;
	text-indent: -99999px;
	background: 0 0;
	background-size: 32px 32px;
	background-repeat: no-repeat
}

.controls button:focus,
.controls button:hover {
	outline: 0
}

.controls button[data-state=play] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAH9UlEQVR42u2b608j1xnGn8HY3LJDjAcwPuZq8BTjJWqjLVKq3e1G3UhVv0RKW0X9UkWt1FSK1H7tP0K0XVVNmkrZTfYiVdnNpRvabCPS3VUkqrKXYmODL2DAa8zFMNdz+mF8GRtaCRsYtvUrwdgzY2ue33nf5z1zBjjGGP6fo8HqC7A66gCsvgCrow7A6guwOuoArL4Aq6MOwOoLsDrqAKy+AKvjwAAopcjlcg2Kolh97YcSjQf9wO7uLnf79u0ftbS0OMbGxj4lhKw6HA6rdVQdB84AxhgkSfoOpfR3MzMzN6empn4VjUaHFEV5JsvpwBkAgNlsNjo6GrC73d0vRSKRM7Ozs78IhUI3Ojs7rw0ODj5qb29XOI6zWtuRAQAABgCnTp3C6dOn7T6fbzQej/8mHA7/NBQKfTwwMHBFFMX7PM9vn3QQNQBgoJSBMYaWlhb4/WJDf/+Ad2l56efhUPi1P9+5c7fH7X7f4/FMEULSJ9UnqgWAwkKSsTXeOBx2DPQPcMRDOlZXV18Nh0OvTE9Pf+10Oq+Ojo5+RAiJOxwOarXowwDADNGFH8McjaCw2WzweDzo7u5uzWQyZ+fn5yfu33/wJs8/ue52u28MDQ095nlePQnlURUAZoTpfXF/kQ+lDBzHwSUIcHZ0ODY3NoMLC9HA3FzojSdPntzy+XxXRVF8wPP8jpUgqs4AxgzhleILFVGsDGZkPN/OY3x8vMHnG+5LJOJvRqORH0ej0b94vd73PR7PX71eb8Zutz87APZPf5iIGL8YA1j+dAaGltYWjPj9XF9fn2t5OfXDSGT+++Fw+IEgCFcCgcBtQkjC4XAc21L1IWRASTCrAMJM6VDKEOO9w9GE/v5+9PR42tLpte9Go9GXpqenf+l0Oq/39PTcGBoa+hfP89pRl0cNXcDkAWB79jNzBrASGJY/WABhs9nQ7XZD6Ox0ZNezLywuLgQfPnz0xuPHjz8aHh7+QBTFr3me3z0qENUCoOWCYBJm3u7NirJjjBV9hAMHp9OJ9vZ229CQbzCRTLwViS68HolEPu/t7b3i8Xi+8Hq92cP2idozYM92Hxgmo2QV+0uvjaxgANqeew6iX+R6e/s6V1Kp1xdjCz+Ymwvd6+rqvDI2NvYJIWTJbrcfik9U2QaLMstglNd8ufmV9pmhlPyBmb0iv21uakZf/wDc7p5T6afp78Vji2fv3v3bQ0FwXQsEAje7urrCzc3NWkND9fdhVWYAY4ztP6JmIJXiYWqVrEy8sZOaxJu/t7GxEe7uHrhcQtNGNvutRDL+wvT0Vz/jOPzJ5/N9IIriDM/zUjU+UUMXYKVGyEo2WGZ4xTwxCa8Y7VKmlLKlWA4UYIzmfYKC4zg8/3wHTvHttu3tbd9KavnXc3Phn4RCoanh4eF3g8Hgnba2Nv2YAKA4Eyo6vungXtMrdYRyDzDOpZRC1ykopWCUgeb3FV6bIQNAU1MzBKGL29ra7FpbS30znU5/nsvlbMcGoNTi8uLLat4EAuV1XRBPGQPVKTRdh67p0HQdjLLyz6DCV/LfK8sSVlJLbGkpHhcE1x8vXrz4e0JIuJoOUfPdYEF8qb7LDa9SPKMUqqZBVbSSaJT8Y79yAgPAAZqqYm1tBclELM1x7Obo6DcuBYPBmdbW1gONes0ACl2AVaR/+UQHe+paVTUoigpN0420/i+Ci42GA3SqYz3zFMlkLKdp6mcjI75JURS/rNb4agLAcRzs9kaTCe5N78qa1zQNkqxC07T8iFeM9j4TJ8DoClsbWSQSi3I2m7lHCHl7YmLiFs/zW4c1MzwwgLa2NgwMDDBKaWmEK0azkPaUUSiKCklSYJxf2TX2aZ351zs7OSQTcT2TWXvocnVcvnDhwoeEkJUTMRNsbLSzooObprplPZ1SSJIMWVFNo75PrVe4uyRJSKWSbCkZXxQE13vnzp19hxASOapb5WonQiZzgyndjaM61bGzI0NV1f8suCLdVVXF2mqKJZOxNMfheiAweikYDP6zFoM7QgBmEyyfzlLKsLMjQ1HUcuHYp7UB0HUdmcxTJBOLW7qufjoyMjwpiuI0z/PycawU1bweUBpJBkYZpF0ZqqJi/3QvnMuBUobNzSwS8QUpm13/yuslkxMTE58c91J6jVPhwrTWGHlJUiDLSsVtsvl2mAMYkMttIZGMaZmna7OC4Prtyy9fuEYIWXvmlsTMJaCqGiRZLvb38p5uhCTtIrWcZEtL8agguN49f/7cHwghC1YIrxlAQTgYoOsUu5IMSllFugMcAFVVsLqaYslEbJXj2IeBwOjlYDA429raavkzgpqmwoUMkGQZmqbvmbrqmoZMJo1EIrZJdfVjv394UhTFv/M8f2KeHVa9JFaoc1XVIMtqsRTAGROgjfV1xOOL0sbG+pd5g/uM5/ncSRFeKwAAxo2NJCugug6AAwPD9tYWkomYlsmk/yEIrksvvnjhBiHkqZV1fugACk+GVE2Hqmpg4CBJO1heSrK1dGq+w+l85/z5c+8RQmInVXhNAPIMoCgqZEkyDC4ZW+E4XP32mTOXBwcHH9vtdssN7sgAcACTFQXJRBwLC5ENyvRbfv/I26Io3jspDz2PFAADuGh0XmpyOL7w+/2Toijesfoh57ECsNvtj7o6O98aHx+/2dfXl3kWhReCq+ZfZhRFsQGgx/kQ80QB+F+KZ/JP2+oA6gDqAOoA6gDqAOoA6gDqAOoAao9/A9Lhs+0wkGemAAAAInpUWHRTb2Z0d2FyZQAAeNorLy/Xy8zLLk5OLEjVyy9KBwA22AZYEFPKXAAAAABJRU5ErkJggg==);
	background-size: 25px 25px !important
}

.controls button[data-state=pause] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAF7UlEQVR42u1ay44bRRQ95cmQIYCISCTksSYR2Q0s+QG+ALb8ADvW/AjfwJIFn4DY8gFRJIiUbEggEZoRJN1V9x4W9ba7PXY7cUmMK2lN0lN9+ta55z6qbEMS13nMWhvQehwIaG1A63EgoLUBrceBgNYGtB4HAlob0HocCGhtQOtx7Qm4se0Dfd/PHj58+AWJz4yBAlCSCoDhp5IgQCWgyPcUIFXpTk/nvy4WiycF5smjR4++VNWPAUiNRRbvUAIEGeZAAaqqvj49Pf1lsVj8/dYJ6Lru6PHjx1+fn59/c3z8jqp6G1WVqgSp9LcU1U/4vy9f/tXNZubbxWLxQ4H5/osXL7+7d+/sc8AETP9chU+CHtO/y2Oap0+fPFPVr/ZCAADcunXLnJ2d4eTkZKZKgEQwx7tFCb9kejmoQkmAwNHRjSPSHS9j3r79obl//z4AM/NOjxhXY15cXrxrzLRwnkSAt4NQ1WRUNDQZqavGUgnrHG4cDWJClTCGW2OKUwBmylKmJkFvSDQ8+CsY7K80h/m+KqGi47SWGBtiimi0ZRIDUwhguJAOk/Kd/Ccuwi8LICEiIGnGjK0Op7bBxPRTrUkhUBrLaGnwCpLH4r18ueytIbywvM0xVRVOFDusf1oIsHR9IdlSonFeXJeoQkUixIACckhtham6BvMtERDMKmI1SzMuwhsaF0M4JxAdFSur5zfEtFZAZZMQyO8sshRTcqwzuCrhnAueBEYEkJLgJpgiCnEuEDKtAgA7hQCreE7SjfU7hQfhRCCiedIAA1FR9XvGMa1zvgxGSUwMgd2TIFkTwtKBvmZbG7wPE4WzauwS3jpMUYVzkkvx1EVgeg5gMhaFceleztbOulD+UITAMKXlgtZh2t5BRevEsUcCmD2EpNNkYFhB9FRvnd8W5Zhe2wPkRQ1jOhHYlE/i7xqEQHxvqlDMxjN5yoZGpXC8/8dQFiRJGDOOqST6zvoWHEmGO4XADjkgL6tMUlHq1jnv/SJzX4mZCRrE7DsbYr/ENDslgcllMMcpYz+UypaooutsJf2UzdfySb+eAUzrHPre5qYo5ZPdcsDE3WCu0fH/afemRNf1qUeviErUjYVA/Y6IqeIJVWbpJ8wsgAZlsOrOvMG9taHsld1bQdY6vERYjdn1/Yr0EyYNdlHB9E6wak68wSKr0s/7+uLRNQowkYaAaZ1D37m6O6wwE/D+FBANiJ6L0u/7VemXk8K90TJYnTEQUC2lP4bZJgnmHj2owIkUWb+QfiHXonBcxbBPfNaFPcQ4JjaEfJMEJOXV3rehO+PShSoEOLYXYN0Jqsaav3quUGNW8bUXApJBsbCJCPre5SJX7Gfr3n4tYk5qJKy1sE4yZaOYicu9VgGmbE2gty4ckNZZP53shAUUMTy0GQrr8dvnvncgN8Fs1AnG4ypVTbu9MZmWHd2aQpjYEdEi9tdj7jqmHosnA5xzECfF1g0rMq03T2v4DJK21vf7m2H6kDFmryGQGxbbu/hZ2IpMl/fyxfoHDkTiPM3VZCPMBiEQvaWiaWu6PuuXfcDI+ZXfZAf5y8aYMNOPwyYTEF3mXDzqQuEVYjAfoDoQGT0Ss9aBujlmmGCmMrHTdthGT61IdCBhJaMHBesrYDrqwnaYe+4ECRBKhXOrXgkTULpw+bO+EUKZzvqwJea+N0MkqKIQp0sxOib9FRUMyZXOSfGB66aYGA2rt0YA4OWvitKa4VpNhoYmd4+Dq2fx2QG2wWygAMAnQGC23JthVaID1xgBVqo5m2FWE7cek47FVembHwArymNtz/K2efghwInQiYRfbYe59xOhrnvN58+f4fj4mPFbGjlxxXIXvsiwdF1eXvDunQ+WfcbLiwv+efwHZrOjLTFhXv37z1WbrTdHwM2bN3l+/umPqvK7Mab6tsPaVj9sg+/e+UDn8/nPS5ivHjz45HsR/Sl88WorzDsfvfd6Pp//NoUAM5W5/8u49t8TPBDQ2oDW40BAawNajwMBrQ1oPQ4EtDag9TgQ0NqA1uPaE/AfVYOKIWxy6eUAAAAielRYdFNvZnR3YXJlAAB42isvL9fLzMsuTk4sSNXLL0oHADbYBlgQU8pcAAAAAElFTkSuQmCC)
}

.controls button[data-state=stop] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAFWklEQVR42u1azW7jNhD+6GYNJDkbWyDBNkBeo7fe+yg99Sn6QjkXvfTQh8ipixyLriOJPzM9UCSHFOXYilcEuubBsqSRPfPNNx+HtBUz41sem9YOtB4XAFo70HpcAGjtQOtxAaC1A63HBYDWDrQeFwBaO9B6XJ36ABGh6zosXUNst1tst9vWcS8HoOs6PD09/dx13Y+bzcYBAHs0AiLsL/k74hqYmXe7He92u/AMiueyY2Ez9x7MzPf397/f3d399dUBYGbV9/1Pnz798MvH7z+CicAcImYw8xg2x+vpHsBMIGIopcQ9VI8BQ2aAwSHc7PsAhc+f/waAX1cBAABvNhu+v7/D4+OjcHh0LuUFskpkMsNb+WwIsA5A+lxpF8C2zkEppRbEsggAAGAi7wBRym6IhlVARE0zG2zKo8zu5B5PQAp1ZrQFEQHAugAkZ/PSTQyoBJ+xZCb4KivKzPtzYyysc+GrVwWglLc84FivleAnmc7rOzwT72UlMGYeDGcdjLFJDtcEwPsURCjPsiz8WQbIcilASBkOUHK6N34WOYLWBkSEUPoLJWApA5KLMua60JVgiPuxJKb0TqBwDhAxtDZwjsZvimNdDeDgWxng+FLOBtPZIQhZIXooApaiR4xBa1jr8jJrAUCV/mMgEolpRufojkLxxTkAJsKgDYxxGYiqhQYgY0AKmAtAWNChFEjOVXCi+MwBAN9+D9rAWivYxWGyaQJAlnUWlVir9Wpzg2Q3aW6CDTOc88E765IwZsChyTRIeUBzDc6UFdm9GbqDGcR+nvdqz0XACfJWJTCd9rJSKMAQQjnt8VPwIbthmjPWFoyqANmiBFhKMDBT8zXRQwGK1AffVhvrxDRXyXpNa5ZmcSkAGPugWkbzLOXBQzhc9vXOFlmXzdChzx09stYuYsDSHSGO05PMjsxKoHjMWFrAxACZvcL3Gq9dD21MRRfCUQImp1e/tH5+flb7/X4tBgTWckZnCcJU9PKegJhhjRUKXxe5sp2eZH9UQWOMWrJL9f7VYLXhEUAE5wXdyTkM2kBrM0v36jpBTJ3JViG9OX28fzUompbxLBO8LPhxahsGDTsrcrXsQ9jOALbmYii6UtC/XLbGEoGn/NBrDFqfKHK1rJeNGKDWYoBSCh+uroQI5vSe1jzgHKHvBxhtU5tb2srAJwHPg6TW7gNub2/x8PDARBR5XgqepL11Dl031Pv4SmDTNveQbSZ662nA1dUHjosW0ZSUOznGWHT9UOnjcZbsR9v11wKiN4/zdN79GWPx2vVx4+KYdcJ89qc20Ta+rr4cZpRNTQjeWhH8QlWf204rbZXi4zw+PwCJfiwY4ZzDaydpjzPQ/NBMoBBaopUBSBuWgQX+d8PB79a+EcQpIjeX/ZQJrA9A6gNSCfSDhtYmc/4sInfIFg01IDKf/U5t32vQyRRGYVO3PcSUFgyIW11h26rrh/AT1REi99b8fxiwbLGFaL/ulljoADz1B1jrTmth35ziag1WuJ9KL2ngygyI1B8XN8umOHn97ekw9hxxJRqt1wWA/QCR7/GJjqduBO9Ikcv/b1D5ITV1govGu0RQawNj7BHCdbrI1YMu9h3OwIDFW2JEhGHwU56C8q9qPAtLtGyNrsRRjWcqmShV2OWJzdY9XCZdLQZgKQPUy8sLrGUw5z9SFlMTEtlzfZjcjY2RvHbEugEKX778A2ZWkJL4NQHYbrd/7vf//tZ1+yzUVoOZv7u5uflDLVgYLNpI1FpDa9067jwQpXB9fY3N5rSqXgTA/2l88/8UvQDQ2oHW4wJAawdajwsArR1oPS4AtHag9bgA0NqB1uM/rk8wsEf7VsIAAAAielRYdFNvZnR3YXJlAAB42isvL9fLzMsuTk4sSNXLL0oHADbYBlgQU8pcAAAAAElFTkSuQmCC)
}

.controls button[data-state=volume] {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTCtCgrAAAAHLUlEQVR4XuWZS2hcVRjH0/iqL1AEtaJWoVi7EKuIrixu1CIoajcutJWCrgIWGq1LBRdW3JbqQlAhraZtmpBpksncO3fuc2aSlgQai9hiF0JfIubRpGkeM/6/m3PHky9fJzPJNCFz//Cj0++cO+f8v/O450waisVirBGDcUIMxgkxGCfEYJwQg3FCDMYJMRgnxGCcEIOctSzJj44Y5KxlSX50xCDnZspxsi8lEt3ftrd3HgiC/p2Dg4N3q6KaSPKjIwY5tRa+szGXyz3refkDqVRm1LaDIpFOe2OGkfnk5MmTt6mqyxb3whGDnFqLzLtuNgnTM+m0W7QsZ9w0MxOUBCTkrOd5m1XVZUvyoyMGObWU7/sbMfKtZJ4Me15QGBkZLQwPjxROnEgWMxl/1vfzX6rqy5bkR0cMcmohfE807VthsmBZXmh+YuJacXLyesjRo+2UgILn5b5Wjy1b3AtHDHJqIX3ak/nTp38rjI9PlMzXdQKkac/N12UC8Oyi076uE1DJtNepqwRUOu11yiUgm80+ZJpuc0vLETOZNL/C/7eoorKS/OiIQU41Qv1GGN9a6bTXKZcAzKRXMxnvb0omKOBz1jTtba2trbeoKqK4F44Y5FQjMo8OGjTylUx7nXIJsCxrfSpl7sRBKUoCDk32uWTSfg19bFTVFoh74YhBji6aikGQa8JhZa+EbWfbyDx1sJJpr7PYHkCjncm479q2/xd9P9Xt7U2fRaK3qioLJPnREYOcSLbt7sIIDJFBavxGVDPtdSrZBLu6uu7w/b4PcIk6R0kgUinrDP59UVoOkh8dMciJhM6F06+nx0RnO0ocP57ARcYNO1PttNepJAEkWg6Yba+jvQFqk3CcnIXZ+YSqUpLkR0cMciJRQ93dqYLjBNP4XAKjMY2kTMI8ZoBXXIp5Qk/A+fPn1x87lmg+dKjV6urq3Y/Yy/oI02fb9nbgBnmF+kWDg+XxDp8Fkh8dMciJRA0lEj3jMHwdm92UTkdH1zhmQSGdtqckc5WgJ8D3T21Ee7TcwhE2TedPw7DepyWguoMN13sEbwcT5bNUB/36NZlMzvs9QfKjIwY5kagRJOAqGi2TgExNEuC67v3Y7PZjfV/SkjCGmdZMS4D6Q6Ptuv5ulF2lcsOwBx3HeSrsrJLkR0cMciKtZALQ7rq5te4/h5GlUS5Q+1hmf2Qy/x+CkKjHu7sNn8rAtOvOv0pzLxwxyIm0kglQTYbK5/MvIJ6jMuwx0+m0s0//1QhvnE9VAvD2mf+s5EdHDHIirVYCaKoj/jGWxDj1wXVzvyABd6liHLvze+m5ubLsNyocSvKjIwY5kVYrAaRstm8HDlnh74c4/PS2t7ffq4rmJSCRSP6kwqEkPzpikBNp9RMQjFEfDCPTjf3hHlU0LwHYD35Q4VCSHx0xyIm0WgkYGhq6HRefz9H+NepD+SWQ36/CoSQ/OmKQE2m1EgCD29A2HXdxzHan8Lprwgy4VRU34GD2GfVNelbyoyMGOZFWMgFot9G27Q2W5byN12Ce2ibQxoBlBZtUlxr6+vo29/Zap1QCrvl+dq8qCsW9cMQgJ9JKJgCvvoex67fhO8N1T2Dzu4iD0fZo9GlpIL4Hz4R/U8DrMU3PhZ1VkvzoiEFOJGqks3N1jsKG4ZzB9H8F/Snd/TH6j2Ew+lGu1v/8vYHEvXDEICcSNZJMmrQOZ3AtLoE1OdPTY0xR53EhKY6MjIoGF0NPAJ3529rad7e0tP6Iy9CeIAieR19K5umy5DjeRzgZ/jOXJP8SDklv6HVIug8JMciJBOO/U2PYkelWWIKux3QNpjIYKAZBrjA6OiaaLMeNNkGugYGB+4Kgvwmb3wXVJs2An3FsflBVKUnyoyMGOZHQ4PZkMt2PBukXH7qBLYA6Q0kwjPTszfhBhEaezONQpEaeZmX6FGbIJvR1napWEvfCEYMcXdhkHsCh5D2M8k4JrMODmI7hpuS64d/9RLMSiyWAzFuWDfN+eENE3VmYDyzLf1pVWSDJj44Y5FSjXC736FwSgkmaCUhKxcuhXAJo2mOpHcRGG94H5kbeykBb0McFIx+Je+GIQU41Qv119NNUEOS/JzOUhEqXQ7kEYNa9hbJhNfJ42zgp+jM6taeqiNJ9SIhBzlLU39+/odrlUC4BtPQw+rsOHz7yHQ4+TZhpT6qispL86IhBzlJV7XKoZBOsVpIfHTHIWarwbFXLoe4SEKnS5VC3CSBVshzqOgH4nkWXQ10nINLC5eAXLl++Mn3hwsUZOlYjAQuutMuR5EdHDHJqrfnLwcM9wp0yTYf+ykSfTX6lXY4kPzpikFNr4TvD5eD7+S9wx/+XjM+Z94YNw/pQ/7VnueJeOGKQczOFS8wziURPc0dH574g6HsT/79TFdVEkh8dMchZy5L86IhBzlqW5EdHDMYJMRgnxGCcEINxQgzGCTEYJ8RgfCg2/AdO1pvMDK0CqwAAAABJRU5ErkJggg==)
}

input[type=range] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	border-radius: 12px;
	height: 12px;
	margin: 5px;
	border: none;
	background: 0 0;
	outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
	border: inherit;
	background: #fff;
	border-radius: 12px
}

input[type=range]::-moz-range-track {
	border: inherit;
	background: #fff;
	border-radius: 12px
}

input[type=range]::-ms-track {
	border: inherit;
	background: #fff;
	border-radius: 12px;
	color: transparent
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #fff;
	border-radius: 12px
}

input[type=range]::-ms-tooltip {
	display: none
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 12px;
	border: none;
	border-radius: 12px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, silver), color-stop(100%, #696969));
	background-image: -webkit-linear-gradient(top, silver 0, #696969 100%);
	background-image: linear-gradient(to bottom, silver 0, #696969 100%)
}

input[type=range]::-moz-range-thumb {
	width: 20px;
	height: 12px;
	border: none;
	border-radius: 12px;
	background-image: linear-gradient(to bottom, silver 0, #696969 100%)
}

input[type=range]::-ms-thumb {
	width: 20px;
	height: 12px;
	border-radius: 12px;
	border: none;
	background-image: linear-gradient(to bottom, silver 0, #696969 100%)
}

video::-webkit-media-controls {
	display: none !important
}

.video_area video {
	width: 100% !important;
	height: 100% !important
}

.game_video {
	position: relative
}

.player-cardbox {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	width: 135px;
	padding: 10px;
	color: #fff;
	z-index: 1
}

.player-cardbox p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 2px
}

.player-cardbox ul {
	padding: 0;
	display: flex
}

.player-cardbox ul .card-item {
	background: #fff;
	padding: 3px;
	margin-left: 5px;
	flex: 1;
	float: left;
	list-style: none;
	height: 40px;
	color: #000
}

.player-cardbox ul .card-item img {
	width: 100%
}

.player-cardbox ul .card-item:first-child {
	margin-left: 0
}

.tabs {
	background: green
}

.tabs .nav-tabs {
	display: flex
}

.tabs .nav-tabs>li>a {
	margin-right: 0;
	line-height: 22px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 15px;
	border: 0;
	font-weight: 700
}

.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover {
	color: #fff
}

.tab-content .tab-pane {
	display: none
}

.tab-content .active {
	display: block !important
}

.tabs .nav-tabs>li {
	margin: 0;
	flex: 1;
	text-align: center
}

.rainbow {
	-webkit-animation: rainbow 5s infinite;
	-ms-animation: rainbow 5s infinite;
	animation: rainbow 5s infinite
}

@-webkit-keyframes rainbow {
	0% {
		color: orange
	}

	10% {
		color: purple
	}

	20% {
		color: red
	}

	30% {
		color: #5f9ea0
	}

	40% {
		color: #ff0
	}

	50% {
		color: coral
	}

	60% {
		color: #ff0
	}

	70% {
		color: #0ff
	}

	80% {
		color: #ff1493
	}

	90% {
		color: #1e90ff
	}

	100% {
		color: orange
	}
}

@-ms-keyframes rainbow {
	0% {
		color: orange
	}

	10% {
		color: purple
	}

	20% {
		color: red
	}

	30% {
		color: #5f9ea0
	}

	40% {
		color: #ff0
	}

	50% {
		color: coral
	}

	60% {
		color: #ff0
	}

	70% {
		color: #0ff
	}

	80% {
		color: #ff1493
	}

	90% {
		color: #1e90ff
	}

	100% {
		color: orange
	}
}

@keyframes rainbow {
	0% {
		color: orange
	}

	10% {
		color: purple
	}

	20% {
		color: red
	}

	30% {
		color: #5f9ea0
	}

	40% {
		color: #ff0
	}

	50% {
		color: coral
	}

	60% {
		color: #ff0
	}

	70% {
		color: #0ff
	}

	80% {
		color: #ff1493
	}

	90% {
		color: #1e90ff
	}

	100% {
		color: orange
	}
}

.div-figure img {
	width: 100%;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	width: 100%
}

.tabs .nav-tabs>li {
	padding: 5px;
	border-right: solid 1px #757474
}

.nav-tabs>li.active>a {
	background: 0 0
}

.tabs .nav-tabs>li.active {
	background: #b31400
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	background-color: transparent
}

.match_status,
.match_time,
.sport_name {
	//	margin-top: 5px
}

.modal-dialog .modal-content {
	width: 100%;
	float: left
}

.patti_results .modal-header {
	padding: 10px;
	font-size: 20px
}

.patti_results .close {
	color: #000 !important;
	font-size: 40px;
	line-height: 0;
	margin-top: 11px
}

.paati_boxs {
	text-align: center;
	border-right: solid 1px #ddd;
	padding: 5px 0;
	margin: 10px 0
}

.paati_boxs h6 {
	font-size: 18px
}

.result_btn {
	cursor: pointer
}

.card-Img-box img {
	width: 40px;
	margin: 0 auto
}

.winner-team {
	background: #28a745;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin: 10px auto
}

.id_result {
	text-align: center
}

.id_result h2 {
	font-weight: 400;
	font-size: 25px
}

.patti_results .modal-content {
	width: 100%;
	float: left
}

.game_video {
	position: relative
}

.player-cardbox {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	width: 135px;
	padding: 10px;
	color: #fff;
	z-index: 1
}

.player-cardbox p {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 2px
}

.player-cardbox ul {
	padding: 0;
	display: flex
}

.player-cardbox ul .card-item {
	background: #fff;
	padding: 3px;
	margin-left: 5px;
	flex: 1;
	float: left;
	list-style: none;
	height: 40px;
	color: #000
}

.player-cardbox ul .card-item img {
	width: 100%
}

.player-cardbox ul .card-item:first-child {
	margin-left: 0
}

.view_result_btn {
	color: #fff
}

/*!<style media="all" id="fa-main">
          /*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-bacteria:before {
	content: "\e059"
}

.fa-bacterium:before {
	content: "\e05a"
}

.fa-bahai:before {
	content: "\f666"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-box-tissue:before {
	content: "\e05b"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buy-n-large:before {
	content: "\f8a6"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caravan:before {
	content: "\f8ff"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudflare:before {
	content: "\e07d"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-alt:before {
	content: "\f422"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dailymotion:before {
	content: "\e052"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-deezer:before {
	content: "\e077"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-disease:before {
	content: "\f7fa"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edge-legacy:before {
	content: "\e078"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-alt:before {
	content: "\f424"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-faucet:before {
	content: "\e005"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-firefox-browser:before {
	content: "\e007"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-pay:before {
	content: "\e079"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guilded:before {
	content: "\e07e"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-medical:before {
	content: "\e05c"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-water:before {
	content: "\f4c1"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-sparkles:before {
	content: "\e05d"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-hands-wash:before {
	content: "\e05e"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt-slash:before {
	content: "\e05f"
}

.fa-handshake-slash:before {
	content: "\e060"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-cowboy:before {
	content: "\f8c0"
}

.fa-hat-cowboy-side:before {
	content: "\f8c1"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-head-side-cough:before {
	content: "\e061"
}

.fa-head-side-cough-slash:before {
	content: "\e062"
}

.fa-head-side-mask:before {
	content: "\e063"
}

.fa-head-side-virus:before {
	content: "\e064"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hive:before {
	content: "\e07f"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hospital-user:before {
	content: "\f80d"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-house-user:before {
	content: "\e065"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-ideal:before {
	content: "\e013"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-innosoft:before {
	content: "\e080"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-instagram-square:before {
	content: "\e055"
}

.fa-instalod:before {
	content: "\e081"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-house:before {
	content: "\e066"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lungs:before {
	content: "\f604"
}

.fa-lungs-virus:before {
	content: "\e067"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-mdb:before {
	content: "\f8ca"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microblog:before {
	content: "\e01a"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mixer:before {
	content: "\e056"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse:before {
	content: "\f8cc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-octopus-deploy:before {
	content: "\e082"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-orcid:before {
	content: "\f8d2"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-arrows:before {
	content: "\e068"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-perbyte:before {
	content: "\e083"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-square:before {
	content: "\e01e"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-plane-slash:before {
	content: "\e069"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pump-medical:before {
	content: "\e06a"
}

.fa-pump-soap:before {
	content: "\e06b"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-record-vinyl:before {
	content: "\f8d9"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-rust:before {
	content: "\e07a"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-shield-virus:before {
	content: "\e06c"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopify:before {
	content: "\e057"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sink:before {
	content: "\e06d"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-soap:before {
	content: "\e06e"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-stopwatch-20:before {
	content: "\e06f"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-store-alt-slash:before {
	content: "\e070"
}

.fa-store-slash:before {
	content: "\e071"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swift:before {
	content: "\f8e1"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-tiktok:before {
	content: "\e07b"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toilet-paper-slash:before {
	content: "\e072"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-trailer:before {
	content: "\e041"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbraco:before {
	content: "\f8e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-uncharted:before {
	content: "\e084"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-unity:before {
	content: "\e049"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-unsplash:before {
	content: "\e07c"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-users-slash:before {
	content: "\e073"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-vest:before {
	content: "\e085"
}

.fa-vest-patches:before {
	content: "\e086"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-virus:before {
	content: "\e074"
}

.fa-virus-slash:before {
	content: "\e075"
}

.fa-viruses:before {
	content: "\e076"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-watchman-monitoring:before {
	content: "\e087"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wodu:before {
	content: "\e088"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot);
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.woff) format("woff"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.ttf) format("truetype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot);
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff) format("woff"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.ttf) format("truetype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot);
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.woff) format("woff"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.ttf) format("truetype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot);
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff) format("woff"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.ttf) format("truetype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot);
	src: url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff2) format("woff2"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.woff) format("woff"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.ttf) format("truetype"), url(https://ka-f.fontawesome.com/releases/v5.15.1/webfonts/free-fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('/user/img/loaderuser.gif') 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
	background-size: 8%;
}

/*loader-css-start*/
.spinner {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/loaderuser.gif) 50% 50% no-repeat rgb(249, 249, 249);
	opacity: .8;
	background-size: 8%;
}

/* @media (max-width: 768px) {
	.dropdown-menu {
		position: relative;
	}
} */