@media (min-width: 992px) {
	.welcome-user {
		display: none;
	}
	.welcome-user.collapse {
		display: block;
	}
}
@media (max-width: 480px) {
	.liveresults {
		margin: 0 -15px;
	}
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
#biding_table {
	font-size: 12px;
}
#biding_table tr td:first-child {
	color: #b70000;
	font-weight: bold;
}
#biding_table td {
	padding: 8px 0;
}
.buynow {
	background-image: -webkit-linear-gradient(45deg, #9B3CB7, #FF396F);
	background-image: -moz-linear-gradient(45deg, #9B3CB7, #FF396F);
	background-image: -o-linear-gradient(45deg, #9B3CB7, #FF396F);
	background-image: linear-gradient(45deg, #9B3CB7, #FF396F);
	background-repeat: repeat-x;
}
.buynow a {
	color: #fff;
	padding: 15px;
}
.buynow a:hover {
    background-image: -webkit-linear-gradient(45deg, #FF396F, #9B3CB7);
    background-image: -moz-linear-gradient(45deg, #FF396F, #9B3CB7);
    background-image: -o-linear-gradient(45deg, #FF396F, #9B3CB7);
    background-image: linear-gradient(45deg, #FF396F, #9B3CB7);
    background-repeat: repeat-x;
	color: #fff;
}
.buynow a span {
	padding-left: 10px;
}

.vendor-title {
	border-bottom: 2px solid #ddd;
	font-weight: bold;
	padding: 8px;
}
.vendor-result-value {
	margin-top: 10px;
	padding-left: 18%;
	text-align: center;
	float: left;
	width: 100%;
}
.open-digit {
	float: left;
	width: 13px;
	word-wrap: break-word;
}
.chutta-digit {
	float: left;
	margin-bottom: 0;
	margin-top: 14px;
	width: 26px;
}
.close-result {
	float: right;
	margin-right: 25px;
}
.close-result .open-digit {
	float: right;
}
.close-result .chutta-digit {
	float: left;
}
.liveresults .title {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	margin-bottom: -5px;
	margin-left: 15px;
	margin-right: 15px;
	background: #ddd;
	width: 100%;
}
.online .title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 0;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}
label.ratio_1 {
    color: #f93974;
}
label.ratio_2 {
    color: #6bbe41;
}
label.ratio_3 {
    color: #7357f6;
}
label.ratio_4 {
    color: #f11d5f;
}
label.ratio_5 {
    color: #a33bb1;
}
label.ratio_6 {
    color: #1a677d;
}
.card-header.title {
	background: #43a5f2;
	padding: 15px 35px;
}
.card-header.title h4 {
	margin-bottom: 0px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.fade.in {opacity:1;}
.bootstrap-dialog .modal-dialog {
    margin: 140px auto;
}
.modal-backdrop.fade {
    opacity: 0.7 !important;
}
.bootstrap-dialog-header {
    width: 100%;
}
span.points {
    padding: 5px !important;
    background: -webkit-linear-gradient(45deg, #FF396F, #9B3CB7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.points_bg {
    background: white;
    border-radius: 10px;
    padding: 5px !important;
}
span.timing {
    line-height: 28px;
    display: inline-block;
    padding: 0 5px;
    color: #000;
	font-size: 12px;
	font-weight: normal;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}


.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}


.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}


.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}


.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
	.form-inline .has-feedback .form-control-feedback {
        top: 0
    }
	.navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}


ul.footer-link {
    list-style: none;
	text-align: center;
}

ul.footer-link li {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
}

ul.footer-link li:after {
    content: "";
    border-left: 1px solid;
    margin-left: 20px;
}

ul.footer-link li.last:after {
    content: none;
    border-left: none;
}

ul.footer-link li a:hover {
    color: #53a453;
}
h3 pre {
    font-size: 1.1rem;
    color: #fff;
    line-height: 25px;
}