/*----- selectbox ---- */

body #app {
	overflow-x: hidden;
}
@CHARSET "UTF-8";
.sbHolder {
	background-color: #2d2d2d;
	border: solid 1px #515151;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	position: relative;
	width: 200px;
}
.sbHolder:focus .sbSelector {
}
.sbSelector {
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #EBB52D;
	outline: none;
	text-decoration: none;
}
.sbToggle {
	background: url(../img/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
.sbToggle:hover {
	background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen {
	background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
	background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder {
}
.sbHolderDisabled .sbToggle {
}
.sbOptions {
	background-color: #212121;
	border: solid 1px #515151;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li {
	padding: 0 7px;
}
.sbOptions a {
	border-bottom: dotted 1px #515151;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited {
	color: #ddd;
	text-decoration: none;
}
.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #EBB52D;
}
.sbOptions li.last a {
	border-bottom: none;
}
.sbOptions .sbDisabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
	padding-left: 17px;
}

/* ---- select box ---- */
.dropdown .dropdown-menu .dropdown-item.active, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover, .dropleft .dropdown-menu .dropdown-item.active, .dropleft .dropdown-menu .dropdown-item:active, .dropleft .dropdown-menu .dropdown-item:focus, .dropleft .dropdown-menu .dropdown-item:hover, .dropright .dropdown-menu .dropdown-item.active, .dropright .dropdown-menu .dropdown-item:active, .dropright .dropdown-menu .dropdown-item:focus, .dropright .dropdown-menu .dropdown-item:hover, .dropup .dropdown-menu .dropdown-item.active, .dropup .dropdown-menu .dropdown-item:active, .dropup .dropdown-menu .dropdown-item:focus, .dropup .dropdown-menu .dropdown-item:hover {
	color: #FF6600 !important;
}
.dropdown .dropdown-menu .dropdown-item.active i, .dropdown .dropdown-menu .dropdown-item:active i, .dropdown .dropdown-menu .dropdown-item:focus i, .dropdown .dropdown-menu .dropdown-item:hover i, .dropleft .dropdown-menu .dropdown-item.active i, .dropleft .dropdown-menu .dropdown-item:active i, .dropleft .dropdown-menu .dropdown-item:focus i, .dropleft .dropdown-menu .dropdown-item:hover i, .dropright .dropdown-menu .dropdown-item.active i, .dropright .dropdown-menu .dropdown-item:active i, .dropright .dropdown-menu .dropdown-item:focus i, .dropright .dropdown-menu .dropdown-item:hover i, .dropup .dropdown-menu .dropdown-item.active i, .dropup .dropdown-menu .dropdown-item:active i, .dropup .dropdown-menu .dropdown-item:focus i, .dropup .dropdown-menu .dropdown-item:hover i {
	color: #FF6600 !important;
}
body {
	font-family: 'PT Sans', sans-serif;
}

.login-screens {
	position: relative;
	background: url("../../img/background/background.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 center;
}
.h1, .h2, .h3, .h4, .h5, .h6, .nav.metismenu, body, h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', sans-serif;
}
.btn-primary, a.btn-primary, a:visited.btn-primary a:link.btn-primary {
	background-color: #FFD1B2;
	border: 1px solid #FFD1B2;
	color: #FF6600;
}
.btn-primary:hover, a.btn-primary:hover, a:visited.btn-primary a:link.btn-primary:hover {
	background-color:#FF6600!important;
	border: 1px solid #FF6600!important;
	box-shadow: 0 5px 10px#FF6600!important;
}
.btn-primary.btn-floating:active, .btn-primary.btn-floating:hover, a.btn-primary.btn-floating:active, a.btn-primary.btn-floating:hover, a:visited.btn-primary a:link.btn-primary.btn-floating:active, a:visited.btn-primary a:link.btn-primary.btn-floating:hover {
	box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.btn-primary:focus, a.btn-primary:focus, a:visited.btn-primary a:link.btn-primary:focus {
	background-color: #FF6600;
	border-color: #FF6600;
}
.btn-primary:active, a.btn-primary:active, a:visited.btn-primary a:link.btn-primary:active {
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled)
:not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
}
.btn-secondary:focus, a:link.btn-secondary:focus {
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
	box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.btn-secondary:hover, a:link.btn-secondary:hover {
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
	box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
	color: #FF6600;
}
.custom-checkbox.checkbox-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox.checkbox-primary .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-radio.radio-primary .custom-control-input:checked ~
.custom-control-label::before {
	background-color: #FF6600;
}
a:link, a:visited {
	color: #c8cbce;
}
.form-control:focus {
	border: 1px solid #FF6600;
}
.pace .pace-progress {
	background-color: #FF6600;
}
/*--- login ---*/
.brand {
	max-width: 52%;
	margin: 0 auto;
}
.copyright {
	position: absolute;
	bottom: 25px;
	left: 10px;
	right: 5px;
	margin: 0 auto;
	color: #FF6600;
	font-size: 13px;
}
/*---- welcome-page ---*/
.welcome {
	background: #fff;
}
.choose-centre {
	position: relative;
	text-align: center;
	border-bottom-right-radius: 5px;
	padding: 20px 0;
	min-height: 400px;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin: 100px 20px 0 20px;
}
.choose-centre:after {
	content: "";
	position: absolute;
	height: 80%;
	right: -10%;
	border: 1px solid rgba(18,106,211,.08);
	top: 50%;
	transform: translateY(-50%);
}
.choose-centre p {
	font-weight: 700 !important;
	font-size: 25px;
	margin-bottom: 10px;
}
.choose-centre .demo-buttons--preview {
	display: inline-block !important;
}
.choose-centre .search-icon {
	display: block;
	width: 130px;
	margin: 0 auto 25px;
}
.welcome .top-toolbar {
	box-shadow: none;
}
.welcome  .aside-toolbar, body .top-toolbar.navbar-mobile.navbar-tablet {
	background: none;
}
.welcome .top-toolbar.navbar-desktop {
	background: transparent !important;
	justify-content: flex-end;
}
/*---- selectbox---*/
.select-parent {
	position: relative !important;
}
.selectize-control {
	margin: 0 auto;
	height: 40px;
	background-color: transparent;
	width: 247px;
	transition: all 0.3s ease-in-out;
}
.selectize-dropdown {
	border: none;
	box-shadow: 0 4px 14px rgba(174,197,231,.5);
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.selectize-dropdown.single {
	top: 110% !important;
	border-radius: 5px;
	min-height: 150px;
}
.selectize-dropdown .active {
	background-color: #f5fafd;
	color: #FF6600;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
	border-color: none;
	background: none;
}
.selectize-control.single .selectize-input::after {
	border-color: #FF6600 transparent transparent transparent
}
.selectize-control.single .selectize-input {
	height: 100%;
	border-color: none !important;
	background: none !important;
	box-shadow: none;
}
.selectize-input {
	border: none;
	padding: 8px 40px 8px 8px;
	position: relative;
	border-radius: 5px;
	line-height: 21px;
}
.selectize-input:before {
	content: "";
	position: absolute;
	top: 0;
	right: 40px;
	height: 100%;
	width: 1px;
	background: #FF6600;
}

.selectize-control:hover .item {
	color: #000;
}

.selectize-control:hover .selectize-input:before {
	color: #000;
	background: rgba(34,186,219, 0.6);
}

.selectize-control:hover .selectize-input:after {
	border-color: #fff transparent transparent transparent;
}
.selectize-control:hover .selectize-dropdown, .selectize-input, .selectize-input input {
	color: #FF6600;
}
::placeholder {
	color: #FF6600;
}

.selectize-control:hover input::placeholder, .selectize-control:hover input {
	color: #000 !important;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
	color: #617182;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
	padding: 10px;
}
.selectize-control.single .selectize-input.dropdown-active::after {
	border: none;
}
.selectize-input.items.has-options {
	border: solid 1px #FF6600;
	border-radius: 0.25rem;
}
.selectize-input.items.has-options:hover {
	background: #FF6600 !important;
	box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.selectize-input.items.has-options:hover.input-active:before {
	background: #FF6600 !important;
}
.selectize-input.items.has-options:hover:before {
	background: white !important;
}
.selectize-input.items.has-options.input-active {
	background: #fff !important;
	position: relative;
}
.selectize-input.items.has-options.input-active:before {
	right: 40px;
	height: 100%;
	width: 1px;
	background: #FF6600;
	left: auto;
}
.selectize-control .selectize-input.items.has-options.input-active:hover .item {
    color:  #FF6600 !important;
}
.selectize-input.items.has-options.input-active:hover input::placeholder, .selectize-input.items.has-options.input-active:hover input, .selectize-input.items.has-options.input-active:hover .item {
	color: #FF6600 !important;
}
.badge.badge-accent {
	background: #FF6600;
	color: #fff;
}
.account-icon img {
	height: 16px;
}
.selectize-input.items.has-options.input-active:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #FF6600 transparent transparent transparent;
	left: auto;
}
.mCustomScrollBox {
	background: #fff;
}
.selectize-dropdown-content {
	height: auto;
	max-height: none;
	overflow: hidden;
	background: #fff;
	display: block;
}
.selectize-dropdown {
	z-index: 20;
	height: 150px;
}
.go-btn {

	width: 119px;
	margin: 25px auto 0;
	z-index: -5;
}
.user-name {
	font-size: 40px;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid red;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 15px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.dot {
	position: absolute;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: red;
}
.message-icon {
	position: relative;
}
/* tables row */
.block-last{
	float: none !important;
	width: 75.6%;
}
.tables-wrapper .table td,.tables-wrapper .table th{
	padding:.5rem .2rem;
}
.tables-wrapper .page-content{
	padding-right: 0;
}
.table{
	margin-bottom: 0;
}
.table a:hover{
	color: #DC143C;
}
.table tr:first-child td{
	border-top: none;
}
.table tr:last-child td{
	border-bottom: none;
}
.table-right-row{
	float: right;
	width: 27%;
}
.table-left-row{
	float: left;
	width: 73%;
}
.table .badge{
	display: block;
	width: 80%;
	margin: 0 5px;
}
.custom-width{
    white-space: nowrap;
    padding:8px 10px !important;
    text-align: left;
    display:block;
}
.badge{
	padding-top: 2px;
}
.card-header span{
	margin-top: 0 !important;
}
.chart-bar.chart-wrapper {
	padding: 20px;
}
.chart-bar .chart{
	width: 65%;
}
.chart-bar .chart:after{
	display: none;
}
.chart-bar .chart-data{
	margin-top: 10px;
}

.bg-dccent{
	background: rgba(219,112,147,1)
}

.chart-bot-text{
	position: absolute;
	left: 0;
	bottom: -30px;
	display: flex;
	gap: 10px;
}
.chart-top{
	padding-bottom: 10px;
	flex-direction: column;
	align-items: center;
}
.chart-color-text{
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.chart-color-text em{
	display: inline-block;
	width: 15px;
	height: 5px;
	vertical-align: middle;
}
.bar-red{
	background-color: #f56b2c;
}
.bar-blue{
	background-color: #1c4694;
}
.chart-color-text span{
	font-size: 12px;
}
#AssemblyWiseAgentStats{
	position: relative;
}
#AssemblyWiseAgentStats>img{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}
/*---- upload file ----*/
.top-toolbar.navbar-mobile.navbar-tablet {
	z-index: 1;
}
.account-tab {
	margin-bottom: 10px;
}
.account-heading {
	padding: 0 10px;
}
.upload-btn {
	background: #FF6600;
	color: #fff;
	margin-left: 10px;
	border-radius: .25rem;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.profile .content-wrapper {
	position: relative;
}
.profile .navbar-form {
	/* top:100%;
	 width:50%;
	 right:5%;
	 left:auto;
	 height:35px;
	 background: transparent;
	 border-bottom:1px solid #839bb3 !important */
	width: 100%;
	left: auto;
	right: 0;
	height: 100%;
	padding: 0 67px 0 15px;
}
.profile .navbar-form .form-control {
	background: none;
	padding: 0
}
.left-sidebar {
	padding: 5px 0 0 15px;
	gap: 14px;
}
.switch-account {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.switch-account a {
	margin-right: 8px;
	width: 85px;
}
.account-icon {
	width: 36px;
	height: 36px;
	display: inline-block;
	background-color: #FF6600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-sidebar a {
	font-weight: 700;
	font-size: 13px;
	color: #4d5a68;
	display:block;
}
.left-sidebar:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 100%;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent; /* 40px height (20+20) */
	border-left: 20px solid #4d5a68;
}

.left-sidebar address {
	font-size: 10px;
	margin-bottom: 0;
}
.profile .img-fluid, .img-thumbnail {
	max-width: 80%;
}
.profile .page-content {
	padding-top: 6px;
	padding-bottom: 0;
	height: 100%;
}
.profile .page-content .row {
	height: 100%;
}
.profile .page-content .card-col {
	height: 100%;
}
.profile .page-content .card-col .card {
	height: 98%;
}
.profile .page-content.admin-pannel {
	padding-top: 0px;
}

.page-content.admin-pannel {
	/* padding-left: 0px; */
	padding-top: 0px;
}

.contact-list .contact-item .contact a:hover {
	background: #FF6600;
}

.page-content.container-fluid.admin-pannel .row .col-xl-10.col-lg-10{padding-top:30px;}
.profile .contact-list .contact-item .card-title {
	margin-bottom: 5px;
	margin-top: 0;
}
.status {
	font-size: 12px;
	display: block;
}
.status strong {
	font-size: 12px;
	font-weight: 700;
}
.registration-id {
	font-size: 12px;
	display: block;
}
.registration-id strong {
	font-size: 12px;
	font-weight: 700;
}
.left-sidebar {
	position: relative;
}
.account-block {
	background: #fff;
	position: absolute;
	width: 180px;
	left: 63%;
	right: 0;
	top: 40px;
	box-shadow: 0 4px 14px rgba(174,197,231,.5);
	display: none;
	z-index: 50;
	padding: 15px 0px 10px;
}
.account-block h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 18px;
	padding: 0 20px;
}
.account-block ul {
	padding-left: 0;
}
.account-wrap {
	position: relative;
	padding-left: 0 !important;
}
/* -- custom radio-btn -- */
/* The container */
.radio-btn {
	display: block;
	position: relative;
	padding-left: 44px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 700;
}
.radio-btn:hover {
	background-color: rgba(231,241,253,.2);
	color: #FF6600 !important;
}
.radio-btn .country {
	display: block;
	font-size: 11px;
	font-weight: 400;
}
/* Hide the browser's default radio button */
.radio-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 8px;
	left: 20px;
	height: 15px;
	width: 15px;
	border: 1px solid #FF6600;
}

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

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

/* Style the indicator (dot/circle) */
.radio-btn .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #FF6600;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-toolbar.navbar-desktop .navbar-nav.nav-right {
	margin: 0;
}
.right-sidebar {
	display: flex;
	align-items: center;
}
.form-warp {
	display: flex;
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 0 !important;
}
.form-warp li {
	cursor: pointer;
	margin-left: 5px;
}
.form-warp li a {
	display: block !important;
}
.search-block, .filter, .notification {
	width: 20px;
}
.notification .zmdi-hc-fw {
	width: 0.286em;
}
.zmdi-hc-fw, .la, .zmdi-hc-fw {
	font-size: 20px;
	vertical-align: middle;
}
.filter {
	position: relative;
}
.search-block.active i {
	color: #FF6600;
}
.notification {
	position: relative;
}
.notify-number {
	position: absolute;
	top: -5px;
	right: -2px;
}

.search-block {
	position: relative;
}
.filter-dropdown {
	position: absolute;
	min-width: 150px;
	left: auto;
	right: 0;
}
/* ---- my account --- */
.select-avatar {
	padding: 25px 10px 70px;
	position: absolute;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 85%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 4px 14px rgba(174,197,231,.5);
	display: none;
	z-index: 20;
}
.avatar-img {
	width: 18%;
	margin: 0 6px 15px;
}
.avatar-img img {
	display: block;
	width: 100%;
	max-width: auto;
	height: 100%;
	object-fit: cover;
}
.select-avatar h2 {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.select-avatar h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfe7f3;
	bottom: -15px;
	left: 0;
	right: 0;
}
.avatar-btn {
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	background: #21a1c6;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	cursor: pointer;
	border: 1px solid #21a1c6;
	transition: all 0.3s ease-in-out;
}
.edit-profile {
	margin-bottom: 20px;
}
.edit-icon {
	vertical-align: middle;
}
.edit-profile h5 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0 !important;
}
.welcome-wrap {
	margin-bottom: 0px;
}
.welcome-wrap h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.welcome-warp p {
	font-size: 14px;
}
.centre-name, .name-user {
	pointer-events: none;
	color: #4d5a68;
}
.registration-block {
	display: block;
	margin-bottom: 20px;
}
.registration-btn {
	background: transparent;
	border: 1px solid #FF6600;
	color: #FF6600;
}
.due-btn {
	background: #FF6600;
	color: #fff;
}
.dropdown-menu {
	top: 50px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(174,197,231,.5);
	border: none;
}
.filter-dropdown {
	padding: 10px;
}
.filter-dropdown a {
	display: block;
	color: #617182;
	font-size: 14px;
}
.filter-dropdown a:hover {
	color: #FF6600;
}
.view {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.lock {
	font-size: 12px;
}
.contact {
	height: 100%;
}
/* --- button-hover remove --- */
.selectize-input.input-active:hover, .input-active.selectize-input {
	background: transparent !important;
}
/* --- search --- */

.search-box {
	width: 100%;
	position: relative;
	display: flex;
}

.searchTerm {
	width: 100%;
	border: 1px solid #FF6600;
	padding: 5px;
	height: 100%;
	border-radius: 5px;
	outline: none;
	color: #FF6600;
}

.searchTerm:focus {
	color: #FF6600;
}
.wrap {
	width: 150px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	transform: translate(-50%, -50%);
	display: none;
}
.profile .top-toolbar {
	height: 3.763rem;
	max-height: 3.763rem;
}
.welcome-wrap span {
	display: block;
	font-style: italic;
	font-weight: 600;
}
.tab-content .form-group label {
	text-transform: capitalize;
}
.locked-document {
	background: url(../../img/locked-img.png) no-repeat;
	height: 30px;
	width: 31px;
	background-size: 20px;
	background-position: 12px 2px;
}
.btn-secondary:hover {
	background: rgba(34,186,219,1) !important;
	border: 1px solid rgba(34,186,219,1) !important;
}
.about_profile {
	text-align: left;
	position: relative;
	padding: 15px 0;
	margin-top: 10px;
}
.about_profile:before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #f1f6ff;
	width: 122%;
	top: 0;
	left: -20px;
}
.about_profile:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #f1f6ff;
	width: 122%;
	bottom: 0;
	left: -20px;
}
.about_profile p {
	margin-bottom: 0;
}
/*----- calander ----*/
.pignose-calendar {
	width: 100%;
	border: none;
	box-shadow: none;
}
.pignose-calendar .pignose-calendar-top {
	box-shadow: none;
	border: none;
	background-color: transparent;
	padding: 2px 0;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
	padding: 0;
	text-transform: none;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	font-size: 106%;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	display: inline-block;
}
.pignose-calendar-header .pignose-calendar-week {
	font-size: 11px !important;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week {
	color: #4d5a68;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat {
	color: #4d5a68;
}
.pignose-calendar .pignose-calendar-unit a {
	color: #4d5a68;
	font-size: 13px;
	font-weight: 700;
}
.pignose-calendar .pignose-calendar-unit {
	height: 2.7rem;
}
.pignose-calendar .pignose-calendar-unit a {
	line-height: 2.3em;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
	color: #4d5a68;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	border: 2px solid #2fabb7;
	color: #2fabb7;
	background-color: transparent;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active.pignose-calendar-unit-sat a {
	color: #2fabb7;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
	box-shadow: none !important;
}
.pignose-calendar .icon-arrow-right:before {
	content: "";
	position: absolute;
	overflow: hidden;
	display: inline-block;
	font-size: 4px;
	width: 4em;
	height: 4em;
	margin-top: -2em;
	top: 50%;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	transform: rotate(45deg);
	right: 8px;
}
.pignose-calendar .icon-arrow-left:before {
	content: "";
	position: absolute;
	overflow: hidden;
	display: inline-block;
	font-size: 4px; /*set the size for arrow*/
	width: 4em;
	height: 4em;
	margin-top: -2em;
	top: 50%;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	transform: rotate(-45deg);
	left: 8px;
}
/* ---- send-block --- */

.send-block {
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 0;
}
.send-block li {
	border-bottom: 1px solid #ecf0f9;
	color: #646f7c;
	font-size: 12px;
}
.send-block li:last-child {
	border-bottom: 0;
}
.send-block a {
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	padding: 14px 20px;
	align-items: center;
	color: #a7adb4;
	transition: all 0.2s ease-in-out;
}
.profile .card > hr {
	margin-bottom: 15px;
}
.send-block li i {
	color: #b7c5d9;
}
.send-block a:hover {
	color: #FF6600;
}
.send-block a:hover i {
	color: #FF6600;
}
/* --- registration-block --- */

.registration-heading, .status-heading, .update-heading {
	font-weight: 700;
}
.registration-heading {
	font-size: 16px;
}
.registration {
	margin-bottom: 10px;
}
.status-heading, .update-heading {
	font-size: 14px;
}
.id {
	font-size: 16px;
	color: #35a2c2;
}
.status-sec, .update {
	font-size: 14px;
}
.status-block {
	display: inline-block;
	padding: 28px 18px 8px;
	border: 1px solid #9cd2e2;
	border-radius: 5px;
	background: #edf9fc;
	margin-bottom: 20px;
}
.payment-block {
	padding: 25px 10px 8px;
	border: 1px solid #e6edf9;
	border-radius: 5px;
}
.payment-sec {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 10px;
}
.payment-sec li {
	width: 28%;
	margin-bottom: 5px;
}
.due-heading {
	font-size: 20px;
}
.due-block {
	text-align: center;
}
.due-sec {
	margin-bottom: 10px;
	text-align: center;
}
.paynow {
	font-size: 14px;
	background: #21a1c6;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 25px;
	padding: 7px 35px;
	cursor: pointer;
	border: 1px solid #21a1c6;
	transition: all 0.3s ease-in-out;
}
.paynow:hover, .avatar-btn:hover {
	border: 1px solid #21a1c6;
	background: transparent;
	color: #21a1c6;
}
.due-heading strong {
	font-weight: 700;
}
.form-block .card {
	background: transparent;
	box-shadow: none;
}
.form-block .card-body {
	padding: 30px 20px;
	background: #fff;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
}
.form-block .nav-tabs {
	border-bottom: 0;
}
.form-block .nav.nav-tabs .nav-item .nav-link {
	border: 0;
	font-size: 14px;
	font-weight: 700;
}
.form-block .nav.nav-tabs .nav-item .nav-link.active {
	color: #21a1c6;
	border: 0;
	background: transparent;
}
.form-block .nav.nav-tabs .nav-item .nav-link:hover {
	color: #21a1c6;
}
.inbox {
	position: relative;
}
.school-logo {
	border-bottom: 1px solid #e4e9f6;
	text-align: center;
}
.mess-notification {
	position: absolute;
	padding: 0px 6px;
	background: #ec3b65;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	font-size: 14px;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
}
.about-school {
	margin-bottom: 25px;
}
.school-info {
	padding: 20px 30px 0px;
}
.school-info h3 {
	font-size: 20px;
	font-weight: 700;
}
.subtitle {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 15px;
}
.school-info p {
	margin-bottom: 0;
	font-size: 12px;
}
.form-list li {
	margin-right: 15px;
}
.form-list .nav-tabs {
	padding: 8px 0;
	border-top: 1px solid #e6effd;
	margin-bottom: 0;
}
.form-tab {
	position: relative;
	padding-left: 25px;
}
.number {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	background: #dde2ed;
	display: block;
	position: absolute;
	font-size: 12px;
	text-align: center;
	left: 0;
	top: 50%;
	line-height: 1.5;
	transform: translateY(-50%);
}
.form-block .nav.nav-tabs .nav-item .nav-link.active .number {
	background: #21a1c6;
	color: #fff;
}
.border-seperator {
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #e6effd;
	border-bottom: 1px solid #e6effd;
}
.info-submit form {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0;
}
.info-submit .form-group {
	display: flex;
	align-items: center;
}
.info-submit label {
	width: 20%;
	margin-bottom: 0;
	color: #a7adb4;
}
.chats {
	background: #e9f1fd;
}
.inbox-content .card {
	border: none;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
}
/* ---- booking --- */

.choose-block {
	text-align: center;
	padding: 50px 50px;
	margin: 0 auto 20px;
	cursor: pointer;
}
.choose-block img {
	width: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.card.contact-item.border.shadow-on-hover{
	height:335px;
}
.booking-wrap h3 {
	font-weight: 700;
}
.active-avatar {
	border: 1px solid #FF6600;
	border-radius: 50%;
	padding: .25rem;
}
.form-block .messenger-display, .messenger-display .page-content {
	padding: 0;
}
.messenger-display .chats {
    height:auto;
    min-height: auto;
}
.messenger-display .card {
    margin: 0;
}
.messenger-display .zmdi-attachment-alt {
   font-size: 25px;
   position: relative;
}
.messenger-display .browse-file {
   margin-top: -10px;
   position: absolute;
   opacity: 0;
   left: -107px;
   top: 8px;
   width: 12px;
}
.form-block .card{
	margin-bottom: 0;
}
.profile .page-content.registration-page{padding-bottom:30px;}

#message-wrapper .center-content .chat-contents .chat-content-wrap .chat-wrap-inner{
	bottom:auto;
    height: calc(100vh - 380px);
    height: -webkit-calc(100vh - 380px);
    height: -moz-calc(100vh - 380px);
}
/*.messenger-display #message-wrapper .center-content .chat-contents .chat-content-wrap {
   min-height:calc(100vh - 100px);
}*/
/*.registration-column .form-block .messenger-display {
   min-height: 100vh;
}*/


.messenger-display #message-wrapper .center-content .chat-contents {
    height: calc(100vh - 300px);
}
/*group messenger*/
.group_messenger .chats{
    height:calc(100vh - 100px);
    min-height: calc(100vh - 160px);
}
#message-wrapper .group_messenger .chat-contents .chat-content-wrap .chat-wrap-inner {
	height: calc(100vh - 360px);
    height: -webkit-calc(100vh - 360px)
}
.group_messenger .browse-file {
   margin-top: -10px;
   position: absolute;
   opacity: 0;
   left: -67px;
   top: 13px;
   width: 12px;
}
.float-right {
	float:right !important;
}
.refresh-chats {
    border:0;
    background:transparent;
}
.messenger-display #message-wrapper .center-content .toolbar .actions.top-left {
    left: 15px;
    width: 95%;
    top: 24px;
}
.refresh-chats .zmdi-refresh-sync {
   font-size:25px;
   margin-top:3px;
   cursor:pointer;
}
.create-form-tabbing #mCSB_2_container {
	display:flex;
}
.create-form-tabbing .nav.nav-tabs .nav-item .nav-link.active {
	border-bottom: 0;
}
.search-by {
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.dashboard-new {
	width:70%;
	display:flex;
}
.dashboard-export {
	width:30%;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.table-data-wrapper .search-by .dashboard-new .search-input {
	width:40%;
}
.count_send {
	position: absolute;
    z-index: 3;
    /*display:none;*/
    margin-right: 5px;
	right:230px;
	top:53px;
	font-size: 14px;
}
.row-select{
	top: 88px;
	right: 60px;
}
.access-btn .count_send{
	top: 63px;

}
.table-data-wrapper .dashboard-new .la-filter {
    margin-top: 9px;
}
.reset {
	margin-left: 10px;
}
.reset-icon {
	margin-top: 7px;
	padding: 8px 14px !important;
}
.reset-icon i {
	color:#fff;
}
.dashboard-new .batch-btn {
	margin-left: 15px !important;
	margin-top:7px;
}
.dashboard-export .export_application {
	margin-right: 10px;
}
.bg-orange {
    background-color:#f29b21;
}
.bg-purple {
	background-color:#736cc7;
}
.bg-black {
	background-color:#000;
}
.bg-grey {
	background-color: grey;
}
.bg-light-blue {
	background-color: #57b0e3;
}
.bg-light-pink {
	background-color: #f56aa3 ;
}
.bg-light-red {
	background-color:#fb6561;
}
#piplepopup .modal-dialog{
    max-width:350px;
}
#piplepopup .modal-body {
	overflow:auto;
}
#statuschangepopup .status-div {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-bottom:10px;
}
#statuschangepopup .new-status-div {
	font-size: 14px;
	 margin-bottom:10px;
}
#statuschangepopup .modal-body p {
	margin-bottom:5px;
	color: #617182;
}
#statuschangepopup .dp-years {
    margin-bottom:12px;
}
.btn-pink {
    border: 1px solid #f56aa3 ;
    color: #fff ;
    background: transparent;
    color:#f56aa3;
}
.btn-pink:hover {
	border: 1px solid transparent!important;
    background-color: #f56aa3 !important;
    opacity: 1;
    color:#fff !important;
}
.btn-pink .dropdown-toggle:after {
	color:#f56aa3;
}
.btn-pink:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-black {
    border: 1px solid #000 ;
    color: #000 ;
    background: transparent;
}
.btn-black:hover {
	border: 1px solid transparent!important;
    background-color: #000;
    opacity: 1;
    color:#fff;
}
.btn-black.dropdown-toggle:after {
	color:#000;
}
.btn-black:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-orange {
    border: 1px solid #fc8a5e ;
    color: #fc8a5e ;
    background: transparent;
}
.btn-orange:hover {
	border: 1px solid transparent!important;
    background-color: #fc8a5e;
    opacity: 1;
    color:#fff;
}
.btn-orange.dropdown-toggle:after {
	color:#fc8a5e;
}
.btn-orange:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-grey {
    border: 1px solid grey ;
    color: grey ;
    background: #fff;
}
.btn-grey:hover {
	border: 1px solid transparent!important;
    background-color: grey;
    opacity: 1;
    color:#fff;
}
.btn-grey.dropdown-toggle:after {
	color:grey;
}
.btn-grey:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-red {
    border: 1px solid #fb6561 ;
    color: #fb6561 ;
    background: transparent;
}
.btn-red:hover {
	border: 1px solid transparent!important;
    background-color: #fb6561;
    opacity: 1;
    color:#fff;
}
.btn-red.dropdown-toggle:after {
	color:#fb6561;
}
.btn-red:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-cheqdin-blue {
    border: 1px solid #FF6600 ;
    color: #FF6600 ;
    background: #fff;
}
.btn-cheqdin-blue:hover {
	border: 1px solid transparent!important;
    background-color: #FF6600;
    opacity: 1;
    /*color:#fff;*/
}
.btn-cheqdin-blue.dropdown-toggle:after {
	color:#FF6600;
}
.btn-cheqdin-blue:hover.dropdown-toggle:after {
	color:#fff;
}
.btn-light-blue {
    border: 1px solid #57b0e3 ;
    color: #57b0e3 ;
    background: transparent;
}
.btn-light-blue:hover {
	border: 1px solid transparent!important;
    background-color: #57b0e3;
    opacity: 1;
    color:#fff;
}
.btn-light-blue.dropdown-toggle:after {
	color:#57b0e3;
}
.btn-light-blue:hover.dropdown-toggle:after {
	color:#fff;
}
.comments-custom {
	white-space: pre-wrap;
	width:140px ;
}
.icon-lock {
    width: 20px;
    margin-top: -7px;
    margin-left: 5px;
    margin-right: 10px;
}
.dashboard_panel.container-fluid.admin-pannel .row .col-xl-10.col-lg-10 {
    padding-top:8px;
}
#enquirystatuspopup .modal-body {
    text-align:center;
}
#enquirystatuspopup .modal-body p{
    text-align:left;
    padding-left: 11px;
}
.new-line-text {
	display:block;
	text-align: center;
}
/*calendar styling*/
.calendar .calendar-header {
	border:1px solid #dfe7f3;
	border-radius:4px;
}
.calendar table.month th.month-title, .calendar table.month th.day-header {
	font-weight:700;
}
.selected_day_div {
    display:flex;
    align-items: center;
    margin-bottom:8px;
}
.selected_day_div div{
    margin: 0 10px 0;
}
.fy-tabs {
	background:transparent !important;
}
.glyphicon {
	position: relative;
}
.glyphicon-chevron-left:after {
    content: "\f2fa";
}
.glyphicon-chevron-right:after {
    content: "\f2fb";
}

