﻿.bg-admin {
	background: #00a65a !important;
	color: #fff;
}

.bg-distributor {
	background: #a60082 !important;
	color: #fff;
}

.bg-partner {
	background: #9c9e00 !important;
	color: #fff;
}
/*Toggle button start*/
.switch {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 16px;
}

.crop-note {
	background: #efefef;
	font-weight: 600;
	color: #ff0f0f;
	list-style-type: disc;
	font-size: 13px;
	line-height: 21px;
	padding: 7px;
	font-weight: 600;
	color: red;
	list-style-type: disc;
	font-size: 13px;
	line-height: 21px;
}

.total-count {
	border-radius: 0px;
	background: #b59009;
	padding: 4px 15px;
	box-shadow: 1px 2px 4px 0px #efefef;
	margin: -2px 28px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d61111;
	-webkit-transition: .4s;
	transition: .4s;
}

.border-imp {
	border-bottom: 2px solid red !important;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 1px;
	bottom: 1px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #00a65a;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}
/*Toggle button end*/


.form-group {
	margin-bottom: 7px;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 1.428571;
	color: #555;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

.text-white {
	color: #fff;
}

.panel-heading {
	padding: 4px 15px !important;
}

.service {
	padding: 23px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	background: #3f51b5;
	color: #fff;
	margin-top: 6px;
}

.login-area {
	height: 40px;
	display: flex;
	cursor: pointer;
	margin-top: 5px;
	align-items: center;
	padding: 0px 10px;
	box-shadow: 0px 1px 3px 0px #9c9c9c;
	align-content: center;
	width: 265px;
}

.select-row {
	color: #fff;
	background: #33abb7;
}

.service:hover {
	background: #007a8e;
	box-shadow: 1px 2px 12px #ddd;
}

.service p {
	font-size: 16px;
	margin: 0;
}

.service i {
	font-size: 30px;
}

.header {
	position: sticky;
	top: 0;
	z-index: 1;
}

.footer {
	display: none;
	/*position: fixed;
	bottom: 0;
	width: 100%;*/
}

.content {
	margin-top: 2%;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #fff;
}

.flex {
	display: flex;
}

logout {
	right: 20px;
	height: 27px;
	cursor: pointer;
	font-size: 23px;
	color: white;
	margin: 0px 10px;
	padding: 0px;
	background: #c70909;
	width: 27px;
	line-height: 29px;
	text-align: center;
	border-radius: 0px;
	position: absolute;
}

body {
	background: #ddd url(http://exprohelp.com//uknhm/Content/img/bg1.jpg) center center;
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #046a96;
	border-color: #ddd;
}

user {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}



.panel-default {
	border-color: #fff;
}

.panel-heading a {
	text-decoration: none;
}

.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-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;
	padding-right: 5px;
	padding-left: 5px;
}

.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: 2px 6px;
	/*background: #fff;*/
	border-top: 1px solid #ddd;
	font-size: 12px;
}

.scroll {
	overflow: auto;
	max-height: 320px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #e0e0e0;
}

.modal-header {
	background: #337ab7;
	padding: 4px 11px;
	border-bottom: 1px solid #e5e5e5;
	color: #fff;
}

.mr2 {
	margin-right: 2px;
}

.panel-type {
	font-size: 23px;
	padding: 0 0px 9px;
	font-family: sans-serif;
	font-weight: bold;
	color: #E91E63;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	text-decoration: underline;
}

.btn-flat {
	border: none;
	border-radius: 1px;
}

.fa-home {
	cursor: pointer;
	font-size: 30px;
	color: #ec1100;
	margin: 12px 10px;
}

.page-navigation {
	padding: 0px 10px;
	font-family: sans-serif;
	font-weight: bold;
	color: #2347ad;
	text-align: left;
	margin: 0px;
	font-size: 13px;
}

.box {
	box-shadow: 2px 2px 11px #636363;
	margin: 25px 0 0 0px;
	background: #ffffffc4;
	padding: 10px 20px;
}

::-webkit-scrollbar {
	width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e20031;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: DodgerBlue;
	}

.col-md-9 {
	width: 79%;
}

.col-md-3 {
	width: 20%;
}

.block {
	background: #d9edf7 !important;
	border-bottom: 7px solid #6999b1;
	color: #484747 !important;
	padding: 1px 0px;
	border-radius: 2px;
	cursor: pointer;
	margin: 5px 0px;
}

	.block:hover {
		border-radius: 5px;
	}

	.block h3:nth-child(1) {
		color: #423f3f;
		font-size: 20px;
		line-height: 10px;
	}

	.block h3:nth-child(2) {
		margin: 14px;
		color: #5f5f5f;
		font-size: 18px;
	}

	.block a {
		color: #fff;
		text-decoration: none;
	}

.page-box {
	background: #fff;
}

	.page-box .row {
		margin: 0;
	}

.doc-title {
	background: #b101a3;
	color: #fff;
	text-align: center;
	width: 95%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 5px;
	padding: 2px;
}

.page-title {
	color: #e20131;
	font-size: 17px;
	background: #eaeaea;
	padding: 4px;
	margin: 4px;
}

label {
	font-size: 13px;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	color: #3c3c3c;
	/* font-family: sans-serif; */
}

.imp {
	border-bottom: 2px solid #e20031;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	border-top: 0;
	background: #f5f5f5;
	color: #484848;
}

/*Responsive Query Section*/
@media only screen and (max-width : 480px) {
	.content {
		margin-top: 2%;
	}

	.Operator-heading {
		font-size: 18px;
	}

	logout {
		right: 0px;
	}
	.left-panel {	
		text-align: center;
	}
	.toggle-bars {
		top: 20% !important;
		position: fixed !important;
		z-index: 1;
	}
	.menu-section {
		position: fixed !important;
		z-index: 999;
	}
	.col-md-3 {
		width: 100%;
	}
}
/* Small viewport or screen */
@media only screen and (min-width : 767px) {
	.content {
		margin-top: 2%;
	}
}
/* Medium viewport or screen */
@media only screen and (min-width : 992px) {
	.content {
		margin-top: 2%;
	}
}
/* Large viewport or screen */
@media only screen and (min-width : 1200px) {
}
