
.col-sm-12, .col-md-12, .col-xs-12 {
	padding-right: 5px;
	padding-left: 5px
}

@media ( max-width :768px) {
	.col-md-10, .col-sm-12, .col-md-12, .col-xs-12 {
		padding-right: 0;
		padding-left: 0
	}
}

.chart-11, .chart-22, .chart-33, .chart-44, .chart-55, .chart-66,
	.chart-77, .chart-88, .chart-99, .chart-00, .chat-05, .chat-50,
	.chat-16, .chat-61, .chat-27, .chat-72, .chat-38, .chat-83, .chat-49,
	.chat-94 {
	color: red !important
}

.footer-btn {
	text-align: center;
	font-size: 14px;
	padding: 8px;
	display: grid;
	color: #414141;
	margin: 5px
}

.footer-btn a {
	font-size: inherit;
	color: inherit;
	display: inherit;
	text-decoration: none
}


.word-wrap {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.switch {
	position: relative;
	display: inline-block;
	width: 55px;
	height: 24px;
	margin-left: 14px
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s
}

input:checked+.slider {
	background-color: #2196f3
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196f3
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px)
}

.slider.round {
	border-radius: 34px
}

.slider.round:before {
	border-radius: 50%
}

i.fa.fa-user.icon {
	padding-left: 14px;
	position: absolute;
	padding-top: 10px
}

i.fa.fa-key.icon {
	padding-left: 14px;
	position: absolute;
	padding-top: 10px
}

.panel-heading {
	color: #000 !important
}

.white {
	color: #000
}