/*group messenger*/
.group_messenger .chats{
    height:55vh;
    min-height: 100%;
}
.message-got .group_messenger .chats{
    height:auto;
    min-height: auto;
}
#message-wrapper .group_messenger .chat-contents .chat-content-wrap .chat-wrap-inner {
    height: calc(100vh - 360px);
    height: -webkit-calc(100vh - 360px)
}
.group_messenger .browse-file {
   margin-top: -10px;
   position: absolute;
   opacity: 0;
   left: -67px;
   top: 13px;
   width: 12px;
}
.chats_loading {
	display: block;
	text-align: center;
}
.chat-tabs {
	border-bottom:0;
}
.dashboard-published .published-content a.preview-published {
	background-color: #fff;
	color:#FF6600;
	border:2px solid #FF6600;
}
.dashboard-published .published-content a.preview-published:hover {
	color:#fff;
}
.error-verification {
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.active-link {
	font-size: 14px;
	text-decoration:underline !important;
}
.hide-form-field{
	border-style:dotted;
	border-color:red;
	padding-bottom: 10px;
}
.dashboard-new .control.control-outline {
	padding-left:2px;
}
@media only screen and (max-width: 320px) {
	.btn.btn-lg.account-btn {
		height: 52.5px !important;
		font-size: 1rem !important;
		padding: 0 !important;
	}
}
/* --- responsive --- */
@media only screen and (min-width: 768px) {

	.avatar-img {
		width: 14%;
		margin: 0 8px 15px;
	}
	.login-screens .container {
		min-height: 500px;
	}
	.sign-in-form {
		margin: 0 auto;
	}
	.card {
		width: 100%;
	}
	.copyright {
		left: auto;
		right: 25px;
	}
	.copyright a {
		color: #FF6600;
		text-decoration: underline;
	}
	.copyright a:hover {
		color: #FF6600;
		text-decoration: none;
	}
	/* --- welcome --- */
	.welcome {
		position: relative;
		background: url("../../img/background/welcome.jpg") no-repeat;
		background-size: 60% auto;
		background-attachment: fixed;
		background-position: right center;
	}
	.choose-centre {
		width: 35%;
		height: 100%;
		max-height: 480px;
		margin-top: 50px;
	}

	.choose-centre p {
		font-weight: 700 !important;
		font-size: 30px;
		margin-bottom: 25px;
	}
	/* --- profile --- */
	.profile .navbar-form {
		/* top:10%;
		 width:25%;
		 margin:0 auto;
		 right:90px; */
		width: 64%;
	}
	.left-sidebar a {
		font-size: 20px;
	}

	.profile .img-fluid, .img-thumbnail {
		max-width: 100%;
	}
	.profile #app .content-wrapper .content {
		padding-top: 0px;
	}
	.profile .card > hr {
		margin-bottom: 15px;
	}
	.account-block h5 {
		font-size: 14px;
	}
	.search-block, .filter, .notification {
		width: 25px;
		margin: 0 10px;
	}
	.registration-block {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.switch-account a {
		width: auto;
	}

	/* ---- send-block --- */

	.send-block {
		list-style-type: none;
		padding-left: 0px;
		margin-bottom: 0;
	}
	.send-block li {
		border-bottom: 1px solid #ecf0f9;
		color: #646f7c;
		font-size: 13px;
	}
	.send-block li:last-child {
		border-bottom: 0;
	}
	.send-block a {
		font-weight: 700;
		display: flex;
		justify-content: space-between;
		padding: 14px 20px;
		align-items: center;
		color: #a7adb4;
		transition: all 0.2s ease-in-out;
	}
	.info-submit .card > hr {
		margin-bottom: 0;
	}
	.send-block li i {
		color: #b7c5d9;
	}
	.send-block a:hover {
		color: #FF6600;
	}
	.send-block a:hover i {
		color: #FF6600;
	}
	/* --- registration-block --- */
	.info-block {
		display: flex;
		justify-content: space-between;
	}
	.registration-heading, .status-heading, .update-heading {
		font-weight: 700;
	}
	.registration-heading {
		font-size: 14px;
	}
	.registration {
		margin-bottom: 5px;
	}
	.status-heading, .update-heading {
		font-size: 14px;
	}
	.id {
		font-size: 14px;
		color: #35a2c2;
	}
	.status-sec, .update {
		font-size: 14px;
	}
	.status-block {
		display: inline-block;
		padding: 28px 25px 8px;
		width: 28%;
		margin-bottom: 0;
	}
	.payment-block {
		padding: 25px 25px 8px;
		width: 70%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.payment-sec {
		display: flex;
		align-items: center;
		width: 58%;
		flex-wrap: wrap;
		padding-left: 0;
		margin-bottom: 0;
	}
	.payment-sec li {
		margin-bottom: 5px;
		margin-right: 8px;
	}
	.due-heading {
		font-size: 20px;
	}
	.due-sec {
		margin-bottom: 10px;
		text-align: center;
	}
	.due-heading strong {
		font-weight: 700;
	}
	.form-block .card-body {
		padding: 30px 20px;
		background: #fff;
		box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
	}
	.form-block .messenger-display, .messenger-display .page-content {
		padding: 0;
	}
	.form-block .nav-tabs {
		border-bottom: 0;
	}
	.form-block .nav.nav-tabs .nav-item .nav-link {
		border: 0;
		font-size: 14px;
		font-weight: 700;
	}
	.form-block .nav.nav-tabs .nav-item .nav-link.active {
		color: #21a1c6;
		border: 0;
		background: transparent;
	}
	.form-block .nav.nav-tabs .nav-item .nav-link:hover {
		color: #21a1c6;
	}
	.inbox {
		position: relative;
	}
	.school-logo {
		border-bottom: 0;
		border-right: 1px solid #e4e9f6;
		text-align: left;
	}
	.about-school {
		display: flex;
		align-items: center;
		margin-bottom: 25px;
	}
	.school-info {
		width: calc(100% - 335px);
		padding: 0px 0px 0px 30px;
	}
	.school-info h3 {
		font-size: 20px;
		font-weight: 700;
	}
	.subtitle {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 15px;
	}
	.school-info p {
		margin-bottom: 0;
		font-size: 12px;
	}
	.form-list li {
		margin-right: 15px;
	}
	.form-list .nav-tabs {
		padding: 8px 0;
		border-top: 1px solid #e6effd;
		margin-bottom: 0;
	}
	.form-tab {
		position: relative;
		padding-left: 25px;
	}
	.number {
		border-radius: 50%;
		width: 18px;
		height: 18px;
		background: #dde2ed;
		display: block;
		position: absolute;
		font-size: 12px;
		text-align: center;
		left: 0;
		top: 50%;
		line-height: 1.5;
		transform: translateY(-50%);
	}
	.form-block .nav.nav-tabs .nav-item .nav-link.active .number {
		background: #21a1c6;
		color: #fff;
	}
	.border-seperator {
		font-size: 14px;
		padding: 15px 0;
		border-top: 1px solid #e6effd;
		border-bottom: 1px solid #e6effd;
	}
	.info-submit form {
		width: 50%;
		margin: 0 auto;
		padding: 15px 0;
	}
	.info-submit .form-group {
		display: flex;
		align-items: center;
	}
	.info-submit label {
		width: 25%;
		margin-bottom: 0;
		color: #a7adb4;
	}
	.booking-wrap {
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #e6effd;
		border-top: 0;
		margin-top: 0;
	}
	.choose-block {
		padding: 50px 45px;
		margin: 0;
		width: 100%;
	}
	.choose-link {
		display: block;
	}
	.choose-block p {
		min-height: 48px;
	}
	.stats {
		padding: 0;
	}
}
@media only screen and (min-width: 992px) {
	.profile .navbar-form {
		width: 66%;
	}
	.select-avatar {
		left: 15px;
		margin: 0;
	}
	.profile_select {
		padding: 25px 10px;
		width: 200%;
		left: 96%;
		top: 21px;
	}
	.account-heading {
		padding: 0;
	}

}
@media only screen and (min-width: 1024px) {
	.profile_select {
		padding: 25px 10px;
		width: 200%;
		left: 96%;
		top: 21px;
	}
	.select-avatar {
		padding: 25px 10px 90px;
	}

}
@media only screen and (min-width: 1200px) {
	.select-avatar {
		padding: 25px 10px 95px;
	}
	.profile_select {

		width: 255%;
	}
	.avatar-img {
		width: 12%;
		margin: 0 8px 15px;
	}
	.payment-sec li {
		width: auto;
	}
	.choose-block {
		padding: 12px 10px;
	}
	.messenger-display .card.no-shadow {
    	/*min-height: 100vh;*/
	}
	/*.messenger-display .chats {
    	min-height: calc(100vh - 158px);
	}*/
}
@media only screen and (min-width: 1350px) {

	.choose-block {
		padding: 30px 57px;
	}
	.card.contact-item.border.shadow-on-hover{
		height: 234px;
	}
	.registration-column .status-block {
		padding: 8px 25px 8px;
	}
	.registration-column .payment-sec li {
		width: 53px;
	}
	.registration-column .payment-block {
		padding: 8px 25px 8px;
	}
	.registration-column .card-tabs, .registration-column .nav-tabs {
		margin-bottom:10px;
	}
	.registration-column .form-list .nav-tabs {
		margin-bottom: 0px;
	}
	.registration-column .border-seperator {
		padding:8px 0;
	}
	.registration-column .form-block .card-body{
		padding: 15px 20px;
	}
	.registration-column .form-block .messenger-display {
		padding:0;
		/*min-height: 100vh;*/
		margin:0;
	}
	.messenger-display .card.profile-details-card {
		height:100%;
	}
	.registration-column .about-school {
		margin-bottom: 15px;
	}
	.registration-column .registration-heading {
		font-size: 12px;
	}
	.registration-column .status-heading, .registration-column .update-heading {
		font-size: 12px;
	}
	.registration-column .status-sec, .registration-column .update {
		font-size: 12px;
	}
}


.registration-button {
	animation-name: loadBubble;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
	animation-duration: .2s;
	transition: all .4s,bottom .8s ease-in-out;
}
.registration-button:focus {
	outline:none;
}
.registration-button:hover {
	box-shadow: 0 3px 20px 0 rgba(0,0,0,0.5);
}


/* 16-10*/
.dataTables_wrapper {
    /*overflow-x: auto;*/
    position: relative;
 }
 #children_table_wrapper .buttons-colvis {
    border: 1px solid transparent;
    color: #FF6600;
    background: transparent;
    position:relative;
    padding: 0.5em 2em 0.5em 1em;
    border-radius:5px;
    margin-top: -7px;
 }
  #children_table_wrapper .buttons-colvis:hover {
    color: #eaf3ff;
    background: #FF6600;
    border: 1px solid transparent;
}
 #children_table_wrapper .buttons-colvis:after {
    content:"";
    position:absolute;
    width:8px;
    height:8px;
    top:50%;
    margin-top:-5.5px;
    right:10px;
    border: solid #FF6600;
    border-width:2px 2px 0 0;
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    transform:rotate(135deg);
 }
 #children_table_wrapper .buttons-colvis:hover:after{
 	border: solid #fff;
 	 border-width:2px 2px 0 0;
 }

  #children_table_wrapper .buttons-colvis:focus{
  	background: #FF6600;
  	color: #eaf3ff;
  }
