@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:100i,300,300i,400,400i,700,700i,900,900i");
body {
	font-family: "Lato", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	background: #f6f6f6;
}
button {outline: none !important;}
/*Commin Classes start*/
.pd0 {
	padding: 0px;
}
.pdl0 {
	padding-left: 0px;
}
.pdr0 {
	padding-right: 0px;
}
.mr0 {
	margin: 0px;
}
.mrt10 {
	margin-top: 10px;
}
.mrt15 {
	margin-top: 15px;
}
.mrb15 {
	margin-bottom: 15px;
}
.mr15 {
	margin-right: 15px;
}
.pdb30 {
	padding-bottom: 30px;
}
.pd15 {
	padding: 15px;
}
.clear {
	clear: both;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
a {
	color: #088cc7;
}
.purple {
	color: #881f73;
}
input {
	outline: none;
}
input:focus {
	outline: none !important;
	box-shadow: none !important;
}

/*Toggle button css*/
.toggle-btn .switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 26px;
}

.toggle-btn .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-btn .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.toggle-btn .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.toggle-btn input:checked + .slider {
	background-color: #2196f3;
}

.toggle-btn input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

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

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

.toggle-btn .slider.round:before {
	border-radius: 50%;
}
.weekday-sec .table,
.weekend-sec .table {
	border: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 0px;
}
/*New Header css*/
.social-nav ul {
	padding: 0px;
	margin: 0px;
}
.social-nav ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.header-top {
	background: #fff;
	border-bottom: 1px solid #ccc;
	height: 43px;
	padding: 10px 0px;
}
.header-top-rt .colors-theme {
	display: inline-block;
}
.header-top-rt .colors-theme ul,
.header-top-rt .fonts-size ul {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}
.header-top-rt .fonts-size {
	display: inline-block;
}
.header-top-rt .fonts-size ul li {
	display: inline-block;
	margin-left: 10px;
}
.header-top-rt .colors-theme ul li {
	display: inline-block;
	margin-left: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
}
.header-top-rt .colors-theme ul .white {
	background: #fff;
}
.header-top-rt .colors-theme ul .yellow {
	background: #ffea02;
}
.header-top-rt .colors-theme ul .pink {
	background: #f345e4;
}
.header-top-rt .colors-theme ul .blue {
	background: #196ae1;
}
.header-bottom {
	/*padding:15px 0px; */
	background: #fff;
}
.rt-sec-head {
	padding: 26px 0px;
	width: 100%;
}
.rt-sec-head .sub-label {
	color: #b0aeae;
	font-size: 12px;
	margin-bottom: 5px;
}
.rt-sec-head .sub-cont {
	font-weight: 400;
}
.brd-lf {
	border-left: 1px solid #e1e1e1;
	padding-left: 30px;
	height: 60px;
}
.navbar-default {
	background: #3575d3;
	color: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a {
	color: #ffbd33;
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 35px 15px;
	font-size: 16px;
}
.navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #ffbd33;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffbd33;
}
header .navbar-default .navbar-nav > li > a {
	color: #fff;
}
header .navbar-default .navbar-nav > li > a:hover {
	color: #ed256e;
}
header #navbar .nav {
	padding: 0px;
}
/*footer css start*/
.footer-nav ul {
	padding: 0px;
	margin: 0px;
}
.footer-nav ul li {
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
.footer-nav ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-bg {
	background: #3575d3;
	color: #fff;
	padding: 10px 15px;
}
.footer-nav {
	color: #fff;
}
/*footer css end*/
/*Header Css start*/
.blue-btn {
	color: #eb7f00;
	border: 1px solid #eb7f00;
	background: #fff;
	border-radius: 20px;
	padding: 8px 30px;
	font-weight: bold;
}
.blue-btn:hover {
	color: #fff;
	background: #eb7f00;
}
.header-top .navbar-default {
	background: #eb7f00;
	color: #fff;
	border-radius: 0;
	border: none;
	margin-bottom: 0px;
}
.header-top .navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-header .navbar-brand {
	color: #fff;
	padding: 0px;
	height: auto;
	margin-left: 35px !important;
}
.navbar-header .navbar-brand:hover {
	color: #fff;
}
.nav .btn-default {
	border: 1px solid #fff;
	padding: 5px 24px;
	border-radius: 20px;
	background: none;
	color: #fff;
	font-size: 14px;
}
.nav .btn-default:hover {
	background: #fff;
	color: #eb7f00;
}

/*Search*/
.topnav input[type="text"] {
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border: 1px solid #ccc;
}
.topnav .search-container button {
	float: right;
	padding: 6px 10px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 17px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.topnav .search-container button:hover {
	background: #ccc;
}

@media screen and (max-width: 600px) {
	.topnav .search-container {
		float: none;
	}
	.topnav a,
	.topnav input[type="text"],
	.topnav .search-container button {
		float: none;
		display: block;
		text-align: left;
		width: 100%;
		margin: 0;
		padding: 14px;
	}
	.topnav input[type="text"] {
		border: 1px solid #ccc;
	}
}

/*Registration type*/
.accept-terms {
	margin-top: 20px;
}
.reg-type-sec {
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	padding: 30px;
	background: #fff;
	margin: 15px 0 0 0;
	text-align: center;
}
.reg-hd {
	font-size: 24px;
}
.reg-type-sec img {
	text-align: center;
	margin: 0 auto;
}
.reg-type-sec .reg-type-hd {
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #eb7f00;
}
.reg-type-sec .radio-sec input {
	position: inherit;
}

/*form*/
.btn-sec .already-ac {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 30px;
}
.signup-form-sec {
	border-radius: 10px;
	border: 1px solid #e3e3e3;
	padding: 20px 30px;
	background: #fff;
	margin: 30px 0px;
}
.signup-form-sec .hd {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
}
form .form-group.is-focused .form-control {
	outline: none;
	background-image: linear-gradient(#f06139, #f06139),
		linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 100% 2px, 100% 1px;
	box-shadow: none;
	transition-duration: 0.3s;
}
form .form-group .form-control {
	padding: 0px;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	box-shadow: none;
	outline: none;
	border-radius: 0;
}
form .form-group {
	margin: 25px 0px 0px;
}
.error-msg {
	font-size: 12px;
	color: #e63350;
	margin-top: 5px;
}
.btn-sec {
	margin-top: 30px;
}
.add-btn {
	height: 60px;
	vertical-align: middle;
	padding-top: 40px;
	margin: 0;
}
.add-btn a {
	color: #eb7f00;
	margin-right: 10px;
}
.add-btn .fa-plus-circle,
.add-btn .fa-minus-circle {
	font-size: 20px;
}
.btn-download {
	background: #28a745;
	border: none;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px 8px;
}
.btn-view {
	background: #17a2b8;
	border: none;
	font-size: 14px;
	padding: 3px 8px;
	margin-right: 5px;
	margin-left: 5px;
}
.btn-edit {
	background: #007bff;
	border: none;
	font-size: 14px;
	padding: 3px 8px;
	margin-right: 5px;
	margin-left: 5px;
}
.btn-del {
	background: #dc3545;
	border: none;
	font-size: 14px;
	padding: 3px 8px;
	margin-right: 5px;
	margin-left: 5px;
}
.btn-view i,
.btn-download i,
.btn-edit i,
.btn-del i {
	color: #fff;
}
.form-sec textarea.form-control {
	height: 34px;
}

/*Radio Button*/

/* The radio */
.radio {
	display: block;
	position: relative;
	padding-left: 0px;
	margin: 0px;
	cursor: pointer;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkround {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-color: #ed256e;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkround {
	background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkround:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkround:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkround:after {
	left: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ed256e;
}

/* The check */
.check {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 400;
}

/* Hide the browser's default checkbox */
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #fff;
	border-color: #f8204f;
	border-style: solid;
	border-width: 2px;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid;
	border-color: #f8204f;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cust-btn {
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover {
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;
}

/*Profile page*/
.form-hd {
	font-size: 24px;
	color: #eb7f00;
}
.fac-hd {
	font-size: 24px;
	color: #eb7f00;
}
.as_data {
	color: #eb7f00;
	margin-left: 10px;
}
.table-hd {
	font-size: 24px;
	color: #eb7f00;
	padding: 15px;
}
/*Login*/
.card-links {
	margin-top: 20px;
}
.card-links a {
	color: #eb7f00;
	text-decoration: underline;
}
.create-acc {
	margin-left: 60px;
}

/*Forgot password*/
.success-msg {
	color: #eb7f00;
	margin-top: 20px;
}

/*OTP Verification*/
.resend-otp {
	text-decoration: underline;
}

/*Thankyou page*/
.thankyou-top {
	background: #68b82e;
	height: 250px;
}
.thankyou .signup-form-sec {
	padding: 0px 0 30px 0;
}
.thankyou-top img {
	margin: 0 auto;
	padding-top: 50px;
}
.msg-sec {
	text-align: center;
}
.msg-sec .thankyou-msg-hd {
	font-size: 30px;
	color: #eb7f00;
	padding: 30px 0px;
	font-weight: bold;
}
.msg-sec .thankyou-cont {
	font-size: 16px;
	padding: 0px 20px;
}

/*Footer*/
footer {
	color: #b9b9b9;
	margin-top: 20px;
}
footer .footer-links {
	padding: 0px;
	margin: 0px;
}
footer .footer-links li {
	list-style: none;
	display: inline-block;
	padding: 0px 5px;
}
footer .footer-links li a {
	color: #fff;
	text-decoration: none;
}

/*Maincontainer*/
.maincontainer {
	padding: 30px 0;
}

/*Member css start*/

/*.rt-sec{ width: 85%; float: left;}*/
.btn-top-sec {
	display: inline-block;
	float: left;
}
.search-sec {
	display: inline-block;
	float: right;
}
.btn-top-sec .btn-primary {
	background: #28a745;
	border: none;
	font-size: 16px;
}
.btn-top-sec .glyphicon-plus:before {
	font-size: 14px;
}
.card {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
	background: #fff;
}
.table-sec .date {
	font-size: 12px;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.pagination ul li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #007bff;
}
.pagination ul li a {
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 10px 15px;
}
.pagination ul li a:hover {
	background: #007bff;
	color: #fff;
}
.pagination ul li a.sel {
	background: #007bff;
	color: #fff;
}
.msg-suc {
	background: #d4edda;
	border: 1px solid #c3e5cc;
	padding: 10px;
	margin-bottom: 15px;
	color: #155823;
}
.msg-suc span {
	color: #155823;
	font-size: 18px;
	cursor: pointer;
}
.table-hover {
	position: absolute;
	z-index: 1;
	background: #fff;
	width: 98%;
	left: 1%;
	padding: 5px 0 !important;
	display: none;
}
.table-hover ul {
	padding: 5px;
	margin: 0px;
	text-align: center;
}
.table-hover ul li {
	display: inline-block;
}
.table-hover .btn-view {
	color: #17a2b8;
	border: 1px solid #17a2b8;
	cursor: pointer;
	background: #fff;
	padding: 4px 18px;
}
.table-hover .btn-view:hover {
	color: #fff;
	background: #17a2b8;
}
.table-hover .btn-edit {
	margin: 0px 10px;
	color: #007bff;
	border: 1px solid #007bff;
	cursor: pointer;
	background: #fff;
	padding: 4px 18px;
}
.table-hover .btn-edit:hover {
	color: #fff;
	background: #007bff;
}
.table-hover .btn-del {
	color: #dc3545;
	border: 1px solid #dc3545;
	cursor: pointer;
	background: #fff;
	padding: 4px 18px;
}
.table-hover .btn-del:hover {
	color: #fff;
	background: #dc3545;
}

/*Member Modal*/
.fa-edit {
	color: #eb7f00;
}
#addMemberModal .modal-content {
	border-radius: 0;
}
.modal-header {
	background: #593d84;
	color: #fff;
	height: 50px;
}
.close {
	color: #fff;
	opacity: 1;
	font-size: 26px;
	font-weight: normal;
}
.close:hover {
	color: #fff;
}
#addMemberModal .modal-body .nav a {
	border: none;
	font-size: 16px;
	color: #333;
	padding: 10px 30px;
}
#addMemberModal .modal-body .nav a:hover {
	background: none;
}
#addMemberModal .modal-body .nav .active a {
	border-bottom: 3px solid #593d84;
	color: #593d84;
}
.table-sec .table {
	margin-bottom: 0px;
}
.table-sec .table thead th,
.table-sec .table tbody td {
	padding: 15px;
}
.form-group .clockpicker {
	width: 100%;
}
.form-sec {
	padding: 15px 0 0 0;
}
.form-sec .form-group .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	padding: 0px;
	border-radius: 0;
}
.form-sec .form-group .form-control:focus {
	border-bottom: 1px solid #eb7f00;
}
.form-sec .btns-group {
	margin-top: 15px;
}
.form-sec .btns-group .btn-default {
	border: 1px solid #eb7f00;
	color: #eb7f00;
	background: #fff;
	border-radius: 0;
	padding: 6px 30px;
	font-size: 16px;
}
.form-sec .btns-group .btn-default:hover {
	background: #eb7f00;
	color: #fff;
}
.form-sec .btns-group .cancel-btn {
	border: 1px solid #ddd;
	color: #333;
	background: #fff;
	border-radius: 0;
	padding: 6px 30px;
	font-size: 16px;
}
.form-sec .btns-group .cancel-btn:hover {
	background: #ddd;
	color: #333;
}
.form-sec .form-group label {
	color: #aaa;
	font-weight: normal;
}
.form-sec .panel-group .panel {
	margin-bottom: 20px;
	border: 1px solid #d7c0fa;
	box-shadow: none;
	border-radius: 0;
}
.form-sec .panel-default > .panel-heading {
	background: #f5effe;
	border: none;
}
.form-sec .panel-default > .panel-heading .panel-title a {
	color: #593d84;
	font-weight: 600;
}
.form-sec .eme-cont-hd {
	font-size: 16px;
	font-weight: 600;
	color: #593d84;
	margin-bottom: 10px;
	margin-top: 20px;
}
.form-sec .sub-hd,
.modal-body .sub-hd {
	color: #593d84;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

/*Delete modal*/
.del-sec {
	padding: 30px 50px 20px 50px;
}
.del-sec .del-cont {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
#deleteModal .modal-dialog {
	width: 400px;
}
#deleteModaldata .modal-dialog {
	width: 400px;
}
.form-sec .del-sec .btns-group {
	text-align: center;
}