.dataTables_wrapper .dataTables_length {
 	margin: 5px .2rem 5px;
 	display:none;
 }
 .dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_paginate{
 	margin: 5px .2rem 1rem;
 }
 .tables-wrapper-secondary .dataTables_wrapper .dataTables_filter{
 	position: absolute;
 	top: -54px;
 	right: -4px;
 }
 .dataTables_wrapper .dataTables_paginate{
 	margin-right: 0!important;
	text-align: center;
	width: 100%;
 }
 .dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="3"],
 .dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="4"],
 .dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="5"]{
	display:none;
 }
 .dataTables_wrapper .dataTables_info{
 	margin-left: 10px !important;
 }
 .chart-wrapper{
 	background-color: #fff;
 	padding: 20px 10px;
 	box-shadow: 0 0 13px 2px rgba(0,0,0,0.1);
	height: 91%;
 }
 .chart-wrapper .chart-data {
	padding: 0px 10px;
 }
 .chart{
 	position: relative;
	width: 215px;
 	height: 150px;
	margin-bottom: 50px;
 }
 .chart:after {
  content: attr(data-legend);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #399AF2;
}
.chart-right{
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}
.total-booths:first-child{
	margin-bottom: 8px;
}
.total-booths strong{
	display: block;
	font-size: 16px;
	line-height: 1.2;
}
.total-booths span{
	font-size: 18px;
	color: #f64a92;
	opacity: 0.8;
	font-weight: 700;
	display: block;
	text-align: center;
}
.stats{
	width: 50%;
}
.stats strong{
	display: block;
	/*font-weight: 700;*/
	font-size: 18px;
}
.stats:last-child{
	text-align: right;
}
.stats span{
	font-weight: 700;
	color: #06a153;
}

/*#children_table_wrapper .dt-button-collection::-webkit-scrollbar {
width: 0px;
background: transparent;
}*/
#children_table_wrapper   .dt-button-collection {
    max-height: 323px;
    overflow-y: auto;
    width:214px;
    border-radius: 8px;
	border:1px solid #FF6600 !important;
    background: #fff !important;
 }
  #children_table_wrapper  .dt-button-collection .buttons-columnVisibility {
    background:rgba(128,128,128,0.15);
    color: #617182;
    border-radius: 5px;
    box-shadow: none !important;
    text-align: left;
    padding-left: 32px;
    border:1px solid transparent;
}
 #children_table_wrapper  .dt-button-collection .buttons-columnVisibility span {
    margin-left:0;
}
/* custom checkbar */
.table-section .check-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 15px;
  width: 15px;
  margin-bottom:0;
  margin-top:5px;
}

/* Hide the browser's default checkbox */
.table-section .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.table-section .check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:15px;
  width: 15px;
  background-color: #fff;
  border-radius:3px;
}
/* Create the checkmark/indicator (hidden when not checked) */
.table-section .check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

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

/* Style the checkmark/indicator */
.table-section .check-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FF6600;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dashbard-filter .inner-filter .custom-control-label::before, .dashbard-filter .inner-filter .custom-control-label::after{
    left: -23px;
}
.fileupload .thumbnail {
	border:1px solid #ddd;
}
#bs4-table .tag-btn-list {
  text-align: center;
  padding-left: 0;
  margin-bottom:0;
}
#bs4-table .tag-btn-list li {
   cursor:pointer;
   border-radius:5px;
   text-align:center;
   margin-right:6px;
   display:inline-block;
   width: 29px;
  height: 30px;
  vertical-align: middle;
}
#bs4-table .tag-btn-list li:last-child {
 margin-right:0;
}
#bs4-table .view-tag, #bs4-table .tag-child {
background:#FF6600;
}
#bs4-table .view-tag {
  min-width: 42px;
  padding:5px;
}
#bs4-table .tag-btn-list li i {
  display:none;
}
#bs4-table .tag-btn-list .drop-menu-content {
  padding-left:0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
#bs4-table .tag-child,  #bs4-table .untag-child{
  position:relative;
}
#bs4-table .tag-child:before, #bs4-table .tag-child:after, #bs4-table .untag-child:before {
  content:"";
  background:#fff;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bs4-table .tag-child:before, #bs4-table .untag-child:before {
  width:11px;
  height:3px;
}
#bs4-table .tag-child:after {
  width:3px;
  height:11px;
}
#bs4-table .untag-child {
  background:#4b5d67;
}
#bs4-table .tag-child a,  #bs4-table .untag-child a {
  display:inline-block;
  width:29px;
  height:30px;
}
.contacts-block .welcome-wrap h2 {
 margin-right:10px;
 font-size: 1rem;
 margin-bottom: 0;
}
.contacts-block .welcome-wrap h5 {
  font-size:18px;
}
.contacts-block .welcome-wrap h5 strong {
  font-weight: 700;
}
.updating-tag {
  font-weight: 700;
  color:#22bddb;
  font-size:16px !important;
  margin-bottom:0;
}
.updating-tag strong {
  font-weight:700;
  color:#333;
}
.update-count {
  font-weight:700;
  color:#333;
  margin-left:15px;
  top: 38px;
}
.update-count span {
  color:#22bddb;
  }
.contacts-block.left-text-wrap {
    display:block;
}
.text-left {
    display: inline-block;
}
.card-body .m-t-50 {
    margin-top: 20px !important;
}
.checkmark-hide .checkmark {
  display:none;
}

.btn-group.dropdown .btn-info{
background-color: #FF6600;
border: 1px solid #FF6600;
}
.btn-group.dropdown .btn-info:hover{
background-color: #FF6600 !important;
border: 1px solid #FF6600 !important;
}
.dummy-width{
	width: 100% !important;
}
/*custom*/
 .modal .modal-content{
	border:2px solid #FF6600;
	border-radius:0.7rem;
}
#statuschangepopup .modal-content .modal-title{
	width:100%;
	text-align: center;
	font-size: 1.4rem;
}
.app_name_pipe{
	display: block;
}
.app_name_note{
	display: block;
	font-size: 12px;
}
.icon-approve , .icon-decline{
	width: 16px;
}
.alert-icon{
	width:12px;
	margin-left: -5px;
	margin-right: 7px;
	margin-top: -4px;
}
.btn-warning:hover, a:link.btn-warning:hover{
	    border: 1px solid #FFCE67!important;
}
.contact-card-footer .preview-app{
	padding-top: 14px;
}
.add-icn{
	padding:5px;
	border-radius: 3px;
	width: 44px;
}
.zmdi-hc-fw,
.filter-icon {
	width: 20px;
	display:inline-block;
	margin: 4px 0;
}
.edit-published,
.preview-published{
	border:0 !important;
	padding:0 !important;
	width: 22px;
}
.edit-published{
	margin-left: 20px;
}
.zmdi-hc-icn {
	background: none;
	width: 18px;
	top:9px !important;
	left: 10px !important;
}
.zmdi-hc-icn:before {
	display: none;
}
.enquiry_btn,
.export_application,
.reset-icon{
	padding:0 !important;
	margin: 10px;
	width: 24px;
	display: inline-block;
}
.batch-action-icn {
	width: 30px;
	display: inline-block;
	margin-top: 8px !important;
}
.modal-content textarea {
	resize: none;
    border: 1px solid rgba(120, 141, 180, .3);
    border-radius: 4px;
    padding:10px 15px;
}
.status-label {
	color:#000;

}
.modal-content textarea:focus{
    border: 1px solid #FF6600;
}
.table-bordered.dataTable, .table-bordered td, .table-bordered.dataTable td, .table-bordered.dataTable th {
	text-align: center;
}
.dashboard-status .dropdown-menu .dashboard-toured:before {
	background:#f56aa3 !important;
}
.add-age-btn.btn, .pull-right{
	background-color: #FFD1B2;
	color: #ff6600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 12px 20px;
}
.add-age-btn.btn:hover,
.pull-right:hover{
	background-color: #ff6600;
	color:#fff;
}
.add-age-btn.btn:hover .la-plus,
.pull-right:hover .la-plus{
	color:#fff;
}


.add-age-btn.btn .la-plus , .pull-right .la-plus{
    width: 17px;
    height: 16px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
	margin: 0;
    padding: 0.05rem;
	color: #ff6600;
}
.export-btn{
 	background: #FF6600 !important;
 	border:1px solid #FF6600 !important;
 }
 .enquiry_panel_new .manage-btn-grp .export-btn:hover {
    background-color: rgba(34,186,219, 0.6) !important;
    border: 1px solid rgba(34,186,219, 0.1) !important;
    box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.btn-warning.btn-outline, a:link.btn-warning.btn-outline {
	background: #fff;
}
.swal2-popup .swal2-styled.swal2-confirm:hover {
	    border: 1px solid #FF6600!important;
		background-color: #FF6600!important;
}
.enquiry_btn,
.export_application {
	width: 22px;
}
.zmdi-hc-fw:hover,
.filter-icon:hover,
.enquiry_btn:hover,
.export_application:hover,
.reset-icon:hover,
.batch-action-icn:hover,
.edit-published:hover,
.preview-published:hover,
.zmdi-hc-fw:focus,
.filter-icon:focus,
.enquiry_btn:focus,
.export_application:focus,
.reset-icon:focus,
.batch-action-icn:focus,
.edit-published:focus,
.preview-published:focus {
	opacity: 0.6;
}
.dashbard-filter.show {
	max-height:350px;
	height:auto !important;
}
.form-btn-fld{
	display: inline-block;
}
.form-btn-fld input{
	border: 0;
	background: none;
	color:#fff;
	padding: 0;
	height: auto;
}
.form-btn-fld i{
 color: #fff;
 margin-left: 0;
}
.form-btn-fld.btn-refsh {
	background: #617182;
	margin-left: 8px;
	border:1px solid #617182;
}
.form-btn-fld.btn-refsh:hover {
	background: none;
}
.form-btn-fld.btn-refsh:hover i,
.form-btn-fld.btn-refsh:hover input {
	color:#617182;
}
.form-btn-fld.btn-refsh:active input{
	padding: 0 2px;
}
.manage-btn-grp svg {
	width: 18px;
	vertical-align: top;
}
.new-line-text {
	display: inline-block;
}
.dashboard-new .batch-btn {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.additional-icns{
	display: none;
}
.hide-form-field {
	border:0;
	background:rgba(211, 211, 211, 0.6);
	padding: 10px 15px 20px;
	box-shadow: 0 2px 30px 5px rgba(211, 211, 211, 0.47);
	border-radius: 4px;
	margin-top: 15px;
}
.hide-form-field textarea,
.hide-form-field input{
	background: none;
}
.mail-icn2 {
	margin-left: 4px;
	width: 26px;
}
.form-group.col-md-6.hide-form-field {
	border: 1px solid #fff;
}
/*-- popup --*/
#statuschangepopup .select-box-classes select{
	width: 100%;
    background: transparent;
    height: 40px;
    border: 1px solid #dfe7f3;
    border-radius: 4px;
    line-height: 40px;
    color:#617182;
}
#statuschangepopup .select-box-classes select option{
	color:#617182;
}
.note-chat img{
	width:70px;
}

/*-- bulb-img --*/
.profile-details-card{
	position: relative;
}
.bulb-wrap{
	position: absolute;
	bottom:10px;
}
.bulb-img{
	width:50px;
}
.user-img-wrap{
	cursor: pointer;
}
.field-name span{
	display: block;
}
.user-img-wrap:hover .profile-field-info{
	display: block;
}
.field-name{
	width:auto !important;
	padding: 8px 20px 7px 20px !important;
	left:0 !important;
	top:auto !important;
	bottom:-85px !important;
}
.field-name:after{
	left:0;
	right:0 !important;
	margin:0 auto;
	top:-8px;
	transform: rotate(225deg) !important;
}

/*-- sorry-wrap --*/
.sorry-wrap{
	padding: 20px 0;
}
.sorry-wrap figure{
	text-align: center;
	margin-bottom: 50px;
}
.sorry-wrap figure img{
	display: inline-block;
	width:120px;
}
.sorry-wrap h4{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.sorry-wrap p{
	text-align: center;
	padding:0 275px;
	font-size: 16px;
}
.chat-avatar .field-name{
    z-index: 999999;
    /*top: 100% !important;*/
    min-width: 128px !important;
    bottom: auto !important;
    right: 15px;
    left: auto !important;
    box-shadow: 1px 1px 14px rgba(0,0,0,0.5);
}
.chat-avatar .field-name span{
	font-size: 12px;
}
.chat-avatar:hover .field-name{
	display: block;
}
.chat-avatar .profile-field-info:after{
	right:20px !important;
	left: auto !important;
}
.add-age-btn:hover .la-plus {
    border: 1px solid #fff;
    color:#fff;
}
/*-- share-form --*/
.share-form-wrapper{
	background: #fff;
	margin-bottom: 20px;
    padding: 20px 25px 20px;
    position: relative;
}
.share-form-block{
	margin-bottom: 20px;
}
.share-form-block .share-heading{
	margin-bottom: 20px;
}
.share-form-wrapper .share-link-desc{
	background: transparent;
	padding:0;
}
.share-form-wrapper .share-link-desc label{
	background: #fff;
    border: 1px solid #5ec8dd;
    border-radius: 3px;
    height:40px;
    margin-bottom: 0;
}
.share-form-wrapper .share-link-desc input{
	border:0;
	top:0;
	padding:0 70px 0 15px;
	height: 100%;
	width: 100%;
}
.share-form-wrapper .share-link-desc .copy{
	position: absolute;
	right: 0;
	height: 100%;
	background: #22bddb;
	color:#fff;
	padding: 0 1rem;
	top: 0;
	border-radius:1px;
}
.preview-wrapper{
	background: #e9f2fe;
	padding:5px 15px 10px;
	transition: all 0.3s ease-in-out;
	border-radius: .25rem;
}
.preview-wrapper:hover{
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    cursor: pointer;

}
.preview-wrapper span{
	margin-bottom: 10px;
	display: block;
}
.preview-registration{
	display: flex;
	align-items:center;
}
.preview-img{
	width: 100px;
	height: 70px;
    background: #fff;
    box-shadow: 3px -4px 35px 5px rgba(127, 125, 125, 0.1);
    border-radius: .25rem;
}
.preview-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.preview-content{
	padding:0 20px;
}
.preview-content h3{
	font-size: 1rem;
}
.preview-content p{
	margin-bottom: 0;
	padding-right: 50px;
	font-size: 14px;
	color:#617182;
	line-height: 1.2;
}
.share-form-wrapper .social-icons{
	list-style-type: none;
	position: static;
	padding:0;
}
.share-form-wrapper .social-icons li{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #e9f2fe;
	border-radius:50%;
	margin: 0 2px;
}
.share-form-wrapper .social-icons li a{
	padding: 2px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-form-wrapper .social-icons li.gmail:hover{
	background: #c71610;
}
.share-form-wrapper .social-icons li.fb:hover{
	background:#4267B2;
}
.share-form-wrapper .social-icons li.linkedin:hover{
	background: #2867B2;
}
.share-form-wrapper .social-icons li.twitter:hover{
	background: #1DA1F2;
}
.share-form-wrapper .social-icons li.insta:hover{
	background: #E1306C;
}
.share-form-wrapper .social-icons li:hover i{
	color:#fff;
}
.share-form-wrapper .social-icons li i:focus,.share-form-wrapper .social-icons li i:hover{
	opacity:1;
}
.more-ways-wrap{
	background: #fff;
    padding:0px 6px 0 15px;
}
.more-ways-wrap .more-share{
	margin-bottom: 20px;
}
/*-- img --*/
.embed-img-wrap{
	width: 355px;
    height: auto;
}
.embed-content{
	background: transparent;
	border-radius: .25rem;
	padding: 38px 50px;
	width: 450px;
	height: auto;
	transition: all 0.3s ease-in-out;
	border: 1px solid #eaf3fd;
	text-align: center;
}
.embed-content strong{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.embed-content p{
	padding: 0 10px;
	color: #393b42;
	text-align: left;
}
.embed-content:hover{
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
    cursor: pointer;
    border: 1px solid #eaf3fd;
}
/*-- img-end --*/
.widget-wrap{
	margin-left: 40px;
}
/*-- share-popup --*/
#shareformpopup .modal-title{
	font-size: 30px;
	margin-bottom: 10px;
}
#shareformpopup .modal-header{
	padding:0.5rem 1rem;
	display: block;
	position: relative;
}
#shareformpopup .modal-body{
	padding: 0rem 1rem;
    height: 400px;
    overflow-y: auto;
}
#shareformpopup .modal-header p{
	margin-bottom: 10px;
}
#shareformpopup .modal-header .close{
	position: absolute;
	right: 15px;
	top:15px;
}
.indexing-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:1rem;
	border-bottom: 1px solid #e9ecef;
}
.ques-mark{
	color: rgba(0,0,0,0.4);
	cursor: pointer;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin:0;
}

.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: 22Px;
  width: 22px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #22bddb;
}

input:focus + .slider {
  box-shadow: 0 0 1px #22bddb;
}

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

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

.slider.round:before {
  border-radius: 50%;
}
.meta-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:1rem;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 20px;
}
.meta-wrap .btn{
	height: 30px;
	padding:0 18px;
}
.meta-desc-wrap{
	padding:1rem;
}
.meta-desc-wrap > span{
	margin-bottom: 20px;
	display:block;
}
.meta-desc-wrap  textarea {
    background: #fff;
    border: 1px solid #5ec8dd;
    border-radius: 3px;
    width: calc(100% - 94px);
    width: -webkit-calc(100% - 94px);
    height: 41px;
    color: #505f7c;
    font-size: 14px;
    padding: 5px 10px;
    height: 85px;
    resize: none;
}
.form-link-wrap .ques-mark{
	position: relative;
}
.form-link-wrap .profile-field-info, .status-info{
	left: -15px;
	right:auto;
	top:auto;
	bottom:-82px;
	width: 245px;
}
.form-link-wrap .profile-field-info:after, .status-info:after{
	bottom:auto;
	right:auto;
	left:15px;
	top:-8px;
	transform: rotate(225deg);
}
 .ques-mark:hover .profile-field-info{
	display: block;
}
.meta-desc-wrap .profile-field-info{
	bottom:-65px;
	background: rgba(177, 172, 172, 0.2);
}
/*-- popup --*/
#statuschangepopup .select-box-classes select{
	width: 100%;
    background: transparent;
    height: 40px;
    border: 1px solid #dfe7f3;
    border-radius: 4px;
    line-height: 40px;
    color:#617182;
}
#statuschangepopup .select-box-classes select option{
	color:#617182;
}
.note-chat img{
	width:70px;
}
/*add-file*/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.file-field.medium .file-path-wrapper {
height: 3rem; }
.file-field.medium .file-path-wrapper .file-path {
height: 2.8rem; }

.file-field.big-2 .file-path-wrapper {
height: 3.7rem; }
.file-field.big-2 .file-path-wrapper .file-path {
height: 3.5rem; }

.session-type-tabs{
	position: relative;
	/*height: 40px;*/
}
.session-type-tabs .list-inline{
	/*position: absolute;
    left: 40%;
    transform: translateY(-50%);
    top: 50px;*/
    margin-bottom: 0;
}
.session-type-tabs .list-inline li{
	display: block;
	margin-bottom: 20px;
}
.session-type-tabs .list-inline li a{
	border: 1px solid transparent;
	height: 30px;
	line-height: 30px;
	padding:0 20px !important;
	color:rgb(97, 113, 130);
}
.session-type-tabs .list-inline li a:hover{
	background: #FF6600;
	color: #fff;
}
.session-type-regular span{
	font-weight: 700;
}
.session-type-adhoc span{
	font-weight: 700;
}
.price-na{
	background-color:rgba(177, 172, 172, 0.2);
}