/*Admin user css*/
.main-hd {
	font-size: 16px;
	font-weight: 600;
	color: #593d84;
}
.admin-user .form-tabs li > a {
	border: none;
	color: #333;
	padding: 10px 30px;
}
.admin-user .form-tabs .active > a {
	color: #593d84;
	border-bottom: 2px solid #593d84;
}
.admin-user .form-tabs .active > a:hover {
	color: #593d84;
	border-bottom: 2px solid #593d84;
}
.admin-user .form-tabs .active > a:focus {
	color: #593d84;
	border-bottom: 2px solid #593d84;
}
.admin-user .nav-tabs > li {
	margin-bottom: 0px;
	border: none;
}
.admin-user .form-tabs li > a:hover {
	border: none;
	background: none;
}
.admin-user .form-tabs li > a:focus {
	outline: none;
	border: none;
	color: #593d84;
}
.form-sec .list-hd {
	padding-bottom: 15px;
}
.calendar_icon {
	position: absolute;
	top: 28px;
	right: 19px;
}
.access-hd {
	font-size: 18px;
	color: #593d84;
	margin-bottom: 15px;
}
.services-list {
	margin-bottom: 20px;
}

/*Income & Expenses css*/
.entry-sec .min-hd {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}
.entry-sec .sub-entry-sec {
	margin: 0px;
	padding: 0px;
}
.entry-sec .sub-entry-sec li {
	list-style: none;
}
.entry-sec .amt {
	text-align: right;
}
.entry-sec .amt li {
	list-style: none;
}
.entry-sec .spacer {
	opacity: 0;
}