.price-av{
	padding: 12px 40px 12px 40px;
	font-weight: 700;
	color: #FF6600;
}
.price-av.price-nu{
	color:#B35257;
	padding: 12px 20px 12px 20px !important;
}
#bs4-table thead tr th{
	font-weight: 700;
}
#customer-note{
	background: #f0f6ff;
    padding: 0 10px;
}
.filter-tool-tip.profile-field-info {
	width: auto;
	padding:8px 10px;
	right:-15px;
	bottom:55px;
	top:auto;
}
.shm_attach , .filter, .reset, .btn-group, .application-chat, .notebook-messenger, .basket, .enquiry_btn, .export_application{
	position: relative;
}
.filter:hover .profile-field-info , .reset:hover .profile-field-info , .btn-group:hover .profile-field-info , .application-chat:hover .profile-field-info , .notebook-messenger:hover .profile-field-info , .basket:hover .profile-field-info , .export_application:hover .profile-field-info,.enquiry_btn:hover .profile-field-info{
	display: block;
}
.filter-icon:hover, .reset-icon:hover , .batch-action-icn:hover,  .export_application:hover, .enquiry_btn:hover{
	opacity: 1;
}
.dashboard-export a .filter-tool-tip.profile-field-info{
	bottom:35px;
}

.shm_attach:hover .filter-tool-tip.profile-field-info{
	display: block;
}
.shm_attach .filter-tool-tip.profile-field-info {
	bottom:22px;
	right:-25px;
}
.list-inline li a.active-btn{
	background: #FF6600;
	color:#fff;
}
.upgrade-wrapper{
	background: #fff;
	padding:50px 0;
}
.upgrade-header h2{
	font-size: 2.075rem;
	margin-bottom: 50px;
	font-weight: bold;
}
.upgrade-header p{
	font-size: 1rem;

}
.upgrade-header{
	margin-bottom: 30px;
}
.upgrade-plans{
	width: 50%;
}
.plans-block{
	margin-bottom: 40px;
}
.current-plan{
	padding:11px 55px !important;
	font-weight: 700;
	background:  #f0f6ff;
	margin-bottom: 20px;
	width: 100%
}
.freemium-child{
	padding:50px 20px;
	text-align: center;
	border:1px solid #FF6600;
	background: #f0f6ff;
	border-radius:25px;
	margin-bottom: 15px;
}
.plan-sec{
	padding:15px 50px;
	background: #f0f6ff;
}
.build-wrap{
	padding:10px 15px;
	background: #fff;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 700;
}
.premium-upgrade{
	width: 50%;
}
.plan-choice,.billing{
	width:48%;
}
.plan-choice .form-control,.billing .form-control{
	border:0;
	background: transparent;
	border-bottom:1px solid #dfe7f3;
	padding: 0 0 0 15px;
	margin-top: -7px;
}
.billing .form-control{
	padding: 0;
}
.billing label{
	padding-left: 5px;
}
.plan-choice label,.billing label{
	margin-bottom: 0;
	font-size: 0.775rem !important;
}
.choice-dropdown{
	position: relative;
}
.color-choice{
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #f4e84d;
	top:15px;
	border-radius: 50%;
}
.yearly-percent{
	display: block;
	position: absolute;
	background: #76c9b0;
	top:10px;
	right: 22px;
	font-size: 0.65rem;
	color: #fff;
	padding:0px 8px;
	border-radius:25px;
}
#myinput , #myinput1{
  background:#dcdcdc;
  border-radius: 8px;
  height: 7px;
  width:100%;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#myinput::-webkit-slider-thumb , #myinput1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF6600;
  cursor: pointer;
}

#myinput::-moz-range-thumb , #myinput1::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF6600;
  cursor: pointer;
}
.range-slider-wrap{
	margin-bottom: 20px;
}
.task{
	font-size: 0.75rem;
	background: #FF6600;
	color:#fff;
	border-radius: 25px;
	padding: 3px 7px;
}
.tool-tip{
	position: relative;
	z-index: 999;
}
.tool-tip:hover{
	opacity: 1;
}
.tool-tip .filter-tool-tip.profile-field-info {
	bottom:40px;
	color:#4d5a68;
}
.tool-tip:hover .filter-tool-tip.profile-field-info{
	display:block;
}
.upload-btn-wrap{
	position: relative;
}
.add-btn-wrap{
	width:85px;
}
.button-block button{
	width: 100%;
}
.remove-btn-wrap button{
	background-color: #ff6f6f;
	color: #fff;
	border: 1px solid #ff6f6f;
}
.remove-btn-wrap button:hover{
	background-color: #f53939;
	border:1px solid #f53939;
}
#result-msg{
	text-align: center;
    color: #FF6600;
}
.task-warp{
	margin-bottom: 5px;
}
.task-warp strong{
	float: left;
	margin-right: 20px;
	font-weight: 700;
	font-size: 0.9rem;
}
.task-warp span{
	float:left;
	font-size: 0.9rem;
}
.task-warp div{
	float:right;
	font-size: 0.9rem;
}
.total-warp strong{
	float:left;
	font-size: 0.9rem;
	font-weight: 700;
}
.total-warp .total-price{
	float:right;
	font-weight: 700;
}
.total-plans-wrap{
	margin-bottom: 40px;
}
.quote-text{
	text-align: center;
	font-size: 0.675rem;
	color: #869bc3;
	margin-bottom: 0;
}
.build-plan-wrap{
	margin-bottom: 30px;
}
.billed-block strong{
	font-weight: 700;
	float: right;
}
.billed-block span{
	float: left;
}
.buy-btn{
	width: 100%;
	text-align: center;
}
.main-wrap{
	padding-left: 300px;
	text-align: right;
}
.second-wrap{
	padding-left: 150px;
	padding-right: 10px;
}
.country-wrap{
	margin-bottom: 5px;
}
.billed-wrap p{
	font-size: 0.775rem;
	margin-bottom: 20px;
}
.billed-block{
	margin-bottom: 30px;
}
.premium-upgrade{
	padding: 0 80px;
}
.premium-upgrade figure{
	width: 250px;
	margin:0 auto;
	margin-bottom: 20px;
}
.premium-upgrade h3{
	text-align: center;
	font-weight: 700;
	margin-bottom: 25px;
}
.premium-wrap{
	position: relative;
}
.premium-wrap:after{
	content: "";
	position: absolute;
	border:1px solid #eceff2;
	top:100px;
	height:85%;
	right:0;
}
.premium-wrap:before{
	content: "";
	position: absolute;
	border:1px solid #eceff2;
	top:100px;
	width:30%;
	right:0;
}
.premium-list{
	position: relative;
}
.premium-list:before{
	content:"";
	position: absolute;
	width:100%;
	bottom: -1px;
	border:1px solid #eceff2;
}
.premium-list:after{
	content:"";
	position: absolute;
	height:90%;
	top: 35px;
	border:1px solid #eceff2;
}
.premium-list h4{
	text-align: center;
	font-size: 0.925rem;
	font-weight: 700;
	color: #898f96;
}
.premium-wrap .list{
	padding: 10px 105px;
}
.premium-wrap .list li{
	position: relative;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 10px;
	color: #869bc3;
}
.premium-wrap .list li:after{
	content: "";
	position: absolute;
	display: inline-block;
	width: 15px;
	height:15px;
	border-radius: 50%;
	left: 0;
	top: 4px;
	background: #FF6600;
}
.premium-wrap .list li:before{
	content:"";
	left: 5px;
    top: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: inline-block;
    z-index: 999;
}
/*-- border-remove-btn --*/
.access-btn .btn{
	border:1px solid transparent;
}
/*-- share-embed --*/
.popup-mode-wrap{
	padding:12px 0;
	box-shadow: rgba(0, 0, 0, 0.0666667) 0px -1px inset;
}
.popup-mode-wrap h4{
	margin-bottom: 0;
	font-size: 1rem;
}
.popup-mode-wrap .form-control{
	width: auto;
	height:34px;
}
.btn-setting{
	position: relative;
}
.btn-setting-wrap{
	background: transparent;
	border:0;
	cursor: pointer;
	width: 100%;
	text-align: left;
	padding: 12px 0;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.0666667) 0px -1px inset;
	color: #4d5a68;
}
.btn-setting-wrap:hover{
	background-color: transparent !important;
	border:0;
}
.btn-setting-wrap:after{
  content:"";
  position: absolute;
  border: solid rgb(137, 137, 137);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  right:5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top:18px;
}
.btn-setting-wrap:focus{
	border:0;
	outline:0;
}
.btn-setting .dropdown-list{
/*	box-shadow: none;
*/	background: #f0f6ff;
	width: 100%;
	position: relative !important;
	left: 0;
	right: 0;
	width:100%;
	box-shadow:none;
	display: none;
}
.text-wrap .input-wrap{
	width: 150px;
	border: 1px solid rgba(120, 141, 180, .3);
	position: relative;
	border-radius: 4px;
}
.text-wrap .input-wrap input{
	width: 100%;
	padding: 8px 50px 8px 5px;
	border:0;
	border-radius: 4px;
}
.text-wrap .input-wrap .word-limit{
	position: absolute;
	top:8px;
	right: 5px;
	color: gray;
	font-size: 13px;
}
.color-wrap button {
	position: relative;
}
.color-wrap button span{
	width: 15px;
	height: 15px;
	background: red;
	display: block;
	border-radius: 50%;
}
.color-picker{
	width: 40px;
	padding: 5px 3px;
	border: 1px solid rgba(120, 141, 180, .3);
	background: transparent;
	border-radius: 3px;
}
.dropdown-row{
	margin-bottom: 20px;
}
.text-heading{
	font-size: 1rem;
	color: #4d5a68;
}
.color-picker:after{
  content:"";
  position: absolute;
  border: solid rgb(137, 137, 137);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  right:5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top:8px;
}
.font-wrap .range-slider-wrap{
	margin-bottom: 0;
}
.font-wrap .range-slider-wrap #myinput{
	height: 2px;
	width: 130px;
	margin-top: 15px;
}
.border-radius-wrap .range-slider-wrap #myinput1{
	height: 3px;
	background: #FF6600;
    width: 127px;
    margin-top: 10px;
}
.range-slider-wrap #range-no{
	display: block;
	margin-top: 2px;
	width: 40px;
	text-align: center;
}
.screen-wrap{
	background: #fff;
    border-radius: 8px;
	height:484px;
	box-shadow: rgba(0, 0, 0, 0.0784314) 0px 2px 4px, rgba(0, 0, 0, 0.0588235) 0px 2px 12px;
}
.screen-top{
	height:28px;
	background-color: rgb(38, 38, 39);
	border-radius: 8px 8px 0 0;
}
.screen-top .dots{
	width: 6px;
    height: 6px;
    background-color: rgb(211, 211, 211);
    border-radius: 50px;
	display: block;
	position: relative;
	left: 35px;
	top: 11px;
}
.screen-top .dots:after{
	content:"";
	position: absolute;
	left:15px;
	width: 6px;
    height: 6px;
    background-color: rgb(211, 211, 211);
    border-radius: 50px;
}

.screen-top .dots:before{
	content:"";
	position: absolute;
	right: 15px;
	width: 6px;
    height: 6px;
    background-color: rgb(211, 211, 211);
    border-radius: 50px;
}
.screen-container{
	width:294px;
	margin: 0 auto;
}
.strips{
	    height: 22px;
    background-color: #f1f1f1;
    border-radius: 2px;
    margin-top: 16px;
}
.strip2{
	    width:72%;
}
.launch-btn{
	height: 50px;
    padding: 0px 20px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff !important;
    background: #FF6600;
    border:1px solid transparent;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 50px;
}
.launch-btn:hover{
	border:1px solid transparent ;
	background: transparent;
}

.launch-btn.make_link{
 	background: none !important;
 	color: #FF6600 !important;
 	margin-bottom: 10px;
 	text-decoration: underline;
}
.strips-wrap{
	margin-bottom: 56px;
}
.launch-wrap{
	text-align: center;
}
.preview{
	display: block;
	font-size: 14px;
}
.toggle-wrap{
	padding:12px 0;
	box-shadow: rgba(0, 0, 0, 0.0666667) 0px -1px inset;
}
.toggle-wrap h4{
	font-size: 1rem;
}
.toggle-wrap .tgl+.tgl-btn{
	width: 30px;
	height:16px;
}
.code-wrap{
	margin-top: 20px;
}
.get-code-btn{
	min-height: 32px;
    font-size: 14px;
    line-height: 20px;
    border:1px solid #FF6600;
    background: #FF6600;
    display: block;
    border-radius: 4px;
    color: #fff !important;
    text-align: center;
    padding:5px 0;
    cursor: pointer;
    margin-bottom: 24px;
    width: 100%;
}
.code-wrap span{
	font-size: 14p;
	opacity: 0.5;
	text-align: center;
}
.code-wrap .help{
	text-decoration: underline;
	color:  #FF6600;
}
.tgl-info:checked+.tgl-btn{
	background: #FF6600;
}
.border-radius-wrap .range-slider-wrap .chrome{
	width: 170px;
}
.popup_wrap{
	padding:40px 0 80px;
}
.popup-info{
	font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    padding: 16px 60px 16px 16px;
    background: #b6ebf6;
}
.popup-form h3{
	font-size: 1.35rem;
	margin-bottom: 15px;
}
.popup-form .ques-mark {
    position: relative;
}
.popup-form .profile-field-info{
	top: -60px;
	padding: 8px 10px 7px 10px ;
    width: 200px ;
    left: 50%;
    transform: translateX(-50%);
}
.popup-form .profile-field-info:after{
	left: 0;
	right: 0;
	margin:0 auto;
}
#codePopup .modal-header{
	display: block;
	padding: 15px 32px 16px;
	position: relative;
}
#codePopup .modal-header .modal-title{
	font-size: 24px;
    line-height: 32px;
}
#codePopup .modal-header p{
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
}
#codePopup .modal-body{
    padding: 0px 32px 16px;
    height: 275px;
}
 #codePopup .modal-body .code-embed{
 	border-radius:8px;
 	min-height:245px;
 	width: 420px;
 	margin:0 auto;
 }
 #codePopup .modal-body .code-embed textarea{
 	background: #000;
 	color: #fff;
 }
 #codePopup .modal-header .close{
 	position: absolute;
 	right: 20px;
 	top:20px;
 }
option:active, option:checked{
	background: transparent;
	color:#000;
}
.upload-btn-wrap{
	position: relative;
}
.add-btn-wrap{
	width:85px;
}
.button-block button{
	width: 100%;
}
.remove-btn-wrap button{
	background-color: #ff6f6f;
	color: #fff;
	border: 1px solid #ff6f6f;
}
.remove-btn-wrap button:hover{
	background-color: #f53939;
	border:1px solid #f53939;
}
.popup-mode-wrap .form-control{
	color: #4d5a68;
	width: 150px;
	padding: .375rem 0.15rem;
}
/*-- font- family --*/
.font-family-wrap .font-select{
	width: 150px;
	color: #4d5a68;
	font-size: 14px;
	padding: .375rem 0.35rem;
}
.font-family-wrap .font-select {
	height: 37px;
	line-height: 37px;
	background: #fff;
	padding: 0;
}
.font-family-wrap .font-select a{
	display: block;
	border:0;
	background: transparent;
	height: 100%;
	border: 1px solid rgba(120, 141, 180, .3);
}
.font-family-wrap .font-select > a span{
	line-height: 37px;
}
.font-family-wrap .font-select .fs-results li{
	font-size: 14px;
	font-weight: 300;
}
.font-family-wrap .font-select > a div{
	background: transparent;
	border:0;
}
.font-family-wrap .font-select > a div b{
    position: absolute;
    border: solid rgb(137, 137, 137);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    right: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 11px;
    background: none;
    width: 10px;
    height: 10px;
}
.font-family-wrap .font-select .fs-results , .font-family-wrap .font-select .fs-drop{
	width: 100%;
}
.font-family-wrap .font-select .fs-drop{
	top: 100%;
	border: 1px solid rgba(120, 141, 180, .3);
	border-top:0;
	box-shadow: none;
}
.font-family-wrap .font-select .fs-results::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
/*-- font- family --*/
.input-wrap #custom_text{
	color: #4d5a68;
	font-size: 14px;
}
/*-- tab-btn-color --*/
.nav-pills.nav-pills-info .nav-link.active, .nav-pills.nav-pills-info .show>.nav-link{
	background-color: #FF6600 !important;
}
.nav .nav-item .nav-link:hover{
	color: #FF6600 !important;
}
.nav-pills.nav-pills-info .nav-link.active:hover{
	color: #fff !important;
}
#v-pills-home{
	position: relative;
}
.fin-year-dropdown{
	position: absolute;
	right: 40px;
	top:0px;
	border-color:#FF6600 !important;
}
.fin-year-dropdown .dropdown .dropdown-menu{
	width: 100%;
}
.pace-done .img-thumbnail{
	    max-width: 55%;
}
.pace-done .pignose-calendar .pignose-calendar-body{
	padding:0;
}

.current-fy{
	color: #FF6600 !important;
	display: block;
	width: 18px;
    position: absolute;
    right: -1px;
    top: 11px;
    margin: 0 auto;
}

#email-verification-form #validate-error{
	position: absolute;
	bottom:10px;
	margin-bottom: 0;
	font-size: 12px;
	left: 20px;
}
#email-verification-form .form-link-wrap{
	margin-bottom: 20px;
	padding: 0;
}
#email-verification-form .modal-body{
	position: relative;
}
#email-verification-form input{
	width: 100%;
	border-radius: 5px;
	border:1px solid rgba(120,141,180,.3);
	height: 40px;
	padding:0 15px;
}
#email-verification-form  #login_url{
	display: block;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    right: 25px;
    margin-bottom: 0;

}
#email-verification-form  #login_url a{
	color: #FF6600;
    text-decoration: underline;
}
#email-verification-form .form-link-wrap .enter-email{
	margin-bottom: 10px;
}
#email-verification-form .modal-footer{
	padding-bottom: 0;
	padding-top: 10px;
}
#children_table .child-info{
	min-width:200px;
}
.manage-btn-grp .btn{
	border:1px solid transparent;
	border-radius: 5px;
}
.public_form {
	border-bottom:0;
}
.public_form #mCSB_1_container{
	display:flex;
}
.card.contact-item.border.shadow-on-hover.user_info_wrap{
	height: 335px;
}
.page-content.container-fluid.admin-pannel .row .col-xl-10.col-lg-10.top-space{
	padding-top:0;
 }
 #pills-demo-1 .nav-item .nav-link.active{
 	border-radius: 5px;
 }
 .contacts-block .contact-controls .btn{
 	border-radius: 5px;
 }
 .manage-icons{
 	width: 20px;
    display: inline-block;
    margin: 4px 8px;
    position: relative;
    float: right;
 }
 .manage-icons .filter-tool-tip.field-info.profile-field-info{
 	width: 135px;
 	right: -18px;
    bottom: 30px;
 }
 .mail-icon{
 	width: 25px;
 	margin-left: 5px;
 }
 .export-icon:hover .filter-tool-tip.field-info.profile-field-info ,.upload-icon:hover .filter-tool-tip.field-info.profile-field-info ,.mail-icon:hover .filter-tool-tip.field-info.profile-field-info{
 	display: block;
 }
 #search-form .access-btn{
 	padding-right: 17px;
 }
 .child-icon .filter-tool-tip.field-info.profile-field-info{
 	width: 155px;
 }
 #delete_record_modal_confirm .modal-content , #delete_record_modal_response .modal-content , #delete_record_modal_proceed .modal-content{
 	left: 50%;
 	transform: translate(-45%,50%);
 }
 #delete_record_modal_confirm.modal.show , #delete_record_modal_response.modal.show , #delete_record_modal_proceed.show{
 	background: rgba(0,0,0,0.5);
 }
 #delete_record_modal_confirm .modal-dialog , #delete_record_modal_response .modal-dialog{
 	max-width: 450px;
 }
 #delete_record_modal_confirm.modal .modal-header , #delete_record_modal_response.modal .modal-header {
 	padding: 5px 1rem;
 }
 #delete_record_modal_confirm.modal .modal-body p, #delete_record_modal_response .modal-body p{
 	margin: 0;
 	color: #617182;
 }
 #delete_record_modal_response .modal-header .close{
 	padding: 1rem 0.5rem;
 }
 .type-form{
 	margin-bottom: 5px;
 }
 .btn-cheqdin-blue.btn-add-product{
 	border:1px solid transparent;
 }
 .no_form-wrap{
 	padding:180px 1rem;
 }
 .new_form{
 	text-align: center;
 }
.form-group.side-left.align-tool-tip {
	position: relative;
}
.form-group.side-left.align-tool-tip label.image-use{
	font-size: 18px !important;
}
.form-group.side-left.align-tool-tip .edit-tooltip{
	right: auto;
	left: 0;
	top:-35px;
}
.form-group.side-left.description-div {
	position: relative;
}
.form-group.side-left.description-div .edit-tooltip{
	right: auto;
	left: 0;
	top:-35px;
}
.form-group.side-left.description-div .consent-desc{
	    text-transform: none;
}
.dataTables_wrapper .table thead th{
	font-weight: 700;
}

.dataTables_length label{
	text-transform: capitalize;
}
.notify_wrap{
	position: relative;
}
.notify_wrap .notify-img{
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
}
.notify_wrap p{
	padding-left: 32px;
	display: inline-block;
	text-align: left;
}
.person-notify-wrap{
	margin-bottom: 10px;
}
.person-notify-wrap .notify-img{
	left: 15px;
}
.notify_wrap .notify-text{
	padding-left: 50px;
}
.reg-msg{
	padding-left: 17px;
}
/*-- chat tool-tip --*/
.chat-tool-tip-2:hover .field-info.profile-field-info.field-name{
	display: block;
}
.chat-left .chat-avatar .field-name{
	right: auto;
	left: 6px !important;
}
.chat-left .chat-avatar .profile-field-info:after{
	right: auto;
	left: -65px !important;
}
 .bulb-wrap{
	position: static;
}
#message-wrapper .nav-tabs{
	border-bottom:0;
}
#message-wrapper .center-content .chat-contents{
	height: auto;
}
/*-- chat tooltip --*/
.social-icon-block{
	text-align: center;
	padding:0;
	margin:0 auto;
}
.social-icon-block li{
	width: 110px;
	list-style-type: none;
	margin-bottom: 5px;
}
.about-person span{
	margin:0;
	margin-bottom: 10px;
}
.about-person-block span{
	margin:0;
	margin-bottom: 10px;
}
#message-wrapper .center-content .chat-contents .chat-content-wrap .chat-wrap-inner .chats .avatar>img{
	height: 100%;
    object-fit: cover;
}
.status-text{
	position: relative;
}
.status-text .status-waitlisted{
	color: #FF6600;
}
.status-text .field-info.profile-field-info.field-name{
	width: 315px !important;
}
.status-text:hover .field-info.profile-field-info.field-name{
	display: block;
	top: 110% !important;
}
.status-text .profile-field-info:after, .status-info:after{
	right: auto !important;
	left: 55px;
}
.nav.nav-tabs .nav-item .nav-link.active.show , .nav.nav-tabs .nav-item .nav-link.active{
	background-color: transparent;
	color: #FF6600;
	border-bottom: 0;
	font-weight: 700;
}
.notebook-text{
	padding-left: 18px;
}
#message-wrapper .nav-tabs{
	margin-bottom: 15px;
}
.existing-form-wrapper{
	position: relative;
	z-index: 2;
}
.key-logo-wrap{
	padding: 10px 0px;
	width: 130px;
	display: inline-block;
	text-align: center;
	margin: 0;
	background-color: #fff;
}
.key-logo-wrap img{
	width: 40px;
}
.existing-head{
	position: relative;
}
.registration-existing-wrap{
	width: 230px;
	padding: 12.1px 18px;
	background-color: #ffe2a0;
	position: absolute;
}
.registration-existing-wrap strong{
	display: block;
	font-size: 16px;
	font-weight: 700;
}
.registration-existing-wrap span{
	font-size: 14px;
	font-weight: 700;
	margin-top: -2px;
    display: block;
}
#tab-6 .child-gender{
	width: 665px;
}
#tab-6 .form-row>div{
	width: 100%;
 }
 .dataTables_wrapper .table thead th{
 	font-weight: 700;
 }

 .dataTables_length label{
 	text-transform: capitalize;
 }
 .fin-year-dropdown .nav-link.dropdown-toggle{
 	color: #FF6600;
 }
 select{
 	color:#555;
 	font-size: 14px;
 	border-color:#dfe7f3;
 }
 .select-wrap{
 	align-items: center;
 }
 .select-text{
 	font-size: 14px;
 	margin-left: 8px;
 }
 .form-control{
 	color: #555;
 }
  #search-form{
  	position: relative;
  }
 #search-form .filter-sorting-wrapper{
 	width: auto;
    position: absolute;
    left: -30px;
    top: 11px;
 }
.add-age-btn{
	position: relative;
	padding: 0;
	height: auto;
	background: transparent;
}
.add-age-btn:hover{
	background-color: transparent;
}
.add-age-btn:hover .la-plus{
	background-color: transparent;
	color: #FF6600;
}
.add-age-btn:hover .la-plus{
	border: 1px solid #FF6600;
	color: #FF6600;
}
.add-age-btn:hover .filter-tool-tip{
	display: none;
}
.add-age-btn .filter-tool-tip.profile-field-info{
	bottom:27px;
	color:rgb(77, 90, 104);
}
.manage-btn-grp{
	position: relative;
}
.fileupload .fileupload-exists{
	color: rgb(97, 113, 130);
	font-weight: 300;
}
/*.dataTables_scrollBody{
	height: 400px;
}*/
.card.age-group-tabbing .form-wrapper{
	margin-bottom: 10px;
}
.fy-block-btn{
	position: absolute;
    right: 0;
    top: 11px;
    margin-bottom: 0;
}
.session-type-regular{
	background: transparent;
}
.age-tool-tip .profile-field-info{
	top: -45px;
}/*
.nav .nav-item .nav-link{
	color:rgb(97, 113, 130);
}*/
.form-block{
	width: auto;
}
.idea-img{
	width: 25px;
	display: inline-block;
}
.know-text{
	display: inline-block;
	vertical-align: -3px;
	padding-left:10px;
}
.registration-tip .registration-content li:before{
	display: none;
}
.reg-img{
	width: 19px;
	position: absolute;
	left: 0;
	top: 3px;
}
.delete-btn.view-btn{
	padding: 14px 15px;
}
.delete-btn.view-btn:hover{
	box-shadow:0 3px 10px rgba(0,0,0, 0.2) !important;
}
.view-btn .preview-icon{
	width: 22px;
	display: inline-block;
}
.view-btn .preview-text{
	padding-left: 8px;
}
.full-parent-name{
	font-size: .875rem;
}
.preview-wrapper{
	position: relative;
}
.preview-wrapper .btn-publish-form{
	right: 10px;
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	top: 10px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.preview-wrapper:hover .btn-publish-form{
	opacity: 1;
}
#shareformpopup .form-link-wrap .profile-field-info{
	bottom: auto;
	top: 25px;
}
#success-msg{
	color: #FF6600;
}
.circular-loader{
	position: absolute;
    margin: 0 auto;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,85%);
}
.circular-loader.pls-primary .plc-path{
	stroke: #FF6600;
}
#message-wrapper .center-content .chat-contents .chat-content-wrap .mCustomScrollBox{
	background: #e9f1fd;
}
body.white-bg-body{
	background-color: #fff;
}
.unbpublish:before{
	background: #ff5c75 !important;
}
.progress-back{
	position: absolute;
	left: -3px;
	top: -3px;
	display: block;
}
.main-res{
	height: 100vh;
	padding: 0;
}
.doted-loader{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-85%);
}
.loder-text{
	text-align: center;
	margin-top: -50px;
}
.loder-text h2{
	color: #FF6600;
}
.doted-overlay{
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	z-index: 99999;
}
.share-form.preloader{
	top: 20%;
	z-index: 999;
}
.field-info.step-one-tool-tip{
	width: 250px;
}

.create-form .progressive-bar-wrapper p{
	font-style: normal;
}
.no-form-block h3{
	font-size: 2rem;
	margin-bottom: 20px;
	position: relative;
	z-index: 9999;
}
.no-form-block p{
	position:relative;
	z-index: 9999;
	font-size: 1.2rem;
}

.common-dashboard-panel .sidebar.sidebar-left{
	min-height: calc(100vh - 81px);
    height: 100% !important;
}
.child-btn-block {
	width: 135px;
}
.input-group-addon{
	padding: 0.175rem .75rem;
}
.room-block .form-select-control{
	width: auto !important;
}
.product-sec{
	position: absolute;
	right: 140px;
	top:0px;
}
button.dt-button.buttons-csv.buttons-html5.excelBtn{
	background: transparent;
	border:none;
	width: 35px;
	position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}
button.dt-button.buttons-csv.buttons-html5.excelBtn:after{
	content:" Export Excel";
	background: red;
	display: none;
	width: 120px;
    right: -18px;
    bottom: 30px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    border-radius: 8px;
    position: absolute;
    font-size: 13px;
    color: #4d5a68;
    text-align: left;
}
button.dt-button.buttons-csv.buttons-html5.excelBtn:before{
	content: '';
    position: absolute;
    bottom: auto;
    right: 10px;
    height: 15px;
    width: 15px;
    background: #f7f7f7;
    transform: rotate(45deg);
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-left: 0;
    top: -8px;
    z-index: 999;
    display: none;
}
button.dt-button.buttons-csv.buttons-html5.excelBtn:hover:after{
	display: block;
}
button.dt-button.buttons-csv.buttons-html5.excelBtn:hover:before{
	display: block;
}
.user-name.user-circle-img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
#children_table.table td{
	padding: 0.35rem;
}
#children_table .child-infoTab{
	min-width: 100px;
}
.swal2-cancel{
	background: #e95858 !important;
	color: #fff;
}
.swal2-popup #swal2-content{
	text-align: justify;
	text-justify: inter-word;
}
/*-- media query --*/
@media screen and (max-width: 1365px) {
  .main-wrap{
  	padding-left: 200px;
  }
  .second-wrap{
  	padding-left: 80px;
  }
  .premium-wrap .list{
  	padding: 10px 50px;
  }
  .plan-sec{
  	padding: 15px 15px;
  }
  .premium-upgrade {
    padding: 0 65px;
   }
}
@media screen and (max-width: 1199px) {
  .main-wrap{
  	padding-left: 150px;
  }
  .second-wrap{
  	padding-left: 45px;
  }
  .premium-wrap .list{
  	padding: 10px 40px;
  }
  .premium-upgrade {
    padding: 0 30px;
   }
}
@media screen and (max-width: 991px) {
	.upgrade-plans{
		width: 100%;
		margin-bottom: 80px;
	}
	.premium-upgrade {
    	width: 100%;
    	padding: 0 100px;
	}
	.main-wrap {
    	padding:0 50px 0 400px;
	}
	.second-wrap {
	    padding-left: 135px;
	    padding-right: 50px;
	}
	.premium-wrap .list {
    	padding: 10px 80px;
	}
	.popup_wrap {
    	padding: 40px 20px 80px;
	}
	.popup-form{
		margin-bottom: 20px;
	}
}

.highlight{
	color: yellow;
}

/*-- occupancy-planner --*/