/*Checkbox css*/
/* The customcheck */
.customcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 0px;
	border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
	background-color: #593d84;
	border-radius: 0px;
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Accordian css*/
.panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	content: "\2212";
	padding-right: 5px;
}
.panel-title > a.collapsed:before {
	float: right !important;
	content: "\002b";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
	text-decoration: none;
}

/*Scroll css*/
.create-team ::-webkit-scrollbar {
	width: 3px;
}
.create-team ::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
.create-team ::-webkit-scrollbar-thumb {
	background: #888;
}
/* Handle on hover */
.create-team ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/*Dashboard */
.dash-box {
	background: #fff;
	border: 1px solid #e1e1e1;
	min-height: 100px;
}
.dash-box .lf-panel {
	background: #28a745;
	min-height: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 18px;
}
.dash-box .rt-panel {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 18px;
}
.dash-box .box-hd {
	color: #eb7f00;
	font-weight: 600;
	font-size: 14px;
}

/*Sidebar css animation*/
@keyframes swing {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(10deg);
	}
	30% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(5deg);
	}
	70% {
		transform: rotate(0deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/*.page-wrapper { height: 100vh;}*/
.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}
.page-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
	top: 90px;
	background: #fff;
}
@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 260px;
	}
}

/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	background: #eb7f00;
	left: 0;
	top: 0;
	font-size: 20px;
	border-radius: 4px;
	width: 40px;
	transition-delay: 0.3s;
	margin-left: 10px;
	margin-top: 20px;
}
.page-wrapper.toggled #show-sidebar {
	left: -50px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: absolute; /*fixed; */
	top: 0;
	left: -260px;
	z-index: 999;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper a {
	text-decoration: none;
}
/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}
.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.sidebar-wrapper .sidebar-brand > a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}
.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #ccc;
}
.sidebar-header {
	background: #eee;
}
.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}
.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}
.sidebar-wrapper .sidebar-header .user-info > span {
	display: block;
}
.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}
.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}
.sidebar-wrapper .sidebar-header .user-info .user-role i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
#example {
	border-right: none;
	border-left: none;
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after {
	bottom: 14px;
}
.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}
#example_wrapper .row:first-child {
	/*border-bottom:1px solid #ccc;*/
	padding: 15px 15px 10px;
}
#example_wrapper .row:last-child {
	padding: 15px; /*border-top:1px solid #ccc;*/
}
.sidebar-wrapper .sidebar-menu .active ul li a {
	border-bottom: none;
	background: none;
}
.sidebar-wrapper .sidebar-menu ul li.active a {
	color: #8058bd;
}
.sidebar-wrapper .sidebar-menu ul li.active .sidebar-submenu ul li a {
	color: #333;
}
.sidebar-wrapper .sidebar-menu ul li.active .sidebar-submenu ul li a:hover {
	color: #eb7f00;
}
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background: #f7f7f7;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	background: none;
	color: #333;
	border-bottom: 1px solid #eee;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 12px 30px 12px 20px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.sidebar-wrapper .sidebar-menu ul li a:hover {
	color: #eb7f00;
}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}
.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
	transform: rotate(90deg);
	right: 17px;
}
.breadcum-sec .breadcrumb {
	padding-top: 0px;
	margin-bottom: 10px;
}
/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 45px;
}
.page-wrapper .page-content > div {
	padding: 20px;
}
.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
	background: #525965;
}
::-webkit-scrollbar-thumb:active {
	background: #525965;
}
::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
	background: transparent;
}
::-webkit-scrollbar-track:active {
	background: transparent;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

/*Navigation sidebar*/
body,
html {
	height: 100%;
	font-family: "Lato", sans-serif;
	font-size: 14px; /*background:url('../images/bg.png') no-repeat; */
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #f2fafd;
}
nav.sidebar,
.main {
	-webkit-transition: margin 200ms ease-out;
	-moz-transition: margin 200ms ease-out;
	-o-transition: margin 200ms ease-out;
	transition: margin 200ms ease-out;
	border-radius: 0px;
}
.main {
	padding: 10px 10px 0 10px;
}
.std-history-sec .nav {
	margin: 15px 0px;
}
.dashboard-sec {
	margin-top: 20px;
}
.tournament-det-sec #example_wrapper .dataTables_length {
	position: relative;
}
@media (min-width: 765px) {
	.main {
		position: absolute;
		width: calc(100% - 40px);
		margin-left: 40px;
		float: right;
	}
	nav.sidebar:hover + .main {
		margin-left: 250px;
	}
	nav.sidebar.navbar.sidebar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 10px;
	}
	nav.sidebar .navbar-brand,
	nav.sidebar .navbar-header {
		text-align: center;
		width: 100%;
		margin-left: 0px;
	}
	nav.sidebar a {
		padding-right: 13px;
	}
	nav.sidebar .navbar-nav > li:first-child {
		border-top: 1px #e5e5e5 solid;
	}
	nav.sidebar .navbar-nav > li {
		border-bottom: 1px #e5e5e5 solid;
	}
	nav.sidebar .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	nav.sidebar .navbar-collapse,
	nav.sidebar .container-fluid {
		padding: 0 0px 0 0px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}
	nav.sidebar {
		width: 250px;
		height: 100%; /*margin-left: -160px;*/
		float: left;
		margin-bottom: 0px;
	}
	nav.sidebar li {
		width: 100%;
	}
	nav.sidebar:hover {
		margin-left: 0px;
	}
	.forAnimate {
		opacity: 0;
	}
}