.occupancy-wrap input[type=number]::-webkit-inner-spin-button,
.occupancy-wrap input[type=number]::-webkit-outer-spin-button,.occupancy-review-wrap input[type=number]::-webkit-inner-spin-button,.occupancy-review-wrap input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.occupancy-wrap{
	margin-top: 8px;
}
.occupancy-block{
	margin-bottom: 15px;
}
.occupancy-head{
	margin-bottom: 10px;
	background: #fff;
	padding: 20px 10px;
}
.occupancy-block .fields-block{
	width: 25%;
	margin-right: 40px;

}
.occupancy-block .input-field-wrap input{
	text-align: center;
	border:0;
	width: 100%;
	background: transparent;
	height: 100%;
	padding: 15px 0;
	color: #617182;
}
.occupancy-block .input-field-wrap{
	border:1px solid #FF6600;
	border-radius: 7px;
	width: 35%;
	height: 30px;
}
.date-wrap{
	margin-bottom: 15px;
}
.date-wrap strong , .select-dropdown-wrap strong{
	font-size: 14px;
	font-weight: 700;
}
.session-day select , .select-room select ,.session-wrap select.form-control,.tag-wrap select.form-control{
	color: #617182;
	height: 35px !important;
}
.block-fields{
	margin-right: 30px;
}
.block-fields input{
	border:1px solid #ced4da;
	border-radius:.25rem;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	color: #617182;
}
.block-fields .date-input-field{
	height: 35px;
	width:65%;
}
.session-wrap,.tag-wrap{
	width: 35%;
}
.session-wrap select.form-control,.tag-wrap select.form-control{
	margin-left: 30px;
	border:1px solid #ced4da;
}
.date-input-field .input-group-addon{
	padding: 0.575rem .75rem 0.175rem;
}
.occupancy-table{
	background: #fff;
	padding: 10px 0px;
	overflow: auto;
	margin-bottom: 10px;
}
.occupancy-table-wrap{
	padding: 0 5px;
}
.occupancy-table-wrap table thead th,.status-wrap table thead th{
	font-weight: 700;
	padding: 5px;
}
.occupancy-table-wrap table tbody td , .occupancy-table-wrap table tbody th ,.status-table-wrap table tbody td ,.status-table-wrap table thead th,.status-table-wrap table tbody th{
	padding: 5px;
}
.status-wrap{
	background: #fff;
    padding: 10px 0px;
    overflow: auto;
    margin-bottom: 10px;
}
.status-table-wrap{
	padding: 0 5px
}
.status-table-wrap table tbody td{
	text-align: center;
}
.status-table-wrap table tbody .status-bar{
	padding: 0;
	height: 100%;
}
.status-table-wrap table tbody .status-bar td{
	padding: 0;
	border:0;
}
.status-table-wrap table tbody .status-bar td div{
	display: block;
	padding: 9px 0;
	color: #fff;
	height: 100%;
}

/*-- calander-table --*/
.rescalendar_table{
	border-collapse: separate !important;
	width: 1225px;
}
.calendar-wrapper{
	background: #fff;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.rescalendar_data_rows,.refDate,.move_to_today,.move_to_next_month,.move_to_last_month{
	/*display: none;*/
}
.calendar-block {
	position: relative;
}
.my_calendar_simple_wrapper .rescalendar_controls{
	position: absolute;
	left: 0;
	width: 100%;
	margin:0;
	top: 50%;
	transform: translateY(-50%);
}
.move_to_yesterday{
	float: left;
	margin-left: 5px;
}
.move_to_tomorrow{
	float: right;
	margin-right: 5px;
}
td.firstColumn{
	display: none;
}
.rescalendar_table .rescalendar_day_cells td{
	width: 30px;
	border:1px solid rgba(234,243,253,.9);
	position: relative;
	z-index: 99;
}
.rescalendar_table .rescalendar_day_cells td:hover .rescalendar_table .rescalendar_day_cells td span{
	color: red;
}
.rescalendar_table .rescalendar_day_cells td span{
	width: 30px;
}
.rescalendar{
	max-width: 1180px !important;
}
.rescalendar_controls button{
	background: transparent;
	border:0;
	font-size: 0;
	width: 20px;
	height: 50px;
	position: relative;
	cursor: pointer;
}
.rescalendar_controls .move_to_yesterday:after,.rescalendar_controls .move_to_tomorrow:before{
	position: absolute;
	content:"";
    border: solid #FF6600;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	top: 20px;
}
.move_to_yesterday:after{
   transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 2px;
  left: 5px;
}
.move_to_tomorrow:before{
   transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 2px;
  left: 3px;
}
.rescalendar_day_cells td.middleDay{
	border:1px solid #FF6600 !important;
}
.rescalendar_day_cells td.today{
	background: #FF6600 !important;
}
.rescalendar_table .rescalendar_day_cells td span.dia_semana{
	font-weight: 700;
}
.status-table-wrap span{
	display: inline-block;
	vertical-align: middle;
}
.status-table-wrap .child-img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 15px;
}
.status-table-wrap .status-info-list{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff5c75;
	padding: 0;
	margin-right: 5px;
}
.status-table-wrap .status-info-list.active{
	background: #92c47d;
}
@media screen and (max-width: 1299px) {
	.occupancy-block .fields-block {
	    margin-right: 0;
	    width: 42%;
	}
	.block-fields .date-input-field{
		height: 30px;
		width: 115px;
	}
	.session-wrap, .tag-wrap {
    	width: 40%;
	}
	.block-fields {
    	margin-right: 23px;
	}
	.date-wrap strong, .select-dropdown-wrap strong{
		font-size: 13px;
	}
	.fields-block strong{
		font-size: 14px;
	}
	.date-input-field .input-group-addon{
		display: none;
	}
	.occupancy-table-wrap{
		width: 1000px;
	}

	.rescalendar{
	    max-width: 760px !important;
	}
}

/*--- occupancy-review-calander --*/
.occupancy-review-wrap .occupancy-block-wrap{
	padding: 15px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.occupancy-review-wrap .calendarWrapper{
	padding: 15px;
	background: #fff;
}
.fc-title{
	color: #fff;
}
.fc-right{
	display: none !important;
}
.fc-toolbar.fc-header-toolbar{
	display: block;
	position: relative;
	height: 35px;
	margin-bottom: 0.5em !important;
}
.fc-left{
	position: absolute;
	top:  0%;
	left: 0;
	right: 0;
	height: 35px;
}
.fc-center{
	text-align: center;
	display: none;
}
.fc-unthemed .fc-toolbar .fc-button{
	height: 1.75rem;
    padding: 0 0.45rem;
    position: absolute;
    top: 5px;
    color: #FF6600;
}
.fc-unthemed .fc-toolbar .fc-button:focus{
	background-color: #FF6600;
}
.fc-today-button.fc-button.fc-button-primary{
    left: 38%;
    display: none;
}
.fc-button-group{
	position: absolute !important;
    left: 0;
    right: 0;
    width: 100%;
}
.fc-prev-button{
	left: 0;
	border-radius: 0.25em !important;
	padding: 0 0.15rem;
}
.fc-next-button{
	right: 0;
	border-radius: 0.25em !important;
	padding: 0 0.15rem;
}
.fc-event, .fc-event-dot{
	background-color: #FF6600 !important;
	border: 1px solid #FF6600 !important;
}
.fc-scroller.fc-day-grid-container{
	height: 600px !important;
}
.fc-row.fc-week.fc-widget-content.fc-rigid{
	height: 100px !important;
}
.la-check-circle:before ,.zmdi-close-circle-o:before{
	color: #FF6600 !important;
}
.paid-circle.la-check-circle:before{
	color: #788db4 !important;
}
.room-select-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.room-select-block .fin-year-dropdown{
	position: static;
}
.monthSec{
	margin-bottom: 5px;
	text-align: center;
}
.monthSec .btn-primary{
	background: transparent;
	color: #FF6600;
	margin: 0 8px;
	height: 28px;
	padding: 5px 20px;
}
.monthSec .btn-primary:hover{
	color: #fff;
}
.review-sec{
	position: absolute;
	top: 10px;
	right:-80px;
}
.occupancy-block-wrap .review-sec .input-field-wrap{
	width: auto;
	border: 1px solid #FF6600;
    border-radius: 7px;
    width: 35%;
    height: 30px;
}
.occupancy-block-wrap .review-sec  .input-field-wrap input {
    text-align: center;
    border: 0;
    width: 100%;
    background: transparent;
    height: 100%;
    padding: 15px 0;
    color: #617182;
}
.fc-sat, .fc-sun, .holiday{
	background: #c7c7c7;
}

.select-dropdown-wrap .btn{
	height: 35px;
}
#delete_record_modal_proceed .modal-content{
	margin:0 !important;
}
.swal2-popup .swal2-title{
	font-size: 1.475em !important;
}
.page-content.container-fluid.admin-pannel .card .card-header.centre_heading{
	padding: 15px 1.35rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: .875rem !important	;
}
.send-login.filter-tool-tip.field-info.profile-field-info{
	width: 250px;
}
.price-av ,.price-nu{
	text-decoration: underline;
	cursor: pointer;
}

.adhoc-btn, .regular-btn, .all_btn{
	position: relative;
}
.adhoc-btn:hover .filter-tool-tip.field-info.profile-field-info , .regular-btn:hover .filter-tool-tip.field-info.profile-field-info  , .all_btn:hover .filter-tool-tip.field-info.profile-field-info {
	display: block;
	color: rgb(77, 90, 104);
	display: block;
}
.adhoc-btn .filter-tool-tip.field-info.profile-field-info , .regular-btn .filter-tool-tip.field-info.profile-field-info , .all_btn .filter-tool-tip.field-info.profile-field-info{
	bottom: 30px;
	left:  10px;
	width: 282px !important;
    white-space: normal;
    text-align: left;
    right: auto;
}
.adhoc-btn .profile-field-info:after , .regular-btn .profile-field-info:after , .all_btn .profile-field-info:after{
	right: auto;
	left: 20px;
}
.type input{
	vertical-align: middle;
}
.form-group .yes_type{
	position: relative !important;
}
.form-group .yes_type .filter-tool-tip.field-info.profile-field-info{
	top: 100% !important;
	left:  10px;
	width: 282px !important;
    white-space: normal;
    text-align: left;
    right: auto;
    display: block;
}
.form-group .yes_type:hover .filter-tool-tip.field-info.profile-field-info {
	/*display: block;*/
	color: rgb(77, 90, 104);
	display: block !important;
}
.daterangepicker.single.ltr .ranges{
	margin-top: 11px !important;
}
.daterangepicker .calendar-time{
	padding-left: 0;
}
.applyBtn.btn.btn-sm.btn-success{
	background: #FF6600 !important;
}
.applyBtn.btn.btn-sm.btn-success:hover{
	border: 1px solid #FF6600 !important;
	box-shadow: 0 5px 10px rgba(34,186,219, 0.6) !important;
}
.day.disabled{
	position: relative;
}
.day.disabled:after{
	content:" Out of Term";
	background: red;
	display: none;
	width: 120px;
    right: -18px;
    bottom: 30px;
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    border-radius: 8px;
    position: absolute;
    font-size: 13px;
    color: #4d5a68;
    text-align: left;
}
.day.disabled:before{
	content: '';
    position: absolute;
    bottom: auto;
    right: 5px;
    height: 15px;
    width: 15px;
    background: #f7f7f7;
    transform: rotate(45deg);
    border: 1px solid #e8e8e8;
    border-top: 0;
    border-left: 0;
    top: -8px;
    z-index: 999;
    display: none;
}
.day.disabled:hover:after{
	display: block;
}
.day.disabled:hover:before{
	display: block;
}
.rightside_calendar .title-sec.list-group-item{
	list-style-type: none;
	padding: 0.55rem 0.45rem;
}
.list-group-item.title-sec {
	position: relative;
}
.list_img{
	width: 20px;
	position: absolute;
	top: 7px;
	margin-bottom: 0;
}
.list_img.bulb-img{
	width: 25px;
}
.text_list{
	padding-left: 22px;
}
.popup_text_center.swal2-popup #swal2-content{
	text-align: center;
}
.age-month label{
	display: none;
}
.age-month select{
	background: #FF6600;
	color: #fff;
	border:1px solid #FF6600;
}
.age-month select.form-control{
	padding: .375rem 0.55rem;
}
.age-month input{
	background: transparent !;
	border:1px solid #FF6600;
}
.profile-field-info.age-tool-tip{
	left: 0;
	right: auto;
	top:-70px;
}
.profile-field-info.age-tool-tip:after{
	left: 20px;
	right: auto;
}
.other-textbox{
	margin-top: 10px;
}
.badge.badge-circle.deactivate {
    background-color: #e95858;
}
#delete_record_modal_proceed .modal-content{
	    transform: translate(-45%,20%);
}
 #delete_record_modal_response .modal-content{
 	transform: translate(-45%,0%);
}
.popup_font.swal2-popup .swal2-title {
font-size: 1.275em !important;
}
.popup_icon .swal2-icon.swal2-info{
	width: 3em;
height: 3em;
}
.popup_icon  .swal2-icon-text{
	font-size: 2.95em;
}
.popup_icon .swal2-icon{
	line-height: 3em;
}
.alert.alert-danger, .alert.alert-success, .alert.alert-primary{
	z-index: 9;
}
.popup_icon{
	width: 400px;
}
.swal2-popup .swal2-content{
	font-size: 0.925em;
}
#proceed_response_msg{
color:#617182;
}
.form-error{
	color:  #e95858;
	font-size: 0.8rem;
}
.alert.alert-info{
	padding: 5px 20px;
	margin: 15px 15px 0;
	background: #FF6600;
}
.modal-header, .modal-footer{
	border-top:0;
	border-bottom: 0;
}
.list-reset li{
	position: relative;
}
.profile .list-reset strong.contact-img{
	top: 0;
	position: absolute;
	height: 100%;
	min-width: auto;
}
.contact-img img{
	width: 18px;
}
.contact_info_list li span{
	padding: 0 30px;
	display: block;
}
.reg_icons_list .filter-tool-tip.field-info.profile-field-info{
	width: 130px;
	right: auto;
	left: 5px;
	text-align: left;
}
.reg_icons_list .filter-tool-tip.field-info.profile-field-info.form-view-tool-tip{
	width: 100px;
}
.reg_icons_list .filter-tool-tip.field-info.profile-field-info:after{
	left: 20px;
	right: auto;
}
.lock:hover .filter-tool-tip.field-info.profile-field-info,.unlock:hover .filter-tool-tip.field-info.profile-field-info,.message-icon:hover .filter-tool-tip.field-info.profile-field-info , .list-icon:hover .filter-tool-tip.field-info.profile-field-info , .view:hover .filter-tool-tip.field-info.profile-field-info , .calendar-icon:hover .filter-tool-tip.field-info.profile-field-info {
	display: block;
}
.reg_icons_list{
	padding: 14px 0;
}
.reg_icons_list i{
	vertical-align: middle;
	width: 20px;
	height: 20px;
}
.reg_icons_list .la.la-calendar-check-o{
	margin-top: -8px;
}
.icon-box{
	height: 55px;
}
.school-logo{
	width: 335px;
	text-align: center;
}
.school-logo img{
	width: 200px;
}
.verification_page_wrap .success_msg_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 90px;
}
.verification_page_wrap .success_msg_logo .approve-logo-wrap{
	width: 45px;
	margin-right: 15px;
	margin-bottom: 0;
}
.verification_page_wrap .success_msg_logo .approve-logo-wrap img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.parent_btn_login{
	text-align: center;
	margin-top: 30px;
}
.page_verify_wrap{
	padding-top: 150px;
}
.approve-btn-img{
	width: 50px;
	margin:0 auto;
	margin-bottom: 15px;
}
/*booking module styling starts*/
.booking-head-wrapper {
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.exit-btn {
	padding:2px 12px;
	border:0;
	background: transparent;
	color:#fff;
	margin-right:20px;
	cursor:pointer;
	background:#e95858;
}
.exit-btn:focus {
	outline:none;
}
.search-btn-wrap {
	text-align:right;
}
.selection-message {
	display:flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom:10px;
	padding-right: 17px;
}
.selection-msg-content {
	font-weight: 600;
}
.date-ranging {
	font-size:14px;
	display:block;
	margin-bottom:10px;
}
.started-text {
	display:block;
	padding:0 20px;
	font-weight: 600;
}
.session-log .table .btn {
	width:100%;
}
.alert.alert-success{
	padding: .75rem 1.25rem !important;
}
.alert.alert-msg-accunt{
	margin:15px;
	margin-bottom: 0;
}
.alert.alert-dismissible .close:hover {
    cursor: pointer;
    color: rgba(30, 21, 21, 0.75) !important;
}
.la.la-check-circle , .zmdi.zmdi-close-circle-o.zmdi-hc-fw{
	font-size: 25px;
}
.la.la-check-circle:hover{
	opacity: 0.6;
}
td i{
	cursor: pointer;
}
.view_attendance , .fy-closuredays-count , .fy-terms-count , .fy-products-count{
	text-decoration: underline !important;
	color: #FF6600 !important;
}
.avail tbody ul{
	padding-left: 0;
}
.parents-type-tabs .nav-item a , .chat_link_list .nav-item a{
	border-radius: 5px;
}


.session-details-wrap {
	display:none;
}
.session-details-wrap.show {
    display:block;
    width:100%;
}
.book-now-group {
	text-align:right;
}
.session-details-content {
	list-style-type: none;
	padding:20px 20px 20px 40px;
	position: relative;
}
.session-details-content:after {
	content:'';
	position: absolute;
	width:89%;
	height:1px;
	background: #e4e9f6;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}
.session-details-content li {
	margin-bottom:5px;
}
.session-details-content i {
	color:#FF6600;
}
.total-pricing {
	display:flex;
	justify-content:space-between;
	align-items: center;
	font-size: 16px;
	font-weight:600;
	padding: 0 40px;
}
.total-pricing span:nth-child(2){
	font-size: 20px;
}
.condition_wrap.accordion .terms-text {
	font-weight:700;
	font-size:15px;
	text-align:left;
	padding:0 24px;
	margin-bottom:5px;
	width: 290px !important;
	color: #FF6600 !important;
}
.terms-condition {
	border-radius:20px;
	text-align:center;
    padding: 15px 0px;
    color:#617182;
    height:150px;
    overflow-y:auto;
    margin: 0 20px;
    text-align:left;
}
.condition_wrap.accordion>.card>.card-header .btn-link:after{
	top: 56%;
	border-color: #FF6600;
}
.condition_wrap.accordion>.card>.card-header .btn-link.collapsed:after{
	top: 45%;
}
.tag-icon {
	width:16px;
	display:inline-block;
}
.booking-tabbing-wrap .tab-content {
	padding:0 0px;
}
.tabbing-place-wrapper {
	justify-content: space-between;
	display:flex;
	margin-bottom: 50px;
}
.tab-pane .session-details-wrap {
	display: block;
}
.selection-buttons .btn {
	min-width:170px;
	margin-bottom: 10px;
}
.selection-buttons .btn.btn-primary.active {
	background-color: #fff !important;
	color:#FF6600 !important;
}
.selection-proceed {
	width:34%;
}
.selection-proceed .date-ranging {
    margin-bottom: 10px;
}
.tab-pane .session-details-content {
    padding-top:0;
}
.booking-tabbing-wrap {
	display:none;
}
.booking-tabbing-wrap.show {
	display:block;
}
.booking-content-wrapper {
	margin-bottom:0;
}
.tab-pane .button-information {
	margin-top:20px;
}
.tab-pane .astrick-validate {
	color:#ff0000;
}
@media only screen and (min-width:992px) {
    .book-place-wrapper {
		display:flex;
	}
	.session-details-wrap.show {
	    width:60%;
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-right: 10px !important;
		text-align: right;
		width: auto;
	}
}

/*booking module styling ends*/
/*occupancy-planner styling starts*/
.blocked-blue {
    background-color:#a3cdee;
}
.closed-grey {
   background-color:#c6cdd1;
}
.booked-green {
   background-color:#b3e4d5;
}
.capacity-yellow {
   background-color:#ecec9a;
}
.staff-pink {
	background-color:#ffcbd0;
}
.overbooked-green {
	background-color:#b3e4d5;
	color:#ff0000;
}
.capacity-yellow-red {
   background-color:#ecec9a;
   color: #ff0000;
}
.color-indicator-wrap  div{
	display:flex;
	margin-bottom: 1px;
}
.common-indicator {
	height:15px;
	width:35px;
	margin-right:5px;
	display:flex;
	align-items: center;
	justify-content:center;
}
.color-indicator-wrap span {
	font-size:10px;
	text-transform: capitalize;
}
.fields-block strong {
	font-size:14px;
	font-weight: 700;
}
.sg_row_desc_container.even, .sg_row_val_container.even {
    background-color: #f0f6ff !important;
}
.sg_row_desc_container.odd, .sg_row_val_container.odd {
	background-color: #fff !important;
}
.sg_container {
    background-color: #fff !important;
    border:1px solid #e2e2e2;
}
.fc-content {
	text-align:center;
}
.fc-title {
	font-weight:700;
}
.children-booked th , .session-blocked th ,.net-capacity th , .staff-required th{
	position: relative;
}
.children-booked th:hover .filter-tool-tip.field-info.profile-field-info , .session-blocked th:hover .filter-tool-tip.field-info.profile-field-info, .net-capacity th:hover .filter-tool-tip.field-info.profile-field-info , .staff-required th:hover .filter-tool-tip.field-info.profile-field-info{
	display: block;
}

.children-booked th .filter-tool-tip.field-info.profile-field-info , .session-blocked th .filter-tool-tip.field-info.profile-field-info, .net-capacity th .filter-tool-tip.field-info.profile-field-info , .staff-required th .filter-tool-tip.field-info.profile-field-info{
	top: auto;
	bottom: 25px;
	width: 230px;
	font-size: 13px;
	font-weight: 300;
	left: 0;
	right: 0;
	margin:0 auto;
}
.children-booked th .profile-field-info:after , .session-blocked th .profile-field-info:after , .net-capacity th .profile-field-info:after , .staff-required th .profile-field-info:after{
	left: 0;
	right: 0;
	margin:0 auto;
}
/*occupancy-planner styling ends*/
.school-info.info_school_name{
	width: 100%;
}

.review_calendar_content{
	position: relative;
	padding-left: 40px;
	padding-right: 80px;
}
.review_calendar_content .alert_icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}
.booking-centre .progressive-bar-wrapper{
	width: 100%;
}
.booking-centre .progressive-bar{
	width: 650px;
	margin-left: 150px;
}
.booking-centre .bar-desc{
	width: 130px;
    top: 28px;
    text-align: center;
}
.booking-centre .progressive-bar-wrapper p{
	padding-top: 80px;
}
.online-bookings .toggle-wrap , .online_payment_wrapper .toggle-wrap{
	box-shadow: none;
	padding: 5px 0;
}
.payment_option_wrap{
	text-align: center;
	margin-bottom: 15px;
}
.payment_option_wrap p{
	text-align: left;
}
.add_payment{
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}
.add_payment.add-age-btn .la-plus{
	margin-top: -9px;
}
.add_payment.add-age-btn .filter-tool-tip.profile-field-info{
	bottom: 25px;
}
.add_payment.add-age-btn:hover .filter-tool-tip.profile-field-info{
	display: block;
}
.add_payment.add-age-btn .profile-field-info:after{
	right: 30px;
}
.payment_option_block{
	text-align: left;
}
.payment_tooltip .filter-tool-tip.profile-field-info{
	bottom: 100px;
}
.payment_tooltip .profile-field-info:after{
	left: 77px;
	top: auto;
	right: auto;
}
.payment_tooltip-two .profile-field-info:after{
	left: 142px;
}
.add_payment:hover .la-plus{
	opacity: 0.6;
	background: #FF6600;
	color: #fff;
}
.remove_payment-option{
	border:0;
	background: transparent;
	cursor: pointer;
	position: relative;
	right: 8px;
}
.remove_payment-option .filter-tool-tip.field-info.profile-field-info{
	bottom: 25px;
	color: rgb(97, 113, 130);
	width: 160px;

}
.remove_payment-option:hover .filter-tool-tip.field-info.profile-field-info{
	display: none;
}
.remove_payment-option:focus{
	border:0;
	outline: 0;
}
.remove_payment-option .zmdi-minus-circle{
    color: #FF6600;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}
.option_heading{
	padding: 5px 0;
}

.popup{
	display: none;
    width: 20%;
    height: 100px;
    border: 1px solid black;
    position: fixed;
    background-color: #ccc;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.highlighted
{
	background-color: #FF6600;
}
.alert_msg_reg .alert_icon{
	top: 10px;
	left: 10px;
}
.alert_msg_reg  p{
	color: #4E5A69;
	padding-left: 20px;
}
.online_reg_wrapper .share-form-block{
	position: relative;
}
.booking_reg_edit{
	position: absolute;
	right: 0;
	top: 0;
}
.reg_status_text span{
	font-size: 15px;
}
.btn.review_occupancy_btn{
	background: #e95858;
	color: #fff;
}
.booking_wrap_block .btn{
	position: static;
}
.yes_type .profile-field-info{
	top: auto;
	bottom:27px;
}
.type_form.form-group:hover .profile-field-info{
	display: none;
}
.yes_type:hover  .field-info.profile-field-info , .search_icon:hover  .field-info.profile-field-info , .refresh_icon:hover  .field-info.profile-field-info{
	display: block;
}
.enquiryBtn_text{
	color: #FF6600;
}
.search_icon , .refresh_icon{
	position: relative;
}
.search_icon .field-info.profile-field-info , .refresh_icon .field-info.profile-field-info , .enquiry_tooltip .field-info.profile-field-info{
	bottom: 23px;
	right: -9px;
	font-family: "PT Sans", sans-serif;
	color: rgb(77, 90, 104);
	font-size: 13px;
}
.search_icon img , .refresh_icon img{
	width: 22px;
	height: 22px;
	margin: 0 5px;
	cursor: pointer;
}
.enquiry_table_wrap  .dropdown-menu.menu-table{
	width: 240px;
}
.enquiry_table_wrap  .dropdown-menu.menu-table label{
	width:100%;
}
.enquiryBtn_text{
	color: #FF6600;
}
.search_icon , .refresh_icon{
	position: relative;
}
.search_icon .field-info.profile-field-info , .refresh_icon .field-info.profile-field-info , .enquiry_tooltip .field-info.profile-field-info{
	bottom: 23px;
	right: -9px;
	font-family: "PT Sans", sans-serif;
	color: rgb(77, 90, 104);
	font-size: 13px;
}
.search_icon img , .refresh_icon img{
	width: 22px;
	height: 22px;
	margin: 0 5px;
	cursor: pointer;
}
.enquiry_table_wrap  .dropdown-menu.menu-table{
	width: 240px;
}
.enquiry_table_wrap  .dropdown-menu.menu-table label{
	width:100%;
}
/*-- booking-dashboard --*/
.user_img_sec{
	display: block;
}
.user_img_sec img{
	width:35px;
	height:35px;
	display: block;
	margin:0 auto;
}
.room_name , .reg_no_text , .session_text , .invoice_status{
	position: relative;
}
.room_name .room , .reg_no_text .reg_no , .session_name , .invoice_text{
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 12px;
}
.booking_dashboard_table tr td{
	text-align: center;
}
.booking_dashbaord .row-select{
	top: 60px;
}
.add_booking .add-age-btn{
	margin-top: 10px;
	display: block;
	margin-left: 5px;
}
.add_booking .add-age-btn .la-plus{
	width: 22px;
    height: 22px;
    font-size: 17px;
}
.add_booking .add-age-btn .la-plus:before{
	display: block;
	padding-top: 0.6px;
}
.payment_status_wrap{
	top: 10px;
	right: 50px;
	padding: 20px;
	position: absolute;
	z-index: 9;
	border-radius: 10px;
	font-weight: 700;
}
.booking_dashboard .table-data-wrapper{
	position: relative;
}
.img_payment{
	display: inline-block;
}
.img_payment i{
	color: #fff;
}
#booking_action  .zmdi-close-circle-o:before{
	color: #788db4 !important;
}
#booking_action .drop-menu-content{
	vertical-align: middle;
}
.pop_up_dashboard .dropdown-menu{
	width: 100%;
}
.pop_up_dashboard .dropdown-menu .dropdown-item{
	display: block;
	border-bottom: 1px solid #ccc;
}
.pop_up_dashboard .dropdown-menu .dropdown-item:hover{
	background: transparent;
}
.dashboard-status.dropdown .pop_up_dashboard .dropdown-menu{
	width: 100%;
}
.booking-head-wrapper .registration-existing-wrap{
	top: 0;
	left: 100%;
}
/*-- payment_mode_wrapper --*/
.mode_payment_wrap{
	position: absolute;
	background: #fff;
	left: -212px;
	right: 0px;
	width: 600px;
	top: 0;
	padding: 20px 15px;
	display: none;
	z-index: 99;
}
.mode_payment_wrap:hover{
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
}
.mode_wrapper h3{
	font-size: 0.98rem;
	margin-bottom: 2px;
}
.mode_wrapper span{
	font-size: 14px;
}
.offline-payment  h3, .online-payment h3{
	font-size: 1.15rem;
}
.condition_wrap_sec{
	height: 100%;
	background: #fff;
	padding: 30px 25px 20px;
}
.ck.ck-editor__main>.ck-editor__editable{
	height: 400px;
	overflow: auto;
}
.book-place{
	padding-top: 8px;
	width: 338px;
	box-shadow: 0 10px 40px 0 rgba(18,106,211,.07), 0 2px 9px 0 rgba(18,106,211,.06);
	align-self: baseline;
}
.session-log{
	width: calc(100% - 345px);
	margin-left: 20px;
}
.booking_form_logo{
    height: 66px;
}

.booking_form_logo img{
	width: 110px;
    height: 40px;
}
.button_wrap_mode{
	position: absolute;
	right: 10px;
	top: 10px;
}
.booking-head-wrapper .registration-existing-wrap{
	padding: 11.7px 18px;
}
.booking_mail .profile-field-info{
	left: 50px;
	right: auto;
	top: 27px;
}
.booking_mail .profile-field-info:after{
	left: 112px;
	right: auto;
	bottom:auto;
	top: -8px;
	transform: rotate(225deg);
}
.diffrent-login.slick-initialized{
	display: none;
}
.login-step .text-right{
	display: none;
}
.assemblyAgentStatus{
	position: sticky;
	top:0;
	background: white;
    z-index: 2;
}
.breadcrumb {
	/*margin: 0.5rem 0 0.5rem 3.1rem;*/
	margin: 0.5rem 0 0.5rem 25px;
	background-color: transparent;
	padding: 0.5rem 0 0.5rem 14px;
}
.breadcrumb li a {
	font-size: .875rem;
	display: inline-block;
}

.total_agents{
	color: #4d5a68 !important;
}
.total_manager{
	color: #4d5a68 !important;
}

.total_checkin_agents{
	color: #06a153;
}

.total_checkin_Manager{
	color: #06a153;
}

/* New Css */
.header-breadcrumb .breadcrumb {
	margin: 0;
	flex-wrap: nowrap;
	padding: 0;
}

.close-sidebar {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	float: right;
}

.search-wrap {
	margin-right: 10px;
}

.search-wrap .search-btn {
	border: 0;
	padding: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	gap: 6px;
}

.search-wrap .search-btn .icon-searchbar {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../../img/search.png') no-repeat;
	background-size: contain;
}

@media all and (min-width: 480px) {
	.header-breadcrumb .breadcrumb {
		margin: 0.5rem 0 0.5rem 1.563rem;
	}
}
@media all and (min-width: 768px) {
	.session-type-tabs .list-inline li {
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media all and (min-width: 1200px) {
	.dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="3"],
	.dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="4"],
	.dataTables_wrapper .dataTables_paginate .paginate_button[data-dt-idx="5"] {
		display: inline-block;
	}
}
.nav-dropdown{
	list-style: none;
}