.fa-bars:before {
	color: #fff;
}
@media (min-width: 1330px) {
	.main {
		width: calc(100% - 250px);
		margin-left: 250px;
	}
	nav.sidebar {
		margin-left: 0px;
		float: left;
		width: 15%;
	}
	nav.sidebar .forAnimate {
		opacity: 1;
	}
}
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:hover,
nav.sidebar .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #ccc;
	background-color: transparent;
}
nav:hover .forAnimate {
	opacity: 1;
}
/*section{  padding-left: 15px; }*/
#bs-sidebar-navbar-collapse-1 .navbar-nav {
	float: none;
}
/*Navigation end*/

/*Media query*/
@media (max-width: 767px) {
	.rt-sec {
		width: 100%;
	}
	.already-ac {
		margin-left: 0px;
		margin-top: 10px;
	}
	footer .footer-links {
		text-align: center;
	}
	/*.maincontainer, footer{ display:none;}*/
	nav .navbar-center.collapse {
		padding: inherit;
		margin-top: 10px;
	}
	.navbar-header .navbar-brand {
		padding: 8px 0 0 0;
		display: inline-block;
		width: 70%;
		margin-left: 0px !important;
	}

	.navbar-brand img {
		width: 80%;
	}
	nav .navbar-nav > li > .green-btn {
		margin-left: 0px;
		margin-top: 10px;
	}
	.navbar-nav {
		margin: 0 auto;
	}
	nav .navbar-right {
		margin-top: 20px;
	}
	nav .btn {
		margin: 0 auto;
	}
	section header .navbar-ht {
		padding-bottom: 20px;
		height: auto;
	}
	.new-maincontainer .col-sm-6 {
		padding: 0px 15px;
	}
	.date-sec .fpl-start-date {
		display: block;
		float: none !important;
	}

	/*Member css start*/
	.header-top .navbar-header {
		display: inline-block;
		vertical-align: middle;
		padding-left: 15px;
	}
	.header-top #navbar {
		display: inline-block;
		border: none;
		box-shadow: none;
		text-align: right;
		float: right;
	}
	.header-top #navbar ul {
		border: none;
		margin: 0;
	}
	.header-top #navbar ul li {
		display: inline-block;
	}
}
/* Manage Access Starts */
.editDel {
	margin-left: 26% !important;
}
.perSec .innersec {
	margin-left: 30px;
}

.perSec .accept-terms,
.perSec .check {
	margin: 3px 0px;
}

.perSec .radio {
	margin-top: 5px;
}

.perSec .radio .checkround:after {
	left: 2px;
	top: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #ed256e;
}

.perSec .radio-sec .checkround {
	position: absolute;
	top: 5px;
	right: 15px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-color: #ed256e;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
}

.perSec .radio-sec {
	font-size: 14px;
	font-weight: normal;
}
/* Manage Access Ends */

/* Error Page Start*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 410px;
	width: 100%;
	text-align: center;
}

.notfound .notfound-404 {
	height: 280px;
	position: relative;
	z-index: -1;
}

.notfound .notfound-404 h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 230px;
	margin: 0px;
	font-weight: 900;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: url("nmmc/assets/images/bg.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
}

.notfound h2 {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

.notfound p {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0px;
}

.notfound a {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;
}

/*Timer Css Start*/

#countdown {
    background: #000;
    padding: 10px 10px;
    color: #fff;
    font-size: 20px;
    display:none;
}

.label {
    font-size: 10px;
    display: block;
    color: #aaa;
}

.fix-timer {
    position: fixed;
    z-index: 1000;
    right: 0px;
}

/*Timer Css end*/

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 142px;
	}
	.notfound .notfound-404 h1 {
		font-size: 112px;
	}
}
/* Error Page Ends */
/* Loader Starts */
/* .ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	background: transparent;
	border: 3px solid #3c3c3c;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-family: sans-serif;
	font-size: 20px;
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-shadow: 0 0 10px #fff;
	z-index: 10000;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.ring:before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	width: 104%;
	height: 104%;
	border: 3px solid transparent;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 50%;

	animation: animateCircle 2s linear infinite;
}
.loader-span {
	display: block;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width: 50%;
	height: 4px;
	background: transparent;
	transform-origin: left;
	animation: animate 2s linear infinite;
}
.loader-span:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	top: -6px;
	right: -8px;
	box-shadow: 0 0 20px #fff;
}

@keyframes animateCircle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes animate {
	0% {
		transform: rotate(45deg);
	}
	100% {
		transform: rotate(405deg);
	}
}
.mask_review_IE {
	background-color: rgb(0, 0, 0);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 135%;
	width: 100%;
	opacity: 0.5;
	z-index: 1005;
	cursor: pointer;
} */
/* Loader Ends */
/*Media query*/
@media (max-width: 767px) {
	section .navbar-default {
		height: auto;
	}
	section .navbar-default .navbar-nav {
		margin: 0px;
	}
	section .navbar-default .navbar-nav > li > a {
		padding: 10px;
	}
	.form-sec .btns-group .btn-default {
		width: 100%;
		margin-bottom: 10px;
	}
	.page-wrapper .page-content {
		padding-left: 0px;
	}
	#show-sidebar {
		position: relative;
		margin-left: 20px;
	}
	.page-wrapper.toggled #show-sidebar {
		left: -80px;
	}
	.footer-nav {
		text-align: center;
		margin-bottom: 10px;
	}
}
.padding-15 {
	padding: 15px;
}
